/*   TYPE   */

h1, h2 {
    font-weight: 400 !important;
    margin: 20px 0;
}

h1 {
    font-size: 2.3em;
    font-weight: 700;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.2em;
    margin: 20px 0;
}

p {
    text-align: justify;
    font-weight: 700;
    font-size: .9em;
    line-height: 1.7;
}

li {
    font-weight: 700;
    font-size: .9em;
    line-height: 1.7;
}



a, :active, :focus {
    text-decoration: none !important;
    transition: all .4s ease-in-out;
    color: #08c;
}

.tick-list {
    list-style-image: url('../images/tick.png');
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.strong {
    font-weight: 700;
}

.void {
    margin: 20px 0 80px 0;
}

.white {
    color: #fff !important;
}

.gold {
    color: #a5947a;
}

.orange {
    color: #E95440;
}

.green-bg {
    background-color: #2aa82a; 
    color: #fff;
    color: #f0efea;
    text-align: center;
}

.orange-bg {
    background-color: #E95440;
    color: #fff;
    color: #f0efea; 
    text-align: center;
}

.red-bg {
    background-color: red; 
    color: #fff;
    color: #f0efea;
    text-align: center;
}

.black-bg {
    background-color: #000;
    color: #f0efea;
}

.black-bg.highlight h4 { 
    color: #a5947a;
}

.brown-bg {
    background-color: #a5947a;
}

.white_bg {
    background-color: #fff;
}

.gold {
    color: #a5947a !important;
}

.float-l {
    float: left;
}

.clear {
    clear: both;
}

.column {
    flex-direction: column !important;
}

a.btn {
    display: block;
    padding: 12px;
    color: #fff;
    color: #f0efea;
    background-color: #000;
    margin: 0 2px 0 0;
    font-weight: 700;
    margin: 15px auto;
    border-radius: 20px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    width: 150px;
    text-align: center;
}


a.btn:hover {
    background-color: #a5947a;
    color: #000;
}

div.btn-wrapper {
    margin-bottom: 15px;
}


.more-btn {
    background-color: #a5947a;
    font-weight: 700;
    color: #f0efea;
    padding: 12px;
    border-radius: 20px;
    transition: all ease-in-out .5s;
    margin: 20px 0;
    width: 120px;
    text-align: center;
}

a.more-btn:hover {
    color: #000;
}

/*  GENERIC CONTRUCTION  */

body {
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.5;
    background-color: #f0efea;
    color: #343434;
    line-height: 1.5;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


.wrapper {
    width: 100%;
}

.inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 35px;
    box-sizing: border-box;
}


.section-title {
    text-align: center;
}


/*  HEADER  */

header {
    background-color: #f0efea;
	padding: 20px;
	box-shadow: 2px 1px 10px #ddd;
}


.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.top-header-left {
    width: 25%;
    font-weight: 700;
    font-size: 90%;
}

.top-header-center {
    width: 50%;
    text-align: center;
}

.top-header-right {
    display: flex;
    justify-content: right;
    width: 25%;
    text-align: right;
}

@media(max-width:740px) {
    .t-h-l {
        display: none;
    }
}


.header-inner img {
    max-width: 240px;
}


.top-header-left img#header-whatsapp, .top-header-left img#header-viber {
    max-width: 19px;
    margin: 0 4px -6px 0;
}

.top-header-left img#header-phone {
    max-width: 12px;
    margin: 0 4px -4px 0;
}

.top-header-center img {
    max-width: 190px;
}

.top-header-right a#insta {
    margin: 0 12px -4px 0;
    cursor: pointer; 
}

.top-header-right a {
    color: #000;
    font-weight: 700;
}


.top-header-right a {
    color: #000;
    font-weight: 700;
    transition: all .7s ease-in-out;
}

.top-header-right a:hover {
    color: #E95440;
    color: #a5947a;
}


@media screen and (max-width: 400px) {
	a#insta {
	display: none !important;
	}
}


a#insta {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/insta.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all .7s ease-in-out;
}

a#insta:hover {
    background-image: url('../images/insta_hover.png');
}






/*  SLIDER  */

section#slider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


#slider-wrapper {
    display: flex;
    flex-direction: column;
    width: 100vw;
    overflow: hidden;
    height: 570px;
    height: auto;
    aspect-ratio: 16 / 6.3; 
    box-sizing: border-box;
    position: relative;
	padding: 130px 0 0 0 !important;
}


.slide {
    position:absolute;
    top: 0;
    left: 0;
    transition: opacity 2s ease-in-out;
    width: 100vw;
    height: auto;
    aspect-ratio: 16 / 6.3; 
}

#slide1 {
    z-index:4;
    opacity: 1;
    background-image: url('/assets/images/slider/slide1.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-size: contain;
}


#slide2 {
    z-index:3;
    opacity: 0;
    background-image: url('/assets/images/slider/slide2.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-size: contain;
}

#slide3 {
    z-index:2;
    opacity: 0;
    background-image: url('/assets/images/slider//slide3.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-size: contain;
}


img.arrow {
    z-index: 5;
    cursor: pointer;
    
}

img#arrow-back {
    width: 30px;
    position: absolute ;
    top: 50%;
    left: 30px;
   
}

img#arrow-next {
    width: 30px;
    position: absolute ;
    top: 50%;
    left: calc(100vw - 60px);
}

#thumbs-wrapper {
    position: absolute;
    bottom: 20px;
    left: calc(50vw - 200px);
    width: 435px;
    height: 74px;
    background-color: antiquewhite;
    padding: 1px 2px;
    z-index: 5;
}

.slide-container {
    max-width: 1140px;
    box-sizing: border-box;
    padding: 50px 50px 100px 50px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slide-container h1 {
    background-color: transparent !important;
    color: #fff !important;
    margin: 20px 0 30px 0;
    padding: 0;
    width: fit-content;
    font-size: 32pt;   
}

.slide-container h4 {
   background-color: transparent !important;
   color: #fff !important;
   margin: 20px 0 10px 0;
   padding: 0;
   width: fit-content;  
   font-size: 25pt;
   font-weight: 400;   
}

div.slide-container > p.read_more a:hover {
    background-color: #fff !important;
    color: #0a5 !important; 
}

@media(max-width: 760px) {
    #slider {
        display: none;
    }
}


div.slide-container > #form-wrapper form {
    padding: 10px 15px;
    border-radius: 20px;
}


#slider > #form-wrapper {
    max-width: 1080px;
    margin: -350px auto 90px auto;
    z-index: 1000;
    position: relative;
}


form {
    margin: 60px 0;
}

form div {
    margin: 0 7px;
}


label {
    font-weight:700;
    font-size: 90%;
    width: 200px;
}


#slider-form input, #slider-form select  {
    background-color: #F0F2F6;
    border: 1px solid #a5947a;
	border-radius: 8px;
	padding: 5px !important;
}




#slider-form input[type=submit] {
	margin: 0;
	padding: 8px 7px !important;
	background-color: #000;
	border: none;
	cursor: pointer;
	color: #fff;
    color: #f0efea;
    border-radius: 15px;
	transition: background-color ease-in-out .4s;
}


.booking-btn-slider {
    background-color: #a5947a;
    width: 170px;
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    color: #f0efea;
    transition: all ease-in-out .5s;
    cursor: pointer;
    margin: 30px 0 10px 0;
}

.booking-btn-slider:hover {
    color: #000;
}



#slider-form input[type=submit]:hover {
    background-color: #a5947a;
}


select {
	padding: 7px;
	font-size: 90%;
    border: none;
    border: 1px solid #F0F2F6;
    border-radius: 12px;
    padding: 10px 5px;

}



.error {
    background: #ffc9c5;
	padding: 7px;
	color: red;
	border-radius: 5px; 
}

.success {
	background: #B7FFB7;
	padding: 7px;
	width: 100%;
	color: green;
	border-radius: 5px;
}

button {
    padding: 10px;
    background-color: #eff2f3;
    border-radius: 3px 5px;
    cursor: pointer;
}

.form-item {
    display: flex;
    width: 70%;
    justify-content: flex-start;
    align-items: start;
    margin: 20px 0;
}




/*  TILES  */



.tiles-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
}

.tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 30%;
    min-height: 400px;
    margin: 25px 1%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    transition: all ease-in-out .4s;
}

  

#tile1 {
    background-image: url('../images/tiles/tile-1.jpg');
}

#tile2 {
    background-image: url('../images/tiles/tile-2.jpg');
}

#tile3 {
    background-image: url('../images/tiles/tile-3.jpg');
}

#tile4 {
    background-image: url('../images/tiles/tile-4.jpg');
}

#tile5 {
    background-image: url('../images/tiles/tile-5.jpg');
}

.tile-title {
    color: #fff;
    color: #f0efea;
    font-weight: 600;
    text-align: center;
}

a.tile:hover {
    background-blend-mode: lighten;
    background-color:#E95440;
    background-color: #a5947a;
}


@media(max-width: 750px) {
    .tiles-wrapper {
        justify-content: space-evenly;
    }    
        
    .tile {
        width: 40%;
        min-height: 350px;
    }
}

@media(max-width: 550px) {
    .tile {
        width: 70%;
        margin: 20px 0;
    }
}

@media(max-width: 450px) {
    .tile {
        width: 100%;
    }
}

/*  ANIMATIONS  */



.slide-up-1 {
    opacity: 0;
    transform: translateY(70px);
    transition: all 0.8s ease-out;
}

.slide-up-2 {
    opacity: 0;
    transform: translateY(90px);
    transition: all 1.2s ease-out;
}

.slide-up-3 {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1.4s ease-out;
}




 .show {
      opacity: 1;
      transform: translateY(0);
    }

/*  HOME PAGE  */


section {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

@media(max-width: 1140px) {
    section {
    padding-top: 30px !important;
    padding-bottom: 30px !important; 
    }

    h1 {
        margin: 25px 0 15px 0;
        font-size: 2em;
    }
}

@media(max-width: 760px) {
    section {
    padding-top: 20px !important;
    padding-bottom: 20px !important; 
    }

    h1 {
        margin: 15px 0 10px 0;
        font-size: 1.7em;
    }
}



#fleet {
    display: flex;
    justify-content: space-evenly;
}

#fleet-images {
    width: 50%;
    padding: 40px 2%;
    box-sizing: border-box;
}

@media(max-width:1140px) {
    #fleet-images {
    width: auto;
    }
}

#fleet img {
    float: left;
    border-radius: 10px;
}

#fleet-img-1 {
    width: 50%;
    margin: 0 2% 0;
}

#fleet-img-2 {
    width: 43%;
    margin: 0 0 10px 2%;
}

#fleet-img-3 {
    width: 43%;
    margin: 10px 0 0 2%;
}

#fleet-text {
    width: 50%;
    padding-left: 50px;
}

#fleet-text h1 {
    margin-top: 0 !important;
}

@media(max-width: 1140px) {
    #fleet-img-1 {
        width: 100%;
    }

    #fleet-img-2, #fleet-img-3 {
        display: none;
    }
}



@media(max-width: 750px) {
    #fleet-images {
        display: none;
    }

    #fleet-text {
        width: 100%;
        padding-left: 0;
    }
}

#how {
    display: flex;
    justify-content: space-evenly;
}

#how-image {
    width: 50%;
    padding: 0 2%;
    box-sizing: border-box;
}

#how img {
    max-width: 100%;
}

#how-text {
    width: 50%;
    padding-right: 50px;
}

#how-text p {
    border-left: 3px #a5947a solid;
    padding-left: 20px;
}

#how-text h1 {
    margin-top: 0 !important;
}

#how-text ul li {
    font-size: 1.2 em;
    font-weight: 700;
    list-style-type: circle;
}

.dot {
    height: 15px;
    width: 15px;
    border: 3px solid #a5947a;
    border-radius: 50%;
    display: inline-block; 
    margin: 0 12px -5px -7px;
}

#main {
    max-width: 94%;
    width: 1140px;
	margin: 0 auto 0 auto;
	padding: 30px 0 40px 0;
    min-height: calc(100vh - 215px);
}



@media(max-width: 1140px) {
    #how-image {
        padding-top: 10%;
    }
}

@media(max-width: 750px) {
    #how-image {
        display: none;
    }

    #how-text {
        width: 100%;
    }

}




@media(min-width:1140px) {
    .content {
        width: 90%;
    }
}




#top-lane {
    display: flex;
    justify-content: space-between;
}

/* FOOTER */

footer {
    margin: 0;
    background-color: #000;
    color: #f0efea;
    width: 100%;
}

#footer-top {
    border-bottom: 1px solid #f0efea;
    padding: 20px 0;
}

#footer-top-left {
    width: 50%;
    display: flex;
    justify-content: start;
    text-align: left;
    align-items: center;
}

#footer-top-right {
    width: 50%;
    display: flex;
    justify-content: end;
    text-align: right;
    align-items: center;
}

#logo_footer {
    max-width: 120px;
    margin-right: 30px;
}


footer a {
    color: #f0efea !important;
}
#phone_footer {
    width: 12px;
    margin: 0 0 -5px 0;
}


a#insta_footer {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/insta_hover.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all .7s ease-in-out;
    margin: 0 30px 0 10px;
}

a#insta_footer:hover {
    background-image: url('../images/insta.png');
}


#footer-top, #footer-midle, #footer-bottom {
    width: 100%;
    display: flex;
}


#footer-middle {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #f0efea;
}

#footer-middle-col-1, #footer-middle-col-2, #footer-middle-col-3 {
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

#footer-bottom {
    color: #f0efea;
    justify-content: center;
    padding: 30px 0;
}

#footer-middle a {
    transition: all ease-in-out .5s;
}

#footer-middle a:hover {
    color: #a5947a !important;
}


#footer-middle-col-3 img {
    max-width: 20px;
    margin-bottom: -4px;
}

#footer-btn a {
    background-color: #a5947a;
    color: #f0efea;
    padding: 12px;
    border-radius: 20px;
    transition: all ease-in-out .5s;
}

#footer-btn a:hover {
    color: #000 !important;
}

@media(max-width: 1140px) {
    #footer-middle-col-1 {
        display: none;
    }

    #footer-middle-col-2, #footer-middle-col-3 {
    width: 50%;
    }   

}

@media(max-width: 750px) {
    #footer-middle-col-2 {
        display: none;
    }

    #footer-middle-col-3 {
    width: 100%;
    }

    #footer-middle-col-3 h4, #footer-middle-col-3 p {
    text-align: center;
    }


    #footer-top-right {
        display: none;
    }

    #footer-top-left {
        width: 100%;
        justify-content: center;
    }

}

@media(max-width: 450px) {
    #logo_footer {
        display: none;
    }
}


/*  MAIN PAGE STATIC  */


.page-title-wrapper {
    background-color: #000;
    color: #a5947a;
}

.content-inner {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 40px 35px 100px 35px;
    box-sizing: border-box;
}

.content-single-col  {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 40px;
}



.two-columns  {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 100px;
    max-width: 90%;
    margin: 50px auto;
}

@media(max-width:760px) {
    .two-columns  {
        margin: 0 auto;
    }
}


.left-col-img, .left-col-txt {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-right: 50px;
}




.right-col-img, .right-col-txt {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-left: 50px;
}

.left-col-img img, .right-col-img img {
    max-width: 80%;
    border-radius: 20px;
    align-self: center;
}


@media(max-width: 900px) {
    .left-col-img, .right-col-img {
        width: 35%;
    }

    .left-col-txt, .right-col-txt {
        width: 65%;
    }

    .left-col-img img, .right-col-img img {
    max-width: 100%;
    }
}


@media(max-width: 600px) {
    .left-col-img, .right-col-img {
        display: none;
    }

    .left-col-txt, .right-col-txt {
        width: 100%;
        padding-left: 0;
        padding-right: 0; 
        margin: 10px 0;
    }

    .two-columns {
        margin: 0;
    }

    .content-inner {
        margin: 10px 0;
    }

}


.highlight {
    font-size: 130%;
    color: #a5947a;
    font-weight: 700;
}

.highlight ul {
    list-style-image: url('../images/tick.png');
}


.highlight h4 {
    color: #000;
}



@media (max-width: 900px) {
    .content-img {
        display: none;
    }

    .content-text {
        width: 100%;
        padding-right: 0;
    }
}



/*  CONTACT PAGE  */

#phone-contact, #viber-contact, #whatsapp-contact  {
    max-height: 20px;
    margin: 0 20px -5px 0;
}

#email-contact  {
    max-height: 35px;
    margin: 0 10px -12px -5px;
}



/*  FORM  */


#form-wrapper form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #f0efea;
    align-items: center; 
    padding: 20px;
    border-radius: 40px;
}


form div {
    margin: 0 10px;
}


label {
    font-weight:700;
    width: 200px;
}


input, textarea  {
    background-color: #F0F2F6;
    border: 1px solid #a5947a;
	border-radius: 12px;
	padding: 10px 5px;
    min-width: 250px;
    max-width: 90%;
}

input#pickup_date {
    min-width: 120px !important;
    width: 120px !important;
}


select {
	font-size: 90%;
    background-color: #F0F2F6;
    border: 1px solid #a5947a;
    border-radius: 12px;
    padding: 10px 5px;
    margin: 0;
}

div#boarding-time {
    margin: 0 !important;
}


input[type=submit] {
	margin: 0;
	padding: 12px;
	background-color: #000;
	border: none;
    min-width: 120px !important;
    width: 120px !important;
	cursor: pointer;
    color: #f0efea;
    border-radius: 20px;
	transition: background-color ease-in-out .4s;
}

span#hour, span#minute {
    margin: 5px 15px 5px 5px;   
    font-weight: 700;
}

@media(max-width:700px) {
    #boarding-time {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
}


input[type=submit]:hover {
    background-color: #a5947a;
}


.error {
    background: #7c1811;
	padding: 7px;
	color: #a5947a;
	border-radius: 5px; 
}

.success {
	background: #000;
	padding: 7px;
	width: 100%;
	color: #a5947a;
	border-radius: 5px;
}

button {
    padding: 10px;
    background-color: #eff2f3;
    border-radius: 3px 5px;
    cursor: pointer;
}

.form-item {
    display: flex;
    width: 70%;
    justify-content: flex-start;
    align-items: start;
    margin: 20px 0;
}

@media(max-width:900px) {
    .form-item {
        width: 95%;
    }
}

@media(max-width:700px) {
    .form-item {
        flex-direction: column;
    }
}



/*  PAGE NOT FOUND  */

.page-not-found-img {
    margin: 20px auto;
    max-width: 150px;
}


