* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img,
video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@font-face {
    font-family: "FuturaLT";
    font-weight: 400;
    src: url(../fonts/FuturaLT.ttf);
}



:root {
    --futuraLt: "FuturaLT";
    --orange: #F68843;
    --grey: #333;
}

body::-webkit-scrollbar {
    width: 0.5em;
    background-color: #333;
    border-left: none;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    outline: 1px solid var(--grey);
    border-radius: 15px;
}

body {
    background-color: #fff;
    color: #000;
    font-family: var(--futuraLt);
    font-weight: 400;
}

/* Preloader */

/* Preloader end */

.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    z-index: 999;
    width: 100%;
}

.navbar-brand img {
    width: 145px;
}

.navbar-nav .nav-item a {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 20px;
    margin-right: 15px;
    color: #fff !important;
}

.navbar-nav .nav-item {
    text-align: center;
}

.sticky .navbar {
    background-color: #333;
    box-shadow: 2px 2px 5px #414141;
    transition: 0.3s ease-in-out;
}

.contact_btn {
    background-color: var(--orange);
    border-radius: 999px;
    padding: 10px 27px;
    cursor: pointer;
}

.contact_btn span {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

/*****************  *******************************/
.section__banner {
    width: 100%;
    position: relative;
}

.sec__over {
    width: 100%;
    position: relative;
    padding: 70px 0;
}

.over_div h2 {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 24px;
    color: var(--orange);
    text-align: center;
    line-height: 22.5px;
    text-transform: uppercase;
}

.over_div h3 {
    font-family: var(--futuraLt);
    font-size: 45px;
    color: #000;
    text-align: center;
}

.over_paradiv {
    position: absolute;
    bottom: 13%;
    left: 7%;
    width: 60%;
}

.over_paradiv h2 {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 45px;
    color: #FFF;
}

.over_paradiv p {
    font-family: var(--futuraLt);
    font-size: 15px;
    color: #FFF;
    line-height: 1.5;
}

.over_icon {
    display: flex;
    flex-direction: row;
    gap: 35px;
    margin-top: 4%;
}

.icon_div img {
    width: 30px !important;
    display: inline-block !important;
}

.icon_div p {
    font-family: var(--futuraLt);
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

.plan_btn {
    position: absolute;
    bottom: 14%;
    right: 5%;
    width: fit-content;
    border: 1px solid #fff;
    border-radius: 999px;
    text-align: center;
    padding: 15px;
    font-family: var(--futuraLt);
    font-size: 14px;
    color: #FFF;
    display: flex;
    gap: 13px;
    cursor: pointer;
}

.plan_btn img {
    width: 30px !important;
}

.sec__over .owl-theme .owl-nav {
    position: absolute;
    left: 50%;
    bottom: -5%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.gallery-carousel .owl-item.active.center .over_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.gallery-carousel .owl-item .over_img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
}

/**************************** Why Us *******************************/

.sec__why {
    width: 100%;
    background: url(../images/why-bg.webp) center no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.why_para p {
    font-family: var(--futuraLt);
    font-size: 20px;
    color: #7C7C7C;
    text-align: center;
    line-height: 35px;
}

.why_icon img {
    width: 30%;
}

.why_icon p {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding-top: 12px;
}

.why_btn {
    width: fit-content;
    border: 2px solid var(--orange);
    border-radius: 999px;
    padding: 15px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 18px;
    color: var(--orange);
    text-align: center;
    display: flex;
    gap: 15px;
    margin: 20px auto 0;
    cursor: pointer;
    transition: all 0.5s ease;
}

.why_btn img {
    width: 40px;
}

.why_btn:hover {
    background-color: var(--orange);
    color: #fff;
}

/**************************** Gallery **********************************/

.sec__gal {
    width: 100%;
    position: relative;
    padding: 70px 0;
}

.sec__gal .carousel-control-next-icon,
.sec__gal .carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
}

.sec__gal .carousel-control-next,
.sec__gal .carousel-control-prev {
    top: -111%;
}

.sec__gal .carousel-control-prev {
    right: 6%;
    left: auto;
}

.sec__gal .carousel-control-next-icon {
    background-image: url(../images/right.webp);
}

.sec__gal .carousel-control-prev-icon {
    background-image: url(../images/left.webp);
}

/* tabs ccs */

.nav-tabs {
    position: relative;
    z-index: 2;
    border-bottom: none;
}

.nav-tabs .nav-link {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #F68843;
    border-color: #F68843;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #F68843;
    border-color: #F68843;
}

/* tabs css end */


/**************************** Project **********************************/

.sec__project {
    width: 100%;
    position: relative;
    padding: 70px 0;
    background: rgba(0, 0, 0, 0.04);
}

.project-carousel .owl-item.active.center .pro_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.project-carousel .owl-item .pro_img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
}

/**************************** EMI **********************************/

.sec__emi {
    width: 100%;
    position: relative;
    padding: 70px 0;
    background: rgba(0, 0, 0, 0.04);
}

.over_div p {
    font-family: var(--futuraLt);
    font-size: 18px;
    color: #0D1A26;
}

.input-section {
    margin-bottom: 4rem;
}

.input-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.input-title {
    font-family: var(--futuraLt);
    font-size: 25px;
    color: #0D0D0D;
}

.value-display {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 18px;
    color: #0D1A26;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    font-family: var(--futuraLt);
    font-size: 18px;
    color: #000;
}

.tenure-options {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.tenure-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.2s;
}

.tenure-btn:hover {
    border-color: #0D1A26;
}

.tenure-btn.active {
    background: #0D1A26;
    color: #fff;
    border-color: #0D1A26;
}

.custom-slider {
    position: relative;
    height: 24px;
}

.custom-slider input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    position: absolute;
    top: 8px;
}

.custom-slider input[type=range]::-webkit-slider-runnable-track {
    height: 6px;
    background: #E9ECEF;
    border-radius: 3px;
}

.custom-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--orange);
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-slider input[type=range]::-moz-range-track {
    height: 6px;
    background: #E9ECEF;
    border-radius: 3px;
    border: none;
}

.custom-slider input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--orange);
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.card-dark {
    background: #333;
    padding: 50px 30px;
}

.pie_tile ul li {
    font-family: var(--futuraLt);
    font-size: 20px;
    color: #FFF;
}

.pie_tile ul li span {
    font-weight: 500;
    font-size: 28px;
}

.legend-box {
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 5px;
    border-radius: 2px;
}

.pie_chart span {
    font-family: var(--futuraLt);
    font-size: 18px;
    color: #FFF;
}

.monthly_div {
    padding: 30px;
}

.monthly_div p,
.currency-title {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 20px;
    color: #F68843;
}

.monthly-payment {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 40px;
    color: #0D1A26;
}

.apply-btn {
    width: fit-content;
    background-color: #333;
    padding: 14px 40px;
    text-align: center;
    font-family: var(--futuraLt);
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
}

.currency-section {
    border-top: 1px solid #E9ECEF;
    padding: 30px;
}

.input-group-text {
    background: #fff;
}

.country_div select {
    padding: 14px;
}

.fi {
    border-radius: 2px;
}

/*********************** Connectivity *********************************/

.sec__cont {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background: url(../images/cont-bg.webp) center no-repeat;
    background-color: rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-blend-mode: screen;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 27.44%, rgba(0, 0, 0, 0.35) 48.43%), url(../images/cont-bg.webp)  0px 30px / 100% 92.593% no-repeat; */
}

.contact_div {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
}

.contact_div p {
    font-family: var(--futuraLt);
    font-size: 17px;
    color: #000;
}

.sec__cont .form-control,
.currency-section .form-control {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
    border-radius: 10px;
    padding: 15px;
}

.sec__cont .form-group {
    height: 90px;
}

.sec__cont .sub_btn {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: var(--orange);
    padding: 12px 50px;
}

.sec__cont .sub_btn span {
    font-family: var(--futuraLt);
    font-size: 16px;
    color: #FFF;
}

.cont_title h2 {
    font-family: var(--futuraLt);
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
}

.cont_title h3 {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 50px;
    color: #FFF;
}

.cont_title p {
    font-family: var(--futuraLt);
    font-size: 15px;
    color: #FFF;
}

.accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button {
    background-color: transparent !important;
    border-bottom: 1px solid #333333;
}

.accordion-button p {
    font-family: "Corporate";
    font-size: 20px;
    color: #333333;
}

.accordion-body p {
    font-family: "Corporate";
    font-size: 20px;
    color: #333333;
}

.accordion-body p img {
    width: 18px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 !important;
}

.accordion-button:focus {
    border-bottom: 1px solid #333333 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    transform: none;
}

.accordion-button::after {
    background-image: url(../images/plus.svg);
}

/************************* Footer ***************************/

.footer__sec {
    padding: 30px 0;
    background: url(../images/footer.webp) center no-repeat;
    background-size: cover;
}

.footer_logo img {
    width: 9%;
}

.footer_qr {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}

.footer_qr img {
    width: 6%;
}

.desc_para p {
    font-family: var(--futuraLt);
    font-size: 18px;
    color: #242424;
    text-align: center;
}

.phn img {
    width: 5%;
}

.phn a {
    font-family: var(--futuraLt);
    font-size: 18px;
    color: #242424;
    text-align: center;
    text-decoration: none;
}

.foo_row {
    margin: 35px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--orange);
}

.copy_para p {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 14px;
    color: var(--orange);
}

.copy_para img {
    width: 30%;
}

/*********************Modal *******************************/

.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    background: #3e3e3e;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.modal-body h2 {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 25px;
    color: var(--orange);
}

.modal-body p {
    font-size: 16px;
    color: #fff;
}

.modal-body .sub_btn {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: var(--orange) !important;
    border-radius: 999px;
    border: 1px solid var(--orange);
    width: fit-content;
    padding: 10px 40px;
}

.modal-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: invert(1);
}

.modal-body .input-group-addon i {
    margin-top: 5px;
}

.form-group {
    height: 65px;
}

.input-group-addon p {
    color: #FFF;
    font-size: 15px;
}

.form-control {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 0;
}

.input-group>.form-control:focus {
    box-shadow: none !important;
    background: transparent !important;
}

.error {
    color: red;
}

/**************Thank You  **************************/

.thank__sec {
    width: 100%;
    position: relative;
    background: url(../images/bg.webp) center no-repeat;
    background-size: cover
}

.thank_wrap {
    background: url(../images/why-bg.webp) center no-repeat;
    background-size: cover;
    background-color: #3e3e3e17;
    backdrop-filter: blur(10px);
    padding: 20px;
    margin: 10% 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 1px solid #dadada;
}

.check_sign {
    background: var(--orange);
    padding: 20px;
    height: 100px;
    width: 100px;
    border: 3px solid var(--orange);
    border-radius: 50%;
    margin: 0 auto;
}

.check_sign i {
    font-size: 55px;
    color: #fff;
}

.section-title h2 {
    font-family: var(--futuraLt);
    font-weight: 500;
    font-size: 25px;
    color: #071B1E;
}

.section-title h2 span {
    color: #BB9D56;
}

.oops-greet,
.oops-subtitle {
    font-family: var(--futuraLt);
    font-weight: 400;
    font-size: 22px;
    color: #071B1E;
}

.go_txt {
    font-family: var(--futuraLt);
    font-weight: 400;
    font-size: 15px;
    color: #071B1E;
    background-color: transparent !important;
    border-radius: 15px;
    border: 1px solid var(--orange);
    width: fit-content;
    padding: 10px 20px;
    margin: 15px auto 0;
}

/*******  ***********/

.btn_dwnld {
    position: fixed;
    bottom: 5px;
    left: 15px;
    width: fit-content;
    padding: 10px 20px;
    background-color: #3e3e3e;
    color: #fff;
    font-family: "Corporate";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
}

.btn_enq {
    position: fixed;
    bottom: 5px;
    right: 15px;
    width: fit-content;
    padding: 10px 20px;
    background-color: #3e3e3e;
    color: #fff;
    font-family: "Corporate";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
}


#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}