
*
{
    margin: 0px;
    padding: 0px;
    color: rgb(223 223 223);
    font-family: 'Ubuntu', sans-serif;
}
.main
{
    margin-top: -10px;
    padding: 0px 60px;
   background: radial-gradient(#131621,#010102);
   padding-bottom: 40px;
   cursor: pointer;
}
/* <!-- ---------------- menu bar --------------------- --> */
.navbar
{
    display: flex;
    align-items: center;
    padding-top: 35px;
    
}
nav 
{
    flex: 1;
    text-align: right ;  
}
.menubar
{
    display: none;
}
 nav ul li 
{  
    margin: 5px 20px;
    display: inline-block;
}  
nav ul li a
{
    text-decoration: none;
    color: #1a88ea;
    font: 15px;
    transition: 0.2s;
}
nav ul li a:hover
{
    color: rgb(6, 54, 100);
}
/* <!-- ------------------ 1st interface ------------------- --> */
.fst
{ 
    /* margin-top: 10px ; */
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.col-1 h1
{
    color: #1a88ea;
    font-size: 40px;
    padding-top: 70px;
}
.col-1 p
{
    font-size: 20px;
    color: #dadada;
}
.btn
{
    border: 2px solid black;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 50px;
    background-color: #1a88ea;
    color: white;
    transition: 0.2s;
}
.btn:hover
{
    background-color: rgb(6, 54, 100);
}
/* <!-------------------- 2nd interface or middle photos -----------------------> */
#mid
{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.mid
{
    width: 350px;
    height: 350px;
    margin: 0px 20px;
    border-radius: 10px;
}
/* <!------------------- 3rd interface or feature products -------------------> */
.products
{
    margin-top: 30px;
}
.products h1
{
    margin-top: 50px;
}
.t1
{
    text-align: center;
}
.t1::after
{
    content:' ';
    background-color: #1a88ea;
    position: absolute;
    width: 100px;
    border-radius: 5px;
    height: 3px;
    transform: translateX(-137px) translateY(40px);

}
.prt1
{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    justify-content: space-evenly;
}
.prt2
{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    justify-content: space-evenly;
}
.p1
{
    margin-top: 10px;
    transition: 0.3s;
}
.p1:hover:hover
{
    transform: translateY(-6px);
}
.p1 img
{
    border-radius: 5px;
}
/* <!-- ------------------------ 4th interface or offer ---------------------  --> */
.ofr
{
    display: flex;
    margin-top: 100px;
    justify-content: space-around;
    margin: 80px;
}
.ofrwrt
{
    align-items: center;
    margin: auto 0px;
}
.wrt 
{
    margin: 10px 0px;
}
#coma
{
    height: 100px;
    width: 100px;
}
/* <!-- ----------------------- 5th interface or testimonial------------------------------ --> */
.testimoni
{
 text-align: center;
 display: flex;
 justify-content: space-evenly;
}
.testimoni img
{
    border-radius: 50% ;
}
.ts1
{
 margin: 10px; 
 padding: 30px;  
 border: 2px solid red;
 transition: 0.3s;
 box-shadow: 0  0  20px  0px;
}
.ts1:hover
{
    transform:  translateY(10px) rotate(2deg);
}
.t1rate 
{
   padding: 10px;
}
/* <!-- --------------------------------fotter------------------------------ --> */
#footer
{
    background: linear-gradient(#010102,#131621);
    font-size: 14px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 120px;
    padding-bottom: 80px;
    align-items: center;
    cursor: pointer;
}
.footer-col1 h3
{
   margin: 20px 0px;
}
#footer p
{
    color:  #515151;
}
.footer-col2
{
   text-align: center;
   margin-top: -50px;
}
.footer-col2 img
{
    margin-bottom: 20px;
}
.footer-col3 h3
{
   margin-bottom: 20px;
}
.footer-col3 ul
{
    text-align: center;
    list-style: none;  
}
.footer-col3 ul li
{
    margin: 5px 0px;
    color:  #515151;
}
.footer-col3 ul li:hover
{
    color: rgb(6, 54, 100) ;
}
.footer-col4 h3
{
   margin-bottom: 20px;
}
.footer-col4 ul
{
    text-align: center;
    list-style: none;
}
.footer-col4 ul li
{
    margin: 5px 0px;
    color: #515151;
}
.footer-col4 ul li:hover
{
    color: rgb(6, 54, 100) ;
}
#app img
{
    margin-right: 5px;
}
.hrc
{
    background: linear-gradient(#131621,#010102);
    padding-bottom: 10px;
}
.hrc hr
{
    height: 1px;
    margin-bottom: 10px ;
    border: none;
    background-color: #515151;
}
.copy-right
{
    text-align: center;
    color: #515151;
    font-size: 15px;
}
#app
{
    margin-top: 20px;
}
.app
{
    margin: 0px 5px;
}
.app:hover
{
  box-shadow: 0  0  5px  1px; ;
}