* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

body {
    background-image: url("hakkımızda\ background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: center;

}

.baslık {
    background-color: orange;
    color: #fff;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7), 10px 10px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100vw;
    height: 120px;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    display: flex;
    background: linear-gradient(to bottom,
            #cc7700 0%,
            #ff9900 30%,
            #ffbb33 60%,
            rgba(255, 187, 51, 0) 100%);
            padding-bottom: 30px;

}


.div p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-left: 10px;
    text-align: left;
}

.hakkımızda {
    text-align: center;
    color: black;
    margin-top: 5%;
}

.acıklamalar {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
}


.div {
    background-color: #fff;
    color: black;
    text-align: center;
    width: 320px;
    height: 320px;
    border: 5px solid orange;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
    margin: 40px 0 0;


}

.div h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    margin: 5px 0 0;
    color: darkorange;

}

.hakkımızda-logo {
    display: flex;
    margin: 0 auto;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    align-items: center;
    background-color: #fff;
    border: 5px solid orange;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);

}

.kutu-oyunları-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.etiket-container.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: orange;
}

.etiket-container.sticky a {
    color: #fff;
}

.etiket-container {
    margin-top: 0;
    width: 100%;
    margin-right: 10px;
    float: inline-end;
    display: flex;
    color: orange;
}

.etiketler {
    margin-left: auto;
    display: flex;
    gap: 15px;

}

.anasayfa {
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: orange;
    transition: transform 0.2s, background 0.2s;
    margin-left: 10px;
    text-decoration: none;
}

.anasayfa:hover {
    transform: scale(1.1);
    border-radius: 10px;
    text-decoration: none;


}

.yönetimüyeleri {
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: orange;
    transition: transform 0.2s, background 0.2s;
}

.yönetimüyeleri:hover {

    transform: scale(1.1);
    border-radius: 10px;
    text-decoration: none;
}

.duyurular {
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: orange;
    transition: transform 0.2s, background 0.2s;
    text-decoration: none;
}

.duyurular:hover {

    transform: scale(1.1);
    border-radius: 10px;
    text-decoration: none;
}

@media screen and (min-width:460px)and (max-width:800px) {
    .baslık-container {
        display: flex;
        justify-content: center;
        align-items: center; 
        width: 100%; 
        
    }
    
    .baslık {
     font-size: 1.5rem;
    }
    .etiket-container{
        width: 100%;
        text-align: right;
    }
    .acıklamalar{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }
    .div{
        width: 250px;
        height: 250px;
    }
    .hakkımızda-logo{
        width: 300px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }

}
@media screen and (max-width:460px){
    .baslık{
        text-align: center;
        font-size: 1.4rem;
    }
    .hakkımızda-logo{
        width: 300px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }
    .etiketler{
        font-size: small;
    }
}