.section-1 {
    padding: 60px 0 100px;
    text-align: center;
    color: #282828;
}

.section-header {
    background: linear-gradient(to bottom, #000000, #434343);
    padding: 80px;
    color: #fff;
}

.section-header h1 {
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center;
}

.section-header p {
    text-align: center;
    margin: 0 auto 10px;
    color: #ffffffc7;
}

.section-1 .list-banner .top {
    display: flex;
}

.section-1 .list-banner .top:first-child {
    margin: 60px auto 40px;
    max-width: 800px;
}

.section-1 .list-banner .top:last-child img {
    max-width: 302px;
    height: 200px;
}

.section-1 .list-banner .top:last-child .add {
    max-width: 170px;
}

.section-2 p {
    margin-bottom: 15px;
    color: #282828;
}

.section-2 {
    margin: 0 0 60px;
}

section h2 {
    margin-bottom: 40px;
}

.section-4 img,
.section-5 img {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.section-5 .new {
    margin-bottom: 20px;
}

.section-5 .add {
    position: relative;
}

.section-5 .add p {
    position: absolute;
    bottom: 11px;
    right: 15%;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.section-3 {
    margin: 0 0 60px;
}

.section-4 {
    margin: 0 0 100px;
}

.section-3 .list-one {
    margin-bottom: 40px;
}

.section-3 .list {
    display: flex;
}

.section-3 .list::-webkit-scrollbar {
    height: 6px;
}

.section-3 .list img {
    margin-left: -150px;
    width: 100%;
}

.section-3 .list-size img {
    width: 100%;
}


.section-3 .list img:first-child {
    margin-left: 0;
}

.section-5 {
    margin: 0 0 90px;
}

body {
    background: #f9fbff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 996px) {
.section-1 .list-banner .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-header {
    padding: 100px 20px 60px;
}
}