@charset "UTF-8";
/*
  Theme Name: Mazada Tours
  Theme URI: #
  Author: Digitouch
  Author URI: https://digitouch.co.il
  Description: Theme for Mazada Tours
  Version: 1.0.0
*/
body {
    margin: 0;
    padding: 0;
    color:#0B0B0B;
}
h1 {
    font-size: 72px;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Merriweather;
    font-style: italic;
}

p, a, li {
    font-family: Cabin;
    font-style: normal;
    font-size: 19px;
}
ul {
    margin: 0;
    padding: 0;
}
nav {
    width: 100%;
}
section {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 100vw;
}

limit {
    display: flex;
    width: 100%
    max-width: 1920px;
    justify-content: flex-start;
    padding: 15px 50px;
    margin: 0 auto;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
}
header.header-while {
    background-color: white;
    border-bottom: 1px solid #E4DFD7;
    transition: all .3s;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

header.header-while .logo-header-white img {
    filter: invert(1);
}

header.header-while nav ul li a {
    color: #0B0B0B;
}

header.header-while nav ul li.right-menu a {
    text-decoration: underline;
}
#main {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#main p {
    font-size: 24px;
    color: white;
    margin: 0;
    margin-bottom: 45px;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#main .container {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

#main h1 {
    max-width: 940px;
    margin: 0;
    margin-bottom: 40px;
}
.btn-arrow-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -150px;
    z-index: 10;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
}

.btn-arrow-down img {
    width: 40px;
    margin-top: -130px;
}
.button-while {
    background-color: white;
    border-radius: 50px;
    padding: 20px 30px;
    max-width: 235px;
    text-align: center;
}

.button-while a {
    font-size: 20px;
    text-decoration: unset;
    color: black;
    font-weight: bold;
}

.socials-links {
    position: absolute;
    right: 25px;
    width: 25px;
    top: 47%;
    z-index: 1;
}

.socials-links li {
    margin-bottom: 20px;
    display: block;
}

header nav ul li a {
    font-size: 19px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.logo-header-white {
    width: 177px;
    margin-right: 75px;
}

.logo-header-white img {
    width: 100%;
}

header nav ul li {
    margin-right: 50px;
    list-style: unset;
}

header nav ul li.right-menu {
    margin-left: auto;
    margin-right: unset;
}
header nav ul li::marker {
    content: unset;
}

nav ul { list-style-type: none; }

.content-flex {
    display: flex;
    flex-wrap: wrap;
}

.part-left {
    flex-basis: 50%;
    position: relative;
}

.part-right {
    flex-basis: 470px;
    padding-left: 70px;
}

.video-youtube {
    position: absolute;
    top: 0;
    right: 0;
    width: 135%;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-youtube img {width: 25px;height: 25px;padding: 42px;background-color: white;border-radius: 50%;}

section#about {
    padding: 120px 0 100px;
}

.part-right h2 {
    font-size: 48px;
    margin-top: 0;
}

.part-right h2 span {
    color: #8E8270;
}

.part-right p {
    font-size: 19px;
}

.company-imgs ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.company-imgs ul li {
    margin-right: 30px;
}

.part-right .content {
    padding-bottom: 40px;
}

.company-imgs {
    padding-top: 20px;
}

#tours .container {display: block;}

section#tours h1 {
    color: #0B0B0B;
    text-align: center;
    font-style: normal;
    font-size: 48px;
    margin: 0;
}

section .sub-title {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Cabin';
    font-size: 19px;
}

.flex-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section#tours {
    padding-top: 110px;
    padding-bottom: 120px;
}

.flex-block .item-tour {
    width: 240px;
    position: relative;
    margin-bottom: 24px;
}

.flex-block .item-tour img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.flex-block .item-tour p {
    position: absolute;
    bottom: 40px;
    color: #F1EFEC;
    font-family: Merriweather;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: left;
    padding-left: 25px;
    z-index: 2;
}

.flex-block .item-tour:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    opacity: 0.94;
    background: linear-gradient(179deg, #0b0b0b00 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.button-border-black {
    border: 1px solid black;
}
section#tours:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 43%;
    background-color: #F1EFEC;
    z-index: -1;
}

section#tours .button-while {
    margin: 60px auto 0;
}

.guides-block {
    padding-top: 110px;
}

.guides-block .part-left img {
    position: absolute;
    top: 0;
    right: 0;
    width: 135%;
    object-fit: cover;
    object-position: center;
}
#activities .container {
    display: block;
}

#activities h1 {
    color: #0B0B0B;
    text-align: center;
    font-style: normal;
    font-size: 48px;
    margin: 0;
}

section#activities:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 74%;
    background-color: #F1EFEC;
    z-index: -1;
}

#activities {
    padding-top: 110px;
}

section .sub-title a {
    color: #0B0B0B;
    font-weight: bold;
}

section#activities .button-while {
    margin: 46px auto;
}
.flex-block-cars {
    display: flex;
    flex-wrap: wrap;
}

.item-car {
    /* width: 500px; */
    height: 400px;
    padding: 55px 30px;
    background-color: #F1EFEC;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.options-car img {
    width: 17px !important;
    margin-right: 10px;
    float: left;
}

.options-car {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
    padding-top: 20px;
}
.number-of-passengers {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.options-car span {
    font-size: 15px;
    opacity: 0.6;
    color: #0B0B0B;
}

.item-car>span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: left;
}

.item-car>h3 {
    font-size: 27px;
    margin: 15px 0;
}

.item-car>img {
    max-width: 350px !important;
    margin: 0 auto;
}
section#vehicles h2 {
    font-size: 48px;
    text-align: center;
}

section#vehicles h2 span {
    color: #8E8270;
}

section#vehicles {
    padding-top: 40px;
}
section#how-it-works h2 {
    font-size: 48px;
    text-align: center;
}

.how-it-works {
    display: flex;
    flex-wrap: wrap;
}

.how-it-works .item-work {
    border-left: 1px solid #D1C9BD;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    /* justify-content: space-between; */
    flex: calc(25% - 160px);
}

.how-it-works .item-work>span {
    font-size: 40px;
    font-family: 'Merriweather', sans-serif;
    color: #8E8270;
}

.how-it-works .item-work p {
    font-size: 36px;
    margin-top: unset;
}

.how-it-works .item-work p a, .how-it-works .item-work p strong {
    color: #8E8270;
    font-size: 36px;
}

.how-it-works .item-work .img-box {
    width: 90px;
    margin-left: auto;
    margin-top: auto;
}

.item-work .text-box {
    margin-top: 40px;
}

section#testimonials {
    padding: 120px 0;
}

section#testimonials h2 {
    font-size: 48px;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}

.testimonials-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonials-block .item-comment {
    background-color: #F1EFEC;
    flex: calc(33% - 210px);
    margin: 15px;
    padding: 25px;
}

.item-comment .img-box {
    width: 42px;
    height: 42px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.item-comment .title-box {
    font-size: 27px;
    font-family: 'Merriweather';
    margin-bottom: 10px;
}

.item-comment .desc-box {
    font-size: 19px;
    font-family: 'Cabin';
    margin-bottom: 25px;
}

.author-date {
    display: flex;
}

.author-date .name-author {
    margin-right: 10px;
    font-weight: bold;
    font-family: 'Cabin';
    font-size: 19px;
    display: flex;
    align-items: center;
}

.author-date .date {
    font-family: 'Cabin';
    opacity: 43%;
    font-size: 19px;
}

.author-date .name-author:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: black;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
}
section#gallery h2 {
    text-align: center;
    font-size: 48px;
}

section#gallery:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 74%;
    background-color: #F1EFEC;
    z-index: -1;
}

section#gallery {
    padding-top: 80px;
}
section#team h2 {
    text-align: center;
    font-size: 48px;
    margin-top: 0;
}

.teams-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.teams-block .item-team {
    /* flex: calc(20% - 118px); */
    text-align: center;
    width: 270px;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teams-block .item-team .phone-email-block .email img {
    width: 18px;
}

.teams-block .item-team .phone-email-block .phone {
    width: 200px;
    background-color: #F1EFEC;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 50px;
    height: 48px;
    padding-left: 7px;
    margin-right: 15px;
}

.teams-block .item-team .phone-email-block .email {
    width: 48px;
    height: 48px;
    background-color: #F1EFEC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.phone-email-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.teams-block .item-team .img-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

.teams-block .item-team .name {
    font-size: 25px;
    font-family: 'Merriweather', sans-serif;
    margin: 20px 0 10px;
}

.teams-block .item-team .position {
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.teams-block .item-team .text-box {
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    line-height: 26px;
    text-align: justify;
}

.teams-block .item-team .phone-email-block .phone a {
    text-decoration: unset;
    color: black;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    margin-left: 15px;
}

.teams-block .item-team .phone-email-block .phone img {
    width: 18px;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
}
.teams-block .item-team .phone-email-block .email a {
    line-height: 0;
}
.teams-block .item-team:after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #D1C9BD;
    position: absolute;
    left: 0;
    bottom: 0;
}
.teams-block .item-team:last-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #D1C9BD;
    position: absolute;
    right: 0;
    bottom: 0;
}
.owl-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.owl-nav button {
    width: 46px;
    height: 46px;
    background-color: white !important;
    border-radius: 50%;
    border: 1px solid #0B0B0B!important;
    margin: 0 10px;
}

.owl-nav button span {
    font-size: 30px;
    line-height: 19px;
}

.gallery .owl-nav {
    position: absolute;
    top: 40%;
    justify-content: space-between;
    margin-top: unset;
}

.gallery .owl-nav button {
    border: unset !important;
}
/**********form-style*******************/
#contact .row-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 26px;
}

#contact form {
    width: 1035px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
}

#contact form .row-form>span,#contact form .row-form>div {
    width: 325px;
    display: flex;
    justify-content: space-between;
}

#contact form .row-form select {
    width: 100%;
    padding: 18px;
    border-radius: 30px;
    border: 1px solid;
    outline: unset;
}

#contact form .row-form input {
    padding: 20px;
    border-radius: 30px;
    border: unset;
    outline: unset;
    width: 290px;
    border: 1px solid white;
}

#contact form .row-form.textarea {
    /* width: 1035px; */
}

#contact form .wpcf7-not-valid-tip {
    position: absolute;
    top: -20px;
    right: 0;
}

section#contact {
    background-color: #EBE8E5;
    padding: 110px 0;
}

#contact form .row-form select {
    border: unset !important;
    height: 54px;
    line-height: 54px;
}

#contact form .row-form.textarea>span,#contact form .row-form.textarea>div {
    flex-basis: 100%;
}

#contact form .row-form.textarea>span textarea,#contact form .row-form.textarea>div textarea {
    border: unset;
    height: 47px;
    padding: 20px 25px;
    outline: unset;
    border-radius: 30px;
    display: block;
    width: 990px;
    resize: none;
}
section#contact h2 {
    font-size: 48px;
    text-align: center;
    margin-top: 0;
}

section#team {
    padding: 110px 0;
}

#contact form input[type="submit"] {
    background-color: #0B0B0B;
    width: 210px;
    margin: 0 auto;
    font-size: 20px;
    color: white;
    border-radius: 30px;
    padding: 10px 0;
    border: unset;
    outline: unset;
    cursor: pointer;
    margin-top: 30px;
}
.check span {
    font-size: 19px;
    font-family: 'Cabin';
    margin-left: unset;
}

.check span input {
    margin-right: 10px;
}
#contact form .flag_and_number .wpcf7-not-valid-tip {
    top: -20px;
}
#contact form .row-form input[type="date"] {
    height: 16px;
}
.wrap-countries.hide {
    display: none;
}

.wrap-countries {
    position: absolute;
    top: 65px;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: 0 16px 21px 19px rgba(152,142,133,0.07);
}

.flag_and_number {
    position: relative;
}

.wrap-countries ul.country-list {
    /* height: 280px; */
    max-height: 280px;
    overflow-y: scroll;
    background-color: white;
    padding: 20px;
    list-style-type: none;
    /* border-radius: 20px; */
}

.wrap-countries ul.country-list li {display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}

.wrap-countries ul.country-list span.country-name {
    font-size: 16px;
    padding-left: 10px;
}

.wrap-countries ul.country-list li span.dial-code {
    margin-left: auto;
    font-size: 16px;
}

.iti-flag {
    border-radius: 50%;
    /* width: 20px !important; */
    /* height: 15px !important; */
}
.wrap-countries input {
    border-radius: unset !IMPORTANT;
    margin: 10px;
    padding: 10px !important;
    border: 1px solid #E4DFD7 !important;
}
input#field_phone {
    width: 160px !important;
}

.selected-flag {
    width: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    padding-left: 10px;
}
/**********form-style*******************/

.display-flex {
    display: flex;
}

.footer {
    background: #ebe8e4;
}

.footer .display-flex {
    width: 100%;
    justify-content: space-between;
}

.developer {
    align-content: flex-start;
}

.copyright {
    align-content: flex-end;
}
.wrap-countries ul.country-list li:hover span {
    color: black;
    cursor:pointer;
}
.wrap-countries ul.country-list li:hover span {
    color: black;
}
.wrap-countries ul.country-list li span {
    color: #acaaaa;
}
.selected-flag .country-name {
    display: none !important;
}

/************select-style*****************/
.select {
    display: block;
    width: 100%;
    position: relative;
}

.new-select {
    position: relative;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    height: 34px;
    border-radius: 30px;
    background-color: white;
    border: unset;
}
.new-select.on {
    border-radius: 30px 30px 0 0;
}
.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
    box-shadow: 0 16px 21px 19px rgba(152,142,133,0.07);
    border: unset;
    border-radius: 0px 0px 30px 30px;
    padding-bottom: 20px;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
    color: #ababab;
}

.new-select__item span:hover {
    color: #000;
}

.new-select::before, .new-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 7px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333333;
    transform: translate(-1px, -50%) rotate(
            45deg
    );
}
.new-select::after {
    transform: translate(3px, -50%) rotate(
            -45deg
    );
}

.new-select.on:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.new-select.on:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(-44deg);
    right: 20px;
}
.selected-flag .dial-code::before, .selected-flag .dial-code::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 7px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333333;
    transform: translate(-1px, -50%) rotate(
            45deg
    );
}
.selected-flag .dial-code::after {
    transform: translate(3px, -50%) rotate(
            -45deg
    );
}

.selected-flag.on .dial-code:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.selected-flag.on .dial-code:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(-44deg);
    right: 20px;
}

.selected-flag .dial-code {
    padding-left: 10px;
    position: relative;
    width: 100%;
}
/************end-select-style*****************/

/************start-datepicker-style*****************/
.datepicker {
    width: 300px;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus-,
.datepicker--cell.-current-,
.datepicker--cell.-focus- {
    background-color: #EBE8E5;
    border-radius: 50%;
    color: black;
}
{
    background-color: #EBE8E5;
    border-radius: 50%;
    color: black;
}

.datepicker--day-name {
    color: black;
    font-weight: bold;
}

.datepicker--nav {
    padding: 5px 0;
    line-height: 40px;
}
/************end-datepicker-style*****************/
.new-select {
    height: 30px;
}

input.wpcf7-not-valid {
    border: 1px solid red !important;
}
@media (max-width: 1440px) {
    header nav ul li a {
        font-size: 18px;
    }

    header nav ul li {
        margin-right: 30px;
    }

    .container {
        max-width: 1199px;
    }

    .flex-block .item-tour {
        width: 180px;
    }

    .flex-block .item-tour p {
        font-size: 24px;
    }

    .item-car>h3 {
        font-size: 24px;
    }

    .how-it-works .item-work .text-box p, .how-it-works .item-work .text-box a, .how-it-works .item-work .text-box strong {
        font-size: 30px;
    }

    .teams-block .item-team {
        width: 205px;
    }

    .teams-block .item-team .img-box img {
        width: 100px;
        height: 100px;
    }

    .teams-block .item-team .phone-email-block .phone {
        width: 160px;
        margin-right: 7px;
    }

    .teams-block .item-team .name {
        font-size: 22px;
    }

    .phone-email-block {
        margin-bottom: 20px;
    }

    .teams-block .item-team .phone-email-block .phone a {
        font-size: 14px;
        margin-left: 7px;
    }
}
@media (max-width:1199px) {
    .gallery-item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
    }

    header.open .btn-contact {
        position: absolute;
        bottom: 100px;
        font-size: 19px;
        text-decoration: unset;
        color: #090909;
        width: 125px;
        padding: 8px 10px;
        text-align: center;
        border-radius: 30px;
        border: 2px solid #090909;
        margin: 0 auto;
        left: 0;
        right: 0;
        font-family: 'Cabin';
        font-weight: bold;
    }

    .socials-links.fixed {
        position: fixed;
        z-index: 9999;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: unset;
        list-style-type: none;
        display: flex;
        justify-content: center !important;
        align-items: center;
    }

    .socials-links.fixed li {margin: 0 5px;background-color: white;border-radius: 50%;}

    .socials-links.fixed a {
        filter: invert(1);
        width: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 46px;
    }

    .socials-links.fixed a img {
        width: 20px;
    }
    .btn-mob-menu {
        position: relative;
        top: 5px;
        right: 25px;
        background-color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        padding: 5px;
        order: 2;
    }

    .btn-mob-menu span.line {
        height: 2px;
        width: 20px;
        background-color: #0B0B0B;
        display: block;
    }
    header limit {padding: 12px 10px;justify-content: space-between;}
    header.open nav ul {
        flex-wrap: unset;
        flex-direction: column;
    }

    header.open nav ul li.right-menu {
        margin: unset;
    }

    header.open nav ul li {
        margin: unset;
    }

    header .logo-header-white {
        width: 106px;
        order: 1;
        margin-right: unset;
    }

    header.open {
        background-color: #E4DFD7;
        height: 100vh;
        justify-content: space-between;
        z-index: 1000;
    }

    header.open nav {
        order: 3;
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 100px auto 0;
    }

    header.open .logo-header-white img {
        filter: invert(1);
        z-index: 999999;
    }

    header.open nav ul li a {
        color: #0B0B0B;
        font-size: 19px;
        line-height: 42px;
    }

    header.open nav ul li.right-menu a {
        text-decoration: underline;
    }

    header.open .btn-mob-menu {
        background-color: #0B0B0B;
    }

    header.open .btn-mob-menu span.line.two {
        display: none;
    }

    header.open .btn-mob-menu span.line.one {
        transform: rotate(45deg);
        position: absolute;
        background-color: white;
    }

    header.open .btn-mob-menu span.line.three {
        transform: rotate(-45deg);
        position: absolute;
        color: white;
        background-color: white;
    }

    header nav {
        display: none;
    }
    #main h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .container {
        padding: 0 15px;
    }

    #main p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .button-while a {
        font-size: 19px;
    }

    .button-while {
        padding: 10px 24px;
    }

}
@media (max-width:1100px) {
    .part-right {
        order: 1;
        padding-left: unset;
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .guides-block .part-right {
        order: 2;
        padding-left: unset;
        flex-basis: 100%;
        margin-bottom: unset;
    }

    .part-left {
        order: 2;
        flex-basis: 100%;
    }
    .guides-block .part-left {
        order: 1;
        flex-basis: 100%;
        margin-bottom: 40px;
    }

    section#about {
        padding: 80px 0;
    }

    .part-right h2 {
        font-size: 34px;
    }

    .company-imgs ul li {
        width: 60px;
        margin-right: unset;
    }

    .company-imgs ul li img {
        width: 100%;
        height: auto;
    }
    .gallery-item img {
        height: 350px;
    }

    .company-imgs ul {justify-content: space-between;}
    .video-youtube {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .guides-block .part-left img {
        position: relative;
        width: 100%;
        height: auto;
    }
    section#tours {
        padding: 70px 0 20px;
    }

    section#activities {
        padding-top: 70px;
    }
    .owl-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .owl-nav button {
        width: 46px;
        height: 46px;
        background-color: white !important;
        border-radius: 50%;
        border: 1px solid #0B0B0B!important;
        margin: 0 10px;
    }

    .owl-nav button span {
        font-size: 30px;
        line-height: 19px;
    }

    .gallery .owl-nav {
        position: absolute;
        top: 40%;
        justify-content: space-between;
        margin-top: unset;
    }

    .gallery .owl-nav button {
        border: unset !important;
    }
    #contact form .row-form input {
        width: 220px;
        padding: 17px;
    }

    #contact form .row-form>span, #contact form .row-form>div {
        width: 260px;
    }

    #contact .row-form {
    }

    #contact form {
        width: 850px;
    }

    #contact form .row-form select {
        height: 50px;
    }

    input#field_phone {
        width: 120px !important;
    }
}
@media (max-width:768px) {
    #contact form {
        width: 300px;
    }

    #contact form .row-form>span, #contact form .row-form>div {
        width: 100%;
        margin-bottom: 20px;
    }

    #contact .row-form {
        margin-bottom: unset;
    }

    #contact form .row-form input {
        width: 100%;
    }

    input#field_phone {
        width: 150px !important;
    }

    #contact form .row-form.textarea>span textarea, #contact form .row-form.textarea>div textarea {
        height: 73px;
    }

    #contact form input[type="submit"] {
        font-size: 19px;
        width: 160px;
    }

    .wrap-countries input {
        width: 260px !important;
        margin-bottom: unset;
    }

    .wrap-countries ul.country-list {
        max-height: 180px;
    }

    .wrap-countries {
        width: 100%;
        top: 55px;
    }
}
@media (max-width:600px) {
    #main p {
        max-width: 300px;
        margin-bottom: 30px;
    }
    #main h1 {
        font-size: 42px;
        max-width: 300px;
        margin-bottom: 20px;
    }
    .video-youtube {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .video-youtube img {padding: 26px;width: 15px;height: 15px;}

    #about .part-right>span {
        font-family: 'Cabin';
        font-size: 19px;
        font-weight: bold;
        text-decoration: underline;
    }

    section#tours {
        padding: 70px 0 60px;
        overflow: hidden;
    }

    section#tours h1 {
        font-size: 36px;
    }

    section .sub-title p {
        font-size: 16px;
    }

    .flex-block .item-tour {
        /* width: 160px; */
        flex-basis: 47%;
        height: 270px;
    }

    .flex-block .item-tour img {
        height: 100%;
    }

    .flex-block .item-tour p {
        font-size: 17px;
        line-height: 24px;
        bottom: 20px;
        padding-left: 15px;
    }

    .guides-block {
        padding-top: 70px;
    }

    .guides-block .part-left img {
        position: relative;
        width: 120%;
        height: auto;
        left: -10%;
    }

    .guides-block .part-right .content {
        padding-bottom: unset;
    }

    #activities {
        padding-top: 70px;
    }

    #activities h1 {
        font-size: 36px;
    }

    section#vehicles h2 {
        font-size: 36px;
        margin-top: unset;
        margin-bottom: 25px;
    }

    section#vehicles {
        padding-top: 70px;
    }

    section#activities .button-while {
        margin: 20px auto 0;
    }

    #vehicles .container-full {
        padding: 0 20px;
    }

    section#how-it-works h2 {
        font-size: 34px;
    }

    .how-it-works {
        flex-wrap: unset;
        flex-direction: column;
    }

    .how-it-works .item-work .img-box {
        display: none;
    }

    .how-it-works .item-work {
        border-bottom: 1px solid #D1C9BD;
        border-left: unset;
        padding: 0;
    }

    .how-it-works .item-work>span {
        font-size: 36px;
    }

    .how-it-works .item-work .text-box p, .how-it-works .item-work .text-box a, .how-it-works .item-work .text-box strong {
        font-size: 20px;
    }

    .item-work .text-box {
        margin-top: 15px;
    }

    section#testimonials {
        padding: 70px 0;
    }

    section#testimonials h2 {
        font-size: 36px;
    }

    .testimonials-block .item-comment {}

    section#gallery {
        padding-top: 70px;
    }

    section#gallery h2 {
        font-size: 36px;
        margin-top: unset;
    }

    .gallery-item img {
        height: 220px;
    }

    section#team h2 {
        font-size: 36px;
    }

    .teams-block .item-team {
        width: 100%;
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
    }
    .teams-block .item-team .img-box {
        flex-basis: 25%;
    }

    .teams-block .item-team .phone-email-block .phone {
        width: 180px;
    }

    .teams-block .item-team:after {
        content: unset;
    }

    .flex-manager {
        flex-basis: 20%;
        padding-left: 10px;
    }

    .teams-block .item-team .text-box {
        flex: 100%;
    }

    .teams-block .item-team .img-box img {
        width: 100%;
    }

    .teams-block .item-team .name {
        text-align: left;
    }

    .teams-block .item-team .position {
        text-align: left;
    }

    #contact form {
        width: 100%;
    }

    #contact .row-form {
        display: block;
    }

}