@font-face {
    font-family: 'NATS';
    src: url('/assets/reyacht/fonts/NATS-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.anchor-spacer {
    max-height: 72px;
    margin: 4em auto;
    display: block;
}

.splash-background {
    margin-left: -.75em;
    margin-right: -.75em;
    height: 100vh;
    background: url('/assets/reyacht/images/layout/splash-bg.jpg') center no-repeat;
    background-size: cover;
}

.splash-lettering {
    padding-right: 9em;
    padding-top: 13.5em;

    color: #fff;

    h1 {
        position: relative;
        font-size: 4.4rem;
        display: inline-block;
        padding-bottom: .1em;
        font-weight: 600;

        sup {
            font-size: 2.6rem;
            display: block;
            top: 30px;
            position: absolute;
            right: -42px;
        }
    }

    h2 {
        padding-bottom: 1em;
        font-size: 1.8rem;
    }

    h3 {
        padding-bottom: 3em;
        font-size: 1.2rem;
    }
}

.navbar {
    background-color: #113649 !important;
    transition: background .75s ease-in-out, padding .75s ease-in-out;

    .dropdown-toggle::after {
        zoom: .6;
    }

    .nav-link {
        color: #fff !important;
        text-transform: uppercase;
        font-family: 'NATS', sans-serif;
        font-size: 1.3rem;
        font-weight: 400 !important;
        padding: 1em 1.5em !important;
    }

    .navbar-brand {
        img {
            height: 60px;
            transition: height .75s ease-in-out;
        }
    }
}

.navbar-transparent {
    background: transparent !important;
    padding: 2em 0;

    .navbar-brand {
        img {
            height: 68px;
        }
    }
}


.cta {
    font-family: 'NATS', sans-serif;
    padding: .5em 1.5em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

    &:hover {
        color: #fff;
    }
}

.cta-block {
    display: inline-block;
    width: 100%;
}

.cta-primary {
    background: #bea889;
    border: 1px solid #bea889;
}

.cta-outlined {
    background: transparent;
    border: 1px solid #fff;
}

.cta-outlined-small {
    border: 1px solid rgba(190, 168, 137, 1);
    color: rgba(190, 168, 137, 1);
    padding: 0 1.2em;
    text-transform: none;
    background: #fff;
    ;
    font-size: 1.2rem;

    &:hover {
        background: rgba(190, 168, 137, 1);
        ;
    }
}

.card {
    overflow: hidden;
    border-radius: 2.6em 2.6em 1.5em 1.5em;
    padding-bottom: 1.5em;
    box-shadow: 0 4px 3px 0px rgba(0, 0, 0, .15);
    margin: 2em 1em;

    .card-title {
        border-bottom: 2px solid #113649;
        color: #113649;
        padding-bottom: .5em;
        margin-bottom: .5em;
    }

    .card-text {
        font-size: 1rem;
    }
}

.section-header {

    .section-title-shadowtext {
        color: rgba(190, 168, 137, .1);
        font-size: 7rem;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Jacques Francois', sans-serif;
        left: 50%;
        transform: translate(-50%, -55%);
        position: absolute;
    }

    .section-title {
        color: #113649;
        font-size: 4.4rem;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Jacques Francois', sans-serif;
        position: relative;
    }

    .section-abstract {
        text-align: center;
        font-family: 'Jacques Francois', sans-serif;
        padding: 2em 10em;
        font-size: 1.1rem;
        margin-bottom: 2.5em;
    }
}


.section-dark-3 {
    background-color: #f4f2ee;
    margin-left: -.75rem;
    margin-right: -.75rem;

}

.section-dark-2 {
    background-color: #113649;
}

.section-bg-1 {
    margin-left: -.75rem;
    margin-right: -.75rem;
    position: relative;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/assets/reyacht/images/layout/section-bg-2.jpg') center no-repeat;
        background-size: cover;
        filter: brightness(.5);
        z-index: -1;
    }

    .section-title {
        color: #fff;
    }
}

.section-insights {
    color: #fff;
    padding: 2em 0 !important;

    big {
        font-size: 4em;
        font-weight: bolder;
        margin-right: 1rem;
        letter-spacing: -3pt;
    }
}

.section-iconset {
    .section-iconset-row {
        &:first-of-type {
            margin-bottom: 3em;
        }

        h3 {
            padding-top: .5em;
            font-family: 'Jacques Francois', sans-serif;
        }

        p {
            color: #666;
        }
    }

    .iconset {
        border: 1px solid #e4e3df;
    }
}

.section-endorsements {
    .section-header {
        .section-title-shadowtext {
            font-size: 1rem;
            color: rgba(190, 168, 137, 1);
            transform: translate(-50%, -100%);
        }
    }

    .endorsements-wrapper {
        /* padding: 5em 0 2em 0; */
        color: #666;
        /* border-top: 2px solid rgba(11, 42, 67, .4);
        margin-top: 5em; */
        border: none;
        margin: 2.5em 0 0 0;
        padding: 0;
        text-align: center;

        .endorsements-item {
            .quote {
                font-size: 1.3em;
                font-weight: 400;
                letter-spacing: -1pt;
                padding: 1em 3em;
            }

            .author {
                span {
                    font-weight: 600;
                    text-transform: uppercase;
                    font-family: 'Jacques Francois', sans-serif;
                }
            }

        }

    }

    .owl-nav {
        top: 25% !important;
    }
}

.owl-nav {

    .owl-prev,
    .owl-next {
        color: #113649 !important;
        font-size: 7em !important;
        border: none !important;
        font-weight: 100 !important;

        &:hover {
            background: none !important;
        }
    }
}

.owl-dots {
    width: 100%;

    .owl-dot {

        &.active {
            span {
                background: rgba(190, 168, 137, 1) !important;
            }
        }

        span {
            background: rgba(190, 168, 137, .25) !important;
        }
    }
}

.section-inline-alternate-border {
    padding: 8em 0 0 0;

    >div {
        padding: 0 2em;

        &:nth-child(2n) {
            .inline-alternate-wrapper {
                border-top: 1px solid rgba(190, 168, 137, 1);
            }
        }

        &:nth-child(2n + 1) {
            .inline-alternate-wrapper {
                border-bottom: 1px solid rgba(190, 168, 137, 1);
            }
        }

        .inline-alternate-wrapper {
            padding: 3em 0;

            h3 {
                position: relative;
                font-family: 'Jacques Francois', sans-serif;
                text-transform: uppercase;
                font-size: 1.3rem;

                .numeric {
                    position: absolute;
                    left: -15px;
                    color: #e6e2d8;
                    font-size: 3.2em;
                    top: 5px;
                    margin: 0;
                    padding: 0;
                    line-height: 0;
                    z-index: 0;
                }

                .text {
                    z-index: 1;
                    position: relative;
                }
            }

            p {
                color: #666;
                position: relative;
                z-index: 1;
            }
        }
    }
}

.section-coaching {

    .fa {
        color: #bea889;
    }

    h3 {
        font-family: 'Jacques Francois', sans-serif;
        text-transform: uppercase;
        font-size: 1.3rem;
        color: #113649
    }

    h5 {
        color: #666;
    }

    p {
        color: #666;
    }
}


.splash-category {
    background: url('/assets/reyacht/images/layout/category-bg-top.jpg') center no-repeat;
    background-size: cover;
    height: 60vh;
    margin: 0 -.75rem;

    &.splash-category-small {
        height: 45vh;
    }
}

#filters {
    margin: -2em 0 3em 0;
    padding: 1.5em;
    background: #fff;
    border-radius: 1.3rem;

    label {
        text-align: center;
        display: inline-block;
        width: 100%;
        padding-bottom: .2em;
    }


    input,
    select {
        background: rgba(237, 237, 237, 1);
        border: none;
        border-radius: 0;
    }

    input {
        text-align: center;
    }

    button {
        background-color: rgba(190, 168, 137, 1);
        color: #fff;
        border: none;
        padding: .5em;
        padding: 6px;
        width: 100%;
        margin-top: -3px;

        &:hover {
            opacity: .8;
        }
    }
}


.category-list {
    .col-4 {
        &:nth-child(3n + 1) {
            .card {
                margin-left: 0;
            }
        }

        &:nth-child(3n) {
            .card {
                margin-right: 0;
            }
        }
    }
}

.page-item {
    &.active {
        .page-link {
            background-color: rgba(190, 168, 137, 1);
            border-color: rgba(190, 168, 137, 1);
        }
    }
}


#contacts {

    input[type=text],
    input[type=email],
    textarea {
        background-color: rgba(242, 242, 242, 1);
        border: none;
        border-radius: 0;
        padding: .75em 1em;
    }

    .form-check {
        zoom: .8;
    }
}

.highlight-box {
    background-color: rgba(244, 242, 238, 1);
    padding: 3em 2em;

    ul {
        padding: 0 0 2em 0;
        border-bottom: 1px solid rgba(109, 109, 109, 1);

        li {
            margin: 0;
            list-style: none;
            padding: 1em 0;
            font-size: 1.1rem;

            .fa {
                display: inline-block;
                width: 45px;
                font-size: 1.3rem;
                color: rgba(64, 64, 64, 1);

                &.fa-map-marker {
                    margin: 0 -5px 0 5px;
                }
            }
        }
    }

    .social {
        font-size: 1.8rem;
        padding-top: 1em;

        .fa {
            margin-right: .5em;
            color: rgba(109, 109, 109, 1);
        }
    }
}

.nav-tabs {
    border-bottom-color: #bea889;
    margin-top: 3em;

    .nav-item:first-child {
        padding-left: 0;

        .nav-link {
            padding-left: 0;
        }
    }

    .nav-link {
        color: #113649;
        font-size: 1.2rem;
        margin-bottom: 2px;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;

        :first-child {
            padding-left: 0;
        }

        &.active {
            font-weight: 800;
            opacity: 1 !important;
        }

        &:focus,
        &:hover,
        &:active {
            border-top-color: transparent;
            border-left-color: transparent;
            border-right-color: transparent;
        }
    }

}

.tab-content {
    .tab-pane {
        padding: 2em 0 4em 0;
    }
}

#description {
    .section {
        padding: 0 !important;
    }
}

.item-gallery {
    .owl-nav {
        position: relative;
        top: 32px;
        left: 0;
        right: 0;
        zoom: .5;
    }
}


.item-product {
    .highlight-box {
        h3 {
            color: #BEA889;
            font-weight: 700;
            border-bottom: 2px solid #BEA889;
            margin-bottom: 1.5em;
            padding-bottom: .5em;
        }
    }

    #info {

        input,
        textarea {
            background-color: #fff;
            border: none;
            border-radius: 0;

            ::placeholder {
                color: transparent;
            }
        }

        :not(.form-check) {
            label {
                color: #113649;
                font-weight: 700;
                font-size: 1.2rem;
            }
        }

        .form-check {
            zoom: .8;
        }
    }
}