@font-face{
    font-family: japan;
    src: url(./3856NeueMachina.woff2);
}
*{
    margin : 0;
    padding : 0;
    box-sizing: border-box;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
html,body{
    height: 100%;
    width: 100%;
}
body{
    overflow-x: hidden;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 80px;
}
.part2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
nav h1{
    font-size: 35px;
}
nav h1 i{
    display: inline-block;
    rotate: 45deg;
    font-size: 40px;
}
nav h4{
    font-size: 20px;
    font-weight: 500;
}
nav button{
    padding: 12px 15px;
    font-size: 17px;
    background-color: transparent;
    border-radius: 10px;
    font-weight: 600;
    border : 2px solid #252525;
}
section{
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
}
.center{
    height: 70%;
    width: 100%;
    padding: 0px 80px;
    display: flex;
}
.center-part1{
    height: 100%;
    width: 50%;
}
.center-part1 h1{
    font-size: 68px;
    font-family: japan;
}
.center-part1 p{
    font-size: 22px;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 15px;
}
.center-part1 button{
    background-color: #252525;
    color: white;
    border-radius: 10px;
    padding: 22px 40px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    border : none;
}
.center-part2{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.center-part2 img{
    height: 100%;
}
.section1bottom{
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.section1bottom img{
    width: 100px;
}
.section2 .services{
    padding: 0px 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.services h3{
    background-color: #9ae975;
    font-weight: 500;
    padding: 5px 10px 0 10px;
    border-radius: 5px;
    font-size: 50px;
    font-family: japan;
}
.services p{
    width: 45%;
    font-size: 20px;
}
.container{
    height: 90%;
    width: 100%;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.elem{
    flex-shrink: 0;
    height: 45%;
    width: 48%;
    margin: 2% 0;
    border: 3px solid #252525;
    border-radius: 50px;
    box-shadow: 0px 10px 0px black;
    padding: 40px;
    display: flex;
}
.elem-part1{
    height: 100%;
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.elem-part1 h2{
    font-size: 35px;
    font-weight: 500;
    font-family: japan;
    background-color: #9ae975;
    width: 80%;
    padding: 0 5px;
    border-radius: 10px;
}
.black .elem-part1 h2{
    background-color: white;
    color: #252525;
}
.elem-part1 h4{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    gap: 10px;
}
.elem-part1 h4 i{
    padding: 7px;
    background-color: #252525;
    color: white;
    font-weight: 900;
    border-radius: 50%;
}
.black .elem-part1 h4 i{
    background-color: white;
    color: #252525;
}
.elem-part2{
    height: 100%;
    width: 40%;
}
.elem-part2 img{
    height: 100%;
    border-radius: 10px;
}
.black{
    background-color: #252525;
    color: white;
}
.section3{
    height: 110%;
    padding : 30px 80px;
}
.contact{
    background-color: #c8c8c86e;
    height: 38%;
    width: 100%;
    border-radius: 50px;
    padding: 50px;
    display: flex;
}
.contact-part1{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.contact-part1 h2{
    font-size: 35px;
    font-weight: 900;
}
.contact-part1 p{
    width: 90%;
    font-size: 17px;
}
.contact-part1 button{
    background-color: #252525;
    color: white;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    border : none;
}
.contact-part2{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-part2 img{
    height: 100%;
    scale: 1.8;
}
.caseStudy{
    margin: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.caseStudy h3{
    background-color: #9ae975;
    font-weight: 500;
    padding: 5px 10px 0 10px;
    border-radius: 5px;
    font-size: 50px;
    font-family: japan;
}
.caseStudy p{
    width: 45%;
    font-size: 20px;
}
.footer{
    background-color: #252525;
    color: white;
    height: 38%;
    width: 100%;
    margin-bottom: 50px;
    border-radius: 50px;
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.footer .content{
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.content p{
    font-size: 18px;
}
.content h4{
    color: #9ae975;
    font-size: 20px;
    font-weight: 100;
    font-family: japan;
    display: flex;
    align-items: center;
    gap : 10px;
}
.content h4 i{
    font-size: 30px;
}