@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Smooch&family=Tiro+Devanagari+Sanskrit:ital@1&family=Tiro+Tamil:ital@0;1&display=swap');
*{
margin:0;
padding:0;
box-sizing: border-box;
font-family: 'spartan',sans-serif;
}
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-weight: 700;
    font-size: 12px;
}
.section-p1{
    padding:40px 60px;
}
section-h1{
    margin:40px 0px;

}
body{
    width: 100%;
}
button.normal{
    font-size: 14px;
    font-weight: 600;
    padding:15px;
    color:black;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    border:none;
    outline:none;
    transition: 0.2s;
    margin-top: 10px;

}

/* header 
*/
#header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 80px;background-color: #e3e6f3;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}
#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
  
    text-decoration: none;

}#navbar li{
list-style: none;
padding: 0 20px;

}
#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600px;
    color:#1a1a1a;
    transition: 0.3 ease;


}

#navbar li a:hover,
#navbar li a.active{
    color:rgb(49, 202, 232);
}
#close{
     display: none;}
#mobile{
    display: none;
    align-items: center;
}

/* hero */
#hero{
    background-image: url('img/hero4.png');
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding:0 80px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;

}
#hero h4{
    padding-bottom:15px;

}
#hero h1{
    color: aqua;
}
#hero button{
    background-image: url('img/button.png');
    background-color: transparent;
    background-size: cover;
    color:rgb(15, 152, 152);
    border:0;
    padding: 14px 80px 14px 80px;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 700;
}
#features{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
#features .fe-box{
width: 180px;
text-align: center;
padding:25px 15px;
box-shadow: 20px 20px 34px rgba(0,0,0,0.03);
border:1px solid #cce7d0;
border-radius: 4px;
margin:15px 0;
}
#features .fe-box:hover{
    box-shadow: 10px 10px 54px rgba(70,62,221,0.1);
}
#features .fe-box h6{
    color:rgb(49, 202, 232);
    display: inline-block;
    padding: 9px 8px 10px 8px;
    line-height: 1px;
    background-color: #fddde4;
}

#features .fe-box img{
    width: 100%;
    margin-bottom: 10px;
}


#product1{
    text-align: center;
   
}
#product1 .pro{
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border:1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0,0,0,0.03);
    margin:15px 0;
    transition: 0.3 ease;
    position: relative;
}
#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 .star {
    color:#e5f462;
 }
 #product1 .pro .des h4{
    color: rgb(33, 78, 155);
 }
 #product1 .pro .cart{
    width:40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    position: absolute;
    padding: 10px;
    border-radius: 50px;
    background-color: rgb(187, 210, 207);
    font-weight: 500;
    border:1px solid #cce7d0;
    bottom: 20px;
    right: 10px;
 }
.product1 .pro-container{ 
    display: flex;
position: absolute;
justify-content: space-between;
flex-wrap: wrap;
padding-top:20px;

}

 .pro-container{ 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#banner{
    display: flex;
    flex-direction: column;
    align-items: center;
justify-content: center;
    text-align: center;
    background-image: url('img/banner/b2.jpg');
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}
#banner h4{

color: white;
}
#banner h1{
    color: white;

}
#banner button:hover{
    background-color: #4fbcdb;
}
#sm-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
#sm-banner .banner-box{
    display: flex;
    flex-direction: column;
   align-items: flex-start;
  justify-content: center;
    text-align:flex-start;
    background-image: url('img/banner/b17.jpg');
    height: 55vh;
    width: 48%;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

#sm-banner h4{
color:white;
font-size: 20px;
font-weight: 800;
}
#sm-banner button:hover{
    background-color: #4fbcdb;
}
#sm-banner .banner-box1{
    display: flex;
    flex-direction: column;
   align-items: flex-start;
  justify-content: center;
    text-align:flex-start;
    background-image: url('img/banner/b10.jpg');
    height: 55vh;
    width: 48%;
    background-size: cover;
    background-position: center;
    padding: 30px;
}
#newsletter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-image: url('img/banner/b14.png');
    background-repeat: no-repeat;
  
    background-position: 20% 30%;
    background-color: #20194d;
}
#newsletter h4{
    font-size: 22px;
    font-weight: 700;
    color:white;
}
#newsletter p{
    color: white;
    margin-top: 10px;
    font-size: 15px;

}

#newsletter input{
    height: 3.13rem;
    padding:0 1.2rem;
    font-size:14px;
    width: 100%;
    border:1px solid transparent;
    border-radius: 4px;
    outline: none;
}
#newsletter button:hover{
    background-color: #4fbcdb;
}
.follow a{
  
    text-decoration: none;
}
footer{
    display: flex;
   
        flex-wrap: wrap;

justify-content: space-around;

}
footer a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color:#222;
    padding:  4px 0 ;

}
footer a:hover{
    color:#3416c9;
    box-shadow: #20194d;
  
  

}
footer .col{
    display: flex;
    flex-direction:column;
    align-items: flex-start;
    margin-bottom: 20px;
}
 footer .logo{
    margin-bottom: 20px;
 }
 footer .follow i{
padding-right: 4px;     
 }
 footer .col-install .row img{
    border:1px solid #4fbcdb;
    border-radius: 6px;
 }
 footer .col-install img{
    margin:10px 0 15px 0;
 }
 .copyright{
    text-align: center;
    color:rgb(13, 5, 24);
    font-size: small;
    background-color: rgb(130, 126, 126);
 }
 .copyright p{
    padding-top:10px;
 }


 /* media quiry*/
 @media (max-width:768px) {
     #navbar {
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         justify-content: flex-start;
         position: fixed;
         top: 0;
         right: -300px;
         height: 100vh;
         width: 300px;
         background-color: #e3e6f3;
         box-shadow: 0 40px 60px rgba(0, 0, 0, .1);
         padding: 80px 0 0 10px;
         transition: 0.3s;
     }
    #navbar li{
        padding:10px 0 5px 0;
    }
    #mobile {
        
            display:flex;
            align-items: center;
          
    }
    #mobile i{
        color:#1a1a1a;
        font-size:24px;
        padding-left: 20px;

    }

    #navbar.active {
        right:0;
    }
    #bar{
        font-size: 24px;
        padding-left: 20px;
       
    }
 #close{ 
    display: block;
    position: absolute;
    color:#222;
    font-size:24px;
 }
 }