/* global */

body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .contact-container {
        background-color: #384CBC;
        width: 100%;
        padding: 100px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }
    .contact-right {
        align-self: flex-start;
        width: calc(50% - 50px);
    }
    .contact-right h3 {
        color: #384CBC;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }
    .contact-right h4 {
        color: #414141;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }
    .contact-right ul {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .contact-right li {
        font-size: 18px;
        margin: 0;
    }
    .contact-right p {
        font-size: 18px;
        margin: 0 0 10px 0;
        line-height: 1.4;
    }
    .contact-right a {
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        color: #384CBC;
        background: #f9f9f6;
        padding: 10px 20px;
        display: inline-block;
        margin: 0 20px 20px 0;
        border-radius: 2px;
    }
    .contact-right a:hover {
        background: #384CBC;
        color: #fff;
    }
    #promo-form {
        width: 600px;
        margin: 0 auto;
        background: #fff;
        box-shadow: -2px -2px 4px rgb(0, 0, 0, 6%), 3px 3px 12px rgb(0, 0, 0, 12%);
        padding: 50px 25px;
        border-radius: 10px;
    }
    #promo-form h2 {
        margin: 0 0 10px 0;
        font-size: 30px;
        font-weight: 500;
        color: #384CBC;
        text-align: center;
    }
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }

    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
    }

    .first-strip {
        position: absolute;
        bottom: 0;
        background: rgba(4, 68, 147, 0.75);
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .first-strip h1 {
        text-align: center;
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .yacht-cutout {
        position: absolute;
        left: 5%;
        bottom: 0;
        width: 280px;
    }

    .girl-cutout {
        position: absolute;
        right: 5%;
        top: 60%;
        transform: translateY(-60%);
        height: 250px;
    }

    .yacht-gallery {
        width: 100%;
        padding: 0 5%;
        margin: 50px auto 0 auto;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-gap: 20px;
    }

    .gallery-image {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 200px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

    .enlarge {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.9) inset;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gallery-image:hover {
        transform: scale(1.1);
    }

    .gallery-image:hover .enlarge {
        display: flex;
    }

    .story-section {
        width: 100%;
        padding: 10px 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .story-text {
        align-self: flex-start;
        width: calc(50% - 10px);
    }

    .story-text p,
    .story-text li {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: 400;
        color: #515151;
        line-height: 1.5;
    }

    .story-text h3 {
        margin: 0 0 10px 0;
        font-size: 25px;
        font-weight: 500;
        color: #384CBC;
    }

    .story-images {
        align-self: flex-start;
        width: calc(50% - 10px);
        height: 500px;
    }

    .story-image {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .slider-main {
        width: 100%;
        margin: 50px auto;
        background: linear-gradient(90deg, rgba(3, 133, 203, 0.01), rgba(3, 133, 203, 0.48), rgba(3, 133, 203, 0.01));
    }

    .slider-nav {
        width: 100%;
        margin: 50px auto;
        background: linear-gradient(90deg, rgba(3, 133, 203, 0.01), rgba(3, 133, 203, 0.48), rgba(3, 133, 203, 0.01));
    }

    .main-img {
        margin: 0 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 500px !important;
    }

    .track-img {
        margin: 0 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 150px !important;
    }

    .yacht-section {
        width: 100%;
        padding: 0 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .yacht-left {
        margin: 0;
        position: relative;
        width: calc(50% - 5px);
        height: auto;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .yacht-left h2 {
        position: absolute;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        margin: 0;
        bottom: 25px;
        left: 25px;
    }

    .yacht-image {
        width: 100%;
        height: auto;
    }

    .yacht-info {
        width: calc(50% - 5px);
    }

    .yacht-info h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 20px 0;
        line-height: 1;
    }

    .price-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .price-tabs-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .price-tab {
        padding: 40px;
        color: #fff;
    }

    .price-tab h3,
    .detail-tab h3 {
        font-size: 35px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .price-tab h4,
    .detail-tab h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .price-tab h5,
    .detail-tab h5 {
        font-size: 25px;
        margin: 0;
        text-align: center;
    }

    .price-tab h5 strong,
    .detail-tab h5 strong {
        font-weight: 500;
        text-decoration: line-through;
    }

    .price-tab span,
    .detail-tab span {
        font-size: 0.6em;
    }

    .detail-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin: 10px 0 0 0;
    }

    .detail-tab {
        padding: 40px;
        color: #fff;
        background-color: #5c738c;
    }

    .all-rates-include {
        background-color: #5656b6;
        list-style: none;
        width: 90%;
        padding: 50px;
        margin: 50px auto 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 50px;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

    .book-yacht {
        position: relative;
        display: inline-block;
        margin: 50px auto 0 auto;
        transform: translateX(-50%);
        left: 50%;
        padding: 20px 40px;
        font-size: 25px;
        font-weight: 600;
        color: #384CBC;
        border: 4px solid #384CBC;
        text-decoration: none;
        transition: 0.2s all ease-in-out;
    }

    .book-yacht:hover {
        color: #fff;
        background: #384CBC;
    }

    [data-charter_type="Sightseeing Only"] {
        display: none;
    }

    .tab-slider--tabs {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 0 10px;
        padding: 0;
        border-radius: 35px;
        overflow: hidden;
        background: linear-gradient(180deg, #f7f7f7, #e6e6e6);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
        height: 60px;
        min-width: 600px;
    }

    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: linear-gradient(90deg, #6d9fe9, #4e86d8, #3e7ddd, #4e86d8, #6d9fe9);
        box-shadow: 0 4px 15px rgba(126, 212, 255, 0.5), inset;
        border: 1px solid #4780d4;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

    .tab-slider--trigger {
        width: 50%;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
        color: #384CBC;
        text-transform: uppercase;
        text-align: center;
        padding: 20px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        transition: color 250ms ease-in-out;
    }

    .tab-slider--trigger.active {
        color: #fff;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .contact-container {
        background-color: #384CBC;
        width: 100%;
        padding: 100px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }
    .contact-right {
        align-self: flex-start;
        width: calc(50% - 25px);
    }
    .contact-right h3 {
        color: #384CBC;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }
    .contact-right h4 {
        color: #414141;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }
    .contact-right ul {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .contact-right li {
        font-size: 16px;
        margin: 0;
    }
    .contact-right p {
        font-size: 16px;
        margin: 0 0 10px 0;
        line-height: 1.4;
    }
    .contact-right a {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        color: #384CBC;
        background: #f9f9f6;
        padding: 10px 20px;
        display: inline-block;
        margin: 0 20px 20px 0;
        border-radius: 2px;
    }
    .contact-right a:hover {
        background: #384CBC;
        color: #fff;
    }
    #promo-form {
        width: 600px;
        margin: 0 auto;
        background: #fff;
        box-shadow: -2px -2px 4px rgb(0, 0, 0, 6%), 3px 3px 12px rgb(0, 0, 0, 12%);
        padding: 50px 25px;
        border-radius: 10px;
    }
    #promo-form h2 {
        margin: 0 0 10px 0;
        font-size: 30px;
        font-weight: 500;
        color: #384CBC;
        text-align: center;
    }
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }

    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
    }

    .first-strip {
        position: absolute;
        bottom: 0;
        background: rgba(4, 68, 147, 0.75);
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .first-strip h1 {
        text-align: center;
        margin: 0;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
    }

    .yacht-cutout {
        position: absolute;
        left: 5%;
        bottom: 0;
        width: 220px;
    }

    .girl-cutout {
        position: absolute;
        right: 5%;
        top: 60%;
        transform: translateY(-60%);
        height: 240px;
    }

    .yacht-gallery {
        width: 100%;
        padding: 0 5%;
        margin: 50px auto 0 auto;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }

    .gallery-image {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 200px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

    .enlarge {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.9) inset;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gallery-image:hover {
        transform: scale(1.1);
    }

    .gallery-image:hover .enlarge {
        display: flex;
    }

    .story-section {
        width: 100%;
        padding: 10px 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .story-text {
        align-self: flex-start;
        width: calc(50% - 10px);
    }

    .story-text p,
    .story-text li {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: 400;
        color: #515151;
        line-height: 1.5;
    }

    .story-text h3 {
        margin: 0 0 10px 0;
        font-size: 25px;
        font-weight: 500;
        color: #384CBC;
    }

    .story-images {
        align-self: flex-start;
        width: calc(50% - 10px);
        height: 500px;
    }

    .story-image {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .slider-main {
        width: 100%;
        margin: 50px auto;
        background: linear-gradient(90deg, rgba(3, 133, 203, 0.01), rgba(3, 133, 203, 0.48), rgba(3, 133, 203, 0.01));
    }

    .slider-nav {
        width: 100%;
        margin: 50px auto;
        background: linear-gradient(90deg, rgba(3, 133, 203, 0.01), rgba(3, 133, 203, 0.48), rgba(3, 133, 203, 0.01));
    }

    .main-img {
        margin: 0 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 500px !important;
    }

    .track-img {
        margin: 0 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 150px !important;
    }

    .yacht-section {
        width: 100%;
        padding: 0 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .yacht-left {
        margin: 0;
        position: relative;
        width: calc(40% - 5px);
        height: auto;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .yacht-left h2 {
        position: absolute;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        margin: 0;
        bottom: 25px;
        left: 25px;
    }

    .yacht-image {
        width: 100%;
        height: auto;
    }

    .yacht-info {
        width: calc(60% - 5px);
    }

    .yacht-info h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 20px 0;
        line-height: 1;
    }

    .price-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .price-tabs-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .price-tab {
        padding: 30px;
        color: #fff;
    }

    .price-tab h3,
    .detail-tab h3 {
        font-size: 30px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .price-tab h4,
    .detail-tab h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .price-tab h5,
    .detail-tab h5 {
        font-size: 20px;
        margin: 0;
        text-align: center;
    }

    .price-tab h5 strong,
    .detail-tab h5 strong {
        font-weight: 500;
        text-decoration: line-through;
    }

    .price-tab span,
    .detail-tab span {
        font-size: 0.6em;
    }

    .detail-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin: 10px 0 0 0;
    }

    .detail-tab {
        padding: 30px;
        color: #fff;
        background-color: #5c738c;
    }

    .all-rates-include {
        background-color: #5656b6;
        list-style: none;
        width: 90%;
        padding: 50px;
        margin: 50px auto 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 50px;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

    .book-yacht {
        position: relative;
        display: inline-block;
        margin: 50px auto 0 auto;
        transform: translateX(-50%);
        left: 50%;
        padding: 20px 40px;
        font-size: 25px;
        font-weight: 600;
        color: #384CBC;
        border: 4px solid #384CBC;
        text-decoration: none;
        transition: 0.2s all ease-in-out;
    }

    .book-yacht:hover {
        color: #fff;
        background: #384CBC;
    }

    [data-charter_type="Sightseeing Only"] {
        display: none;
    }

    .tab-slider--tabs {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 0 10px;
        padding: 0;
        border-radius: 35px;
        overflow: hidden;
        background: linear-gradient(180deg, #f7f7f7, #e6e6e6);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
        height: 60px;
        min-width: 500px;
    }

    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: linear-gradient(90deg, #6d9fe9, #4e86d8, #3e7ddd, #4e86d8, #6d9fe9);
        box-shadow: 0 4px 15px rgba(126, 212, 255, 0.5), inset;
        border: 1px solid #4780d4;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

    .tab-slider--trigger {
        width: 50%;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
        color: #384CBC;
        text-transform: uppercase;
        text-align: center;
        padding: 20px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        transition: color 250ms ease-in-out;
    }

    .tab-slider--trigger.active {
        color: #fff;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .contact-container {
        background-color: #384CBC;
        width: 100%;
        padding: 100px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }
    .contact-right {
        align-self: flex-start;
        width: 100%;
    }
    .contact-right h3 {
        color: #384CBC;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }
    .contact-right h4 {
        color: #414141;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }
    .contact-right ul {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .contact-right li {
        font-size: 18px;
        margin: 0;
    }
    .contact-right p {
        font-size: 18px;
        margin: 0 0 10px 0;
        line-height: 1.4;
    }
    .contact-right a {
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        color: #384CBC;
        background: #f9f9f6;
        padding: 10px 20px;
        display: inline-block;
        margin: 0 20px 20px 0;
        border-radius: 2px;
    }
    .contact-right a:hover {
        background: #384CBC;
        color: #fff;
    }
    #promo-form {
        width: 600px;
        margin: 0 auto;
        background: #fff;
        box-shadow: -2px -2px 4px rgb(0, 0, 0, 6%), 3px 3px 12px rgb(0, 0, 0, 12%);
        padding: 50px 25px;
        border-radius: 10px;
    }
    #promo-form h2 {
        margin: 0 0 10px 0;
        font-size: 30px;
        font-weight: 500;
        color: #384CBC;
        text-align: center;
    }
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }

    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.85);
    }

    .first-strip {
        position: absolute;
        bottom: 0;
        background: rgba(4, 68, 147, 0.75);
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .first-strip h1 {
        text-align: center;
        margin: 0;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
    }

    .yacht-cutout {
        position: absolute;
        left: 5%;
        bottom: 0;
        width: 180px;
    }

    .girl-cutout {
        position: absolute;
        right: 5%;
        top: 60%;
        transform: translateY(-60%);
        height: 210px;
    }

    .yacht-gallery {
        width: 100%;
        padding: 0 5%;
        margin: 50px auto 0 auto;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }

    .gallery-image {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 200px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

    .enlarge {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.9) inset;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gallery-image:hover {
        transform: scale(1.1);
    }

    .gallery-image:hover .enlarge {
        display: flex;
    }

    .story-section {
        width: 100%;
        padding: 10px 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .story-text {
        align-self: flex-start;
        width: 100%;
    }

    .story-text p,
    .story-text li {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 400;
        color: #515151;
        line-height: 1.5;
    }

    .story-text h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
        font-weight: 500;
        color: #384CBC;
    }

    .story-images {
        align-self: flex-start;
        width: 100%;
        height: 500px;
    }

    .story-image {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .slider-main {
        width: 100%;
        margin: 50px auto;
        background: linear-gradient(90deg, rgba(3, 133, 203, 0.01), rgba(3, 133, 203, 0.48), rgba(3, 133, 203, 0.01));
    }

    .slider-nav {
        width: 100%;
        margin: 50px auto;
        background: linear-gradient(90deg, rgba(3, 133, 203, 0.01), rgba(3, 133, 203, 0.48), rgba(3, 133, 203, 0.01));
    }

    .main-img {
        margin: 0 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 500px !important;
    }

    .track-img {
        margin: 0 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 150px !important;
    }

    .yacht-section {
        width: 100%;
        padding: 0 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .yacht-left {
        margin: 0;
        position: relative;
        width: calc(40% - 5px);
        height: auto;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .yacht-left h2 {
        position: absolute;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        margin: 0;
        bottom: 25px;
        left: 25px;
    }

    .yacht-image {
        width: 100%;
        height: auto;
    }

    .yacht-info {
        width: calc(60% - 5px);
    }

    .yacht-info h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 20px 0;
        line-height: 1;
    }

    .price-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .price-tabs-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .price-tab {
        padding: 30px;
        color: #fff;
    }

    .price-tab h3,
    .detail-tab h3 {
        font-size: 25px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .price-tab h4,
    .detail-tab h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .price-tab h5,
    .detail-tab h5 {
        font-size: 20px;
        margin: 0;
        text-align: center;
    }

    .price-tab h5 strong,
    .detail-tab h5 strong {
        font-weight: 500;
        text-decoration: line-through;
    }

    .price-tab span,
    .detail-tab span {
        font-size: 0.6em;
    }

    .detail-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin: 10px 0 0 0;
    }

    .detail-tab {
        padding: 30px;
        color: #fff;
        background-color: #5c738c;
    }

    .all-rates-include {
        background-color: #5656b6;
        list-style: none;
        width: 90%;
        padding: 50px;
        margin: 50px auto 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 50px;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

    .book-yacht {
        position: relative;
        display: inline-block;
        margin: 50px auto 0 auto;
        transform: translateX(-50%);
        left: 50%;
        padding: 20px 40px;
        font-size: 25px;
        font-weight: 600;
        color: #384CBC;
        border: 4px solid #384CBC;
        text-decoration: none;
        transition: 0.2s all ease-in-out;
    }

    .book-yacht:hover {
        color: #fff;
        background: #384CBC;
    }

    [data-charter_type="Sightseeing Only"] {
        display: none;
    }

    .tab-slider--tabs {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 0 10px;
        padding: 0;
        border-radius: 35px;
        overflow: hidden;
        background: linear-gradient(180deg, #f7f7f7, #e6e6e6);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
        height: 60px;
        min-width: 500px;
    }

    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: linear-gradient(90deg, #6d9fe9, #4e86d8, #3e7ddd, #4e86d8, #6d9fe9);
        box-shadow: 0 4px 15px rgba(126, 212, 255, 0.5), inset;
        border: 1px solid #4780d4;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

    .tab-slider--trigger {
        width: 50%;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
        color: #384CBC;
        text-transform: uppercase;
        text-align: center;
        padding: 20px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        transition: color 250ms ease-in-out;
    }

    .tab-slider--trigger.active {
        color: #fff;
    }
}

@media(max-width: 769px) {
    .contact-container {
        background-color: #384CBC;
        width: 100%;
        padding: 100px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }
    .contact-right {
        align-self: flex-start;
        width: 100%;
    }
    .contact-right h3 {
        color: #384CBC;
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }
    .contact-right h4 {
        color: #414141;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }
    .contact-right ul {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .contact-right li {
        font-size: 15px;
        margin: 0;
    }
    .contact-right p {
        font-size: 15px;
        margin: 0 0 10px 0;
        line-height: 1.4;
    }
    .contact-right a {
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: #384CBC;
        background: #f9f9f6;
        padding: 10px 20px;
        display: inline-block;
        margin: 0 20px 20px 0;
        border-radius: 2px;
    }
    .contact-right a:hover {
        background: #384CBC;
        color: #fff;
    }
    #promo-form {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        box-shadow: -2px -2px 4px rgb(0, 0, 0, 6%), 3px 3px 12px rgb(0, 0, 0, 12%);
        padding: 50px 25px;
        border-radius: 10px;
    }
    #promo-form h2 {
        margin: 0 0 10px 0;
        font-size: 30px;
        font-weight: 500;
        color: #384CBC;
        text-align: center;
    }
    .first-fold {
        position: relative;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 0 0;
        height: 350px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 5px;
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }

    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.95);
    }

    .first-strip {
        position: absolute;
        bottom: 0;
        background: rgba(4, 68, 147, 0.75);
        height: 80px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .first-strip h1 {
        text-align: center;
        margin: 0 5px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
    }

    .yacht-cutout {
        display: none;
        left: 5%;
        bottom: 0;
        width: 280px;
    }

    .girl-cutout {
        display: none;
        right: 5%;
        top: 60%;
        transform: translateY(-60%);
        height: 250px;
    }

    .yacht-gallery {
        width: 100%;
        padding: 0 5%;
        margin: 20px auto 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .gallery-image {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 200px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

    .enlarge {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.9) inset;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gallery-image:hover {
        transform: scale(1.1);
    }

    .gallery-image:hover .enlarge {
        display: flex;
    }

    .story-section {
        width: 100%;
        padding: 10px 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .story-text {
        align-self: flex-start;
        width: 100%;
    }

    .story-text p,
    .story-text li {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 400;
        color: #515151;
        line-height: 1.5;
    }

    .story-text h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
        font-weight: 500;
        color: #384CBC;
    }

    .story-images {
        align-self: flex-start;
        width: 100%;
        height: 300px;
    }

    .story-image {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .slider-main {
        width: 100%;
        margin: 50px auto;
        background: linear-gradient(90deg, rgba(3, 133, 203, 0.01), rgba(3, 133, 203, 0.48), rgba(3, 133, 203, 0.01));
    }

    .slider-nav {
        width: 100%;
        margin: 50px auto;
        background: linear-gradient(90deg, rgba(3, 133, 203, 0.01), rgba(3, 133, 203, 0.48), rgba(3, 133, 203, 0.01));
    }

    .main-img {
        margin: 0 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 500px !important;
    }

    .track-img {
        margin: 0 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 120px !important;
    }

    .yacht-section {
        width: 100%;
        padding: 0 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .yacht-left {
        margin: 0 0 10px 0;
        position: relative;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .yacht-left h2 {
        position: absolute;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        margin: 10px 0;
        bottom: 25px;
        left: 25px;
    }

    .yacht-image {
        width: 100%;
        height: auto;
    }

    .yacht-info {
        width: 100%;
    }

    .yacht-info h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 20px 0;
        line-height: 1;
    }

    .price-tabs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .price-tabs-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .price-tab {
        padding: 20px;
        color: #fff;
    }

    .price-tab h3,
    .detail-tab h3 {
        font-size: 25px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .price-tab h4,
    .detail-tab h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .price-tab h5,
    .detail-tab h5 {
        font-size: 17px;
        margin: 0;
        text-align: center;
    }

    .price-tab h5 strong,
    .detail-tab h5 strong {
        font-weight: 500;
        text-decoration: line-through;
    }

    .price-tab span,
    .detail-tab span {
        font-size: 0.6em;
    }

    .detail-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin: 10px 0 0 0;
    }

    .detail-tab {
        padding: 20px;
        color: #fff;
        background-color: #5c738c;
    }

    .all-rates-include {
        background-color: #5656b6;
        list-style: none;
        width: 90%;
        padding: 25px;
        margin: 10px auto 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
    }

    .book-yacht {
        position: relative;
        display: inline-block;
        margin: 50px auto 0 auto;
        transform: translateX(-50%);
        left: 50%;
        padding: 15px 30px;
        font-size: 20px;
        font-weight: 600;
        color: #384CBC;
        border: 4px solid #384CBC;
        text-decoration: none;
        transition: 0.2s all ease-in-out;
    }

    .book-yacht:hover {
        color: #fff;
        background: #384CBC;
    }

    [data-charter_type="Sightseeing Only"] {
        display: none;
    }

    .tab-slider--tabs {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0 0 10px;
        padding: 0;
        border-radius: 35px;
        overflow: hidden;
        background: linear-gradient(180deg, #f7f7f7, #e6e6e6);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
        height: 45px;
        min-width: 100%;
    }

    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: linear-gradient(90deg, #6d9fe9, #4e86d8, #3e7ddd, #4e86d8, #6d9fe9);
        box-shadow: 0 4px 15px rgba(126, 212, 255, 0.5), inset;
        border: 1px solid #4780d4;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

    .tab-slider--trigger {
        width: 50%;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 1;
        color: #384CBC;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 10px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        transition: color 250ms ease-in-out;
    }

    .tab-slider--trigger.active {
        color: #fff;
    }
}
