@import url('https://use.typekit.net/uib8zlp.css');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    --body: #413e45;
    --black: #23263e;
    --black: #282a37;
    --black: #327015;
    --primary: #3b8156;
    --accent: #1f588e;
    --accent: #2f8b57;
    --off: #f6f6ed;
    --off: #f4f3f0;
    --off: #ffffff;
    --opaque: #e4e8db;
    --blue: #196a9d;
    --navy: #2a2f3c;
    --tradblue: #1e508c;
    --tall: #115986;
    --aqua: #066b8f;
    --green: #31695a;
    --moss: #e2e1db;
    --moss: #ffffff;
    --light: #1fb14c;
    --red: #bd4444;
    --tradred: #9f4747;
    --darkred: #733a3a;
    --burntorange: #7c2626;
    --brown: #533d35;
    --yellow: #f4c050;
    --white: #f2f5f6;
    --white: #fcfcfc;
    --gray: #cde1eb;
    --darkgray: #c9d4e0;
    --tan: #c1c0b8;
    --transparent: rgba(255, 255, 255, .666);
}

* {
    margin: 0;
    padding: 0;
}

html,
body,
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    height: auto;
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--body);
}

@media only screen and (max-width: 1920px) {
    body {
        font-size: 17.5px;
    }
}

@media only screen and (max-width: 1680px) {
    body {
        font-size: 16.5px;
    }
}

@media only screen and (max-width: 1440px) {
    body {
        font-size: 15px;
    }
}

.color-accent {
    color: var(--accent) !important;
}

.color-off {
    color: var(--off) !important;
}

.color-red {
    color: var(--red) !important;
}

.color-white {
    color: #fff !important;
}

/* ================================================================================= */
/* TYPOGRAPHY  */
/* ================================================================================= */

.lead {
    margin: 2rem 0;
    font-family: "Libre Baskerville", serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1 {
    margin: 1.4rem 0;
    font-family: "Libre Baskerville", serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    margin: 1.4rem 0;
    font-family: "Libre Baskerville", serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 2000px) {
    h1 {
        font-size: 2.7rem;
    }

    h2 {
        font-size: 2.1rem;
    }
}

@media only screen and (max-width: 1720px) {
    h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1560px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 1366px) {
    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 1.7rem;
    }
}

h3 {
    display: block;
    margin: 1rem 0;
    font-family: "Libre Baskerville", serif;
    font-size: 135%;
    font-weight: 400;
    color: var(--green);
    line-height: 1.4;
    text-transform: none;
}

h4 {
    display: block;
    margin: 1rem 0;
    font-family: "Libre Baskerville", serif;
    font-size: 135%;
    font-weight: 300;
    line-height: 1.3;
    text-transform: none;
}

h5 {
    display: block;
    margin: 1rem 0;
    font-family: "Libre Baskerville", serif;
    font-size: 135%;
    font-weight: 400;
    line-height: 1.3;
    text-transform: none;
}

h6 {
    display: block;
    margin: 0 0 1rem;
    font-family: "Libre Baskerville", serif;
    font-size: 105%;
    font-weight: 400;
    line-height: 1.5;
}

.subheading {
    display: block;
    font-family: "Libre Baskerville", serif;
    font-family: "Libre Baskerville", serif;
    font-size: 120%;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tagline {
    display: inline-block;
    margin: 0 0 1rem;
    font-size: 115%;
    line-height: 1.2;
    color: var(--off);
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
}

@media only screen and (max-width: 1366px) {}

.hero .tagline,
.bg-dark .tagline {
    color: var(--transparent);
}

.bg-dark .lead,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h6,
.bg-dark .subheading {
    color: #fff !important;
}

/*.title:first-child,*/
.lead:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child {
    margin-top: 0;
}

title:last-child,
.lead:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0;
}

/* ================================================================================= */
/* CONNECT */
/* ================================================================================= */

#container {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: auto;
    /*	background: var(--gray);*/
    /*	border-top: 4px var(--accent) solid;*/
    /*	border-radius: 8px 8px 0 0;*/
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 1920px) {
    #container {
        border-radius: 0;
    }
}

#connect-wrap {
    background: var(--off);
}

#connect {
    display: grid;
    /*	grid-template-columns: auto auto;*/
    align-items: auto;
    justify-content: space-around;
    justify-content: flex-end;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: auto;
    font-family: "Libre Baskerville", serif;
    /* Just in case body font changes */
    /*	background: var(--black);*/
    box-sizing: border-box;
}

#connect.bg-dark {
    padding-right: 3%;
    padding-left: 3%;
    justify-content: space-between !important;
}

header>#connect,
nav>#connect {
    position: absolute;
    padding: 0 1.8rem .2rem;
}

.contact-info {
    justify-content: flex-start;
}

@media only screen and (max-width: 2048px) {
    .company-info {
        justify-content: flex-start;
    }

    .contact-info {
        justify-content: flex-end;
    }
}

.company-info,
.contact-info {
    display: flex;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 12px;
    /* background-color: #9d053c; */
    /* margin-bottom: 14px; */
}

.company-info {
    justify-content: flex-end;
    padding: 0;
    text-align: left;
}

.company-info a {
    display: flex;
    align-items: center;
    color: var(--transparent);
    color: var(--primary);
    text-decoration: none;
}

.company-info i {
    font-size: 180% !important;
    color: var(--accent);
    transition: all .2s ease-in;
}

.company-info a:hover i {
    color: var(--accent);
    /*	transform: rotate(-180deg);*/
}

.company-info i,
.company-info span {
    margin: 0 .6rem 0 0;
}

.company-name,
.company-description {
    font-size: 82.5%;
}

.company-name {
    font-weight: 600;
    color: #fff;
    color: var(--black);
}

.company-description {
    font-weight: 500;
    color: var(--neutral);
    color: rgba(0, 0, 0, .666);
}

@media only screen and (max-width: 1440px) {

    header>#connect,
    nav>#connect {
        position: absolute;
        padding: 0;
    }

    #connect {
        grid-gap: 40px
    }

    .company-name,
    .company-description {
        font-size: 85%;
    }
}

a#phone-number {
    display: flex !important;
    align-items: center;
    position: relative;
    width: auto;
    height: auto;
    font-family: "Libre Baskerville", serif;
    /* font-family: var(--fonts); */
    font-size: 100%;
    font-weight: 500;
    color: inherit;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 1;
    background: none;
    color: #fff;
}

a#phone-number:hover {
    /*	color: #fff;*/
}

a#phone-number i {
    display: grid;
    position: relative !important;
    /* trust me */
    align-items: center;
    left: 0 !important;
    /* trust me */
    bottom: auto !important;
    /* trust me */
    margin: 0 .5rem 0 0;
    font-size: 140% !important;
    font-weight: 300 !important;
    color: var(--accent);
    transform: none !important;
    /* trust me */
}

.bg-dark .company-info i {
    color: var(--accent) !important;
    /*	color: var(--transparent) !important;*/
}

.bg-dark .company-name {
    color: #fff !important;
}

.bg-dark .company-description {
    color: var(--transparent) !important;
}

.bg-dark a#phone-number {
    background: var(--accent);
}

.bg-dark a#phone-number:hover {
    background: var(--accent);
}

.bg-dark .social-media a {
    color: var(--transparent);
}

.bg-dark #company-email {
    color: var(--transparent);
}

.bg-dark #company-email:hover span {
    color: #fff !important;
}

#company-email {
    display: flex;
    align-items: center;
    position: relative;
    /*	padding: .4rem 1rem;*/
    font-size: 82.5%;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    /*	background: var(--primary);*/
    /*	border-radius: 80px;*/
    cursor: pointer;
    overflow: hidden;
}

a#company-email:hover span {
    color: var(--black);
}

#company-email i {
    margin: 0 .4rem 0 0;
    padding: 0;
    color: var(--accent);
    font-size: 180% !important;
    font-weight: 300 !important;
    transform: none !important;
}

a#company-email:hover i {
    color: var(--accent);
}

a#company-email:hover i {
    color: var(--accent);
}

#translate {
    display: flex;
    align-items: center;
    position: relative;
    /*	padding: .4rem 1rem;*/
    font-size: 82.5%;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    /*	background: var(--primary);*/
    /*	border-radius: 80px;*/
    cursor: pointer;
    overflow: hidden;
}

#translate i {
    margin: 0 .4rem 0 0;
    padding: 0;
    color: var(--accent);
    font-size: 180% !important;
    font-weight: 300 !important;
    transform: none !important;
}

#english,
#spanish {
    display: block;
    position: relative;
    margin: 0 .3rem 0 0;
    width: 24px;
    height: 18px;
    background: url(images/flag-us.png) center no-repeat;
    background-size: 100% auto;
}

#spanish {
    background: url(images/flag-mx.png) center no-repeat;
    background-size: 100% auto;
}

#alert .pre {
    font-size: 82.5%;
    font-weight: 500;
}

.circle {
    border-radius: 50%;
    z-index: 1;
}

@keyframes scaleIn {
    from {
        transform: scale(.8, .8);
        opacity: 1;
    }

    to {
        transform: scale(1.6, 1.6);
        opacity: 0;
    }
}

/* ================================================================================= */
/* MAIN HEADER  */
/* ================================================================================= */

#main-header {
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Libre Baskerville", serif;
    background: var(--off);
    background-size: 50% auto;
    z-index: 2;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}

section#alert {
    background-color: #0c1ea5;
}

section.top-banner img {
    height: 630px;
    object-fit: cover;
}

.home #main-header {
    border-bottom: none;
}

@media only screen and (max-width: 1920px) {
    #main-header {
        border-radius: 0
    }
}

@media only screen and (max-width: 1440px) {
    #main-header:after {
        transform: translateY(75%);
    }
}

#main-header.overlay {
    position: absolute;
    top: .8rem;
    background: none;
}

#main-header.left #site-navigation {
    display: grid;
    grid-template-columns: 11% auto;
    grid-gap: 5%;
}

#main-header.left #site-navigation .menu {
    padding: 0 !important;
    /*-- just in case --*/
}

/* ================================================================================= */
/* NAVIGATION  */
/* ================================================================================= */

#site-navigation {
    display: grid;
    grid-template-columns: 12% auto;
    grid-gap: 4%;
    align-items: center;
    /*	justify-content: center;*/
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    max-width: 1920px;
    font-size: 92.5%;
    font-weight: 300;
    /*	font-variant: small-caps;*/
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-sizing: border-box;
    z-index: 1;
}

@media only screen and (max-width: 1840px) {
    #site-navigation {
        grid-template-columns: 12.5% auto;
    }
}

@media only screen and (max-width: 1720px) {
    #site-navigation {
        grid-template-columns: 13% auto;
    }
}

@media only screen and (max-width: 1560px) {
    #site-navigation {
        grid-template-columns: 14% auto;
    }
}

@media only screen and (max-width: 1366px) {
    #site-navigation {
        grid-template-columns: 150px auto;
        grid-gap: 1%;
        align-items: self-end;
    }
}

a#logo,
a#logo img {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
    height: auto;
    transition: all .2s ease-in;
    box-sizing: border-box;
    max-width: 150px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0;
    height: auto;
    box-sizing: border-box;
    z-index: 2;
    margin: 0;
}

.menu:nth-of-type(2) {
    justify-content: flex-start;
}

.menu li {
    display: block;
    position: relative;
    margin: 0;
}

.menu li#home {
    font-variant: normal !important;
    font-weight: 900 !important;
}

.menu li#home i {
    margin: 0;
}

.menu li:last-child a {
    /* Only for graphic divider */
    background-image: none;
}

.menu a {
    display: grid;
    align-content: center;
    padding: 1rem 1.2rem;
    height: auto;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.bg-dark .menu a {
    color: var(--transparent);
    color: #fff;
}

.bg-dark .menu a:hover {
    color: var(--transparent);
}

@media only screen and (max-width: 1440px) {
    .menu {
        /*		padding: .6rem 0 0;*/
    }
}

.overlay .menu a {
    color: #fff;
}

.menu a:hover {
    color: #0c1ea5;
}

.menu a.bg-accent__btn:hover {
    color: #fff;
    background: #9d053c !important;
}

.overlay .menu a:hover {
    color: var(--transparent);
    /*	color: var(--off);*/
}

.menu i {
    display: block;
    margin: 0 0 .4em;
    margin: 0 0 .2em;
    /* for home */
    font-size: 140% !important;
    font-weight: 300 !important;
    /*
	color: var(--transparent);
	color: var(--accent);
*/
    transition: all 0.1s ease-in;
}

.overlay .menu i {
    color: #fff;
}

/* ---------------------------------------- SUBMENU ---------------------------------------- */

.sub-wrapper:after {
    content: '\e5cf';
    position: absolute;
    left: 50%;
    bottom: 0;
    font-family: 'Material Symbols Outlined';
    font-size: 180% !important;
    font-weight: 300;
    color: #000;
    transform: translate(-50%, 60%);
}

.overlay .sub-wrapper:after {
    color: var(--transparent);
}

.sub-menu {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    margin: 0;
    padding: .5rem 0;
    width: 320px;
    height: auto;
    font-family: "Libre Franklin";
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background: #0c1ea5;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 2;
}

.menu-item-has-children::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -6px;
    width: 20px;
    height: 20px;
    background-image: url(images/down.png);
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
}

.menu-item-has-children{
    position: relative;
}

@media only screen and (max-width: 1560px) {
    .sub-menu {
        width: 280px;
    }
}



.sub-menu li {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    line-height: 1.4;
    text-align: left;
}

.sub-menu a {
    display: block;
    padding: .5rem 1rem;
    height: auto;
    color: #fff;
    text-align: left;
    text-shadow: none;
    background: none;
}

.sub-menu a:hover {
    color: rgba(255, 255, 255, .8);
}

/* Custom */

.main-content__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    gap: 30px;
}

.agent-img__wrap img {
    width: 100%;
}

.about-captain__des h1 {
    color: #fff;
    font-size: 36px;
}

.about-captain__des h3 {
    font-size: 24px;
    color: #fff;
}

.about-captain__des p {
    color: #fff;
    font-weight: 800;
    margin-bottom: 24px;
}

.about-captain__des a {
    color: #fff;
}

.about-captain__des a:hover {
    color: #9d053c;
}


/* ================================================================================= */
/* CONTACT FORM */
/* ================================================================================= */

#bookingform,
#contactform {
    display: block;
    position: relative;
    margin: 0;
    padding-top: 0;
    margin: 2rem auto;
    width: auto;
    height: auto;
    border-top: 2px var(--accent) solid;
    box-sizing: border-box;
}

#contactform label,
#contactform .legend {
    font-family: Marcellus, "Marcellus Fallback";
    font-size: 90%;
    color: #333;
}

#contactform label span {
    font-family: "Libre Franklin", arial, sans-serif;
    font-size: 77.5%;
    font-weight: 600;
    color: #484848;
    text-transform: uppercase;
}

#bookingform {
    position: absolute !important;
    bottom: 12.5%;
    left: 50%;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 1180px !important;
    font-family: futura-pt;
    border: none !important;
    z-index: 9999;
    overflow: hidden;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1960px) {
    #bookingform {
        width: 1080px !important;
    }
}

@media only screen and (max-width: 1480px) {
    #bookingform {
        width: 920px !important;
    }
}

#bookingform input,
#bookingform input:hover {
    margin: 0 !important;
    padding: 0 12px;
    width: 100% !important;
    height: 100%;
    font-size: 90% !important;
    border-right: none;
    border-radius: 0 !important;
}

#bookingform i.material-symbols-outlined {
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 125% !important;
    font-weight: 300 !important;
    color: #656565;
    transform: translateY(-50%);
    z-index: 9999;
}

#bookingform input#submit,
#bookingform input#submit:hover {
    padding: 15px 12px !important;
    font-family: futura-pt, "Libre Franklin" !important;
    font-size: 115% !important;
    font-weight: 400 !important;
    background: var(--primary) !important;
}

#bookingform .form-select {
    margin: 0;
    padding: 0 12px 0 40px;
    width: 100%;
    height: 100%;
    font-size: 90% !important;
    border-radius: 0;
    outline: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}

#bookingform option {
    border-radius: 0px;
}

#bookingform fieldset {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0 auto !important;
    padding: 20px !important;
    background: #a5c4d9;
    background: #5196c4;
    background: #3383b9;
    background: var(--accent);
    border-radius: 6px !important;
}

/* ============================== */
/* MOBILE RESPONSIVENESS  */
/* ============================== */

.menu-toggle,
.call-btn {
    display: none;
}

span.close-menu {
    display: none;
}

a.bg-accent__btn {
    background-color: #cd9a33;
}

a.bg-accent__btn {
    background-color: #cd9a33;
    padding: 12px 30px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    max-width: max-content;
    color: #fff;
}

.description-inr__wrap p {
    margin-bottom: 24px;
}

a.bg-accent__btn:hover {
    color: #fff;
    background-color: #9d053c;
}

.description-inr__wrap ul li {
    margin: 14px;
}

.ftr-description__wrap p {
    font-size: 20px;
}

.ftr-description__wrap {
    text-align: center;
    padding-top: 40px;
}

.ftr-description__wrap p,
.ftr-description__wrap a {
    color: #000;
}

.contact-outer__wrap iframe {
    width: 100%;
}

.contact-outer__wrap {
    padding: 100px 0;
}

.ftr-logo__wrap img {
    max-width: 120px;
    width: 100%;
}

.ftr-logo__wrap a {
    display: block;
    margin: 0 auto;
    max-width: 120px;
}

.ftr-description__wrap p a:hover {
    color: #0c1ea5;
}

.copyight-text__wrap {
    text-align: center;
    padding: 20px;
    color: #000;
    border-top: 1px solid #dadada;
    margin-top: 30px;
}

section.top-banner {
    position: relative;
}

.contact-us__wrap a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #0c1ea5;
    border: 1px solid #0c1ea5;
}

.banner-img img {
    width: 100%;
}

.contact-us__wrap a {
    background-color: #0c1ea5;
    padding: 10px 20px;
    max-width: 140px;
    margin: 0 auto;
    color: #fff;
}

.banner-description__wrap h1 {
    color: #fff;
}

.banner-description__wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.property-description__wrap ul li {
    padding-bottom: 16px;
}

.social-media__wrap a img {
    max-width: 40px;
    margin: 0 auto;
    text-align: center;
}

.social-media__wrap {
    text-align: center;
    padding-top: 32px;
}

.social-media__wrap a img:first-child {
    margin-right: 6px;
}

.description-inr__wrap {
    position: relative;
    z-index: 9;
}

.description-inr__wrap p {
    line-height: 2;
}

.inner-page-content__wrap {
    padding: 80px 0;
}

.info-section__wrap.main-page {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}

footer#footer-wrap {
    border: 1px solid #dadada;
}



.inner-page-content__wrap img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 30px;
}

.info-outer__wrap {
    background-color: #0c1ea6;
    text-align: center;
    padding: 100px 0;
}

.stay-info__wrap {
    padding: 100px 0;
    text-align: center;
}

.availability-check__wrap a {
    display: block;
    background-color: #0c1ea6;
    padding: 10px 20px;
    color: #fff;
    max-width: 180px;
    text-align: center;
    border: 1px solid #0c1ea6;
}

.availability-check__wrap a:hover {
    background-color: transparent;
    border: 1px solid #0c1ea6;
    text-decoration: none;
    color: #0c1ea6;
}

.property-description__wrap img {
    width: 100%;
    margin-bottom: 30px;
}

.stay-info__wrap p {
    max-width: 1000px;
    margin: 0 auto;
}

.gallery-outer__wrap {
    text-align: center;
    padding: 100px 0;
}

.info-outer__wrap p,
.info-outer__wrap h2 {
    color: #fff;
}

.info-outer__wrap h1 {
    color: #fff;
}

.info-section__wrap.main-page h3 {
    color: #fff;
}

.info-section__wrap.main-page .reach-out__btn.main a {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.service-box__wrap img {
    max-width: 490px;
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.service-box__wrap {
    position: relative;
    max-width: 100%;
}

.service-box__description {
    position: absolute;
    bottom: 24px;
    left: 13px;
    z-index: 999;
}

.service-box__description h1 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 7px 0;
}

.service-box__wrap::after {
    background-color: #00000082;
    height: 450px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
}

section.services {
    display: flex;
    gap: 16px;
    padding: 60px 20px 0;
    /* flex-wrap: wrap; */
}

section.adventure-text__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 60px 20px;
}

a.service_btn {
    color: #fff;
    background-color: #cd9a33;
    padding: 9px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: max-content;
}

section.adventure-text__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 60px 20px;
}

.adventure-txt__wrap h1 {
    color: #fff;
}

.adventure-txt__wrap h3 {
    color: #fff;
}

.adventure-txt__wrap p {
    color: #fff;
}

.adventure-txt__wrap h2 {
    color: #fff;
}

a.service_btn:hover {
    background-color: #9d053c;
}

ul.points__wrap {
    color: #fff;
    margin: 15px;
}

.adventure-txt__wrap p {
    margin-bottom: 24px;
}


.ngg-gallery-thumbnail img {
    width: 100%;
}

.ngg-galleryoverview{
    margin-bottom: 0 !important;
}

a#phone-number img {
    margin-right: 4px;
}
/* custom responsive classes */

@media screen and (min-width: 1023px) {
    .menu-item-has-children:hover .sub-menu {
        display: block;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {

    .overlay .menu i {
        color: #000;
    }

    .sub-menu {
        background: #0c1ea5;
    }
    .testimonial-content {
        padding: 14.5% 15% 0;
    }

    #site-navigation {
        padding: 10px 16px;
    }

    .company-info,
    a#phone-number {
        display: none !important;
    }

    #main-header.overlay {
        top: 0px;
    }

    div#connect {
        background-color: #1a7a9c;
        z-index: 1;
    }

    #connect.bg-dark {
        justify-content: center !important;
    }

    .menu {
        display: none;
        display: flex;
        align-items: start;
        justify-content: start !important;
        position: fixed;
        flex-direction: column;
        background: #fff;
        left: 0;
        top: 0;
        justify-content: center;
        align-items: start;
        height: 100vh;
        z-index: 111123;
        width: 100%;
        left: -100%;
        transition: left 0.25s;
    }

    span.close-menu {
        display: block;
    }

    .sub-menu {
        height: auto;
    }

    .sub-menu {
        font-size: 85%;
    }

    header#main-header {
        position: relative !important;
    }

    #site-navigation {
        font-size: 115%;
        display: flex;
        justify-content: space-between;
        align-items: self-start;
        width: 100%;
        padding: 0;
        align-items: center;
    }

    .menu.visible {
        left: 0;
    }

    .overlay .menu a {
        color: #000;
    }

    a#logo,
    a#logo img {
        width: 100px;
    }

    .menu-toggle,
    .call-btn {
        display: block;
        color: #000;
        text-decoration: none;
        font-size: 24px;
        margin-top: 30px;
    }

    a.menu-toggle:hover {
        color: #282a37;
        text-decoration: none;
    }

    span.close-menu {
        position: absolute;
        right: 17px;
        top: 10px;
        z-index: 99;
    }

    .menu-toggle span,
    .call-btn span {
        color: var(--black);
        font-size: 32px;
    }

    /* .menu-item-has-children:after {
        display: none;
    } */

    .menu-item-has-children::after {
        position: absolute;
        content: '';
        left: unset;
        right: 20px;
        bottom: unset;
        width: 20px;
        height: 20px;
        background-image: url(images/down.png);
        background-repeat: no-repeat;
        text-align: center;
        margin: 0 auto;
        top: 10px;
    }

    .sub-menu {
        position: unset;
        width: auto;
        border-radius: 0;
        width: 100%;
    }

    .overlay .menu a {
        color: #000;
        display: flex;
        align-items: center;
    }

    .overlay .menu a:hover {
        color: unset;
    }

    .menu li {
        display: block;
        position: relative;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 100%;
    }

    .menu.visible li a {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
    }

    ul.sub-menu li a {
        color: white !important;
    }

    .sub-menu a {
        padding: 1rem 1.4rem;
    }

    .hero {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: unset;
        width: 100%;
        height: 100%;
        font-weight: 600;
        color: var(--transparent);
        background: var(--black);
        z-index: 1;
    }

    .home .hero {
        padding: unset;
    }

    .slide-image-container>img {
        height: 620px;
        width: 100%;
        object-fit: cover;
    }

    .split-1-1-1-1 {
        grid-template-columns: repeat(3, 1fr);
    }

    .ratess.article-left {
        grid-template-columns: 1fr !important;
        grid-gap: 1%;
        padding-bottom: 110px;
    }

    #specials {
        padding: 16px;
        gap: 20px;
    }

    .split.split-1-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .drag-center .title {
        font-size: 40px;
    }

    .content h1 {
        font-size: 25px;
    }

    .btn.jumbo {
        padding: 12px 0;
        font-size: 16px;
    }

    .lead {
        font-size: 20px;
    }

    #featured article a.btn {
        padding: 12px 0 !important;
        font-size: 16px;
    }

    .split-3-1 {
        grid-template-columns: 2fr 1fr;
    }

    a#company-email {
        display: none;
    }

    .name-email-phone,
    .address {
        display: block;
    }

    fieldset.split.gap-sm {
        display: block;
    }

    input,
    select,
    textarea {
        width: 100%;
    }

    a#logo,
    a#logo img {
        width: 100%;
        max-width: 100px;
    }

    /* 	404 */

    .error-inner-text h1 {
        font-size: 120px;
    }

    .error-inner-text p {
        font-size: 22px;
    }

    .contact-info {
        display: none;
    }
}

@media screen and (max-width: 992px) {

    .slide-image-container>img {
        height: 550px;
    }

    .map iframe {
        width: 100%;
    }

    .split {
        grid-template-columns: 1fr;
    }

    .swiper-slide.testimonial {
        background-size: cover;
    }

    #cabins .excerpt {
        display: block;
        margin: 0 0 10px;
        padding: 0 4%;
    }

    .split-1-2 {
        grid-template-columns: 1fr;
    }

    #cabins-list {
        display: flex;
        overflow: auto;
    }

    #cabins-list .lead img {
        display: none;
    }

    #cabins-list .lead {
        width: 260px;
    }

    #cabins {
        background-size: cover;
    }

    .split.split-1-1-1-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    #cabins-list .lead {
        font-size: 16px;
        margin: 0 0 15px;
        border-radius: 4px;
    }

    footer .copyright+.split {
        width: 100%;
    }

    footer .copyright+.split #branding {
        max-width: 200px;
        margin: 0 auto;
        width: 100%;
        padding-top: 30px;
    }

    footer {
        padding-bottom: 2rem;
        z-index: 0 !important;
    }

    #footer-wrap {
        padding: 2rem 40px 2rem;
    }

    #specials,
    #testimonials {
        z-index: 0;
    }

    #testimonials .stars {
        margin: 0 0 5px !important;
        font-size: 16px;
    }

    td h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .custom-table p {
        font-size: 14px;
    }

    .checklistdark,
    .checklist,
    .xlist {
        margin: 0.8rem 0;
    }

    .checklist li,
    .xlist li {
        font-size: 14px;
        line-height: 1.4;
    }

    #blurb {
        font-size: 16px;
    }

    h2 {
        font-size: 18px;
    }

    .report-single-img img {
        width: 340px !important;
    }

}

@media screen and (max-width: 870px) {
    #pre {
        display: block;
    }

    #receptionist img {
        margin: 0 auto;
        max-width: 200px;
    }

    #memberships {
        justify-content: center;
    }

    #receptionist {
        display: block;
        margin-bottom: 50px;
    }

    #testimonials .swiper-pagination {
        bottom: 5px !important;
    }

    .circle {
        top: 13px;
        width: 170px;
        height: 170px;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .content {
        padding: 20px;
    }

    #sidebar a.btn {
        padding: 12px;
    }

    #sidebar .caption>*:first-child {
        font-size: 16px;
    }

    #sidebar article {
        padding: 0.8rem 3% 1rem 3%;
    }

    #bookingform,
    #contactform {
        padding: 0 !important;
        margin: 0;
    }

    #testimonials p {
        font-size: 16px;
    }

    .p-xxl {
        padding: 26px !important;
    }

    #sidebar header>div>*:first-child {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {

    .banner-description__wrap {
        max-width: 500px;
    }

    .footer-inr__wrap {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ftr-logo__wrap img {
        max-width: 120px;
        margin-bottom: 20px;
    }

    .split.left.gap-sm.top.m-t-lg a {
        margin-bottom: 20px;
        display: block;
    }

    .services_points ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0;

    }

    .sticky_button {
        bottom: 30px;
        right: 12px;
    }

    .report-single-img {
        width: 100%;
    }

    .report-single-img img {
        width: 100% !important;
        max-width: 100%;
    }

    .report-single-text a {
        font-size: 18px;
    }

    .report-single-text p {
        margin: 0 0 12px 0;
    }

    input.wpcf7-date {
        -webkit-appearance: none;
        height: 100%;
        padding: 10px 12px 6px !important;
        width: 100%;
        min-height: 38px;
        text-align: left !important;
    }

    .split {
        grid-template-columns: 1fr !important;
    }

    #memberships span:first-child {
        font-size: 20px;
        text-align: left;
    }

    #pre .amenities {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    a.column iframe {
        width: 100%;
    }

    div#blurb img {
        max-width: 240px;
        margin: 20px auto 0;
        width: 100%;
    }

    .split.left.gap-sm.top.m-t-lg {
        display: block;
    }

    .btn.jumbo {
        padding: 12px 50px;
    }

    #blurb {
        display: block;
    }

    #featured {
        display: block;
    }

    h2 {
        font-size: 20px;
    }

    h1 {
        font-size: 24px;
    }

    .badges span {
        font-size: 13px;
        margin: 0 1rem;
    }

    .badges span i {
        font-size: 50px;
    }

    .slide-image-container .title {
        font-size: 44px;
    }

    .split-1-1-1-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-xxxl {
        padding: 20px !important;
    }

    .p-xxl {
        padding: 0 !important;
    }

    .testimonial-text {
        padding: 0 16px !important;
    }

    .popup.custom div {
        grid-template-columns: 1fr;
    }

    .popup.custom>div>span {
        display: none;
    }

    .popup.custom>div>img {
        max-width: 120px;
        margin: 0 auto;
    }

    .p-r-xl {
        padding-right: 16px !important;
    }

    .p-l-xl {
        padding-left: 16px !important;
    }

    .popup-video {
        width: 95%;
        height: 50%;
    }

    .apply-img-circle {
        grid-template-columns: 1fr;
    }

    img.circle,
    .apply-img-circle img {
        max-width: 190px;
        margin: 0 auto;
    }

    .posts .post {
        grid-template-columns: 1fr;
    }

    .split-1-3 {
        grid-template-columns: 1fr;
    }

    .split-1-3>img {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }

    #baguetteBox-overlay .full-image img {
        width: 100%;
    }

    .banner-mid.right {
        text-align: left;
    }

    body .swiperCarousel.overlay {
        margin: 16px !important;
    }

    .split-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-r-xxxl {
        padding-right: 0 !important;
    }

    img.ktown_img {
        margin-bottom: 20px;
    }

    .p-l-xxxl {
        padding-left: 0 !important;
    }

    .split-2-1 {
        grid-template-columns: 1fr;
    }

    #packages>article {
        grid-column: 1 / -1;
    }

    .content {
        padding: 16px;
    }

    .content header {
        padding: 0 !important;
    }

    #sidebar header {
        padding: 1.2rem .4rem 50% 6% !important;
    }

    .split-6,
    .split-1-1-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    #packages {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #footer-wrap {
        padding: 16px;
    }

    #packages .stretch-3.p-t-lg {
        padding: 0 !important;
    }

    .single-post article.post {
        padding: 30px 16px;
    }

    .drag-center .title {
        font-size: 30px;
    }

    .content {
        display: block;
    }

    #sidebar {
        max-width: 350px;
        margin: 40px auto auto;
    }

    a#video {
        max-width: 300px;
        width: 100%;
        margin: 40px auto;
    }

    #testimonials p {
        margin-bottom: 12px;
        font-size: 16px;
    }

    #testimonials .name {
        margin: 0;
    }

    .custom-table th,
    .custom-table td {
        padding: 16px 0;
    }

    .report-single {
        flex-direction: column;
    }

    .btn_filled_dark a {
        font-size: 14px !important;
        max-width: 140px;
        padding: 8px 0;
    }
}

@media screen and (max-width: 640px) {

    #testimonials .swiper-pagination {
        bottom: 5px !important;
        left: 0 !important;
        right: 0;
        padding: 0 !important;
        text-align: center;
    }

    .main-content__wrap {
        grid-template-columns: 1fr;
    }

    .badges.m-b-xl {
        flex-wrap: wrap;
        gap: 20px;
    }

    .video-wrap iframe {
        top: -130px;
    }

    #testimonials {
        padding: 0 0 8%;
        height: 100%;
    }

    #testimonials .swiper-wrapper {
        position: relative;
    }

    .testimonial-content {
        padding: 60% 5% 0;
    }

    #testimonials .video-wrap {
        width: 100%;
        height: 100%;
    }

    table.top td {
        display: block;
        width: 100%;
    }

    .custom-table.top tr {
        display: block;
        width: 100%;
    }

    /* Reports	 */

    .report-single-img img {
        width: 100%;
        max-width: 100%;
    }

    .report-single-text p {
        margin-top: 4px;
    }
}

@media screen and (max-width: 575px) {

    .split-6,
    .split-1-1-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-description__wrap h1 {
        font-size: 18px;
        line-height: 1.5;
    }

    section.top-banner img {
        height: 200px;
    }

    .contact-outer__wrap {
        padding: 60px 0;
    }

    .ftr-description__wrap p {
        font-size: 16px;
    }

    .banner-description__wrap {
        position: relative;
        top: unset;
        background-color: #000;
        padding: 30px;
    }

    .gallery-outer__wrap {
        padding: 50px 0;
    }

    .info-outer__wrap {
        padding: 40px 20px;
    }

    .stay-info__wrap {
        padding: 60px 0;
    }

    .property-description__wrap ul {
        padding-left: 20px;
    }

    .info-section__wrap.main-page {
        padding-top: 60px;
    }

    .video-wrap iframe {
        height: 470px;
    }

    .quotation-mark {
        display: none;
    }

    .slide-image-container>img {
        height: 480px;
    }

    .slide-image-container .title {
        font-size: 25px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 32px !important;
    }

    .split-1-1-1-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    #testimonials p {
        font-size: 16px;
    }

    #carousel h3 {
        font-size: 16px;
    }

    .content.gap-xl.split.p-t-xl.p-b-xl {
        display: block;
    }

    .content .right {
        text-align: left;
    }

    .content a#video {
        margin: 30px 10px;
    }

    .content.center h2 {
        font-size: 20px;
    }

    .jumbo {
        font-size: 16px;
    }

    #baguetteBox-overlay .full-image img {
        width: 100% !important;
        height: auto !important;
    }

    .content a#video {
        margin: 20px auto;
    }

    #memberships span:nth-child(2) {
        font-size: 95%;
        text-align: center;
        border-left: 0px #999 solid;
        margin: 17px 0;
    }

    #memberships span:first-child {
        font-size: 20px;
        text-align: center;
    }

    #memberships {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 475px) {
    .home .hero {
        background: #050508 !important;
    }

    .slide-image-container>img {
        height: auto;
    }

    .slide-image-container .title {
        font-size: 24px;
        margin: 10px 0;
    }

    .swiper-slide {
        visibility: hidden;
    }

    .swiper-slide-active {
        visibility: visible;
    }

    .slide-image-container {
        display: flex;
        flex-direction: column;
    }

    .dim,
    .neutral {
        position: unset;
    }

    .drag-center {
        position: unset !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 30% !important;
    }

    .dim.dim-lg {
        padding: 20px 0 30px;
    }

    .content h1 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h2 {
        font-size: 22px;
    }

    .badges,
    .amenities {
        flex-direction: column;
        gap: 30px;
    }

    table.custom-table tbody tr {
        display: flex;
        flex-direction: column;
    }

    /* 	404 */

    .error-inner-text h1 {
        font-size: 90px
    }

    .error-inner {
        padding: 60px 0;
    }

    .video-wrap iframe {
        top: -135px;
    }

    .btn.jumbo {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {

    .swiper-button-next,
    .swiper-button-prev {
        top: 25% !important;
    }
}