@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    src: url('fonts/Oswald-VariableFont_wght.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    src: url('fonts/Roboto-VariableFont_wdth,wght.woff') format('woff');
}

@font-face {
    font-family: 'Domine';
    src: url('fonts/Domine-VariableFont_wght.ttf') format('truetype');
    src: url('fonts/Domine-VariableFont_wght.woff') format('woff');
}

@import url("https://use.typekit.net/byb7gtt.css");

:root {
    --white: rgba(255, 255, 255, 1);
    --offwhite: rgba(231, 231, 232, 1);
    --cream: rgba(247, 241, 216, 1);
    --black: rgba(20, 20, 20, 1);
    --blacktp: rgba(20, 20, 20, 0.5);
    --slate: rgba(55, 52, 53, 1);
    --green: rgba(119, 188, 49, 1);
    --darkgreen: rgba(85, 134, 35, 1);
    --red: rgba(210, 35, 42, 1);
    --darkred: rgba(171, 24, 30, 1);
    --purple: rgba(79, 38, 68, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--offwhite);
}

hr {
    width: 100%;
    border-top: 3px solid var(--black);
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    color: var(--black);
    font-weight: 600;
    margin-top: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.Normal {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.25px;
    color: var(--black);
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 1rem;
}

li {
    margin-bottom: 0.25rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--red);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: var(--darkred);
    }

    a:visited {
        color: var(--red);
    }

        a:visited:hover {
            text-decoration: none;
            color: var(--darkred);
        }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* ADMIN PAGES */
/*------------------------------------------------*/

.Page-File_Management .hero-bg,
.Page-Global_Assets .hero-bg {
    display: none;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: microgramma-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .navbar li {
        margin-bottom: 0;
    }

.bg-dark {
    background-color: var(--black) !important;
    border-bottom: 1px solid var(--red);
}

    .bg-dark.nav-minimize {
        background-color: var(--black) !important;
    }

#dnn_dnnLOGO_imgLogo {
    max-width: 115px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 100px;
    }

.nav-link {
    display: inline-block;
    align-self: center;
    justify-self: center;
    color: var(--red) !important;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

    .nav-link:hover {
        text-decoration: none;
        color: var(--darkred) !important;
    }

    .nav-link:visited {
        color: var(--red);
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: var(--darkred) !important;
        }

.dropdown-menu {
    background-color: var(--black);
    border: 1px solid var(--green);
    margin: 0;
    min-width: 12rem;
}

.dropdown-menu .active {
    border-radius: 0px;
}

@media screen and (min-width: 992px) {
    .nav-link {
        padding: 0;
        font-size: clamp(7.8px, 1.1vw, 16px);
        line-height: 16px;
    }

    .dropdown-menu {
        border-radius: 0;
    }

        .dropdown-menu .nav-link {
            line-height: 36px;
        }

    #MainContent.container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    #dnn_dnnLOGO_imgLogo {
        max-width: 90px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        .nav-minimize #dnn_dnnLOGO_imgLogo {
            max-width: 80px;
        }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* video hero */

.video-wrapper {
    height: 900px;
}

@media screen and (min-width: 768px) {
    .video-wrapper {
        height: 850px;
    }
}

.video-container {
    width: 100%;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

body:not(.Page-Home) .video-wrapper {
    display: none;
}

#videoBG {
    object-fit: cover;
    position: absolute;
    height: 1000px;
    width: 100%;
    top: 0;
    left: 0;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 1000px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    position: relative;
    width: 100%;
    margin: auto;
}

    .video-overlay p,
    .video-overlay h1,
    .video-overlay h2,
    .video-overlay h3,
    .video-overlay h4,
    .video-overlay h5,
    .video-overlay h6 {
        margin: 0;
        color: #fff !important;
    }

.PageType_Home .hero-bg {
    display: none;
}

/* photo hero */

.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/_default/images/AdobeStock_1533767439.jpeg');
    background-size: cover;
    background-position: 50% 60%;
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/_default/images/AdobeStock_731492699-2000.png');
    height: 800px;
}

/* text */

.hero-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    text-align: center;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    margin: 0;
    color: #fff !important;
    letter-spacing: 1px;
}

    .hero-text h1 {
        font-family: "eurostile-extended", sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: clamp(1rem, 10vw, 6rem);
        letter-spacing: 2px;
        text-transform: uppercase;
    }

@media screen and (max-width: 991px) {
    .hero-bg {
        background-size: cover;
        background-position: center;
        object-fit: cover;
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .Page-Home .hero-bg {
        height: 60vh;
    }
}

/* home logo */

.hero-logo {
    max-width: 800px;
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    margin-top: 1rem;
}

#MainContent ul,
#MainContent li {
    list-style-type: disc;
}

.row .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
    #MainContent {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 992px) {
    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (min-width: 1200px) {
    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* HOME */

.Page-Home .bg-dark {
    background-color: var(--blacktp) !important;
}

    .Page-Home .bg-dark.nav-minimize {
        background-color: var(--black) !important;
    }

.Page-Home #MainContent {
    margin-bottom: 0;
}

.Page-Home #SplitLeftUpper,
.Page-Home #SplitRightUpper {
    align-items: center;
    padding-top: 2rem;
    background-color: var(--black);
}

    .Page-Home #SplitLeftUpper *,
    .Page-Home #SplitRightUpper * {
        color: var(--white);
    }

    .Page-Home #SplitLeftUpper {
        border-top: 2px solid var(--red);
    }

    .Page-Home #SplitRightUpper {
        border-bottom: 2px solid var(--red);
    }

.Page-Home #ThreeColumnUpper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.Page-Home #NarrowPane {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url('/Portals/_default/images/AdobeStock_255925737-2000.png');
    background-size: cover;
    background-position: 70% 70%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

    .Page-Home #NarrowPane h2,
    .Page-Home #NarrowPane h3,
    .Page-Home #NarrowPane h4,
    .Page-Home #NarrowPane h5,
    .Page-Home #NarrowPane h6,
    .Page-Home #NarrowPane p {
        color: var(--white);
    }

        .Page-Home #NarrowPane h2,
        .Page-Home #NarrowPane h3,
        .Page-Home #NarrowPane h4 {
            font-size: 2rem;
        }

@media screen and (min-width: 768px) {
    .Page-Home #TopContent {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .Page-Home #SplitLeftUpper,
    .Page-Home #SplitRightUpper {
        padding-bottom: 2rem;
    }

    .Page-Home #ThreeColumnUpper {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .Page-Home #dnn_slLeftUpper {
        order: 2;
    }

    .Page-Home #dnn_slRightUpper {
        order: 1;
    }
}

/* RATES & BOOKING */

.Page-Rates___Booking #TopContent {
    padding-bottom: 1rem;
}

.Page-Rates___Booking #TwoColumn {
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .Page-Rates___Booking #TwoColumn {
        padding-left: 0;
        padding-right: 0
    }

    .Page-Rates___Booking #dnn_columnLeft,
    .Page-Rates___Booking #dnn_columnRight {
        padding-left: 0;
        padding-right: 0;
    }
}

/* CONTACT US */

.Page-Contact #MainContent {
    margin-top: 0;
}

.Page-Contact #NarrowPane {
    margin-top: 2rem;
}

.Page-Contact #SplitRightUpper {
    background-color: var(--black);
    color: var(--white);
}

    .Page-Contact #SplitRightUpper h1,
    .Page-Contact #SplitRightUpper h2,
    .Page-Contact #SplitRightUpper h3,
    .Page-Contact #SplitRightUpper h4,
    .Page-Contact #SplitRightUpper h5,
    .Page-Contact #SplitRightUpper h6,
    .Page-Contact #SplitRightUpper p,
    .Page-Contact #SplitRightUpper li {
        color: var(--white);
    }

.Page-Contact #dnn_srRightUpper {
    max-height: 500px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .Page-Contact #SplitRightUpper,
    .Page-Contact #dnn_srRightUpper {
        padding-right: 0;
    }
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/

/* zoom buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
    text-align: center;
    border: 2px solid var(--black);
    border-radius: 4px;
}

    .zoom-button img {
        width: 100%;
        transition: transform .5s ease;
    }

        .zoom-button:hover img {
            transform: scale(1.3);
        }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    align-content: center;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

    .text-overlay h2 {
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        text-transform: uppercase;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

/* boxes */

.content-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5em 1em;
    margin-bottom: 2rem;
    align-items: center;
    background-color: var(--black);
    color: var(--black);
    text-align: center;
    border: 2px solid var(--red);
    border-radius: 4px;
}

    .content-box h2,
    .content-box h3,
    .content-box h4,
    .content-box h5,
    .content-box h6,
    .content-box p,
    .content-box li {
        color: var(--white);
    }

    .content-box ul {
        text-align: left;
        margin-left: -10px;
    }

.details-header {
    list-style-type: none !important;
    margin-left: -10%;
}

.content-footer {
    margin-top: auto;
}

@media screen and (min-width: 992px) {
    .content-box {
        width: 100%;
        height: 100%;
        padding: 2rem;
    }

    .content-section {
        margin-top: auto;
    }

    .box-row {
        justify-content: center;
        margin-bottom: 1rem;
    }
}

.sim-box {
    background-color: var(--black);
}

    .sim-box div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .sim-box h1,
    .sim-box h2,
    .sim-box h3,
    .sim-box h4,
    .sim-box h5,
    .sim-box h6,
    .sim-box p,
    .sim-box li {
        color: var(--white);
    }

    .sim-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

@media screen and (min-width: 768px) {
    .sim-box div:first-child {
        padding-left: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

/* buttons */

.red-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--red);
    color: var(--offwhite) !important;
    text-transform: uppercase;
    border: 1px solid var(--black);
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .red-button:hover {
        background-color: var(--darkred);
        color: var(--offwhite) !important;
        text-decoration: none;
    }

/* faqs */

.accordion-item {
    background-color: var(--black);
    color: var(--offwhite);
    border: none !important;
    border-radius: 8px;
    box-shadow: none;
}

    .accordion-item .accordion-button {
        border-radius: 12px !important;
        font-size: 1.25rem;
    }

.accordion button {
    font-family: rubik, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: var(--offwhite);
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: var(--black) !important;
}

.accordion-button {
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url('img/plus-circle-fill.png');
    transform: scale(1) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('img/dash-circle-fill.png');
}

.accordion-button:not(.collapsed) {
    background-color: var(--darkblue);
    color: var(--offwhite);
    box-shadow: none;
}

@media screen and (max-width: 991px) {
    .accordion-button {
        padding: 1rem 0.5rem !important;
    }

    .accordion-item .accordion-button {
        font-size: 1rem;
    }

    .accordion-button::after {
        transform: scale(0.75) !important;
    }
}

/* highlight row - three */

.highlights-row-three {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

    .highlights-row-three > div {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .highlights-row-three h2,
    .highlights-row-three h3,
    .highlights-row-three h4,
    .highlights-row-three h5,
    .highlights-row-three h6 {
        color: var(--green);
    }

    .highlights-row-three p,
    .highlights-row-three li {
        color: var(--black);
    }

    .highlights-row-three i {
        font-size: 2rem;
        color: var(--lightgreen);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .highlights-row-three a i:hover {
            color: var(--green);
        }

@media screen and (min-width: 992px) {
    .highlights-row-three > div {
        border-right: 1px solid var(--green);
    }

    .highlights-row-three > div:last-child {
        border-right: none;
    }
}

@media screen and (max-width: 991px) {
    .highlights-row-three > div {
        gap: 15px;
        width: 75%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--lightgreen);
    }

        .highlights-row-three > div:last-child {
            border-bottom: none;
        }
}

/* highlights column - three */

.highlights-column-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .highlights-column-three > div {
        gap: 15px;
        width: 75%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--lightgreen);
    }

        .highlights-column-three > div:last-child {
            border-bottom: none;
        }

    .highlights-column-three h2,
    .highlights-column-three h3,
    .highlights-column-three h4,
    .highlights-column-three h5,
    .highlights-column-three h6 {
        color: var(--green);
    }

    .highlights-column-three p,
    .highlights-column-three li {
        color: var(--black);
    }

    .highlights-column-three i {
        font-size: 2rem;
        color: var(--lightgreen);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .highlights-column-three a i:hover {
            color: var(--green);
        }

/* images */

.img-pill {
    aspect-ratio: 16 / 9;
    border: 2px solid black;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

/* videos */

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* map wrapper */

.map-wrapper {
    width: 100%;
    margin-bottom: 0;
}

/* recaptcha */

.grecaptcha-badge {
    opacity: 0;
}

/* colors */

.color-offwhite {
    color: var(--offwhite) !important;
}

.color-green {
    color: var(--green) !important;
}

/* fonts */

.font-small {
    font-size: 1rem !important;
}

.font-large {
    font-size: 1.25rem !important;
}

.first-letter {
    font-size: 125%;
    font-weight: bold;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: black;
    padding-top: 5%;
    padding-bottom: 2%;
    border-top: 1px solid var(--red);
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: var(--white) !important;
}

footer a {
    color: var(--red);
    font-weight: 600;
    text-decoration: none;
}

    footer a:hover {
        color: var(--darkred);
        text-decoration: none;
    }

    footer a:visited {
        color: var(--red);
    }

        footer a:visited:hover {
            color: var(--darkred);
            text-decoration: none;
        }

.footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    list-style: none;
    padding: 0;
}
    .footer-nav li {
        margin: 0.5em 1em;
    }

    .footer-nav img {
        max-width: 35px;
    }

@media screen and (min-width: 992px) {
    footer {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}