body{margin: 0;padding: 0;font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 17px;
  font-style: normal;
  font-variation-settings:"wdth" 100;}
.logo-img{height:80px;}
/*.carousel-inner img {*/
/*    width: 100%;*/
/*    height: 500px;*/
/*  }*/
     h1.head-h1 {
    font-size: 28px;
}
h2.head-h2 {
    font-size: 26px;
}
h3.head-h3 {
    font-size: 20px;
}
.third-section {
    background-image: url("../img/banner/frames-and-glasses-mission.webp");
        position: relative;
            background-size: cover;
    background-position: right center;
        /*padding: 150px 0px;*/
}
  
/*  .third-section:before {*/
/*    content: "";*/
/*    background-color: #00000069;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
    
/*}*/
.store-img,.our-products .over-img,.our-service .service-over-img{overflow: hidden;}
.store-img:hover img,.our-products:hover .over-img>img,.our-service:hover .service-over-img>img{    transform: scale(1.07);transition: all 1s cubic-bezier(.104,.204,.492,1);}
.store-img img,.our-products img,.our-service img{transition: all 1s cubic-bezier(.104,.204,.492,1);}
.five-section{background-color:#ff91005e;}
.our-products:hover,.our-service{    box-shadow: 0px 0px 11px 0px #ccc;}
.seven-section {background-color:#ff9100;}
.seven-section .nav-link{color: #000;font-weight:600;}
.nine-section {background-color:#000;}


@media(max-width:767px){
    .carousel-inner img {
    width: 100%;
   height: auto;
}
h1.head-h1 {
    font-size: 24px;
}
h2.head-h2 {
    font-size: 22px;
}
h3.head-h3 {
    font-size: 19px;
}
.third-section {
    background-position: unset;

}
}
  