@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;500;600;700&display=swap');

*, *::before, *::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%; 
    margin: 0;
    padding: 0; 
    overflow-y: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #dfe9ee;
}

header{
    position: absolute;
    z-index: 99999;
    width: 100%;
    padding: 0.9rem 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.header{
    font-family: "Fredoka";
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
}

header nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    display: flex;
    list-style: none;
    align-items: center;
}

header ul a{
    color: #fff;
    padding: 0.9rem 0;
    top: 0;
    left: 0;
    padding: 0 1.5rem;
    font-size: 1.1rem;
}

main{
    position: fixed;
    height: 100%;
    width: 100%;
    
}

.parallax{
    pointer-events: none;
    transition: 2s cubic-bezier(0.2,0.49,0.32,0.99);
}

.ball1{
    position: absolute;
    z-index: 1;
    width: 10%;
    top: 5%;
    left: 23%;
}

.ball2{
    position: absolute;
    z-index: 3;
    width: 20%;
    top: 25%;
    left: 85%;
}

.ball3{
    position: absolute;
    z-index: 4;
    width: 35%;
    top: 90%;
    left: 65%;
} 

.ball4{
    position: absolute;
    z-index: 5;
    width: 33%;
    top: 73%;
    left: 8%;
}

.shoe{
    position: absolute;
    z-index: 6;
    /* z-index: 99998; */
    width: 33%;
    /* top: 47%;
    left: 75%; */
}

.parallax.text {
    position: absolute;
    pointer-events: auto;
    text-transform: uppercase;
    color: #333;
    z-index: 7;
    /* z-index: 99999; */
    top: 40%;
    left: 10%;
}

::selection{
    color: #4e8dbf;
}

.parallax.text h1 {
    font-weight: 600;
    font-size: 5rem;
    line-height: 0.85;
} 

.parallax.text h2 {
    font-weight: 600;
    font-size: 3.7rem;
}

.parallax.text h3 {
    margin:  0.3rem 0;
    font-family: "Fredoka";
    font-weight: 500;
    font-size: 3rem;
}

/* Button */
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.show-products {
    width: 14rem;
    height: auto;
}

button.show-products .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #333;
    border-radius: 1.625rem;
}

button.show-products .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.show-products .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.show-products .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.show-products .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #333;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

/* Masaüstü (PC) için stil */
@media (min-width: 1181px){
    .parallax.text h1{
        font-size: 3.8;
    }
 
    .parallax.text h2{
        font-weight: 400;
        font-size: 2.5;
    }

    .shoe{
        width: initial;
        height: 52.8%;
        top: 47%;
        left: 75%;
        scale: 85%;
    }

}

/* Tabletler için stil */
@media (min-width: 481px) and (max-width: 1180px){
    .parallax.text h1{
        font-size: 4.5rem;
        line-height: 1;
    }
 
    .parallax.text h2{
        font-weight: 400;
        font-size: 1.5;
        line-height: 1.1;
    }

    .ball1{
        width: initial;
        height: 16%;
    }

    .ball2{
        width: initial;
        height: 32%;
    }

    .ball3{
        width: initial;
        height: 56%;
    }

    .ball4{
        width: initial;
        height: 52.8%;
    }

    .shoe{
        top: 47%;
        left: 75%;
        opacity: 0;
        scale: 0%;
    }

}

/* Mobil telefonlar için stil */
@media (max-width: 480px){
    .shoe{
        opacity: 0;
    }


    .parallax.text h1{
        font-size: 2rem;
        line-height: 1;
    }
 
    .parallax.text h2{
        font-weight: 400;
        font-size: 2rem;
        line-height: 1;
    }

    .ball1{
        width: initial;
        height: 16%;
    }

    .ball2{
        width: initial;
        height: 32%;
    }

    .ball3{
        width: initial;
        height: 56%;
    }

    .ball4{
        width: initial;
        height: 52.8%;
    }
}    

 
