/* Genel Stil */
.alan11 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0px;
    overflow: hidden !important;
}

.alan11 .content {
    display: flex;
    flex-direction: row;
    background-color: #F8EDE3;
    border-radius: 20px;
    width: 90%;
    gap: 30px;
    color: white;
    padding: 80px;
    overflow: hidden !important;
}

.yuvarlaklars {
    position: absolute;
    opacity: .2;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    top: -200px;
    right: 200px;
    background-color: #bf441b;
    border-radius: 100%;
}

#bir {
    right: 80px;
    animation-delay: 1s;
    animation: yukari-ilerle 3s linear infinite reverse;
}

#iki {
    right: 0px;
    animation-delay: 2s;
    animation: yukari-ilerle 9s linear infinite reverse;
}

#uc {
    right: 230px;
    animation-delay: 4s;
    animation: yukari-ilerle 6s linear infinite reverse;
}

#dort {
    right: 210px;
    animation-delay: 5s;
    animation: yukari-ilerle 4s linear infinite reverse;
}

#bes {
    right: 180px;
    animation-delay: 2s;
    animation: yukari-ilerle 5s linear infinite reverse;
}

#alti {
    right: 130px;
    animation-delay: 5s;
    animation: yukari-ilerle 7s linear infinite reverse;
}

#yedi {
    right: 260px;
    animation-delay: 3s;
    animation: yukari-ilerle 10s linear infinite reverse;
}

#sekiz {
    right: 40px;
    animation-delay: 4s;
    animation: yukari-ilerle 5s linear infinite reverse;
}

#dokuz {
    right: 20px;
    animation-delay: 7s;
    animation: yukari-ilerle 2s linear infinite reverse;
}

@keyframes yukari-ilerle {
    100% {
        top: calc(300%);
    }
}
.alan11 .alan1D2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
}

.alan11 img {
    position: absolute;
    top: 0px;
    left: 120px;
    width: 200px;
    opacity: .5;
}

.alan11 .alan1D2 a {
    padding: 10px;
    border-radius: 20px;
    background-color: #bf441b;
    color: white;
    width: 250px;
    text-align: center;
    font-weight: bold;
    transition: .3s;
}

.alan11 .alan1D2 a:hover {
    width: 300px;
    transition: .3s;
}

.alan11 .alan1D2 h1 {
    color: black;
    font-size: 35px;
}

.alan11 .alan1D2 span {
    color: #bf441b;
    font-weight: bold;
    font-size: 25px;
}

.alan11 .alan1D2 p {
    color: #6e6e6e;
}

.alan2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px !important;
    margin: 100px !important;
    border-radius: 0px !important;
    height: auto !important;
}
.alan2 .content2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

.alan2 .content2 div {
    background-color: transparent;
    padding: 40px;
    width: 33%;
    gap: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: left;
    border-radius: 25px;
    border: 1px solid #bf441b;
    height: 230px + fit-content;
    transition: width 0.3s ease;
}

.alan2 .content2 h1 {
    color: #bf441b;
}

.alan2 .content2 i {
    font-size: 40px;
}


/* Tablet ve mobil cihazlar için responsive ayarlar */
@media (max-width: 1024px) {
    .alan11 .content {
        padding: 50px;
    }

    .alan2 {
        margin: 50px !important;
    }

    .alan2 .content2 {
        flex-direction: column;
        gap: 30px;
    }
    
    .alan2 .content2 div {
        width: 100%;
        height: auto; /* Yüksekliği otomatik yap */
    }
}

@media (max-width: 768px) {
    .alan11 .alan1D2 h1 {
        font-size: 28px;
    }

    .alan11 .alan1D2 span {
        font-size: 20px;
    }

    .alan11 .content {
        padding: 40px 20px;
    }
    
    .alan2 {
        margin: 30px !important;
    }

    .alan2 .content2 div {
        padding: 25px;
    }
    .alan11 img {
        display: none;
    }
}

@media (max-width: 480px) {
    .alan11 .content {
        padding: 30px 15px;
    }

    .alan11 .alan1D2 h1 {
        font-size: 24px;
    }

    .alan11 img {
        width: 100px;
        left: 30px;
    }
    
    .alan2 {
        margin: 20px !important;
    }
    
    .alan2 .content2 div {
        padding: 20px;
    }
}