@font-face {
    font-family: 'Nexa-Nexa Regular';
    src: url('../../../fonts/Nexa-Nexa Regular.otf');
}

@font-face {
    font-family: 'Ogg Roman';
    src: url('../../../fonts/Ogg Roman.ttf');
}

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('../../../fonts/HelveticaNeueRoman.otf');
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../../../fonts/HelveticaNeueBold.otf');
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../../../fonts/HelveticaNeueMedium.otf');
}

/* @font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../../../fonts/HelveticaNeueRegular.ttf');
} */

html {
    overflow-x: hidden;
}

body {
    font-family: 'Nexa-Nexa Regular';
    font-size: 14px;
    overflow: hidden;
    color: white;
}

h1, h2, h3, h4, h5 {
    font-family: 'Ogg Roman';
    color: #b29255;
    letter-spacing: 2px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

.font-bold {
    font-family: 'HelveticaNeueBold';
}

.white-text {
    color: white;
}

.golden-text {
    color: #b29255 !important;
}

.blue-background {
    background: #293446;
}

.sticky {
	position: fixed !important;
	top: 0;
	z-index: 9;
	width: 100%;
    box-shadow: 0cm 1px 5px 1px rgba(0, 0, 0, 0.1);
}

p {
    font-family: 'Nexa-Nexa Regular';
}

#popupModal .modal-header {
    border-bottom: none;
}

#popupModal .popup-logo {
    max-width: 200px;
}

#popupModal .popup-register-btn {
    border: 1px solid #b29255;
    background: transparent;
    color: white;
    padding: 10px 40px;
    transition: .2s ease all;
    letter-spacing: 5px;
    font-size: 12px;
    border-radius: 30px;
    transition: 0.3s;
}

#popupModal .popup-register-btn:hover {
    background: #b29255;
    transition: 0.3s;
}

#header .logo {
    width: 130px;
}

#header .link-list, #header .link-list2 {
    font-family: 'Nexa-Nexa Regular';
    color: white;
    letter-spacing: 3px;
    font-size: 14px;
    transition: 0.3s;
}

#header .selected {
    color: #b29255;
}

#header .link-list:hover {
    color: #b29255;
    text-decoration: none;
    transition: 0.3s;
}

#header .golden-line {
    background: #b29255;
    height: 2px;
}

.dropdown-toggle {
    color: white;
}

.dropdown-toggle:hover {
    color: white;
}

.dropdown-menu.show {
    top: 50px !important;
    background-color: rgba(41, 52, 70, 0.9);
    width: 250px;
}

.dropdown-item {
    letter-spacing: 2px;
    font-family: 'Nexa-Nexa Regular';
    font-size: 1.2rem;
    padding: 0.45rem 0.25rem 0;
    transition: 0.25s;
}

.dropdown-item:hover {
    background-color: initial;
    color: #b29255 !important;
    transition: 0.25s;
}

.dropdown-item .float-right {
    display: none;
}

.dropdown-item:hover .float-right{
    display: initial;
}

#location .location-div {
    background-image: url('/assets/web/images/map-bg.png');
    background-size: 100% 100%; /* Stretch the image to cover the entire element */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    position: relative;
    display: flex;
    align-items: center;
    padding: 3rem;
}

 .registration-div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#location .amenities-header {
    color: #8e9598;
    cursor: pointer;
    transition: 0.3s;
}

#location .amenities-header:hover {
    color: #b29255;
    transition: 0.3s;
}

#register input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #8e9598;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
    color: white;
}

#register input::placeholder {
    color: white;
    letter-spacing: 1.5px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 1;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid white;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #293446;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #293446;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.golden-btn {
    border: none;
    background: #b29255;
    color: white;
    padding: 10px 60px;
    transition: .2s ease all;
    letter-spacing: 5px;
    font-size: 20px;
    border-radius: 30px;
}

.golden-btn:hover {
    transition: .2s ease all;
    transform: scale(1.1);
}

.error {
    color: #ef4136;
    font-size: 12px;
}

#footer .heading {
    font-family: 'HelveticaNeueBold';
}

#footer .footer-logo {
    width: 140px;
}

/* section 2 */
.concept-content {
    background-image: url('/assets/web/images/section-2-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    background-position: right;
}

h1 {
    font-size: 2.2rem;
}

/* facilities */
img {
    width: auto;
    max-width: 100%;
}
#facilities {
    background-image: url('/assets/web/images/section-3-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position: left top;
}
#facilities p {
    color: #000;
    margin-bottom: 10px;
}

#facilities .col-md-2 {
    flex: 20%;
    max-width: 20%;
}
#facilities .col-md-2:first-child,
#facilities .col-md-2:nth-child(2) {
    flex: 18%;
    max-width: 18%;
}

#facilities .col-md-2:nth-child(4) {
    flex: 19%;
    max-width: 19%;
}

#facilities .col-md-2:last-child {
    flex: 25%;
    max-width: 25%;
}

/* Gallery */
#gallery {
    background-image: url('/assets/web/images/section-4-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position: left top;
}
.slick-dots {
    bottom: 15px !important;
}
.slick-dots li button:before {
    font-size: 0px !important;
    opacity: 0.7 !important;
    background: #fff !important;
    border-radius: 100% !important;
    width:10px !important;
    height:10px !important;
    transition: .2s ease all !important;
}
.slick-dots li.slick-active button:before{
    width: 30px !important;
    border-radius: 5px !important;
    opacity: 1 !important;
}
.slick-dots li button,
.slick-dots li{
    width:auto !important;
}

.slick-next, .slick-prev {
    bottom: 10px !important; 
    top: auto !important;
    z-index: 8 !important;
}
.slick-next {
    right: 38% !important;
}
.slick-prev {
    left: 38% !important;
}

/* Layout */
#unit-layout {
    background: #f4f2ed;
    padding: 100px;
}

#unit-layout .slick-next:before, 
#unit-layout .slick-prev:before {
    color: #b38e43;
}
#unit-layout .slick-dots li button:before {
    background: #b38e43 !important;
}
#unit-layout .slick-dots{
    bottom: -50px !important;
}
#unit-layout .slick-next,
#unit-layout .slick-prev {
    bottom: -55px !important;
}

@media (max-width: 991px) {
    #footer #footer-logo {
        width: 180px;
    }

    #facilities .col-md-2:first-child, 
    #facilities .col-md-2:nth-child(2),
    #facilities .col-md-2:nth-child(3) {
        flex: 33.33%;
        max-width: 33.33%;
        margin-bottom: 30px;
    }

    #facilities .col-md-2:nth-child(4),
    #facilities .col-md-2:nth-child(5) {
        flex: 40%;
        max-width: 40%;
    }
    #facilities  .row {
        justify-content: center;
    }

    .slick-prev {
        left: 32% !important;
    }

    .slick-next {
        right: 32% !important;
    }
}


@media (max-width: 767px) {
    .concept-content {
        padding: 50px 15px;
    }

    h1 {
       font-size: 1.5rem;
    }

    #facilities .col-md-2:first-child,
    #facilities .col-md-2:nth-child(2), 
    #facilities .col-md-2:nth-child(3),
    #facilities .col-md-2:nth-child(4),
    #facilities .col-md-2:nth-child(5) {
        flex: 50%;
        max-width: 50%;
    }

    #facilities .row {
        justify-content: flex-start;
    }

    #facilities {
        padding: 50px 15px
    }

    h1 {
        margin-bottom: 15px;;
    }

    .slick-prev {
        left: 5% !important;
    }

    .slick-next {
        right: 5% !important;
    }

    #unit-layout {
        padding: 50px 15px;
    }

    .golden-btn {
        font-size: 16px;
        padding: 10px 15px;
    }

    h2 {
       font-size: 1.2rem;
    }

    .registration-div .m-5 {
        margin: 0 !important;
    }

    .registration-div {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 50px 15px;
    }

    #register {
        height: 100% !important;
    }

    
}