:root {
    --container: 1170px;
    --container-width: 1410px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --background: linear-gradient(to bottom, rgba(184,136,121,1) 0%, rgba(255,192,159,1) 100%);
}

* {
    font-family: 'Satoshi-Variable';
    scroll-behavior: smooth;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
	}

.pore {
    position: relative;
    z-index: 9;
}

.n-d-flex {
    display: block !important;
}

.invert-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.brightness-image {
    -webkit-filter: brightness(100%);
    filter: brightness(100);
}

.header .brightness-image {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.header .invert-image {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}

a,a:hover {
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #253e70;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #253e70;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.cl-container {
    margin: 0 auto;
    margin-left: var(--container-out);
}

.logo img {
    position: relative;
    transform: translateY(-10px);
    transition: all .5s;
}

.logo:hover img {
    transform: translateY(0px);
}

header {
    width: 100%;
    position: absolute;
    z-index: 10;
}

header .lang {
    position: relative;
    padding: 0px;
    border-radius: 50px;
}

header .lang span {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    left: 0 !important;
    z-index: 9;
    background: rgba(180,88,60,1);
    background: -moz-linear-gradient(top, rgba(180,88,60,1) 0%, rgba(255,192,159,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(180,88,60,1)), color-stop(100%, rgba(255,192,159,1)));
    background: -webkit-linear-gradient(top, rgba(180,88,60,1) 0%, rgba(255,192,159,1) 100%);
    background: -o-linear-gradient(top, rgba(180,88,60,1) 0%, rgba(255,192,159,1) 100%);
    background: -ms-linear-gradient(top, rgba(180,88,60,1) 0%, rgba(255,192,159,1) 100%);
    background: linear-gradient(to bottom, rgba(180,88,60,1) 0%, rgba(255,192,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4583c', endColorstr='#ffc09f', GradientType=0 );
}

header .lang a.block {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-weight: 700;
}

header .lang a.block {
    color: #fff;
}

header.header .lang a.block {
    color: #526D80;
	}

header .lang a.block span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 8px;
    position: relative;
    padding-right: 8px;
    line-height: 16px;
}

header.header .lang a.block span {
    color: #526D80;
}

header .lang a.block span:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

header.header .lang a.block span:after {
    background: #526D80;
}

header .drop-lang {
    transition: all .5s;
    position: absolute;
    top: 50%;
    left: -16px;
    padding: 35px 0px 4px 0px;
    background: #fff;
    visibility: hidden;
    text-align: left;
    z-index: 8;
    width: calc(100% + 32px);
    border-radius: 10px;
    transform: translateY(-20%);
    overflow: hidden;
    opacity: 0;
}

header .lang:hover .drop-lang {
    background: #fff;
    visibility: visible;
    height: initial;
    transform: translateY(0px);
    opacity: 1;
}

header .lang .drop-lang li {
    margin-bottom: 6px;
    margin-left: 0;
}

header .lang .drop-lang li:last-child {
    margin-bottom: 8px;
}

header .menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-left: 124px;
}

header .menu li {
    position: relative;
    margin: 0 1.1vw;
}

header .menu li:first-child {
    margin-left: 0
}

header .menu li:last-child {
    margin-right: 0
}

header .menu li a {
    color: #fff;
    font-size: 18px;
    position: relative;
    transition: all .5s;
    top: 0;
}

header .menu li a:after {
    content: "";
    background: #fff;
    height: 2px;
    position: absolute;
    transition: all .5s;
    bottom: -8px;
    left: 0;
    width: 0%;
}

header .menu li:hover a:after {
    width: 100%;
}

header .menu li a:hover {
    color: #fff;
    top: -5px;
    padding-bottom: 5px;
}

header .link a {
    margin-left: 44px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

header .link a,header .link li {
    color: #75787A;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 39px;
}

header .right li {
    margin-left: 40px
}

header .right li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

header .right li a img {
    margin-right: 7px;
}

header .right li span {
    position: relative;
    transition: all .5s;
    left: 0;
}

header .right li:hover span {
    left: 7px;
}

header .right .drop-lang li a {
    color: #0F1E3B;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.openmenu {
    min-height: 100vh;
    width: 100%;
    padding-top: 10vh;
    position: fixed;
    top: -100vh;
    z-index: 100;
    transition: all .5s;
    visibility: hidden;
    background: rgba(37,62,112,1);
    background: -moz-linear-gradient(top, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,62,112,1)), color-stop(100%, rgba(15,30,59,1)));
    background: -webkit-linear-gradient(top, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -o-linear-gradient(top, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -ms-linear-gradient(top, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: linear-gradient(to bottom, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253e70', endColorstr='#0f1e3b', GradientType=0 );
}

.openmenu .flexd {
    flex-direction: column;
    display: flex;
    height: 100vh;
    gap: 14vh;
}

.openmenu .navs {
    padding: 0 0px;
}

.openmenu .link {
    padding-left: 0;
}

.openmenu .link li {
    margin-bottom: 16px;
    position: relative;
    left: 0;
    transition: all .5s;
}

.openmenu .link li a {
    color: rgb(255 255 255 / 70%);
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0px;
    display: inline-block;
}

.openmenu .navs-link {
    position: relative;
    top: 50px;
}


.openmenu .navs-link .link li:first-child a {
}

.openmenu .link li.active a {
    color: #fff;
}

.menu-btn {
    cursor: pointer;
    margin-left: 36px;
    position: relative;
    padding: 16px 26px;
    margin-right: 0;
    display: none;
    flex-direction: column;
    width: 88px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

header.header .menu-btn {
    background: #F5F6F8;
}

.menu-btn span {
    position: relative;
    content: " ";
    background: rgb(255 255 255 / 100%);
    width: 36px;
    height: 2px;
    display: block;
    margin-bottom: 8px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
}

.menu-btn b {
    margin-bottom: 0;
    padding-bottom: 0;
    color: rgb(255 255 255 / 80%);
    font-size: 12px;
}

.openmenu .close {
    cursor: pointer;
    margin-left: 36px;
    position: relative;
    padding: 0px 26px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    width: 88px;
    align-items: center;
    justify-content: center;
    height: 88px;
    border-radius: 10px;
}

.openmenu .close span {
    position: absolute;
    content: " ";
    background: #fff;
    width: 36px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
    transform: rotate(45deg);
    transform-origin: center;
    top: 35px;
}

.openmenu .close span+span {
    transform: rotate(-45deg);
    transform-origin: center;
}

.openmenu .close b {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 12px;
    margin-top: 35px;
}

.slider {
    position: relative;
    background: #F8F8F8;
}

.slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slider picture img {
    height: 100vh;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.slider .item {
    position: relative;
}

.slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    left: 0;
    top: 50px;
}

.slider .content h2 {
    font-size: 128px;
    line-height: 128px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    max-width: 35rem;
    margin-bottom: 30px;
    font-family: Imbue;
}

.slider .content h3 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 14px;
}

.slider .content p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    max-width: 28rem;
}

.page-down {
    position: absolute;
    bottom: 48px;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    left: 0;
}

.page-down span {
    transform: rotate(270deg);
    display: inline-block;
    margin-bottom: 52px;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.slider .arrows li {
    background: #ffffff30;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    display: none !important;
    font-size: 20px;
}

.slider .arrows .next {
    position: absolute;
    right: 100px;
    bottom: 50%;
    z-index: 15
}

.slider .arrows .prev {
    position: absolute;
    left: 100px;
    bottom: 50%;
    z-index: 15
}

.slider .arrows li:hover {
    background: #000;
}

.slider .arrows i {
    font-size: 21px;
    color: #fff;
}

.slider .arrows li:hover i {
    color: #fff;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: -7px;
    padding-bottom: 0;
}

.slick-slider-dots .slick-dots {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: 12px;
    left: 0;
    right: 0;
    justify-content: start;
    margin: 0 auto;
}

.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
}

.slider .slick-slider-dots .slick-dots li button:before {
    content: "";
    width: 12px;
    background: rgb(255 255 255 / 100%);
    height: 12px;
    border-radius: 20px;
    opacity: .3;
}

.slider .slick-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #98543F;
}

#popup {
    align-items: center;
    justify-content: center;
    top: 0;
    padding-top: 0;
}

#popup.show {
    display: flex !important
}

.modal .pore {
    position: relative;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cookie {
    position: fixed;
    bottom: 30px;
    padding: 28px 25px;
    width: 490px;
    background: var(--primary-color);
    right: 60px;
    border-radius: 15px;
    z-index: 9;
    max-width: calc(100vw - 40px);
    z-index: 99;
}

.menulist {
    width: 128px;
    position: fixed;
    right: 50px;
    bottom: 60px;
    background: rgba(37,62,112,1);
    background: -moz-linear-gradient(top, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,62,112,1)), color-stop(100%, rgba(15,30,59,1)));
    background: -webkit-linear-gradient(top, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -o-linear-gradient(top, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -ms-linear-gradient(top, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: linear-gradient(to bottom, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253e70', endColorstr='#0f1e3b', GradientType=0 );
    border-radius: 128px;
    z-index: 35;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.menulist ul {
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    transition: max-height 1s ease, visibility 1s ease;
}

.menulist:hover ul {
    max-height: 450px;
    visibility: visible;
}

.menulist ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 18px;
    display: flex;
}

.menulist ul li:first-child a {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-top: 20px;
}

.menulist ul li a:hover {
    color: #fff;
}

.anasayfa-hikayemiz {
    padding-top: 84px;
    background-image: url(./images/anasayfa/img-bg-anasayfa-hikayemiz.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.anasayfa-hikayemiz h1 {
    font-family: 'Imbue';
    font-size: 128px;
    color: #0F1E3B;
    font-weight: 300;
    line-height: 96px;
    margin: 25px 0 37px;
}

.anasayfa-hikayemiz h6 {
    color: #C9835F;
    font-size: 20px;
    line-height: 28px;
    max-width: 28rem;
    margin-bottom: 74px;
}

.anasayfa-hikayemiz a {
    font-size: 16px;
    color: #0F1E3B;
}

.anasayfa-hikayemiz a img {
    margin-left: 8px;
    position: relative;
    left: 0;
    transition: all .5s;
}

.anasayfa-hikayemiz a:hover img {
    left: 10px;
}

.home-menu-1 .bottom {
    background-image: url(./images/anasayfa/img-anasayfa-gorsel-restaurant-bg.png);
    padding-bottom: 78px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    margin-top: -70px;
}

.home-menu-1 .bottom .default-img {
    width: 69%;
    margin: 96px auto -38px;
}

.home-menu-1 h3 {
    font-size: 72px;
    font-family: Imbue;
    color: #C9835F;
    font-weight: 300;
    margin-top: 40px;
    line-height: 80px;
}

.home-menu-1 h2 {
    font-size: 128px;
    font-family: Imbue;
    color: #C9835F;
    font-weight: 300;
    line-height: 128px;
}

.home-menu-1-slider .item {
    text-align: center;
}

.home-menu-1-slider .item img {
    margin: 0 auto;
}

.home-menu-1-slider .item h5 {
    margin-bottom: 60px;
    margin-top: 0px;
    font-size: 28px;
    font-family: 'Imbue';
    color: #fff;
    line-height: 28px;
}

.home-menu-1 .slick-dots li button:before {
    width: 12px;
    height: 12px;
    content: ' ';
    border-radius: 20px;
    text-align: center;
    opacity: 1;
    background: rgb(255 255 255 / 30%);
}

.home-menu-1 .slick-dots li {
    width: 12px;
    height: 12px;
}

.home-menu-1 .slick-dots li button {
    width: 12px;
    height: 12px;
}

.home-menu-1 .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #98543F;
}

.home-menu-1 .all {
    margin-top: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-menu-1 .all a {
    background: rgba(152,84,63,1);
    background: -moz-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(152,84,63,1)), color-stop(100%, rgba(251,169,127,1)));
    background: -webkit-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -o-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98543f', endColorstr='#fba97f', GradientType=1 );
    color: #fff;
    font-weight: 500;
    transition: all .5s;
    padding: 16px 24px;
}

.home-menu-1 .all img {
    margin-left: 8px;
    transition: all .5s;
}

.home-menu-1 .all:hover img {
    margin-left: 18px;
}

.home-menu-2 {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
    padding-bottom: 150px;
}

.home-menu-2 .top {
    background-image: url(./images/anasayfa/img-anasayfa-gorsel-kafe-bg.png);
    padding-top: 87px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.home-menu-2 .slick-dots li button:before {
    width: 12px;
    height: 12px;
    content: ' ';
    border-radius: 20px;
    text-align: center;
    opacity: 1;
    background: rgb(15 30 59 / 30%);
}

.home-menu-2 .slick-dots li {
    width: 12px;
    height: 12px;
}

.home-menu-2 .slick-dots li button {
    width: 12px;
    height: 12px;
}

.home-menu-2 .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #98543F;
}

.home-menu-2 .all {
    margin-top: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-menu-2 .all a {
    background: rgba(152,84,63,1);
    background: -moz-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(152,84,63,1)), color-stop(100%, rgba(251,169,127,1)));
    background: -webkit-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -o-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98543f', endColorstr='#fba97f', GradientType=1 );
    color: #fff;
    font-weight: 500;
    transition: all .5s;
    padding: 16px 24px;
}
.home-menu-2 .all img {
    margin-left: 8px;
    transition: all .5s;
}

.home-menu-2 .all:hover img {
    margin-left: 18px;
}
.home-menu-2 h3 {
    font-size: 72px;
    font-family: Imbue;
    color: #C9835F;
    font-weight: 300;
    margin-top: 40px;
    line-height: 23px;
    margin-bottom: 75px;
}

.home-menu-2 h2 {
    font-size: 193px;
    font-family: Imbue;
    color: #fff;
    font-weight: 300;
    line-height: 193px;
}

.home-menu-2-slider .item {
    text-align: center;
    position: relative;
}

.home-menu-2-slider .item:after {
    content: "";
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(239,239,239,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(239,239,239,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
    width: 52%;
    height: 100%;
    position: absolute;
    right: 70px;
    top: 0;
    transform: skewX(-24deg);
}

.home-menu-2-slider .item img {
    margin: 0 auto 0 -25px;
    position: relative;
    z-index: 5;
}

.home-menu-2-slider .item h5 {
    margin-bottom: 60px;
    margin-top: 10px;
    font-size: 28px;
    font-family: 'Imbue';
    color: #0F1E3B;
    line-height: 28px;
    position: relative;
    z-index: 5;
    margin-right: 60px;
}

.home-menu-2 p {
    font-size: 24px;
    color: #7B7B7B;
    font-weight: 300;
    line-height: 28px;
}

.home-menu-2 .top p {
    color: #fff;
}

.home-menu-2 .top img {
    position: relative;
    margin-top: -130px;
}

.video-container {
    position: relative;
    z-index: 5;
}

.video-container video {
    padding-top: 15vh;
    padding-left: 15vw;
    transition: all .8s;
}

.big .video-container video {
    padding-top: 0vh;
    padding-left: 0vw;
    margin-top: -50px;
}

.home-video {
    position: relative;
    padding-top: 68px;
    background: #f0f0f0;
    padding-bottom: 200px;
    background-image: url(./images/anasayfa/img-anasayfa-bg-video-sol.png);
    background-repeat: no-repeat;
}

.home-video:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33vw;
    height: 75vh;
    background-image: url(./images/anasayfa/img-anasayfa-bg-video-sol.png);
    background-repeat: no-repeat;
}

.home-video img {
    position: relative;
    transition: all .5s;
    right: 0px;
    z-index: 6;
}

.home-video.big img {
    right: 50px;
}

.home-video p {
    font-size: 36px;
    font-weight: 300;
    color: #0F1E3B;
    font-family: "Imbue"
}

.home-video h2 {
    font-size: 128px;
    font-weight: 300;
    color: #C9835F;
    font-family: "Imbue";
    max-width: 40rem;
    line-height: 128px;
    transition: all .8s;
    position: absolute;
    z-index: 9;
}

.home-video.big h2 {
    transform: translateX(-58rem);
}

.home-video .all {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.home-video .all span {
    font-size: 20px;
    color: #AEAEAE;
}

.home-video .all a {
    background: rgba(152,84,63,1);
    background: -moz-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(152,84,63,1)), color-stop(100%, rgba(251,169,127,1)));
    background: -webkit-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -o-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    background: linear-gradient(45deg, rgba(152,84,63,1) 0%, rgba(251,169,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98543f', endColorstr='#fba97f', GradientType=1 );
    color: #fff;
    font-weight: 500;
    transition: all .5s;
    padding: 16px 24px;
}

.home-video .all img {
    margin-left: 8px;
    transition: all .5s;
    right: 0;
}

.home-video .all:hover img {
    margin-left: 18px;
    right: 0;
}

footer {
    background: rgba(37,62,112,1);
    background: -moz-linear-gradient(45deg, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(37,62,112,1)), color-stop(100%, rgba(15,30,59,1)));
    background: -webkit-linear-gradient(45deg, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -o-linear-gradient(45deg, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    background: linear-gradient(45deg, rgba(37,62,112,1) 0%, rgba(15,30,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253e70', endColorstr='#0f1e3b', GradientType=1 );
}

footer .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
}

footer .bottom p {
    font-size: 15px;
    color: #B9BEC8;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .bottom a {
    font-size: 15px;
    color: #B9BEC8;
    line-height: 14px;
    margin-bottom: 0;
    font-weight: 400;
    padding-bottom: 0;
}

footer .top {
    position: relative;
    top: -42px;
    margin-bottom: -42px;
}

footer .top .menu {
    margin-left: 112px;
    margin-bottom: 10px;
}

footer .top a {
    font-size: 15px;
    color: #B9BEC8;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .menu li {
    position: relative;
    margin: 0 1.1vw;
}

footer .menu li a {
    color: #fff;
    font-size: 18px;
    position: relative;
    transition: all .5s;
    top: 0;
}

footer .center {
    border-top: 1px solid #b9bec842;
    border-bottom: 1px solid #b9bec842;
    padding: 00;
    text-align: center;
    color: #fff;
}

footer .h-70 {
    height: 130px;
}

.text-left {
    text-align: left;
}

.border-right {
    border-right: 1px solid #b9bec842;
}

footer a {
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

footer a:hover {
    color: #fff;
}

.social a {
    font-size: 28px;
    color: #C9835F;
    margin: 0 15px;
}

footer h6 {
    font-size: 15px;
    color: #B9BEC8;
}

footer .date h6 {
    font-size: 18px;
    color: #C9835F;
}

footer span {
    font-size: 15px;
    color: #fff;
    width: 100px;
}

footer d {
    font-size: 34px;
    color: #fff;
}

.istirak {
    font-size: 15px;
    color: #B9BEC8;
}

.top-right {
    margin-top: 81px;
    position: relative;
    padding-top: 26px;
    padding-left: 0;
    color: #fff;
    padding-bottom: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-right:before {
    content: "";
    position: absolute;
    left: -1px;
    height: 100%;
    width: 1px;
    background: #b9bec842;
    bottom: 0;
}

.top-right a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-right a span {
    font-size: 32px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    left: 0;
    transition: all .5s;
}

.top-right a:hover span {
    left: 8px;
}

.top-right p {
    margin-top: 18px;
    font-size: 20px;
    color: #fff;
    max-width: 17rem;
}

.breadcrumb {
    position: absolute;
    width: 100%;
    bottom: 48px;
}

.banner h1 {
    color: #0F1E3B;
    font-size: 128px;
    line-height: 128px;
    font-weight: 300;
    font-family: 'Imbue';
}

.banner img {
    height: 480px;
    object-fit: cover;
    object-position: center;
}

.hikayemiz h6 {
    color: #C9835F;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 48px;
    font-weight: 300;
}

.hikayemiz p {
    color: #C9835F;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.miras {
    background: rgba(229,231,235,1);
    background: -moz-linear-gradient(top, rgba(229,231,235,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,231,235,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(229,231,235,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(229,231,235,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(229,231,235,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(229,231,235,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7eb', endColorstr='#ffffff', GradientType=0 );
    padding-top: 128px;
    position: relative;
}

.miras .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 52vh;
    text-align: center;
}

.miras .content p {
    font-size: 48px;
    font-weight: 300;
    color: #C9835F;
    max-width: 75rem;
    margin: 0 auto;
    line-height: 58px;
    font-family: 'Imbue';
}

.hikayemiz-video {
    position: relative;
    z-index: 10;
    top: 20vw;
    margin-top: -9vw;
}

.hikayemiz-galeri-video {
    margin-top: 150px
}

.hikayemiz-galeri-video .hikayemiz-bg {
    background-image: url(./images/hikayemiz/hikaye-galeri-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position-y: 160px;
}

.hikayemiz-galeri-video .slick-track {
    display: flex;
    align-items: center;
}

.hikayemiz-galeri-video .slick-slide {
    margin: 0 35px;
    height: 100%;
}

.hikayemiz-galeri-video .slick-list {
    margin: 0 -35px;
}

.hikayemiz-galeri {
    overflow: hidden;
}

.hikayemiz-galeri .item img {
    height: 84vh;
    object-fit: cover;
    margin: 0 auto;
}

.hikayemiz-galeri .item:not(.slick-current) img {
    object-fit: cover;
    height: calc(84vh - 268px);
    width: 100%;
}

.hikayemiz-galeri-video h3 {
    color: #0F1E3B;
    font-family: "Imbue";
    font-size: 128px;
    line-height: 128px;
    margin-bottom: 36px;
    font-weight: 300;
}

.hikayemiz-galeri-video h5 {
    color: #C9835F;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 68px;
}

.hikayemiz-galeri li {
    background: #EFEFEF;
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 72px;
}

.hikayemiz-galeri .prev img {
    transform: rotate(180deg);
}

.hikayemiz-video p {
    font-size: 64px;
    line-height: 77px;
    color: #fff;
    font-family: 'Imbue';
    font-weight: 300;
}

.hikayemiz-video span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    width: 6rem;
    margin: 20px auto 0;
}

.hikayemiz-video .play {
    transition: all .5s;
    background: rgba(240,172,140,1);
    background: -moz-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(240,172,140,1)), color-stop(100%, rgba(180,88,60,1)));
    background: -webkit-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -o-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ac8c', endColorstr='#b4583c', GradientType=1 );
    display: inline-flex;
    flex-direction: column;
    padding: 32px 10px;
    text-align: center;
    position: relative;
    bottom: -140px;
    width: 116px;
    margin-top: -40px;
}

.hikayemiz-video:hover .play {
    width: 216px;
}

.map {
    height: 50vh;
    min-height: 300px;
    margin-top: 35px;
    margin-bottom: -10px;
}

.contact-form .item {
    margin-bottom: 30px;
}

.contact-form .item input,.contact-form .item textarea {
    border: none;
    border-bottom: 1px solid #AEAEAE;
    height: 50px;
    font-size: 16px;
    width: 100%;
    color: #0F1E3B;
}

.contact-form .item textarea {
    height: 100px;
}

.contact-form .item input::placeholder,.contact-form .item textarea::placeholder {
    color: #AEAEAE;
}

.contact-form .check-input {
    display: flex;
    align-items: center;
    font-size: 13px;
    position: relative;
    margin-bottom: 25px;
    height: 40px;
}

.contact-form .check-input input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0
}

.contact-form .check-input label {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #0F1E3B;
    font-weight: 400;
    padding-top: 4px;
    line-height: 16px;
}

.contact-form .check-input label a {
    border-bottom: 1px solid #0F1E3B;
    color: #0F1E3B;
}

.contact-form .check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #0F1E3B;
    border-radius: 3px
}

.contact-form .check-input label:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    color: #0F1E3B;
    transition: 300ms;
    opacity: 0;
    font-weight: 700;
}

.contact-form .check-input input[type=checkbox]:checked~label:after {
    opacity: 1
}

.contact-form input[type=submit] {
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 500;
}

.contact-form .button {
    height: 52px;
    min-width: 140px;
    background: rgba(240,172,140,1);
    background: -moz-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(240,172,140,1)), color-stop(100%, rgba(180,88,60,1)));
    background: -webkit-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -o-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ac8c', endColorstr='#b4583c', GradientType=1 );
}

.contact-form .button img {
    margin-left: 8px;
}

.sablon .left .social {
    margin-top: 55px;
}

.sablon .left .social a {
    margin: 0 15px 0 0;
    display: initial;
}

.sablon .left a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sablon .left a span {
    font-size: 32px;
    color: #0F1E3B;
    white-space: nowrap;
    position: relative;
    left: 0;
    transition: all .5s;
}

.sablon .left a:hover span {
    left: 8px;
}

.sablon .left p {
    font-size: 20px;
    color: #0F1E3B;
    max-width: 17rem;
    margin-top: 43px;
}

.sablon .left .tarif span {
    font-size: 16px;
    font-weight: 400;
    color: #0F1E3B;
}

.sablon .left h6 {
    font-size: 16px;
    font-weight: 400;
    color: #0F1E3B;
}
.sablon .contact-form  h5 {
    font-size: 36px;
    font-weight: 300;
	font-family:"Imbue";
    color: #0F1E3B;
	margin-bottom:15px;
}
.sablon .contact-form  p{
    font-size: 16px;
    font-weight: 400;
    color: #0F1E3B;
	margin-bottom:40px;
}

.sablon-galeri span {
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    margin: 20px auto 0;
}

.sablon-galeri .play {
    transition: all .5s;
    background: rgba(240,172,140,1);
    background: -moz-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(240,172,140,1)), color-stop(100%, rgba(180,88,60,1)));
    background: -webkit-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -o-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    background: linear-gradient(45deg, rgba(240,172,140,1) 0%, rgba(180,88,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ac8c', endColorstr='#b4583c', GradientType=1 );
    display: inline-flex;
    flex-direction: column;
    padding: 12px 6px;
    text-align: center;
    position: absolute;
    width: 74px;
    right: 30px;
    bottom: 20px;
}
.sablon-galeri {margin-bottom:125px}
.sablon-galeri .tab{margin-bottom:48px;border-bottom:1px solid #EFEFEF; display:flex;align-items:center;justify-content:start;gap:20px;}
.sablon-galeri .tab a{font-size:20px;font-weight:500;color:#0F1E3B;padding:15px 36px;}
.sablon-galeri .tab a.active{background:#EFEFEF;}
.sablon-galeri p{margin-bottom:78px;font-size:32px;font-weight:300;color:#0F1E3B;}
.kolaj{position: relative;z-index: 20;}
.kolaj:after{content:"";width:100%;height: calc(100% + 45vh);background-image:url(./images/banner-after.png);z-index: 9;position: absolute;left: 0;top: -20vw;background-size: cover;background-position: top;}

.banner-two .breadcrumb {

    bottom: 13vh;
}
.banner-two .breadcrumb  h3{ color: #fff;
    font-size: 96px;
    line-height: 96px;
    font-weight: 300;font-family:"Imbue";}
.banner-two .breadcrumb  h2{  color: #fff;font-family:"Imbue";
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;} 
.banner-two	.content{position:relative;z-index:12;}
.banner-two	.content p {color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;margin-bottom:30px;}
	.banner-two	.content p b {
    font-size: 32px;
    line-height: 43px; font-weight: 300;}
.menu-pdf {position:relative;margin-bottom: -1px;margin-top: 230px;}
.menu-pdf .content{position:absolute;width: 100%;bottom: 20%;left: 0;}
.menu-pdf .content h5{
    color: #fff;
    font-family:"Imbue";
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 0;
    }
.menu-pdf .content h6{  color: #fff;
    font-family:"Imbue";
    font-size: 96px;
    line-height: 96px;
    font-weight: 300;}
.menu-pdf .content a{position:relative;left:0;transition:all .5s;padding:16px 25px;font-weight:500;color:#0F1E3B;display:flex;gap:10px;align-items:center;background: rgba(242,242,242,1);
background: -moz-linear-gradient(45deg, rgba(242,242,242,1) 0%, rgba(216,216,216,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(216,216,216,1)));
background: -webkit-linear-gradient(45deg, rgba(242,242,242,1) 0%, rgba(216,216,216,1) 100%);
background: -o-linear-gradient(45deg, rgba(242,242,242,1) 0%, rgba(216,216,216,1) 100%);
background: -ms-linear-gradient(45deg, rgba(242,242,242,1) 0%, rgba(216,216,216,1) 100%);
background: linear-gradient(45deg, rgba(242,242,242,1) 0%, rgba(216,216,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d8d8d8', GradientType=1 );}
.menu-pdf .content a:hover{color:#fff;background: rgba(179,107,80,1);
background: -moz-linear-gradient(45deg, rgba(179,107,80,1) 0%, rgba(236,156,117,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(179,107,80,1)), color-stop(100%, rgba(236,156,117,1)));
background: -webkit-linear-gradient(45deg, rgba(179,107,80,1) 0%, rgba(236,156,117,1) 100%);
background: -o-linear-gradient(45deg, rgba(179,107,80,1) 0%, rgba(236,156,117,1) 100%);
background: -ms-linear-gradient(45deg, rgba(179,107,80,1) 0%, rgba(236,156,117,1) 100%);
background: linear-gradient(45deg, rgba(179,107,80,1) 0%, rgba(236,156,117,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b36b50', endColorstr='#ec9c75', GradientType=1 );left:30px;}
.menu-pdf .content a img {margin-left:0px;transition:all .5s;}
.menu-pdf .content a:hover img {margin-left:30px;  filter: brightness(0%) invert(100%);}

.urun .slick-dots li button:before {
    width: 12px;
    height: 12px;
    content: ' ';
    border-radius: 20px;
    text-align: center;
    opacity: 1;
    background: rgb(15 30 59 / 30%);
}

.urun .slick-dots li {
    width: 12px;
    height: 12px;
}

.urun .slick-dots li button {
    width: 12px;
    height: 12px;
}

.urun .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #98543F;
}
.urun .icon {position:relative;top:-40px;z-index: 20;}
.urun h4 {font-size:72px;line-height:128px;color:#C9835F;font-family:"Imbue";font-weight:300;margin-bottom:25px;}
.kesfet{overflow:hidden;margin-top:126px;padding-top:56px;background: rgba(221,222,225,1);
background: -moz-linear-gradient(left, rgba(221,222,225,1) 0%, rgba(255,255,255,0.31) 65%, rgba(255,255,255,1) 73%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,222,225,1)), color-stop(65%, rgba(255,255,255,0.31)), color-stop(73%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(221,222,225,1) 0%, rgba(255,255,255,0.31) 65%, rgba(255,255,255,1) 73%);
background: -o-linear-gradient(left, rgba(221,222,225,1) 0%, rgba(255,255,255,0.31) 65%, rgba(255,255,255,1) 73%);
background: -ms-linear-gradient(left, rgba(221,222,225,1) 0%, rgba(255,255,255,0.31) 65%, rgba(255,255,255,1) 73%);
background: linear-gradient(to right, rgba(221,222,225,1) 0%, rgba(255,255,255,0.31) 65%, rgba(255,255,255,1) 73%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddee1', endColorstr='#ffffff', GradientType=1 );}
.kesfet .item img {height:33.33vw;object-fit:cover;width:100%;}
.kesfet .slick-current img {transition:all .5s;transform:scale(1);}
.kesfet .slick-current:hover img {transform:scale(.94);}
.kesfet .slick-dots  {
   bottom:-79px;
}
.kesfet h5 {text-align:center;color: #C9835F;font-size: 96px;font-weight: 300;font-family: Imbue;margin-bottom: 51px;}
.kesfet .slick-dots li button:before {
    width: 12px;
    height: 12px;
    content: ' ';
    border-radius: 20px;
    text-align: center;
    opacity: 1;
    background: rgb(15 30 59 / 30%);
}

.kesfet .slick-dots li {
    width: 12px;
    height: 12px;
}

.kesfet .slick-dots li button {
    width: 12px;
    height: 12px;
}

.kesfet .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #98543F;
}
.fancybox-bg {background: rgb(15 30 59 / 85%);}
.fancybox-button--zoom, .fancybox-button--play,.fancybox-button--thumbs {display:none !important;}
.fancybox-toolbar {
  opacity: 1;
   visibility: visible;
 }
.fancybox-toolbar {
    right: 8%;
    top: 8%;
}
.fancybox-button{
  background: #D28264;
  opacity: 1;
  }
.fancybox-button--close svg {
   
    height: 64%;
   
    width: 100%;
}
.fancybox-button--close{
    color: #fff;
    background: #D28264;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    font-size: 16px;
}
.sablon-kvkk {margin-bottom:150px;}
.sablon-kvkk p{font-size:16px;color:#0F1E3B;}
.sablon-galeri .gorsel img {
    height: 100%;
    object-fit: cover;
    max-height: 31vh;
    width: 100%;
    object-position: bottom;
    }

.sablon-galeri video	{
    height: 31vh;
    object-fit: cover;
    }
.contact-form .pore .imgre {
    position: absolute;
    left: 0;
    background: #707070;
    padding: 13px 0px 12px 10px;
}
.contact-form .pore input {
    outline: none;
    text-indent: 115px;
    height: 52px;
    width: 17rem;
    border: 1px solid #707070;
}
.urun .home-menu-2-slider .item h5 {
   
    margin-right: 0px;
}
.urun .home-menu-2-slider .item img {
    margin: 0 auto 0 0;
   
}
.kesfet-slider .slick-slide {
      margin: 0 15px;
  }

.kesfet-slider .slick-list {
      margin: 0 -15px;
  }