
*{
margin:0;
padding:0;
box-sizing: border-box;
font-family:'Poppins';
}



html{
    font-size: 62.5%;
     overflow-x: hidden !important;
    height: 100%;
    width:100%;
    scroll-behavior: smooth;
}

body{
  overflow-x: hidden !important;
  height: 100%;
  position: relative;
}

section{
  padding: 3.2rem 4.8rem;
}
.nav{
    display: flex;
    justify-content: space-evenly;
}

.nav, .nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  background-color: #000; 
 color: #fff; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;

  z-index: 2; 
  height: 10rem;

}

.logo {
  font-size:2.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #ef233c}

.nav-items {
  display: flex;
  gap: 2rem;
}

.dropdown-parent{
      position: relative;


}
.nav-item {
  font-size:1.8rem;
}

.nav-item a {
  text-decoration: none;
color: #fff;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-item a:hover {
  color: #ef233c; 
}

.cta-button {
  background-color: #ef233c;
  color: white;
  padding:1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-size:1.8rem;
margin-left: 15rem;
}

.cta-button:hover {
  background-color: #fff;
}

#hero{
    font-size: 2rem;
    height: 100vh;
    /* padding: 3.2rem 4.8rem; */
}

.collage-style{
    height:500px;
}
.collage-style {
    max-width: 800px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 2;
}



.hero-content > div {
    z-index: 1;
}
.left-side-hero{
    width: 900px;
}


.dropdown{
    background-color: #fff;
    color: #000;
    width: 600px;
    height:300px;
    position: absolute !important ;
    top:60px;
    left: -45px;
    /* left: 50%;
    top:100%; */
    display: flex;
    justify-content:space-between;
    padding: 1rem;
    transform: translateX(-35%);
    border-radius: 1rem;
      opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 99999;
}


.dropdown::before {
  content: '';
  position: absolute;
  top:-0.9rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
  z-index: 100;
  font-size: 2rem;
}
.nav-item:nth-child(3):hover .dropdown{
  opacity:1;
  visibility: visible;
   transition: all 0.5s;
}
.dropdown-lists{
    padding: 1rem;
}

.dropdown-lists i{
    color: #ef233c;
    padding-right: 1rem;
}

.heading-services{
    color: #ef233c;
    padding: 1rem;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh; 
  /* background-image: url('hero-img.jpg');  */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
   clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.hero-content {
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: center;
    width: 90%;

    margin: 0 auto;
    gap: 2rem;
}


.city-name{
    font-family: 'Cedarville Cursive';
    color: #ef233c;
    font-weight: bolder;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.4),   
        -1px -1px 2px rgba(0, 0, 0, 0.3),  
        1px -1px 2px rgba(0, 0, 0, 0.3),  
        -1px 1px 2px rgba(0, 0, 0, 0.3); 
}


/* .hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
} */

/* .hero-content {
  position: relative;
  z-index: 1;

} */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
              url(../car-rental.jpg) no-repeat center center / cover;
  z-index: 0;
}
.heading-primary {
  font-size: 6rem;
  margin: 0;
}

.hero p {
  font-size:2.2rem;
  margin-top: 1rem;
}
.double-buttons{
    margin-top: 3rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
.left-button{
    text-decoration: none;
    font-size: 1.8rem;
    background-color: #ffff;
    padding: 1.6rem 3.2rem;
    color: #333;
    border-radius: 1rem;
}

.right-button{
text-decoration: none;
font-size: 1.8rem;
background-color:#ef233c;
 padding: 1.6rem 3.2rem;
 color: #fff;
 border-radius: 1rem;
}

.subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
  text-align: center;
}
.heading-secondary {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
  text-align: center;
  color: #333;
}


/****ABOUT US******/

.container{
    width: 100rem;
    margin: 0 auto;
  
}

.aboutUs-container{
  display: flex;
gap:5rem;
   justify-content: space-between !important;
    align-items: center;
}
.aboutUs-img{
      width: 40%;
  max-width: 400px;
     clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
     clip-path: polygon(10% 10%, 90% 10%, 100% 90%, 0% 90%);
      clip-path: circle(50% at center);
      /* clip-path: polygon(50% 0%, 100% 100%, 0% 100%); */
}

.aboutUs-description{
    font-size:1.6rem;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #333;
    font-weight: 500;
}
.heading-tertiary{
    font-size: 3rem;
    padding:4rem 0 4rem 0;
    color: #333;
text-align: center;
}


/***SERVICES****/




.services-cards-car-rental {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px; 
  padding: 20px; 
width:90rem;
margin: 0 auto;
}

.services-card-car-rental {
margin: 0 auto;
    height:110%;
  background-color:#fde9ec;
  border-radius: 8px; 
  padding: 20px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  text-align: center; 
}


.services-heading{
    font-size: 3rem;
    padding: 2rem;
}
.service-description{
    font-size:1.6rem;
    padding:2rem;
}
.arrow-services{
    font-size: 3rem;
}
.arrow-services {
  font-family: 'Material Symbols Outlined', sans-serif; 
  font-size: 4rem !important; 
  color: #ef233c; 
  transition: transform 0.3s ease, color 0.3s ease; 
  cursor: pointer; 
text-align: center;
width: 300px;
margin: 0 auto !important;

}

@media(max-width:790px)
{
  .services-cards-car-rental {
width:100%;
  grid-template-columns: repeat(2,1fr) !important; 

}
.services-card-car-rental {
height: 100%;
}


}

@media(max-width:600px)
{
  .services-cards-car-rental {

  grid-template-columns: repeat(1,1fr) !important; 
width: 100%;
}

}
@media (max-width: 768px) {
  .services-cards-car-rental{

  }

  .services-card-car-rental,
  .services-main-card {
    flex: 0 0 80%; /* or 300px for fixed width */
    min-width: 280px;
    max-width: 300px;
  }
}



.why-choose-us-description{
    width: 120rem;
    font-size:1.8rem;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
}
.arrow-services:hover {
  color: #ff5733;
  transform: translateX(5px); 
}

.arrow-services {
  margin: 10px;
}

.services-span{
       font-family: 'Cedarville Cursive';
    color: #ef233c;
    font-weight: bolder;
}
.services-img {
  width: 100%;
  height: 200px; 
  object-fit: cover; 
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




.slogan-container {
    width:100rem;
  display: grid;
    grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 2rem; /* Better than margin for consistent spacing */
  padding: 5rem;
}

.slogan {
  background-color: white;
  border-radius:0.8rem;
  padding:2rem;
  width: 25rem;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.slogan:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 50px;
  color: #ef233c;
}

.text {
  font-size:1.8rem;
  margin-top:1rem;
  font-weight: bold;
  color: #333;
}

/* Tablet */
@media (max-width: 768px) {
  .slogan-container {
    padding:3rem;
    gap:1.5rem;
    grid-template-columns: repeat(2,1fr);
  }

  .slogan {
    width:20rem;
    padding:1.5rem;
    
  }

  .icon {
    font-size:4rem;
  }

  .text {
    font-size:1.6rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .slogan-container {
    padding: 20px;
    gap: 10px;
  }

  .slogan {
    width: 100%; /* Full width on very small screens */
    max-width: 300px;
  }

  .icon {
    font-size: 35px;
  }

  .text {
    font-size: 15px;
  }
}

 /******faq********/

    .faq-container{
        display: flex;
        align-items: center;
        /* gap:2rem; */
        background-color:#fff;
        width:100rem;
        margin: 0 auto;
        border:5px solid #333;
        margin-bottom: 1rem;
        padding: 2rem;
          cursor: pointer;
    }

 .emoji{
    width:5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;

 }
 .faq-emoji{
text-align: center;
padding: 1rem;

 }
 .faq-caret-icon{
    /* margin-left:50rem; */
   
  
 }
 .question{
    width: 100%;
    margin: 0 auto;
    margin-left: 3rem;
    /* margin-left: 10rem; */
    display: flex;
    flex-direction: column;
    font-weight:600;
    color:#333;

 }
 .question p{
  display: flex;
  justify-content: space-between;
}
 .main-faq-container{
display: flex;
flex-direction: column;
background-color: #fdfdfd;


 }
 .answer{
    width:80rem;
    padding: 2rem;
    line-height: 1.6;
    color: #333;
    font-weight:400;
    margin-bottom: 2rem;
    margin-left:auto;
   margin-right:auto;

 }
 .answer-text{
  margin-left: 3rem;
 }

 /***CONTACT US****/



.contact-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.contact-circle {
  width: 90rem;
  height: 90rem;
  border-radius: 50%;
 
  position: absolute;
  bottom: 12%;
  left: 20%;
  opacity: 0.2;
}

.contact-header {
  text-align: center;
}

.contact-header h1 {

  font-size: 6rem;
  letter-spacing: 0.2rem;
  color: #263b53;
}

.contact-header h3 {
  font-size: 3rem;
  font-weight: 300;
  color: #567599;
  margin: 2rem 0 15rem 0;
}

.contact-content {
  display: flex;
}

.contact-form-wrapper {
  width: 45rem;

  background-color: #fff;
  box-shadow: 0 1rem 10rem rgba(130, 162, 235, 0.4);
  z-index: 10;
  padding: 4rem 2rem;
  border-radius: 1rem;
  margin: 0 3rem;
  text-align: center;
}

.contact-form-wrapper span {
  font-size: 8rem;
  color: #8f42ec;
}

.contact-form-wrapper h4 {

  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #8f42ec;
  letter-spacing: 0.1rem;
  margin: 3rem 0 1rem 0;
}

.contact-form-wrapper p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #5c646d;
  margin-bottom: 7rem;
}

.contact-form-wrapper form {
  display: flex;
  flex-direction: column;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  width: 100%;
  margin: 2rem 0;
  background-color: #f0f2f4;
  padding: 1rem 1rem 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: 300;
}

.contact-form-wrapper input {
  height: 5rem;
  border: none;
}

.contact-form-wrapper textarea {
  height: 10rem;
  resize: none;
  border: none;
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
  color: #0d335f;
}

.contact-form-wrapper button {
  height: 5rem;
  background: linear-gradient(to right,  #b8c4fd,#a0b0fc);
  border: none;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #333;
  cursor: pointer;
}



.contact-support-wrapper span {
  font-size: 8rem;
  color: #6797ff;
}

.contact-support-wrapper h4 {
 
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #6797ff;
  letter-spacing: 0.1rem;
  margin: 3rem 0 1rem 0;
}

.contact-support-wrapper p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #5c646d;
  margin-bottom: 4rem;
}
.chat-btn {
  width: 100%;
  height: 5rem;
  background: linear-gradient(to right, #65b1ff, #4f8aff);
  border: none;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #fff;
  margin-bottom: 5rem;
  cursor: pointer;
}

.support-list {
  display: flex;
  flex-direction: column;
}

.support-list button {
  height: 4.5rem;
  margin: 1rem 0;
  background-color: #f2f4f5;
  border: none;
  border-radius: 4rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #4f8aff;
  letter-spacing: 0.1rem;
  cursor: pointer;
}


.answer {
  display: none;
  transition: all 0.3s ease;
 
}

.answer.visible {
  display: block;
}

.faq-caret-icon.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;

}








.contact-form {
  display: grid;
  grid-template-columns: 2fr 1fr !important;
  /* background-color: #e67e22; */
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;

  background-image: linear-gradient(to right bottom,#fcd3d8, #e6233c);
  overflow: hidden;
}
.container-contactUs{
max-width: 120rem;
    padding: 0 3.2rem;
    margin: 0 auto;
}
.contact-form-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #333;
}

.contact-form .heading-secondary {
  /* color: #45260a; */
  color: inherit;
  margin-bottom: 3.2rem;
}

.contact-form-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.contact-form-img-box-carrental {
  background-image: linear-gradient(
      to right bottom, rgba(252, 211, 216, 0.508), rgba(230, 35, 61, 0.305)),
    url("../car-rental.jpg");
  background-size: cover;
  background-position: center;
}

.contact-form-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.contact-form-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.contact-form-form input,
.contact-form-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #f1f1f1;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.contact-form-form input::placeholder {
  color: #aaa;
}

.contact-form *:focus {
  outline: none;

  box-shadow: 0 0 0 0.8rem rgba(37, 39, 51, 0.741);
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block;

  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  font-family: inherit;

  /* Put transition on original "state" */
  /* transition: background-color 0.3s; */
  transition: all 0.3s;
}

.btn--form {
background-color: #30070c;
color: white;
  align-self: end;
  padding: 1.2rem;
}

.btn--form:hover {
  background-color: #fff;
  color: #333;
}
  footer {
  width: 100%;
  height: 60vh;
  padding: 10rem 0 3rem 0;
  background-color: #000;
}

.footer-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.footer-social-media {
  width: 10%;
}

.footer-item {
  display: flex;
  flex-direction: column;
}

.footer-item h3 {

  font-size:1.8rem;
  color:#f24f63;
  margin-bottom: 2rem;
  font-weight: bolder;
}

.icons i {
  font-size: 2.5rem;
  margin-right: 2rem;
  cursor: pointer;
}

.icons i:nth-child(1) {
  color: #1877f2;
}

.icons i:nth-child(2) {
  color: #c32aa3;
}

.icons i:nth-child(3) {
  color: #333;
}

     .footer-social-media-2 {
display:none;
  }

.footer-item a {
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 0.2rem solid rgba(0, 122, 170, 0.2);
  padding-top: 1rem;
}

.footer-bottom a {
  font-family: 'Croissant One', cursive;
  font-size: 2rem;
  color:#b8c4fd;;
}

@keyframes shake {
  0%, 100% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
}
  .whatsapp-float {
  position: fixed;
  bottom: 15rem;
  right: 13rem;
  z-index: 999;
  width: 60px;
  height: 60px;
  cursor: pointer;
   animation: shake 1.2s ease-in-out infinite;
  animation-delay: 5s; /* starts shaking after a delay */
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.menu-icon{
    font-size:2.2rem;
  display: none !important;
}
.close-icon{
    font-size:2.2rem;
    display: none !important;
   
}




/****RESPONISVE*****/

/***NAV RESPONSIVE****/


/* @media(max-width:675px)
{
    .nav-items,.cta-button{
        display: none;
    }
.menu-icon{
display: block !important;
}

.hide{
    display: none !important;
}
.nav-items .active{
display: block;  
}
.nav-items .active{
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;

}
}
 */
 @media (max-width:800px) {
    .cta-button {
margin-left:0;
}
.nav-item:nth-child(3):hover .dropdown{
  opacity:0;
  visibility:hidden;
}
    .dropdown-parent.show:not(:first-child):not(:last-child)::before {
  content: '-';
}
.show.open{
    opacity: 1;
    visibility:visible;
}
.dropdown::before {
        display:none !important;
    }
    .dropdown-caret-down{
        display: none !important;
    }
    /* .nav-item a{
        font-size: 3rem;
    }
     .nav-item span{
        font-size: 3rem;
    } */
.nav-item:nth-child(3)::before {
  content: '+';
  font-size: 5rem;
  color: #e6233c;
  position: absolute;
  top: 57%;
  right:-70px;
  /* right: 100px; */
  transform: translateY(-50%);
  width: 10rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

    .dropdown{
display: flex;
top:50px;
left:-140px;
z-index:99999 !important;
text-align: center;
padding: 0;
justify-content:center;
width: 140rem;
position: absolute !important;
opacity: 0;
visibility: hidden;


    }
    .nav-items{
        display: none;
    }

    .menu-icon {
        display: block !important;
    }

    .hide {
        display: none !important;
    }

    /* Show nav when it has the 'active' class */
    .nav-items.active {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background-color:#333; /* Optional for clarity */
        position: absolute;      /* Optional for overlay effect */
        top: 0;
        left: 0;
        z-index: 10;
        font-size: 3rem;
        gap: 8rem;
    }
    .close-icon.active{
        position: absolute;
        top:10px;
        right:10px;
        font-size: 3rem;
        color: #fff;
        display:block !important;
        z-index: 9999;

    }

 .dropdown.open {
    opacity: 1 !important;
    visibility: visible !important;
  }

}

@media(max-width:400px)
{
 
}
@media(max-width:800px)
{
   html{
    font-size: 52.5% !important;
   }

}



@media (max-width: 800px) {

 
}



/**********HERO*********/

@media(max-width:800px)
{
    .hero-content{
        flex-direction: column;
       
    }
}

/****ABOUT US*****/

@media(max-width:1060px)
{
    .aboutUs-container{
        width:80rem;
    }
}
@media(max-width:900px)
{
    .aboutUs-container{
        width:70rem;
    }
}
@media(max-width:650px)
{
    .aboutUs-container{
       flex-direction: column;
       width: 50rem;
    }
}
@media(max-width:450px)
{
    .aboutUs-container{
       flex-direction: column;
       width: 30rem;
    }
}

/***SERVICES****/





/***why-choose-us***/

@media(max-width:1000px)
{
.why-choose-us-description{
    width:80rem;
}
}
@media(max-width:730px)
{
.why-choose-us-description{
    width:70rem;
}
}
@media(max-width:630px)
{
.why-choose-us-description{
    width:50rem;
}
}
@media(max-width:450px)
{
.why-choose-us-description{
    width:40rem;
}
}@media(max-width:450px)
{
.why-choose-us-description{
    width:35rem;
}
}
@media(max-width:350px)
{
.why-choose-us-description{
    width:25rem;
}
}

@media(max-width:1000px)
{
    .slogan-container{
        width:60rem;
    }
}

@media(max-width:500px)
{
    .slogan-container{
        width:40rem;
    }
}

@media(max-width:370px)
{
    .slogan-container{
        width:20rem;
        justify-content: space-around;
    }
}
/*****FAQ CONTAINER*****/

@media(max-width:1100px)
{
  .faq-container{
    width: 80rem;
  }

}
@media(max-width:860px)
{
  .faq-container{
    width: 60rem;
  }

}

@media(max-width:700px)
{
  .faq-container{
    width:50rem;
  }
  .question p{
  
  gap:5rem !important
}

}

@media(max-width:490px)
{
  .faq-container{
    width:40rem;
  }
  .question p{
  
  gap:5rem !important
}
}

@media(max-width:390px)
{
  .faq-container{
    width:35rem;
    font-size: 1.8rem;
  }
  .question p{
  
  gap:5rem !important
}
}


@media(max-width:350px)
{
  #hero{
  padding: 0;
}
  .faq-container{
    width:35rem;
    font-size: 1.4rem;
  }
  .question p{

}
}


 @media (max-width: 75em) {
  html {
    /* 9px / 16px  */
    font-size: 56.25%;
  }
}

@media (max-width: 59em) {
  html {
    /* 8px / 16px = 0.5 = 50% */
    font-size: 50%;
  }
}

@media(max-width:1000px)
{
    .contact-form {
    /* 3/5 = 60% + 2/5 = 40% */
    grid-template-columns:2fr !important;
  }

  .contact-form-form {
    grid-template-columns: 1fr;
  }
  
  .contact-form-img-box {
display: none;
}
}
@media(max-width:600px)
{
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form-text-box {
    padding: 3.2rem;
  }

  .contact-form-img-box {
    display: grid;
    height: 32rem;
    grid-row: 1;
  }
}

  footer {
    height:100%;
    padding: 6rem 0 3rem 0;
  }

  .footer-social-media {
    width: 15%;
  }

  @media(max-width:500px)
  
  {
    footer{
      font-size: 1rem;
    }
    .footer-social-media {
    width:5%;
    display: none;
  }
  .footer-item a{
    font-size: 1.5rem;
  }
     .footer-social-media-2 {
display:flex;
margin-top: 2rem;
  }
  /* .footer-top{
    flex-direction: column;
  } */
  }
@keyframes shake {
  0%, 100% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
}
  .whatsapp-float {
  position: fixed;
  bottom: 15rem;
  right: 13rem;
  z-index: 999;
  width: 60px;
  height: 60px;
  cursor: pointer;
   animation: shake 1.2s ease-in-out infinite;
  animation-delay: 5s; /* starts shaking after a delay */
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media(max-width:500px)
{
  .logos-home img{
    height:4rem;
  }
}
@media(max-width:400px)
{
  .logos-home img{
    height:3.5rem;
  }
}
@media(max-width:375px)
{
  .logos-home img{
    height:3.2rem;
  }
}
@media(max-width:350px)
{
  .logos-home img{
    height:3rem;
  }
}

@media(max-width:900px)
{
  .answer{
    width:40rem;
  }
}
 @media (max-width: 75em) {
  html {
    /* 9px / 16px  */
    font-size: 56.25%;
  }
}

@media (max-width: 59em) {
  html {
    /* 8px / 16px = 0.5 = 50% */
    font-size: 50%;
  }
}

@media(max-width:1000px)
{
    .contact-form {
    /* 3/5 = 60% + 2/5 = 40% */
    grid-template-columns:auto;
  }

  .contact-form-form {
    grid-template-columns: 1fr;
  }
  
  .contact-form-img-box {
display: none;
}
}
@media(max-width:600px)
{
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form-text-box {
    padding: 3.2rem;
  }

  .contact-form-img-box {
    display: grid;
    height: 32rem;
    grid-row: 1;
  }
}
@media(max-width:400px)
{
html{
    font-size: 42.5% !important;
}
}

@media (max-width: 430px) {
  .contact {
    height: 180vh;
  }

  .contact-header h1 {
    font-size: 4rem;
  }

  .contact-header h3 {
    font-size: 2.5rem;
    width: 80%;
    margin: 2rem auto 15rem auto;
  }

  .contact-content {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrapper {
    margin: 0 3rem 10rem 3rem;
  }

  .contact-circle {
    bottom: 30%;
    left: 5%;
  }
}

@media (max-width: 375px) {
  .contact {
    height: 220vh;
  }
}
@media(max-width:350px)
{
    html{
        font-size:42.5% !important;
    }
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;

  /* margin-bottom: 9.6rem; */
}
.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.margin-bottom-md {
  margin-bottom: 4.8rem !important;
}
.pricing-plan {
  border-radius: 11px;

  width: 75%;
}

.pricing-plan--starter {
  justify-self: end;
  border: 2px solid #fdf2e9;
  padding: 4.6rem;
}
.plan-name {
  color: #ef233c;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.75;
  margin-bottom: 3.2rem;
}

.plan-price {
  font-size: 6.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
}

.plan-price span {
  font-size: 3rem;
  font-weight: 500;
  margin-right: 0.8rem;
}

.plan-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6f6f6f;
}

.plan-sing-up {
  text-align: center;
  margin-top: 4.8rem;
}

.plan-details {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}
.list-item span {
 line-height: 1.8;
}
.list-icon {
  width: 3rem;
  height: 3rem;
  color: #ef233c;
}

.plan-sing-up {
  text-align: center;
  margin-top: 4.8rem;
}


.btn,
.btn:link,
.btn:visited {
  display: inline-block;

  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  font-family: inherit;

  /* Put transition on original "state" */
  /* transition: background-color 0.3s; */
  transition: all 0.3s;
}

.btn--full:link,
.btn--full:visited {
  background-color: #ef233c;
  color: #fff;
}

.btn--full:hover,
.btn--full:active {
  background-color: #d72036;
}

.btn--outline:link,
.btn--outline:visited {
  background-color: #fff;
  color: #555;
}

.btn--outline:hover,
.btn--outline:active {
  background-color: #fdf2e9;

  /* border: 3px solid #fff; */

  /* Trick to add border inside */
  box-shadow: inset 0 0 0 3px #fff;
}


/*****HOW IT WORKS******/

.how-it-works{
  width: 100rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4rem;
  
}
.number{
  color: #ef233c;
  font-weight: 600;
  font-size: 5rem;
font-family: 'Croissant One' cursive;
  /* padding-left:15rem; */
}
.circle{

width: 50rem;
padding:5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  border: 1rem;
  border-radius:3.5rem;
}
.text-slogan{
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
    /* padding-left: 15rem; */
}

  select {
    color: #ef233c;
    font-size: 16px;
    padding: 8px;
  }

  @media(max-width:1000px)
  {
    .how-it-works{

    }
    .circle{
      width: 40rem;
    }
  }

   @media(max-width:800px)
  {
    .how-it-works{
width:60rem;
    }
    .circle{
      width:30rem;
    }
  }

     @media(max-width:600px)
  {
    .how-it-works{
/* grid-template-columns: repeat(1,1fr); */
    }
.circle{
  width:100%;
}
  }

       @media(max-width:500px)
  {
    .how-it-works{
grid-template-columns: repeat(1,1fr);
    }
.circle{
  width: 70%;
}
  }



.car-rental-btn{
  padding: 1.6rem 3.2rem;
  background-color: #ef233c;
  color: #fff;
  transition: all 0.3s;
  border-radius: 2rem;
  font-size: 1.6rem;
  text-decoration: none;
}

.services-heading-rental{
    font-size: 3rem;
    padding: 2rem;
    margin-bottom: 3rem;
}