* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
    background: linear-gradient(180deg, #6F01BE 20%, #290047 73%);
}

body {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 2% 5% 0 5%;
}

/*Barra de Navegação*/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo-nike,
#logo-perfil {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

#logo-nike:hover,
#logo-perfil:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.04);
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    gap: 150px;
}

nav ul li {
    cursor: pointer;
    list-style: none;
    font-size: 35px;
    font-weight: bold;
    background: linear-gradient(180deg, #FF9D00 43%, #995E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

nav ul li:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.03);
    text-decoration: underline solid #FF9D00;
}

/*Airmax Apresentação*/
.airmax-tn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.5%;
    gap: 2.3%;
}

.airmax-ap {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

#foto-airmaxtn {
    max-height: 540px;
    border-radius: 180px;
}

.titulo-airmax {
    font-size: 48px;
    background: linear-gradient(180deg, #FF9D00 43%, #995E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-airmax {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(180deg, #FF9D00 43%, #995E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.adicao-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.5rem;
}

.number-1 {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    background: linear-gradient(180deg, #FF9D00 43%, #995E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mais-number,
.menos-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: 800;
    color: #FF9D00;
    background-color: #6F01BE;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.mais-number:hover,
.menos-number:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.10);
}

.buttons-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    gap: 1rem;
}

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

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

.buy-button {
    box-sizing: border-box;
    width: 480px;
    height: 80px;
    outline: none;
    background: transparent;
    border-radius: 45px;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    padding-left: 30px;
    text-align: left;
    color: #FF9D00;
    border: 3px solid #FF9D00;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.buy-button::-webkit-outer-spin-button,
.buy-button::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.buy-button::placeholder {
    color: #FF9D00;
}

.buy-button5 {
    width: 530px;
    height: 95px;
    color: rgb(47, 206, 82);
    background: linear-gradient(180deg, #019125 25%, #003f0b 72%);
}

.buy-button:hover,
.buy-button2:hover,
.buy-button3:hover,
.buy-button4:hover,
.buy-button5:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.03);
}

.pay-airmax {
    display: flex;
    justify-content: center;
    align-items: center;
    place-self: flex-start;
    flex-direction: column;
}

.details-pay {
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    background: linear-gradient(180deg, #FF9D00 43%, #995E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.airmax-preco,
.frete-gratis,
.valor-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 30px;
    font-weight: bolder;
    background: linear-gradient(180deg, #FF9D00 43%, #995E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.frete-gratis {
    margin-bottom: 10px;
    margin-top: 5px;
}

.preco-airmax {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.valor-total {
    padding-top: 10px;
    border-top: 2px solid #FF9D00;
}

.terms-pay {
    font-size: 21px;
    color: white;
    margin-top: 25px;
    font-weight: 300;
    text-align: justify;
}

.buy-button6 {
    width: 400px;
    height: 80px;
    border-radius: 45px;
    border: none;
    font-size: 40px;
    font-weight: bold;
    place-self: center;
    margin-top: 30px;
    background-clip: text;
    text-align: center;
    background: linear-gradient(180deg, #FF9D00 25%, #995E00 72%);
    cursor: pointer;
    color: #6F01BE;
    transition: all 0.3s ease-in-out;
}

.buy-button6:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.03);
}

.linha-laranja {
    height: 550px;
    background: #FF9D00;
    border: 1px solid #FF9D00;
}