@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;
}
* {
  scroll-behavior: smooth;  
}
h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;
}
h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}
h4{
    font-size: 20px;
    color: #222;
}
h6{
    font-size: 12px;
    font-weight: 700;
}
p{
    font-size: 16px;
    color: #deeae5;
    margin: 15px 0px 20px 0;
}
.section-p1{
    padding: 40px 80px;
}
.section-m1{
    margin: 40px 0;
}
body{
    width: 100%; 
    background-color: #5e5151;
} 
#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
    background: #272728;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    z-index: 800;
    position: sticky;
    top: 0;
    left: 0;
} 
.btn{ 
    background-color: rgb(182, 18, 18); 
    /* background-color:#008CBA;   */ 
    text-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); 
    text-decoration-color: #008CBA;
    font-weight: bold;
    cursor: pointer;
    border: none; 
    border-radius: 15px;
    color: #008CBA;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 15px; 
    transition: 0.5s;
}  

#navbar{
    display: flex;
    align-items: center;
    justify-content: center; 
}
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative; 
    transition: 0.5s;
}
#navbar li a{
    text-decoration: none;
    font-size:  16px;
    font-weight: 600;
    color: #7dd7f5;
    transition: 0.5s;
}
#navbar li a:hover,
#navbar li a.active{ 
    width: 30%; 
    height: 2%; 
    background-color: #7dd7f5;
    color: rgb(182, 18, 18); 
    text-decoration: underline;  
    text-decoration-color:  #606f75;
    /* background-color:#008CBA;   */  
    text-shadow: #1a1a1a;
    border-radius: 15px;
    padding: 5px 20px;
} 


.content{
    width: 100%;
    color: #fff;  
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
} 
.content h1{ 
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px; 
    letter-spacing: 50px; 
    padding: 10px;
    margin-top: 80px;
} 
.content p{ 
    font-family: 'Courier New', Courier, monospace; 
    font-style: italic;
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
}  
.section-p1 h1{
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px; 
    letter-spacing: 15px; 
    padding: 10px;
    margin-top: 80px;
}
button.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.5s;
}
button.white{
    font-size: 13px;
    font-weight: 600;
    padding: 11px 18px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
} 
.logo{
    font-weight: bold;
    font-size: larger;
    font-size: 30px;
    cursor: pointer;
    color: rgb(166, 170, 173); 
}
.hero{ 
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)), url(img/home.jpg);
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.hero h1{
    color: #088178;
}
.hero h4{
    padding-bottom: 15px;
}
.hero button{
    background-image: url(img/button.png);
    background-color: transparent;
    color: #088178;
    border: 0;
    padding: 14px 80px 14px 65px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}
.product1{
    text-align: center;
}
.product1 .pro{ 
    width: 23%;   
    background-color: rgb(184, 171, 171);
    padding: 10px 12px;
    border: 1px solid #cce7d0; 
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0,0,0,0.02);
    margin: 15px 0;
    transition: 0.5s;  
} 
.product1 .pro:hover{
    box-shadow: 20px 20px 30px rgba(0,0,0,0.06);  
    background-color:rgb(182, 18, 18);   
    width: 30%; 
    
} 

.product1 .pro img{
    width: 100%;
    border-radius: 20px;
}
.product1 .pro .des{
    text-align: start;
    padding: 10px 0;
}
.product1 .pro .des span{
    color: #606063;
    font-size: 12px;
}
.product1 .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}
.product1 .pro .des i{
   font-size: 12px;
   color: rgb(243, 181, 25);
}
.product1 .pro .des h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;
}
.product1 .pro .cart{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e8f6ea;
    font-weight: 500;
    color: #088178;
    border-color: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.product1 .pro-container{
    display: flex;  
    justify-content:space-around; 
    padding-top:20px;
    flex-wrap: wrap;
}
#banner{
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(img/banner/b2.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}
#banner h4{
    color: white;
    font-size: 16px;
}
#banner h2{
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}
#banner h2 span{
    color: #ef3636;
}
#banner button:hover{
    background: #088178;
    color: #fff;
}
#sm-banner .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(img/banner/b17.jpg);
    min-width: 580px;
    height: 50vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
}
#sm-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sm-banner h4{
    color: #fff;
    font-size:20px;
    font-weight: 300;
}
#sm-banner h2{
    color: #fff;
    font-size:28px;
    font-weight: 800;
}
#sm-banner span{
    color: #fff;
    font-size:14px;
    font-weight: 500;
    padding: 15px;
}
#sm-banner .banner-box:hover button{
    background: #088178;
    border: 1px solid #088178;
}
#sm-banner .banner-box2{
    background-image: url(img/banner/b10.jpg);
}
#banner3 .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(img/banner/b7.jpg);
    min-width: 30%;
    height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;
}
#banner3 h2{
    color: #fff;
    font-weight: 900;
    font-size: 22px;
}
#banner3 h3{
    color: #ec544e;
    font-weight: 800;
    font-size: 15px;
}
#banner3{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 80px;
}
#banner3 .banner-box2{
    background-image: url(img/banner/b4.jpg);
}
#banner3 .banner-box3{
    background-image: url(img/banner/b18.jpg);
}




footer{
   display: flex;
   flex-wrap: wrap; 
   justify-content: space-between;
}
footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
footer .logo{
    margin-bottom: 30px;
}
footer h4{
    font-size: 14px;
    padding-bottom: 20px;
}
footer p{
    font-size: 13px;
    margin: 0 0 8px 0;
}
footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
}
footer .follow{
    margin-top: 20px;
}
footer .follow i{
    color: #cddfd7;
    padding-right: 4px;
    cursor: pointer;  
}
footer .install .row img{
border: 1px solid #088178;
border-radius: 6px;
}
footer .install img{
    margin: 10px 0 15px 0;
}
footer .follow i:hover,
footer a:hover{
    color: #088178;
} 
footer .row:hover{
    cursor: pointer;
}
#page-header{
    background-image: url("img/banner/b1.jpg");
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}  
#page-header h2,
#page-header p{
    color: #fff;
} 
#pagination{
    text-align: center;
}
#pagination a{
    text-decoration: none;
    background-color: #088178;
    padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
#pagination a i{
    font-size: 16px;
    font-weight: 600;
}
#prodetails .single-pro-image{
    width: 40%;
    margin-right: 50px; 
    transition: 0.5s;   
    cursor: pointer;
} 
#prodetails .single-pro-image:hover{
    width: 50%; 
    zoom: 1.2;
} 

#prodetails{
    display: flex;
    margin-top: 20px;
} 

#prodetails .single-pro-details{
    width: 50%;
    padding-top: 30px; 
    transition: 1s;
}
#prodetails .single-pro-details h4{
    padding: 40px 0 20px 0;
}
#prodetails .single-pro-details h2{
    font-size: 20px;
}
#prodetails .single-pro-details select{
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}
#prodetails .single-pro-details input{
    width: 50px;
    height: 40px;
    padding-left: 20px;
    font-size: 16px;
    margin-right: 10px;
} 
#prodetails .single-pro-details:hover {
    width: 80%;  
    cursor: pointer;
}


#page-header.blog-header{
    background-image: url("img/banner/b19.jpg");
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}



