* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif
}

:root {
    /* --text-color-1: #220425; */
    --text-color-1: #072039;
    --text-color-12: #ffffff;
    --background-color: #F5FAFF;
    --primary-color: #005DB9;
}

body {
    /* background: var(--background-color, #F8FBFE); */
}


.video-container {
    position: relative;
    width: 100%;
    height: 399px;
    border-radius: 16px;
}

.video-container video {
    width: 100%;
    height: 399px;
    border-radius: 16px;
}

.main-body {
    margin-top: 90px;
}

.main-body-2 {
    margin-top: 90px;
}

#myVideo {
    height: 399px;
    border-radius: 16px;
}

.custom-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #007bff; */
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}



.navbar {
    padding-top: 12px !important;
    /*padding-bottom: 24px!important;*/
    /* background-color: #FFF!important; */
    background: #FFF;
}

.navbar .navbar-nav .nav-item a {
    color: var(--text-color-1, #072039);
    text-align: center;
    /* 16px_Regular */
    font-size: 16px;
    line-height: 28px;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar .dropdown-toggle::after {
    margin-left: 8px !important;
    border-top: 0.37em solid !important;
    border-right: 0.37em solid transparent !important;
    border-left: 0.37em solid transparent !important;
}


.btn-outline-1 {
    border-radius: 4px;
    border: 1px solid var(--primary-color, #005DB9);
    background: #FFF;
    padding: 16px 24px;
    /* justify-content: center; */
    /* align-items: center; */
    color: var(--primary-color, #005DB9);
    text-align: center;
    /* 14px_Bold */
    font-size: 14px;
    font-family: Nunito Sans;
    font-weight: 700;
}

.btn-outline-1:hover {
    border-radius: 4px;
    border: 1px solid var(--primary-color, #005DB9);
    background: #CEE5FB;
    color: var(--primary-color, #005DB9);
}

.btn-2 {
    border-radius: 4px;
    background: var(--primary-color, #005DB9);
    /* width: 170px; */
    padding: 16px 24px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin-left: 24px;
}

.btn-2:hover {
    color: #FFF;
    background: var(--text-color-1, #072039);
}


.w-65 {
    width: 65%;
}

.carousel-item {
    background: var(--background-color, #F8FBFE);
}

.carousel-caption {
    bottom: auto !important;
    color: #000;
    background-color: #FFF;
    padding: 24px 32px !important;
    top: 123px !important;
    width: 748px;
    left: auto !important;
    /* right: 104px!important; */
}

.carousel-caption h5 {
    color: var(--text-color-1, #072039);
    font-size: 64px;
    font-weight: 700;
    line-height: 88px;
    text-align: left;
}

.carousel-caption p {
    color: var(--text-color-1, #072039);
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.carousel-indicators {
    position: relative !important;
    margin-top: 32px !important;
    margin-left: 0 !important;
    /* top: 140px!important; */
    left: -3px !important;
    justify-content: left !important;
}

.carousel-indicators [data-bs-target] {
    background: #535151;
    height: 12px !important;
    width: 12px !important;
    border: none !important;
    border-radius: 22px;
    margin-right: 16px !important;
}

.carousel-indicators .active {
    background: #C80000 !important;
}

.sec2 {
    width: 100%;
    padding-top: 88px;
    background: var(--background-color, #F8FBFE);
}

.section-heading {
    color: var(--text-color-1, #072039);
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.card1 {
    padding: 24px 18px;
    border-radius: 20px;
    background: #FFF;
    width: 100%;
    text-align: center;
    height: 360px;
    position: relative;
    margin-top: 32px;

}

.card2 {
    padding: 8px 16px;
    border-radius: 20px;
    background: #FFF;
    width: 100%;
    text-align: left;
    height: 360px;
    position: relative;
    margin-top: 32px;
}

.card2 h5 {
    color: var(--text-color-1, #072039);
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 21px;
}

.card1 h5 {
    color: var(--text-color-1, #072039);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 21px;
}

.card1 p {
    color: var(--text-color-1, #072039);
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.card1 span {
    color: var(--primary-color, #005DB9);
    /* text-align: right; */
    font-size: 14px;
    font-weight: 700;
    /* margin-top: 39px; */
    position: absolute;
    top: 316px;
    right: 13px;
}

.card1 span a {
    color: var(--primary-color, #005DB9);
    text-decoration: none;

}

.card-primary {
    background: var(--primary-color, #005DB9);
}

.card-primary h5,
.card-primary p {
    color: var(--background-color, #F8FBFE);
}

.card-primary span {
    color: var(--background-color, #F8FBFE);
}

.card-primary span a {
    color: var(--background-color, #F8FBFE);
    text-decoration: none;

}

.card-primary span svg {
    fill: var(--background-color, #F8FBFE);
}




/* Section three css  */


.sec3 {
    width: 100%;
    padding-top: 64px;
    background: var(--background-color, #F8FBFE);
}

.sec3-heading {
    color: var(--text-color-1, #072039);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.card2 {
    padding-top: 24px;
}

.card2 h5 {
    color: var(--text-color-1, #072039);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 8px;
}

.card2 p {
    color: var(--text-color-1, #072039);
    font-size: 16px;
    line-height: 28px;
}

.card2 span {
    color: var(--primary-color, #005DB9);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
}

.card2 span a {
    color: var(--primary-color, #005DB9);
    text-decoration: none;
}

.sec5 {
    width: 100%;
    padding-top: 76px;
}

.sec5-heading {
    color: var(--text-color-1, #072039);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 22.5px !important;
}

.range-look-img-div {
    background-image: url(../images/sec51.png);
    height: 547px;
    background-repeat: no-repeat;
    background-position: cover;
    border-radius: 16px;
    background-size: 100%;
}

.sec5 h4 {
    color: var(--text-color-1, #072039);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0px;
}

.custom-margin-top-h4 {
    margin-top: 110px;
}

.sec5 p {
    color: var(--text-color-1, #072039);
    font-size: 16px;
    line-height: 28px;
}

.ms-48 {
    margin-left: 48px;
}

.me-48 {
    margin-right: 48px;
}











/* section six css  */


.sec6 {
    width: 100%;
    padding-top: 80px;
}

.sec6-heading {
    color: var(--text-color-1, #072039);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.sec6 .card3 {
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    margin-top: 32px;
}

.sec6 .card3 img {
    width: 100%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.sec6 .card3-body {
    padding: 16px;
}

.sec6 .card3-body h3 {
    color: var(--text-color-1, #072039);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 12px;
}

.sec6 .card3-body p {
    color: var(--text-color-1, #072039);
    font-size: 16px;
    line-height: 28px;
}

.sec6 .card3-body div span {
    color: var(--primary-color, #005DB9);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.sec6 .card3-body div span a {
    color: var(--primary-color, #005DB9);
    text-decoration: none;
}

.sec7 div span {
    color: var(--primary-color, #005DB9);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.sec7 div span a {
    color: var(--primary-color, #005DB9);
    text-decoration: none;
}




/* section 7 gallery section css  */

.sec7 {
    width: 100%;
    padding-top: 76px;
}

.sec7-heading {
    color: var(--text-color-1, #072039);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.sec7-heading button {
    background: transparent;
    border: none;
    outline: none;
    color: var(--text-color-1, #072039);
    font-size: 16px;
    font-weight: 700;
    float: right;
}

.sec7 img {
    width: 100%;
    border-radius: 16px;
}

.sec8 {
    position: relative;
    margin-top: 81px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: var(--white, #FFF);
    z-index: 999;
}

.sec8 h1 {

    color: var(--text-color-1, #072039);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}


#about {
    position: relative;
    z-index: 999;
}





/* section 9 css  */


.sec9 {
    width: 100%;
    padding-top: 88px;
    position: relative;
}

.sec9 .sec9-heading {
    color: var(--text-color-1, #072039);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}




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

.swiper-slide {
    border-radius: 16px;
    background: #FFF;
}

.swiper-slide .left-img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    width: 100%;
    height: 400px;
}

.sec9 .right-div {
    padding: 32px 16px;
    border-radius: 0px 16px 16px 0px;
    background: #FFF;
}

.sec9 .right-div p {
    color: var(--text-color-1, #072039);
    font-size: 16px;
    line-height: 28px;
}

.sec9 .right-div .user-img {
    border-radius: 1000px;
    height: 55px;
    width: 55px;
}

.sec9 .right-div h6 {
    color: var(--text-color-1, #072039);
    font-size: 16px;
    font-weight: 700;
}

.mt-40 {
    margin-top: 40px;
}

.mt-32 {
    margin-top: 32px;
}

.swiper,
.swiper-container {
    position: static !important;
}

.swiper-wrapper {
    position: static !important;
}

/* Wrapper for swiper navigation buttons - positions them side by side */
.swiper-navigation-wrapper {
    padding: 10px 0;
}

.swiper-button-next {
    width: 56px !important;
    height: 56px !important;
    padding: 12px;
    border-radius: 50px;
    background: var(--primary-color, #005DB9);
    color: var(--background-color, #F8FBFE) !important;
    position: static !important;
    transform: none !important;
}

.swiper-button-prev {
    width: 56px !important;
    height: 56px !important;
    padding: 12px;
    border-radius: 50px;
    background: var(--primary-color, #005DB9);
    color: var(--background-color, #F8FBFE) !important;
    position: static !important;
    transform: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
}










/* section 10 css starts  */

.sec10 {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 86px;
    background: #FFF;
}

.sec10 img {
    border-radius: 16px;
}

.sec10 h5 {
    color: var(--text-color-1, #072039);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 95px;
}

.sec10 h6 {
    color: var(--text-color-1, #072039);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.sec10 p {
    color: var(--text-color-1, #072039);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}





/* Section Eleven CSS starts  */



.sec11 {
    margin-top: 58px;
    /* padding-top: 32px;
    padding-bottom: 32px; */
    /* background: var(--background-color, #F8FBFE); */
    height: 232px;
    background: #FFF;
    position: relative;
}

.sec11 .sec11-1 {
    /* background-image: url(../images/sec12.png); */
    width: 100%;
    position: absolute;
}

.sec11 .sec11-1 h3 {
    color: var(--gray-1, #333);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-top: 32px;
}

.sec11 .sec11-1 p {
    color: var(--gray-1, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-top: 16px;
}

.sec11 .sec11-1 p a {
    color: var(--gray-1, #333);
    text-decoration: none;
}














/* Footer css starts from here  */




.footer {
    background: var(--primary-color, #005DB9);
    padding: 64px 0px 0px 0px;
    position: relative;
    min-height: 488px;
}

.footer-logo {
    width: 93px;
    height: 100px;
}


.footer h4 {
    color: var(--white, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.footer-col p {
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer-col p a {
    text-decoration: none;
    color: white;
}


.footer-col p b {
    position: absolute;
    bottom: 115px;
}

/*
.fa {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 34px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
    background: #3B5998;
    color: white;
} */

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.footer-button-container {
    display: flex;
    justify-content: left;
    align-items: center;
}

.footer-button {
    background: white;
    /* Set the background color to white */
    color: #3B5998;
    /* Set the text color to the blue color */
}
















/* Sectino one css starts */


.sec1 {
    padding: 64px 0px;
    width: 100%;
    background: #FFF;
}

.mt-85 {
    margin-top: 85px;
}

.sec1 .video-div {
    background-image: url(./assets/images/video1.png);
    width: 100%;
    height: 399px;
    border-radius: 16px;
}

.sec1 .video-div .overlay-div {
    width: 100%;
    height: 399px;
    border-radius: 16px;
    background: rgba(7, 32, 57, 0.62);
}

.sec1 .video-div .overlay-div .play-btn {
    margin-top: 170px;
    margin-left: calc(50% - 40px);
}

.sec1 h4 {
    color: var(--text-color-1, #072039);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.sec1 p {
    color: var(--text-color-1, #072039);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}









.navbar-m-btn {
    border-radius: 4px;
    background: var(--Primary-Color, #005DB9);
    padding: 16px 24px;
    color: #FFF;
    text-align: center;
    /* 14px_Bold */
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}







/* responsive css  */


@media screen and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.svg);
    }

    .navbar-light .close-icon .navbar-toggler-icon {
        background-image: url(../images/Close.svg);
    }

    /* .navbar-collapse{
        flex-grow: 0;
    } */
    .navbar .navbar-nav .nav-item a {
        text-align: left;
    }

    .navbar-nav {
        display: block !important;
    }

    .navbar-nav li {
        text-align: left;
    }

    .btn-2-res {
        margin-left: 0px;
        margin: 0 auto;
        margin-top: 12px;
        width: 100%;
    }

    .btn-outline-1 {
        margin: 0 auto;

    }

    .btn-outline-1-res {
        border-radius: 4px;
        /* background: var(--primary-color, #005DB9); */
        width: 100%;
        padding: 16px 24px;
        /* color: #FFF; */
        text-align: center;
        font-size: 14px;
        /* margin-left: 24px; */
        margin-top: 60px;
    }

    .w-100-res {
        width: 100%;
        height: 620px !important;
    }

    .carousel-caption {
        width: calc(100% - 40px);
        left: 20px !important;
        right: auto !important;
        bottom: 0px !important;
        top: 160px !important;
    }

    .carousel-caption h5 {
        font-size: 32px;
        line-height: 40px;
    }

    .res-btn {
        width: 100%;
        /* margin-left: 25px; */
        display: block;
        text-align: center !important;
        margin-top: 15px;
        margin-left: 0px;
    }

    .mt-85 {
        margin-top: 0px;
    }

    .sec1 .video-div {
        margin-top: 20px;
    }

    .section-heading {
        font-size: 24px;

    }

    .card1 h5 {
        font-size: 20px;
    }

    .sec10 img {
        width: 100%;
    }

    .sec3-heading {
        font-size: 24px;
    }

    .card2 h5 {
        font-size: 20px;
    }

    .sec5-heading {
        font-size: 24px;
    }

    .range-look-img-div {
        background-size: 100% 300px;
        height: 300px;
    }

    .sec5 h4 {
        margin-top: 20px;
    }

    .ms-48 {
        margin-left: 0px;
    }

    .me-48 {
        margin-right: 0px;
    }

    .sec6-heading {
        font-size: 24px;
    }

    .sec6 {
        padding-top: 50px;
    }

    .sec7-heading {
        font-size: 24px;
    }

    .sec9 {
        padding-top: 50px;
    }

    .sec9 .sec9-heading {
        font-size: 24px;
    }

    .sec10 h5 {
        margin-top: 20px;
    }

    .footer-col p b {
        position: static;
    }

    .margin-right-neg {
        margin-right: -210px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-slide .left-img {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 16px;
        height: 300px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 44px !important;
        height: 44px !important;
    }

    .margin-right-neg {
        margin-right: -420px;
    }

    .custom-margin-top-h4 {
        margin-top: 0px;
    }

    .footer-button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 10%;
    }


    /* slider customisation  */
    .w-100-res {
        height: 420px !important;
    }

    .carousel-item {
        height: 665px;
    }

    .carousel-caption {
        bottom: 35px !important;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .card1 {
        padding: 24px 18px;
        height: 385px;
        margin-top: -35px;
    }

    .sec7 img {
        height: 220px;
    }

    .navbar {
        padding-top: 7px !important;
        /*padding-bottom: 24px!important; */
    }

    .main-body {
        margin-top: 85px;
    }

    .main-body-2 {
        margin-top: 95px;
    }

}

.text {
    text-align: center !important;
    margin-top: 12px;
    width: auto;
    left: 2%;
    text-indent: 0;
    color: black;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.5rem;
    padding-left: 24px;
    background-position: left center;

}

.text2 {
    text-align: center !important;
    margin-top: -0px;
    width: auto;
    text-indent: 0;
    color: black;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    background-position: left center;
}



.text3 {
    text-align: center !important;
    margin-top: 0px;
    width: auto;
    left: 2%;
    text-indent: 0;
    color: black;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 24px;
    background-position: left center;
    font-size: 2rem;
    font-weight: 700;

}
 .gallery-list{
    padding: 0% !important;
 }
