@font-face {
    font-family: 'AbhayaLibreBold ';
    src: url('../fonts/AbhayaLibre-Bold.eot');
    src: url('../fonts/AbhayaLibre-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AbhayaLibre-Bold.woff2') format('woff2'),
        url('../fonts/AbhayaLibre-Bold.woff') format('woff'),
        url('../fonts/AbhayaLibre-Bold.ttf') format('truetype'),
        url('../fonts/AbhayaLibre-Bold.svg#AbhayaLibre-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AbhayaLibreRegular';
    src: url('../fonts/AbhayaLibre-Regular.eot');
    src: url('../fonts/AbhayaLibre-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AbhayaLibre-Regular.woff2') format('woff2'),
        url('../fonts/AbhayaLibre-Regular.woff') format('woff'),
        url('../fonts/AbhayaLibre-Regular.ttf') format('truetype'),
        url('../fonts/AbhayaLibre-Regular.svg#AbhayaLibre-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Operettalight';
    src: url('../fonts/Operetta8-Light.eot');
    src: url('../fonts/Operetta8-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Operetta8-Light.woff2') format('woff2'),
        url('../fonts/Operetta8-Light.woff') format('woff'),
        url('../fonts/Operetta8-Light.ttf') format('truetype'),
        url('../fonts/Operetta8-Light.svg#Operetta8-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




html,
body {
    max-width: 100%;
    height: 100%;
    background: #000000;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-locale: auto;
    font-family: 'AbhayaLibreRegular';
    line-height: 1.2;
    color: #ffffff;
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

p {
    font-family: 'AbhayaLibreRegular';
    line-height: 1.2;
    color: #ffffff;
    font-size: 24px;
}

/* common  */
.bg-black {
    background-color: #000000;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.main-wrapper {
    width: 100%;
    height: auto;
}


.bannerSection {
    width: 100%;
    height: 100vh;
    position: relative;
}

.enquireNowFloat {
    position: fixed;
    right: 30px;
    top: 30px;
    /* transform: rotate(-90deg) translate(50%, -50%); */
    transform-origin: right;
    z-index: 9;
    display: flex;
    gap: 15px;
}

.enquireNowFloat a {
    display: inline-block;
    border-radius: 15px;
    padding: 10px 20px;
    border: 1px solid #D67A61;
    background-color: #D67A61;
    outline: inherit;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-family: 'Operettalight';
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    transform: translateX(300%);
    transition: all 0.5s ease;
}

.enquireNowFloat a:hover {
    background-color: #D67A61;
    transition: all 0.5s ease;
}

.bannerSliderInner {
    width: 100vw;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.bannerSliderInner .carousel-cell {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: #000000;
    overflow: hidden;
}

.bannerSliderInner .carousel-cell img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
}

.bannerSliderInner .flickity-page-dots {
    bottom: 20px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 999;
}

.bannerSliderInner .flickity-page-dots .dot {
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    margin: 0 6px;
}

.bannerSliderInner .flickity-page-dots .dot.is-selected {
    width: 9px;
    height: 9px;
}

.bannerCopyMain {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
}

.bannerCopy {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 120px 50px 80px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    text-align: center;
}

.logoimg {
    width: 100%;
}

.bannerCopy a {
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 15px 25px;
    gap: 10px;
    border: 1px solid #D67A61;
    margin: 50px auto 0;
    outline: inherit;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-family: 'Operettalight';
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bannerCopy a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #D67A61;
    border-radius: 30px;
    z-index: -1;
    transition: all 0.5s ease;
}

.bannerCopy a:hover::before {
    width: 100%;
    transition: all 0.5s ease;
}

.bannerCopy a:hover {
    /* background-color: rgba(214, 122, 97,0.5); */
    color: #ffffff;
    transition: all 0.5s ease;
}

.bannerCopy a img {
    filter: brightness(1);
    transition: filter 0.5s ease;
}

.bannerCopy a:hover img {
    filter: brightness(0);
    transition: filter 0.5s ease;
}

/* overviewcopy */
.overviewcopy {
    padding: 50px 0 50px 100px;
    background: url(../images/element-1.svg) no-repeat;
    background-size: auto 100%;
    background-position: left center;
}

.pretitle {
    font-size: 18px;
    font-family: 'Operettalight';
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    margin: 0;
    display: inline-block;
}

.pretitle:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #D67A61;
    border-radius: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.h2head {
    font-size: 34px;
    line-height: 1;
    font-family: 'AbhayaLibreBold ';
    margin: 0;
}

.h2headRegular {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'AbhayaLibreRegular';
    margin: 0;
}

.h2headBig {
    font-size: 62px;
    line-height: 1;
}

.color-annexe {
    color: #D67A61;
}

.h3head {
    line-height: 1;
    font-size: 34px;
    font-family: 'AbhayaLibreBold';
    font-weight: 700;
    margin: 0;
}

.btn-annexe {
    display: inline-block;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 18px 30px 18px 35px;
    border: 1px solid #D67A61;
    margin: 30px auto 0;
    outline: inherit;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-family: 'Operettalight';
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-annexe:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #D67A61;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: -1;
    transition: all 0.5s ease;
}

.btn-annexe:hover::before {
    width: 100%;
    transition: all 0.5s ease;
}

.btn-annexe:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #D67A61;
    border-radius: 100%;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(1);
    transition: filter 0.5s ease;
}

.btn-annexe:hover::after {
    filter: brightness(0);
    transition: filter 0.5s ease;
}

.brochreCopy {
    padding: 0 50px 0 0;
}

.highlitesHead {
    background: url(../images/head-element.svg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.highlitesSliderMain {
    position: relative;
}

.highlitesSlider {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 100px;
}

.highlitesSlider .carousel-cell {
    width: 85%;
    padding-right: 10%;
}

.highlitesSlider .carousel-cell .row {
    position: relative;
}

.highlitesSlider .carousel-cell .row::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 0;
}

.highlitesSlider .carousel-cell.is-selected .row::before {
    background: rgba(0, 0, 0, 0);
}

.highlitesSliderCopy {
    display: flex;
    align-items: center;
    padding: 0;
}

.highlitesSliderCopy h3 {
    padding: 150px 50px 150px 50px;
    background: url(../images/element-1.svg) no-repeat;
    background-size: auto 100%;
    background-position: left center;
    font-size: 44px;
    font-weight: 100;
}

.highlitesSlider .flickity-prev-next-button.previous,
.highlitesSlider .flickity-prev-next-button.next {
    border-radius: 0;
    left: 0;
    top: unset;
    bottom: -30px;
    right: 0;
    margin: auto;
    width: 130px;
    height: 70px;
    background-color: transparent !important;
    transform: translateX(60px);
    box-shadow: none !important
}

.highlitesSlider .flickity-prev-next-button.previous {
    transform: translateX(-100px);
}

.highlitesSlider .flickity-prev-next-button .flickity-button-icon {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #4D4D4D;
}

.highlitesSlider .flickity-prev-next-button .flickity-button-icon:hover {
    fill: #D67A61;
}

.highlitesSlider .flickity-prev-next-button.next .flickity-button-icon {
    transform: translateY(-40px);
}

.carousel-status {
    position: absolute;
    bottom: 100px;
    z-index: 9;
    right: 100px;
    font-size: 36px;
    line-height: 1;
}

.plotSection img {
    z-index: 1;
    position: relative;
    margin-top: 30px;
}

.amemitiesInner {
    background-color: #ffffff;
    padding: 200px 100px 150px;
    margin-top: -100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    z-index: 0;
    position: relative;
}

.amemitiesInner p {
    color: #000000;
    font-size: 32px;
    margin: 20px 0 50px;
}

.locationInner {
    width: 100%;
    background: #F0F0F0;
    z-index: 2;
    position: relative;
    margin-top: -100px;
    border-radius: 100px;
    padding: 100px;
}

.pBig {
    font-size: 35px;
}

.btn-contact {
    border-radius: 30px
}

.btn-contact::before {
    width: 100%;
    border-radius: 30px;
}

.btn-contact:hover::before {
    width: 0%;
}

.btn-contact:after {
    content: none;
}

.enquire-element {
    background: url(../images/head-element.svg) no-repeat;
    background-size: 50% auto;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 80px;
}

.plotSection .pretitle {
    text-transform: none;
}

.border-white-5 {
    border: 7px solid #ffffff;
    padding: 0;
    border-radius: 80px;
    overflow: hidden;
}

/* modal  */
.modal-dialog {
    max-width: 100%;
    height: 100vh;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: transparent;
    border-radius: 0px;
    height: 100%;
}

.modal-body {
    padding: 75px 35px;
}

.modal-inner-style {
    position: relative;
    background: #e1e1e1;
    padding: 30px;
    border: 15px solid #D67A61;
    border-radius: 30px;
}

.btn-close {
    position: absolute;
    right: -50px;
    top: -50px;
    opacity: 1;
    outline: inherit !important;
    box-shadow: 0px 0px 0px !important;
    color: #A5ABAF;
    font-size: 30px;
    border: 15px solid #D67A61;
    border-radius: 100%;
    line-height: 0;
    background-color: #e1e1e1;
    background-size: 20px;
}

.btn-close:hover {
    border: 15px solid #D67A61;
    border-radius: 100%;
    line-height: 0;
    background-color: #e1e1e1;
    opacity: 1;
}

#modalVideo iframe {
    height: 445px
}

#modalVideo .modal-inner-style {
    padding: 15px;
}

.form-control {
    background: transparent;
    color: #000000;
    padding: 10px 15px 10px 0;
    outline: inherit;
    font-size: 18px;
    border-radius: 0px;
    margin-bottom: 18px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    font-family: 'AbhayaLibreRegular';
    line-height: 1.2;
}

.form-control::placeholder {
    color: #000000;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #000000;
    outline: inherit;
    box-shadow: 0px 0px 0px;
}

textarea {
    resize: none;
    margin-bottom: 24px;
    border: 1px solid #000000;
}

.btn-primary {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #000000;
    outline: inherit;
    font-size: 18px;
    text-align: left;
    border-radius: 0px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 15px;
}

.btn-primary:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/download.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0px);
    transition: all 0.5s ease;
}

#modalgetintouch .btn-primary:before {
    content: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.5s ease;
    border: 1px solid #000000;
}


/* Animations  */
.splitting .word,
.splitting .char {
    display: inline-block
}

.splitting .char {
    position: relative
}

.textani1 {
    opacity: 0;
    transition: all 0.5s ease;
}

.textani1 .char {
    opacity: 0;
}

.animateImg,
.animateImg3,
.amemitiesAni {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s ease;
}

.animateImg2 {
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.5s ease;
}


@media only screen and (max-width: 1024px) {
    .highlitesSliderCopy h3 {
        padding: 80px 50px 80px 50px;
    }

    .overviewcopy {
        padding: 50px 0 50px 50px;
        background-size: 200px;
    }
}

@media only screen and (max-width: 992px) {
    .bannerSliderInner .carousel-cell img {
        width: auto;
        height: auto;
    }

    .overviewcopy {
        padding: 30px 0 30px 25px;
        background-size: 70%;
    }

    .amemitiesInner {
        padding: 200px 50px 150px;
    }

    .locationInner {
        padding: 100px 50px;
    }

    .highlitesSliderCopy h3 {
        padding: 60px 30px 60px 30px;
        font-size: 28px;
    }

    .enquireNowFloat a {
        background-color: #D67A61;
    }
}


@media only screen and (max-width: 767px) {
    .bannerCopy {
        padding: 50px 30px 60px;
    }

    .logoimg {
        width: 80%;
    }

    .bannerCopy a {
        padding: 10px 20px;
        margin: 20px auto 0;
        font-size: 16px;
    }

    .bannerSliderInner .carousel-cell img {
        width: 100%;
        height: auto;
    }

    .overviewcopy {
        background: none;
        padding: 20px 30px;
        text-align: center;
    }

    .overviewImg {
        padding: 0 20px !important;
        margin-top: 40px;
    }

    .h2head,
    .h3head {
        font-size: 21px;
    }

    .pretitle {
        font-size: 14px;
    }

    .btn-annexe {
        border-radius: 20px;
        padding: 15px 40px;
        font-size: 16px;
    }

    .ptb-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .brochreCopy {
        padding: 0 30px;
        text-align: center;
    }

    .brochure-img {
        padding: 0 20px;
    }

    .h2headBig {
        font-size: 28px;
        line-height: 1;
    }

    .highlitesHead {
        background-size: contain;
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .highlitesSliderCopy h3 {
        padding: 15px;
        font-size: 18px;
    }

    .highlitesSlider .carousel-cell {
        width: 95%;
        padding-left: 0;
    }

    .highlitesSlider .flickity-prev-next-button.previous,
    .highlitesSlider .flickity-prev-next-button.next {
        bottom: -50px;
        width: 50px;
        height: 50px;
        transform: translateX(90px);
    }

    .highlitesSlider .flickity-prev-next-button.previous {
        transform: translateX(30px);
        bottom: -32px;
    }

    .pt-100 {
        padding-top: 30px;
    }

    .plotSection {
        text-align: center;
    }

    p,
    .amemitiesInner p {
        font-size: 18px;
    }

    .h2headRegular {
        font-size: 22px;
    }

    .plotSectionCopy {
        padding: 0 30px !important;
    }

    .plotSectionCopyp p {
        padding: 0 30px !important;
    }

    .amemitiesInner {
        padding: 160px 30px 100px;
    }

    .locationInner {
        padding: 50px 30px;
        border-radius: 50px;
    }

    .pBig {
        font-size: 21px;
    }

    .enquire-element {
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .mobpad {
        padding: 0 30px;
    }

    .carousel-status {
        display: none;
    }

    .border-white-5 {
        border-radius: 50px;
    }

    .enquireNowFloat {
        top: unset;
        bottom: 0;
        transform: none;
        width: 100%;
        right: 0;
        gap:0;
    }

    .enquireNowFloat a {
        background-color: #D67A61;
        font-size: 14px;
        display: block;
        border-radius: 0;
        text-align: center;
        width:100%;
        border: 1px solid #ffffff;
    }

    .modal-inner-style {
        border: 5px solid #D67A61;
    }

    .btn-close {
        right: -30px;
        top: -30px;
        border: 5px solid #D67A61;
    }

    #modalVideo iframe {
        height: 300px
    }
    .btn-contact::before {
        border-radius: 20px;
    }
}