.headerSwiper, .silder-bg-2 {
    /* min-height: 600px !important; */
    max-height: 600px;
    height: 82vh;

}

/* .swiper-container, */

.headerSwiper .child2-img {
    width: 100%;
    min-height: 600px !important;
    height: 420px !important;
}

/* .swiper-slide.top-pad {
  padding-top: 70px;

} */

.swiper-slide.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.headerSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    object-fit: fill;
}

.headerSwiper .swiper-slide .child2-img {
    object-fit: none;
}



.headerSwiper .swiper-button-lock {
    display: initial !important;
}

.parent {
    top: 0;
    left: 0
}

.child1 {
    top: 0;
    left: 0
}



.multi-bg-example {
    width: 100%;
    background: linear-gradient(115deg, #121212, #fbfafc);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        bottom right,
        left,
        right;
}

.slide-1 {
    background: #adb5c0;


}

.img-height-header {
    height: 600px;
}




.cont-2 {
    /* top: 58%;
  left: 180px;
  width: 252px;
  height: fit-content;
  display: flex;
  border: solid black;
  flex-wrap: wrap;
  padding: 1rem;
  background: #ffffff4f; */


    top: 0;
    left: 0;
    width: 57%;
    height: fit-content;
    display: flex;
    /* border: solid black; */
    flex-wrap: wrap;
    /* align-items: start; */
    align-items: center;
    /* padding-top: 5rem 0; */
    /* padding: 7rem 0; */

    padding-left: 30px;
    padding-right: 147px;

    /* background: #ffffff4f; */
    gap: 28px;
    height: 100%;




}

h1 {
    /* color: gray; */
    text-shadow: 0px 1px 0.5px black;
    text-shadow: 0px 1.5px 0.5px white;
    font-weight: 600;
    color: white;
    /* font-size: 63px; */
    font-size: 4.2vw;

    font-family: "Heebo", sans-serif;
    line-height: normal;
    text-align: left;
}

h1::after {
    content: '';
    border-bottom: 9px solid var(--main-two-color);
    width: 98%;
    padding-top: 10px;
    display: block;

}








.headerSwiper .swiper-button-next {
    /* left: 16px; */
    right: 27px;
    top: 50%;
}

.headerSwiper .swiper-button-prev {
    /* right: -23px; */
    left: 27px;
    top: 50%;

}


.headerSwiper .swiper-button-next.swiper-button-disabled,
.headerSwiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto;
    pointer-events: auto !important;
}

/* .headerSwiper .swiper-button-prev,
.headerSwiper .swiper-button-next {
  display: block !important; /* Ensure arrows are always displayed * /
} */



.text-black {
    color: black;
}

/*---------------------------slider1-------------- */
.clip-path-left {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000096;
    clip-path: polygon(0 0, 60% 0, 43.5% 100%, 0% 100%);
}

.clip-path-right {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000096;
    clip-path: polygon(100% 77%, 94% 100%, 100% 100%);
    bottom: 0;
}

.gap-cont-1 {
    gap: 28px;
    display: grid;
}

.sub-text-1 {
    font-size: 16px;
    font-weight: 600;
    text-align: start;
    color: white;
}

.btn-read-1 {
    background: transparent;
    width: fit-content;
    padding: 7px 18px;
    text-shadow: none;
    border-color: #e73f22;
    color: #e73f22;
    font-size: 14px;
    cursor: pointer;
}


/* slider 2 */
.silder-bg-2 {
    /* height: 39vw; */
    background: url('https://i.pinimg.com/originals/fc/7a/88/fc7a88bc6b2ef12de736309062339e6a.jpg');
    /* filter: blur(10px); */
    filter: blur(7px);
    transform: scale(1.1);
}

/* .silder-bg-2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    backdrop-filter: blur(8px);
  } */

.text-container-2 {
    /* padding: 104px 161px; */
    padding: 73px 161px;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 50% 50%;
    column-gap: 69px;
    /* height: 30vw; */
    height: fit-content !important;
    top: 0;
    left: 0;
    JUSTIFY-CONTENT: center;
}

.sub-2 {
    row-gap: 23px;
    grid-template-rows: repeat(1, 1fr);
    /* justify-content: center; */
    /* align-items: center; */
    padding-top: 34px;
    height: fit-content !important;
}

.sub-3 {
    display: grid;
    gap: 28px;
    height: fit-content;
}

.text-intro {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    text-align: start;
    color: white;
}

.title-intro-2 {
    text-shadow: 0px 1px 0.5px black;
    text-shadow: 0px 1.5px 0.5px white;
    font-weight: 600;
    color: white;
    /* font-size: 84px; */
    font-size: 5.5vw;
    font-family: "Heebo", sans-serif;
    line-height: normal;
    text-align: left;
    letter-spacing: 11px;
}

.sub-text-2 {
    font-size: 16px;
    font-weight: 600;
    text-align: start;
    color: white;
}

.btn-more-2 {
    width: fit-content;
    padding: 7px 18px;
    text-shadow: none;
    color: white;
    font-size: 14px;
    background: #ffffff14;
    box-shadow: none !important;
    border: solid 2px #072042
}

.micro-img {
    border: solid 3px #072042;
    padding: 30px;
    background: #ffffff14;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 42px; */
    margin-top: 58px;
}

/* slider 4 */


.threeD {
    color: #10386e;
    /*   white-space: nowrap; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    transition: 0.3s;
    text-shadow: 1px 1px 0 #9DBBE3, 1px 2px 0 #9DBBE3, 1px 3px 0 #9DBBE3, 1px 4px 0 #9DBBE3,
        1px 5px 0 #9DBBE3, 1px 6px 0 #9DBBE3, 1px 7px 0 #9DBBE3, 1px 8px 0 #9DBBE3,
        5px 13px 15px #9DBBE3;

    /* text-shadow:1px -1px 0 #565c64, 1px -2px 0 #cde2ff, 1px -3px 0 #ffffff, 1px -4px 0 #9DBBE3, 1px -5px 0 #9DBBE3, 1px -6px 0 #00204b, 1px -7px 0 #00204b, 1px -8px 0 #00204b, 5px -13px 15px #00204b, 5px -13px 25px #00204b; */



    text-shadow: 1px -1px 0 #9DBBE3, 1px -2px 0 #7eb6ff, 1px -3px 0 #9DBBE3, 1px -4px 0 #9DBBE3, 1px -5px 0 #9DBBE3, 1px -6px 0 #97abc6, 1px -7px 0 #b4d4ff, 1px -8px 0 #00204b, 5px -13px 15px #000000, 5px -13px 25px #808080;
}

.threeD {
    z-index: 100;
    font-size: 183px;
    transition: 0.3s;
    animation-duration: 3s;
    animation-name: slidein;
    transform: scale(1.1)translate(-50%, -50%);
    text-shadow: 1px -1px 0 #9DBBE3, 1px -2px 0 #9DBBE3, 1px -3px 0 #9DBBE3,
        1px -4px 0 #9DBBE3, 1px -5px 0 #9DBBE3, 1px -6px 0 #9DBBE3, 1px -7px 0 #9DBBE3,
        1px -8px 0 #9DBBE3, 5px -13px 15px #9DBBE3, 5px -13px 25px #808080;
}


@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}


/*  */
@media(max-width:925.98px) {
    .clip-path-left {
        width: 110%;
        /* height: 100%; */
        /* position: absolute; */
        /* background: #00000096; */
        /* clip-path: polygon(0 0, 60% 0, 43.5% 100%, 0% 100%); */
    }
}

@media(max-width:768.98px) {
    .clip-path-left, .clip-path-right {
        display: none;

    }

    .text-container-2 {
        display: flex !important;
    }

    .span-grid {
        background: #00000096;
    }


}

@media(max-width:576.98px) {
    .headerSwiper, .silder-bg-2 {
        max-height: 600px;
        height: 92vh;
    }

    .img-height-header {
        height: 100vh;
    }

}


@media(max-width:878.98px) {
    .cont-2 {
        width: 65%;
    }

    h1 {
        font-size: 4vw;
    }
}

@media(max-width:713.98px) {
    .cont-2 {
        width: 70%;
    }

    h1 {
        font-size: 3.5vw;
    }
}

/* small screen */
/* ≥576 */
@media(max-width:576.98px) {
    .headerSwiper .swiper-wrapper {
        max-height: 83vh !important;
    }

    .gap-cont-1 {
        background: #00000096;
        padding: 1% 4%;

    }

    .cont-2 {
        width: 100%;
        text-align: end;
        align-items: center;
        justify-content: center;
        padding: 0 12%;
        /* text-align: center; */

    }

    h1 {
        font-size: 6.5vw;
        /* text-align: center; */
    }

    .clip-path-left, .clip-path-right {
        background: transparent;
        display: none;
    }
}



/* slider 2 */
@media (max-width:999.98px) {
    .text-container-2 {
        padding: 73px 153px;
        grid-template-columns: 54% 50%;

    }

    /* might remove sub-text-2*/
    .sub-text-2 {
        letter-spacing: -0.5px;
    }
}

@media (max-width:936.98px) {

    .text-container-2 {
        padding: 70px 141px;

    }

    .micro-img {
        /* margin-top: 27%; */
        /* margin-top: 31%; */
        margin-top: 86px;
        margin-top: 77px;

    }

    /* .micro-img {
          grid-template-columns: 55% 45%; 
          column-gap: 121px; 
        
        } */

}

@media (max-width:784.98px) {

    .text-container-2 {

        /* padding: 70px 120px; */
        /* padding: 3px 120px; */
        padding: 63px 120px;

    }



}

@media (max-width:737.98px) {

    .micro-img {
        border: solid 3px #072042;
        margin: 29px auto;
        background: #ffffff14;
        display: flex;
        width: 99%;
        align-items: center;
        justify-content: center;
        /* margin-top: 42px; */
        margin-top: 58px;
        margin-top: 82px;
        padding: 0;
    }

    .text-container-2 {
        padding: 40px 120px;
    }
}

@media (max-width:700.98px) {
    .text-container-2 {
        padding: 40px 107px;
    }
}



/* small sxcreens */
@media (max-width:637.98px) {



    .text-intro, .sub-text-2 {
        margin-bottom: 16px;
    }

    .text-container-2 {
        grid-template-columns: 60% 40% auto;
        /* padding: 67px 70px; */
        padding: 67px 55px;
        gap: 48px;
        gap: 27px;
        column-gap: 0px;

        /*  */
        /* grid-template-columns: repeat(2, 1fr);
        padding: 67px 70px;
        gap: 48px;
        column-gap: 18px; */
        /* grid-gap: 21px;*/
    }

    .text-container-2 .span-grid {
        grid-column: span 1;

    }

    .text-container-2 .display-grid-col {
        /* grid-column: 1 / span 3; */
        grid-column: span 3;


    }

    .headerSwiper .swiper-slide .child2-img {
        object-fit: contain;
        /* max-height: 100%; */
        MIN-HEIGHT: 140% !important;
        /* max-height: 100%; */
        MIN-HEIGHT: 140% !important;
        height: 140px !important;
    }

    .micro-img {
        margin-top: 58px;
        height: 31% !important;
        height: 126px !important;
        margin-bottom: 4px;

        width: 68%;



        position: relative;
        right: -17px;

    }

    .sub-text-2 {
        /* position: relative;
    width: 75vw;
    margin-top: 29px; */
        letter-spacing: 0px;

    }

    /* .small-screen {
        display: none;
    } */

    .w-95 {
        width: 95%;
        width: 46vw;
    }

    .title-intro-2 {
        font-size: 5.4vw;
        /* letter-spacing: 10px; */
        letter-spacing: 2.4vw;

    }


}

@media (max-width:425.98px) {
    .text-container-2 {
        gap: 22px;

        padding: 36px 55px;
    }

}

/*
@media (max-width: 660.98px) {
    .text-container-2 {
        column-gap: 30px;
        grid-template-columns: 70% 36%;
        padding: 40px 99px;
    }
    .micro-img {
   
        padding: 0;
        margin-top: 94px;
    }

    .headerSwiper .swiper-slide .child2-img {
        object-fit: scale-down;
        height: 327px !important;
        min-height: fit-content;
    }
    
} */