
/* ====================== Portfolio Start ====================== */
.bg-lime,
.hov-bg-lime:hover {
    background-color: #87E64C !important;
}

.bg-light-sky,
.hov-bg-light-sky:hover {
    background-color: #DCEFF5 !important;
}

.bg-soft-light-sky,
.hov-bg-soft-light-sky:hover {
    background-color: #F5F9FA !important;
}

.border-lime {
    border: 1px solid #87E64C !important;
}

.border-light-sky {
    border: 2px solid #c6ecf8 !important;
}

.text-lime,
.hov-text-lime:hover {
    color: #87E64C !important;
}




/*----Hero Start----*/
.portfolio-hero-section {
    width: 100%;
    /* min-height: 1000px; */
    height: auto !important;
}

#pl-one-hero-section .hero-content {
    padding-top: 200px;
    padding-bottom: 200px;
}

#pl-two-hero-section {
    /* min-height: 698px; */
    height: auto !important;
}

#pl-two-hero-section .hero-content {
    padding-top: 160px;
    padding-bottom: 160px;
}

.portfolio-hero-section .hero-content h2 {
    font-size: 64px;
}

/*----Hero End----*/

/*----Benifit Start----*/
.benifit-section .banner-container {
    max-width: 632px;
    height: 632px;
}

#banner-container-two {
    height: 420px !important;
}

.benifit-section a span svg {
    transition: all 0.4s ease;
}

.benifit-section a:hover span svg {
    fill: var(--white);
    padding-left: 10px;
}

.portfolio-benefit-content div {
    font-size: 16px;
    line-height: 1.7;
}

/*----Benifit End----*/

/*----What going on Start----*/
.what-going-on {
    background-color: #F2F8FA;
}

/* .what-going-on .card .img-container{
    width: 100%;
    height: 316px;
} */
.what-going-on .card .card-body a.title:hover {
    color: #87E64C !important;
}

.what-going-on .card:hover .img-container img {
    opacity: .6;
    transform: scale(1.02);
}

.what-going-on .carousel-box>div:hover .img-container img {
    opacity: .6;
    transform: scale(1.02);
    transition: all .4s ease;
}

.what-going-on .aiz-carousel .slick-slide>div {
    margin-bottom: 15px !important;
}

.what-going-on .aiz-carousel .slick-dots {
    margin-top: 65px !important;
}

.what-going-on .aiz-carousel .slick-dots button {
    width: 16px !important;
    height: 6px !important;
    border-radius: 3px !important;
}

.what-going-on .aiz-carousel .slick-dots .slick-active button {
    background-color: var(--gray) !important;
    width: 32px !important;
}

/*----What going on End----*/


/*----Featured Right Now Start----*/
.featured-right-now .aiz-carousel .carousel-box .img-container {
    max-width: 266px;
}

.featured-right-now .aiz-carousel .carousel-box .img-container img {
    width: 90%;
    height: 90%;
}

.featured-right-now .aiz-carousel .slick-dots {
    margin-top: 42px !important;
}

.featured-right-now .aiz-carousel .slick-dots button {
    width: 16px !important;
    height: 6px !important;
    border-radius: 3px !important;
}

.featured-right-now .aiz-carousel .slick-dots .slick-active button {
    background-color: var(--gray) !important;
    width: 32px !important;
}

.featured-right-now .feature-banner {
    max-width: 896px;
    height: 660px;
}

/*----Featured Right Now End----*/

/*----Gallery Start----*/
.g-filter-btn-container {
    overflow-x: auto;
    white-space: wrap;
    scroll-behavior: smooth;
}

.gallery-section .g-filter-btn-container ul {
    gap: 60px;
}

.gallery-section .g-filter-btn-container ul .gallery-filter-btn {
    border-top: 0;
    border-right: 0;
    border-bottom: 3px solid transparent;
    border-left: 0;
}


.gallery-section .g-filter-btn-container ul .gallery-filter-btn.active {
    border-bottom: 3px solid #87E64C !important;
    /* font-weight: bold!important; */
    border-radius: 0 !important;
}

.gallery-section .g-filter-btn-container::-webkit-scrollbar {
    height: 2px;
}

.gallery-section .g-filter-btn-container::-webkit-scrollbar-thumb {
    background-color: var(--light);
    border-radius: 10px;
}

.gallery-section .gallery-img-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

@media (min-width: 320px) and (max-width: 400px) {
    .gallery-section .g-filter-btn-container ul {
        gap: 30px;
    }

    .gallery-section .g-filter-btn-container .gallery-filter-btn {
        font-size: 14px !important;
    }

    .gallery-section .gallery-img-container {
        grid-template-columns: 6fr 6fr;
        gap: 10px;
    }

    .gallery-section .gallery-img-container .gallery-img {
        height: 140px !important;
    }
}

@media (min-width: 401px) and (max-width: 691px) {
    .gallery-section .g-filter-btn-container ul {
        gap: 35px;
    }

    .gallery-section .g-filter-btn-container .gallery-filter-btn {
        font-size: 18px !important;
    }

    .gallery-section .gallery-img-container {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 10px;
    }

    .gallery-section .gallery-img-container .gallery-img {
        height: 180px !important;
    }
}

.gallery-section .gallery-img-container .gallery-img {
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.gallery-section .gallery-img-container .gallery-img.show {
    opacity: 1;
    transform: scale(1);
}

.gallery-section .gallery-img-container .gallery-img.hide {
    display: none !important;
    opacity: 0;
    transform: scale(0.85);
}

/*----Gallery End----*/


/*----Testimonial Start----*/
.testimonial-section {
    max-width: 1920px;
    width: 100%;
}

.testimonial-section .aiz-carousel .carousel-box {
    gap: 32px;
    width: 96% !important;
}

.testimonial-section .aiz-carousel .carousel-box h6 {
    font-style: italic;
}

.testimonial-section .aiz-carousel .slick-dots {
    margin-top: 72px !important;
}

.testimonial-section .aiz-carousel .slick-dots button {
    width: 16px !important;
    height: 6px !important;
    border-radius: 3px !important;
}

.testimonial-section .aiz-carousel .slick-dots .slick-active button {
    background-color: var(--gray) !important;
    width: 32px !important;
}

/*----Testimonial End----*/


/*----Join community Start----*/
.join-community .sub-headline {
    gap: 30px;
}
.join-community .nav-tabs .nav-item .nav-link {
    border: none !important;
    color: var(--gray);
    border-bottom: 2px solid transparent !important;
    padding: 0 0 15px 0 !important;
    margin: 0 32px 0 0;
    transition: all 0.4s ease;
    font-size: 24px;
}
.join-community .nav-tabs .nav-item .nav-link.active{
    color: #87E64C;
}
.join-community form .custom-file-label::after {
    display: none!important;
}



/*----Join community End----*/


/*----Our Team Start----*/
.our-team p {
    max-width: 1040px;
}

.our-team .aiz-carousel .slick-dots {
    margin-top: 80px !important;
}

.our-team .aiz-carousel .slick-dots button {
    width: 16px !important;
    height: 6px !important;
    border-radius: 3px !important;
}

.our-team .aiz-carousel .slick-dots .slick-active button {
    background-color: var(--gray) !important;
    width: 32px !important;
}

.our-team .aiz-carousel .carousel-box .border-left {
    border-width: 8px !important;
}

/*----Our Team End----*/

/*----Newsletter Start----*/
.news-letter .newsletter-svg {
    max-width: 590px;
    height: 349px;
}
/*----Newsletter End----*/


/*----Pricing Plan Start----*/
.pricing-plan .aiz-carousel .slick-dots {
    margin-top: 80px !important;
}

.pricing-plan .aiz-carousel .slick-dots button {
    width: 16px !important;
    height: 6px !important;
    border-radius: 3px !important;
}

.pricing-plan .aiz-carousel .slick-dots .slick-active button {
    background-color: var(--gray) !important;
    width: 32px !important;
}

.pricing-plan .card h3 {
    font-size: 72px;
}

.pricing-plan .card ul li {
    line-height: 32px;
    border-bottom: 1px dashed var(--dodger-blue);
    padding-top: 6px;
    padding-bottom: 6px;
}

/*----Pricing Plan End----*/


/*==== RESPONSIVE CSS START ====*/
@media (min-width: 320px) and (max-width: 480px) {

    /*----Hero Start----*/
    .portfolio-hero-section .hero-content h2 {
        font-size: 44px !important;
    }

    .portfolio-hero-section .hero-content p {
        font-size: 16px !important;
    }

    .portfolio-hero-section .hero-content a {
        font-size: 14px !important;
    }

    /*----Benifit Start----*/
    .benifit-section .banner-container {
        height: 532px;
    }

    /*----What going on Start----*/
    .what-going-on .card .card-body a.title {
        font-size: 14px !important;
    }

    .what-going-on .aiz-carousel .slick-dots {
        margin-top: 50px !important;
    }

    /*----Featured Right now Start----*/
    .featured-right-now .feature-banner {
        height: 460px;
    }

    .what-going-on .card .card-body p,
    .what-going-on .card .card-body div>a {
        font-size: 12px !important;
    }

    /*----Testimonial Start----*/
    .testimonial-section .aiz-carousel .slick-dots {
        margin-top: 42px !important;
    }

    /*----Join community Start----*/
    .join-community .sub-headline {
        gap: 15px;
    }
}



@media (min-width: 481px) and (max-width: 767px) {

    /*----Hero Start----*/
    .portfolio-hero-section .hero-content h2 {
        font-size: 64px;
    }

    .portfolio-hero-section .hero-content p {
        font-size: 18px !important;
    }

    .portfolio-hero-section .hero-content a {
        font-size: 18px !important;
    }

    /*----Benifit Start----*/
    .benifit-section .banner-container {
        height: 532px;
    }

    /*----What going on Start----*/
    .what-going-on .card .card-body a.title {
        font-size: 16px !important;
    }

    .what-going-on .card .card-body p,
    .what-going-on .card .card-body div>a {
        font-size: 14px !important;
    }

    .what-going-on .aiz-carousel .slick-dots {
        margin-top: 60px !important;
    }

    /*----Testimonial Start----*/
    .testimonial-section .aiz-carousel .slick-dots {
        margin-top: 42px !important;
    }

    /*----Join community Start----*/
    .join-community .sub-headline {
        gap: 15px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {}



@media (min-width: 992px) and (max-width: 1199px) {

    /*----Benifit Start----*/
    .benifit-section .banner-container {
        height: 532px;
    }
}



@media (min-width: 1200px) and (max-width: 1499px) {

    /*----What going on Start----*/
    .what-going-on .card .img-container {
        height: 240px;
    }
}

/*==== RESPONSIVE CSS END ====*/

/* ====================== Portfolio End ====================== */
