


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Manrope:wght@200..800&display=swap');



 :root {
    --primary-font:
  "Manrope", sans-serif;
    --secondary-font:
"Manrope", sans-serif;
    --secondary-condensed:
"Manrope", sans-serif;
    --heading-font:
"Josefin Sans", sans-serif;
    --primary-color: #ee6c10;
    --primary-color-light: #FFEDD9;
    --base-white: #FFF;
    --base-black: #000;
    --body-color: #929292;
    --h2-color: #271808;
    --h3-color: #505351;
    --light-shade-1: #f2f7f8;
    --dark-shade-1: #606060;
}


/* Reset.css */

div,
img,
a,
ul,
li,
span,
h1,
h2,
h3,
h4,
h5 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    border: 0;
    outline: none !important;
}

.clear {
    clear: both;
}

a {
    color: inherit;
    cursor: pointer !important;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ffcb46;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

button,
input[type="submit"] {
    cursor: pointer;
    outline: 0;
}

button:hover,
button:focus {
    outline: 0;
}

#wpadminbar {
    position: absolute !important;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Normal Styling */

body {
    font-size: 18px;
    color: var(--body-color);
    font-family: var(--secondary-font);
    line-height: 1.16;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    margin-bottom: 1.5rem;
  
}

h1 {
    font-family: var(--heading-font);
    font-size: 7.791em;
    color: var(--base-white);
    font-weight: 400;
    line-height: 1.866;
      text-transform: uppercase;
}

h2 {
    font-size: 1.7em;
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1.2;
    color: var(--h2-color);
    text-transform: capitalize;
    text-transform: uppercase;
    letter-spacing: -2px;
}

h2 span,
h5 span {
    color: var(--primary-color);
}

h3 {
       font-family: var(--heading-font);
    font-size: 1.33em;
    color: var(--h3-color);
    font-weight: 400;
    line-height: 1.65;
    text-transform: uppercase;
}

h4 {
    font-size: 1.5em;
    font-family: 'Muli';
    font-weight: 700;
    color: #022705;
}

h5 {
    font-size: 1em;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--h2-color);
}

h6 {
    font-size: .875em;
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--h3-color);
    letter-spacing: 4px;
    text-transform: uppercase;
}

p {
    margin-bottom: 1.5rem;
}

strong,
b {
    font-weight: 700;
}

ul,
ol {
    margin-left: 15px;
    margin-bottom: 1.5rem;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

.navbar-collapse>ul>li>a:hover,
.navbar-collapse>ul>li.current-menu-item>a,
.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li>a.active,
.navbar-collapse>ul>li:hover,
.navbar-collapse>ul>li.current_page_parent>a {
    color: #ee6c10;
}

.sub-menu li a:hover,
.sub-menu li.current-menu-item a,
.sub-menu li:hover>a,
.sub-menu li:hover,
.sub-menu li a.active {
    color: #3b3f45;
}


/*----------page-styles-----------*/

.main-frame {
    display: block;
    width: 100%;
    overflow: hidden!important;
    /* border-radius: 22px; */
    /* overflow: hidden !important; */
    /* padding: 14px; */
}

.container-fluid {
    width: 100%;
    max-width: 1642px;
    margin: 0 auto;
    padding: 0 20px;
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-header {
    opacity: 1;
    transform: translateY(-250px);
    opacity: 0;
}

.header.fixed-header {
    transform: translateY(0);
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header {
    width: 100%;
    transition: all .2s ease;
}

.header.fixed-header .header-wrapper {
    backdrop-filter: blur(30px) brightness(1.2);
    /* background: rgb(255 255 255 / 94%); */
}

.header-wrapper {
    position: absolute;
    z-index: 9999;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
}

.header .container-fluid {
    max-width: 1752px;
}

.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 22px 0;
}

.brand {
    display: none;
}

.nav-links {
    padding-top: 37px;
}

.header.fixed-header .menu-left {
    align-items: center;
}

.menu-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* background: #fff; */
    /* backdrop-filter: blur(20px); */
    margin: 0 auto;
}

.navbar-collapse>ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
}

.navbar-collapse>ul>li {
    display: block;
    list-style: none;
}

.navbar-collapse>ul>li.hide-lg {
    display: none;
}

.header.fixed-header .navbar-collapse>ul>li>a {
    color: #cba682;
    font-size: 16px;
}

.navbar-collapse>ul>li>a {
    font-family: var(--primary-font);
    font-size: 18px;
    color: var(--base-white);
    font-weight: 400;
    padding: 5px 10px;
    display: block;
    line-height: 1.25;
    text-transform: capitalize;
    white-space: nowrap;
}

.not-transparent .navbar-collapse>ul>li>a {
    color: #505351;
}

.site-logo {
    transform: translateX(-50%);
    /* padding-left: 162px; */
    position: absolute;
    left: 50%;
    top: 20px;
}

.header.fixed-header .site-logo a {
    max-width: 110px;
}

.header.fixed-header .nav-links,
.header.fixed-header .book-btn {
    padding-top: 0;
}

.header.fixed-header .menu-bar {
    padding-top: 25px;
    padding-bottom: 24px;
    align-items: center;
}

.header.fixed-header .book-btn a {
    font-size: .6em;
    min-width: 120px;
    height: 40px;
}

.site-logo a {
    display: block;
    max-width: 150px;
    transition: all .2s ease;
}

.book-btn {
    padding-top: 32px;
}

.book-btn a {
    display: inline-flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 37px;
    min-width: 118px;
    text-align: center;
    padding: 0 10px;
    background-color: var(--base-white);
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .2s ease;
}

.banner {
    width: 100%;
    padding-top: 320px;
    padding-bottom: 80px;
    aspect-ratio: 1920/1080;
    position: relative;
    z-index: 10;
    visibility: visible;
}
.HomeBanner{
    /* background-image: url(assets/images/banner-black-main.webp); */
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.5s;
    visibility: hidden;
    opacity: 0;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.HomeBanner::before {
    content: "";
    background: transparent linear-gradient(0deg, #FFEDD9 0%, #A4E5F9 92%, #32cbf5 100%) 0% 0% no-repeat;
    z-index: 1;
    height: 100%;
    top: 0%;
}



.banner h1 {
    text-align: left;
    letter-spacing: -6px !important;
    text-transform: uppercase;
    font-size: 82px;
    font-weight: 700;
    padding: 0 0 0 75px;
    max-width: 694px;
    line-height:82px;
    background: linear-gradient(270deg, #ffffff, #d5914b, #ffffff, #434343, #b1b1b1, #060606);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: grayWhiteShift 3s ease infinite;
}

@keyframes grayWhiteShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



h1.aos-init.aos-animate {}

h1.aos-init.aos-animate {}

.banner::after {
    content: "";
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: transparent linear-gradient(0deg, #ffffff 0%, #ffffff 92%, #cdd6ed1c 100%) 0% 0% no-repeat;
    /* aspect-ratio: 1920/1080; */
    transform: none;
    opacity: 1;
}

.banner h1 span {color: #ffffff;}
.banner p {color: #917368;text-align: left;padding-left: 80px;}
.section-intro {
    width: 100%;
    background: linear-grdient;
    padding-bottom: 219px;
    padding-top: 220px;
    position: relative;
}

.section-intro>div {
    position: relative;
    z-index: 10;
}

.HomeSectionIntro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 20%, #ffffff 100%) 0% 0% no-repeat;
    z-index: 5;
}

/* #IntroVideo:after {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 160px;
    background: linear-gradient(181deg, white, transparent);
    display: block;
    content: '';
} */


.section-intro .block-image {
    padding-top: 55px;
}

.section-intro .text-wrapper {
    width: 100%;
    max-width: 520px;
    margin-left: 150px;
    padding: 50px 0 0;
}

.section-intro .brand-bg {
    width: 100%;
    max-width: 710px;
    aspect-ratio: 710/301;
    opacity: 0.07;
    margin-bottom: -116px;
    margin-left: -15px;
}

.brand-bg img {
    max-width: none;
    max-height: none;
    width: 100%;
}

.HomeSectionIntro .text-wrapper h2 {
    color: #000;
    font-size: 16px;
    padding: 0 0 38px;
    margin: 0;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.HomeSectionIntro .text-wrapper h2 span {
    font-size: 72px;
    display: block;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0 0 10px;
}

.HomeSectionIntro .text-wrapper h3 {
    color: #ee6c10;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.HomeSectionIntro .text-wrapper p {
    color: rgb(0 0 0 / 75%);
    font-size: 19px;
}

.HomeSectionIntro .text-wrapper h5 {
    margin-bottom: 70px;
    margin-top: 60px;
    color: #fff
}

.section-intro .text-wrapper h5 span {
    display: block;
}

.HomeSectionIntro .text-wrapper .page-btn-primary a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    font-family: var(--secondary-condensed);
    color: rgb(0 0 0 / 75%);
    cursor: pointer;
}

.page-btn-primary a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    font-family: var(--secondary-condensed);
    color: var(--h3-color);
    cursor: pointer;
}

.page-btn-primary a i::before {
    position: absolute;
    content: '';
    height: 49px;
    width: 49px;
    border: 1px dashed var(--primary-color);
    top: -8.5px;
    left: -8.5px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.page-btn-primary a span {
    display: inline-block;
    margin-left: 5px;
    color: var(--primary-color);
}

.page-btn-primary a:hover i {
    background-color: var(--primary-color);
}

.page-btn-primary a:hover i svg {
    fill: var(--base-white);
}

.page-btn-primary a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 38px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: var(--base-white);
    position: relative;
    transition: all .3s ease-in;
}

.page-btn-primary a i svg {
    fill: var(--primary-color);
}

.section-musical {
    width: 100%;
    aspect-ratio: 1920/1080;
    padding-top: 198px;
    padding-bottom: 60px;
    background-color: var(--primary-color);
    color: var(--base-white);
    position: relative;
    z-index: 2;
}

.section-musical::before {
    content: "";
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0px;
    height: 100%;
    opacity: .9;
    width: 100%;
    background-color: rgb(0 0 0 / 86%);
}

.section-musical .text-wrapper {
    width: 100%;
    max-width: 271px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.section-musical h5 {
    margin-bottom: 46px;
    color: var(--primary-color);
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

.section-musical h2 {
    color: var(--base-white);
    margin-bottom: 30px;
}

.section-musical h2 span {
    color: #ee6c10;
    display: block;
}

.section-musical h2+ul {
    display: block;
    margin: 0;
    padding: 0;
}

.section-musical h2+ul>li {
    display: block;
    list-style: none;
    font-family: var(--secondary-condensed);
    font-size: 2.875em;
    letter-spacing: 4.46px;
    text-transform: uppercase;
    line-height: 1.06;
}

.section-booking {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 200px;
    background: #f2f7fa;
    position: relative;
    z-index: 2;
}

.section-booking .block-image {
    margin-top: -55%;
    margin-left: -10px;
}

.section-booking .text-wrapper {
    width: 100%;
    max-width: 450px;
}

.section-booking .page-btn-primary a:hover i {
    background-color: var(--primary-color);
}

.section-booking .page-btn-primary a i {
    background-color: var(--primary-color-light);
}

.section-beach {
    width: 100%;
    /* border-top: 90px solid var(--light-shade-1); */
    background-color: var(--h2-color);
    color: var(--base-white);
    position: relative;
}

.section-beach::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.95;
    z-index: 0;
    left: 0px;
    background-color: var(--h2-color);
}

.section-beach .container-fluid {
    max-width: 1750px;
    position: relative;
    z-index: 1;
    width: 95%;
}

.section-beach .text-wrapper-left .block-image {
    margin-bottom: 90px;
}

.section-beach .text-wrapper-right .block-image {
    padding-top: 420px;
    margin-bottom: 73px;
    width: 100%;
}

.section-beach .text-wrapper-right .block-image img {
    width: 100%;
}

.section-beach .text-wrapper-right .page-btn-primary {
    text-align: center;
}

.section-beach h2 {
    color: var(--base-white);
    max-width: 300px;
}

.page-btn-primary.invert-btn a {
    color: var(--base-white);
}

.page-btn-primary.invert-btn a:hover i {
    background-color: var(--primary-color);
}

.page-btn-primary.invert-btn a i {
    background-color: rgba(255, 255, 255, 0.16);
}

.section-beach .tagline-list ul {
    margin-bottom: 330px;
}

.section-beach .text-wrapper-center {
    padding-top: 240px;
    padding-bottom: 196px;
    max-width: 400px;
    margin: auto;
}

.section-beach .text-wrapper-center .block-image {
    margin-bottom: 36px;
}

.section-box {
    width: 100%;
    background-color: var(--light-shade-1);
    padding-top: 141px;
    padding-bottom: 230px;
    position: relative;
}

.section-box .block-image-circle {
    margin: 0 auto;
    background-color: var(--base-white);
    width: 598px;
    height: 598px;
    border-radius: 600px;
    overflow: hidden;
    border: 28px solid var(--base-white);
    /* box-shadow: 0px 3px 99px rgba(249, 133, 9, 0.11); */
    position: relative;
    z-index: 10;
    transform-origin: center;
}

.block-image-circle img {
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.animated-text {
    font-size: 9.25em;
    color: rgba(15, 34, 21, 0.03);
    font-family: var(--secondary-condensed);
    letter-spacing: -3.6px;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    top: 43%;
    left: 0;
    transform: translate(100px, -50%);
    width: 3200px;
}

[data-aos=TextScroll] {
    transform: translate(100px, -50%);
    transition: all .3s;
}

[data-aos=TextScroll].aos-animate {
    animation: scrolling-text 10s linear infinite alternate;
}

@keyframes scrolling-text {
    0% {
        left: 0%;
    }
    100% {
        left: calc(-2100px - 50%);
    }
}

.animated-text svg {
    height: 256px;
    vertical-align: middle;
    width: 3200px;
}

.animated-text svg text {
    /* stroke: var(--primary-color); */
    stroke-width: 1;
    animation: textAnimate 2s infinite alternate;
    font-family: var(--secondary-condensed);
    line-height: 414px;
    z-index: 99999;
}

@keyframes textAnimate {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset: 20%;
        fill: var(--primary-color-light);
    }
    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffstet: -20%;
        fill: rgba(15, 34, 21, 0.03)
    }
}

.flight-anim {
    position: absolute;
    top: 65px;
    left: 51%;
    transform: translateX(-50%);
}

.section-explore {
    width: 100%;
    background-color: var(--light-shade-1);
    padding-bottom: 235px;
    position: relative;
}
.section-product {
    background-color: #fff
}

.section-explore .container-fluid {
    max-width: 1642px;
}

.section-explore .row {
    margin-left: 0;
    margin-right: 0;
}

.section-explore .row [class*=col-] {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 5;
}

.section-explore h2 span {
    display: block;
}

.tagline-list ul {
    display: block;
    margin-left: 0;
}

.tagline-list ul li {
    display: block;
    list-style: none;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 28px;
    color: #ffffff;
    padding: 0 0 9px;
}
.tagline-list ul li p{
    font-size: 16px;
}
.section-explore .text-wrapper {
    max-width: 520px;
    width: 100%;
}

.section-explore .tagline-list li {
    color: var(--h2-color);
}

.section-explore .animated-rectangle {
    position: absolute;
    top: 31%;
    left: 50%;
    width: 478px;
    background: transparent linear-gradient(180deg, #ee6c1017 0%, #F2F7FB 100%) 0% 0% no-repeat;
    height: 1085px;
    transform: translateX(-50%);
    z-index: 1;
}

.section-explore .page-btn-primary a i {
    background-color: var(--primary-color-light);
}

.section-explore .page-btn-primary a:hover i {
    background-color: var(--primary-color);
}

.gap-lg {
    height: 170px;
}

.section-explore .text-wrapper {
    padding-top: 61px;
    margin-left: 153px;
}

.flex-center {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.section-vibes {
    width: 100%;
    background-color: var(--primary-color-light);
}

.section-vibes .container-fluid {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.section-vibes h2 span {
    display: block;
}

.section-vibes .text-wrapper {
    padding-top: 142px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 131px;
    color: var(--dark-shade-1);
}

.section-vibes .text-wrapper p {
    margin-bottom: 80px;
}

.section-vibes .tagline-list ul li {
    color: var(--h3-color);
}

.section-moments {
    width: 100%;
    padding-top: 171px;
    padding-bottom: 310px;
    background-color: var(--light-shade-1);
}

.section-moments .text-wrapper {
    text-align: center;
    width: 100%;
    max-width: 589px;
    margin: 0 auto 120px;
}

.section-moments h6 {
    margin-bottom: 49px;
    text-align: center;
    font-size: 1em;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    margin-bottom: 49px;
    line-height: 1.66;
    color: #1B1D21;
}

.section-moments .block-image {
    margin-bottom: 61px;
}

.section-moments h3 {
    color: var(--h2-color);
    margin-bottom: 60px;
}

.section-gallery {
    width: 100%;
    margin-top: 150px;
    padding-bottom: 178px;
    position: relative;
}

.section-gallery .page-btn-primary {
    position: absolute;
    right: 10%;
    top: 8%;
}

.section-gallery .container-fluid {
    max-width: none;
    padding-right: 0;
    padding-left: calc((100vw - 1200px) / 2);
}

.top-overlay-images ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 64px;
    margin-left: 0;
    margin-bottom: 55px;
    margin-right: 130px;
}

.top-overlay-images ul li {
    display: block;
    list-style: none;
}

.section-gallery .section-head {
    margin-bottom: 94px;
}

.vertical-text {
    position: absolute;
    left: -11px;
    bottom: 465px;
    transform: rotate(-90deg);
    font-size: 14px;
    letter-spacing: 9px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #000000;
    opacity: .42;
    background: #f2f7fb;
    text-transform: uppercase;
}

.gallery-slider li {
    display: block;
    list-style: none;
    aspect-ratio: 1/1;
}

.gallery-slider {
    margin: 0;
}

.gallery-slider li span {
    display: block;
    aspect-ratio: 3/4;
}

.gallery-slider li span img {
    display: block;
   width:100%;
height:100%;
    object-fit:cover;
    object-position: top;
}

span {}

.section-gallery .slick-initialized .slick-slide {
    margin: 0 35px;
}

.section-gallery .slick-initialized .slick-list.draggable {
    margin-right: -35px;
    margin-left: -35px;
}

.section-packages {
    background-color: #eef7f9;
    padding-top: 175px;
    padding-bottom: 160px;
}

.section-packages .container-fluid {
    max-width: 1368px;
}

.section-packages .section-head {
    margin-bottom: 0;
    text-align: center;
}

.section-packages .section-head h6 {
    color: #1B1D21;
    margin-bottom: 11px;
}

.section-packages .section-head h2 {
    color: #2C3A30;
    font-size: 3.5833em;
}

.package-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 52px;
    margin-bottom: 147px;
}

.card-package {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.card-package .card-image {
    display: block;
    flex-shrink: 0;
    width: 539px;
}

.card-package .card-info {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat;
    width: calc(100% - 539px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 378px;
}

.card-package .text-wrapper {
    padding-left: 120px;
    padding-top: 64px;
    padding-bottom: 83px;
    padding-right: 40px;
    flex: 0 1 563px;
}

.card-package h4 {
    font-size: 1.29em;
    font-weight: 700;
    color: var(--base-black);
    text-transform: uppercase;
    line-height: 1.06;
    margin-bottom: 23px;
    font-family: var(--secondary-font);
    transition: all .2s ease;
}

.card-package h4 span {
    display: block;
    font-size: .875em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 1.428;
    text-transform: none;
}

.card-package ul {
    margin-left: 0;
    display: block;
    margin-bottom: 25px;
}

.card-package ul li {
    list-style: none;
    display: block;
    color: #929292;
    font-size: 18px;
    line-height: 1.260;
    position: relative;
    padding-left: 34px;
}

.card-package ul li:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 6px;
    width: 10px;
    color: var(--primary-color);
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
}

.card-package ul li:after {
    position: absolute;
    content: "";
    font-size: 14px;
    left: 0px;
    top: 2px;
    height: 20px;
    width: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 16px;
}

.package-price {
    font-size: .875em;
    color: #0F2215;
    font-weight: 400;
    line-height: 1.47;
}

.price-label {
    font-size: 1.291em;
    font-weight: 700;
    line-height: 1;
}

.TermsLink {
    font-size: 12px;
    color: #999;
    position: relative;
    top: -20px;
}

.package-btn a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
    gap: 20px;
    text-transform: uppercase;
    font-size: 1em;
}

.package-btn a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: var(--primary-color-light);
    position: relative;
    transition: all .3s ease-in;
}

.package-btn a:hover i {
    background-color: var(--primary-color);
}

.package-btn a i::before {
    position: absolute;
    content: '';
    height: 49px;
    width: 49px;
    border: 1px dashed var(--primary-color);
    top: -8.5px;
    left: -8.5px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}

.package-btn a i svg {
    fill: var(--primary-color);
}

.package-btn a:hover i svg {
    fill: var(--base-white);
}

.card-btn {
    border-left: 1px solid #E2E2E2;
    padding-left: 47px;
    min-height: 284px;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.card-package:hover h4 {
    color: var(--primary-color);
}

.section-address {
    width: 100%;
    padding-top: 148px;
    padding-bottom: 88px;
    text-align: center;
    color: var(--base-white);
}

.section-address .brand-logo {
    margin-bottom: 452px;
}

.section-address .text-wrapper {
    max-width: 410px;
    margin: 0 auto 30px;
    font-family: var(--primary-font);
    font-weight: 400;
}

.section-address h2 {
    color: var(--base-white);
    font-size: 2.416em;
    line-height: 1.258;
    margin-bottom: 38px;
}

.section-address h4 {
    color: var(--base-white);
    text-transform: uppercase;
    letter-spacing: 4.8px;
    line-height: 1.666;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1em;
}

.footer {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 15px;
    background-color: #F2F7FB;
}

.footer .container-fluid {
    max-width: 1280px;
}

.footer-widgets-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.footer-widgets-container .widget {
    width: calc(100% / 3);
}

.footer .widget-left {
    padding-top: 57px;
}

.footer .widget-right {
    padding-top: 111px;
}

.footer .widget-left ul {
    margin: 0;
}

.footer .widget-left ul:first-child {
    margin-bottom: 72px;
}

.footer .widget-left ul li {
    display: block;
    list-style: none;
    color: #0F2215;
}

.menu-contact li:last-child {
    margin-top: 19px;
    font-size: 1.25em;
}

.menu-contact ul li:last-child svg {
    fill: var(--primary-color);
    /* padding-left: 10px; */
    margin-left: 10px;
}

.footer .widget-left p {
    margin: 0;
    color: #211919;
    font-size: 1.25em;
    line-height: 1.1;
}

.footer .widget-left h5 {
    color: #211919;
    font-size: 1.25em;
    line-height: 1.1;
    margin-bottom: 52px;
}

.social-media-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
    margin: 0;
}

.social-media-menu ul li {
    list-style: none;
    display: block;
}

.social-media-menu ul li a {
    display: block;
}

.social-media-menu ul li a svg {
    fill: #505351;
    transition: all .25s ease-in;
}

.social-media-menu ul li a:hover svg {
    fill: var(--primary-color);
}

.footer-menu {
    display: flex;
    justify-content: center;
    padding-bottom: 26px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 20px;
}

.footer-menu ul li {
    display: block;
    list-style: none;
}

.footer-menu ul li a {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8333em;
    color: #787878;
}

.footer a:hover {
    color: var(--primary-color);
}

.footer-bar {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.copyright {
    color: #C2B19E;
}

.footer-bar>div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.footer-bar span {
    display: block;
}

.footer-bar span svg {
    transform: translateY(-3px);
}

.aura-logo i {
    display: inline-block;
    font-size: .75em;
    color: #989898;
    font-style: normal;
    margin-right: 10px;
}

.section-intro .text-wrapper-left {
    width: 100%;
    max-width: 450px;
}

.section-intro .text-wrapper-left h3 {
    line-height: 1.125;
}

.section-intro .text-wrapper-left h3 span {
    color: var(--primary-color);
}

.section-intro .gap-md {
    height: 68px;
}

.section-intro .block-image-right {
    margin-left: 60px;
}

.section-contact {
    width: 100%;
    background-color: #ffffff;
    padding-top: 155px;
    padding-bottom: 0;
}

.contact-info {
    background-color: #0f2215;
    padding: 108px 151px 310px;
    position: relative;
    background-position: top!important;
}

.contact-info::before {
    content: "";
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0px;
    height: 100%;
    opacity: .9;
    width: 100%;
    background-color: #000000;
}

.contact-info .container-left h5 {
    font-family: var(--primary-font);
    font-size: 1em;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.16;
    margin-bottom: 32px;
}

.contact-info .container-left h2 {
    color: #FFF;
    line-height: .95;
    margin-bottom: 164px;
}

.contact-info .container-left h2 span {
    display: block;
}

.btn-location a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    color: #FFF;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: capitalize;
    gap: 19px;
}

.btn-location {
    color: var(--primary-color);
}

.contact-info .phone-mail ul {
    display: block;
    margin-left: 0;
    padding: 0;
}

.contact-info .phone-mail ul li {
    color: #FFF;
    list-style: none;
    font-size: 1em;
    line-height: 1.125;
}

.phone-mail ul li a {
    color: #FFF;
}

.phone-mail ul li:last-child a {
    color: var(--primary-color);
}

.know-more h5 {
    color: #FFF;
    line-height: 1.1;
    font-size: 1.125em;
    margin-bottom: 52px;
}

.contact-info .social-media-menu ul li a svg {
    fill: #FFF;
}

.location-map {
    margin-top: -249px;
}

.container-contact-form {
    padding-top: 69px;
}

.container-contact-form h3 {
    color: var(--primary-color);
    margin-bottom: 14px;
    line-height: 1.65;
}

.container-contact-form p {
    font-family: var(--primary-font);
    letter-spacing: 5.6px;
    font-size: .583em;
    line-height: 1.714;
    text-transform: uppercase;
    font-weight: 400;
    color: #0F2215;
    margin-bottom: 60px;
}

.container-contact-form ::placeholder {
    opacity: 1;
}

.container-contact-form label {
    display: block;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #989898;
    font-size: .75em;
}

.container-contact-form .input-container input {
    width: 100%;
    display: block;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #989898;
    font-size: .75em;
    opacity: 1;
    border: 0;
    border-bottom: 1px solid #0F2215;
    outline: none;
    padding: 9.5px 0;
    background-color: transparent;
    margin-bottom: 27px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-image: none;
    transition: all .3s;
}

.container-contact-form textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FFF;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #989898;
    font-size: .75em;
    opacity: 1;
    height: 116px;
    margin-bottom: 60px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-image: none;
    transition: all .3s;
}

.container-contact-form textarea:focus {
    outline: none;
}

.container-contact-form input:focus {
    outline: none;
    transition: all .3s;
    border-bottom: 1px solid var(--primary-color);
}

.container-contact-form input[type="submit"] {
    display: block;
    width: 100%;
    height: 63px;
    background-color: var(--primary-color);
    color: #FFF;
    border: 0;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 18px;
    font-size: .75em;
    font-weight: 600;
    font-family: var(--primary-font);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-image: none;
}

.container-location-form {
    padding-left: 151px;
    padding-right: 100px;
    z-index: 99;
    position: relative;
}

.section-contact .row {
    margin-left: -40px;
    margin-right: -40px;
    position: relative;
    z-index: 2;
}

.section-contact .row [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

.template-contact .footer,
.template-packages .footer {
    background-color: #FFF;
}

.template-packages .section-packages {
    padding-top: 206px;
}

.template-packages .section-packages h1 {
    margin-bottom: 100px;
    text-align: center;
    color: #dc5a27;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.template-packages .package-row {
    margin-bottom: 11px;
}

.banner-sm {
    padding-top: 266px;
    background-color: #F2F7FB;
    padding-bottom: 5px;
    position: relative;
}

.banner-sm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1028px;
    aspect-ratio: 1/1;
    border: 1px solid #D9CCCC;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 1100px;
    transform: translate(-50%, -74px);
    z-index: 1;
}

.banner-sm h1 {
    text-align: center;
    color: #E6F4F8;
    position: relative;
    z-index: 5;
    margin-bottom: 39px;
}

.banner-sm h1 span {
    color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFEDD9;
}

body:not(.home) .footer {
    background-color: #FFF;
}

.section-about-2 {
    background-color: #F2F7FB;
    padding-bottom: 110px;
    border-bottom: 1px solid #e9e9e9;
}

.section-about-2 .row {
    margin-left: -40px;
    margin-right: -40px;
}

.section-about-2 .row [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

.section-about-2 .container-middle {
    position: relative;
    z-index: 10;
    text-align: center;
}

.section-about-2 .container-middle h6 {
    font-family: var(--secondary-font);
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 97px;
    letter-spacing: 0;
    font-family: var(--secondary-condensed);
}

.section-about-2 .container-middle h6 span {
    color: var(--primary-color);
    display: block;
}

.section-about-2 .container-left {
    color: #505351;
    font-size: .8333em;
    max-width: 256px;
    padding-top: 305px;
}

.section-about-2 .container-left h3 {
    color: var(--primary-color);
    margin-bottom: 12px;
    line-height: 1.2;
}

.section-about-2 .container-left h6 {
    font-family: var(--secondary-condensed);
    color: #505351;
    font-size: .8333em;
    letter-spacing: 0;
    margin-bottom: 26px;
    line-height: 1;
}

.section-about-2 .container-left .block-image {
    margin-bottom: 44px;
}

.section-about-2 .container-right {
    color: #505351;
    font-size: .8333em;
    padding-top: 0px;
}

.section-about-2 .container-right .block-image {
    margin-bottom: 33px;
}

.section-about-2 .container-right h6 {
    font-size: 1em;
    letter-spacing: 0;
    font-family: var(--secondary-font);
    color: #505351;
    line-height: 1.125;
    margin-bottom: 60px;
}

.section-about-2 .container-right h6 span {
    color: var(--primary-color);
}

.template-about-us .section-gallery {
    margin-top: 0;
    background-color: #F2F7FB;
    padding-top: 110px;
}


/*------------media-queries---------*/

@media(max-width:1730px) {
    .section-beach .text-wrapper-left {
        padding-left: 20px;
    }
}

@media(max-width:1610px) {
    h1 {
        font-size: 5.5em;
    }
    .section-intro {
        padding-top: 60px;
    }
    .section-booking .block-image {
        margin-top: -390px;
        margin-left: -30px;
    }
    .section-intro .text-wrapper {
        margin-left: 60px;
    }
    .section-explore .animated-rectangle {
        height: 836px;
        top: 155px;
    }
    .section-intro::after {
        top: 0%;
    }
    .vertical-text {
        left: -210px;
        padding-bottom: 15px;
    }
    .banner-sm::before {
        width: 740px;
        top: 0;
        transform: translate(-50%, -30px);
    }
    .section-about-2 {
        margin-top: -40px;
    }
    .section-about-2 .container-middle h6 {
        margin-bottom: 50px;
    }
    .section-about-2 .container-left {
        padding-top: 220px;
    }
    .section-about-2 .container-right {
        padding-top: 180px;
    }
}

@media(max-width:1400px) {
    .site-logo a {
        max-width: 190px;
    }
    .banner {
        padding-top: 270px;
    }
    .section-intro {
        padding-bottom: 120px;
    }
    .section-intro .text-wrapper h5 {
        margin-bottom: 80px;
        margin-top: 40px;
    }
    .section-musical {
        padding-top: 100px;
        position: relative;
    }
    .section-booking {
        padding-bottom: 120px;
    }
    .section-beach .text-wrapper-right .block-image {
        padding-top: 140px;
    }
    .section-beach .tagline-list ul {
        margin-bottom: 130px;
    }
    .section-beach .text-wrapper-center {
        padding-bottom: 80px;
        max-width: 350px;
        padding-top: 169px;
    }
    .section-box {
        padding-top: 200px;
        padding-bottom: 180px;
    }
    .section-explore .text-wrapper {
        margin-left: 80px;
    }
    .section-explore {
        padding-bottom: 160px;
    }
    .section-vibes .text-wrapper {
        padding-left: 60px;
        padding-right: 80px;
    }
    .section-moments {
        padding-top: 100px;
    }
    .top-overlay-images ul {
        margin-right: 40px;
    }
    .section-gallery {
        padding-bottom: 120px;
    }
    .section-gallery .section-head,
    .section-packages .section-head {
        margin-bottom: 80px;
    }
    .card-package .text-wrapper {
        padding-left: 60px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
    .card-btn {
        padding-left: 50px;
        padding-right: 20px;
    }
    .section-packages {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section-address {
        padding-top: 100px;
    }
    .section-address .brand-logo {
        margin-bottom: 160px;
        padding-bottom: 60px;
    }
    .section-address h2 {
        margin-bottom: 25px;
    }
    .footer {
        padding-top: 120px;
    }
    .footer-bar {
        padding-bottom: 20px;
        padding-top: 7px;
        padding-bottom: 76px;
    }
    .vertical-text {
        left: -260px;
        bottom: 410px;
    }
    .template-packages .section-packages {
        padding-top: 160px;
    }
    .template-packages .section-packages h1 {
        margin-bottom: 90px;
    }
}

@media(max-width:1200px) {
    .navbar-collapse>ul {
        gap: 10px;
    }
    .nav-links {
        padding-top: 20px;
    }
    .book-btn {
        padding-top: 20px;
    }
    h1 {
        font-size: 4.5em;
    }
    .section-intro::after {
        top: 18%;
    }
    .section-booking .block-image {
        margin-top: -280px;
    }
    .section-gallery .slick-initialized .slick-slide {
        margin: 0 10px;
    }
    .section-gallery .slick-initialized .slick-list.draggable {
        margin-right: -10px;
        margin-left: -10px;
    }
    .card-package .card-image {
        width: 40%;
    }
    .card-package .card-info {
        width: 60%;
    }
    .card-btn {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 160px;
        text-align: center;
    }
    .card-package .text-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .package-row {
        margin-bottom: 80px;
    }
    .package-row {
        gap: 60px;
    }
    .footer .widget-left {
        padding-right: 20px;
    }
    .footer {
        padding-top: 90px;
    }
    .footer .widget-left h5,
    .footer .widget-left p {
        font-size: .9em;
    }
    .social-media-menu ul li a svg {
        height: 18px;
    }
    .social-media-menu ul {
        gap: 15px;
    }
    .copyright {
        font-size: .65em;
    }
    .vertical-text {
        display: none;
    }
    .section-gallery .container-fluid {
        padding-left: 20px;
    }
    .section-explore .text-wrapper {
        margin-left: 40px;
        width: auto;
    }
    .banner-sm::before {
        width: 630px;
    }
    .banner-sm {
        padding-top: 180px;
    }
    .section-about-2 {
        padding-bottom: 50px;
    }
    .template-about-us .section-gallery {
        padding-top: 50px;
    }
}

@media(max-width:991px) {
    .header.fixed-header .header-wrapper {
        background: rgb(255 255 255 / 94%);
    }
    .header .container-fluid {
        padding: 0 0;
    }
    .page-btn-primary a {
        font-size: 1em;
    }
    .menu-left .site-logo {
        display: none;
    }
    .site-logo {
        transform: none;
        padding-left: 0;
        position: static;
        left: auto;
        top: 10px;
        display: none !important;
    }
    .nav-links {
        padding-top: 0;
        /* backdrop-filter: blur(20px); */
        /* min-height: 100vh; */
        background: rgb(255 255 255 / 97%);
    }
    .book-btn {
        display: none;
    }
    .brand {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
    }
    .brand .site-logo {
        display: block;
        transform: translate(0, 0);
        max-width: 160px;
        transition: all .3s ease;
        display: block !important;
    }
    .bar {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #ff8100;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .navbar-toggler {
        width: 40px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        padding: 0;
        margin: 0;
        outline: none;
        box-shadow: none;
    }
    .navbar-toggler:hover,
    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }
    .navbar-toggler span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .navbar-toggler span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .navbar-toggler span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1px;
        left: 5px;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 27px;
        left: 5px;
    }
    .menu-bar {
        position: relative;
        padding: 10px 15px !important;
    }
    .menu-left {
        position: absolute;
        top: 100%;
        left: -20px;
        right: -20px;
        /* min-height: 100vh; */
    }
    .navbar-collapse>ul {
        gap: 0;
        flex-direction: column;
        width: 100vw;
    }
    .navbar-collapse>ul li {
        width: 100%;
    }
    .navbar-collapse>ul>li>a {
        padding: 14px 20px;
        font-size: 18px;
        color: var(--base-black);
        border-bottom: 1px solid #f1f1f1;
    }
    .navbar-collapse>ul>li.hide-lg {
        display: block;
    }
    h1 {
        font-size: 3em;
        line-height: 1.3;
    }
    .header.fixed-header .brand .site-logo {
        max-width: 100px;
        display: block !important;
    }
    .section-intro::after {
        top: 12%;
    }
    .section-intro .text-wrapper {
        margin-left: 0;
        max-width: none;
    }
    .section-intro .text-wrapper p {
        font-size: 16px;
    }
    .section-booking .block-image {
        margin: 0 auto;
        margin-top: 0;
        max-width: 100%;
        height: 251px;
        overflow: hidden
    }
    .section-booking .block-image img {
        object-fit: cover;
        max-height: fit-content !important;
        height: 100%;
        width: 100%;
        object-position: center;
    }
    .section-beach .text-wrapper-center .block-image {
        margin: 0 auto;
        margin-top: 0;
        max-width: 100%;
        height: 240px;
    }
    .section-beach .text-wrapper-center .block-image img {
        object-fit: cover;
        max-height: fit-content !important;
        height: 100%;
        width: 100%;
        object-position: center;
    }
    .section-booking {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .section-booking .text-wrapper {
        max-width: none;
        margin-bottom: 40px;
    }
    .section-booking .text-wrapper p {
        font-size: 18px;
    }
    .section-beach .container-fluid {
        padding-left: 20px;
    }
    .section-beach .text-wrapper-left {
        padding-left: 0;
    }
    .section-beach .text-wrapper-left p {
        font-size: 18px
    }
    .section-beach .text-wrapper-center {
        padding-top: 60px;
    }
    .section-beach .tagline-list ul {
        margin-bottom: 60px;
    }
    .section-beach .text-wrapper-right .block-image {
        padding-top: 0;
    }
    .section-beach {
        padding-bottom: 60px;
    }
    .section-explore .text-wrapper {
        text-align: center;
        margin-left: 0;
        padding-top: 60px;
    }
    .section-explore .text-wrapper p {
        margin-left: 0;
        font-size: 18px;
    }
    .gap-lg {
        height: 40px;
    }
    .section-explore .flex-center {
        margin-bottom: 60px;
        height: auto;
    }
    .section-moments h3 {
        margin-bottom: 30px;
    }
    .section-moments .text-wrapper {
        margin-bottom: 60px;
    }
    .section-moments .text-wrapper p {
        font-size: 18px;
    }
    .section-moments {
        padding-bottom: 100px;
    }
    .top-overlay-images ul {
        margin-right: 20px;
        margin-left: 20px;
    }
    .section-gallery .container-fluid {
        padding-left: 20px;
    }
    .card-package {
        flex-direction: column;
    }
    .card-package .card-image {
        width: 100%;
        text-align: center;
    }
    .card-package .card-info {
        width: 100%;
        background: transparent linear-gradient(0deg, #FFF 0%, #FFF0 100%) 0% 0% no-repeat;
        min-height: 0;
    }
    .card-btn {
        min-width: 220px;
        min-height: 180px;
    }
    .card-package .text-wrapper {
        padding-top: 40px;
    }
    .section-address .brand-logo {
        margin-bottom: 80px;
    }
    .footer-widgets-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-widgets-container .widget {
        width: 100%;
    }
    .footer-menu ul {
        text-align: center;
        font-size: 22px;
    }
    .footer .widget-right {
        padding-top: 60px;
    }
    .footer .widget-left {
        padding-right: 0;
        padding-top: 0;
    }
    .footer .widget-left p {
        text-align: center;
        width: 100%;
    }
    .footer .widget-left h5 {
        text-align: center;
        width: 100%;
    }
    .section-vibes .text-wrapper {
        padding-right: 20px;
    }
    .section-intro .block-image-right {
        margin-left: 0;
    }
    .section-intro .text-wrapper-left {
        max-width: none;
    }
    .section-intro .gap-md {
        height: 0;
    }
    .contact-info {
        padding: 80px 60px 310px;
    }
    .container-location-form {
        padding-left: 60px;
        padding-right: 60px;
    }
    .contact-info .container-left h2 {
        margin-bottom: 100px;
    }
    .section-contact {
        padding-top: 240px;
        padding-bottom: 40px;
    }
    .container-contact-form {
        padding-top: 40px;
    }
    .container-contact-form h3 {
        line-height: 1.1;
    }
    .template-packages .section-packages h1 {
        font-size: 3.6em;
    }
    .section-about-2 {
        margin-top: 0px;
    }
    .section-about-2 .row [class*="col-"]:nth-child(1) {
        order: 1;
    }
    .section-about-2 .container-middle h6 {
        margin-bottom: 35px;
    }
    .section-about-2 .container-right {
        padding-top: 0;
    }
    .section-about-2 .container-right h6 {
        margin-bottom: 25px;
    }
    .section-about-2 .container-left {
        padding-top: 25px;
        max-width: none;
    }
    .section-about-2 {
        padding-bottom: 30px;
    }
    .template-about-us .section-gallery {
        padding-top: 30px;
    }
}

@media(max-width:767px) {
    h3 {
        line-height: 1.1;
    }
    h2 {
        line-height: 1.1;
        font-size: 32px;
    }
    h6 {
        font-size: .65em;
    }
    .brand .site-logo {
        max-width: 110px;
    }
    .menu-bar {
        padding: 10px 15px !important;
    }
    .header.fixed-header .brand .site-logo {
        max-width: 90px;
    }
    .navbar-toggler {
        width: 30px;
        height: 22px;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        top: 21px;
    }
    .section-intro {
        padding-bottom: 61px;
        top: -1px;
    }
    .section-intro::after {
        top: 0;
    }
    .section-intro .image-block {
        margin-bottom: 45px;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 116px;
        overflow: hidden;
    }
    .section-intro .text-wrapper h5 {
        line-height: 1.3;
    }
    .section-intro .brand-bg {
        margin-bottom: -35px;
    }
    .card-package .card-info {
        flex-direction: column;
    }
    .card-package .text-wrapper {
        flex: 0 1 auto;
    }
    .section-beach {
        border-top-width: 60px;
    }
    .section-beach .container-fluid {
        padding-right: 20px;
        padding-top: 15px;
    }
    .section-beach .text-wrapper-left .block-image {
        margin-bottom: 35px;
        /* height: 227px; */
        width: 100%;
        margin-top: 21px;
    }
    .section-beach .text-wrapper-center {
        padding-top: 25px;
    }
    .section-gallery .section-head h6 {
        margin-bottom: 10px;
    }
    .section-gallery .section-head {
        margin-bottom: 50px;
    }
    .section-packages {
        padding-top: 80px;
    }
    .section-packages .section-head {
        margin-bottom: 50px;
    }
    .card-package h4 span {
        font-size: .6em;
        line-height: 1.1;
    }
    .card-package .text-wrapper {
        padding-bottom: 10px;
        width: 95%;
    }
    .card-package .text-wrapper h4 {
        font-size: 24px;
    }
    .card-package .text-wrapper .price-label {
        font-size: 24px;
    }
    .card-package .text-wrapper li {
        font-size: 17px;
        /* margin-left: 7px; */
    }
    .tagline-list ul li {
        letter-spacing: 1px;
        font-size: 1.1em;
    }
    .section-beach .text-wrapper-center {
        padding-bottom: 40px;
    }
    .card-btn {
        min-height: 0;
        border-left: 0;
        padding-bottom: 40px;
        display: flex;
        justify-content: center;
        font-size: 18px;
    }
    .footer .container-fluid {
        flex-direction: column;
    }
    .footer-menu ul {
        gap: 12px;
    }
    .section-box .block-image-circle {
        width: 520px;
        height: 520px;
        border-width: 18px;
    }
    .section-box {
        padding-bottom: 65px;
        padding-top: 90px;
    }
    .flight-anim {
        top: 20px;
        transform: rotate(-15deg) translate(-40px, -17px);
        background: #f2f5f4;
        z-index: 1;
    }
    .gap-lg {
        height: 15px;
    }
    .section-explore {
        padding-bottom: 60px;
    }
    .section-vibes .text-wrapper {
        padding-top: 60px;
    }
    .section-gallery {
        padding-bottom: 60px;
        margin-top: 60px;
    }
    .top-overlay-images ul {
        /* flex-wrap: wrap; */
        gap: 15px;
    }
    .top-overlay-images ul {
        margin-right: 0;
        margin-left: 0;
    }
    .section-gallery .container-fluid {
        padding-right: 20px;
    }
    .section-vibes .text-wrapper p {
        margin-bottom: 50px;
        font-size: 18px;
    }
    .section-vibes .text-wrapper {
        padding-bottom: 80px;
    }
    .section-moments {
        padding-top: 30px;
    }
    .section-moments h6 {
        margin-bottom: 30px;
    }
    .section-moments .block-image {
        margin-bottom: 40px;
    }
    .section-packages {
        padding-bottom: 80px;
    }
    .section-address h4 {
        letter-spacing: 1.2px;
    }
    .package-row {
        margin-bottom: 50px;
    }
    .section-address h2 {
        font-size: 1.6em;
        line-height: 1.1;
    }
    .section-address h4 {
        line-height: 1.2;
    }
    .section-address {
        padding-bottom: 60px;
        padding-top: 70px;
    }
    .footer .widget-left ul:first-child {
        margin-bottom: 40px;
        text-align: center;
        /* margin: 0 auto; */
        width: 100%;
    }
    .footer .widget-left h5 {
        margin-bottom: 25px;
    }
    .contact-info .container-left h2 {
        margin-bottom: 35px;
    }
    .section-contact {
        padding-top: 110px;
    }
    .container-contact-form input[type="submit"] {
        letter-spacing: 10px;
        height: 52px;
    }
    .template-packages .section-packages {
        padding-top: 140px;
    }
    .template-packages .section-packages h1 {
        margin-bottom: 60px;
    }
    h1 {
        font-size: 1.7em;
        line-height: 70px;
    }
    .banner-sm::before {
        width: 520px;
    }
}

@media(max-width:576px) {
    .section-box .block-image-circle {
        width: 280px;
        height: 280px;
        border-width: 10px;
    }
    .contact-info,
    .container-location-form {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-info {
        font-size: 20px;
        text-align: center;
    }
    .template-packages .section-packages h1 {
        font-size: 2.2em;
    }
    .banner-sm::before {
        width: 300px;
        transform: translate(-50%, 0);
        top: 25%;
    }
}

.AboutPageBanner {
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.5s;
    visibility: hidden;
    opacity: 0;
}

.AboutPageBanner::after {
    content: "";
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: transparent linear-gradient(0deg, #f2f7fb 0%, #ffffff 92%, #ACD4DF00 100%) 0% 0% no-repeat;
    aspect-ratio: 1920/456;
    transform: translateY(-16.44%);
}

.AboutSection {
    width: 100%;
    background-color: #F2F7FB;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

.section-about-2 .ContentLeft {
    color: #505351;
    font-size: 16px;
    padding-top: 28%;
    position: relative;
    z-index: 10;
    text-align: left;
    /* max-width: 462px; */
    padding-left: 15%;
    padding-right: 19%;
    line-height: 21px;
}

.section-about-2 .ContentLeft h6 {
    font-family: var(--secondary-condensed);
    font-size: 1.33em;
    color: var(--h3-color);
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
    padding: 20px 0 0px;
}

.section-about-2 .ContentLeft h6 span {
    color: var(--primary-color);
}

#map {
    width: 100%;
    height: 1080px;
    max-width: 100%;
    margin: 0 auto 30px;
    position: relative;
}

@keyframes reveal {
    0% {
        transform: translate(0, -10%) scale(1.6, 1.6);
        filter: blur(40px);
        transform-origin: center;
    }
    100% {
        transform: translate(0, 0) scale(1, 1);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes Homereveal {
    0% {
        transform: translate(0%, -5%) scale(1.5, 1.5);
        transform-origin: center;
        filter: blur(40px);
    }
    100% {
        transform: translate(0, 0) scale(1, 1);
        visibility: visible;
        opacity: 1;
    }
}

/* .banner h1 {
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.5s;
    visibility: hidden;
    opacity: 0;
    animation-delay: .03s;
} */

@keyframes TextReaveal {
    0% {
        transform: translate(0, 100%);
        transform-origin: center;
    }
    100% {
        transform: translate(0, 0);
        visibility: visible;
        opacity: 1;
    }
}

.AnimatedLine {
    position: absolute;
    left: 49%;
    top: 52%;
    transform: translate(-50%, -50%) rotateY(45deg);
    height: 100vh;
}

.AnimatedLine img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.chat {
    position: fixed;
    bottom: 70px;
    right: 2%;
    z-index: 999;
    width: 68px;
}

.chat a {
    display: block;
    width: 68px;
}

.chat a img {
    max-width: 100%;
}

.ProductPageBanner {
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.5s;
    visibility: hidden;
    opacity: 0;
}
.ProductPageBanner h1 {
   text-align: center;
   margin: 0;
   position: absolute;
   right: 0;
   width: 100%;
   max-width: 100%;
   bottom: 47%;
   color: #816418;
   mix-blend-mode: luminosity;
}

.MenuPageBanner::after {
    content: "";
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: transparent linear-gradient(0deg, #ffffff 0%, #f3f7f9 92%, #ACD4DF00 100%) 0% 0% no-repeat;
    aspect-ratio: 1920/456;
    transform: translateY(-16.44%);
}

.OurProduct {
    position: relative;
    z-index: 99;
    background-color: var(--base-white);
    padding-bottom: 0;
}

.DrinksSection {
    position: relative;
    z-index: 100;
}


/* Gallery Page  */

.GalleryBanner {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, #ffffff, #519086, #006b6a);
}

.BannerVideoBg {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
}

.GalleryBanner h1 {
    animation-delay: 1.2s;
    position: absolute;
    z-index: 99;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.BannerVideoBg::after {
    content: "";
    bottom: 0%;
    height: 27%;
    width: 100%;
    position: absolute;
    left: 0;
    background: transparent linear-gradient(0deg, #ffffff 10%, rgb(244 248 249 / 0%) 100%)0% no-repeat;
    z-index: 9;
}

.BannerVideoBg video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
    height: 100%;
}

.GallerySection {
    background-color: transparent linear-gradient(0deg, rgb(244 248 249 / 0%) 10%, #f4f8f9 100%) 0% 0% no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 99;
}

.GallerySection .GallerOuter {
    max-width: 94%;
    margin: 0 auto;
}

.GallerySection .section-head {
    margin-bottom: 0;
    text-align: center;
}

.GallerySection .section-head h1 {
    color: #1B1D21;
    margin-bottom: 11px;
}

.GallerySection .section-head h6 {
    color: #1B1D21;
    margin-bottom: 11px;
}

.GallerySection .section-head h2 {
    color: #2C3A30;
    font-size: 3.5833em;
}

.GalleryGrid {
    column-width: 350px;
    column-gap: 15px;
}

.GalleryGrid img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
}

.GalleryLightBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: rgb(255 255 255 / 98%);
    perspective: 1000;
    z-index: 99999;
    backdrop-filter: blur(50px);
}

.Galleryfilter {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.5;
    background-position: center;
    background-size: cover;
}

.GalleryLightBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: calc(95vw - 100px);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
    animation: reveals 1s forwords;
}


/*.lightbox:hover img{
transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="GalleryNav"] {
    height: 200px;
    width: 50px;
    background: rgb(0 0 0 / 0%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

[class^="GalleryNav"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
}

.GalleryNext {
    right: 0;
}

.GalleryNext:after {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.GalleryPrev {
    left: 0;
}

.GalleryPrev:after {
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.GalleryClose {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background: rgb(0 0 0 / 0%);
    margin: 20px;
    cursor: pointer;
}

.GalleryClose:after,
.GalleryClose:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #e74c3c;
}

.GalleryClose:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.GalleryClose:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.GalleryTitle {
    font-size: 20px;
    color: #000;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0;
}

.BookBtnMobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    z-index: 9999;
}

.BookBtnMobile a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 10px;
    background-color: var(--primary-color);
    color: var(--base-white);
    font-family: var(--primary-font);
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .2s ease;
}

.FooterMap {
    width: 100%;
    position: relative;
    height: 120%;
}

#FooterMap {
    height: 100%;
    width: 100%;
}

.GetDirection {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90px);
    text-align: center;
    width: auto;
    color: #000;
    /* background: #fff; */
    font-size: 16px;
    padding: 100px 0 0;
    display: block;
}

.GetDirection:before {
    position: absolute;
    bottom: -5px;
    left: -5px;
    content: '';
    height: 20px;
    background: #fff;
    width: 100%;
    display: block;
    z-index: -1;
    padding: 5px;
    box-sizing: content-box;
    border-radius: 10px;
}


/* FAQs */

.FaqBanner {
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 92%) 0% 0% no-repeat;
    padding: 102px 0 42px;
    border-bottom: 1px solid #eeeeee;
}

.AlmiaFaqs {
    padding: 0 0;
    max-width: 100%;
    padding: 80px 0;
    background: #fff;
}

.AlmiaFaqs h2 {
    font-size: 36px;
    text-align: left;
    color: #ee6c10 !important;
    text-transform: capitalize;
    padding-bottom: 24px;
    font-family: var(--primary-condensed);
    padding-top: 44px;
}

.Faqs {
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
}

.Faqs .Faqs-item {
    border-bottom: 1px solid #e7e7e7;
}

.Faqs .Faqs-item button[aria-expanded=true] {
    border-bottom: 1px solid #ffffff;
}

.Faqs button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 0;
    color: #878889;
    font-size: 21px;
    font-weight: 400;
    border: none;
    text-transform: uppercase !important;
    background: none;
    outline: none;
    font-family: var(--secondary-condensed);
}

.Faqs button:hover,
.Faqs button:focus {
    cursor: pointer;
    color: #8b8b8b;
}

.Faqs button:hover::after,
.Faqs button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.Faqs button .Faqs-title {
    padding: 1em 1.5em 1em 0;
    text-transform: uppercase;
}

.Faqs button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ee6c10;
    border-radius: 22px;
    background: #ee6c10;
}

.Faqs button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
    color: #ffffff;
}

.Faqs button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    color: #ffffff;
    background: currentColor;
}

.Faqs button[aria-expanded=true] {
    color: var(--h2-color);
}

.Faqs button[aria-expanded=true] .icon::after {
    width: 0;
}

.Faqs button[aria-expanded=true]+.Faqs-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.Faqs .Faqs-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.Faqs .Faqs-content p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 7px 0 26px;
    color: var(--h2-color);
    font-family: var(--primary-font);
}

.Faqs ul {
    list-style: disc;
    font-size: 20px;
    padding-left: 17px;
}

.Faqs ul li {
    list-style: disc;
    font-size: 18px;
    color: #666;
    margin-bottom: 7px;
    text-transform: capitalize;
    font-family: var(--secondary-font);
}

.Faqs ul li a {
    font-weight: 600;
    list-style: disc;
    font-size: 16px;
    color: var(--h2-color);
    text-decoration: underline;
    padding: 0 0 0 4px;
    font-family: var(--primary-font);
}

.Faqs a.primary,
.Faqs ul li a.primary {
    list-style: disc;
    font-size: 16px;
    color: var(--primary-color) !important;
}

.Terms {
    background: #f7f7f7;
    padding: 8% 0px;
    width: 100%;
}

.Terms h2 {
    font-size: 38px;
    text-align: left;
    /* padding-bottom: 14px; */
    color: #d3a10e !important;
    text-transform: uppercase;
    padding-bottom: 0;
    font-family: var(--secondary-condensed);
}

.PrivacyPolicyTerms {
    padding: 0 0;
    max-width: 1300px;
    margin: 0 auto;
}

.PrivacyPolicyTerms p {
    font-size: 16px;
    font-weight: 200;
    margin: 11px 0 21px;
    line-height: 24px;
    font-style: normal;
    color: var(--h2-color);
    font-family: var(--primary-font);
}

.PrivacyPolicyTerms h5 {
    font-family: var(--primary-condensed);
    font-size: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--secondary-condensed);
}

.PrivacyPolicyTerms ul {
    padding: 0;
    margin: 0
}

.PrivacyPolicyTerms ul li {
    list-style: none;
}


/* ANIMATION  */

div~.ImgZoom {
    overflow: hidden;
}

.ImgZoom {
    transform-origin: center;
    transform: scale(1, 1);
    transition: all .3s;
}

.ImgZoom:hover {
    transform: scale(1.02, 1.02);
    transform-origin: center;
    transition: all .3s;
}

@media(min-width:991px) {
    .BookBtnMobile {
        display: none;
    }
    .bg-cover {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        opacity: 1;
        z-index: 1;
    }
}

.AboutSection:after {
    background: transparent linear-gradient(180deg, #ffffff 0%, #f0f4ff 20%, #f2f7fb 100%) 0% 0% no-repeat !important;
}

video {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
    height: 100%;
    display: block;
}

.section-football {
    width: 100%;
    padding: 150px 0;
    background-size: contain;
    background-position: center 35%;
}

.section-football .text-wrapper {
    padding-left: 15%;
    padding-top: 60px;
}

.section-football .text-wrapper .tagline-list {
    padding-bottom: 30px;
}

.section-football .text-wrapper .tagline-list ul li {
    color: var(--h3-color);
}

.section-football .text-wrapper p {
    max-width: 420px;
    font-size: 24px;
}

@media(max-width:991px) {
    .HomeBanner {
        background-image: url(assets/images/banner-main-mob.webp) !important;
        padding-top: 200px;
    }
 .HomeBanner p {
        display: none;
    }
    .section-intro .brand-bg {
        width: 100%;
        max-width: 100%;
        margin-bottom: -116px;
        margin-left: -22px;
        position: absolute;
    }
    .HomeSectionIntro .text-wrapper h2 {
        font-size: 10px;
        letter-spacing: 7px;
        text-transform: uppercase;
        text-align: center;
    }
    .HomeSectionIntro .text-wrapper h2 span {
        font-size: 56px;
        display: block;
        letter-spacing: 1px;
        font-weight: 700;
        padding: 0 0 10px;
    }
    .HomeSectionIntro .text-wrapper h3 {
        text-align: center;
    }

    .HomeBanner.banner h1 {
        text-align: center;
        letter-spacing: 0px !important;
        text-transform: none;
        font-size: 28px;
        max-width: 100%;
        line-height: 30px;
        color: #ffffff;
        position: relative;
        top: 106px;
        font-weight: 700;
        padding: 0;
    }

    #map {
        width: 100%;
        height: 375px;
    }
    .GallerySection {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .FooterMap {
        width: 100%;
        position: relative;
        height: 400px;
    }
    .section-vibes .text-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .social-media-menu {
        margin: 0 auto;
        text-align: center;
        width: 115px;
    }
    .section-gallery .page-btn-primary {
        position: relative;
        right: 0;
        top: 26px;
    }
    .GalleryGrid {
        column-width: 270;
    }
    .section-football {
        padding: 40px 0 60px;
    }
    .section-football .text-wrapper {
        padding: 0;
        padding-top: 30px;
        text-align: center;
    }
    .section-football .text-wrapper p {
        font-size: 18px;
        max-width: 320px;
        margin: 5px auto;
    }
    .section-football .image-block {
        aspect-ratio: 1/1;
        padding: 10px 30px 0;
    }
    .section-football .image-block img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .banner h1 {
        padding: 0;
        text-align: center;
        font-size: 37px;
        line-height: 37px;
        bottom: 39px;
    }
    .section-about-2 .ContentLeft {
        
        padding: 0 !important;
    }

.ProductPageBanner {
   background: none !important;
}


}

@media(max-width:375px) {
    .banner {
        aspect-ratio: initial;
        width: 100%;
        max-width: 100%;
        background-position: 75%;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        padding: 185px 0 35px !important;
        /* padding-bottom: 20px; */
    }
}

@media(max-width:420px) {
    .GalleryGrid {
        column-width: 400;
    }
    .animated-text {
        font-size: 4.25em;
    }

   
    
}

@media(min-width:1300px) {
    .section-intro .container-fluid {
        max-width: 90%;
        margin: 0 auto;
    }
}