@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:root{
--darkblue:#36689E;
--lightblue:#F3FAFA;
}

.container{
    max-width: 1305px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.container1{
    max-width: 1267px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* navbar */
.navbar{
     font-family: "Roboto", sans-serif;
}
.navbrand img{
    width: 115px;
}
.navlist li{
    padding: 0 18px;
    font-size: 18px;
}
.navlist li a{
    color: black;
}
.navlist li a:hover{
    color: var(--darkblue) !important;
}
.navcontact{
    background-color: var(--darkblue);
    color: white;
    padding: 8px 20px;
}
.navcontact:hover{
    background-color: black;
    color: white;
}
.navdigit{
    border: 1px solid gray;
     padding: 8px 20px;
     margin-left: 20px;
}
.navdigit:hover{
    background-color: var(--darkblue);
    color: white;
}
/* banner*/
.ban_a a{
    color: rgb(106, 105, 105);
    margin-top: 10px;
    font-weight: bold;
}
.ban_a a:hover{
  color: var(--darkblue);
}
.ban_head{
    margin-top: 30px;
    position: relative;
}
.ban_head::before{
    content: "";
    background: var(--darkblue);
    height: 2px;
    width: 14%;
    position: absolute;
    margin-top: 40px;
}
/* shop */
.shop{
    padding-top: 30px;
    padding-bottom: 30px;
     font-family: "Roboto", sans-serif;  
}
 .shop h5{
    font-size: 20px;
    font-weight: bold;
 }
 .shop p{
    max-width: 1265.78px;
    width: 100%;
 font-size: 16px;
 font-weight: 500;
line-height: 2.0;
padding-top: 15px;
 }
 .cont{
    color: var(--darkblue) !important;
 }
 .shop h6{
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
 }
 .firstline{
  width: 100%;
  height: 2px;
  background-color: rgb(243, 240, 240);
 }
 .secline{
 width: 28%;
 height: 2px;
 background-color: var(--darkblue);
 }

   /* footer */
  .footer{
    padding-top: 50px;
    background-color: #F3FAFA;
  }
  .mainfot{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .fot1 img{
    width: 160px;
  }
  .fot1 p{
    max-width: 454px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin: 20px 0;
    color: rgb(86, 86, 86);
    text-transform: capitalize;
     font-family: "Roboto", sans-serif; 
  }
  .fot1 a{
    color: black;
    padding-left: 10px;
    font-size: 20px;
  }
  .fot1 a:hover{
    color: var(--darkblue);
  }
  .fot2 p{
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .fot2 ul li a{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: rgb(100, 99, 99);
    padding-top: 18px;
  }
  .fot2 a:hover{
    color: #36689E;
  }
  .lastfot p{
    text-align: center;
    font-size: 14px;
    color: rgb(91, 90, 90);
     font-family: "Roboto", sans-serif;
  }





@media screen and (max-width:1199px){
  .navlist li{
   padding:0 7px;
   font-size: 16px;
  }
}
@media screen  and (max-width:991px){
 .shop h6{
  font-size: 14px;
 }

}
@media screen and (max-width:767px) {
 
   .shop_img{
    margin-top: 20px;
  }
  .mainfot{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width:489px) {
  .navdigit{
    margin-left: 0;
    margin-top: 4px;
  }
  .shop h6{
    font-size: 11px;
  }
 
}