body {
    background-color: #faf8f5;
    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0px,
            transparent 28px,
            rgba(150, 88, 15, 0.07) 28px,
            rgba(150, 88, 15, 0.07) 30px,
            transparent 30px,
            transparent 58px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent 0px,
            transparent 28px,
            rgba(150, 88, 15, 0.07) 28px,
            rgba(150, 88, 15, 0.07) 30px,
            transparent 30px,
            transparent 58px
        );
    background-size: 58px 58px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Scrollbar stili */
::-webkit-scrollbar {
    width: 8px;
}

/* Scrollbar thumb (kaydırma tuşesi) stili */
::-webkit-scrollbar-thumb {
    background: #E58428;
    border-radius: 8px;
}

content {
    display: block;
}

* {
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    text-indent: 0;
}

.center-w {
    display: table;
    margin: auto;
}

.center-h {
    display: flex;
    align-items: center;
}

.center-content {
    width: 100%;
}

/* ===== Form ===== */
.button {
    text-align: center;
    width: 100%;
    padding: 0px 25px;
    border-radius: var(--radius);
    display: inline-block;
    line-height: 54px;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}

.button.fill {
    background-color: var(--primaryColor);
    color: #1A1B17;
    border: solid 2px transparent;
}

.button.fill:hover {
    background-color: #0C0C0C;
     !important;
    color: var(--primaryColor);
    border-color: var(--primaryColor) !important;
}

.button.outline {
    border: solid 2px var(--primaryColor);
    color: var(--primaryColor);
    background-color: transparent;
}

.button.outline:hover {
    border-color: transparent !important;
    color: #1A1B17;
    background-color: var(--primaryColor);
}

.head {
    text-align: center;
    margin-bottom: 50px;
}

.head h2.title {
    color: #F0F0F0;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border: solid 8px #5C6C7E80;
    border-radius: var(--radius);
    padding: 0px 18%;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 0px;
}

/* ===== Form End ===== */

.col-sm-visible {
    display: none;
}

@media screen and (max-width:992px) {
    .col-sm-visible {
        display: block;
    }

    .col-sm-hidden {
        display: none;
    }
}

/* Header */
header {
    padding-top: 15px;
    position: sticky;
    z-index: 50;
    top: 0;
    background-color: #faf8f5;
    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0px,
            transparent 28px,
            rgba(150, 88, 15, 0.07) 28px,
            rgba(150, 88, 15, 0.07) 30px,
            transparent 30px,
            transparent 58px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent 0px,
            transparent 28px,
            rgba(150, 88, 15, 0.07) 28px,
            rgba(150, 88, 15, 0.07) 30px,
            transparent 30px,
            transparent 58px
        );
    background-size: 58px 58px;
}

header nav ul {
    display: flex;
    gap: 40px;
    margin-bottom: 0px;
}

header nav ul a {
    color: var(--primaryColor);
    font-weight: 600;
    line-height: 40px;
    border-bottom: 3px solid transparent;
    display: block;
    transition:.3s;
}
header nav ul a:hover {
    color: var(--secondaryColor);
}
header nav ul a:hover {
    border-color: var(--secondaryColor) !important;
}

header .menuContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Header End */
/* Headline */
#headline {
    padding: 15px 0px;
    position: relative;
}

#headline>div {
    width: 93%;
    border-radius: 20px;
    overflow: hidden;
}

#headline .owl-carousel,
#headline .owl-stage-outer,
#headline .owl-stage {
    border-radius: 20px;
    overflow: hidden;
}

#headline .item img {
    border-radius: 20px;
    display: block;
}

#headline .item {
    position: relative;
}

#headline .item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(0,0,0,0.62) 0%,
        rgba(0,0,0,0.35) 45%,
        rgba(0,0,0,0.05) 100%
    );
    border-radius: 20px;
    pointer-events: none;
    z-index: 0;
}

#headline .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}

#headline .item .mask h2 {
    font-family: var(--headlineTitle);
    font-weight: 700;
    font-size: 60px;
    color: white;
    width: 85%;
}

#headline .item .mask article {
    font-size: 16px;
    font-weight: 200;
    font-family: var(--font);
    color: White;
    margin-top: 15px;
    width: 83%;
}

#headline .mask .button {
    background-color: var(--primaryColor);
    border-radius: 10px;
    padding: 0px 35px;
    color: white;
    line-height: 50px;
    font-size: 18px;
    width: auto;
    font-weight: 400;
    margin-top: 35px;
}

#headline .mask .button:hover {
    background-color: var(--secondaryColor);
}

#headline .socials {
    position: absolute;
    left: 10px;
    top: 75%;
    width: 57px;
    transform: rotate(-90deg);
}

#headline .socials ul {
    display: flex;
    gap: 15px;
    font-weight: 600;
    font-size: 15px;
    z-index: 15;
    position: relative;
    width: fit-content;
    margin: 0px;
}

#headline .socials ul li {
    position: relative;
    padding-right: 35px;
    padding-left: 10px;
}

#headline .socials ul li:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: var(--primaryColor);
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
}

#headline .socials ul li:last-child:after {
    display: none;
}

#headline .socials ul li a {
    color: var(--primaryColor);
}

#headline .socials ul li a:hover {
    color: var(--secondaryColor);
}

/* Headline End */
/* İnfos */
#infos {
    margin-top: -135px;
    position: relative;
    z-index: 2;
}
#infos a {
    color:white;
}

#infos>.container-fluid>.row {
    margin: 0px;
    border-radius: 20px;
    overflow: hidden;
}

#infos .republic {
    background-color: #000000;
    color: white;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    justify-content: center;
}

#infos .line {
    background-color: var(--primaryColor);
    color: white;
    margin: 0px;
}

#infos .line ul {
    padding: 20px 20px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
    width: 80%;
}

#infos .line ul li {
    margin-bottom: 5px;
    opacity: .9;
}

#infos .line ul li.listHead {
    font-weight: 500;
    opacity: 1;
}

#infos .line ul li.adress {
    margin-top: 7px;
}

/* İnfos End */
/* Video */
#video {
    padding: 100px 0px;
}

#video .container {
    padding-left: 5%;
    padding-right: 5%;
}

#video #videoContent {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

#video #videoContent .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../img/video-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#video #videoContent .mask:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #401c084a;
}

#video video {
    border-radius: 20px;
}

#video #playButton {
    position: absolute;
    left: calc(50% - 65px);
    top: calc(50% - 65px);
    padding: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 6;
}

#video #videoContent .mask:after {
    content: none;
}
#video .circle-text {
    position: absolute;
    left: calc(50% - 90px);
    top: calc(50% - 90px);
    width: 180px;
    height: 180px;
    animation: infiniteRotate 20s linear infinite;
    z-index: 5;
    pointer-events: none;
}

#video #videoContent:hover .mask:after {
    box-shadow: 0px 0px 30px 30px var(--primaryColor)
}

@keyframes infiniteRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Video End */
/* Menus */
#menus {
    padding: 40px 0px;
    padding-top: 0px;
}

#menus .head {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

#menus .head h2 {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 44px;
    margin-top: -32px;
}

#menus .head span {
    color: transparent;
    -webkit-text-stroke: 1px var(--secondaryColor);
    font-size: 50px;
    font-weight: 700;
}

#menus .menu-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e63946;
    text-align: center;
}

#menus .tab-custom {
    margin-bottom: 1rem;
    border-bottom: none;
    gap: 30px;
}

#menus .buttons {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

#menus .tab-custom .nav-link {
    color: var(--secondaryColor);
    font-weight: bold;
    padding: 0.5rem 1rem;
    border: none;
    border-bottom: 4px solid transparent;
    transition: .3s;
}

#menus .tab-custom .nav-link.active,
#menus .tab-custom .nav-link:hover {
    background-color: transparent;
    color: var(--primaryColor);
    border-color: var(--primaryColor) !important;
}

#menus .view-menu {
    background-color: var(--primaryColor);
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 65px;
    line-height: 60px;
    border-radius: 10px;
    display: table;
    width: 30%;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    transition: .3s;
}

#menus .view-menu:hover {
    background-color: var(--secondaryColor);
}


.card {
    background-color: #faf8f5;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 0px;
    overflow: hidden;
    transition: .3s;
}

.card:hover {
    box-shadow: 0px 0px 0px 1px var(--primaryColor);
}

.card .visual {
    background-color: var(--secondaryColor);
    padding: 30px;
    position: relative;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.card .visual img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.card .visual:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    transform: scale(0);
    transition: transform 0.4s ease-in-out;
}

.card:hover .visual:before {
    transform: scale(1);
    /* Hover sırasında nihai boyut */
    animation: wave-effect 0.5s ease-out;
    /* Dalgalanma animasyonu */
}

@keyframes wave-effect {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}

.card .visual .badge {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: var(--primaryColor);
    color: white;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 7px;
    line-height: 30px;
}

.card .details {
    padding: 36px;
}

.card .details .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--evident);
}

.card .details .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--primaryColor);
    text-align: right
}

.card .details article {
    font-size: 12px;
    font-weight: 400;
    color: #585858;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding-top: 15px;
    padding-bottom: 20px;
    opacity: .8;
}

.card .details .button {
    border-radius: 60px;
    text-align: center;
    padding: 0px 15px;
    width: 100%;
    line-height: 46px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: relative;
}

.card .details .button:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 100%;
    height: 26px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .details .button.pickup {
    background-color: var(--primaryColor);
}

.card .details .button.pickup:hover {
    background-color: var(--secondaryColor);
}

.card .details .button.pickup:before {
    display: none;
}

.card .details .button.uber {
    background-color: var(--evident);
}

.card .details .button.uber:hover {
    background-color: transparent;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    color: var(--textColor);
}

.card .details .button.uber:before {
    display: none;
}

/* Menus End */
/* Marquee Content */
#marquee {
    padding: 75px 0px;
    transform: skewY(358deg);
}

#flow {
    padding: 35px 0px;
    color: White;
    font-size: 60px;
    font-weight: 700;
    font-family: var(--headlineTitleFont);
    background-color: var(--evident);
}

#flow .promo-carousel {
    padding-bottom: 0;
    overflow: hidden;
}

#flow .promo-carousel .item-wrap {
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex;
}

#flow .item {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
}

#flow .item.active {
    background: #C0392B;
}

.item.active a {
    color: #fff;
}

@media (min-width: 768px) {
    #flow .promo-carousel .item-wrap {
        width: 200%;
    }
}

/* Marquee Content End */
/* Banner */
#banner {
    padding: 40px 0px;
    padding-top: 40pxpx;
}

#banner .head {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

#banner .head h2 {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 44px;
    margin-top: -32px;
}

#banner .head span {
    color: transparent;
    -webkit-text-stroke: 1px var(--secondaryColor);
    font-size: 50px;
    font-weight: 700;
}

#banner .menu-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e63946;
    text-align: center;
}

/* Banner End */
/* Services */
#services {
    padding: 40px 0px;
    padding-top: 40px;
}

#services .head {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

#services .head h2 {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 44px;
    margin-top: -32px;
}

#services .head span {
    color: transparent;
    -webkit-text-stroke: 1px var(--secondaryColor);
    font-size: 50px;
    font-weight: 700;
}

#services .menu-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e63946;
    text-align: center;
}

#services #statics .box {
    background-color: var(--secondaryColor);
    border-radius: 15px;
    padding: 25px 0px;
    position: relative;
    width: 100%;
    aspect-ratio: 1/.8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#services #statics .box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/leftTop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 10;
}

#services #statics .box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/rightBottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 10;
}

#services #statics .num {
    font-size: 46px;
    font-weight: 700;
    color: var(--primaryColor);
}

#services #statics article {
    font-size: 25px;
    font-weight: 600;
    color: var(--primaryColor);
}

#services #statics .center-content img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(42%) saturate(1037%) hue-rotate(347deg) brightness(101%);
}

/* Services End */

/* Marque İmages */
#marquee_images {
    padding: 85px 0px;
    margin-top: 25px;
    position: relative;
    overflow-x: clip;
}

#marquee_images .images {
    transform: rotate(358deg);
    margin-bottom: 15px;
}

#marquee_images .images .promo-carousel {
    padding-bottom: 0;
    overflow: hidden;
}

#marquee_images .promo-carousel .item-wrap {
    transform: translateX(0px);
    position: relative;
    white-space: nowrap;
    display: flex;
}

#marquee_images .images .item {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
}

#marquee_images .images .item .visual {
    aspect-ratio: 1/1;
    width: 377px;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#marquee_images .images.item.active {
    background: #C0392B;
}

.item.active a {
    color: #fff;
}


#marquee_images .container-fluid {
    position: relative;
}

#marquee_images .container-fluid .logoFade {
    position: absolute;
    width: 270px;
    height: 270px;
    aspect-ratio: 1/1;
    left: calc(50% - 135px);
    top: calc(50% - 135px);
    z-index: 10;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.3);
}

#marquee_images .container-fluid .logoFade img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#marquee_images .container-fluid .logoFade img.active {
    opacity: 1;
}

@media (min-width: 768px) {
    #flow .promo-carousel .item-wrap {
        width: 200%;
    }
}

/* Marque İmages End */
/* Footer */
footer {
    background-color: var(--primaryColor);
    background-image:
        repeating-linear-gradient(
            45deg,
            transparent 0px,
            transparent 28px,
            rgba(0, 0, 0, 0.07) 28px,
            rgba(0, 0, 0, 0.07) 30px,
            transparent 30px,
            transparent 58px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent 0px,
            transparent 28px,
            rgba(0, 0, 0, 0.07) 28px,
            rgba(0, 0, 0, 0.07) 30px,
            transparent 30px,
            transparent 58px
        );
    background-size: 58px 58px;
    color: White;
    padding-top: 25px;
}

footer .top .container {
    padding-bottom: 25px;
}

footer .top .head {
    margin-bottom: 15px;
}

footer .top .head h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 0px;
}

footer .top .head article {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    opacity: .9;
}

footer .top form {
    padding-left: 15%;
    padding-right: 15%;
}

footer .top form .inputBox {
    position: relative;
}

footer .top form .inputBox input {
    width: 100%;
    background-color: var(--evident);
    border-radius: 10px;
    padding: 0px 15px;
    line-height: 50px;
    padding-right: 100px;
    border: none;
    box-shadow: none;
    outline: none;
    color: white;
    font-weight: 400;
    font-size: 14px;
}

footer .top form .inputBox button {
    width: 100%;
    background-color: var(--secondaryColor);
    color: White;
    text-align: center;
    border: none;
    border-radius: 6px;
    width: fit-content;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: .3s;
}

footer .top form .inputBox button:hover {
    background-color: var(--primaryColor);
}

footer .top .inputBox input::-webkit-input-placeholder {
    /* Chrome */
    color: whitesmoke;
}

footer .top .inputBox input:-ms-input-placeholder {
    /* IE 10+ */
    color: whitesmoke;
}

footer .top .inputBox input::-moz-placeholder {
    /* Firefox 19+ */
    color: whitesmoke;
    opacity: 1;
}

footer .top .inputBox input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: whitesmoke;
    opacity: 1;
}

footer .medium {}

footer .medium .container {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

footer .medium .row>div:last-child ul {
    text-align: right;
}

footer .medium ul a {
    color: White;
}

footer .medium .row>div:first-child ul {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

footer .medium .row>div:first-child ul li {
    margin-bottom: 5px;
}

footer .medium .row>div:first-child ul .button {
    background-color: var(--evident);
    width: fit-content;
    color: white;
    border-radius: 10px;
    padding: 0px 40px;
    line-height: 52px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
    transition: .3s;
}

footer .medium .row>div:first-child ul .button:hover {
    background-color: var(--secondaryColor);
}

footer .medium .days {
    color: var(--secondaryColor);
}

footer .medium .listHead {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
}

footer .medium .row>div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .bottom {
    padding: 25px 0px;
}

footer .bottom span {
    font-size: 12px;
    font-weight: 400;
}


footer .socials {}

footer .socials ul {
    display: flex;
    gap: 15px;
    font-weight: 600;
    font-size: 15px;
    z-index: 15;
    position: relative;
    width: fit-content;
    margin: 0px;
}

footer .socials ul li {
    position: relative;
    padding-right: 35px;
    padding-left: 10px;
}

footer .socials ul li:last-child {
    padding-right: 0px;
}

footer .socials ul li:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
}

footer .socials ul li:last-child:after {
    display: none;
}

footer .socials ul li a {
    color: white;
}

footer .socials ul li a:hover {
    color: var(--secondaryColor);
}

/* Footer End */

/* Page Head */
#pageHead {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px 0px;
    position: relative;
}

#pageHead:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#pageHead .head {
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

#pageHead .head h2 {
    color: white;
    font-weight: 700;
    font-size: 44px;
    margin-top: -36px;
}

#pageHead .head span {
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-size: 50px;
    font-weight: 700;
}

/* Page Head End */



/* ===== Page: Menu ===== */
#menu {
    padding: 65px 0px;
}

#menu .head {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

#menu .head h2 {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 44px;
    margin-top: -32px;
}

#menu .head span {
    color: transparent;
    -webkit-text-stroke: 1px var(--secondaryColor);
    font-size: 50px;
    font-weight: 700;
}

#menu .rowLine {
    margin-bottom: 60px;
}

#menu .rowLine:nth-child(even)>.row {
    flex-direction: row-reverse;
}

/* ===== Page: Menu End ===== */

/* ===== Page: Categing ===== */
#catering {
    padding: 35px 0px;
}

#catering img {
    border-radius: 15px;
}

#catering article {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
}

#catering .button {
    background-color: var(--primaryColor);
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 0px 45px;
    display: table;
    margin: auto;
    width: fit-content;
    line-height: 50px;
    margin-top: 45px;
}

/* ===== Page: Categing End ===== */

/* ===== Page: Contact ===== */
#contact {
    padding: 35px 0px;
}

#contact .visual {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

#contact ul li.listHead {
    color: var(--evident);
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#contact ul {
    padding-left: 25px;
}

#contact ul li a {
    color: var(--primaryColor);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#contact ul li {
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

#contact .inputBox {
    position: relative;
    margin-bottom: 15px;
}

#contact .inputBox input {
    width: 100%;
    line-height: 52px;
    padding: 0px 25px;
    border: solid 1px var(--primaryColor);
    border-radius: 10px;
}

#contact .inputBox textarea {
    width: 100%;
    line-height: 32px;
    padding: 0px 25px;
    border: solid 1px var(--primaryColor);
    border-radius: 10px;
}

#contact .inputBox button {
    background-color: var(--primaryColor);
    color: White;
    border-radius: 10px;
    padding: 0px 85px;
    line-height: 50px;
    border: none;
    box-shadow: none;
    font-size: 18px;
    float: right;
    transition: .3s;
}

#contact .inputBox button:hover {
    background-color: var(--secondaryColor);
}

/* ===== Page: Contact End ===== */




.card.horizontal {
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
    border: none;
    box-shadow: none;
    position: relative;
    padding-bottom: 15px;
}

.card.horizontal:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 60%;
    background-color: var(--primaryColor);
    opacity: 0;
    transition: .3s;
}

.card.horizontal:hover:after {
    opacity: 1;
}


.card.horizontal .visual {
    border-radius: 0px;
    background-color: transparent;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.card.horizontal .visual .box {
    position: relative;
    margin-right: -15px;
}

.card.horizontal .visual:before {
    display: none;
}

.card.horizontal .visual .box:after {
    width: 100%;
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 15px;
    border: solid 1px var(--primaryColor);
    aspect-ratio: 1/1;
}

.card.horizontal .visual img {
    border-radius: 15px;
}

.card.horizontal>.row {
    margin: 0px;
}

.card.horizontal .details .title {
    font-size: 24px;
}

.card.horizontal .details {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card.horizontal .details article {
    padding: 0px;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 15px;
}

.card.horizontal .details .button {
    line-height: 55px;
}

.card.horizontal .details .button:before {
    height: 34px;
}

.card.horizontal .details .price {
    font-weight: 600;
    font-size: 24px;
}

.menuList li:last-child .card {
    border-bottom: none !important;
}




.flexContent {
    display: flex;
    align-items: center;
}



/* Mobil Düzenlemeler */
@media screen and (max-width:992px) {
    header {
        position: sticky;
        top: 0;
        z-index: 50;
        background-color: #faf8f5;
        background-image:
            repeating-linear-gradient(
                45deg,
                transparent 0px,
                transparent 28px,
                rgba(150, 88, 15, 0.07) 28px,
                rgba(150, 88, 15, 0.07) 30px,
                transparent 30px,
                transparent 58px
            ),
            repeating-linear-gradient(
                -45deg,
                transparent 0px,
                transparent 28px,
                rgba(150, 88, 15, 0.07) 28px,
                rgba(150, 88, 15, 0.07) 30px,
                transparent 30px,
                transparent 58px
            );
        background-size: 58px 58px;
        padding-top: 0px;
    }

    header .menuContent {
        position: fixed;
        left: 0;
        top: 0;
        width: 50%;
        height: 100vh;
        background-color: #faf8f5;
        background-image:
            repeating-linear-gradient(
                45deg,
                transparent 0px,
                transparent 28px,
                rgba(150, 88, 15, 0.07) 28px,
                rgba(150, 88, 15, 0.07) 30px,
                transparent 30px,
                transparent 58px
            ),
            repeating-linear-gradient(
                -45deg,
                transparent 0px,
                transparent 28px,
                rgba(150, 88, 15, 0.07) 28px,
                rgba(150, 88, 15, 0.07) 30px,
                transparent 30px,
                transparent 58px
            );
        background-size: 58px 58px;
        z-index: 50;
        transition: .3s;
        transform: translateX(-100%);
    }

    header .menuContent:hover {
        transform: translateX(0);
    }

    header .menuContent .box {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    header nav ul {
        display: block;
    }

    header nav ul li a {
        padding: 10px 10px;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    header nav ul li:first-child {
        margin-bottom: 15px;
    }

    header nav ul li:first-child a {
        border: none;
    }

    header .logo img {
        height: 60px;
    }

    header .menuContent .menuHook {
        position: fixed;
        right: 0;
        transform: translateX(50px);
        width: 50px;
        height: 60px;
        top: 0;
    }



    #headline {
        padding-bottom: 0px;
    }

    #headline .item .mask article {
        display: none;
    }

    #headline .item .mask h2 {
        font-size: 20px;
        line-height: 27px;
        width: 100%;
    }

    #headline .mask .button {
        margin-top: 0px;
        zoom: 68%;
    }

    #headline .socials {
        display: none;
    }

    #headline>div {
        width: 100%;
        padding: 0px;
        border-radius: 0;
    }




    #infos {
        margin-top: 0px;
    }

    #infos .line ul {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #infos .republic {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px
    }

    #infos>div:first-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #infos>div:first-child>.row>div {
        padding: 0px;
    }



    #video {
        padding: 30px 0px;
        padding-top: 0px;
    }

    #video .container {
        padding: 0px;
    }

    #video #videoContent .mask:after {
        zoom: 50%;
    }

    #video #playButton {
        zoom: 70%;
    }

    #video #videoContent {
        border-radius: 0px;
    }


    #menus {
        position: relative;
        z-index: 5;
    }

    #menus .head h2 {
        font-size: 26px;
        margin-top: -27px;
    }

    #menus .head span {
        font-size: 40px;
    }

    #menus .head img {
        margin-top: -220px;
    }

    #menus .head {
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    #menus .tab-custom {
        margin-bottom: 0px;
    }

    #menus .list>div {
        padding: 4px;
    }

    #menus .view-menu {
        font-size: 14px;
        width: auto;
        display: table;
        margin: auto;
        margin-top: 25px;
        zoom: 80%;
    }


    .card {
        border-radius: 15px;
    }

    .card .visual {
        padding: 17px;
        border-radius: 15px;
    }

    .card .visual .badge {
        zoom: 61%;
    }

    .card .details {
        padding: 20px;
        zoom: 90%;
    }

    .card .details .button {
        margin-top: 10px;
    }



    #marquee {
        zoom: 37%;
    }


    #banner .head h2 {
        font-size: 26px;
        margin-top: -27px;
    }

    #banner .head span {
        font-size: 40px;
        line-height: 40px;
    }

    #banner .owl-carousel .owl-item img {
        height: auto;
    }


    #services {
        padding-bottom: 25px;
    }

    #services .head h2 {
        font-size: 26px;
        margin-top: -27px;
    }

    #services .head span {
        font-size: 40px;
        line-height: 40px;
    }

    #services #statics>.row {
        zoom: 65%;
    }

    #services #statics>.row>div {
        padding: 5px;
    }



    #marquee_images .images {
        zoom: 33%;
    }

    #marquee_images .container-fluid .logoFade {
        zoom: 45%;
    }

    #marquee_images {
        padding: 60px 0px;
        padding-top: 0px;
    }



    footer .top form {
        padding-left: 7%;
        padding-right: 7%;
    }

    footer .top .head h2 {
        font-size: 30px;
    }

    footer .top .head article {
        font-size: 13px;
        padding-left: 10%;
        padding-right: 10%;
    }

    footer .medium .row>div:first-child ul {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    footer .medium .row>div:last-child {
        justify-content: center;
        margin-top: 25px;
    }

    footer .medium .row>div:last-child ul {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    footer .socials ul {
        gap: 11px;
        font-size: 12px;
        z-index: 15;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .socials ul li:after {
        width: 6px;
    }

    footer .socials ul li {
        padding-right: 16px;
        padding-left: 4px;
    }


    #menu {
        padding: 35px 0px;
    }

    #menu .head h2 {
        font-size: 26px;
        margin-top: -27px;
    }

    #menu .head span {
        font-size: 34px;
        line-height: 34px;
    }

    #pageHead .head h2 {
        font-size: 26px;
        margin-top: -17px;
    }

    #pageHead .head span {
        font-size: 40px;
        line-height: 40px;
    }

    .card.horizontal {
        padding-bottom: 70px;
    }

    .card.horizontal .details .row>div:nth-last-child(1),
    .card.horizontal .details .row>div:nth-last-child(2) {
        position: absolute;
        bottom: 25px;
        width: 50%;
    }

    .card.horizontal .details .row>div:nth-last-child(2) {
        left: 0;
    }

    .card.horizontal .details .row>div:nth-last-child(1) {
        right: 0;
    }

    .card.horizontal .details .title {
        font-size: 17px;
        display: flex;
        align-items: center;
    }

    .card.horizontal .details .price {
        font-size: 19px
    }

    .card.horizontal .visual {
        padding-right: 0px;
    }

    .card.horizontal .visual .box:after {
        left: 5px;
        top: 5px;
    }



    #catering article {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }

    #catering .button {
        margin-top: 25px;
    }



    #contact {
        padding-top:0px;
    }
    #contact ul {
        padding-left: 0px;
    }

    #contact ul li,
    #contact ul li a {
        font-size: 14px;
    }



}

/* Mobil Düzenlemeler End */




















.sl-overlay {
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    background-color: #01010187 !important;
    opacity: 1 !important;
}

.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev {
    color: #fff
}