﻿
.page-content-padding {
    padding: 80px 0;
}

* {
    font-family: Rubik, sans-serif;
    font-display: swap !important
}

a {
    text-decoration: none
}

#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}

    #whatsapp-icon svg {
        width: 60px;
        height: 60px
    }



    /*Navbar*/

.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 931;
    background-color: #fff;
    padding: 20px 0
}

    .fixed-navbar > .container-fluid {
        max-width: 1280px
    }


button.navbar-toggler.d-lg-none {
    border: none
}

ul.navbar-nav {
    padding-right: 35px !important;
    display: flex !important;
    column-gap: 10px !important;
}

.navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #1d1d1b
}

.language-switcher {
    position: relative;
    cursor: pointer
}

.navbar-nav .nav-item:last-child {
    margin-right: 0
}

.language-switcher .lang-active {
    font-weight: 700;
    color: #000
}

.language-switcher .lang-inactive {
    color: gray;
    opacity: .7;
    cursor: pointer
}

.language-switcher + .btn-custom {
    margin-left: 15px
}

.lang-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 1000
}

.language-switcher.open .lang-dropdown {
    display: block
}



.lang-dropdown {
    position: absolute;
    top: 100%;
    left: 0
}

.language-switcher .dropdown-icon {
    font-size: 10px;
    color: #1d1d1b;
    transition: transform .3s ease
}

.navbar .btn-custom {
    margin-left: 25px
}


.language-switcher .lang-active {
    font-weight: 700;
    color: #000
}

.language-switcher .lang-inactive {
    color: gray;
    opacity: .7;
    cursor: pointer
}

.language-switcher + .btn-custom {
    margin-left: 15px
}



.btn-custom {
    width: 118px;
    height: 43px;
    border-radius: 4px;
    background-color: #fa7023;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 12px 32px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out
}

    .btn-custom:hover {
        background-color: #cc622c;
        transform: scale(1.05);
        color: #fff
    }


.mobile-menu {
    transform: translateX(100%);
    opacity: 0;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    padding: 20px
}

    .mobile-menu.show {
        transform: translateX(0);
        opacity: 1
    }

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 30px
}

    .mobile-menu-header .language-switcher {
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #1d1d1b
    }

        .mobile-menu-header .language-switcher:hover {
            color: #fa7023
        }

.close-btn {
    font-size: 32px;
    font-weight: 700;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #333
}

.menu-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px
}

.mobile-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    flex-grow: 0
}

    .mobile-menu-links li {
        margin: 20px 0
    }

    .mobile-menu-links a {
        text-decoration: none;
        color: #1d1d1b;
        font-size: 18px;
        transition: color .3s
    }

        .mobile-menu-links a:hover {
            color: #fa7023
        }

.mobile-menu-social {
    margin-top: 40px;
    text-align: center;
    color: #aaa;
    font-size: 16px
}

    .mobile-menu-social p {
        margin-bottom: 10px
    }

    .mobile-menu-social .social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
        font-size: 22px
    }

        .mobile-menu-social .social-icons a svg path {
            fill: #B5B5B5;
        }

        .mobile-menu-social .social-icons i {
            color: #bbb;
            cursor: pointer;
            transition: color .3s
        }

            .mobile-menu-social .social-icons i:hover {
                color: #fa7023
            }



            /*Footer*/

.footer {
    background-color: #1f1f1f;
    color: #fff;
    padding: 40px 0
}

.footer-container {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer-logo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #bababa;
    margin-top: 20px;
    max-width: 290px
}

.footer-links {
    display: flex;
    width: 70%;
    gap: 80px
}

.footer-left {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 90px;
}



.footer-links div {
    width: 100%;
}

.footer-links h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 30px
}

.footer-links ul {
    list-style-type: none;
    padding: 0
}

.footer-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px
}

    .footer-links li svg {
        flex-shrink: 0;
        width: 24px;
        height: 24px
    }

    .footer-links li a {
        display: flex;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #bababa;
        text-decoration: none;
        flex-grow: 1;
        align-items: center;
        column-gap: 10px;
    }

        .footer-links li a .icon {
            width: 30px;
            min-width: 30px;
            height: 30px;
            min-height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #FFFFFF;
            border-radius: 8px;
        }

            .footer-links li a .icon svg {
                width: 15px;
                height: 15px;
            }

.footer-links .footer-social-medias li a .icon svg path {
    fill: #425F57;
}


.footer-bottom {
    width: 100%;
    margin-top: 20px;
    font-size: .9em;
    color: #bbb
}

.footer-separator {
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
    margin-bottom: 10px
}

.footer > .container {
    max-width: 1282px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

/*Banner*/

.page-banner {
    position: relative;
    padding: 0 16px;
}

.page-banner-image, .page-banner-image img {
    height: 480px;
    object-fit: cover;
}

.page-banner-title-and-breadcrumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 16px;
}

.page-banner-breadcrumb ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    column-gap: 8px;
}

    .page-banner-breadcrumb ul li a {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF!important;
    }

    .page-banner-breadcrumb ul li svg {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .page-banner-breadcrumb ul li svg path {
            fill: #fff!important;
        }

.page-banner-title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    color: #fff;
}

.page-banner-image {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

    .page-banner-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(22, 22, 22, 0.84) 100%);
    }


.language-switcher ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 4px;
}

    .language-switcher ul li a {
        font-family: Rubik;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
    }

    .language-switcher ul li {
        color: #BCBCBC;
    }
        .language-switcher ul li:last-child a {
            color: #BCBCBC;
        }


        /*Çerez Popup*/

/*Çerezler Popup*/

.cookie-popup {
    position: fixed;
    bottom: 50px;
    left: 38px;
    width: 400px;
    background: linear-gradient(233.72deg, #2b2b2b 14.74%, #000000 100%);
    padding: 20px 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    z-index: 2;
    transform: translate(0, 40px);
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

    .cookie-popup.show {
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        transition: .4s;
    }

.cookie-popup-header {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #fff;
}

.cookie-popup-content {
    display: flex;
    flex-direction: column;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
    row-gap: 4px;
}

    .cookie-popup-content a {
        font-family: Rubik;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        text-decoration: underline;
        color: #fff;
        text-underline-offset: 3px;
    }

.cookie-popup-footer {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

    .cookie-popup-footer .cookie-reject-button {
        width: 100%;
        font-family: Rubik;
        font-size: 13px;
        font-weight: 500;
        line-height: 23.89px;
        text-align: center;
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        padding: 12px 8px;
        border-radius: 50px;
        box-shadow: none;
        outline: none;
    }

    .cookie-popup-footer .cookie-accept-button {
        font-family: Rubik;
        font-size: 13px;
        font-weight: 500;
        line-height: 23.89px;
        text-align: center;
        color: #fff;
        background: #eb6921;
        border: 1px solid #eb6921;
        width: 100%;
        border-radius: 50px;
        padding: 12px 8px;
        box-shadow: none;
        outline: none;
    }

    @media only screen and (max-width: 1399px)
    {
        .footer-left {
            margin-top: 20px;
            display: flex;
            gap: 20px;
            flex-direction: row;
        }
        .footer-links {
            display: grid;
            width: 100%;
            gap: 24px;
            grid-template-columns: repeat(4,1fr);
        }   

            .footer-links div {
                width: 100%;
            }
    }

    @media only screen and (max-width: 1199px)
    {
        .btn-custom {
            width: max-content;
            max-width: 100%;
            padding: 12px 24px;
        }

        .fixed-navbar .navbar-brand img {
            width: 140px;
            object-fit: contain;
        }

        ul.navbar-nav {
            padding-right: 12px !important;
            column-gap: 4px !important;
        }

        .footer-left {
            flex-direction: column;
        }
    }

    @media only screen and (max-width: 991px)
    {
        .footer-left {
            gap: 60px;
        }

        .footer-links div {
            width: 100%;
            margin-bottom: 0;
        }

        .footer-links {
            display: grid;
            width: 100%;
            gap: 24px;
            row-gap: 24px;
            grid-template-columns: repeat(2,1fr);
        }
    }

    @media only screen and (max-width: 475px)
    {
        .cookie-popup {
            left: 16px;
            width: calc(100% - 32px);
        }

        .footer-links {
            display: grid;
            width: 100%;
            gap: 24px;
            row-gap: 24px;
            grid-template-columns: repeat(1,1fr);
        }
    }