/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap"); */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    /* letter-spacing: 0.15px;*/
}

h1 {
    font-family: 'Kaisei Tokumin', serif;
}

a {
    color: #f80;
    text-decoration: none;
}

/* a:hover{
   color: #c78400;
text-underline-offset: 4px;
}*/

.text-justify {
    text-align: justify;
}

.dropdown_header_btn {
    background: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
}

ul.features_listing {
    columns: 3;
}

ul.features_listing li {
    list-style: none;
    position: relative;
    font-size: 15px;
    color: #f2f2f2;
    font-weight: 400;
}

ul.features_listing li::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 4px;
    width: 15px;
    filter: invert(0.3);
    height: 15px;
    border-radius: 50%;
    background-image: url(https://lykansrealty.com/static/img/f-check.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.card-brown p {
    text-align: justify;
}

.heading_prop_sim div.h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    color: #cf9f8c;
}

.dropdown_header_btn.show {
    border: none;
}

.dropdown_p:hover {
    background-color: #cfd1d3;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}


@media(max-width:991px) {
    .py-10 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .d-sm-none {
        display: none;
    }

    /* .brown-height {
        max-height: 700px;
        height: 650px;
    } */

    .dropdown_header_btn {
        padding-left: 0px;
    }

    .card-brown p {
        text-align: left;
        letter-spacing: 0px;
    }
}


@media(min-width:992px) {
    .mt-lg-n1 {
        margin-top: -5rem !important
    }

    .mt-lg-n2 {
        margin-top: -10rem !important
    }

    .mt-lg-n3 {
        margin-top: -15rem !important
    }

    .mt-lg-n4 {
        margin-top: -20rem !important
    }
}

/*start navbar*/
.navbar-dark {
    background: #15010133;
    border-bottom: 1px solid #fff;
}

.navbar-dark .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid transparent;
}

.navbar-dark .nav-item:hover .nav-link {
    color: #d3a188;
    border-bottom: 2px solid #000;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.bg-burj {
    /* background: #161515, url(../img/Background-image-lykans.png) !important;  */
    background: #161515;
    background-image: url(../img/bg-1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 20;
    min-height: 300px;
}

.bg-burj::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #161515;
    opacity: 0.6;
    content: "";
    z-index: -1;
}

.bg-dubai {
    background: url(../img/dubai.webp);
    background-size: cover;
    background-position: center;
}

@media(max-width:768px) {
    .bg-burj {
        background: url(../img/burj-sm.webp);
        /* background-image: none; */
        background-color: #161515;
        background-size: cover;
    background-position: center;
    }

}

.bg-brown {
    background-color: #161515;
}

.bg-brown-dark {
    background-color: #131111
}


.text-main {
    color: #d3a188;
}

.btn-brown-hover {
    background-color: #D3A188;
    border: 1px solid #fff;
    color: #fff;
}

.btn-brown-hover:hover {
    background-color: transparent;
    border: 1px solid #D3A188;
    color: #fff;
}

.btn-outline-brown {
    background-color: transparent;
    border: 1px solid #D3A188;
    color: #D3A188;
    padding: 12px 24px;
}

.btn-outline-brown:hover {
    background-color: transparent;
    border: 1px solid #D3A188;
    color: #fff;
}


.btn-block {
    width: 100%;
}

.card-brown {
    overflow: hidden;
    background-color: #141313;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D3A188E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.brown-round {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D3A188;
    border-radius: 24px 24px 24px 24px;
}

.br-14 {
    border-radius: 14px;
}

.br-50 {
    border-radius: 50%;
}


.back-to-top {
    background-color: #cf9f8c;
    color: #000;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 40px;
    line-height: 0;
    opacity: 0;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    z-index: 1000;
    text-decoration: none;
    border: 2px solid #cf9f8c;
    transition: all 300ms linear 0s;
}

.back-to-top.fadeIn {
    opacity: 1;
}

.back-to-top:hover.fadeIn {
    transform: translateY(-5px);
}


footer {
    background-color: #000001;
}

footer a {
    color: #ccc;
}

.list-footer li {
    padding: 5px 0;
}




/*properties Details*/
.property-top-wrap {
    position: relative;
}

.property-top-wrap .mySlides {
    display: none;
}

.property-top-wrap .cursor {
    cursor: pointer;
}

.property-top-wrap .prev,
.property-top-wrap .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.property-top-wrap .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.property-top-wrap .prev:hover,
.property-top-wrap .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.property-top-wrap .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.property-top-wrap .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.property-top-wrap .row:after {
    content: "";
    display: table;
    clear: both;
}

.property-top-wrap .column {
    float: left;
    width: 16.66%;
}

.property-top-wrap .demo {
    opacity: 0.6;
}

.property-top-wrap .active,
.property-top-wrap .demo:hover {
    opacity: 1;
}

/*End*/

.table-properties .tbody tr {
    border: none !important;
    margin: 20px 0;
}

.table-properties .table> :not(caption)>*>* {
    background-color: #131111 !important;
    color: #fff !important;
}

/* ------------Fixed Massage--------------------- */
.massage_sender {
    position: fixed;
    right: 20px;
    top: 20%;
    background: #fff;
    width: 290px;
    border-radius: 10px;
    /* padding: 20px; */
}

.massage_sender_right_header {
    background: linear-gradient(120deg, rgb(207, 159, 140) 100%, white);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    border-radius: 10px;
}

/* -------------------------Faq Css----------------- */
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    border-radius: 10px;
}

.accordion .accordion-item button[aria-expanded='true'] {
    /* border-bottom: 1px solid #03b5d2; */
    border-radius: 10px 10px 0px 0px;
}

.accordion-item {
    border: none !important;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 400;
    border: 1px solid #be917b;
    background-color: #131111;
    outline: none;
    border-radius: 10px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #ffffff;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #fff;
    border: 1px solid #be917b;
}

.accordion button .accordion-title {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    padding-right: 25px;
    display: block;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #ffffff;
    font-weight: bold;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    padding: 10px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* border: 1px solid #d9d9d9; */
    border-radius: 0px 0px 10px 10px;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-inner {
    min-height: 230px;
    /* Reserve space for carousel */
    max-height: 300px;
}

#partener-testimonial .owl-stage-outer .owl-stage .owl-item .item img {
    width: 150px;
    object-fit: contain;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
}

#client-testimonial {
    max-height: 500px;
    max-width: 100%;
}




/*==================UI Header CSS==================*/
.dropdown-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.custom-select-container {
    position: relative;
    width: 100%;
    height: 100%;
}


.select-display{
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-left: 1px solid #ccc;
}
.selected-text{
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 10px 0px 10px 55px;
    color: #212529;
    text-align: start;
    border-left: 1px solid #ccc;
    font-size: 14px;
    align-items: center;
    display: flex;
}
.serching-banner-btn{
    background-color: #723d23;
    border: 1px solid #fff;
    color: #fff;
    padding: 0px 24px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.input-icon-group{
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.input-icon-group svg{
    width: 20px;
    height: 20px;
    z-index: 10;
}
.input-group{
    position: relative;
    height: 100%;
}
.input-group .form-control{
    border-left: 1px solid #ccc;
    border-radius: 0px;
    padding-left: 50px;
    height: 100%;
    border-radius: 0px;
    font-size: 14px;
    padding: 15px 10px 15px 50px;
}
.dropdown-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.custom-select-container.show .dropdown-box {
    display: block;
}

.dropdown-box input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #3e3b3b;
    outline: none;
}

.dropdown-option {
    padding: 10px;
    cursor: pointer;
    text-align: left;
    color: #262626;
    border-bottom: 1px solid #ccc;
}

.dropdown-option:hover {
    background-color: #f0f0f0;
}

.dropdown-option.active {
    background-color: #e0e0ff;
}
.property-listing-card-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    height: 230px;
    width: 100%;
    display: block;
    object-fit: cover;
    z-index: 1;
}
.property-listing-card-img:hover img{
    transform: scale(1.05);
}
.property-listing-card-img img{
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-listing-card-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.property-detail-card{
    padding: 20px;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}
.property-name-neew{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.custom-btn-more{
    background-color: #723d23;
    color: #fff;
    padding: 6px 15px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
    height: 100%;
}
.buy-grid-details{
    border-radius: 10px;
}
.buy-grid-details li{  
    font-size: 14px;
    font-weight: 500;
    color: #c0bfbf;
    display: flex;
    align-items: center;
    gap: 5px;
}
.buy-grid-details li svg{
    width: 14px;
    fill: #c0bfbf;
}
.property-name-neew:hover{
    color: #f1bba5;
}
.user-avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}
.br-15{
    border-radius: 15px;
}
.custom-text-fs{
    font-size: 15px;
}
.property-listing-card-parent{
    border: 1px solid #cf9f8c;
    border-radius: 10px;
}
.btn-outline-brown.active{
    background-color: #af5e35;
    color: #fff;
    border: 1px solid #af5e35;
}
.residencial-show{
    display: none;
}
.residencial-show.active{
    display: block;
}
.heading-coundt{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.para-count{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.card-top-count{
    border: 1px solid #cf9f8c;
    border-radius: 10px;
    padding: 20px;
}
.card-top-count img{
    width: 80px;
}
.line-1,
.line-2{
    width: 50px;
    height: 4px;
    background-color: #cf9f8c;
}
.line-2{
    background-color: #af5e35;
}
.card-new-house{
    border: 1px solid #cf9f8c;
    border-radius: 10px;
    padding: 20px;
    background-color: #000000;
    height: 100%;
}
.card-new-house{
    transition: all 0.5s ease;
}
.card-new-house:hover{
    background-color: #1b120e;
    border: 1px solid #cf9f8c;
    transform: translateY(-10px);
}
.client-testimonial-section{
    background-image: url(../img/testimonial-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.client-testimonial-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161515;
    opacity: 0.5;
    z-index: -1;
}
/*==================UI Header CSS==================*/