@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&display=swap');


* {
    margin: 0;
    padding: 0;

}

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

section {
    height: 100%;
    width: 90%;
    position: relative;
}

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

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

}

nav h1 {
    font-size: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

nav h1 i {
    rotate: 2deg;
    display: inline-block;
    align-items: center;
    gap: 40px;
}
nav h4 {
    font-size: 18px;
    font-weight: 480;
}
nav button {
    padding: 1px 9px;
    display: flex;
    font-size: 25px;
    border-radius: 9px;
    font-weight: 500;
    border: 1px solid black;
}

.ceo {
    padding: 60px 70px;

    height: 80%;
    width: 100%;
    display: flex;
}
.ceop1 {

    height: 100%;
    width: 44%;
}
.ceop2 {

    height: 100%;
    width: 56%;
    position: relative;

}
.ceop2 img {
    position: absolute;
    height: 100%;
    right: o;


}

.ceop1 h1 {
    padding-top: 1%;
    font-size: 90px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    font-family: monospace;
    line-height: 1.1;
}

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

.ceop1 button {
    background-color: rgb(0, 0, 0);
    color: aliceblue;
    border-radius: 9px;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 600;
    border: none;
}
.sectionbottom{
    display: flex;
    align-items: center;
    justify-content:space-between ;
    padding: 30px 100px;

}
.sectionbottom img{
    height: 50px;
    size: 40px;
}
.services{

    padding: 30px 120px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    gap: 30px;
    margin-top: 18vw;
}
.services h3{
background-color: #48B760;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.services p{
    width: 40%;
    font-size: 20px;
    font-weight: 500;
}
.container{
    height: 30%;
    width: 100%;
    padding: 40px 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.elem{
    flex-shrink: 0;
    height: 300px;
    width: 45%;
    border: 3px solid rgb(18, 17, 17);
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0px 10px 0px rgb(10, 11, 10);
    display: flex;
}
.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%;
}

.elem-part1 h2{
    font-size: 40px;
    font-weight: 500;
    font-family: japan;
    width: 70%;
    padding: 4px 9px;
    border-radius: 15px;
    background-color:#48B760 ;
}
.elem-part1 h4{
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 550;
    gap: 20px;
}
.elem-part1 h4 i{
    padding: 15px;
    font-size: 30px;
    background-color: #1c1616;
    color: floralwhite;
    border-radius: 50%;
    font-weight: 500;

}
.black{
    background-color: black;
}

