body,
* {
    font-family: 'Inter';
}

.bg-gri {
    background-color: #E9EAEA;
    padding: 60px;
    padding-right: 0;
    padding-left: 0;
}

.sayfa-title {
    margin-bottom: 1rem;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #414141;
}

#navbar-email a {
    display: flex;
    column-gap: 8px;
    color: white !important;
}

#navbar-phone a {
    display: flex;
    column-gap: 8px;
    color: white !important;
}

.safya-title-detail {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #8B8B8B;
    letter-spacing: 0em;
}

.right {
    margin-left: 5px;
    margin-right: 5px;
    color: #707B93;
    font-size: 11px;
}


/*HEADER*/

.footer-detay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container {
    width: 75%;
}

.navbar-fluid {
    width: 95% !important;
}

.footer-detay-bilgi {
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #707B93;
}

.orta-footer {
    display: flex;
    align-items: center;
}

.orta-footer-iki {
    display: flex;
    align-items: center;
}

.orta-footer img {
    margin-right: 0.5rem;
}

.orta-footer-iki img {
    margin-left: 2rem;
    margin-right: 0.5rem;
}

.navbar {
    background-color: #333;
    padding: 10px;
    position: relative !important;
    width: 100%;
    top: 0;
    z-index: 1021;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navbar li {
    display: inline;
    margin-right: 10px;
    text-align: center;
}

.navbar a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.custom-button {
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: -0.015em !important;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FDB827;
    text-decoration: none;
    /* Remove underline */
    color: black;
    /* Set text color to black */
    border: none;
    /* Remove border */
    cursor: pointer;
}


/*GRİ CONTAİNER*/

.grey-container {
    margin-top: 80px;
    position: relative;
    background: #F4F8FB;
    flex-shrink: 0;
}

.grey-container h1 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: var(--Neutrals-700, #344054);
    font-kerning: none;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'ss01' on, 'cv02' on;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.grey-container p {
    padding-bottom: 2rem;
    text-align: center;
    color: var(--Neutrals-500, #707B93);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/*FOOTER*/

.footerTop {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 3rem;
    margin: 0;
    width: 100%;
}

.footerDescription {
    color: #C3C3C3;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 380px;
    margin: auto;
}

.footer-link-card {
    color: var(--Blue-2, #152037);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    column-gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
    row-gap: 16px;
}

.orta-footer-iki i {
    color: red !important;
}

.footer-link a {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #EEEEEE;
    text-decoration: none;
}

.footerContactArea ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    color: var(--Neutrals-500, #707B93);
    font-kerning: none;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'ss01' on, 'cv02' on;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    justify-content: center;
    column-gap: 20px;
}

.footerButtonContainer {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footerContactArea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 32px;
}

.customButton {
    background: var(--Yellow-yellow-500, #FCC737);
    color: var(--black, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.24px;
    padding: 12px 16px;
    border: 1px solid #FDB827;
    width: max-content;
    margin: auto;
    transition: .4s;
}

footer {
    background-color: #1E1E1C;
}

button.btn.online-btn {
    height: 50px;
    width: 153px;
    background-color: #FCC737 !important;
}

.customButton:hover {
    color: #FFF;
    transition: .4s;
    background-color: unset;
    border-color: #fdb827;
    color: black;
}

.footerBottom {
    width: 100%;
    background: #1B1B1B;
    padding: 16px 0;
    margin-top: 3.5rem;
}

.footerBottom ul {
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 54px;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.footerBottom .card-link a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-decoration: none;
    color: #7a7a7a;
}

.otocard {
    text-align: center;
}

.footerBottomLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.sayfa-detay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap !important;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
}

.fluid-iki {
    width: 90% !important;
}

.navbar-collapse {
    justify-content: end !important;
}

.online-btn {
    border-radius: 0 !important;
    background-color: #FDB827 !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: -0.015em !important;
    color: #000000 !important;
    padding: 15px !important;
    border: 0 !important;
    width: 155px;
}

.online-btn:hover {
    border: 1px solid #FDB827 !important;
    background: transparent !important;
    transition: .4s;
}

.iletisim-navbar {
    background-color: #1E1E1C;
    padding: 10px;
}

.iletisim-navbar-icon {
    color: #FDB827;
    margin-right: 5px;
}

.sag-bosluk {
    display: flex;
    margin-right: 1rem;
}

#navbar-email a {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

#navbar-phone a {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.nav-link {
    font-family: Inter !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    color: #6B6B6B !important;
}

.detay-tarih {
    margin-top: 2rem;
}

.nav-link.active {
    color: #1E1E1C !important;
}

.navbar {
    display: block !important;
}

.mobile-navbar {
    display: none !important;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 155555;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.customButton {
    display: flex;
}

@media only screen and (max-width:1219px) {
    .online-btn {
        border-radius: 0 !important;
        background-color: #FDB827 !important;
        font-family: Inter !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        letter-spacing: -0.015em !important;
        color: #000000 !important;
        padding: 16px !important;
        border: 0 !important;
        width: 200px;
    }
}

@media only screen and (max-width:1100px) {
    .grey-container {
        margin-top: 130px !important;
    }

    .navbar li {
        margin-right: 0px;
    }
}

@media only screen and (max-width:991px) {
    .bg-gri {
        margin-top: 0 !important;
    }

    .yorum-bg {
        margin-bottom: 0 !important;
    }

    .navbar {
        display: none !important;
    }

    .mobile-navbar {
        display: block !important;
    }

    .navbar-collapse {
        position: absolute !important;
        top: 98% !important;
        background: white !important;
        width: 100% !important;
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }
}

@media only screen and (max-width:768px) {
    .footerContactArea ul {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 397px) {
    .sayfa-title {
        margin-bottom: 0.5rem;
        font-family: Inter;
        font-size: 21px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: center;
        color: #344054;
    }
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}