@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Merienda:wght@300..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sigmar&family=Special+Gothic+Expanded+One&family=Tagesschrift&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Tagesschrift;
    /* el yazısı fontu*/
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
}

.main-div {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #52356d 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
}

.text-container {
    width: 30%;
    height: 30%;
    padding: 10px;
    color: rgb(0, 0, 0);
    font-size: 30px;
    display: flex;
    flex-direction: column;
    transition: 1s;
    position: absolute;
    top: 10%;
    left: 4%;
}

.toys img {
    width: 32em;
    height: auto;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 5px 0px 10px 20px;
}



.text-container h1 {
    text-align: center;
}


.iconer {
    width: 0px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 54%;
    left: 68%;
    margin: 0px 30px 0px 30px;
}

.iconer a {
    text-decoration: none;
}

.iconer1 i {
    width: 70px;
    height: 70px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px 0px 50px 0px;
    color: black;
    background-color: rgba(255, 255, 255, 0.699);
    box-shadow: 0px 0px 10px 10px;
    transition: 0.6s ease;
}

.iconer2 i {
    width: 70px;
    height: 70px;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px 0px 50px 0px;
    color: black;
    background-color: rgba(255, 255, 255, 0.699);
    box-shadow: 0px 0px 10px 1px white;
    cursor: pointer;
    transition: 0.5s;
}

i:hover {
    transform: scale(1.2);
}

.about {
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
}

.about h1 {
    margin-top: 0rem;
    font-size: 10rem;
}

.about p {
    margin-top: 6rem;
    font-size: 5rem;
}

.trash {
    width: 100%;
    height: 100%;
    background-color: #b6b6b6;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.trashbox {
    width: 300px;
    height: 400px;
    margin-top: 40px;
    background-color: #003441;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    box-shadow: 0px 0px 0px 10px black;
}

#bilgilendirme {
    position: absolute;
    top: 210%;
    left: 30%;
}





/*! media query start (mobile-first) */


/* Küçük telefonlar (0px - 575px) */
@media (max-width: 575px) {
    .main-div {
        width: 100%;
        height: 100vh;
        background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #52356d 50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.5s;
    }

    .text-container {
        width: 100%;
        height: 30%;
        color: rgb(0, 0, 0);
        font-size: 18px;
        display: flex;
        flex-direction: column;
        transition: 1s;
        position: absolute;
        top: 2%;
        left: 0%;
    }

    .toys img {
        width: 270px;
        height: auto;
        border-radius: 20px;
        cursor: pointer;
        box-shadow: 5px 0px 10px 20px;
        position: absolute;
        top: 30%;
        left: 4%;
    }



    .text-container h1 {
        text-align: center;
    }


    .iconer {
        width: 0px;
        height: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 56%;
        left: 82%;
        margin: 0px 30px 0px 30px;
    }

    .iconer a {
        text-decoration: none;
    }

    .iconer1 i {
        width: 65px;
        height: 65px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0px 0px 32px 0px;
        color: black;
        background-color: rgba(255, 255, 255, 0.699);
        box-shadow: 0px 0px 10px 10px;
    }

    .iconer2 i {
        width: 65px;
        height: 65px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0px 0px 32px 0px;
        color: black;
        background-color: rgba(255, 255, 255, 0.699);
        box-shadow: 0px 0px 10px 1px white;
        cursor: pointer;

    }

    i:hover {
        transform: scale(1);
    }

    .about {
        width: 100%;
        height: 120%;
        background-color: white;

    }

    .about h1 {
        font-size: 45px;
    }

    .about p {
        display: flex;
        float: left;
        font-size: 30px;
    }

}



/* Büyük telefonlar ve küçük tabletler (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .main-div {
        width: 100%;
        height: 100vh;
        background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #52356d 50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.5s;
    }

    .text-container {
        width: 62%;
        height: 30%;
        padding: 10px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        display: flex;
        flex-direction: column;
        transition: 1s;
        position: absolute;
        top: 3%;
        left: 16%;
    }

    .toys img {
        width: 330px;
        height: auto;
        border-radius: 20px;
        cursor: pointer;
        box-shadow: 5px 0px 10px 20px;
        position: absolute;
        top: 26%;
        left: 16%;
    }



    .text-container h1 {
        text-align: center;
    }


    .iconer {
        width: 0px;
        height: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 53.5%;
        left: 82%;
        margin: 0px 30px 0px 30px;
    }

    .iconer a {
        text-decoration: none;
    }

    .iconer1 i {
        width: 60px;
        height: 60px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0px 0px 45px 0px;
        color: black;
        background-color: rgba(255, 255, 255, 0.699);
        box-shadow: 0px 0px 10px 10px;
        transition: 0.6s ease;
    }

    .iconer2 i {
        width: 60px;
        height: 60px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0px 0px 45px 0px;
        color: black;
        background-color: rgba(255, 255, 255, 0.699);
        box-shadow: 0px 0px 10px 1px white;
        cursor: pointer;
        transition: 0.5s;
    }

    i:hover {}

    .about {
        width: 100%;
        height: 100%;
        background-color: white;

    }

    .about h1 {
        font-size: 45px;
    }

    .about p {
        display: flex;
        float: left;
        font-size: 30px;
    }
}


/* Tablet dikey (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {

    .main-div {
        width: 100%;
        height: 100vh;
        background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #52356d 50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.5s;
    }

    .text-container {
        width: 55%;
        height: 20%;
        padding: 10px;
        color: rgb(0, 0, 0);
        font-size: 17px;
        display: flex;
        flex-direction: column;
        transition: 1s;
        position: absolute;
        top: -1%;
        left: 25%;
    }

    .toys img {
        width: 370px;
        height: auto;
        border-radius: 20px;
        cursor: pointer;
        box-shadow: 5px 0px 10px 20px;
        position: absolute;
        top: 23%;
        left: 24%;
    }



    .text-container h1 {
        text-align: center;
    }


    .iconer {
        width: 0px;
        height: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 54.2%;
        left: 80%;
        margin: 0px 30px 0px 30px;
    }

    .iconer a {
        text-decoration: none;
    }

    .iconer1 i {
        width: 65px;
        height: 65px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0px 0px 50px 0px;
        color: black;
        background-color: rgba(255, 255, 255, 0.699);
        box-shadow: 0px 0px 10px 10px;
        transition: 0.6s ease;
    }

    .iconer2 i {
        width: 65px;
        height: 65px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0px 0px 50px 0px;
        color: black;
        background-color: rgba(255, 255, 255, 0.699);
        box-shadow: 0px 0px 10px 1px white;
        cursor: pointer;
        transition: 0.5s;
    }

    i:hover {}

    .about {
        width: 100%;
        height: 100%;
        background-color: white;

    }

    .about h1 {
        font-size: 70px;
    }

    .about p {
        display: flex;
        float: left;
        font-size: 40px;
    }
}

/* Laptop ve tablet yatay (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-div {
        width: 100%;
        height: 100vh;
        background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #52356d 50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.5s;
    }

    .text-container {
        width: 30%;
        height: 30%;
        padding: 10px;
        color: rgb(0, 0, 0);
        font-size: 20px;
        display: flex;
        flex-direction: column;
        transition: 1s;
        position: absolute;
        top: 10%;
        left: 3%;
    }

    .toys img {
        width: 22em;
        height: auto;
        border-radius: 20px;
        cursor: pointer;
        box-shadow: 5px 0px 10px 20px;
        position: absolute;
        top: 22%;
        left: 35%;
    }



    .text-container h1 {
        text-align: center;
    }


    .iconer {
        width: 0px;
        height: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 54%;
        left: 75%;
        margin: 0px 30px 0px 30px;
    }

    .iconer a {
        text-decoration: none;
    }

    .iconer1 i {
        width: 65px;
        height: 65px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0px 0px 50px 0px;
        color: black;
        background-color: rgba(255, 255, 255, 0.699);
        box-shadow: 0px 0px 10px 10px;
        transition: 0.6s ease;
    }

    .iconer2 i {
        width: 65px;
        height: 65px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0px 0px 50px 0px;
        color: black;
        background-color: rgba(255, 255, 255, 0.699);
        box-shadow: 0px 0px 10px 1px white;
        cursor: pointer;
        transition: 0.5s;
    }

    i:hover {}

    .about {
        width: 100%;
        height: 100%;
        background-color: white;

    }

    .about h1 {
        font-size: 80px;
    }

    .about p {
        display: flex;
        float: left;
        font-size: 50px;
    }
}

/*! media query finish */