﻿@media (max-width: 1399.98px) {

    .header-menu-left {
        width: 40%;
    }

    .header-menu-right {
        width: 37%;
    }

    /* Services */
    .service-item p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1199.98px) {

    .header-menu-left li a {
        font-size: 15px;
    }

    .header-menu-left {
        width: 41%;
    }

    .header-menu-right {
        width: 50%;
    }

    /* About us */
    .choose-us-box {
        padding: 5% 12% 5% 12%;
    }

    /* Footer */
    footer {
        justify-content: space-between;
        padding-left: 60px;
        padding-right: 60px;
    }

    .footer-right {
        width: 60%;
    } 
}

@media (max-width: 991.98px) {

    .lang-switcher-form select, 
    .lang-switcher-form select option {
        color: goldenrod;
    }

    .lang-switcher-form select {
        padding: 10px 0;
    }

    .title {
        top: 39%;
    }

    #mobile-header {
        display: block;
        position: absolute;
        display: flex;
        flex-direction: column;
        z-index: 1;
        width: 100%;
    }

    #mobile-header ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    #mobile-header ul li {
        padding: 10px;
    }

    #mobile-header .contact-menu {
        background-color: #fab434;
    }

    #mobile-header .hamburger-menu {
        background-color: white;
        color: black;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px;
    }

    #mobile-header .hamburger-menu a {
        color: black;
        padding: 10px 0;
    }

    .content {
        background: white;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s ease-in-out;
        font-size: 15pt;
        overflow: hidden;
        box-sizing: border-box;
    }

    #state:checked ~ .content {
        max-height: 470px;
    }

    .inner {
        margin: 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10px;
    }

    .inner a {
        padding: 10px 0;
        border-bottom: 0.1px dotted lightgray;
        color: goldenrod;
        font-size: 16px;
    }

    .inner a:first-child {
        padding-top:0;
    }

    #desktop-header {
        display: none;
    }

    /* Services */

    .service-item h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    div.services-box > div > i {
        padding-top: 15px;
    }

    /* Destinations */
    .destination-item {
        width: 30%;
    }

    /* Footer 2 */
    .footer2 p:first-child {
        width: 40%;
    }

    .footer2 p:last-child {
        width: 35%;
    }
}

@media (max-width: 767.98px) {
    .title {
        width: 65%;
    }

    .form-box {
        padding: 50px 20px 50px 20px;
    }

    .form-box-row {
        flex-wrap: wrap;
    }

    .input-container {
        width: 45%;
    }

    .input-container:nth-child(1),
    .input-container:nth-child(2) {
        margin-bottom: 10px;
    }

    .form-box-row textarea {
        margin-top: 10px;
    }

    /* Destinations */
    .destination-item {
        width: 47%;
        margin-bottom: 20px;
    }

    .destination-item:first-child {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    /* Vehcicles */
    .slider-with-text {
        flex-direction: column;
    }

    .text-box-left {
        width: 100%;
    }

    #features-slider {
        width: 97%;
        margin: auto;
    }

    .vehicles-box {
        height: 650px;
    }

    .slider-with-text {
        max-height: unset;
    }

    .vehicle img {
        height: 205px;
        margin-top: 0;
    }

    /* About us */

    .choose-us-box h1 {
        font-size: 50px;
    }

    /* Footer */
    footer {
        flex-direction: column;
    }

    footer .footer-right, footer .footer-left {
        width: 95%;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {

    #block1 img {
        filter: brightness(0.75);
    }

    .arrows {
        bottom: 0;
        padding-bottom: 30px;
    }

    .title {
        width: 80%;
        font-size: 50px;
        top: 38vh;
    }

    .subtitle {
        width: 70%;
        top: 53vh;
    }

    .cover-box .button {
        top: 67vh;
        background-color: rgb(250, 180, 52, 0.95);
        background-color: rgb(0, 0, 0, 0.6);
    }

    .cover-box .button:active {
        background-color: orange;
        color: white;
    }

    /* Choose us box */
    .choose-us-box {
        padding: 15% 10% 15% 10%;
    }

    .choose-us-box h1 {
        font-size: 42px;
        margin: 7% 5%;
    }

    /* Contact form */
    .input-container {
        width: 100%;
    }

    .form-box {
        padding: 50px 50px 50px 50px;
    }

    .input-container {
        margin-bottom: 10px !important;
    }

    .form-box-row {
        margin-bottom: 0;
    }

    .form-box textarea {
        margin-top: 0;
    }

    /* Icons box */
    .icons-item p {
        font-size: 16px;
    }

    .icons-item img {
        width: 150px;
    }

    .icons-item p {
        font-size: 13px;
        line-height: 24px;
    }

    /* Destinations */
    .destinations-box {
        flex-direction: column;
        align-items: center;
    }

    .destination-item {
        width: 80%;
    }

    .destination-item img {
        height: 300px;
    }

    /* Services */
    div.services-box > div > h3 {
        font-size: 14px;
    }

    div.services-box > div > p {
        font-size: 13px;
    }

    /* Footer 2 */
    .footer2 {
        padding: 0 !important;
    }

    .footer2 p {
        border-radius: 0 !important;
        width: 50% !important;
    }

    /* Contact header */
    #mobile-header ul li {
        padding: 6px;
    }

    #mobile-header ul li a {
        font-size: 16px;
    }

    /* Vehicles */
    .text-box-left p {
        padding-right: 50px;
    }

    .vehicles-box {
        height: 700px;
    }

    /* Footer */
    footer {
        padding-right: 40px;
        padding-left: 40px;
    }

        footer iframe {
            width: -webkit-fill-available;
        }
}

@media (max-width: 419.98px) {

    /* Services */
    .services-box {
        flex-wrap: wrap;
    }

    .service-item {
        width: 49%;
    }

    .services-box .service-item:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #fab434;
    }

    .services-box .service-item:first-child {
        border-bottom: 1px solid #fab434;
    }

    .service-item {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    /* Destinations */
    .destination-item {
        width: 95%;
    }

    .destination-item img {
        height: 250px;
    }

    /* About us */
    .choose-us-box h1 {
        margin: 20px 0;
    }

    /* Contact form */
    .form-box {
        padding: 50px 25px 50px 25px;
    }

    /* Icons */
    .icons-item img {
        width: 120px;
    }

    /* Footer */
    footer {
        padding-right: 30px;
        padding-left: 30px;
    }

    .footer2 p:last-child {
        font-size: 14px;
    }

    /* Vehicles */
    .text-box-left p {
        padding-right: 50px;
    }

    .vehicles-box {
        height: 800px;
    }

    #mobile-header ul li a {
        font-size: 13px;
    }
}