@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

html{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding: 0;
  direction: ltr;
  font-family: 'Chakra Petch', sans-serif !important;
}

img{
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}
.slick-list {
  direction: initial;
}
.dop-pages {
  overflow: hidden;
  background-color: white;
}
.kontact-box a {
  color: #fff;
  word-break: break-all;
}
.kontact-us-card a {
  color: #000;
  word-break: break-all;
}
.dop-pages-text {
  text-align: justify;
}

.stayTitl {
  padding-bottom: 19px;
  text-align: start;
  font-weight: bold;
}

.flex-style{
  display: flex;
  flex-direction: column;
}

.header{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 99;
  background-color: white;
  align-items: center;
  padding: 19px 67px;
}

.logo{
  display: flex;
  align-items: center;
  cursor: pointer;
  color: black;
  gap: 21px;
}

.logoImg img{
  width: 40px;
}

.logoTitle h2{
  color: #03051E;
  margin: 0;
}

nav {
  display: table;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.header-nav{
  display: flex;
  align-items: center;
  gap: 12px;
  padding:  19px 0;
}

.submenu li {
  padding: 8px;
}

.submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border: 1px solid;
  padding: 12px;
  background: white;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 345px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}

.submenu a {
  text-align: left;
  font-size: 14px;
  color: #03051E;
  transition: .1s ease-in-out;
}

.submenu a:hover{
  color: #184d47;
}

.topmenu:after {
  content: "";
  display: table;
  clear: both;
}

.topmenu>li {
  float: left;
  position: relative;
}

.topmenu>li>a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #03051E;
  transition: .1s ease-in-out;
  text-decoration: none;
}

.topmenu>li>a:hover {
  color: #184d47;
}

.topmenu>li:hover .submenu {
opacity: 1;
transform: scaleY(1);
}

.header-slider-box{
  direction: initial;
  position: relative;
  height: 90vh;
}

.header-slider-box .slick-track{
  height: 90vh;
}

.header-slid{
  justify-content: start;
  text-align: start; 
  display: flex;
  align-items: center; 
  height: 100%; 
}

.benefits-header{
  flex-direction: column;
  gap: 19px;
  text-align: start; 
  display: flex;
  justify-content: center;
  align-items: start; 
  height: 100%; 
  color: white;
}

.benefits-header a:hover{
  color: #009500;
}

.benefits-header p{
  font-size: 21px;
}

.animate-element {
  opacity: 0;
  transform: translateY(20px); 
  transition: opacity 4s ease, transform 4s ease;
}

.animate-element.visible {
  opacity: 1;
  transform: translateY(0);
}

.header-one-box{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden; 
}

.header-one-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(landscape/depictions_header_6786904b1afc49.58910660.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: scaleAnimation 5s infinite alternate; 

}

.header-two-box{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden; 
}

.header-two-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(landscape/visuals_header_6786904d03b434.17182452.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: scaleAnimation 5s infinite alternate; 

}

.header-tree-box {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden; 
}

.header-tree-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(landscape/icons_header_6786904fd38254.76355027.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: scaleAnimation 5s infinite alternate; 
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1); 
  }
  100% {
    transform: scale(1.2); 
  }
}


.header-nav-box{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 25px;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.video-popup {
  background-color: white;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.video-popup video {
  width: 100%;
  max-height: 80vh;
  border-radius: 8px;
}

.play-button{
  padding: 5px 0;
  transition: 0.3s ease-in-out;
  background-color: #009500;
  border-radius: 19px;
  width: 122px;
  color: #ffffff;
  font-size: 28px;
}

.play-button:hover{
  opacity: 0.7;
}

.close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.slick-prev{
  left: 10px !important;
}

.slick-next{
  right: 10px !important;
}

.slick-prev, .slick-next{
  z-index: 2 !important;
}

.how-order{
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  flex-direction: row;
  gap: 21px;
}

.how-order-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 12px;
}

.how-order-card i{
  font-size: 39px;
}

.how-order-card h3{
  font-weight: bold;
  margin: 0;
  font-size: 21px;
}

.how-order-card p{
  color: #03051E;
  margin: 0;
  font-size: 18px;
}

.opening-hours{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  color: white;
  border-radius: 19px;
  background-position: center;
  background-size: cover;
  margin: 40px 0;
  padding: 40px 12px;
  gap: 12px;
  overflow: hidden; 
}

.opening-hours::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(landscape/visuals_header_67869051e36973.59407947.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: scaleAnimation 8s infinite alternate; 
}

.opening-hours h2{
  font-size: 21px;
}

.opening-hours i{
  margin-right: 8px;
  font-size: 21px;
}

.opening-hours h4{
  font-size: 18px;
}

.prod-cont{
  padding: 40px 0;
}

.prod-cont h2{
  margin-bottom: 25px;
  text-align: start;
}

.prod-cat{
  display: flex;
  justify-content: space-between;
  gap: 21px;
  flex-direction: column;
}

.prod-box{
  display: flex;
  justify-content: space-between;
  gap: 21px;
  flex-direction: row-reverse;
}

.prod-card{
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex: 1;
  
}

.prod-img{
  overflow: hidden;
}

.prod-img img{
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all 1s ease-in-out;
  height: 245px;
  object-fit: cover;
}

.prod-card:hover .prod-img img{
  transform: scale(1.1);
}

.prod-content{
  align-items: center;
  text-align: center;
  padding: 19px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.prod-content h4{
  font-weight: bold;
  transition: 0.5s ease-in-out;
  font-size: 21px;
  color: #03051E;
}

.prod-content h4:hover{
  color: #009500;
}

.aviable-prod{
  border-bottom: 1px solid;
  font-size: 14px;
  color: #009500;
}

.prod-price{
  font-size: 23px;
  font-weight: bold;
  color: #03051E;
}

.prod-img p{
  display: none;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 12px;
  border-bottom: 1px solid;
  padding: 8px;
  transition: 1s ease-in-out;
  background-color: #03051E;
  color: #ffffff;
}

.prod-card:hover .prod-img p{
  display: block;
}



.q-a-maina {
  padding: 40px 0;
  margin: 0 auto;
}

.q-a-maina h2 {
  margin-bottom: 25px;
  text-align: start;
}

.q-a-maina-blok {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.q-a-bloki {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

.question {
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 12px;
  cursor: pointer;
}

.answer {
  padding: 12px;
  display: none;
}

.question.active {
  background-color: #ffffff;
}

.answer.active {
  display: block;
}

.answer {
  max-height: 599px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.answer.active {
  max-height: 705px;
  transition: max-height 0.5s ease-in-out;
}

.comments{
  padding: 40px 0;
}

.comments h2{
  margin-bottom: 25px;
}

.comments-box{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-direction: row-reverse;
}

.comments-box .slick-track{
  height: 100%;
}

.comments-card{
  position: relative;
  margin: 0 12px;
}

.comments-card img{
  background-position: center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}

.comments-text{
  background-color: white;
  width: 100%;
  position: relative;
  padding: 8px;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.comments-text h5{
  font-weight: bold;
  color: #03051E;
  font-size: 14px;
}

.comments-text h5 i{
  margin-right: 8px;
}

.comments-text p{
  color: #03051E;
  font-size: 14px;
}

.osn-form {
  border-radius: 12px;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.title-container{
  margin-bottom: 25px;
  text-align: center;
}

.title-container h3{
  margin: 0
  font-weight: bold;
}

.input-container {
  position: relative;
}

.input-container .input-custom_component__group, .input-container .textarea-custom_component__group, .form button {
  outline: none;
  border: 1px solid #f6f6f6;
  margin: 8px 0;
}

.input-container .input-custom_component__group {
  background-color: white;
  padding: 1rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  box-shadow: 0px 2px 7.68px 0.32px rgba(13, 13, 13, 0.05);
}

.input-container .textarea-custom_component__group {
  background-color: white;
  padding: 1rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  box-shadow: 0px 2px 7.68px 0.32px rgba(13, 13, 13, 0.05);
}

.check{
  text-decoration: underline;
  color: #03051E;
}

.check:hover{
  color: #009500;
}

.form-check {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.submit-form {
  margin: 0 auto;
}

.footer-lay{
  background-color: #03051E;
  padding: 40px 0;
}

.footer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 19px;
}

.footer-one{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 0;
  gap: 19px;
}

.footer-logo{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.contact-footer{
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kontact-box h5{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.footer-politiks {
  flex: 1;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 19px;
}

.footer-politiks a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease;
}

.footer-politiks a:hover{
  color: #009500;
}

.footer-politik-privacy{
  font-size: 18px;
}

.footer-menu{
  flex: 1;
  display: flex;
  text-align: start;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-menu h3{
  color: white;
  margin-bottom: 12px;
}

.footer-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu ul li{
  padding: 8px
}

.footer-menu ul li a{
  transition: .1s ease;
  color: white;
}

.footer-menu ul li a:hover{
  color: #009500;
}

.footer-two{
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  gap: 19px;
}

.footer-two img{
  max-width: 313px;
}

.product-desc{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}

.product-description-top{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: row-reverse;
}

.product-description-bottom{
  padding: 12px;
  background-color: #f9f9f9;
}

.product-description-img{
  flex: 1;
}

.product-description-img img{
  border-radius: 19px;
}

.product-description-price{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.product-description-price h1{
  font-weight: bold;
}

.product-description-price h5{
  font-size: 18px;
}

.product-desc-code{
  flex-wrap: wrap;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
  flex-direction: row-reverse;
}

.product-desc-code h5{
  margin: 0;
}

.product-desc-code p{
  color: #009500;
  margin: 0;
}

.rating{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.rating i{
  font-size: 21px;
  color: gold;
}

.lasted-prod-box{
  padding: 40px 0;
}

.lasted-prod-box h2{
  margin-bottom: 25px;
}

.lasted-prod-cards-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.lasted-prod-cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 8px;
}

.lasted-prod-cards-img{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  height: 245px;
}

.lasted-prod-cards-img a:hover{
  color: #009500;
}

.lasted-prod-cards-img img{
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 245px;
  object-fit: cover;
  overflow: hidden;
  transition: opacity 0.3s;
}

.lasted-prod-cards-img a{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.lasted-prod-cards-img:hover a{
  opacity: 1;
}

.lasted-prod-cards-img:hover img{
  opacity: 0.5;
}

.lasted-prod-cards-boxs{
  background-color: white;
  padding: 8px;
  text-align: center;
}

.lasted-prod-cards-boxs h2{
  font-size: 21px;
}

.kontact{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.iframe-map{
  flex: 1;
}

.iframe-map iframe{
  height: 100%;
}

.kontact-boxs-container{
  flex: 1;
  padding: 0 40px;
}

.kontact-boxs{
  display: flex;
  padding: 40px 0;
  gap: 40px;
  flex-direction: column;
}

.kontact-us{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 19px;
}

.kontact-us h2{
  font-weight: bold;
  color: #009500;
}

.kontact-us-box{
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.kontact-us-card{
  color: #03051E;
}

.kontact-us-card i{
  margin-right: 8px;
  color: #184d47;
}

.kontact-us-card h5{
  font-size: 18px;
}

.kontact-form{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.title-kontact-form h2{
  font-weight: bold;
  color: #009500;
}

.title-kontact-input{
  display: flex;
  flex-direction: column;
}

.title-kontact-input .submit{
  width: auto;
}


.title-kontact-input .inputs-kontact, .title-kontact-input .textarea-kontact, .title-kontact-input button {
  outline: none;
  border: 1px solid #f6f6f6;
  margin: 8px 0;
}

.title-kontact-input .inputs-kontact {
  background-color: white;
  padding: 1rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  box-shadow: 0px 2px 7.68px 0.32px rgba(13, 13, 13, 0.05);
}

.title-kontact-input .textarea-kontact {
  background-color: white;
  padding: 1rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  box-shadow: 0px 2px 7.68px 0.32px rgba(13, 13, 13, 0.05);
}

.hamburger-menu{
  display: none;
}

#menu__toggle {
  opacity: 0;
}

.menu__btn {
  z-index: 12;
  display: flex;
  align-items: center;
  position: relative;
  top: -10px;
  right: 0;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  cursor: pointer;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: black;
}

.menu__btn>span::before {
  content: '';
  top: -10px;
}

.menu__btn>span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  margin: 0;
  padding: 80px 0;
  z-index: 11;
  list-style: none;
  text-align: center;
  opacity: 0.9;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu__item {
  text-align: start;
  display: block;
  padding: 12px 24px;
  color: #03051E;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.submenu__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.submenu__link {
  text-align: start;
  display: block;
  padding: 10px 0;
  color: #03051E;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.submenu__link:hover {
  background-color: #cfd8dc;
}

#submenu-toggle.active + #submenu {
  max-height: 500px; 
}

.menu__item:hover {
  background-color: #cfd8dc;
}

#menu__toggle:checked~.menu__btn>span {
  top: 0;
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
  top: -2px;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  right: 0;
}

.slick-prev:before, .slick-next:before{
  font-size: 28px;
}

@media (max-width: 991px) {
  .header{
    flex-direction: row-reverse;
  }

  .header-nav{
    display: none;
  }

  .hamburger-menu{
    display: block;
  }

  .how-order{
    flex-direction: column;
  }

  .prod-box{
    flex-direction: column;
  }

  .footer-one{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .footer-logo{
    align-items: center;
  }

  .footer-two{
    align-items: center;
    flex-direction: column;
  }

  .footer-menu{
    text-align: center;
  }

  .product-description-top{
    flex-direction: column;
  }

  .kontact{
    flex-direction: column;
  }

  .kontact-boxs-container{
    padding: 0 21px;
  }

  .iframe-map iframe{
    height: auto;
  }


}

@media (max-width: 767px) {
  .header{
    gap: 19px;
    padding: 19px 8px;
  }

  .benefits-header{
    align-items: center;
    text-align: center;
  }

  .header-slid{
    justify-content: center;
    text-align: center; 
  }

  .slick-prev:before, .slick-next:before{
    font-size: 21px;
  }
}