@font-face {
    font-family: "montserrat";
    font-weight: normal;
    src: url("../fonts/montserrat-regular.ttf");
}

@font-face {
    font-family: "montserrat";
    font-weight: 600;
    src: url("../fonts/montserrat-semibold.ttf");
}

@font-face {
    font-family: "montserrat";
    font-weight: bold;
    src: url("../fonts/montserrat-black.ttf");
}

@font-face {
    font-family: "agency";
    src: url("../fonts/agency-bold.ttf");
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

body {
    background-color: #fff;;
}

.header {
    background-color: #ff8622;
    position: relative;
    height: 100vh;
    min-height: 670px;
}

.page-wrapper-all {
    overflow-x: hidden;
    position: relative
}

.header-top {
    position: relative;
    min-height: 670px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 501;
}

.logo img {
    width: 200px;
    transition: all 0.2s;
    z-index: 501;
}

.logo img:hover {
    scale: 1.1;
    cursor: pointer;
    transition: all 0.2s;
}

.slogan {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 900;
}

.slogan img {
    width: 700px;
    max-width: 80vw;
}

@media (max-height: 700px) {
    .slogan {
        top: 140px;
    }

    .slogan img {
        width: 450px;
    }
}

.header-bg img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    overflow: hidden;
    z-index: 499;
    width: 80%;
}

.main-slider {
    position: absolute;
    z-index: 501;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin-top: -50px;
}

@media (max-width: 575px) {
    .slogan {
        top: 170px;
    }

    .main-slider {
        margin-top: 0;
    }
}

.video-thumbnail {
    width: 100%;
}

.video-container {
    width: 100%;
    background-color: #ff8622;
    z-index: 500;
    position: relative;
}

.video-container-inner {
    position: relative;
    top: 0;
}

.video-container-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5000;
}

.video-container-bg img {
    width: 325px;
    height: auto;
}

.about-us {
    background-image: url("../images/about-us-bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
    font-family: "montserrat";
    position: relative;
}

.about-us-inner {
    padding: 50px 50px;
}

.about-us-inner h1 {
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}

.about-us-inner img.about-us-title {
    margin-bottom: 75px;
    width: 500px;
}

.about-us-inner p {
    color: #fff;
    margin: 15px auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.about-us-promo {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.about-us-promo img {
    max-width: 80%;
}

.parallax {
    opacity: 0;
}

.products {
    position: relative;
    padding: 50px 100px;
}

.products-title {
    text-align: center;
    margin-bottom: 75px;
}

.products-title img {
    width: 750px;
    max-width: 80%;
}

.cookie-item {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.cookie-item .product-image {
    width: 90%;
    position: relative;
    z-index: 2;
    transition: all 0.2s;
}

.cookie-item h2 {
    font-size: 24px;
    font-family: "agency";
    width: 100%;
}

.cookie-bg {
    position: absolute;
    width: 80%;
    right: 0;
    top: -3%;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.2s;
}

.cookie-bg:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.cookie-item:hover {
    cursor: pointer;
}

.cookie-item:hover .cookie-bg {
    box-shadow: 0 0 30px #333;
    transition: all 0.2s;
}

.cookie-item:hover .product-image {
    scale: 1.1;
}

.cookie-left-ear {
    position: absolute;
    top: 175px;
    left: 50px;
    width: 100px;
}

.cookie-right-ear {
    position: absolute;
    top: 175px;
    right: 50px;
    width: 100px;
}

.product-detail-homepage {
    padding: 50px;
    position: relative;
    height: 0;
    display: none;
    opacity: 0;
}

.product-detail-homepage-back {
    text-align: center;
    margin-bottom: 100px;
}

.product-detail-homepage-back a {
    font-size: 28px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 5px 24px;
}

.product-detail-homepage-promo {

}

.product-detail-homepage-promo img {
    max-width: 100%;
}

.product-detail-homepage-title {
    text-align: center;
    margin-bottom: 50px;
}

.product-detail-homepage-title img {
    max-width: 50%;
}

.product-detail-homepage-text-inner {
    text-align: center;
    font-size: 20px;
    margin: auto;
    width: 80%;
}

.product-detail-homepage-details {
    text-align: center;
    margin-top: 50px;
}

.product-detail-homepage-details img {
    width: 110px;
}

.visible-product-detail {
    opacity: 1;
    display: block;
    height: auto;
}

.cookies-box {
    width: 100vw;
    z-index: 11000;
    position: fixed;
    bottom: 0;
}

.cookies-box-inner {
    background-color: #433635;
    padding: 0 15px 15px 15px;
    margin-top: -25px;
}

.cookies-box-content {
    color: #fff;
    text-align: justify;
    font-size: 12px;
}

.cookies-box-content a {
    color: #fff;
    font-style: italic;
}

.cookies-box-inner p {
    margin: 0;
}

.cookies-buttons {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cookies-buttons button {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 3px 15px;
    font-size: 13px;
    margin: 3px;
    border: none;
    transition: all 0.2s;
}

.cookies-buttons button:hover {
    opacity: 0.8;
    transition: all 0.2s;
}

.accept-cookies {
    background-color: #31cc30;
}

.decline-cookies {
    background-color: #e81a2f;
}

.configure-cookies {
    background-color: #0bb7b7;
}

.cookie-configuration-content + .cookie-configuration-content {
    margin-top: 25px;
}

.cookie-configuration-content {
    font-size: 13px;
    text-align: justify;
}

.cookie-configuration-content h4 {
    font-weight: bold;
    font-size: 18px;
}

.sidepanel {
    background-color: #e61a30;
    border-radius: 25px;
    width: 100%;
    padding: 10px;
    margin-bottom: 50px;
}

.sidepanel ul {
    margin: 0;
    padding: 0;
}

.sidepanel ul li {
    list-style: none;
    display: block;
}

.sidepanel ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 10px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.sidepanel ul li a.active,
.sidepanel ul li a:hover {
    color: #e61a30;
    background-color: #fff;
    border-radius: 10px;
}

.page-body {
    text-align: justify;
    margin-bottom: 50px;
    padding: 5px;
}

.page-body table {
    text-align: left;
}

.page-body h1 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "montserrat";
    font-weight: 600;
}

.menu-navigator {
    position: absolute;
    top: 53px;
    right: 50px;
    cursor: pointer;
    z-index: 900;
}

.menu-navigator img {
    width: 40px;
    height: auto;
}

@media (max-width: 767px) {
    .header-bg img {
        top: 0;
        width: 150%;
    }

    .menu-navigator {
        top: 20px;
        right: 20px;
    }

    .video-play-button {
        width: 120px;
    }

    .products {
        padding: 25px;
    }

    .products-title {
        margin-bottom: 40px;
    }

    .products-title img {
        max-width: unset;
        width: 250px;
    }

    .cookie-item h2 {
        font-size: 18px;
    }

    .video-container-inner {
        height: 400px;
        overflow: hidden;
    }

    .video-thumbnail {
        width: unset;
        min-width: 100%;
        min-height: 100%;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .video-play-button {
        z-index: 15000;
    }

    .video-container-bg img {
        width: 250px;
    }
}

@media (max-width: 757px) {
    .video-container-bg img {
        width: 150px;
    }
}

@media (max-width: 991px) {
    .cookie-slider-1, .cookie-slider-2, .cookie-slider-3 {
        display: none;
    }

    .about-us-inner img.about-us-title {
        width: 300px;
    }

    .footer-logo-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .footer-social {
        padding-top: 75px;
    }

    .parallax {
        display: none;
    }

    .product-detail-homepage {
        padding: 50px 25px;
    }

    .product-detail-homepage-text {
        margin-bottom: 50px;
    }

    .product-detail-homepage-title {
        margin-bottom: 50px;
    }

    .product-detail-homepage-title img {
        max-width: 75%;
    }

    .product-detail-homepage-text-inner {
        width: 100%;
        font-size: 16px;
    }

    .product-detail-homepage-back {
        margin-bottom: 50px;
    }

    .product-detail-homepage-back a {
        font-size: 18px;
    }

    .product-detail-homepage-details img {
        width: 75px;
    }

    .about-us-promo img {
        height: unset;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .header-bg img {
        top: 0;
        width: 120%;
    }

    .video-play-button {
        width: 180px;
    }
}

@media (min-width: 992px) and (max-width: 1368px) {
    .cookie-slider-2 {
        left: -25px;
    }

    .video-play-button {
        width: 220px;
    }

    .about-us-inner img.about-us-title {
        width: 400px;
    }

    .product-detail-homepage-text-inner {
        width: 100%;
    }

    .product-detail-homepage-back a {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .cookies-buttons {
        margin-top: 20px;
    }
}

@media (max-width: 1367px) {
   .about-us-cookie {
       left: -100px;
   }

    .video-cookie {
        right: -100px;
    }

    .cookie-item:hover .product-image {
        scale: 1.1;
    }

    .slogan img {
        width: 550px;
        max-width: 80vw;
    }
}

@media (max-width: 575px) {
    .header {
        height: unset;
    }
}

.social {
    position: absolute;
    text-align: center;
    top: 50px;
    left: 50px;
    z-index: 900;
}

.social ul {
    padding: 0;
    margin: 0;
}

.social ul li {
    display: inline-block;
}

.social ul li a {
    display: block;
    padding: 5px;
    line-height: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    color: #ff8622;
    margin: 0 1px;
    transition: all 0.2s;
}

.social ul li a:hover {
    transition: all 0.2s;
    opacity: 0.7;
}

.social span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "agency";
}

.footer {
    background-color: #433635;
    padding: 0 50px 60px 50px;
}

.footer-bg {
    width: 100%;
    height: 50px;
    background-image: url("../images/footer-bg.png");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    font-family: "montserrat";
}

.footer-logo {
    width: 250px;
}

.footer-menu {
    text-align: center;
    color: #fff;
}

.footer-menu h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    display: block;
    margin: 5px 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.footer-menu ul li a:hover {
    opacity: 0.6;
    transition: all 0.2s;
}

.footer-social {
    text-align: center;
    margin-top: 15px;
}

.footer-social ul {
    padding: 0;
    margin: 0;
}

.footer-social ul li {
    list-style: none;
    display: inline-block;
}

.footer-social ul li a {
    margin: 0 10px;
    color: #fff;
    font-size: 28px;
    transition: all 0.2s;
}

.footer-social ul li a:hover {
    transition: all 0.2s;
    opacity: 0.5;
}

.footer-social span {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    font-family: "agency";
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}

.cursor-green:hover {
    cursor: url("../images/cursor/findikli2.png"), auto;
}

.cursor-orange:hover {
    cursor: url("../images/cursor/sutlucikolata2.png"), auto;
}

.cursor-lightblue:hover {
    cursor: url("../images/cursor/kakao2.png"), auto;
}

.cursor-purple:hover {
    cursor: url("../images/cursor/klasik2.png"), auto;
}

.cursor-red:hover {
    cursor: url("../images/cursor/brownie2.png"), auto;
}

.cursor-pink:hover {
    cursor: url("../images/cursor/cilekli2.png"), auto;
}

.cursor-yellow:hover {
    cursor: url("../images/cursor/limonlu2.png"), auto;
}
