body{
    background-color: rgba(255, 255, 255, 1) !important;
}
.banner-title{
    position: absolute;
    bottom: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    color: rgba(255, 255, 255, 1);
}.banner-img{
    object-fit: cover !important;
}
.banner-bg{
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(32, 89, 194, 1);
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
    padding: 17px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19.36px;
text-align: center;
}
.banner-alt{
    border-top: 1px solid #ffffff52;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.banner-detay {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    color: #fff;
    max-width: max-content;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 12px 30px;
}
.banner-detay.active{
    background: rgba(255, 255, 255, 0.25);
}
.banner-img{
    height: 366px;
}
.sayfa-title{
    margin-bottom: 62px;
    margin-top: 120px;
    font-family: Inter;
font-size: 32px;
font-weight: 600;
line-height: 38.73px;
text-align: left;
color: rgba(31, 31, 31, 1);
}
.uye-detay{
    font-family: Inter;
font-size: 15px;
margin-bottom: 15px;
font-weight: 400;
line-height: 26px;
color: rgba(92, 92, 92, 1);
}
.bilgi{
    font-family: Inter;
font-size: 24px;
font-weight: 600;
line-height: 29.05px;
text-align: left;
color: rgba(31, 31, 31, 1);
}


.banner-detay-dropdown-link {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 12px 24px;
    height: 100%;
    cursor: pointer;
}

.otherLinksArea .banner-detay-dropdown-link i {
    color: #FF7506;
}
.otherLinksArea
{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    color: #fff;
    min-height: 64px;
}

.otherLinksArea.active {
    background: #ffffff40;
}

.otherLinks {
    position: relative;
    padding: 0px 24px;
    height: 100%;
}

.otherLinks .dropdownCard {
    position: absolute;
    top: 64px;
    right: 0;
    width: 300px;
    padding: 24px 0;
    box-shadow: 0px 4px 20.9px 0px #0000001F;
    border-radius: 10px 0px 10px 10px;
    transform: translate(0, 20px);
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    background: #fff;
}

.otherLinks:hover .dropdownCard
{
    visibility: visible;
    transform: translate(0, 0);
    opacity: 1;
    transition: .4s;
}

.otherLinks .dropdownCard ul {
    padding: 0;
    margin: 0;
}

.otherLinks .dropdownCard ul li a {
    display: block;
    width: 100%;
    padding: 16px 32px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    text-decoration: none;
    color: #1F1F1F;
    transition: .4s;
}

    .otherLinks .dropdownCard ul li a:hover {
        background: #F0F1F1;
        color: #143676;
        transition: .4s;
    }

.otherLinks .dropdownCard ul li a.active {
    background: #F0F1F1;
}


.unitsArea {
    display: flex;
    flex-direction: column;
    row-gap: 46px;
}


.unitsTitle {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #1f1f1f;
}

.unitsDescription {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #5C5C5C;
}


.sectorsArea {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}

.sectorsTitle {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #1f1f1f;
}

.sectorCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding: 32px;
    text-align: center;
    transition: .4s;
    border-radius: 10px;
    height: 100%;
}

.sectorCard:hover {
    transition: .4s;
    box-shadow: 0px 4.95px 39.62px 0px #0042871F;
}

.sectorCardName {
    font-family: Inter;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #414141;
}


.mobile-link
{
    display: none;
}


@media only screen and (max-width: 991px){
    .unitsImage{
        margin-top: 2rem;
    }

    .otherLinksArea.desktop
    {
        display: none;
    }

    .mobile-link {
        display: flex;
    }

    .banner-detay
    {
        min-height: 64px;
    }

    .contentArea {
        padding-bottom: 115px;
    }

    .mobile-body {
        margin-bottom: 0;
    }

}