.blog-img img {
    max-height: 650px;
    width: 100%;
}

.gallery-img-thumb {
    width: 390px !important;
    height: 270px !important;
    border-radius: 2rem;
}


.gallery-img-thumb:hover {
    cursor: pointer;
}

.sub-title {
    font-size: 40px !important;
}

.project-details-categories::before {
    content: "\f2e6";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 700;
}

.contact-feature_text {
    height: 52px;
    align-content: center;
}

.tab-content {
    transition: height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.menu-area {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}

.copyright-wrap {
    background-color: #ffffff !important;
}

.footer-links a,
.copyright-text {
    color: #77524A !important;
}

.info-box_text {
    align-content: end;
}

:root {
    --kaf-coffee: #6b4f3a;
    /* kahve rengi */
    --kaf-croissant: #f3c87a;
    /* kruvasan tonu */
    --kaf-bg: #0e0e0e;
    /* arka plan */
    --kaf-text: #f7f3ee;
    /* yazı rengi */
    --kaf-fade: .5s;
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: radial-gradient(1200px 600px at 50% 30%, #161616 0%, var(--kaf-bg) 55%, #000 100%);
    display: grid;
    place-items: center;
    transition: opacity var(--kaf-fade) ease, visibility var(--kaf-fade) ease;
}

.preloader__inner {
    display: grid;
    gap: 16px;
    place-items: center;
}

.kaf-logo {
    width: 104px;
    height: 104px;
    display: block;
}

.kaf-logo path {
    fill: none;
    stroke: var(--kaf-text);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 340;
    stroke-dashoffset: 340;
    animation: draw 1.8s ease forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.steam path {
    stroke: var(--kaf-croissant);
    stroke-width: 2;
    opacity: .9;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: steam 2.2s ease-in-out infinite;
}

@keyframes steam {
    50% {
        stroke-dashoffset: 0;
        opacity: 1
    }

    100% {
        stroke-dashoffset: -40;
        opacity: .4
    }
}

.line {
    width: 180px;
    height: 3px;
    background: #2a2a2a;
    border-radius: 999px;
    overflow: hidden;
}

.line::before {
    content: "";
    display: block;
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, var(--kaf-croissant), #ffdfa0);
    border-radius: 999px;
    animation: loadline 1.2s ease-in-out infinite;
}

@keyframes loadline {
    0% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(10%)
    }

    100% {
        transform: translateX(160%)
    }
}

.preloader__text {
    font: 500 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
    color: var(--kaf-text);
    letter-spacing: .3px;
    opacity: .85;
}

body.is-loaded .preloader {
    opacity: 0;
    visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {

    .kaf-logo path,
    .steam path,
    .line::before {
        animation: none !important
    }
}

.kaf-logo .steam-line {
    stroke: var(--kaf-croissant);
    stroke-width: 2;
    fill: none;
    opacity: .9;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: steam 2.2s ease-in-out infinite;
}

.breadcumb-menu li:last-child {
    color: #ffffff !important;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
}

.ls-img-layer,
.feature-list-img img {
    border-radius: 30px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.modals-spec:hover {
    cursor: pointer;
}


.other-cat-li>img {
    position: absolute;
    margin-top: 1rem;
    margin-left: 1rem;
}

.modal {
    z-index: 99 !important;
}

.btn-primary {
    background-color: #77524A !important;
    border-color: #77524A !important;
}

.pop-menu:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.th-mobile-menu .th-social {
    padding: 20px 30px;
}

.th-mobile-menu .th-social a {
    font-size: 1.5rem;
}

.mobile-logo {
    background-color: #77524A !important;
}

#sidebar-icon {
    margin-left: auto !important;
    padding-bottom: 1rem;
}

@media (max-width: 767px) {
    .menu-tabs .nav-link {
        font-size: unset;
    }
}