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

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

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

 ::selection {
    background: #d8c8a7;
    color: #000;
}
/* .mobpup {
  height: 550px;
  max-width: 750px;
} */

button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 4rem;
  z-index: 999;
  color: #090927;
  opacity: 9;
}

button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 4rem;
  z-index: 999;
  color: #090927;
  opacity: 9;
}

div#oc-products {
  max-height: 540px !important;
}

@media only screen and (max-width:768px) {
  .mainpopup {
      position: absolute !important;
      left: 0% !important;
      top: 20% !important;
  }
  .mobpup {
      height: auto !important;
      max-width: auto !important;
  }
}


.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 600px;
}


/* Circular buttons */

.swiper-button-prev,
.swiper-button-next {
    background-color: transparent;
    padding: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #2658a4;
    color: white;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #2658a4;
    /* Inactive dot color */
    border-radius: 50%;
    margin: 0 5px;
    /* Adjust spacing between dots */
}

.animeslide-slide {
    position: relative;
    padding: 15px 0;
    background-size: cover;
    height: 100%;
    /* min-height: 800px; */
}

.animeslide-bottom {
    position: static;
    top: 50%;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 35px 35px;
    font-size: 14px;
}

.animeslide-button-next,
.animeslide-button-prev {
    outline: none;
    background-color: #336699;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #b1914f;
    color: white;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
    font-size: 20px;
}

.animeslide-button-next:hover,
.animeslide-button-prev:hover {
    background-color: #b1914f;
    color: white;
    transition: all 0.2s ease-out;
}

.animeslide-button-next::hover,
.animeslide-button-prev::hover {
    color: #b1914f;
}

.bg-images {
    background-image: url('../images/bg.jpg');
}
.modal1 {
  height: auto;
  width: 610px;
}

/* Homepage slider css end */

.figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.figure:before,
.figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.35s ease;
    background-color: #b1914f;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    opacity: 0.9;
    z-index: 1;
}

.figure:before {
    transform: skew(45deg) translateX(-180%);
}

.figure:after {
    transform: skew(45deg) translateX(180%);
}

.figure:hover>img {
    opacity: 0.5;
}

.figure:hover:before,
.figure.hover:before {
    transform: skew(45deg) translateX(-80%);
}

.figure:hover:after,
.figure.hover:after {
    transform: skew(45deg) translateX(80%);
}

.figure:hover .link,
.figure.hover .link {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.after1.bg-white {
    position: relative;
    content: "";
    bottom: -2rem;
    width: 100%;
    height: 61px;
    transform: skewY(2deg);
    left: 0;
    z-index: 10;
}

.after2.bg-secondary-50 {
    position: relative;
    content: "";
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 75px;
    transform: skewY(2deg);
}

.single-service-home {
    margin-bottom: 80px;
}

.single-service-home .icon-box,
.single-service-home .content {
    display: table-cell;
    vertical-align: top;
}

.single-service-home .inner-box {
    width: 65px;
    height: 65px;
    border: 2px solid #b1914f;
    background: #b1914f;
    text-align: center;
    color: #fff;
    line-height: 63px;
    margin-right: 27px;
    position: relative;
    transition: all .3s ease;
}

.single-service-home:hover .inner-box {
    background: #fff;
    border-color: #b1914f;
    color: #b1914f;
}

.single-service-home .inner-box:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -17px;
    right: -17px;
    background: #fff;
    transform: rotate(45deg);
}

.single-service-home .inner-box i:before {
    font-size: 35px;
}

.single-service-home .content p {
    color: #9C9C9C;
    line-height: 26px;
    margin: 0;
    margin-bottom: 15px;
}

.single-service-home .content a {
    color: #b1914f;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .3s ease;
}

.single-service-home:hover .content a {
    color: #5E2A30;
}

.style-two .single-service-home .inner-box {
    border-radius: 50%;
}

.style-two .single-service-home .inner-box:before {
    display: none;
}

.our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team .team-content {
    width: 100%;
    background: #358232;
    color: #fff;
    padding: 15px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.our-team:hover .team-content {
    padding-bottom: 40px;
}

.our-team .team-content:before,
.our-team .team-content:after {
    content: "";
    width: 60%;
    height: 50px;
    background: #358232;
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
}

.our-team .team-content:before {
    left: -3%;
}

.our-team .team-content:after {
    right: -3%;
    transform: rotate(-15deg);
}

.our-team .title {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-top: 1rem;
}

.our-team .title:before,
.our-team .title:after {
    content: "";
    width: 7px;
    height: 93px;
    background: #b1914f;
    position: absolute;
    top: -78px;
    z-index: -2;
    transform: rotate(-74deg);
}

.our-team .title:before {
    left: 32%;
}

.our-team .title:after {
    right: 32%;
    transform: rotate(74deg);
}

.our-team .post {
    display: block;
    font-size: 13px;
    margin-bottom: 0px;
}

.our-team .social-links {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social-links {
    bottom: 0;
}

.our-team .social-links li {
    display: inline-block;
}

.our-team .social-links li a {
    display: block;
    font-size: 16px;
    color: #aad6e1;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
}

.our-team .social-links li:last-child a {
    margin-right: 0;
}

.our-team .social-links li a:hover {
    color: #b1914f;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.toodonate {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

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

.fadeindown {
    animation: fadeindown 2s infinite;
    /* Adjust the duration as needed */
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
.tabss.owl-carousel.owl-theme.mt-8.relative.slick-initialized.slick-slider{
    display: flex;
}
@media only screen and (max-width: 768px) {
    .swiper {
        width: 100%;
        height: 100%;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .animeslide-slide {
        min-height: 300px;
    }
    .our-team .team-content:before,
    .our-team .team-content:after {
        height: 75px;
    }
    .our-team .team-content:before {
        transform: rotate(8deg);
    }
    .our-team .team-content:after {
        transform: rotate(-8deg);
    }
    .our-team .title:before,
    .our-team .title:after {
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .our-team .title:before {
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .our-team .title:after {
        right: 42.5%;
        transform: rotate(82deg);
    }
    .our-team .title:before,
    .our-team .title:after {
        top: -83px;
    }
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
    .our-team .team-content:before,
    .our-team .team-content:after {
        height: 50px;
        top: -24px;
    }
    .our-team .title:before,
    .our-team .title:after {
        top: -85px;
        height: 102px;
    }
    .our-team .title:before {
        left: 35%;
    }
    .our-team .title:after {
        right: 35%;
    }
}

@media only screen and (max-width: 1440px) {
  .modal1 {
    height: auto;
    width: 540px;
  }
}
