﻿/*Navbar Start*/
/*MOBİL NAV CSS*/
.nav-mbl {
    justify-content: center;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 100%;
    /*background-color: rgb(0, 0, 0);*/
    background-image: url(../img/mobile-menu-bg.png);
    background-size: cover;
    /*background-color: rgb(0 0 0 / 88%);*/
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    display: flex;
    height: calc(100% - 84px);
    align-items: center;
    flex-direction: column;
    row-gap: 76px;
    overflow: hidden;
    overflow-y: auto;
    padding: 2rem 0rem;
    padding-top: 4rem;
}

    .overlay-content .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        row-gap: 30px;
        width: 70%;
    }

    .overlay-content .nav-item {
        margin: 0;
        border-bottom: 1px solid #ffffff0f;
    }

        .overlay-content .nav-item:last-child {
            border-bottom: none;
        }

        .overlay-content .nav-item a {
            padding-bottom: 1rem;
        }

.overlay a {
    
    text-decoration: none;
    font-size: 20px;
    color: white !important;
    display: block;
    transition: 0.3s;
}

.overlay-content .as {
    color: #FFFFFF52;
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    bottom: 200px;
    right: 17px;
    font-size: 60px;
}


.navbar-toggler
{
    border: none;
}

.language-container {
    display: flex;
}

    .language-container .language {
        color: #fff;
        margin: 0 2rem;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
        display: flex;
        align-items: center;
        column-gap: .5rem;
    }


.navbar-light .navbar-toggler i
{
    color: #000!important;
}

.overlay-content .nav-link {
    font-size: 16px !important;
    font-weight: 500 !important;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

        .overlay a {
            font-size: 20px
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}
.footer-link {
    color: var(--grey-g-75, #A4A4A4);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration:none;
}
    .footer-link:hover {
        color: #FFCE13;
        transition: .3s;
    }
/*mobil nav fnish*/
.navbar-nav .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    color: #E9E9E9;
    font-family: 'Inter',sans-serif;
}


a.nav-link.active {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    color: #FFCE13;
}

.nav-link:focus,
.nav-link:hover {
    color: #FFCE13 !important;
}

.nav-item {
    padding: 0 0.7rem;
}

.dropdown-menu{
    border:none !important;
    background-color: #fefefe00 !important;
}

.dropdown-item {
    width: 100%;
    border-radius: 10px;
}

    .dropdown-item:focus, .dropdown-item {
        color: white !important;
        background-color: black !important;
    }

        .dropdown-item:focus, .dropdown-item:hover {
            color: none !important;
            background-color: none !important;
        }

        @media only screen and (max-width: 375px)
        {
            .navbar-brand {
                margin-right: 0rem;
            }
        }
/*Navbar End*/

/*---------------------------------------------------------------------------------------------*/

/*Footer Start*/
.col-cizgi {
    border-top: 1px solid #FFCE13;
}

.footer-contact-list {
    padding-left: 0rem;
    word-break: break-word;
}

/*FOOTER*/
.bg-grey {
    background-color: #212121;

}

.footer-yazi {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    line-height: 24px;
    width: 15rem;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.fast-link-baslik {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: -0.04em;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
}

.fast-social-baslik {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    font-family: 'Inter';
    font-style: normal;
    letter-spacing: -0.04em;
}

.copyright {
    color: var(--Black, #000);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}



.footer-menu {
    list-style: none;
    padding: 0px !important;
}

    .footer-menu li {
        padding: 5px 0px;
    }

        .footer-menu li a {
            color: var(--grey-g-75, #A4A4A4) !important;
            font-family: Inter !important;
            font-size: 14px !important;
            font-style: normal !important;
            font-weight: 400 !important;
            line-height: normal !important;
            letter-spacing: -0.56px !important;
            text-decoration:none;
        }

            .footer-menu li a:hover {
                transition: 300ms;
                color: #FFCE13;
                text-decoration: none;
            }

.bg-sari {
    background-color: #FFCE13;
}


.dropdown-menu.show
{
    min-width: max-content;
    max-width: max-content;
}

@media only screen and (max-width: 767px) {
    .footer-contact-list {
        padding-left: .5rem;
    }
}

@media only screen and (max-width: 575px)
{
    .footer-logo {
        display: none;
    }
    .copyright
    {
        text-align: center!important;
    }
}

@media only screen and (max-width: 327px)
{
    .copyright {
        font-size: 11px;
    }
}

@media only screen and (max-height: 720px)
{
    .overlay-content {
        row-gap: 30px;
    }
}