@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yellowtail&display=swap');


body {
  color: #080819;

  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#dropdown {
  appearance: none;
  padding: 2px;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 32px;
  height: 34px;
}


.label {
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: +1.3px;
  margin-bottom: 1rem;
}

.searchBar-header {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

#searchQueryInput-header {
  width: 100% !important;
  height: 2.8rem !important;
  background: #FFFEF7 !important;
  outline: none !important;
  border: none !important;
  border-radius: 1.625rem !important;
  padding: 0 3.5rem 0 1.5rem !important;
  font-size: 1rem !important;
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400 !important;
  color: #C5C1C1 !important;
}

#searchQuerySubmit-header {
  width: 2.5rem !important;
  height: 2.3rem !important;
  margin-left: -2.8rem !important;
  border: none !important;
  outline: none!important;
  background-color: #f6d10c !important;
  border-radius: 100% !important;
}

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 2px solid #000000;
  border-radius: 8px;
}

#searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #fffce8;
  outline: none;
  border: 2px solid #000000;
  border-radius: 0.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#searchQuerySubmit {
  width: 3.1rem;
  height: 2.5rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

.footer-p {
  color: #ffffff;
  max-width: 309.7px;
}

.footer-col-header {
  color: #ffffff !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
  font-style: normal;
}

.footer-col-p {
  color: #ffffff !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.footer-galeri {
  color: #ffffff !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 18px;
}

.footer-container {
  background-color: #49b675;
}

.footer-navigation-container {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    padding:15px 0;
    margin-top:20px;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-45 {
  font-size: 45px !important;
}

.modal-border-radius {
  border-radius: 27px !important;
}

@media (min-width: 768px) { 
  .footer-wave {
    margin-bottom: -46px !important;
  }
}

@media (max-width: 992px) {
  .our-values-right-card-md {
    background-color: #fffce8 !important;
    border-radius: 21px !important;
    border: 1px solid black !important;
    border-top: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    padding: 25px;
    max-width: 356px;
  }

  .our-values-left-card {
    background-color: #fffce8;
    border-radius: 21px !important;
    border: 1px solid black !important;
    border-bottom: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 25px;
    max-width: 356px;
  }
}

@media (min-width: 992px) {
  .w-lg-90 {
    width: 90% !important;
  }
  .pt-lg-50 {
    padding-top: 100px !important;
  }
  .w-lg-75{
    width: 75% !important;
  }
}

.our-values-right-card {
  background-color: #fffce8;
  border-radius: 21px;
  border: 1px solid black;
  border-top-left-radius: 0px;
  border-left: 0px solid transparent;
  border-bottom-left-radius: 0px;
  padding: 25px;
  max-width: 356px;
}

.our-values-left-card {
  background-color: #fffce8;
  border-radius: 21px;
  border: 1px solid black;
  border-top-right-radius: 0px;
  border-right: 0px solid transparent;
  border-bottom-right-radius: 0px;
  padding: 25px;
  max-width: 356px;
}

.our-values-middle-card {
  background-color: #49b675;
  border-radius: 21px;
  border: 0px;
  padding: 25px;
  max-width: 440px;
}

.wave {
  text-align: center;
  background: #64fcd9;
  padding: 40px 0;
  position: relative;
  
  h2 {
    max-width: 60%;
    text-align: right;
    margin-left: auto;
    @media (max-width: 992px) {
      max-width: 100%;
    }
  }
  
  .description {
    max-width: 90%;
    margin-left: auto;
    @media (max-width: 992px) {
      max-width: 100%;
    }
  }
}

.wave::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transform: scaleY(-1);
}

.wave::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  right: 0;
  transform: scaleY(1);
}

.wave::before {
  height: 18px;
  width: 100%;
  background-size: 100% 32px;
  background-image: url("../../images/site4/guardian-wave.png");
}

.wave::after {
  height: 32px;
  width: 100%;

  background-size: 100% 32px;
  background-image: url("../../images/site4/guardian-wave-two.png");
}

.pineapple-main {
  position: relative;
}

.pineapple-main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  transform: scaleY(1);
}

.pineapple-main::before {
  height: 261px;
  width: 300px;
  z-index: 3;
  background-size: 206px 171px;
  background-image: url("../../images/site4/pineapple.webp");
}

.papaya-main {
  position: relative;
  height: 24px;
}

.papaya-main img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.background-vector,
.background-vector-two,
.pineapple,
.papaya,
.papaya-second-row,
.star,
.firfir,
.homepage-berries, .our-sustainability-vector, .homepage-fruits {
  position: absolute;
  background-size: cover;
  /* Resim boyutunu div'e sığacak şekilde ayarla */
  background-repeat: no-repeat;
  /* Tekrar etmesini engelle */
}

.homepage-fruits {
  top: 520px;
  border-left: 0;
  height: 440px;
  width: 220px;
  background-image: url("../../images/site4/img-fruits.png");
  background-position: bottom;
}

.our-sustainability-vector {
  top: -70px;
  right: 0;
  height: 625px !important;
  width: 520px !important;
  background-image: url("../../images/site4/our-sustainability-vector.png");
  background-position: top;
  
}


.homepage-berries {
  top: 96px ;
  right: 0;
  width: 275px ;
  height: 410px ;
  background-image: url("../../images/site4/homepage-ellipse.webp");
  background-position: bottom;
}



.background-vector {
  top: 0;
  left: 0;
  height: 190px;
  width: 100px;
  background-image: url("../../images/site4/errorpage-vector.png");
  background-position: bottom;
}

.background-vector-two {
  bottom: 0;
  right: 0;
  height: 160px;
  width: 170px;
  background-image: url("../../images/site4/errorpage-vector-two.png");
  background-position: bottom;
}

.pineapple {
  top: 50%;
  left: 0;
  height: 30px;
  width: 180px;
  background-image: url("../../images/site4/pineapple.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}

.papaya {
  top: 25%;
  right: 0;
  height: 185px;
  width: 80px;
  background-image: url("../../images/site4/papaya.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}

.papaya-second-row {
  bottom: 0 !important;
  right: 0;
  height: 185px;
  width: 80px;
  background-image: url("../../images/site4/papaya.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}

.star {
  top: 25%;
  left: 25%;
  height: 80px;
  width: 65px;
  background-image: url("../../images/site4/header-start.png");
  background-repeat: no-repeat;
  background-position: bottom;
}

.firfir {
  top: 25%;
  right: 15%;
  height: 67px;
  width: 213px;
  background-image: url("../../images/site4/header-firfir.png");
  background-repeat: no-repeat;
  background-position: bottom;
}



input {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 12px;
  /* Üst kenar için 12 piksel padding */
  padding-right: 8px;
  /* Sağ kenar için 8 piksel padding */
  padding-bottom: 12px;
  /* Alt kenar için 12 piksel padding */
  padding-left: 8px;
  /* Sol kenar için 8 piksel padding */
  background-color: #fffce8;
  border: 0px;
  border-bottom: 1px solid;
  border-radius: 0px !important;
}

input:focus {
  outline: none !important;
  /* Odaklanma durumunda varsayılan outline'ı kaldır */
}

label {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  padding-left: 8px;
}

.background-left,
.background-right,
.background-wave,
.background-star,
.background-firfir,
.background-our-products-vector {
  position: absolute;
  background-size: cover;
  /* Resim boyutunu div'e sığacak şekilde ayarla */
  background-repeat: no-repeat;
  /* Tekrar etmesini engelle */
}

.background-our-products-vector {
  height: 100%;
  width: 100%;
  right:90%;
  bottom: 30%;
  background-size: contain;
  background-image: url("../../images/site4/our-products-vector.png") !important;
  background-position: right;
  /* Sol tarafta başlangıç */
}



.background-left {
  top: -100px;
  z-index:5;
  left: 0;
  height: 252px;
  width: 159px;
  /* Her bir resmin yarısını kaplayacak */
  background-image: url("../../images/site4/left-fruits.png");
  background-position: left;
  /* Sol tarafta başlangıç */
}

.background-right {
  bottom: -35px;
  right: 0;
  z-index:5;
  height: 215px;
  width: 228px;
  /* Her bir resmin yarısını kaplayacak */
  background-image: url("../../images/site4/right-fruits.png");
  background-position: right;
  /* Sağ tarafta başlangıç */
}

@media only screen and (max-width: 1440px) {
    
    .background-left, .background-right {
        z-index:0;
    }
}


.background-wave {
  bottom: 0;
  height: 23px;
  width: 100%;
  background-image: url("../../images/site4/header-wave.png");
  background-position: top;
  /* Sol tarafta başlangıç */
}

.background-star {
  top: calc(50% - 65px);
  left: 20%;
  height: 80px;
  width: 65px;
  background-image: url("../../images/site4/header-start.png");
  background-position: left;
  /* Sol tarafta başlangıç */
}

.background-firfir {
  bottom: -25px;
  right: 25%;
  height: 67.48px;
  width: 213.83px;
  z-index: 10;
  background-image: url("../../images/site4/header-firfir.png");
  background-position: top;
  /* Sol tarafta başlangıç */
}

.modal-button {
  border: 3px solid #ffe600;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 7px 0;
  color: black !important;
}

.modal-button:hover,
.modal-button.active {
  background-color: #ffe600;
  box-shadow: 0px 15.2px 20.27px 0px #0000000f;
  color: #ffffff;
}

.homepage-banner {
  font-size: clamp(2rem, 1.2308rem + 3.0769vw, 4rem);
}

.homepage-container {
  margin-bottom: 48.38px;
}

.homepage-p {
  max-width: 512px !important;
}

.green-button {
  border: 0px;
  background-color: #49b675;
  border-radius: 40px;
  padding: 14px 24px;
  color: #ffffff;
  width: 176px;
  display: flex;
  justify-content: space-between;
}

.border-button {
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #080819;
  padding: 12px 20px;
  width: 176px;
  display: flex;
  justify-content: space-between;
}

.video-player-three-card-container {
  border: 3px solid #0808191a;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-wave {
  width: 100% !important;
  max-width: 809px !important;
  height: auto !important;
  margin-bottom: -46px !important;
}
@media (max-width: 550px) {
  .footer-wave {
    margin-bottom: -30px;
  }
}

@media (min-width: 1200px) {
    .invert-div:not(:first-child){
      a{
        mix-blend-mode: difference;
      }
    }
  
 
  .homepage-berries-placeholder {
    top: 0;
    left: 20%;
    height: 70px;
    width: calc(80% - 665px);
    position: absolute;
    background-color: white;
  }
}

@media (min-width: 1700px){
  .homepage-berries-placeholder {
    top: 0;
    left: 25%;
    height: 70px;
    width: calc(75% - 665px);
    position: absolute;
    background-color: white;
  }
  .search-xl {
    z-index: 3;
    .searchBar-header {
      border: 1px solid #080819;
      border-radius: 999px;
    }
  }
}

@media only screen and (min-width: 992px) {
 
  .homepage-berries {
    height: 994px !important;
    width: 665px !important;
    top: 0px !important;
  }

  .homepage-container {
    margin-bottom: 200px !important;
  }
}

.mainpage-navbar .navbar-nav .nav-item .nav-link{
    color:black;
}

.mainpage-navbar .navbar-nav .nav-item:first-child .nav-link {
  color: #49B675 !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.mainpage-navbar .navbar-nav{
    background:white;
    border-radius: 999px;
    padding:10px 20px;
}

@media only screen and (min-width:1700px ) {

  
}

@media only screen and (max-width: 768px) {

  /* Tablet ekranları için */
  .homepage-p {
    max-width: 240px !important;
  }

 

  .our-sustainability-vector {
    isolation: isolate;
    height: 425px;
    width: 316px;
    mix-blend-mode: darken;
  }

  .background-right {
   z-index:0;
    height: 220px !important;
    width: 110px !important;
    bottom: 40px;
    background-image: url("../../images/site4/right-fruits-mobile.webp") !important;
  }

  .background-left {
      z-index:0;
    top: 20%;
    height: 154px;
    width: 98px;
    /* Her bir resmin yarısını kaplayacak */
    background-image: url("../../images/site4/left-fruits.png");
    background-position: left;
    /* Sol tarafta başlangıç */
  }

  .background-star {
    top: 20%;
    height: 38px !important;
    width: 31px !important;
  }

  .background-firfir {
    right: 15%;
    height: 26.48px;
    width: 84.83px;
  }

  .background-wave {
    bottom: -5px;
    height: 13px;
    width: 100%;
  }

  .custom-button {
    width: 100%;
    height: 55px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd600;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.multipleCarouselSwiper .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.multipleCarouselSwiper .swiper-pagination-bullet-active {
  background-color: #f6d10c;
  border: 1px solid #ffffff; /* Aktif pagination rengi */
  opacity: 1;
}

.cardSwiper .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #f6d10c; /* Aktif pagination rengi */
  opacity: 1;
}
.cardSwiper .swiper-pagination-bullet-active {
  background-color: #f6d10c;
  opacity: 1;
}
.column {
  text-align: center;
  padding: 20px;
}
.scrollable-row {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
}
.scrollable-row .col {
  flex: 0 0 auto;
  width: 18%;
  margin-right: 1%;
}

.our-products-nav-link {
  border: 4px solid #ffd600 !important;
  border-bottom: 0px solid transparent !important;
  background-color: #ffd600 !important;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color:#ffffff !important;
  margin-bottom: -4px!important;

}

.our-products-nav-link:hover,
.our-products-nav-link:focus,
.our-products-nav-link.active {

  background-color: white !important;
  color: #080819 !important;
  border-bottom: 0px solid transparent !important;
}

.our-products-tabs {
  border: 4px solid #ffd600;
  padding: 0px 10px 12px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #ffffff;
  box-sizing: border-box
}

.custom-button {
  padding: 0px;
  width: 200px;
  height: 55px;
  border: 0px;
  background-color: transparent;
  background-image: url("../../images/site4/button-background.webp");
  background-size: contain;
  background-repeat: no-repeat;
  color: #f6d10c;
}
.custom-button:not(.collapsed) {
  color: #ffffff !important;
  outline: 0;
  background-image: url("../../images/site4/background-image-focus.webp") !important;
}

.product-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffd600;
  padding: 35px;
  border-radius: 21px;
  background-color: #ffffff;
}

.column-certificate {
  width: 304.4px !important;
  height: 225px !important;
}
.certificate-border {
  border: 20px solid transparent;
  border-image: url("../../images/site4/certificate-border.webp") 125 round;
  padding: 0px;
}
.certificate-modal-border {
  border: 60px solid transparent;
  border-image: url("../../images/site4/certificate-border.webp") 145 round;
  padding: 0px;
}

input {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  padding-top: 12px !important; /* Üst kenar için 12 piksel padding */
  padding-right: 8px !important; /* Sağ kenar için 8 piksel padding */
  padding-bottom: 12px !important; /* Alt kenar için 12 piksel padding */
  padding-left: 8px !important; /* Sol kenar için 8 piksel padding */
  background-color: #fffce8 !important;
  border: 0px !important;
  border-bottom: 1px solid !important;
  border-radius: 0px !important;
}
input:focus {
  outline: none !important; /* Odaklanma durumunda varsayılan outline'ı kaldır */
}
label {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 14px !important;
  padding-left: 8px !important;
}

.textarea-input {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  padding-top: 12px !important; /* Üst kenar için 12 piksel padding */
  padding-right: 8px !important; /* Sağ kenar için 8 piksel padding */
  padding-bottom: 12px !important; /* Alt kenar için 12 piksel padding */
  padding-left: 8px !important; /* Sol kenar için 8 piksel padding */
  background-color: #fffce8 !important;
  border: 0px !important;
  border-bottom: 1px solid !important;
  border-radius: 0px !important;
}

.main-navbar {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 1200px) {
  .main-navbar {
    background-color: transparent !important;
    box-shadow: 0px 4px 22px 0px #0000001F;
    
  }
}

.searchBar-Model {
  width: 70%;
  height: 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 2px solid white;
  border-radius: 8px;
}

.description {
    font-size: 1.125rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
}

@media (max-width: 992px) {
  
  .mobile-modal {
    padding:0;
    .modal-dialog {
      min-height: 100vh;
      padding: 0;
      margin: 0;
      width: 100vw;
      .modal-content {
        h3 {
          width: 100%;
          text-align: center;
        }
        border-radius: 0!important;
        min-height: 100vh;
        padding: 0;
        margin: 0;
        .dismiss-icon {
          position: absolute;
          top: 25px;
          right: 25px;
          cursor: pointer;
        }
      }
    }
  }
}


#dreid-art {
 
  header{
    background-color: transparent!important;
    position: absolute!important;
    @media (max-width: 1200px) {
      position: relative!important;
      background-color: white!important;

    }
    width:100%;
    top:0;
    left:0;
  }
  .header {
  position: relative;

    padding-bottom: 144px;
    padding-top: 200px;
    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      object-position: left center;
      inset: 0;
      @media (max-width: 992px) {
        object-position: 20%;

      
      }
    }
    
    .header__text {
      z-index: 1;
      position: relative;
      p {
        color: #68A47F;
        font-family: "Yellowtail", cursive;
        font-weight: 400;
        font-style: italic;
        font-size: 2.25rem;
        line-height: normal;
      }
      
      h1 {
        position: relative;
        color:  #FFF;
        font-family: Roboto, sans-serif;
        font-size: 4.375rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        max-width: 33rem;
      }
      .h1-decor {
        position: absolute;
        width: 4.30406rem;
        height: 4.83038rem;
        flex-shrink: 0;
        right:100%;
        bottom: 85%;
      }
      @media (max-width: 992px) {
        h1 {
          font-size: 2.8125rem;
          max-width: 100%;
        }
        p {
          font-size: 2rem;
        }
        .h1-decor {
          display: none;
        }
        
      }
      
    }
  }
  .upper {
    background-color: #F9F8F8;
    padding: clamp(3.12rem, 4vw, 6.125rem)  0;
    position: relative;
    overflow-x: hidden;
   
    .upper__image {
      position: absolute;
      left: -2%;
      width: calc(50% - clamp(1rem,4vw,2.2rem));
      object-fit: contain;
    }
    
    .upper__text {
      width: calc(100% - clamp(1rem,4vw,2.2rem));
      padding-left: calc(50% + clamp(1rem,4vw,4.4rem));
      
      & > h1 {
        color: #7EB693;
        font-family: Yellowtail, cursive;
        font-size: 2.25rem;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
      }
      & > h2 {
        color: #274C5B;
        font-family: Roboto;
        font-size: 3.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
      & > p {
        color: #525C60;
        font-family: "Open Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 165.4%; /* 1.86075rem */
        margin-bottom: 2.87rem;
      }
      
      .icons-grid {
        display: flex;
        flex-wrap: wrap;
        
        gap: 3.25rem 1.5rem;
        width: 100%;
        .icon {
          flex-basis: calc(50% - 3.25rem);
          display: flex;
          gap:1.2rem;
          align-items: center;
          & > img {
            padding: 1.4rem;
            background-color: #FFF;
            border-radius: 1.25rem;
            @media (max-width: 992px) {
              padding: 10px;
              width: 57px;
              height: 57px;
            }

          }
          & > p {
            margin: 0;
            color: #274C5B;
            font-family: Roboto;
            font-size: 1.5625rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            @media (max-width: 992px) {
              font-size: 0.88rem;
            }
          }
        }
        @media (max-width: 992px) {
          justify-content: center;
        }
      }
    }
    @media (max-width: 992px) {
      .upper__image {
        position:relative;
        width: 100%;
        left:auto;

      }
      .upper__text {
        width: 100%;
        padding-left: 0;

      }
    }
  }
  
  .products {
    padding: clamp(3.12rem, 4vw, 6.125rem) 0;
    position: relative;
    gap: 1rem;
    .products__bg {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
      opacity: 0.2;
      @media (max-width: 992px) {
       display: none;
      }
    }
    .catalogue {
      padding-bottom: 1.13rem;
      padding-top: 1.8rem;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0.8rem;
      a {
        text-decoration: none;
        color: #274C5B;
        text-align: center;
        font-family: Roboto;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
    }
     h1 {
      color: #7EB693;
      font-family: Yellowtail, cursive;
      font-size: 2.25rem;
      font-style: italic;
      font-weight: 400;
      line-height: normal;
       display: block;
       width: 100%;
       text-align: center;

     }
     h2 {
      color: #274C5B;
      text-align: center;
      font-family: Roboto, sans-serif;
      font-size: 3.125rem;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
    }
    .products__grid {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: 1fr 1fr 1fr 1fr;
      @media (max-width: 992px) {
        grid-template-columns: 1fr 1fr 1fr;
      }
      @media (max-width: 768px) {
        grid-template-columns: 1fr 1fr ;
      }
        .product {
          border-radius: 1.5rem;
          background: #F9F8F8;
          padding: 1.5rem 1.8rem;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          gap: 4.7rem;
            & > img {
            border-radius: 1.25rem;
            object-fit: contain;
              mix-blend-mode: darken;
            width: 100%;
            }
            & > h3 {
              color: #274C5B;
              font-family: Roboto, sans-serif;
              font-size: 1.25rem;
              font-style: normal;
              font-weight: 600;
              line-height: normal;
            }
            
        }
    }
  }
  .bottom {
    overflow-x:hidden;
    background-color: #FCFCFC;
    position: relative;
    padding: clamp(50px,4vw,102px) 0;
    .container-lg {
      padding: 0 clamp(16px,4vw,125px);
      position:relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap:2rem;
      h1 {
        color: #274C5B;
        text-align: center;
        font-family: Roboto;
        font-size: 3.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
      p {
        padding: 0 clamp(1rem,4vw,7rem);
        color: #525C60;
        text-align: center;
        font-family: "Open Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem; /* 133.333% */
      }
      
      .images {
        display: flex;
        justify-content: space-between;
        gap:1rem;
        width:100%;
        img {
          width: 100%;
          mix-blend-mode: darken;
        }
      }
     
    }
    .bg {
      position: absolute;
      mix-blend-mode: darken;
     top:0;
      bottom:0;
      right:clamp(700px,100vw - 400px,100%);
      height: 100%;
      object-fit: contain;
    }
    .bg-rotated {
      left: clamp(700px,100vw - 400px,100%);
      right: auto;
      transform: rotate(180deg);
    }
  }
  
  footer {
    
    padding-top: 6.5rem;
    .container-lg {
      display: flex;
      justify-content: center;
      gap: 3rem;
     @media (max-width: 1300px) {
       flex-direction: column;
     }
    }
    .middle {
      @media (max-width: 1300px) {
        border-left: 0;
        border-right: 0;
      }
      padding: 0 clamp(3rem,10vw,9rem);
      border-left: 1px solid #D4D4D4;
      border-right: 1px solid #D4D4D4;
      text-align: center;
      & >img {
        margin-bottom: 1.5rem;
      }
      & > p {
        text-align: center;
        margin-bottom: 3rem;
      }
    }
    .contact {
      @media (max-width: 1300px) {
        border-top: 1px solid #D4D4D4;
        padding-top: 20px;
      }
      display: flex;
      flex-direction: column;
      gap:2rem;
      h1 {
        color: #274C5B;
        font-family: Roboto;
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
      
      .contact-item {
        display: flex;
        gap: 1rem;
        
        h2 {
          color: #525C60;
          font-family: "Open Sans";
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 700;
          line-height: 165%;
        }
        p {
          color: #525C60;
          text-align: right;
          font-family: "Open Sans";
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 400;
          line-height: 165%; /* 1.85625rem */
        }
      }
    }
.contact-left {
    align-items: flex-end;
    text-align: right;
}
    .contact-right {
      align-items: flex-start;
      text-align: left;
      .contact-item{
        flex-direction: row-reverse;

      }
     
    }
    .footer-bottom {
      margin-top: 3.12rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap:1.2rem;
      @media (max-width: 992px) {
        flex-direction: column;
      }
      img{
        width: 8.875rem;
        height: 2.875rem;
        flex-shrink: 0;
      }
      p {
        color: #525C60;
        font-family: "Open Sans";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        margin: 0;
      }
    }
  }
}

.suggestion-button {
    padding: 10px 20px;
    width: fit-content;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 8px;
    pointer: cursor;
}

    .suggestion-button:active {
        transform: scale(1.1);
        transition: transform 0.5s;
    }



/*FONTS*/

.font-2rem-ubuntu-700-black {
  color: #333;
  text-align: center;
  font-family: Ubuntu;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14rem;
}

.font-1125rem-prompt-400-black {
  color: #000;
  font-family: Prompt;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  
  @media (max-width: 992px) {
    font-size: 1rem;
  }
}

.product-label{
  color: #000;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.28525rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 1.92788rem */
  transition: all 0.3s ease;
}
.product-label:hover {
    color: #FFD600;
    
}

.dreid-art-modal-font {
  color: #274C5B;
  text-align: center;
  font-family: Roboto;
  font-size: 1.21163rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


/*FONTS*/
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
@media (max-width: 992px) {
  .mobile-text-align-left {
    text-align: left;
  }
}

.map {
  border-radius: 15px;
  @media (max-width: 992px) {
    border-radius: 0;
  }
}

.map-item-container{
    width:50%;
    display:flex;
    flex-direction:column;
    gap:5px;
    border-right:2px solid black;
    padding:20px;
}
.map-item-container:not(:last-child){
    border-left:2px solid black;
}

.map-item-text {
    padding-bottom: 5px;
    margin-left: 5px;
    border-bottom: 2px solid black;
    width: fit-content
}

.map-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:20px 0;

    @media (max-width: 992px) {
        padding: 0;
    }
}

.certificates {
  max-width: 45%;
  @media (max-width: 992px) {
    max-width: 100%;
    
  }
}

@media (max-width: 992px) {
  .mobile-w-100 {
    width: 100%!important;
  }
}
.two-cards {
  gap: 8rem;
  flex-wrap: wrap;
}
.two-cards > * {
  flex-basis: calc(50% - 4rem);
}

@media (max-width: 992px) {
  .two-cards {
    gap: 2rem;
  }
  .two-cards > * {
    flex-basis: 100%;
  }

}

.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translate(0%, -2%);
    max-width: 500px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid gainsboro;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    font-size: 14px;
    z-index: 1000;
    margin: 5px;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

    .cookie-consent-button:hover {
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }

    .cookie-consent-button:active {
        opacity: 0.5;
    }

    .cookie-consent-button.btn-success {
        border: 1px solid #49B676;
        color: #49B676;
        background-color: #f8f9fa;
        font-weight: bold;
    }

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}