@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Playball&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sedan+SC&family=Sevillana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');

html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#ffffff;
  transition: color 0.3s ease-in-out;
  font-family: 'Montserrat' sans-serif;

  font-size: 18px;


}

.navbar-scrolled .nav-link {
  color:#636363;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#ffffff;
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #F5B754;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#F5B754;

}

.nav-item:hover .underline {
  background-color:#F5B754;
  width: 100%;

}

.nav-item:hover a {

  color:  #F5B754;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#F5B754;

}

::selection {
  background-color: #F5B754;
  color:#F5B754;
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgb(0, 0, 0);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #ffffff !important;
  background-color:#F5B754 !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#ffffff!important;
  background-color: #ffffff; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background:#F5B754;
  border: 0;
  border-radius: 10px !important;
  color:rgb(0, 0, 0) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:10px;
  transition: 0.5s;
  font-family: "Gilda Display", serif;
  border: 2px solid #F5B754;

}

#button::before,
#button::after {
    
  background:#F5B754!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #000000 !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }



  
  .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;
  }
  .fadeinup{
    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,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000000c2, #000000af), url('image/Screenshot 2024-06-05 142537.jpg') center/cover no-repeat , #0000007c;
    padding: 6% 0 6% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;

    font-family: 'Gilda Display', serif;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: white;
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #F5B754;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
    color: #000;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }
  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }

/* ---------------------------------------------- */

/* ---------------------------------------------- */


.banner_wrapper {
    height:80vh;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .8375rem;
    height: .8375rem;
    margin-bottom: 20px;
    background-color: #F5B754;
    border: .0625rem solid #F5B754;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide h1{
    font-size: 70px !important;
    font-family: "Goldman", sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
        
}
.swiper-pagination .swiper-pagination-bullet{
    color: #F5B754 !important;
    background-color: #F5B754;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}
@media only screen and (max-width: 991px) {
    .banner_wrapper .swiper-slide h1{
        font-size: 40px !important;
    }
   
}

.sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #F5B754!important;
  
    box-shadow: none!important;
    width: 100%;
  }
  .animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: #F5B754;
    border-radius: 100px;
    font-weight: 600;
    color: #1B1B1B;
    box-shadow: 0 0 0 2px #F5B754;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #1B1B1B;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .arr-1 {
    right: 16px;
  }
  
  .animated-button .arr-2 {
    left: -25%;
  }
  
  .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #F5B754;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .text {
    position: relative;
    z-index: 1;
    font-weight: 300;
    font-size: 14px;
    color: 
    #1B1B1B;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 100px;
  }
  
  .animated-button:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button:hover .arr-2 {
    left: 16px;
  }
  
  .animated-button:hover .text {
    transform: translateX(12px);
  }
  
  .animated-button:hover svg {
    fill:#1B1B1B;
  }
  
  .animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
  }
  
  .animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }

  
  .icon-box{

    border-radius: 90px;
    width: 112px;
    position: relative;
    margin-top: -80px;
    margin-left: -20px;
  }
  
  
  .car-icon{
    color: black;
    background: #F5B754;
    transition: 0.4s ease-in-out;
  }
  
  .car-icon:hover{
    color: white;
    background: #1B1B1B;
    transition: 0.4s ease-in-out;
  }
  .Slogan .bg{
    background: url('image/2.jpg')rgba(0, 0, 0, 0.575);
    background-attachment: fixed;
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 400px;
}


    
/* ======= Cars 1 style ======= */
.cars1 {
    position: relative;
}
.cars1 .cars1-carousel {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.cars1 .cars1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.cars1 .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.cars1 .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    
        width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.cars1 .item:hover img {
    transform: scale(1.05);
}
.cars1 .item .con {
    position: relative;
    display: block;
    background-color: #222;
    padding: 30px 25px;
    margin-top: -55px;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    border-radius: 20px;
}
.cars1 .item .con.opacity-1 { 
    opacity: 0;
}
.cars1 .item .con.active{
    visibility: visible;
    opacity: 1;
}
.cars1 .item .con .title,
.cars1 .item .con .title a {
    font-family: 'Outfit', sans-serif;
    font-size: 21px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    transition: all 500ms ease;
}
.cars1 .item .con .details {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    margin-right: 10px;
    transition: all 500ms ease;
}
.cars1 .item .con .details span {
    margin-right: 10px;
}
.cars1 .item .con .details span i {
    color: #f5b754;
    margin-right: 2px;
    font-style: normal;
}
/* book */
.cars1 .item .con .book {
    text-align: -webkit-right;
    margin-top: 1px;
}
.cars1 .item .con .book .btn {
    margin: 0;
    background: #f5b754;
    padding: 14px 21px;
    color: #1b1b1b;
    border-radius: 30px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.cars1 .item .con .book .btn:hover {
    background: #fff;
    color: #1b1b1b;
}
.cars1 .item .con .book > div {
    display: table-cell;
    vertical-align: middle;
}
.cars1 .item .con .book > div:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.2em;
}
.cars1 .item .con .book > div > span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
}
.cars1 .item .con .book .price {
    font-family: 'Outfit', sans-serif;
    font-size: 21px;
    line-height: 1.2em;
    color: #f5b754;
    font-weight: 700;
}

/* owl nav */
.owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}
.cars1 .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.cars1 .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cars1 .owl-theme .owl-prev,
.cars1 .owl-theme .owl-prev {
    left: 10px !important
}
.cars1 .owl-theme .owl-next {
    right: 10px !important
}
.cars1 .owl-theme .owl-prev,
.cars1 .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 14px
}
.cars1 .owl-theme .owl-prev > span,
.cars1 .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.cars1 .owl-carousel .owl-nav button.owl-next,
.cars1 .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.cars1 .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: #f5b754;
    border-radius: 100%;
    color: #1b1b1b;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.cars1 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #1b1b1b;
}
.cars1 .owl-theme .owl-nav {
    top: 35% !important;
}
.cars1 .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.cars1 .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .cars1 .item .con {
        padding: 30px 20px;
        margin: 0;
    }
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .cars1 .item .con .book {
        text-align: left;
        margin-top: 3px;
    }
    .cars1-carousel {
        overflow: hidden;
    }
    .cars1 .owl-theme .owl-nav {
        display: none;
    }
    #about-home{
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .ser{
        padding-bottom: 0px !important;
    }
    .ser1{
        padding-top: 0px !important;
    }
}

.nano{
    font-family: "Goldman", sans-serif;
    font-size: 45px;
    letter-spacing: 2px;
}

.nano1{
    font-family: "Goldman", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #F5B754;
}

@media screen and (max-width: 991px) {
    #aboutus{
        padding-top: 0px !important;
    }
    .ABOUT-text{
        padding-left: 30PX !important;
    }
    .font05{
        font-size: 25px !important;
    }
    #services-1{
        padding-top: 0px !important;
    }
    .services-tittle{
        padding-top: 0px !important;
    }
    .txtp{
        font-size: 18px !important;
    }
    .logologo{
        margin-top: 0px !important;
    }
    }
    
    
    .Slogan2 .bg{
        background: url('image/3.jpg')rgba(0, 0, 0, 0.575);
        background-attachment: fixed;
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 500px;
    }

    
      
.rentals-bg1{
    background: url('image/4.jpg') rgba(0, 0, 0, 0.452);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: "Goldman", sans-serif;
    font-weight: 500;
     font-size: 50px;
    
     padding-top: 180px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:991px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 200px !important;
        }
       .img01{
        width: 50% !important;
        margin-left: 25% !important;
       }
       .nano{
        font-size: 30px !important;
       }
       .nan{
        padding-bottom: 50px !important;
        padding-top: 50px !important;
       }
   }
     
      .about-bg1{
        background: url('image/2.jpg') rgba(0, 0, 0, 0.678);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/Screenshot 2024-06-04 105726.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/cover-bg.png') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }
      .title1{
        font-size: 60px;
      }
      .car-card{
        -webkit-box-shadow: 10px 10px 21px -3px #1B1B1B;
              -moz-box-shadow: 10px 10px 21px -3px #1B1B1B;
              box-shadow: 10px 10px 21px -3px #1B1B1B;
              border-radius: 20px;
        background: #1B1B1B;
      }
      .car-info{
        color: white;
        padding: 20px;
      }


      .contact-box{
        padding: 30px;
        background: #bd9e69;
        transition: 0.3s ease-in-out;
      }
      .contact-box:hover{
        padding: 30px;
        background: #ffffff;
        transition: 0.3s ease-in-out;
      }
      .contact-box:hover h1 i{
        color: #C2B5A2 !important;
      }
      @media(max-width:1024px){
            nav.navbar{
          height: auto;
        }
      }

      .contact-info h3{
        font-family: "Goldman", sans-serif; 
      }