*{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
} 
 body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

header {
    padding: 1px ;
    display: flex;
    justify-content: space-between;


}

header ul{
display: flex;
gap: 10px;
}

.first{

    display: flex;
    background-color: rgb(147, 200, 240);

}
.texst{
    font-size: 20px;
margin-top: 40px;
    padding-top:10px ;
    position: relative;
    top: 160px;
    width: 50%;
    left: 50px;


}
.button{
    width: 150px;
    height: 50px;
    margin: 10px;
    font-size: 20px;
    background-color: rgba(14, 14, 102, 0.525);
    color: aliceblue;
    border: 10px;
    border-radius: 10px;
}
.button :hover{
   background-color: rgb(254, 112, 51);

}
.center{
    display:flex;
    color: rgb(0, 0, 0); 
       gap: 100px;
    padding: 100px;
position: relative;
top: 50px;
left: 10px;
border: 10px;


}
.center div{
width: 100%;
height: 200px;
font-size: 50px;
box-shadow: 10px rgba(0, 0, 0, 0.806);
 justify-content: center;
padding: 10px; 
margin:50px ;
       background-color: rgb(255, 255, 255);
}
.center div :hover{
    background-color: rgba(236, 90, 33, 0.847);
    color: aliceblue;
width: 100%;
height: 200px;
box-shadow: rgba(20, 1, 1, 0.813);
}
/* --------------------------- */

.about{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    padding: 20px;
}

.about img{
    width: 40%;
}
.right{
    width:50%;
}

/* -------------------------- */
.but{
 width: 150px;
    height: 50px;
    margin: 10px;
    font-size: 20px;
    background-color: rgba(14, 14, 102, 0.525);
    color: aliceblue;
    border: 10px;
    border-radius: 10px;
}
footer{

    height: 80px;
    background-color: rgb(9, 9, 62);
    width: 100%;
    align-items: center;
    color: aliceblue;
    padding: 50PX;
    margin: 20px;
}
.center-carrd{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.box{
    width: 300px;
    height: 200px;
    background-color: #ff8c1a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.box i{
    font-size: 35px;
    color: white;
    margin-bottom: 15px;
}

.box h3{
    color: white;
    font-size: 22px;
}

.white{
    background-color: white;
}

.white i,.white h3{
    color: black;
}
.contact{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 60px;
}

.form{
    width: 45%;
}

.form h2{
    margin-bottom: 25px;
    font-size: 35px;
}

.form input,.form textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 0 8px rgba(151, 25, 25, 0.249);
    font-size: 16px;
}

.form textarea{
    height: 150px;
    
}

.form button{
    background: #0841979a;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    cursor: pointer;
}

.map{
    width: 50%;
}

.map iframe{
    width: 100%;
    height: 470px;
    border: 0;
}
.services{
    text-align: center;
    padding: 60px;

}

.service-boxes{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    
}

.box{
    width: 320px;
    padding: 40px 20px;
    background: rgb(223, 110, 18);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.box i{
    font-size: 45px;
    margin-bottom: 20px;
}

.box h3{
    margin-bottom: 20px;
}




.active{
    background: #d77b1e;
}

.btn{
    background: #3268a2cb;
    color: white;
    border: none;
    padding: 15px 40px;
    cursor: pointer;
    font-size: 16px;
}