/* ===================================
    Crafto - Restaurant
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700;800;900&display=swap');
/* variable */
:root {
    --base-color: #d39121;
    --medium-gray: #8d8987;
    --black: #282725;
    --dark-gray: #383632;
    --red: #d51f0f;
    --green: #46b57e;
    --very-light-gray: #f9f6f3;
    --yellow: #ECBA23;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Schibsted Grotesk', sans-serif;
}
body {
    font-size: 17px;
    line-height: 30px;
    color: #212121;
}
body a{
    color: #212121;
}
/* header */
header .navbar-brand img {
    max-height: 49px;
}
.navbar .navbar-nav .nav-link {
    font-size: 20px;
}
header .btn.btn-switch-text.btn-small > span {
    padding: 11px 25px 9px;
}
.sticky .header-transparent .header-button .btn {
    background-color: var(--dark-gray);
    border-color: rgba(23, 23, 23, 0.20);
    color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color:  var(--dark-gray);
}
/* heading */
h1, .h1 {
    line-height: 4rem;
}
h2 {
    line-height: 3.2rem;
}
/* btn */
[class*="btn-transparent"], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn i {
    top: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 18px;
    padding: 19px 32px 16px;
}
.btn.btn-switch-text.btn-large > span {
    font-size: 17px;
    padding: 17px 28px 14px;
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 16px;
    padding: 15px 24px 12px;
}
.btn.btn-switch-text.btn-small > span {
    font-size: 14px;
    padding: 13px 20px 11px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 13px;
    padding: 10px 18px 7px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-hover-animation-switch .btn-icon i {
    font-size: 24px;
    line-height: 0;
    top: -2px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 5px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 5rem;
    line-height: 5rem;
}
.page-title-extra-large h2 {
    font-size: 15px;
    line-height: 26px;
}
/* border color */
.border-color-extra-medium-gray {
    border-color: #c7c2bf !important;
}
/* bg color transparent */
.bg-base-color-transparent {
    background: rgba(211,145,33,0.9);
}
.text-outline-base-color-background {
    -webkit-text-fill-color: var(--base-color);
}
.subscribe-popup .newsletter-style-05 .submit {
    font-size: 17px;
}
/* portfolio */
.portfolio-filter li {
    padding: 0 35px;
}
/* top right bottom left */
.top-minus-35px {
    top: -35px;
}
/* review */
.review-star-icon i {
    letter-spacing: 1px;
}
/* categories */
.categories-btn {
    line-height: 21px;
    letter-spacing: 0;
    padding: 3px 14px 4px;
}
/* blog comment */
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* footer */
footer .footer-logo img {
    max-height: 49px;
}
footer .elements-social li {
    margin: 0 22px 0 0;
}
footer .social-icon-style-08 ul li a:hover {
    opacity: 1;
}
footer .facebook{
    color:#3b5998;
}
footer .twitter {
    color: #00aced;
}
footer .elements-social ul li:last-child {
    margin-right: 0;
}
/* team style */
.team-style-05:hover img {
    filter: grayscale(100%);
}
/* margin */
.mt-minus-2px {
    margin-top: -2px;
}
/* map */
.infowindow .mb-3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}
.infowindow p {
    font-size: 17px;
    letter-spacing: 0;
}
.google-maps-link a {
    font-size: 13px;
    letter-spacing: 1px;
}
/* media query responsive */
@media (max-width: 1199px) {
    header .btn.btn-switch-text.btn-small > span {
        padding: 10px 15px 8px;
    }
}
@media (max-width: 991px) {
    header .btn.btn-transparent-white-light {
        background-color: var(--dark-gray);
        border-color: rgba(23, 23, 23, 0.20);
        color: var(--white);
    }
    header .btn.btn-transparent-white-light:hover {
        background-color: var(--dark-gray);
        color: var(--white);
    }
}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
        margin-bottom: 5px;
    }
    .sm-text-outline-width-1px {
        -webkit-text-stroke-width: 1px;
    }
}
@media (max-width: 575px) {
    .video-icon-large .video-icon {
        width: 75px;
        height: 75px;
    }
    .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        top: -30px;
        left: -30px;
    }
    .xs-w-320px {
        width: 320px !important
    }
    .xs-h-320px {
        height: 320px !important;
    }
    .btn.btn-switch-text.btn-extra-large > span {
        font-size: 17px;
        padding: 14px 22px 11px;
    }
}

header .navbar-brand img{
    max-height: 110px;
}

.tab-style-02 .nav-tabs > li.nav-item > a.nav-link{
    display: flex;
    flex-direction: column;
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link img{
    opacity: .4;
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active img{
    opacity: 1;
}
.theme-demos{
    display: none!important;
}

footer .footer-logo img{
    max-height: 180px;
}

.fnp_color{
    color: #008641;
}
.fnp_bg_color{
    background-color: #008641;
}
.parallax_title{
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 4rem;
}

footer a:hover{
    color: #008541;
}

.custom-cursor .circle-cursor-inner{
    background-color: #008641;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover{
    background-color: #008641;
}
.custom-cursor .circle-cursor-outer{
    display: none;
}

.page-title-extra-small h1 {
    font-size: 5.375rem;
    line-height: 5.5rem;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
}
.breadcrumb ul li a {
    color: #fff;
}
.breadcrumb-style-01 ul li:after {
    content: "\e844";
    font-family: "feather";
    font-size: 13px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 10px;
    color: #fff;
}

.popular-post-sidebar li a:hover{
    color: #8dc63f;
}

.contact_page a:hover{
    color: #8dc63f;
}

.footer-demo img {
    max-height: 200px !important;
}

.fs-24 {
    font-size: 24px;
}

.ls-minus-1px {
    letter-spacing: 0.5px !important;
}

.btn.btn-dark-gray {
    background-color: #008641;
    color: var(--white);
}

.sticky .header-transparent .header-button .btn {
    background-color: #008641 !important;
    border-color: rgba(23, 23, 23, 0.20) !important;
    color: var(--white) !important;
}
.marcellus-regular {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}
.floating-buttons {
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
}
.floating-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.floating-button img {
    width: 32px;
    height: 32px;
}
.floating-button:hover {
    transform: scale(1.1);
}
.floating-button.yemeksepeti {
    background-color: #ff0033;
    box-shadow: 0 0 10px #ff0033, 0 0 20px #ff0033;
}
.floating-button.whatsapp {
    background-color: #47ab3d;
    box-shadow: 0 0 10px #47ab3d, 0 0 20px #47ab3d;
}
header.sticky .navbar-brand{
    padding: 5px 0;
}
.services .portfolio-filter li:hover a, .services .portfolio-filter li:focus a, .services .portfolio-filter li.active a{
    color: #008641;
    border-color: #008641;
}
.yemek_spt_btn{
    background-color:#ff0033!important;
}
.yemek_spt_btn:hover{
    background-color:#383632!important;
}
.scroll-progress{
    right: 60px;
}
.fnp_title{
    line-height: 4rem;
    font-size: 4.375rem;
    letter-spacing: -0.5px;
    font-weight: inherit;
}
.banner_title {
    font-size: 3.5rem;
    line-height: 5.5rem;
}
.blog_detail_page .blog-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 50px;
}
.mobile_fixed{
    display: none!important;
}
.banner .one-half-screen{
    height: 450px!important;
}
.breadcrumb span{
    margin-right: 3px;
}
.breadcrumb span , .breadcrumb span a{
    color: #fff;
}

.breadcrumb .ayrac{
    margin-right: 3px;
    color: #fff;
}
.breadcrumb .ayrac:last-child{
    display: none!important;
}

.modal#imageModal {
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal#imageModal .modal-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    border-radius: 0;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal#imageModal .modal-content .modal-body img {
    width: 100% !important;
    height: auto !important;
}
.modal#imageModal .close {
    position: absolute;
    z-index: 999999;
    top: 0;
    right: 0;
    font-size: 42px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    background: transparent;
    border: none;
    transition: .3s ease-in-out;
    max-width: max-content;
}
.modal#imageModal .close:hover {
    color: #000000;
}
.modal#imageModal .modal-body {
    padding: 20px;
}

.fnp-hx-section h1, .fnp-hx-section h2, .fnp-hx-section h3, .fnp-hx-section h4{
    line-height: 4rem;
    font-size: 4.375rem;
    letter-spacing: -0.5px;
    font-weight: inherit;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    margin-bottom: 30px;
    margin-top: 0;
}
.inner_text h2{
	line-height: 3rem;
    font-size: 2.375rem;
    letter-spacing: -0.5px;
    font-weight: inherit;
}
.inner_text h3{
	line-height: 3rem;
    font-size: 2rem;
    letter-spacing: -0.5px;
    font-weight: inherit;
}