/* Banner Section CSS Start */

.bnr-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 1;
}

/* .bnr-txt-con {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
} */

.bnr-txt-con {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.bnr-txt {
    width: 45%;
    position: relative;
}

.bnr-txt h1 {
    font-family: 'Raleway-Medium';
    font-size: 70px;
    line-height: 85px;
    text-shadow: 0px 0px 15px #000000ba;
}

.bnr-txt::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -70px;
    width: 680px;
    height: 400px;
    background: radial-gradient(#0000005c, transparent);
    border-radius: 50%;
    z-index: -1;
    filter: blur(15px);
}

.bnr-txt .head-shape {
    filter: drop-shadow(0px 0px 15px black);
}

/* Banner Section CSS End */

/* Count Section CSS Start */

.count-head {
    width: 95%;
}

.count-row {
    margin-top: 60px;
}

.mx-cont {
    padding: 20px 20px;
    text-align: center;
    position: relative;
}

.main-count {
    font-family: 'Raleway-Medium';
    font-size: 65px;
    line-height: 75px;
}

.mx-cont p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Inter-Regular';
    color: var(--black-color);
}

.count-col:not(:last-child) .mx-cont::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #575757;
    transform: rotate(17deg);
}

.count-shape {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: -1;
    width: 8%;
}

.main-count {
    color: #212529;
}

/* Count Section CSS End */

/* Project Section CSS Start */

.project-desktop {
    background: #fff;    
}

.project-desktop .bg-img {
    z-index: 0;
    opacity: 0.5;
}

.project-desktop::after {
    content: '';
    position: absolute;
    top: 0;
    left: -6%;
    width: 50%;
    height: 100%;
    background: var(--main-color);
    transform: skew(-21deg);
    z-index: 1;
}

.project-head .heading {
    width: 50%;
    margin-bottom: 0;
}

.project-shape {
    position: absolute;
    top: 0;
    left: 25.5%;
    height: 100%;
    width: auto;
    z-index: 2;
}

/* Project Section CSS End */

/* Future Section CSS Start */

.future-head {
    margin-bottom: 40px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #ffffffbf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    color: var(--main-color);
    font-size: 30px;
}

.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
          z-index: -1;
}

.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border1 1500ms ease-out infinite;
          animation: pulse-border1 1500ms ease-out infinite;
          z-index: -1;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
    
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
        opacity: 0;
    }
}
    
@keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
        opacity: 0;
    }
}

.bt-blue {
    height: 85px;
    background: var(--main-blue-color);
    display: block;
    width: 100%;
}

.future-a {
    width: 100%;
    height: 100%;
    display: block;
}

.future-video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2000px;
    height: 100%;
    background: var(--main-blue-color);
    z-index: -1;
}

.future-shape {
    position: absolute;
    bottom: 0;
    right: 8%;
    z-index: 2;
    width: 8%;
}

object.youtube-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

/* Future Section CSS End */

/* NRI Section CSS Start */

.nri-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 48%;
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.3;
    z-index: 1;
}

.nri-sec {
    background: #fff;
}

.nri-sec .bg-img {
    z-index: 0;
    opacity: 0.15;
}

.nri-head .heading {
    margin-bottom: 80px;
    width: 85%;
}

.nri-box {
    padding: 0 30px;
}

.nri-box img {
    margin-bottom: 10px;
}

.nri-box h3 {
    color: #303843;
}

/*.nri-box p {
    color: #e9e9e9;
}*/

/* NRI Section CSS End */

/* Apart Section CSS Start */

.service-box {
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    padding: 25px;
}

.service-box img {
    margin-bottom: 10px;
}

.service-box p {
    width: 100%;
}

/* .service-box-big p {
    width: 60%;
} */

.service-box h3 {
    width: 100%;
}

/* .service-box-big h3 {
    width: 45%;
} */

.service-shape {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: -1;
    width: 8%;
}

.home-shape {
    position: absolute;
    top: 3%;
    right: 0;
    z-index: -1;
    width: 20%;
}

/* Apart Section CSS End */

/* Partnership Section CSS Start */

/*.partnership-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}*/

.partner-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

.partnership-txt {
    width: 35%;
}

.partnership-txt p {
    margin-bottom: 50px;
}

/* Partnership Section CSS End */

/* Career Section CSS Start */

.career-sec {
    background: #F9F9F9;
}

/* Career Section CSS End */

/* Award Section CSS Start */

.award-head {
    width: 85%;
}

.award-box h3 {
    position: relative;
    font-family: var(--h2HeadingFont);
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    padding: 30px 30px;
}

.award-1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: auto;
    z-index: -1;
}

.award-2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: auto;
    z-index: -1;
}

.award-box {
    height: 100%;
}

.award-slider .swiper-slide {
    height: auto;
}

.award-slider .swiper-pagination {
    display: none;
}

/* Award Section CSS End */

/* Testimonial Section CSS Start */

.testimonial-sec {
    background: #3391c3;
}

.testimonial-sec .bg-img {
    z-index: 0;
    opacity: 0.15;
}

/*.testi-head h2 {
    color: var(--main-color);
}*/

.video-btm {
    display: flex;
    justify-content: center;
    gap: 15px;
    background: var(--main-sub-color);
    padding: 8px;
    align-items: center;
    border-radius: 5px;
    margin-top: -20px;
    position: relative;
}

.video-btm p {
    font-size: 16px;
    color: #fff;
}

.video-btm .video-icon {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    border-radius: 50px;
}

.testi-box {
    display: flex;
    padding: 80px 150px 0;
    align-items: flex-start;
}

.testi-img {
    width: 20%;
}

.testi-txt {
    width: 80%;
    padding-left: 60px;
}

.testi-txt h3 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Inter-SemiBold';
    margin-bottom: 15px;
}

.testi-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
    max-height: 130px;
    overflow-y: auto;   /* vertical scroll */
    overflow-x: hidden;
    padding-right: 10px;
}

.testi-txt p::-webkit-scrollbar {
    width: 6px;
}

.testi-txt p::-webkit-scrollbar-track {
    background: #92c19c;
    border-radius: 5px;
}

.testi-txt p::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 5px;
}

.testi-txt p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.testi-txt h4 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter-SemiBold';
    color: #fff;
    position: relative;
    padding-top: 20px;
}

.testi-txt h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background: var(--main-color);
}

.testi-shape {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 2;
    width: 8%;
}

/* Testimonial Section CSS End */

/* Contact Section CSS Start */

.contact-form .form-control,
.contact-form .form-select {
    border-radius: 2px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #C8C8C8;
    color: #333333;
    background: #fff0;
    padding: 0px 15px;
}

.contact-form .form-control::placeholder {
    color: #333333;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    outline: none;
    box-shadow: none;
}

.contact-form .form-select {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px;
}

.form-field {
    height: 100%;
}

.contact-form textarea.form-control {
    height: 100%;
    resize: none;
}

.contact-form .main-btn {
    margin-left: auto;
    margin-top: 20px;
}

/* Contact Section CSS End */

/* Reels Section CSS Start */

body.reels-lity-active .lity-opened .lity-container {
    max-width: 350px !important;
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

body.reels-lity-active .lity-opened .lity-container .lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 177.78%;
}

.reels-slider .swiper-button-next, .reels-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    color: var(--main-sub-color);
    background: #ffffff75;
    border: 1px solid #fff;
    border-radius: 50px;
}

/* Disable scrolling inside .reels-sec when .stop-scroll is added */
.reels-sec.stop-scroll {
    overflow: hidden;
}

.reels-box img {
    width: 100%;
}

.reels-sec {
    padding: 0 15px;
}

/* Reels Section CSS End */


/* Responsive Css Start */

@media (max-width: 1600px) {

    .bnr-txt h1 {
        font-size: 60px;
        line-height: 75px;
    }

    .main-count {
        font-size: 55px;
        line-height: 65px;
    }

    .count-head {
        width: 100%;
    }

    .project-shape {
        left: 24%;
    }

    .award-box h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 25px 40px;
    }

    .award-head {
        width: 92%;
    }

    .testi-box {
        padding: 60px 90px 0;
    }

    .testi-img {
        width: 25%;
    }

    .testi-txt {
        width: 75%;
        padding-left: 50px;
    }

}

@media (max-width: 1440px) {

    .bnr-txt h1 {
        font-size: 55px;
        line-height: 70px;
    }

    .main-count {
        font-size: 50px;
        line-height: 60px;
    }

    .mx-cont p {
        font-size: 18px;
        line-height: 28px;
    }

    .award-box h3 {
        padding: 25px 20px;
    }
    
    .partnership-txt {
        width: 45%;
    }

}

@media (max-width: 1399px) {

    .bnr-txt h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .mx-cont {
        padding: 20px 0;
    }

    .count-col:not(:last-child) .mx-cont::after {
        right: -5px;
    }

    .project-shape {
        left: 20%;
    }

    .nri-box {
        padding: 0 0px;
    }

    .award-box h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .partnership-sec .main-img {
        height: 420px;
    }

    .testi-box {
        padding: 60px 50px 0;
    }

}

@media (max-width: 1199px) {

    .bnr-txt h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .main-count {
        font-size: 45px;
        line-height: 55px;
    }

    .service-box h3 {
        width: 88%;
    }

    .service-box-big h3 {
        width: 54%;
    }

    .video-btm p {
        font-size: 14px;
    }

    .video-btm .video-icon {
        width: 30px;
        height: 30px;
    }

    .nri-sec::after {
        left: 45%;
    }

    .project-head {
        background: var(--main-color);
    }

    .project-shape {
        left: auto;
        right: 15%;
        z-index: 0;
    }

    .project-con {
        background: #fff;
    }

    .project-con .bg-img {
        opacity: 0.9;
        z-index: 0;
    }

    .project-con-txt {
        width: 70%;
    }

    .bt-blue {
        height: 65px;
    }

}

@media (max-width: 1024px) {

    .main-count {
        font-size: 40px;
        line-height: 50px;
    }

    .mx-cont p {
        font-size: 15px;
        line-height: 25px;
    }

    .award-slider .swiper-pagination {
        display: block;
    }

    .award-slider {
        padding-bottom: 50px;
    }

}

@media (max-width: 991px) {

    .bnr-txt h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .count-col:nth-child(2) .mx-cont::after {
        background: transparent;
    }

    .nri-sec::after {
        background: transparent;
    }

    .nri-head .heading {
        margin-bottom: 40px;
        width: 65%;
    }

    .nri-con .main-btn {
        margin-top: 20px;
    }

    .service-btn {
        margin-top: 50px;
    }

    .partnership-txt {
        width: 78%;
        background: #00223370;
        backdrop-filter: blur(3px);
        padding: 30px;
    }

}

@media (max-width: 767px) {

    .bnr-txt h1 {
        font-size: 30px;
        line-height: 40px;
        text-shadow: 0px 0px 16px #fff;
    }

    .bnr-txt {
        width: 100%;
    }

    .main-count {
        font-size: 30px;
        line-height: 40px;
    }

    .project-head .heading, .project-con-txt, .nri-head .heading, .partnership-txt {
        width: 100%;
    }

    .testi-box {
        flex-wrap: wrap;
    }

    .testi-img {
        width: auto;
        margin: 0 auto;
    }

    .testi-txt {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .testi-box {
        padding: 20px 35px 0;
    }

    .service-box h3, .service-box-big h3, .service-box-big p {
        width: 100%;
    }

    .count-col:not(:last-child) .mx-cont::after {
        right: -15px;
    }

    .count-row {
        margin-top: 0px;
    }

    .service-box {
        padding: 25px;
    }

    .bt-blue {
        height: 55px;
    }

    .play-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .video-play-button::before {
        width: 45px;
        height: 45px;
    }

    .video-play-button::after {
        width: 50px;
        height: 50px;
    }

}