.sayfa-banner{
    height: 244px;
    object-fit: cover;
}
.sayfa-border{
    padding: 24px;
    margin-top: -2rem;
    border: 1.5px solid #FFFFFF;
    background: #ffffff00;
    backdrop-filter: blur(8px);
    border-radius: 25px 25px 0px 0px;
}
.yil-card span{
    font-family: Urbanist;
font-size: 46px;
font-weight: 800;
line-height: 55.2px;
text-align: left;
color: white;
}
.yil-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid;
    border-image-source: linear-gradient(147.93deg, rgba(255, 255, 255, 0.2) 6.68%, rgba(0, 0, 0, 0) 51.71%, rgba(255, 255, 255, 0.2) 93.27%);
    position: absolute;
    background: #ffffff00;
    backdrop-filter: blur(8px);
    bottom: -2rem;
    right: -2rem;
    width: 316px;
    display: flex;
    color: white;
    font-family: Urbanist;
    font-size: 52px;
    font-weight: 400;
    line-height: 62.4px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 9px 18.4px 0px rgba(0, 0, 0, 0.25) !important;
    height: 113px;
    border-radius: 32px;
}
.karavan-title {
    margin-bottom: 23px;
    font-family: Urbanist;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.title-detay{
    margin-top: 5px !important;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.karavan-detail{
    font-family: Urbanist;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: left;
color: rgba(101, 101, 101, 1);
}
.karavan-row{
    margin-top: 4rem !important;
    justify-content: space-between;
}
.karavan-img{
    margin-top: 6rem !important;
    object-fit: cover !important;
}
.vizyon{
    margin-top: 96px;
    margin-bottom: 30px;
    font-family: Urbanist;
font-size: 36px;
font-weight: 600;
line-height: 43.2px;
text-align: left;
color: rgba(0, 0, 0, 1);
}
.misyon{
    margin-top: 96px;
    margin-bottom: 30px;
    font-family: Urbanist;
font-size: 36px;
font-weight: 600;
line-height: 43.2px;
text-align: left;
color: rgba(0, 0, 0, 1);
}
.hakkimizda-detay{
    font-family: Urbanist;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: left;
color: rgba(101, 101, 101, 1);
}
.hakkimizda-karavan-img{
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}
@media screen and (max-width: 991px){
    .sol{
        order: 2;
    }
    .karavan-title {
        margin-bottom: 15px;
    }
    .hakkimizda-karavan-img{
        margin-top: 3rem;
    }
    .yil-card {
        bottom: -5rem;
    }
    .karavan-img {
        margin-top: 10rem !important;
    }
}
@media screen and (max-width: 767px){
    .yil-card {
        font-size: 40px;
    }
    .yil-card span {
        font-size: 35px;
    }
    .yil-card {
        width: 260px;
    }
}
@media screen and (max-width: 600px){
    .yil-card {
        right: 0 !important;
    } 
    .misyon {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .vizyon {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}