.body {
    font-family: Instrument Sans;
}

.wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
.header {
    height: 184px;
    background-color: rgba(128, 160, 188, 1);
    display: flex;
    align-items: center;
}

.header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    cursor: pointer;
    display: none;
}


.navigation {
    display: flex;
    align-items: center;
    gap: 80px;
    width: 100%;
}

.navigation ul {
    display: flex;
    gap: 70px;
}

.navigation ul li a {
    color: #B7FD00!important;
    cursor: pointer;
}

.navigation-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: none;
}

section {
    width: 100%;
}

.section .wrap {
    display: flex;
    gap: 80px;
}

.section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-image {
    max-width: 675px;
    width: 100%;
    height: 685px;
    border-radius: 22px;
    padding-top: 158px;
    background-size: cover;
    background-position: center;
}

.section-title {
    font-size: 40px;
    line-height: 55px;
    border-radius: 22px;
    padding-top: 158px;
    max-width: 476px;
}

.section-title span {
    font-weight: 600;
}

.section-image__title {
    font-size: 96px;
    text-align: center;
    font-family: Instrument Serif;
    color: white;
}

.welcome {
    height: calc(100vh - 184px);
    position: relative;
}

.welcome .wrap {
    pointer-events: none;
}

.welcome .swiper-slide {
    width: 100%!important;
}

.welcome .swiper-pagination {
    bottom: 30px!important;
    z-index: 3;
}

.welcome .swiper-pagination-bullet {
    background-color: #D8D8D8;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 10px!important;
    position: relative;
}
.welcome .swiper-pagination-bullet-active{
    background-color: #80A0BC;
}
.welcome .swiper-pagination-bullet-active::after{
    content: '';
    width: 27px;
    height: 27px;
    border-radius: 50%;
    left: -9px;
    top: -9px;
    border: 1px solid #80A0BC;
    position: absolute;
}

.welcome-photo {
    width: 100vw;
    height: calc(100vh - 184px);
    background-position: top center;
    background-size: cover;
}

.welcome-content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    pointer-events: none;
}

.welcome-text {
    font-size: 24px;
    color: #FFFFFF;
    pointer-events: all;
}

.welcome-title {
    font-size: 96px;
    color: #FFFFFF;
    font-family: Instrument Serif;
    pointer-events: all;
}

.welcome .button {
    margin-top: 36px;
    pointer-events: all;
}

.button {
    padding: 22px 62px;
    background-color: #B7FD00;
    color: #15222F;
    cursor: pointer;
    transition: .3s all;
}
.button:hover {
    background-color: black;
}
.button:hover p{
    color: #B7FD00;
}
.button p {
    font-weight: 500;
    font-size: 24px;
    color: #15222F;
    font-weight: 500;
}

.bags {
    padding-top: 44px;
    padding-bottom: 24px;
}
.bags .button {
    margin-top: 74px;
}

.clothing {
    padding-top: 24px;
    padding-bottom: 24px;
}

.how {
    background-color: #80A0BC;
}

.how-body {
    transform: translateY(64px);
}
.how-body img {
    border-radius: 30px;
    max-width: 100%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 75px 0;
    padding-bottom: 10px;
}

.section-header__title {
    font-size: 82px;
    font-family: Instrument Serif;
    color: #B7FD00;
}

.feedbacks {
    padding-top: 160px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.feedbacks .section-header {
    justify-content: flex-end;
    padding-bottom: 72px;
}

.feedbacks .section-header__title {
    color: #29445B
}

.feedback {
    width: 530px;
    height: 100%;
    padding: 15px 20px;
    box-shadow: 0px 2.19px 3.72px 0px #00000001;
    background-color: white;
    border-radius: 22px;
    /* box-shadow: 0px 9.63px 7.7px 0px #00000002; */
    /* box-shadow: 0px 23.63px 15.36px 0px #00000003; */
    /* box-shadow: 0px 45.5px 30.1px 0px #00000003; */
    /* box-shadow: 0px 76.57px 55.35px 0px #00000004; */
    /* box-shadow: 0px 118.13px 94.51px 0px #00000005; */
}

.feedback-author {
    display: flex;
    align-items: center;
    gap: 27px;
}

.feedback-author__avatar {
    width: 132px;
    height: 132px;
    border-radius: 50%;
}

.feedback-author__title {
    font-size: 26px;
    color: #5E6282;
}

.feedback-author__text {
    font-size: 18px;
    color: #5E6282;
    margin-top: 5px;
}

.feedback-content {
    font-size: 18px;
    color: #5E6282;
    line-height: 32px;
    margin-top: 23px;
    padding: 31px;
}

.feedbacks .swiper {
    padding-bottom: 100px;
    overflow: visible;
}

.feedbacks .swiper-wrapper {
    align-items: stretch;
}

.feedbacks .swiper-slide {
    height: auto;
}

.feedbacks .swiper-pagination {
    bottom: 30px!important;
    z-index: 3;
}

.feedbacks .swiper-pagination-bullet {
    background-color: #D8D8D8;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 10px!important;
    position: relative;
}
.feedbacks .swiper-pagination-bullet-active{
    background-color: #80A0BC;
}
.feedbacks .swiper-pagination-bullet-active::after{
    content: '';
    width: 27px;
    height: 27px;
    border-radius: 50%;
    left: -9px;
    top: -9px;
    border: 1px solid #80A0BC;
    position: absolute;
}

.options {
    background-color: #B7FD00;
    padding: 82px 0;
}

.options-title {
    font-size: 42px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.options-title span {
    font-weight: 500;
}

.options-body {
    display: flex;
    gap: 20px;
    margin-top: 48px;
    padding-bottom: 97px;
}

.options-item {
    padding: 14px;
    border-radius: 20px;
    width: 20%;
    height: 344px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    background-size: cover;
    position: relative;
}
/* .options-item :after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-image: linear-gradient(to top, #101010B2, #10101000);
} */
.options-download {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.options-item-content {
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    z-index: 2;
}

.options-download {
    cursor: pointer;
    transition: .3s all;
}

.options-download :hover {
    transform: scale(0.9);
}

.footer-top {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    font-size: 24px;
    color: black;
    font-weight: 700;
}

.footer-navigation ul {
    display: flex;
    gap: 70px;
}

.footer-navigation ul li a{
    font-size: 17px;
    font-weight: 500;
    color: black;
    transition: .3s all;
}

.footer-navigation ul li a:hover {
    color: #B7FD00;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer-right p {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.footer-links {
    display: flex;
    gap: 23px;
}

.footer-links li a{
    color: #7E7E7E;
    font-size: 12px;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .section-image {
        max-width: 50%;
    }
    .section .wrap {
        gap: 40px;
    }
}
@media screen and (max-width: 980px) {
    .navigation-close {
        display: block;
    }
    .header-menu {
        display: block;
    }
    .navigation {
        position: fixed;
        height: 100vh;
        background-color: rgba(128, 160, 188, 1);
        left: 0;
        top: 0;
        z-index: 10;
        align-items: flex-start;
        flex-wrap: wrap;
        max-width: 320px;
        padding: 20px 40px;
        gap: 50px;
        transform: translateX(-100%);
        transition: .3s all;
    }
    .navigation-list {
        flex-direction: column;
        margin-top: 100px;
        gap: 40px!important;
        width: 100%;
    }
    .navigation.isOpen {
        transform: translateX(0%);
    }
    .header {
        height: 115px;
    }
    .logo {
        max-width: 100px;
    }
    .section .wrap {
        flex-direction: column;
    }
    .section-image {
        max-width: 100%;
    }
    .section-title {
        padding-top: 60px;
    }
}

@media screen and (max-width: 750px) {
    .welcome-title {
        font-size: 12vw;
    }

    .button {
        padding: 18px 40px;
    }

    .button p {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .section-image {
        height: 500px;
    }
    .wrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 400px) {
    .section-image__title {
        font-size: 76px;
    }
}
