body {
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;


}

.block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    width: 100%;
    max-width: 1200px;

}

.features-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.features-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;

}

.features-content p {
    display: flex;
    align-items: flex-start;
}

p span.colon {
    margin-right: 15px;
}

.features-menu .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.background-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slide {

    0%,
    100% {
        opacity: 0;
    }

    5%,
    25% {
        opacity: 1;
    }
}

.slide:nth-child(1) {
    animation: slide 105s infinite;
    animation-delay: 0s;
}

.slide:nth-child(2) {
    animation: slide 105s infinite;
    animation-delay: 5s;
}

.slide:nth-child(3) {
    animation: slide 105s infinite;
    animation-delay: 10s;
}

.slide:nth-child(4) {
    animation: slide 105s infinite;
    animation-delay: 15s;
}

.slide:nth-child(5) {
    animation: slide 105s infinite;
    animation-delay: 20s;
}

.slide:nth-child(6) {
    animation: slide 105s infinite;
    animation-delay: 25s;
}

.slide:nth-child(7) {
    animation: slide 105s infinite;
    animation-delay: 30s;
}

.slide:nth-child(8) {
    animation: slide 105s infinite;
    animation-delay: 35s;
}

.slide:nth-child(9) {
    animation: slide 105s infinite;
    animation-delay: 40s;
}

.slide:nth-child(10) {
    animation: slide 105s infinite;
    animation-delay: 45s;
}

.slide:nth-child(11) {
    animation: slide 105s infinite;
    animation-delay: 50s;
}

.slide:nth-child(12) {
    animation: slide 105s infinite;
    animation-delay: 55s;
}

.slide:nth-child(13) {
    animation: slide 105s infinite;
    animation-delay: 60s;
}

.slide:nth-child(14) {
    animation: slide 105s infinite;
    animation-delay: 65s;
}

.slide:nth-child(15) {
    animation: slide 105s infinite;
    animation-delay: 70s;
}

.slide:nth-child(16) {
    animation: slide 105s infinite;
    animation-delay: 75s;
}

.slide:nth-child(17) {
    animation: slide 105s infinite;
    animation-delay: 80s;
}

.slide:nth-child(18) {
    animation: slide 105s infinite;
    animation-delay: 85s;
}

.slide:nth-child(19) {
    animation: slide 105s infinite;
    animation-delay: 90s;
}

.slide:nth-child(20) {
    animation: slide 105s infinite;
    animation-delay: 95s;
}

.slide:nth-child(21) {
    animation: slide 105s infinite;
    animation-delay: 100s;
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    padding: 20px;
}

.container {
    background-color: orange;
    border: none;
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: linear-gradient(to bottom,
            #cc7700 0%,
            #ff9900 30%,
            #ffbb33 60%,
            rgba(255, 187, 51, 0) 100%);


}

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

html {
    font-size: 14px;
}

/* NAVBAR*/
nav {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.nav-container {
    display: flex;
    gap: 20px;

}

.img1 {
    border: 2px solid orange;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    align-items: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7), 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.img1-1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img2 {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-right: 20px;
    float: right;
}

#logo-box {
    margin-top: 10px;

}

p,
span,
li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7), 10px 10px 20px rgba(0, 0, 0, 0.5);
    margin: 0 auto;

}
.logo h3{
    line-height: 1.5;
}


#div1 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 100px;
    margin-top: 50px;
    float: left;
    overflow: hidden;

}

#div1:hover {

    transform: scale(1.5);


}

#div2 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
}

#div2:hover {
    transform: scale(1.5);




}

#div3 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;

}

#div3:hover {
    transform: scale(1.5);



}

#div4 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;



}

#div4:hover {

    transform: scale(1.5);





}

#div5 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
}

#div5:hover {
    transform: scale(1.5);



}

#div6 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;

}

#div6:hover {
    transform: scale(1.5);



}

#div7 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 100px;
    margin-top: 40px;
    float: left;
    overflow: hidden;



}

#div7:hover {

    transform: scale(1.5);





}

#div8 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 40px;
    float: left;
    overflow: hidden;
}

#div8:hover {
    transform: scale(1.5);



}

#div9 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 40px;
    float: left;
    overflow: hidden;

}

#div9:hover {
    transform: scale(1.5);



}

#div10 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 40px;
    float: left;
    overflow: hidden;
}

#div10:hover {
    transform: scale(1.5);



}

#div11 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 40px;
    float: left;
    overflow: hidden;


}

#div11:hover {
    transform: scale(1.5);
}

#div12 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.2s, background 0.2s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;

}

#div12:hover {
    transform: scale(1.5);



}

#div13 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 100px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
    align-items: center;
}

#div13:hover {

    transform: scale(1.5);


}

#div14 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
    align-items: center;
}

#div14:hover {

    transform: scale(1.5);


}

#div15 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
    align-items: center;
}

#div15:hover {

    transform: scale(1.5);


}

#div16 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
    align-items: center;
}

#div16:hover {

    transform: scale(1.5);


}

#div17 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
    align-items: center;
}

#div17:hover {

    transform: scale(1.5);


}

#div18 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 200px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
    align-items: center;
}

#div18:hover {

    transform: scale(1.5);


}

#div19 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 350px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    overflow: hidden;
    align-items: center;
    margin-top: 40px;
}

#div19:hover {

    transform: scale(1.5);


}

#div20 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 350px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    overflow: hidden;
    align-items: center;
    margin-top: 40px;

}

#div20:hover {
    transform: scale(1.5);
}

#div21 {
    background-color: black;
    border-radius: 10px;
    border-style: 2px solid;
    width: 350px;
    height: 250px;
    transition: transform 0.3s, background 0.3s;
    overflow: hidden;
    align-items: center;
    margin-top: 40px;
}

#div21:hover {
    transform: scale(1.5);
}

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

}

.etiket-container {
    width: 100%;
    float: inline-end;
    display: flex;
}

.etiketler {
    font-size: 1rem;
    margin-left: auto;
    display: flex;
    gap: 15px;
}

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

.yönetimüyeleri:hover {
    color: orange;
    transform: scale(1.1);
    border-radius: 10px;
    text-decoration: none;
}

.hakkımızda {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: white;
    transition: transform 0.2s, background 0.2s;
    text-decoration: none;
    font-family: "Lato";
}

.hakkımızda:hover {
    color: orange;
    transform: scale(1.1);
    border-radius: 10px;
    text-decoration: none;
}

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

.duyurular:hover {
    color: orange;
    transform: scale(1.1);
    border-radius: 10px;
    text-decoration: none;
}

.linkler {
    transition: transform 0.2s, background 0.2s;
}

.linkler:hover {
    transform: scale(1.2);

}
@media screen and (min-width:1680px) {
    nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .img1 {
        border: 2px solid orange;
        width: 120px;
        height: 120px;

        margin-left: 5px;
        border-radius: 100%;
        background-color: #fff;
        overflow: hidden;
        padding: 10px;
    }

    .img1-1 {
        width: 100%;
        height: 100%;
        object-fit: contain;

    }

    .img2 {
        width: 120px;
        height: 120px;
    }

    .logo {
        text-align: center;
        font-size: 2.5rem;
    }

    #div1,
    #div2,
    #div3,
    #div4,
    #div5,
    #div6,
    #div7,
    #div8,
    #div9,
    #div10,
    #div11,
    #div12,
    #div13,
    #div14,
    #div15,
    #div16,
    #div17,
    #div18 {
        padding: 0;
        margin: 10px;
        width: 15%;
        height: auto;
    }

    #div19,
    #div20,
    #div21 {
        margin: 20px;
        width: 40%;
        height: auto;
        padding: 0;
    }

    .block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    #container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

}

@media screen and (max-width:1280px) {
    nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .img1,
    .img2 {
        width: 120px;
        height: 120px;
    }

    .logo {
        text-align: center;
        font-size: 3rem;
    }

    #div1,
    #div2,
    #div3,
    #div4,
    #div5,
    #div6,
    #div7,
    #div8,
    #div9,
    #div10,
    #div11,
    #div12,
    #div13,
    #div14,
    #div15,
    #div16,
    #div17,
    #div18 {
        padding: 0;
        margin: 10px;
        width: 15%;
        height: auto;
    }

    #div19,
    #div20,
    #div21 {
        margin: 20px;
        width: 40%;
        height: auto;
        padding: 0;
    }

    .block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    #container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
    nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .img1,
    .img2 {
        width: 100px;
        height: 100px;
    }

    .logo {
        text-align: center;
        font-size: 2rem;
    }

    #container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    #div1,
    #div2,
    #div3,
    #div4,
    #div5,
    #div6,
    #div7,
    #div8,
    #div9,
    #div10,
    #div11,
    #div12,
    #div13,
    #div14,
    #div15,
    #div16,
    #div17,
    #div18 {
        padding: 0;
        margin: 15px;
        width: 200px;
        height: auto;
    }

    #div19,
    #div20,
    #div21 {
        margin: 20px;
        width: 60%;
        height: auto;
        padding: 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px){
    nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .img1,
    .img2 {
        width: 100px;
        height: 100px;
    }

    .logo {
        text-align: center;
        font-size: 2rem;
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .img1,
    .img2 {
        width: 100px;
        height: 100px;
    }

    .logo {
        text-align: center;
        font-size: 2rem;
    }

    #div1,
    #div2,
    #div3,
    #div4,
    #div5,
    #div6,
    #div7,
    #div8,
    #div9,
    #div10,
    #div11,
    #div12,
    #div13,
    #div14,
    #div15,
    #div16,
    #div17,
    #div18 {
        padding: 0;
        margin: 15px;
        width: 40%;
        height: auto;
    }

    #div19,
    #div20,
    #div21 {
        margin: 20px;
        width: 60%;
        height: auto;
        padding: 0;
    }

    .block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    #container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}

@media screen and (min-width:460px) and (max-width:768px) {
    nav {
        flex-direction: row;
        align-items: center;
    }

    .img1 {
        margin: 10px auto;
        float: left;
        width: 80px;
        height: 80px;
    }

    .img2 {
        margin: 10px auto;
        float: right;
        width: 80px;
        height: 80px;
    }


    .logo {
        font-size: 1.5rem;
        text-align: center;
    }

    #div1,
    #div2,
    #div3,
    #div4,
    #div5,
    #div6,
    #div7,
    #div8,
    #div9,
    #div10,
    #div11,
    #div12,
    #div13,
    #div14,
    #div15,
    #div16,
    #div17,
    #div18 {
        display: inline;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
        padding: 0;
    }

    #div19,
    #div20,
    #div21 {
        display: inline;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
        padding: 0;
    }

    .block {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    #container {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    .etiket-container {
        width: 80%;
        font-size: small;


    }

}
@media screen and (max-width: 460px) {
    nav {
        flex-direction: row;
        align-items: center;
    }

    .img1 {
        margin: 10px auto;
        float: left;
        width: 60px;
        height: 60px;
    }

    .img2 {
        margin: 10px auto;
        float: right;
        width: 60px;
        height: 60px;
    }

    .logo {
        font-size: 1.2rem;
        text-align: center;
    }

    #div1,
    #div2,
    #div3,
    #div4,
    #div5,
    #div6,
    #div7,
    #div8,
    #div9,
    #div10,
    #div11,
    #div12,
    #div13,
    #div14,
    #div15,
    #div16,
    #div17,
    #div18 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
        padding: 0;
    }

    #div19,
    #div20,
    #div21 {
        display: inline;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
        padding: 0;
    }

    .block {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    #container {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    .etiketler {
        font-size: 0.85rem;
    }

}