@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Gilda Display", serif;
    font-family: "Barlow Condensed", sans-serif;
    font-family: "Barlow", sans-serif;
    color: rgb(255, 255, 255);
  background-color: #ffffff !important;
  }
  a{
    text-decoration: none;
}

:root {
    --primary: #2c3e50;
    --secondary: #F4C063;
    --light: #ecf0f1;
    --dark: #1a252f;
}
.top-bar{
    background: rgba(255, 255, 255, 0);
    padding: 10px;
    color: rgb(255, 255, 255) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.284);
    z-index:1000;
    position: relative;
  }
  
  .nav-link{
    color: rgb(255, 255, 255) !important;
    font-family: "Inconsolata", monospace;
    font-weight: 400 !important;
   font-size: 16px !important;
  }
  .nav-link.active{
    color: #F4C063 !important;
  }
  .navbar {
    transition: all 0.3s ease-in-out; 
}

.navbar .nav-link {
    transition: color 0.3s ease-in-out; 
}
section{
    padding: 100px 0px;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: #0C1315;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.offcanvas{
    background-color: #141A1C;
}

.scrolled .nav-link {
    color: #ffffff !important; 
}

.scrolled .nav-link:hover,
.scrolled .nav-link:focus,
.scrolled .nav-link.active {
    color: #F4C063 !important; 
}
.scrolled {
    border-bottom: rgba(255, 255, 255, 0.219) 1px solid;
}


h2{
    font-family: "Gilda Display", serif; 
}
h3{
    font-family: "Gilda Display", serif; 
}
p{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;  
}

#carouselExampleCaptions{
    position: relative;
    margin-top: -170px;
  }
  .carousel1{
    background: url('../img/ggggg.jpg') rgba(0, 0, 0, 0.566);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    height: 98vh;
  }
  .carousel2{
    background: url('../img/bbbb.webp') rgba(0, 0, 0, 0.556);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    height: 98vh;
  }
  .carousel3{
    background: url('../img/img2.jpg') rgba(0, 0, 0, 0.563);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    height: 98vh;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 19.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start !important;
  }
  .carousel-caption p{
    font-family: "Mrs Saint Delafield", serif;
  font-size: 22px;
  }
  .carousel-caption h6{
    font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 20px;
  }
  .carousel-caption h2{
    font-size: 74px;
    font-weight: 200 !important;
    font-family: "Gilda Display", serif;
  }
  
  .carousel-indicators{
    display: none !important;
  }

  footer{
    background-color: #0C1315;
    background: url('../img/room.jpg') #0C1315;
     background-position: center 10%;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     background-attachment: fixed;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: white;
     font-weight: 300;
   }
   .footer-link:hover{
     color:  #F4C063;
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
   font-family: 'Courier New', Courier, monospace;
     font-size: 18px;
   }
   .footer-title{
       font-family: 'Courier New', Courier, monospace;
       color: white;
   }
   .socials a{
     text-decoration: none !important;
     color: white;
   }
   .socials a:hover h4 {
     color:  #F4C063;
   }
   hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
   }
   .copyright{
     display: flex;
   justify-content: right;
   text-align: right ;
   align-items: end ;
   }
 
   @media(max-width:1000px){
     .footer-links {
       display: flex;
       font-family: Jost, sans-serif;
       font-size: 18px;
       padding: 0px 30px 0px 30px;
       flex-wrap: wrap;
       align-content: center;
       justify-content: space-evenly;
       align-items: baseline;
   }
     
     .socials a{
       text-decoration: none !important;
       color: white;
     }
     .socials a:hover h4 {
       color:  #F4C063;
     }
     hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
     }
     .copyright{
       display: flex;
     justify-content: right;
     text-align: right ;
     align-items: end ;
     }
   }
   .btn1{
    width: auto;
    padding: 13px 20px;
    color: #000 !important;
    background-color: #F4C063;
    border-radius: 30px;
    border: none;
    font-size: 17px;
    font-weight: 500;
   }
   .circle1 {
    position: relative;
    margin-bottom: -50px;
    width: 40px;  
    height: 40px; 
    background-color: #303030; 
    border-radius: 50%; 
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    color: #F4C063;
  }
  .circle1:hover{
    transform: translateY(-10px);
    background: #F4C063;
    color: #000000;
  }





/* ========================================== */
.offers-section {
    margin: 0 auto;
    background-color: #141A1C;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: var(--secondary);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-header p {
    font-size: 1.1rem;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
}

.offers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.photo-offer {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.photo-offer:hover {
    transform: translateY(-10px);
}

.photo-offer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.photo-offer:hover img {
    transform: scale(1.05);
}

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 20px;
    text-align: center;
    color: white;
}

.photo-offer:hover .photo-overlay {
    opacity: 1;
}

.photo-overlay h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--secondary);
}

.photo-overlay p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-info {
    background: var(--secondary);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    font-size: 1rem;
}

.tagline {
    color: white;
    padding: 20px;
    text-align: center;
    font-style: italic;
    margin-top: 50px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.tagline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.tagline:hover::before {
    transform: translateX(100%);
}

@media (max-width: 768px) {
    .offers-container {
        flex-direction: column;
        align-items: center;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .photo-offer {
        height: 350px;
    }
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.photo-offer {
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}

.photo-offer:nth-child(1) {
    animation-delay: 0.1s;
}

.photo-offer:nth-child(2) {
    animation-delay: 0.3s;
}

.photo-offer:nth-child(3) {
    animation-delay: 0.5s;
}





.about-section {
    background-color: #0C1315;
    margin: 0 auto;
    position: relative;
}
.about-container {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-content {
    flex: 1;
    min-width: 300px;
    color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

/* .about-content::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, #0b0f13, #000000);
    z-index: -1;
    border-radius: 12px;
    opacity: 0.7;
    transition: all 0.5s ease;
} */

.about-content:hover::before {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    opacity: 0.9;
}

.about-content p {
    line-height: 1.8;
    color: #ffffffb7;
    margin-bottom: 25px;
    position: relative;
}

.about-image {
    flex: 1;
    min-width: 300px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.feature-item {
    background: #303536;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 15px;
}

.feature-item h3 {
    color: white;
    margin-bottom: 10px;
}

.feature-item p {
    color: #ffffffdc;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
    }
    
    .about-image {
        height: 300px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-content, .about-image, .feature-item {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.about-content {
    animation-delay: 0.2s;
}

.about-image {
    animation-delay: 0.4s;
}

.feature-item:nth-child(1) {
    animation-delay: 0.3s;
}

.feature-item:nth-child(2) {
    animation-delay: 0.5s;
}

.feature-item:nth-child(3) {
    animation-delay: 0.7s;
}

.feature-item:nth-child(4) {
    animation-delay: 0.9s;
}


.Why-us{
    background-color: #0C1315;
}


@media only screen and (max-width: 575px) {
    .Why-us h3{
        text-align: start;
    }
    .Why-us p{
        text-align: start;
    }
    .Why-us img{
        padding: 0 !important;
        margin-right: 8px !important;
    }
    .Why-us .justify-content-start {
        padding: 0 !important;
    }

}

.cars-home{
    background-color: #141A1C;
}
 .card-body{
    background-color:#0C1315;
    border: #000 1px solid;
}
 .card-body{
    color: white !important;
}
 .card button a{
    color: #000;
}
.card-title{
    font-family: "Gilda Display", serif; 
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;  
}
.card i{
    color: #F4C063;
}
 .card-body{
    font-size: 15px;
    color: #ffffffb7;
}
.owl-nav .owl-next{
    position: absolute;
    top: calc(45% - 25px);
    right: -40px;
    opacity: 1;
    font-size: 22px!important;
    color:#F4C063!important;
    z-index: 1;
    width: 40px;
    background-color: transparent!important;
    border-radius: 35px!important;
    border: 2px solid #F4C063!important;
}

.owl-nav .owl-prev{
    position: absolute;
    top: calc(45% - 25px);
    color:#F4C063!important;
    left: -40px;
    opacity: 1;
    font-size: 22px!important;
    z-index: 1;
    width: 40px;
    background-color: transparent!important;
    border-radius: 35px!important;
    border: 2px solid #F4C063!important;
}

.owl-nav .owl-next:hover{
    color: #ffffff!important;
    background-color: #F4C063 !important;
}

.owl-nav .owl-prev:hover{
    color: #ffffff!important;
    background-color: #F4C063 !important;
}

.motor-home{
    background-color: #0C1315;
}

.slogan{
    padding: 130px 0px;
    background: url('../img/163888458f33dd9fa69300c6364ec8a1.jpg') rgba(0, 0, 0, 0.562);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.slogan h2{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.title-head{
    padding: 260px 0px 80px 0px;
    margin: 0 !important;
    color: white;
    font-size: 60px;
    font-style: italic;
    font-weight: 300;
    font-family: Regular;
  }
.Cars-head {
    margin-top: -170px;
    background: url('../img/fffsa.jpg')rgba(0, 0, 0, 0.555);
    background-position: center 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.cars-section {
    background-color: #141A1C;
}
.cars-section .col-lg-4{
    margin-top: 35px;
}
.cars-section .card-body{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.About-head {
    margin-top: -170px;
    background: url('../img/bbbbbbbb1.webp')rgba(0, 0, 0, 0.555);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.Gallery-Head{
    margin-top: -170px;
    background: url('../img/ggggg.jpg')rgba(0, 0, 0, 0.555);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;   
}
#gallery-home{
    background-color: #141A1C;
}
.Contact-Head{
    margin-top: -170px;
    background: url('../img/163888458f33dd9fa69300c6364ec8a1.jpg')rgba(0, 0, 0, 0.555);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.Section-Maps {
    background-color: #141A1C;
}
.Section-Info{
    background-color: #141A1C;
}

.Section-Info{
    position: relative;
}
.Section-Info-col{
    padding: 20px 0 20px 0;
    background-color:#0C1315;
    border: #00000042 1px solid;
}
.Section-Info-col:hover{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    border:#F4C063 1px double;
    transition: all 1s;
}
.Section-Info-col i{
    color:#F4C063;
}
.Section-Info-col:hover i {
    color:#F4C063;
    transition: all 1s;
 }
 .Section-Info-col:hover h3 {
     color: #F4C063;
     transition: all 1s;
  }
  .Section-Info-col:hover p {
    color: #F4C063;
    transition: all 1s;
 }
 @media only screen and (max-width: 1199px) {
.top-bar .col1{
    display: none;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 12.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start !important;
  }
 }
 .navbar-toggler{
    background-color: #F4C063;
 }
 @media only screen and (max-width: 518px){
    #carouselExampleCaptions{
        position: relative;
        margin-top: -190px;
      }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 15.25rem !important;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start !important;
      }
      .carousel-caption p{
        font-family: "Mrs Saint Delafield", serif;
      font-size: 18px;
      }
      .carousel-caption h6{
        font-family: "Montserrat", sans-serif;
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 1px;
      margin-bottom: 20px;
      }
      .carousel-caption h2{
        font-size: 54px;
        font-weight: 200 !important;
        font-family: "Gilda Display", serif;
      }
      .top-bar .col-3 {
        display: none;
      }
 }
 @media only screen and (max-width: 430px){
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 10.25rem !important;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start !important;
      }
      
       .slogan{
        padding: 130px 0px;
        background: url('../img/163888458f33dd9fa69300c6364ec8a1.jpg') rgba(0, 0, 0, 0.562);
        background-position: center 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    .title-head{
        padding: 260px 0px 80px 0px;
        margin: 0 !important;
        color: white;
        font-size: 50px;
        font-style: italic;
        font-weight: 300;
        font-family: Regular;
      }
    .Cars-head {
        margin-top: -170px;
        background: url('../img/fffsa.jpg')rgba(0, 0, 0, 0.555);
        background-position: center 120%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    .About-head {
        margin-top: -170px;
        background: url('../img/bbbbbbbb1.webp')rgba(0, 0, 0, 0.555);
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    .Gallery-Head{
        margin-top: -170px;
        background: url('../img/ggggg.jpg')rgba(0, 0, 0, 0.555);
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;   
    }
    .Contact-Head{
        margin-top: -170px;
        background: url('../img/163888458f33dd9fa69300c6364ec8a1.jpg')rgba(0, 0, 0, 0.555);
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
 }
 @media only screen and (max-width: 375px){
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 7.25rem !important;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start !important;
      }
 }


 /* animation */
.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;
  }