@import url("https://fonts.googleapis.com/css2?family=Playwrite+DK+Loopet:wght@100..400&display=swap");

.gradient-overlay {
  position: relative;
  overflow: hidden;
}

.gradient-overlay::before {
    content: "";
    position: relative;
    z-index: 999;
    background: linear-gradient(135deg, rgb(0 0 0 / 37%), rgba(0, 0, 0, 0.748));
}

.gradient-overlay img {
  position: relative;
  z-index: 0;
}
.sc-icons {
  font-size: 20px;
  font-weight: bold;
}

.contactImg{
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.slider__wrapper {
  position: relative;
}

.slider__text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  color: white !important;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 12px;
}

.search_icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: #853d26b0;
}


@media (max-width:1600px){
    .layout__body_other_page {
        margin-top: 6rem !important;
    }
}

@media (min-width:1600px) {
    .layout__body_other_page {
        margin-top: 8rem !important;
    }
}

.search__item-img {
    width: 100%;
    margin-bottom: 10px;
}
.navbar__menu-link-icon {
    fill: #853d26b0;
    width: 1em;
    height: 1em;
}

.search_icon_dropown {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: #853d26b0;
}

.button:focus .search_icon_dropown{
    fill:white;
}

.slider__text-overlay h1 {
    font-family: "Charm", cursive !important;
    font-weight: 300;
    font-size: 50px;
}

.slider--overlay
  .slider__navigation:not(.slider__navigation--disabled):hover
  svg {
  fill: white;
}

.animated-button {
  position: relative;
  background-color: #6e1b00;
  border: none;
  border-radius: 8px;
  padding: 15px 30px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.animated-button {
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: 0.3em;
  height: 75px;
  line-height: 0;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow:none;
  background-color: #6e1b00;
  border: none;
  color: rgb(120, 50, 5);
  text-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
}

.animated-button:hover,
.animated-button:focus {
  background-size: 150% 150%;
  box-shadow:none;

}

.animated-button:active {
  box-shadow:none;
}


/*.button search__submit:focus .search_icon_dropown{
    fill:white;
}*/
.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.animated-button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #333, #000000, #000000);
  background-size: 200%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: white;
  transition: background-position 0.5s ease;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.animated-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.animated-button:hover span {
  background-position: 200% center;
}

.animated-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
}

.animated-button:hover::before {
  left: 100%;
  transition: 0.5s;
}

.animated-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #6e1b00;
    transition: width 0.3s ease;
}

.animated-button:hover::after {
  width: 100%;
}

.ripple {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.glow {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.animated-button:hover + .glow {
  opacity: 1;
  border-color: #e0e0e0;
  animation: glow 1.5s infinite;
}

.rounded-certificate {
  border-radius: 50% !important;
  /* şəkli dairəvi edir */
  width: 150px;
  height: 150px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rounded-certificate:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.3);
}

.layout__header.is-hide .navbar__container,
.layout__header.is-sticky .search_icon {
  fill: #000000;
}

.layout__header.is-hide .navbar__container,
.layout__header.is-sticky .hamburger-button__icon {
  background-color: #000000;
}

.layout__header.is-hide .navbar__container,
.layout__header.is-sticky .hamburger-button__wrapper:before {
  background-color: #000000;
}

.layout__header.is-hide .navbar__container,
.layout__header.is-sticky .hamburger-button__wrapper:after {
  background-color: #000000;
}

.partnersIcon {
  width: 40px;
  height: 40px;
}

.gridstatistic {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.section__container--background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* qara və şəffaf */
  z-index: 0;
}

.section__container--background {
  position: relative;
  z-index: 1;
}

.basliqagreg {
  color: white !important;
  position: relative;
  z-index: 99999;
}

.page_root_linkks {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.page_root_linkks a:nth-of-type(1) {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}

.page_root_linkks a:nth-of-type(2) {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}

.page_root_linkks {
  display: flex;
  justify-content: center;
}

.rac-main-wrapper-container-2024 {
  max-width: 1400px;
  margin: 0 auto;
}

.rac-premium-header-section-v2 {
  text-align: center;
  margin-bottom: 50px;
  color: white;
}

    .rac-premium-header-section-v2 h1 {
        font-size: 3rem;
        margin-bottom: 10px;
        color: #6e1b00;
    }

.rac-premium-header-section-v2 p {
  font-size: 1.2rem;
  opacity: 0.9;
  color: black;
  font-weight: 500;
}

.rac-chocolate-boxes-grid-layout-advanced {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.rac-premium-info-card-component-deluxe {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

    .rac-premium-info-card-component-deluxe::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: #6e1b00;
    }

.rac-premium-info-card-component-deluxe:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.rac-circular-icon-wrapper-premium-design {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #8b4513, #d2691e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  box-shadow: 0 8px 20px rgba(139, 69, 19, 0.3);
}

.rac-section-title-typography-enhanced {
    font-size: 1.8rem;
    color: #6e1b00;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.rac-content-text-block-justified-layout {
  color: #555;
  line-height: 1.6;
  font-size: 1rem;
  text-align: justify;
  flex-grow: 1;
}

.rac-about-us-card-special-gradient {
  background: linear-gradient(135deg, #fff 0%, #f8f4f0 100%);
}

.rac-vision-card-blue-theme-variant {
    background: linear-gradient(135deg, #fff 0%, #f8f4f0 100%);
}

.rac-mission-card-green-nature-style {
     background: linear-gradient(135deg, #fff 0%, #f8f4f0 100%);
}

.rac-values-card-warm-orange-design {
    background: linear-gradient(135deg, #fff 0%, #f8f4f0 100%);
}

.rac-about-us-card-special-gradient .rac-circular-icon-wrapper-premium-design {
  background: linear-gradient(135deg, #8b4513, #a0522d);
}

.rac-vision-card-blue-theme-variant .rac-circular-icon-wrapper-premium-design {
  background: linear-gradient(135deg, #4169e1, #6495ed);
}

.rac-mission-card-green-nature-style .rac-circular-icon-wrapper-premium-design {
  background: linear-gradient(135deg, #228b22, #32cd32);
}

.rac-values-card-warm-orange-design .rac-circular-icon-wrapper-premium-design {
  background: linear-gradient(135deg, #ff6347, #ff7f50);
}

@media (max-width: 768px) {
  .rac-chocolate-boxes-grid-layout-advanced {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rac-premium-header-section-v2 h1 {
    font-size: 2rem;
  }

  .rac-premium-info-card-component-deluxe {
    padding: 20px;
    min-height: 350px;
  }

  .rac-section-title-typography-enhanced {
    font-size: 1.5rem;
  }
}

.rac-scroll-animation-trigger-element {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.rac-scroll-animation-trigger-element.rac-visible-state-activated {
  opacity: 1;
  transform: translateY(0);
}


.mb200{
  margin-bottom: 130px;
}



.slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: white;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
}

.slide {
  flex: 0 0 25%; /* 100% / 4 = 25% */
  box-sizing: border-box;
  padding: 10px;
}

.card-news {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.card-news:hover {
  transform: scale(1.02);
}

.card-news__image {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 8px;
  background-color: #e2e8f0;
}
  
.card-news__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.card-news:hover .card-news__image img {
  opacity: 0.9;
}

.card-news__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.card-news:hover .card-news__image::after {
  background: rgba(0, 0, 0, 0.1);
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.nav-btn:hover {
  background: white;
  transform: translateY(-50%) scale(1.05);
}

.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
}

.nav-btn--prev {
  left: 16px;
}

.nav-btn--next {
  right: 16px;
}





/* Responsive Design */
@media (max-width: 1024px) {
  .slide {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .slide {
    width: 100%;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
  }

  .nav-btn--prev {
    left: 8px;
  }

  .nav-btn--next {
    right: 8px;
  }
}

/* Desktop: 3 slides */
@media (min-width: 1025px) {
  .slide {
    width: 33.333%;
  }
}

#footerMain {
    z-index: 9999 !important;
}
