#headerContainer{
    position: absolute;
top: 0;
z-index: 5151;
width: 100%;
margin-top: 39px;
}
.menu-title{
    margin-right: 12px;
    font-family: Inter;
font-size: 15px;
font-weight: 500;
line-height: 18.15px;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.nav-icerik{
    align-items: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-group{
border: unset !important;
width: 770px !important;
}
.input-group-text{
cursor: pointer;
border: unset !important;
background-color: rgba(255, 117, 6, 1) !important;
padding: 16px 32px 16px 32px !important;
}
.input-group-text img{
margin-right: 8px !important;
}
.ara{
font-family: Inter;
font-size: 15px;
font-weight: 500;
line-height: 18.15px;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.menu-text{
display: flex;
align-items: center;
}
.placeholder{
color: white !important;
}
.form-control:focus {
color: var(--bs-body-color);
background: #ffffff0a;

border: 1px solid rgba(255, 255, 255, 0.24) !important;
outline: 0;
box-shadow: unset !important;
}
.form-control
{
background: #ffffff0a !important;
backdrop-filter: blur(14px);
color: white !important;
}
.form-control{
    color: white !important;
border: 1px solid rgba(255, 255, 255, 0.24) !important;
}
input::placeholder {
    color: white !important;
  }






  .desktopNavbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktopNavbarNavigation button {
    display: flex;
    align-items: center;
    column-gap: 12px;
    border: none;
    background: none;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}

.desktopNavbarSearch {
    display: flex;
    align-items: center;
    position: relative;
}

.desktopNavbarSearch input {
    padding: 12px 32px;
    width: 500px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 1;
}

    .desktopNavbarSearch .desktopNavbarSearchButton {
        height: 50px;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #FF7506;
        background: #FF7506;
        color: #fff;
        column-gap: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        font-family: Inter;
        font-size: 15px;
        font-weight: 500;
        line-height: 23px;
        position: relative;
        z-index: 1;
    }

    .desktopNavbarSearch .search-box {
        position: absolute;
        top: 40px;
        width: 100%;
        background: #1616169c !important;
        padding-top: 10px;
        z-index: 0;
        border-bottom-left-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
        backdrop-filter: blur(8px);
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
    }

        .desktopNavbarSearch .search-box::-webkit-scrollbar
        {
            display: none;
        }

        .desktopNavbarSearch .search-box.show {
            opacity: 1;
            visibility: visible;
            transition: .4s;
        }

        .desktopNavbarSearch .search-box a {
            display: flex;
            align-items: center;
            column-gap: 1rem;
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            padding: 8px 12px;
            border-bottom: 1px solid #ffffff1f;
        }

            .desktopNavbarSearch .search-box a:hover {
                background: #0000003d !important;
            }

            .desktopNavbarSearch .search-box a:last-child {
                border-bottom: none;
            }

            .desktopNavbarSearch .search-box a img {
                width: 50px;
                height: 50px;
                object-fit: contain;
                background: #fff;
                border-radius: 4px;
            }

.fullscreenNavigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    background: radial-gradient(76.92% 102.28% at 0% 90.99%, rgb(38 120 226 / 24%) 0%, rgba(0, 0, 0, 0) 100%, rgba(38, 171, 226, 0) 100%), radial-gradient(47.18% 100% at 100% 18.83%, rgb(38 103 226 / 32%) 0%, rgba(38, 171, 226, 0) 100%), rgba(12, 12, 12, 0.99);
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 40px;
}

.fullscreenNavigation.open
{
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.fullscreenNavigationNavbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 39px;
}

.fullscreenNavigationButton button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}

.fullscreenNavigationList {
    margin-top: 130px;
}

.fullscreenNavigationListItems {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}

.fullscreenNavigationListItem a {
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    text-align: left;
    column-gap: 12px;
    text-decoration: none!important;
    color: #fff!important;
    width: max-content;
    cursor: pointer;
}

.fullscreenNavigationInnerItemListArea {
    position: relative;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.fullscreenNavigationInnerItemListArea::-webkit-scrollbar
{
    display: none;
}

.fullscreenNavigationListInnerItemArea {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    padding-left: 110px;
    border-left: 1px solid #2059c2;
    padding-top: 36px;
    padding-bottom: 36px;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
}
#mobile-footer{
    display: none !important;
}
.fullscreenNavigationListInnerItem a {
    font-family: Inter;
    font-size: 30px;
    font-weight: 500;
    line-height: 36.31px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

.fullscreenNavigationListInnerItemArea.active {
    visibility: visible;
    opacity: 1;
    transition: .4s;
}


.fullscreenNavigationTransparentLogo {
    position: absolute;
    bottom: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
}
.banner-detay {
    transition: .3s !important;
    cursor: pointer;
}
.banner-detay:hover{
    transition: .3s !important;
    background-color: rgb(255 255 255 / 10%);
}
.banner-detay.active{
    border-top: 2px solid rgba(32, 89, 194, 1);
    background: rgba(255, 255, 255, 0.25) !important;
}

@media only screen and (max-width: 1199px)
{
    .desktopNavbarSearch input {
        width: 400px;
    }
}
@media only screen and (max-width: 991px)
{
    .banner-alt{
        overflow: hidden;
        overflow-x: auto;
        justify-content: start!important;
        white-space: nowrap;
    }
    .banner-alt::-webkit-scrollbar{
        display: none !important;
    }
    #mobile-footer{
        display: block !important;
    }
    .desktopNavbar{
        display: none !important;
    }
}