/* بسم الله الرحمن الرحيم  */
*
{padding: 0px;
    margin: 0px;
    font-family: system-ui, "-apple-system, BlinkMacSystemFont", 'Segoe UI', "Roboto", "Oxygen", "Ubuntu", "Cantarell", 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
font-weight: 500;
font-style: normal;
}

body{
    height: 100vh;
    overflow-x: hidden;
    
}

#main{
    max-width: 1200px;
    margin: 0 auto;
 
}
nav #list li a{
    color: #f0bb0c;
    font-size: 20px;
    font-weight: 600;
}
nav #list li a:hover{
    border-bottom:1px solid #f0bb0c ;
}

nav .call-nav {
    padding: 10px;
}
nav .call-nav i{
    color: #f0bb0c;
    font-size: 50px;
}

.hero-section{
    overflow: hidden;
    padding: 4rem 0 5rem; 

}

.hero-section .hero-info{
    padding: 4rem 0;
}
.hero-section .hero-info h2{
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color:#f0bb0c;
    
}
.hero-section .hero-info p{
    font-size: 16px;
    font-weight: 600;
    color:#bb9b30;

}

.hero-section .hero-info p i{
     font-size: 20px;
    font-weight: 650;
     color: #f0bb0c;
}


.hero-section .hero-info .button button {
     padding: 15px 25px;
    border: none;
    background-color: rgb(72, 10, 218);
    border-radius: 20px;
    text-transform: capitalize;
     display: block;
    margin: 0 auto;
    font-weight: 600;
    transition:all 0.5s;
}
.hero-section .hero-info .button button a{
    text-decoration: none;
     color: white;
}

.hero-section .hero-info .button button:hover{
    background: #f0bb0c;
}

.hero-section .hero-img img{
    width: 100%;
}

/* service section start */
#service{
background:#f0bc13cc;
overflow: hidden;
}

#service-type{
    padding: 4rem 0 5rem;
     max-width: 1200px;
      margin: 0 auto;
}

#service-type .service-title-text{
    padding: 4rem 0;
}

#service-type .service-card{    
    box-shadow: 2px 2px 2px 4px #1756cacc ;
    background: white;
    border-radius:10px ;
    padding: 3rem 0;
    transition: 0.5s;
}
#service-type .service-card:hover{
    background: rgba(255, 255, 255, 0.486);
}

#service-type .card-image i{
font-size: 35px;
 margin: 20px 20px ;
color: #f0bc13cc ;
}
#service-type .card-info{
    padding: 2rem 1rem;
}
#service-type .card-title{
    color: #f0bc13cc;
    font-size: 22px;
}

#service-type .card-text{
    font-size: 15px;
    color: blueviolet;
}

#service-type .button  button{
    padding: 15px 25px;
    border: none;
    border-radius: 20px;
    text-transform: capitalize;
     display: block;
    margin: 30px auto 0;
    font-weight: 600;
    transition:all 0.5s;
    background-color: rgb(72, 10, 218);

}

#service-type .button  button a{
    text-decoration: none;
    color: white;

}
#service-type .button  button:hover{
 background: #f0bb0c;   
}

/* service section end */

/* tstimonail section start  */
#testimonail{
}


#testimonail .claint-review{


}




#testimonail .row{
 padding: 4rem 0 0;
max-width: 1200px;
 margin: 0 auto;
}

#testimonail .claint{
    border: 1px solid gray;
    text-align: center;
    padding: 2rem 0;
    box-shadow: 2px 2px 5px 5px rgba(137, 43, 226, 0.705);
    font-size: 14px;
}
#testimonail .claint .client-info{
    margin-top: 15px;
}


/* tstimonail section end */

/* footer section start */
#footer{
    padding: 4rem 0 4rem;
    max-width: 1200px;
    margin: 0 auto;
    color: blueviolet;
    
}

#footer .footer-image{
    padding: 3rem 0;
        border-top: 1px solid #f0bb0c;

}
#footer .footer-image img{
    width: 150px;
    border-radius: 50%;
    border: 1px solid #f0bb0c;
}
#footer .footer-image p{
    color: rgb(9, 9, 112);
    text-align: center;
    margin-top:15px ;
    font-size: 20px;
    
}
#footer .footer-contact{
    padding-top:2rem ;
}

#footer .footer-contact p i{
    font-size: 26px;
  color: #F0BE13;
}

#footer .footer-contact p a{
text-decoration: none;
  font-size: 18px;
    font-weight: 500;
}
#footer .footer-link ul{
    list-style: none;  
}

#footer .footer-link ul a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
display: inline-block;
margin-top: 10px;
}

#footer .footer-sosial-icons{
    padding: 2rem 0;
    text-align: center;
}

#footer .footer-sosial-icons p{
    display: inline-block;
    margin-right: 15px;
    border:1px solid #F0BE13;
    border-radius: 50%;
    padding: 10px; 
    cursor: pointer;  
    transition:all ease 0.5s;
}

#footer .footer-sosial-icons p:hover{
background:blueviolet;

}

#footer .footer-sosial-icons p i{
    font-size: 24px;
    color: #F0BE13;
}


.whatsapp-amovita{
    width: 100px;
    position: fixed;
    top: 170px;
    left: 10px;                   
    animation: amovita 3s infinite ease-in-out;
 
}


@keyframes amovita {
  0% { transform: scale(0.8); }
  50% { transform: scale(1.10); }
  100% { transform: scale(0.8); }
}


/* footer section end*/






