@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
}

*{
    font-family: "Roboto", sans-serif !important;
  /* font-weight: 400; */
  font-style: normal;
}

.col-md-3 p a{
    text-decoration: none !important;
}

.nav-link:hover{
    font-weight: bold;
    color: #198754 !important;
}
.nav-item{
    margin: 0 12px;
}
.text-h2{
    letter-spacing: .8;
    font-size: 3.6rem;
    font-weight: 600;
}
.line{
    background-color: blue;
    height: 3px;
    width: 5.4rem;
    margin: 10px 0;
}
.text-warn{
    color: rgb(97, 97, 19) !important;
 
}
.lines{
    background-color: rgb(89, 10, 132);
    height: 4px;
    width: 5rem;
    margin: 15px 0;
}
.img-position{
    position: relative; 
     left: 6rem;
}
.img-hover{
    /* height: 500px; */
    transition: all .3s ease-in-out;
}
.img-hover:hover{
    padding-top: 13px;
}
.img-size{
    width: 260px;
    height: 230px;
}

.slick-slider {
    width: 90%;
    margin: 0 auto;
  }
  
  .slick-slide img {
    width: 100%;
    display: block;
  }
  
.img-text{
    display: flex;
    align-items: center;
    gap: 25px;
}
.img-pos{
position: relative;
left: 7rem;
}
@media(max-width:700px){
    .img-position,.img-pos{
        position: inherit !important;
        left: auto;
        right: auto;
    }
    .img-text{
        justify-content: center;
        flex-wrap: wrap;
    }
    .slide img {
        /* border: 1px solid #333; */
      width: 90px !important;
      height: 90px !important;
      /* border-radius: 50%; */
    }
    
}


.category-part.color-add{
  background-color: #053f24 !important;
  
}



.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(9, 122, 70, 0.73) !important;
    opacity: 0;
    transition: opacity 0.5s;
    color: white;
    font-size: 24px;
}

.card-container:hover .overlay{
    opacity: 1;
}

.card-img-top {
    transition: all 0.3s ease-in-out;
}

.card-img-top:hover{
    rotate: 4deg;
   scale: 1.1;
}

.last-footer{
display: flex ;
justify-content: space-between;
align-items: center;
}

@media(max-width:590px){

    .last-footer{
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
}

.footer-logo{
    margin: 0 -20px !important;
}



.product_name{
    position: absolute;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column ;
    background-color: rgba(9, 122, 70, 0.73) !important;
    opacity: 1;
    transition: opacity 0.5s;
   
}
