* {
    --inline-controls-bar-height: 100%;
}
.video_section_index {
    padding: 270px 0 115px;
    position: relative;
    margin-top: -70px;
    &:before {
        content: "";
        background-image: url(/images/home_shape_top.svg);
        height: 260px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }
    &:after {
        content: "";
        background-image: url(/images/home_shape_bottom.svg);
        height: 273px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
        right: 0;
    }
    .bg_img {
        background: #fafaff;
        position: absolute;
        width: 100%;
        left: 50%;
        max-height: 660px;
        height: 100%;
        z-index: -1;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .subheading {
        font-weight: 800;
        font-size: 12px;
        line-height: 13px;
        text-align: center;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #5673b1;
        padding: 0 0 30px;
        a {
            color: #5673b1;
        }
    }
    .video_content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 32px 0 0;
        .video {
            width: 55%;
            .video__inner {
                position: relative;
                .main_img,
                video {
                    display: flex;
                    margin: 0 auto;
                    border-radius: 20px;
                    width: 100%;
                    height: 670px;
                    object-fit: cover;
                    @media (max-width: 1199px) {
                        height: 550px;
                    }
                    @media (max-width: 991px) {
                        height: 450px;
                    }
                    @media (max-width: 767px) {
                        height: auto;
                    }
                }
                .video_button {
                    position: absolute;
                    background: #fff;
                    width: 80px;
                    height: 80px;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    border-radius: 10rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    transition-property: color;
                    -webkit-transition-duration: 0.3s;
                    transition-duration: 0.3s;
                    overflow: hidden;
                    img {
                        position: relative;
                        left: 1px;
                    }
                    &:before {
                        content: "";
                        position: absolute;
                        z-index: -1;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        background: #0b2766;
                        border-radius: 100%;
                        -webkit-transform: scale(0);
                        transform: scale(0);
                        -webkit-transition-property: transform;
                        transition-property: transform;
                        -webkit-transition-duration: 0.3s;
                        transition-duration: 0.3s;
                        -webkit-transition-timing-function: ease-out;
                        transition-timing-function: ease-out;
                    }
                    &:hover {
                        &:before {
                            -webkit-transform: scale(2);
                            transform: scale(2);
                        }
                    }
                }
            }
        }
        .content {
            width: 45%;
            padding: 0 0 0 50px;
            .heading_top {
                font-size: 20px;
                line-height: 34px;
                color: #0b2766;
                padding: 0 0 15px;
                font-weight: 500;
                max-width: 390px;
            }
            .p_outer {
                max-width: 430px;
                p {
                    font-size: 16px;
                    line-height: 170%;
                    color: #5673b1;
                    padding: 0 0 10px;
                }
                .signature_txt {
                    font-size: 32px;
                    line-height: 54px;
                    color: #0b2766;
                    font-family: "Caveat", cursive;
                }
            }
        }
    }
}
.property_section {
    background: linear-gradient(180deg, #1f4496 0%, #0b2766 100%), #f8f9fd;
    border-radius: 125px;
    color: #fff;
    position: relative;
    padding: 125px 0 140px;
    width: calc(100% - 20px);
    margin: 80px auto 0;
    z-index: 1;
    .property_block {
        text-align: center;
        .heading_main {
            color: #fff;
        }
        p {
            font-size: 20px;
            line-height: 170%;
            max-width: 730px;
            margin: 20px auto 0;
        }
    }
    .property_wrapper {
        width: 880px;
        margin: 60px auto 0;
        display: flex;
        flex-wrap: wrap;
        .property_grid {
            width: 33.3%;
            padding: 0 0 0 40px;
            margin: 0 0 45px;
            .head {
                font-weight: 800;
                font-size: 28px;
                line-height: 170%;
                display: flex;
                align-items: center;
                img {
                    margin: 0 10px 0 0;
                }
            }
            p {
                font-size: 16px;
                line-height: 170%;
                color: #5673b1;
                max-width: 220px;
                span {
                    font-weight: bold;
                    color: #fff;
                }
            }
        }
    }
    .property_footer {
        width: 845px;
        margin: 40px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        p {
            font-size: 20px;
            line-height: 170%;
            width: 495px;
            span {
                color: #fff100;
            }
        }
        .btn_block {
            color: #1f4496;
            &:before {
                background: #f0dc00;
            }
        }
    }
}
.experience_section {
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    .image {
        width: 47%;
        img {
            display: flex;
            position: relative;
            top: -100px;
        }
    }
    .content {
        width: 53%;
        padding: 0 0 0 115px;
        margin: -50px 0 0;
        .experience_heading {
            font-weight: 800;
            font-size: 40px;
            line-height: 100%;
            color: #0b2766;
        }
        .experience_block {
            max-width: 500px;
            .grid {
                display: flex;
                align-items: center;
                border-bottom: 1px solid #e0e4ef;
                padding: 32px 0;
                .number {
                    width: 105px;
                    font-weight: 800;
                    font-size: 28px;
                    line-height: 170%;
                    color: #0b2766;
                    position: relative;
                    &:before {
                        content: "";
                        width: 20px;
                        height: 20px;
                        background: #fff100;
                        position: absolute;
                        z-index: -1;
                        top: 9px;
                    }
                }
                .text {
                    padding: 0 0 0 70px;
                    p {
                        font-size: 16px;
                        line-height: 170%;
                        color: #5673b1;
                        span {
                            color: #0b2766;
                        }
                    }
                }
            }
        }
    }
}
.footer-icon-sec {
    display: none;
    img {
        width: 23px;
    }
}
@media (max-width: 576px) {
    .property_section {
        .property_wrapper {
            .property_grid {
                width: 100%;
            }
        }
    }
}
@media (min-width: 577px) and (max-width: 767.5px) {
    .property_section {
        .property_wrapper {
            .property_grid {
                width: 50%;
            }
        }
    }
}
@media (max-width: 767.5px) {
    .footer-icon-sec {
        background: #ffed40;
        position: fixed;
        bottom: 1rem;
        right: 1rem;
        height: 65px;
        width: 65px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        z-index: 1;
    }
    .video_section_index {
        padding: 80px 0 50px;
        margin-top: 0;
        .bg_img,
        &:after,
        &:before {
            display: none;
        }
        .video_content {
            .video {
                width: 100%;
                text-align: center;
                .video__inner {
                    .main_img {
                        max-width: 480px;
                        margin: 0 auto;
                        width: 100%;
                    }
                    .video_button {
                        width: 60px;
                        height: 60px;
                    }
                }
            }
            .content {
                width: 100%;
                padding: 20px 0 0px;
                text-align: center;
                .heading_top {
                    margin: 0 auto;
                    font-size: 14px;
                    line-height: 25px;
                }
                .p_outer {
                    margin: 0 auto;
                    p {
                        font-size: 14px;
                        line-height: 25px;
                    }
                }
            }
        }
    }
    .property_section {
        border-radius: 25px;
        padding: 50px 15px 50px;
        margin: 50px auto 0;
        .property_wrapper {
            width: calc(100% - 10px);
            margin: 40px auto 0;
            .property_grid {
                padding: 0;
                margin: 0 0 25px;
                text-align: center;
                .head {
                    font-size: 28px;
                    justify-content: center;
                }
                p {
                    margin: 0 auto;
                }
            }
        }
        .property_block {
            p {
                font-size: 16px;
                line-height: 140%;
            }
        }
        .property_footer {
            width: calc(100% - 10px);
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            margin: 0 auto 0;
            p {
                font-size: 14px;
                width: 100%;
                padding: 10px 0 20px;
            }
        }
    }
    .experience_section {
        .image {
            width: 100%;
            padding: 0 20px;
            img {
                max-width: 400px;
                max-height: 500px;
                object-fit: cover;
                width: 100%;
                margin: 0 auto;
                border-radius: 0 0 55px 55px;
                top: -50px;
            }
        }
        .content {
            width: 100%;
            padding: 0 20px;
            margin: 0;
            .experience_heading {
                font-size: 30px;
                text-align: center;
            }
            .experience_block {
                margin: 0 auto;
                .grid {
                    justify-content: space-between;
                    .number {
                        width: 100px;
                        font-size: 20px;
                    }
                    .text {
                        padding: 0;
                        width: calc(100% - 150px);
                        p {
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 991.5px) {
    .video_section_index {
        padding: 120px 0 65px;
        .bg_img {
            max-height: 530px;
        }
        .video_content {
            .content {
                padding: 0 0 0 30px;
                .heading_top {
                    font-size: 14px;
                    line-height: 25px;
                }
                .p_outer {
                    p {
                        font-size: 14px;
                    }
                }
                p {
                    font-size: 14px;
                }
            }
        }
    }
    .property_section {
        border-radius: 50px;
        padding: 65px 30px 65px;
        margin: 50px auto 0;
        .property_block {
            p {
                font-size: 16px;
            }
        }
        .property_wrapper {
            width: 100%;
            .property_grid {
                padding: 0 0 0 0;
                margin: 0 0 25px;
                .head {
                    font-size: 25px;
                    img {
                        width: 25px;
                    }
                }
                p {
                    font-size: 14px;
                    max-width: inherit;
                }
            }
        }
        .property_footer {
            width: 100%;
            margin: 20px 0 0;
            p {
                font-size: 14px;
                width: 350px;
            }
        }
    }
    .experience_section {
        .image {
            width: 45%;
        }
        .content {
            width: 55%;
            padding: 0 20px 0 35px;
            .experience_heading {
                font-size: 30px;
            }
            .experience_block {
                .grid {
                    padding: 20px 0;
                    .text {
                        padding: 0 0 0 10px;
                        p {
                            font-size: 14px;
                        }
                    }
                    .number {
                        font-size: 20px;
                    }
                }
            }
        }
    }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
    .video_section_index {
        padding: 180px 0 70px;
        .bg_img {
            max-height: 530px;
        }
    }
    .property_section {
        margin: 50px auto 0;
        border-radius: 75px;
        padding: 75px 0 85px;
    }
    .experience_section {
        .content {
            padding: 0 50px 0 50px;
            .experience_heading {
                font-size: 30px;
            }
            .experience_block {
                .grid {
                    padding: 20px 0;
                    .text {
                        padding: 0 0 0 40px;
                    }
                    .number {
                        font-size: 25px;
                    }
                }
            }
        }
    }
}
@media (min-width: 1600px) and (max-width: 1700px) {
    .video_section_index {
        &:before {
            height: 330px;
        }
        &:after {
            height: 320px;
        }
        .bg_img {
            max-height: 540px;
        }
    }
}
@media (min-width: 1701px) and (max-width: 1920px) {
    .video_section_index {
        &:before {
            height: 350px;
        }
        &:after {
            height: 375px;
        }
        .bg_img {
            max-height: 480px;
        }
    }
}
@media (min-width: 1921px) {
    .video_section_index {
        &:before,
        &:after {
            max-width: 1400px;
            margin: 0 auto;
            right: 0;
        }
        &:before {
            background-image: url(/images/home_shape_top_large.svg);
            height: 250px;
        }
        &:after {
            background-image: url(/images/home_shape_bottom_large.svg);
            height: 247px;
        }
        .bg_img {
            max-width: 1400px;
            max-height: 698px;
        }
    }
    .property_section {
        max-width: 1400px;
    }
}
@media (min-width: 1441px) {
    .experience_section {
        margin: 0 auto;
        .image {
            img {
                border-radius: 0 0 0 130px;
            }
        }
    }
}
