* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    background: #000000;
}

header {
    width: 100%;
    height: 765px;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.container2 {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    background: url(../img/Header.png) no-repeat center center / cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2 h1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 100px;
    color: #fff;
    line-height: 75px;
    letter-spacing: 0%;
}

/* NAVBAR */
nav {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    align-items: center;
}

.icons img {
    margin-left: 5px;
}

ul {
    display: flex;
    align-items: center;
}

nav a {
    color: #aaa;
    margin-left: 20px;
    text-decoration: none;
}

.nav a:hover {
    color: #fff;
}

.wrapper {
    display: flex;
    padding: 15px 77px 0 0;
}

.wrapper p {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
}

.wrapper img {
    margin-top: 60px;
}

.wrapper2 {
    display: flex;
}

.wrapper2 img {
    width: 562;
    height: 408;
}

.wrapper2 p {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
    display: block;
    position: relative;
}

.wrapper2 p::before {
    content: "";
    display: inline-block;
    height: 169px;
    width: 7px;
    background: #D9D9D9;
    position: absolute;
    right: -40px;
    top: -132px;
}

.warpper2_contend {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper3 {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.wrapper3 p:first-of-type {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    display: block;
}

.wrapper3 img {
    position: relative;
    display: block;
    margin: 0 61px;
}

/* .wrapper3 p::after{
    content: "";
    display: inline-block;
    width: 61px;
    height: 1px;
    background: #c4c4c4;
    position: absolute;
    top: -100px;



} */
.wrapper3 p:last-of-type {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
}

.wrapper4 {
    display: flex;
    justify-content: space-between;
    margin: 79px 0 51px 0;
}

.box {
    background: #fff;
    border-radius: 10px;
    width: 255px;
    height: 312px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box h3 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 0 10px 0;

}

.box p {
    font-family: sans-serif;
    margin: 10px 0 20px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

button {
    background: #151515;
    color: #fff;
    padding: 7px 57px;
}



footer{
    background: #282828;
    width: 100%;
    height: auto;
    padding: 80px 0;
}
footer nav{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
}
footer a{
    font-family: sans-serif;
font-weight: 700;
font-size: 20px;
color: #fff;
line-height: 100%;
letter-spacing: 0%;
text-align: right;

}
.payment img{
    width: 70px;
    height: 55px;
    margin-left: 72px;
}