@font-face {
    font-family: 'Postane';
    src: url('../fonts/PostaneBoldRegular.eot');
    src: url('../fonts/PostaneBoldRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PostaneBoldRegular.woff2') format('woff2'),
    url('../fonts/PostaneBoldRegular.woff') format('woff'),
    url('../fonts/PostaneBoldRegular.ttf') format('truetype'),
    url('../fonts/PostaneBoldRegular.svg#PostaneBoldRegular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Postane';
    src: url('../fonts/PostaneRegularRegular.eot');
    src: url('../fonts/PostaneRegularRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PostaneRegularRegular.woff2') format('woff2'),
    url('../fonts/PostaneRegularRegular.woff') format('woff'),
    url('../fonts/PostaneRegularRegular.ttf') format('truetype'),
    url('../fonts/PostaneRegularRegular.svg#PostaneRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Postane';
    src: url('../fonts/PostaneMediumRegular.eot');
    src: url('../fonts/PostaneMediumRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PostaneMediumRegular.woff2') format('woff2'),
    url('../fonts/PostaneMediumRegular.woff') format('woff'),
    url('../fonts/PostaneMediumRegular.ttf') format('truetype'),
    url('../fonts/PostaneMediumRegular.svg#PostaneMediumRegular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-now';
    src: url('../HelveticaNowText-Regular.eot');
    src: url('../fonts/HelvHelveticaNowText-Regular?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNowText-Regular.woff2') format('woff2'),
    url('../fonts/HelveticaNowText-Regular.woff') format('woff'),
    url('../fonts/HelveticaNowText-Regular.ttf') format('truetype'),
    url('../fonts/HelveticaNowText-Regular.svg#HelveticaNowText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-now';
    src: url('../fonts/HelveticaNowText-Bold.eot');
    src: url('../fonts/HelveticaNowText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNowText-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNowText-Bold.woff') format('woff'),
    url('../fonts/HelveticaNowText-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaNowText-Bold.svg#HelveticaNowText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --main: #fcd806;
    /*--main: #ffc107;*/
    --gray: #656458;
}

html, body {

    color: var(--gray);
}

@media (max-width: 576px) {

    .mob-cont {
      margin: 0;
      padding: 10px;
    }
}

@media (min-width: 576px) {
    .h1, h2, h3 {
        font-size: 80px !important;
    }
}

@media (max-width: 768px) {
    .h1, h2, h3 {
        font-size: 30px !important;
    }
}

@media (max-width: 992px) {
    .h1, h2, h3 {
        font-size: 30px !important;
    }
}

@media (max-width: 1200px) {
    .h1, h2, h3 {
        font-size: 30px !important;
    }
}

@media (max-width: 1400px) {
    .h1, h2, h3 {
        font-size: 30px;
    }
}

a {
    text-decoration-line: none;
    color: var(--gray);
}

a:hover {
    color: var(--gray);
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/*EDITED*/

#sub-header {
    background: #656458;
    padding: 3.5px 0;
    color: #b1b4b8;
    font-size: 11.5px;
}

#sub-header .info-tab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

#sub-header .info-tab i {
    margin-right: 5px;
}

#sub-header .info-tab .tit {
    margin: 0 25px;
}

#sub-header .info-tab .head-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sub-header .info-tab .head-social a {
    color: #b1b4b8;
}

#main {
    padding: 40px 0;
}

#main .first {
    font-family: 'Postane';
    color: var(--gray);
    font-size: 52px;
    transform-origin: 50% 50%;
    line-height: 65px;
    margin-top: 130px;
    font-weight: 300;
}

#main .sec {
    font-family: 'Postane';
    color: var(--gray);
    font-size: 52px;
    transform-origin: 50% 50%;
    line-height: 65px;
    padding-left: 50px;
}

#main .third {
    font-family: 'Postane';
    color: var(--main);
    font-size: 52px;
    transform-origin: 50% 50%;
    line-height: 65px;
    padding-left: 100px;
}

.seps {
    width: 100%;
    height: 2px;
    background: var(--gray);
}

#info {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
}

#info .seps {
    margin-top: 35px;
}

#info h4 {
    font-weight: bold;
    color: var(--gray);
    margin-bottom: 40px;
}

#info .info-area a {
    background: var(--gray);
    color: #fff;
    padding: 15px 25px;
    font-weight: 300;
    font-size: 12px;
    text-decoration: none;
}

#info .info-area {
    border-right: solid 2px var(--gray);
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#info .social-box {
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#info .social-box a {
    color: var(--gray);
    font-size: 22px;
    margin: 0 7px;
}

#main-about {
    margin: 150px 0;
}

#main-about .about-box {
    position: relative;
    margin-bottom: 100px;
}

#main-about .about-box h2 {
    font-weight: 300;
    margin: 20px 0;
    font-size: 28px;
    color: var(--gray);
}

#main-about .about-box .square {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 0;

}

.bahce {
    color: #87B57C;
}

.cafe {
    color: var(--main);
}

.dukkan {
    color: #ffb85a;
}

.studyo {
    color: #99CCFF;
}

.hol {
    color: #FF9999;
}

.ofis {
    color: #5f9eaf;
}

.about-but {
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    text-decoration: none;
}

.bahce-b {
    background: #87B57C;
}

.cafe-b {
    background: var(--main);
}

.dukkan-b {
    background: #ffb85a;
}

.studyo-b {
    background: #99CCFF;
}

.hol-b {
    background: #FF9999;
}

.ofis-b {
    background: #5f9eaf;
}

#lib {

}

#lib h3 {
    color: var(--gray);
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
}

#lib p {
    font-size: 18px;
}

#main-about .about-box .square {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 0;

}

.lib-img {
    position: relative;
}

.lib-img .square {
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
}

#lib a {
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    text-decoration: none;
    background: #8676de;
}

#news {
    margin: 150px 0;
}

#news h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--gray);
}

#news h1 {
    border-bottom: solid 2px var(--gray);
    margin-bottom: 50px;
}

#news p {
    color: var(--gray);
    font-weight: bold;
    font-size: 20px;
}

.event-list {
    padding-bottom: 70px;
}


@media (max-width: 576px) {
    #events h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 56px;
        line-height: 1;
        letter-spacing: 0.05em;
        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--gray);
        border-bottom: solid 2px var(--gray);
        margin-bottom: 50px;
    }

    #news h1 {
        font-size: 56px;
    }

    #sub-header .info-tab {
      flex-direction: column;
      text-align: center;
    }

    .work-time {
      width: 100%;
    }

    .nav-logo {
        display: none !important;
    }

    .offcanvas-header .btn-close {
        margin-right: 25px;
    }

    #main .first {
        font-size: 25px;
        margin-top: 0;
        text-align: center;
    }

    #main .sec {
        font-size: 25px;
        text-align: center;
        padding-left: 0;
    }

    #main .third {
        text-align: center;
        font-size: 25px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    #events h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 1;
        letter-spacing: 0.05em;
        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--gray);
        border-bottom: solid 2px var(--gray);
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    #events h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 46px;
        line-height: 1;
        letter-spacing: 0.05em;
        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--gray);
        border-bottom: solid 2px var(--gray);
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    #events h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 96px;
        line-height: 1;
        letter-spacing: 0.05em;
        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--gray);
        border-bottom: solid 2px var(--gray);
        margin-bottom: 50px;
    }
}

@media (min-width: 1400px) {
    #events h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 96px;
        line-height: 1;
        letter-spacing: 0.05em;
        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--gray);
        border-bottom: solid 2px var(--gray);
        margin-bottom: 50px;
    }
}

#events p {
    margin-bottom: 20px;
}

.etkinlik-link {
    color: #fff;
    font-size: 12px;
    padding: 20px 40px;
    text-decoration: none;
    background: #1f5b5a;
}

#events .etkinlik-link a {
    color: #fff;
    font-size: 12px;
    padding: 20px 40px;
    text-decoration: none;
    background: #1f5b5a;
}

footer {
    padding: 70px 0;
}

footer .seps {
    margin-bottom: 50px;
}

footer .social-icons {
    margin: 15px 0;
}

footer .social-icons a {
    color: var(--gray);
    font-size: 16px;
    margin-right: 10px;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

footer ul li {
    margin-bottom: 5px;
}

footer li a {
    color: var(--gray);
    text-decoration: none;
}

footer .footer-box .address {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footer-box .address .icon {
    margin-right: 8px;
}

footer .footer-box .address .text {
    font-size: 14px;
}

.offcanvas-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu li {
    text-align: left;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:hover {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 50px;
}

/* Burdan sonrasını caner eklendi*/
.big-title-outline h1 {
    font-family: 'Postane';
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #656458;
}

.rotate {
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.rotate.down {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-logo {
    position: fixed;
    left: -8px;
    top: 0;
    height: 100vh;
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
    width: 100%;
}

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    flex: 1 1 auto;
    min-width: 10%;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

label.error.fail-alert {
    color: red;
}

input.valid.success-alert {
    color: green;
}

img[data-widget=ImagePreview2], img[data-widget=ImageGalleryPreview2] {
    outline: 0px solid rgba(255, 255, 255, 0) !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

div[data-widget=ImageGallery2] {
    background-color: rgba(255, 255, 255, 0) !important;
}

/* Preloader -------------------------------------------------------*/
.preloader {
    animation: fadeOut 1s ease-in-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff; /* Arka plan rengini isteğe bağlı olarak ayarlayın */
}

@keyframes fadeOut {
    0% {
        opacity: 4;
    }
    25% {
        opacity: 31;
    }
    50% {
        opacity: 2;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.offcanvas.offcanvas-start {
    width: 100% !important;
    background-color: var(--main) !important;
}

.menu-item, .submenu-item, .sub-submenu-item, .sub-sub-submenu-item, .sub-sub-sub-submenu-item {
    list-style: none; /* Liste öğelerinin yanındaki noktaları kaldırır */
    padding-left: 0; /* İstediğiniz kadar sol boşluk bırakabilirsiniz */
    cursor: pointer;
}

/* Mobil cihazlar için stil */
@media (max-width: 575px) {
    .big-title-outline, .breadcrumb-title {
        font-size: 47px !important; /* Mobilde başlık font büyüklüğü */
    }
}

.footer-logo {
    margin-left: 10px;
}

.btn-shop{
    background-color: #f25840;
}
.btn-shop:hover{
    background-color: var(--gray);
}

.btn-shop:focus{
    background-color: var(--gray);
}

#ShopModal{
    z-index: 99999 !important;
    border-radius: 0 !important;
    --bs-modal-border-radius: 0 !important;
}
