@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mouse+Memoirs&display=swap');

*{
  scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}

p{
  padding-top: 40.5px;
  padding-left: 502px;
  padding-right: 502px;
}

/* ========================= */
/* NAVBAR                    */
/* ========================= */

.navbar {
    height: 8vh;
    padding: 0.5rem;
}

.navbar-brand img {
    margin-left: 30px;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
    color: #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus, 
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: #fff;
    font-weight: 500;
    position: relative;
    font-family: "Montserrat", serif;
    font-size: 1.5rem;
}


.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #fff;
    visibility: hidden;
    transition: 0.1s ease-in-out;
}

.nav-link:hover::before, 
.nav-link.active::before {
    width: 100%;
    visibility: visible;
}


.offcanvas-body .nav-link {
    color: #fff !important;
    display: flex;
    justify-content: center;
}

.offcanvas-header{
    background-color: gray;
}

.offcanvas-header .btn-close {
    color: white !important;
}

/* ========================= */
/* HERO SECTION              */
/* ========================= */

.line2{
  display: flex;
  margin-left: 10rem;
}

.nadpisy-h2{
  font-size: 50px; 
    line-height: 1.5; 
    color: white; 
    text-align: center;
    font-weight: bold; 
    background-color: black; 
    margin: 0; 
    padding: 1rem 0; 
    padding-top: 120px;
}

.embla-section{
  background-color: black;
  color: #fff;
}

.text-hore {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    font-family: "Montserrat", serif;
}
.hero-section {
    background: url(img/Pexels\ Photo\ by\ Lisa\ Fotios-\(Compressify.io\).png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.hero-section::before {
    background-color: rgba(0, 0, 0, 0.8); 
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-section .container {
    height: 100vh;
    z-index: 1;
    position: relative;
}

.hero-section h1 {
    font-family: "Montserrat", serif;
    font-size: 4rem; 
    text-align: center;
    font-weight: bold;
    color: white;
    margin: 49px;
    overflow-wrap: break-word;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}


.button-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.cta-button {
    height: 60px;
    width: 180px;
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: #fff;
    color: black;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 49px;
    transition: 0.5s;
}

.cta-button:hover {
    background-color: #f08c09;
    color: white;
    transition: 0.5s;
}

.arrow-icon {
    width: 8vh;
    height: 8vh;
    position: absolute;
    margin-right: 15rem; 
    bottom: -3rem;
}

.text-sipka {
    position: absolute;
    left: 26rem; 
    top: 5rem; 
    transform: rotate(-40deg); 
    font-size: 1.5rem;
    color: white;
    font-family: "Mouse Memoirs", serif;
}


.embla {
    max-width: 90%;
    margin: 50px auto;
    position: relative;
    padding-top: 40px;
  }
  
  .embla__viewport {
    overflow: hidden;
    padding: 50px;
  }
  
  .embla__container {
    display: flex;
    gap: 1rem;
    transition: transform 0.4s cubic-bezier(0.2, 0, 0.2, 1);
  }
  
  .embla__slide {
    flex: 0 0 calc(16.666% - 0.85rem);
    min-width: 0;
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  .card {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 2px;
    background: transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    text-decoration: none;
    color: inherit;
    display: block;
  }
  
  .content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .base-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 2px;
    transition: transform 0.3s ease;
  }
  
  .title {
    height: 60px;
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  }
  
  .embla__slide:hover .card {
    border-color: #ffd700;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  
  .embla__slide .base-image {
    transition: transform 0.3s ease-in-out;
  }
  
  .embla__slide:hover .base-image {
    transform: scale(1.05);
  }
  
/* ========================= */
/* Embla-button      */
/* ========================= */

  .embla__buttons {
    position: absolute;
    top: 50%;
    width: calc(100% + 60px);
    left: -30px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 70;
  }
  
  .embla__button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    pointer-events: auto;
  }
  
  .embla__button:hover {
    background: #f0f0f0;
    transform: scale(1.05);
  }
  
  .embla__button:disabled {
    opacity: 0.3;
    cursor: default;
    transform: scale(1);
  }
  
  .embla__button__svg {
    width: 70%;
    height: 70%;
  }


 
/* ========================= */
/* FOOTER SECTION            */
/* ========================= */
footer h5{
  font-size: 1.8rem;
  font-weight: 200;
  font-family: "Montserrat", serif;
}

footer p{
  padding: 0;
  color: #838282;
  font-size: 1.1rem;
  transition: 0.5s;
  font-family: "Montserrat", serif;
}

footer p:hover{
  color: black;
  transform: scale(1.1);
  transition: 0.5s;
}

footer a{
  text-decoration: none;
  padding: 10px;
  transform: 0.5s;
}


.video-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; 
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ========================= */
/* FOOTER SECTION            */
/* ========================= */


/* ========================= */
/* RESPONZIVNÍ DESIGN           */
/* ========================= */
  
@media (max-width: 1600px) {
  .embla__slide {
      flex: 0 0 calc(20% - 0.8rem);
  }
}

@media (max-width: 1200px) {
  .embla__slide {
      flex: 0 0 calc(25% - 0.75rem);
  }
}

@media (max-width: 900px) {
  .embla__slide {
      flex: 0 0 calc(33.333% - 0.67rem);
  }
}

@media (max-width: 600px) {
  .embla__slide {
      flex: 0 0 calc(50% - 0.5rem);
  }

  footer h4{
    display: flex;
    justify-content: center;
  }

  .footer-motto{
    display: flex;
    justify-content: center;
    margin-right: 30px;
  }

  footer h3{
    display: flex;
    justify-content: center;
    margin-right: 20px;
  }

  .social-icons{
    display: flex;
    justify-content: center;
    margin-left: 38px;
  }

  .footer p{
    margin-left: 110px;
  }

  .footer-logo{
    display: none;
  }
}

@media (max-width: 390px) {
  .embla-section {
      padding: 20px;
  }
  .nadpisy-h2 {
      font-size: 2rem;
      padding-top: 20px;
      margin-left: 0;
  }
  .line2 {
      margin-left: 0;
      width: 100%;
  }
  .embla__viewport {
      padding: 20px;
  }
  .title {
      font-size: 1rem;
      padding: 10px;
  }
  footer h4{
    display: flex;
    justify-content: center;
  }

  .footer-motto{
    display: flex;
    justify-content: center;
  }

  footer h3{
    display: flex;
    justify-content: center;
  }

  .social-icons{
    margin-right: 38px;
  }
  
  
}

/* ========================= */
/* RESPONZIVNÍ DESIGN        */
/* ========================= */

@media (max-width: 1200px) {
  .hero-section h1 {
      font-size: 8rem; 
  }
  .arrow-icon {
      width: 8vh;
      height: 8vh;
      margin-right: 13rem;
      bottom: -2.5rem;
  }
  .text-sipka {
      left: 8.5rem;
      top: 1rem;
      font-size: 1.5rem;
  }
}


@media (max-width: 900px) {
.hero-section h1 {
    font-size: 6rem; 
}
.arrow-icon {
    width: 6vh;
    height: 6vh;
    margin-right: 14rem;
    bottom: -1.5rem;
}
.text-sipka {
    left: 5rem;
    top: 4rem;
    font-size: 1.5rem;
}
}

@media (max-width: 600px) {
.hero-section h1 {
    font-size: 3rem; 
}
.arrow-icon {
    width: 5vh;
    height: 5vh;
    margin-right: 14rem;
    bottom: -1rem;
}
.text-sipka {
    left: 0.5rem;
    top: 5rem;
    font-size: 1rem;
}

.line2{
  margin-left: 0;
  width: 110%;
}
}

@media (max-width: 412px) {
.line2 {
  width: 90%;
  height: auto;
  object-fit: contain;
  margin-left: 20px;
}

.text-hore{
  color: #fff;
  padding: 0;
  margin-top: 30px;
  padding: 10px;
}
.nadpisy-h2{
  font-size: 30px;
  margin: 0;
  padding: 1rem 0;
  margin-top: 30px;
}
}

@media (max-width: 390px) {
.embla-section {
  padding: 20px;
}
.nadpisy-h2 {
  font-size: 2rem;
  padding-top: 20px;
  margin-left: 0;
}
.line2 {
  margin-left: 0;
  width: 100%;
}
.embla__viewport {
  padding: 20px;
}
.title {
  font-size: 1rem;
  padding: 10px;
}
p{
padding-top: 20px;
padding-left: 0;
padding-right: 0;
}
}

