/* @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: "Gothic A1", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #283746;
    background-color: #fff;
}

.text-kaisei {
    font-family: 'Kaisei Tokumin', serif;
}

/* .text-caveat {
    font-family: "Caveat", Sans-serif;
} */

a {
    color: #d2a087;
    text-decoration: none;
}

a:hover {
    color: #ff9a67;
    text-underline-offset: 4px;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

@media(max-width:991px) {
    .py-10 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .nowrapping span {
        white-space: nowrap !important;
    }
}


@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*/
.logo-badgep {
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -65px;
    z-index: 9;
}

/*@media(max-width: 991px) {
.logo-badgep {
    left: 50%;
    margin-left: -65px;
}
}*/
.navbar-light {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.navbar-light .nav-item .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

.navbar-light .nav-item:hover .nav-link {
    color: #e1a984;
    border-bottom: 2px solid #e1a984;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.bg-brown {
    background-color: #e9c0a4;
    background: linear-gradient(90deg, rgb(239 216 207) 40%, rgb(185 159 146) 100%);
}

.bg-brown-dark {
    background-color: #131111
}



.btn-brown-hover {
    background-color: #D3A188;
    border: 2px solid #D3A188;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    padding: 8px 20px;
}

.btn-brown-hover:hover {
    background-color: #fff;
    border: 2px solid #D3A188;
    color: #D3A188;
}

.btn-outline-brown {
    background-color: #fff;
    border: 2px solid #705a51;
    color: #705a51;
    border-radius: 30px;
    font-weight: 600;
    padding: 8px 20px;
}

.btn-outline-brown:hover {
    background-color: #e1a984;
    border: 2px solid #e1a984;
    color: #fff;
}


.br-50 {
    border-radius: 50%;
}

.bg-slide1 {
    background: url(../img/slide1.webp);
    position: relative;
}

.bg-slide2 {
    background: url(../img/slide2.webp);
    position: relative;
}

.bg-slide3 {
    background: url(../img/slide3.webp);
    position: relative;
}

.bg-slide1,
.bg-slide2,
.bg-slide3 {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-event {
    background: url(../img/event-cat.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
    width: 100%;
}

.bg-girl {
    background: url(../img/girl.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 700px;
}

.youtube-placeholder {
    position: relative;
    cursor: pointer;
    z-index: 2;
    border-radius: 10px;
}

.youtube-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
}

.youtube-placeholder button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    background: #ff00008a;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    z-index: 2;
    border-radius: 5px;
}

.youtube-placeholder::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.7;
    z-index: -1;
    border-radius: 10px;
    padding-top: 0% !important;
}

.youtube-placeholder button span {
    color: #ffffff;
}

.box-shadow {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    border: none;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.box-shadow:hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.event-logo {
    position: absolute;
    width: 76px;
    height: 76px;
    padding: 10px;
    border-radius: 20px;
}

.image-wrapper img {
    height: auto;
    max-width: 100%;
    border-radius: 15px;
}

.image-wrapper .shine {
    position: relative;
    overflow: hidden
}

.image-wrapper .shine:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2
}

.image-wrapper:hover .shine:before,
.shine:focus:before {
    animation: shine .85s
}

@keyframes shine {
    100% {
        left: 125%
    }
}



.img-item {
    position: relative;
    overflow: hidden;
}

.img-item:hover .img-overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.2)
}

.img-item img {
    transition: .5s ease;
}

.img-item:hover img {
    transform: scale(1.1)
}

.img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.fade-overlay {
    height: 100%;
    opacity: 1;
}

/*.img-item:hover .fade-overlay {
  opacity: 1;
}*/
.text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.accordion-item {
    border: none;
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #28180f;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
    margin-bottom: 0 !important;


}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-button {
    font-weight: bold;
    background: #d3a188;
    padding: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
}

.accordion-body {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, .06);
    background: #d3a1885e;
}

.bg-burj {
    background: url(../img/burj.webp);
    background-size: cover;
    background-position: center;
}

.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-size: cover;
        background-position: center;
    }
}
.carousel {
    position: relative;
    min-height: 500px;
}
.text-main {
    color: #97755f;
}
.btn-block {
    width: 100%;
}
.card-brown {
    overflow: hidden;
    background-color: #28180f;
    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;
}



.back-to-top {
    background-color: #cf9f8c;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 25px;
    font-weight: bold;
    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: #3b271c;
    color: #fff;
}

footer a {
    color: #ccc;
}

.list-footer li {
    padding: 5px 0;
}

footer .copyright {
    background-color: #24150d;
    color: #fff;
}



/*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-bottom: none !important;
    margin: 20px 0;
}

.table-properties .table> :not(caption)>*>* {
    background-color: #131111 !important;
    color: #fff !important;
}

.middile-card {
    padding: 20px 20px;
    border: 1PX SOLID #D3A188E3;
    background-color: #FFF;
    border-radius: 8px;
}

.middile-card i {
    color: #28180f;
    font-size: 18px;

}

.middile-card a {
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
}

.fadeinup{animation:fadeInUp 1s ease backwards;}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}
.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}