*{
    margin:0;
    padding:0;
    border:0;
    font-size: 14px;
    font-family: "Open Sans", serif;
    color: #000000;
    font-weight: 400;
    font-size:100%;
    vertical-align: baseline;
    text-decoration:none;
    box-sizing: border-box;
    list-style: none;
}
b{
    font-weight: 700;
}
/* 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;
}

.container{
    position: relative;
    max-width: 1380px;
    padding: 0 20px;
    margin:auto;
}

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

small{
    font-size: 11px;
}

.relative{
    position: relative
}

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

.flex-center{
    display: flex;
    align-items: center;
}

.mt-20{
    margin-top: 20px;
}

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

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

header .container {
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: space-between;
    transition: height 0.3s ease-in-out;
}

header.fixed .container {
    height: 80px;
}

header .logo{
    margin-right:100px;
}

header .logo img{
    width: 360px;
    transition: width 0.3s ease-in-out;
}

header.fixed .logo img{
    width: 320px;
}

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

header .phone i{
    font-size:30px;
    margin-right: 10px
}

header .phone .phone-number a{
    font-family: 'Montserrat', serif;
    font-weight: 800;
    font-size: 20px
}

header .phone .phone-number small{
    display:block
}

header .menu ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 315px
}

header .menu ul li a{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 20px
}

header .language a{
    display: inline-block;
    margin: 4px 5px 0 0;
    width: 46px;
    height: 29px;
}

header .language a.pt{
    background: url(../img/flag_pt.png) no-repeat;
    background-size: 46px 29px;
}

header .language a.en{
    background: url(../img/flag_en.png) no-repeat;
    background-size: 46px 29px;
}

header .language a.fr{
    background: url(../img/flag_fr.png) no-repeat;
    background-size: 46px 29px;
}

@media only screen and (max-width: 1290px) {
    header .container{
        height: 90px;
    }

    header .logo {
        margin-right: 0;
    }
    header .logo img {
        width: 260px;
    }
    header.fixed .logo img {
        width: 260px;
    }
    header .phone i {
        font-size: 24px;
    }
    header .phone .phone-number a {
        font-weight: 700;
        font-size: 18px;
    }
    header .phone .phone-number small {
        font-size: 10px;
    }
    header .menu ul {
        width: 275px;
    }
    header .language a {
        margin: 4px 5px 0 0;
        width: 30px;
        height: 19px;
    }
    header .language a.pt{
        background-size: 30px 19px;
    }

    header .language a.en{
        background-size: 30px 19px;
    }

    header .language a.fr{
        background-size: 30px 19px;
    }
}

@media only screen and (max-width: 490px) {
    header .container {
        height: 70px;
    }
    header .logo img {
        width: 220px;
    }
    header.fixed .logo img {
        width: 220px;
    }
    .hamburger{
        height: 20px;
    }
}

.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: #000;
}

.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: #ffffff;
}

.side-menu-languages {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.side-menu-languages a {
    width: 30px;
    height: 19px;
    display: inline-block;
}
.side-menu-languages a.pt {
    background: url(../img/flag_pt.png) no-repeat;
    background-size: 30px 19px;
}
.side-menu-languages a.en {
    background: url(../img/flag_en.png) no-repeat;
    background-size: 30px 19px;
}
.side-menu-languages a.fr {
    background: url(../img/flag_fr.png) no-repeat;
    background-size: 30px 19px;
}

.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: #ffffff;
}

.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: #ffffff;
}

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

@media screen and (max-width: 990px) {
    header .phone,
    header .menu,
    header .language {
        display: none;
    }
    .hamburger {
        display: flex;
    }
}

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

.home-slide{
    position: relative;
}

.home-slide .slide{
    display: flex;
    align-items: center;
}


.home-slide .content{
    position: absolute;
    width: 100%;
    z-index: 10;
}

.home-slide .content .container{
    top: -75px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.home-slide .content-text{
    width: calc(100% - 500px);
    margin-top: 75px;
    padding-right: 20px;
}

.home-slide .content-text h2{
    font-family: 'Montserrat', serif;
    font-weight: 800;
    font-size: 30px;
    color: #f66402;
}

.home-slide .content-text h1{
    font-family: 'Montserrat', serif;
    font-weight: 800;
    font-size: 56px;
    color: #fefefe;
}

.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-slide .calculator{
    position: relative;
    /*width: 460px;*/
    /*width: 480px*/
    min-width: 480px;
}

.home-slide .calculator .calculator-content{
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    top: -66px
}

.home-slide .calculator .calculator-content h3{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 26px
}

.home-slide .calculator .calculator-content .underline{
    display: block;
    width: calc(100% - 6px);
    margin: auto;
    background: #000000;
    height: 1px;
}

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

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

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

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

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

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

.home-slide .calculator .calculator-content form #returnFields {
    display: none;
    position: relative;
    margin-top: 10px;
}

.home-slide .calculator .calculator-content form #addReturn{
    /*background: #ededed;*/
    background: #ffffff;
    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
}

.home-slide .calculator .calculator-content 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;
}
.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: #ffffff;
    cursor: pointer;
    margin-bottom: 20px
}

.home-slide .slide .image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.home-slide .slide .image-bg {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-slide .slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.home-slide .how-it-works{
    width: 100%;
    height: 253px;
    position: relative;
}

.home-slide .how-it-works #map{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-slide .how-it-works .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.home-slide .how-it-works .map{
    position: relative;
    z-index: 2;
}

.home-slide .how-it-works .map .points{
    width: calc(100% - 600px);
    padding-top: 22px
}

.home-slide .how-it-works .map .points h3{
    font-family: 'Montserrat', serif;
    color: #f66402;
    font-size: 30px;
    font-weight: 800;
    width: 100%;
    text-align: center
}

.home-slide .how-it-works .map .points ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 194px;
    justify-content: space-between;
    padding: 18px 0;
}

.home-slide .how-it-works .map .points ul li{
    max-width: 318px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-slide .how-it-works .map .points ul li.flex-start{
    align-self: flex-start;
}
.home-slide .how-it-works .map .points ul li.flex-end{
    align-self: flex-end;
}
.home-slide .how-it-works .map .points ul li.center{
    align-self: center;
    margin-left: -20%;
}

.home-slide .how-it-works .map .points ul li .number{
    display: flex;
    justify-content: center;
    width: 49px;
    height: 49px;
    border: 6px solid white;
    border-radius: 50%;
    font-family: 'Montserrat', serif;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    flex-shrink: 0;
}

.home-slide .how-it-works .map .points ul li span{
    color:#ffffff;
    font-size: 14px
}

.home-services{
    padding: 60px 0 54px 0;
    background: #f6f6f6
}
.home-services ul{
    display: flex;
    justify-content: space-between;
    list-style: none
}
.home-services ul li{
    width: 415px;
}
.home-services ul li a img{
    width:100%;
    border-radius: 20px
}

.home-services ul li h2{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    padding: 5px 5px
}
.home-services ul li p{
    font-size:16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 5px 5px
}

.home-reviews-places{
    padding: 60px 0;
}
.home-reviews-places .container{
    display: flex;
    justify-content: space-between;
}

.home-reviews-places .home-reviews{
    width: calc(50% - 30px)
}

.home-reviews-places .home-reviews h3{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

.home-reviews-places .home-reviews h4{
    font-size: 16px;
    text-align: center;
    padding: 10px 0 16px 0
}

.home-reviews-places .home-reviews .reviews{
        margin-top: 20px
    }
    
    .home-reviews-places .home-reviews .reviews li{
        display: flex; 
        align-items: center; 
        margin-bottom: 40px
    }
    
    .home-reviews-places .home-reviews .reviews li .tripadvisor-logo{
        padding: 0 20px;
    }
    .home-reviews-places .home-reviews .reviews li .tripadvisor-logo a{
        background-color: #34e0a1; 
        border-radius: 50%; 
        width: 40px; 
        height: 40px; 
        display: inline-flex; 
        align-items: center; 
        justify-content: center; 
        overflow: hidden;
    }
    .home-reviews-places .home-reviews .reviews li .tripadvisor-logo a img{
        width: 22px
    }    
    
    .home-reviews-places .home-reviews .reviews li .tripadvisor-review .rating i{
        font-size: 15px; 
        color: #00aa6c
    }
    
    .home-reviews-places .home-reviews .reviews li .tripadvisor-review a .review-name{
        font-size: 14px; 
        color: #333333
    }
    
    .home-reviews-places .home-reviews .reviews li .tripadvisor-review a .review-title{
        font-size: 18px; 
        color: #000000; 
        font-weight: 600
    }
    
    .home-reviews-places .home-reviews .reviews li .tripadvisor-review a p{
        font-size: 16px; 
        color: #333333
    }




.home-reviews-places .home-places{
    width: calc(50% - 30px)
}

.home-reviews-places .home-places h3{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 20px;
    color: #f66402;
}

.home-reviews-places .home-places h4{
    font-size: 16px;
    padding: 10px 0 16px 0
}

.home-reviews-places .home-places ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.home-reviews-places .home-places ul li{
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: 30px;
}

.home-reviews-places .home-places ul li span{
    font-size: 12px;
    position: absolute;
    padding: 3px 5px;
    bottom: 15px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
}

.home-reviews-places .home-places ul li img{
    width: 100%;
    border-radius: 10px;
}

.home-reviews-places .home-places button{
    font-family: 'Montserrat', serif;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 100px;
    border-radius: 10px;
    display: block;
    margin: auto;
    cursor: pointer;
}
/*.home-reviews-places .home-places .btn-book{
    font-family: 'Montserrat', serif;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 100px;
    border-radius: 10px;
    display: block;
    margin: auto
}*/

.home-highlights .icone{
    margin: auto;
    display: block;
    height: 50px;
}
.home-highlights .bg{
    width: 100%;
    background: #f9f9f9;
    margin-top: 40px
}
.home-highlights .bg ul{
    display: flex;
    padding: 35px 0
}
.home-highlights .bg ul li{
    flex: 1;
    text-align: center;
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 22px
}

footer{
    width: 100%;
    background: #000000;
    padding: 40px 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: 25px
}

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

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

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

footer .footer-blcs .footer-blc1 .underline{
    display: block;
    height: 1px;
    width: 218px;
    background: #ff6400;
    margin-top: 1px
}

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

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(../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;
    margin-top: 33px
}

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

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

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

footer .footer-blcs .footer-blc3{
    flex: 0 0 50%;
    padding-left: 20px;
    margin-top: 33px
}
footer .footer-blcs .footer-blc3 h3{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 26px;
    color: #ff6400;
    margin-bottom: 19px
}

footer .footer-blcs .footer-blc3 ul{
    display: flex;
    flex-wrap: wrap;
}

footer .footer-blcs .footer-blc3 ul li{
    flex-basis: 50%;
    margin-bottom: 8px
}

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

footer .payments-line{
    padding: 32px 0
}
footer .payments-line ul{
    display: flex;
    justify-content: center;
    gap: 10px;
}
footer .payments-line ul li{

}
footer .payments-line ul li i{
    color:#ffffff;
    font-size: 45px;
    font-size: 25px
}

footer .sub-footer nav{
    display: flex;
    justify-content: center;
    gap: 20px;
}
footer .sub-footer nav a{
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 14px;
    color: #ff6400
}
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
}

@media only screen and (max-width: 1190px) {
    footer .footer-blcs .footer-blc1 .logo img {
        width: 225px;
    }
    footer .footer-blcs .footer-blc1 ul li a i {
        font-size: 35px;
    }
    footer .footer-blcs .footer-blc1 ul li a i.icone-tripadvisor {
        width: 33px;
        height: 33px;
        background-size: 33px 33px;
    }
    footer .footer-blcs .footer-blc2 h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1090px) {
    footer .footer-blcs {
        flex-wrap: wrap;
    }

    footer .footer-blcs .footer-blc1, footer .footer-blcs .footer-blc2 {
        flex: 0 0 50%;
        padding-right: 10px;
        padding-left: 10px;
    }

    footer .footer-blcs .footer-blc1 p {
        max-width: 260px;
        margin: auto;
    }

    footer .footer-blcs .footer-blc3 {
        flex: 0 0 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    footer .footer-blcs > div {
        text-align: center;
    }

    footer .footer-blcs .footer-blc1 .underline {
        margin: auto;
    }

    footer .footer-blcs .footer-blc1 ul {
        justify-content: center;
    }

    footer .footer-blcs .footer-blc1 ul li:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 790px) {
    footer .sub-footer nav a {
        text-align: center;
    }
}
@media only screen and (max-width: 540px) {
    footer .footer-blcs .footer-blc1, footer .footer-blcs .footer-blc2 {
        flex: 0 0 100%;
    }
    footer .footer-blcs .footer-blc3 ul li {
        flex-basis: 100%;
    }
    footer .sub-footer nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        text-align: center;
    }
}

.int-slide{
    position: relative;
}
.int-slide .slide{
    display: flex;
    align-items: center;
}
.int-slide .slide .content{
    position: absolute;
    width: 100%;
    z-index: 10;
}
.int-slide .slide .content .content-text{
    text-align: center;
}
.int-slide .slide .content .content-text h1{
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 36px;
    color: #fefefe;
    text-transform: uppercase;
}
.int-slide .slide .content .content-text ul{
    display: flex;
    justify-content: center;
    margin-top: 16px
}
.int-slide .slide .content .content-text ul li{
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 20px;
    color: #f66402;
}
.int-slide .slide .content .content-text ul li a{
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 20px;
    color: #f66402;
}
.int-slide .slide .content .content-text ul li span{
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 16px;
    color: #f66402;
    margin: 0 5px
}
.int-slide .slide .image{
    position: relative;
    height: 200px;
    overflow: hidden;
}
.int-slide .slide .image .image-bg{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.int-slide .slide .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

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

.booking-highlights{
    width: 100%;
    background: #f9f9f9
}
.booking-highlights .container{
    display: flex;
    justify-content: space-between;
}
.booking-highlights .container > div{
    padding: 25px 0;
}

.booking-highlights .container > div .content-wrapper {
    display: inline-block;
    text-align: left;
}

.booking-highlights .container div h3{
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.booking-highlights .container div i{
    color: #f66402;
    font-size: 30px;
    margin-right: 10px
}
.booking-highlights .container div h4{
    font-size: 18px;
}

.booking{
    padding: 60px 0;
}
.booking .container .p-intro{
    width: 70%;
    text-align: center;
    margin: auto
}
.booking .container form{
    margin-top: 60px;
}
.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: 600;
    font-size: 28px;
    color: #f66402
}
.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: #f6f6f6;
    border-radius:10px;
    padding: 34px 20px 14px 22px !important;
    box-sizing: border-box;
    width: 100%
}
.booking .container form select{
    background: #f6f6f6;
    border-radius:10px;
    padding: 34px 20px 14px 22px;
    box-sizing: border-box;
    width: 100%
}
.booking .container form textArea{
    background: #f6f6f6;
    border-radius:10px;
    padding: 34px 20px 14px 22px;
    box-sizing: border-box;
    width: 100%
}

.booking form #addReturn{
    background: #f6f6f6;
    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;
    margin-top: 10px;
}

.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);
    justify-content: space-between;
}
.booking form .baby-childs small{
    font-size: 12px
}
.booking form .baby-childs input{
    border-radius: 5px;
    padding: 10px !important;
    width: 60px;
}

.booking form .form-cars{
    width: 100%;
    background: #f6f6f6;
    display: flex;
    /*align-items: center;
    text-align: center*/
    flex-direction: column;
    border-radius: 5px;
}

.booking form .form-cars h3{
    font-weight: 600;
    font-size: 24px;
    /*flex: 1*/
    text-align: center;
    padding-top: 10px;
}

.booking form .form-cars ul{
    display: flex;
    /*flex: 1;*/
    justify-content: space-around;
}

.booking form .form-cars ul li{
    padding: 15px 20px;
    margin-left: 1px
}

.booking form .form-cars ul li img{
    display: block;
    width: 180px
}

.booking form .form-cars ul li small{
    color: #afafaf;
    text-align: center;
    display: block;
    font-size: 12px
}

.booking form .form-cars ul li.active{
    /*background: #b2f2bb;*/
    border-bottom: 8px solid #53ed69;
}

.booking form .form-cars ul li.active small{
    color: #000000;
}

.booking form .map{
    height: 470px
}

.booking form .price{
    background: #000000;
    margin-top: 40px;
    border-radius: 10px;
    padding: 19px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.booking form .price h4{
    color:#ffffff;
    text-align:center
}
.booking form .price h4 output{
    color:#ffffff;
    text-align:center
}
.booking form .price h3{
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    display: block
}
.booking form .price h3 output{
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    display: block
}
.booking form .price h3 span{
    font-family: 'Montserrat', serif;
    font-weight: 800;
    font-size: 36px;
    color: #f66402;
    display: block
}

.booking form .row:not(:first-child) {
    margin-top: 33px;
}

.booking form .icone{
    margin: auto;
    display: block;
    height: 50px;
}

.booking form .payment h3{
    margin-bottom: 27px;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 28px;
    color: #000000;
}

.booking form .payment .form-full .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: 22px 20px 21px 22px;
    position: absolute;
    z-index: 3;
}

.booking form .payment .form-full label{
    position: absolute;
    z-index: 2
}

.booking form .payment .form-full button{
    background: #000000;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 19px 26px;
    font-family: 'Montserrat', serif;
    font-weight: 800;
    font-size: 26px;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    right: 0;
}

.booking form .payment .total .sub{
    /*display: flex;*/
    display: none;
    justify-content: space-between;
    margin-bottom: 5px;
}
.booking form .payment .total .sub span{
    font-size: 20px;
    font-weight: 600;
}
.booking form .payment .total .sub strong{
    font-size: 20px;
    font-weight: 700
}
.booking form .payment .total .tot{
    display: flex;
    justify-content: space-between;
}
.booking form .payment .total .tot span{
    color: #f66402;
    font-size: 24px;
    font-weight: 700
}
.booking form .payment .total .tot strong{
    font-size: 20px;
    font-weight: 700;
    color: #f66402
}

.booking form .payment .payment-methods{
    position: relative;
}

.booking form .payment .payment-methods span{
    position: absolute;
    background: #ffffff;
    padding: 0 2px;
    top: -11px;
    left: 30px;
    font-weight: 600;
}

.booking form .payment .payment-methods > div{
    width: 100%;
    border: 1px solid #afafaf;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    padding: 28px 0 13px 0;
    margin-top: 34px
}

.booking form .payment .payment-methods > div button{
    cursor: pointer;
    background-color: transparent;
    font-size: 12px;
    border-bottom: 5px solid #ffffff;
}

.booking form .payment .payment-methods > div button:hover{
    border-bottom: 5px solid #b2f2bb;
}

.booking form .payment .payment-methods > div button.active{
    border-bottom: 5px solid #53ed69;
}

.booking form .payment .payment-methods > div button img{
    height: 35px;
    display: block
}

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

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

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

.booking form .payment .booking-terms label{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0 35px
}

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

.booking form .payment .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 {
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 28px;
    color: #f66402;
}
.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: #f66402;
}

.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: #f9f9f9
}

.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 {
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 28px;
    color: #f66402;
}
.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-highlights{
    width: 100%;
    background: #efede7
}
.about-highlights .container{
    display: flex;
    justify-content: space-between;
}
.about-highlights .container > div{
    padding: 25px 0;
}

.about-highlights .container > div .content-wrapper {
    display: inline-block;
    text-align: left;
}

.about-highlights .container div h3{
    font-family: 'Montserrat', serif;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.about-highlights .container div i{
    color: #f66402;
    font-size: 30px;
    margin-right: 10px
}
.about-highlights .container div h4{
    font-size: 16px;
}

.about{
    padding: 60px 0;
}

.about .p-intro{
    width: 80%;
    text-align: center;
    margin: auto;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-weight: 500
}

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

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

.about .about-text h1{
    font-family: 'Montserrat', serif;
    font-size: 40px;
    color: #f66402;
    font-weight: 500;
    text-align: center
}

.about .underline{
    display: block;
    width: 160px;
    height: 2px;
    background: #000000;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 26px
}

.about .about-text strong{
    font-weight: 600;
}

.about .about-images{
    width:calc(50% - 20px);
}

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

.about .about-images .b-images{
    display: flex;
    justify-content: space-between;
    margin-top: 5px
}

.about .about-images .b-images .img-2{
    width: calc(50% - 5px)
}

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

.about-reviews{
    padding: 60px 0;
    width: 100%;
    background: #efede7
}

.about-reviews h2{
    font-family: 'Montserrat', serif;
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    text-align: center
}

.about-reviews .underline{
    display: block;
    width: 160px;
    height: 2px;
    background: #f66402;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 30px
}

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

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

.about-reviews ul li p i{
    color: #f66402;
    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-text h1{
    font-family: 'Montserrat', serif;
    font-size: 40px;
    color: #f66402;
    font-weight: 500;
    text-align: center
}

.contacts-text .underline{
    display: block;
    width: 160px;
    height: 2px;
    background: #000000;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 26px
}

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

.contacts-text .contact-option{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

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

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

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

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

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

.contacts-content .contacts-form .row{
    width: 100%;
}

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

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

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

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

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

.contacts-form 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;
}

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


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

.post{
    padding: 60px 0;
}

.post .post-intro h1{
    font-family: 'Montserrat', serif;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.post .post-intro .underline{
    display: block;
    width: 410px;
    height: 2px;
    background: #000000;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 26px;
}

.post .post-intro .p-intro{
    width: 80%;
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
    font-weight: 400
}

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

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

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

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

.post .post-content{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

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

.post .post-content .post-text h2{
    font-family: 'Montserrat', serif;
    font-size: 40px;
    color: #f66402;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px
}

.post .post-image{
    width:calc(50% - 20px);
}

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

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

.service{
    padding: 60px 0;
}

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

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

.service .service-content .service-text h2{
    font-family: 'Montserrat', serif;
    font-size: 40px;
    color: #f66402;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px
}

.service .service-image{
    width:calc(50% - 20px);
}

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

.service .service-text .service-btns{
    display: flex;
    justify-content: space-around;
    gap: 40px;
    margin-top: 40px;
}

.service .service-text .service-btns a{
    font-family: 'Montserrat', serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    width: calc(50% - 30px);
    text-align: center;
    border-radius: 10px;
}

.service .service-text .service-btns .btn-book{
    background: #000000;
}

.service .service-text .service-btns .btn-contacts{
    background: #f66402;
}

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

.terms{
    padding: 60px 0;
}

.terms h1{
    font-family: 'Montserrat', serif;
    font-size: 40px;
    color: #f66402;
    font-weight: 500;
    text-align: center
}

.terms span{
    display: block;
    width: 110px;
    height: 2px;
    background: #000000;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 26px
}

.terms p{
    font-size: 16px;
    font-weight: 400;
}

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

@media only screen and (max-width: 1390px) {
    .home-services ul li {
        width: calc(33% - 20px);
    }
    .home-services ul li h2 {
        font-size: 22px;
    }
    .home-services ul li p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1290px) {
    .booking form .payment .payment-methods > div button img{
        height: 30px;
    }
}
@media only screen and (max-width: 1190px) {
    .home-slide .content-text h1 {
        font-size: 48px;
    }
    .home-slide .how-it-works .map .points ul li.flex-end{
        flex-direction: row-reverse;
    }

    .home-slide .content-text{
        width: auto;
    }

    .booking .container .p-intro{
        width: 90%;
    }
    .booking .container form .row .col h2 {
        font-size: 26px;
    }
    .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: 80px;
    }*/
    .booking form .form-cars h3{
        font-size: 22px;
        flex: 0.5;
    }
    .booking form .payment h3{
        font-size: 26px;
    }
    .booking form .payment .form-full button{
        font-weight: 700;
    }

    .booking form .payment .payment-methods > div{
        flex-wrap: wrap;
        padding: 18px 0 3px 0;
    }
    .booking form .payment .payment-methods > div button{
        width: 33%;
        text-align: center;
        padding: 10px 0;
    }
    .booking form .payment .payment-methods > div button img{
        margin: auto;
    }

}
@media only screen and (max-width: 1090px) {
    .home-slide .content-text{
        min-width: 440px;
    }
    .home-slide .content-text h1 {
        font-size: 42px;
        font-weight: 700;
    }
    .home-services ul li h2 {
        font-size: 20px;
    }    
    .about .about-content{
        flex-direction: column;
    }
    .about .about-text h1 {
        font-size: 34px;
    }
    .about-reviews h2{
        font-size: 34px;
    }    
    .about .about-text,
    .about .about-images{
        width: 100%;
    }
    .about .about-text{
        margin-bottom: 30px;
    }
    .about-reviews ul{
        flex-direction: column;
        gap: 20px;
    }
    
    .contacts .contacts-text h1 {
        font-size: 34px;
    }    
    .terms h1 {
        font-size: 34px;
    }
    
    .post .post-content .post-text h2 {
        font-size: 34px;
    }
    .post .post-content{
        flex-direction: column-reverse;
        align-items: center;
    }
    .post .post-content .post-text,
    .post .post-content .post-image{
        width: 100%;
        margin-bottom: 20px;
    }

        .service .service-content .service-text h2 {
        font-size: 34px;
    }

    .service .service-content{
        flex-direction: column;
        align-items: center;
    }
    .service .service-content .service-text{
        width: 100%;
        margin-bottom: 20px;
    }
    .service .service-content .service-image{
        display: none;
    }
}
@media only screen and (max-width: 990px) {

    .home-slide .content-text{
        min-width: 340px;
    }

    .home-slide .how-it-works .map .points {
        width: 400px;
    }
    .booking-highlights .container div i{
        font-size: 28px;
    }
    .booking-highlights .container div h3{
        font-size: 16px;
    }
    .booking-highlights .container div h4{
        font-size: 16px;
    }
    
    .about-highlights .container div i{
        font-size: 28px;
    }
    .about-highlights .container div h3{
        font-size: 16px;
    }
    .about-highlights .container div h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 890px) {

    .home-slide .slide{
        align-items: flex-start;
    }
    .home-slide .content .container{
        flex-direction: column;
    }
    .home-slide .content-text{
        margin: auto;
        margin-top: 90px;
        margin-bottom: 20px;
    }
    .home-slide .content-text h2{
        font-weight: 700;
        font-size: 22px;
    }
    .home-slide .content-text h1{
        font-weight: 700;
        font-size: 26px
    }
    .home-slide .calculator{
        margin: 60px auto;
        width: 80%;
    }
    .home-slide .how-it-works {
        height: 283px;
    }
    .home-slide .how-it-works .map{
        height: 100%;
        display: flex;
        align-items: flex-end;
    }
    .home-slide .how-it-works .map .points{
        width: 80%;
        margin: 0 auto;
        padding-top: 0;
    }
    .home-slide .how-it-works .map .points h3{
        display: none;
    }
    .home-slide .how-it-works .map .points ul{
        height: auto;
    }
    .home-slide .how-it-works .map .points ul li{
        max-width: 100%;
    }
    .home-slide .how-it-works .map .points ul li .number {
        width: 30px;
        height: 30px;
        border: 3px solid white;
        font-size: 20px;
        font-weight: 700;
    }
    .home-slide .how-it-works .map .points ul li.center{
        margin-left: 0;
    }
    .home-reviews-places .container {
        flex-wrap: wrap;
    }
    .home-reviews-places .home-reviews {
        width: 100%;
        margin-bottom: 60px;
    } 
    
    .home-reviews-places .home-places {
        width: 100%;
    }
    .home-highlights .bg ul li {
        font-size: 20px;
    }
    .booking-highlights .container div h4{
        font-size: 14px;
    }
    .booking-highlights .container div i{
        font-size: 24px;
    }    
    .about-highlights .container div h4{
        font-size: 14px;
    }
    .about-highlights .container div i{
        font-size: 24px;
    }
    .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 form .baby-childs{
        width: calc(50% - 10px);
    }
    .booking form .map {
        height: 190px;
        margin-top: 40px;
    }
    .booking form .price{
        margin-bottom: 40px;
    }
    .booking form .price h3, .booking form .price h3 span{
        font-weight: 700;
    }
    .booking form .payment .payment-methods > div{
        flex-wrap: nowrap;
        padding: 18px 0 3px 0;
    }
    .booking form .row:not(:first-child){
        margin-top: 0;
    }
    
    .contacts .contacts-content{
        flex-direction: column;
        align-items: center;
    }
    
    .contacts .contacts-content .direct-contacts{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .contacts-text .contact-option {
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .contacts-text .contact-option i {
        font-size: 40px;
        margin-bottom: 10px;
    }
    
    .contacts-content .contacts-text,
    .contacts-content .contacts-form{
        width: 100%;
    }
    .contacts-content .contacts-text{
        margin-bottom: 30px;
    }
    
    .post .post-intro h1{
        font-size: 26px;
    }
    .post .post-intro .underline{
        width: 50%;
    }
    .post .post-intro .p-intro{
        font-size: 18px;
    }

}
@media only screen and (max-width: 790px) {
    .home-slide .content .container{
        padding: 0 10px;
    }
    .home-slide .how-it-works {
        /*height: 203px;*/
        height: 363px;
    }
    .home-slide .how-it-works .map .points{
        /*display: none;*/
        width: 95%;
    }
    
     .home-slide .how-it-works .map .points ul li{
        height: 50px;
    }
    
    .home-slide .how-it-works .map .points ul li.flex-end{
        text-align: right;
    }
    
    .home-slide .calculator{
        min-width: 100%;
    }

    .home-services ul {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .home-services ul li h2 {
        font-size: 26px;
    }
    .home-services ul li p {
        font-size: 16px;
    }
    .home-highlights .icone {
        height: 40px;
    }
    .home-highlights .bg ul li {
        font-size: 18px;
    }

    .booking-highlights .container{
        flex-wrap: wrap;
        justify-content: center;
    }

    .booking-highlights .container > div {
        padding: 10px 0;
        width: calc(50% - 15px);
        text-align: center;
    }
    
    .about-highlights .container{
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-highlights .container > div {
        padding: 10px 0;
        width: calc(50% - 15px);
        text-align: center;
    }

    .booking form .icone{
        height: 40px;
    }
    
    .post .post-intro .underline{
        display: none;
    }
    
    .post .post-intro .post-intro-btns {
        gap: 0;
        justify-content: space-around;
    }
    
    .post .post-intro .post-intro-btns a {
        width: calc(50% - 30px);
        text-align: center;
        padding: 10px 0;
    }
    
    .service .service-text .service-btns {
        gap: 0;
    }
}

@media only screen and (max-width: 690px) {

    .home-slide .calculator .calculator-content{
        padding: 20px 20px;
        top: -46px;
    }

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

    .home-services ul li {
        width: 90%;
    }
    .home-services ul li h2 {
        font-size: 24px;
    }
    .home-services ul li p {
        font-size: 14px;
    }
    .home-highlights .bg ul {
        flex-wrap: wrap;
    }

    .home-highlights .bg ul li {
        flex: auto;
        width: 100%;
        padding: 5px 0;
    }
    .int-slide .slide .content .content-text h1{
        font-size:32px;
    }
    .int-slide .slide .content .content-text ul{
        margin-top: 10px;
    }
    .booking form .payment .payment-methods > div button img{
        height: 25px;
    }
}

@media only screen and (max-width: 590px) {
    .home-services ul li {
        width: 100%;
    }
    .home-reviews-places .home-places ul li span {
        font-weight: 600;
    }
    .int-slide .slide .content .content-text h1{
        font-size:28px;
    }
    .int-slide .slide .content .content-text ul{
        margin-top: 5px;
    }
    .int-slide .slide .content .content-text ul li{
        font-size:18px;
    }
    .int-slide .slide .content .content-text ul li a{
        font-size:18px;
    }
    .int-slide .slide .content .content-text ul li span{
        font-size:14px;
    }
    .booking-highlights .container{
        flex-direction: column;
        align-content: space-around;
    }
    .booking-highlights .container > div{
        width: auto;
        text-align: left;
    }    
    .about-highlights .container{
        flex-direction: column;
        align-content: space-around;
    }
    .about-highlights .container > div{
        width: auto;
        text-align: left;
    }
    .booking .container form .row .form-half {
        width: 100%;
    }
    .flex-between {
        flex-wrap: wrap;
        gap: 20px;
    }
    .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 .payment .payment-methods > div{
        flex-wrap: wrap;
        padding: 18px 0 3px 0;
    }
    .booking form .payment .payment-methods > div button{
        width: 33%;
        text-align: center;
        padding: 10px 0;
    }
    .contacts-text .contact-option {
        width: 50%;
    }
}

@media only screen and (max-width: 490px) {
    .home-slide .content-text h2{
        font-size: 20px;
    }
    .home-slide .content-text h1{
        font-size: 21px;
    }
    .booking .container form .row .form-passengers{
        width: 100%;
    }
    .booking .container form .row .form-kids{
        width: 100%;
    }
    .booking form .baby-childs{
        width: calc(50% - 10px);
    }
    .booking form .form-cars{
        flex-wrap: wrap;
    }
    .booking form .form-cars h3{
        width: 100%;
        flex: none;
        margin-bottom: 10px;
    }
    .booking form .form-cars ul{
        width: 100%;
        flex: none;
    }
    .booking form .price h3, .booking form .price h3 span{
        font-weight: 600;
    }
    .booking form .price h3 span{
        font-size: 30px;
    }
    .booking form .price h3{
        font-size: 24px;
    }
    .booking form .payment .total .sub strong{
        font-size: 18px;
    }
    .booking form .payment .total .sub{
        font-size: 18px;
    }
    .booking form .payment .total .tot{
        font-size: 22px;
    }
    .booking form .payment .booking-terms{
        padding-left: 0;
    }
    .booking form .payment .booking-terms label{
        width: 80%;
    }
    .booking form .payment .btn-book{
        padding: 23px 75px;
    }  
    
    .booking form .form-cars ul li img {
        width: 120px;
    }
    
    .about .p-intro{
        width: 100%;
        font-size: 18px;
    }
    .about .about-text h1{
        font-size: 32px;
    }
    .about-reviews h2{
        font-size: 32px;
    }
    .about-reviews ul li{
        padding: 20px;
    }
    
    .contacts-text h1{
        font-size: 32px;
    }
    .contacts-text .p-intro{
        font-size: 14px;
    }
    .contacts-text .contact-option i{
        font-size: 30px;
    }
    .contacts-text .contact-option .phone a,
    .contacts-text .contact-option .phone span{
        font-size: 14px;
    }
    .contacts-form form .form-half {
        width: 100%;
    }
    .contacts-form form label{
        font-size: 13px;
    }
    .contacts-form form input,
    .contacts-form form textarea{
        padding: 24px 15px 10px 15px;
    }
    .contacts-form form .btn-book{
        font-size: 16px;
        padding: 18px 80px;
    }    
    .terms h1 {
        font-size: 32px;
    }
        .post .post-intro .post-intro-btns a{
        font-size: 16px;
    }
    .post .post-content .post-text h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .service .service-content .service-text h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .service .service-text .service-btns a{
        font-size: 16px;
    }

}
@media only screen and (max-width: 390px) {
    .contacts-text .contact-option {
            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;
}