.hero .content p.banner-text, h1 {
    font-size: 101px;
    line-height: .96
}

.content-with-image:after, .news-events:after {
    content: '';
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

h2 {
    font-size: 2rem;
    line-height: 2.3rem
}

.home-about h1 {
    font-size: 60px;
    margin-bottom: 20px
}

.common-btn {
    font-family: Cabin,sans-serif;
    padding: 12px 20px;
    font-size: 16px;
    transition: .3s ease-in-out;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    text-transform: uppercase
}

.content-with-image {
    position: relative;
    padding: 40px 0 70px
}

    .content-with-image:after {
        position: absolute;
        width: 100%;
        background-image: url(images/pattern-2.PNG);
        height: 87px
    }

    .content-with-image .inner {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        gap: 20px;
        align-items: center;
        position: relative;
        z-index: 2
    }

    .content-with-image .img-wrap {
        width: 50%
    }

        .content-with-image .img-wrap img {
            width: 100%;
            margin: 0 auto;
            display: block
        }

    .content-with-image .content {
        width: 45%;
        padding-left: 20px
    }

        .content-with-image .content h2 {
            font-size: 41px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 25px
        }

        .content-with-image .content ul {
            padding-left: 35px
        }

            .content-with-image .content ul li {
                margin-bottom: 4px
            }

    .content-with-image .common-btn {
        margin-top: 19px
    }

.hero .content p.banner-text {
    margin-bottom: 25px;
    font-weight: 600
}

.hero {
    position: relative
}

    .hero:before {
        position: absolute;
        content: '';
        width: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        background-image: linear-gradient(90deg,#050505 34%,#00000000 64%);
        z-index: 2;
        height: 100%;
        opacity: .34
    }

    .hero .image-slider {
        height: 526px;
        overflow: hidden
    }

        .hero .image-slider img {
            width: 100%;
            height: 526px;
            object-fit: cover
        }

    .hero .container {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
        z-index: 3
    }

    .hero .content {
        max-width: 500px
    }

        .hero .content h1 {
            margin-bottom: 25px
        }

        .hero .content p {
            font-size: 22px;
            font-weight: 400;
            line-height: 1.4
        }

    .hero h2, .hero p.h2head {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px
    }

    .hero .form {
        padding: 15px 15px 20px;
        width: 336px;
    }

        /*.hero .form select {
            min-height: 64px;
            display: block;
            width: 100%;
            margin-bottom: 25px;
            padding-left: 25px;
            border: none;
            font-size: 18px;
            background: url('images/angle-down.svg') no-repeat right 25px center;
            background-color: rgba(0, 0, 0, 0);
            background-size: auto;
            background-size: 16px 16px;
            background-color: #f2f2f2;
            color: #444;            
        }

        .hero .form select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .hero .form select:focus-visible {
            border: none;
        }*/

        .hero .form button {
            width: 100%;
            line-height: 1.15;
            height: 50px;
        }

        .hero .form > .select2-container {
            width: 100% !important;
            margin-bottom: 20px
        }

            .hero .form > .select2-container .select2-selection--single {
                padding: 10px 20px;
                border: 0 !important;
                height: 64px;
                background-size: 20px;
                background-position: 30px 50%;
                background-repeat: no-repeat
            }

                .hero .form > .select2-container .select2-selection--single .select2-selection__rendered {
                    height: 44px;
                    line-height: 44px;
                    font-size: 18px
                }

                .hero .form > .select2-container .select2-selection--single .select2-selection__arrow {
                    top: 20px;
                    right: 24px
                }

        .hero .form > #berth + .select2-container .select2-selection--single {
            background-image: url(images/people.svg)
        }

.select2-results__options li:first-child, .select2-search--dropdown {
    display: none !important
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option--selectable {
    padding: 10px 24px !important;
    font-size: 18px
}

.select2-container.select2-container--open .select2-dropdown--below {
    overflow: hidden;
    border: 0 !important
}

.poster .inner {
    padding: 20px;
    margin: 30px 0
}

    .package .tile .common-btn, .poster .inner img {
        width: 100%
    }

.tabs-wrapper {
    padding: 50px 0
}

    .new-arrivals p.sub-title, .reviews p.sub-title, .tabs-wrapper h2, .tabs-wrapper p.sub-title {
        text-align: center;
        margin-bottom: 20px
    }

#tabs-nav {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

    #tabs-content > span, #tabs-nav li a {
        font-weight: 700;
        padding: 10px 23px;
        transition: .3s ease-in-out
    }

        #tabs-content > span i {
            font-style: normal;
            font-weight: 400;
            font-size: 26px
        }

#tabs-content > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.package {
    display: flex;
    margin: -10px;
    flex-wrap: wrap
}

    .package .tile {
        overflow: hidden;
        width: calc(25% - 20px);
        margin: 10px;
        position: relative
    }

        .package .tile > img {
            width: 100%;
            height: 207px;
            object-fit: cover;
            display: block
        }

        .package .tile > span {
            padding: 6px 10px;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            position: absolute;
            top: 20px;
            z-index: 1;
            transform: rotate(-45deg);
            left: -40px;
            width: 150px;
            text-align: center
        }

        .package .tile .content {
            padding: 10px 15px 15px;
            text-align: center
        }

            .package .tile .content .h3title, .package .tile .content h3 {
                font-size: 20px;
                font-weight: 500;
                margin-bottom: 20px
            }

                .package .tile .content .h3title a, .package .tile .content h3 a {
                    line-height: 1.2;
                    font-size: 20px;
                    transition: .3s ease-in-out
                }

.item-title {
    min-height: 50px
}

.price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px
}

.line-hover {
    margin-bottom: 20px
}

    .line-hover span {
        display: block;
        width: 30px;
        transition: .5s ease-in-out;
        height: 1px;
        margin: 0 auto 5px
    }

        .line-hover span:last-child, .package .tile:hover .line-hover span {
            width: 50px
        }

            .package .tile:hover .line-hover span:last-child {
                width: 30px
            }

.package .tile .price {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.package .tile .content p {
    opacity: .8;
    margin-bottom: 10px;
    line-height: 1.4
}

.news-events .tile .content .h3title, .news-events .tile .content h3, .package .tile .content .sale {
    margin-bottom: 10px
}

.package .tile .features {
    padding: 8px 0;
    display: flex
}

    .package .tile .features div {
        flex-grow: 1;
        text-align: center
    }

    .package .tile .features svg {
        width: 18px;
        max-height: 18px
    }

    .package .tile .features span {
        font-size: 14px;
        display: block;
        font-weight: 600
    }

.logos-viewed {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px
}

    .logos-viewed img {
        width: 56px
    }

    .logos-viewed span {
        display: block;
        font-size: 14px
    }

    .logos-viewed strong {
        font-size: 14px
    }

.logos .h2head, .logos h2, .newsletter .h2head {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 800
}

.package .tile .full-image {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 15px 20px;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

    .package .tile .full-image:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(180deg,#000 0,#02304700 100%);
        z-index: 2;
        opacity: .55
    }

    .package .tile .full-image * {
        z-index: 3
    }

    .package .tile .full-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        z-index: 1
    }

.package .tile .h2head, .package .tile h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2
}

.logos {
    padding: 30px 0
}

    .logos .h2head, .logos h2 {
        text-align: center;
        margin-bottom: 40px
    }

    .logos .inner {
        display: flex;
        gap: 20px;
        align-items: center;
        padding: 0 20px;
        flex-wrap: wrap
    }

    .logos .logo {
        width: calc(16% - 10px)
    }

.new-arrivals, .newsletter {
    padding: 40px 0
}

    .new-arrivals .h2head, .new-arrivals h2, .reviews .h2head, .reviews h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 2.3rem;
        font-weight: 800
    }

.news-events {
    padding: 40px 0 137px;
    position: relative
}

    .news-events:after {
        position: absolute;
        width: 100%;
        left: 0;
        background-image: url(images/pattern.png);
        direction: ltr;
        height: 127px
    }

    .news-events .h2head, .news-events h2 {
        text-align: center;
        margin-bottom: 40px
    }

    .news-events .tile {
        overflow: hidden;
        min-height: 331px;
        position: relative
    }

        .news-events .tile span {
            font-weight: 700;
            font-size: 16px;
            line-height: 1;
            padding: 5px 10px;
            position: absolute;
            top: 10px;
            right: 10px
        }

        .news-events .tile img {
            height: 200px;
            object-fit: cover;
            width: 100%
        }

        .news-events .tile .content {
            height: calc(100% - 200px);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 20px;
            min-height: 131px
        }

            .news-events .tile .content .h3title a, .news-events .tile .content h3 a {
                font-size: 22px;
                line-height: 27px;
                transition: .3s ease-in-out
            }

            .news-events .tile .content > a {
                font-weight: 700
            }

    .news-events .slick-slide {
        height: 100%
    }

    .news-events .owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px
    }

.reviews {
    padding: 40px 0 0
}

    .reviews .inner {
        display: flex;
        gap: 20px;
        flex-wrap: wrap
    }

    .reviews .review {
        width: calc(20% - 16px);
        padding: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px
    }

.review * {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25
}

.review :last-child {
    margin-bottom: 0
}

.newsletter .inner {
    display: flex;
    gap: 40px
}

.newsletter .content {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

    .newsletter .content span {
        text-transform: uppercase;
        font-weight: 700
    }

.newsletter .form {
    width: 65%;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    flex-wrap: wrap
}

    .newsletter .form .form-group {
        flex-grow: 1;
        width: calc(50% - 10px)
    }

.newsletter .form-group label {
    margin-bottom: 8px;
    display: block
}

.newsletter .form-group input {
    border-radius: 3px;
    font-size: 15px;
    padding: 9px 20px;
    font-family: Cabin,sans-serif;
    height: 43px;
    width: 100%;
    outline: 0
}

.newsletter button {
    width: 100%;
    height: 43px
}

.captcha-lbl label {
    display: inline-block;
    margin-bottom: .3rem
}

.captcha-style {
    font-size: 26px;
    color: #000;
    padding: 3px 20px;
    background-image: radial-gradient(#fff 1px,#e6e6fa 0);
    background-size: 10px 10px;
    text-align: center;
    float: left;
    width: 85%;
    height: 43px
}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 63px
    }

    .hero {
        padding-top: 82px
    }

        .hero .content {
            max-width: 350px
        }

        .hero .container {
            padding-top: 90px
        }

        .hero .image-slider {
            height: 480px
        }

    .tab-content {
        margin-bottom: 20px
    }

        .tab-content:last-child {
            margin-bottom: 0
        }

    .package .tile {
        width: calc(50% - 20px)
    }

        .package .tile > img {
            height: 300px
        }

        .package .tile .wrapper {
            height: calc(100% - 300px)
        }

    .news-events {
        padding: 40px 0 60px
    }

        .news-events .tile .content {
            min-height: initial
        }

    .reviews .review {
        width: calc(50% - 10px)
    }

    .content-with-image .img-wrap {
        width: 40%
    }

        .content-with-image .img-wrap img {
            max-width: 100%
        }

    .content-with-image .content {
        width: 60%
    }
}

@media screen and (min-width:768px) {
    #tabs-content > span {
        display: none
    }
}

@media screen and (max-width:767px) {
    .hero .content p.banner-text, h1 {
        font-size: 42px
    }

    .hero {
        padding-top: 53px
    }

        .hero .container {
            flex-direction: column;
            padding-top: 90px
        }

        .hero .content {
            max-width: 100%
        }

        .hero .form, .newsletter .content, .newsletter .form .form-group, .newsletter button {
            width: 100%
        }

        .hero .image-slider, .hero .image-slider img {
            height: 680px
        }

    .logos .inner {
        padding: 0
    }

    .logos .logo {
        width: calc(33.33% - 16px)
    }

    #tabs-nav {
        display: none
    }

    .package .tile > img {
        height: 230px
    }

    .package .tile .wrapper {
        height: calc(100% - 230px)
    }

    .news-events .tile img {
        height: auto
    }

    .content-with-image .inner {
        flex-wrap: wrap;
        gap: 50px
    }

    .content-with-image .content {
        width: 100%;
        padding-left: 0
    }

    .content-with-image .common-btn {
        margin-top: 25px
    }

    .content-with-image .img-wrap {
        width: 100%;
        order: 2
    }

    .newsletter .inner {
        flex-direction: column;
        gap: 30px
    }

    .newsletter .form {
        width: 100%;
        flex-direction: column;
        gap: 20px
    }
}

@media screen and (max-width:575px) {
    .logos .logo {
        width: calc(50% - 20px)
    }

    .hero .content p.banner-text, h1 {
        font-size: 42px
    }

    .common-btn, .package .tile, .reviews .review {
        width: 100%
    }

        .package .tile .wrapper, .package .tile > img {
            height: auto
        }
}
