@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.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* variable */
:root {
    --base-color: #c9ab81;
    --dark-gray: #0d0d0d;
    --woodsmoke-gray: #212222;
    --medium-gray: #747474;
    --alt-font: 'Urbanist', serif;
    --primary-font: 'Urbanist', sans-serif;
}

header {
    position: relative;
    z-index: 5;
    background: #171717;
}

.bg-dark-gray {
    background-color: #171717;
}

.border-blog-color {
    border-color: #212121 !important;
}

.bg-base-color {
    background-color: #c9ab81;
}

.border-base-color {
    border-color: #c9ab81 !important;
}

.text-star {
    color: #ffa700;
}

.push-menu {
    z-index: 999999999;
}

.push-menu.hamburger-nav.header-dark.hamburger-menu-simple.bg-black {
    background-repeat: no-repeat;
    background-size: cover;
}

a,
body {
    color: #ffffff;
}

.primary-font {
    color: var(--base-color);
}

/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }

    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        top: -5px;
        background: var(--base-color);
    }

    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        width: 30px;
        height: 30px;
        background: var(--base-color);
        opacity: 0.5 !important;
    }
}

.container-fluid {
    max-width: 1750px;
}

/* header */
header .navbar-brand img {
    max-height: 65px;
    filter: drop-shadow(rgb(57, 55, 45) 0px 0px 10px);
}

.menu-list-wrapper {
    height: calc(85vh - 150px);
}

.hamburger-logo img {
    max-height: 70px;
    width: auto;
}

.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 30px;
    line-height: 35px;
    cursor: pointer;
}

.header-icon .header-social-icon a {
    padding-left: 25px;
}

@media (max-width: 436px) {
    .mobile-none {
      display: none!important;
    }
  }

/* text color */
.text-white-linear span {
    background: #FFFFFF;
    background: linear-gradient(to bottom, #FFFFFF 30%, #000000 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* mt minus */
.mt-minus-50px {
    margin-top: -50px;
}

/* portfolio filter */
.portfolio-filter li:hover a,
.portfolio-filter li:focus a,
.portfolio-filter li.active a {
    color: var(--white);
}

/* btn */
.btn {
    font-weight: 400;
    font-family: var(--primary-font);
}

.btn.btn-extra-large {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 12px 30px;
}

.btn.btn-large {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
}

.btn.btn-switch-text.btn-large>span {
    padding: 12px 30px;
}

.btn.btn-transparent-dark-gray {
    color: var(--white);
    border-color: var(--woodsmoke-gray);
}

/* accordion-style-02  */
.accordion-style-02 .accordion-item .accordion-body {
    padding: 0 25px 25px 0;
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #141622), to(transparent));
    background: linear-gradient(to top, #000000 10%, transparent 100%);
}

/* team style */
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}

.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
}

footer ul li {
    margin-bottom: 0px;
    line-height: 30px;
}

footer .footer-logo img {
    max-height: 60px;
}

footer .nav-link {
    padding: 0 1rem;
}

@media only screen and (max-width: 991px) {
    .header-transparent[data-header-hover=dark] {
        background-color: transparent !important;
    }

    header .navbar-brand {
        padding: 22px 0;
    }

    .menu-list-wrapper {
        height: calc(85vh - 60px);
    }

    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-style-02 .accordion-item .accordion-body {
        padding: 0 0 25px 0;
    }
}

.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .7em;

    @media(max-width:991px) {
        gap: 0;
    }
}

.logo-text>.logo-text-big {
    font-size: 40px;
    color: #fff;
    display: block;

    @media(max-width:991px) {
        font-size: 24px;
    }
}

.logo-text>.logo-text-small {
    font-size: 21px;
    color: #c9ab81;
    display: block;

    @media(max-width:991px) {
        font-size: 13px;
    }
}

.header-push-button {
    padding-left: 0;
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
    align-self: flex-start;
}

li.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start;
}

.menu-item i {
    font-size: 24px;
    color: #fff;
    border: 1px solid #7b7b7b;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
}

#islemler-menu,
#vucut,
#sert,
#yumusak {
    display: none;
}


li.menu-item.back-menu {
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
    cursor: pointer;
}

header .disable-fixed {
    position: relative;
}

.banner-img {
    height: calc(100vh - 130px);
    background-size: cover;
    background-position: top;

    @media(max-width:1100px) {
        height: calc(50vh - 120px);
    }

    @media(max-width:768px) {
        height: calc(70vh - 120px);
    }
}

/* .banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;

} */

.btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bg-gradient-nero-grey-brown {
    background-image: linear-gradient(to right, #191919, #1c1a1d, #211b20, #261c21, #2c1d20);
}

.btn.btn-double-border.btn-border-base-color:hover {
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #fff;
}

.btn.btn-double-border.btn-border-base-color:hover:after {
    border-color: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.bg-black-transparent-medium {
    background-color: rgb(44 29 14);
}

.services-box-style-01 li {
    font-size: 18px;
    line-height: 2em;
}

.tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 18px 30px;
}

.large-icon a {
    font-size: 24px;
    width: 50px;
    height: 50px;
}

@media(min-width: 991px) {
    .footer-iletisim {
        margin-left: -4.3%;
        width: 20%;
    }
}

.hasta-box {
    padding: 30px 40px;
    border: 1px solid;
    font-size: 18px;

    a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.hasta-box-2 li {
    padding-bottom: 10px;
}

.bg-tabs {
    background-color: #1b1b1b;

    .form-control,
    .form-control:focus {
        background-color: #1b1b1b;
    }
}

.tab-style-07 .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 0;
    border-color: transparent;
}

.tab-style-07 .nav-tabs .nav-item .nav-link span {
    color: #fff;
}

.hizmet-icerik h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.hizmet-icerik h3 {
    font-size: 1.8rem;
    line-height: 2.125rem;
}

.popular-post-sidebar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.popular-post-sidebar figure a {
    height: 80%;
    display: block;
}

.index-blog img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.index-blog p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-blog .card {
    height: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        gap: 2rem;
    }

    .center-logo .navbar-left,
    .center-logo .navbar-right {
        width: auto;
    }


}


#youtube-video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    margin-top: -96px;
    z-index: 1;
    position: relative;
    pointer-events: none;
    background: transparent;
    transform: scale(1.2);

    @media(max-width:991px) {
        margin-top: 0;
        z-index: 0;
        transform: scale(2);
    }
}



.home-box-img {
    max-height: 350px;
    object-fit: cover;
    object-position: top;
}

.tab-style-02 .nav-tabs>li.nav-item {
    margin: auto;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active {
    color: #ffffff;
    border-bottom: 2px solid;
    background: 0 0;
    border-color: #c9ab81;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover {
    color: #ffffff;
    border-bottom: 2px solid;
}

img.md-h-350px.sm-h-250px {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media(max-width:991px) {
    ul.pricing-table-style-11.mb-0 {
        padding-left: 0;
        margin-top: 20px;
    }
}

.overlap-section.position-absolute.left-0px.right-0px.text-center.d-none.d-md-inline-block {
    margin-top: -90px !important;
}

.grid li img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: top;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#youtube-video {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#hakkimizda {
    background: #171717;
    z-index: 2;
    margin-top: -120px;
}

@media (max-width: 991px) {

    .navbar-full-screen-menu-inner.bg-transparent,
    .navbar-modern-inner.bg-transparent,
    .navbar.bg-transparent {
        background-color: #171717 !important;
    }

    .navbar-toggler-line,
    .swiper-pagination-style-4.dark .swiper-pagination-bullet {
        background: #fff;
    }

    .header-icon .icon>a {
        color: #fff;
    }

    #hakkimizda {
        margin-top: 0;
    }

    ul.nav.nav-tabs.fs-20.alt-font.fw-600.justify-content-between.text-center.mb-4.text-uppercase {
        gap: 0.8rem;
    }

    .navbar-collapse a.navbar-brand {
        display: none;
    }
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: max-content;
}

@media (min-width: 991px) {
    .center-logo .navbar-brand {
        position: relative;
        left: 0;
        top: auto;
        transform: none;
        transition: none;
    }
}

.blog-image img {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}

.page-title-medium h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
}

.blog-standard h6 {
    font-size: 1.5rem !important;
    line-height: 1rem !important;
}

/* p.blog-preview.home-blog.mb-20px.text-medium-gray {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */