*{
    margin:0;
    padding:0;
    border:0;
    font-size: 14px;
    font-family: "Open Sans", serif;
    color: #191919;
    font-weight: 400;
    font-size:100%;
    vertical-align: baseline;
    text-decoration:none;
    box-sizing: border-box;
    list-style: none;
}
/* Edge e WebKit-based (Chrome, Safari) */
::-webkit-input-placeholder {
    color: #000000 !important;
    font-family: "Open Sans", serif;
    font-weight: 500;
    font-size: 14px;
}

/* Internet Explorer */
:-ms-input-placeholder {
    color: #000000 !important;
    font-family: "Open Sans", serif;
    font-weight: 500;
    font-size: 14px;
}

/* Versão padrão */
::placeholder {
    color: #000000 !important;
    font-family: "Open Sans", serif;
    font-weight: 500;
    font-size: 14px;
}

.flatpickr-input.flatpickr-mobile {
    -webkit-appearance: none;
    appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container{
    position: relative;
    max-width: 1360px;
    margin:auto;
}

.text-center{
    text-align: center !important;
}

small{
    font-size: 11px;
}

.relative{
    position: relative
}

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

.m-b-0{
    margin-bottom: 0 !important;
}

.m-b-10{
    margin-bottom: 10px !important;
}

.m-b-20{
    margin-bottom: 20px !important;
}

.m-t-5{
    margin-top: 5px !important;
}

.m-t-10{
    margin-top: 10px !important;
}

.m-t-30{
    margin-top: 30px !important;
}

.m-t-40{
    margin-top: 40px !important;
}

.active{
    color: #feda6e;
}

.d-none{
    display: none !important;
}

.slide {
    position: relative;
    background-image: url('../../../../storage/images/cave.jpg');
    background-size: cover;
    background-position: center;
    /*height: 100vh;*/
    height: 897px;
    width: 100%;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slide .logo{
    position: absolute;
    width: 210px;
    left: 50%;
    margin-left: -680px;
    z-index: 10;
    top: 15px;
}

.slide .logo img{
    width: 100%
}

header {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 121px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
}
header .container {
    height: 106px;
}

header .container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 169px;
    width: calc(100% - 169px);
    height: 1px;
    background-color: #bebdc2;
}

header .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    width: calc(100vw - 1385px);
    height: 1px;
    background-color: #bebdc2;
}

header .header-nav{
    float: right;
}

header .header-nav .top{
    display: flex;
    gap: 70px;
    justify-content: flex-end;
}

header .header-nav .top .phone{
    display:flex;
    align-items: center;
}

header .header-nav .top .phone i{
    font-size:30px;
    margin-right: 10px;
    color: #f6f6f6;
}

header .header-nav .top .phone .phone-number a{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 20px;
    color: #f6f6f6;
}

header .header-nav .top .phone .phone-number small{
    display:block;
    color: #f6f6f6;
}

header .header-nav .top .language{
    display: flex;
    align-items: center;
}

header .header-nav .top .language i{
    font-size:30px;
    margin-right: 10px;
    color: #f6f6f6;
}

header .header-nav .top .language a{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 18px;
    color: #feda6e;
}

header .header-nav .top .language span{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 13px;
    color: #f6f6f6;
    margin: 0 7px 0 9px;
    margin-top: -3px
}

header .header-nav .menu{
    margin-top: 36px;
}

header .header-nav .menu ul{
    display: flex;
    gap: 43px
}

header .header-nav .menu ul li a{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 20px;
    color: #feda6e;
    text-transform: uppercase
}


.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    z-index: 1100;
    margin-right: 20px;
}
.hamburger span {
    display: block;
    height: 3px;
    background: #f6f6f6;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -330px;
    width: 330px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
}
.side-menu.active {
    right: 0;
}

.side-menu-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    position: relative;
}

.side-menu-content .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.side-menu-content .close-btn i{
    color: #f6f6f6;
}

.side-menu-languages {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.side-menu-languages i{
    font-size:24px;
    margin-right: 10px;
    color: #f6f6f6;
}
.side-menu-languages a {
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 16px;
    color: #f6f6f6;
}
.side-menu-languages a.active {
    color: #feda6e;
}
.side-menu-languages span{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 13px;
    color: #f6f6f6;
    margin: 0 7px 0 9px;
    margin-top: -3px
}

.side-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.side-menu-nav ul li {
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #484848;
    padding-bottom: 5px
}
.side-menu-nav ul li a {
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    color: #f6f6f6;
}
.side-menu-nav ul li a.active {
    color: #feda6e;
}
.side-menu-phone {
    margin-top: auto;
    display: flex;
    align-items: center;
    padding-bottom: 30px
}

.side-menu-phone i{
    font-size: 24px;
    margin-right: 10px;
    color: #f6f6f6;
}

.side-menu-phone a {
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #f6f6f6;
}
.side-menu-phone small {
    display: block;
    color: #f6f6f6;
}


.slide .home-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 51px
}

.slide .home-slide h1{
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 50px;
    color: #f6f6f6;
    padding: 0 10px;
}

.slide .home-slide h2{
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 24px;
    color: #f6f6f6;
    margin-top: 25px;
    padding: 0 10px;
}

.slide .home-slide .calculator{
    position: relative;
    width: 932px;
    margin: auto;
    margin-top: 52px
}

.slide .home-slide .calculator .calculator-content{
    position: absolute;
    width: 100%
}

.slide .home-slide .calculator .calculator-content h3{
    background-color: rgba(246, 246, 246, 0.8);
    width: fit-content;
    padding: 14px 42px 8px 42px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 26px
}

.slide .home-slide .calculator .calculator-content form{
    background-color: rgba(246, 246, 246, 0.8);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 40px 10px 40px;
    width: 100%;
    box-sizing: border-box;
}

.slide .home-slide .calculator .calculator-content form .calculator-form-full{
    width:100%;
    position: relative;
    /*margin-bottom: 20px;*/
}

.slide .home-slide .calculator .calculator-content form .calculator-form-half{
    width:calc(50% - 10px);
}

.slide .home-slide .calculator .calculator-content form label{
    font-size:15px;
    font-weight: 600;
    color:#afafaf;
    position: absolute;
    margin: 7px 0 0 10px;
}

.slide .home-slide .calculator .calculator-content form label i{
    color:#afafaf;
    font-size: 15px;
}

.slide .home-slide .calculator .calculator-content form input{
    background: #ededed;
    border-radius:10px;
    padding: 34px 20px 14px 22px !important;
    box-sizing: border-box;
    width: 100%;
}

.slide .home-slide .calculator .calculator-content form #addReturn{
    background: #ededed;
    border-radius:10px;
    padding: 23px 0;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.slide .home-slide .calculator .calculator-content form #closeReturn{
    position: absolute;
    z-index: 10;
    top: -10px;
    right: -10px;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.slide .home-slide .calculator .calculator-content form #returnFields {
    display: none;
    position: relative;
    width:100%;
}

.slide .home-slide .calculator .calculator-content form .btn-book{
    background: #000000;
    border-radius: 10px;
    padding: 23px 0;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 20px;
    color: #f6f6f6;
    cursor: pointer;
    margin-bottom: 20px;
}

.slide .how-it-works{
    background: #000;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slide .how-it-works .points ul{
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}

.slide .how-it-works .points ul li{
    flex: 1;
    margin: 0 10px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.slide .how-it-works .points ul li span{
    width: 30px;
    font-family: 'Montserrat', serif;
    font-weight: 900;
    font-size: 30px;
    color: #feda6e;
}

.slide .how-it-works .points ul li p{
    font-weight: 400;
    color: #f6f6f6;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 260px;
}

            .suggestions {
                max-height: 340px;
                overflow-y: auto;
                width: 100%;
                position: absolute;
                background-color: white;
                z-index: 1000;
                box-shadow: 0 6px 10px -5px #000000;
            }
            .suggestion {
                display: flex;
                align-items: center;
                cursor: pointer;
                padding: 15px;
                border: 1px solid #efede7;
            }
            .suggestion i {
                font-size: 20px;
                margin-right: 10px;
            }
            .suggestion:hover {
                background-color: #f0f0f0;
            }
            .input-container {
                position: relative;
            }

.home-services-about{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    padding: 60px 0
}

.home-services-about .home-services{
    width: calc(50% - 15px);
}

.home-services-about .home-services h3{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 16px;
    color: #feda6e;
    width: 100%;
    text-align: center
}

.home-services-about .home-services h4{
    font-family: 'Montserrat', serif;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    width: 100%;
    text-align: center
}

.home-services-about .home-services .services-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin-top: 32px
}

.home-services-about .home-services .services-content .services-content-01{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.home-services-about .home-services .services-content img{
    width: 340px;
    height: 127px;
    object-fit: cover;
    border-radius: 10px;
}

.home-services-about .home-services .services-content .text{
    width: 340px;
}

.home-services-about .home-services .services-content .text h2{
    font-family: 'Montserrat', serif;
    font-size: 24px;
    font-weight: 600;
}

.home-services-about .home-services .services-content .text p{
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
}

.home-services-about .home-services .services-content .services-content-02{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
}

.home-services-about .home-about{
    width: calc(50% - 15px);
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}
.home-services-about .home-about h3{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 16px;
    color: #feda6e;
    width: 100%;
    text-align: center
}
.home-services-about .home-about h4{
    font-family: 'Montserrat', serif;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    width: 100%;
    text-align: center
}
.home-services-about .home-about img{
    border-radius:10px;
    margin: 32px 0 20px 0;
    width: 100%;
}

.home-services-about .home-about p{
    font-weight: 400;
    font-size: 18px
}
.home-services-about .home-about h5{
    font-weight: 400;
    font-size: 18px;
    margin-top: 39px
}

.home-services-about .home-about .home-about-contacts{
    display: flex;
    margin-top: 25px
}

.home-services-about .home-about .home-about-contacts .phone{
    display:flex;
    align-items: center;
    margin-right: 70px
}

.home-services-about .home-about .home-about-contacts .phone i{
    font-size:33px;
    margin-right: 5px;
    color: #feda6e;
}

.home-services-about .home-about .home-about-contacts .phone-number a{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.home-services-about .home-about .home-about-contacts .phone-number small{
    display:block;
    color: #000000;
    font-size: 10px
}

.home-services-about .home-about .home-about-contacts .email{
    display:flex;
    align-items: center;
}

.home-services-about .home-about .home-about-contacts .email i{
    font-size:33px;
    margin-right: 5px;
    color: #feda6e;
}

.home-services-about .home-about .home-about-contacts .email a{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.home-reviews h3{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 16px;
    color: #feda6e;
    width: 100%;
    text-align: center
}
.home-reviews h4{
    font-family: 'Montserrat', serif;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    width: 100%;
    text-align: center
}

.home-reviews .reviews{
    margin-top: 40px; 
    display: flex; 
    gap: 30px; 
    align-items: stretch;
}



.home-reviews .reviews li{
    flex: 1; 
    display: flex; 
    align-items: center; 
    margin-bottom: 40px; 
    background: #f8f9fa; 
    padding: 20px; 
    border-radius: 10px;
}

@media only screen and (max-width: 790px) {
    .home-reviews .reviews{
        flex-direction: column;
    }
    .home-reviews .reviews li{
        margin-bottom: 0;
        width: calc(100% - 40px);
        margin: auto;
    }
}

.home-reviews .reviews li i{
    font-size: 14px; 
    color: #ffffff; 
    background: #6dd1a9; 
    padding: 4px
}

.home-reviews .reviews li .review-name{
    font-size: 12px; 
    color: #333333;
}

.home-reviews .reviews li .title{
    font-size: 18px; 
    color: #000000; 
    font-weight: 600; 
    margin: 10px 0 5px 0
}
.home-reviews .reviews li p{
    font-size: 16px; 
    color: #333333
}


.home-places{
    background: #f8f9fa;
    margin-top: 60px;
    padding: 30px 0
}
.home-places .pretitle{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 16px;
    color: #feda6e;
    width: 100%;
    text-align: center;
}
.home-places .title{
    font-family: 'Montserrat', serif;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    width: 100%;
    text-align: center;
}
.home-places ul{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    list-style: none;
    padding: 0;
}
.home-places ul li{
    position: relative;
    width: 433px;
}
.home-places ul li a{
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}
.home-places ul li a img{
    width: 433px;
    height: 284px;
    border-radius: 20px;
    display: block;
}
.home-places ul li a .bg-place{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.home-places ul li a h3{
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-family: 'Montserrat', serif;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.home-places ul li p{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.home-places .btn-see-more{
    display: block;
    width: fit-content;
    margin: 32px auto;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
}

/* ================ Int Slide ================== */

.int-slide {
    position: relative;
    background-image: url('../../../../storage/images/cave.jpg');
    background-size: cover;
    background-position: center;
    height: 387px;
    width: 100%;

}

.int-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.int-slide .logo{
    position: absolute;
    width: 210px;
    left: 50%;
    margin-left: -680px;
    z-index: 10;
    top: 15px;
}

.int-slide .logo img{
    width: 100%
}

.int-slide .home-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 51px
}

.int-slide .home-slide h1{
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 50px;
    color: #f6f6f6;
}

.int-slide .how-it-works{
    background: #000;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.int-slide .how-it-works .points ul{
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}

.int-slide .how-it-works .points ul li{
    flex: 1;
    margin: 0 10px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.int-slide .how-it-works .points ul li span{
    width: 30px;
    font-family: 'Montserrat', serif;
    font-weight: 900;
    font-size: 30px;
    color: #feda6e;
}

.int-slide .how-it-works .points ul li p{
    font-weight: 400;
    color: #f6f6f6;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 260px;
}

.breadcrumbs{
    background: #000;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

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

.breadcrumbs .breadcrumb h1{
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.breadcrumbs .breadcrumb ul{
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}

.breadcrumbs .breadcrumb ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #feda6e;
}

.breadcrumbs .breadcrumb ul li span{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.breadcrumbs .breadcrumb ul li.active{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

/* ==================== Booking =================== */

.booking{
    padding: 60px 0;
}

.booking .mt-61{
    margin-top: 61px;
}

.booking .h-70{
    height: 70px;
}

.booking .map{
    width: 100%;
    height: 300px;
    margin: 20px 0 40px 0;
}

.booking .container form .row{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.booking .container form .row .col{
    width: calc(50% - 20px);
}

.booking .container form .row .col h2{
    margin-bottom: 27px;
    font-family: 'Montserrat', serif;
    font-weight: 700;
    font-size: 28px;
    color: #191919
}
.booking .container form .row .form-full{
    width:100%;
    position: relative;
    margin-bottom: 20px
}
.booking .container form .row .form-half{
    width:calc(50% - 20px);
}

.booking .container form .row .form-passengers{
    width:calc(50% - 20px);
}
.booking .container form .row .form-kids{
    width:calc(50% - 20px);
}

.booking .container form label{
    font-size:15px;
    font-weight: 600;
    color:#afafaf;
    position: absolute;
    margin: 7px 0 0 10px
}
.booking .container form label i{
    color:#afafaf;
    font-size: 15px
}
.booking .container form input{
    background: #f8f9fa;
    border: 1px solid #d7d7d7;
    border-radius:10px;
    padding: 34px 20px 14px 22px !important;
    box-sizing: border-box;
    width: 100%
}
.booking .container form select{
    background: #f8f9fa;
    border: 1px solid #d7d7d7;
    border-radius:10px;
    padding: 34px 20px 14px 22px;
    box-sizing: border-box;
    width: 100%
}
.booking .container form textArea{
    background: #f8f9fa;
    border: 1px solid #d7d7d7;
    border-radius:10px;
    padding: 34px 20px 14px 22px;
    box-sizing: border-box;
    width: 100%
}

.booking form #addReturn{
    background: #f8f9fa;
    border-radius:10px;
    padding: 23px 0;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 20px
}

.booking form #returnFields {
    display: none;
    position: relative;
}

.booking form #closeReturn{
    position: absolute;
    z-index: 10;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.booking form .baby-childs{
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.booking form .baby-childs small{
    font-size: 12px
}

.booking form .baby-childs .seats i{
    font-size: 22px;
    cursor: pointer
}

.booking form .baby-childs .seats input{
    border-radius: 5px;
    padding: 10px !important;
    width: 50px;
    margin: 0 10px;
    text-align: center
}

.booking form .form-cars ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    padding: 30px 0;
}

.booking form .form-cars ul li {
    display: flex;
    padding: 10px 0;
    width: 25%; 
    background: #f8f9fa; 
    border-radius: 5px
}

@media only screen and (max-width: 1190px) {
    .booking form .form-cars ul li {
        width: 50%; 
    }
}

.booking form .form-cars ul li.active{
    background: #b2f2bb;
}

.booking form .form-cars ul li .car-image{
    position: relative;
    width: 40%; 
    border-right: 1px solid #eceded; 
    padding: 3%; 
    display: flex; 
    align-items: center;
}

.booking form .form-cars ul li .vehicles-quantity{
    position: absolute;
    top: -5px;
    left: 4px;
    background-color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
}

.booking form .form-cars ul li .car-image img{
    max-width: 100%
}

.booking form .form-cars ul li .car-info{
    width: 60%; 
    padding: 0 3%; 
    font-family: 'Montserrat', serif; 
    font-weight: 600; 
    font-size: 18px;
}

.booking form .form-cars ul li .car-info .infos{
    display: flex; 
    justify-content: flex-start; 
    gap: 15px; 
    margin-top: 5px
}

@media only screen and (max-width: 890px) {
    .booking form .form-cars ul li {
        flex-direction: column;
        align-items: center;
    }
    .booking form .form-cars ul li .car-image {
        width: 100%;
        border-right: none;
        padding: 20px 30px 10px 30px;
    }
    .booking form .form-cars ul li .car-info {
        width: 100%;
        padding: 0 30px;
        text-align: center;
    }
    .booking form .form-cars ul li .car-image img{
        margin: auto;
    }
    .booking form .form-cars ul li .car-info .infos{
        justify-content: space-around;
    }
}

@media only screen and (max-width: 690px) {
    
    .booking form .form-cars{
        width: 100%;
    }
    
    .booking form .form-cars ul{
        flex-direction: column;
    }
    
    .booking form .form-cars ul li {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .booking form .form-cars ul li .car-image{
        width: 40%;
        padding: 10px;
    }
    
    .booking form .form-cars ul li .car-info{
        width: 60%;
        text-align: left;
    }
    
    .booking form .form-cars ul li .car-info .infos{
        display: flex; 
        justify-content: space-between;
        gap: 10px;
    }
}

@media only screen and (max-width: 490px) {
    .booking form .form-cars ul li .car-image{
        width: 50%;
    }
    .booking form .form-cars ul li .car-info{
        width: 50%;
        font-size: 16px;
    }
    .booking form .form-cars ul li .car-info .infos{
        flex-direction: column;
    }
}


.booking form .form-cars ul li .car-info .infos span{
    font-size: 12px; 
    color: #afafaf;
}

.booking form .form-cars ul li .car-info .infos span i{
    font-size: 14px; 
    color: #afafaf; 
    margin-right: 2px
}

.booking form .form-cars ul li .car-info .add-vehicle{
    font-family: 'Montserrat', serif; 
    color: #ffffff; 
    font-size: 14px; 
    font-weight: 600; 
    padding: 5px 15px; 
    border-radius: 10px; 
    background: #f66402; 
    cursor: pointer; 
    margin-top: 15px
}

.booking form .form-cars ul li .car-info .remove-vehicle{
    font-family: 'Montserrat', serif; 
    color: #ffffff; 
    font-size: 14px; 
    font-weight: 600; 
    padding: 5px 15px; 
    border-radius: 10px; 
    background: #000000; 
    cursor: pointer; 
    margin-top: 15px
}

@media only screen and (max-width: 1190px) {
    .booking form .form-cars ul li .car-info .add-vehicle{
        font-size: 16px; 
        padding: 5px 25px;
    }

    .booking form .form-cars ul li .car-info .remove-vehicle{
        font-size: 16px; 
        padding: 5px 25px; 
    }
}

.booking .passengers-vehicles{
    width: calc(20% - 20px); 
    background: #feda6e; 
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    flex-direction: column; 
    justify-content: center;
}

@media only screen and (max-width: 990px) {
    .booking .passengers-vehicles{
        font-size: 14px;
    }
}

@media only screen and (max-width: 890px) {
    .booking .passengers-vehicles{
        width: calc(30% - 20px); 
    }
}

@media only screen and (max-width: 590px) {
    .booking .passengers-vehicles{
        width: 100%;
        padding: 10px 0;
    }
}

.booking .passengers-vehicles .passengers-number{
    font-weight: 700; 
    font-size: 20px
}

.booking .price{
    background: #000000;
    margin-top: 40px;
    border-radius: 10px;
    padding: 24px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: auto;
}

@media only screen and (max-width: 890px) {
    .booking .price{
        width: 70%;
    }
}
@media only screen and (max-width: 590px) {
    .booking .price{
        width: 100%;
        margin-top: 10px;
    }
}

.booking .price h4{
    color:#ffffff;
    text-align:center
}
.booking .price h4 output{
    color:#ffffff;
    text-align:center
}
.booking .price h3{
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    display: block
}
.booking .price h3 output{
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    display: block
}
.booking .price h3 span{
    font-family: 'Montserrat', serif;
    font-weight: 700;
    font-size: 36px;
    color: #feda6e;
    display: block
}

.booking .payment{
    padding:23px 30px 30px 28px;
    background: #f8f9fa;
    margin-top: 18px;
    border-radius: 10px;
}

.booking .payment .discount input{
    padding: 19px 20px 19px 22px !important;
}
.booking .payment .discount button{
    background: #191919;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 19px 26px;
    font-family: 'Montserrat', serif;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    right: 0;
}

.booking .payment .discount .discount-code-error{
    display: none;
    opacity: 0;
    transition: opacity 1.5s ease;
    background: rgba(255, 0, 0, 0.9);
    color: #ffffff;
    font-size: 20px;
    padding: 17px 20px 17px 22px;
    position: absolute;
    z-index: 3;
}

.booking .payment .total{
    margin-top: 34px
}

.booking .payment .total .sub{
    display: none;
    /*display: flex;*/
    justify-content: space-between;
    margin-bottom: 3px;
}

.booking .payment .total .sub span{
    font-size: 20px;
    font-weight: 600;
}

.booking .payment .total .sub strong{
    font-size: 20px;
    font-weight: 700
}

.booking .payment .total .tot{
    display: flex;
    justify-content: space-between;
}

.booking .payment .total .tot span{
    color: #191919;
    font-size: 24px;
    font-weight: 700
}

.booking .payment .total .tot strong{
    font-size: 20px;
    font-weight: 700;
    color: #191919
}

.booking .payment .payment-methods{
    margin-top: 28px;
    width: 100%;
    text-align: center
}

.booking .payment .payment-methods .stripe-label{
    display: block; 
    width: 100%; 
    text-align: center; 
    padding: 5px 0;
}

.booking form .terms{
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-left: 15px
}

.booking form .terms input[type="checkbox"] {
    width: 26px;
    height: 26px;
    padding: 15px !important;
}

.booking form .terms label{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin: 1px 0 0 40px;
    padding-right: 10px;
}

.booking form .terms label a{
    text-decoration: underline
}

.booking form .btn-book{
    background: #000000;
    color: #ffffff;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-weight: 600;
    padding: 23px 125px;
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-top: 35px;
    cursor: pointer;
}

/* ================== Checkout ====================== */

.checkout{
    padding: 60px 0;
}
.checkout .container h4 {
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px;
}
.checkout .container .p-intro{
    width: 70%;
    text-align: center;
    margin: auto
}

.checkout .payment{
    margin-top: 20px;
}

.checkout .payment-price{
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    margin-top: 20px;
}

.checkout .payment .paypal_btns{
    width: 420px; 
    margin: auto;
}

.checkout .p-stripe{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.checkout .countdown{
    width: 100%; 
    margin-top: 20px; 
    text-align: center;
}

.checkout .countdown p{
    color: #000000;
}

.checkout .countdown p span{
    display: block; 
    padding: 40px 25px; 
    /*border: 2px solid #000000;*/
    border-radius: 10px; 
    width: 240px; 
    margin: auto; 
    font-size: 80px; 
    font-weight: 700; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    margin-top: 10px; 
    background: #000000;
    color: #ffffff;
}

.checkout .stripe-logo{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.checkout .stripe-logo img{
    width: 240px; 
}

/* ================== Voucher ====================== */

.voucher{
    padding: 60px 0;
}
.voucher .container h4 {
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px;
}
.voucher .container .p-intro{
    width: 70%;
    text-align: center;
    margin: auto
}
.voucher .vouchers{
    display: flex; 
    justify-content: space-evenly; 
    margin: 40px 0
}

.voucher .vouchers a{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    padding: 30px; 
    border-radius: 10px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    margin-top: 10px; 
    font-family: 'Montserrat', serif; 
    font-weight: 600; 
    font-size: 18px;
}

.voucher .vouchers a i{
    font-size: 60px; 
    margin-bottom: 20px
}

/* ================== About ====================== */

.about{
    margin-top: 60px;
}

.about .about-content-1{
    display: flex;
    justify-content: space-between;
}

.about .about-content-1 .about-image-1{
    width:550px
}

.about .about-content-1 .about-image-1 img{
    width: 100%;
    border-radius: 10px
}

.about .about-content-1 .about-text-1{
    width:760px
}

.about .about-content-1 .about-text-1 h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px
}

.about .about-content-1 .about-text-1 h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.about .about-content-1 .about-text-1 p{
    font-size: 18px
}

.about .about-content-2{
    display: flex;
    justify-content: space-between;
    margin-top: 55px
}

.about .about-content-2 .about-text-2{
    width:760px
}

.about .about-content-2 .about-text-2 h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.about .about-content-2 .about-text-2 h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px
}

.about .about-content-2 .about-text-2 p{
    font-size: 18px
}

.about .about-content-2 .about-image-2{
    width:550px
}

.about .about-content-2 .about-image-2 img{
    width: 100%;
    border-radius: 10px
}

.advantages{
    width: 100%;
    background: #000000;
    margin-top: 55px;
    padding: 60px 0
}

.advantages h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.advantages h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.advantages ul{
    display: flex;
    justify-content: space-between;
    margin-top: 32px
}

.advantages ul li{
    flex: 1;
    text-align: center;
    max-width: 25%;
}

.advantages ul li img{
    height: 100px
}

.advantages ul li h3{
    font-family: 'Montserrat', serif;
    font-size: 22px;
    font-weight: 500;
    color: #feda6e;
    margin: 27px 0 10px 0
}

.advantages ul li p{
    color: #ffffff
}

.about-reviews{
    padding: 60px 0;
}

.about-reviews h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.about-reviews h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center
}

.about-reviews ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px
}

.about-reviews ul li{
    background: #f8f9fa;
    padding: 40px
}

.about-reviews ul li p i{
    color: #feda6e;
    font-size: 36px;
    margin-right: 5px
}

.about-reviews ul li h4{
    margin-top: 20px;
    font-weight: 600;
}

.about-reviews ul li h5{
    color: #afafaf;
    font-size: 14px;
    font-weight: 500;
}

/* =================== Contacts =================== */

.contacts{
    padding: 60px 0;
}

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

.contacts-content .contacts-text{
    width:calc(50% - 20px)
}

.contacts-content .contacts-text h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.contacts-content .contacts-text h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px
}

.contacts-content .contacts-text .p-intro{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px
}

.contacts-text .contact-option{
    margin-bottom: 20px
}

.contacts-text .contact-option .option{
    display: flex;
    align-items: center;
}

.contacts-text .contact-option .option i{
    font-size: 40px
}

.contacts-text .contact-option .contact{
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.contacts-text .contact-option .contact h3{
    font-size: 22px;
    font-weight: 700
}

.contacts-text .contact-option .contact a{
    font-size: 16px
}

.contacts-text .contact-option small{
    font-weight: 400;
    color: #ababab;
    font-size: 12px
}

.contacts .contacts-content .contacts-form{
    width:calc(50% - 20px);
}

.contacts .contacts-content .contacts-form form{
    padding: 54px;
    background: #f8f9fa;
}

.contacts .contacts-content .contacts-form form .form-full{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.contacts .contacts-content .contacts-form form .form-half{
    width: calc(50% - 20px);
}

.contacts .contacts-content .contacts-form form label{
    font-size: 15px;
    font-weight: 600;
    color: #afafaf;
    position: absolute;
    margin: 7px 0 0 10px;
}

.contacts .contacts-content .contacts-form form label i{
    color: #afafaf;
    font-size: 15px;
    margin-right: 5px
}

.contacts .contacts-content .contacts-form form input{
    background: #ffffff;
    border-radius: 10px;
    padding: 34px 20px 14px 22px;
    box-sizing: border-box;
    width: 100%;
}

.contacts .contacts-content .contacts-form form textarea{
    background: #ffffff;
    border-radius: 10px;
    padding: 34px 20px 14px 22px;
    box-sizing: border-box;
    width: 100%;
}

.contacts .contacts-content .contacts-form form .form-button{
    width: 100%;
    position: relative;
}

.contacts .contacts-content .contacts-form form .form-button .btn-book{
    background: #000000;
    color: #ffffff;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-weight: 600;
    padding: 23px 125px;
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-top: 35px;
    cursor: pointer;
}

.contacts-map{
    height: 450px;
    margin-bottom: 60px
}
.contacts-map iframe{
    border:0; 
    width: 100%; 
    height: 450px;
}


/* =================== Blog Details =============== */

.post{
    margin: 60px 0
}

.post .post-content-1{
    display: flex;
    justify-content: space-between;
}

.post .post-content-1 .post-image{
    width:550px
}

.post .post-content-1 .post-image img{
    width: 100%;
    border-radius: 10px
}

.post .post-content-1 .post-text-1{
    width:760px
}

.post .post-content-1 .post-text-1 h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.post .post-content-1 .post-text-1 h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px
}

.post .post-content-1 .post-text-1 p{
    font-size: 18px
}

.post .post-content-1 .post-intro-btns{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px
}

.post .post-content-1 .post-intro-btns a{
    font-family: 'Montserrat', serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 100px;
    border-radius: 10px;
}

.post .post-content-1 .post-intro-btns .btn-book{
    background: #000000
}

.post .post-content-1 .post-intro-btns .btn-contacts{
    background: #f66402;
}

.post .post-content-2{
    margin-top: 55px
}

.post .post-content-2 h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.post .post-content-2 h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px
}

.post .post-content-2 p{
    font-size: 18px
}

.places{
    padding: 60px 0;
}

.places ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
    list-style: none;
    padding: 0;
}

.places ul li{
    position: relative;
    width: 433px;
    margin-bottom: 40px
}

.places ul li a{
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.places ul li a img{
    width: 433px;
    height: 284px;
    border-radius: 20px;
    display: block;
}

.places ul li a .bg-place{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.places ul li a h3{
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-family: 'Montserrat', serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.places ul li p{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

/* ============== Service Detail =============== */

.service{
    margin: 60px 0
}

.service .service-content-1{
    display: flex;
    justify-content: space-between;
}

.service .service-content-1 .service-image{
    width:550px
}

.service .service-content-1 .service-image img{
    width: 100%;
    border-radius: 10px
}

.service .service-content-1 .service-text-1{
    width:760px
}

.service .service-content-1 .service-text-1 h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.service .service-content-1 .service-text-1 h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px
}

.service .service-content-1 .service-text-1 p{
    font-size: 18px
}

.service .service-content-1 .service-intro-btns{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px
}

.service .service-content-1 .service-intro-btns a{
    font-family: 'Montserrat', serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 100px;
    border-radius: 10px;
}

.service .service-content-1 .service-intro-btns .btn-book{
    background: #000000
}

.service .service-content-1 .service-intro-btns .btn-contacts{
    background: #f66402;
}

.service .service-content-2{
    margin-top: 55px
}

.service .service-content-2 h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.service .service-content-2 h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px
}

.service .service-content-2 p{
    font-size: 18px
}


.service-reviews{
    padding: 0 0 60px 0;
}

.service-reviews h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.service-reviews h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center
}

.service-reviews ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px
}

.service-reviews ul li{
    background: #f8f9fa;
    padding: 40px
}

.service-reviews ul li p i{
    color: #feda6e;
    font-size: 36px;
    margin-right: 5px
}

.service-reviews ul li h4{
    margin-top: 20px;
    font-weight: 600;
}

.service-reviews ul li h5{
    color: #afafaf;
    font-size: 14px;
    font-weight: 500;
}


/* ==================== Booking =================== */

footer{
    width: 100%;
    background: #191919;
    padding: 60px 0 20px 0
}

footer .footer-blcs{
    display: flex;
}

footer .footer-blcs .footer-blc1{
    flex: 0 0 25%;
    padding-right: 20px
}
footer .footer-blcs .footer-blc1 .logo{
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

footer .footer-blcs .footer-blc1 .logo img{
    width: 176px
}

footer .footer-blcs .footer-blc1 p{
    font-size: 16px;
    color: #ffffff
}

footer .footer-blcs .footer-blc1 ul{
    display: flex;
    align-items: center;
    margin-top: 23px
}

footer .footer-blcs .footer-blc1 ul li{
    margin-right:15px
}

footer .footer-blcs .footer-blc1 ul li a i{
    color:#ffffff;
    font-size: 45px
}
footer .footer-blcs .footer-blc1 ul li a i.icone-tripadvisor{
    background: url(../../assets/img/icone_tripadvisor.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}

footer .footer-blcs .footer-blc2{
    flex: 0 0 25%;
    padding: 0 20px;
}

footer .footer-blcs .footer-blc2 h3{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 26px;
    color: #feda6e;
    margin-bottom: 19px;
    text-transform: uppercase;
}

footer .footer-blcs .footer-blc2 ul li{
    margin-bottom: 6px
}

footer .footer-blcs .footer-blc2 ul li a{
    font-size: 16px;
    color: #ffffff
}

footer .payments-line {
    display: flex;
    justify-content: center;
    margin-top: -51px;
}

footer .payment-methods {
    max-width: 100%;
    height: auto;
}

footer .sub-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .sub-footer h4{
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin-top: 28px
}

footer .underline {
    width: 218px;
    height: 1px;
    background-color: #feda6e;
    margin-top: 1px;
}

footer .sub-footer h3{
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    text-align: center
}
footer .sub-footer .imabyte{
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 12px;
    color: #d0d0d0;
    display: block;
    text-align: center;
    margin-top:4px
}

/* ================= Legal ==================== */

.legal{
    margin: 60px 20px;
}

.legal h2{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
    color: #feda6e;
    text-align: center
}

.legal h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px
}

.legal p{
    font-size: 16px
}

/* ================= Responsive ==================== */

@media only screen and (max-width: 1440px) {
    .home-services-about{
        width: 100%;
        padding: 60px 10px;
    }
}

@media only screen and (max-width: 1390px) {
    .slide .logo{
        left: 0;
        margin-left: 10px;
    }
    header .header-nav {
        padding-right: 10px;
    }

    .home-places ul{
        justify-content: space-around;
    }

    .home-places ul li{
        width: calc(33% - 15px);
    }
    .home-places ul li a img{
        width: 100%;
        height: auto;
    }

    .booking{
        padding: 60px 20px;
    }
    .int-slide .logo{
        left: 0;
        margin-left: 10px;
    }

    .about{
        padding: 0 20px;
    }
    .about .about-content-1 .about-image-1 {
        width: 40%;
        display: flex;
        align-items: center;
    }
    .about .about-content-1 .about-text-1 {
        width: 56%;
    }
    .about .about-content-1 .about-text-1 p{
        font-size: 16px;
    }

    .about .about-content-2 .about-image-2 {
        width: 40%;
        display: flex;
        align-items: center;
    }
    .about .about-content-2 .about-text-2 {
        width: 56%;
    }

    .about .about-content-2 .about-text-2 p{
        font-size: 16px;
    }

    .advantages ul li {
        padding: 0 10px;
    }
    .legal p {
        font-size: 16px;
    }

    .contacts {
        padding: 60px 20px;
    }

    .places{
        padding: 60px 20px;
    }
    .places ul li {
        width: calc(33% - 20px);
    }
    .places ul li a img{
        width: 100%;
        height: auto;
    }

    .post {
        margin: 60px 20px;
    }

    .post .post-content-1 .post-image{
        width: 40%;
        display: flex;
        align-items: center;
    }

    .post .post-content-1 .post-text-1{
        width: 56%;
    }

    .post .post-content-1 .post-text-1 p, .post .post-content-2 p {
        font-size: 16px;
    }

    .post .post-content-1 .post-intro-btns a{
        width: 300px;
        padding: 10px 0;
        text-align: center;
    }

    .service {
        margin: 60px 20px;
    }

    .service .service-content-1 .service-image{
        width: 40%;
        display: flex;
        align-items: center;
    }

    .service .service-content-1 .service-text-1{
        width: 56%;
    }

    .service .service-content-1 .service-text-1 p, .service .service-content-2 p {
        font-size: 16px;
    }

    .service .service-content-1 .service-intro-btns a{
        width: 300px;
        padding: 10px 0;
        text-align: center;
    }
    
                    footer .footer-blcs{
                    padding: 0 10px;
                }
                footer .footer-blcs .footer-blc2 h3{
                    font-size: 24px;
                }
}

@media only screen and (max-width: 1290px) {
    .home-services-about {
        flex-wrap: wrap;
    }
    .home-services-about .home-services {
        width: 100%;
    }

    .home-services-about .home-services .services-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .home-services-about .home-services .services-content img {
        width: 100%;
        height: auto;
    }

    .home-services-about .home-services .services-content .text {
        width: 100%;
    }

    .home-services-about .home-services .services-content .services-content-01, .home-services-about .home-services .services-content .services-content-02 {
        flex-direction: column;
        width: calc(50% - 30px);
    }

    .home-services-about .home-services .services-content .text {
        text-align: center;
    }

    .home-services-about .home-about{
        width: 100%;
        text-align: center;
    }

    .home-services-about .home-about .home-about-contacts {
        justify-content: center;
    }

    .booking .container form .row .form-passengers{
        width:131px;
    }
    .booking .container form .row .form-kids{
        width:calc(100% - 151px);
    }
    .booking form .baby-childs{
        width: calc(50% - 5px);
    }
    /*
    .booking form .form-cars ul li img{
        width: 120px;
    }
    */
    .booking .price{
        padding: 18px 0;
    }
}

@media only screen and (max-width: 1190px) {
    .booking .container form .row .col h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1090px) {
    .slide .how-it-works .points ul li{
        margin: 0;
    }

    .home-places ul li a h3{
        font-size: 22px;
    }

    .int-slide .how-it-works .points ul li{
        margin: 0;
    }

    .contacts .contacts-content .contacts-form form .form-half{
        width: 100%;
    }
    .contacts .contacts-content .flex-between{
        flex-wrap: wrap;
        gap: 20px;
    }
    .places ul li a h3 {
        font-size: 22px;
    }
    
                    footer .footer-blcs{
                    flex-wrap: wrap;
                }
                footer .footer-blcs .footer-blc1, footer .footer-blcs .footer-blc2 {
                    flex: 0 0 50%;
                    padding-right: 20px;
                    text-align: center;
                }
                .footer-blcs .footer-blc2 {
                    margin-top: 40px;
                }
                footer .footer-blcs .footer-blc1 ul{
                    justify-content: center;
                }
                footer .footer-blcs .footer-blc1 p{
                    max-width: 360px;
                    margin: auto;
                }
                footer .payments-line{
                    margin-top: 40px;
                }
}

@media only screen and (max-width: 990px) {
    .slide .logo{
        width: 170px;
    }
    header {
        height: 101px;
    }
    header .container {
        height: 86px;
    }
    header .container::before {
        left: 137px;
        width: calc(100% - 137px);
    }
    header .header-nav .top .phone i {
        font-size: 26px;
    }
    header .header-nav .top .phone .phone-number a {
        font-size: 18px;
    }
    header .header-nav .top .phone .phone-number small {
        font-size: 10px;
    }

    header .header-nav .top .language i {
        font-size: 26px;
    }
    header .header-nav .top .language a {
        font-size: 16px;
    }

    header .header-nav .menu {
        margin-top: 24px;
    }

    header .header-nav .menu ul li a {
        font-size: 18px;
    }

    .slide {
        height: 825px;
    }
    .slide .home-slide h1 {
        font-size: 40px;
    }
    .slide .home-slide .calculator{
        width: 90%;
    }
    .slide .how-it-works{
        padding: 0;
    }
    .slide .how-it-works .points ul{
        gap: 2px;
    }
    .slide .how-it-works .points ul li{
        align-items: center;
        padding: 20px 5px;
    }
    .slide .how-it-works .points ul li span{
        margin-right: 10px;
    }

    .booking-int.int-slide{
        height: 338px;
    }

    .int-slide{
        height: 338px;
    }

    .int-slide .logo{
        width: 170px;
    }

    .int-slide .home-slide h1 {
        font-size: 40px;
    }
    .int-slide .home-slide .calculator{
        width: 90%;
    }
    .int-slide .how-it-works{
        padding: 0;
    }

    .int-slide .how-it-works .points ul{
        gap: 2px;
    }

    .int-slide .how-it-works .points ul li{
        padding: 20px 5px;
        align-items: center;
    }
    .int-slide .how-it-works .points ul li span{
        margin-right: 10px;
    }
    .booking .container form .row {
        flex-wrap: wrap;
    }
    .booking .container form .row .col{
        width: 100%;
    }
    .booking .container form .row .form-passengers{
        width:calc(50% - 20px);
    }
    .booking .container form .row .form-kids{
        width:calc(50% - 20px);
    }
    .booking .container form .row .form-full.mt-61{
        margin-top: 0;
    }
    .booking .price h3 span{
        font-weight: 600;
    }
    .booking .price h3{
        font-weight: 600;
    }

    .advantages ul li img{
        height: 80px;
    }
    .advantages ul li h3{
        font-size: 20px;
    }
    .advantages ul li p{
        font-size: 15px;
    }
    .places ul li {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 890px) {
    .slide {
        height: 970px;
    }
    .slide .home-slide{
        margin-top: 40px;
    }

    .slide .home-slide .calculator{
        margin-top: 20px;
    }

    .slide .home-slide .calculator .calculator-content h3{
        font-size: 22px;
        width: 100%;
    }

    .slide .home-slide .calculator .calculator-content form{
        border-top-right-radius: 0;
        padding-top: 20px;
    }

    .slide .home-slide .calculator .calculator-content form .calculator-form-half.full-890{
        width: 100%;
    }

    .slide .home-slide .calculator .calculator-content form .flex-between{
        flex-wrap: wrap;
        gap: 20px;
    }

    .slide .home-slide h2{
        margin-top: 5px;
        font-size: 22px;
    }
    .slide .how-it-works .points ul{
        flex-direction: column;
        gap: 0;
        width: fit-content;
        margin: auto;
        align-items: flex-start;
        padding: 10px 0;
    }

    .slide .how-it-works .points ul li{
        padding: 5px 0;
    }

    .slide .how-it-works .points ul li span{
        width: auto;
        font-size: 24px;
    }

    .slide .how-it-works .points ul li p{
        max-width: 100%;
    }

    .home-services-about .home-services .services-content .text p{
        height: 80px;
        overflow: hidden;
    }

    .home-places ul li a h3{
        bottom: 6px;
    }

    .home-places ul li a .bg-place{
        height: 40px;
    }

    .booking-int.int-slide{
        height: 393px;
    }

    .int-slide .how-it-works .points ul{
        flex-direction: column;
        gap: 0;
        width: fit-content;
        margin: auto;
        align-items: flex-start;
        padding: 10px 0;
    }
    .int-slide .how-it-works .points ul li{
        padding: 5px 0;
    }
    .int-slide .how-it-works .points ul li span{
        width: auto;
        font-size: 24px;
    }
    .int-slide .how-it-works .points ul li p{
        max-width: 100%;
    }
    .booking .map{
        height: 220px;
    }

    .about .about-content-1{
        flex-direction: column-reverse;
    }

    .about .about-content-2 {
        flex-direction: column;
        align-items: center;
    }
    .about .about-content-1 .about-image-1,
    .about .about-content-1 .about-text-1,
    .about .about-content-2 .about-text-2,
    .about .about-content-2 .about-image-2 {
        width: 100%;
        text-align: center;
    }
    .about .about-content-1 .about-text-1,
    .about .about-content-2 .about-text-2 {
        margin-bottom: 40px;
    }


    .advantages ul {
        flex-direction: column;
        align-items: center;
    }
    .advantages ul li {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .advantages ul li:last-child{
        margin-bottom: 0;
    }

    .advantages ul li h3{
        margin: 15px 0 10px 0;
    }


    .about-reviews ul {
        flex-direction: column;
    }
    .about-reviews ul li {
        margin-bottom: 20px;
    }
    
    .service-reviews ul {
        flex-direction: column;
    }
    .service-reviews ul li {
        margin-bottom: 20px;
    }

    .contacts .contacts-content{
        flex-direction: column;
        align-items: center;
    }
    .contacts-content .contacts-text,
    .contacts .contacts-content .contacts-form{
        width: 100%;
    }
    .contacts-content .contacts-text{
        margin-bottom: 30px;
    }

    .contacts .contacts-content .direct-contacts{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .contacts-text .contact-option .option{
        flex-direction: column;
        text-align: center;
        padding: 0 20px
    }
}

@media only screen and (max-width: 790px) {
    .post .post-content-1{
        flex-direction: column-reverse;
        align-items: center;
    }
    .post .post-content-1 .post-image,
    .post .post-content-1 .post-text-1{
        width: 100%;
    }

    .post .post-content-1 .post-text-1{
        margin-bottom: 40px;
    }

    .post .post-content-2 {
        margin-top: 40px;
    }

    .service .service-content-1{
        flex-direction: column-reverse;
        align-items: center;
    }
    .service .service-content-1 .service-image,
    .service .service-content-1 .service-text-1{
        width: 100%;
    }

    .service .service-content-1 .service-text-1{
        margin-bottom: 40px;
    }

    .service .service-content-2 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 690px) {
    header .header-nav .top, header .header-nav .menu{
        display: none;
    }
    .hamburger {
        display: flex;
        margin-top: 24px;
    }

    .breadcrumbs .breadcrumb h1 {
        font-size: 20px;
    }

    .breadcrumbs .breadcrumb ul{
        gap: 5px;
    }

    .breadcrumbs .breadcrumb ul li a{
        font-size: 14px;
    }

    .breadcrumbs .breadcrumb ul li.active {
        font-size: 14px;
    }

    .slide {
        height: 1050px;
    }

    .slide .home-slide h1{
        font-size: 34px;
    }

    .slide .home-slide h2{
        font-size: 20px;
    }

    .slide .home-slide .calculator .calculator-content form .calculator-form-half.full-690{
        width: 100%;
    }

    .home-services-about .home-services .services-content .services-content-01, .home-services-about .home-services .services-content .services-content-02 {
        width: 90%;
    }

    .home-services-about .home-services .services-content .text h2{
        font-size: 22px;
    }

    .home-places ul li a .bg-place{
        height: 34px;
    }

    .home-places ul li a h3{
        font-size: 20px;
        bottom: 3px;
    }
    .booking-int.int-slide{
        height: 387px;
    }
    .int-slide .home-slide h1 {
        font-size: 34px;
    }

    .places ul li {
        width: 100%;
    }

    .post .post-content-1 .post-intro-btns {
        justify-content: space-around;
        gap: 20px;
    }

    .post .post-content-1 .post-intro-btns a{
        width: calc(50% - 40px);
    }

    .service .service-content-1 .service-intro-btns {
        justify-content: space-around;
        gap: 20px;
    }

    .service .service-content-1 .service-intro-btns a{
        width: calc(50% - 40px);
    }
    
    .booking .price h3 span{
        font-size: 30px;
    }
    
    .booking .price h3 output{
        font-size: 26px;
    }
}

@media only screen and (max-width: 590px) {
    .slide {
        height: 1089px;
    }

    .slide .how-it-works .points ul{
        padding: 10px;
    }

    .home-services-about .home-about p {
        font-size: 16px;
    }

    .home-services-about .home-about .home-about-contacts {
        justify-content: space-between;
    }

    .home-services-about .home-about .home-about-contacts i{
        display: none;
    }
    .home-services-about .home-about .home-about-contacts .phone{
        margin-right: 0;
    }

    .home-places ul{
        flex-wrap: wrap;
    }

    .home-places ul li{
        width: 80%;
        margin-bottom: 40px;
    }

    .home-places ul li a .bg-place{
        height: 50px;
    }

    .home-places ul li a h3{
        font-size: 26px;
        bottom: 8px;
    }

    .int-slide .how-it-works .points ul{
        padding: 10px;
    }
    .booking .container form .row .form-half {
        width: 100%;
    }
    .flex-between {
        flex-wrap: wrap;
        gap: 20px;
    }
    .booking .container form .row .form-passengers{
        width: 100%;
    }
    .booking .container form .row .form-kids{
        width: 100%;
    }
    .booking .container form .row .form-kids.flex-between{
        flex-wrap: nowrap;
    }
    .booking form .baby-childs .seats input{
        width: 50px;
        margin: 0 10px;
    }
    .booking .price h3 span{
        font-size: 32px;
    }
    .booking .price h3{
        font-size: 28px;
    }
    .booking form .terms{
        padding-left: 0;
    }
    .booking form .terms label {
        width: calc(100% - 90px);
    }
    .booking form .btn-book{
        padding: 23px 0;
        width: 100%;
    }

    .contacts .contacts-content .contacts-form form .form-button .btn-book{
        padding: 23px 0;
        width: 100%;
    }

    .post .post-content-1 .post-intro-btns {
        flex-direction: column;
        align-items: center;
    }
    .post .post-content-1 .post-intro-btns a{
        width: 80%;
    }

    .service .service-content-1 .service-intro-btns {
        flex-direction: column;
        align-items: center;
    }
    .service .service-content-1 .service-intro-btns a{
        width: 80%;
    }
    
                    footer .footer-blcs .footer-blc1, footer .footer-blcs .footer-blc2 {
                    flex: 0 0 100%;
                }
}
@media only screen and (max-width: 490px) {
    .slide {
        height: 1118px;
    }
    .slide .home-slide .calculator{
        width: 96%;
    }
    .slide .home-slide .calculator .calculator-content form{
        padding: 10px 20px 10px 20px;
    }
    .home-services-about .home-about .home-about-contacts {
        flex-direction: column;
        align-items: center;
    }
    .home-services-about .home-about .home-about-contacts .phone{
        margin-bottom: 10px;
    }

    .home-places ul li{
        width: 90%;
    }
    /*
    .booking form .form-cars ul li img{
        width: 80px;
    }
    */
    .booking .price h3 span{
        font-size: 28px;
    }
    .booking .price h3{
        font-size: 24px;
    }
    .booking .payment .payment-methods img{
        max-width: 100%;
    }

    .about .about-content-1 .about-text-1 h1,
    .about .about-content-2 .about-text-2 h1 {
        font-size: 24px;
    }
    .about .about-content-1 .about-text-1 h2,
    .about .about-content-2 .about-text-2 h2 {
        font-size: 14px;
    }
    .about .about-content-1 .about-text-1 p,
    .about .about-content-2 .about-text-2 p {
        font-size: 16px;
    }

    .advantages h1 {
        font-size: 24px;
    }
    .advantages h2 {
        font-size: 14px;
    }
    .advantages ul li img {
        height: 80px;
    }

    .about-reviews h1 {
        font-size: 24px;
    }
    .about-reviews h2 {
        font-size: 14px;
    }
    
    .service-reviews h1 {
        font-size: 24px;
    }
    .service-reviews h2 {
        font-size: 14px;
    }

    .contacts-content .contacts-text h2{
        font-size: 14px;
    }
    .contacts-content .contacts-text h1{
        font-size: 24px;
    }
    .contacts-content .contacts-text .p-intro{
        font-size: 14px;
    }
    .contacts-text .contact-option .option i{
        font-size: 30px;
    }
    .contacts-text .contact-option .contact h3{
        font-size: 18px;
    }
    .contacts-text .contact-option .contact a{
        font-size: 14px;
    }
    .contacts-text .contact-option small{
        font-size: 10px;
    }
    .contacts .contacts-content .contacts-form form{
        padding: 30px;
    }
    .contacts .contacts-content .contacts-form form input,
    .contacts .contacts-content .contacts-form form textarea{
        padding: 24px 15px 10px 15px;
        font-size: 14px;
    }
    .contacts .contacts-content .contacts-form form .btn-book{
        font-size: 16px;
        padding: 18px 80px;
    }

    .post .post-content-1 .post-text-1 h2{
        font-size: 14px;
    }
    .post .post-content-1 .post-text-1 h1{
        font-size: 24px;
    }
    .post .post-content-1 .post-text-1 p{
        font-size: 16px;
    }
    .post .post-content-1 .post-intro-btns a{
        width: 90%;
    }

    .post .post-content-2 h2{
        font-size: 14px;
    }
    .post .post-content-2 h1{
        font-size: 24px;
    }
    .post .post-content-2 p{
        font-size: 16px;
    }

    .service .service-content-1 .service-text-1 h2{
        font-size: 14px;
    }
    .service .service-content-1 .service-text-1 h1{
        font-size: 24px;
    }
    .service .service-content-1 .service-text-1 p{
        font-size: 16px;
    }
    .service .service-content-1 .service-intro-btns a{
        width: 90%;
    }

    .service .service-content-2 h2{
        font-size: 14px;
    }
    .service .service-content-2 h1{
        font-size: 24px;
    }
    .service .service-content-2 p{
        font-size: 16px;
    }
    
    footer .payment-methods{
       max-width: 90%;
    }
}

@media only screen and (max-width: 390px) {
    .side-menu {
        right: -100%;
        width: 100%;
    }
}

.whatsapp-button {
    width: 55px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1000;
    transition: transform 0.3s ease;
    opacity: 0.9;
}

.whatsapp-button img{
    width: 60px;
}


.whatsapp-button:hover {
    transform: scale(1.1);
}
@keyframes pulsar {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.whatsapp-button {
    animation: pulsar 1.5s infinite;
}