/* slider dot css start */

ul.slick-dots {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0px;
    list-style: none;
    right: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 31px;
    margin: 0;
    padding: 13px 2px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

li.slick-active button {
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.slick-dots li button:before {
    content: "•";
    font-size: 40px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 51px;
    text-align: center;
    opacity: 2.25;
    color: #cccc00;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: transparent;
    border-radius: 60px;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
}

.slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.slick-arrow:hover {
    background-color: #829435ab;
}

.slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translate(2px, 2px);
}

.slick-arrow.slick-next:before {
    transform: rotate(135deg) translate(2px, 2px);
}

.slider-progress span.active {
    width: 100%;
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

/* slider dot css end */
.section_title_white:before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.section_title_green:before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #00474d;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.group:hover .fade-up {
    opacity: 1;
    transform: translateY(0);
}

.sticky-header-background {
    background-color: rgba(0, 71, 77, 0.1) !important;
    transition: all 0.8s ease-out;
}

section.products {
    position: relative;
}

section.products:before {
    content: "";
    background: url(..//images/our-product-side-img.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -270px;
    top: 70%;
    margin-top: -450px;
    width: 580px;
    height: 580px;
    animation: rounded 40S infinite linear;
}

section.facilities {
    position: relative;
}

section.facilities:before {
    content: "";
    background: url(..//images/our-product-side-img.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -300px;
    top: 70%;
    margin-top: -450px;
    width: 580px;
    height: 580px;
    animation: rounded 40S infinite linear;
}

@keyframes rounded {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

[data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
    transform: translate3d(0, 15px, 0);
}

 ::-webkit-scrollbar {
    width: 3px;
}

 ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #00474d;
}

.current {
    color: #acaf59;
}

.swiper-button-next.detail:after,
.swiper-rtl .swiper-button-prev.detail:after {
    content: '';
}

.swiper-button-prev.detail:after,
.swiper-rtl .swiper-button-next.detail:after {
    content: '';
}

.mySwiper .swiper-slide {
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide.detail-main {
    max-height: 410px !important;
    min-height: 410px !important;
    overflow: hidden;
}

.swiper-slide.detail-thumb img {
    max-height: 130px !important;
    min-height: 130px !important;
    width: 100%;
}

@media only screen and (max-width:1440px){
    .animeslide-slide {
      position: relative;
      padding: 15px 0;
      background-size: cover;
      height: 100%;
      min-height: 520px;
  }
}

@media only screen and (max-width:768px) {
    .animeslide-slide {
        position: relative;
        padding: 15px 0;
        background-size: cover;
        height: 100%;
        min-height: 275px;

    }
    .animeslide-bottom {
        display: none;
    }
    section.products:before {
        right: -255px;
        top: 80%;
        margin-top: -450px;
        width: 595px;
        height: 595px;
        opacity: 0.6;
    }
    section.facilities:before {
        left: -255px;
        top: 80%;
        margin-top: -450px;
        width: 595px;
        height: 595px;
        opacity: 0.6;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
    }

}

@media only screen and (max-width:425px){
    .animeslide-slide {
      position: relative;
      padding: 15px 0;
      background-size: cover;
      height: 100%;
      min-height: 150px;
  }
}

.div-border {
  border-bottom: 5px solid #00474d;
}

.last-section {
  border-bottom: none;
}
@keyframes scrollMarquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
}

.marquee-content {
  animation: scrollMarquee 10s linear infinite;
  display: flex;
  white-space: nowrap;
}
