@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/miffiest");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 50px 0;
}

.section-title {
    font-family: "Miffiest", sans-serif;
    font-size: 45px;
    margin-bottom: 30px;
    text-align: center;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper-slide img {
    max-width: 100%;
    object-fit: cover;
}

/* Content Wrapper START*/
.content-wrapper {
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 20px;
}

.content-wrapper p {
    padding-block: 5px;
    color: #000;
    font-size: 15px;
    font-family: "Plas Jakarta Sans", sans-serif;
}

.content-wrapper img {
    max-width: 100%;
    object-fit: cover;
}

.content-wrapper .title {
    font-size: 22px;
    padding-bottom: 5px;
}

.content-wrapper span {
    font-weight: 600;
}

.content-wrapper ul {
    padding: 0 20px 20px 20px;
}

.content-wrapper ul li {
    list-style-type: circle;
}

.content-wrapper h1 {
    font-size: 25px;
}

.content-wrapper h2 {
    font-size: 23px;
    font-weight: 500;
}

.content-wrapper h3 {
    font-size: 21px;
    font-weight: 500;
}

.text-bold {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 25px;
}

.text-bold.title {
    font-size: 30px;
}

/* HEADER-TOP START */
.desktop-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000;
    -webkit-perspective: 1000;
    transition: none;
}

.header-ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.desktop-nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    /* Padding yerine height kullanıyoruz */
    padding: 10px 0;
}

.header-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
 .header-ul a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Sadece ana menü öğeleri için hover efekti */
.header-ul > li a:not(:has(img))::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 0;
    height: 3px;
    background-color: #c4a484;
    transition: width 0.3s ease-in-out;
}

 .header-ul > li a:hover:not(:has(img))::after {
    width: 100%;
}

 .header-ul li ul li a::after {
    display: none;
}

.desktop-logo {
    max-width: 100%;
    width: 150px;
}

.mobile-header {
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000;
    -webkit-perspective: 1000;
    transition: all 0.3s ease;
}

.mobile-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hamburger-menu {
    display: flex;
    font-size: 25px;
    justify-content: flex-end;
}

.mobile-logo {
    /* background-color: white; */
    border: 2px solid #5e3b1f;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    padding: 10px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.mobile-logo img {
    object-fit: cover;
    width: 70px;
    height: auto;
}

@media (max-width: 820px) {
    body {
        padding-top: 80px; /* mobile header yüksekliği kadar padding */
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }
}

/* Mobile header scroll edildiğinde shadow efekti */
.mobile-header.sticky {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* HEADER-TOP END */

/* HOME-SLIDER START */
.home-slider {
    margin-bottom: 140px;
    overflow: visible;
}

.mySwiper {
    overflow: visible;
}

.slider-box {
    position: relative;
}

.slider-img {
    max-width: 100%;
    width: 45%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 50%;
}

.coffee-img {
    max-width: 100%;
    width: 50%;
    position: absolute;
    top: 32%;
    left: 24%;
    z-index: 2;
    transform: translate(-50%, 15%);
}

@font-face {
    font-family: "Modern No. 20";
    src: url("/fonts/ModernNo20.woff2") format("woff2"),
        url("/fonts/ModernNo20.woff") format("woff"),
        url("/fonts/ModernNo20.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 60px;
    font-family: "Modern No. 20", serif;
    font-weight: 300;
    /* Daha ince stil */
    position: absolute;
    left: 9%;
    top: 22%;
    transform: translate(-5%, 19%);
    color: #222;
    /* Daha yumuşak siyah tonu */
    line-height: 1.2;
    white-space: nowrap;
}

.text span {
    display: block;
    text-align: center;
    transition: color 0.5s ease-in-out;
}

.text span:nth-child(1) {
    padding-left: 24vw;
    color: rgba(34, 34, 34, 1);
}

.text span:nth-child(2) {
    padding-left: 16vw;
    color: rgba(50, 35, 25, 0.9);
}

.text span:nth-child(3) {
    padding-left: 10px;
    color: rgba(65, 45, 30, 0.85);
}

.text span:nth-child(4) {
    padding-left: 2vw;
    color: rgba(111, 68, 40, 0.9);
}

@media (max-width: 1200px) {
    .coffee-img {
        left: 53%;
    }

    .text {
        left: 7%;
        top: 10%;
    }
}

@media (max-width: 1024px) {
    .text {
        left: 0%;
        top: 1%;
    }

    .coffee-img {
        left: 51%;
    }
}

@media (max-width: 820px) {
    .text {
        left: 5%;
        top: 1%;
        font-size: 40px;
    }

    .coffee-img {
        left: 51%;
    }
}

@media (max-width: 768px) {
    .text {
        font-size: 5vw;
        left: 5%;
    }

    .text span:nth-child(1) {
        padding-left: 5vw;
    }

    .text span:nth-child(2) {
        padding-left: 4vw;
    }

    .text span:nth-child(3) {
        padding-left: 2vw;
    }

    .text span:nth-child(4) {
        padding-left: 3vw;
    }
}

/* Home Slider Animasyonları */
.slider-box .text {
    opacity: 0;
    transform: translateX(-100px);
    animation: slideInFromLeft 1s ease forwards;
}

.coffee-img {
    opacity: 0;
    transform: translateY(100px);
    animation: slideInFromBottom 1s ease forwards;
}

.slider-img {
    opacity: 0;
    transform: translateX(100px);
    animation: slideInFromRight 1s ease forwards;
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* HOME-SLIDER END */

/* WHY-US START */
.why-us {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden; /* Animasyonlar için overflow'u gizle */
}

.why-box {
    margin-top: 130px;
    opacity: 0;
    transform: translateX(-100px);
}

.why-box.animate {
    animation: slideInFromLeft 1s ease forwards;
}

.why-img-box {
    position: relative;
    width: 300px;
    height: 800px;
    top: 50%;
}

.why-img-box img {
    opacity: 0;
}

.why-img-box img:nth-child(1) {
    position: absolute;
    width: 360px;
    top: -36%;
    left: 33%;
    transform: translateX(100px);
}

.why-img-box img:nth-child(2) {
    position: absolute;
    width: 219px;
    left: 23%;
    top: 3%;
    transform: translateX(100px);
}

.why-img-box img:nth-child(3) {
    position: absolute;
    width: 300px;
    left: 99%;
    top: -10%;
    transform: translateX(100px);
}

.why-img-box img.animate:nth-child(1) {
    animation: slideInFromRight 1s ease forwards;
}

.why-img-box img.animate:nth-child(2) {
    animation: slideInFromRight 1s ease forwards 0.3s;
}

.why-img-box img.animate:nth-child(3) {
    animation: slideInFromRight 1s ease forwards 0.6s;
}

.why-us > div {
    height: 100%;
}

.why-box .title {
    font-family: "Miffiest", sans-serif;
    font-size: 60px;
    margin-bottom: 30px;
}

.why-box p {
    color: gray;
    line-height: 25.05px;
    font-family: "Inter", sans-serif;
    font-weight: 200;
}

.why-box .description strong {
    font-weight: 600;
    line-height: 25.05px;
    font-family: "Inter", sans-serif;
    color: black;
}

/* WHY-US END */

/* MENUS-SECTION START */
.menus-section .menu-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    margin-bottom: 50px;
}

.menu-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.menu-img img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.menu-img:hover img {
    transform: scale(1.05);
}

.menu-img .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    padding: 15px;
}

.menu-img:hover .overlay {
    height: 100%;
    opacity: 1;
}

.menus-section .menu-box .title {
    position: relative;
    color: #000;
    font-size: 35px;
}

.menus-section .menu-box .title:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 10%;
    height: 1px;
    background-color: #000;
}

.all-menu {
    padding: 10px 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.all-menu a {
    color: #925a2c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* MENUS-SECTION END */

/* CTA START */
.cta-section {
    padding: 100px 200px 100px 400px;
    margin-top: -100px;
}

.cta-text {
    font-family: "Miffiest", sans-serif;
    font-weight: 200;
    font-size: 55px;
    display: flex;
    flex-direction: column;
}

.cta-text span {
    font-size: 70px;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
/* CTA END */

/* FOOTER START */
.footer-top {
    padding: 50px 0;
    position: relative;
}

.footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.footer-top .row {
    position: relative;
    z-index: 2;
}

.footer-top .box {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}

.footer-top .box .icon {
    font-size: 25px;
}

.footer-top .box .number {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
}

.footer-top .box .number span {
    white-space: pre-line;
}

.footer-bottom {
    background-color: #dfdfdf;
    padding: 13px 0;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-bottom: 20px;
    font-weight: 300;
    color: #fff;
}

.footer-bottom ul a {
    color: #000;
}

.footer-last {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}
/* FOOTER END */

/* Başlangıçta sadece img görünecek */
.desktop-logo-wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
    transition: all 0.1s linear;
}

/* Sticky Mode (Sayfa Scroll Edildiğinde) */
.sticky .desktop-logo-wrapper {
    width: 60px;
    height: 60px;
    background-color: white;
    border: 2px solid #5e3b1f;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 3px;
    /* Geçişi daha keskin yapalım */
    transition: all 0.1s linear;
}

/* SET-SECTION START */
.set-section .row {
    display: flex;
    align-items: center;
}

.set-box p {
    color: gray;
    line-height: 25.05px;
    font-family: "Inter", sans-serif;
    font-weight: 200;
}

.set-img-box {
    position: relative;
    display: flex;
}

.set-img-box img {
    max-width: 100%;
    height: auto;
}

.set-img-box img:first-child {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 260px;
    /* top: 69%; */
    left: 25%;
    /* bottom: 50%; */
}

.set-img-box img:last-child {
    position: absolute;
    max-width: 100%;
    width: 350px;
    top: -151px;
    left: 60%;
    z-index: 1;
}

@media (max-width: 1024px) {
    .set-img-box img:last-child {
        top: 20px;
        left: 37%;
    }

    .set-img-box img:first-child {
        position: relative;
        z-index: 2;
        max-width: 100%;
        width: 450px;
        left: -18%;
    }
}
/* SET-SECTION END */

/* HOME-AREA START */
.home-area .row:nth-child(even) {
    flex-direction: row-reverse;
}

.home-area .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(-50px);
    animation: slideInFromTop 1s ease forwards;
}

.home-area .row img {
    max-width: 100%;
    width: 100%;
    margin-inline: 0;
    opacity: 0;
    transform: translateY(-100px);
}

.home-area .row:nth-child(1) img {
    animation: slideInFromTop 1s ease forwards 0.2s;
}

.home-area .row:nth-child(2) img {
    animation: slideInFromTop 1s ease forwards 0.4s;
}

.home-area .row:nth-child(3) img {
    animation: slideInFromTop 1s ease forwards 0.6s;
}

.home-area .row:nth-child(4) img {
    animation: slideInFromTop 1s ease forwards 0.8s;
}

.area-text {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}

.home-area .row:first-child {
    border-top: 8px solid #925a2c;
}

@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* HOME-AREA END */

/* POSTS START */
.postSwiper {
    overflow: hidden;
    height: 100%;
    padding: 50px 20px;
}

.post {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}

.profile {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 20px 10px 30px 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.profile span {
    color: #000;
}

.profile-img {
    background-color: white;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #5e3b1f;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 3px;
    width: 40px;
    height: 40px;
    margin-inline: 10px;
}

.post-img {
    max-width: 100%;
    object-fit: cover;
    padding-bottom: 70px;
}

/* POSTS END */

.post {
    position: relative;
    display: block;
    overflow: hidden;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0; /* Başlangıçta tamamen gizli */
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}

.post:hover .overlay {
    height: 100%; /* Hover durumunda tam görünür */
}

.overlay i {
    font-size: 40px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

.post:hover .overlay i {
    opacity: 1;
}

.overlay i:hover {
    color: red;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

.post:hover .overlay i {
    opacity: 1;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: #ff4757; /* Kırmızımsı bir renk */
    opacity: 1;
    transform: scale(1.3);
    box-shadow: 0px 0px 8px rgba(255, 71, 87, 0.8);
}

/* HEADER MODAL START */
.header-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out,
        visibility 0s linear 0.4s;
}

.header-modal.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.header-modal.open .modal-content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    background: #fff;
    transform: translateY(-10px);
}

.header-modal.open .close-modal {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.mobile-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 9999;
    width: 100%;
    -webkit-animation: fadeOutLeft 0.5s ease-in-out;
    animation: fadeOutLeft 0.5s ease-in-out;
}

.mobile-nav-content {
    padding-top: 20px;
    background: #fff;
    width: 100%;
    /* height: 100vh; */
    /* cursor: copy; */
    margin-top: 0;
    top: 0;
    /* overflow-y: scroll; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-nav-logo-content {
    position: relative;
}

.mobile-nav-logo-content svg {
    display: block;
    margin: 0 auto 10px;
    max-width: 30px;
    line-height: 32px;
    font-size: 30px;
}

.mobile-nav-logo-content a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.mobile-nav-logo > a {
    display: block;
    padding: 30px 60px;
}

.mobile-nav-logo > a img {
    width: 100%;
}

.mobile-nav-menu {
    border-bottom: 1px solid red;
    padding-bottom: 20px;
    width: 85%;
}

.mobile-nav-menu ul li {
    padding: 10px 90px 10px 20px;
    list-style: none;
    font-size: 30px;
    margin-bottom: 10px;
    background: #f0cdb0;
    color: #fff;
}

.mobile-nav-menu .lang a + a {
    margin-left: 20px;
}

.sub-menu ul {
    background-color: #fff;
    color: #000;
}

.mobile-nav-menu ul li .sub-menu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav-menu ul li svg {
    font-size: 14px;
    fill: #b5bbc2;
    color: #000;
}

.mobile-nav-menu ul li a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.mobile-nav-menu ul li ul {
    display: none;
    margin-top: 10px;
    margin-right: -25px;
    margin-left: -25px;
    padding-left: 25px;
}

.mobile-nav-login a {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #b5bbc2;
    padding-left: 25px;
    padding-bottom: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav-login a svg {
    font-size: 18px;
    margin-right: 5px;
}

.mobile-nav.open {
    display: block;
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
    overflow-x: scroll;
}

.shopping-link {
    line-height: 40px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    color: #fff;
    border-radius: 3px;
    background: #2cb44e;
    text-align: center;
    margin: 20px;
    margin-bottom: 10px;
}

.mobile-close-menu {
    position: fixed;
    top: 18px;
    right: 20px;
    display: none;
    z-index: 9999;
}

.social ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    padding: 30px 10px;
}

.social li {
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close {
    position: absolute;
    top: 62px;
    right: 53px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background: red;
    font-weight: 600;
}

.links-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-logo {
    margin-bottom: 20px;
}

.search-block {
    position: relative;
}

.input-box {
    position: relative;
    width: 60px;
    height: 40px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.input-box.open {
    width: 400px;
}

.input-box input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 15px;
    border: none;
    outline: none;
    transition: all 0.5s ease-in-out;
}

.input-box.open input {
    padding-left: 45px;
}

.search {
    position: absolute;
    left: 10px;
    cursor: pointer;
}

.search-icon {
    font-size: 18px;
    color: #333;
}

.close-icon {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.input-box.open .close-icon {
    opacity: 1;
    pointer-events: auto;
}

/* Okların genel stilleri */
.swiper-button-next,
.swiper-button-prev {
    color: white; /* Okların rengi */
    background-color: rgba(0, 0, 0, 0.5); /* Hafif saydam arka plan */
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Okları yuvarlak yap */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

/* Hover efekti */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Okların yerleşimi */
.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Ok ikonlarını büyütme */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.desktop-header {
    background: none;
    background-color: #fff;
}

.menu-header {
    position: relative;
    background: url("/front/assets/images/area-01.png") no-repeat center center;
    background-size: cover;
    height: 400px;
}

.menu-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    overflow: hidden;
}

.menu-header .header-ul li a {
    color: #fff;
}

.menu-title {
    font-size: 45px;
    font-weight: 200;
    text-align: center;
    color: #fff;
    z-index: 2;
    margin-top: 15px;
    font-family: "Modern No. 20", serif;
}

.menus-page span {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    padding-block: 80px;
    font-size: 19px;
}

.menu-category {
    display: flex;
    flex-direction: column;
}

.menu-category .title {
    font-family: "Modern No. 20", serif;
    color: #5c5c5c;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-category .title i {
    font-size: 12px;
}

.parallax {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-inline: 0;
    padding-inline: 0;
    width: 100%;
}

.parallax-img-wrapper {
    position: relative;
}

.parallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.3s ease-out;
}

.parallax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.overlay-text {
    text-align: center;
    font-family: "Modern No. 20", serif;
    color: #fff;
    font-size: 35px;
}

.parallax {
    perspective: 1px;
}

/* PRODUCT-BOX START */
.pro-box img {
    height: calc(100% - 128px);
}

.pro-box img {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}

.pro-box .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pro-box .content .title {
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 15px;
}

.pro-box .content .title span {
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
}

.pro-box .content .price {
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.drinks-row .row > div {
    margin-bottom: 5px;
}

/* PRODUCT-BOX END */

/* Dropdown menü içeriğinin stilini düzenle */
.dropdown-menu {
    padding: 0;
    display: none; /* Başlangıçta gizli */
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    min-width: 150px;
    z-index: 1000;
    opacity: 0;
    transform: scaleY(0) translateY(-10px);
    visibility: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease,
        visibility 0s linear 0.4s;
}

.dropdown.has-children:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.dropdown-menu li {
    list-style: none;
    width: 200px;
}

.dropdown-menu a {
    display: block;
    padding: 8px 15px;
    color: black;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #f5f5f5;
}

.header-ul > li:not(.has-children):hover > .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0) translateY(-10px); /* Menüyü gizle */
    transition: opacity 0.4s ease, transform 0.4s ease,
        visibility 0s linear 0.4s;
}
/* LOADER SAYFASI START */
.vamtam-splash-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 99999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 1s ease;
}

.vamtam-splash-screen .vamtam-splash-screen-progress-wrapper {
    position: absolute;
    bottom: 55%;
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
    text-align: center;
}

.vamtam-splash-screen .progress-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #e93c37;
    animation: loadBorder 1.5s forwards; /* Hızı artırdık (3s yerine 1.5s) */
}

@keyframes loadBorder {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.vamtam-splash-screen img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

#content {
    display: block;
    z-index: -1;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#content.visible {
    z-index: 9999;
    opacity: 1;
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}
/* LOADER SAYFASI END */

.why-us {
    position: relative;
}

.background-overlay-left {
    position: absolute;
    top: -100px;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("images/background-01.jpeg") no-repeat top right;
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}

.background-overlay-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

@media (max-width: 768px) {
    .menu-header-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .background-overlay-left,
    .background-overlay-right {
        width: 100%;
        top: 0;
    }

    .menu-header-list {
        background-size: cover;
    }
}

/* BREADCRUMB START */
.breadcrumb {
    background-color: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
}

.breadcrumb .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.links li {
    font-size: 17px;
}

.links li:not(:last-child)::after {
    content: " >";
    padding-inline: 5px;
}

.breadcrumb-section {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.links li a {
    color: #fff;
}
/* BREADCRUMB END */

/* CONTACT START */
.contact-page .row {
    display: flex;
    align-items: flex-start;
}
.contact-page .form-title {
    color: #5e3b1f;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-page .contact-infos {
    margin-top: 50px;
}

.contact-page .info-item {
    display: flex;
    align-items: center;
    color: #111;
    margin-bottom: 5px;
}

.contact-page .info-item p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.contact-page a {
    color: #000;
    font-size: 17px;
}

.contact-page a:hover {
    opacity: 0.8;
}

.contact-page .maps {
    margin-top: 50px;
    padding: 0;
    margin-bottom: -10px;
}

.form-group {
    position: relative;
    margin-bottom: 11px;
    color: #4d4c4c;
}

.contact-page label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-page input[type="email"],
.contact-page input[type="file"],
.contact-page input[type="tel"],
.contact-page input[type="text"],
.contact-page select,
.contact-page textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    line-height: 30px;
    height: 36px;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border: none;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #ced4da;
}

.contact-page select {
    height: 42px;
    padding: 9px 40px 8px 15px;
}

.contact-page textarea {
    height: 140px;
    resize: none;
}

.contact-page button.contact-button {
    background: #5e3b1f;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    outline: 0;
    margin-top: 10px;
}

button.contact-button:hover {
    background: #000;
    outline: 0;
    transition: all 0.3s ease;
}

.contact-page .robot img {
    max-width: 100%;
}

.contact-page .info-item .icon {
    font-size: 30px;
    color: #5e3b1f;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.info-nav {
    display: flex;
    margin-top: 15px;
}

.info-nav .navigation {
    background-color: #5e3b1f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.info-nav .navigation:hover {
    background-color: #000;
    color: #fff;
}

.contact-info span {
    font-weight: 600;
    font-size: 18px;
    color: #5e3b1f;
}
/* CONTACT END */

/* 404 START */
.not-found-page .row {
    display: flex;
    align-items: center;
}

.not-found-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-found-box .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.not-found-box .btn {
    background-color: #5e3b1f;
}

.not-found-box .btn a {
    color: #fff;
}
/* 404 END */

/* ABOUT START */
.form-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}

.form-title::after {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #5e3b1f;
    transform: translateX(-50%);
}

.about-page {
    padding: 100px 0;
}

.about-page .content-wrapper {
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0px 8px #5e3b1f;
}

.about-page .content-wrapper .title {
    color: #5e3b1f;
    font-weight: 600;
}
/* ABOUT END */
/*
.menu-header-list {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.detail-ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.detail-ul li a {
    color: #fff;
}
 */

/* .menu-header-list {
    position: sticky;
    top: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000;
    -webkit-perspective: 1000;
    transition: none;
} */

.menu-header {
    position: relative;
}

.menu-header-list {
    position: sticky;
    width: 100%;
    background-color: transparent;
    transition: top 0.3s;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-header-list .detail-ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-inline: 30px;
}

.menu-header-list .detail-ul a {
    color: #fff;
}

.menu-header-list .detail-logo {
    max-width: 100%;
    width: 120px;
}



.custom-event-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px #81674c9a;
    width: 100%;
    max-width: 600px;
}

.custom-event-form .title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.custom-event-form .desc {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.event-form .btn {
    width: 100%;
    padding: 12px;
    background-color: #5e3b1f;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.event-form .btn:hover {
    background-color: #fff;
    color: #000;
}

textarea {
    resize: vertical;
}

.arrow-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropdown-menu .dropdown a {
    color: #000;
}

.dropdown:not(.dropdown-menu .dropdown) {
    padding: 30px 0;
}

.dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
        visibility 0s linear 0.3s;
    margin-top: 0;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
 .dropdown:not(:hover) .dropdown-menu {
    opacity: 0;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
        visibility 0s linear 0.3s;
    visibility: hidden;
}

.header-ul .dropdown-menu a {
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.header-ul .dropdown:hover .dropdown-menu a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.header-ul .dropdown-menu a:nth-child(2) {
    transition-delay: 0.15s;
}
.header-ul .dropdown-menu a:nth-child(3) {
    transition-delay: 0.2s;
}
.header-ul .dropdown-menu a:nth-child(4) {
    transition-delay: 0.25s;
}
.header-ul .dropdown-menu a:nth-child(5) {
    transition-delay: 0.3s;
}

.menu-header-list {
    transition: transform 0.3s ease, background-color 0.3s ease,
        box-shadow 0.3s ease;
}

.desktop-logo img {
    transition: opacity 0.3s ease;
}

.menu-content p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 15px;
}

/* Why Us Animasyonları */
.why-box {
    opacity: 0;
    transform: translateX(-100px);
    animation: slideInFromLeft 1s ease forwards;
}

.why-img-box img:nth-child(1) {
    opacity: 0;
    transform: translateX(100px);
    animation: slideInFromRight 1s ease forwards;
}

.why-img-box img:nth-child(2) {
    opacity: 0;
    transform: translateX(100px);
    animation: slideInFromRight 1s ease forwards 0.3s;
}

.why-img-box img:nth-child(3) {
    opacity: 0;
    transform: translateX(100px);
    animation: slideInFromRight 1s ease forwards 0.6s;
}

.mobile-slider {
    display: none;
}

@media (max-width: 820px) {
    .mobile-slider {
        display: block;
    }

    .home-slider {
        display: none;
    }
}

@media (max-width: 992px) {
    .why-box {
        margin-top: -50px;
        opacity: 0;
        transform: translateX(-100px);
    }

    .why-img-box {
        left: 10%;
    }

    .set-img-box img:first-child {
        position: relative;
        z-index: 2;
        max-width: 100%;
        width: 450px;
        left: 3%;
    }

    .set-img-box img:last-child {
        top: 20px;
        left: 52%;
        z-index: 9;
    }

    .cta-section {
        padding: 20px;
        margin-top: -100px;
    }

    .cta-text {
        font-family: "Miffiest", sans-serif;
        font-weight: 200;
        font-size: 53px;
        display: flex;
        flex-direction: column;
    }


}

@media(max-width:576px) {
    .why-img-box {
        left: -15%;
        margin-top: -50px;
    }

    .why-img-box img:nth-child(1) {
        position: absolute;
        width: 250px;
        top: -36%;
        left: 33%;
        transform: translateX(100px);
    }
    
    .why-img-box img:nth-child(2) {
        position: absolute;
        width: 170px;
        left: 23%;
        top: -9%;
        transform: translateX(100px);
    }
    
    .why-img-box img:nth-child(3) {
        position: absolute;
        width: 200px;
        left: 85%;
        top: -15%;
        transform: translateX(100px);
    }

    .menus-section {
        margin-top: -200px;
    }

    .set-img-box img:last-child {
        top: 82%;
        left: 9%;
        z-index: 9;
    }

    .set-section {
        margin-bottom: 270px;
    }

    .cta-text span {
        font-size: 50px;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .set-img-box img:last-child {
        top: 82%;
        left: 9%;
        z-index: 9;
        width: 300px;
    }
}

@media(max-width: 380px) {
    .why-img-box img:nth-child(3) {
        position: absolute;
        width: 200px;
        left: 82%;
        top: -15%;
        transform: translateX(100px);
    }

    .why-img-box img:nth-child(1) {
        position: absolute;
        width: 250px;
        top: -36%;
        left: 33%;
        transform: translateX(100px);
    }
    
    .why-img-box img:nth-child(2) {
        position: absolute;
        width: 150px;
        left: 25%;
        top: -9%;
        transform: translateX(100px);
    }
    
    .why-img-box img:nth-child(3) {
        position: absolute;
        width: 180px;
        left: 78%;
        top: -15%;
        transform: translateX(100px);
    }

    .footer-bottom ul {
        gap: 10px;
    }

}



.about-page {
    position: relative; /* Sticky özelliği için container'ı relative yapıyoruz */
}

.custom-event-form {
    position: sticky;
    top: 20px; /* Üstten 20px mesafe bırakıyoruz */
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    z-index: 10; 
}


.category-page .row:last-child .content-wrapper {
    box-shadow: 0 0px 8px #5e3b1f;
}

.category-image {
    max-width: 100%;
    width: 300px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.pro-box {
    margin-bottom: 40px;
}
.menus-page a.title {
    font-family: system-ui;
    color: #5c5c5c;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.col-md-6 .button {
    text-align: end;
}

@media(max-width: 992px) {
        .col-md-6 .button {
            text-align: left;
        }
	div#menuHeader {
    display: none;
}
	.about-page {
    margin-top: -165px;
}
	.all-menu {
    margin-top: -25px;
}
	section.mobile-slider {
    padding: 0;
    margin-top: -20px;
}
	section.contact-page {
    margin-top: -110px;
}
	.pro-box .content .title {
    font-size: 26px;
}
    header.menu-header {
    height: 149px;
    margin-bottom: 90px;
}
	section.category-page {
    margin-top: -105px;
}
    }

@media (max-width: 992px) {
    header.menu-header {
        margin-top: -22px;
    }
}

iframe {
    width: 100%;
    height: 650px;
}

section.contact-page {
    padding-bottom: 0;
}


.dropdown-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu li {
    break-inside: avoid;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
.swiper {
    height: 400px;
}
	}
	.swiper.postSwiper{
    height: auto;
}
.overlay i {
    transition: all 0.3s ease;
}