*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", serif;
    background-color: #212121;
    color: white;
}
/* header */
header{
    margin: 15px 16px;
}
.banner-image{
   z-index: -1;
}
.title-heading{
    display: none;
}
.banner-image img{
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat ;
    background-size: cover;
    width: 100% ;
    height: 100%;
    border-radius: 30px;
}
.Hero-section{
    width:100%;   
    height:802px;
    position: relative;
    margin-bottom : 100px ;
   
}
.Hero-section::before{
    background: #D52222 no-repeat bottom center ;
    content: '';
    position: absolute;
    width: 300px;
    height:800px;
    rotate: 0;
    top: 0;
    mix-blend-mode: overlay;
    margin: 0 20%;
    z-index: 1;
}


.Car-image img{  
    object-fit: cover;
    z-index: 999;
    left: 100px;
    bottom: -20%;
    width: 50%;
    filter: brightness(70%);
}
.hero-content h2{
    z-index: 88;
    font-size: 43px;
    font-weight: 700;
    line-height: 56px;
    padding: 100px 50px;
}
.hero-content {
    position: relative; /* or absolute/fixed/sticky */
    z-index: 99;
}

/* nav */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #C83636 !important; /* Highlight color */
    transition: transform 0.3s ease;
}
nav{
    z-index: 9999;
  
}

.brand{
    width: 176px;
    height:154px;
    margin: 0 auto;
}
ul li{
    display: inline;
    margin: 0 54px;
    font-size:18px ;
    font-weight: 500;
    
}
ul li a{
    color: rgba(255, 255, 255, 1);
}






/* Car rantel */

.Car-Rental{
    padding: 8% 0 0 0;
}

.car-wrapper h2{
    font-size: 43px;
    font-weight: 700;
    line-height: 62px;
    color: #C83636;
}
.travel-content h2{
    left: 50%;
    padding: 50px 0;
    transform: translate(-50%);
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
}

/* rates */

.rates-wrapper{
    background-color: #C63635;
    padding-bottom: 40px;
}
.rates-wrapper > div >h2{
    font-size: 38px;
    font-weight: 700;
    line-height: 51px;
}

.price-range{
    font-size: 38px;
    font-weight: 700;
    background-color: #C63635;
    border-radius: 25px;
   color: #000000 !important;
    margin: 10px 20%;
    box-shadow: 3px 4px 37.5px 4px #00000040 ;
}
.price-detail:hover{
    transform: scale(1.05); 
}

.price-detail {
    
    background-color: #E4E4E4;
    border-radius: 34px;
    padding: 20px;
    text-align: left;
    width: 404px;
    height: 354px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
   
}

.price-detail h2 {
    color: #d32f2f;
    font-size: 27px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 10px 4px;
}
.price-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.price-item {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    
}

.separator {
    flex: 0 0 auto;
    margin: 0 10px;
}
.price-detail .price-img {
    max-width: 309px;
    margin-top: 15px;
    border-radius: 10px;
}
.bg-danger{
    background-color:#C83636 !important;  
}
.price-list-2{
    padding-bottom: 70px;
}
.price-list-3{
    background-color: #C63635;
    width: 100%;
    padding-bottom: 40px;
}



/* Horizontal scroll problem solve */
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* drive repeat */
.drive-repeat p{
    font-family: "The Nautigal", serif; 
}
.drive-repeat{
    padding: 200px 0;
}

.content-wrapper {
    width: 76%;
    height:400px;
}
.content-wrapper h2{
    font-size: 46px;
    font-weight: 700;
    line-height: 69px;
    color: #FFFFFF;
}
.content-wrapper p{
    font-size: 58px;
    font-weight: 700;
    line-height: 64px;
    color: #FFFFFF;
}

.content-wrapper>div:nth-child(2){
    right: 0;
}

/* footer */
footer{
    background-color:#000000;
    padding: 60px 20px 20px;
}
.info p{
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 400;
    
}
.input-field {
    position: relative; /* Add this */
    width: 100%; /* To align with the input width */
}

.input-field input[type='email'] {
    width: 100%;
    border-radius: 25px;
    border: 1.5px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 25px;
    padding: 20px 260px 20px 20px; /* Adjusted padding for button space */
    box-sizing: border-box;
}

.input-field .submit-btn {
    position: absolute; /* Ensure it's positioned over the email input */
    top: 8px;
    right: 10px; /* Adjusted from 185px to 15px for proper alignment */
    border-radius: 20px;
    border: 1.5px solid #FFFFFF;
    background-color: #C83636;
    color: #E4E4E4;
    font-size: 18px; /* Adjusted to fit better */
    padding: 17px 20px;
    font-weight: 600;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.line-through{
    width: 100%;
    /* height: 1px; */
    border: 1px solid #FFFFFF;
    margin-bottom: 40px;
}

.about h4{
    font-size: 25px;
    font-weight: 600;
    color: #C83636;
    
}

.about p{
    
    font-size: 20px;
    font-weight: 300;
    color: #C83636;
    line-height: 30px;
}
.about a{
    
    font-size: 20px;
    font-weight: 300;
    color: #C83636;
    line-height: 45px;
}
.QuickLinks a{
    font-size: 19px;
    font-weight: 300;
    color: #C83636;
    line-height: 40px;
}
.QuickLinks p{
    margin-bottom: 0;
}
/* logos */
.logos .mainLogo{
    width:174px;
    height:180px;
   top: -30px;
}
.icons{
    position: relative;
    top: -40px;
   
}
.icons i{
    color: #7f7f7f;
    
}



/* Service section */

.support{
    padding-bottom: 70px;
}


.booking .service-para{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 200px 0 0 0;
}
.pick-up .service-para{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 100px 0 0 0;
    margin-top: 30%;
}
.support .service-para{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
   margin-left: -20%;
   
}

.bg-image1{
    top: -20%;
    right: 0;
    
    z-index: -999;
    opacity: 0.1;
}
.bg-image2{
    top: -30%;
    z-index: -999;
    opacity: 0.1;
    transform: scaleX(-1);
}
/* Responsive design */

@media (max-width: 1244px){
    .price-details h2{
        font-size: 29px;
    }
    .content-wrapper {
        width: 76%;
        height:350px;
    }
}
@media (max-width: 1086px){
    
    .content-wrapper {
        width: 76%;
        height:300px;
    }
    .content-wrapper h2{
        font-size: 43px;
        font-weight: 700;
        line-height: 40px;
        color: #FFFFFF;
    }
    .content-wrapper p{
        font-size: 50px;
        font-weight: 700;
        line-height: 55px;
        color: #FFFFFF;
    }
}

@media (min-width: 992px) and (max-width:1256px){
    .price-detail {
    
        width: 320px;
        height: 264px;
        
    }
    .price-detail h2 {
        color: #d32f2f;
        font-size: 20px;
        text-align: center;
        line-height: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .price-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .price-item {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        color: #333;
        font-weight: 400;
    }
    .price-detail .price-img {
        width:  232px;
        margin-top: 0px;
       
    }
}
@media (max-width: 992px){
   
    /* header */
    header{
        margin: 0;
    }

    .rates-wrapper >div > h2{
        font-size: 32px;
        line-height: 20px;
    }
    
    .travel-content h2{
        left: 50%;
        padding: 16px 20px;
        transform: translate(-50%);
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 30px;
    }
    .price-details h2{
        font-size: 1.6rem;
        font-weight: 700;
        background-color: #C63635;
        border-radius: 20px;
        
        box-shadow: 2px 3px 30px 2px #00000040;
    }

    /* banner */
    .banner-image img{
        object-fit: cover;
        background-position: center;
        background-repeat: no-repeat ;
        background-size: cover;
        width: 100% ;
        height: 430px;
        border-radius: 0px;
    }
    .brand{
        width: 100px;
        height:100px;
        margin: 0 auto;
    }
    
    /* hero  content */
    .Car-Rental{
        padding: 4% 0 0 0;
    }
    .Car-image img{
        bottom: -35%;
    }
    .car-wrapper h2{
        font-size: 28px;
        line-height: 40px;
    }
    .travel-content h2{
        font-size: 1.3rem;
        line-height: 30px;
    }
    .Hero-section::before{
        background: #D52222 no-repeat bottom center ;
        content: '';
        position: absolute;
        width: 100px;
        height:430px;
        rotate: 0;
        top: 0;
        mix-blend-mode: overlay;
        margin: 0 20%;
        z-index: 99;
        
    }
    .Hero-section{
        width:100%;   
        height: 350px;
        position: relative;
        margin-bottom : 100px ;
       
    }
    .hero-content h2{
        font-size: 25px;
        font-weight: 700;
        line-height: 28px;
        padding: 200px 50px 0;
        text-align: center;
    }
    /* drive repeat */
    .drive-repeat{
        padding: 330px 0 0 ;
    }
    
    .content-wrapper {
        position: relative;
        width: 100%;
        height:600px;
    }
  .content-text{
    position: absolute;
    bottom: 30px;
    text-align: center;
  }
    .content-wrapper>div:nth-child(2){
        margin-top: 10%;
      left: 50%;
      top: -10%;
      transform: translate(-50%, -50%);
    }
    .content-wrapper h2{
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
        color: #FFFFFF;
    }
    .content-wrapper p{
        font-size: 48px;
        font-weight: 700;
        line-height: 55px;
        color: #FFFFFF;
    }
    .price-range{
        font-size: 24px;
    }

    /* service page */

    .booking .service-para{
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        padding: 20px;
        text-align: start  ;
    }
    .pick-up .service-para{
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        padding: 20px;
        margin-top: 0;
        text-align: right;
    }
    .support .service-para{
        font-size:18px;
        font-weight: 400;
        line-height: 30px;
         text-align: center;
         padding: 20px;
         margin: 0 auto;
    }

    /* Heading */
    .title-heading{
        display: block;
        font-size: 24px;
        font-weight: 700;
        line-height: 20px;
        color: #212121;
        margin-bottom: 0;
    }
    .navbar-brand{
        margin-right: 0;

    }

    /* Nav styles */
    /* Navbar Styling */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white !important; /* White background */
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow for better visibility */
}

.navbar-brand img {
    width: 100px; /* Adjust logo size */
    height: auto;
}

/* Navbar Links */
.navbar-nav .nav-link {
    color: #333 !important; /* Dark text for better contrast */
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    padding: 10px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #C83636 !important; /* Highlight color */
}

.navbar-nav .nav-link {
    padding: 10px;
}
.navbar-nav {
    background-color: white;
    border-radius: 10px;
}

/* price list */
.price-detail {
    
    width: 290px;
    height: 254px;
    
}
.price-detail h2 {
    color: #d32f2f;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.price-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.price-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
.price-detail .price-img {
    width:  232px;
    margin-top: 0px;
   
}   

} 
@media (max-width: 528px){
    .travel-content h2{
        left: 50%;
        padding: 10px 30px;
        transform: translate(-50%);
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 20px;
    }
     /* service page */

     .booking .service-para{
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        padding: 20px;
        text-align: start;
    }
    .pick-up .service-para{
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        
        text-align: end;
    }
    .support .service-para{
        font-size:18px;
        font-weight: 400;
        line-height: 30px;
         text-align: center;
         padding: 20px;
         margin: 0 auto;
    }

   
    
} 

@media (max-width:768px) {
   
    .input-field input[type='email'] {
        font-size: 18px;
        padding: 15px 120px 15px 15px; /* Adjust padding for smaller button space */
        
    }

    .input-field .submit-btn {
        font-size: 14px;
        padding: 12px 15px;
        top: 5px;
        right: 4px;
    }

    /* rates  */
    .drive-repeat{
        padding: 350px 0 0 ;
    }
    
    .rates{
        background-color: #C63635;
        
    }
    .rates .row:nth-child(3){
        width: 100%;
    }
    .content-wrapper{
        height: 450px;
    }
    .content-wrapper {
        
        height:617px;
    }
  .content-text{
    bottom: 46px;
  }
    .content-wrapper>div:nth-child(2){
        margin-top: 10%;
      left: 50%;
      top: -12%;
      transform: translate(-50%, -50%);
    }


    

}

@media (max-width: 480px) {

    /* Heading */
   .car-wrapper h2 span{
    display: block;
   }
    .Hero-section{
        margin-bottom: 40px;
    }
    .title-heading{
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        color: #212121;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .navbar-brand .brand{
        width: 70px;
    }
    /* Heroo section */
    .Hero-section::before{
        background: #D52222 no-repeat bottom center ;
        content: '';
        position: absolute;
        width: 100px;
        height:345px;
        rotate: 0;
        top: 0;
        mix-blend-mode: overlay;
        margin: 0 20%;
        z-index: 99;
        
    }
    .banner-image img{
        object-fit: cover;
        background-position: center;
        background-repeat: no-repeat ;
        background-size: cover;
        width: 100% ;
        height: 345px;
        border-radius: 0px;
    }
    .Car-image img{
        bottom: -12%;
        z-index: 999;
    }
    .hero-content h2{
        padding: 165px 50px 0;
    }
    /* footer */
    .input-field {
        max-width: 100%;
    }

    .input-field input[type='email'] {
        padding: 15px 128px 15px 10px; /* Reduce padding for very small screens */
        font-size: 16px;
    }

    .input-field .submit-btn {
        font-size: 10px;
        padding: 10px 12px;
        top: 7px;
        right: 3px;
    }
     /* service page */ 

     .booking .service-para{
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        padding: 20px;
        text-align: start;
    }
    .pick-up .service-para{
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        
        text-align: right;
    }
    .support .service-para{
        font-size:18px;
        font-weight: 400;
        line-height: 30px;
         text-align: start;
         padding: 20px;
         margin: 0 auto;
    }
    .support{
        padding-bottom:39px ;
    }
    
       /* drive repeat */
  
       .drive-repeat{
        padding: 300px 0 0 ;
       }
       .content-wrapper {
        
        width: 100%;
        height:340px;
    }

    .content-wrapper>div:nth-child(2){
        margin-top: 10%;
      left: 50%;
      
      transform: translate(-50%, -50%);
    }
    .content-wrapper h2{
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        color: #FFFFFF;
    }
    .content-wrapper p{
        font-size: 38px;
        font-weight: 700;
        line-height: 47px;
        color: #FFFFFF;
    }

    .hero-content h2{
        font-size: 17px ;
    }

    
}


@media (max-width:375px) {
    .Car-image img{
        /* bottom: -70%; */
        left: 20%;
    }
  
}

@media (max-width:609px) {
    /* drive repeat content */
    .drive-repeat{
        padding: 220px 0 0 ;
       }
    .content-wrapper {
        
        height:450px;
    }
  .content-text{
    position: absolute;
    bottom: 10%;
    text-align: center;
  }
    .content-wrapper>div:nth-child(2){
        margin-top: 10%;
      left: 50%;
      top: -10%;
      transform: translate(-50%, -50%);
    }
    .content-wrapper h2{
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        color: #FFFFFF;
    }
    .content-wrapper p{
        font-size: 38px;
        font-weight: 700;
        line-height: 48px;
        color: #FFFFFF;
    }

}