/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    color: #555 !important;
    background: #F5F5F5 !important;

}

.top-bar {
    background: #2a2a2a;
    padding: 30px;
    padding-bottom: 40px;
    color: white !important;
    border-bottom: 1px solid #00191C;
}

.navbar{
background-color: rgba(255, 255, 255, 0.719)!important;
    margin-top: 20px;
      border-radius: 30px; 
    padding: 10px 20px; 

    box-shadow: none;
    background-color: transparent!important;
    margin-bottom: -10em;
    position: relative;
    z-index: 15;

}

.navbar .navbar-nav .nav-link {
    color: white !important;
    font-size:1em;
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}



.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(0, 0, 0);
    border-bottom: 1px solid black;
      font-size: 1em;
}

.navbar .navbar-nav .nav-link:hover {
    color: #808080 !important;

    transition: 0.2s ease-in-out;

}

.navbar-logo-centered .navbar-nav .nav-link {
    padding: .5em 1em;
}

.btn{
    background-color:#fdb813;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  font-size: 15px;
}

.btn:hover{
    background-color:#2a2a2a;
    color: #fdb813;
}

.btn1{
    background-color:#fdb813;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  font-size:20px;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 60px;
}

.btn1:hover{
    background-color:#2a2a2a;
    color: #fdb813;
}
.fa-phone{
     color: #fdb813;
}


.carousel-text{
    text-align: center;
    font-size: 85px;
    margin-bottom: 50px;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.header-p{
text-align: center;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
color: rgba(255, 255, 255, 0.808);
font-size: 30px;
margin-bottom: 60px;
margin-top: 40px;
}

.carousel-item.bg-slide {
  height: 100vh;            
  width: 100%;
  background-size: cover;    
}

.slide1 { 
   background: url('../img/background.jpg')rgba(0, 0, 0, 0.44);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

   
.slide2 { 
   background: url('../img/background.jpg')rgba(0, 0, 0, 0.44);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.services{
margin-top: 70px;
text-align: center;
margin-bottom: 60px;
   }

.services-h1{
margin-bottom: 50px;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
color: rgba(0, 0, 0, 0.884);
}   

.services-h5{
color:#fdb813;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 550;
font-style: normal;
margin-bottom: 15px;
margin-top: 30px;
}

.services-h2{
color: rgba(0, 0, 0, 0.822);
margin-top: 15px;
text-align: center;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}

.services-p{
    text-align: center;
    color: rgba(0, 0, 0, 0.705);
}

.routes{
    margin-top: 90px;
    margin-bottom: 100px;
}

.services-h2{
    margin-bottom: 50px;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
color: rgba(0, 0, 0, 0.884);
}

.card-title{
text-align: center;
font-size: 23px;
font-family: "Spectral", serif;
font-weight: 600;
font-style: normal;
margin-top: 10px;
margin-bottom: 10px;
}

.card{
  width: 25rem;
}

.card-text{
    text-align:left;
    color: grey;
    font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.btn2{
    background-color:#fdb813;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: black;
  font-size: 15px;
  border-radius: 8px;
  margin-top: 20px!important;
}


.btn2:hover{
    background-color:#2a2a2a;
    color: #fdb813;
}

/*testimonial section*/
#testimonials{
padding-top: 100px;
  padding-bottom: 50px;
  background: url('../img/taxii123.jpg'), rgba(0, 0, 0, 0.706);
   background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
 }

.testimonial-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
.testimonials-wrapper {
  width: 95%;
  max-width: 500px;
  margin: 0 auto
}
.testimonials-wrapper h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding: 30px;
  color: #000;
  border-radius: 5px;
  background: #F5F0E1;
  box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3)
}
.testimonials-blob,
.testimonials-img {
  position: relative;
  left: 50%;
  overflow: hidden!important;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -50px;

  transition: all ease-out .5s;
  transform: translateY(-30%);
  filter: brightness(2)
}
.testimonial-carousel .active .testimonials-img {
  transform: translateY(0);
  filter: brightness(1)
}
.testimonials-person-info {
  text-align: center;
  color: #000
}
.testimonials-blob {
  position: relative;
  left: 80%;
  width: 3px;
  height: 3px;
  transform: rotate(45deg)
}

.testimonial-carousel .active .testimonials-blob {
  transform-origin: 50% 50%;
  animation: anim linear .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}
.testimonial-carousel {
  overflow: hidden;
  cursor: grab
}
.testimonial-carousel:active {
  cursor: grabbing
}
.testimonial-carousel .owl-item {
  overflow: hidden;
  transition: all ease-out .3s;
  transform: scale(.7);
  opacity: 0
}
.testimonial-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  font-size: 13px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .25s;
  transform: translateY(-100%);
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  background: #171719
}
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  color: #fff;
  background: #615e6b
}
.testimonial-carousel .owl-prev {
  left: 0
}
.testimonial-carousel .owl-next {
  right: 0
}
.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
  opacity: 0
}

.clients-p{
color: white;
font-family: "Lato", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 20px;
}

.testimonial-h1{ 
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}

.banner{
    background-color: #ffc000;
    padding-top: 100px;
   
}

.banner-h4{
  text-align: center;
  color: black;
  font-size: 20px;
    font-family: "Lato", sans-serif;
  font-weight: 750;
  font-style: normal;
}

.banner-h1{
  text-align: center;
  color: black;
    font-size: 60px;
    font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-top: 20px;

}

.btn3{
   background-color:black;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: white;
  font-size:20px;
  align-items: center;
  border-radius: 20px;
 margin-left: 550px;
 margin-top: 40px;
 margin-bottom: 60px;
  }

.btn3:hover{
  background-color: white;
  color: black;
}

.btn5{
   background-color:#ffc000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: black;
  font-size:20px;
  align-items: center;
  border-radius: 20px;

 
  }

    .slider {
      display: flex;
      animation: slide 20s linear infinite;
    }

    .slider img {
      height: 120px;
      margin: 0 5px;
      filter: grayscale(0%);
      transition: filter 0.3s;
    }

    .slider img:hover {
      filter: grayscale(0%);
    }

    .slider-container {
      width: 100%;
      overflow: hidden;
    }

    @keyframes slide {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }


    .slider-track {
      display: flex;
      width: calc(200%); 
    }


.gallery-h1{
color: rgba(0, 0, 0, 0.822);
text-align: center;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 60px;
margin-bottom: 20px;
    }

 .gallery-p{
color:#fdb813;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 550;
font-style: normal;
}



footer{
  background: rgb(0, 0, 0)!important;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}

.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}


.booking-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
padding-top: 120px;
padding-bottom: 120px;
  background-color: #0d0d0d;
}


.text-side {
  flex: 1 1 40%;
  padding-right: 20px;
}



.text-side h1 {
  font-size: 48px;
  margin: 10px 0;
}

.text-side .desc {
  color: #ccc;
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 10px;
}

.booking-form {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

input, button {
  flex: 1;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

input {
  background-color: #1e1e1e;
  color: white;
}

button {
  background-color: #fbd400;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #e6be00;
}

.small-text{
color: white;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 550;
font-style: normal;
}


.big-text{
  color: white;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 70px;
}


.contact-h2{
color: #ffc000;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 40px;
}

 .contact-form {
      background: #111111;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
      width: 100%;
    }

    .contact-form h2 {
      text-align: center;
      margin-bottom: 15px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form button {
      width: 83%;
    margin-left: 80px;
      margin-bottom: 10px;
      border-radius: 5px;
      border: 1px solid #cccccc57;
    }

    .contact-form button {
      background-color: #25D366;
      color: white;
      font-weight: bold;
      border: none;
      cursor: pointer;
    }

.contact-section{
  margin-top: 20px;
}

    .contact-form button:hover {
      background-color: #1ebe5d;
    }
@media only screen and (max-width: 870px) {
.booking-section {
padding-left: 10px;
}


  .contact-h2{
font-size: 25px;
}
    .contact-form input,
    .contact-form textarea,
    .contact-form button {
      width: 83%;
    margin-left: 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      border: 1px solid #cccccc57;
    }


  .carousel-text{
 font-size: 45px;
  margin-bottom: 20px; 
}

.btn{
    background-color:#fdb813;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  font-size: 15px;
margin-top: 20px;
}


.navbar .navbar-nav .nav-link {
    color: black !important;
    font-size:1em;
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.header-p{
font-size: 20px;
margin-bottom: 60px;
margin-top: 40px;
}

.btn1{

padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
font-size:15px;
align-items: center;
margin-left: 10px;
margin-bottom: 60px;
}
.banner-h1{
    font-size: 40px;
  margin-top: 20px;

}

.btn3{
 padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  font-size:17px;
  align-items: center;
  border-radius: 20px;
 margin-left: 90px;
 margin-top: 40px;
 margin-bottom: 40px;
  }


   .card {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }


  .btn2{
    background-color:#fdb813;
    padding-top: 10px;
}

.card-title{
text-align: left;
}

.gallery-h1{
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 30px;
margin-bottom: 10px;
    }


}