body{
    margin: 0;
    padding: 0;
}

/* Navbar */
.list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    margin-left: 50px;
}
.list1 a{
    text-decoration: none;
    color: gray;
}
.list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-right: 50px;
}
.list2 a{
    text-decoration: none;
    color: gray;
}
.navbar{
    background-color: #eaeded;

}
#navBrand{
    font-size: 34px;
    font-weight: 800;
    margin-left: 20px;
    color: #1E69B8;
}
.nav-link{
    font-family: 'Helvetica Neue','Helvetica','Arial', sans-serif;
}   

.nav-link:hover{
    color: #1E69B8 !important;
    border-bottom:1px solid #1E69B8;
}

.dropdown-menu .dropdown-item:hover{
    color: #1E69B8;
    z-index: 1;
}
.dropdown-menu:hover{
    display: block;
}


/* carousel */
.carouselImages{
    height: 500px;
}
.carouselText{
    color: white;
    top: 50%;
    left: 50%; 
    position: absolute;
    transform: translate(-50%, -50%);
    animation-name: carouselTextAnimation;
    animation-duration: 4s;
    
}
.carouselButtons{
    color: white !important;
    border: 1px solid#eaeded !important;
    border-radius: 0px !important;
    padding: 10px 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;

}
.carouselButtons:hover{
    background-color: #1E69B8 !important;
    color: white !important;
    border: 1px solid white !important;
}

@keyframes carouselTextAnimation{
    0%{
        top:0px;
    }
    50%{
        top:250px;
    }
}

@keyframes carouselButton{
   0%{
       bottom: 0px;
   }50%{
        top: 250px;
   }
}


/* Appointment */
.kzn-appointmentButton{
    background-color: #1E69B8;
    color: white;
    border: none;
    padding: 16px 16px;
    font-size: 16px;
    font-weight: 600 !important;
}

.kzn-appointmentButton:hover {
    background-color: #1a4e84;
    color: white;
    border: none;
    padding: 16px 16px;
    font-size: 16px;
    font-weight: 600 !important;
}

/* Why Choose Us */

.kzn-readMoreButton{
    background-color: #1E69B8 !important;
    color: white;
    border: none !important;
    border-radius: 0px !important;
    padding: 16px 16px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.kzn-readMoreButton:hover {
    background-color: #1a4e84 !important;
    color: white;
    padding: 16px 16px !important;
    font-size: 16px !important;
    font-weight: 600!important;
}
.kzn-whyChooseUs{
    border-bottom: 2px solid #1E69B8;
    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
}

.hexagon{
    --b: 2px;
    height: 120px;
    aspect-ratio: cos(30deg);
    clip-path: 
      polygon(50% 0,-50% 50%,50% 100%,150% 50%,50% 0,
      50% var(--b),
      calc(100% - var(--b)*sin(60deg)) calc(25% + var(--b)*cos(60deg)),
      calc(100% - var(--b)*sin(60deg)) calc(75% - var(--b)*cos(60deg)),
      50% calc(100% - var(--b)),
      calc(var(--b)*sin(60deg)) calc(75% - var(--b)*cos(60deg)),
      calc(var(--b)*sin(60deg)) calc(25% + var(--b)*cos(60deg)),
      50% var(--b));
    background: linear-gradient(60deg,#1E69B8,#1E69B8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hexagonIcon svg{
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}


/* Vehicles Serviced  Section */
.kzn-viewListButton{
    padding: 18px 18px;
    color: #1E69B8;
    border: 1px solid #1E69B8;
    font-weight: 600;
    background: none;

}
.kzn-vehicleServicedList li svg{
    color: #1E69B8;
}
.kzn-viewListButton:hover{
    background-color: #1E69B8;
    color: white;
    border: 1px solid #1E69B8;
    font-weight: 600;
}
.kzn-vehicleServiced{
    border-bottom: 2px solid #1E69B8;
    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
}
.kzn-vehicleServicedBody{
    background-color: #eaeded;
}

/** Auto repair services */

.kzn-autoRepairServices{
    border-bottom: 2px solid #1E69B8;
    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
}
.kzn-viewAllButton{
    padding: 18px 18px;
    color: white;
    border: 1px solid #1E69B8;
    font-weight: 600;
    background-color: #1E69B8;
}
.kzn-viewAllButton:hover{
    background-color: #1a4e84;
    color: white;
    border: 1px solid #1E69B8;
    font-weight: 600;
}
.kzn-autoRepairServicesBody{    
    position: relative;
}
.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: black;
    transition: .5s ease;
    opacity:0;
    color: white;
    width: 100%;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  .kzn-autoRepairServicesBody:hover .overlay {
    opacity: 1;
  } 
  
  /* .kzn-autoRepairServicesBody img:hover{
    zoom: 1.2;
  } */



  /* Parallax Effect and Carousel */

  .parallax{
    background-image: url("https://img.freepik.com/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?ga=GA1.1.1546204889.1735108703&semt=ais_incoming");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding: 50px 0px;
}  


.kzn-caroselTextItem{
    position: absolute;
    color: white;
}

/*compnayOverview */
.kzn-compnayOverview{
    border-bottom: 2px solid #1E69B8;
    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
}
.kzn-companayOverviewImages{
    position: relative;
}
.kzn-companayOverviewImages img:hover{
    opacity: 0.9;
    animation-name: companyOverviewText;

}
.kzn-companayOverviewImages .overService{
    opacity: 0.9;
}
@keyframes companyOverviewText{
    from{
        top:0%;
    }to{
        top:40%;
    }

}
.overService{
    color: white;
    top: 50%;
    left: 50%; 
    position: absolute;
    transform: translate(-50%, -50%);
}
.kzn-imageOverButton{
    background :none;
    border: 1px solid white;
    color: white;
    border-radius: 0px ;
    padding: 10px 10px ;
    font-size: 14px;
    font-weight: 600 ;
}
.kzn-imageOverButton:hover {
    background-color: #1E69B8 !important;
    color: white;
    border-radius: 0px ;
    border: 1px solid white;
    padding: 10px 10px ;
    font-size: 14px;
    font-weight: 600 ;
}



/* Our Mission Popular Questions*/

.kzn-popularQuestions{
    border: 1px solid #bfc9ca;
    padding: 10px 10px;
}


.kzn-purchaseButton{
    background-color: #1E69B8 ;
    color: white;
    padding: 10px 10px ;
    border: none;
    font-size: 16px;
}
.kzn-ourMission{
    border-bottom: 2px solid #1E69B8;
    width: fit-content;
    padding-bottom: 5px;
}

/** OUR TEAM **/

.kzn-ourTeam{
    border-bottom: 2px solid #1E69B8;
    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
}
.card-img img{
    width: 100%;
}


/* Footer */

.footer{
    bottom: 0px;
}
.footerTextColor{
    color: white;
}

h6{
    font-size: px;
    font-weight: 900;
}

.footerIcons{
    color: #bfc9ca ;
}
.socialMedia{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #bfc9ca;
    border: 1px solid #bfc9ca ;
    padding: 10px;
}
.socialMedia:hover{
    border: 1px solid white;
    color: white;
}
.ourServices li{
    color: white;
    text-decoration: none;
}
.popularTags a{
    font-weight: 400;
    font-size: small;
    color: #bfc9ca ;
    text-decoration: none;
    border: 1px solid #bfc9ca ;
    padding: 6px;
}
.popularTags a:hover{
    color: white;
}

.footerHeadings{
    bottom : 0px;
    color: #eaeded;
    border: 1px solid #eaeded;
    width: 50%;
    display: flex;
    transform: translate(50%, 50%);
    margin-bottom: 15px;
}


/*
Contact page Css
*/

.formInputField{
 border-radius: 0px !important;
 padding: 10px 10px !important;
}
.formButton{
    background-color:#1E69B8;
    color: white;
    font-weight: 600;
    padding: 18px 18px;
    border: none;
}


/**
About Page CSS
*/

.kzn-ourServicesButton{
    color: white;
    background-color: #1E69B8;
    border: none;
    padding: 16px 16px;
    font-weight: 600;
}
.kzn-ourServicesButton:hover{
    color: white;
    background-color: #1a4e84;
    border: none;
    padding: 16px 16px;
    font-weight: 600;
}
.kzn-whyChooseUsAbout{
    border-bottom:1px solid #1E69B8;
    width: fit-content;

}

/* 
EngineDiagnostics page CSS
*/
.kzn-engineDiagnostics a {
    border-top: 1px solid #bfc9ca !important;
    border-bottom: 1px solid #bfc9ca !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #eaeded;
}
.kzn-activeItem{
    /* background-color: #1E69B8 !important; */
}
/* .kzn-activeItem:hover{
    background-color: #1E69B8 !important;
    color:white !important;
} */

.kzn-engineDiagnostics a {
    border-top: 1px solid #bfc9ca !important;
    border-bottom: 1px solid #bfc9ca !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #eaeded;
}



.kzn-activeItem:focus{
    background-color: #1E69B8 !important;
    color: white !important;
}



/* Blog Css  */

.kzn-blogImage{
    max-height: 600px !important;
}

.kzn-blogHeadLines{
    border-bottom: 2px solid #1E69B8;
    width: fit-content;
    padding-bottom:10px ;
}

/* Shop Page CSS*/

.kzn-addToCart{
    padding: 15px 20px;
    background: none;
    border: 1px solid gray;
    font-weight: 600;
}

.kzn-addToCart:hover{
    background-color: #1E69B8;
    color: white;
}
.kzn-shopCard{
    width: 250px;
    height: 150px;
    border-radius:0px !important;
}


.kzn-shopCardItems{
    /* display: flex; */
    display: flex;  
    flex-wrap: wrap;
    gap: 40px;
}
.kzn-filterButton{
    padding: 15px 20px;
    background: none;
    border: 1px solid gray;
    font-weight: 600;
}

.kzn-filterButton:hover{
    background-color: #1E69B8;
    color: white;
}
.kzn-productCatButton{
    padding: 10px 10px;
    background: none;
    border: 1px solid gray;
}

.kzn-productCatButton:hover{
    background-color: #1E69B8;
    color: white;
}

.kzn-inputFeild{
    border-radius: 0px !important;    
}
.kzn-searchButton{
    padding: 15px 20px;
    background: none;
    border: 1px solid gray;
    font-weight: 600;
}
.kzn-searchButton:hover{
    background-color: #1E69B8;
    color: white;
   
}
.kzn-shopHeadings{
    border-bottom: 2px solid #1E69B8;
    width: fit-content;
    padding-bottom: 8px;

}
.kzn-pagination{
    border: 1px solid grey !important;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 0px !important;
}
.kzn-shopCartImage{
    max-height: 300px !important;
}

/* Login and Signup form Heading */

.kzn-formHeading{

    background-color: #1E69B8;

}
.kzn-formBtn{
    background-color: #1E69B8 !important;
    font-weight: 600 !important;
}