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

@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");
}

@font-face {
    font-family: "block-pro-cond";
    src: url("../fonts/block-pro-cond.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); }
}

.megamenu-bg {
    position: fixed;
    top: 0;
    left: 0;
}

.megamenu-bg2 {
    position: fixed;
    top: 0;
    left: -35px;
}

.megamenu-bg svg,
.megamenu-bg2 svg {
    height: 100vh;
}

#megamenu-bg-shape,
#megamenu-bg-shape2 {
    fill:#e81a2f;
    fill-opacity:1;
    stroke:none;
    stroke-width:0.401247;
    stop-color:#000000
}

.megamenu-content {
    position: relative;
    z-index: 50;
    padding-right: 50px;
    /* min-height: 768px; */
}

.megamenu-product {
    position: relative;
    transition: all 0.2s;
    cursor: pointer;
    margin: 0 10px;
    padding-left: 5px;
}

.megamenu-product .cookie-navbar {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-left: -15px;
    z-index: 100;
}

.megamenu-product .cookie-navbar:hover {
    scale: 1.05;
    transition: all 0.2s;
}

.megamenu-product .cookie-navbar-bg {
    width: 100%;
    position: absolute;
    top: 0;
}

.megamenu-product h3 {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-family: "agency";
}

.megamenu-product-detail {
    margin-top: 25px;
    padding-bottom: 15px;
}

.megamenu-product-detail-content {
    text-align: center;
    font-family: "montserrat-light";
    width: 70%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    display: none;
}

.megamenu-visible-content {
    display: block;
}

.megamenu-product-title {
    margin-top: 15px;
    margin-bottom: 40px;
    max-width: 70%;
    max-height: 150px;
}

.megamenu-product-ingredients {
    text-align: center;
    margin-top: 25px;
}

.megamenu-product-ingredients img {
    width: 100px;
}

.megamenu-carousel  {
    position: relative;
}

.megamenu-carousel img {
    max-width: 75%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.megamenu-carousel .carousel-indicators {
    bottom: -75px;
}

.megamenu-carousel .carousel-indicators button {
    background-color: black;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

#carouselExample .carousel-item {
    transition: transform .2s ease-in-out !important;
}

.cookies-hand-sidebar {
    overflow-y: hidden;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-20%);
    z-index: 100;
    display: none;
}

.cookies-hand-sidebar img {
    height: 60vh;
    width: auto;
}

.cookies-hand-sidebar.cookie-hand-active {
    display: block;
}

.cookies-hand-sidebar.cookies-hand-horizontal {
    left: -15px;
}

.cookies-hand-sidebar.cookies-hand-horizontal  img {
    height: 40vh;
    width: auto;
}

.hakkimizda-bg {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    max-width: 40%;
    max-height: 95%;
}

.hakkimizda-content {
    text-align: center;
    font-size: 16px;
    font-family: "montserrat";
}

.hakkimizda-content img {
    width: 300px;
    margin-bottom: 45px;
}

.iletisim-bg {
    bottom: -50px;
    left: -85px
}

.contact-info {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}



.hadi-tanisalim-title {
    width: 250px;
}

.iletisim-formu-title-wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.iletisim-formu-title {
    width: 175px;
}

.iletisim-content {
    font-size: 18px;
    font-family: "montserrat";
}

.iletisim-form a {
	color: #000;
	transition: all 0.2s;
}

.iletisim-form a:hover {
	opacity: 0.7;
	transition: all 0.2s;
}

.iletisim-content h3,
.iletisim-form h3 {
    color: #e81a2f;
    font-size: 48px;
    font-weight: bold;
    font-family: "agency";
}

.iletisim-form .help-block {
    color: red;
    font-size: 13px;
    margin-left: 8px;
}

.iletisim-form div.required label.control-label:after {
    content:" * ";
    color:red;
}

#contactform-verifycode-image {
    margin-bottom: 5px;
}

.iletisim-content .company-name {
    color: #e81a2f;
    font-size: 26px;
    font-family: "montserrat";
    font-weight: 600;
}

.iletisim-form {
    margin-top: 50px;
    margin-bottom: 100px;
    font-family: "montserrat";
}

.iletisim-form h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
}

.iletisim-form .form-group {
    margin-bottom: 15px;
}

.iletisim-form .form-group label {
    margin-bottom: 5px;
    padding-left: 7px;
}

.iletisim-form .form-group label span {
    color: #e81a2f;
}

.iletisim-form .form-group input[type='text'],
.iletisim-form .form-group textarea {
    border-radius: 20px;
    border-color: #e81a2f;
}

.iletisim-form button {
    font-family: "agency";
    font-size: 24px;
    padding: 5px 40px;
    border-radius: 15px;
}

.contact-hello-lezzet {
    position: fixed;
    top: 150px;
    left: 200px;
    z-index: 1000;
}

.contact-hello-mutluluk {
    position: fixed;
    bottom: 225px;
    left: 50px;
    width: 150px;
    z-index: 1000;
}

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

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

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

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

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

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

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

@media (max-width: 1690px) {

}

@media (min-width: 1441px) and (max-width: 1600px) {
    .contact-hello-lezzet {
        left: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .megamenu-bg {
        left: -100px;
    }

    .megamenu-content {
        padding-right: 25px;
    }

    .megamenu-product-detail-content {
        width: 90%;
    }

    .megamenu-product-title {
        margin-top: unset;
        margin-bottom: 25px;
        max-width: 60%;
        max-height: 125px;
    }

    .contact-hello-lezzet {
        left: 50px;
    }

    .megamenu-product .cookie-navbar {
        margin-top: 5px;
        margin-left: -5px;
    }

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

    .cookies-hand-sidebar {
        left: -100px !important;
    }
}

@media (max-width: 991px) {
    .megamenu-bg {
        left: -250px;
    }

    .megamenu-content {
        padding-right: 0px;
    }

    .cookies-hand-sidebar,
    .cookie-hand-active {
        display: none !important;
    }

    .megamenu-carousel {
        margin: 50px 0;
    }

    .megamenu-content {
        margin-top: 25px;
    }

    .megamenu-cookies {
        padding-left: 25px;
        z-index: 1000;
    }

    .hakkimizda-content {
        padding: 0 50px;
    }

    .hakkimizda-bg {
        position: relative;
        width: 80%;
    }

    .iletisim-content {
        text-align: center;
        font-size: 16px;
    }

    .iletisim-table {
        margin: auto;
    }

    .iletisim-content .company-name {
        font-size: 20px;
    }

    .contact-info-inner {
        width: 100%;
    }

    .contact-hello-lezzet,
    .contact-hello-mutluluk {
        display: none;
    }

    .iletisim-bg {
        display: none;
    }

    .megamenu-product .cookie-navbar {
        margin-top: 5px;
        margin-left: -2px;
    }

    .cookies-hand-sidebar {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .iletisim-content .alert {
        margin-left: 25px ;
    }
}

@media (max-height: 768px) {
    .contact-hello-mutluluk {
        display: none;
    }
}

@media (max-height: 500px) {
    .contact-hello-lezzet {
        display: none;
    }
}
