img,
p {
    margin: 0;
}

a {
    color: #FFF;
}

.amazon {
    color: #FFF;
    font-family: "Noto Sans";
    font-style: normal;
    line-height: normal;
    font-weight: 400;
}

.part {
    padding: 105px 160px;
}

.part1 {
    min-height: 900px;
    background-image: url(../images/Frame-43920_1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    background-size: cover;
    padding-top: 100px;
}

.part1 .title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
}

.part1 .part1-yellow {
    color: #F29D39;
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400;
}

.part1 .part1-blue {
    color: #26B5FF;
    font-size: 48px;
    font-weight: 500;
}

.part1-center {
    margin: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.center-item {
    display: flex;
    justify-content: center;
    gap: 24px;

}

.center-item .img-wrap {
    display: flex;
    padding: 17px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.07);

}

.img-text {
    flex: 1;
}

.center-item .img-wrap img {
    margin: 0;
}

.center-item .center-item-box {
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(207, 215, 255, 0.03);
    box-shadow: 0px 4px 5px 0px rgba(255, 255, 255, 0.10) inset;
    backdrop-filter: blur(47.5px);
    display: flex;
    padding: 16px 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    color: #C7CFD1;
    font-size: 16px;
    font-weight: 300;
    max-width: 414px;
}

.part1-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
    width: 950px;
    margin: 0 auto;
    line-height: normal;
}

.part1-bottom-top {
    display: flex;
    align-items: center;
    gap: 17px;
}

.part1-bottom-img {
    width: 100px;
}

.part1-bottom-btn {
    display: flex;
    padding: 13px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    background: linear-gradient(96deg, #5AB3F9 -58.87%, #3C8AFE 25.09%, #5E4CFF 101.06%);
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}


.blue {
    color: #26B5FF;
}

.part1-bottom-line {
    height: 1px;
    width: 100%;
    background: #FFF;
    opacity: 0.2;
    margin: 32px 0;
}

.part1-bottom-desc {
    font-size: 16px;
    font-weight: 600;
}

.part2 {
    position: relative;
    padding-top: 300px;
    padding-bottom: 117px;
    background-image: url(../images/amazon/bk1.png);
    background-position: 0 0;
    background-size: 100% 100%;
}

.p2-top {
    width: 1280px;
    height: 196px;
    flex-shrink: 0;
    border-radius: 35px;
    background: linear-gradient(96deg, #5AB3F9 -40.55%, #3C8AFE 2.43%, #6B1FE7 98.44%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    position: absolute;
    left: calc(50% - 640px);
    top: -98px;
}

.p2-top .p2-top-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.p2-top-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.p2-btm {
    margin: 0 160px;
    display: flex;
    height: 250px;
    display: flex;
    gap: 54px;
    margin-bottom: 117px;
}

.p2-btn-left {
    display: flex;
    flex-direction: column;
    gap: 85px;
    justify-content: space-between;
}

.p2-btn-right {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    width: 663px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p2-btm-btn {
    display: inline-flex;
    padding: 13px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    background: linear-gradient(96deg, #5AB3F9 -58.87%, #3C8AFE 25.09%, #5E4CFF 101.06%);
    width: fit-content;
}

.part3 {
    background: url(../images/amazon/bk3.png);
    background-position: 0 0;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.p3-top {
    display: flex;
    gap: 173px;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.p3-top-left {
    font-size: 40px;
    font-weight: 300;
}

.p3-top .bold-700 {
    font-weight: 700;
}

.p3-top-right {
    display: inline-flex;
    align-items: center;
    gap: 42px;
}

.p3-btm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

.p3-btm-item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
    color: var(--575F87, #575F87);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}

.p3-600 {
    color: var(--333, #333);
    font-size: 18px;
    font-weight: 600;
}

.part4 {
    background-color: #142635;
    display: flex;
    gap: 85px;
    padding: 105px 268px;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.p4-btn {
    display: flex;
    width: 468px;
    padding: 24px 38px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 20px;
    background: linear-gradient(96deg, #5AB3F9 -40.55%, #3C8AFE 2.43%, #6B1FE7 98.44%);
    font-size: 20px;
    font-weight: 500;
}

.p4-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.p4-yellow {
    color: #FD5;
    font-weight: 700;
}

.p4-blue {
    color: var(--Primary-Blue, #26B5FF);
    font-size: 22px;
    font-weight: 700;
}

.p4-left-desc {
    color: rgba(255, 255, 255, 0.79);
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}

.p4-rel {
    width: 100%;
    position: relative;
}

.p4-rel img {
    position: absolute;
    left: 0;
    top: 0;
}

.part5 {
    background: linear-gradient(96deg, #3C8AFE -3.16%, #6B1FE7 98.69%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    padding: 105px 200px;
}

.p5-btm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.p5-item {
    display: flex;
    padding: 48px 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 5px 0px rgba(255, 255, 255, 0.10) inset;
    backdrop-filter: blur(47.5px);
    font-size: 20px;
    font-weight: 400;
}

.p5-title {
    white-space: nowrap;
}

.p5-item-btm {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 40px;
    font-weight: 700;
}

.part6 {
    background: url(../images/amazon/p6-bk.png);
    background-position: 0 0;
    background-size: 100% 100%;
    padding: 100px 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.part6 .p6-2 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.p6-btn {
    display: flex;
    padding: 13px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    background: #FFF;
    font-size: 24px;
    font-weight: 500;
}

.p6-blue {
    color: #26B5FF;
}

.p6-btn div {
    background: linear-gradient(96deg, #5AB3F9 -58.87%, #3C8AFE 25.09%, #5E4CFF 101.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1600px) {

    .part1,
    .part2,
    .part3,
    .part4,
    .part5 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 1360px) {
    .p5-item {
        font-size: 18px;

    }

    .p5-item-btm {
        font-size: 36px;
    }
}

@media screen and (max-width: 1300px) {
    .part1 {
        padding-bottom: 150px;
    }

    .part1 .title {
        font-size: 40px;
    }

    .center-item .center-item-box {
        max-width: 350px;
        font-size: 14px;
    }

    .part1-bottom-top {
        flex-direction: column;
    }

    .part2 {
        height: unset;
    }

    .p2-top-box {
        overflow-x: auto;
        gap: 24px;
    }

    .p2-top-box::-webkit-scrollbar {
        display: none;
    }

    .p3-top-left {
        font-size: 26px;
    }


    .p2-btm {
        flex-direction: column;
        height: unset;
        margin: 0;
    }

    .p2-btn-right {
        width: unset;
    }

    .p3-top {
        gap: 20px;
    }

    .part4 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .part {
        padding-left: 24px;
        padding-right: 24px;
    }

    .p2-top {
        width: 100%;
        left: 0;
    }


}




@media screen and (max-width: 1000px) {

    .center-item {
        flex-direction: column;
    }

    .center-item .center-item-box {
        max-width: unset;
    }

    .p3-top {
        flex-direction: column;
        gap: 60px;
    }

    .part1-bottom {
        width: unset;
    }

    .p3-btm {
        grid-template-columns: repeat(2, 1fr);
    }

    .part4 {
        flex-direction: column;
    }

    .p4-rel {
        display: none;
    }

    .p5-item {
        font-size: 14px;
        padding: 24px 32px;
        border-radius: 30px;
    }

    .p5-item img {
        height: 20px;
        width: auto;
    }

    .p5-item-btm {
        font-size: 20px;
        gap: 12px;
    }

    .part6 {
        font-size: 30px;
        padding: 50px 24px
    }
}

@media screen and (max-width: 700px) {
    .p5-btm {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .p5-item {
        padding: 48px 64px;
        font-size: 20px;

    }

    .p5-item-btm {
        gap: 16px;
        font-size: 40px;
    }

    .p5-item img {
        height: 40px;
        width: auto;
    }
}

@media screen and (max-width: 468px) {
    .part1 .title {
        font-size: 24px;
    }

    .part1 .part1-blue {
        font-size: 30px;
    }

    .center-item .center-item-box {
        font-size: 16px;
    }

    .p2-top {
        padding: 0 10px;
    }

    .part2 {
        padding-top: 145px;
    }

    .p2-btn-left {
        gap: 45px;
    }

    .p3-top-right {
        font-size: 16px;
    }

    .p3-btm {
        grid-template-columns: 1fr;
    }

    .p4-btn {
        width: unset;
        font-size: 14px;
    }

    .p2-top-box {
        justify-content: unset;
    }



}

.p2-btn-right p {
    margin-bottom: 12px;
}

.btn-hover:hover {
    box-shadow: 0 0 5px #fff;
}


.btn-hover-blue:hover {
    box-shadow: 0 0 5px #5E4CFF;
}