.root {
    --aspect-ratio--square: 1;
    --aspect-ratio--4-3: 4 / 3;
    --aspect-ratio--3-4: 3 / 4;
    --aspect-ratio--3-2: 3 / 2;
    --aspect-ratio--2-3: 2 / 3;
    --aspect-ratio--16-9: 16 / 9;
    --aspect-ratio--9-16: 9 / 16;
    --color--black: #000000;
    --color--cyan-bluish-gray: #abb8c3;
    --color--white: #ffffff;
    --color--pale-pink: #f78da7;
    --color--vivid-red: #cf2e2e;
    --color--luminous-vivid-orange: #ff6900;
    --color--luminous-vivid-amber: #fcb900;
    --color--light-green-cyan: #7bdcb5;
    --color--vivid-green-cyan: #00d084;
    --color--pale-cyan-blue: #8ed1fc;
    --color--vivid-cyan-blue: #0693e3;
    --color--vivid-purple: #9b51e0;
    --gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --font-size--small: 13px;
    --font-size--medium: 20px;
    --font-size--large: 36px;
    --font-size--x-large: 42px;
    --spacing--20: 0.44rem;
    --spacing--30: 0.67rem;
    --spacing--40: 1rem;
    --spacing--50: 1.5rem;
    --spacing--60: 2.25rem;
    --spacing--70: 3.38rem;
    --spacing--80: 5.06rem;
    --shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    --color-secondary: #1C1C4A;
    --color-primary: #3A4268;
    --color-text: #FFFFFF;
    --color-accent: #FFFFFF2B;
    --color-d49ac81: #FFDD00;
    --color-332724a: #0EB3E3;
    --color-4d462f5: #DCDDE8;
    --color-cfa1f76: #F2F6FF;
    --color-7fbea4f: #F5F5F7;
    --color-c94d9ab: #3D3FA5;
    --color-044b931: #303183;
    --color-638d055: #231E3C;
    --color-ec3c7a7: #FFDD00;
    --color-3ee16e7: #0EB3E3;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
}

/* #navbar-toggle-menu {
    background-color: #ffffff;
} */

/* #navbar-menu-icon {
   color: #ffffff;
   background-color: #ffffff;
} */

.header {
    width: 100%;
    top: 0px !important;
    background-color: #303183;
    z-index: 1000;
}

.logo {
    font-size: 32px !important;
}

.nav {
    height: 5rem;
   top: 0px !important; 
   z-index: 1100;
}

.nav-link:hover {
    color: #0EB3E3 !important;
}

.drop-down {
    background-color: #303183 !important;
}

.drop-down a:hover {
    background-color: #232460 !important;
    
}

.getstarted-btn {
    background-color: #FFDD00 !important;
}

.getstarted-btn:hover {
    background-color: #0EB3E3 !important;
    color: white !important;
}

.section-1 {
    background-image: url('images/bg1.jpg');
    background-position: ; 
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    margin-top: 70px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.section-1::before {
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(2, 3, 129, 0.3);
    z-index: 1;
}

.sec1-col h1{
    color: white;
    font-size: 52px;
    font-weight: 700;
    position: relative;
    z-index: 5;
}

.sec1-col p {
    color: white;
    font-size: 20px;
    position: relative;
    z-index: 5;
}

.book-btn {
    background-color: #FFDD00 !important;
    position: relative;
    z-index: 5;
    transition: all 300ms ease;
    padding: 10px 15px !important;
}

.book-btn:hover {
    background-color: #0EB3E3 !important;
}

.book-btn1 {
    background-color: ;
    color: white !important;
    border: 2px solid white !important;
    position: relative;
    z-index: 5;
    transition: all 300ms ease !important;
    margin-left: 20px;
}

.book-btn1:hover {
    background-color: #0EB3E3 !important;
    border: 2px solid #0EB3E3 !important;
}

.img1 {
    width: 400px;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
    z-index: 6;
}

.circle-div {
    position: absolute;
    z-index: 11;
}

.circle {
    border-radius: 100%;
    height: 180px;
    width: 180px;
    background: linear-gradient(135deg, rgb(51, 167, 181) 0%,rgb(239, 212, 76) 80%, rgb(255, 221, 0) 100%);
    position: relative;
    z-index: 10;
    margin-left: -70%;
    margin-top: -18%;
}

.sec2-row {
    margin-top: 120px !important;
}

.sec2-col p {
    color: white;
    font-size: 12px;
    position: absolute;
    margin-top: -65%;
    margin-left: -50%;
    z-index: 15;
    line-height: 20px;
    white-space: nowrap;
}

.sec2-col p span {
    font-size: 48px;
    font-weight: bold;
}

.sec2-p {
    color: #0EB3E3;
}

.sec2-col2 h1 {
    color:  #1C1C4A;
    font-weight: 600;
    font-size: 36px;
}

.sec2-p2 {
    color: #7a81a0;
}

.vis-icon {
    background-color: #0EB3E3;
    color: white;
    font-size: 56px;
    border-radius: 100%;
    padding: 10px 10px;
}

.disc-line {
    background-color: #d7dcf2;
    height: 1px;
    margin-bottom: 30px;
}

.section-2 {
    background-image: url('images/bg2.jpg');
    /* background-position: ; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.section-2::before {
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(2, 3, 129, 0.3);
    z-index: 1;
}

.contact-btn {
    background-color: #FFDD00 !important;
    position: relative;
    z-index: 5;
    transition: all 300ms ease;
    padding: 8px 15px !important; 
}

.contact-btn:hover {
    background-color: #0EB3E3 !important;
}

.section-4 {
    background-color: #F5F5F7;
    padding-bottom: 100px;
}

.img2 {
    border-radius: 8px;
    position: relative;
    height: 480px !important;
    object-fit: cover;
    margin-top: 100px;
}

.square-hold {
    position: absolute;
    z-index: 5;
    margin-left: -58%;
    margin-top: 130px;
}

.square-div {
    height: 40px;
    padding: 10px 40px;
    background: linear-gradient(135deg, rgb(51, 167, 181) 0%,rgb(239, 212, 76) 80%, rgb(255, 221, 0) 100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.square {
    background: rgb(255, 255, 255);
    height: 100%;
    padding-bottom: 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.star-div {
    color: #fcb900;
    font-size: 16px;
}

.star-div1 {
    color: #e1e6ff;
    font-size: 16px;
}

.square-h1 {
    color: #0EB3E3;
    font-weight: 800;
    font-size: 42px;
}

.square-p {
    font-size: 14px;
    color: white;
    background-color: #0EB3E3;
    border-radius: 20px;
    width: 80%;
    padding: 3px ;
    margin-left: 15px;
}

.img3 {
    width: 250px;
    position: absolute;
    border: 7px solid white;
    border-radius: 8px;
    margin-top: 450px;
    margin-left: 70%;
}

.sec4-col2 {
    margin-top: 100px !important;
}

.sec4-col2 h1 {
    color:  #1C1C4A;
    font-size: 36px;
    font-weight: 600;
}

.blue-check {
    color: #0EB3E3;
    font-size: 20px;
}

.check-bord {
    background-color: white;
    border-radius: 8px;
}

.check-bord p {
    font-size: 14px;
}

.section-5 {
    background-color: #F2F6FF;
}

.section-5h1 {
    color: #1C1C4A;
    font-weight: 600;
    font-size: 36px;
}

.home-row {
    display: inline;
    border-radius: 8px;
    max-width: 420px !important;
    /* box-shadow: 5px 4px 8px rgba(230, 222, 222, 0.2); */
    transition: all 300ms ease;
}

.home-row:hover {
    box-shadow: 0px 2px 2px rgba(26, 21, 21, 0.4);
}

.home-clean {
    background-color: white;
    border-radius: 8px;
    height: 500px;
    padding-bottom: 30px;
}

.home-move h4 {
    color:  #1C1C4A;
}

.office {
    width: 420px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 100px;
    border-right: 15px solid #0EB3E3;
    position: relative;
}

.home-icon {
    color: white;
    background-color: #0EB3E3;
    border-radius: 100%;
    padding: 10px 10px;
    font-size: 36px;
    position: absolute;
    margin-top: -18%;
}

.section-6 {
    background-image: url('images/bg4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
    z-index: 15;
}

.section-6::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 80vh;
    background: rgba(2, 3, 129, 0.3);
    z-index: 5;
}

.sec5-col {
    padding-top: 10%;
    z-index: 20;
    position: relative;
}

.sec5-col h3 {
    font-size: 36px;
    font-weight: 600;
}

.section-7 {
    background-color: #F5F5F7;
}

.detail {
    background-color: white;
    border-radius: 8px;
    border-bottom-right-radius: 60px;
    border-right: 18px solid #0EB3E3;
    transition: all 300ms ease;
}

.detail:hover {
    transform: translateY(-20px);
}

.icone-txt h5 {
    color: #232460;
}

.icone-txt p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.sec8-col h3 {
    color: #232460;
    font-weight: 600;
    font-size: 26px;
}

/* Basic styling for the form */
/* body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
} */
.form-container {
    max-width: 600px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.form-container h2 {
    text-align: center;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.appoint-btn {
    width: 100% !important;
    padding: 10px !important;
    background-color: #ffcc00 !important;
    color: black !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 300ms ease !important;
}

.appoint-btn:hover {
    background-color: #0EB3E3 !important;
    color: white !important;
}

.section-9 {
    background-image: url('images/bg5.jpg');
    background-size: cover;
    height: 80vh;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(30, 30, 95), rgba(137, 124, 255, 0.2));
}

.img-9 {
    position: absolute;
    width: 500px;
    height: ;
    margin-top: -118px;
    display: none;
}

.slide-area h2 {
    color: white;
    font-weight: 600;
    padding-bottom: 10px;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding-top: 0px;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: ;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #0EB3E3;
  }
  
  /* Add an italic font style to all quotes */
  q {
    font-style: italic;
}
  
  /* Add a blue color to the author */
  .author {
    color: #0EB3E3;
}

.section-10 {
    background-image: url('images/bg4.jpg');
    background-size: cover;
    height: 70vh;
    position: relative;
}

.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(30, 30, 95), rgba(137, 124, 255, 0.2));
}

.foot h4 {
    color: #ffcc00;
    font-weight: 500;
    padding-bottom: 15px;
}

.foot p {
    line-height: 15px;
    transition: all 300ms ease;
    color: white;
}

.foot p:hover {
    color: #0EB3E3;
    transform: translateX(5%);
}

.foot1 h4 {
    padding-bottom: 15px;
    color: #ffcc00;
}

.foot1 p{
    margin-bottom: 5px;
    color: white;
    font-weight: 600;
}

.foot-txt a {
    color: white;
    text-decoration: none;
    transition: all 300ms ease;
}

.foot-txt a:hover {
    color: #0EB3E3;
    transform: translateX(5%);
}

.foot-icon i {
    color: #232460;
    background-color: #ffcc00;
    border-radius: 100%;
    padding: 25px;
    font-size: 32px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.car-section1 {
    position: relative;
    margin-top: 75px;
    background-image: url('images/bluewave4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: ;
    height: 80vh;
    z-index: 5;
}

.car-section1::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(1, 1, 77, 0.559);
    z-index: 1;
}

.car-col h1 {
    position: relative;
    font-size: 60px;
    font-weight:700;
    color: white;
    z-index: 6;
}

.car-col p {
    position: relative;
    color: white;
    font-size: 20px;
    z-index: 6;
}

.since2014 {
    position: relative;
}

.car-card {
    background: #232460;
    padding: 20px;
    border-radius: 8px;
}

.car-card h4 {
    color: white;
    font-weight: 600;
}

.car-card p {
    color: white;
}

.car-icon1 {
    color: white;
    font-size: 76px;
}

.mySlidess {
    display: none;
} 

.car-img1 {
    /* width: 650px !important; */
    height: 450px !important;
    object-fit: cover;
    background-color: white !important;
    position: relative;
    border-radius: 10px; /* Optional: Rounded corners */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5) !important; /* Shadow effect */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
  }

  /* Add hover effect */
  .car-img1:hover {
    transform: scale(1.05); /* Slight zoom on hover */
  }

.car-card2 {
    position: relative;
    background: #232460;
    padding: 20px;
    /* width: 300px; */
    margin-top: -30%;
    margin-left: 50%;
    right: -40px;
}

.car-card2 h1 {
    text-align: center;
    color: white;
    font-size: 88px;
    font-weight: 700;
}

.car-card2 p {
    color: white;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.car-service {
    position: relative;
} 

.car-service h3 {
    font-size: 38px;
    font-weight: 600;
    /* padding-left: 0px; */
    padding-bottom: 10px;
}

.car-service1 h3 {
    font-size: 38px;
    font-weight: 600;
    /* padding-left: 0px; */
    padding-bottom: 10px;
}

.car-service-p {
    /* margin-left: 0px; */
}

.red-line {
    width: 7%;
    height: 2px;
    background-color: #232460;
    /* margin-left: 0px; */
    margin-bottom: 10px;
}

.blue-check1 {
    /* margin-left: 0px; */
    color: #232460;
}

.red-line2 {
    width: 5%;
    height: 2px;
    background-color: #232460;
    display: flex;
    justify-self: center;
}

.car-section2 {
    background: #e4e8ff;
}

.car-section2 h3 {
    font-weight: 600;
}

.car-icon2 {
    color: #232460;
    background-color: white;
    font-size: 36px;
    padding: 15px;
    border-radius: 100px;
    position: absolute;
    margin-top: -17%;
    left: 72%;
}

.car-icon3 {
    color: white;
    background-color: #232460;
    font-size: 36px;
    padding: 15px;
    border-radius: 100px;
    position: absolute;
    top: -16%;
    margin-left: 58%;   
}

.car-wash1-img {
    height: 380px !important;
    object-fit: cover;
}

.hand-holder {
    /* position: relative; */
}

.hand-txt-holder {
    background: #232460;
    padding: 40px;
    height: 380px;
}

.self {
    font-weight: 600;
    font-size: 20px;
}

.self-p {
    font-size: 14px;
}

.hand-txt-holder a {
    text-decoration: none;
    transition: all 300ms ease;
}

.hand-txt-holder a:hover {
    color: #FFDD00 !important;
}

.hand-txt-holder2 a:hover {
    color: #FFDD00;
    transform: translateY(-50px);
} 

.hand-txt-holder3 a:hover {
    color: #FFDD00;
}

/* .hand-holder3 {
    po
} */

.car-wash2-img {
    position: relative;
    width: 420px !important;
    height: 300px !important;
    object-fit: cover;
}

.car-wash3-img {
    position: relative;
    width: 420px !important;
    height: 300px !important;
    object-fit: cover;
}

.hand-txt-holder2 {
    position: relative;
    background: white;
    padding: 30px;
    width: 316px;
    margin-left: 11.2%;
    margin-top: -30%;
}

.hand-txt-holder2 a {
    text-decoration: none;
    color: #232460;
}

.car-service-row {
    margin-top: -300px !important;
    margin-left: 1px !important;
}

.hand-txt-holder3 {
    position: relative;
    background: white;
    padding: 30px;
    width: 316px;
    margin-left: 9.3%;
    margin-top: -30%;
}

.hand-txt-holder3 a {
    text-decoration: none;
    color: #232460;
}

.car-section3 h3 {
    font-weight: 600;
}

/* clean and dirty car */

.slider-container {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    user-select: none;
}

.image-wrapper {
    position: relative;
    width: 100%;
}

.clean-car, .dirty-car {
    display: block;
    width: 100%;
    height: auto;
}

.dirty-car {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* clip-path: ;
    transition: ; */
}

.slider-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    border-left: 2px solid #303183;
    /* cursor: ew-resize;
    transition: left 0.3s ease; */
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: white;
    border: 2px solid #303183;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider-handle:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #303183;
    border-radius: 50%;
}

.car-testi {
    background-image: url('images/carbg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: ; */
    height: 70vh;
    position: relative;
}

.car-testi::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(2, 3, 129, 0.3);
    z-index: 1;
}

.car-footer {
    background-image: url('images/car-foot-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    position: relative;
}

.car-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /* gap: 20px; */
}

/* about us */

.about-section1 {
    background-image: url('images/car-abt-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: ;
    height: 70vh;
    margin-top: 80px;
    position: relative;
}

.about-section1::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(2, 3, 129, 0.3);
    z-index: 1;
}

.about-section1 h3 {
    font-size: 36px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-items: center;
    padding-top: 200px;
    z-index: 5;
    position: relative;
}

.about-head a, .about-head p {
    color: white;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    z-index: 5;
}

.about-head a:hover {
    color: #0EB3E3;
}

.about-section3 h3 {
    font-weight: 600;
}

.about-section3 h5 {
    font-weight: 600;
    padding-top: 10px;
}

.serv-car-img {
    height: 700px !important;
    object-fit: cover;
}

.car-service-img {
    position: relative;
}

.car-card3 {
    position: relative;
    margin-top: -100px;
    margin-left: 200px;
    z-index: 1;
    padding-bottom: 50px;
}

.car-img4 {
    z-index: 2;
    border-radius: 8px;
}

.car-img5 {
    position: relative;
    border-radius: 8px;
}

.about-section3 {
    background-color:  #e4e8ff;
}

/* contact us */

.cont-icon {
    font-size: 42px;
    color: #0EB3E3;
}

.contaact-head p {
    color: #0EB3E3;
}

.contaact-head h3 {
    font-size: 34px;
    font-weight: 600;
}

.cont-row a {
    color: #1f1c1c;
    text-decoration: none;
}

.cont-form {
    background-color: #232460;
}






















@media (max-width:991px) {
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5) !important;
        border-color: rgba(255,255,255,.1) !important;
    }
    .header {
        margin-top: -10px;
        padding-bottom: 5px;
    }
    .section-1 {
        background-image: url('images/bg1.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 40vh;
        margin-top: 70px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 5;
    }
    .sec1-col, .car-section1 h1 {
        font-size: 42px;
    }
    .sec1-col, .car-section1 p {
        font-size: 16px;
    }
    .sec2-row {
        margin-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .section-2 {
        height: 40vh;
    }

    /* car wash */

    .car-section1 {
        height: 40vh;
    }

    .car-card2 {
        position: relative;
        background: #232460;
        padding: 20px;
        /* width: 300px; */
        margin-top: -40%;
    }

    .red-line2 {
        width: 5%;
        height: 2px;
        background-color: #232460;
        display: flex;
        justify-self: center;
    }
    
    /* about is */

    .about-section1 {
        background-position: center;
        height: 40vh;
    }

    .section-10, .car-footer {
        background-position: center;
        height: 100vh;
    }
}

@media (max-width:767px) {
    .section-10, .car-footer {
        background-position: center;
        height: 150vh;
    }

    .serv-car-img {
        display: none;
    }
    /* car wash */

    .car-card2 {
        position: relative;
        background: #232460;
        padding: 20px;
        /* width: 300px; */
        margin-top: -55%;
        right: 0;
        left: 0;
    }

    .since2014-img {
        position: relative;
        margin-bottom: 160px;
    }

    .red-line2 {
        width: 5%;
        height: 2px;
        background-color: #232460;
        display: flex;
        justify-self: center;
    }
}

@media (max-width:580px) {
    .sec1-col h1 {
        font-size: 28px !important;
    }
    .car-section1 h1 {
        font-size: 26px;
    }
    .car-section1 p {
        font-size: 14px;
    }
    .sec1-col p {
        font-size: 14px !important;
    }
    .book-btn, .book-btn1, .contact-btn {
        padding: 5px 10px !important;
    }
    .sec2-col2 h1 {
        font-size: 22px;
    }
    .sec2-p2 {
        font-size: 14px;
    }
    .vis-icon {
        font-size: 32px;
        padding: 10px;
    }
    .vis-txt h4 {
        font-size: 18px;
    }
    .vis-txt p {
        font-size: 14px;
    }
    .sec1-col h1 {
        font-size: 22px;
    }
    .sec1-col p {
        font-size: 14px;
        line-break: auto;
    }
    .square-hold {
        margin-left: -50%;
    }
    .sec4-row {
        margin-top: -50px !important;
    }
    .sec4-col2 {
        margin-top: 20px !important;
    }
    .sec4-col2 h1 {
        font-size: 22px;
    }
    .section-5 {
        margin-top: -50px;
    }
    .section-5h1 {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .home-icon {
        margin-top: -18%;
    }
    .img3 {
        margin-left: 30%;
    }
    .section-6 {
        height: 40vh;
    }
    .section-6::before {
        height: 40vh;
    }
    .sec5-col h3 {
        font-size: 22px;
    }
    .sec5-col p {
        font-size: 14px;
    }
    .section-7 {
        margin-top: -50px;
    }
    .section-5h1 {
        font-size: 22px;
    }
    .icone-txt h5 {
        font-size: 18px;
    }
    .icone-txt p {
        font-size: 14px;
    }
    .section-8 {
        margin-top: -100px;
    }
    .sec8-col h3 {
        font-size: 22px;
    }
    .img-4 {
        width: 340px;
    }
    .img5 {
        width: 400px;
        display: none;
    }
    .section-9 {
        height: 50vh;
    }
    .foot-icon i {
        padding: 15px;
    }
    .section-10, .car-footer {
        height: 140vh;
    }

    /* car wash section */

    .talent-top {
        margin-bottom: 50px;
    }

    .car-service {
        margin-top: -210px !important;
    }

    .car-service1 {
        margin-top: -10px !important;
    } 

    .car-card2 {
        margin-top: -58%;
    }

    .red-line2 {
        width: 5%;
        height: 2px;
        background-color: #232460;
        display: flex;
        justify-self: center;
        display: none;
    }

    .hand-holder {
        margin-bottom: 50px;
    }

    .hand-holder2,.hand-holder3 {
        margin-bottom: 50px;
    }

    .hand-holder2-div {
        margin-bottom: 300px;
    }

    .car-section2-p {
        font-size: 14px;
    }

    .copy-p {
        padding-top: 50px;
    }

    /* about us */

    .about-section1 h3 {
        display: flex;
        align-items: center;
        justify-items: center;
        padding-top: 120px;
    }

    .since-serve {
        height: 83vh;
    }

    .car-service h3 {
        font-size: 22px;
    }

    .car-service1 h3 {
        font-size: 22px;
    }

    .car-testi {
        height: 50vh;
        background-position: center;
    }

    /* contact us */

    .contaact-head h3 {
        font-size: 22px;
    }
}

@media (max-width:384px) {
    .hand-txt-holder2, .hand-txt-holder3 {
        position: relative;
        background: white;
        padding: 30px;
        width: 316px;
        margin-left: 0;
        margin-top: -30%;
    }
}