
body {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16.5px;
    font-family: "Inter", sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

a, p, span, h1, h2, h3, h4 {
    color: #333;
    text-decoration: none !important;
    outline: none !important;
}

.bg-black {
    background: #000 !important;
}

.bg-white {
    background: #fff !important;
}

.main {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.main-alt {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.navbar {
    padding: 60px 0 270px 0;
    background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(255,255,255,0) 90%);
    transition: background .5s cubic-bezier(0.895, 0.030, 0.685, 0.220), padding.5s cubic-bezier(0.895, 0.030, 0.685, 0.220);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: height .5s, padding .5s, clip-path .125s ease;
    -moz-transition: height .5s, padding .5s, clip-path .125s ease;
    transition: height .5s, padding .5s, clip-path .125s ease;*/
}

.navbar-fixed-top {
    border-width: 0;
}

.navbar-scroll {
    padding: 60px 0 !important;
    border: none;
    z-index: 1031;
    background: transparent !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    transition: background .5s cubic-bezier(0.895, 0.030, 0.685, 0.220), padding.5s cubic-bezier(0.895, 0.030, 0.685, 0.220);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    /*-webkit-transition: height .5s, padding .5s, clip-path .25s linear;
    -moz-transition: height .5s, padding .5s, clip-path .25s linear;
    transition: height .5s, padding .5s, clip-path .25s linear;*/
}

.navbar .nav > li {
    
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:active, .navbar .nav > li > a:focus {
    background: #fff;
    color: #000 !important;
}

.navbar-scroll .nav > li > a {
    background: transparent;
    color: #fff;
}

.navbar-scroll .nav > li > a:hover, .navbar-scroll .nav > li > a:active, .navbar-scroll .nav > li > a:focus {
    background: #fff;
    color: #000 !important;
}

.logo-desktop {
    width: 300px;
    height: 100%;
    margin: -52.5px -80px 0 -150px;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    transition: .5s all;
}

.logo-desktop a {
    display: flex !important;
}

.logo-desktop a:hover, .logo-desktop a:active, .logo-desktop a:focus {
    background: transparent !important;
    color: transparent !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
}

.logo-desktop img {
    width: 100%;
    /* Çözünürlüğü yüksek olan resmin (Logo) bulanıklığını giderme. Start*/
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Çözünürlüğü yüksek olan resmin (Logo) bulanıklığını giderme. End */
}

.logo-desktop .logo {
    width: 100%;
    left: 0;
}

.unesco-logo, .kbb-logo, .seperator {
    position: absolute;
    left: 0;
}

.logo-desktop .unesco-logo {
    margin-top: -22px;
}

.logo-desktop .kbb-logo {
    margin-top: -22px;
}

.logo-desktop .seperator {
    margin: -22px auto 0 auto;
    height: 137px;
}

.navbar-scroll .logo-desktop .seperator {
    height: auto;
    transition: .5s all;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
    box-shadow: 0 .5px 0 #fff;
}

.navbar-scroll .navbar-toggle .icon-bar {
    background-color: #fff;
    box-shadow: 0 .5px 0 #fff;
}

.bm-modal {
    position :relative;
    display: none;
    z-index: 1050;
    margin: 0;
    animation: .6s resize;
    height: 100vh;
    width: 100%;
}

.bm-modal .modal-dialog {
    position :relative;
    z-index: 1040;
    margin: 0;
    height: 100%;
    width: 100%;
}

.modal-backdrop {
    position: relative !important;
}

.bm-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}

.bm-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 0;
    text-align: justify;
}

.bm-modal .modal-body {
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-y: scroll;
}

.modal-effect-zoom {
    border-radius: 16px;
    opacity: 0;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.modal-effect-zoom.in {
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
    opacity: 1;
    border-radius: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.modal-effect-to-up {
    border-radius: 16px;
    opacity: 0;
    overflow: hidden;
    top: 100vh;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal-effect-to-up.in {
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
    opacity: 1;
    border-radius: 0px;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal-effect-to-down {
    border-radius: 16px;
    opacity: 0;
    overflow: hidden;
    top: -100vh;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal-effect-to-down.in {
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
    opacity: 1;
    border-radius: 0px;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.bm-modal .modal-content h2 {
    margin-bottom: 15px;
}

.bm-modal .modal-content p {
    text-align: justify;
    margin: 30px 0 0 0;
}

.bm-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
}

.bm-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.bm-modal .close-modal {
    position: absolute;
    z-index: 1042;
    width: 36px;
    height: 36px;
    background: #000;
    transform: scale(1)  rotate(45deg);
    top: 30px;
    right: 30px;
    border: none;
    outline: none;
    transition: transform .5s;
    cursor: pointer;
}

.bm-modal .close-modal:after {
    content: "";
    position: absolute;
    z-index: 1042;
    width: 28px;
    height: 28px;
    background: url(../img/close_main.svg);
    filter: invert(1);
    transform: scale(1) rotate(-45deg);
    top: 4px;
    right: 4px;
    border: none;
    outline: none;
    transition: transform .5s;
    cursor: pointer;
}

.bm-modal .close-modal:hover, .bm-modal .close-modal:active {
    transform: scale(.9) rotate(45deg);
    transition: transform .5s;
}

.bm-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

.modal-alt .content-text {
    padding: 30px 0;
    margin: 0;
}

.gold-in-black {
    background: rgba(202, 166, 66, 1) !important;
}

.gold-in-black:after {
        filter: none !important;
    }

.grid {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.grid-alt {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.k-menu-main {
    left: 0px;
    float: left;
    height: 100vh;
    position: absolute;
    z-index: 1030;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: transparent;
    width: 50vw;
    display: block;
    animation: .5s k_menu;
    transition: .5s all;
}

.k-menu-container {
    transform: translateY(-50%);
    position: relative;
    top: 67.5%;
    margin-left: 15px;
    height: 50vh;
}

.k-menu-main .row {
    margin-right: 0;
    margin-left: 0;
}

.k-menu {
    height: 30px;
    width: 16.5vw;
    text-align: center;
    background: transparent;
    cursor: pointer;
}

.k-menu-main .k-menu {
    /*border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, rgba(0,0,0), rgba(0,0,0,0));
    border-image-slice: 1;*/
    margin: 0 0 30px auto !important;
}

.k-menu-main .k-menu a {
    line-height: 30px;
    display: block;
    padding: 9px 0px;
    background: #fff;
    color: #000;
    clip-path: polygon(20% 10%, 80% 10%, 100% 50%, 80% 90%, 20% 90%, 0% 50%);
    -webkit-clip-path: polygon(20% 10%, 80% 10%, 100% 50%, 80% 90%, 20% 90%, 0% 50%);
    transition: .5s all;
}

.k-menu-main .k-menu a:hover, .k-menu-main .k-menu a:active {
    margin-right: -15px;
    margin-left: 15px;
    text-decoration: none;
    transition: .5s all;
}

.k-menu-main .k-menu a:focus {
    text-decoration: none;
}

.g-menu {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

    .g-menu a {
        top: 0;
        position: absolute;
        z-index: 1030;
        width: 50%;
        height: 100vh;
        line-height: 100vh;
        color: #000;
        transition: .5s all;
    }

    .g-menu span {
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
    }

    .g-left {
        left: 0;
        text-align: left;
        clip-path: polygon(0 0, 30% 50%, 0 100%);
        -webkit-clip-path: polygon(0 0, 30% 50%, 0 100%);
        background: linear-gradient(to top, #caa642, #caa642, #caa642, #e6ca68, #caa642, #caa642, #caa642);
        animation: .5s g_menu_left;
        transition: .5s all;
    }

    .g-left span {
        margin-left: 7.5%;
    }

    .g-right {
        right: 0;
        text-align: right;
        clip-path: polygon(100% 0, 70% 50%, 100% 100%);
        -webkit-clip-path: polygon(100% 0, 70% 50%, 100% 100%);
        background: linear-gradient(to top, #caa642, #caa642, #caa642, #e6ca68, #caa642, #caa642, #caa642);
        animation: .5s g_menu_right;
        transition: .5s all;
    }

    .g-right span {
        margin-right: 7.5%;
    }

    .g-right:hover, .g-right:active {
        clip-path: polygon(100% 0, 65% 50%, 100% 100%);
        -webkit-clip-path: polygon(100% 0, 65% 50%, 100% 100%);
        text-decoration: none;
        transition: .5s all;
    }

        .g-right:focus {
            text-decoration: none;
        }

    .g-left:hover, .g-left:active {
        clip-path: polygon(0 0, 35% 50%, 0 100%);
        -webkit-clip-path: polygon(0 0, 35% 50%, 0 100%);
        text-decoration: none;
        transition: .5s all;
    }

    .g-left:focus {
        text-decoration: none;
    }

.y-w50 {
    padding: 120px 0 0 0;
}

    .y-w50 img {
        -webkit-backface-visibility: hidden;
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        image-rendering: -webkit-optimize-contrast;
    }

.hb-top {
    width: 100%;
    height: calc(100vh - 390px);
}

.hb-right {
    width: 100%;
    height: calc(100vh - 390px);
    transition: .5s all;
}

.hb-top img {
    width: 100%;
    height: 100%;
}

.hb-right img {
    width: 100%;
    height: 100%;
}

.content-hover {
    transform: scale(1);
    transition: .5s all;
}

.content-hover:hover, .hb-hover:active {
    transform: scale(.96);
    transition: .5s all;
}

.s-star {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    transition: .5s all;
}

.s-star:hover {
    clip-path: polygon(50% 0, 35% 15%, 15% 15%, 15% 35%, 0 50%, 15% 65%, 15% 85%, 35% 85%, 50% 100%, 65% 85%, 85% 85%, 85% 65%, 100% 50%, 85% 35%, 85% 15%, 65% 15%);
    transition: .5s all;
}

.grid-layer {
    left: 15px;
    bottom: 0;
    margin: 0 auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: transparent;
    position: absolute;
    z-index: 0;
    clip-path: polygon(0 75%, 100% 50%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 75%, 100% 50%, 100% 100%, 0% 100%);
    transition: .5s all;
    overflow: hidden;
    cursor: pointer;
}

.grid-alt:hover .grid-layer, .grid-alt:active .grid-layer {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: .5s all;
}

.grid-alt:hover .grid-button-text, .grid-alt:active .grid-button-text {
    background: #b1ca26;
    color: #000;
}

.gallery-layer {
    left: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 0;
    clip-path: none;
    -webkit-clip-path: none;
    transition: .5s all;
    overflow: hidden;
    cursor: pointer;
}

.grid-button {
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    line-height: 350px;
    color: #333;
    z-index: 1;
    overflow: hidden;
    transition: .5s all;
}

.grid-button-text {
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    margin: 0 auto;
    text-align: center;
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    position: absolute;
    width: 300px;
    height: 300px;
    line-height: 300px;
    color: #000;
    z-index: 2;
    transition: .5s all;
}

.yazilar .grid-alt {
    background-color: rgba(255,255,255,.65);
    background-image: url(../img/documents.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
    padding: 30px;
    border: none;
    text-align: left;
    transform: scale(1);
    transition: .5s all;
}

.yazilar .grid-alt:active, .yazilar .grid-alt:focus, .yazilar .grid-alt:hover {
    background-color: rgba(255,255,255,1);
    color: #000;
    transform: scale(.95);
    transition: .5s all;
}

.yazilar .grid-alt p {
    position: absolute;
    z-index: 5;
    bottom: 45px;
    text-transform: uppercase;
    color: #000;
}


.haber-text {
    left: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 35%, rgba(0,0,0,.65) 100%);
    position: absolute;
    z-index: 0;
    transition: .5s all;
    overflow: hidden;
    cursor: pointer;
}

.urunler-link {
    width: 100%;
    height: 60vh;
    background: url(../img/bck-urunler.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-alt-content {
    width: 100%;
    margin: 35px auto 0 auto;
}

.text-default-baslik-dark {
    margin: 0 auto 15px auto;
    z-index: 1031;
    text-align: center;
    line-height: 1;
    color: #000;
}

.text-default-baslik-light {
    margin: 0 auto 15px auto;
    z-index: 1031;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.text-default-baslik-gold {
    margin: 0 auto 15px auto;
    z-index: 1031;
    text-align: center;
    line-height: 1;
    color: #e6ca68;
}

.text-light-baslik {
    margin: 0 auto 45px auto;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.text-light {
    margin: 15px auto;
    text-align: center;
    color: #fff;
}

.text-light-info {
    bottom: 0;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    padding: 0px 30px 30px 120px;
    text-align: right;
    position: absolute;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    transition: .5s all;
}

.text-dark-baslik {
    margin: 0 auto 45px auto;
    text-align: center;
    line-height: 1;
    color: #000;
}

.text-dark {
    margin: 15px auto;
    text-align: center;
    color: #000;
}

.text-dark-info {
    bottom: 0;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    padding: 0px 30px 30px 120px;
    text-align: right;
    position: absolute;
    z-index:2;
    color: #000;
    text-transform: uppercase;
    transition: .5s all;
}

.text-gold-baslik {
    margin: 0 auto 45px auto;
    text-align: center;
    line-height: 1;
    color: #e6ca68;
}

.text-gold {
    margin: 15px auto;
    text-align: center;
    color: #e6ca68;
}

.text-haber-info {
    bottom: 0;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    text-align: right;
    position: absolute;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    transition: .5s all;
}

.carousel .carousel-cell .text-haber-info {
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 35%, rgba(0,0,0,.65) 100%);
    padding: 50vh 30px 30px 30px;
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
    transition: .5s all;
}

video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    image-rendering: pixelated;
    /*filter: blur(4px) invert(1) contrast(.75);*/
}

#main_vid {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1000;
    object-fit: cover;
    image-rendering: pixelated;
    /*filter: blur(4px) invert(1) contrast(.75);*/
}

.default-gradient {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 33%);
}

.vid-gradient {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 33%);
}

.page-scroll {
    background: transparent;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    animation: .5s scroll_in;
}

.footer-gold-baslik {
    width: 60%;
    background: #e6ca68;
    clip-path: polygon(20% 10%, 80% 10%, 100% 50%, 80% 90%, 20% 90%, 0% 50%);
    -webkit-clip-path: polygon(20% 10%, 80% 10%, 100% 50%, 80% 90%, 20% 90%, 0% 50%);
    margin: 25px auto 30px auto;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    color: #000;
}

.footer-dark-baslik {
    width: 60%;
    background: #000;
    clip-path: polygon(20% 10%, 80% 10%, 100% 50%, 80% 90%, 20% 90%, 0% 50%);
    -webkit-clip-path: polygon(20% 10%, 80% 10%, 100% 50%, 80% 90%, 20% 90%, 0% 50%);
    margin: 25px auto 30px auto;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.footer-underline-baslik-right {
    width: 60%;
    background: transparent;
    border-bottom: 2px solid #fff !important;
    margin: 45px auto 30px auto;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    font-size: 16.5px;
    color: #fff;
}

.footer-underline-baslik-left {
    width: 60%;
    background: transparent;
    border-bottom: 3px solid #fff !important;
    margin: 45px auto 30px auto;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    font-size: 16.5px;
    color: #000;
}

.title-seperator {
    width: 100%;
    padding: 120px 0 15px 0;
}

.title-seperator-light {
    width: 100%;
    padding: 120px 0 15px 0;
    filter: brightness(0) invert(1);
}

.title-seperator-alt {
    width: 100%;
    padding: 15px 0 0 0;
}

.title-seperator-alt-dark {
    width: 100%;
    padding: 15px 0 0 0;
    filter: brightness(100) invert(1);
}

.title-seperator-alt-light {
    width: 100%;
    padding: 15px 0 0 0;
    filter: brightness(0) invert(1);
}

.lang-button-desktop {
    position: absolute;
    width: 28px;
    height: 21px;
    right: 30px;
    margin-top: 7px;
    transition: all .5s ease;
}

.border-gold {
    border: 2px solid #caa642;
}

iframe {
    width: calc(100% - 180px) !important;
    height: calc(100vh - 180px) !important;
    margin: 90px auto;
    padding: 0;
}

.map {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
}

.home-map {
    width: 100%;
    height: 60vh;
    min-height: 60vh;
    margin: 0 auto;
    padding: 0;
}

.gm-style {
    font-family: "Inter", sans-serif !important;
}

    .gm-style .gm-style-iw-c {
        min-width: 250px;
        min-height: 170px;
        font-size: 18px;
        border-radius: 4px;
        padding: 30px !important;
    }

.gmnoprint {
    bottom: calc(15vh + 38.5px) !important;
}

.gm-fullscreen-control {
    display: none !important;
}

.gm-style-cc {
    display: none !important;
}

#googlemaps {
    width: 100%;
    height: 100vh;
    min-height: calc(100vh + 180px);
    margin: 0 auto;
}

#googlemaps > div {
    background-color: #fff !important;
}

.home-alt-map {
    width: 100%;
    height: 60vh !important;
    min-height: 60vh !important;
    margin: 0 auto !important;
}

.home-alt-map > div {
    background-color: #fff !important;
}

.home-alt-map .gmnoprint {
    bottom: 0 !important;
}

.gm-style .gm-style-iw-c {
    min-width: 270px;
    min-height: 140px;
    background-color: #000;
    font-size: 16.5px;
    color: #fff;
    border-radius: 4px;
    padding: 20px !important;
    animation: 1s map_fadein;
}

.gm-style .gm-style-iw-t::after {
    background: #000;
    animation: 1s map_fadein;
}

.gm-bundled-control {
    top: calc(50% - 150px) !important;
}

.no-border {
    border: none !important;
}

.footer {
    width: 100%;
    left: 0;
    bottom: 0 !important;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.footer-alt {
    background: transparent;
    background-image: none;
    /*background-image: linear-gradient(to bottom, #e6ca68, rgba(0,0,0));*/
    clip-path: none !important;
    -webkit-clip-path: none !important;
    margin: 0 auto;
}

/*.footer-alt::after {
        content: "";
        left: 0;
        top: 0;
        position: absolute;
        z-index: -1;
        width: calc(100% - 6.875px);
        height: calc(100% - 3.75px);
        background: #000;
        clip-path: polygon(50% 24.25%, 100% 0, 100% 100%, 0 100%, 0 0);
        margin: 3.75px 0 0 3.375px;
    }*/

.footer-img {
    width: 300px;
    margin: 135px 0 0 calc(50% - 150px);
}

.footer-social {
    width: 47.5%;
    padding: 10px;
    text-align: center;
    margin: 15px auto 25px auto;
    background: #fff;
    clip-path: polygon(20% 10%, 80% 10%, 100% 50%, 80% 90%, 20% 90%, 0% 50%);
    -webkit-clip-path: polygon(20% 10%, 80% 10%, 100% 50%, 80% 90%, 20% 90%, 0% 50%);
}

.footer-social .fa-facebook:hover, .footer-social .fa-facebook:active, .footer-social .fa-facebook:focus {
    color: #fff;
}

.footer-social .fa-twitter:hover, .footer-social .fa-twitter:active, .footer-social .fa-twitter:focus {
    color: #fff;
}

.footer-social .fa-youtube-play:hover, .footer-social .fa-youtube-play:active, .footer-social .fa-youtube-play:focus {
    color: #fff;
}

.footer-social .fa-instagram:hover, .footer-social .fa-instagram:active, .footer-social .fa-instagram:focus {
    color: #fff;
}

.footer-social .fa-envelope:hover, .footer-social .fa-envelope:active, .footer-social .fa-envelope:focus {
    color: #fff;
}

.footer i {
    margin-top: 3px;
    padding: 0 3px;
    font-size: 16.5px;
    color: #000;
}

.f-logo:hover, .f-logo:active, .f-logo:focus {
    border: 0;
    color: #fff;
    text-decoration: none;
}

.fa-arrow-right {
    -webkit-text-stroke: 2px rgba(230,202,104,1);
    color: #000;
}

.fa-phone, .fa-fax {
    color: #fff !important;
}

.phone-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.copyright {
    margin: 0 auto;
    padding: 0 0 25px 0;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;

}
.copyright a {
   color: #fff;

}

.copyright a:hover, .copyright a:active,.copyright a:focus {
    color: #b1ca26;
}

::-webkit-scrollbar {
    display: none;
}

@keyframes map_fadein {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
    }

    75% {
    }

    100% {
    }
}

@keyframes map_fadein_mobile {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
    }

    75% {
    }

    100% {
    }
}

@keyframes seperator {
    0% {
        opacity: 0;
        height: 0vh;
    }

    25% {
        opacity: 0;
        height: 0vh;
    }

    50% {
    }

    75% {
    }

    100% {
    }
}

@keyframes logo_to_left {

    0% {
        opacity: 0;
        left: -25%;
    }

    25% {
        opacity: 0;
        left: -25%;
    }

    50% {
        opacity: 0;
        left: -25%;
    }

    75% {
        opacity: 1;
        left: 0px;
    }

    100% {
    }
}

@keyframes logo_to_right {

    0% {
        opacity: 0;
        left: 25%;
    }

    25% {
        opacity: 0;
        left: 25%;
    }

    50% {
        opacity: 0;
        left: 25%;
    }

    75% {
        opacity: 1;
        left: 0px;
    }

    100% {
    }
}

/*@keyframes logo_menu {

    0% {
        width: calc(100% + 10px);
        margin: 30px 0 0 -5px;
    }

    100% {
    }
}*/

@keyframes logo_menu {

    0% {
        width: calc(100% - 30px);
        margin: 62.5px 0 0 15px;
    }

    100% {
    }
}
@media (max-width: 991px) and (orientation: landscape){

@keyframes logo_menu {

    0% {
        width: calc(50% - 30px);
        margin: 0 25%;
    }

    100% {
    }
}
}

/*@keyframes navbar_to_left {

    0% {
        opacity: 0;
        left: -12.5%;
    }

    25% {
        opacity: 0;
        left: -12.5%
    }

    50% {
        opacity: 0;
        left: -12.5%
    }

    75% {
        opacity: 0;
        left: -12.5%
    }

    100% {
        opacity: 1;
        left: 0%
    }
}

@keyframes navbar_to_right {

    0% {
        opacity: 0;
        right: -12.5%;
    }

    25% {
        opacity: 0;
        right: -12.5%;
    }

    50% {
        opacity: 0;
        right: -12.5%;
    }

    75% {
        opacity: 0;
        right: -12.5%;
    }

    100% {
        opacity: 1;
        right: 0%
    }
}*/
@keyframes navbar_to_left {
    0% {
        opacity: 0;
        left: -12.5%;
    }

    25% {
        opacity: 0;
        left: -12.5%
    }

    50% {
        opacity: 1;
        left: 0%
    }

    75% {
        opacity: 1;
        left: 0%
    }

    100% {
        opacity: 1;
        left: 0%
    }
}

@keyframes navbar_to_right {

    0% {
        opacity: 0;
        right: -12.5%;
    }

    25% {
        opacity: 0;
        right: -12.5%;
    }

    50% {
        opacity: 1;
        right: 0%
    }

    75% {
        opacity: 1;
        right: 0%
    }

    100% {
        opacity: 1;
        right: 0%
    }
}

@keyframes logo_default {

    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    25% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
    }
}

@keyframes navbar_logo_desktop {

    0% {
        width: 400px;
    }

    100% {
    }
}

@keyframes navbar_cookie {
    0% {
        opacity: 0;
    }

    100% {
    }
}

@keyframes navbar_mobile {

    0% {
        opacity: 0;
        margin-top: -150px;
    }

    100% {
    }
}

@keyframes navbar_ul_mobile {

    0% {
        opacity: 0;
        padding: 30px 0;
    }

    25% {
        opacity: 0;
        padding: 30px 0;
    }

    100% {
    }
}

/*@keyframes social_menu {
    0% {
        opacity: 0;
        bottom: -90px;
    }

    25% {
        opacity: 0;
        bottom: -90px;
    }

    50% {
        opacity: 0;
        bottom: -90px;
    }

    75% {
        opacity: 0;
        bottom: -90px;
    }

    100% {
    }
}*/

@keyframes social_menu {
    0% {
        opacity: 0;
        bottom: -90px;
    }

    25% {
        opacity: 0;
        bottom: -90px;
    }

    50% {
        opacity: 0;
        bottom: -90px;
    }

    75% {
        
    }

    100% {
    }
}

@keyframes social_menu_cookie {
    0% {
        opacity: 0;
        bottom: -90px;
    }

    100% {
    }
}

@keyframes k_menu {

    0% {
        opacity: 0;
        left: -210px;
    }

    100% {
        left: 0;
    }
}

@keyframes k_menu_mobile {

    0% {
        opacity: 0;
        bottom: -210px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes g_menu_right {

    0% {
        opacity: 0;
        margin-right: -50vw;
    }

    100% {
    }
}

@keyframes g_menu_left {

    0% {
        opacity: 0;
        margin-left: -50vw;
    }

    100% {
    }
}

@keyframes scroll_in {
    0% {
        bottom: 120px;
        opacity: 0;
    }

    100% {
        
    }
}

@keyframes scroll_out {

    0% {
        
    }

    100% {
        bottom: 120px;
        opacity: 0;
    }
}

@keyframes fade_in {

    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade_out {

    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* AOS Custom Animations Start*/

[data-aos="example-anim1"] {
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

    [data-aos="example-anim1"].aos-animate {
        -webkit-transform: skewX(0);
        transform: skewX(0);
        opacity: 1;
    }

[data-aos="example-anim2"] {
    background: red;
    -webkit-transition-property: background;
    transition-property: background;
}

    [data-aos="example-anim2"].aos-animate {
        background: green;
    }

[data-aos="example-anim3"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

    [data-aos="example-anim3"].aos-animate {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

/* AOS Custom Animations End */

@media(min-width:1200px) {
    /* Logo genişlik değerinin yarısı kadar soldan boşluk bırakan kod satırı(menüyü ortalamak için yarısını ve scroolbar(+6px) ekliyoruz) */
    .navbar-center {
        left: calc(50%) !important;
    }

    .main {
        padding: 0 135px;
    }

    .main-alt {
        padding: 90px 135px 0 135px;
    }

    .modal-alt {
        padding: 100px 25% 30px 25%;
    }

    .modal-alt-page {
        padding: 90px 135px 30px 135px !important;
    }

    .footer-seperator-bottom {
        padding: 0 135px 20px 135px !important;
    }

}

@media(max-width:1599px) {

    .k-menu-container {
        top: 60%;
    }

    .footer-social {
        width: 65%;
    }

    .footer-gold-baslik {
        width: 85% !important;
    }

    .footer-dark-baslik {
        width: 85% !important;
    }

    .footer-underline-baslik-left, .footer-underline-baslik-right {
        width: 85% !important;
    }
}

@media(max-width:1365px) {

    .navbar-scroll {
        width: 115%;
        left: -7.5%;
        padding: 15px 0 90px 0 !important;
    }

    }

@media(max-width:1199px) {

    .navbar-scroll {
        width: 130%;
        left: -15%;
        padding: 15px 0 100px 0 !important;
    }

    .lang-button-desktop {
        right: 30px;
    }

    .k-menu-main {
        width: 25vw;
        clip-path: none;
        -webkit-clip-path: none;
        background: transparent;
        z-index: 1;
    }

    .k-menu {
        width: calc(25vw - 30px);
    }

    .modal-alt {
        padding: 65px 15px 15px 15px;
    }

    .modal-alt-page {
        padding: 65px 15px 0 15px;
    }

    }

    @media(min-width:992px) {

        .navbar .nav > li > a {
            color: #fff;
            padding-top: 7.5px;
            padding-bottom: 7.5px;
        }

        .nav > li > a {
            padding: 10px 15px;
        }

        .navbar .nav > li > a, .navbar-scroll .nav > li > a {
            transition: all 0.5s ease;
        }

        .navbar-scroll .logo-desktop a {
            padding-bottom: 0;
        }

        .navbar-center {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .navbar .container {
            width: 100vw;
        }

        .logo-mobile, .logo-menu, .menu-seperator, .menu-social {
            display: none;
        }

        .lang-button-mobile {
            display: none !important;
        }

        .main {
            margin: 0 auto;
        }

        .main-alt {
            margin: 0 auto;
            padding-top: 245px;
        }

        /*.main-social {
            position: relative;
            z-index: 2;
            bottom: 90px;
            width: 100%;
            height: 90px;
            overflow: hidden;
            background: #e6ca68;
            margin: 0 auto;
            text-align: center;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            animation: 3.5s social_menu;
            transition: visibility .5s, margin .5s, bottom .5s, height .5s;
        }*/

        .main-social {
            position: relative;
            z-index: 2;
            bottom: 90px;
            width: 100%;
            height: 90px;
            overflow: hidden;
            background: transparent;
            margin: 0 auto;
            text-align: center;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            animation: 2s social_menu;
            transition: visibility .5s, margin .5s, bottom .5s, height .5s;
        }

            .main-social:after {
                content: "";
                position: absolute;
                z-index: -1;
                left: 0;
                bottom: 0px;
                width: 100%;
                height: 86px;
                overflow: hidden;
                background: transparent;
                margin: 0 auto;
                text-align: center;
                clip-path: none;
                -webkit-clip-path: none;
            }

            .main-social i {
                padding: 2.5px 7.5px;
                color: #fff;
                font-size: 24px;
            }

            .main-social .fa-facebook-square {
                margin-left: 1px !important;
            }

            .main-social .fa-instagram-square {
                color: #fff;
                width: 21px;
                height: 21px;
                margin: 0 7.5px -2px 7.5px;
                background: url(../font_awesome/fa-instagram-square.svg);
                background-repeat: no-repeat;
                filter: brightness(0) invert(1);
            }

        .scroll-down-default {
            width: 100%;
            margin-top: 5px;
            visibility: hidden;
        }

        .page-scroll {
            width: 60px;
            height: 45px;
            clip-path: polygon(0 35%, 50% 50%, 100% 35%, 100% 43%, 50% 58%, 0 43%);
            -webkit-clip-path: polygon(0 35%, 50% 50%, 100% 35%, 100% 43%, 50% 58%, 0 43%);
            bottom: 30px;
        }

        .yemekler {
            margin: 30px auto 0 auto;
        }

        .y-w50 img {
            width: 100%;
            height: 87.5vh;
            padding: 0 0 120px 120px;
            object-fit: cover;
        }

        .y-w50 p {
            padding: 0 120px 120px 120px;
            margin-bottom: 0;
        }

        .y-w50 span {
            font-size: 18px;
            font-weight: 600;
        }

        .haberler, .gs-map, .prjetkinlikler, .urunler, .mini-slider {
            margin: 30px auto 0 auto;
        }

        .grid {
            margin: 0 auto;
        }

            .grid img {
                width: 100%;
                min-height: 450px;
                object-fit: cover;
                object-position: center;
            }

        .grid-alt {
            margin: 30px auto 0 auto;
        }

            .grid-alt img {
                width: 100%;
                min-height: 450px;
                object-fit: cover;
                object-position: center;
            }

        .footer {
            margin: 0 auto;
            padding: 15px 0 0 0;
        }

        .footer-alt {
            padding: 30px 30px 0 30px;
        }

        .footer-seperator-top {
            width: 100%;
            background: transparent;
            margin: 0 auto;
            padding: 0 0 20px 0;
            filter: brightness(100) invert(1);
            top: 0;
        }

        .footer-seperator-bottom {
            width: 100%;
            background: transparent;
            margin: 0 auto;
            padding: 0 0 20px 0;
            filter: brightness(0) invert(1);
            top: 0;
        }

        .footer-seperator-alt {
            display: none;
        }

    }

    @media (max-width: 991px) {

        .navbar {
            padding: 0 0 15px 0;
            background: #000;
            animation: .5s navbar_mobile;
            clip-path: none;
            -webkit-clip-path: none;
        }

        .navbar-header {
            float: none;
        }

        .navbar-left, .navbar-right {
            float: none !important;
        }

        .navbar-toggle {
            border: none;
            display: block;
            padding: 9px 0 9px 15px;
            margin-top: 16px;
            margin-bottom: 1px;
            margin-right: 0px;
            background: transparent;
            z-index: 1;
        }

        .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
            background-color: transparent;
        }

        .navbar-toggle .top-bar {
            transform: rotate(45deg);
            transform-origin: 10% 10%;
            transition: transform .3s;
        }

        .navbar-toggle .middle-bar {
            opacity: 0;
            transition: transform .3s;
        }

        .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 10% 90%;
            transition: transform .3s;
        }

        .navbar-toggle.collapsed .top-bar {
            transform: rotate(0);
            transition: transform .3s;
        }

        .navbar-toggle.collapsed .middle-bar {
            opacity: 1;
            transition: transform .3s;
        }

        .navbar-toggle.collapsed .bottom-bar {
            transform: rotate(0);
            transition: transform .3s;
        }

        .navbar .navbar-collapse {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            background-color: #000;
            border: none;
            transition: none;
            padding: 0 20px;
            max-height: 100vh;
            height: 100vh;
            box-shadow: none;
            overflow: hidden;
        }

        .navbar-scroll .navbar-collapse {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            background: #000;
            border: none;
            transition: none;
            max-height: 100vh;
            height: 100vh;
            box-shadow: none;
            overflow: hidden;
            transition: background-color .25s linear;
        }

        .navbar-fixed-top .navbar-collapse {
            width: 100vw;
            min-height: 100vh;
            max-height: 100vh;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            margin: 0 auto;
            text-align: center;
            padding: 0;
            float: none;
            font-size: 18px;
            animation: none !important;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

        .navbar .navbar-nav > li > a {
            color: #fff;
            text-shadow: 0 0.1px 0 #fff;
        }

        .navbar-scroll {
            width: 100%;
            left: 0;
            padding: 0 0 15px 0 !important;
            clip-path: none !important;
            -webkit-clip-path: none !important;
        }

            .navbar-scroll .navbar-nav > li > a {
                color: #fff;
                text-shadow: 0 0.1px 0 #fff;
            }

        .left-item, .right-item {
            animation: none !important;
        }

        .collapse.in {
            display: block !important;
        }

        .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
            margin-right: 0;
            margin-left: 0;
        }

        .logo-mobile {
            position: absolute;
        }

            .logo-mobile img {
                width: 100%;
            }

        .navbar .logo-mobile {
            top: 12.5px;
            left: -15px;
            width: 135px;
            transition: .5s all;
        }

        .navbar-scroll .logo-mobile {
            top: 7.5px !important;
            left: -5px !important;
            width: 90px !important;
            margin: 0 !important;
            transition: .5s all;
        }

        .navbar .menu-seperator {
            width: 100%;
            padding: 10px 0;
            filter: brightness(0) invert(1);
        }

        .navbar .logo-menu {
            width: 70%;
            margin: 22.5px 0 5px 15%;
            position: relative;
            animation: .5s logo_menu;
            transition: 1s all;
        }

        .navbar-scroll .logo-menu {
            filter: brightness(0);
        }

        .logo-menu img {
            width: 100%;
        }

        .lang-button-desktop {
            display: none !important;
        }

        .navbar .menu-social {
            width: 85%;
            margin: 0 auto;
            padding: 10px;
            text-align: center;
            background: transparent;
            clip-path: none;
            -webkit-clip-path: none;
        }

        .navbar .menu-social i {
            margin-top: 3px;
            padding: 0 3px;
            font-size: 20px;
            color: #fff;
        }

        .menu-social .fa-facebook:hover, .menu-social .fa-facebook:active, .menu-social .fa-facebook:focus {
            color: #4267B2;
        }

        .menu-social .fa-twitter:hover, .menu-social .fa-twitter:active, .menu-social .fa-twitter:focus {
            color: #38A1F3;
        }

        .menu-social .fa-youtube-play:hover, .menu-social .fa-youtube-play:active, .menu-social .fa-youtube-play:focus {
            color: #FF0000;
        }

        .menu-social .fa-instagram:hover, .menu-social .fa-instagram:active, .menu-social .fa-instagram:focus {
            background-image: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
            background-image: -webkit-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
            color: transparent;
            -webkit-background-clip: text;
            background-clip: text;
        }

        .menu-social .fa-envelope:hover, .menu-social .fa-envelope:active, .menu-social .fa-envelope:focus {
            color: #777;
        }

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

        .home-map {
            margin: 15px auto;
            padding: 0 15px;
        }

        .home-alt-map {
            border-radius: 16px;
        }

        .main {
            margin: 15px auto 0 auto;
        }

        .main-alt {
            padding: 105px 0 0 0;
        }

        .main-social {
            display: none;
        }

        .title-seperator {
            padding: 40px 0 15px 0;
        }

        .title-seperator-light {
            padding: 40px 0 15px 0;
        }

        .title-seperator-alt {
            padding: 15px 0;
        }

        .title-seperator-alt-dark {
            padding: 15px 0;
        }

        .title-seperator-alt-light {
            padding: 15px 0;
        }

        .haberler, .urunler, .mini-slider {
            margin: 0 auto;
        }

        .urunler-link {
            border-radius: 16px;
        }

        .scroll-down-alt {
            bottom: 30px;
        }

        .grid {
            margin: 15px 0;
            border-radius: 16px;
        }

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

        .grid-alt {
            margin: 15px 0;
            border-radius: 16px;
        }

            .grid-alt img {
                width: 100%;
                min-height: 300px;
                object-fit: cover;
                object-position: center;
            }

        .k-menu-main {
            bottom: 0px;
            float: left;
            height: 100vh;
            position: absolute;
            z-index: 1;
            clip-path: none;
            background: transparent;
            width: 100vw;
            animation: k_menu_mobile .5s;
            transition: .5s all;
        }

        .k-menu-container {
            position: relative;
            transform: translateY(-50%);
            margin: 0 15px 0 0;
            height: auto;
            display: grid;
            grid-template-columns: 50% 50%;
        }

        .k-menu-main .row {
            margin-right: 0px;
            margin-left: 0px;
        }

        .k-menu {
            height: 30px;
            width: 100%;
            text-align: center;
            background: transparent;
            cursor: pointer;
        }

        .k-menu-main .k-menu {
            margin: 0 auto 30px auto !important;
            padding: 0;
        }

            .k-menu-main .k-menu a {
                line-height: 30px;
                padding: 15px 0;
                margin-left: 15px !important;
                background: #fff;
                color: #000;
            }

                .k-menu-main .k-menu a:hover, .k-menu-main .k-menu a:active {
                    margin-right: 0;
                    margin-left: 0;
                    background: #000;
                    color: #fff;
                }

        .yazilar .grid-alt p {
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
        }

        .g-menu a {
            z-index: 1029;
        }

        .g-menu span {
            font-size: 18px;
        }

        .g-right {
            clip-path: polygon(100% 15%, 100% 85%, 35% 50%);
            -webkit-clip-path: polygon(100% 15%, 100% 85%, 35% 50%);
        }

        .g-right:hover, .g-right:active {
            clip-path: polygon(100% 15%, 100% 85%, 30% 50%);
            -webkit-clip-path: polygon(100% 15%, 100% 85%, 30% 50%);
        }

        .g-left {
            clip-path: polygon(0 15%, 0 85%, 65% 50%);
            -webkit-clip-path: polygon(0 15%, 0 85%, 65% 50%);
        }

        .g-left:hover, .g-left:active {
            clip-path: polygon(0 15%, 0 85%, 70% 50%);
            -webkit-clip-path: polygon(0 15%, 0 85%, 70% 50%);
        }

        .y-w50 {
            width: 100%;
            padding: 15px;
        }

        .y-w50 p {
            padding: 0;
        }

        .y-w50 img {
            width: 100%;
            object-fit: cover;
            clip-path: none;
        }

        .y-w50 span {
            font-size: 18px;
            font-weight: 600;
        }

        .modal-alt h2 {
            margin-bottom: 0px !important;
        }

        .modal-alt .content-text {
            padding: 0 0 15px 0;
        }

        .bm-modal .modal-content p {
            margin: 15px 0 0 0;
        }

        .hb-right {
            width: 100%;
            height: 100%;
        }

            .hb-right img {
                width: 100%;
                min-height: 300px;
                object-fit: cover;
                object-position: center;
            }

        .hb-top {
            height: calc(100vh - 202.5px);
        }

        .modal-alt-content {
            margin: 5px auto 15px auto;
        }

        .grid-layer {
            /*background: linear-gradient(to left, #caa642, #e6ca68, #caa642);
            clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
            -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);*/
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
        }

        .grid-layer, .gallery-layer {
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
            background: transparent;
            clip-path: none;
            -webkit-clip-path: none;
            height: 50%;
        }

        .grid-alt:hover .grid-layer, .grid-alt:active .grid-layer {
            clip-path: none;
            -webkit-clip-path: none;
        }


        .grid-layer-button {
            display: none;
        }

        .grid-button-text {
            display: none;
        }

        .bm-modal .close-modal {
            width: 30px;
            height: 30px;
            top: 21px;
            right: 21px;
        }

        .bm-modal .close-modal:after {
            width: 24px;
            height: 24px;
            top: 3px;
            left: 3px;
        }

        .page-scroll {
            width: 45px;
            height: 30px;
            clip-path: polygon(0 15%, 50% 50%, 100% 15%, 100% 23%, 50% 58%, 0 23%);
            -webkit-clip-path: polygon(0 15%, 50% 50%, 100% 15%, 100% 23%, 50% 58%, 0 23%);
            bottom: 30px;
        }

        .text-default-baslik-dark {
            margin: 0 auto 15px auto;
            text-align: center;
            line-height: 1;
            color: #000;
        }

        .text-default-baslik-light {
            margin: 0 auto 15px auto;
            text-align: center;
            line-height: 1;
            color: #fff;
        }

        .text-default-baslik-gold {
            margin: 0 auto 7.5px auto;
            text-align: center;
            line-height: 1;
            color: #e6ca68;
        }

        .text-default-baslik-dark, .text-default-baslik-light, .text-default-baslik-gold, .text-light-baslik, .text-dark-baslik, .text-gold-baslik {
            font-size: 24px;
        }

        .text-light-baslik {
            margin: 0 auto 15px auto;
            text-align: center;
            line-height: 1;
            color: #fff;
        }

        .text-light {
            margin: 0 auto 15px auto;
            text-align: center;
            color: #fff;
        }

        .text-light-info, .text-dark-info, .text-haber-info {
            font-size: 20px;
        }

        .text-light-info {
            padding: 0 45px 12.5px 15px;
            opacity: 1;
        }

        .text-dark-baslik {
            margin: 0 auto 15px auto;
            text-align: center;
            line-height: 1;
            color: #000;
        }

        .text-dark {
            margin: 0 auto 15px auto;
            text-align: center;
            color: #000;
        }

        .text-dark-info, .text-light-info {
            padding: 0 15px 15px 15px;
            text-align: center
        }

        .text-gold-baslik {
            margin: 0 auto 15px auto;
            text-align: center;
            line-height: 1;
            color: #e6ca68;
        }

        .text-gold {
            margin: 0 auto 15px auto;
            text-align: center;
            color: #e6ca68;
        }

        .text-haber-info {
            padding: 0 15px 12.5px 15px;
            text-align: center;
        }

        .carousel .carousel-cell .text-haber-info {
            padding-right: 15px;
            padding-left: 15px;
            padding-bottom: 37.5px;
        }

        iframe {
            width: calc(100% - 30px) !important;
            height: calc(100vh - 30px) !important;
            margin: 15px auto;
        }

        #googlemaps {
            height: calc(100vh - 150px);
            margin-top: 30px;
        }

        .gm-style .gm-style-iw-c {
            animation: .5s map_fadein_mobile;
        }

        .gm-style .gm-style-iw-t::after {
            animation: .5s map_fadein_mobile;
        }

        .gmnoprint {
            top: 35px !important;
        }

        .footer-gold-baslik {
            width: 85%;
            margin: 0 auto;
            padding: 12.5px 0;
            text-align: center;
            line-height: 1;
        }

        .footer-dark-baslik {
            width: 85%;
            margin: 0 auto;
            padding: 12.5px 0;
            text-align: center;
            line-height: 1;
        }

        .footer-underline-baslik-left, .footer-underline-baslik-right {
            width: 85%;
            margin: 0 auto;
            padding: 12.5px 0;
            text-align: center;
            line-height: 1;
            border-bottom: none;
            border-image: none;
            border-image-slice: unset;
        }

        .footer {
            margin: -35px auto 0 auto;
            padding: 0;
        }

        .footer-alt {
            padding: 75px 15px 0 15px;
            clip-path: polygon(50% 9.35%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 9.35%, 100% 0, 100% 100%, 0 100%, 0 0);
        }

        .footer-seperator-top {
            width: 100%;
            margin: 5px 0 40px 0;
            top: 0;
        }

        .footer-seperator-bottom {
            width: 100%;
            margin: 40px 0 15px 0;
            top: 0;
            filter: brightness(100) invert(1);
        }

        .footer-seperator-alt {
            width: 100%;
            margin: 40px 0 40px 0;
            top: 0;
            filter: brightness(100) invert(1);
        }

        .footer-social {
            width: 85%;
            margin: 15px auto;
        }

        .footer {
            overflow-x: hidden !important;
        }

        .footer-img {
            width: 65%;
            margin: 10px 0 17.5px 17.5%;
        }

        .copyright {
            padding: 0 0 20px 0;
        }
    }

    @media (max-width: 991px) and (orientation: landscape) {

        .navbar {
            padding: 0;
        }

        .navbar-scroll {
            padding: 0 !important;
        }

        .navbar-fixed-top .navbar-collapse {
            padding-top: 20px;
        }

        .menu-social {
            display: none;
        }

        .logo-menu {
            display: none;
        }

        .main-alt {
            padding-bottom: 10px;
        }

        .k-menu-container {
            top: 50%;
        }

        .g-right {
            clip-path: polygon(100% 15%, 100% 85%, 45% 50%);
            -webkit-clip-path: polygon(100% 15%, 100% 85%, 45% 50%);
        }

            .g-right:hover, .g-right:active {
                clip-path: polygon(100% 15%, 100% 85%, 40% 50%);
                -webkit-clip-path: polygon(100% 15%, 100% 85%, 40% 50%);
            }

        .g-left {
            clip-path: polygon(0 15%, 0 85%, 55% 50%);
            -webkit-clip-path: polygon(0 15%, 0 85%, 55% 50%);
        }

            .g-left:hover, .g-left:active {
                clip-path: polygon(0 15%, 0 85%, 60% 50%);
                -webkit-clip-path: polygon(0 15%, 0 85%, 60% 50%);
            }

        .y-w50 img {
            height: 100vh;
        }

        .footer {
            margin: 12.5px auto 0 auto;
            padding: 0;
        }

        .footer-alt {
            padding: 95px 15px 0 15px;
            clip-path: polygon(50% 4.5%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 4.5%, 100% 0, 100% 100%, 0 100%, 0 0);
        }
    }

    @media (max-width: 991px) and (orientation: portrait) {

        .main-alt {
            padding-bottom: 50px;
        }

        .k-menu-container {
            top: 75%;
        }

        .y-w50 img {
            height: auto;
        }

    }

    @media (min-width: 768px) and (max-width: 991px) {

        .container {
            width: 100%;
        }
    }

    @media (max-width: 667px) and (orientation: landscape) {

        .navbar-fixed-top .navbar-collapse {
            padding-top: 35px;
        }

        .navbar-nav > li > a {
            padding-top: 7.5px;
            padding-bottom: 7.5px;
        }

        .navbar .menu-seperator {
            padding: 15px 0;
        }
    }

    @media (max-width: 568px) and (orientation: landscape) {

        .navbar-nav > li > a {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }

    @media (max-width: 428px) {

        .footer-alt {
            clip-path: polygon(50% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
        }
    }

    @media (max-width: 414px) {

        .footer-alt {
            clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 0);
        }
    }

    @media (device-width: 414px) and (device-height: 896px) {

        .footer-alt {
            clip-path: polygon(50% 11%, 100% 0, 100% 100%, 0 100%, 0 0) !important;
            -webkit-clip-path: polygon(50% 11%, 100% 0, 100% 100%, 0 100%, 0 0) !important;
        }
    }

    @media (max-width: 411px) {

        .footer-alt {
            clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 0);
        }
}

    @media (max-width: 400px) {

        .footer-alt {
            clip-path: polygon(50% 8%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 8%, 100% 0, 100% 100%, 0 100%, 0 0);
        }
    }

    @media (max-width: 390px) {

        .footer-alt {
            clip-path: polygon(50% 10.35%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 10.35%, 100% 0, 100% 100%, 0 100%, 0 0);
        }
    }

    @media (device-width: 375px) and (device-height: 812px) {

        .footer-alt {
            clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0) !important;
            -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0) !important;
        }
    }

    @media (max-width: 375px) {

        .footer-alt {
            clip-path: polygon(50% 8.35%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 8.35%, 100% 0, 100% 100%, 0 100%, 0 0);
        }
    }

    @media (max-width: 360px) and (orientation: portrait) {

        .navbar .menu-seperator {
            padding: 0;
        }

        .navbar .menu-social, .navbar-scroll .menu-social {
            margin-top: 5px;
        }

    }

    @media (max-width: 360px) {

        .footer-alt {
            padding-top: 115px;
            clip-path: polygon(50% 8%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 8%, 100% 0, 100% 100%, 0 100%, 0 0);
        }

    }

    @media (max-width: 320px) {

        .g-right span {
            margin-right: 7.5px;
        }

        .g-left span {
            margin-left: 7.5px;
        }

        .footer-alt {
            clip-path: polygon(50% 7.35%, 100% 0, 100% 100%, 0 100%, 0 0);
            -webkit-clip-path: polygon(50% 7.35%, 100% 0, 100% 100%, 0 100%, 0 0);
        }

    }
