@charset 'UTF-8'; :root {
    --container-width: 1410px;
    --container-width-2: 1170px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --default-color: #BC9367;
	}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

.text-center {
    text-align: center;
}

.slick-slide {
    margin: 0 25px;
}

.slick-list {
    margin: 0 -25px;
}

.row-gap {
    row-gap: var(--bs-gutter-x);
}

.column-gap {
    column-gap: var(--bs-gutter-x);
}

.pore {
    position: relative;
}

@font-face {
    font-family: 'visit-karatay-icons';
    src: url('./fonts/icon-font/font/visit-karatay-icons.eot?67505318');
    src: url('./fonts/icon-font/font/visit-karatay-icons.eot?67505318#iefix') format('embedded-opentype'), url('./fonts/icon-font/font/visit-karatay-icons.woff?67505318') format('woff'), url('./fonts/icon-font/font/visit-karatay-icons.ttf?67505318') format('truetype'), url('./fonts/icon-font/font/visit-karatay-icons.svg?67505318#visit-karatay-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pr-0 {
    padding-right: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.demo-icon {
    font-family: "visit-karatay-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.invert-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.brightness-image {
    -webkit-filter: brightness(100%);
    filter: brightness(100);
}

a,a:hover {
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
    height: 0;
}

body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--default-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--default-color);
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}
.d-container {
    width: 100%;
    max-width: var(--container-width-2);
    margin: 0 auto;
}
.cl-container {
    margin: 0 auto;
    margin-left: var(--container-out);
}

header {
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    padding: 21px 0px 21px;
    transition: all .5s;
}

header.header {
    background: #0F2C39;
    position: relative;
}

header.fixed {
    background: #0F2C39;
    position: fixed;
    top: 0;
}

header .top {
    border-bottom: 0.5px solid rgb(255 255 255 / 50%);
    padding-bottom: 14px;
    margin-bottom: 17px;
}

header.fixed .top {
    display: none
}

header .top .left p {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
    margin: 0;
    color: #fff;
}

.durum {
    position: relative;
    margin-left: 3px;
    text-transform: capitalize;
}

.derece {
    position: relative;
    margin-right: 3px;
}

.gunes {
    position: relative;
    width: 30px;
    height: 30px;
}

.gunes:after {
    content: "\e804";
    font-family: "visit-karatay-icons";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #FFA000;
    transition: 300ms;
    font-weight: 900;
    font-size: 18px
}

header .top .right li {
    padding-bottom: 7px;
}

header .top .right li a {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    padding-bottom: 0px;
}

header .top .right li a.block {
    font-weight: 700;
}

.lang {
    position: relative;
    margin: 0 0px 0px 36px;
    padding: 0px;
    border-radius: 50px;
    z-index: 5;
}

.lang a.block {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-weight: 700;
}

.lang a.block {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.lang a.block span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 8px;
    position: relative;
    padding-right: 8px;
    line-height: 16px;
}

.lang a.block span:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.lang a.block i {
    color: #fff;
    font-size: 10px;
    margin-left: 16px;
}

.lang:hover a.block span i {
    transform: rotate(180deg)
}

.lang a.block span i {
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-left: 7px;
}

.drop-lang {
    transition: all .5s;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 14px 0px 9px 18px;
    background: #fff;
    visibility: hidden;
    text-align: left;
    z-index: 8;
    width: 140px;
    border-radius: 5px;
}

.lang:hover .drop-lang {
    background: #fff;
    visibility: visible;
}

.lang .drop-lang li {
    margin-bottom: 12px;
    margin-left: 0px;
    padding: 0;
}

.lang .drop-lang li:last-child {
    margin-bottom: 8px;
    margin-right: 25px;
}

.drop-lang span {
    color: #0F2C39;
    font-size: 14px;
    font-weight: 700;
}

.drop-lang li:hover span {
    color: #555555;
}

header .bottom .left a {
    display: flex;
    align-items: stretch;
    column-gap: 20px;
}

header .bottom .left a span {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    border-left: 1px solid rgb(255 255 255 / 50%);
    padding-left: 20px;
}

header .right .menu-1 {
    background: rgba(238,225,205,1);
    background: -moz-linear-gradient(-45deg, rgba(238,225,205,1) 0%, rgba(196,153,107,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,225,205,1)), color-stop(100%, rgba(196,153,107,1)));
    background: -webkit-linear-gradient(-45deg, rgba(238,225,205,1) 0%, rgba(196,153,107,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(238,225,205,1) 0%, rgba(196,153,107,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(238,225,205,1) 0%, rgba(196,153,107,1) 100%);
    background: linear-gradient(135deg, rgba(238,225,205,1) 0%, rgba(196,153,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee1cd', endColorstr='#c4996b', GradientType=1 );
    border-radius: 15px;
    padding: 15px 22px;
    color: #0F2C39;
    font-weight: 500;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

header .right .menu-1 i {
    margin-left: 10px;
    font-size: 20px;
}

header .right .open-menu {
    background: rgb(255 255 255 / 15%);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 17px 18px;
    border-radius: 15px;
    cursor: pointer;
}

header .right .open-menu i {
    font-size: 14px;
    margin-left: 18px;
}

.openmenu {
    background: rgb(3 28 28 / 75%);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 674;
    transition: all .5s;
    transform: translateX(100vw);
    overflow: auto;
    max-height: 100vh;
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: stretch;
}

.openmenu .navs {
    margin-top: 70px;
    position: relative;
    z-index: 3;
}

.openmenu .navs li {
    margin-bottom: 27px;
    color: #BC9367;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.openmenu .navs li a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    text-transform: initial;
    display: flex;
    align-items: center;
}

.openmenu .navs li i {
    margin-left: 24px;
    font-size: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all .5s;
}

.openmenu .navs .dropdown li:hover i {
    opacity: 1;
    transform: translateX(15px);
}

.openmenu .navs .dropdown {
    margin-top: 15px;
    margin-bottom: 40px;
}

.openmenu .navs .dropdown li {
    margin-bottom: 0px
}

.openmenu .navs .dropdown li:hover a {
    color: #EEE1CD;
}

.openmenu .close {
    cursor: pointer;
    margin-left: 0;
    position: relative;
    padding: 0;
    margin-right: 0;
    background: #0F2C39;
    display: flex;
    width: 52px;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 72px;
    z-index: 9;
}

.openmenu .close span {
    position: absolute;
    content: " ";
    background: #fff;
    width: 19px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
    transform: rotate(45deg);
    transform-origin: center;
    top: 25px;
    bottom: 0;
}

.openmenu .close span+span {
    transform: rotate(-45deg);
    transform-origin: center;
}

.open-menu-container {
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: #0F2C39;
    padding: 30px 30px 30px 50px;
    position: relative;
}

.openmenu .lang {
    margin: 0 0px 0px 0px;
    padding-bottom: 5px;
}

.openmenu .logo {
    margin: 20px 0px 0px 0px;
    position: relative;
    z-index: 1
}


.open-menu-container:after {
    position: absolute;
    top: -240px;
    right: -287px;
    content: "";
    background-image: url(./logos/favicon.svg);
    height: 530px;
    width: 530px;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: cover;
    opacity: .2;
}

.menu-1-pop {
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 51px;
    background: #0F2C39;
    width: 100%;
    padding: 34px 34px 34px 48px;
    transition: all .5s;
    border-radius: 15px;
    display: none;
    transition: all .5s;
}

li:hover .menu-1-pop {
    display: block;
}

.menu-1-pop img {
    border-radius: 20px;
    height: 313px;
    width: 100%;
    object-fit: cover;
}

.menu-1 .menu-1-pop .title {
    color: #EEE1CD;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.menu-1 .menu-1-pop li {
    margin-bottom: 14px;
}

.menu-1 .menu-1-pop .border-right {
    border-right: 1px solid #fff;
    padding-right: 60px;
}

.menu-1 .menu-1-pop .menu1-left li:nth-last-child(2) {
    margin-top: 28px;
}

.menu-1 .menu-1-pop li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.menu-1 .menu-1-pop li:hover a,.menu-1 .menu-1-pop li.active a {
    color: #EEE1CD;
}

.menu-1 .menu-1-pop li a i {
    font-size: 10px;
    opacity: 0;
    transition: all .5s;
    margin-left: 15px;
    transform: translateX(0px);
}

.menu-1 .menu-1-pop li:hover a i,.menu-1 .menu-1-pop li.active a i {
    opacity: 1;
    transform: translateX(15px);
}

.menu-1 .menu-1-pop .menu1-right {
    display: none;
    padding-left: 54px;
    max-height: 337px;
    overflow: auto;
}

.menu-1 .menu-1-pop .menu1-right.active {
    display: block
}

footer {
    background: #0F2C39;
}

footer .top {
    padding: 40px 0;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

footer .center {
    padding: 50px 0;
}

footer .bottom {
    padding: 40px 0 32px;
    border-top: 1px solid rgb(255 255 255 / 25%);
}

footer .coconad {
    padding: 0px 0 32px;
}

footer .coconad a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
    opacity: .7;
}

footer .bottom .left {
    gap: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

footer .bottom .left img {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

footer .bottom ul {
    gap: 20px;
}

footer .bottom a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

footer .gunes {
    display: block;
    height: 60px;
    width: 43px;
}

footer .social a {
    color: #EEE1CD;
    font-size: 23px;
    margin-left: 18px;
}

footer .top .left {
    display: flex;
    gap: 8px;
    align-items: start;
}

footer .top .left .gunes:after {
    font-size: 39px;
    width: 50px;
    height: 50px;
}

footer .top .left div {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

footer .top .left b {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

footer .top .left p {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

footer .center .title {
    margin-bottom: 17px;
    color: #BC9367;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .center li {
    margin-bottom: 5px;
}

footer .center li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

footer .center .app {
    display: flex;
    background: rgb(255 255 255 / 5%);
    border-radius: 20px;
    padding: 38px 63px;
    width: 91%;
    float: right;
    gap: 20px;
}

footer .center .app h6 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 17px;
    margin-top: 0;
}

footer .center .app p {
    margin-top: 17px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 17px;
    color: #fff;
    line-height: 15px;
    max-width: 17rem;
}

footer .center .app .appplaystore {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .center .app .appplaystore a {
    background: rgb(255 255 255 / 10%);
    padding: 9px 16px;
    border-radius: 9px;
}

footer .center .app .screen {
    width: 25%;
}

.kesfet {
    text-align: center;
    margin-bottom: 66px;
}

.kesfet h4 {
    font-size: 42px;
    font-family: "Kalnia", serif;
    font-weight: 400;
    color: #0F2C39;
    margin-bottom: 0px;
    line-height: 40px;
}

.kesfet h5 {
    font-size: 181px;
    font-family: "Italianno", cursive;
    font-weight: 400;
    color: #0F2C39;
    margin-bottom: 0px;
    line-height: 162px;
}

.kesfet h6 {
    font-size: 128px;
    font-family: "Kalnia", serif;
    font-weight: 400;
    color: #0F2C39;
    margin-bottom: 40px;
    line-height: 64px;
}

.kesfet p {
    font-size: 20px;
    font-weight: 300;
    color: #0F2C39;
    max-width: 40rem;
    margin: 0px auto 56px;
}

.kesfet .icon {
    background: #0F2C39;
    padding: 158px 28px 28px;
    border-radius: 0 0 90px 90px;
    display: inline-block;
    margin-bottom: 35px;
}

.search {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.search input {
    border: 2px solid #BC9367;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    outline: none;
    width: 100%;
    padding: 35px 45px;
}

.search input:focus {
    border: 2px solid #707070;
}

.search i {
    position: absolute;
    top: 30px;
    right: 45px;
    color: #BC9367;
    font-size: 40px;
}

.search input::placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #BC9367;
}

.karatay-day-card {
   background: rgba(252,252,252,0);
background: -moz-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(252,252,252,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,0)), color-stop(100%, rgba(252,252,252,1)));
background: -webkit-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(252,252,252,1) 100%);
background: -o-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(252,252,252,1) 100%);
background: -ms-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(252,252,252,1) 100%);
background: linear-gradient(to bottom, rgba(252,252,252,0) 0%, rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc', GradientType=0 );
    padding-bottom: 142px;
}

.karatay-day-card .card a {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 30px 30px 55px 50px;
    margin-top: 20px;
    transition: all .5s;
    position: relative;
    top: 0;
    display: block;
    -webkit-box-shadow: 0px 0px 29px -17px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 29px -17px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 29px -17px rgba(0,0,0,0.25);
}

.karatay-day-card .card:hover a {
    top: -15px;
}

.karatay-day-card .card i {
    text-align: right;
    font-size: 72px;
    color: #BC9367;
    margin-bottom: -20px;
    display: block;
}

.karatay-day-card .card h4 {
    font-family: "Kalnia", serif;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    max-width: 10rem;
    color: #0F2C39;
}

.karatay-day-card .card p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    max-width: 14rem;
    color: #707070;
}

.home-group {
    background: #FCFCFC;
    padding-bottom: 105px;
}

.home-group h2 {
    font-size: 72px;
    font-weight: 400;
    color: #0F2C39;
    font-family: "Kalnia", serif;
    margin-bottom: 27px;
    text-align: center;
}

.home-group p {
    font-size: 24px;
    font-weight: 300;
    color: #707070;
    margin-bottom: 66px;
    text-align: center;
}

.tab-content .content {
    display: none;
}

.tab-content .content a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 25px;
    color: #fff;
    background: #0F2C39;
    border-radius: 15px;
    transition: all .5s;
}

.tab-content .content a:hover {
    background: #1C4658;
}

.tab-content .content.active {
    display: block;
}

.home-group .content .card {
    padding: 0 15px;
    margin-bottom: 30px;
}

.home-group .content .card .card-block {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.home-group .content .card .card-block:after {
    width: 0%;
    height: 100%;
    background: #0F2C39;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .85;
    transition: all .5s;
}

.home-group .content .card:hover .card-block:after {
    width: 100%;
}

.home-group .content .card img {
    height: 490px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.home-group .content .card .link {
    position: absolute;
    top: 30px;
    right: -130px;
    display: flex;
    z-index: 8;
    padding: 15px 24px;
    color: #0F2C39;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    background: rgba(188,147,103,1);
    background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#eee1cd', GradientType=1 );
    align-items: center;
    gap: 10px;
    transition: all .5s;
}

.home-group .content .card:hover .link {
    right: 30px;
}

.home-group .content .card .title {
    position: absolute;
    bottom: -150px;
    left: 50px;
    z-index: 8;
    transition: all .5s;
    width: 60%;
}

.home-group .content .card:hover .title {
    bottom: 50px;
}

.home-group .content .card .title h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}

.home-group .content .card .title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.home-group .tab {
    margin-bottom: 45px;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    column-gap: 10px;
    width: 100%;
    overflow: auto;
    align-items: center;
    cursor: grab;
    padding-bottom: 15px;
}
.tab::-webkit-scrollbar {
    height: 6px;
}

.tab::-webkit-scrollbar-thumb {
    background-color: #BC9367;
    border-radius: 3px;
}
.home-group .tab .tab-link {
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #BC9367;
    padding: 10px 22px;
    border-radius: 10px;
    background: transparent;
    white-space: nowrap;
}

.home-group .tab .tab-link.active {
    color: #0F2C39;
    background: transparent;
}

.home-group .tab .tab-link:hover {
    color: #0F2C39;
    background: rgba(188,147,103,1);
    background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#eee1cd', GradientType=1 );
}

.home-group .slick-list {
    margin: 0 -30px;
}

.home-gast {
    background: #FCFCFC;
    position: relative;
    overflow: hidden;
}

.home-gast:after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28%;
}

.home-gast h2 {
    font-size: 15vw;
    margin-left: -3vw;
    font-weight: 900;
    color: rgb(188 188 188 / 10%);
    text-transform: uppercase;
}

.home-gast .content {
    margin-top: -8vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.home-gast .content .left {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 60px;
}

.home-gast .content .right {
    width: 66%;
}

.home-gast .arrows li {
    background: #DFDFDF;
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    margin-right: 9px;
    cursor: pointer;
}

.home-gast .arrows li:last-child {
    background: rgba(188,147,103,1);
    background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#eee1cd', GradientType=1 );
}

.home-gast .slick-list {
    padding: 0px 20% 0 0 !important;
}

.home-gast .slick-list img {
    border-radius: 20px;
    width: 100%;
    min-height: 490px;
    object-fit: cover;
}

.home-gast h3 {
    font-size: 16px;
    font-weight: 900;
    color: #707070;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-gast h4 {
    font-size: 64px;
    font-weight: 400;
    color: #0F2C39;
    margin-bottom: 30px;
    font-family: "Kalnia", serif;
    letter-spacing: -2.5px;
    line-height: 68px;
}

.home-gast p {
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    margin-bottom: 0px;
}

.gastronomi-slider .slide {
    position: relative;
    overflow: hidden;
    border-radius: 40px
}

.gastronomi-slider .slide:after {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(15,44,57,1);
    background: -moz-linear-gradient(45deg, rgba(15,44,57,1) 0%, rgba(10,36,36,0) 54%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(15,44,57,1)), color-stop(54%, rgba(10,36,36,0)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(45deg, rgba(15,44,57,1) 0%, rgba(10,36,36,0) 54%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(45deg, rgba(15,44,57,1) 0%, rgba(10,36,36,0) 54%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(15,44,57,1) 0%, rgba(10,36,36,0) 54%, rgba(231,56,39,0) 100%);
    background: linear-gradient(45deg, rgba(15,44,57,1) 0%, rgba(10,36,36,0) 54%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2c39', endColorstr='#e73827', GradientType=1 );
}

.gastronomi-slider .details {
    position: absolute;
    bottom: -42px;
    left: 60px;
    z-index: 3;
    transition: all .5s;
}

.gastronomi-slider .slide:hover .details {
    bottom: 40px;
}

.gastronomi-slider .details h5 {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}

.gastronomi-slider .details h6 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 55px;
    line-height: 35px;
    transition: all .5s;
}

.gastronomi-slider .slide:hover .details h6 {
    margin-bottom: 32px;
}

.gastronomi-slider .details a {
    font-size: 14px;
    font-weight: 500;
    color: #0F2C39;
    margin-bottom: 0px;
    background: rgba(188,147,103,1);
    background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#eee1cd', GradientType=1 );
    padding: 12px 24px;
    border-radius: 10px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.home-video {
    margin-top: 168px;
    position: relative;
}

.home-video .content {
    position: absolute;
    transition: all 2s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-video .content h3 {
    font-family: "Italianno", cursive;
    font-size: 160px;
    line-height: 80px;
    color: #fff;
    font-weight: 400;
}

.home-video .content h4 {
    font-weight: 900;
    font-size: 275px;
    color: #fff;
    line-height: 120px;
}

.home-video .hidden {
    opacity: 0;
    visibility: hidden;
}

#playButton {
    border: none;
    background: rgba(188,147,103,1);
    background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#eee1cd', GradientType=1 );
    padding: 16px 26px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 9px;
}

#playButton:hover {
    color: #EEE1CD;
    background: #1C4658;
}

#pauseButton {
    border: none;
    background: rgba(188,147,103,1);
    background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#eee1cd', GradientType=1 );
    padding: 16px 26px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 9px;
    position: absolute;
    left: 50px;
    bottom: 50px;
    display: none;
}

#pauseButton:hover {
    color: #EEE1CD;
    background: #1C4658;
}

.etkinlik {
    margin: 120px 0;
    position: relative;
}
.etkinlik .top h2 {
  font-family: "Kalnia", serif;
  font-size: 72px;
  letter-spacing: -1.5px;
  line-height: 97px;
  font-weight: 400;
  color: #0F2C39;
}
.etkinlik .top p {
  color: #0F2C39;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.etkinlik .etkinlik-sliders {
    padding: 0 60px;
}

.etkinlik .etkinlik-slide {
    border-radius: 20px;
    overflow: hidden;
}

.etkinlik .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.etkinlik .content {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.etkinlik .details {
    display: flex;
    align-items: end;
    justify-content: space-between
}

.etkinlik .content .left {
    background: #fff;
    width: 60%;
    border-top-right-radius: 40px;
    padding: 67px 80px 67px calc(var(--container-out) - 60px);
}

.etkinlik .content .right {
    background: #fff;
    width: 40%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 30px calc(var(--container-out) - 60px) 30px 82px;
    position: relative;
    gap: 50px;
    justify-content: space-between;
}

.etkinlik .content .right:after {
    background: #0F2C39;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    border-bottom-left-radius: 40px;
}

.etkinlik .slick-slider-dots {
    position: relative;
    z-index: 8
}

.etkinlik .slick-dots {
    display: flex;
    align-items: center;
    gap: 50px;
}

.etkinlik .slick-dots button {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #BC9367;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 20px;
    padding-top: 2px;
}

.etkinlik .slick-dots .slick-active button {
    color: #fff;
}

.etkinlik .slick-prev {
    display: none;
}

.etkinlik .etkinlik-next {
    position: relative;
    z-index: 8;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.etkinlik .details {
    padding: 0 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.etkinlik .details h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #0F2C39;
    letter-spacing: -1.5px;
    margin-bottom: 26px;
    animation: showcontent .8s ease-in-out 0.3s 1 forwards;
}

.etkinlik .details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: #0F2C39;
    max-width: 41rem;
    animation: showcontent 1s ease-in-out 0.3s 1 forwards;
}

.home-mevsim {
    position: relative;
}

.home-mevsim .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.home-mevsim .content h2 {
    color: #fff;
    font-size: 128px;
    line-height: 75px;
    font-family: "Italianno", cursive;
}

.home-mevsim .content h3 {
    color: #fff;
    margin-bottom: 45px;
    font-size: 96px;
    font-weight: 900;
    line-height: 110px;
}

.home-mevsim .content p {
    color: #fff;
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.home-mevsim .content a {
    color: #fff;
    background: #0F2C39;
    border-radius: 12px;
    padding: 17px 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.home-mevsim .content a:hover {
    background: #1C4658;
}

.home-instagram {
    margin: 120px 0;
}

.instagram-slide {
    position: relative;
}

.instagram-slide .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgb(15 44 57 / 30%);
    opacity: 0;
    transition: all .5s;
}

.instagram-slide .icon i {
    font-size: 60px;
    color: #fff;
}

.instagram-slide:hover .icon {
    opacity: 1;
}

.instagram-slider .slick-list {
    padding: 0px 10% 0 10% !important;
}

.home-instagram h2 {
    color: #0F2C39;
    font-size: 64px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -2.5px;
    margin-bottom: 20px;
}

.home-instagram p {
    color: #0F2C39;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 50px;
}

.sablon-video {
    margin-top: 0;
}

.sablon-video video {
    height: calc(100vh - 156px);
    object-fit: cover;
    width: 100%;
}

.sablon-video img {
    height: calc(100vh - 156px);
    object-fit: cover;
    width: 100%;
}

.sablon-video .content h4 {
    font-weight: 900;
    font-size: 275px;
    color: #fff;
    line-height: 140px;
    margin-bottom: 80px;
}

.history {
    margin-bottom: 259px;
    text-align: Center;
    margin-top: 175px;
}

.history h4 {
    font-family: "Kalnia", serif;
    color: #0F2C39;
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    letter-spacing: -2.5px;
    margin-bottom: 27px;
}

.history p {
    color: #707070;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 50px;
    max-width: 59rem;
    margin: 0 auto 50px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* Create 4 columns */
    grid-template-rows: repeat(4, 372px);
    /* Create 5 rows */
    gap: 19px;
    margin: 0 auto;
}

.grid-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    border-radius: 20px;
    transform: scale(1);
}

.grid-container .grid:hover img {
    transform: scale(.97);
}

.grid-container .grid {
    border-radius: 20px;
    overflow: hidden;
}

.grid-container .grid:nth-child(6n+1) {
    grid-column: 1 / span 4;
    grid-row: 1 / span 2;
}

.grid-container .grid:nth-child(6n+2) {
    grid-column: 5 /span 3;
    grid-row: 1;
}

.grid-container .grid:nth-child(6n+3) {
    grid-column: 5 /span 3;
    grid-row: 2;
}

.grid-container .grid:nth-child(6n+4) {
    grid-column: 1 / span 3;
    grid-row: 3;
}

.grid-container .grid:nth-child(6n+5) {
    grid-column: 1 /span 3;
    grid-row: 4;
}

.grid-container .grid:nth-child(6n+6) {
    grid-column: 4/ span 4;
    grid-row: 3 / span 2;
}

.sablon-card-2 {
    margin-bottom: 100px;
}

.sablon-card-2 p {
    font-size: 16px;
    color: #0F2C39;
    font-weight: 300;
    margin: 0 auto 28px;
    line-height: 28px;
    max-width: 57rem;
}

.sablon-card-2 .content {
    border-radius: 80px;
    padding: 96px 0;
    text-align: center;
    margin-bottom: 100px;
    margin-top: -110px;
    position: relative;
    z-index: 8;
}

.sablon-card-2 .content.bg-blue {
    background: #0F2C39;
}

.sablon-card-2 .content.bg-green {
    background: #014E44;
    padding: 115px 0;
}

.sablon-card-2 .content.bg-blue img {
    margin-bottom: 37px;
}

.sablon-card-2 .content.bg-blue h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    font-family: "Kalnia", serif;
    letter-spacing: -1.5px;
    max-width: 56rem;
    margin: 0 auto 37px;
}

.sablon-card-2 .content.bg-blue p {
    color: #DFDFDF;
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
    max-width: 46rem;
    margin: 0 auto;
}

.history-list {
    background: #F9F9F9;
    padding: 128px 0;
}

.history-list h2 {
    font-family: "Kalnia", serif;
    font-size: 48px;
    letter-spacing: -2.5px;
    line-height: 54px;
    text-align: center;
    color: #0F2C39;
    margin-bottom: 10px;
}

.history-list p {
    font-size: 16px;
    line-height: 21px;
    max-width: 54rem;
    margin: 0 auto;
    text-align: center;
    color: #707070;
}

.history-list .lists {
    margin-top: 78px;
}

.history-list .lists .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 89px;
    gap: 150px;
}

.history-list .lists .list img {
    border-radius: 40px;
    width: 60%;
}

.history-list .lists .list .detail {
    width: 40%;
}

.history-list .lists .list:nth-child(2n+0) {
    flex-direction: row-reverse;
}

.history-list .lists .list:last-child {
    margin-bottom: 0
}

.history-list .lists .list .detail h3 {
    font-family: "Kalnia", serif;
    font-size: 32px;
    letter-spacing: -1.5px;
    line-height: 40px;
    text-align: left;
    color: #0F2C39;
    margin-bottom: 36px;
}

.history-list .lists .list .detail p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
    color: #707070;
}

.home-video.sablon-img .content h3 {
    font-family: "Italianno", cursive;
    font-size: 72px;
    line-height: 80px;
    color: #fff;
    font-weight: 400;
}

.home-video.sablon-img .content h4 {
    font-weight: 900;
    font-size: 96px;
    color: #fff;
    line-height: 33px;
}

.profile {
    margin-bottom: 20px;
    margin-top: 220px;
}

.profile-sliders .slick-list {
    padding: 0px 10% 0 10% !important;
}

.profile-sliders .slick-slide {
    margin: 0 40px;
}

.profile-sliders .slick-list {
    margin: 0 -40px;
}

.profile-sliders .slick-dots {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.profile-sliders .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
    transition: all .5s;
}

.profile-sliders .slick-dots li button:before {
    content: "";
    width: 8px;
    background: #AEAEAE;
    height: 8px;
    border: 4px solid #AEAEAE;
    border-radius: 20px;
    transition: all .5s;
}

.profile-sliders .slick-dots li.slick-active button:before {
    border: 4px solid #BC9367;
    background: #BC9367;
}

.profile-sliders h1 {
    font-family: "Kalnia", serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1.5px;
    line-height: 40px;
    color: #014E44;
    margin-bottom: 36px;
}

.profile-sliders p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707070;
    max-width: 25rem;
}

.profile-slide {
    opacity: .5;
}

.profile-slide.slick-active {
    opacity: 1;
}

.attachment-video {
    margin-top: 100px;
    padding-left: var(--container-out);
    padding-right: var(--container-out);
    transition: all 1s;
    margin-bottom: 96px;
}

.attachment-video.active {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.attachment-video video {
    border-radius: 50px;
    transition: all 1s;
}

.attachment-video.active video {
    border-radius: 0px;
}

.opsiyon {
    text-align: center;
    margin-bottom: 220px;
}

.opsiyon i {
    font-size: 140px;
    color: #DFDFDF;
    margin-bottom: 53px;
}

.opsiyon p {
    font-size: 32px;
    color: #0F2C39;
    font-family: "Kalnia", serif;
    line-height: 48px;
    letter-spacing: -.5px;
    margin: 0 auto;
    max-width: 74rem;
}

.eserler {
    position: relative;
    padding: 145px 0;
}

.eserler .items {
    position: relative;
    z-index: 8;
}

.eserler:after {
    background: #014E44;
    content: "";
    position: absolute;
    top: 0;
    left: var(--container-out);
    width: var(--container-width);
    height: 100%;
    border-radius: 36px;
}

.eserler p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #DFDFDF;
    margin-bottom: 10px;
    text-align: Center;
}

.eserler h5 {
    font-family: "Kalnia", serif;
    font-size: 64px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: -1.5px;
    color: #EEE1CD;
    text-align: Center;
    margin-bottom: 64px;
}

.eserler-sliders .slick-list {
    padding: 0px 9% 0 9% !important;
}

.eserler-sliders .slick-slide {
    margin: 0 15px;
}

.eserler-sliders .slick-list {
    margin: 0 -15px;
}

.eserler-slide {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 36px -15px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 36px -15px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 30px -15px rgba(0,0,0,0.52);
    padding: 50px 55px 55px;
}

.eserler-slide:hover {
    background: #EEE1CD;
}

.eserler-sliders .slick-dots {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
}

.eserler-sliders .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
    transition: all .5s;
}

.eserler-sliders .slick-dots li button:before {
    content: "";
    width: 8px;
    background: #AEAEAE;
    height: 8px;
    border: 4px solid #AEAEAE;
    border-radius: 20px;
    transition: all .5s;
}

.eserler-sliders .slick-dots li.slick-active button:before {
    border: 4px solid #BC9367;
    background: #BC9367;
}

.eserler .eserler-slide h1 {
    margin-bottom: 50px;
    color: #0F2C39;
    font-size: 32px;
    line-height: 40px;
    font-family: "Kalnia", serif;
}

.eserler .eserler-slide p {
    text-align: left;
    min-height: 215px;
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.mevlana-sems {
    margin-top: 220px;
}

.mevlana-sems h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #707070;
    margin-top: 48px;
}

.mevlana-sems h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 40px;
    color: #014E44;
    margin-top: 15px;
    font-family: "Kalnia", serif;
    letter-spacing: -1.5px;
    margin-bottom: 70px;
}

.mevlana-sems p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #707070;
    max-width: 58rem;
    margin: 20px auto;
}

.ms-lists {
    display: flex;
    align-items: start;
    gap: 180px;
    margin-top: 104px;
}

.ms-lists .list {
    border-left: 0.5px solid #014E44;
    padding-left: 40px;
}

.ms-lists .list h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #014E44;
    margin-bottom: 38px;
}

.ms-lists .list p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #707070;
}

.mihrimah {
    margin: 220px 0;
}

.mihrimah h6 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 400px;
    color: #707070;
}

.mihrimah h2 {
    margin-bottom: 55px;
    text-align: center;
    font-size: 64px;
    font-weight: 400px;
    color: #014E44;
    font-family: "Kalnia", serif;
    letter-spacing: -1.5px;
    line-height: 80px;
}

.mihrimah img {
    border-radius: 20px;
    transition: all 1s;
    transform: scale(1);
}

.mihrimah img:hover {
    transform: scale(1.04)
}

.mihrimah .play-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mihrimah .play-link a {
    background: #0F2C39;
    border-radius: 10px;
    padding: 15px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: Center;
    gap: 7px;
}

.mihrimah .play-link a:hover {
    background: #1C4658;
}

.sema-pro {
    position: relative;
    margin-bottom: 221px;
    padding: 110px 0 60px;
}

.sema-pro:after {
    background: #014E44;
    content: "";
    position: absolute;
    top: 0;
    left: var(--container-out);
    width: var(--container-width);
    height: 100%;
    border-radius: 36px;
    z-index: -1;
}

.sema-sliders .slick-list {
    padding: 0px 32% 0 32% !important;
}

.sema-sliders .slick-slide {
    margin: 0 15px;
}

.sema-sliders .slick-list {
    margin: 0 -15px;
}

.sema-sliders .slick-list img {
    border-radius: 20px;
}

.sema-sliders .slick-dots {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
}

.sema-sliders .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
    transition: all .5s;
}

.sema-sliders .slick-dots li button:before {
    content: "";
    width: 8px;
    background: #AEAEAE;
    height: 8px;
    border: 4px solid #AEAEAE;
    border-radius: 20px;
    transition: all .5s;
}

.sema-sliders .slick-dots li.slick-active button:before {
    border: 4px solid #BC9367;
    background: #BC9367;
}

.sema-pro h4 {
    font-size: 64px;
    margin-bottom: 15px;
    color: #EEE1CD;
    letter-spacing: -1.5px;
    font-family: "Kalnia", serif;
    text-align: center;
}

.sema-pro p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 52px;
    color: #DFDFDF;
    font-weight: 300;
    text-align: center;
    max-width: 43rem;
}

.sema-pro .arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    gap: 12px;
}

.sema-pro .arrows span {
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(238,225,205,1);
    background: -moz-linear-gradient(45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(238,225,205,1)), color-stop(100%, rgba(188,147,103,1)));
    background: -webkit-linear-gradient(45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 100%);
    background: -o-linear-gradient(45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 100%);
    background: linear-gradient(45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee1cd', endColorstr='#bc9367', GradientType=1 );
}

.sema-pro .arrows span.sema-next {
    background: rgba(238,225,205,1);
    background: -moz-linear-gradient(-45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,225,205,1)), color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(-45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(135deg, rgba(238,225,205,1) 0%, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee1cd', endColorstr='#eee1cd', GradientType=1 );
}

.sema-pro .arrows i {
    font-size: 14px;
    color: #fff;
}

.banner {
    position: relative;
    min-height: 600px;
    background-position: center;
    background-size: cover;
}

.banner:after {
    position: absolute;
    background: rgba(10,36,36,1);
    background: -moz-linear-gradient(45deg, rgba(10,36,36,1) 0%, rgba(3,28,28,0.45) 46%, rgba(3,28,28,0) 80%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(10,36,36,1)), color-stop(46%, rgba(3,28,28,0.45)), color-stop(80%, rgba(3,28,28,0)));
    background: -webkit-linear-gradient(45deg, rgba(10,36,36,1) 0%, rgba(3,28,28,0.45) 46%, rgba(3,28,28,0) 80%);
    background: -o-linear-gradient(45deg, rgba(10,36,36,1) 0%, rgba(3,28,28,0.45) 46%, rgba(3,28,28,0) 80%);
    background: -ms-linear-gradient(45deg, rgba(10,36,36,1) 0%, rgba(3,28,28,0.45) 46%, rgba(3,28,28,0) 80%);
    background: linear-gradient(45deg, rgba(10,36,36,1) 0%, rgba(3,28,28,0.45) 46%, rgba(3,28,28,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2424', endColorstr='#031c1c', GradientType=1 );
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.breadcrumb {
    position: relative;
    z-index: 2;
    margin-bottom: 95px;
    padding-top: 30px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb ul li {
    position: relative;
    padding-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
}

.breadcrumb ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-transform: capitalize;
}

.breadcrumb li i {
    color: #fff;
    font-size: 10px;
}

.banner .bottom {
    position: relative;
    z-index: 2;
}

.banner .icon {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner .icon span {
    color: #fff;
    width: 13rem;
}

.banner h1 {
    color: #fff;
    max-width: 34rem;
    font-size: 54px;
    font-family: "Kalnia", serif;
    line-height: 54px;
    letter-spacing: -0.5px;
    margin-bottom: 28px;
    font-weight: 400;
}

.banner p {
    color: #fff;
    max-width: 27rem;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner p i {
    font-size: 19px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 3px solid #fff;
}

.banner p span {
    width: calc(100% - 36px);
}

.page {
    margin: 51px 0 80px;
}

.video-foto .tab {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 60px;
    gap: 10px;
}

.video-foto .tab li {
    border-radius: 10px;
    padding: 15px 32px;
    background: rgba(245,245,245,1);
    background: -moz-linear-gradient(-45deg, rgba(245,245,245,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(207,207,207,1)));
    background: -webkit-linear-gradient(-45deg, rgba(245,245,245,1) 0%, rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(245,245,245,1) 0%, rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(245,245,245,1) 0%, rgba(207,207,207,1) 100%);
    background: linear-gradient(135deg, rgba(245,245,245,1) 0%, rgba(207,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cfcfcf', GradientType=1 );
}

.video-foto .tab li.active,.video-foto .tab li:hover {
    background: rgba(188,147,103,1);
    background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#eee1cd', GradientType=1 );
}

.video-foto .tab li a {
    color: #0F2C39;
    font-size: 16px;
    font-weight: 500;
}

.video-foto .tab li.active a,.video-foto .tab li:hover a {
    color: #fff;
}

.video-foto .content .item {
    overflow: hidden;
    position: relative;
    transition: all .5s;
    transform: scale(1);
    height: 100%;
    border-radius: 20px;
}
.video-foto .content .item a {
   
    height: 100%;
}
.video-foto .content .item img {
   object-fit:cover;
    height: 100%;
}
.video-foto .content .item:hover {
    transform: scale(.92);
}

.video-foto .page-video-play {
    background: rgba(188,147,103,1);
    background: -moz-linear-gradient(45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(238,225,205,1)));
    background: -webkit-linear-gradient(45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -o-linear-gradient(45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    background: linear-gradient(45deg, rgba(188,147,103,1) 0%, rgba(238,225,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#eee1cd', GradientType=1 );
    color: #0F2C39;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 15px 24px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    height: initial !important;
}

.page-google .items {
    border: .25px solid #aeaeae4f;
}

.page-google .items .content {
    margin-top: 44px;
    padding: 0 30px 32px;
}

.page-google .items .content h1 {
    font-size: 20px;
    line-height: 25px;
    color: #0F2C39;
    font-weight: 900;
    margin-bottom: 20px;
}

.page-google .items .content p {
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    margin-bottom: 20px;
}

.page-google .items .content h6 {
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    margin-bottom: 20px;
}

.page-google .items .content h6 b {
    font-weight: 700;
}

.page-google .items .content a {
    background: #0F2C39;
    padding: 15px 24px;
    border-radius: 10px;
    color: #EEE1CD;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.page-google .items .content .konum {
    background: #F8F8F8;
    padding: 16px 30px;
    margin-bottom: 0;
    border-radius: 10px;
}

.page-google .items .content .puan {
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-google .items .content .puan .google {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.page-google .items .content .puan .google img {
    height: 48px;
    background: rgb(52 224 161 / 10%);
    padding: 10px;
    border-radius: 50px;
}

.page-google .items .content .puan .google span {
    font-size: 12px;
    line-height: 15px;
    color: #707070;
}

.page-google .items .content .puan .google h2 {
    color: #0F2C39;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
}

.kategori-list .content {
    position: relative;
    padding: 40px 40px 40px 120px;
    overflow: hidden;
    border-radius: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 50px;
	margin-bottom:88px;
}

.kategori-list .content:after {
    content: "";
    background: rgba(245,236,220,1);
    background: -moz-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(245,236,220,1)), color-stop(100%, rgba(188,147,103,1)));
    background: -webkit-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
    background: -o-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
    background: linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ecdc', endColorstr='#bc9367', GradientType=1 );
    width: 100%;
    height: 62%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .7s;
    border-radius: 40px;
}

.kategori-list .content:hover:after {
    width: 100%;
    height: 100%;
}

.kategori-list .content .left {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kategori-list .content .left .bottom {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.kategori-list .content .left .bottom a {
    background: #0F2C39;
    padding: 15px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #EEE1CD;
    border-radius: 10px;
}

.kategori-list .content .left .bottom .icon-info-solid {
    background: #EEE1CD;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    color: #0F2C39;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kategori-list .content .right {
    width: 62%;
    overflow: hidden;
    border-radius: 40px;
    height: 460px;
    transition: all .5s;
}

.kategori-list .content .right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateX(20%);
    transform-origin: center right;
    transition: all .8s;
    border-radius: 40px;
}

.kategori-list .content:hover .right img {
    transform: translateX(0%);
}
.kategori-list .content .left .top span {
    
    font-size: 20px;
	line-height:25px;
	margin-bottom:10px;
    font-weight: 500;
    color: #0F2C39;
	display:block;
}
.kategori-list .content .left .top h2 {
    font-family: "Kalnia", serif;
    font-size: 48px;
	letter-spacing:-1.5px;
	margin-bottom:30px;
    font-weight: 400;
	line-height:54px;
    color: #0F2C39;
}
.kategori-list .content .left .top p {
      color: #0F2C39;
    font-size: 14px;
    font-weight: 400;line-height:20px;
	
}
.kategori-list .content:nth-child(2n+0) {
   
    padding: 40px 120px 40px 40px;
   
}
.kategori-list .content:nth-child(2n+0) .right img {
    transform: translateX(-20%);
}
.kategori-list .content:nth-child(2n+0):hover .right img {
    transform: translateX(0%);
}
.rota{padding-top: 140px;
    background: #F9F9F9;
    text-align: center;}
.rota h3 { font-family: "Kalnia", serif;
	  font-size: 48px;
	letter-spacing:-1.5px;
	margin-bottom:10px;
    font-weight: 400;
	line-height:54px;
    color: #0F2C39;
	}
.rota p {
	font-size: 20px;
	line-height:25px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #0F2C39;
	}
.rota a {
	display: inline-flex;
	align-items:center;
	gap:10px;
	font-size: 14px;
	line-height:14px;
	font-weight: 500;
	color: #EEE1CD;
	background:#0F2C39;
	padding:15px 24px;
	border-radius:10px;
	margin-bottom: 95px;
}

.day-list .content {
    position: relative;
    padding: 50px 40px 50px 70px;
    overflow: hidden;
    border-radius: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 50px;
    margin-bottom:88px;
}
.day-list .content .right .bottom a {
    background: #0F2C39;
    padding: 15px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #EEE1CD;
    border-radius: 10px;
}

.day-list .content .right .bottom .icon-info-solid {
    background: #EEE1CD;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    color: #0F2C39;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.day-list .content .right .top span {
    
    font-size: 24px;
	line-height:32px;
	margin-bottom:20px;
    font-weight: 300;
    color: #707070;
	display:block;
}
.day-list .content .right .top h2 {
    font-family: "Kalnia", serif;
    font-size: 42px;
    letter-spacing:-1.5px;
    margin-bottom:36px;
    font-weight: 400;
    line-height: 50px;
    color: #0F2C39;
}
.day-list .content .right .top p {
      color: #0F2C39;
    font-size: 16px;
    font-weight: 400;line-height:24px;
	
}
.day-list .content img {border-radius: 20px;position:relative;left:0;transition:all .7s;width: 100%;height: 380px;object-fit: cover;}
.day-list .content:hover img {left:-10px;}
.day-list .content:after {
    content: "";
  background: rgba(188,147,103,1);
background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(245,236,220,1)));
background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#f5ecdc', GradientType=1 );
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .7s;
    border-radius: 40px;
}

.day-list .content:nth-child(2n+0):after {
   left: initial;
   right: 0;
   background: rgba(245,236,220,1);
   background: -moz-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(245,236,220,1)), color-stop(100%, rgba(188,147,103,1)));
   background: -webkit-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   background: -o-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   background: -ms-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   background: linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ecdc', endColorstr='#bc9367', GradientType=1 );
}

.day-list .content:hover:after {
    width: 100%;
}
.day-list .content .left {
    width: 47.2%;
    height: 100%;
}
.day-list .content .right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
}
.day-list .content .right .bottom {
   margin-bottom: 0px;
}
.day-list .content:nth-child(2n+0) {
  
    flex-direction: row-reverse;
}
.other-day  {margin-top:195px;}
.other-day p {font-size:20px;font-weight:500;margin-bottom:10px;color:#707070;text-align: center;}
.other-day h5 {font-family: "Kalnia", serif;font-size:48px;font-weight:400;margin-bottom:55px;color:#BC9367;line-height:54px;letter-spacing:-1.5px;text-align: center;}

.grid-container-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    max-width: 100%;
    margin: 0;
}

.grid-item-2 {
    overflow: hidden;
    border-radius: 15px;
    grid-column: span 2;
    grid-row: span 1;
    max-height: 290px;
}

.grid-item-2 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.grid-item-2:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
    max-height: 610px;
}
.grid-item-2:nth-child(6n+5) {
    grid-column: span 2;
    grid-row: span 2;
    max-height: 610px;
}
.review  .stars .options .option input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.review .left .stars {
    display: flex;
    column-gap: 30px;
    align-items: center;
    height: 64px;
    background: #BC9367;
    border-radius: 5px;
    padding: 0 21px;
}

.review .left.stars p {
    margin: 0;
}

.review .left .stars .options {
    display: flex;
    column-gap: 5px;
}

.review .left .stars .options .option {
    position: relative;
}

.review .left .stars .options .option input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.review .left .stars .options .option label {
    cursor: pointer;
    user-select: none;
}

.review .left .stars .options .option label i {
    font-weight: lighter;
    color: #fff;
    font-size: 18px;
}
.review .left .stars .options .option.active i {
    color: #FFAA00;
    font-weight: bolder;
}
.page-detail{margin:100px 0;}
.page-detail p{font-size:20px;line-height:32px;color:#0F2C39;}
.suggestion{position:relative;margin-bottom:50px;text-align:center;}
.suggestion .top{position:relative;padding-top:95px;margin-bottom: 0;padding-bottom: 0;}
.suggestion .top:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;
	  background: rgba(245,236,220,1);
   background: -moz-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(245,236,220,1)), color-stop(100%, rgba(188,147,103,1)));
   background: -webkit-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   background: -o-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   background: -ms-linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   background: linear-gradient(45deg, rgba(245,236,220,1) 0%, rgba(188,147,103,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ecdc', endColorstr='#bc9367', GradientType=1 );
	}
.suggestion span{font-size:24px;line-height:30px;color:#0F2C39;}
.suggestion h2{font-family: "Kalnia", serif;font-size: 48px;font-weight:400;margin-bottom:55px;color: #0F2C39;line-height: 55px;letter-spacing:-1.5px;margin-top: 20px;}
.suggestion img{border-radius: 15px 15px 0px 0px;margin-bottom: -4px;}
.suggestion .default-container{padding: 0 8%;}
.suggestion .bottom .bg-color{background:#0F2C39;padding: 38px 0;margin-top: 0px;border-radius: 0px 0px 15px 15px;color: #fff;}
.suggestion h3{
    font-family: "Kalnia", serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    letter-spacing: -1.5px;
    margin: 0 auto 20px;
    max-width: 29rem;
}
.suggestion p{
    font-size: 16px;
    color: #DFDFDF;
    line-height: 24px;
    font-weight: 300;
    margin: 0 auto 25px;
    max-width: 44rem;
}
.suggestion a{color:#0F2C39;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:10px;padding:15px 24px;border-radius:15px; background: rgba(188,147,103,1);
background: -moz-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,147,103,1)), color-stop(100%, rgba(245,236,220,1)));
background: -webkit-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
background: -o-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
background: linear-gradient(135deg, rgba(188,147,103,1) 0%, rgba(245,236,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9367', endColorstr='#f5ecdc', GradientType=1 );}
.opsiyon-detay{margin-bottom:50px;}
.opsiyon-detay img{border-radius:20px;}
.opsiyon-detay h4{
    font-size: 24px;
    color: #0F2C39;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 10px;
    }
.opsiyon-detay p{
    font-size: 16px;
    color: #707070;
    line-height: 24px;
    font-weight: 400;
    max-width: 44rem;
    padding-left: 10px;
}
.review {margin-top:96px;margin-bottom: 90px;}
.review .form-content{background:#F9F9F9;border-radius:40px;padding:96px 0;}
.review .form-content form{display:flex;align-items: stretch;justify-content:space-between;}
.review .form-content form .left{width:50%;display: flex;flex-direction: column;justify-content: space-between;}
.review .form-content form .right{width:40%}
.review .form-content form h5{font-size: 16px;font-weight: 500;line-height:21px;color:#707070;margin-bottom:11px;text-transform: uppercase;}
.review .form-content form h6{font-family: "Kalnia", serif;font-size:64px;letter-spacing:-1.5px;line-height:64px;color:#0F2C39;margin-bottom:83px;font-weight:400;}
.review .form-content form p{font-size: 14px;font-weight: 400;color:#707070;margin-bottom:16px;}
.review .left .stars p{
  color:#fff;
  font-size:20px;
  font-weight:500;
  margin: 0;
}
.review .form-content form input{width:100%;border:none;background:#fff;height:48px;border-radius:5px;margin-bottom:15px;padding:15px;color:#0F2C39;font-size:16px;font-weight:500;}
.review .form-content form textarea{width:100%;border:none;background:#fff;border-radius:5px;min-height:170px;padding:15px;margin-bottom:30px;color:#0F2C39;font-size:16px;font-weight:500;}

.review .form-content form .right p {
    font-size: 12px;
    font-weight: 400;
    color: #707070;line-height:15px;
}
.review .form-content form .right button {padding: 18px 27px;color:#fff;border:none;border-radius:10px;background:#0F2C39;display: inline-flex;justify-content: center;align-items: center;gap: 10px;float: right;}
.review .form-content form .right button:hover {background:#1C4658;}
.review .form-content form textarea::placeholder,.review .form-content form input::placeholder{font-size:14px;font-weight:400;color:#BCBCBC;}
.review-list {background:#fff;border-radius:10px;padding:32px 50px;}
.review-slider {margin-top:135px;}
.review-slider .slick-slide {
    margin: 0 10px;
}

.review-slider .slick-list {
    margin: 0 -10px;
}
.review-slider .slick-dots {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
}

.review-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
    transition: all .5s;
}

.review-slider .slick-dots li button:before {
    content: "";
    width: 8px;
    background: #AEAEAE;
    height: 8px;
    border: 4px solid #AEAEAE;
    border-radius: 20px;
    transition: all .5s;
}

.review-slider .slick-dots li.slick-active button:before {
    border: 4px solid #BC9367;
    background: #BC9367;
}
.review-list .bottom{display:flex;align-items:center;gap:15px;border-top: 1px solid rgb(174 174 174 / 25%);padding-top:30px;margin-top:30px;}
.review-list .bottom h5{margin-bottom:0;font-size:14px;font-weight:500;color:#0F2C39;}
.review-list .bottom i{color:#BCBCBC;}
.review-list .bottom i.active{color:#FFAA00;}
.review-list .date{ font-size: 12px;
    color: #707070;
    line-height: 14px;
    font-weight: 400;margin-bottom:12px;}
.review-list .namesurname{ font-size: 18px;
    color: #0F2C39;
    line-height: 24px;
    font-weight: 400; font-family: "Kalnia", serif;margin-bottom:24px;}
.review-list p{ font-size: 14px;
    color: #0F2C39;
    line-height: 24px;
    font-weight: 300;}
    .kvkk{margin: 75px 0;}
.kvkk .sidebar {width: 16%;border-right: 1px solid rgb(112 112 112 / 25%);}
.kvkk .sidebar a{color:#707070;font-size: 16px;}
.kvkk .sidebar li:hover a,.kvkk .sidebar li.active a{color:#0F2C39;font-weight:500;}
.kvkk .content {width: 75%;}
.kvkk .content p {font-size: 16px; color: #0F2C39; line-height: 28px;}
.kvkk .sidebar li {padding:7px 0;}
.kvkk .sidebar li:hover,.kvkk .sidebar li.active {border-right:1px solid #0F2C39;}
.page.review .review-list {
  
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.35);
}
.all-review {margin-top:60px}
.all-review a{background:#0F2C39;padding:15px 24px; color:#EEE1CD;font-size:14px;font-weight:500;border-radius:10px;display:flex;align-items:center;gap:10px;}
.all-review a:hover{background:#1C4658;}

	.home-activity {margin-top:90px;}
	.home-activity-slider {max-width:1920px; margin:0 auto;}
.home-activity  .slick-slide {
	transition:all .10s;
	margin: 0 0px;
	position:relative;
}
.home-activity  .arrows .d-flex{
	display:flex;margin-top:40px;justify-content:center;gap:20px;font-size:24px;
}
.home-activity  .arrows .d-flex i{
	cursor:pointer;    color: #0F2C39;

}
.home-activity video {object-fit:cover;border-radius: 15px;height:auto;width: calc(100vw / 5);}
.home-activity h2 {
    font-size: 72px;
    font-weight: 400;
    color: #0F2C39;
    font-family: "Kalnia", serif;
    margin-bottom: 27px;
    text-align: center;
}

.home-activity p {
    font-size: 24px;
    font-weight: 300;
    color: #707070;
    margin-bottom: 66px;
    text-align: center;
}
.home-activity-slide .scale-inner{
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.70);
  opacity: 0.5;
   margin:0 -50px !important;
}

.scale-3 .scale-inner{
  transform: scale(1.0);
  opacity: 1;
  z-index: 3;
   margin:0 -0px !important;
}

.scale-2 .scale-inner{
  transform: scale(0.90);
  opacity: 0.75;
  z-index: 2;
  margin:0 -10px !important;
}

.scale-1 .scale-inner{
  transform: scale(0.80);
  opacity: 0.5;
  z-index: 1;
   margin:0 -40px !important;
}