@font-face {
    font-family: 'MarkSimonsonProximaNovaCondensedSemibold';
    src: url('../../../fonts/MarkSimonsonProximaNovaCondensedSemibold.otf');
}
@font-face {
    font-family: 'OggRoman';
    src: url('../../../fonts/OggRoman.ttf');
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../../../fonts/Raleway-Regular.ttf');
}
@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../../../fonts/Raleway-SemiBold.ttf');
}
@font-face {
    font-family: 'Raleway-VariableFont_wght';
    src: url('../../../fonts/Raleway-VariableFont_wght.ttf');
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'OggRoman';
    font-size: 16px;
    background: #e3dedb;
    color: #333333;
    overflow: hidden;
}
a, #burger {
    cursor: pointer;
}
hr {
    border: 1px solid #615043;
}

#menu, #residence-detail {
    background: #cabeb4;
    width: 100vw;
    height: 100vh;
    z-index: 998;
}

#residence-detail {
    height:100%;
}
.menu-init {
    transform: translateY(-1000px);
    display: none;
}

#menu h1 {
    color: #333333;
    transition: 0.2s;
}

#menu h1:hover {
    font-size: 2.7rem;
    transition: 0.2s;
}

#menu .section-1 {
    background: #cabeb4;
}

#menu .section-2 {
    background: #e3dedb;
}

.light-beige-bbg {
    background: #e3dedb;
}

.dark-beige-bg {
    background: #cabeb4;
}

 /* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}

/* #navbar-mobile {
    display: none;
} */
/* .home .header {
    position: absolute;
    width: 100%;
} */
.sticky {
	position: fixed !important;
	top: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0 2px 16px 0px grey;
	background: #fff;
}
.sticky .desktop-nav ul li a {
	color: #000;
}
.sticky2 {
	position: fixed !important;
	top: 82px;
	z-index: 997;
	width: 100%;
}
ul {
    list-style: none;
}
a {
    transition: .2s ease all;
}
a:hover,
.nav-top ul li a:hover {
    text-decoration: none;
    color: #829EBE;
}
.nav-top ul li a.active, #accordion a.active {
    color: #829EBE;
}
.desktop-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.nav-top ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.nav-top ul li {
    margin-left: 30px;
}

.nav-top ul li a {
    color: #000;
}
.header {
    background-image: url('/assets/web/images/header-bg.png');
    padding: 25px 0;
    color: #e3dedb;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 20px;
}
.header2 {
    color: #e3dedb;
    font-size: 20px;
}

.header .middle-text, .subsidiary {
    letter-spacing: 1px;
}
.subsidiary {
    font-size: 10px;
}
.logo {
    max-width: 200px;
}
img {
    width: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; 
}

.float-button.address-book {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3em 8em 0;
    border-radius: 50%;
    padding: 0.25em;
    width: 60px;
    height: 60px;
    background-color: rgb(88, 90, 79) !important;
    z-index: 999;
    animation: ring;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    /* animation: ring 1.5s infinite; */
    border: solid transparent;
    font-size: initial;
}

.float-button.whatsapp {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3em 3em 0;
    border-radius: 50%;
    padding: 0.25em;
    width: 60px;
    height: 60px;
    background-color: rgb(77, 175, 80) !important;
    z-index: 999;
    animation: ring;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    /* animation: ring 1.5s infinite; */
    border: solid transparent;
    font-size: initial;
}

.float-button.whatsapp .fa-whatsapp, .float-button.address-book .fa-address-book {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
}

@keyframes ring {
	0% {
		width: 60px;
		height: 60px;
		opacity: 1;
		transform: rotate(360deg);
	}
	25%  {
		opacity: 0.8;
		transform: rotate(0deg);
	}
	50%  {
		width: 60px;
		height: 60px;
		opacity: 1;
	}
	75% {
	}
	100% {
		width: 60px;
		height: 60px;
		opacity: 1;
	}
}


/* Footer */
#footer {
    background-image: url('/assets/web/images/footer-bg.png');
    padding: 30px 0;
    color: #97815f;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Raleway-Regular';
    font-weight: 600;
}
#footer .row {
    align-items: center;
    justify-content: space-between;
}
a {
    transition: .2s ease all;
}
#footer a {
     color: #97815f;
}
#footer a:hover {
     color: #7c6a4f;
}
a {
   font-size: 30px;
    line-height: 1;
}
#footer p {
    margin: 0;
    font-weight: 400;
}
#footer p small a {
    font-size: 25px;
}
#footer .footer-logo {
    border-left: 1px solid #fff;
    padding-left: 25px;
    margin-left: 25px;
}
.left-footer {
    letter-spacing: 1px;
    font-family: 'MarkSimonsonProximaNovaCondensedSemibold';
}

/* Home Banner */
.relative {
    position: relative
}
.absolute {
    position: absolute;
    z-index: 995;
}
.home-banner .absolute{
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;

}
.banner-content-box {
    display: flex;
    flex-direction: column;
}
.banner-content-box img {
    max-height: 300px;
}
.home-banner a {
    color: #deb17f;
    font-family: 'Raleway-SemiBold' !important;
}
.home-banner a:hover {
    color: #c49c6f;
}

/* Home Slider */
.section .slick-dots {
    display: flex !important;
    justify-content: center;
    padding: 0;  
    bottom: 20px;
    z-index: 995;
    width: 100%;
}
.section .slick-dots li button:before {
    color: #97815f !important;
    font-size: 14px !important;
    padding: 0 !important;
    opacity: 0.5 !important
}
.section .slick-dots li button,
.section .slick-next,
.section  .slick-prev {
    font-style: normal;
}
.section  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

/* Home Map */
.section-3 {
    background: #cabeb4;
    padding-top: 100px;
    text-align: center;
}

/* Home Contact */
#contact {
    padding: 50px 0;
    font-weight: 600;
}
#contact h1 {
    margin-bottom: 40px;
    text-align: center;
    color: #97815f;
}
#contact p {
    text-transform: uppercase;
    color: #28293b;
    font-family: 'Raleway-SemiBold';

}
#contact input,
#contact select {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #615043;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    color: #615043 ;
    font-family: 'Raleway-SemiBold';
}
#contact input::placeholder {
    color: #615043 ;
    font-family: 'Raleway-SemiBold';
  
}
.form-group-submit {
    text-align: center;
}
.submit-btn {
    margin-top: 30px;
    border: none;
    background: #28293b;
    color: #deb17f;
    text-align: center;
    padding: 10px; 
    transition: .2s ease all;
    min-width: 300px;
    font-family: 'Raleway-SemiBold';
}
.submit-btn:hover {
    background: rgb(31, 28, 25)
}
.swal2-container.swal2-center>.swal2-popup {
    font-family: 'Raleway-Regular';

}

#facilities {
    margin-top: 82px;
}

.facilities-content-section {
    background: #cabeb4;
}

#facilities .facility-img {
    padding-top: 15%;
    width: 70%;
}

#facilities p {
    margin-bottom: 0;
}

#facilities small, #residence .residence-description {
    color: #28293b;
    font-family: 'Raleway-Regular';
}

.residence-type-block button, .close-btn {
    border: 1px solid #28293b;
    color: #28293b;
    background: none;
    width: 140px;
    height: 30px;
    line-height: 30px;
    transition: 0.2s;
}

.residence-type-block button:hover, .close-btn:hover {
    background: #28293b;
    color: #deb17f;
    transition: 0.2s;
}
#residence-header {
    padding: 0;
    z-index: 1000;
}
#right-close-btn  {
    position: absolute;
    border: none;
    right: 20px;
    top: 20px;
    z-index: 9999;
    color: #000;
    width: auto;
    font-weight: bold;
}
#right-close-btn:hover {
    color: #000;
    background: none;
}

#residence-detail {
    overflow-y: auto;
}

#residence-detail h2, #residence-detail p {
    text-transform: uppercase;
    color: #28293b;
}

#residence-title, #sf-label {
    font-weight: bold;
}

.close-residence-detail-btn {
    position: absolute;
    top: 0;
    right: 10px;
    color: black;
    font-size: 30px;
}

#residence-detail-divider {
    border-left: 1px solid #000;
}

#residence-detail-popup-header {
    background-image: url('/assets/web/images/header-bg.png');
    color: #e3dedb;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
} 

/* Responsive */
@media (max-width: 1280px) {
    #vision-mission .row {
        justify-content: center;
    }
    #vision-mission .col-md-6 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin-bottom: 50px;
    }
    #vision-mission .absolute {
        max-width: 40%;
    }

    .banner-content-box img {
        max-height: 200px;
    }
}
@media (max-width: 991px) {
    /* .desktop-nav {
        display:none;
    }
    .header {
        top: 0;
        padding: 10px 0;
        transition: .3s ease all;
        position: initial;
    }
    #navbar-mobile {
        display: block;
        padding: 0;
        margin: 0; 
    }
    .burger-container {
        position: absolute;
        right: 25px;
        top: 32px;
        display: flex;
        align-items: center;
        color: #000;
    }
    .burger-container ul {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    h1 {
        font-size: 2rem;
    } */
    /* #accordion {
        display: none;
        margin-top: 15px;
        background: rgba(255,255,255, 0.5);
        list-style: none;
        padding: 20px 0;
    }
    #accordion li a {
        padding: 10px;
        padding-bottom: 0;
        color: #000;
    }
    #accordion li a:active,
    #accordion li a:focus,
    .burger-container .lang .dropdown-menu a:active,
    .burger-container .lang .dropdown-menu a:focus {
        color: #000 !important;
    }
    #accordion li:first-child a {
        padding-top: 0px;
    } */

    #residence-detail-divider {
        border-left: 0px;
    }
}
@media (max-width: 767px) {
   
    /* Whatsapp Button */
    .float-button.whatsapp {
        width: 50px;
        height: 50px;
        margin: 0 1em 1em 0;
        animation-name: ringmobile;
        animation: ringmobile; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }

    .float-button.address-book{
        width: 50px;
        height: 50px;
        margin: 0 1em 5em 0;
        animation-name: ringmobile;
        animation: ringmobile;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }
    .banner-content-box img {
        max-height: 100px;
    }
    a {
        font-size: 20px;;
    }
    .section .slick-dots {
        bottom: 10;
    }
    #map .col-md-6:last-child img {
        max-width: 80%;
    }
    #map .row:last-child img {
        max-width: 300px;
        margin-top: 50px;
    }
    .left-footer {
        margin-bottom: 50px;
    }
    #footer {
        padding-left:  15px;
        padding-right: 15px;
    }
    #residence-detail {
        text-align: center;
    }
    #residence-detail .align-items-center {
       justify-content: center;
    }
    /* #residence-detail img {
        width: auto;
        max-width: 100%;
    } */
    .logo-top {
        text-align: left;
    }

}
@media (max-width: 480px) {
    .header .middle-text {
        display: none;
    }
    .right-footer .d-flex {
        flex-wrap: wrap;
    }

}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-1000px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeOutTop {
    0% {
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-1000px);
    }
}

.fadein-top {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}

.fadeout-top {
    -webkit-animation-name: fadeOutTop;
    animation-name: fadeOutTop;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}