@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap);
* {
    font-family: Rubik, sans-serif
}

.grecaptcha-badge
{
    display: none!important;
}

body,
html {
    overflow-x: hidden;
    width: 100%
}

.banner {
    position: relative;
    text-align: center;
    margin-top: 90px
}

.container {
    max-width: 1280px;
    margin: auto;
}

.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
}

.navbar .container {
    padding: 8px 0
}

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
}

button.navbar-toggler.d-lg-none {
    border: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.btn-custom:hover {
    background-color: #cc622c;
    transform: scale(1.05);
    color: #fff
}

ul.navbar-nav {
    padding-right: 20px
}

.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
}

.hero .container {
    position: relative;
    z-index: 2
}

.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%
}

.footer-brand img {
    height: 24px
}

.contact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 235px;
    width: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
    transition: box-shadow .3s ease-in-out
}

.contact-box:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .25)
}

.title-icon {
    color: #9a9a9a;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0
}

.contact-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    margin-top: 125px
}

textarea.form-control {
    resize: none
}

#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}

#whatsapp-icon svg {
    width: 60px;
    height: 60px
}

.btn-submit {
    background-color: #fa7023!important;
    border-radius: 4px
}


.contact-card {
    background: #fff;
    box-shadow: 0 12px 30px #0000001a;
    padding: 35px;
    aspect-ratio: 2/1.25;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
    border-radius: 8px;
    transition: .4s;
    height: 100%;
}

.contact-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.contact-card-title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #9A9A9A;
}

.contact-card-description {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #212121;
}

.contact-card:hover {
    box-shadow: 0 16px 48px #00000026;
    transition: .4s;
}

.google-map, .google-map iframe {
    width: 100%;
    aspect-ratio: 2/1.6;
    height: 100%;
    border-radius: 4px;
}

.contact-form input {
    background: #fff;
    border: 1px solid #E3E3E3;
    padding: 16px 20px;
    font-family: 'Inter';
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form textarea {
    border: 1px solid #E3E3E3;
    background: #fff;
    padding: 16px 20px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    outline: none !important;
    box-shadow: none !important;
}

.form-submit-button {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    background: #FA7023;
    border: 1px solid #FA7023;
    padding: 12px 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

@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
    }
    .row .col-md-6 {
        margin-bottom: 20px
    }
    .contact-section .row {
        gap: -5px
    }
    .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 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
    }
    .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 (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 (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
    }
}
@media only screen and (max-width: 1070px) {
    .navbar-nav .nav-item {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 575px)
{
    .contact-title {
        font-size: 24px;
        line-height: 32px;
    }
}