
.nav-link{
    padding: 15px;
    font-size: 20px;
    text-decoration: none;
    color: #BF953F;
}


.navlist{
    list-style-type: none;
}
.pulseanimation {
    animation: pulse-cust 2s infinite;
}

@keyframes pulse-cust{
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }
    
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

:root {
    --swiper-navigation-size: 44px;
}
:root {
    --swiper-theme-color: #007aff;
}
:root {
    --green: #48b18a;
    --gray: #800000;
    --lightgreen: #2a3431;
    --gold: #cba857;
    --golden-grad: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    --golden-grad2: linear-gradient(45deg, #BF953F, #FCF6BA, #AA771C);
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #fff;
    background-color: #292416;
    font: 400 14px/1.4 "Outfit", sans-serif;
    overflow-x: hidden;
}

header {
    width: 100%;
    padding: 5px 20px;
    float: left;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 20px;
    z-index: 999;
    transition: all 300ms ease-in-out;
}

header.scrl {
    background-color: #800000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.logo {
    width: auto;
    position: relative;
    min-height: 1px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    background-color: #800000;
    padding: 0px 10px;
    margin-top: 5px;
}

@media (max-width: 1480px){
.logo img {
    image-rendering: -webkit-optimize-contrast;
    transition: all 300ms ease-in-out;
    /* width: 90px; */
    margin-right: 10px;
    /* background: #fff; */
}
}

.logo img {
    image-rendering: -webkit-optimize-contrast;
    transition: all 300ms ease-in-out;
    width: 120px;
    /* background: #fff; */
    padding: 10px;
    margin-right: 5px;
}

.headerRight {
    display: flex;
    align-items: center;
}

.headerBtns {
    display: flex;
}

.btn-gray {
    color: #fff;
    background-color: var(--golden-grad2) !important;
}

/* .btn-gray:hover {
    color: #000;
    background-color: ;
} */

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: #fff;
    min-width: 150px;
    height: 45px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    outline: none;
    z-index: 1;
}

.btn::before, .btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    z-index: -1;
}

.btn-gray::after {
    background-color: #fff;
}
.btn::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-color: #fff;
}

.btn::before, .btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    z-index: -1;
}

.btn-gold {
    color: #000;
    background: var(--golden-grad2);
}



.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: #fff;
    min-width: 150px;
    height: 45px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    outline: none;
    z-index: 1;
}
.btn {
    display: inline-block;
    font-weight: bolder;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-white {
    color: var(--gray);
    background-color: #fff;
}

.btn-gold:before {
    background-color: rgba(0, 0, 0, 0.25);
}

.headerBtns .btn.btn-gold::after {
    background-color: var(--gray);
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #800000;
    z-index: 1;
}

.banner .carousel-inner, .banner .carousel-inner .carousel-item {
    position: relative;
    height: 100%;
}


.banner .carousel-inner .carousel-item {
    padding: 0 5vw;
    background: var(--gray) center no-repeat;
    background-size: cover;
    transition-duration: 0s;
    position: relative;
    z-index: 1;
}
.banner .carousel-inner, .banner .carousel-inner .carousel-item {
    position: relative;
    height: 100%;
}

.banner .carousel-inner .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.scrollDown {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    padding-left: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    z-index: 9;
}

.scrollDown span {
    font-size: 13px;
    display: inline-block;
}

.scrollDown img {
    position: absolute;
    left: 0;
    transform-origin: center center;
    font-size: 18px;
    z-index: 2;
    animation: updown 1.2s linear infinite;
}

.slider-content {
    position: absolute;
    left: 40px;
    top: 40%;
    z-index: 9;
    width: 40%;
}

.slider-content h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2.5vw;
}

.slider-content .location {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 22px;
    margin: 10px 0 20px;
}

.slider-content h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.9vw;
    /*letter-spacing: 4px;*/
    margin-bottom: 0;
    padding: 5px 15px 6px 10px;
    color: #000;
    background: var(--golden-grad);
    display: inline-block;
}

h5 {
    font-weight: 200;
    font-size: 1.5vw;
}

.readmore {
    width: 100%;
    display: flex;
    margin-top: 3rem;
}

.btn.btn-white::after {
    background-color: #1c1c22;
}

.btn::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-color: #fff;
}

.fixed-form {
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: 470px;
    padding: 10px 20px 20px;
    background: #8000006e;
    box-shadow: 4px 4px 0 0 rgb(189 149 65 / 70%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1000;
    transition: all 300ms ease-in-out;
    z-index: 1;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.form-group .form-control {
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #000;
    outline: none;
}

.fixed-form .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.fixed-form .formFooter button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    transition: all 300ms ease-in-out;
    outline: none;
}

.inp-box {
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
}

.inp-txt {
    margin-left: 7px;
    font-size: 12px;
    color: #fff;
}

.position-relative {
    z-index: 1;
}

.py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.bg-frwd-slash::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(75 75 75 / 10%);
    clip-path: polygon(100% 0, 100% 100%, 75% 50%);
    z-index: -1;
}

.overview-text-container .inner-box {
    width: 100%;
}

.heading {
    display: table;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.heading h2 {
    font-weight: 300;
    font-size: 3vw;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--gold);
    background: var(--golden-grad);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.overview-text-container h5 {
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
}

.heading h5 {
    font-weight: 200;
    font-size:1.4vw;
    text-transform: uppercase;
    margin-bottom: 0;
}

.readmore {
    width: 100%;
    display: flex;
    margin-top: 3rem;
}

.props.prop-tl {
    width: 20%;
    top: 0%;
    left: -2%;
    opacity: 0.1;
}

.props {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.bright100 {
    -ms-filter: brightness(50);
    filter: brightness(50);
}

.bg-lightgreen {
    background-color: var(--lightgreen) !important;
}

.py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.heading {
    display: table;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.heading h2 {
    font-weight: 300;
    font-size: 3vw;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--gold);
    background: var(--golden-grad);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.layoutSlider, .laybox {
    width: 100%;
    position: relative;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.layoutSlider, .laybox {
    width: 100%;
    position: relative;
}

.layimg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--lightgreen);
}

.laydets {
    width: 100%;
    display: table;
    margin-top: 0px;
    margin-left: 10px;
    position: relative;
    z-index: 9;
    color: var(--gold);
}

.laysize {
    width: calc(100% - 20px);
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: rgb(0 0 0 / 13%);
    height: 100%;
}

.laysize ul {
    flex: 0 0 79%;
    max-width: 92%;
    display: flex;
    width: 100%;
}

.laysize ul li {
    flex-grow: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    width: 20%;
}

.laysize ul li strong {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--gold);
    font-size: 80%;
    letter-spacing: 1px;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.layoutSlider, .laybox {
    width: 100%;
    position: relative;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.position-relative {
    z-index: 1;
}

.row.flex-row-reverse .overview-text-container .inner-box {
    margin-right: 0;
    margin-left: auto;
}
.overview-text-container .inner-box {
    width: 100%;
}

.img-wrap {
    position: relative;
    z-index: 1;
}

.props.prop-br {
    width: 60%;
    bottom: 0%;
    right: 0;
    background-color: #1f2624;
    opacity: 0.3;
}

.props {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.props.prop-br img {
    mix-blend-mode: screen;
    opacity: 0.1;
}

.amenities-wrapper {
    
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.amenities-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 92%);
    backdrop-filter: grayscale(1);
    z-index: -1;
}

.amenities-text-container {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.amenities-text-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.amenities-text-container ul li {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 20px;
    backdrop-filter: brightness(1.3) blur(2px);
}

.amenities-text-container ul li span {
    display: block;
    text-transform: uppercase;
}

.bg-frwd-slash::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(75 75 75 / 10%);
    clip-path: polygon(100% 0, 100% 100%, 75% 50%);
    z-index: -1;
}

.location-advantages {
    height: 100%;
}

.loct-point li {
    font-size: 16px;
    line-height: 28px;
}

.my_15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.contact-wrapper.bg-frwd-slash::before {
    background-color: rgb(0 0 0 / 10%);
}

.bg-frwd-slash::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(75 75 75 / 10%);
    clip-path: polygon(100% 0, 100% 100%, 75% 50%);
    z-index: -1;
}

.form-group {
    margin-bottom: 10px;
    border: 1px solid #00000047;
}

.inp-box {
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
}

.inp-txt {
    margin-left: 7px;
    font-size: 12px;
    color: #fff;
}

.footer-area {
    background: #800000;
    color: #fff;
    position: relative;
    z-index: 1;
}

.disclaimer {
    padding-right: 5%;
}

.disclaimer p {
    margin-bottom: 7px;
    color: #ababab;
}

#more {
    display: none;
}

.disclaimer p a {
    color: #fff;
}

.button-top {
    background: rgba(29, 29, 29, 0.32);
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: -20px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    pointer-events: none;
    transition: all 500ms ease;
    z-index: 99;
}

.button-top.scrl {
    bottom: 60px;
    opacity: 1;
    pointer-events: auto;
}

.mobile-section {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.mobile-section .btn:not(:last-child) {
    border-right: 1px solid #333;
}

.mobile-section .btn {
    flex-grow: 1;
    font-size: 12px;
    letter-spacing: 0.3px;
    position: relative;
}
.btn-gold {
    color: #000;
    background: var(--golden-grad2);
}

.mobile-section .btn:not(:last-child) {
    border-right: 1px solid #333;
}

.modal-content {
    border: none;
    border-radius: 0;
    background: none;
}

.modal-header {
    background: none;
    color: var(--darkblue);
    border-bottom: none;
    border-radius: 0;
    padding: 0;
}

.modal-header .modal-title {
    font-weight: 200;
    font-size: 24px;
}

.modal-header .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    text-shadow: none;
    padding: 0;
    margin-right: 0;
    font-weight: 100;
    font-size: 24px;
    opacity: 1;
    color: #fff;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #800000;
    transition: all 300ms ease-in-out;
    outline: none;
    text-decoration: none;
}

.bg-gray {
    background-color: #fff !important;
}

body {
    color: #fff;
    background-color: #292416;
    font: 400 14px/1.4 "Outfit", sans-serif;
    overflow-x: hidden;
}

.mt-2 {
 
    color: black;
}



@keyframes updown{
    0% {
        transform: translateX(-10px);
    }
    
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-10px);
    }
}


.btn::before, .btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0.25); */
    transition: all 0.3s;
    /* transition: all 0.3s; */
    transform: translate(0, -100%);
    /* transform: translate(0, -100%); */
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    /* transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); */
    z-index: -1;
}


@media (max-width: 425px){
body {
    font-size: 12px;
}
.desktop-1{
    display: none;
}
}

@media (max-width: 425px){
header {
    padding: 5px;
}
}

@media (max-width: 425px){
.logo {
    width: auto;
    
}
}

@media (max-width: 425px){
.logo img {
    width: 40% !important;
}
}

@media (max-width: 1024px){
.logo img {
    width: 160px;
    background: #800000;
}
}



@media (max-width: 425px){
.headerBtns {
    flex-wrap: wrap;
    width: 110px;
}
}


@media (max-width: 425px){
.headerBtns a:first-child {
    width: 100%;
}
}

@media (max-width: 425px){
.btn {
    min-width: 110px;
    height: 32px;
    font-size: 13px;
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
}
}

@media (max-width: 425px){
.banner {
    height: 450px;
}
}


@media (max-width: 768px){
.banner {
    height: 600px;
}
.desktop-1{
    display: none;
}
}

@media (max-width: 425px){
.scrollDown {
    display: none;
}
}


@media (max-width: 425px){
.slider-content {
    right: 40px;
    text-align: center;
    width: auto;
    top: 35%;
}
}

@media (max-width: 425px){
.slider-content h1 {
    font-size: 30px;
}
}

@media (max-width: 767px){
.slider-content .location {
    font-size: 16px;
    margin: 10px 0 16px;
}
}

@media (max-width: 425px){
.slider-content h5 {
    font-size: 13px;
}
}


@media (max-width: 425px){
.slider-content .readmore {
    justify-content: center;
}
}

@media (max-width: 425px){
.readmore {
    margin-top: 2rem;
}
}

@media (max-width: 768px){
.readmore {
    display: grid;
}
}


@media (max-width: 767px){
.fixed-form {
    position: unset;
    right: unset;
    width: 100%;
    bottom: unset;
    margin-top: 20px;
}
}

@media (max-width: 425px){
.overview-text-container h5, h5 {
    font-size: 16px;
}
}


@media (max-width: 768px){
.overview-text-container h5, h5 {
    font-size: 2vw;
}
}

@media (max-width: 425px){
.form-group .form-control {
    font-size: 12px;
}
}

@media (max-width: 425px){
.fixed-form .formFooter button {
    width: auto;
    min-width: 100%;
}
}

@media (max-width: 768px){
.py-8 {
    padding-bottom: 5rem;
    padding-top: 2rem;
    
}
}

@media (max-width: 768px){
.heading {
    margin-bottom: 25px;
}
}

@media (max-width: 767px){
.heading h2 {
    font-size: 24px;
}
}

@media (max-width: 767px){
.laydets {
    text-align: center;
    margin-top: -10px;
}
}

@media (max-width: 767px){
.laysize {
    flex-wrap: wrap;
}
}


@media (max-width: 425px){
.amenities-text-container ul, .laysize ul {
    flex-wrap: wrap;
}
}

@media (max-width: 767px){
.laysize ul {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
}
}



@media (max-width: 425px){
.laysize ul li {
    width: 100%;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    font-size: 14px;
}

.heading h5 {
    font-weight: 200;
    font-size: 3.5vw;
    text-transform: uppercase;
    margin-bottom: 0;
}
}

@media (max-width: 768px){
.laysize ul li {
    font-size: 16px;
}
}

@media (max-width: 768px){
.amenities-text-container {
    width: 100%;
}
}


@media (max-width: 425px){
.overview-text-container h5, h5 {
    font-size: 16px;
}
}

/* @media (max-width: 768px){
.overview-text-container h5, h5 {
    font-size: 2vw;
}
} */



@media (max-width: 425px){
.amenities-text-container ul, .laysize ul {
    flex-wrap: wrap;
}
}


@media (max-width: 767px){
.amenities-text-container ul li {
    max-width: 50%;
    flex: 0 0 50%;
}
}

@media (max-width: 767px){
.amenities-text-container ul li .img-wrap img {
    max-width: 50px;
}
}


@media (max-width: 767px){
.location-map, .disclaimer {
    padding-right: 15px;
    padding-bottom: 15px
}
.map-1{
width: 100%;
    height: 350px;
}
}


.map-1{
    width:600px ;
    height:450px;
    border: 2px solid var(--gold);
}




.clip-path{
    clip-path: polygon(0 0, 100% 0%, 100% 99%, 0% 100%);
        background: var(--golden-grad2);
    /* background: green; */
    z-index: 1000;
    height: 7vh;
    width: 70%;
    margin-left: 20%;
    margin-top: -5%;
    font-weight: bolder;
    padding: 5px ;

}

.clip-path p{
    margin-left: 10px; 
    font-size: 25px; 
    color: #000;
}


.btn-gold:hover{
    color: #000;
}




.enquire-head-text {
    /* background:#29a71a; */
    bottom: 0;
    display: none;
    float: left;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

@media screen and (max-width: 767px){
    .enquire-head-text {
            display: block;

    }
    

    .clip-path p {
        font-size: 20px;
    }
}

.enquire-head-text button {
    background:black;
    border: medium none;
    color:#FCF6BA;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    padding: 3px 0px;
    text-transform: uppercase;
    width: 50%;
height: 50px;
}


.mark-1{
    width: 100%;
    /* padding: 5px 20px; */
    float: left;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 1999;
    transition: all 300ms ease-in-out;
   
}

.mobile-10{
    display: none;
}




 

.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
  }
  @keyframes pulse {
    from { transform: scale(0.8); }
    to { transform: scale(1.2); }
  }

  .location-map{
    display: flex;
  }


  

.fa-angle-right:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    }
    .fa-angle-left:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    }
    
    
    
    /* Style the tab content (and add height:100% for full page content) */
    .tabcontent {
    color: black;
    padding: 1px 11px;
    height: 100%;
    
    }
    
    
    /* Style the tab content (and add height:100% for full page content) */
    .tabcontentgallery {
      color: black;
      display: none;
      padding: 100px 20px;
      height: 100%;
    }
        
    .overlay .tabcontent {
      min-width: 100% !important;
    }
    .overlay .slides {
      width: 77vw !important;
    }
    
    .overlay img {
      width: 100%;
    }
    
    .bookonline{
        display: flex;
        align-items: center;
      }
      .show .bookonline {
        display: none;
      }
    
        * {box-sizing: border-box}
    
    
    
    
    /* Style the tab content (and add height:100% for full page content) */
    .tabcontentvideos {
      color: black;
      display: none;
      padding: 100px 20px;
      height: 100%;
    }
    .slides {
      display: flex;
      overflow: hidden;
      width: 100%;
      scroll-behavior: smooth;
    }
    .slides-wrapper .static {
      display: flex;
      overflow: hidden;
      width: 100%;
      justify-content: center;
    }
    
    .slides-wrapper {
      position:relative;
    }
    .slides-wrapper i {
      background: #800000;
      color: #fff;
      border-radius: 50%;
      padding:10px;
      width: 40px;
      height:40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    
    @media (min-width: 576px){
.col-sm-4 {
    flex: 0 0 auto;
    width: 90%;
}
}
    