*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;

}
 
section{
    
    width: 100%;
    
    position: relative;
}
.page1{
    min-height: 100vh;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px ;
    /* border: 1px solid black; */
     

}
nav h1 i{
    display: inline-block;
    rotate: 45deg;
}
#part2{
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    /* border: 1px solid black; */
}
nav h1{
    font-size: 35px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 40px;
}
#part2 h4{
    font-size: 22px;
    font-weight: 500;

}
button{
    border-radius: 7px;
    border: 1px solid black;
    background-color: transparent;
     
    font-size: 20px;
    font-weight: 400;
    padding: 5px 10px;
     
}
#centre{
    display: flex;
    width: 100%;
    height: 80%;
    padding-left: 40px;
    padding-top: 2px;
     
    /* background-color: red; */
}
#centrepart1{
    /* background-color: aqua; */
    height: 100%;
    width: 44%;
    padding: 70px 20px;

}
#centrepart1 h1{
    font-size: 65px;
    
}
#centrepart1 p{
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 20px;
    width: 95%;
}
#centrepart1 button{
    border-radius: 5px;
    padding: 10px 10px;
    background-color: black;
    color: white;
    border:none;
    font-size: 20px;
    width: 40%;


}
#centrepart2{
    /* backg
    round-color: bisque; */
    height: 100%;
    width: 56%;
    position: relative;
}
#centrepart2 img{
     position: absolute;
    right: 5%;
    padding: 5px 5px;
 
    
}
#section1bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 50px;
    /* border: 2px solid greenyellow; */
    
     
}
#section1bottom img{
    height: 45px;
    /* border: 2px solid greenyellow; */

}
.section2{
    padding: 40px 50px;
    /* border: 2px solid black; */
     
    width: 100%;
}
.services{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 80px;
  
    /* background-color: blue; */
}
.section2{
    min-height: 100vh;
    width: 100%;
    padding: 20px 35px;
}
.section2 .services h3{
    background-color: #9AE975;
    font-size: 40px;
    font-weight: 500;
    border-radius: 5px;
    padding: 7px 7px;
}
.section2 .services p{
    width: 40%;
    font-size: 18px;
    font-weight: 500;
}

.container{
    
    width: 100%;
     
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:70px;
    flex-wrap: wrap;
}
.elem{
    flex-shrink: 0;  
    height: 300px;
    width: 47%;
    border: 2px solid black;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 6px 0px black;
    /* background-color: red; */
    display: flex;
    

}
#elempart1{
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
   
    justify-content: space-between;
    padding: 40px 35px;
    
}
#elempart1 h2{
    font-size: 25px;
    background-color: #9AE975;
     

}
#elempart1 h4{
    font-size: 20px;
    display: flex;
    gap: 5px;
     

}
#elempart2{
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#elempart2 img{
    height: 250px;
}
.black{
    background-color: black;
    color: white;

}
#elempart1 .white{
    background-color: white;
    color: black;
}

 
