:root {
  --primaryColor: #ed1c24;
  --secondaryColor: #00a651;

  --darkGreenColor: #36543e;
  --yellowColor: #c9882a;
  --redColor: #753832;
  --greenColor: #73ba44;
  --beigeColor: #cac0a1;
}


/* Regular */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/Arquitecta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Thin */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

/* Thin Italic */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Book */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaBook.otf') format('opentype');
  font-weight: 350;
  font-style: normal;
}

/* Book Italic */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaBookItalic.otf') format('opentype');
  font-weight: 350;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Heavy */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/* Heavy Italic */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: 'Arquitecta';
  src: url('../../assets/font/arquitectura/ArquitectaBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}


body {
    font-family: 'Arquitecta', sans-serif !important;
    background-color: var(--beigeColor);
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Arquitecta', sans-serif !important;
}

a:hover {
    color: var(--redColor);
}

#main-nav .menu li a{
    font-family: 'Arquitecta', sans-serif !important;
    line-height: 20px;
}

.modal-content {
    background-color: var(--beigeColor);
}

.header.style-2 .header-left .toogle-sidebar,
.tf-slider.style-2 .btn-home-slider.btn-next,
.tf-slider.style-2 .btn-home-slider{
    background-color: var(--darkGreenColor);
}

.tf-blog .wrap-blog .btn-blog:hover {
    background: var(--yellowColor);
}
.header.style-2 .header-left .tf-button-order{
    background: var(--beigeColor);
}

.tf-slider.style-2 .btn-home-slider.btn-next svg {
    fill: #ffffff;
}

.header.style-2 .header-left .tf-button-order::after {
    content: "";
}

.tf-button-order img {
    width: 75%;
    height: auto;
    filter: drop-shadow(1px 1px 2px #393939);
}

.toogle-sidebar-button{
    text-align: center;
}

.toogle-sidebar-button img{
    width: 65%;
}

.btn-effect{
    cursor: pointer;
    transform-origin: center;
    animation: btn-effect-key 3s infinite;
    color:#fff;
}


@keyframes btn-effect-key{
    0%{transform: scale(1) rotate(0deg);}
    25%{transform: scale(1.1) rotate(1deg);}
    50%{transform: scale(1) rotate(-1deg);}
    100%{transform: scale(1) rotate(0deg);}
}

#main-nav .menu li ul li::after {
    content: "";
}


.topbar.style-3 {
    background: none;
    background-color: var(--darkGreenColor);
}

/* --- Banner Karartma ------*/

.box-banner {
    position: relative;
    overflow: hidden;
}

.box-banner img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.box-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    pointer-events: none;
}

.box-banner:hover img {
    transform: scale(1.05);
}

.box-banner:hover::after {
    background: rgba(0, 0, 0, 0.35);
}

.tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button .btn-menu.detail{
    border-left: 1px solid #161a1b;
    background: var(--redColor);
    color: white;
}

.tf-about-order .wrap-about-order .heading .cl1 {
    color: var(--redColor);
}

.tf-button .btn-main{
    background-color: var(--redColor);
    border: 1px solid var(--beigeColor);
}

.tf-about-order .wrap-about-order .heading .cl2 {
    color: var(--yellowColor);
}

.col-footer .card-body{
    padding: 32px 60px 27px 48px;
}

#footer .content-right .top .col-footer.time .title,
#footer .content-right .top .col-footer .title,
#footer .content-right .top .col-footer.link .title{
    background-color: var(--redColor);
    color: #fff;
}

#footer .content-right .top .col-footer.time .title,
#footer .content-right .top .col-footer.link .title{
    border-right: 1px solid var(--beigeColor);
}
.col-footer.time{
    color: #000;
}
.tf-menu .btn-nav:hover {
    background-color: var(--yellowColor);
}

#footer .content-right .bottom .menu-footer li {
    margin-right: 13px;
}

.wrap-topbar .content-right .menu-topbar li {
    margin-right: 10px;
}

.topbar.style-2 {
    background: var(--darkGreenColor);
}
.wrap-topbar .content-right .menu-topbar li a.english select{
    border: none;
    color: var(--yellowColor);
}
.topbar.style-2 .wrap-topbar, .home-2 .topbar.style-2 .wrap-topbar {
    padding: 10px 0px;
}
.topbar.style-2 {
    padding: 0;
}

.header {
    background: var(--beigeColor);
}

#main-nav .menu li {
    margin-right: 23px;
    padding-right: 23px;
}

.tf-slider.style-2 .wrap-content-inner::before{
    background-color: transparent;
}

.tf-heading .text-heading, .tf-blog .wrap-blog .box-blog .inner .des {
    font-size: 18px;
}

.tf-heading .text-heading {
    font-size: 20px;
}

/* - lightbox - */
.thumb {
    cursor: pointer;
    overflow: hidden;
}
.thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform .25s ease;
}
.thumb:hover img { transform: scale(1.05); }
.modal-img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tf-instagram .wrap-instagram .box-instagram:hover:after, .tf-instagram .wrap-instagram .box-instagram.active:after {
    opacity: 0;
    visibility: visible;
    top: 0;
    display:none;
}
.modal-dialog .btn {
    font-size: 100px;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    color: var(--beigeColor);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}
.modal .btn-close {
    z-index: 999999999;
    right: 16%;
    padding: 0;
    opacity: 1;
}
.wrap-topbar .content-right .menu-topbar li a i {
    font-size: 17px;
    margin-right: 3px;
    margin-left: 3px;
}
.tf-menu .btn-nav.btn-next, .tf-menu .btn-nav.btn-prev, .tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button .btn-menu.detail,
.tf-blog .wrap-blog .box-blog .btn-readmore{
    background: var(--redColor);
}
.tf-menu .btn-nav.btn-next:hover, .tf-menu .btn-nav.btn-prev:hover, .tf-menu .wrap-menu .tf-menu-slider .box-menu:hover .wrap-button .btn-menu.detail,
.tf-blog .wrap-blog .box-blog .btn-readmore:hover{
    background: #80423c;
}

.tf-heading {
    margin-bottom: 66px;
}
.tf-menu .tf-heading {
    margin-bottom: 30px;
}
.flat-tabs .menu-tab {
    margin-bottom: 20px;
}
#main-nav .menu li a:hover .menu-text span {
    --m: calc(17px * -1);
}

.header.style-2 .header-left .tf-button-order {
    max-width: 300px !important;
}
.topbar.style-2 {
    background: var(--redColor);
}
.wrap-topbar .content-right .menu-topbar li a i {
    color: var(--beigeColor);
}
.wrap-topbar .content-right .menu-topbar li a.english select {
    color: var(--beigeColor);
}

.band-carousel.topbar.style-3 {
    background-color: var(--redColor);
}

.tf-banner .wrap-banner-3 .box-banner, .tf-about.style-2, .tf-banner .wrap-banner-2 .box-banner, .tf-video .video, .tf-menu .wrap-menu .tf-menu-slider .box-menu, .tf-menu .btn-nav:hover, .tf-menu .btn-nav,
.tf-blog .wrap-blog .btn-blog,  .tf-blog .wrap-blog,.tf-blog .wrap-blog .box-blog, .tf-blog .wrap-blog .box-blog .inner .image, .tf-instagram .wrap-instagram .box-instagram,
#footer .content-right .top .col-footer, #footer .content-right .top .col-footer .title, #footer .content-left, .tf-instagram .wrap-instagram .box-instagram:first-child,
.tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button .btn-menu.detail, .header .header-left, .header, .header.style-2 .header-left .tf-button-order,
.tf-blog .wrap-blog .swiper-slide:last-child .box-blog{
    border: none;
}

tf-menu .wrap-menu .tf-menu-slider .box-menu.active, .tf-menu .wrap-menu .tf-menu-slider .box-menu:hover {
    background: none;
}

.product-menu .box-menu .wrap-button {
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.product-menu .box-menu:hover .wrap-button {
    bottom: 20px;
    opacity: 1;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu{
    padding: 33px 40px 80px 40px;
}
.tf-video .video .wrap-video a {
    width: 120px;
    height: 120px;
    background-color: transparent;
}
.topbar.style-3 .ticker-title img {
    width: 40px;
}
.product-menu .btn-nav .text {
    color: #fff;
}
.box-blog {
    position: relative;
    overflow: hidden;
}
.box-blog .btn-readmore {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
}
.box-blog:hover .btn-readmore {
    bottom: 15px;
    opacity: 1;
}
#main-nav-mobi {
    background: var(--beigeColor);
    justify-content: start !important;
}
.btn-readmore{
    max-width: 220px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.menu-page .wrap-content.wrap-porfolio{
    display: grid ;
    grid-template-columns: repeat(3, 1fr) ;
    gap: 0;
    align-items: center ;
    justify-content: center ;
}

.menu-page .wrap-porfolio .box-menu .heading{
    text-align: center;

}

.flat-tabs .menu-tab li::before  {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: var(--redColor);
}

.flat-tabs .menu-tab li:last-child::before {
    display: none;
}

#main-nav .menu li:last-child::after {
    content: "" !important;
}


#footer .content-right .top .col-footer ul li .phone {
    color: var(--redColor);
}

.promotin-section .video-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotin-section .video-icon img{
    width: 150px;
    filter: drop-shadow(3px 3px 16px #cac0a1);
}
.promotin-section  .video-icon img {
    transition: transform 0.3s ease;
}
.promotin-section  .video-icon:hover img {
    transform: scale(1.05);
}
.toogle-sidebar-content p{
    font-size: 17px;
    width: 66%;
    margin: auto;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content {
    background-color: var(--beigeColor);
    box-shadow: 0px 3px 15px #8f8f8f;
    border: none;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content img.icon-small {
    margin-bottom: 22px;
    margin-top: 22px;
}
.header.style-2 {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 0 0px #ececec;
}
.tf-menu .wrap-menu .tf-menu-slider {
    width: 100%;
}
.wrap-topbar .content-right .menu-topbar li a {
    display: flex;
    align-items: center;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content {
    padding: 80px 40px 45px 40px;
}
.icon-small{
    content: "";
    transform: translateY(-50%);
    width: 3px !important;
    height: 3px;
    background: var(--redColor);
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content .toogle-sidebar-close {
    background-color: var(--yellowColor);
}
.video-modal .modal-content{
    background: transparent;
    border: none;
}
.video-modal .modal-button{
    background: var(--beigeColor);
    padding: 7px 7px 2px 0px;
    border-radius: 21px;
    position: absolute;
    right: -12px;
    top: 12px;
}


.ticker-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}
.ticker-content {
    display: inline-flex;
    align-items: center;
    animation: tickerMove 25s linear infinite;
}
.ticker-content p {
    margin: 0 50px;
    font-size: 17px;
    letter-spacing: 0.5px;
}

@keyframes tickerMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* clone içerik için aynı stiller */
.ticker-content.clone {
    position: absolute;
    top: 0;
    left: 100%;
    animation: tickerMoveClone 25s linear infinite;
}

@keyframes tickerMoveClone {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.band-carousel img{
    width: 40px;
    margin: 0 20px;
}
.food-modal .brands{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 29px;
    padding: 20px;
    align-items: center;
}
.col-footer .d-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
}
#footer .content-right .top .col-footer.link ul {
    width: 100%;
}
.tf-breadcrumb .breadcrumb ul{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.tf-breadcrumb .breadcrumb ul li{
    position: relative;
    font-size: 16px;
    color: #161a1b;
}
.tf-breadcrumb .breadcrumb li::after {
    content: "/";
    font-size: 23px;
    font-weight: 600;
    color: #161a1b;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.tf-breadcrumb .breadcrumb li:last-child::after {
    content: "" !important;
}
.section-about, .tf-certificate, .tf-contact .wrap-content, .tf-blog-single, .tf-blog.tf-section, .tf-porfolio.tf-menu, .tf-contact-page  {
    padding-top: 65px !important;
    padding-bottom: 74px;
}
.section-certificate .wrap-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px;
}
.tf-offer .box-offer .content .des {
    font-size: 18px;
}
.section-news .grid-blog{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px;
}
.tf-wrap-post .pagination li.active, .tf-wrap-post .pagination li:hover, #scroll-top {
    color: var(--yellowColor);
}
.tf-instagram .wrap-instagram {
    justify-content: space-around;
}
.tf-instagram .wrap-instagram .box-instagram, .tf-menu .wrap-menu .tf-menu-slider .box-menu{
    cursor: pointer;
}
.tf-certificate .wrap-instagram .box-instagram{
    padding: 5px;
    width: 100%;
    max-width: 400px;
}
.tf-certificate .wrap-instagram .box-instagram > img {
    object-fit: contain;
}
.tf-certificate .box-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tf-certificate .wrap-instagram {
    flex-wrap: nowrap;
}

.contact-info .social-media{
    display: flex;
    gap: 12px;
}
.tf-contact .wrap-content .content-right {
    background-color: var(--redColor);
}
.tf-contact .wrap-content .content-right .title {
    color: var(--yellowColor);
    margin-bottom: 10px;
}
.contact-info p{
    color: white;
    font-size: 17px;
}

.contact-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.tf-contact .wrap-content {
    width: 100%;
    padding: 133px 0;
}
.tf-contact .wrap-content .content-right {
    width: 100%;
    padding: 90px 82px 200px 82px;
}
.tf-contact .wrap-content .content-left {
    width: 100%;
    padding-right: 0;
    padding-top: 106px;
}
.tf-contact .wrap-content .content-left .tf-heading {
    padding-top: 10px;
    margin-bottom: 20px;
}
.food-modal .modal .btn-close{
    right: 9%;
}
.form-contact select{
    height: 52px;
}
.text-underline{
    text-decoration: underline;
}
.tf-blog-single .wrap-content-single .title {
    font-size: 30px;
}
 .image {
    border: none !important;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form {
    background-color: var(--yellowColor);
}
.franchise-form input, .franchise-form select,.franchise-form textarea{
    background: var(--beigeColor);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1), inset 0px 0 0px var(--beigeColor);
    border: none;
}
.franchise-form label{
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form {
    background-color: var(--yellowColor);
    border: none;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%), inset 0px 0 0px #000000;
}

.franchise-form input::placeholder {
    color: #717171;
    opacity: 1;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .icon2 {
    right: -37px;
    bottom: 7.5%;
}

.section-news .wrap-blog .box-blog .inner .image img{
    object-fit: cover;
}
.modal-file .btn-close{
    background-color: var(--beigeColor);
    padding: 7px;
    border-radius: 0;
}
.restaurant-button{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.restaurant-button .button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    background: var(--redColor);
}

.restaurant-button .button:hover{
    color: var(--beigeColor);
}
.band-carousel .marquee-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.band-carousel .marquee-content .item{
    font-size: 17px;
    letter-spacing: 1.3px;
}
.branch-block .card-body{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
}

.branch-block .card-body .card-text{
    color: var(--redColor);
}
.branch-block{
    font-size: 16px;
}
.branch-block .block-header{
    padding: 20px;
}
.branch-block  .card-footer {
    background-color: rgb(54 84 62 / 6%);
}
.branch-block .fa-phone-alt{
    transform: rotate(90deg);
}

.marquee-container {
    color: #fff
}

.marquee-container .marquee-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    transform: translateZ(0)
}

.marquee-container .marquee-wrapper .marquee-textcontainer {
    margin: .15em 0;
    white-space: nowrap;
    width: auto;
    perspective: 900;
    animation: marquee-left 1s linear infinite forwards;
    font-size: 18px
}

.marquee-container .marquee-wrapper .marquee-textcontainer span {
    padding: 0 20px;
    color: white;
}

.marquee-textcontainer img{
    width: 35px;
    height: 35px;
    margin-top: -1px;
}
.band-carousel{
    text-transform: uppercase;
}
@keyframes marquee-left {
    0% {
        transform: translateX(-1%)
    }

    to {
        transform: translateX(-51%)
    }
}
.button {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s
    ease;
    transition: all 0.5s
    ease;
    color: white;
    background-color: #e83c2e;
    outline: none;
    border-radius: 4px;
    font-weight: 500;
}
.button, .button.is-medium, .button.is-large {
    font-size: 15.5px;
    font-size: 0.96875rem;
    height: 3.45em;
    padding-left: calc(3.2em - 1px);
    padding-right: calc(3.2em - 1px);
}
.has-text-centered {
    text-align: center !important;
}
.video-modal .btn-close{
    width: 35px;
}
.tf-breadcrumb.tf-section {
    box-shadow: 0px 4px 8px rgb(155 155 155 / 10%), inset 0px 0 0px #cac0a1;
    padding: 15px 0;
}
.ins-modal .btn-close {
    right: 14%;
    top: 14px;
}
.content-right .border-end {
    border-right: 1px solid var(--beigeColor) !important;
}
#svg-turkiye-haritasi .active path {
    fill: var(--darkGreenColor) !important;
}
#svg-turkiye-haritasi path {
    fill: #874b45 !important;
}
.policy{
    display: flex;
    align-items: center;
    gap: 5px;
}
.modal-content .heading,.modal-content p  {
    text-align: start;
}
.topbar .dropdown button{
    background: transparent;
    color: var(--beigeColor) !important;
}
.topbar .dropdown-menu.show{
    min-width: 4rem;
}
.band-section{
    margin-top: -10px;
}
.restaurant-button a span{
    font-size: 23px;
}
.box-offer h2{
    color: #161a1b;
    font-weight: 500;
}
.wrap-topbar .content-right .menu-topbar li {
    margin-right: 0;
}
.contact-info .social-media li a:hover{
    color: var(--beigeColor);
}
.modal-dialog .modal-body img{
    max-height: 720px;
}
.franchise-section .tf-heading {
    max-width: 100%;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form{
    margin-top: 10px;
}
.tf-menu .menu-tab{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 0 0px #ececec;
    padding: 18px;
}
.topbar .dropdown-toggle, .mobile-language .dropdown-toggle{
    display: flex;
    align-items: center;
    color: #000 !important;
}
.footer p, .footer .menu-text, .footer ul li{
    font-weight: 400;
    font-size: 16px;
}
#footer .content-right .top .col-footer ul li {
    font-size: 16px;
}
.tf-instagram.tf-certificate .box-item h4{
    color: var(--redColor);
}
.tf-awards .box-instagram  img {
    object-fit: contain;
    max-height: 440px;
}
.tf-restaurant .tf-heading {
    max-width: 1220px;
}
.tf-section .col .page-sections .branch-block .block-header{
    background: #e2d8bc;
}
.tf-section .col .page-sections .branch-block .card-footer {
    background: #b7ac8b;
}
ul.kvkk {
    list-style: disc !important;
    padding-left: revert-layer !important;
}
.kvkk li {
    list-style: disc !important;    
}
.error-section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 23rem;
    justify-content: center;
}
#footer .content-left img {
    height: 480px !important;
}
@media only screen and (max-width: 1600px) {
    .tf-contact .wrap-content .content-right {
        padding: 92px 30px;
        height: 100%;
    }
    .tf-contact .wrap-content {
        padding: 50px 0 50px 0;
    }
    .modal-dialog .modal-body img {
        max-height: 640px;
    }
}

@media screen and (max-width: 1200px) {
    .tf-slider.style-2 .wrap-content-inner img {
        height: auto;
        object-fit: contain;
    }
    .topbar.style-3 .ticker-title img {
        width: 25px;
    }
    .product-menu .box-menu .wrap-button{
        width: 85%;
    }
    .tf-slider.style-2 .btn-home-slider {
        width: 45px;
        height: 55px;
    }
    .tf-slider.style-2 .btn-home-slider svg {
        width: 12px;
    }
    #main-nav-mobi ul > li > a{
        font-size: 17px;
    }
    #main-nav-mobi ul ul li.current-item a, #main-nav-mobi ul > li.current-menu-item > a, #main-nav-mobi ul > li > a:hover,
    #main-nav-mobi .menu-item-has-children .arrow.active, #main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before{
        color: var(--darkGreenColor);
    }
    #main-nav-mobi ul li a span, #main-nav-mobi ul > li > a{
        color:#000;
    }
    .header .header-left .tf-button-order a{
        text-align: start;
    }
    .topbar.style-3 {
        padding: 23px 0;
    }
    .topbar.style-3 .ticker-title p {
        font-size: 17px;
        line-height: 20px;
    }
    .promotin-section .video-icon img{
        width: 110px;
    }
    .english select{
        border: none;
        text-transform: uppercase;
        padding: 0;
    }
    .mobile-fallow-box{
        padding: 15px;
    }
    .mobile-fallow-box h5{
        color: #000;
    }
    .mobile-fallow-box ul {
        display: flex !important;
    }
    .mobile-fallow-box ul li{
        border-top: none !important;
    }
    .mobile-fallow-box ul li a {
        padding: 0 13px !important;
    }
    .menu-page .wrap-content.wrap-porfolio {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .flat-tabs .menu-tab {
        margin-bottom: 10px;
        gap: 15px 40px;
    }
    .flat-tabs .menu-tab li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .tf-menu .wrap-menu .tf-menu-slider .box-menu {
        padding: 10px 10px 10px 10px;
    }
    .tf-menu .wrap-menu .tf-menu-slider .box-menu .heading {
        font-size: 23px;

    }
    .btn-menu.detail{
        display:none;
    }
    .tf-button-order img {
        padding-left: 15px;
    }
    .contact-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tf-contact .wrap-content .content-right {
        padding: 40px 30px;
    }
    .tf-contact .wrap-content .content-right .title {
        font-size: 27px;
    }
    .section-about, .tf-certificate, .tf-contact .wrap-content {
        padding-top: 50px !important;
    }
    .ticker-content.clone {
        display: none;
    }
    .tf-contact-page .flat-tabs .wrap-contact .contact-form .icon2 {
        right: -8px;
        bottom: 4.5%;
    }
    .tf-contact-page .flat-tabs .wrap-contact .contact-form .icon1 {
        position: absolute;
        right: 53px;
        bottom: -3%;
    }
    .svg-turkiye-haritasi {
        margin: 30px auto !important;
    }

}

@media screen and (max-width: 993px) {
    .topbar.style-2 .wrap-topbar, .home-2 .topbar.style-2 .wrap-topbar {
        padding: 5px 0px;
    }
    .social-media{
        display: flex !important;
        justify-content: center;
    }
    .social-block{
        margin-top: 150px !important;
    }
    .social-block h5 {
        text-align: center;
        color: #000;
        margin-bottom: 0;
    }
    .social-media li{
        border-top: none !important;
    }
    .social-media li a{
        padding: 12px 10px !important;
    }
    .social-media li a svg{
        fill: var(--redColor);
    }
    .video-modal .modal-button {
        right: 0;
        top: -10px;
    }
    .section-about .col-lg-5{
        margin-bottom: 10px;
    }
    .section-news .grid-blog {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding: 5px;
    }
    .section-news .wrap-blog .box-blog .inner .image img {
        object-fit: cover;
    }
    .tf-blog .wrap-blog .box-blog .inner {
        padding: 0px;
    }
    .tf-certificate .wrap-instagram{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        padding: 5px;
    }
    .svg-turkiye-haritasi {
        margin: 30px auto !important;
    }
    .policy{
        display: flex;
        gap: 8px;
        align-items: flex-start;
    }
    .policy input{
        margin-top: 5px;
    }
    .restaurant-button .button{
        line-height: 15px;
        height: 45px;
        font-size: 20px;
        padding: 0 35px;
    }
    .mobile-language{
        border-top: 1px solid rgba(2, 14, 40, 0.2) !important;
    }
    .topbar .dropdown button{
        background: transparent;
        color: var(--beigeColor);
    }
    .mobile-language li{
        padding: 10px 17px !important;
    }
    .mobile-language li button{
        background: transparent;
    }
    .mobile-language li .dropdown-menu.show{
        min-width: 4rem;
    }
    .tf-offer .box-offer.style-2{
        flex-direction: column-reverse;
    }
    .modal .btn-close {
        right: 0;
    }
    .food-modal .brands {
        gap: 10px;
        padding: 0px;
    }
    .home-section-news .btn-view-all{
        margin-top: 30px;
    }
    .tf-instagram.tf-certificate .box-item h4 {
        font-size: 18px;
        padding: 5px !important;
    }


}
