html{
    scroll-behavior: smooth;
}

/* colors
    green: #00a619
    yellow: #ffd03c
    red: #ee3f32
*/

/* reggae-one-regular - latin */
@font-face {
  font-family: 'Reggae One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/reggae-one-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/reggae-one-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/reggae-one-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/reggae-one-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/reggae-one-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/reggae-one-v14-latin-regular.svg#ReggaeOne') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/quicksand-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/quicksand-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/quicksand-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/quicksand-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/quicksand-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/quicksand-v30-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/quicksand-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/quicksand-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/quicksand-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/quicksand-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/quicksand-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/quicksand-v30-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/quicksand-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/quicksand-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/quicksand-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/quicksand-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/quicksand-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/quicksand-v30-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}


body{
    display: block;
    width: 100%;
    margin: auto;
    padding: 0px;
    margin-bottom: 0px !important;
    overflow-x: hidden;
    background: #f0f0f0;
    font-family: 'Quicksand' !important;
}

input[type='date'], input[type='time'] {
    -webkit-appearance: none;
}


a[href^="tel"] {
    color: inherit;
    text-decoration: none;
  }

.show-mobile{
    display: none;
}

.text-xl{
    font-size: 75px;
    line-height: 80px;
}

.text-shadow{
    text-shadow: 1px 1px 2px black;
}

.font-fancy{
    font-family: 'Reggae One' !important;
}

p{
    font-size: 17px;
}

.border-bottom{
    border-bottom: solid 1px silver;
}

.border-bottom-one{
    border-bottom: solid 2px black;
}

.border-grey{
    border: solid 1px silver;
    border-radius: 14px;
}

img{
    height: auto;
    width: 100%;
}

nav{
    min-height: 50px;
    background: none;
    padding: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border-bottom: solid 1px #ee3f32;
}

.social-links{
    border-bottom: solid 1px #ffd03c;
}

.social-links a{
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-brand{
    padding: 5px;
    color: #00A619 !important;
}
.navbar-brand img{
    width: 150px;
}

.nav-item{
    min-width: 55px;
}

.nav-link{
    color: black !important;
    font-size: 17px !important;
    padding-bottom: 4px;
    border-bottom: solid 2px rgba(0,0,0,0);
    padding-top: 4px;
     border-top: solid 2px rgba(0,0,0,0);
}

.nav-link:hover{
    border-bottom-color: #ffd03c !important;
    border-top-color: #00A619 !important;
}

.nav-item{
    margin-right: 35px !important;
}

.nav-item-bottom{
    display: block;
    opacity: 0;
    width: 80%;
    margin: auto;
    height: 3px;
    border-radius: 50px;
    background: #00A619;
}

#myNavbar .nav-link{
    color: black;
    min-height: 40px;
    padding-top: 20px;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 5px;
}

.nav-item .btn{
    margin-top: 10px;
}

.nav-item .btn:hover{
    background: black !important;
    border-color: black !important;
    transition: .3s ease !important;
}

ul{
    padding: 0px;
}

.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.bold{
    font-weight: 800 !important;
}

.italic{
    font-style: italic !important;
}

.overflow-top{
    margin-top: -100px !important;
}

.cursor-pointer{
    cursor: pointer;
}

.uppercase{
    text-transform: uppercase;
}


.background{
    display: block;
    width: 100%;
    margin: auto;
    overflow-x: hidden;
}

.background-lg{
    min-height: 700px;
}

.background-md{
    min-height: 550px;
}

.background-sm{
    min-height: 250px;
}

.background-xs{
    min-height: 80px;
}

.padded-top-lg{
    padding-top: 100px;
    padding-bottom: 100px;
}

.padded-top-sm{
    padding-top: 15px;
    padding-bottom: 15px;
}

.padded-top-xs{
    padding-top: 7px;
}
.padded-full-lg{
    padding: 40px !important;
}

.padded-full-sm{
    padding: 20px !important;
}

.hero-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


@keyframes fade-top{
    from{opacity: 0;}
    to{opacity: 1;}
}

.home-hero{
    background-image: url('../img/hero1-lg.webp');
    background-position: center;
}

.home-hero .hero-bg-overlay{
    padding-top: 50px;
}


.tours-hero{
    background-image: url('../img/tours-lg.jpg');
    background-position: center;
}

.hero-bg-overlay{
    background: linear-gradient(to top, rgba(0,0,0, 0.65), rgba(0,0,0, 0.35));
    color: white;
}

.hero-bg-overlay1{
    background: linear-gradient(to bottom left, rgba(0,0,0, 0.8), rgba(1, 79, 13, 0.3));
    color: white;
}

.hero-plane1{
    background-image: url('../img/plane1-md.jpg');
}

.hero-travel1{
    background-image: url('../img/jamaica1.jpg');
}

.hero-travel2{
    background-image: url('../img/aruba1.jpg');
}

.hero-travel3{
    background-image: url('../img/cancun.jpg');
}

.overlay-pad-top-extra{
    padding-top: 100px;
}

.background-primary{
    background-color: #00A619;
    color: white;
}

.background-two{
    background-color: #ffd03c;
    color: black;
}

.background-one{
    background: linear-gradient(to bottom right, #00a619, #074f12);
    color: white;
}

.background-dark{
    background: linear-gradient(to bottom right, #050507, black);
    color: white;
}

.background-white{
    background-color: white !important;
    color: black !important;
}


.search-img{
    width: 40px;
}

.btn{
    border-radius: 50px !important;
    padding: 10px 50px !important;
}

.btn-one{
    background: none !important;
    color: inherit !important;
    border-color: #00A619 !important;
}

.btn-two{
    background: #00A619 !important;
    color: white !important;
    border-color: #00A619 !important;
}

.btn-three{
    background: #ffd03c !important;
    color: black !important;
    border-color: #ffd03c !important;
}

.btn-full{
    width: 100%;
}

.text-one{
    color: #00A619;
}

.text-two{
    color: #ffd03c;
}

.text-three{
    color: #ee3f32;
}

.text-grey{
    color: grey;
}

.text-silver{
    color: silver;
}

.border-one{
    border: solid 1px #00A619;
}

.border-two{
    border: solid 1px #00A619;
}


#searchForm{
    position: relative;
    z-index: 100;
    
}

.trip-type-btn{
    font-size: 14px !important;
    padding: 7px 12px !important;
    outline: none !important;
}

.trip-type-btn:focus, .trip-type-btn:active{
    outline: none !important;
    box-shadow: none;
}

.search-location-list{
    padding: 0px;
    list-style-type: none;
    width: 100%;
    max-width: 250px;
    position: absolute;
    z-index: 5;
    height: 100px;
    overflow-y: scroll;
}


.search-location-list li{
    display: none;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 8px;
    background: white;
    border: solid 1px silver;
    border-bottom: none;
}

.search-location-list li:last-child{
    border-bottom: solid 1px silver;
}

.search-location-list li:hover{
    background: #00a619;
    color: white;
    transition: .3s ease;
}

#search-to-area{
    position: relative;
}

#search-swap{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffd03c;
    position: absolute;
    right: -23px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    bottom: 10px;
}

#search-swap i{
    display: block;
    width: 100%;
    margin: auto;
    color: black;
    font-size: 10px;
}

.border-none{
    border: none !important;
}

.departing-flights, .returning-flights, .reserve-flights{
    display: none;
}

.reservation-progress-bar{
    height: 12px;
    width: 80%;
    display: block;
    margin: auto;
    background: silver;
    padding: 0px;
    border-radius: 50px;
}

.reservation-progress{
    height: 12px;
    width: 25%;
    background: #00A619;
    border-radius: 50px;
    transition: .3s ease;
}

.fade-content{
    overflow-y: hidden;
    opacity: 0;
    min-height: 105px;
}

.fade-1{
    animation-name: fade1;
    animation-duration: .5s;
    animation-iteration-count: 1;
    overflow-y: hidden;
    padding-bottom: 5px;
}

@keyframes fade1{
    from{padding-top: 20px; padding-bottom: 0px; opacity: 0;}
    to{padding-top: 0px; padding-bottom: 5px; opacity: 1;}
}

form{
    padding: 20px;
}

form input, form select, form textarea{
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    padding: 14px;
    background: white !important;
    -webkit-border: solid 1px silver;
    -moz-border: solid 1px silver;
    color: black;
    border: solid 1px silver;
    border-radius: 5px !important;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

.input-section{
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    background: white !important;
    -webkit-border: solid 1px silver;
    -moz-border: solid 1px silver;
    color: black;
    border: solid 1px silver;
    border-radius: 5px !important;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

.input-section input{
    margin: 0px;
}

form input:focus, form select:focus, form textarea:focus{
    border-left-color: #00A619;
}

form input, form select{
    height: 50px;
    -moz-height: 50px;
    -webkit-height: 50px;
    min-height: 50px;
    font-size: 15px;
}

select option {
  background-color: white;
  color: black;
  font-weight: bold;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

#select-lang{
    width: 150px !important;
}

form textarea{
    height: 200px !important;
}

footer{
    padding-top: 40px;
    margin-bottom: 0px;
    border-top: solid 1px #ee3f32;
    background-image: url('../img/palms-lg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.footer-links{
    margin-top: 25px;
    text-align: center;
    color: #ee3f32;
}

.footer-links a{
    font-size: 20px;
    margin: 10px;
    color: #ee3f32;;
}

.footer-links a:hover{
    color: grey;
    text-decoration: none;
}

#whatsapp{
    position: fixed;
    height: 75px;
    width: 75px;
    bottom: 25px;
    right: 25px;
    z-index: 1;
}


@media screen and (max-width: 990px){

    .hero-plane1{
        background-image: url('../img/plane1-sm.jpg');
    }
    
    .home-hero{
        background-image: url('../img/hero1-md.webp');
        background-position: center;
    }
    
    .tours-hero{
        background-image: url('../img/tours-md.jpg');
    }
    
    footer{
         background-image: url('../img/palms-md.jpg');
         background-size: 800px 500px;
    }
   
}

@media screen and (max-width: 768px){
    
    .home-hero{
        background-image: url('../img/hero1-sm.webp');
        background-position: center;
    }

    
    .nav-item{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .navbar-brand img{
        width: 95px;
    }
    
    .nav-link{
        font-size: 30px;
    }

    .show-mobile{
        display: block;
    }
    
    .hero-plane1 .overlay-pad-top-extra{
        padding-top: 40px;
    }
    .navbar-nav{
        padding-left: 25px !important;
    }
    
    .home-hero .h1{
        font-size: 40px !important;
        line-height: 35px !important;
    }
    
    #searchForm .flex-fill{
        width: 50% !important;
    }
    #searchForm{
        padding: 2px !important;
    }
    #searchForm .h5 i{
        font-size: 15px !important;
        transform: translateY(-2px);
    }
    .search-label{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .search-area{
        display: block;
        width: 100%;
        flex: 100%;
    }
    
    #search-swap{
        bottom: 4px;
    }
    
    #search-swap i{
        font-size: 9px;
    }
    
        
    #whatsapp{
        position: fixed;
        height: 55px;
        width: 55px;
        bottom: 15px;
        right: 15px;
        z-index: 1;
    }
    
    input, select{
        width: 100%;
        -webkit-width: 100%;
        -moz-width: 100%;
        margin: 0px;
    }
    
    /*
    #searchForm input[type="date"], #searchForm input[type="time"] {
        display: block;
        width: 300px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: auto;
        padding-top: 8px !important;
    }
    */
    
    .input-section{
        padding-top: 10px;
        padding-left: 2px;
    }
    
    .mobile-center{
        text-align: center;
    }

    .no-mobile{
        display: none;
    }
    
    footer img{
        display: block;
        width: 150px;
        margin: auto;
    }
    
    .footer-links a{
        display: block;
        width: 100%;
        margin: auto;
    }
    footer{
         background-image: url('../img/palms-sm.jpg');
    }

}