html, body {
    overflow-x: hidden;
  }

.mobile-menu-right {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.mobile-menu-button{
    display: flex;
    align-items: center;
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.sag-header {
    display: flex;
    align-items: center;
    column-gap: 36px;
}

.navbars {
    z-index: 225;
    position: absolute;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
}

.ust-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-baslik {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}

.nav-icerik {
    margin-top: 26px;
    display: flex;
    align-items: center;
    column-gap: 60px;
    justify-content: center;
}

.nav-icerik li {
    list-style-type: none;
}

.nav-alt-border {
    border-bottom: 1px solid rgb(68 68 68);
    width: 95%;
    margin: auto;
}

ul {
    list-style-type: none;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.dil-drop .dropdown-menu ul li a {
    display: flex;
    column-gap: 8px;
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
}

.dil-drop .dropdown-menu ul li a:hover {
    color: rgb(255, 0, 0) !important;
}

.dil-drop .dropdown-menu ul {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.dil-drop .dropdown-menu ul li:hover {
    display: flex !important;
}

.dropdown {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
}

.dropdown-menu ul {
    margin-bottom: 0 !important;
    padding-right: 0rem !important;
    display: flex !important;
    flex-direction: column !important;
    row-gap: 8px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0rem;
}

.dropdown-menu {
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-align: left !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
    background-color: unset !important;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap;
    min-width: auto !important;
    background-color: white !important;
}

.dropdown-menu ul li {
    font-family: Urbanist !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    text-align: left !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgb(0, 0, 0) !important;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.dropdown-item {
    color: rgb(0, 0, 0) !important;
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-align: left !important;
}

.sag-header i {
    font-size: 18px;
    color: rgba(147, 153, 157, 1);
}

.banner-icerik {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    /* column-gap: 2rem; */
    position: absolute;
    top: 0;
    height: 100vh;
}

.icerik-alt {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    height: 290px;
    justify-content: space-between;
}

.icerik-alt-iki {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    height: 46.5vh;
    justify-content: space-between;
}

.icerik {
    height: 100vh;
    justify-content: end;
    display: flex;
    align-items: end;
    flex-direction: column;
}

section {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec-1 {
    background-color: rgb(214, 228, 92);
}

#sec-2 {
    background-color: aliceblue;
}

.scroll-down {
    height: 50px;
    width: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
}

.scroll-down::before,
.scroll-down::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate(45deg);
    border: 2px solid rgba(255, 255, 255, 1);
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 1s ease-in-out infinite;
}

.scroll-down::before {
    top: 30%;
    animation-delay: 0.3s;
}

.buyuk-img {
    height: 556px !important;
}

.buyuk-img-sag {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dropdown-menu ul {
    padding-left: 0 !important;
}

.sol-icerik {
    height: 63vh;
    display: flex;
    align-items: end;
}

.sag-alan {
    position: relative;
    height: 387px;
    top: 95px;
}

.nav-icerik {
    padding-left: 0 !important;
}

@keyframes scroll-down {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        top: 90%;
        opacity: 0;
    }
}

.sayfa-banner {
    position: relative;
    background-image: url(../img/biz-kimiz-banner.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 386px;
}

.banner-baslik {
    color: white;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    row-gap: 4rem;
    padding-top: 147px;
}

  .banner-detay a,
  .banner-detay div,
  .banner-detay i {
    white-space: nowrap;  /* Taşan yazılar aşağı inmesin */
  }

  .banner-detay {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    justify-content: start;
    max-width: 100%;
    align-items: center;
    font-family: Urbanist;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
    margin-bottom: 30px;
    white-space: nowrap;
}

.banner-detay::-webkit-scrollbar
{
    display: none;
}

.banner-detay a {
    color: rgba(255, 255, 255, 1) !important;
}

.kimiz-baslik {
    font-family: Urbanist;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.banner-detay i {
    color: rgba(237, 29, 36, 1);
}


/* footer */

footer {
    padding-bottom: 23px !important;
    padding-top: 57px !important;
    background-color: rgba(35, 31, 32, 1) !important;
}

.footer-logo {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.footer-baslik {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}

.footer-baslik a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.footer-alt {
    margin-bottom: 12px;
    color: rgba(187, 186, 186, 1);
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footer-alt a {
    color: rgba(187, 186, 186, 1) !important;
    text-decoration: none;
}

.footer-icerik {
    display: flex;
    justify-content: space-between;
}

.footer-border {
    margin-top: 40px!important;
    margin-bottom: 23px;
    border: 1px solid rgba(79, 76, 77, 1);
}

.kvkk {
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(233, 233, 233, 1);
}

.footer-alt-icerik {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gizlilik {
    display: flex;
    align-items: center;
    column-gap: 56px;
}

.owl-prev::before {
    backdrop-filter: blur(65px) !important;
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 2px !important;
    border-radius: inherit !important;
    background: linear-gradient(147.92deg, rgba(255, 255, 255, 0.4) 5.99%, rgba(255, 255, 255, 0) 47.36%, rgba(255, 255, 255, 0.4) 95.92%) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    z-index: 1 !important;
    -webkit-border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    -ms-border-radius: inherit !important;
    -o-border-radius: inherit !important;
}

.dropdown-menu ul {
    position: relative !important;
    z-index: 54234423423423 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgba(237, 29, 36, 1) !important;
    background-color: unset !important;
}

.sosyal {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.sosyal i:hover {
    color: red;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.sosyal {
    display: flex;
    align-items: center;
    column-gap: 32px;
}


/* footer */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(35, 31, 32, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content a {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.icon.rotated {
    transform: rotate(180deg);
}

.collapsler ul li a {
    border: 0 !important;
}

.dropdown .nav-link i {
    color: rgba(237, 29, 36, 1) !important;
}

.collapsler ul li a {
    font-family: Urbanist;
    font-size: 20px;
    justify-content: center;
    font-weight: 500;
    line-height: 28px;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    text-decoration: none;
    display: block;
    padding-left: 1.5rem;
}

.nav-baslik a {
    text-decoration: none !important;
    color: white;
}

.collapsler ul {
    padding: 0 !important;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.overlay-content {
    padding-bottom: 2rem;
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
}

.overlay a {
    font-family: Urbanist;
    font-size: 21px;
    justify-content: space-between;
    font-weight: 700;
    line-height: 20px;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    text-decoration: none;
    display: block;
}

.overlay .closebtn {
    position: absolute;
    top: 38px;
    right: 36px;
    font-size: 40px;
}

/* Animasyonlu geçiş için collapse menüsünün başlangıç ve son durumları */
.collapse {
    display: block;
    overflow: hidden;
    max-height: 0; /* Başlangıçta gizli */
    transition: max-height 0.5s ease-out; /* Yavaş geçiş efekti */
}

.collapse.show {
    max-height: 500px; /* Yeterli yüksekliği ayarlayarak menüyü açıyoruz */
}


.nav-icerik .nav-item .nav-link.active {
    border-bottom: 2px solid red !important;
    /* height: 28px; */
}

.nav-item a.active {
    color: #ED1D24; /* Kategoriyi vurgulamak için kırmızı renk */
}

.nav-icerik .nav-item .nav-link {
    /* height: 28px; */
    cursor: pointer;
}

.footer-basliklari {
    column-gap: 40px;
    display: flex;
}

.footer-sol {
    flex-direction: column;
    display: flex;
    row-gap: 30px;
    margin-right: 50px;
}

.footer-logos {
    width: 219px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  

.footer-iletisim i {
    color: rgba(237, 29, 36, 1);
}

.footer-iletisim {
    margin-bottom: 28px;
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    display: flex;
    column-gap: 12px;
}

.footers {
    justify-content: space-between;
    display: flex !important;
}

.footer-sosyal-medya {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.collapsler ul li {
    width: 100% !important;
    border-bottom: 0 !important;
}

a:hover {
    color: white !important;
}

.mobile img {
    width: 12rem !important;
}

/* .nav-baslik {
    height: 28px;
} */

.nav-baslik.active {
    border-bottom: 2px solid red !important;
}

.mobile {
    display: none !important;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 80px;
    z-index: 515;
    background-color: rgba(35, 31, 32, 1);
    color: #ffffff;
    position: relative;
}

.banner-detay a, .banner-detay div {
    display: inline-block; /* Yatayda sıralanır */
    padding: 0 10px; /* İçerik arasına boşluk ekler */
    flex-shrink: 0; /* Ögelerin sıkışmasını engeller */
}

.banner-detay i {
    margin: 0 5px; /* İkonlar arasına boşluk ekler */
}

.sayfa-detay-baslik {
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(79, 76, 77, 1);
}

.sayfa-detay-baslik span {
    font-family: Urbanist;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(79, 76, 77, 1);
}

.tablo{
    margin: 80px 0;
    margin-left: auto;
    margin-right: auto;
}

.text-bosluk{
    margin-right: 60px;
}

@media only screen and (max-width: 1400px) {
    .footer-basliklari {
        column-gap: 20px;
    }
    .nav-icerik {
        column-gap: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer-basliklari {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-sosyal-icon {
        width: 30px;
        height: 30px;
    }
    .nav-icerik {
        column-gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-detay a, .banner-detay div {
        padding: 0 3px;
    }
    .banner-detay {
        font-size: 13px;
    }

    .footer-sosyal-medya {
        display: flex !important;
        justify-content: start !important;
    }
    .footer-sol {
        margin-bottom: 2rem;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .footer-basliklari {
        justify-content: start !important;
    }
    .footers {
        flex-wrap: wrap;
    }
    .sayfa-banner {
        height: 240px;
    }
    .mobile {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .navbars {
        display: none !important;
    }
    .banner-baslik {
        height: 240px !important;
    }
}

@media only screen and (max-width: 767px) {
    .gizlilik {
        column-gap: 20px;
    }
    .footer-icerik {
        flex-wrap: wrap;
        justify-content: start !important;
        column-gap: 4rem !important;
    }
    .black-bg .row{
    margin-bottom: 50px;
}
}

@media only screen and (max-width: 470px) {
    .footer-alt-icerik {
        flex-wrap: wrap;
        row-gap: 2rem;
        justify-content: center !important;
    }
    .gizlilik {
        justify-content: center;
        row-gap: 1rem;
        flex-wrap: wrap;
    }
    .banner-baslik {
        color: white;
        display: flex;
        justify-content: center;
        height: 238px;
        align-items: center;
        flex-direction: column;
        justify-content: end;
        row-gap: 3rem;
    }
}

@media only screen and (max-width: 430px) {
    .sayfa-banner-detay {
        font-size: 16px;
    }
    .sayfa-banner-baslik {
        font-size: 35px;
    }
}

@media only screen and (max-width: 360px) {
    .carousel-img-detay {
        font-size: 24px;
        row-gap: 0;
    }
}