@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;500;700;900&display=swap');*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul{
    list-style: none;
    padding: 0;
}
a{
    text-decoration: none;
}
body{
    direction: rtl;
    font-family: 'Cairo', sans-serif;    background-color: #F2F2F2;
    min-height: 100vh;
}
:root{
    --main-color: #323031;
}
/* start header */
header .navbar-brand img{
    width: 120px;
}
header .navbar-collapse{
    flex-grow: 0;
}
header nav li a{
    text-transform: capitalize;
    color:var(--main-color);
}
/* start .products */
.products h2{
    color: var(--main-color);
}
.products .products-container{
    margin: 0 20px;
}
.products .product-category .card{
    height: 250px;
    border-radius: 3rem;
    cursor: pointer;
    transition: all ease 0.3s;
    position: static;
    overflow: hidden;
}

.products .product-category .card img{
   height: 70%;
   max-width: fit-content;
   margin: auto;
    position: relative;

}
.products .product-category .card .overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background-color: #3230315e;
    border-radius: 3rem 3rem 0 0;
    transition: all ease 0.3s;
}
.products .product-category .card:hover .overlay{
    display: block;
}


.products .product-category .card .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 15px;
}
.products .product-category .card .card-text{
    font-size: 20px;
    text-transform: uppercase;
    color:var(--main-color);
    font-weight: 500;
}
/* start categories */
.categories h2{
    color: var(--main-color);
}
.categories .cate-wrapper{
   padding: 10px 0;
    position: relative;
}
.categories .cate-wrapper::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #32303166;
}

.categories .cate-img img{
    border-radius: 8px;
    width: 170px;
    /* height: 150px; */
}
@media (max-width: 575px) {
    .categories .cate-img img {
        width: 120px;
        /* height: 100px; */
    }
}
.categories .cate-details h4{
    font-size: 16px;
    text-transform: capitalize;
    color: var(--main-color);
}
.categories .cate-details p{
    font-size: 14px;
    color: var(--main-color);
    line-height: 1.3;
    margin-bottom: 5px;
}
.categories .cate-details span{
    font-weight: 500;
    color: #eaa01a;
    font-size: 14px;
}
.contact-us .hero-section p{
    position: absolute;
    letter-spacing: 2px;
}
.contact-us .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000036;
}
.contact-us .contact-info h4 ,.contact-us .contact-info p,
.contact-us .form h4 ,.contact-us .form p{
    color: var(--main-color);
}
.contact-us .contact-info .add{
    margin-left: 8px;
}
.contact-us .form button{
    background-color: var(--main-color);
    border: var(--main-color);
}
.contact-us h4{
    position: relative;
    width: fit-content;
    padding-bottom: 10px;
}
.contact-us h4::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #32303166;
}
.our-story h4, .our-story p{
    color: var(--main-color);
}

.testemionals {
    margin-bottom: 50px;
  }
  .testemionals .content {
    width: 80%;
    margin: auto;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testemionals .content p {
    line-height: 2;
    position: relative;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .testemionals .content p::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--main-color);
   bottom: 5px;
  }
  .testemionals .content span{
   font-weight: 500;
    font-size: 14px;
  }

  .happy-clients {
    background-image: url("https://images.unsplash.com/photo-1629196911514-cfd8d628ba26?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=399&q=80");
    background-size: cover;
    margin-bottom: 50px;
  }
  .happy-clients .header .para {
    font-family: "kuashan";
  }
  .happy-clients .header h2 {
    font-weight: 700;
    font-family: "montserrat";
    position: relative;
    margin-bottom: 30px;
  }
  .happy-clients .header h2::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #f38181;
    bottom: 0;
    left: 48%;
  }
  .happy-clients .img {
    border-radius: 50%;
    margin-left: 20px;
  }
  .happy-clients .img img {
    border-radius: 50%;
    border: 3px white solid;
    width: 100%;
  }
  .happy-clients .descrption h3 {
    font-size: 14px;
  }
  .happy-clients .descrption span {
    font-size: 12px;
    position: relative;
    padding-bottom: 10px;
  }
  .happy-clients .descrption span::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #f38181;
    bottom: 0;
    right: 0;
  }
  .happy-clients .descrption p {
    margin-top: 15px;
    font-size: 14px;
  }
