
/* Home Page CSS */
     
    /* Product display CSS */

    .about-image-banner-02 {
  border-radius: var(--border-radius-medium);

      width: auto;
      height: auto;
    }






/* button CSS */

.bn37 {

    outline: 0;
    grid-gap: 8px;
    align-items: center;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .14s ease-out;
    white-space: nowrap;
  }
  
  .bn37 {
    border-color: transparent;
    background-color: #fff;
    color: #000;
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  }
    
  .bn37:hover {
    box-shadow: 4px 4px 0 #000;
      transform: translate(-4px,-4px);
  }
  .bn37:focus-visible{
    outline-offset: 1px;
}


/* footer external CSS */

.about-font-footer {
 color: #c4bebe;

}

.site-footer-title-1{
  font-size:large;
  color: #68a7d1;
}


/* sitemap external CSS */

.home-map-mv {
  padding-top: 70px;
  
}



/* sitemap external CSS */

.section-padding-sitemap{
  padding: 60px;
  padding-left: 80px;
}

@media screen and (max-width: 900px) {
 
  .section-padding-sitemap{
    padding: 20px;
  }

}




/* product page external CSS

@media screen and (max-width: 1080px) {
 

  .product-mv {
     
  }

  .custom-block-wrap-mv{
    display: inline-flex;
    flex-direction:row;
  }

  .product-block-img-mv {
    width: 35%;
    align-items: center;
  }

  .custom-block-mv{
    width: 60%;
    margin-left:5px;
    margin-right: 2px;
  }

  .custom-btn-mv {
    padding:5px;
    width: 100%;
  }

  .block-body-mv{
    margin: 0;
    padding: 0;
  }

  .mb-3-mv {
    font-size:x-large;
  }

  .product-discription-mv {
    font-size: small;
  }

  .product-gap-line-mv {
    border: 1px solid red;
    width: 80%;
    align-items: center;
    justify-content: center;
  }
  
  .row-mv {
    align-items: center;
    justify-content: center;
  }
} */




