@charset "UTF-8";

@font-face {
  font-family: 'Brush Script MT';
  src: url("../fonts/brush-script-mt/brush script mt kursiv.ttf");
}

@font-face {
  font-family: 'Segoe Script';
  src: url("../fonts/segoesc.ttf");
}

body{
}
.div-title{
  text-decoration: overline;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 3px;
  font-family: Segoe UI;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/car-repairing.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: white;
}
.hero-title{
  font-size: 35px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px black;
}
.hero-subtitle{
  font-size: 30px;
  text-shadow: 2px 2px 2px black;
  letter-spacing: 2px;
  font-family: Brush Script MT;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.about-img{
  border: 1.5px solid black;
  padding: 5px;
  width: 100%;
  height: 330px;
}
.about-div-small{
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .8px;
  font-weight: 600;
  color: #deaa3c;
}
.about-div{
  letter-spacing: 0.8px;
  font-size: 18px;
  text-align: justify;
}

.ser-div i{
  font-size: 35px;
  padding: 10px;
}
.ser-div p{
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 15px;
}
.ser-div:hover i{
  color: #deaa3c;
  transition: 1s;
}
.ser-div:hover p{
  color: #deaa3c;
  transition: 1s;
}


.product {
position: relative;
overflow: hidden;
padding: 20px;
}

.product-category {
padding: 0 10vw;
font-size: 30px;
font-weight: 500;
margin-bottom: 40px;
text-transform: capitalize;
}

.product-container {
padding: 0 8vw;
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
}

.product-container::-webkit-scrollbar {
display: none;
}

.product-card {
box-shadow: 1px 1px 10px grey;
flex: 0 0 auto;
width: 35%;
height: 410px;
margin-right: 30px;
margin-bottom: 5px;
margin-top: 5px;
}

@media (min-width : 250px)  and (max-width: 500px){
  .product-card{
    width: 100%;
    margin-right: 10px;
  }
  .product-container{
    padding: 0 6vw;
  }
}

@media (min-width : 501px)  and (max-width: 650px){
  .product-card{
    width: 80%;
    margin-right: 10px;
  }
}

@media (min-width:651px)  and (max-width: 768px){
  .product-card{
    width: 60%;
  }
}

@media (min-width:769px)  and (max-width: 950px){
  .product-card{
    width: 52%;
  }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
  .product-card{
    width: 30%;
  }
}
.product-image {
position: relative;
overflow: hidden;
width: 100%;
padding: 5px;
height: 250px;
}

.product-thumb {
width: 100%;
height: 100%;
object-fit: cover;
}

.product-card:hover .card-btn {
opacity: 1;
}

.card-btn:hover {
background: #ff7d7d;
color: #fff;
}

.product-info {
width: 100%;
height: 100px;
padding: 10px 20px;
font-size: 14px;
color: black;
}

.product-brand {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  color: black;
}

.product-short-description {
width: 100%;
height: 20px;
line-height: 20px;
overflow: hidden;
margin: 5px 0;
font-size: 15.5px;
color: #3B3B3B;
}

.pre-btn,
.nxt-btn {
border: none;
width: 10vw;
height: 100%;
position: absolute;
top: 0;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
cursor: pointer;
z-index: 8;
}
.pre-btn:focus,
.nxt-btn:focus{
  outline: none;
}

.pre-btn {
left: 0;
transform: rotate(180deg);
}

.nxt-btn {
right: 0;
}

.pre-btn img,
.nxt-btn img {
opacity: 0.2;
}

.pre-btn:hover img,
.nxt-btn:hover img {
opacity: 1;
}

.contact-table{
  font-size: 17px;
}
.contact-table td{
  font-family: "Gill Sans", sans-serif;
  letter-spacing: 0.5px;
  padding-top: 10px;
}
.contact-table a{
  font-size: 17px;
  text-decoration: none;
  color: black;
}
.contact-table tr:hover a, .contact-table tr:hover i{
  color: #deaa3c;
  transition: 1s;
}
.socialmedia{
  font-size: 22px;
  padding-right: 10px;
}

.provide{
  box-shadow: 1px 1px 10px grey;
  height: 360px;
  margin: 5px;
}
.provide img{
  width: 100%;
  height: 300px;
  padding: 5px;
}
.provide p{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  line-height: 20px;
}

@media only screen and (min-width : 750px)  and (max-width: 980px){
  .provide-div .col-md-3{
    width: 50% !important;
  }
}


/* header */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
nav{
  display: flex;
  height: 60px;
  width: 100%;
  background: black;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 60px;
  flex-wrap: wrap;
  transition: 0.3s;
}
nav img{
  width: 100%;
  height: 50px;
}
nav .logo{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
nav ul{
  margin-top: 1%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  overflow-y: hidden;
}
nav ul li a.active,
nav ul li a:hover{
  color: #111;
  background: #fff;
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 2%;
  top: 3%;
}
input[type="checkbox"]{
  display: none;
}
.admin{
  margin-left: 50px;
}
@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 20px;
  }
}
@media (max-width: 920px) {
  nav .menu-btn i{
    display: block;
  }
  .admin{
    margin-left: 0;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 50px;
    left: -100%;
    background: #111;
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0.8;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 20px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 16px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}

/* footer */
.footer{
  background: #2e3034;
  margin-top: 30px;
  padding-bottom: 20px;
}
.footer h1{
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #bcbfc5;
}
.footer a{
  display: block;
  padding: 4px;
  text-transform: capitalize;
  font-size: 14px;
  color: #bcbfc5;
}
.footer td{
}
.footer a:hover{
  text-decoration: none;
  color: white;
  transition: 1s;
}
.footer-icon{
  color: white;
}
.footer-sicon{
  font-size: 22px;
  display: flow-root;
}
.copyRight{
  background: #2e3034;
  color: #bcbfc5;
  padding-bottom: 2px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.copyRight a{
  text-decoration: underline;
  color: #bcbfc5;
}
