@font-face {
   font-family: china;
   src: url(./3856NeueMachina\ \(2\).woff2);
}

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'monospace';
}

html,
body {
   height: 100%;
   width: 100%;
}
body{
   overflow-x: hidden;
}

section {
   height: 100%;
   width: 100%;
   /* background-color: whitesmoke; */
}

nav {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 50px 100px;
}

.part2 {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 50px;
}

nav h1 i {
   rotate: 45deg;
   display: inline-block;
}

nav h1 {
   font-size: 40px;
}

nav h4 {
   font-size: 30px;
   font-family: 500;
}

nav button {
   padding: 15px 25px;
   font-size: 25px;
   border-radius: 10px;
   font-weight: 600;
   border: 1px solid #000;
   background-color: transparent;
}

.center {
   /* background-color: red; */
   padding: 50px 80px;
   height: 85%;
   width: 100%;
   display: flex;
}

.center-part1 {
   /* background-color: aquamarine; */
   height: 100%;
   width: 45%;
}

.center-part1 h1 {
   line-height: 1.2;
   font-size: 70px;
   font-family: china;
   /* background-color: antiquewhite; */
}

.center-part1 p {
   font-size: 30px;
   width: 95%;
   margin-top: 40px;
   margin-bottom: 25px;
}

.center-part1 button {
   background-color: #000;
   color: #fff;
   border-radius: 10px;
   padding: 22px 40px;
   font-size: 25px;
   font-weight: 600;
   border: none;
}

.center-part2 {
   height: 80%;
   width: 50%;
   position: relative;
}

.center-part2 img {
   position: absolute;
   right: 0;
   height: 100%;
}

.section1bottom {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 30px 120px;
}

.section1bottom img {
   height: 60px;
}

.services {
   /* background-color: bisque; */
   padding: 40px 120px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 20px;
   margin-top: 30px;
}

.services h3 {
   background-color: #BAFE66;
      font-weight: 500;
      font-family: china;
   padding: 5px 10px 3px 10px;
   border-radius: 5px;
   font-size: 50px;
}
.services p{
   font-size: 20px;
   font-weight: 500;
}

.container{
   /* height: 80%;
   width: 100px; */
   padding: 40px 120px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.elem{
   flex-shrink: 0;
   height: 300px;
   width: 45%;
   border: 2px solid black;
   border-radius: 20px;
   /* background-color: #a8a1a1d4; */
   margin: 30px;
   padding: 50px;
   display: flex;
   box-shadow: 0px 10px 0px black;
}
.elem-part1{
   height: 100%;
   width: 50%;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   flex-direction: column;
}
.elem-part2{
   height: 100%;
   width: 50%;
}
.elem-part2 img{
   height: 100%;
   /* width: 10%; */
}
.elem-part1 h2{
   font-size: 30px;
   font-family: china;
   width: 90%;
   padding: 0px 5px;
   border-radius: 10px;
   font-weight: 500;
   background-color: #BAFE66;
}
.elem-part1 h4{
   font-size: 25px;
   font-weight: 500;
   align-items: center;
   display: flex;
   gap: 10px;
}
.elem-part1 h4 i{
   padding: 20px;
   background-color: #000;
   font-weight: 500;
   color: #fff;
   border-radius: 50%;
}
.black{
   background-color: #000;
}
.black .elem-part1 h4{
   color: #fff;
}
.black .elem-part1 h4 i{
   color: #000;
   background-color: #fff;
}
.black .elem-part1 h2{
   background-color: #fff;
}
.section3{
   margin: 0 auto;
   padding: 12% 9%;
}
.content{
    height: 280px;
   width: 100%;
   border: 2px solid black;
   border-radius: 20px;
   /* background-color: #a8a1a1d4; */
   /* margin: 15% 10%; */
   padding: 50px 50px ;
   display: flex;
   flex-shrink: 0;
   align-items: flex-start;
   gap: 12%;
}
.content-part1{
   height: 100px;
   width: 50%;
}
.content-part1 h2 {
   font-size: 30px;
   font-family: china;
   width: 90%;
   padding: 0px 5px;
   border-radius: 10px;
   font-weight: 500;
   justify-content: space-between;
   margin: 8px;
}
.content-part1 p{
   margin: 10px;
   padding: 6px;
}
 .content-part1 button{
   font-size: 25px;
   background-color: #000;
   color: #fff;
   font-weight: 500;
   border-radius: 10px;
   padding: 10px;
   margin: 30px;
}
.content-part2{
   height: 100px;
   width: 40px;
} 
.content-part2 img{
   height: 240px;
   width: 490px;
}
.case {
   margin: 5%;
   height: 10px;
   width: 100%;
   padding: 40px 120px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 20px;
}
.case h2 {
   background-color: #BAFE66;
      font-weight: 500;
      font-family: china;
   /* padding: 5px 10px 3px 10px; */
   border-radius: 5px;
   font-size: 50px;
}
.case p{
   font-size: 20px;
   font-weight: 500;
}
.last{
   height: 230px;
   width: 100%;
   display: flex;
   border: 2px solid black;
   border-radius: 20px;
   padding: 50px 50px;
   /* margin:2%; */
   background-color: #000;
   color: #fff;
   font-size: 18px;
   font-family: china;
}
.last h4{
   margin: 15px;
}