@font-face {
    font-family: japan;
    src: url(./3856NeueMachina.woff2);
}

*{
    margin: 0;
    padding: 0;
    box-shadow: border-box;
    font-family: gilroy;

}
html, body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
#course{
    height: 30px;
    width: 30px;
    background-color: #a7ff78;
    border-radius: 50%;
    position: fixed;

}

section{
    width: 100%;
    position: relative;
    overflow-x: hidden;

}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 80px;
}

nav i{
    display: inline-block;
    rotate: 45deg;
}

.part2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

nav h1{
    font-size:50px ;
}
nav h4{
    font-size: 30px ;
    font-weight: 500;
}
nav button{
    font-size: 22px;
    background-color: transparent;
    font-weight: 500;
    padding: 22px 40px;
    border-radius: 10px;
    border: 2px solid #000;
}



.center{
    padding: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.certer-part1{
    width: 45%;
}

.certer-part1 h1{
    line-height: 1.2;
    font-size: 90px;
    font-family: japan;
}

.certer-part1 p{
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 35px;

}

.certer-part1 button{
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 25px 40px;
    font-size: 25px;
    font-weight: 600;
    border: none;
}

.certer-part2{
    width: 55%;
    display: flex;
    justify-content: center;
}

.certer-part2 img{
    height: 700px;
}

.section1bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px;
    margin-bottom: 50px;
}

.section2{
    height: 2000px;
}

.section2 .title{
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.title h2{
    background-color: #a7ff78;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 42px;
    margin-right: 30px;
    font-family: japan;
}

.title p{
    font-size: 24px;
}

.container{
    padding: 10px 80px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding-bottom: 80px;
}

.elem{
    /* flex-shrink: 0; */
    height: 400px;
    width: 45%;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 20px;
    box-shadow: 0px 15px 0 black;
    display: flex;

}

.elem-part1{
    padding: 50px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.elem-part1 i{
    background-color: #000;
    color: white;
    padding: 8px;
    border-radius: 50px;
}

.elem-part2 img{
    height: 300px;
    padding: 50px;
}

.elem-part1 h2{
    font-size: 40px;
    font-family: japan;
    background-color: #a7ff78;
    padding: 0px 5px;
    border-radius: 10px;
}

.elem-part1 h4{
    font-size: 20px;
    font-family: japan;
}

.black{
    background-color: #111;
    
}

.black h4{
    color: white;
}
.black h2{
    background-color: white;
}

.black i{
    background-color: white;
    color: #000;
    padding: 8px;
    border-radius: 50px;
}