﻿/* ================================================ */
/* ------------------------------------------------ */
/* == Nautique.com --- ============================ */
/* == © Copyright 2023 ============================ */
/* == Built by Red Rocket Studios ================= */
/* == redrocketstudios.com ======================== */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* == MODEL PAGE STYLESHEET ======================= */
/* ================================================ */
/* == RESPONSIVE STYLES AT BOTTOM ================= */
/* ================================================ */

/* Base CSS =================================== */
/* ============================================ */


/* MODEL SUBMENU ============================== */
/* ============================================ */

#submenu {
    padding: 0.8rem 0rem;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 30%, rgba(68,68,68,1) 100%);
}

    #submenu .model-logo {
        height: 45px;
    }

    #submenu h1 {
        font-size: 1rem;
        margin: 0;
        font-family: "Play", sans-serif;
        line-height: 1.5;
        text-align: center;
        letter-spacing: 1px;
        padding: 0.7rem 0 0.7rem 0;
        border-bottom: #ed1c24 1px solid;
    }

    #submenu ul {
        text-transform: uppercase;
    }
        #submenu ul li:last-child {
            padding-left: 1rem;
        }

        #submenu ul li:last-child a {
            color: rgb(150, 150, 150) !important;
            border: 1px solid rgb(150, 150, 150) !important;
        }

            #submenu ul li:last-child a:hover {
                color: rgb(255, 255, 255) !important;
                border: 1px solid rgb(255, 255, 255) !important;
            }

    #submenu > div > div > div.col-xl-10.col-lg-12 > div.d-none.d-lg-block > ul > li > a {
        color: rgb(150, 150, 150);
        font-size: 14px;
        padding: 0.7rem 1.9rem;
        letter-spacing: 1px;
        border-bottom: #575757 3px solid;
    }

        #submenu > div > div > div.col-xl-10.col-lg-12 > div.d-none.d-lg-block > ul > li > a:hover {
            color: rgb(225, 225, 225);
            border-bottom: #eee 3px solid;
        }

        #submenu > div > div > div.col-xl-10.col-lg-12 > div.d-none.d-lg-block > ul > li > a.active {
            font-weight: bold;
            color: rgb(225, 225, 225);
            border-bottom: #ed1c24 3px solid;
        }

    #submenu .toggle-button {
        margin-top: -5px;

    }


/* MODEL PAGE VIDEO HEADER ========================= */
/* ============================================ */

.model-video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 180px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

    .model-video-background-holder video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.model-hero-video-text {
    text-align: left;
}

    .model-hero-video-text h2 {
        font-size: 3rem;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-weight: bold;
        letter-spacing: 5px;
        margin-bottom: 2rem;
        text-shadow: 2px 2px 2px #727272;
    }

    .model-hero-video-text p {
        font-size: 1.3rem;
        color: #fff;
        font-weight: 100;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 3px;
        margin: 0px;
        text-shadow: 2px 2px 2px #727272;
    }

    .model-hero-video-text a {
        letter-spacing: 1px;
        font-family: 'Oswald', sans-serif;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 1px #000;
        border-radius: 0px;
        text-shadow: 2px 2px 2px #727272;
    }

.model-hero-video-paragraph p {
    width: 40%;
    font-size: 1rem;
}


/* MODEL PAGE VIDEOS SECTION =================== */
/* ============================================ */

.model-video-section {
    padding: 1rem 0;
}

.model-video-section-header {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 3rem 0;
}

.video-container {
    max-width: 1440px;
}

.model-background-holder {
    position: relative;
    background-color: black;
    width: 100%;
    overflow: hidden;
}

    .model-background-holder img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.model-background-content {
    position: relative;
    padding: 10rem 0;
    z-index: 2;
}

.model-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.55;
    z-index: 1;
}

.model-background-content span {
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 2rem 0;
}

.model-background-content a {
    text-decoration: none;
}

.model-background-content i {
    margin: 1rem 0 1rem 0;
    padding-right: 1rem;
    font-size: 2.5rem;
}

.fa-play-circle {
    color: #ED1C24;
}


/***** Modal *****/
.model-background-content a:hover {
    text-decoration: none;
}

.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}

.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-body {
    padding: 0 25px 25px 25px;
}

.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}

.modal-header, .modal-footer {
    border: 0;
}

    .modal-header .btn-close {
        background: #ed1c24 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
    }

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1100px;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        max-width: 600px;
    }
}

@media (max-width: 480px) {
    .modal-dialog {
        max-width: 400px;
    }
}


/* MODEL FEATURE CARDS SECTION ================ */
/* ============================================ */
.model-feature-cards {
    background: rgb(219,219,219);
    background: linear-gradient(180deg, rgba(219,219,219,1) 0%, rgba(169,169,169,1) 60%);
}

.model-feature-card {
    border-radius: 0px;
    border: 0px;
}

.model-feature-card-body {
    font-family: 'Roboto', sans-serif;
}

    .model-feature-card-body span {
        color: #ED1C24;
        font-size: 14px;
        text-transform: uppercase;
    }

    .model-feature-card-body h3 {
        color: #FFF;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 0.5rem;
    }

    .model-feature-card-body p {
        color: #eee;
        font-size: 14px;
        padding-bottom: 0.6rem;
    }

    .model-feature-card-body a {
        letter-spacing: 1px;
        font-family: 'Oswald', sans-serif;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 1px #000;
        border-radius: 0px;
        margin-bottom: 0.4rem;
    }

/* FEATURE AREA ============================== */
/* ============================================ */

.model-feature-area {
    padding-top: 45px;
    padding-bottom: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background-color: #3b3b3b;
}

    .model-feature-area::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: .7;
        z-index: 2;
    }

.model-feature-title {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 20px;
}

    .model-feature-title h2 {
        color: #fff;
        font-size: 3rem;
        font-weight: bolder;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 0;
        text-shadow: 1px 1px 1px #000000;
    }

.model-feature-wrap {
    position: relative;
    z-index: 3;
}

.model-feature-big__slide {
    max-width: 1200px;
    margin: auto;
}

.model-feature-main__slide {
    padding: 3rem 5rem;
    padding-bottom: 12rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px !important;
}

    .model-feature-main__slide h3 {
        font-size: 45px;
        color: #fff;
        font-weight: bold;

    }

    .model-feature-main__slide p {
        color: #d0d0d0;
        font-size: 16px;
        font-weight: normal;
    }

    .model-feature-main__slide a {
        letter-spacing: 1px;
        font-family: 'Oswald', sans-serif;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 1px #000;
        border-radius: 0px;
        padding: 0.5rem 1rem;
    }

    .model-feature-main__slide::after {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        z-index: -1;
    }

.model-feature-slide-content {
    max-width: 45%;
    text-shadow: 1px 1px 1px #000000;
}

.model-feature-slide-title {
    max-width: 80%;
}

.model-feature-nav__slide {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

.model-feature-nav__content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    transition: .3s;
    position: relative;
    cursor: pointer;
    background-color: #6e6e6e;
}

    .model-feature-nav__content::before {
        background: #ed1c24;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        position: absolute;
        z-index: 2;
        transition: .3s;
        opacity: 0;
        visibility: hidden
    }

    .model-feature-nav__content a {
        color: #fff;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
        position: relative;
        z-index: 2;
    }

        .model-feature-nav__content a span {
            opacity: 0;
            transition: .3s;
            margin-left: 0px;
        }

    .model-feature-nav__content:hover a span {
        opacity: 1;
        margin-left: 10px;
    }

.model-feature-small__slide {
    max-width: 1100px;
    margin: -15px auto;
}

.model-feature-nav__content::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 40%;
    z-index: 1;
}

.model-feature-nav__slide.slick-slide.slick-current.slick-active,
.model-feature-nav__slide:hover {
    height: 140px;
    margin-top: -40px !important;
}

    .model-feature-nav__slide.slick-slide.slick-current.slick-active .model-feature-nav__content::before,
    .model-feature-nav__slide:hover .model-feature-nav__content::before {
        opacity: 1;
        visibility: visible;
    }


@media all and (min-width: 767px) {
     /*disabling slick track glitch */
    .model-feature-small__slide .slick-track {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}


    /* MODEL OVERVIEW GALLERY CAROUSEL ============ */
    /* ============================================ */
    .gallery {
        padding: 8rem 0;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%);
    }

    .gallery .btn {
        letter-spacing: 1px;
        border-radius: 0px;
    }

    /*.photo-carousel > .slick-prev {
        left: 10px;
        z-index: 1;
    }

    .photo-carousel > .slick-next {
        right: 10px;
        z-index: 1;
    }*/

    .photo-carousel .slick-arrow {
        width: 30px;
        height: 37px;
    }

    .photo-carousel .slick-prev {
        left: 10px;
        z-index: 1;
    }

    .photo-carousel .slick-next {
        right: 10px;
        z-index: 1;
    }


    /* GALLERY ==================================== */
    /* ============================================ */

    #gallery {
        background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 100%), url('../../img/bg/wave-bg-xl.jpg');
    }

    .portfolio-menu {
        text-align: center;
    }

    .portfolio-menu ul li {
        display: inline-block;
        text-transform: uppercase;
        color: #B4B4B4;
        font-weight: 700;
        font-size: 1.1rem;
        letter-spacing: 1px;
        border-bottom: 3px solid #B4B4B4;
        margin: -3px;
        margin-top: 10px;
        list-style: none;
        padding: 0.6rem 2rem;
        cursor: pointer;
        -webkit-transition: all 05s ease;
        -moz-transition: all 05s ease;
        -ms-transition: all 05s ease;
        -o-transition: all 05s ease;
        transition: all .5s ease;
    }

    .portfolio-menu ul .active {
        color: #ED1C24;
        border-bottom: 3px solid #ED1C24;
    }

    .portfolio-item {
        /*width:100%;*/
    }

    .portfolio-item .item {
        /*width:303px;*/
        float: left;
        margin-bottom: 10px;
    }


    /* SPECS ====================================== */
    /* ============================================ */

    .primary-spec {
        border-right: 1px rgba(255, 255, 255, 0.1) solid;
    }

    .primary-spec p {
        font-size: 1.5rem;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }

    .primary-spec span {
        font-size: 0.9rem;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1.5px;
    }


    .spec-overhead {
        margin-top: -12rem;
        margin-bottom: 80px;
    }

    .spec-single {
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
        padding: 0.65rem 0.5rem;
        color: #FFF;
    }

    .spec-title {
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .spec-data {
        font-size: 0.9rem;
        padding-top: 1rem;
        color: rgba(255, 255, 255, 0.7);
        letter-spacing: 1px;
    }

    /* REVIEWS ==================================== */
    /* ============================================ */

    #reviews {
        background: rgb(219,219,219);
        background: linear-gradient(180deg, rgba(219,219,219,1) 0%, rgba(169,169,169,1) 60%);
    }

    .arw-disclaimer {
        display: none;
    }

    .arw-item.featured {
        padding-bottom: 2rem !important;
    }

    .arw-item.featured .arw-message {
        background-color: rgba(0,0,0,0.0) !important;
        margin-top: 1rem;
        margin-right: 1.5rem;
    }

    .arw-item {
        color: #fff;
        padding: 1rem 1.2rem !important;
        background-color: #242424;
    }

    .arw-title h4 {
        font-size: 1.2rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    .featured .arw-rating {
        /*color: #fff !important;*/
    }

    .arw-rating {
        /*color: #ED1C24 !important;*/
    }

    .arw-message {
        margin-top: 0.3rem;
    }


    .arw-message p {
        color: #eee;
        padding-right: 2rem;
        font-size: 0.9rem;
    }


    #pagingContainerFooter {
        text-align: center !important;
    }



    /* ================================================ */
    /* ===== MODEL PAGE RESPONSIVE CONFIG ============= */
    /* ================================================ */

    #submenu .mobile-submenu ul {
        text-transform: uppercase;
    }

    #submenu .mobile-submenu ul li:last-child {
        padding-left: 0rem;
    }

    #submenu .mobile-submenu ul li:last-child a {
        color: rgb(150, 150, 150) !important;
        border-top: 0px !important;
        border-right: 0px !important;
        border-left: 0px !important;
        border-bottom: #575757 1px solid !important;
    }

    #submenu .mobile-submenu ul li:last-child a:hover {
        color: rgb(255, 255, 255) !important;
        border-bottom: #eee 1px solid;
    }

    #model-submenu > div > div > ul > li > a {
        color: rgb(150, 150, 150);
        font-size: 14px;
        padding: 0.7rem 1.9rem;
        letter-spacing: 1px;
        border-bottom: #575757 1px solid;
    }

    #model-submenu > div > div > ul > li > a:hover {
        color: rgb(225, 225, 225);
        border-bottom: #eee 1px solid;
    }

    #model-submenu > div > div > ul > li > a.active {
        font-weight: bold;
        color: rgb(225, 225, 225);
        border-bottom: #ed1c24 1px solid;
    }

    .toggle-button {
        background-color: rgba(0,0,0,0);
        border-width: 0px;
    }

    /* =============================== */
    /* Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 575.98px) {
        /* the slides */
        .slick-slide {
            margin: 0 5px;
        }

        /* the parent */
        .slick-list {
            margin: 0 -5px;
        }

        .model-feature-slide-content {
            max-width: 100%
        }

        .model-feature-nav__slide.slick-slide.slick-current.slick-active,
        .model-feature-nav__slide:hover {
            margin-top: -20px !important;
        }

        .model-feature-title h2 {
            color: #fff;
            font-size: 26px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .model-feature-title {
            position: relative;
            z-index: 3;
            text-align: center;
            margin-bottom: 0;
        }

        .model-feature-area {
            padding-top: 50px;
            padding-bottom: 75px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            z-index: 1;
        }

        .model-feature-main__slide {
            padding-top: 30px;
            padding-bottom: 100px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding-left: 20px;
            padding-right: 20px;
            min-height: 500px !important;
            background-position: bottom right;
            background-size: 110%;
            background-color: black;
        }

        .model-feature-main__slide h3 {
            font-size: 28px;
            color: #fff;
            font-weight: bold;
        }

        .model-feature-nav__slide {
            height: 100px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .model-feature-small__slide {
            margin: -25px auto;
        }

        .model-feature-nav__slide.slick-slide.slick-current.slick-active {
            border-bottom: 0;
            height: 140px;
            margin-top: -20px !important;
        }

        .model-feature-nav__content a {
            color: #fff;
            font-size: 13px;
            font-weight: normal;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .3s;
            position: relative;
            z-index: 2;
        }
    }

    @media only screen and (max-width: 750px) {
        .model-background-content {
            padding: 4rem 0 !important;
        }
    }

    /* =============================== */
    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) and (max-width: 767.98px) {

        .model-background-content {
            position: relative;
            padding: 4rem 0 !important;
            z-index: 2;
        }

        /* the slides */
        .slick-slide {
            margin: 0 5px;
        }

        /* the parent */
        .slick-list {
            margin: 0 -5px;
        }

        .model-feature-slide-content {
            max-width: 90%
        }

        .model-feature-nav__slide.slick-slide.slick-current.slick-active,
        .model-feature-nav__slide:hover {
            height: 200px;
            margin-top: -20px !important;
        }

        .model-feature-title h2 {
            color: #fff;
            font-size: 26px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .model-feature-title {
            position: relative;
            z-index: 3;
            text-align: center;
            margin-bottom: 0;
        }

        .model-feature-area {
            padding-top: 50px;
            padding-bottom: 75px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            z-index: 1;
        }

        .model-feature-main__slide {
            padding-top: 30px;
            padding-bottom: 100px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding-left: 20px;
            padding-right: 20px;
        }

        .model-feature-main__slide h3 {
            font-size: 28px;
            color: #fff;
            font-weight: bold;
        }


        .model-feature-slide-content {
            max-width: 45%;
        }

        .model-feature-slide-title {
            max-width: 80%;
        }

        .model-feature-nav__slide {
            height: 180px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .model-feature-nav__slide.slick-slide.slick-current.slick-active {
            border-bottom: 0;
            height: 200px;
            margin-top: -20px !important;
        }

        .model-feature-nav__content a {
            color: #fff;
            font-size: 13px;
            font-weight: normal;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .3s;
            position: relative;
            z-index: 2;
        }

    }

    /* =============================== */
    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991.98px) {

        #submenu {
            padding: 0.4rem 0;
        }

        /* the slides */
        .slick-slide {
            margin: 0 5px;
        }

        /* the parent */
        .slick-list {
            margin: 0 -5px;
        }

        .model-feature-slide-content {
            max-width: 80%
        }

        .model-feature-nav__slide.slick-slide.slick-current.slick-active,
        .model-feature-nav__slide:hover {
            height: 200px;
            margin-top: -20px !important;
        }

        .model-feature-title h2 {
            color: #fff;
            font-size: 26px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .model-feature-title {
            position: relative;
            z-index: 3;
            text-align: center;
            margin-bottom: 0;
        }

        .model-feature-area {
            padding-top: 50px;
            padding-bottom: 75px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            z-index: 1;
        }

        .model-feature-main__slide {
            padding-top: 30px;
            padding-bottom: 100px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding-left: 20px;
            padding-right: 20px;
        }

        .model-feature-main__slide h3 {
            font-size: 28px;
            color: #fff;
            font-weight: bold;
        }

        .model-feature-nav__slide {
            height: 180px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .model-feature-nav__slide.slick-slide.slick-current.slick-active {
            border-bottom: 0;
            height: 200px;
            margin-top: -20px !important;
        }

        .model-feature-nav__content a {
            color: #fff;
            font-size: 13px;
            font-weight: normal;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .3s;
            position: relative;
            z-index: 2;
        }
    }
}

/* ============================== */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
}

/* ============================================ */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/* ============================================ */
/* ============================================ */
/* ============================================ */
