@font-face {
    font-family: 'Gill Sans Nova';
    src: url('../font/GillSansNova-Bold.woff2') format('woff2'),
        url('../font/GillSansNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Retro Signature';
    src: url('../font/RetroSignatureRegular.woff2') format('woff2'),
        url('../font/RetroSignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lumios Marker';
    src: url('../font/Lumios-Marker.woff2') format('woff2'),
        url('../font/Lumios-Marker.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

html,
body {
    overflow-x: hidden;
}


.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.loader img {
    width: 50%;
}

* {
    padding: 0;
    margin: 0;
}


.gold {
    background-color: #C29F6B !important;
}

.black {
    color: #000 !important;
}

.bg-black {
    background-color: #0d0d0d !important;
}


.content {
    position: relative;
    z-index: 1;
}

.transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
    pointer-events: none;
}

.hide-screen {
    display: none !important;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

body {
    background-color: #000;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.m100 {
    margin: 100px;
}

.mt70e {
    margin-top: -70px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.mt250 {
    margin-top: 250px;
}

.mt300 {
    margin-top: 300px;
}

.ml150 {
    margin-left: 150px;
}

.ml120 {
    margin-left: 120px;
}

.pt100 {
    padding-top: 100px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt200 {
    padding-top: 200px;
}

.pt30 {
    padding-top: 30px;
}

.pt300 {
    padding-top: 300px;
}

.pb200 {
    padding-bottom: 200px;
}

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

.flex-direction-column {
    flex-direction: column;
}

.anasayfa-slide-item h1 {
    color: #94682B;
    font-family: 'Retro Signature';
    font-style: italic;
    font-size: 150px;
    line-height: 50px;
    position: absolute;
    top: 15%;
    right: 30%;
    z-index: 999;
    display: inline-block;
    animation: handwriting 2.5s steps(1000) forwards;
    padding: 30px;
    max-width: 560px;
}

@keyframes handwriting {
    from { width: 0; }
    to { width: 100%; }
}


.anasayfa-slide-item h1 span {
    margin-left: 200px;
}

.header-container {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1029;
}

.header-container:before {
    height: 144px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(21.88%, #000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000 21.88%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #000 21.88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #00000091 21.88%, rgba(0, 0, 0, 0) 100%);
    z-index: 1000;
    pointer-events: none;
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    -o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.slide-item::before {
    display: block;
    content: '';
    position: absolute;
    top: 50px;
    left: 0px;
    bottom: 250px;
    right: 0px;
    z-index: 2;
    margin: auto;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.header-div {
    position: relative;
    z-index: 1500;
    transition: all .5s ease;
}


.social-media {
    position: absolute;
    right: 50px;
    top: 15px;
}

.social-media i {
    color: #CFAA69;
    margin-left: 10px;
    font-size: 20px;
}

.social-media i:hover {
    color: #fff;
    transition: all .5s ease;
}

.menu {
    width: 115%;
}

.menu a {
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
    font-family: "Gill Sans Nova";
    font-weight: 500;
}

.menu img {
    width: 140px;
}

.menu a {
    overflow: hidden;
    height: 20px;
    display: block;
}

.logo-link {
    overflow: unset !important;
    height: initial !important;
}

.hov-menu {
    position: relative;
    transition: all .5s cubic-bezier(1, 0.07, 0.25, 1);
}

.underline {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 5px solid currentColor;
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    -o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    color: #CFAA69;
    padding-bottom: 2px;
    font-size: 16px;
    cursor: pointer;
    transition: all 1s ease;
}

.underline::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    content: attr(data-text);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    -o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.underline::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 1px;
    background-color: #CFAA69;
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    -o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.hov-menu span {
    display: block;
}

.menu a:hover .hov-menu {
    transform: translate(0, -50%);
    color: #CFAA69;
}

.navbar-ul {
    width: 100%;
}

.slide-image {
    z-index: 0;
    position: relative;
    width: 100%;
    object-fit: cover;
    margin-top: 50px;
    left: 50px;
}

.contact-image {
    left: 110px;
}

.contact-details-row h5 {
    font-size: 13px;
    font-weight: 600;
}

.slide-item {
    width: 100%;
    position: relative;
    margin: auto;
}

.slide-item::after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    margin: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.29%, #000), color-stop(29.22%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(1.29%, #000), color-stop(29.22%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(76.11%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, #000 1.29%, rgba(0, 0, 0, 0) 29.22%), -webkit-linear-gradient(right, #000 1.29%, rgba(0, 0, 0, 0) 29.22%), -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 76.11%);
    background: -o-linear-gradient(left, #000 1.29%, rgba(0, 0, 0, 0) 29.22%), -o-linear-gradient(right, #000 1.29%, rgba(0, 0, 0, 0) 29.22%), -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 76.11%);
    background: linear-gradient(90deg, #000 1.29%, rgba(0, 0, 0, 0) 29.22%), linear-gradient(270deg, #000 1.29%, rgba(0, 0, 0, 0) 29.22%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 76.11%);
}

.products-details {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: translateX(-400%);
    transition: transform 1s ease, opacity .5s ease;
    opacity: 0;
}

.products-details.active {
    transform: translateZ(0);
    opacity: 1;
}

.koyu-header {
    background-color: #000;
}


.second-image {
    position: absolute !important;
    width: 270px !important;
    bottom: 90px;
    z-index: 1 !important;
    transform: translateX(0);
    opacity: 0;
    transition: transform 0.8s ease;
}

.products-details:hover .product-image,
.products-details:hover .product-color {
    transform: scale(1.1);
}

.products-details .second-image {
    transform: translateX(0);
    transition: transform 0.8s ease;
    opacity: 1;
    filter: blur(2px);
}

.products-details:hover .second-image {
    transform: translateX(180px);
}


.product-image {
    width: 280px !important;
    transform: translateX(0);
    transition: transform 0.8s ease !important;
}

.products-details:hover .product-image {
    transform: translateX(-30px) scale(1.2);
}

.product-color {
    position: absolute;
    background: #24242369;
    width: 300px;
    height: 200px;
    border-radius: 50%;
    z-index: 0;
    filter: blur(50px);
    transition: all 1s ease;
    opacity: .5;
}


.products-text {
    text-align: center;
}

.products-text h1 {
    color: #CFAA69;
    font-size: 80px;
    font-family: "Gill Sans Nova";
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 5px;
}

.products img {
    width: 70%;
    position: relative;
    z-index: 2;
}

.product-title {
    text-align: center;
    margin-top: 40px;
}

.product-title h2 {
    color: #000;
    font-family: "Gill Sans Nova";
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
}

.product-div {
    background-image: url('../image/bg.png');
    height: 330px;
    background-size: cover;
    padding-top: 20px;
}

.product-div-text {
    display: flex;
    flex-direction: column;
    float: right;
    padding-right: 100px;
}

.product-div-text h4 {
    padding-top: 75px;
    color: #EFE0B8;
    font-size: 40px;
    font-family: 'Lumios Marker';
}

.product-div h3 {
    position: right;
    position: relative;
    top: 60px;
    color: #EFE0B8;
    font-family: "Gill Sans Nova";
    font-size: 35px;
    font-weight: 300;
    line-height: 35px;
}

.product-div h3 span {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
}

.product-div .kavanoz {
    width: 45%;
    position: relative;
    bottom: 100px;
    left: 150px;
    transition: all 2.5s ease;
}

.product-div .kavanoz.show {
    left: -100%;
}

.footer-container {
    max-width: 900px;
}

footer img {
    width: 50%;
}

footer nav h3 {
    color: #CFAA69;
    font-family: "Gill Sans Nova";
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    position: relative;
    z-index: 9;
}

footer nav a {
    color: #fff;
    font-family: "Gill Sans Nova";
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    transition: all .5s ease;
}

footer nav a:hover {
    color: #CFAA69;
}

.p-50 {
    padding: 50px 0;
}

.footer-social-media i {
    font-size: 28px;
    color: #CFAA69;
    margin-left: 10px;
    transition: all .5s ease;
}

.footer-social-media i:hover {
    color: #fff;
}

.c-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright {
    float: left;
    width: 50%;
}

.copyright h4 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.brandygo {
    position: relative;
    z-index: 5;
    width: 120px !important;
}

.b-logo {
    width: 50%;
    float: left;
    text-align: end;
}

.footer-details {
    position: relative;
}

.footer-container li {
    position: relative;
    z-index: 5;
}


.footer-color-one {
    position: absolute;
    top: 100px;
    right: 80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #121B1A;
    filter: blur(50px);
}

.footer-color-two {
    position: absolute;
    right: -250px;
    width: 700px;
    height: 400px;
    border-radius: 50%;
    background-color: #19150D;
    filter: blur(50px);
}

.footer-color-three {
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 300px;
    border-radius: 50%;
    filter: blur(50px);
    background-color: #281810;
}


/* PRODUCTS DETAİL*/

.products-detail-img {
    width: 100%;
    margin: 20px 50px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}


.details-h {
    font-size: 48px;
    color: #fff;
    font-family: "Gill Sans Nova";
}

.details-p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: "Gill Sans Nova";
    max-width: 450px;
}

.product-detail-color {
    position: absolute;
    background: #1D0908;
    width: 1000px;
    height: 500px;
    border-radius: 20%;
    z-index: 0;
    filter: blur(50px);
    transition: all 1s ease;
}

.product-table {
    margin-top: 50px;
}

.product-table h2 {
    font-size: 16px;
    color: #fff;
    font-family: "gill-sans-nova", sans-serif;
}

.product-table .table-detail {
    background-color: #cdb48a;
    padding: 40px 0;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    height: 150px;
}

.product-table span {
    display: block;
    width: 100%;
    background-color: #ffffff5e;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.product-table h3 {
    font-size: 15px;
    font-weight: 800;
}

.product-table h4,
.product-table h5 {
    font-size: 18px;
}

.table-text p {
    color: #fff;
    margin-top: 15px;
    font-weight: 200;
    font-size: 16px;
    max-width: 350px;
    font-family: "Gill Sans Nova";
}

.product-h,
.alerji-h {
    color: #CFAA69;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.product-p,
.alerji-p {
    color: #fff;
    font-size: 16px;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 300;
}


.product-p span,
.alerji-p {
    font-weight: 600;
}

.g-detail {
    background-color: #cdb48a;
    text-align: center;
    position: absolute;
    right: 0;
    padding: 33px 0;
    max-width: 7%;
    border-radius: 0 0 20px 0;
    overflow: hidden;
    transition: all 1.5s ease;
}

.g-detail h3 {
    font-size: 10px;
}

.g-detail h4 {
    font-size: 18px;
    font-weight: 600;
}

.g-detail span {
    display: block;
    width: 100%;
    background-color: #ffffff5e;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: transparent;
}

.g-detail.show {
    opacity: 0;
}

.slick-slide img {
    width: 100%;
    cursor: pointer;
    transition: all 1s ease;
}

.anasayfa-section {
    overflow: unset;
}

.anasayfa-slide-image {
    margin-top: 0;
    left: 0;
}

.anasayfa-container {
    border-bottom: 1px solid #CFAA69;
    padding-top: 100px;
}

.anasayfa-container img {
    margin-bottom: -50px;
}

.anasayfa-container h2 {
    color: #000000b3;
    font-size: 48px;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 600;
    line-height: 1;

}

.anasayfa-container span {
    color: #c29039;
    font-size: 180px;
    font-family: 'Retro Signature';
    font-style: italic;
    float: left;
    display: block;
    margin-top: -36px;
    line-height: normal;
    position: relative;
}

.anasayfa-container p {
    color: #000;
    font-size: 15px;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 300;
    float: left;
}

.anasayfa-container img {
    width: 100%;
}

.anasayfa-serit-section .col-lg-10 {
    background: #CFAA69;
    text-align: center;
    margin-left: 50p;
    padding-left: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}

.anasayfa-serit-section h2 {
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 600;
    font-size: 45px;
    width: 67%;
    text-align: end;
    letter-spacing: 2px;
    line-height: 47px;
}

.anasayfa-serit-section p {
    color: #fff;
    text-align: end;
    font-family: "gill-sans-nova", sans-serif;
    padding-top: 10px;
    font-weight: 300;
}

.anasayfa-serit-section span {
    color: #ffffff5e;
    font-size: 150px;
    font-family: 'Retro Signature';
    font-style: italic;
    line-height: 70px;
    padding-top: 50px;
    transform: skewY(350deg);
    padding-left: 150px;
}

.anasayfa-serit-section img {
    position: relative;
    z-index: 1;
    margin-left: -60px;
    margin-top: -110px;
}

.anasayfa-section-three h2 {
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 600;
    font-size: 40px;
}

.anasayfa-section-three span {
    color: #c29039;
    font-family: 'Retro Signature';
    font-style: italic;
    font-size: 100px;
    float: left;
    margin-top: -40px;
    position: relative;
}

.anasayfa-section-three p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    float: left;
}

.anasayfa-footer-container h2{
    color: #c29039;
    padding-left: 120px;
    margin-bottom: 30px;
}


.anasayfa-footer-container h2 a{
    color: #c29039;
    font-weight: 800;
}

.anasayfa-footer-container {
    border-bottom: 1px solid #CFAA69;
}

.social-media-container img {
    width: 100%;
}

.slider-image {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    object-fit: cover;
}

.gokyuzu {
    z-index: -1;
    position: absolute;
    top: 0;
    height: -webkit-fill-available;
    width: 100%;
}

.cit {
    width: 100%;
    position: absolute;
    top: 360px;
    left: -90px;
    z-index: 1000;
    pointer-events: none;
}

.ambalaj-carousel {
    z-index: 999;
}

.owl-carousel .owl-stage-outer {
    height: 127vh !important;
}

.ambalaj
 {
    width: 40% !important;
    position: absolute;
    top: 270px;
    z-index: 1;
    animation: ambalaj 2s forwards;
    transition: all 1s ease;
}

.owl-item.active .ambalaj {
    transition: all 2.5s cubic-bezier(1, -0.09, 0.5, 0.17);
    opacity: 1;
}

.slider-cit {
    width: 100%;
    position: absolute;
    z-index: 1000;
    bottom: 0;
}

.slider-degrade {
    width: 100%;
    position: absolute;
    z-index: 1000;
    bottom: 0;
}



@keyframes ambalaj {
    0% {
        right: -80%; 
    }
    100% {
        right: 30%; 
    }
}


.kus-1 {
    position: absolute;
    top: 100px;
    animation: birdAnimation-1 2s alternate infinite ease-in-out;
    z-index: 2;
}

@keyframes birdAnimation-1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}


.kus-2 {
    position: absolute;
    right: -30px;
    top: 80px;
    z-index: 5;
    animation: birdAnimation-2 3s alternate infinite ease-in-out;
    z-index: 2;

}

@keyframes birdAnimation-2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}


.kus-3 {
    position: absolute;
    right: 620px;
    top: 70px;
    animation: birdAnimation-3 4s alternate infinite ease-in-out;;
    z-index: 2;

}

@keyframes birdAnimation-3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

.kus-4 {
    position: absolute;
    left: 350px;
    top: 50px;
    animation: birdAnimation-4 3s alternate infinite ease-in-out;;
    z-index: 2;

}

@keyframes birdAnimation-4 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.kus-5 {
    position: absolute;
    right: 360px;
    top: 180px;
    animation: birdAnimation-5 2s alternate infinite ease-in-out;
    z-index: 2;

}


@keyframes birdAnimation-5 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}



.bulut {
    position: absolute;
    left: 160px;
    top: 170px;
    z-index: 8;
    width: 20%;
}


.bulut-2 {
    position: absolute;
    left: 430px;
    top: 50px;
    width: 30%;
    z-index: 8;
}

.gunes {
    position: absolute;
    width: 30%;
    z-index: 2;
    animation: gunes 4s forwards;
    bottom: 50%;
    right: 0;
}

@keyframes gunes {
    0% {
        transform: scale(.3);
    }
    100% {
        transform: scale(1);
    }
}


.anasayfa-slide-item {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.product-slider {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product-slider h3 {
    text-align: center;
    color: #c29039;
    font-size: 15px;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 400;
    margin-right: 60px;
}

.product-details-color {
    position: absolute;
    background: #C29F6B;
    width: 100px;
    height: 200px;
    border-radius: 50%;
    top: 30px;
    z-index: -1;
    filter: blur(50px);
    transition: all 1s ease;
    opacity: .5;
}

.product-slider:hover .product-details-img {
    transform: scale(1.1);
}


.slick-list {
    overflow: unset !important;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
    position: relative;
    bottom: 300px;
}

.btn-wrap button {
    border-radius: 50%;
    background-color: transparent;
    color: #C29F6B;
    border: 1px solid #C29F6B;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}

.btn-wrap button:hover {
    color: #fff;
    border: 1px solid #fff;
}

.slogan-box {
    margin: 200px 0 200px 0;
    background: #C29F6B;
    height: 390px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    z-index: 5;
    position: relative;
}

section {
    overflow: hidden;
}

.slogan-box h1 {
    color: #fff;
    font-size: 70px;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 800;
    display: inline-block;
    animation: slideIn 8s linear infinite;
}

@keyframes slideIn {
    from {
        transform: translateX(-300%);
    }

    to {
        transform: translateX(400%);
    }
}

.slogan-image {
    position: absolute;
    bottom: 260px;
}

.slogan-image img {
    width: 25%;
}


.about-container img {
    width: 90%;
    border-radius: 24px;
}

.about-last-image {
    text-align: center;
}

.about h1 {
    color: #000000b3;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 30px;
}

.about h1 span {
    font-family: 'Retro Signature';
    font-size: 100px;
    font-weight: 300;
    color: #c29039;
    font-style: italic;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    bottom: 20px;

}

.about p {
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
}

.about-two img {
    width: 100%;
}

.about-three img {
    width: 70%;
    border-radius: 24px;
}

.about-first-image {
    text-align: center;
}

.contact h1,
.contact .phone {
    color: #000;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.contact a {
    font-size: 13px;
    font-family: "gill-sans-nova", sans-serif;
    color: #000;
    font-weight: 300;
}

.contact h2 {
    font-size: 20px;
    font-family: "gill-sans-nova", sans-serif;
    color: #fff;
}

.contact .maps {
    height: 70vh;
    width: 58vw;
    position: relative;
    z-index: 5;
}

.contact .contact-text {
    background: #C29F6B;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    z-index: 3;
    position: relative;
    bottom: 40px;
}

.contact .contact-details {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    top: 50px;
    left: 50px;
}

.contact-details h5 {
    font-size: 18px;
    font-family: "gill-sans-nova", sans-serif;
    color: #000;
    font-weight: 600;
    position: relative;
}

.contact-details h5::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: -18px;
    width: 9%;
    height: 1px;
    background-color: #000;

}

.contact-details .email::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: -20px;
    width: 5%;
    height: 1px;
    background-color: #000;
}

.main-slider {
    overflow-x: hidden;
    padding: 100px 0;
}

.k-slider2 {
    overflow: unset !important;
}

.k-slider2 p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Gill Sans Nova";
}

.k-slider2 h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 800;
    font-family: "Gill Sans Nova";
}

.k-slider2 h2 span {
    font-size: 55px;
    color: #EFE0B8;
    font-family: "Gill Sans Nova";
}

.k-slider2 img {
    width: 100%;
}

.k-slider2 .kapak {
    position: absolute;
    left: 120%;
    top: -100%;
    transition: all 2s ease;
}

.k-slider2 .kapak.show {
    left: 68px;
    top: -105px;
}

.k-slider2 .urun {
    position: relative;
    right: -120%;
    transition: all 2s ease;
    bottom: 100px;
}

.k-slider2 .urun.show {
    right: -50px;
}

.urun-details-color {
    z-index: -1;
    filter: blur(50px);
    transition: all 2s ease;
    opacity: 0;
    background: #C29F6B;
    width: 300px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 140px;
    transform: scale(0);

}

.urun-details-color.show {
    transform: scale(1);
    opacity: .5;
}

.mobile-menu-container {
    display: none;
}

.mobile-menu-container a {
    width: 60%;
}

.mobile-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease;
    position: absolute;
}

.slider-text h5 {
    text-align: center;
    font-size: 40px;
    color: #c29039;
    font-family: "Gill Sans Nova";
    font-weight: 600;
    letter-spacing: 3px;

}

.acik-body {
    background-color: #fcf7e9;
}

footer {
    background-color: #000;
}

.p50 {
    padding: 50px;
}

.pt30 {
    padding-top: 30px;
}

.slider-yaprak {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: 1000;
}

.footer-social-media {
    position: relative;
    z-index: 9;
}

@media (min-width: 1919px) {

    .anasayfa-slide-item {
        height: 100vh;
    }

    .k-slider2 {
        overflow-x: hidden !important;
        padding-top: 250px !important;
    }

    .k-slider2 .kapak {
        left: 230%;
    }

    .k-slider2 .urun {
        right: -240%;
    }

    .product-details-color {
        width: 50px;
        height: 250px;
    }

    .btn-wrap {
        margin: 0 240px;
    }

    .anasayfa-slide-item h1 {
        top: 150px;
    }

    .cit {
        top: 410px;
    }

    .ambalaj {
        width: 35% !important;
    }
    
    .gunes {
        position: absolute;
        width: 30%;
        z-index: 2;
        animation: gunes 4s forwards;
        bottom: 40%;
        right: 0;
    }

}

@media (min-width: 1489px) and (max-width: 1918px) { 

    .k-slider2 .kapak {
        position: absolute;
        left: 200%;
        top: -100%;
        transition: all 2s ease;
    }

    .k-slider2 .urun {
        position: relative;
        right: -200%;
        transition: all 2s ease;
    }

    .ambalaj
 {
    width: 40% !important;
    position: absolute;
    right: 500px;
    top: 270px;
    z-index: 1;
    animation: ambalaj 2s forwards;
    transition: all 1s ease;
}

    @keyframes ambalaj {
        0% {
            right: -80%; 
        }
        100% {
            right: 500px; 
        }
    }
}

@media (max-width: 1280px) {


    .slider-text {
        position: absolute;
        left: 420px;
    }

    .anasayfa-section-three img {
        width: 90%;
    }


    html,
    body {
        overflow-x: hidden;
    }

    .social-media {
        display: none;
    }

    footer {
        margin-top: 0 !important;
    }

    .light {
        display: none;
    }

    .product-div .kavanoz {
        left: 60px;
    }

    .urun-details-color {
        left: 60px;
    }

    .product-details-color {
        width: 100px;
        height: 180px;
    }

    .btn-wrap {
        bottom: 417px;
    }

    .contact .maps {
        width: 70vh;
    }

    .contact .contact-details {
        left: 45px;
    }

    .contact-details h5 {
        font-size: 16px;
    }

    .contact-deatils-row {
        margin-left: 10px;
    }

    .animation-section {
        margin-top: 150px !important;
    }

    .about h1 {
        font-size: 35px;
    }

    .about p {
        font-size: 15px;
    }

    .footer-row {
        margin-top: 200px;
    }

    .contact-details-row {
        margin-left: 83px;
    }

}

@media (max-width: 1024px) {

    .footer-color-two {
        right: -80px;
        width: 500px;
    }

    .social-media-container {
        padding-top: unset;
        margin-top: 30px;
    }

    .anasayfa-serit-section {
        padding-top: unset;
        padding-top: 100px;
    }

    .s-slider,
    .anasayfa-section-three,
    .anasayfa-footer-section
    {
        padding-top: unset;
        margin-top: 200px;
    }

    .ambalaj {
        width: 35% !important;
        top: 400px;
    }


    @keyframes ambalaj {
        0% {
            right: -80%; 
        }
        100% {
            right: 350px; 
        }
    }

    .animation-section {
        margin-top: 150px !important;
    }

    .about-container img {
        width: 100%;
    }


    @keyframes gunes {
        0% {
            bottom: -100px; 
        }
        100% {
            bottom: 350px; 
        }
    }

    .contact .maps {
        width: 50vw;
        height: 50vh;
    }

    .contact .contact-text {
        height: 40vh;
        bottom: 0;
        top: 60px;
    }

    .contact-details-row {
        margin-left: 0px;
    }

    .contact-details-row h5 {
        font-size: 11px;
    }

    
    .anasayfa-slide-item h1 {
        left: 260px;
    }

    .anasayfa-slide-item {
        height: 54vh;
    }

    .anasayfa-serit-section h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .btn-wrap {
        bottom: 270px;
    }

    .anasayfa-container p {
        font-size: 10px;
    }

    .anasayfa-container h2 {
        font-size: 35px;
    }

    .anasayfa-container span {
        font-size: 150px;
    }

    .anasayfa-serit-section p {
        font-size: 13px;
    }

    .anasayfa-serit-section span {
        font-size: 120px;
    }

    .anasayfa-section-three span {
        line-height: 100px;
        margin-top: -20px;
    }

    .anasayfa-section-three p {
        font-size: 15px;
        margin-top: 20px;
    }

    .social-media-container img {
        margin-bottom: 30px;
    }

    .anasayfa-footer-container h2 {
        font-size: 29px;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    footer img {
        width: 40%;
    }

    .footer-row {
        text-align: center;
    }

    .btn-wrap button {
        width: 40px;
        height: 40px;
    }

    html,
    body {
        overflow-x: hidden;
    }
    
    .social-media {
        display: none;
    }


    .product-details-color {
        width: 70px;
    }

    .btn-wrap {
        margin: 0 10px;
    }

    .anasayfa-section-three img {
        width: 100%;
    }

    .anasayfa-serit-section h2 {
        width: 60%;
    }

    .product-div .kavanoz {
        left: 50px;
    }

    .contact-details-row {
        margin-top: 60px;
    }
 
    .contact h1, .contact .phone {
        font-size: 12px;
    }

    .contact a {
        font-size: 11px;
    }

    .contact-details h5 {
        font-size: 13px;
    }

    .contact-details h5::after {
        bottom: 7px;
    }

    .light {
        display: none;
    }

}

@media (max-width: 991px) {

    .anasayfa-serit-section p {
        font-size: 19px;
    }

    .anasayfa-serit-section h2 {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
    }

    .anasayfa-slide-item h1 {
        left: 150px;
    }

    .anasayfa-serit-section img {
        margin-top: -50px;
    }

    .anasayfa-serit-section span {
        padding-left: 0px;
        padding-right: 110px;
        margin: 20px;
        font-size: 100px;
    }

    .maps {
        width: 100% !important;
    }

    .contact .contact-text {
        height: unset;
        bottom: unset;
        top: unset;
    }

    .anasayfa-slide-item {
        height: 80vh;
    }

    .ambalaj {
        top: 550px;
    }

    @keyframes ambalaj {
        0% {
            right: -80%; 
        }
        100% {
            right: 250px; 
        }
    }

    .anasayfa-section-three span {
        font-size: 70px;
    }

    .anasayfa-section-three p {
        font-size: 12px;
        margin-top: 0;
    }

    footer img {
        width: 20%;
    }

    .b-logo {
        text-align: center;
        margin-top: 30px;
    }

    .c-box {
        flex-direction: column;
        text-align: center;
    }

    .copyright h4 {
        position: relative;
        z-index: 9;
    }

    .footer-row {
        margin-top: 50px;
    }

    .products-details {
        margin-bottom: 50px;
    }

    .product-detail-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .details-h {
        text-align: center;
    }

    .product-table .col-lg-3 {
        margin-top: 20px;
    }

    .product-table {
        text-align: center;
    }

    .product-table .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .table-text {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .product-div .kavanoz {
        left: -30px;
        bottom: 300px;
    }

    .k-slider2 img {
        width: 60%;
    }

    .k-slider2 p {
        margin-bottom: 100px;
    }

    .k-slider2 .kapak.show {
        left: 74px;
    }

    .urun-details-color {
        left: 90px;
    }

    .slider-text {
        position: unset;
    }

    .about h1 {
        font-size: 40px;
    }

    .about-three img {
        width: 100%;
    }

    .about-last-image {
        margin-bottom: 50px;
    }


}

@media(max-width:768px) {

    .about h1 span {
        font-size: 60px;
        bottom: 15px;
    }

    .product-div h3 {
        line-height: 30px;
    }

    .product-div-text {
        text-align: center;
        padding-right: 70px;
    }

    @keyframes ambalaj {
        0% {
            right: -80%; 
        }
        100% {
            right: 125px; 
        }
    }
    
    .ambalaj {
        width: 40% !important;
        right: 125px;
        top: 500px;
    }

    .anasayfa-slide-item h1 {
        color: #94682B;
        font-family: 'Retro Signature';
        font-style: italic;
        font-size: 140px;
        line-height: 50px;
        position: absolute;
        top: 40%;
        right: 0;
        z-index: 999;
        display: inline-block;
        animation: handwriting 2.5s steps(1000) forwards;
        padding: 30px;
        max-width: 560px;
        left: 0;
    }


    .slider-image {
        height: 90vh;
        object-fit: cover;
    }

    .anasayfa-slide-item {
        height: 70vh;
    }

    .gokyuzu {
        height: 60vh;
    }

    .cit {
        top: 340px;
        left: -30px;
    }

     body
     {
        overflow-x: hidden;
    }

    .anasayfa-serit-section {
        padding-top: 0;
        margin-top: 0;
    }

    .anasayfa-serit-section h2 {
        text-align: start;
    }

    .anasayfa-footer-container h2 {
        padding-left: 0;
    }

    .social-media-container img {
        margin-bottom: 30px;
    }

    .anasayfa-section-three img {
        width: 100%;
        margin-bottom: 50px;
    }

    .anasayfa-serit-section span {
        font-size: 90px;
        bottom: 30px;
        position: relative;

    }

    .anasayfa-serit-section p {
        font-size: 12px;
        text-align: start;
    }

    .anasayfa-serit-section h2 {
        font-size: 30px;
        width: 100%;
        padding-left: 20px;
        line-height: 35px;
    }

    .anasayfa-serit-section .col-lg-10 {
        padding-left: 0;
        padding-top: 200px;
    }

    .anasayfa-serit-section img {
        width: 100%;
        top: 200px;
        left: 80px;
    }

    .anasayfa-container p {
        font-size: 13px;
    }

    .k-slider2 {
        margin-top: 0 !important;
    }

    .about h1 {
        font-size: 32px;
    }


    header {
        display: none;
    }

    .mobile-menu-container {
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 15vh;
        background: #000
    }

    .slide-item::before {
        bottom: 140px;
    }

    .mobile-menu-container img {
        width: 40%;
    }

    .mobile-menu-container i {
        color: #fff;
        font-size: 20px;
    }

    .mobile-menu.active {
        visibility: visible;
        text-align: center;
        position: relative;
        background: #000;
        padding: 20px;
        opacity: 1;
        transition: all 1s ease;
    }

    .mobile-menu a {
        color: #fff;
        font-weight: 300;
        font-size: 22px;
        font-family: "Gill Sans Nova";

    }

    .products .row {
        margin-top: 0;
    }

    .product-image {
        padding-top: 50px;
    }

    .footer-row {
        text-align: center;
    }

    .footer-color-two {
        width: auto;
    }

    footer img {
        width: 40%;
    }

    .copyright {
        margin: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }

    .copyright h4 {
        font-size: 12px;
    }

    .product-detail-color {
        width: 400px;
        height: 250px;
    }

    .product-detail-section {
        margin-top: 60px;
    }

    .product-detail-row {
        flex-direction: column-reverse;
    }

    .light {
        position: absolute;
        z-index: 999;
        background-color: #ffffff2e;
        height: 70%;
        width: 250px;
        transform: skewX(200deg);
        top: -300px;
        left: -120px;
        filter: blur(50px);
        mix-blend-mode: hard-light;
        pointer-events: none;
    }

    .products-detail-img {
        margin: 0 0 0 10px;
    }

    .details-h {
        font-size: 30px;
        text-align: center;
    }

    .product-table .col-lg-3 {
        margin-top: 20px;
        width: 40%;
    }

    .k-slider2 img {
        width: 100%;
    }

    .anasayfa-slide-item h1 span {
        margin-left: 150px;
    }

    .mobile-product-details {
        transform: none !important;
        opacity: 1;
    }

    .product-table h2 {
        font-size: 20px;
        margin-left: 13px;
    }

    .g-detail {
        display: none;
    }

    .g-detail-mobile {
        display: block;
    }

    .table-text p {
        margin-left: 13px;
    }

    .k-slider {
        padding-top: 150px;
        visibility: visible !important;
        animation-duration: unset !important;
        animation-name: unset !important;
    }

    .k-slider2 {
        height: 130vh;
        overflow-x: hidden !important;
    }

    .s-slider {
        padding-top: 100px;
        margin-top: 0;
    }

    .product-details-color {
        display: none;
    }

    .k-slider2 p {
        font-size: 17px;
        text-align: justify;
    }

    .slider-text {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .product-div h3 {
        font-size: 29px;
    }

    .product-div h3 span {
        font-size: 23px;
    }

    .slider-container {
        margin-top: 110px;
    }

    .product-div-text h4 {
        font-size: 26px;
        padding-top: 60px;
    }

    .slider-text h5 {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }

    .main-slider {
    overflow-x: hidden;
    padding: 100px 0 0 0;
    }

    .product-div-text {
        position: relative;
        top: 30%;
    }

    .product-div .kavanoz {
        width: 100%;
        bottom: 340px;
        left: 30px;
    }

    .focus {
        flex-direction: column-reverse;
    }

    .urun-details-color {
        left: 60px;
    }

    .k-slider2 .urun.show {
        right: -10px;
        bottom: 30px;
    }

    .k-slider2 .kapak.show {
        left: 24px;
        top: -30px;
    }

    .focus h2 {
        margin-top: 100px;
    }

    .product-details-color {
        width: 80px;
        height: 180px;
    }

    .btn-wrap {
        margin: 0 20px;
        bottom: 437px;
    }

    footer {
        margin-top: 0 !important;
    }

    .about-first-section {
        padding-top: 100px !important;
    }

    .about {
        margin-top: 50px;
    }

    .about-second-row {
        flex-direction: column-reverse;
    }

    .about-container img {
        width: 100%;
    }


    .contact .contact-text {
        height: 110vh;
    }

    .contact .contact-text {
        bottom: 0px;
    }

    .contact .contact-details {
        align-items: start;
        flex-direction: column;
    }

    .contact-details-row {
        margin-left: 25px;
        margin-top: 0;
    }

    .contact .maps {
        width: 60vh;
    }

    .products-text h1 {
        font-size: 60px;
        font-weight: 300;
    }

    .product-table {
        margin-top: 100px;
    }
}

@media (max-width: 414px) {


    .contact-details-row {
        margin-top: 50px;
    }

    .contact .contact-text {
        height: 150vh;
    }


    .k-slider2 {
        height: 150vh;
    }

    .ambalaj {
        width: 40% !important;
        right: 125px;
        top: 450px;
    }

    .anasayfa-slide-item h1 {
        color: #94682B;
        font-family: 'Retro Signature';
        font-style: italic;
        font-size: 90px;
        line-height: 30px;
        position: absolute;
        top: 30%;
        right: -10%;
        z-index: 999;
        display: inline-block;
        animation: handwriting 2.5s steps(1000) forwards;
        padding: 30px;
        max-width: 560px;
    }


    .anasayfa-slide-item h1 span {
        margin-left: 150px;
    }

    .product-detail-color {
        width: 350px;
        height: 200px;
    }

    .kus-2 {
        right: -10px;
        top: 120px;
    }

    .kus {
        width: 10%;
    }

    .anasayfa-slide-item {
        height: 85vh;
    }

    .slider-text h5 {
        font-size: 25px;
    }

    .btn-wrap button {
        width: 30px;
        height: 30px;
    }

    .btn-wrap {
        bottom: 412px;
    }

    .anasayfa-serit-section p {
        font-size: 10px;
    }

    .anasayfa-section-three span {
        line-height: 120px;
        margin-top: -30px;
    }
}

@media (max-width: 375px) {
    .ambalaj {
        width: 40% !important;
        right: 110px;
        top: 450px;
    }

    @keyframes ambalaj {
        0% {
            right: -80%; 
        }
        100% {
            right: 110px; 
        }
    }

}
