@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

html, body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    border: none;
    color: #FFFFFF;
}

input, textarea, button, select {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
}

input, textarea, select {
    background-color: #fff;
}

input[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    display: block;
    text-transform: none;
}

h1, h2 {
    font-family: 'Montserrat Alternates', sans-serif;
}

h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 128px;
    line-height: 156px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

h2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

h3 {
    font-size: 40px;
    line-height: 49px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

h4 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

strong {
    font-weight: 600;
}

a, button {
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
}

.image {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
}

main {
    display: block;
}

section {
    position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
}

.page-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.wrapper {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    min-height: auto !important;
}

.wrapper.min {
    padding-top: 200px;
    padding-bottom: 100px;
    width: 1200px;
    max-width: 100%;
}

.button {
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    width: 320px;
    height: 64px;
    background: linear-gradient(135deg, #FF7523 0%, #FF7523 53.12%, #FFAB23 100%);
    transition: all 0.3s ease;
}

.button:hover{
    background: linear-gradient(135deg, #ffc32a 0%, #fb792a 53.12%, #fb792a 100%);
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**** Header ****/
.logo {
    width: 117px;
    min-width: 117px;
}

.header {
    width: 100%;
    padding: 23px 0;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #243855;
}

.header.header_scrolled {
    background-color: #243855;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    position: relative;
    z-index: 11;
}

.header__menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__menu-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__menu-navigation.opened {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #243855;
    z-index: 8;
    transition: 0.4s;
}

.header__menu-navigation__link {
    margin-left: 28px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: -0.04em;
}

.header__menu-navigation.opened .header__menu-navigation__link {
    margin: 25px 0;
}

@media screen and (max-width: 768px) {
    .header__menu-navigation.opened .header__menu-navigation__link {
        margin: 10px 0;
    }
}

.header-burger {
    margin-left: 36px;
    display: block;
    width: 64px;
    height: 12px;
    position: relative;
    cursor: pointer;
    z-index: 11;
}

.header-burger__line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: 0.4s;
}

.header-burger__line:nth-child(1) {
    top: 0;
}

.header-burger__line:nth-child(2) {
    bottom: 0;
}

.header-burger.opened {
    width: 48px;
}

.header-burger.opened .header-burger__line:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
}

.header-burger.opened .header-burger__line:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 5px;
}

/**** Footer ****/
.footer {
    padding: 62px 0 26px;
    background-color: #243855;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer__column:nth-child(1) {
    width: 24.5%;
    padding-right: 10px;
}

.footer__column:nth-child(2) {
    width: 34%;
    position: relative;
}

.footer__column:nth-child(3) {
    width: 41.5%;
}

.footer__column:nth-child(2)::before,
.footer__column:nth-child(2)::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 18px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #B6AFAC;
}

.footer__column:nth-child(2)::before {
    left: 0;
}

.footer__column:nth-child(2)::after {
    right: 0;
}

.footer-logo {
    margin-top: 26px;
}

.footer__info,
.footer__copyright {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer__copyright_mobile {
    display: none;
}

.footer__info {
    max-width: 392px;
    margin: 33% 0 53px;
}

.footer__menu {
    margin-top: 18px;
}

.footer__menu-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 449px;
    margin-right: 70px;
    margin-left: auto;
    position: relative;
    padding-right: 10px;
}

.footer__menu-navigation__link {
    display: block;
    margin-bottom: 16px;
    padding-left: 32px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.footer-social {
    max-width: 449px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 38px 70px 0 auto;
    padding-left: 32px;
}

.footer-social__item,
.footer-contact__item {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border: 2px solid #FF7523;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social__item:last-child{
    margin-right: 0;
}
.footer__column-inner {
    width: 77%;
    margin-left: auto;
}

.footer__column-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contact__title {
    margin-bottom: 48px;
    color: white;
}

.footer-contact__info {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: white;
}

.footer-contact__phone {
    margin: 12px 0 34px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.footer-contact__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer__button-top {
    display: none;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #FF7523;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: black;
}

.search-tour {
    color: #666666;
}

.reviews {
    padding-top: 50px;
    padding-bottom: 50px;
}

.reviews .title {
    padding-top: 60px;
    color: #333;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 700px;
    margin: 0 auto 60px;
}

.instagram-reviews {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.instagram-reviews li {
    border-radius: 10px;
    overflow: hidden;
}

.instagram-reviews li a {
    background-image: url("../img/img_1.png");

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 440px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.instagram-reviews li a img {
    height: 70%;
    border-radius: 25px;
}

.wprev-slider .wprevpro_t1_outer_div:not(:nth-child(1)) {
    display: none;
}

.review_notate-big {
    border-radius: 50%;
    border: 5px solid red;
    padding: 18px 22px;
    font-size: 24px;
    font-weight: bold;
    color: #243855;
    text-align: center;
    max-width: 600px;
    margin: 60px auto 10px;
    color: #ff7523;
}

/*share button*/
.contact-widget {
    position: fixed;
    right: 100px;
    bottom: 100px;
}

.contact-widget .wrapper{
    padding: 0;
}

.share {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.share.open + .social a:nth-child(4) {
    transform: translate(0px, -58px);
    transition-delay: 0.4s;
}

.share.open + .social a:nth-child(3) {
    transform: translate(-52px, -28px);
    transition-delay: 0.3s;
}

.share.open + .social a:nth-child(2) {
    transform: translate(-52px, 28px);
    transition-delay: 0.2s;
}

.share.open + .social a:nth-child(1) {
    transform: translate(0px,58px);
    transition-delay: 0.5s;
}

.share.open + .social a:nth-child(5) {
    transform:  translate(52px, -28px);
    transition-delay: 0.4s;
}

.share.open + .social a:nth-child(6) {
    transform:  translate(52px, 28px);
    transition-delay: 0.4s;
}

.share.fas {
    background: #ff7522;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 3px #ff7522;
    color: #fff;
}

.share.fas:hover{
    background: #fb792a;
}


.share + .social {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.social a {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 1.1em;
    color: #fff;
    background: #253955;
    transition: all 0.3s ease;
}

.social a:hover{
    background: #d86a30;
    box-shadow: 0 0 7px #9ea7bd;
}

@media screen and (max-width: 800px) {
    .contact-widget {
        position: fixed;
        right: 50px;
        bottom: 50px;
        z-index: 99;
    }

    .share.fas, .social a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .share.open + .social a:nth-child(4) {
        transform: translate(0px, -29px);
        transition-delay: 0.4s;
    }

    .share.open + .social a:nth-child(3) {
        transform: translate(-26px, -14px);
        transition-delay: 0.3s;
    }

    .share.open + .social a:nth-child(2) {
        transform: translate(-26px, 14px);
        transition-delay: 0.2s;
    }

    .share.open + .social a:nth-child(1) {
        transform: translate(0px,29px);
        transition-delay: 0.5s;
    }

    .share.open + .social a:nth-child(5) {
        transform:  translate(26px, -14px);
        transition-delay: 0.4s;
    }

    .share.open + .social a:nth-child(6) {
        transform:  translate(26px, 14px);
        transition-delay: 0.4s;
    }
}


#cruise .cruises_search{
    max-width: 1200px !important;
    margin: 0 auto;
    width: auto !important;
}

#cruise .cruises_search{
    padding: 10px;
}

.cruise-section h2{
    text-align: center;
    margin-bottom: 30px;

}
