/*
Theme Name: Tada
Author: Moov
Author URI: https://moov-agency.com/
Description: -
Version: 1.0

*/



* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
body,html {
    position: relative;
    height: 100%;
    background-color: #000000;
	scroll-behavior: smooth;

}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
span{
    color: #DBB310;
    font-weight: 700;
}
nav{
    position: fixed;
	top:0px;
    z-index: 99;
    height: 73px;
    width: 100%;
    background-color: rgba(0, 0, 0, 80%);
    padding-top: 14px;
    
}
.active{
	color:#fff;
}
nav ul{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
}
nav a{
    font-size: 16px;
    font-weight: 300;
    margin-right: 30px;
	
}
nav a:hover{
  font-weight: 700;
  border-bottom: solid 2px #DBB310;
  padding-bottom: 19px;
}
.services{
    text-align: center;
    margin-top: 140px;
}
h2{
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.services a{
    color: #DBB310;
    border: solid 2px #DBB310;
    padding: 12px 34px;
    font-size: 20px;
    font-weight: 700;
}
.services a:hover{
    color: #fff;
	background-color: #DBB310;
    border: solid 2px #DBB310;
    padding: 12px 34px;
    font-size: 20px;
    font-weight: 700;
	transition:0.5s;
}
.services ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    
    grid-column-gap: 50px;
    text-align: left;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 55px;
    margin-bottom: 50px;
}
.services ul li{
    display: flex;
    align-items: center;
    border:solid 2px #333;
    background-color: #141414;
    padding: 21px 20px 21px 20px;
    margin-bottom: 40px;
}
.services h4{
    
    font-size: 24px;
    font-weight: 700;
    margin-left: 24px;
}
.destinations{
    text-align: center;
    width: 100%;
    margin-top: 170px;
    background-image: url("https://crm-moov-agency.com/Tada/wp-content/uploads/2023/01/background.png");
	background-attachment:fixed;
    background-repeat: no-repeat;
    background-position-y: 120px;
    margin-bottom: 240px;
	height:1000px;
	background-repeat:repeat;
}
.destinations img{
    display: block;
    position:absolute;
	left:239px;
	top:2219px;
}
.fleet{
    margin-top: 70px;
}
.fleet h2{
    margin-bottom: 130px;
}











.mySlides {
    display: none;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.slide-info{
    position: absolute;
    top: 211px;
    left: 100px;
}
.slide-info h1{
    font-size: 60px;
    font-weight: 700;
    max-width: 500px;
    line-height: 70px;
    text-transform: uppercase;
}
.slide-info p {
    font-size: 16px;
    line-height: 24px;
    max-width: 530px;
    margin-bottom: 56px;
    margin-top: 35px;
    color: #e3e3e3;
}
.slide-info ul{
    display: flex;
    align-items: center;
    
}
.slide-info a{
    font-size: 20px;
    font-weight: 700;
    color: #DBB310;
    border: solid 2px #DBB310;
    padding: 12px 34px;
    margin-right: 35px;
}

/* The dots/bullets/indicators */
.hero-dot {
  height: 10px;
  width: 10px;
  border-radius:50%;
  margin: 0 2px;
  background-color: #bbb;
  
  display: inline-block;
  transition: background-color 0.6s ease;
}
.hero-dot-active{
    background-color: #fff;
}

/* The dots/bullets/indicators */
.dot {
  height: 2px;
  width: 30px;
  margin: 0 2px;
  background-color: #bbb;
  
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot-active{
    background-color: #DBB310;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}





.slider-container {
    text-align: center;
  }
  
  .slider-wrap {
    display: flex;
    justify-content: space-evenly;
  }
  
  .slider-card {
    
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    opacity: 40%;
    width: 360px;
  }
.slider-card:hover{
	width: 360px;
    height: 245px;
    border-radius: 31px;
    opacity: 100%;
	background-color: #DBB310;
}
  .card-image{
    position: relative;
    bottom: 50px;
  }
  .card-content{
    margin-top: -25px;
  }
  .card-content h3,.card-content p,.card-content a{
    font-size: 20px;
    font-weight: 700;
    vertical-align: 10px;
  }
  .card-content h3{
    margin-bottom: 15px;
  }
  .card-content a{
    text-decoration: underline;
  }
  .card-content ul{
    display: flex;
    justify-content: space-evenly;
  }
  
  .active p, .active a{
    color: #fff;
  }
  .slider-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .cities h3{
    font-size: 20px;
    text-decoration: underline;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 2585px;
    left: 636px;
    color: #DBB310;
}
  .cities h5{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
  }
  .cities h5:nth-child(2){
    left: 574px;
    top: 2481px;
  }
  .cities h5:nth-child(3){
    left: 549px;
    top: 2502px;
  }
  
  .cities h5:nth-child(4){
    left: 529px;
    top: 2556px;
  }
  .cities h5:nth-child(5){
    left: 445px;
    top: 2535px;
  }
  .cities h5:nth-child(6){
    left: 552px;
    top: 2637px;
  }
  .cities h5:nth-child(7){
   left: 685px;
    top: 2557px;
  }
  .cities h5:nth-child(8){
    left: 683px;
    top: 2716px;
  }
  .cities h5:nth-child(9){
    left: 644px;
    top: 2512px;
  }
  .cities h5:nth-child(10){
    left: 638px;
    top: 2679px;
  }
.cities h5:nth-child(11){
    left: 479px;
    top: 2833px;
  }
.cities h5:nth-child(12){
    left: 715px;
    top: 2632px;
  }
.contact ul{
    display: flex;
    align-items: flex-start;
    margin-top: 150px;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px;
}
.contact h2{
    width: 450px;
    text-align: left;
    margin-bottom: 5px;
}
.contact p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.contact form{
    width: 450px;
    margin-top: 25px;
}

.contact-info h5{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #DBB310;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 20px;

}
.contact-info p{
    max-width: 165px;
}
.contact textarea{
  background-color: #404040;
  max-width: 450px;
  min-width: 450px;
  max-height: 105px;
  min-height: 105px;
  padding-left: 10px;
  padding-top: 15px;
  border: none;
  margin-bottom: 20px;
  
}
input[type=text]{
  background-color: #404040;
  width: 200px;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-bottom: 20px;

}
input[type=email]{
  background-color: #404040;
  width: 200px;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-bottom: 20px;

}
form p{
	display: flex;
    justify-content: space-between;
}
input[type=tel]{
  background-color: #404040;
  width: 200px;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-bottom: 20px;

}
input[type=submit]{
  background-color: transparent;
  color: #DBB310;
  border:solid 2px #DBB310;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 34px;

}
input:hover[type="submit"]{
  background-color: #DBB310;
  color: #fff;
  border:solid 2px #DBB310;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 34px;
transition:0.5s;
}

footer{
  margin-top: 140px;
  height: max-content;
}

footer ul{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 30px;
  border-bottom: solid 2px #DBB310;
  margin-bottom: 25px;
}
footer h5{
  color: #4CAF4E;
  font-size: 26px;
  font-weight: 700;
	display:flex;
	align-items:center;
}
#desktop-links a{
  font-weight: 300;
  margin-right: 30px;
}
footer h3{
  color: #DBB310;
  text-align: center;
  font-size: 14px;
  height: 80px;

}
/* Slideshow container */
.quotes-container {
  position: relative;
  width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Slides */
.quotes {
  display: none;
  margin-left: 80px;
  margin-right: 80px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 45px
}

/* next-quote & prev-quoteious buttons */
.prev-quote, .next-quote {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 5px 10px;
  background-color: #DBB310;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  
  user-select: none;
}

/* Position the "next-quote button" to the right */
.next-quote {
  z-index:22;
  right: 0;
  
}



/* The quote-dot/bullet/indicator container */
.quote-dot-container {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* The quote-dots/bullets/indicators */
.quote-dot {
  cursor: pointer;
  opacity: 50%;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: 0.6s ease;
  margin-right: 5px;
  margin-left: 5px;
}

/* Add a background color to the quote-active quote-dot/circle */
.quote-active {
  opacity: 100%;
  width: 118px;
}
.partners{
  margin-top: 200px;
  margin-bottom: 40px;
 
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.partners-container {
	
	overflow:hidden;
}
/* partners */
.myPartner {
  display: none;
  margin-top: 60px;
  margin-bottom: 0px;
  text-align: center;
  height:105px;
  
}



/* next-partner & prev-partnerious buttons */
.prev-partner, .next-partner {
  cursor: pointer;
  position: relative;
  top: 50px;
  left: 44%;
  width: auto;
  margin-top: -30px;
  transition:all 0.5s ease-in-out;
  transform:translateX(-100%);
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  background-color: transparent;
  user-select: none;
}

/* Position the "next-partner button" to the right */
.next-partner {
  position: relative;
  left: 54%;
  top:50px
}



/* The partner-dot/bullet/indicator container */
.partner-dot-container {
    text-align: center;
    padding: 20px;
    
}

/* The partner-dots/bullets/indicators */
.partner-dot {
  cursor: pointer;
  height: 1px;
  width: 30px;
  margin: 0 2px;
  background-color: #bbb;

  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active partner-dot/circle */
.partner-active{
  background-color: #DBB310;
}
.myPartner img{
	max-width:120px!important;
	max-height:50px;
	margin-left:40px;
	margin-right:40px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.partner{
	width:120px !important;
}
.partner img{
	max-width:120px;
	max-height:50px;
	object-fit: cover;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.owl-item{
	width:120px !important;
	height:50px;
	background-color:transparent !important;
	

}
.carousel-2{
	width:80px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.owl-carousel .owl-item img {
    display: block;
	width:unset !important ;
	margin-left:auto;
	margin-right:auto;
    
}
.wpcf7 {
	position: relative;
    
}
#whatsup-icon{
	margin-right:5px;
	width: 24px;
}
#fleet{
	height: 451px;
}
#owl-partners{
	width:1200px;
}
#location{
	width:500px;
}
#lion{
	position: absolute;right: 0px;top: 3182px;
}
#quote{
	position: absolute;left: 41%;top: -264px;
}
@media only screen and (max-width: 600px){
	#logo{
		width:120px;
	}
	#lion {
    position: absolute;
    right: 0px;
    top: 3320px;
    width: 90%;
}
	#quote {
    position: absolute;
    left: 25%;
    top: -214px;;
}
	.services a:hover{
   
    border: none;
    
}
	
	.quotes {
    display: none;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    margin-bottom: 43px;
    margin-top: 37px;
}
	
	nav{
		height:40px;
		padding-top:7px;
	}
	nav ul{
		margin-left:20px;
		margin-right:20px;
		
	}
	.mySlides img{
		height:320px;
		object-fit:cover;
	}
	.slide-info {	
    	top: 74px;
    	left: 20px;
	}
	.slide-info img{
		height: 20px;
	}
	.slide-info h1{
		font-size: 26px;
    	max-width: 261px;
    	line-height: 32px;
	}
	.slide-info p{
		margin-top:5px;
		margin-bottom:10px;
		font-size:12px;
		line-height:16px;
		max-width:80%;
	}
	.slide-info a{
		font-size:12px;
		padding: 10px 15px;
	}
	#whatsup-icon{
		width:unset;
		height:14px;
	}
	.slider-wrap{
		display:block;
	}
	.card-image img{
		height:144px;
		max-width: 283px;
	}
	.fleet h2{
		margin-bottom:90px;
	}
	.card-content{
		margin-top:-45px;
	}
	.card-content h3{
		margin-bottom:5px;
	}
	.slider-card{
		height:175px;
		margin-bottom:100px;
		margin-left:0px;
		width:90%;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.slider-card:hover{
		height:175px;
		width:90%;
	}
	#fleet{
		height: unset;
	}
	.services{
		margin-top:50px;
	}
	.services ul{
		display: grid;
    	grid-template-columns: repeat(1, 1fr);
    	grid-column-gap: 10px;
    	text-align: left;
    	margin-left: 20px;
    	margin-right: 20px;
    	margin-top: 50px;
    	margin-bottom: 50px;

	}
	.services ul li {
    display: flex;
    align-items: center;
    border: solid 2px #333;
    background-color: #141414;
    padding: 10px;
    margin-bottom: 10px;
    height: 120px;
	}
	#mesh-destination{
		width:80%;
	}
	.destinations{
		background-repeat:repeat;
		margin-top:50px;
		margin-bottom:50px;
		height:780px;
		   
		
	}
	#map-wrap{
		 width: 100%;
    overflow: hidden;
    position: relative;
	}
	.destinations img {
    display: block;
    position: relative;
    left: -118px;
    top: 0;
    width: 800px;
}
	.cities h3 {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 2703px;
    left: 187px;
    color: #DBB310;
}
	.cities h5{
		font-size:12px;
	}
	.cities h5:nth-child(5) {
    left: 35px;
    top: 2664px;
}
	.cities h5:nth-child(6) {
   left: 121px;
    top: 2738px;
}
	.cities h5:nth-child(8) {
    left: 223px;
    top: 2805px;
}
	.cities h5:nth-child(11) {
   left: 72px;
    top: 2893px;
}
	.cities h5:nth-child(4) {
    left: 97px;
    top: 2680px;
}
	.cities h5:nth-child(3) {
    left: 110px;
    top: 2639px;
	
}
.cities h5:nth-child(2) {
    left: 128px;
    top: 2620px;
}
	.cities h5:nth-child(9) {
   left: 195px;
    top: 2644px;
}
	
	
	
	
	.contact-info h5 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #DBB310;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
}
	
	
	
	
	
	
	.contact{
		width:100%;
	}
	.contact ul{
		flex-direction: column-reverse;
		margin-left: 20px;
    	margin-right: 20px;
		margin-top:0px;
	}
	#contact-info{
		flex-direction:row;
	}
	.contact form{
		width:100%;
	}
	.contact h2{
		width:100%;
		font-size:30px;
	}
	.contact p{
		width:100%;
		font-size:14px;
		display:block;
	}
	input[type=text]{
		width:100%;
	}
	.contact textarea{
  background-color: #404040;
  max-width: 100%;
  min-width: 100%;
  max-height: 105px;
  min-height: 105px;
  padding-left: 10px;
  padding-top: 15px;
  border: none;
  margin-bottom: 20px;
  
}
	input[type=email]{
		width:100%;
	}
	input[type=tel]{
		width:100%;
	}
	#desktop-links{
		display:none;
	}
	.partners{
		width:100%;
		overflow:hidden;
		
	}
	#owl-partners{
	width:100%;
}
	.quotes-container{
		width:100%;
		
	}
	

	
	
	
	
	
	
	q{
		font-size:12px;
	}
	#location{
		width:100%;
	}
	.cities h5:nth-child(10) {
        left: 191px;
    top: 2774px;
}
	.cities h5:nth-child(7) {
    left: 226px;
    top: 2681px;
}
	.cities h5:nth-child(12) {
    left: 268px;
    top: 2749px;
}
	footer ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
    border-bottom: solid 2px #DBB310;
    margin-bottom: 25px;
}
	footer h5 {
    color: #4CAF4E;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
	.owl-item{
		margin-left:-100px;
	}

	.services h4 {
    font-size: 18px;
    font-weight: 700;
    margin-left: 24px;
}
	.wpcf7 {
    position: relative;
    bottom: 20px;
}
}
.sidenav {
    height: 80%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0s;
    padding-top: 160px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.1s;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
  }
  
  nav a:hover{
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0px;
}
  
  .sidenav .closebtn {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
	  color:#fff;
  }
  .sidenav h5{
    padding-left: 32px;
	  font-size:20px;
    
}
#links-mobile{
	
		color:#DBB310;
	}
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
@media only screen and (min-width: 600px){
	#links-mobile{
		display:none;
		color:#DBB310;
	}
}
.screen-reader-response ul{
	display:none;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* tablet-specific styles */
	#desktop-links{
		display:none;
	}
	.services ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 55px;
    margin-bottom: 50px;
}
	.services ul li {
    display: flex;
    align-items: center;
    border: solid 2px #333;
    background-color: #141414;
    padding: 21px 20px 21px 20px;
    margin-bottom: 40px;
    height: 140px;
}
	.partners{
		width:100%;
		overflow:hidden;
	}
	#location {
    width: 44%;
}
	.contact ul {
    display: flex;
    align-items: flex-start;
    margin-top: 150px;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}
	#map-wrap{
		 width: 100%;
    overflow: hidden;
    position: relative;
	}
	.destinations img {
    display: block;
    position: relative;
    left:-100px;
    top: 0;
    
}
	.mySlides img{
		object-fit:cover;
		height:630px;
	}
	.slide-info img{
		height:20px;
	}
	footer ul{
		margin-left: 20px;
    margin-right: 20px;
	}
	nav ul{
		margin-left: 20px;
    margin-right: 20px;
	}
	.card-image img {
    height: 144px;
    width: 90%;
	object-fit: contain
}
	#lion{
		top: 3446px;
	}
	.cities h3 {
    font-size: 20px;
    text-decoration: underline;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 2585px;
    left: 292px;
    color: #DBB310;
}
	.cities h5:nth-child(2){
   left: 234px;
    top: 2489px;
  }
  .cities h5:nth-child(3){
    left: 198px;
    top: 2513px;
  }
  
  .cities h5:nth-child(4){
   left: 190px;
    top: 2565px;
  }
  .cities h5:nth-child(5){
    left: 113px;
    top: 2541px;
  }
  .cities h5:nth-child(6){
   left: 217px;
    top: 2637px;
  }
  .cities h5:nth-child(7){
   left: 342px;
    top: 2562px;
  }
  .cities h5:nth-child(8){
    left: 343px;
    top: 2720px;
  }
  .cities h5:nth-child(9){
  left: 313px;
    top: 2518px;
  }
  .cities h5:nth-child(10){
    left: 311px;
    top: 2679px;
  }
.cities h5:nth-child(11){
    left: 147px;
    top: 2833px;
  }
.cities h5:nth-child(12){
    left: 396px;
    top: 2648px;
  }
	.contact form {
    width: 411px;
    
}
	.contact textarea {
    background-color: #404040;
    max-width: 410px;
    min-width: 410px;
    max-height: 105px;
    min-height: 105px;
    padding-left: 10px;
    padding-top: 15px;
    border: none;
    margin-bottom: 20px;
}
	.contact h2 {
    width: 410px;
    text-align: left;
    margin-bottom: 5px;
}
}
