@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.logo {}

.nav_btn {
    float: right;
    margin-top: 60px;
}

.nav_btn a {
    background: #5325ae;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: uppercase;
}

.nav_btn a:hover {
    background: #904be0;
}

.nav_bar {
    margin-top: 65px;
}

.sikandar {
    display: flex;
    justify-content: center;
}

.banner_left_text {
    text-align: left;
    margin-top: 200px;
}

.banner_left_text h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner_left_text p {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 55px;
}

.banner_left_text a {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #5325ae;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: uppercase;
}

.banner_left_text a:hover {
    background: #5325ae;
    color: #fff;
}

.welcome_section {
    padding: 60px 0 30px 0;
}

.welcome_head {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    color: #5a26a8;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../img/line.jpg) center bottom no-repeat;
    padding: 0 0 20px 0;
    margin-bottom: 50px;
}

/* FAQs start */

.faqs_head {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    color: #5a26a8;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../img/line.jpg) center bottom no-repeat;
    padding: 0 0 20px 0;
    margin-bottom: 50px;
}

.faqs_section {
    padding-bottom: 5rem;
}

.faq-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 20px auto;
    margin-top: 2rem;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 7px 0 !important;
    transition: background-color 0.3s;
}

.faq-item:hover {
    /* background-color: #f9f9f9; */
    color: #904BE0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    background-color: white;
    border: none;
    text-align: left;
    font-size: 24px;
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    cursor: pointer;
    outline: none;
    transition: color 0.3s;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.faq-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: transform 0.3s;
}

/* .faq-question:hover {
    background-color: #f1f1f1;
} */

.faq-answer {
    display: none;
    padding: 10px;
    font-size: 20px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-family: 500;
}

.faq-answer p {
    margin: 0;
}

/* Responsive Design using Flexbox */
@media (max-width: 768px) {
    .faq-container {
        padding: 10px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .faq-container {
        padding: 5px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 12px;
    }
}

/* FAQs end */

.logo_box {
    background: #fff;
    border: solid 2px #dfe3e6;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.property_section {
    background: url(../img/banner_2.jpg) center top no-repeat;
    padding: 150px 0;
}

.banner_in {
    background: url() center top no-repeat;
    padding: 80px 55px;
}

.banner_in h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    background: url(../img/line2.jpg) left bottom no-repeat;
    padding: 0 0 20px 0;
    margin-bottom: 25px;
}

.banner_in p {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 18px;
}

.banner_in a {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #5325ae;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: uppercase;
}

.banner_in a:hover {
    background: #5325ae;
    color: #fff;
}


.hand_section {
    padding: 60px 0;
    background: #f4f4f4;
}

/* .hand_head {} */

.hand_head h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #642eb6;
    font-weight: 700;
    background: url(../img/line.jpg) left bottom no-repeat;
    padding: 0 0 20px 0;
    margin-bottom: 25px;
}

.hand_head p {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #111;
    font-weight: 600;
    padding-bottom: 50px;
    text-align: justify;
    padding-bottom: 40px;
}

.hand_head a {
    background: #5325ae;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: uppercase;
}

.hand_head a:hover {
    background: #904be0;
    color: #fff;
}

.hand_img {
    text-align: center;
}

.testi_head {
    background: #f4f4f4 url(../img/testi_bg.jpg) center top no-repeat;
    padding: 50px 0;
}

.test_head {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #642eb6;
    font-weight: 700;
    background: url(../img/line.jpg) center bottom no-repeat;
    padding: 0 0 20px 0;
    margin-bottom: 35px;
}

.testi_box {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 30px 20px;
    margin-bottom: -110px;
    text-align: center;
    min-height: 385px;
}

.testi_box img {
    margin-bottom: 10px;
}

.testi_box h3 {
    margin: 0px;
    padding: 0px;
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #282828;
    font-weight: 700;
    padding-bottom: 15px;
}

.testi_box p {
    margin: 0px;
    padding: 0px;
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.footer_section {
    background: #211e20;
    padding: 0 0 30px 0;
}

.footer_logo {
    padding: 35px 0 35px 75px;
}

.form_box {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 50px 80px;
    border-radius: 5px;
    margin-top: -280px;
}

.form_head {
    text-align: center;
    margin-bottom: 50px;
}

.form_head p {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #211e20;
    font-weight: 600;
}

.form_head h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: 700;
}

.form_head span {
    color: #145f90;
    font-size: 40px;
}

.inout_form {
    padding: 14px !important;
    border: solid 1px #d9d9d9 !important;
    margin-bottom: 20px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666666;
}

.inout_btn {
    padding: 10px 30px !important;
    background: #5325ae !important;
    border: solid 1px #5325ae !important;
    color: #fff !important;
    border-radius: 3px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.footer_contact {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    background: url(../img/line3.jpg) left bottom no-repeat;
    padding: 0 0 5px 0;
    margin-bottom: 30px;
}

.footer_contact2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer_contact2 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer_contact2 a:hover {
    color: #5325ae;
}














/* From Bootstrap */
.dropdown-menu {
    left: 0px !important;
    background: #030e27 !important;
    padding: 20px !important;
    border-radius: 0px 0px 10px 10px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}

.carousel-caption {
    text-shadow: none !important;
}

.dropdown-menu>li>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 0 10px 10px;
    border-bottom: solid 1px #ccc;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #5325ae !important;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-left: 50px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #5325ae;
}

.carousel-caption {
    left: 0px !important;
    right: 0px !important;
    top: 1%;
}

.carousel-caption img {
    max-width: 100%;
}

.carousel-control {
    bottom: 50% !important;
}

.offcanvas-header {
    display: none;
}

.btn-close {
    background: #5325ae;
    margin: 0px 0px 20px 0px;
    outline: none !important;
}

.btn-close:hover {
    background: #5325ae;
    outline: none !important;
}

.btn {
    padding: 8px 12px;
    border-radius: 0px;
}

.btn img {
    width: 30px;
}

.mobile-menu {
    display: none !important;
}

.menu_1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.menu_1 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.mobile-menu-new {
    display: none;
}

.mobile-menu-new ul li {
    padding: 10px 0;
}

.mobile-menu-new ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: block;
}

.mobile-menu-new ul li a:hover {
    color: #5325ae;
    text-decoration: none;
}

.mobile-menu-new ul li i {
    font-size: 11px;
    float: right;
}

.mobile-menu-new-sub li {
    padding: 0 !important;
}

.mobile-menu-new-sub li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-bottom: solid 1px #fff;
    padding: 8px 0;
}

.sub_menu {
    border-bottom: solid 1px #1f1e1e;
    padding: 10px 15px;
}

.sub_menu a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px !important;
}

.sub_menu a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

@media (max-width: 1400px) {
    body {
        overflow-x: hidden;
    }

    .banner_left_text {
        margin-top: 100px;
    }

    .banner_left_text h3 {
        font-size: 50px;
    }

    .banner_left_text p {
        font-size: 22px;
    }

    .welcome_head {
        font-size: 42px;
    }
}

@media (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        margin-left: 40px;
    }

    .nav_btn {
        margin-top: 65px;
    }

    .nav_btn a {
        font-size: 14px;
        padding: 12px 15px;
    }

    .banner_left_text {
        margin-top: 60px;
    }


    .banner_in h3 {
        font-size: 30px;
    }

    .banner_in {
        background: url(../img/banner_in.jpg) center top repeat;
    }

    .hand_head h3 {
        font-size: 30px;
    }

    .hand_head p {
        font-size: 16px;
    }

    .test_head {
        font-size: 30px;
    }

    .testi_box {
        min-height: 455px;
    }
}

@media (max-width: 992px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .nav_btn {
        display: none;
    }

    .banner_left_text {
        margin-top: 120px;
    }

    .banner_left_text h3 {
        font-size: 30px;
    }

    .banner_left_text p {
        font-size: 14px;
    }

    .banner_left_text a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .welcome_section {
        padding: 30px 0;
    }

    .welcome_head {
        font-size: 20px;
    }

    .property_section {
        padding: 50px 0;
    }

    .banner_in {
        padding: 40px;
    }

    .banner_in h3 {
        font-size: 25px;
    }

    .banner_in p {
        font-size: 14px;
    }

    .banner_in a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .hand_head h3 {
        font-size: 24px;
    }

    .hand_head p {
        font-size: 14px;
    }

    .hand_img {
        padding-bottom: 15px;
    }

    .hand_section {
        padding: 30px 0;
    }

    .testi_head {
        padding: 0 0 30px 0;
    }

    .test_head {
        font-size: 24px;
    }

    .testi_box {
        margin-bottom: 20px;
    }

    .form_box {
        margin-top: 0px;
        padding: 30px;
        margin-bottom: 30px;
    }

    .form_head {
        margin-bottom: 15px;
    }

    .form_head p {
        font-size: 22px;
    }

    .footer_contact2 {
        margin-bottom: 15px;
    }

    .footer_logo {
        padding: 20px 0;
        text-align: center;
    }

    .footer_section {
        padding: 0 0 30px 0;
    }




    /*Mobile Banner*/
    .carousel-inner>.item {
        height: 550px !important;
        background: url(../img/banner2.jpg) center top no-repeat;
    }

    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: none;
    }

    /*Navbar*/
    .nav>li {
        display: none;
    }

    .navbar-nav {
        padding: 0px 20px 0px 15px !important;
    }

    .mobile-menu {
        display: block !important;
        margin: 0 30px;
    }

    .menu_1 {
        padding-bottom: 20px;
    }

    .menu_1 a {
        color: #fff;
    }

    .menu_1 a:hover {
        color: #5325ae;
    }

    .mobile-menu-new {
        display: block;
        margin: 0 30px;
    }

    /*Off Canvas*/
    .offcanvas-header {
        display: block;
        text-align: right;
    }

    .navbar-collapse {
        position: fixed;
        z-index: 99999;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 90%;
        padding-right: 0;
        padding-left: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: white;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
        transform: translateX(-100%);
    }

    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
        background: black;
        overflow-x: hidden;
    }
    
    .faqs_head {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #5a26a8;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../img/line.jpg) center bottom no-repeat;
    padding: 0 0 20px 0;
    margin-bottom: 50px;
}
    
}

/* join chat */
.joinchat_button {
    background-image: url('../img/whatsapp-support.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 55px;
    background-color: transparent;
    box-shadow: 0px 0px 13px 1px rgb(255 255 255 / 3%);
    position: fixed;
    bottom: 36px;
    right: 25px;
    border-radius: 60px;
    cursor: pointer;
}

.joinchat_button:hover {
    background-color: var(--primary-color);
    transition: background 1.5s linear;
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-image: linear-gradient(to right, #579544 0%, #29ac00 100%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }

    to {
        transform: scale(3);
        opacity: 0;
    }
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #5325ae;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}