
body.page-template-campaign #main > .container {
    max-width: 100%;
    padding: 0;
}
.banner-container {
    padding: 0 !important
}
.banner-slider .slick-track {
    display: flex;
}
.banner-slider .slick-slide  {
    height: inherit;
}
.banner-slider .slick-slide > div   {
    height: 100%;
}

.banner-container-inner {
    min-height: 70vh;
    background-size: cover;
    background-repeat : no-repeat;
    background-position: center;
    height: 100%;
    background-color: #ffdad2;
}

.banner_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    min-height: inherit;
    height: 100%;
    padding: 100px 0 80px;

}
.banner_content.center {
    align-items: center;
    text-align: center;
}
.banner_heading {
    /* font-size: 110px; */
    font-size: 150px;
    color: #fff;
    max-width: 680px;
    line-height: 1.07;
    width: 100%;
    text-transform: uppercase;
    --animate-duration: 2s;
}
.ban_img_con img {
    width: 100%;
}
.campaign-btn {
    font-weight: 700;
    border-radius: 30rem;
}
.campaign-btn.coral {
    background-color: #ffdad2;
    border-color:  #ffdad2;
    color: #000;
}
.campaign-btn.gray {
    background-color: #606060;
    border-color:  #606060;
    color: #ffdad2;
}

/* Banner styles Ends here */

.page-template-campaign h2:not(.banner_heading) {
    /* font-size: 35px; */
    text-transform: uppercase;
    margin: 0;
}
.page-template-campaign h2.white {
    color: #fff;
}
.page-template-campaign h2.coral{
    color: #ffdad2;
}
.page-template-campaign h2.black{
    color: #000;
}

/* Content */
.campaign_content {
    background: #000;
    color: #fff;
    padding: 120px 0 100px;
    text-align: center;
}
.campaign-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.campaign-content-inner .content {
    padding-bottom: 20px;
    margin-top: 5px;
}

.campaign-info {
    max-width: 600px;
    width: 100%;
    margin: 28px auto 0;
    font-size: 20px;
}

/* Video Section */
.campaign-video-section {
    background: #51a766;
    padding: 90px 0;
}
.campaign-video-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.video_container iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}
.video-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: #fff;
}
.video-section-content .content {
    font-size: 20px;
}


/* Blurb Section */
.blurb-section {
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.all-blurb {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 65px;
}

.single-blurb  {
    width: calc(33.33% - 33.33px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-blurb img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    aspect-ratio: 1;
}
.all-blurb .btn {
    font-weight: 700;
    line-height: 1;
    padding: 18px 50px;
}


/* Name Listing Section */
.name-list-section {
    background: #DAE8CD;
}

.name-list-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    color: #000;
}
.name-list-section-content {
    padding: 60px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.name-list {
    pointer-events: none;
}
.name-list-section-content .btn {
    color: #fff;
}
.name-list-section-inner .content {
    font-size: 20px;
}

.name {
    color: #DAE8CD;
    font-size: 30px;
    line-height: 1;
    background: #51A766;
    border-radius: 50px;
    text-transform: capitalize;
    padding: 20px 0;
    text-align: center;
    margin: 5px 0;
}


/* Testimonial */
.testimonial-section {
    background: #496951;
    padding: 90px 0 80px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.testimonial-section-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.testi-bottom-content {
    max-width: 714px;
    width: 100%;
    margin: 50px auto 35px;
    font-size: 20px;
}
.testi-cta-btm-content {
    max-width: 500px;
    width: 100%;
    line-height: 1;
    opacity: .8;
    margin: 20px auto 0;
}
.all-testimonials {
    margin: 70px auto 30px;
}
.all-testimonials .single-testimonial {
    min-height: 445px;
    background: #DAE8CD;
    border-radius: 30px;
    padding: 40px 36px;
    position: relative;
    margin-top: 35px
}
.sgl-testimonial-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: inherit;
}
.testi-content {
    font-size: 20px;
    color: #000;
    text-align: left;
}
.testi-name {
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize; 
    color: #000;
    text-align: left;
}
.quote {
    background: #51A766;
    width: 68px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    top: -34px;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.quote img {
    width: 37px;
    object-fit: cover;
}

/* testimonial slider */
/* .all-testimonials .slick-list {
    overflow: visible;
    margin: 0 -10px;
} */
.testi-slider-btn:before {
    content: none !important;
}
.all-testimonials .slick-slide {
    margin: 0 10px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 10px;
}
.all-testimonials.slick-dotted.slick-slider {
    margin-bottom: 50px !important;
}



/* Page Footer */
.footer-section {
    background: #000;
    padding: 80px 0 110px;
    color: #fff;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.footer-section h2.footer-hd {
    margin-bottom: 20px;
}
.footer-section .content {
    font-size: 20px;
}

.footer-btm-cont {
    padding-top: 65px;
    font-size: 20px;
}
.no-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: centerl
}


/* footer form */
header.at-title {
    display: none;
}
.campaign-footer-from,
.campaign-footer-from a  {
    background-color: transparent !important;
    color: #fff !important;
}
.campaign-footer-from fieldset:after {
    color: #fff !important;
}

.campaign-footer-from form {
    background: #000;
}
.campaign-footer-from .at label, 
.campaign-footer-from .at-checkbox-title {
    color: #fff !important;
}
.campaign-footer-from .at input[type=email], 
.campaign-footer-from .at input[type=email]:focus, 
.campaign-footer-from .at input[type=text], 
.campaign-footer-from .at input[type=text]:focus, 
.campaign-footer-from .at input[type=tel], 
.campaign-footer-from .at input[type=tel]:focus, 
.campaign-footer-from .at select, 
.campaign-footer-from .at select:focus {
    background-color: transparent !important;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    border-color: #fff;
    border-radius: 16px !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    /* font-family: 'GT America Exp Rg' !important; */
    font-weight: 400 !important;
    line-height: 1.3125 !important;
    text-transform: uppercase;
    height: 3.3125rem !important;
}
.campaign-footer-from .footer-form-heading  {
    color: #fff !important;
}

.page-id-1692 #footer-form fieldset:after,
.campaign-footer-from-form fieldset:after {
    color: #fff;
}
.campaign-footer-from .at-submit, 
.campaign-footer-from .at .btn-at-primary {
    line-height: 32.5px !important;
    border-radius: 30rem !important;
    padding-left: 2rem !important;
    background-color: transparent !important;
    padding-right: 2rem !important;
    color: #fff !important;
    /* font-family: 'GT America Exp Rg' !important; */
    text-transform: uppercase !important;
    border-bottom: 1px solid #fff !important;
    border-color: #fff !important;
}





/* Hide Default footer */
#colophon {
    display: none;
}

@media screen and (max-width: 1100px) {
    .campaign_content {
        padding: 65px 0 50px;
    }

}

/* Responsive */
@media screen and (max-width: 991px) {

    /* Heading */
    /* .page-template-campaign h2:not(.banner_heading) {
        font-size: 25px;
    } */

    /* Banner */
    .banner_heading {
        font-size: 100px;
    }
    .banner_content {
        padding: 80px 10px 60px
    }
    
    

    /* Blurb section */
    .blurb-section {
        padding: 50px 0;
    }

    /* testimonial */
    .testimonial-section {
        padding: 50px 0 60px;
    }

    .all-testimonials .single-testimonial {
        min-height: 380px;
    }
    .name-list-section-inner {
        gap: 50px;
    }
    .testi-content {
        font-size: 18px;
    }
    
    .testi-name {
        font-size: 20px;
    }


    /* Name */
    .name {
        font-size: 22px;
    }

    /* video section */
    .campaign-video-section {
        padding: 50px 0;
    }
    .campaign-video-section-inner {
        gap: 50px;
    }

    /* footer */
    .footer-inner {
        gap: 50px;
    }

}


@media screen and (max-width: 767px) {
    .campaign-info {
        font-size: 16px
    }
    .campaign-btn {
        line-height: 1;
        padding: 1rem 2rem;
    }

    /* Banner  */
    .banner_heading {
        font-size: 13vw;
    }

    /* name list */
    .name {
        font-size: 20px;
        padding: 12px 0;
    }

    /* blurb section */
        .all-blurb {
        flex-direction: column;
        padding-top: 40px;
    }
    .single-blurb {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
    .all-blurb .btn {
        padding: 1rem 2rem;
    }

    /* testimonial */
    .name-list-section-content {
        padding: 40px 0 20px;
    }

    .testi-bottom-content {
        margin: 20px 0;
        font-size: 16px;
    }

    /* video section */
    .video-section-content .content,
    .footer-section .content ,
    .footer-btm-cont,
    .name-list-section-inner .content {
        font-size: 16px;
    }

    /* Name list */
    .name-list-section-inner, 
    .campaign-video-section-inner,
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .name-list-section {
        padding-bottom: 60px;
    }

    /* footer */
    .footer-section {
        padding: 50px 0;
    }

}


