@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap);
* {
    font-family: Rubik, sans-serif
}

body,
html {
    overflow-x: hidden;
    width: 100%
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.banner {
    position: relative;
    text-align: center;
    margin-top: 90px
}

.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
}



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
}

.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
}

.language-switcher {
    position: relative;
    cursor: pointer
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    left: 0
}

.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
}

#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}

#whatsapp-icon svg {
    width: 60px;
    height: 60px
}

.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
}

.close-btn {
    font-size: 32px;
    font-weight: 700;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #333
}

.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 i {
    color: #bbb;
    cursor: pointer;
    transition: color .3s
}

.mobile-menu-social .social-icons i:hover {
    color: #fa7023
}

.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
}

.menu-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px
}

.hero {
    width: 100%!important;
    height: auto!important;
    aspect-ratio: 1920/600!important;
    position: relative;
    background: url(/img/mutlu/banner-img.webp) no-repeat center center/cover;
    width: 100%;
    max-width: 1872px;
    height: 417px!important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}

#whatsapp-icon svg {
    width: 60px;
    height: 60px
}

.hero .container {
    position: relative;
    z-index: 2
}

.container {
    width: 100%;
    max-width: 1283px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.hero h1 {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: -3%;
    margin-bottom: 10px
}

.hero p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0
}

.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: 180px
}

.footer-links div {
    width: 23%;
    margin-bottom: -18px
}

.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: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #bababa;
    text-decoration: none;
    flex-grow: 1
}



.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-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

button.navbar-toggler.d-lg-none {
    border: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.footer-brand img {
    height: 24px
}

.gallery-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

ul.navbar-nav {
    padding-right: 20px
}

.gallery-item {
    border: none;
    overflow: hidden;
    border-radius: 6px
}

    .gallery-item, .gallery-item img {
        width: 100%;
        aspect-ratio: 2/1.35;
        border-radius: 6px;
        object-fit: cover;
    }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.popup-content {
    position: relative;
    width: 810.37px;
    height: 762.1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 6px;
    padding: 0
}

.popup-content img {
    width: 810.37px;
    height: 762.1px;
    object-fit: cover;
    border-radius: 6px
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: transparent;
    border: none
}

.left-arrow {
    left: -60px
}

.right-arrow {
    right: -60px
}

@media (max-width:768px) {
    .navbar-nav .nav-item {
        margin-right: 10px
    }
    .navbar-nav .nav-link {
        font-size: 12px
    }
    .language-switcher {
        font-size: 14px
    }
    .navbar .btn-custom {
        align-items: center
    }
    .navbar-brand img {
        margin-left: 18px
    }
    .hero h1 {
        font-size: 32px;
        line-height: 40px;
        text-align: center
    }
    .hero p {
        font-size: 16px;
        text-align: center
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: left
    }
    .footer-container {
        flex-direction: column;
        width: 90%;
        padding: 0 10px
    }
    .footer-left {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start
    }
    .footer-logo p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
    .footer-links {
        flex-direction: column;
        gap: 30px;
        width: 100%
    }
    .footer-links div {
        width: 100%
    }
    .footer-links h4 {
        font-size: 18px;
        line-height: 22px
    }
    .footer-links li {
        font-size: 16px;
        line-height: 24px;
        gap: 12px;
        margin-bottom: 20px
    }
    .footer-links li a {
        font-size: 16px
    }
    .footer-bottom {
        font-size: 14px;
        text-align: left
    }
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
    .popup-content {
        width: 90vw;
        height: auto;
        padding: 0;
        border-radius: 6px
    }
    .popup-content img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 6px;
        max-height: 80vh
    }
    .arrow {
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px
    }
    .left-arrow {
        left: -10px
    }
    .right-arrow {
        right: -10px
    }
    .arrow svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .navbar .d-flex.align-items-center {
        align-items: center;
        justify-content: center;
    }
    .language-switcher {
        margin-right: 0;
    }
    .btn-custom {
        margin-left: 0
    }
    .hero h1 {
        font-size: 32px;
        line-height: 40px;
        text-align: center
    }
    .hero p {
        font-size: 16px;
        text-align: center
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: left
    }
    .footer-container {
        flex-direction: column;
        width: 90%;
        padding: 0 10px
    }
    .footer-left {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start
    }
    .footer-logo p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
    .footer-links {
        flex-direction: column;
        gap: 30px;
        width: 100%
    }
    .footer-links div {
        width: 100%
    }
    .footer-links h4 {
        font-size: 18px;
        line-height: 22px
    }
    .footer-links li {
        font-size: 16px;
        line-height: 24px;
        gap: 12px;
        margin-bottom: 20px
    }
    .footer-links li a {
        font-size: 16px
    }
    .footer-bottom {
        font-size: 14px;
        text-align: left
    }
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
}

@media (max-width:1450px) {
    .navbar-nav .nav-item {
        margin-right: 10px
    }
    .language-switcher {
        margin-right: 10px
    }
    .navbar .btn-custom {
        margin-left: 10px
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: left
    }
    .footer-container {
        flex-direction: column;
        width: 90%;
        padding: 0 10px
    }
    .footer-left {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start
    }
    .footer-logo p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
    .footer-links {
        flex-direction: column;
        gap: 30px;
        width: 100%
    }
    .footer-links div {
        width: 100%
    }
    .footer-links h4 {
        font-size: 18px;
        line-height: 22px
    }
    .footer-links li {
        font-size: 16px;
        line-height: 24px;
        gap: 12px;
        margin-bottom: 20px
    }
    .footer-links li a {
        font-size: 16px
    }
    .footer-bottom {
        font-size: 14px;
        text-align: left
    }
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
}