.top-header ol  {
  display: flex;
    justify-content: right;
    background-color: white;
    color: red;
    padding: 10px;
      margin-top: 10px;
  
    
}

.top-header ol li  {
   display: flex;
   margin-right: 20px;
 

}

.top-header i {
    margin-right:  10px;
}

.top-header p {
    margin-right: 10px;
}
/* top end */
/* navbar start */


.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
      width: 100%;
    background-color: black;
     
   
    
  
    height: 100px;
}

.logo {
    padding-left: 10px;
}

.logo img {
    width: 220px;
    height: 70px;
}

.toggle-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    padding-right: 20px;
    color: red;
}

.navbar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
     padding-right: 10px;
   padding-left: 10px;
}

.navbar ul li {
    list-style: none;
}

.navbar ul li a{
    text-decoration: none;
    color: red;
    font-size: 20px;
  
}

.navbar ul li a:hover {
    color: white;
}

.book-now {
    padding-right: 10px;
}

.book-now button {
    width: 100px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    color: white;
    border-radius: 10px;
   transition: transform 1s;

}

.book-now button:hover {
    background-color: white;
    border: 1px solid black;
    color: black;
    font-weight: bold;
    transform: scale(1.1);

}

.navbar ul li a:hover {
      background-color: white;
    height: 80px;
    width: 100%;
    padding: 10px;
    color: black;
    font-weight: bold;
    transition: 0.3 ease;
}


/* navbar end */

/* banner start */


 /*  banner start  */
   

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.banner-content {
  position: absolute;
  top:30%;
left:30%;
  transition: transform 3s ease ;
  text-align: center;
  color: white;
  z-index: 3;
  /*animation: fadeIn 2s ease-in;*/
}

.banner-content h1 {
  font-size: 45px;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 20px;
  margin-bottom: 20px;
}

/*.banner-content:hover {*/
/*        transform: translateX(100%);*/
/*}*/

.btn {
  padding: 12px 24px;
  background-color: #0033cc;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  animation: slideUp 1s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
;
  z-index: 4;
  padding: 0 20px;
}

.controls button {
  background-color: transparent;
  color: white;
  border: none;
  font-size: 30px;
  /* padding: 10px 16px; */
  cursor: pointer;
  width: 80px;
  
}

.controls button:hover {
  background-color: white;
}

    /* banner End  */
body {
   background-color: black;
}
/* about start */
.about-us {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
}

.about-image img {
     width: 450px;
     height: 450px;
     box-shadow:  10px 10px 10px 10px red;
     transition: transform 2s;
}

.about-image img:hover {
    transition: 0.3 ease;
    transform: scale(1.1);
}

.about-text {
    width: 550px;
    height: 550px;
    color: white;
}

.about-text p {
    text-align: justify;
    font-family: arial,sans-serif;
}

.para {
    color: red;
    font-weight: bold;
}

/* about end */
/* car banner start */

.car-banner-grid {
    margin-top: 40px;
}
.car-banner img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    transition: transform 3s;
}

.car-banner img:hover {
    transform: translateX(100%);
    transition: 0.3 ease;
}
/* car banner end  */
/* service start */

.service-grid {
    background-color: #333333;
}

.service-head h1 {
    margin-top: 60px;
    color: white;
    text-align: center;
}
.service-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:40px;
}

.service {
    position: relative;
   
}
.service img {
    width: 380px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px ;
    object-fit: cover;
     

}

.seo {
    color: white;
}

.service img:hover  {
   background-color: red;
}

.service-text {
    position: absolute;
    left: 10%;
    bottom: 5%;
    color: white;
    font-size: 20px;
    transition: transform 1s;
}

.service-text:hover {
    transform: scale(1.1);
    color: red;
}
/* service end */
/* gallery start */
.gallerys {
    background-color: #333333;
    margin-top: 150px;
}

.gallery-head {
    text-align: center;
    font-size: 35px;
    color: white;
}

.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:30px;
}

.gallery {
    position: relative;
}

.gallery-icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
   color: red;
   display: none;
   font-size: 30px;
   background-color: black;
}

.gallery-icon i {
    color: red;
  
}

.gallery img {
    height: 350px;
    width: 350px;
    object-fit: cover;
    border-radius: 10px;
    

}

.gallery-icon i:hover  {
    display: block;
}

.gallery img:hover {
      background-color: red;
}



.gallery:hover  .gallery-icon {
     display: block;
  
    
  
   
 
}

.gallery img:hover {
      transform: scale(1.10);
   transition: 0.3s ease;
    /* background-color: #333333;  */
}

 .gallery-icon {
      position: absolute;
      bottom: 50%;
      right: 50%;
      font-size: 25px;
      color: red;
    }

    /* Popup background */
.popup {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

/* Popup image */
.popup img {
  max-width: 90%;
  max-height: 80%;
  /* border: 4px solid black; */
  border-radius: 8px;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: red;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.gallery-icon {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  font-size: 25px;
  color: red;
  cursor: pointer;
  z-index: 10;
}


/* gallery end  */
/* footer start */
.footer-grid {
    background-color: #222222;
    color: white;
    padding: 40px;
    margin-top: 80px;
}

.footer-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-col {
    height: 300px;
    width: 300px;
}

.footer-col ul li {
    list-style: none;
}

.footer-col ul li a {
    text-decoration: none;
    color: #8a8a8a;
}

.footer-col ul li a:hover {
    color: red;
}

.footer-col p {
    color: #8a8a8a;
}

.footer-col i {
    color: red;
    margin-right: 20px;
    font-size: 20px;
}

.footer-link {
    display: flex;
    justify-content: center;
}

.footer-link a {
    color: red;
    text-decoration: none;
}

.footer-link a:hover {
    color: white;
}

.footer-col h2 {
    margin-left: 20px;
}
/* footer end  */

/* brandcrumb start */
.brandcrumb {
    background-image: url('images/brandcrumb.webp');
   
    width: 100%;
    height: 400px;
   background-size: 100%;
   background-position: 100%;
   /* position: relative; */
}

.brandcrumb-text {
    color: white;
    font-size: 35px;

    /* position: absolute;
    top: 20%;
    left: 40%; */
   
 
  
}

.brandcrumb-text h1 {
  text-align: center;
}

.brandcrumb-text a {
    text-decoration: none;
    color: white;
}

.brandcrumb-text a:hover {
    color: red;
}

.brandcrumb-text h1 {
   
    /*margin-left: 40%;*/
    
}

.brandcrumb-text p{
          text-align: center;
}
/* brandcrumb end */

.contact-description-contact-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:80px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-description {
    height: 450px;
    width: 450px;
    color: black;
    background-image: url('images/paint\ correction.webp');
    object-fit: cover;
    border-radius: 10px;
    padding: 20px;
}

.contact-form {
    height: 450px;
    width: 450px;
    background-color: #222222;
      padding: 20px;
      border-radius: 20px;
      color: white;
}

form input {
  
    width: 400px;
    height: 40px;
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
}

form textarea {
    width: 400px;
    height: 100px;
    background-color: transparent;
    color: white;
    font-size: 18px;
    border-radius: 10px;
}

button {
    background-color: red;
    border: 1px solid red;
    padding: 10px;
    border-radius: 10px;
    width: 150px;
    color: white;
    font-weight: bold;
}

button:hover {
   background-color: white;
   color: black;
   border: 1px solid white;
}
