/* =========================================================
   Banner
   ========================================================= */

section.banner.home_banner {
    position: relative;
}

section.banner::after {
    content: '';
    width: 100%;
    height: 231px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 69.75%);
    position: absolute;
    bottom: 0;
}

section.banner.home_banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* background: linear-gradient(0deg, #4E4E4E, #4E4E4E),
    radial-gradient(34.62% 117.33% at 100% 100.01%, #CEE5EB 0%, rgba(206, 229, 235, 0) 76.59%),
    linear-gradient(270deg, rgba(0, 0, 0, 0) 17.29%, rgba(0, 0, 0, 0.4) 89.31%); */

}

section.banner .container {
    position: relative;
    z-index: 9;
    max-width: 1320px;
    padding-top: 133px;
    padding-bottom: 186px;
    min-height: 1013px;
}



section.banner.home_banner .container {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

section.banner .content {
    max-width: 605px;
    width: 100%;
}

/* section.banner .inner{
    display: grid;
    grid-template-columns: 550fr 786fr;
    gap: 40px;
}

section.banner.home_banner .inner{
    grid-template-columns: 603fr 733fr;
    gap: 0;
} */
section.banner.home_banner .content_inner {
    min-height: 592px;
}

section.banner .content_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
    height: 100%;
}

section.banner.home_banner video.banner_bg_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner.home_banner .banner_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner.home_banner .banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.inner_top {
    color: #CEE5EB;
    font-family: var(--font-helvetica);
    font-size: 13px;
    font-weight: 700;
    line-height: 81%;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.banner .heading_small {
    color: #CEE5EB;
    /* font-family: var(--font-Bebas); */
    font-size: 80px;
    font-weight: 400;
    line-height: 81%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

section.banner.home_banner .heading_small {
    color: #CEE5EB;
    font-size: 125px;
    letter-spacing: 1.5%;
}


section.banner .heading_big {
    color: #CEE5EB;
    /* font-family: var(--font-Bebas); */
    font-size: 80px;
    font-weight: 800;
    line-height: 81%;
    letter-spacing: -5% !important;
    text-transform: uppercase;
}

section.banner.home_banner .heading_big {
    color: #CEE5EB;
    font-size: 181px;
}

.inner_bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inner_bottom p {
    max-width: 575px;
    margin: 0;
    padding: 0;
    color: #CEE5EB;
    font-family: var(--font-helvetica);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.buttons {
    display: flex;
    gap: 0;
    align-items: center;
}

.buttons .btn:nth-child(2) {
    border-left: 0px;
}

.inner_bottom .buttons .btn {
    min-width: 261px;
}

.image-content-section .btn-wrap .btn {
    min-width: 235px;
}

/* =========================================================
   Accordion 
   ========================================================= */

.faq .container {
    max-width: 1112px;
    padding-top: 74px;
    padding-bottom: 108px;
}

p.faq_p, .faq_num {
    padding: 0;
    margin: 0;
    color: #CEE5EB;
    font-family: var(--font-helvetica);
    font-size: 15px;
    font-weight: 700;
    line-height: 81%;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    padding-left: 10px;
}

.faq_num .icon-minus,
.faq_num .icon-plus{
    font-size: 30px;
}

.faq_item .faq_num .icon-minus{
    display: none;
}

.faq_item .faq_num .icon-minus{
    display: none;
}
.faq_item.active .icon-minus{
    display: block;
}

.faq_item.active .icon-plus{
    display: none;
}

.faq_inner {
    padding-top: 160px;
}

.faq_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #CEE5EB;
	cursor: pointer;
}

.faq_item:first-child .faq_title {
    border-top: 1px solid #CEE5EB;
}

.faq_item .faq_content {
    border-bottom: 1px solid #CEE5EB;
}

.faq_content {
    padding: 22px 0 17px;
    display: grid;
    grid-template-columns: 444fr 587fr;
    align-items: center;
    gap: 40px;
}

.faq_content_left {
    padding-left: 64px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq_content_heading {
    color: #CEE5EB;
    font-family: "bebas-neue-pro",sans-serif; ;
    font-size: 50px;
    font-weight: 700;
    line-height: 81%;
    letter-spacing: 2%;
    text-transform: uppercase;
}

.faq_content_left ul {
    margin: 0;
    padding: 0;
    padding-left: 22px;
}

.faq_content_left ul li {
    color: #CEE5EB;
    font-family: var(--font-helvetica);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.faq_content_left p {
    margin: 0;
    padding: 0 0 0 22px;
    color: #CEE5EB;
    font-family: var(--font-helvetica);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.faq_content_right img {
    width: 100%;
    object-fit: cover;
}

/* =========================================================
   TEXT CAROUSEL
   ========================================================= */

.carousel_text {
    overflow: hidden;
}

.image-content-slider .img-con-wrap::after {
    content: '';
    display: none;
}

.text_caro .inner {
    padding: 16px 0;
    border-top: 1px solid #CEE5EB;
    border-bottom: 1px solid #CEE5EB;
}

.carousel_text p {
    color: #CEE5EB;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 125px;
    font-weight: 400;
    line-height: 81%;
    letter-spacing: 1.875px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.carousel_text p b,
.carousel_text p strong {
	font-weight: 400;
	font-family: "bebas-neue-pro", sans-serif;
}

.carousel_text .swiper-slide {
    width: auto;
    white-space: nowrap;
}

.carousel_text .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* =========================================================
        Image and content Slider
   ========================================================= */

.image-content-slider {
    position: relative;
}

.ImgContentSwiper .swiper-slide {
    width: 100% !important;
}

.image-content-slider .swiper {
    overflow: hidden;
}

.image-content-slider .img-con-wrap {
    padding-left: unset;
}


.image-content-slider .img-con-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #cee5eb;
}

.image-content-slider .image-content {
    width: 633px;
    max-width: 633px;
    flex-shrink: 0;
    margin-left: calc((100vw - 1380px) / 2);
}

.image-content-slider .img-col {
    width: calc(100vw - (633px + 40px + ((100vw - 1380px) / 2)));
}
.image-content-slider .img-col img {
    width: 100%;
    height: auto;
    display: block;
    height: 1021px;
}
.image-content-slider .img-col a{
    width: 100%;
}

.image-content-slider .slider-nav button{
    border: 1px solid #CEE5EB;
    background: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    padding: 0 50px;
    min-height: 50px;
    border-radius: 0px;
}

.slider-nav button {
	cursor: pointer;
}

.slider-nav button:hover,
.image-content-slider .slider-nav button:hover {
    background-color: #CEE5EB;
    color: rgba(0, 0, 0, 0.75);
}

.slider-nav button:hover img,
.image-content-slider .slider-nav button:hover img {
	filter: brightness(0) opacity(0.75);
}

.image-content-slider .slider-nav button:nth-child(2){
    border-left: 0px;
}

.image-content-slider .slider-nav {
    right: 5%;
    bottom: 3.9%;
    margin-bottom: 0;
}

.image-content-slider .left-section-1 {
    display: flex;
    align-items: center;
}

.slider_num{
    max-width: 86px;
    width: 100px;
    color: #CEE5EB;
    font-family: var(--font-helvetica);
    font-size: 15px;
    font-weight: 700;
    line-height: 81%;
    letter-spacing: 3.75px;
    text-transform: uppercase;
}

.image-content-slider .btn-wrap .btn {
    min-width: 235px;
    box-sizing: border-box;
    text-align: center;
}

.div-table-section .custom-grid-table .cell-text {
    line-height: 1.1;
}

.div-table-section .table-btn-wrap .btn {
    min-width: 213px;
}

.pricing-info-section .button-group .btn {
    min-width: 213px;
}

.contact-section .contact-btn-wrap .btn {
    min-width: 183px;
}


/* =========================================================
        Responsive Design
   ========================================================= */

@media screen and (max-width: 1500px) {
    section.banner.home_banner .content_inner {
        min-height: 500px;
    }

    .image-content {
        gap: 180px;
    }
}







@media screen and (max-width: 1440px) {

    /* =========================================================
        Image and Content Slider  
    ========================================================= */
    .image-content-slider .img-con-wrap {
        display: grid;
        grid-template-columns:633fr 703fr ;
    }
    .image-content-slider .img-col {
        width: 100%;
    }
    .image-content-slider .image-content {
        margin-left: 0;
        width: auto;
    }


    section.banner.home_banner .content_inner {
        min-height: 450px;
    }

    .image-content {
        gap: 140px;
    }
  
}


@media screen and (max-width: 1340px) {
    .image-content {
        gap: 80px;
    }
}



@media screen and (max-width: 1100px) {

    /* =========================================================
        Image and Content Slider  
    ========================================================= */
    .image-content-slider .image-content {
        gap: 130px;
    }
    .image-content-slider .img-col img {
        height: 800px;
    }
    .image-content-slider .container {
        max-width: 100%;
        padding: 0px 0px 0 20px !important;
    }

}

@media screen and (max-width: 997px) {

    /* =========================================================
        Image and Content Slider  
    ========================================================= */
    .image-content-slider .container {
        padding: 0px 0px 0 0px !important;
    }

    .image-content-slider .img-con-wrap .img-col {
        grid-area: slide-img;
    }

    .image-content-slider .img-con-wrap .image-content {
        grid-area: slide-content;
    }

    .image-content-slider .img-con-wrap {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "slide-img"
            "slide-content";
            border:none;
    }

    .image-content-slider .image-content {
        gap: 60px;
        padding: 0 20px;
        max-width: 100%;
        /* margin-top: 80px; */
        justify-content: space-between;
        min-height: 350px;
    }

    .image-content-slider .img-col img {
        height: 420px;
    }

    .image-content-slider .slider-nav {
        right: 50%;
        bottom: auto;
        margin-bottom: 0;
        top: 60%;
    }

    .image-content-slider .slider-nav button {
        padding: 0 30px;
        width: 100px;
    }
  
}

@media screen and (max-width: 800px) {
    .image-content-slider .slider-nav {
        top: 36%;
    }
}

@media screen and (max-width: 767px) {


    /* =========================================================
        Banner 
    ========================================================= */
    
    section.banner.home_banner .heading_big {
        font-size: 86px;
    }

    section.banner.home_banner .heading_small {
        font-size: 60px;
    }
    section.banner.home_banner .content_inner {
        min-height: 350px;
    }
    section.banner .container {
        padding-bottom: 30px;
        min-height: unset;
    }
    section.banner::after {
        height: 160px;
    }
	
	

    /* =========================================================
        FAQ  
    ========================================================= */
    .faq .container {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .faq_content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .faq_content_left {
        padding-left: 0;
        order: 1;
    }
    .faq_content_right {
        order: 0;
    }
    .faq_content_right img{
        aspect-ratio: 16 / 9;
    }
    .faq_inner {
        padding-top: 40px;
    }
	p.faq_p, .faq_num {
		line-height: 1;
	}
    .faq_num .icon-minus, .faq_num .icon-plus {
    font-size: 20px;
}

    /* =========================================================
        Image Carousel 
    ========================================================= */
    .text_caro .inner {
        padding: 28px 0;
    }
    .carousel_text p {
        font-size: 48px;
    }

    

    
}



@media screen and (max-width: 600px) {
	body:not(.home) .left-section-2 h2 {
		font-size: 55px;
	}
}