@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Megila';
    src: url(../fonts/Megila.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-size: cover;
    overflow-x: hidden !important;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Megila';
}

p {
    font-family: "Montserrat", sans-serif;
}

li {
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background-color: #de2425;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #880000;
}

/* loader styling start  */
/* .loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(181deg, #180d0d 0%, #000000 85%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    width: 100%;
    height: 100vh;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #ccc;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.loader-wrapper.loaded {
    display: none;
}

/* loader styling end  */
/* HEADER START */
header {
    z-index: 99;
}

.navbar-brand {
    width: 250px;
}

.menu-br .navbar-brand img {
    max-width: 250px;
    width: 100%;
}

.top-menu li a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    padding: 8px 10px !important;
    text-transform: uppercase;
}

.top-menu li a:hover {
    color: #977b57;
}

.top-menu li .active {
    color: #977b57;
}

.sgn-bt {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #171717;
    border: 1px solid #171717;
    border-radius: 40px;
    padding: 5px 5px 5px 25px;
    transition: all .5s ease-in-out;
    box-shadow: 3px 1px 11px #00000061;
    display: inline-flex;
    align-items: center;
}

.sg-arw {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #e82425;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
}

/* .sgn-bt:hover img {
    filter: brightness(0) invert(1);
} */
.sgn-bt:hover {
    background-color: #fff;
    color: #000000 !important;
    border: 1px solid #000;
}

.sgn-bt:hover .sg-arw {
    background-color: #000;
}

/* HEADER END */
/* HOME PAGE START */
.pd-t {
    padding-top: 90px;
}

.pd-b {
    padding-bottom: 90px;
}

.fst-hed h2, .fst-hed h3 {
    font-size: 60px;
    line-height: 60px;
    /* padding-bottom: 20px; */
}

.abt-cont::before {
    content: '';
    position: absolute;
    background-color: #e82425;
    width: 25%;
    height: 2px;
    left: 0;
    top: 70px;
}

.al-sec {
    background-size: cover;
    background-repeat: no-repeat;
}

.all-im {
    width: 100%;
}

.main-banner {
    background-color: #f9f4ee;
    padding-top: 140px;
    height: 890px;
}

.ban-second {
    top: 80px;
    margin-left: 210px;
    margin-right: -210px;
}

.ban-cont {
    background-color: #f9f4ee;
    padding: 75px 40px 35px;
    margin-left: -60px;
    margin-right: -80px;
    top: 180px;
}

.ban-cont h2 {
    font-size: 44px;
    line-height: 50px;
}

.ban-cont p {
    font-size: 15px;
    color: #1d1d1d;
    /* opacity: 0.7; */
    line-height: 22px;
}

.explr:hover {
    background-color: #ffffff;
    box-shadow: 0 2px 20px #000;
    color: #000;
}

.explr {
    background-color: #e82425;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 32px 25px;
    border-radius: 50%;
    right: 40px;
    top: 13px;
}

.explr span {
    display: block;
    font-size: 26px;
}

#scene:not(.parallax-active) img {
    transform: translate3d(0, 0, 0) !important;
}

.abt-bk {
    background-color: #f9f4ee;
    margin-top: 100px;
    padding: 80px 0 60px 40px;
}

.abt-im {
    margin-top: -160px;
}

.abt-cont p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 28px;
}

.serv-cont {
    color: #ffffff;
}

.serv-cont h3 span {
    display: block;
}

.favorites-sec .swiper-button-next:after,
.favorites-sec .swiper-rtl .swiper-button-prev:after {
    content: '\f178';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
}

.favorites-sec .swiper-button-prev:after,
.favorites-sec .swiper-rtl .swiper-button-next:after {
    content: '\f177';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
}

.serv-cont .swiper-button-next:hover,
.serv-cont .swiper-button-prev:hover {
    border: 1px solid #aa2b2c;
    color: #aa2b2c;
}

.serv-cont .swiper-button-next {
    border: 1px solid #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translateY(25px);
}

.serv-cont .swiper-button-prev {
    border: 1px solid #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: unset !important;
    transform: translateY(25px);
}

.serv-cont .swiper-wrapper {
    display: inline-block;
    display: flex;
    min-height: 60px;
    margin-top: 0 !important;
    margin-bottom: 30px;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 20px;
}

.serv-cont .swiper-wrapper .swiper-button-next {
    /* left: 90px; */
    position: unset !important;
}

.fvt-it .swiper {
    padding: 50px 0;
}

.fvt-it .swiper-slide-active .sevr-all {
    transform: scale(1.15);
}

.sevr-all {
    background-color: #77777763;
    padding: 25px 15px 20px;
    border: 1px solid #aa2b2c;
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
}

.sevr-cont {
    color: #ffffff;
}
.about-services-sec .sevr-cont {
    color: #000000;
}
.abt-sevr-hed h3 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 25px;
}
.serv-cont h2 {
    font-size: 90px;
    line-height: 110px;
    font-weight: 600;
}
.sevr-cont h5 {
    font-size: 34px;
}

.sevr-cont h5 span {
    display: block;
}

.sevr-cont p {
    font-size: 14px;
    opacity: 0.7;
}

.sevr-all::before {
    content: '';
    position: absolute;
    background-color: #e82425;
    width: 2px;
    height: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: -9;
}

.tk-video-bt a {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    color: #e82425;
    line-height: 60px;
    text-align: center;
    font-size: 23px;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0.3),
            0 0 0 60px rgba(255, 255, 255, 0.0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0.3),
            0 0 0 60px rgba(255, 255, 255, 0.0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0.2),
            0 0 0 60px rgba(255, 255, 255, 0.1),
            0 0 0 90px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0.2),
            0 0 0 60px rgba(255, 255, 255, 0.1),
            0 0 0 90px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0.3),
            0 0 0 60px rgba(255, 255, 255, 0.0);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0.2),
            0 0 0 60px rgba(255, 255, 255, 0.1),
            0 0 0 90px rgba(255, 255, 255, 0);
    }
}

.financing-inner {
    border: 1px solid #cacaca;
    padding: 40px 30px 40px 0px;
}

.finan-cont h3 {
    font-size: 60px;
    line-height: 90px;
}

.finan-cont p {
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    font-weight: 500;
}

/* .finan-cont ul {
    column-count: 2;
} */

.finan-cont li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000000;

    position: relative;
}

.finan-cont li::before {
    content: '';
    position: absolute;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: -33px;
    top: 0px;
}

.finan-aft::after {
    content: '';
    position: absolute;
    background-color: #fdeaea;
    width: 100%;
    height: 240px;
    left: 0;
    top: 90px;
    z-index: -1;
}

.financing-box {
    margin-top: -310px;
}

.financing-sec::before {
    content: '';
    position: absolute;
    background-color: #e82425;
    width: 40%;
    height: 240px;
    left: 0;
    bottom: 101px;
    z-index: -1;
}

.appointment-sec {
    margin-top: 90px;
}

.bok-frm-al {
    padding: 40px 30px;
    background-color: #ffffff;
}

.bok-frm-al input {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    height: 55px;
}

.bok-frm-al select {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    height: 55px;
}

.bok-frm-al textarea {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    height: 200px;
}

.bok-frm-al {
    margin-top: -200px;
}


.testimonial-section {
    width: 800px;
    text-align: center;
}

.testimonial-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    margin-bottom: 40px;
}

.swiper {
    padding-bottom: 40px;
}

.testimonials-sec .swiper-slide {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #f17d7d;
    object-fit: cover;
    margin-bottom: 20px;
}

.ts-al img {
    box-shadow: 7px 6px 1px #f17c7c;
}

.testimonial-stars li {
    color: #fd8f00;
    font-size: 14px;
}

.clnt-cont p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.testimonial-stars li:last-child {
    color: #fcba64;
}

.testimonials-sec .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #171717;
    opacity: 1;
}

.testimonials-sec .swiper-pagination-bullet-active {
    background: #f17d7d;
    opacity: 1;
    border: 2px solid #f17d7d;
}

.clt-nam h4 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}

.clt-nam p {
    font-size: 14px;
    color: #000000;

}

.clt-nam::before {
    content: '';
    position: absolute;
    background-color: #f17c7c;
    width: 2px;
    height: 52px;
    left: -30px;
}

.testimonials-sec .swiper {
    padding: 30px 0px 60px;
}

.footer {
    background-color: #222222;
    color: #fff;
    padding: 70px 0 10px;
    margin-top: 0px;
}

.footer h5 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

.footer h4 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.quik {
    column-count: 2;
}

.footer p {
    font-size: 14px;
    color: #cdd9dd;
    line-height: 1.7;
}

.footer a {
    color: #cdd9dd;
    text-decoration: none;
    display: block;
    margin-bottom: 17px;
    font-size: 15px;
    transition: color 0.3s ease;
    opacity: 0.8;
    font-weight: 500;
}

.footer a:hover {
    color: #fff;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #de2425;
    color: #ffffff;
}

.footer .form-control {
    background-color: #ffffff;
    border: 1px solid #cdd9dd;
    color: #fff;
    border-radius: 0;
    height: 50px;
}

.footer .form-control::placeholder {
    color: #cdd9dd;
}

.footer .btn-subscribe:hover {
    background: #cdd9dd;
    color: #0d4a56;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #cdd9dd;
}

.fot-cont ul {
    padding: 0;
}

.fot-cont li:nth-child(2) {
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
}

.fot-cont li {
    padding: 13px 0;
}

.fot-cont li a {
    margin: 0;
}

.fot-cont li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fot-cont li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eml-bt {
    background-color: #de2425;
    border: 1px solid #de2425;
    padding: 10px 40px;
    font-weight: 500;
}

/* HOME PAGE END */



/* Inner pages START  */


section.inner-banner-banner {
    padding: 150px 0 100px;
    background: #f9f4ee;
}

.innerBox-banner {
    min-width: 600px;
    margin: 0;
    background-color: #f9f4ee;
    padding: 75px 40px 35px;
}

.innerBox-banner h2 {
    font-size: 86px;
    line-height: 80px;
}

.innerBox-banner p {
    font-size: 15px;
    color: #000000;

    line-height: 22px;
}



/* Apponitment page START  */
.appointment-section {
    background: #fff;
}

/* .appointment-title {
    font-family: serif;
    font-size: 48px;
    font-weight: 500;
} */

.appointment-desc {
    max-width: 700px;
    margin: auto;
    color: #000000;
}

.custom-input {
    height: 55px;
    border-radius: 0;
    border: 1px solid #bbb;
    padding-right: 60px;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #000;
}

.input-icon {
    position: relative;
}

.input-icon .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.red-bg {
    background: #e31b23;
}

textarea.custom-input {
    height: auto;
    padding-top: 15px;
}

.submit-btn {
    background: #111;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.submit-btn span {
    background: #e31b23;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn:hover {
    background: #000;
}

/* Apponitment page END  */





.contact-section {
    padding: 80px 0 0;
}



.contact-card {
    border: 1px solid #e91e63;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    font-size: 3rem;
    color: #e91e63;
    margin-bottom: 20px;
}

.contact-card h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 900;
}

.contact-card p {
    color: #000000;
    margin-bottom: 5px;
}

.financing-box.reversebox {
    /* margin-top: -416px !important; */
}

.financing-box.reversebox .financing-inner {
    padding: 40px 0px 40px 30px;
}

.reversesec.financing-sec::before {
    content: '';
    position: absolute;
    background-color: #e82425;
    width: 40%;
    height: 240px;
    left: unset;
    bottom: 101px;
    z-index: -1;
    right: 0;
}

.fs-01 {
    font-size: 50px !important;
    line-height: 55px !important;
    text-transform: capitalize;
}




.faq-section h2 {
    font-size: 36px;
    color: #1c1c1c;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.accordion-button {
    background: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 24px;
    color: #222;
    transition: all 0.3s ease;
}

.accordion-button::after {
    filter: brightness(0.5) !important;
}

.accordion-button:not(.collapsed) {
    background: #000 !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0.1) invert(1) !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-size: 16px;
    transform: scale(1.1);
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 20px 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    background: #ffffff;
}

/* Hover effect */
.accordion-button:hover {
    background: #f9f4ee;
}

.faqq h2 {
    font-size: 60px;
    /* font-weight: 600; */
}

.sevr-im img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

section.favorites-sec {
    padding: 90px 0;
    height: unset !important;
}

.bookswiper {
    min-height: 500px;
}

.bookswiper span.swiper-pagination-bullet {
    width: 21px;
    border-radius: 0px;
}

.bookswiper .swiper-pagination-bullet-active {
    background: #e82425 !important;
}

span.text {
    font-size: 20px;
    margin-left: 4px;
    font-weight: 900;
}

.testSlider .swiper-slide {
    min-height: 230px;
}


/* scroll css */

.sevr-cont p {

    overflow-y: auto;
    height: 100px;
}



.sevr-cont p::-webkit-scrollbar {
    width: 7px;
}

.sevr-cont p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

.sevr-cont p::-webkit-scrollbar-thumb {
    background-color: #de2425;
    border-radius: 1px;
}

.sevr-cont p::-webkit-scrollbar-thumb:hover {
    background-color: #880000;
}

.lastChild-removeMB p:last-child {
    margin-bottom: 0px;
}