@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri';
}
@font-face {
    font-family: 'Asdonuts';
    src: url('../fonts/Asdonuts.eot');
    src: url('../fonts/Asdonuts.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Asdonuts.woff2') format('woff2'),
        url('../fonts/Asdonuts.woff') format('woff'),
        url('../fonts/Asdonuts.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff'),
        url('../fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.eot');
    src: url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff'),
        url('../fonts/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1,h2,h3,h4,h5{
    font-family: 'Asdonuts';
    font-weight: 400;
}
nav.navbar {
    margin: 0;
    background: transparent !important;
    justify-content: end;
    padding: 31px 0;
}
header#masthead a.navbar-brand {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0;
}
nav.navbar div#navbarNav {
    flex-grow: inherit;
}
nav.navbar ul li a {
    font-size: 37px;
    line-height: 37px;
    text-decoration: none;
    color: #0355a7;
    font-family: 'Asdonuts';
    font-weight: 400;
}
nav.navbar ul#primary-menu-list {
    gap: 50px;
}
header#masthead {
    padding: 0;
    max-width: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 90%);
    border-top: 9px solid #0355a7;
}
div.container{
max-width: 1490px;
padding: 0 30px;
}
section.banner-sec {
    background: url(/wp-content/uploads/2025/10/P1165659-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0;
}
main#main {
    padding: 0;
}
.banner-content {
    text-align: center;
}
.banner-content h1 {
    color: #fff;
    font-size: 71px;
    line-height: 81px;
    text-shadow: 2px 2px 3px  #000;
    margin-bottom: 58px;
}
h2 span,h1 span {
    font-family: 'Asdonuts';
    position: relative;
}
.banner-content h1 span::before {
    content: '';
    width: 304px;
    height: 2px;
    background: #61c1a6;
    position: absolute;
    bottom: 0;
    left: 46%;
    transform: translateX(-50%);
}
.banner-content p {
    font-size: 29px;
    line-height: 39px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    margin: 0;
}
.custom-btn {
    display: inline-block;
    background: #f46036;
    color: #fff;
    text-decoration: none;
    font-size: 37px;
    line-height: 37px;
    font-family: 'Asdonuts';
    text-shadow: 2px 2px 3px rgb(0 0 0 / 63%);
    padding: 12px 36px;
    margin-top: 57px;
}
a{
    transition: .3s ease all;
}
.custom-btn:hover {
    background: #61c1a6;
    color: #fff;
}
nav.navbar ul li a:hover {
    color: #61c1a6;
}
.custom-head {
    text-align: center;
    margin-bottom: 60px;
}
.custom-head h2 {
    display: inline-block;
    font-size: 55px;
    line-height: 65px;
    color: #0355a7;
    position: relative;
    margin: 0;
}
.custom-head.head-with-icons h2::before, .custom-head.head-with-icons h2::after {
    content: '';
    width: 66px;
    height: 73px;
    background: url(/wp-content/uploads/2025/10/left-tree-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    left: -86px;
    display: inline-block;
    bottom: 10px;
    background-size: contain;
}
.custom-head.head-with-icons h2::after {
    background: url(/wp-content/uploads/2025/10/right-tree-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    right: -86px;
    left:auto;
}
.memories-outer {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.memories-outer .mem-col img {
    width: 100%;
    aspect-ratio: 16/19;
    object-fit: cover;
    object-position: center;
}
.memories-outer .mem-col {
    width: calc(25% - 16.5px);
    position: relative;
    overflow: hidden;
    transition: .3s ease all;
}
.memories-outer .mem-col  .custom-btn {
    font-size: 29px;
    line-height: 29px;
    margin-top: 25px;
    padding: 11px 40px;
}
.memories-outer .mem-col .mem-content p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 68%);
}
.memories-outer .mem-col .mem-content h3 {
    margin: 0;
    font-size: 34px;
    line-height: 44px;
    color: #fff;
}
.memories-outer .mem-col .mem-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 30px;
    transform: translateY(55%);
    transition: .3s ease all;
}
.memories-outer .mem-col::before {
    content: '';
    background: #0355A7;
    background: linear-gradient(360deg,rgba(3, 85, 167, 1) 0%, rgba(250, 250, 250, 0) 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.memories-outer .mem-col:hover .mem-content {
    transform: translateY(0px);
    transition: .3s 
ease all;
}
.memories-outer .mem-col:hover::before {
    height: 100%;
    background: rgb(3 85 167 / 70%);
}
.memories-outer .mem-col.green-bg::before {
    background: #61C1A6;
    background: linear-gradient(360deg,rgba(97, 193, 166, 1) 0%, rgba(97, 193, 166, 0) 55%);
}
.memories-outer .mem-col.green-bg:hover::before {
    height: 100%;
    background: rgb(97 193 166 / 70%);
}
.memories-outer .mem-col:hover .mem-content p {
    overflow: unset;
    -webkit-line-clamp: inherit;
}
.memories {
    padding: 175px 0 100px;
    position: relative;
    overflow: hidden;
}
.memories::before,.memories::after {
    content: '';
    width: 535px;
    height: 556px;
    background: url(/wp-content/uploads/2025/10/memories-bg1.png);
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    left: -150px;
    pointer-events: none;
    z-index: -1;
}
.memories::before {
    bottom: 50px;
}
.memories::after {
    width: 400px;
    height: 444px;
    background: url(/wp-content/uploads/2025/10/memories-bg2.png);
    right: -130px;
    left: auto;
}
section.family-fun-sec {
    background: url(/wp-content/uploads/2025/10/P1165456-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 128px 0;
    background-position: center -180px;
}
.family-fun-sec button {
    background: #fff !important;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #0355a7;
    outline: 6px solid #fff !important;
    transition: .3s ease all;
}
.family-fun-sec button img {
    width: 100%;
}
.family-fun-sec button:hover {
    background: #0355a7 !important;
}
.family-fun-sec button:hover img {
    filter: brightness(0) invert(1);
}
section.family-fun-sec  p {
    margin: 0;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    line-height: 28px;
}
section.family-fun-sec h2 {
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    margin-top: 59px;
    margin-bottom: 10px;
}
section.family-fun-sec  .custom-btn {
    font-size: 27px;
    line-height: 27px;
    padding: 14px 50px;
    margin-top: 54px;
}
.family-fun-sec button:focus {
    box-shadow: none;
}
.activities {
    padding: 96px 0 80px;
    background-image: url(/wp-content/uploads/2025/10/clean-white-sand-texture-at-the-beach-for-background-2EEEF5C.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.activities .container {
    max-width: 1680px;
}
.activity-outer .activity-col img {
    width: 100%;
    aspect-ratio: 9/6;
    object-fit: cover;
    transition: .3s ease all;
    object-position: top;
}
.activity-outer {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.activity-outer .activity-col {
    width: calc(20% - 25.6px);
    text-decoration: none;
    overflow: hidden;
    transition: .3s ease all;
}
.activity-outer .activity-col:hover img {
    transform: scale(1.1);
    transition: .3s 
ease all;
}
.activity-outer .activity-col h3 {
    background: #0355a7;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    margin: 0;
    position: relative;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 68%);
    margin-top: -10px;
    font-size: 37px;
    line-height: 37px;
}
.activity-outer .activity-col.green-activity-col h3 {
    background: #61c1a6;
}
.custom-head p {
    font-size: 21px;
    line-height: normal;
    max-width: 620px;
    color: #000;
    margin: 20px auto 0;
}
.interactive-section::before {
    content: '';
    background: url(/wp-content/uploads/2025/10/interactive_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .7;
    left: 0;
    z-index: 1;
}
.interactive-section {
    padding: 170px 0 195px;
    position: relative;
    background: #000;
}
.interactive-section .interactive-outer {
    z-index: 2;
    position: relative;
    display: flex;
        align-items: center;
    gap: 44px;
    max-width: 1220px;
    margin: 0 auto;
}
.interactive-section .interactive-outer .interactive-slider {
    width: calc(100% - 336px - 44px);
    display: flex;
    gap: 18px;
    position: relative;
}
.interactive-section .interactive-outer .interactive-cont {
    width: 336px;
}
.interactive-section .interactive-outer .interactive-cont .custom-head h2 {
    text-align: left;
    display: block;
    color: #fff;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 94%);
    /* text-decoration: underline; */
    max-width: 180px;
    /* text-decoration-color: #0355a7;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px; */
}
.interactive-section .interactive-outer .interactive-cont h2 span {
    border-bottom: 2px solid #0355a7;
}
.interactive-section .interactive-outer .interactive-cont .custom-head p {
    max-width: 100%;
    text-align: left;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
}
.interactive-section .interactive-outer .interactive-cont .custom-head .custom-btn {
    font-size: 27px;
    line-height: 27px;
    padding: 15px 37px;
    margin: 40px auto 0;
    display: block;
    width: fit-content;
}
.interactive-section .interactive-outer .interactive-cont .custom-head {
    margin-bottom: 0;
    text-align: left;
}
.interactive-slider-col ul li {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    display: flex;
    align-items: start;
    gap: 14px;
    position: relative;
    padding-left: 54px;
}
.interactive-slider-col ul li::before {
    content: '';
    width: 40px;
    height: 38px;
    background: url(/wp-content/uploads/2025/10/check.png);
    background-size: 40px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}
.interactive-slider-col ul li img {
    display: none;
}
.interactive-slider-col ul {
    margin: 0;
    padding: 30px 18px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
a.custom-btn:focus {
    background: #f46036;
}
.interactive-section .interactive-outer .interactive-slider h3 {
    margin: 0;
    font-size: 27px;
    line-height: 37px;
    background: #61c1a6;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 63%);
    letter-spacing: 2px;
}
.interactive-section .interactive-outer .interactive-slider .interactive-slider-col {
    background: #fff;
    border-bottom: 4px solid #61c1a6;
    margin: 0 9px;
    box-shadow: 2px 2px 21px 0px rgb(0 0 0 / 59%);
}
.interactive-slider  .slick-list.draggable {
    padding: 20px 20px 20px 30px;
    position: relative;
    left: 10px;
}
/* .interactive-slider .slick-list .slick-slide {
    opacity: 0;
}
.interactive-slider .slick-list .slick-slide.slick-active {
    opacity: 1;
} */
.interactive-section .interactive-outer .interactive-slider .interactive-slider-col > img {
    width: 100%;
    aspect-ratio: 16/11;
    object-fit: cover;
    object-position: center;
}
.interactive-slider .slick-list .slick-slide {
    opacity: 0;
}
.interactive-slider .slick-list .slick-slide.slick-active {
    opacity: 1;
} 
/* .interactive-slider .slick-list.draggable {
    overflow: visible;
} */
.interactive-section .interactive-outer .interactive-slider .interactive-slider-col ul li img {
    width: auto;
}
.interactive-section .interactive-outer .interactive-slider ul.slick-dots li button {
    width: 18px;
    height: 18px;
    background: #61c1a6;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    border: 2px solid #61c1a6;
}
.interactive-section .interactive-outer .interactive-slider ul.slick-dots li.slick-active button {
    background: #b8e3d7;
}
.interactive-section .interactive-outer .interactive-slider ul.slick-dots {
    position: absolute;
    bottom: -60px;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 13px;
    left: 50%;
    transform: translateX(-50%);
}
img.interactive-logo {
    z-index: 9;
    position: absolute;
    bottom: 15px;
    left: 19px;
}
.interactive-section .interactive-outer .interactive-slider .slick-track {
    display: flex;
    height: 100%;
}
section.rving-sec {
    padding: 150px 0 100px;
}
section.rving-sec .rving-img-sec img {
    width: 100%;
}
section.happy-thoughts-sec .container {
    max-width: 1160px;
}
.rving-outer {
    display: flex;
    flex-direction: column;
    gap: 140px;
}
.rving-outer .rving-inner {
    display: flex;
    gap: 90px;
    justify-content: center;
}
section.rving-sec .container {
    max-width: 1500px;
}
section.rving-sec .rving-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 45px;
    bottom: 45px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
}
.rving-outer .rving-inner.green-highlight-sec .rving-img-sec {
    background: #61c1a6;
}
.rving-outer .rving-inner .custom-head {
    display: flex;
    text-align: left;
    gap: 12px;
    margin-bottom: 28px;
}
section.rving-sec .rving-img-sec {
    background: #0355a7;
}
.rving-outer .rving-inner p {
    margin: 0;
    padding: 0;
    font-size: 21px;
    line-height: normal;
    color: #000;
}
.rving-outer .rving-inner.rving-inner.right-img-sec .rving-cont {  
    text-align: right;
}
.rving-inner.right-img-sec .custom-head {
    text-align: right;
}
.rving-inner.right-img-sec  p {
    text-align: right;
}
.rving-outer  .custom-btn {
    padding: 12px 58px;
    margin-top: 39px;
    font-size: 29px;
    line-height: 29px;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 94%);
}
.rving-outer .rving-inner .rving-img-sec {
    max-width: calc(100% - 605px);
}
.rving-outer .rving-inner .rving-cont {
    width: 515px;
}
.rving-outer .rving-inner.green-highlight-sec .rving-img-sec .rving-img-sec {
    background: #61c1a6;
}
.rving-outer .rving-inner.green-highlight-sec  .custom-head h2 {
    color: #61c1a6;
}
.rving-outer .rving-inner .rving-cont h2 {
    font-size: 55px;
}
.rving-outer .rving-inner.blue-highlight-sec.right-img-sec {
    gap: 75px;
}
section.rving-sec .right-img-sec .rving-img-sec img {
    left: -45px;
    bottom: 45px;
}
footer .footer-back-wrapper {
    margin: 0;
}
section.happy-thoughts-sec {
    padding: 80px 0 80px;
    background: url(/wp-content/uploads/2025/10/testimonial-img-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -420px;
}
.happy-thoughts-sec .slick-dots .slick-active  button {
    background: #f6ca97 !IMPORTANT;
}
section.happy-thoughts-sec .custom-head h2 {
    color: #fff;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 94%);
}
section.happy-thoughts-sec .custom-head.head-with-icons h2::before,section.happy-thoughts-sec .custom-head.head-with-icons h2::after {
    filter: brightness(0) invert(1);
}
.testimonial-slide {
    padding: 30px 45px 50px;
    text-align: center;
    background: rgb(255 255 255 / 90%);
    margin-right: 32px;
}
.testimonial-slide img {
    margin: auto;
}
ul.slick-dots {
    list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0;
}
.happy-thoughts-sec .slick-dots button {
    background: #f6921e !important;
    border: 2px solid #f6921e;
    margin-top: 45px;
}
ul.slick-dots li {
    line-height: 0;
}
 ul.slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
}
.testimonial-slide p {
    font-size: 19px;
    line-height: normal;
    color: #000;
    margin: 25px 0;
}
.testimonial-slide h5 {
    margin: 0;
    font-size: 25px;
    color: #000;
    margin-top: 25px;
    line-height: normal;
}
section.happy-thoughts-sec .custom-head {
    margin-bottom: 70px;
}
body.page .custom-btn:focus {
    background: #f46036 !important;
    text-decoration: none !important;
}
section.good-times {
    padding: 110px 0 80px;
}
section.good-times .good-time-slide img {
    width: 100%;
    aspect-ratio: 15/9;
    object-fit: cover;
}
section.good-times .good-time-slide {
    margin-right: 28px;
    position: relative;
}
section.good-times .container {
    max-width: 1860px;
}
section.good-times .good-time-slide::before {
    content: '';
    background: url(/wp-content/uploads/2025/10/white-tree.png);
    width: 45px;
    height: 54px;
    position: absolute;
    bottom: 7px;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-arrow {
    background: transparent !important;
    position: absolute;
    z-index: 9;
    width: auto;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
}
.good-times-slider .slick-list {
    margin-right: -28px;
}
.pull-right.slick-arrow {
    left: auto;
    right: 40px;
}
section.good-times .custom-head p {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
}
section.contact-sec::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/contact-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #88d5ea;
    opacity: .7;
}
section.contact-sec {
    padding: 110px 0;
    position: relative;
    background: #000;
}
.cont-outr {
    max-width: 1100px;
    margin-left: auto;
    z-index: 9;
    position: relative;
    display: flex;
    gap: 45px;
}
.cont-form {
    width: 566px;
    background: #fff;
    border: 6px solid #61c1a6;
    padding: 40px 40px 50px 40px;
}
.cont-detail {
    width: calc(100% - 566px - 45px);
}
.cont-detail p {
    color: #fff;
    font-size: 19px;
    line-height: normal;
    margin: 40px 0 55px;
    font-weight: 400;
}
.cont-detail h5 {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    border-bottom: 2px solid #61c1a6;
    display: inline-block;
    margin-bottom: 35px;
}
.call-info {
    display: flex;
    align-items: start;
    gap: 15px;
}
.call-info a {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.call-info a :hover{
    color: #0355a7;
}
.ph_num span {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}
.cont-form p {
    margin: 0;
    font-size: 18px;
    line-height: normal;
}
.cont-form h4 {
    font-size: 44px;
    color: #0355a7;
    margin-bottom: 10px;
}
div#funModal .modal-body {
    padding: 0;
}
div#funModal .modal-content {
    border: none;
    background: transparent;
}
div#funModal .modal-header .btn-close {
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 9;
    background: #0355a7;
    border-radius: 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    transition: .3s ease all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-header {
    border: none;
    padding: 0;
}
div#funModal .modal-dialog {
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
div#funModal .modal-body iframe {
    border-radius: 20px;
    aspect-ratio: 16/9;
}
.modal-header {
    border: none !important;
    margin: 0;
    padding: 0 !important;
}
div#funModal .modal-header .btn-close img {
    filter: brightness(0) invert(1);
    max-width: 18px;
}
div#funModal .modal-header .btn-close:hover {
    background: #61c1a6;
}
.footer-social {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.interactive-section .interactive-outer .interactive-slider .slick-track .interactive-slider-col:nth-child(even) {
    border-color: #0355a7;
}
.interactive-section .interactive-outer .interactive-slider .slick-track .interactive-slider-col:nth-child(even) h3 {
    background: #0355a7;
}
html,body{
    overflow-x: hidden;
}
/*****footer********/

footer#colophon {
    margin: 0px;
    padding: 0px;
}
footer.site-footer {
    max-width: none;
}

footer .footer-cntnt-wrapper {
    justify-content: space-around;
    display: flex;
    position: relative;
    padding: 40px 0px 40px 0px;
}

footer .footer-back-wrapper {  
    position: relative;
	    margin-bottom: 0px;
}
footer .footer-back-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    opacity: 0.302;
    background-image: url(/wp-content/uploads/2025/10/footer-bg-scaled.jpg);
    max-width: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -660px;
}
footer .footer-back-wrapper h4.footer-widget-title {
    font-size: 30px;
    letter-spacing: 1px;
    color: #0355a7;
    font-family: "Asdonuts";
    margin-bottom: 10px;
}
footer ul li {
    list-style: none;
    position: relative;
}
ul#menu-footer-menu li a {
    color: #000;
		font-size: 23px;
		letter-spacing: 1px;
		text-decoration: underline;
		color: #000000;
		font-family: "Calibri";
	font-style: italic;
}
.site a:focus {
    background: transparent !important;
	 outline: none;
}
footer a:focus-visible {
    outline: none;
}
footer .footer-address p, .footer-address a  {
    font-size: 23px;
    letter-spacing: 1px;
    color: #000000;
    font-family: "Calibri";
		text-decoration: none;
        line-height: normal;
}
ul#menu-footer-menu li:before {
    content: '';
    width: 10px;
    background-image: url('/wp-content/uploads/2025/10/footer-arrow.png');
    left: -20px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
ul#menu-footer-menu {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .copy-sec {
    padding: 17px 0px;
    background-color: #0355a7;
    margin: 0px;
    color: #ffffff;
}
footer .copy-sec-outer {
    display: flex;
    justify-content: space-between;
}
.copy-sec p {
    font-size: 21px;
    letter-spacing: .5px;
    color: #ffffff;
    font-family: "Calibri";
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}
.footer-social {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
footer .footer-social img.facebook-img {
    max-width: 11px;
}
.social-icons-col .footer-social a.facebook {
    width: 32px;
    height: 32px;
    display: inline-flex;
    background: #1b75bb;
    justify-content: center;
    align-items: center;
}
.footer-social .custom-html-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.footer-address p {
    margin: 0;
    line-height: normal;
}
.footer-address p {
    margin-bottom: 12px;
    line-height: normal;
}
.left-sec-copy img {
    position: relative;
    top: -3px;
}
.copy-sec .container {
    max-width: 1270px;
}
ul#menu-footer-menu li a:hover ,.footer-address a:hover{
    color: #f46036;
}
/*****footer-end***********/
.testimonial-slider .slick-list {
    margin-right: -32px;
}
.home header#masthead {
    border-top: unset;
}
/****site fun page*****/
section.banner-sec.site-banner {
    background: url(/wp-content/uploads/2025/10/DJI_0405.MP4.00_00_49_02.jpg);
    position: relative;
}
img.banner-logo {
    margin-bottom: 25px;
}
/* section.amenities-comfortable.custom-page {
    padding: 120px 0 100px;
} */
.amenities-comfortable .rving-inner .custom-head h2 {
    display: flex;
    align-items: end;
}
section.banner-sec .inner-banner-content {
    text-align: center;
    color: #fff;
}
/****site fun page*****/
/******water park*****/
section.banner-sec.amenities-banner.water-park-banner {
    background: url(/wp-content/uploads/2025/10/waterpark-banner.png);
}
section.amenities-comfortable.custom-page .custom-head p {
    max-width: 780px;
}
.posabilities-sec .posabilities-col {
    background: rgb(3 85 167 / 90%);
    color: #fff;
    max-width: 826px;
    margin-left: auto;
    padding: 40px 100px 60px;
    text-align: center;
}
.posabilities-sec {
    background: url(/wp-content/uploads/2025/10/waterpark-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}
.posabilities-sec .custom-head h2 {
    font-size: 46px;
    line-height: 46px;
    color: #fff;
}
.custom-head.white-icons h2::before, .custom-head.white-icons h2::after {
    filter: brightness(0) invert(1);
}
.posabilities-sec .custom-head.white-icons h2::before,.posabilities-sec .custom-head.white-icons h2::after {
    filter: brightness(0) invert(1);
    width: 45px;
    height: 45px;
    background-size: 45px;
    left: -75px;
}
.posabilities-sec .custom-head.white-icons h2::after {
left: auto;
    right: -75px;
}
.posabilities-sec .posabilities-col p {
    text-align: center;
    color: #fff;
    font-size: 29px;
    line-height: normal;
}
.posabilities-sec .posabilities-col a.custom-btn {
    margin-top: 25px;
    padding: 11px 56px;
}
.custom-head.white-icons  h2 {
    color: #fff;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 94%);
}
.fun-key-sec {
    padding: 90px 0;
}
.fun-sec-inner {
    padding: 50px 70px;
    background-image: url(/wp-content/uploads/2025/10/fun-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fun-sec-inner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #5dbda1;
    left: 0;
    top: 0;
    opacity: .9;
}
a.navbar-brand img {
    filter: drop-shadow(2px 3px 3px rgb(0 0 0 / 70%));
}
.home a.navbar-brand img {
    filter: unset;
}
.family-fun-sec button:focus {
    outline-offset: 0px  !important;
}
body .fun-key-sec .container {
    max-width: 1560px;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer {
    gap: 35px;
    flex-wrap: wrap;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col {
    width: calc(33.3% - 23px);
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer .mem-col img {
    aspect-ratio: 16/10;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col::before {
    background: linear-gradient(360deg, rgb(0 0 0) 0%, rgba(250, 250, 250, 0) 60%);
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col:hover::before {
    background: rgb(0 0 0 / 75%);
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col:hover h3 {
    display: none;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col:hover .mem-content {
    top: 60px;
    bottom: 60px;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col .mem-content p {
    font-size: 21px;
    line-height: normal;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    text-align: center;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col p {
    display: none;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col:hover p{
    display: block;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col .mem-content h3 {
    font-size: 38px;
    line-height: 42px;
    text-align: center;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer .mem-col .fun-socials a img {
    aspect-ratio: unset;
    width: auto;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col .fun-inn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(360deg, rgb(0 0 0) 0%, rgba(250, 250, 250, 0) 60%);
}
.fun-inn {
    position: relative;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col::before {
    content: unset;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col:hover .fun-inn::before {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
}
.fun-socials {
    display: flex;
    gap: 30px;
    margin-top: 10px;
    justify-content: center;
}
.fun-socials a {
    background: #0355a7;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    transition: .3s ease all;
}
.fun-socials a:hover {
    background: #f46036;
}
.fun-sec-inner.fun-blue-bg::before {
    background: #0355a7;
}
.fun-sec-outer {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px;
}
.fun-sec-outer .fun-sec-inner .fun-cols-outer.memories-outer .mem-col .mem-content {
    bottom: 10px;
    transform: translateY(0%);
}
.fun-sec-inner.fun-blue-bg .fun-socials a {
    background: #5dbda1;
}
.fun-sec-inner.fun-blue-bg .fun-socials a:hover {
    background: #f46036;
}
div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 .ngg-gallery-thumbnail-box a.ngg-simplelightbox {
    margin: 0;
}
.photo-gallery-sec.amenities-comfortable .custom-head {
    margin-bottom: 80px;
}
/******water park*****/
/*******testimonials****/
section.banner-sec.testimonial-banner {
    background: url(/wp-content/uploads/2025/10/testimonial-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-wrap-inner {
    max-width: 875px;
    margin: 0 auto;
    gap: 100px;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}
.testimonial-col {
    display: flex;
    gap: 40px;
}
.testi-img-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.testimonial-cont h3 {
    font-size: 44px;
    color: #0355a7;
    line-height: normal;
    display: inline-block;
    position: relative;
    margin: 0;
}
.testimonial-cont h3::before {
    content: '';
    background: #89cdbd;
    width: 92%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50.5%;
    transform: translateX(-50%);
}
.testimonial-cont p {
    margin: 30px 0;
    font-size: 19px;
    line-height: normal;
    color: #000;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
}
.testimonial-col {
    display: flex;
    gap: 40px;
    align-items: start;
}
.testimonial-cont h6 {
    font-size: 21px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    margin: 0;
    line-height: normal;
}
/*******testimonials****/
/******contact**/
section.banner-sec.amenities-banner.contact-banner {
    background: url(/wp-content/uploads/2025/10/contact-banner.png);
    background-position: bottom;
}
section.amenities-banner {
    background-position: bottom !important;
}
section.contact-sec.amenities-contact.contact-page-sec::before {
    background-image: url(/wp-content/uploads/2025/10/cont-inner-bg.png);
    opacity: .4;
    background-color: #000;
}
.amenities-comfortable.contact-head {
    padding-bottom: 30px;
}
/******contact**/
div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 {
    display: flex !important;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0;
}
div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 .ngg-gallery-thumbnail-box {
    width: calc(33.3% - 20px);
}
section.photo-gallery-sec .container {
    max-width: 1830px;
}
div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 .ngg-clear {
    display: none;
}
div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 br{display: none;}
.footer-widget.widget_media_image a img {
    filter: drop-shadow(2px 3px 3px rgb(0 0 0 / 51%));
}


/* 31-10-2025 */

.custom-local-attration .memories-outer {
    gap: 52px;
}
.custom-local-attration .memories-outer .mem-col {
    width: calc(31.8% - 17.333px);
}
.local-attraction-wrap .custom-local-attration:last-child {
    margin-top: 60px;
}
.custom-local-attration .attraction-outer .local-col .mem-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.custom-local-attration .attraction-outer .local-col:hover .mem-content h3 {
    display: unset;
    -webkit-line-clamp: none;
    overflow: unset;
}
.thumbnails-images a img {
    max-width: 100%;
}







@media(max-width:1600px){
    section.happy-thoughts-sec {
        background-position: center;
    }
    img.interactive-logo {
        width: 11%;
    }
    footer .footer-back-wrapper:before {
        background-position: center;
    }
}
@media(max-width:1440px){
    nav.navbar ul li a {
        font-size: 34px;
        line-height: 34px;
    }
    header#masthead a.navbar-brand img {
        max-width: 80%;
    }
    div#navbarNav {
        max-width: 84%;
    }
    .banner-content h1 {
        font-size: 61px;
        line-height: 71px;
        margin-bottom: 45px;
    }
    .custom-btn {
        font-size: 34px;
        line-height: 34px;
    }
    section.banner-sec {
        padding: 300px 0 150px;
    }
    .memories {
        padding: 150px 0 100px;
    }
    .custom-head h2 {
        font-size: 52px;
        line-height: 62px;
    }
    .rving-outer .rving-inner .rving-cont h2 {
        font-size: 52px;
    }
    section.contact-sec::before {
        background-size: 75%;
    }
    .banner-content h1 span::before {
        width: 100%;
        left: 0;
        transform: unset;
    }
    .memories-outer .mem-col .mem-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .memories-outer .mem-col .mem-content {
        transform: translateY(60%);
    }
    .interactive-section {
        padding: 120px 0 150px;
    }
    .good-times-slider .slick-arrow img {
        max-width: 15px;
    }
    section.good-times .good-time-slide::before {
        width: 26px;
        height: 26px;
        background-size: 26px;
    }
    .testimonial-cont h3 {
        font-size: 36px;
    }
    .testimonial-wrap-inner {
        gap: 70px;
    }
}
@media(max-width:1199px){
    .activity-outer .activity-col h3 {
        font-size: 32px;
        line-height: 32px;
    }
    nav.navbar ul#primary-menu-list {
        gap: 20px;
    }
    nav.navbar ul li a {
        font-size: 30px;
        line-height: 30px;
    }
    header#masthead a.navbar-brand img {
        max-width: 62%;
    }
    header#masthead a.navbar-brand {
        top: 5px;
    }
    footer .footer-cntnt-wrapper {
        justify-content: space-between;
    }
    .footer-image-col img {
        max-width: 85% !important;
    }
    footer .footer-address p, .footer-address a {
        font-size: 20px;
    }
    ul#menu-footer-menu li a {
        font-size: 20px;
    }
    .copy-sec p {
        font-size: 18px;
    }
    .cont-detail h5 {
        font-size: 32px;
        line-height: 32px;
    }
    .banner-content h1 {
        font-size: 51px;
        line-height: 61px;
        margin-bottom: 30px;
    }
    .banner-content p {
        font-size: 26px;
        line-height: 36px;
    }
    .custom-btn {
        font-size: 30px;
        line-height: 30px;
    }
    section.banner-sec {
        padding: 250px 0 120px;
    }
    .custom-head h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .memories-outer .mem-col  .custom-btn {
        font-size: 24px;
        line-height: 24px;
        padding: 9px 30px;
    }
    section.family-fun-sec {
        background-position: center;
    }
    .activity-outer .activity-col {
        width: calc(33.3% - 20px);
    }
    .activity-outer {
        gap: 30px;
        justify-content: center;
    }
    .interactive-section .interactive-outer .interactive-slider h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .interactive-slider-col ul li {
        font-size: 18px;
        line-height: normal;
    }
    .interactive-slider-col ul li::before {
        background-size: 30px;
    }
    .interactive-slider-col ul li {
        font-size: 18px;
        padding-left: 45px;
    }

    .interactive-slider-col ul {
        padding: 20px 18px;
    }
    .interactive-section .interactive-outer .interactive-cont .custom-head .custom-btn {
        font-size: 24px;
        line-height: 24px;
    }
    section.rving-sec .rving-img-sec img {
        left: 30px;
        bottom: 30px;
    }
    section.rving-sec .right-img-sec .rving-img-sec img {
        left: -30px;
        bottom: 30px;
    }
    section.rving-sec {
        padding: 120px 0 90px;
    }
    .interactive-section {
        padding: 100px 0 120px;
    }
    .cont-form {
        width: 480px;
    }
    .cont-detail {
        width: calc(100% - 480px - 45px);
    }
    .cont-form h4 {
        font-size: 38px;
    }
    .rving-outer .rving-inner .rving-cont h2 {
        font-size: 45px;
        line-height: normal;
    }
    .custom-local-attration .memories-outer {
    gap: 35px;
    justify-content: center;
}
}
@media(max-width:1024px){
    .memories-outer .mem-col {
        width: calc(50% - 11px);
    }
    .custom-local-attration .memories-outer .mem-col {
    width: calc(49% - 11px);
}
}
@media(max-width:991px){
    .contact-map img {
        aspect-ratio: 16/6;
        object-fit: cover;
    }
    .photo-gallery-sec.amenities-comfortable .custom-head {
        margin-bottom: 50px;
    }
    div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 .ngg-gallery-thumbnail-box {
        width: calc(50% - 15px);
    }
    .custom-head.head-with-icons h2::before, .custom-head.head-with-icons h2::after {
        bottom: auto;
        top: 0;
    }
    .testimonial-cont p {
        margin: 20px 0;
    }
    .testimonial-cont h3 {
        font-size: 30px;
    }
    .testimonial-wrap-inner {
        padding-top: 20px;
        gap: 40px;
    }
    img.banner-logo {
        max-width: 300px;
    }
    .activity-outer .activity-col h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .cont-logo-sec span img {
        max-width: 80%;
        margin-right: 0;
    }
    .cont-logo-sec img {
        max-width: 30%;
    }
    .pull-right.slick-arrow {
        left: auto;
        right: 20px;
    }
    .slick-arrow {
        left: 20px;
    }
    .navbar-light .navbar-toggler-icon {
        background: unset !important;
    }
    button.navbar-toggler {
        background-color: #0050a5 !important;
        padding: 5px 6px;
        border-radius: 0;
        background-image: url(/wp-content/uploads/2025/10/haburger.png);
        display: flex;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
    }
    div#navbarNav {
        max-width: 100%;
    }
    button.navbar-toggler:focus {
        box-shadow: none;
        border: none;
    }
    nav.navbar {
        padding: 20px 0;
    }
    header#masthead a.navbar-brand img {
        max-width: 50%;
    }
    nav.navbar div#navbarNav {
        padding-top: 100px;
    }
    div.container {
        padding: 0 20px;
    }
    .footer-image-col img {
        max-width: 200px !important;
        margin: 0 auto;
    }
    .footer-image-col {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    footer .footer-cntnt-wrapper {
        flex-wrap: wrap;
    }
    nav.menu-footer-menu-container {
        margin-left: 20px;
    }
    footer .copy-sec-outer {
        gap: 6px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .memories {
        padding: 120px 0 90px;
    }
    .interactive-section .interactive-outer {
        flex-direction: column;
        gap: 30px;
    }
    .interactive-section .interactive-outer .interactive-cont {
        width: 100%;
        text-align: center;
    }
    .interactive-section .interactive-outer .interactive-cont .custom-head h2 {
        text-align: center;
        display: inline-block;
        max-width: 100%;
        border-bottom: 2px solid #0355a7;
    }
    .interactive-section .interactive-outer .interactive-cont .custom-head {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .interactive-section .interactive-outer .interactive-cont h2 span {
        border-bottom: 0;
    }
    .interactive-section .interactive-outer .interactive-cont .custom-head p {
        text-align: center;
        font-size: 20px;
    }
    .interactive-section .interactive-outer .interactive-cont .custom-head .custom-btn {
        margin: 30px auto 0;
    }
    .interactive-section .interactive-outer .interactive-slider {
        width: 100%;
    }
    .rving-outer .rving-inner p {
        font-size: 20px;
    }
    .rving-outer .rving-inner {
        gap: 60px;
    }
    .rving-outer .rving-inner .rving-img-sec {
        max-width: calc(50% - 30px);
    }
    .rving-outer .rving-inner .rving-cont {
        width: calc(50% - 30px);
    }
    .rving-outer {
        gap: 100px;
    }
    section.happy-thoughts-sec .custom-head {
        margin-bottom: 50px;
    }
    .cont-outr {
        max-width: 100%;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
    .cont-detail {
        width: 100%;
        text-align: center;
    }
    .call-info {
        align-items: start;
        justify-content: center;
    }
    .cont-detail p {
        margin: 30px 0 30px;
    }
    section.contact-sec {
        padding: 90px 0;
    }
    .cont-form {
        width: 100%;
        max-width: 600px;
    }
    .custom-head.head-with-icons h2::before, .custom-head.head-with-icons h2::after {
        width: 55px;
        height: 55px;
        left: -75px;
        background-size: 55px;
    }
    .custom-head.head-with-icons h2::after {
        right: -75px;
        background-size: 55px;
        left:auto;
    }
    section.amenities-contact .cont-outr {
        gap: 40px;
    }
    .testimonial-cont h3 {
        font-size: 32px;
    }
    .custom-local-attration .memories-outer {
    gap: 25px;
}




}
@media(max-width:767px){
    .testimonial-cont h3 {
        font-size: 26px;
    }
    .testimonial-cont p {
        font-size: 18px;
    }
    .testimonial-cont h6 {
        font-size: 18px;
    }
    .testi-img-sec {
        gap: 15px;
    }
    .cont-logo-sec span img {
        max-width: 65%;
    }
    .cont-logo-sec span {
        text-align: right;
    }
    img.banner-logo {
        max-width: 250px;
    }
    div#funModal .modal-dialog {
        max-width: 85%;
        margin: 0 auto;
    }
    div#funModal .modal-header .btn-close {
        width: 18px;
        height: 18px;
    }
    .activity-outer .activity-col h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .custom-head.head-with-icons {
        max-width: 75%;
        margin: 0 auto 30px;
    }
    .footer-image-col img {
        max-width: 130px !important;
    }
    .testimonial-slide {
        padding: 30px;
    }
    .testimonial-slide h5 {
        font-size: 22px;
    }
    .testimonial-slide p {
        font-size: 18px;
    }
    .interactive-section .interactive-outer .interactive-cont .custom-head p {
        font-size: 18px;
    }
    .custom-head p {
        font-size: 18px;
    }
    .rving-outer .rving-inner .custom-head {
        margin-bottom: 20px;
    }
    .rving-outer .rving-inner.rving-inner.right-img-sec .rving-cont {
        text-align: left;
    }
    .rving-inner.right-img-sec  p {
        text-align: left;
    }
    .rving-outer .rving-inner.rving-inner.right-img-sec .rving-cont .custom-head {
        text-align: left;
        flex-direction: row-reverse;
        justify-content: start;
    }
    .rving-outer .rving-inner.blue-highlight-sec.right-img-sec {
        gap: 30px;
    }
    nav.navbar ul li a {
        font-size: 26px;
        line-height: 26px;
    }
    nav.navbar ul#primary-menu-list {
        gap: 25px;
    }
    footer .copy-sec-outer {
        justify-content: center;
        flex-direction: column;
    }
    footer .footer-cntnt-wrapper {
        padding: 30px 0px 30px 0px;
    }
    footer .footer-back-wrapper h4.footer-widget-title {
        font-size: 26px;
    }
    .banner-content h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .banner-content p {
        font-size: 24px;
        line-height: 34px;
    }
    .custom-btn {
        font-size: 26px;
        line-height: 26px;
        margin-top: 30px;
    }
    section.banner-sec {
        padding: 200px 0 90px;
    }
    .custom-head.head-with-icons h2::before, .custom-head.head-with-icons h2::after {
        width: 40px;
        height: 40px;
        background-size: 40px;
        top: 8px;
        left: -50px;
    }
    .custom-head.head-with-icons h2::after {
        right: -50px;
        background-size: 40px;
        left: auto;
    }
    .memories {
        padding: 90px 0 90px;
    }
    .custom-head h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .custom-head {
        margin-bottom: 40px;
    }
    section.family-fun-sec h2 {
        font-size: 38px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    section.family-fun-sec {
        padding: 90px 0;
    }
    section.family-fun-sec  .custom-btn {
        font-size: 24px;
        line-height: 24px;
        padding: 14px 30px;
        margin-top: 40px;
    }
    section.family-fun-sec  p {
        font-size: 24px;
        line-height: 24px;
    }
    .family-fun-sec button {
        width: 70px;
        height: 70px;
    }
    .activities {
        padding: 70px 0;
    }
    .interactive-section {
        padding: 70px 0 100px;
    }
    .rving-outer .rving-inner {
        gap: 40px;
        flex-direction: column;
    }
    .rving-outer .rving-inner .rving-img-sec {
        max-width: 95%;
    }
    .rving-outer .rving-inner .rving-cont {
        width: 100%;
    }
    .rving-outer .rving-inner .rving-cont img {
        max-width: 50px;
    }
    .rving-outer .rving-inner p {
        font-size: 18px;
    }
    .rving-outer  .custom-btn {
        padding: 10px 30px;
        margin-top: 30px;
        font-size: 24px;
        line-height: 24px;
    }
    .rving-outer {
        gap: 70px;
    }
    .rving-inner.blue-highlight-sec.right-img-sec {
        flex-direction: column-reverse;
    }
    .rving-outer .rving-inner.blue-highlight-sec.right-img-sec .rving-img-sec {
        margin-left: auto;
    }
    section.rving-sec {
        padding: 90px 0 70px;
    }
    .rving-outer .rving-inner .rving-cont h2 {
        font-size: 38px;
    }
    section.good-times {
        padding: 70px 0 70px;
    }
    .activity-outer .activity-col {
        width: calc(50% - 15px);
    }
    section.contact-sec {
        padding: 70px 0;
    }
    .cont-detail h5 {
        font-size: 28px;
        line-height: 28px;
    }
    .call-info a {
        font-size: 26px;
        line-height: 26px;
        text-align: left;
        display: block;
    }
    .call-info img {
        max-width: 40px;
    }
    .ph_num span {
        font-size: 18px;
    }
    .cont-form h4 {
        font-size: 32px;
    }
    section.amenities-comfortable .rving-outer .rving-inner img {
        left: 20px;
        bottom: 20px;
    }
    .amenities-outer .amenities-comfortable.rving-sec {
        padding: 70px 0 70px;
    }
    section.rving-sec.amenities-comfortable.main-faq-section {
        padding: 70px 0;
    }
}
@media(max-width:575px){
    .amenities-comfortable.custom-page {
        padding: 50px 0 30px;
    }
    .photo-gallery-sec.amenities-comfortable .custom-head {
        margin-bottom: 30px;
    }
    div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 .ngg-gallery-thumbnail-box {
        width: calc(50% - 7.5px);
    }
    div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 {
        gap: 15px;
    }
    section.rving-sec.amenities-comfortable.main-faq-section {
        padding: 50px 0;
    }
    .amenities-outer .amenities-comfortable.rving-sec {
        padding: 50px 0 50px;
    }
    .cont-logo-sec span img {
        max-width: 50%;
    }
    div#funModal .modal-header .btn-close {
        width: 14px;
        height: 14px;
        right: 0;
    }
    .memories-outer .mem-col img {
        aspect-ratio: 1;
    }
    .memories-outer .mem-col {
        width: 100%;
    }
    ul#menu-footer-menu li a {
        font-size: 18px;
    }
    footer .footer-address p, .footer-address a {
        font-size: 18px;
    }
    footer .footer-back-wrapper h4.footer-widget-title {
        font-size: 24px;
    }
    img.free-wifi-img {
        max-width: 70px;
    }
    .social-icons-col {
        width: 100%;
    }
    .footer-social .custom-html-widget {
        flex-direction: row;
        gap: 20px;
    }
    footer .copy-sec-outer p {
        text-align: center;
        line-height: normal;
    }
    .footer-image-col img {
        max-width: 130px !important;
    }
    .memories-outer .mem-col .mem-content {
        transform: unset;
    }
    .memories-outer .mem-col::before {
        background: rgb(3 85 167 / 70%);
    }
    .memories-outer .mem-col.green-bg::before {
        background: rgb(97 193 166 / 70%);
    }
    section.good-times {
        padding: 50px 0 50px;
    }
    section.contact-sec {
        padding: 50px 0;
    }
    section.happy-thoughts-sec {
        padding: 50px 0 50px;
    }
    section.happy-thoughts-sec .custom-head {
        margin-bottom: 35px;
    }
    .happy-thoughts-sec .slick-dots button {
        margin-top: 30px;
    }
    ul.slick-dots li button {
        width: 14px;
        height: 14px;
    }
    .interactive-section .interactive-outer .interactive-slider ul.slick-dots li button {
        width: 14px;
        height: 14px;
    }
    .interactive-section .interactive-outer .interactive-slider ul.slick-dots {
        bottom: -30px;
    }
    .interactive-section {
        padding: 50px 0 70px;
    }
    .interactive-slider  .slick-list.draggable {
        left: 0;
    }
    .activities {
        padding: 50px 0;
    }
    section.family-fun-sec {
        padding: 50px 0;
    }
    .family-fun-sec button {
        width: 50px;
        height: 50px;
        outline: 3px solid #fff !important;
    }
    section.family-fun-sec h2 {
        font-size: 32px;
        margin-top: 42px;
    }
    section.family-fun-sec  p {
        font-size: 20px;
        line-height: 20px;
    }
    section.family-fun-sec  .custom-btn {
        font-size: 20px;
        line-height: 20px;
        padding: 12px 20px;
        margin-top: 30px;
    }
    .memories-outer .mem-col  .custom-btn {
        font-size: 22px;
        line-height: 22px;
        padding: 10px 20px;
    }
    .banner-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .banner-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .custom-btn {
        font-size: 22px;
        line-height: 22px;
        margin-top: 25px;
        padding: 12px 22px;
    }
    section.banner-sec {
        padding: 180px 0 70px;
    }
    .memories {
        padding: 50px 0 50px;
    }
    .activity-outer .activity-col h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .activity-outer {
        gap: 20px;
    }
    .activity-outer .activity-col {
        width: calc(50% - 10px);
    }
    .custom-head h2 {
        font-size: 32px;
        line-height: normal;
    }
    .testimonial-cont p {
        margin: 10px 0;
    }
    .custom-local-attration .memories-outer .mem-col {
    width: 100%;
}
.custom-local-attration .attraction-outer .local-col .mem-content h3 {
    display: unset;
    -webkit-line-clamp: none;
    overflow: unset;
}
.custom-local-attration .memories-outer {
    gap: 22px;
}
.local-attraction-wrap .custom-local-attration:last-child {
    margin-top: 50px;
}
}
@media(max-width:480px){
    div#ngg-gallery-669f27894ffd198311b3a92afc4b08bc-1 .ngg-gallery-thumbnail-box {
        width: 100%;
    }
    .testimonial-cont {
        text-align: center;
    }
    .testimonial-col {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .cont-logo-sec span img {
        max-width: 100%;
    }
    .cont-logo-sec img {
        max-width: 40%;
    }
    .cont-logo-sec span {
        width: 40px;
        height: 40px;
    }
}
@media(max-width:380px){
    .activity-outer .activity-col {
        width: 100%;
    }
}