/* style.css */

html,
body {
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

.navbar-brand {
    margin-right: auto;
    padding-left: 1rem;
}

.visible-mobile {
    display: none;
}

.hidden-mobile {
    display: flex;
}

.notshow-mobile {
    display: flex;
}

.fs-inherit {
    font-size: inherit !important;
}

.section-lb-5 .container::before {
    content: "";
    background: url(../img/lb-bg-2.png) no-repeat top center;
    position: absolute;
    width: 100%;
    height: 100%;
    /* transform: translateX(10px); */
    opacity: 0.3;
    z-index: -1;
    transform: translatey(-30%);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: black !important;
}

.header-top {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background-image: linear-gradient(to top, #131213, #5f585d);
    color: #fff;
    opacity: 0.7;
}

.main_title h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.main_title p {
    font-family: "Catamaran", sans-serif;
    font-size: 1.4rem;
}

.ml-5y {
    margin-left: 5%;
}

.duyuru-img {
    display: block;
    width: 36px;
    min-width: 36px;
}

.jc-center {
    justify-content: center;
}

.header-top a {
    color: #fff;
}

.menu-item:nth-child(2) {
    margin-left: auto;
}

.pattern_2 {
    background: url(../img/pattern_menu.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.call_section {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height: 380px;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .call_section {
        padding: 60px 0;
    }

    .section-lb-5 .container::before {
        transform: translatey(-20%);
    }
}

.call_section .box_1 {
    background-color: #262626;
    color: #fff;
    padding: 45px;
}

.d-m {
    display: none;
}

.call_section .box_1 p {
    opacity: 0.8;
    font-size: 16px;
    font-size: 1rem;
}

.call_section .box_1 h2 {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 20px;
}

.call_section .box_1 h2 span {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Lora", serif;
    display: block;
}

@media (max-width: 767px) {
    .pattern_2 {
        background: none;
    }

    .header-logo h1 {
        font-size: 3rem !important;
    }
}

#header {
    position: relative;
    overflow: hidden;
    height: 80vh !important;
    /*background: url('../img/header.jpg'); */
    background-position: center !important;
    background-size: cover;
}

.header-inside-page {
    height: 75vh !important;
}

.virtual-tour-wrapper {
    position: absolute;
    z-index: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.virtual-tour-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.header-left {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 380px;
    background: #131213;
    opacity: 0.7;
}

.menu-wrapper {
    position: relative;
    z-index: 2;
}

.logo-wrapper {
    display: block;
    margin-top: 4px;
    width: 380px;
    position: relative;
    z-index: 1;
    background: #5f585d;
    background-image: linear-gradient(to left, rgba(86, 95, 104, 1), rgba(86, 95, 104, 0));
    opacity: 0.8;
}

.logo {
    display: inline-block;
    margin-left: 20%;
}

.ml-0 {
    margin-left: 0 !important;
}

.half-header {
    background: #5f585d;
    height: 70vh !important;
}

/* About*/

.card-gutters > .col,
.card-gutters > [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
}

.card-gutters {
    margin-right: -4px;
    margin-left: -4px;
}

.hover-effect {
    position: relative;
    display: block;
    overflow: hidden;
}

.hover-effect-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hover-effect-icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hover-effect:hover .hover-effect-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-effect-icon:hover,
.media-lightbox-icon:focus {
    color: #fff;
}

.hover-effect-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #b5a46d;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.75rem;
    border-radius: 50%;
    opacity: 0;
    transition: 0.4s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.hover-effect-icon-small {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.6rem;
}

.label-title {
    display: inline-block;
    font-weight: 400;
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 6.1875rem;
    color: #b5a46d;
    background-color: rgba(181, 164, 109, 0.1);
    font-family: "Raleway", sans-serif;
}

/* End about*/
#half-header {
    position: relative;
    overflow: hidden;
    height: 60vh !important;
    /* background: url(../img/header.jpg); */
    background-position: center !important;
    background-size: cover;
}

.overlay-dark {
    position: absolute;
    /* Sit on top of the page content */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.493);
    /* Black background with opacity */
    z-index: 1;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.main-menu {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 1rem;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 13px;
    font-size: 16px;
    border: none;
    cursor: pointer;

    min-width: 20px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none !important;
    position: absolute;
    background-color: white;
    z-index: 1;
    width: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-content:hover {
    background-color: #e0e0e0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 13px;
    text-decoration: none;
    display: block;
    width: 4vw;
}

.rez-button {
    background-color: #d2c6bb;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block !important;
}

.gradient-nav {
    position: fixed;
    background: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.4) 10%,
            rgba(0, 0, 0, 0.3) 35%,
            transparent 97%,
            transparent 0%);
    border: 0;
    box-shadow: 0 0 0;
}

#copyright {
    float: left;
    width: 50%;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
}

.footer_bar_wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -webkit-font-smoothing: antialiased;
    clear: both;
    color: #fff;
    border-top: 1px solid #444;
    margin-top: 40px;
    padding: 20px 30px 0 30px;
}

#toTop {
    width: 25px;
    background: #eee;
    opacity: 0;
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: fixed;
    bottom: 7px;
    right: 7px;
    cursor: pointer;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    z-index: 9;
    display: block;
}

#toTop:hover {
    opacity: 1 !important;
}

#toTop i {
    color: #000;
    font-size: 1.5em;
}

#footer_menu {
    float: right;
    display: block;
    list-style: none;
}

#footer_menu li {
    display: inline-block;
    margin-left: 20px;
}

#footer_menu li a {
    color: #fff;
}

#footer_menu li a:hover {
    color: #fff;
}

.menu-item a {
    text-decoration: none !important;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
}

.menu-item {
    margin-right: 8px;
    font-weight: 700;
}

.menu-item.active {
    border-bottom: 2px solid #fff;
}

.menu-item:hover {
    border-bottom: 2px solid #fff;
}

.ff-catamaran {
    font-family: "Catamaran", sans-serif !important;
}

.ff-catamaran-t {
    font-family: "Catamaran", sans-serif !important;
    font-weight: 900;
}

.ff-raleway {
    font-family: "Raleway", sans-serif !important;
}

.ff-raleway-t {
    font-family: "Raleway", sans-serif !important;
    font-weight: 700;
}

.menu-link {
    display: inline-block;
    padding: 13px 0 13px 10px;
    height: 100%;
    color: #fff;
    margin-right: 6px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    transition: all 0.3s;
}

.ml-auto {
    margin-left: auto;
}

.menu-link:hover {
    color: #d2c6bb;
}

.header-left-blog {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-left: 5%;
    font-family: "Catamaran", sans-serif;
}

.blog-h {
    color: #fff;
    text-transform: uppercase;
}

.white-li {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 3px;
}

.wl-dot {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.wl-dot::after {
    content: "";
    position: absolute;
    top: 1.5px;
    right: 4px;
    width: 26px;
    height: 1px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
}

.z-10 {
    z-index: 10;
}

.h-blog-img {
    border-radius: 12px;
    width: 200px;
    height: auto;
}

.blog-devam-wrap {
    width: 75%;
}

.blog-ozet {
    width: 80%;
    line-height: 18px;
}

.blog-devami {
    color: #fff;
    font-family: GillSansMedium;
    transition: all 0.3s;
    margin-left: auto;
    position: relative;
}

.blog-devami:hover {
    color: #ccc;
}

.blog-devami::after {
    position: absolute;
    z-index: 3;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    bottom: -7px;
    right: 0;
}

.blog-devami::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 4px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
}

@media (min-width: 1600px) {
    .blog-devam-wrap {
        width: 60%;
    }
}

.scroll {
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 50px;
    left: 3%;
    transform: rotate(-90deg);
}

.scroll:hover {
    color: #eee;
}

.hover-box1 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    z-index: 200;
    top: 0px;
    left: 0px;
}

.hover-box1 .overlay:hover {
    opacity: 1;
    transition: all 0.5s ease-out;

    background: hsla(41, 17%, 67%, 1);

    background: linear-gradient(180deg, hsla(43, 8%, 65%, 0.082) 0%, rgba(32, 32, 32, 0.733) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#B9B09D", endColorstr="#5B3E39", GradientType=1);
}

.overlay {
    position: absolute;
    /* Sit on top of the page content */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 1;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.f-shadow {
    text-shadow: 0 2px 4px rgb(0 0 0 / 81%) !important;
}

.menu-descriptions p {
    color: #5f585d;
    font-family: "Catamaran", sans-serif;
    text-align: justify;
    font-size: 17px;
}

.header-logo {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.header-logo img {
    width: 30vw;
}

.header-logo h1 {
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 4rem;
    text-align: center;
    text-shadow: 0 2px 4px rgb(0 0 0 / 81%) !important;
}

.header-link-content a {
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    background-image: linear-gradient(to bottom, #666, #222);

    transition: all 0.3s;
}

.header-link-content a:hover {
    color: #333;
    background-image: linear-gradient(to top, #b5a77c, #e1ddd2);
}

.h-link-location img {
    width: 40px;
    min-width: 40px;
}

.h-tour {
    display: block;
    position: absolute;
    z-index: 4;
    right: 5%;
    bottom: 8%;
    width: 80px;
    height: 40px;
    cursor: pointer;
}

.h-info {
    display: block;
    position: absolute;
    z-index: 4;
    left: 5%;
    bottom: 8%;
    width: 18vw;
    cursor: pointer;
    color: white;
}

.h-info p {
    font-size: 0.9rem !important;
    font-family: "Catamaran", sans-serif;
}

.black-li {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #222;
    margin-top: 3px;
}

.bl-dot {
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 50%;
    position: relative;
}

.bl-dot::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 4px;
    width: 26px;
    height: 1px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
}

.black-li-long {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #222;
    margin-top: 3px;
}

.bl-long-dot {
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 50%;
    position: relative;
}

.bl-long-dot::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 4px;
    width: 36px;
    height: 1px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
}

.hak-sec2-footer-text h6 {
    font-size: 1.8rem;
    color: #666;
}

/** FOOTER ------------------------------------------------------------ */
#footer {
    position: relative;
    box-shadow: 0 0 25px #ddd;
    border-top: 1px solid transparent;
}

.footer-wrapper {
    margin: 0 5%;
    font-family: GillSansMedium;
    color: #555;
    font-size: 1.6rem;
}

.footer-wrapper h6 {
    font-size: 1.6rem;
}

.footer-wrapper a {
    color: #555;
}

.footer-location {
    width: 300px;
}

.footer-social {
    position: absolute;
    z-index: 3;
    top: 15%;
    right: 5%;
    width: 50px;
}

.footer-social a {
    transition: all 0.3s;
}

.footer-social a:hover {
    transform: translateY(-5px);
}

/** END FOOTER ---------------------------------------------------------- */

.menuler {
    background: #d2c6bb;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menuler-img {
    position: absolute;
    z-index: 1;
    height: 120vh;
    width: auto;
}

.menuler-header-wrap {
    margin-top: 20%;
    color: #131213;
    font-family: "Raleway", sans-serif;
}

.menuler-header-wrap h6 {
    font-size: 1.3rem;
    font-family: "Catamaran", sans-serif;
    color: #5f585d;
}

.menuler-link-wrap a {
    display: block;
    border-radius: 3px;
    padding: 20px;
    background: #f8ece1;
    color: #131213;
    transition: all 0.3s;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.menuler-link-wrap a.active {
    background-image: linear-gradient(to top, #000, #555);
    color: #fff;
}

.menuler-link-wrap .black-li.active {
    border: 1px solid #fff;
}

.menuler-link-wrap .black-li.active .bl-dot {
    background: #fff;
}

.menuler-link-wrap .black-li.active .bl-dot::after {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
}

.menuler-link-wrap a:hover {
    background-image: linear-gradient(to top, #000, #555);
    color: #fff;
}

.section-2-left {
    background: #5f595d;
    color: #fff;
    padding: 7rem 4rem !important;
}

.section-event {
    min-height: 500px;
    background: url("../img/dal.svg") no-repeat -50px 0;
}

.section-header {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.event-body {
    min-height: 460px;
    background: url("../img/dal.svg") no-repeat -50px 0;
}

.event-footer {
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 40px;
    background: url("../img/event-footer.png") repeat-x 0 0;
}

.section-event-right {
    background: #e1dcd5;
}

.owl-event {
    position: relative;
    width: 80%;
}

.vid-bg {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

.owl-event-item-wrap {
    overflow: hidden;
    display: block;
    background: #fff;
    width: 100%;
}

.iw-header {
    width: 100%;
    height: 50px;
    text-align: center;
}

.iw-header img {
    height: 50px !important;
    width: auto !important;
    margin: 0 auto;
}

.iw-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(to top, rgba(22, 22, 22, 1), rgba(95, 88, 93, 0.8));
    color: #fff;
    padding: 5px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.owl-event-small {
    font-size: 0.74rem;
    margin-top: -6px;
}

.owl-event-item-wrap:hover .iw-footer {
    transform: translateY(-50px);
}

.iw-content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -70px;
    width: 100%;
    height: 70px;
    background: rgba(95, 88, 93, 0.7);
    color: #fff;
    padding: 10px;
    font-size: 0.8rem;
    transition: all 0.3s;
}

.owl-event-item-wrap:hover .iw-content {
    transform: translateY(-50px);
}

.event-link {
    border: 0;
    background: transparent;
}

.owl-nav-wrap {
    margin-left: 17%;
    margin-top: 50px;
}

.sec3-img {
    margin-bottom: -35px;
}

.section4 {
    background: url("../img/sec4-bg.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: right;
}

.sec4-img {
    display: flex;
    z-index: 2;
    margin: auto;
}

.header-top-page {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: #a08f7f;
    color: #fff;
    opacity: 1;
}

.logo-w-page {
    background: #524c50;
    opacity: 1;
    height: 50px;
}

.logo-page {
    max-height: 40px;
    width: auto;
}

.menu-page {
    margin-top: 3px;
    background: #524c50;
}

.menu-page a:hover {
    color: #ccc;
}

.ph-wrapper {
    margin: 0 10%;
    color: #5f585d;
}

.ph-wrapper h4 {
    font-family: GillSansMedium;
}

.page-h-bold {
    font-family: "Raleway", sans-serif;
    font-size: 5rem;
    z-index: 10;
    position: relative;
}

.sub-title {
    color: #fff;
    z-index: 10;
    position: relative;
    justify-content: center;
    font-size: 16px;
    font-family: "Raleway", sans-serif !important;
    font-weight: 400 !important;
}

.head-img {
    position: absolute;
    z-index: 1;
    width: 260px;
    height: auto;
    top: 40%;
    right: 5%;
}

/* loung & bar sayfasi */
.section-lb-1 {
    margin-top: 10%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: black;
}

.tab-pane {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    width: 100%;
}

.menu-content p {
    margin-bottom: 0;
    font-size: medium;
}

.menu-content h5 {
    font-style: italic;
    font-size: small;
}

.one-item-left,
.one-item-right {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#section-lb-1 {
    margin-top: 30vh;
    min-height: 700px;
    background: url("../img/Izaka\ MM.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.menus-bg {
    background: url("../img/iletisim-bg-1.jpg") no-repeat 0 0 !important;
    background-position: center;
    background-size: cover !important;
    width: 100%;
}

.bg-hak {
    background: url("../img/lb-img.jpg") no-repeat 0 0 !important;
    background-position: center;
    background-size: cover !important;
    width: 100%;
}

.section-lb-text {
    background: #5f585d;
    color: #fff;
    position: absolute;
    z-index: 1;
    padding: 5rem 8rem;
    margin: -150px 10% 0 10%;
}

.section-lb-text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: -68px;
    background: rgba(95, 89, 93, 0.7);
}

.section-lb-2 {
    position: relative;
    margin-top: 100px;
}

.section-lb-2-top {
    height: 20px;
    background: #d2c6bb;
}

.section-lb-2-body {

    min-height: 50vh;

    box-shadow: 16px 19px 14px 2px #d5d5d5;
}

.bg-deneyim-1 {

    min-height: 50vh;
}

.section-lb-3 {
    min-height: 50vh;
}

.trusted .page-header {
    margin: 30px 0px 20px;
}

.trusted .trusted-sponsors {
    text-align: center;
    margin-bottom: 50px;
}

.trusted .trusted-sponsors a {
    margin: 0px 10px;
}

.trusted .trusted-quote {
    background: url(../img/Kav.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 60px 0px 60px;
}

#about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#about h2 {
    font-family: "Raleway", sans-serif;
}

#about p {
    font-family: "Catamaran", sans-serif;
}

#parallax-section {
    margin: 10vh 0;
}

#parallax-video-section {
    margin: 10vh 0;
}

.h75vh {
    height: 75vh;
}

.parallax-bg-2 {
    background: url(../img/parallax2.jpg) no-repeat left center fixed !important;
    background-size: cover !important;
}

.parallax-bg-3 {
    background: url(../img/lb-image-3.jpg) no-repeat left center fixed !important;
    background-size: cover !important;
}

.parallax-bg-4 {
    background: url(../img/parallax3.jpg) no-repeat top center fixed !important;
    background-size: cover !important;
}

.parallax-bg-5 {
    background: url(../img/parallax.jpg) no-repeat left bottom fixed !important;
    background-size: cover !important;
}

.parallax-bg-6 {
    background: url(../img/parallax4.jpg) no-repeat left bottom fixed !important;
    background-size: cover !important;
}

.parallax-bg-7 {
    background: url(../img/izaka3.jpg) no-repeat left bottom fixed !important;
    background-size: cover !important;
}

.parallax-bg-8 {
    background: url(../img/Screenshot_1.jpg) no-repeat left bottom fixed !important;
    background-size: cover !important;
}

.parallax-bg {
    background-color: #b1751b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}

/* Portfolio*/
.grid-item,
.grid-item img,
.hover-effect,
.hover-effect img {
    border-radius: 0;
}

/* End portfolio*/
.bg-secondary2 {
    background: #f5f5f5 !important;
}

.read-more-state {
    display: none;
}

.pb-4rem {
    padding-bottom: 4rem;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: "Devamını Oku";
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: "Devamını Gizle";
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0.5em;
    color: #666;
    font-size: 0.9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 0.25em;
}

.fig-1,
.fig-2 {
    position: relative;
}

.fig-1 {
    z-index: 1;
}

.fig-2 {
    z-index: 2;
}

.parallax-bg .overlay {
    background-color: rgb(0 0 0 / 0.7);
}

.parallax-text {
    font-family: "Raleway", sans-serif;
    font-style: italic;
    z-index: 9;
    width: 80%;
    font-size: 1.5rem;
}

.trusted-quote .quote-body {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 31px;
}

.trusted-quote .quote-author {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 26px;
}

.trusted-quote .quote-author {
    font-weight: 700;
}

.trusted-quote .quote-author span {
    display: inline;
    font-weight: 400;
    font-size: 18px;
}

.trusted-quote img {
    padding-bottom: 20px;
    margin: 0px auto;
}

.trusted-slider .slick-dots {
    bottom: -30px;
}

.trusted-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
}

.trusted-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.trusted-slider .slick-dots .slick-active button {
    background: rgba(255, 255, 255, 0.85);
}

.trusted-slider .slick-slide:focus,
.trusted-slider .slick-slide a {
    outline: none !important;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: flex !important;
}

.bottom-bar .callback-btn {
    background: #3e3e3e;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 1.6rem;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-align: center;
    cursor: pointer;
}

.p-some {
    padding: 0.3rem 0.5rem;
}

.bottom-bar .whatsapp-btn {
    color: #fff;
    text-shadow: 0 2px 4px rgb(0 0 0 / 81%) !important;
    justify-content: center;
    background: #b10202;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-align: center;
    -webkit-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
}

.p-4rem {
    padding: 4rem;
}

.pt-4rem {
    padding-top: 4rem;
}

.owl-slider-wrapper {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-lb2-text {
    position: relative;
    margin: 0 7%;

    box-shadow: 16px 19px 14px 2px #d5d5d5;
    background: #a7998d;
    color: #fff;
    padding: 5rem;
}

.section-lb2-text:before {
    content: "";
    position: absolute;
    z-index: 4;
    height: 100px;
    width: 100%;
    left: 0;
    top: -98px;
    background: rgba(210, 198, 187, 0.5);
}

.section-lb-4 {
    width: 100%;
    background: url("../img/lb-image-2.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.sec-lb-4-right {
    padding: 25px;
    background: rgba(95, 89, 93, 0.8);
    color: #fff;
    height: 600px;
    margin-bottom: -50px;
    position: relative;
}

.lb-dot-wrap {
    width: 30px;
    min-width: 30px;
}

.sec-lb-4-right:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -48px;
    background: rgba(210, 198, 187, 0.8);
}

.section-lb-5 {
    margin-top: 8%;
    min-height: 500px;
    border: 1px solid transparent;
}

.section-lb-5 p {
    font-style: italic;
}

.vid-lb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.top-0 {
    top: -40%;
    bottom: inherit !important;
}

.lb-5-text-wrapper {
    margin: 230px 4% 20px 4%;
}

.section-lb-6 {
    background: url("../img/dal.svg") no-repeat 50px 0;
    margin-bottom: 100px;
}

.section-lb-6-wrap {
    margin: 0 7%;
}

/* denyim sayfasi */
.section-dnym-1 {
    height: 600px;
    background: url("../img/deneyim-img-1.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.section-dnym-2-p {
    margin: 50px 20%;
    text-align: center;
}

p {
    font-family: Helveticaneue;
    font-size: 1.16rem;
}

.section-dnym-3 {
    height: 700px;
    width: 100%;
    background: url("../img/Kav.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: bottom center;
}

.dny-list-icon {
    width: 30px;
    min-width: 30px;
}

.deneyim-3-text-wrapper {
    position: absolute;
    z-index: 1;
    background: #d2c6bb;
    color: #fff;
    top: 20%;
    right: 0;
    width: 400px;
    height: 100%;
    padding: 25px;
}

.deneyim-3-text-wrapper:before {
    content: "";
    position: absolute;
    width: 100px;
    top: 0;
    left: -100px;
    height: 100%;
    background: rgba(210, 198, 187, 0.6);
}

.dtw:after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 100px;
    width: 500px;
    left: -100px;
    bottom: -50px;
    background: url("../img/page-bg-2.jpg") no-repeat 0 0;
    opacity: 0.7;
}

.section-dnym-4 {
    min-height: 200px;
}

.sdnym-4-p {
    margin-top: 17%;
    font-size: 1.5rem;
    color: #5f585d;
    line-height: 32px;
}

.sunum-h {
    position: absolute;
    z-index: 1;
    width: 300px;
    padding: 20px;
    color: #fff;
    background: rgba(95, 89, 93, 0.8);
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
}

.section-dnym-6 {
    min-height: 800px;
    background: url("../img/deneyim-img-4.jpg") no-repeat 0 0;
    background-size: contain;
    background-position: right;
}

.dnym-6-text {
    margin: 5% 20%;
}

.dnym-6-img-wrap {
    margin-left: 18%;
    margin-right: 2%;
    height: 500px;
    background: url("../img/deneyim-img-5.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: bottom center;
}

.dnym-6-img-wrap img {
    width: auto;
    height: 100%;
}

.dnym-6-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    min-height: 30px;
    padding: 35px 25px;
    background: rgba(210, 198, 187, 0.8);
    color: #fff;
    font-size: 2rem;
    padding-left: 100px;
}

.section-page-1 {
    height: 700px;
    background: url("../img/page-bg-1.jpg") no-repeat 0 0;
    background-size: 96%;
    background-position: center bottom;
}

.sp-1-p {
    margin: 5% 20%;
    color: #fff;
    text-align: center;
}

@media (min-width: 1500px) {
    .section-page-1 {
        height: 800px;
    }
}

@media (min-width: 1600px) {
    .section-page-1 {
        height: 900px;
    }
}

.spdy-6 {
    background: url("../img/page-bg-3.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: right bottom;
    padding-bottom: 30px;
    margin-bottom: 0;
}

/* ILETISIM SAYFASI --- */
.header-iletisim {
    background: url("../img/iletisim-bg-1.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.ht-iletisim {
    opacity: 0.7;
}

.iltsm-a {
    color: #666;
    transition: all 0.3s;
}

.iltsm-a:hover {
    color: #000;
}

.ilt-adres-wrap {
    font-size: 1.3rem;
}

.ilt-hg-li {
    transform: rotate(90deg);
}

.ilt-location {
    display: block;
    text-align: center;
}

.ilt-location img {
    width: 200px;
}

.ilt-reserv-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.ilt-reserv {
    width: fit-content;
    color: #fff;
    background: #524c50;
    padding: 10px 25px;
    margin-left: 15%;
}

.ilt-rklm img {
    height: 46px;
}

.ilt-center-wrap {
    background: url("../img/iletisim-bg-2.png") no-repeat 0 0;
    background-size: 100%;
    background-position: center;
    min-height: 400px;
}

.ilt-center-content {
    margin: 30px 10%;
}

.isc-header {
    background: #524c50;
    padding: 10px;
}

.isc-body-top {
    height: 20px;
    background-image: linear-gradient(to bottom, rgba(220, 220, 220, 1), rgba(220, 220, 220, 0));
}

.isc-body {
    background: #fff;
}

.isc-body-wrap {
    padding: 20px;
}

.ilt-select {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px 15px;
    appearance: none;
    background: transparent url("../img/arrow-select.png") no-repeat 90% 13px;
    font-size: 0.9rem;
}

.slc-small {
    width: 70px;
}

.slc-long {
    width: 100px;
}

.slc-slong {
    width: 90px;
}

.time-wrap {
    border: 1px solid #ddd;
    padding: 8px 15px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    width: 66px;
}

.time-wrap:hover {
    border: 1px solid #128849;
    background: #f4fbf6;
}

.time-wrap.active {
    border: 2px solid #128849;
    background: #f4fbf6;
}

.sao-h {
    font-family: GillSansMedium;
}

.isc-body-footer {
    width: 100%;
    padding: 15px;
    box-shadow: 0 -5px 8px #ccc;
}

.btn-reserve {
    width: 100%;
    background: #128849;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s;
}

.btn-reserve:hover {
    color: #fff;
    background: #0a582e;
}

/* HAKKIMIZDA SAYFASI */
.section-hakkimizda-1 {
    height: 500px;
    background: url("../img/iletisim-bg-1.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.sechak-1-p {
    display: block;
    margin: 5% 10%;
    text-align: center;
    font-family: "Catamaran", sans-serif;
}

.hak-sec2-left {
    height: 450px;
    background: url("../img/hakkimizda-img-1.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.cift-tirnak-2 {
    width: 100px;
    min-width: 100px;
    margin-right: 10px;

    font-family: "Catamaran", sans-serif;
}

.hak-sec2-footer {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 150px;
    background: rgba(95, 88, 93, 0.7);
    left: 0;
    bottom: 0;
}

.hak-sec2-footer-text {
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 100px;
    background: #fff;
    right: 0;
    bottom: 1px;
    align-items: center;
}

.hs-li-1 {
    width: 60px;
    min-width: 60px;
}

.sh-3-left-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    padding: 15px;
    background: #fff;
    box-shadow: 1px 1px 7px #999;
    height: 56px;
    align-items: center;
}

.shak-3-dot {
    transform: rotate(180deg);
}

.shak-3-a {
    font-size: 1.2rem;
    color: #5f585d;
    font-family: GillSansMedium;
    transition: all 0.3s;
    margin-left: 20%;
}

.shak-3-a:hover {
    color: #000;
}

.sec-hak-4-left {
    height: 400px;
    background: url("../img/hakkimizda-img-3.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.sec-hak-4-right {
    height: 400px;
    background: url("../img/hakkimizda-img-4.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

a.btn_1,
.btn_1 {
    border: none;
    background: #978667;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}

a.btn_1:focus,
.btn_1:focus {
    outline: none;
}

a.btn_1:hover,
.btn_1:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
}

a.btn_1.small,
.btn_1.small {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 7px 15px;
}

a.btn_1.medium,
.btn_1.medium {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 30px;
}

a.btn_1.outline,
.btn_1.outline {
    border: 2px solid #111;
    color: #111;
    padding: 6px 15px;
    background: none;
}

a.btn_1.outline:hover,
.btn_1.outline:hover {
    border-color: #978667;
    color: #978667 !important;
}

a.btn_1.outline:focus,
.btn_1.outline:focus {
    outline: none;
}

a.btn_1.gray,
.btn_1.gray {
    background: #f0f0f0;
    color: #111 !important;
}

a.btn_1.gray:hover,
.btn_1.gray:hover {
    background-color: #ffc107;
    color: #111 !important;
}

/* Pagination */
.pagination_fg {
    text-align: center;
    margin-top: 15px;
}

.pagination_fg a {
    color: #333;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 0 2px;
}

.pagination_fg a:hover {
    background-color: #f0f0f0;
}

.pagination_fg a.active {
    background-color: #333;
    color: white;
}

.sec-hak-4-left-text {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 90%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 8px #ccc;
}

.sec-hak-4-span {
    font-size: 1.2rem;
    color: #666;
}

.sec-hak-4-right-text {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 90%;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 8px #ccc;
}

.dot-180-deg {
    transform: rotate(180deg);
}

.sh-5-header h4 {
    font-size: 3rem;
    font-family: GillSansHeavy;
    color: #5f585d;
}

.sh-5-left {
    min-height: 300px;
    background: url("../img/hakkimizda-bg-2.png") no-repeat 5% 0;
    background-size: contain;
}

.sef-tex-wrapper {
    min-height: 200px;
    background: url("../img/tek-tirnak-1.png") no-repeat 0 0, url("../img/tek-tirnak-2.png") no-repeat 90% 90%;
}

.sef-text-p {
    margin: 13%;
}

.sef-name-wrap {
    margin-right: 15%;
    margin-top: 3%;
}

.sef-name-1 {
    font-family: GillSansMedium;
}

.sef-name-2 {
    font-family: GillSansMedium;
    color: #999;
}

.section-hakkimizda-6 {
    height: 600px;
    background: url("../img/hakkimizda-img-5.jpg") no-repeat 5% 0;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 1200px) {
    .vid-bg {
        width: 100% !important;
        height: auto !important;
    }

    .header-logo img {
        width: 30vw !important;
    }
}

@media (min-width: 992px) {
    .bottom-bar {
        display: none !important;
    }

    .vid-bg {
        height: 100vh;
        width: auto;
    }

    #header {
        height: 100vh;
    }

    .header-logo img {
        width: 50vw;
    }
}

/* media query ---------------------------------------------------------------*/
@media (max-width: 992px) {
    .section-lb-3 {
        min-height: auto;
    }

    .lounge-lb6 {
        margin-top: 6rem;
    }

    .sub-title {
        text-align: center;
    }

    #events {
        height: auto !important;
    }

    #eventPrev,
    #eventNext {
        z-index: 99;
        color: white;
    }

    .section-desc {
        display: none;
    }

    .navbar-brand {
        margin: unset;
        padding: 0;
        margin-bottom: 1rem;
    }

    .page-h-bold {
        font-size: 2.5rem !important;
    }

    .text-light-m {
        color: #fff;
        z-index: 3;
        text-shadow: 0 0 10px #000;
    }

    .rez-button {
        display: none !important;
    }

    .first-nav:nth-child(2) {
        margin-left: inherit !important;
    }

    .section-lb-2-text {
        padding: 1.1rem;
    }

    .p-4rem {
        padding: 1rem;
    }

    .text-justify-m {
        text-align: justify;
    }

    .section-2-left {
        padding: 5rem 3rem !important;
    }

    #parallax-section .parallax-text {
        font-size: 1rem;
        padding: 0 !important;
        text-align: justify;
        margin: 0;
    }

    .menu-descriptions {
        padding: 1rem;
        font-size: 2rem;
    }

    .menu-descriptions p {
        font-size: 1rem;
        padding: 1rem 0;
    }

    .panels {
        height: 60vh !important;
        padding: 1rem;
    }

    .bottom-bar {
        display: flex !important;
    }

    .page-h-bold {
        font-size: 4rem;
    }

    .vid-lb {
        height: 100%;
        width: auto;
    }

    .top-0 {
        top: inherit;
        bottom: inherit !important;
    }

    .vid-bg {
        height: 100vh;
        width: auto !important;
    }

    #header {
        height: 100vh;
    }

    .h-info {
        display: none;
    }

    .header-logo img {
        width: 50vw;
    }

    .header-left {
        display: none;
    }

    .menu-wrapper {
        position: fixed;
        top: 0;
        left: -110%;
        z-index: 50;
        background: #131213;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        padding-top: 20px;
        padding-left: 10px;
        transition: all 0.3s;
    }

    .menu-wrapper.show {
        left: 0;
    }

    .main-menu {
        margin: 0;
        margin-top: 70px;
        background: #131213;
    }

    .menu-link {
        padding: 7px;
    }

    .logo-wrapper {
        opacity: 1;
        z-index: 55;
        width: 70%;
        max-width: 285px;
    }

    .logo {
        width: 68%;
        max-width: 68%;
        height: auto;
    }

    .menu-item.active {
        border-bottom: 0;
        border-bottom: 1px solid #555;
    }

    .menu-item {
        border-bottom: 1px solid #555;
    }

    .menu-item:hover {
        border-bottom: 1px solid #555;
    }

    .menu-link:hover {
        color: #999;
    }


    .header-link-content {
        margin: 0;
        height: 38px;
        margin-top: -150px;
        left: 0 !important;
    }

    .mobil-button {
        position: absolute;
        z-index: 1800;
        width: 40px;
        height: 40px;
        top: 25px;
        right: 15px;
        border: none;
        background: transparent;
        overflow: hidden;
    }

    .mobil-button span:nth-child(2) {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #fff;
        top: 50%;
        left: 0;
        transition: all 0.5s;
    }

    .mobil-button span:nth-child(1) {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #fff;
        top: 18%;
        left: 0;
        transition: all 0.3s;
    }

    .mobil-button span:nth-child(3) {
        position: absolute;
        width: 85%;
        height: 3px;
        background: #fff;
        top: 80%;
        right: 0;
        transition: all 0.3s;
    }

    .mobil-button.open span:nth-child(2) {
        transform: translateX(200px);
    }

    .mobil-button.open span:nth-child(1) {
        top: 20px;
        left: 0;
        transform: rotate(45deg);
    }

    .mobil-button.open span:nth-child(3) {
        width: 100%;
        left: 0;
        top: 20px;
        transform: rotate(-45deg);
    }

    #section-1 {
        margin-top: 2rem;
    }

    #header {
        height: 100vh;
    }

    .header-inside-page {
        height: 50vh !important;
    }

    .section-lb-6 {
        padding: 0 1rem;
    }

    .section-event-right {
        padding: 2rem 1rem !important;
    }

    .d-m {
        display: block;
    }

    #parallax-section {
        margin: 5vh 0;
    }

    .virtual-tour-img {
        width: auto;
        min-width: 100%;
        height: 100%;
    }

    .footer-wrapper {
        font-size: 1.2rem;
    }

    .menuler-img {
        position: relative;
        width: 70%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .menuler-header-wrap {
        margin-top: 30px;
        margin-left: 20px;
    }

    .menuler-link-wrap {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .menuler-link-wrap a {
        padding: 8px;
        width: 100%;
        height: 40px;
    }

    .section-2 {
        padding-top: 0;
    }

    .section-2-left {
        padding-top: 50px;
    }

    .mb-page {
        top: 10px;
    }

    .page-h-bold {
        font-size: 4rem;
    }

    .head-img {
        position: absolute;
        z-index: 1;
        width: 180px;
        top: 60%;
    }

    .section-lb-text {
        background: #5f585d;
        color: #fff;
        position: absolute;
        z-index: 1;
        padding: 50px 15px;
        margin: -70px 5% 0 5%;
        font-size: 0.9rem;
    }

    #section-lb-1 {
        min-height: 400px;
    }

    .section-lb-2-body {
        min-height: 500px;
    }

    .section-lb2-text {
        font-size: 0.9rem;
        margin: 0 3%;
    }

    .section-lb2-text {
        padding: 2rem 1.1rem;
    }

    .section-lb2-text:before {
        height: 60px;
        top: -58px;
    }

    .section-lb-4 {
        height: 500px;
    }

    .sec-lb-4-right {
        height: 500px;
        margin-bottom: 0;
    }

    .section-dnym-1 {
        height: 300px;
    }

    .section-dnym-2-p {
        margin: 50px 10%;
    }

    .section-dnym-3 {
        height: auto;
    }

    .deneyim-3-text-wrapper {
        position: relative;
        width: 100%;
        height: auto;
    }

    .section-dnym-4 {
        margin-top: 30px;
    }

    .ct-img {
        width: 60px;
    }

    .sdnym-4-p {
        margin-top: 5%;
        font-size: 1.1rem;
        line-height: 24px;
    }

    .sunum-h {
        font-size: 2rem;
    }

    .dnym-6-text {
        margin: 5% 20% 5% 5%;
    }

    .section-page-1 {
        height: auto;
        padding-bottom: 30px;
    }

    .sp-1-p {
        margin: 5%;
    }

    .section-hakkimizda-1 {
        height: 450px;
    }

    .hak-sec2-footer-text h6 {
        font-size: 1.2rem;
    }

    .cift-tirnak-2 {
        width: 50px;
        min-width: 50px;
    }

    .sec-hak-4-left {
        height: 360px;
    }

    .sec-hak-4-right {
        height: 360px;
    }

    .section-hakkimizda-6 {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .cap {
    margin-top: 50% !important;
    text-align: center;
    }
    .img_mobil{
     width: 50% !important;
    }
    .notshow-mobile {
        display: none !important;
    }

    .popup-video {
        pointer-events: none !important;
    }

    .popup-image {
        pointer-events: none !important;
    }

    p {
        font-size: 1rem !important;
    }

    .vid-bg {
        height: 100vh;
        width: auto !important;
    }

    #header {
        height: 100vh;
    }

    .h-info {
        display: none;
    }

    .header-logo img {
        width: 60vw;
    }

    .section-lb-2 {
        padding: 0 1rem;
    }

    .header-inside-page {
        height: 40vh !important;
    }

    .footer-wrapper {
        font-size: 1rem;
    }

    .footer-location {
        max-width: 240px;
    }

    .footer-social {
        display: block;
        top: 80px;
        width: 100%;
        left: 0;
    }

    .footer-social a {
        margin-right: 20px;
    }

    .footer-social a img {
        width: 30px;
    }

    .owl-nav-wrap {
        margin-left: 17%;
        margin-top: 20px;
    }

    .page-h-bold {
        font-size: 3rem;
    }

    .head-img {
        position: absolute;
        z-index: 1;
        width: 120px;
        top: 60%;
    }

    .section-lb-2-body {
        min-height: 300px;
        padding: 0 1rem;
    }

    .side-padding {
        padding: 0 1.3rem !important;
    }

    .section-lb-5 {
        margin-top: 8%;
        min-height: 400px;
    }

    .lb-5-text-wrapper {
        margin: 100px 7% 20px 7%;
    }

    .section-lb-4 {
        height: auto;
    }

    .sec-lb-4-right {
        height: auto;
    }

    .sunum-h {
        width: auto;
        font-size: 1.5rem;
    }

    .dnym-6-img-wrap {
        margin-left: 10%;
        height: 300px;
    }

    .dnym-6-footer {
        font-size: 1rem;
        padding-left: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-hakkimizda-1 {
        height: 350px;
    }

    .sechak-1-p {
        margin: 5%;
    }

    .hak-sec2-footer-text h6 {
        font-size: 1rem;
    }

    .cift-tirnak-2 {
        width: 40px;
        min-width: 40px;
    }

    .hak-sec2-left {
        height: 300px;
    }

    .hak-sec2-footer {
        height: 80px;
    }

    .hak-sec2-footer-text {
        height: 50px;
    }

    .sh-3-left-content {
        width: 200px;
        padding: 10px;
    }

    .sh-3-left-content h6 {
        font-size: 0.8rem;
    }

    .sec-hak-4-left {
        height: 300px;
    }

    .sec-hak-4-right {
        height: 300px;
    }

    .section-hakkimizda-6 {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .visible-mobile {
        display: block;
    }

    .hidden-mobile {
        display: none !important;
    }

    .lead {
        font-size: 1.1rem !important;
        text-align: justify;
    }

    #header {
        height: 100vh;
    }

    .header-inside-page {
        height: 35vh !important;
    }

    .header-top a {
        font-size: 0.8rem;
    }

    .footer-mail {
        font-size: 0.8rem;
    }

    .page-h-bold {
        font-size: 1.7rem;
    }

    .head-img {
        width: 100px;
        top: 70%;
    }

    .section-dnym-2-p {
        margin: 50px 5%;
    }

    .dnym-6-footer {
        font-size: 0.9rem;
        padding-left: 10px;
    }

    .page-header h4 {
        font-size: 1rem;
    }

    .section-hakkimizda-1 {
        height: 300px;
    }

    .sec-hak-4-left {
        height: 270px;
    }

    .sec-hak-4-right {
        height: 270px;
    }

    .section-hakkimizda-6 {
        height: 300px;
    }
}

.k {
    border: 1px solid red;
}

.m {
    border: 1px solid blue;
}

.panels {
    height: 100%;
    overflow: hidden;
    display: flex;
}

.panel {
    background: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.1);
    color: white;
    text-align: center;
    align-items: center;
    /* Safari transitionend event.propertyName === flex */
    /* Chrome + FF transitionend event.propertyName === flex-grow */
    transition: font-size 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), flex 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11),
        background 0.2s;
    font-size: 10px;
    background-size: cover;
    background-position: center;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.panel1 {

    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel2 {
    background-image: url(../img/areas/1.jpg);
}

.panel3 {
    background-image: url(../img/areas/1-2.jpg);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel4 {
    background-image: url(../img/areas/2-2.jpg);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel5 {
    background-image: url(../img/areas/2.jpg);
}

.panel6 {
    background-image: url(../img/areas/2-1.jpg);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel7 {

    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel8 {}

.panel9 {

    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel-about-1 {
    background-image: url(../img/gallery/izaka_0497-1-min.jpg);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel-about-2 {
    background-image: url(../img/gallery/izaka_0497-min.jpg);
}

.panel-about-3 {
    background-image: url(../img/gallery/izaka_0497-3-min.jpg);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.panel > * {
    margin: 0;
    width: 100%;
    transition: transform 0.5s;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    testingborder: solid thick red;
}

.panel > *:first-child {
    transform: translateY(-100%);
}

.panel.open-active > *:first-child {
    transform: translateY(0);
}

.panel > *:last-child {
    transform: translateY(100%);
}

.panel.open-active > *:last-child {
    transform: translateY(0);
}

.panel.open {
    flex: 5;
}

.panel p {
    text-transform: uppercase;
    font-family: "Amatic SC", cursive;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45);
    font-size: 2em;
}

.panel p:nth-child(2) {
    font-size: 3em;
}

.panel.open {
    font-size: 10px;
}

.figure-video-item-1 {
    height: 100%;
    width: auto;
    position: relative;
    right: 50%;
}

.figure-video {
    overflow: hidden;
    height: 80vh;
    display: flex;
}

.pattern_3 {
    background: url(../img/ban6.jpg);
}

.pattern_4 {
    background: url(../img/ban1.jpg);
}

.pattern_5 {
    background: url(../img/ban7.jpg);
}

.ff-dancing {
    font-family: "Dancing Script", cursive !important;
    font-size: 70px;
    color: #d8af70;
}

#events {
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-label {
    display: block;
    font-size: 0.71875rem;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
}

.max-width-sm {
    max-width: 2.5rem;
}

.map-header {
    width: 100%;
    height: 50vh;
}

.modal2 {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}


.close-modal {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: -10%;
    color: white;
    pointer-events: all;
    z-index: 234252;
}

.modal-overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;

}

.editView {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.close{
    position: absolute;
    top: 40px;
    right: 40px;
    
    
}
.cap {
    margin-top: 8%;
    text-align: center;
}
.img_mobil{
    width: 20%;
}
.events_detay {
    letter-spacing: 3px;
    font-size: 35px;
    color: white;
    font-weight: bold;
}

.events_tarih {
    letter-spacing: 2px;
    font-size: 25px;
    color: white;
    font-weight: bold;
}

.close-modal span {
    color: white;
    font-size: 30px;
}

.modal-body {
    background: #f4f4f4;
    padding: 0 !important;
}

.modal-tabs:first-child {
    border-top-left-radius: 0.5rem !important;
}

.modal-tabs:first-child .nav-link {
    border-top-left-radius: 0.5rem !important;
}

.nav-tabs .nav-item.show .nav-link {
    color: #d8af70 !important;
}

.nav-tabs .nav-link.active {
    background-color: #d8af70 !important;
    color: white !important;
    border-color: #f4f4f4 !important;
    border-radius: 0 !important;
}

#myTabContent .form-control {
    margin-top: 1rem;
    padding-left: 15px;
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-family: "Catamaran", sans-serif;
}

#myTabContent .form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 5%);
    color: #495057;
    background-color: #fff;
    outline: 0;
}

.tag-field {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    height: 50px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.tag {
    display: flex;
    align-items: center;
    height: 35px;
    margin-right: 5px;
    padding: 0 8px;
    color: #fff;
    background: #d8af70;
    border-radius: 15px;
    cursor: pointer;
}

.tag-close {
    display: inline-block;
    margin-left: 0;
    width: 0;
    transition: 0.2s all;
    overflow: hidden;
}

.tag:hover .tag-close {
    margin-left: 10px;
    width: 10px;
}

.tag-field input {
    border: 0;
    outline: 0;
    background: transparent;
}

.selectMultiple {
    position: relative;
    min-height: 48px;
    height: fit-content;
}

.selectMultiple select {
    display: none;
}

.selectMultiple > div {
    position: relative;
    z-index: 2;
    padding: 8px 12px 2px 12px;
    border-radius: 0.3rem;
    background: #fff;
    font-size: 14px;
    min-height: 48px;
    transition: box-shadow 0.3s ease;
}

.selectMultiple > div:hover {
    box-shadow: 0 4px 24px -1px rgba(22, 42, 90, 0.16);
}

.selectMultiple > div .arrow {
    right: 1px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 28px;
    position: absolute;
}

.selectMultiple > div .arrow:before,
.selectMultiple > div .arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 8px solid #99a3ba;
    top: 43%;
    transition: all 0.3s ease;
}

.selectMultiple > div .arrow:before {
    right: 12px;
    transform: rotate(-130deg);
}

.selectMultiple > div .arrow:after {
    left: 9px;
    transform: rotate(130deg);
}

.selectMultiple > div span {
    color: #495057;
    display: block;
    position: absolute;
    left: 12px;
    cursor: pointer;
    top: 8px;
    line-height: 28px;
    transition: all 0.3s ease;
    font-family: "Catamaran", sans-serif;
    font-size: 1rem;
}

.selectMultiple > div span.hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(-4px, 0);
}

.selectMultiple > div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 28px;
    color: #d8af70;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.selectMultiple > div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
}

.selectMultiple > div a:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(228, 236, 250, 0.7);
    z-index: -1;
    border-radius: 4px;
}

.selectMultiple > div a i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
}

.selectMultiple > div a i:before,
.selectMultiple > div a i:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #d8af70;
    border-radius: 1px;
}

.selectMultiple > div a i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.selectMultiple > div a i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.selectMultiple > div a.notShown {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.selectMultiple > div a.notShown:before {
    width: 28px;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}

.selectMultiple > div a.notShown i {
    opacity: 0;
    transition: all 0.3s ease 0.3s;
}

.selectMultiple > div a.notShown em {
    opacity: 0;
    transform: translate(-6px, 0);
    transition: all 0.4s ease 0.3s;
}

.selectMultiple > div a.notShown.shown {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown:before {
    width: 100%;
}

.selectMultiple > div a.notShown.shown i {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown em {
    opacity: 1;
    transform: translate(0, 0);
}

.selectMultiple > div a.remove:before {
    width: 28px;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}

.selectMultiple > div a.remove i {
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.selectMultiple > div a.remove em {
    opacity: 0;
    transform: translate(-12px, 0);
    transition: all 0.4s ease 0s;
}

.selectMultiple > div a.remove.disappear {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}

.selectMultiple > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    transform: translate(0, 20px) scale(0.8);
    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}

.selectMultiple > ul li {
    color: #1e2330;
    background: #fff;
    padding: 12px 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s,
        border-radius 0.3s ease 0.3s;
}

.selectMultiple > ul li:first-child {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li:first-child:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li:last-child {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li:last-child:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li:hover {
    background: #d8af70;
    color: #fff;
}

.selectMultiple > ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}

.selectMultiple > ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li.beforeRemove:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li.afterRemove {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li.afterRemove:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li.remove {
    transform: scale(0);
    opacity: 0;
}

.selectMultiple > ul li.remove:after {
    animation: ripple 0.4s ease-out;
}

.selectMultiple > ul li.notShown {
    display: none;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.4s ease;
}

.selectMultiple > ul li.notShown.show {
    transform: scale(1);
    opacity: 1;
}

.selectMultiple.open > div {
    box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}

.selectMultiple.open > div .arrow:before {
    transform: rotate(-50deg);
}

.selectMultiple.open > div .arrow:after {
    transform: rotate(50deg);
}

.selectMultiple.open > ul {
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    25% {
        transform: scale(30, 30);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(50, 50);
    }
}

body .selectMultiple {
    margin-top: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
}

body .dribbble {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
    opacity: 0.5;
    transition: all 0.4s ease;
}

body .dribbble:hover {
    opacity: 1;
}

body .dribbble img {
    display: block;
    height: 36px;
}
