
@font-face {
    font-family: 'ABTS milk';
    src: url('/assets/fonts/ABTSmilk.woff2') format('woff2'), url('/assets/fonts/ABTSmilk.woff') format('woff'), url('/assets/fonts/ABTSmilk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('/assets/fonts/AmericanTypewriter.woff2') format('woff2'), url('/assets/fonts/AmericanTypewriter.woff') format('woff'), url('/assets/fonts/AmericanTypewriter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.vidCont {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 42%;
}
.vidCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #f0e9d6 url('/assets/img/bg.png');
}

img {
    max-width: 100%;
}

.header {
    margin-top: 40px;
    height: 60px;
    background: #F2E9D4;
    box-shadow: 0 10px 20px rgba(0,0,0,.7);
}

.container {
    position: relative;
    width: 1170px !important;
    margin: 0 auto;
}

.logo {
    display: inline-block;
    width: 270px;
    margin-top: -20px;
    height: 80px;
}

.logo img {
    max-height: 100%;
}

.menus {
    display: flex;
    gap: 10px;
}

.menus li {
    display: flex;
    align-items: center;
}

.menus li a {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 30px;
    border-radius: 12px;
}

.menus li a:hover {
    background: #803134;
    color: #fff;
}

.menus li a.active {
    background: #803134;
    color: #fff;
}

.search-box {
    display: flex;
    align-items: center;
    background: #B3ADAB;
    width: 200px;
    height: 30px;
    padding: 0 10px;
    border-radius: 12px;
}

.search-box .search-icon img {
    width: 20px;
    min-width: 20px;
}

.search-box input {
    padding-left: 10px;
    background: transparent;
    outline: none;
}

.search-box input::placeholder {
    color: #000 !important;
}
.slick-prev {
    position: absolute;
    top: 50%;
    display: flex;
    width: 60px;
    height: 50px;
    background: url('/assets/img/left-arrow.png') no-repeat center center !important;
    background-size: cover;
    font-size: 0;
    z-index: 10;
    transform: translateY(-50%);
}

.slick-next {
    position: absolute;
    top: 50%;
    right: 5px;
    display: flex;
    width: 60px;
    height: 50px;
    background: url('/assets/img/next-arrow.png') no-repeat center center !important;
    background-size: cover;
    font-size: 0;
    z-index: 10;
    transform: translateY(-50%);
}

.ribbon-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 750px;
    height: 100px;
    margin: 40px auto 0 auto;
    background: url('/assets/img/ribbon1.png') no-repeat center center !important;
    background-size: cover;
    color: #fff;
}

.ribbon-box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 750px;
    height: 100px;
    margin: 40px auto 0 auto;
    background: url('/assets/img/ribbon2.png') no-repeat center center !important;
    background-size: cover;
    color: #fff;
    z-index: 1;
}

.ribbon-box1 span {
    margin-top: 5px;
    font-size: 34px;
    transform: rotate(-1.5deg);
    line-height: 1;
    text-align: center;
}

.ribbon-box2 span {
    margin-top: 5px;
    font-size: 40px;
    transform: rotate(-1.5deg);
    line-height: 1;
    text-align: center;
}

.ribbon-box2:before {
    position: absolute;
    left: 140px;
    margin-top: -70px;
    content: '';
    width: 250px;
    height: 240px;
    background: url('/assets/img/ribbon-2-before.png') no-repeat center center !important;
}

.mar1520 {
    margin:15px 0 20px;
}


.lightbox-slider {
    display: flex;
    justify-content: space-between;
}

.lightbox-slider a {
    flex: 0 0 calc(20% - 20px); /* 20% genişlikte ve aralarında 20 piksel boşluk bırak */
}

.home-content-box {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    padding: 25px;
    background: #B2C9A7;
    border-radius: 30px;
    height: 380px;
}

.home-content-box .title {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 1.1;
}

.home-content-box .title span {
    color: #803134;
    font-weight: 600;
}

.home-content-box .content {
    width: 60%;
    font-weight: 600;
}

.home-content-box .content p {
    width: 90%;
}

.home-content-box .image {
    width: 40%;
}

footer {
    padding: 20px 0;
    background: #F2E9D4;
}

.footer-bottom {
    font-size: 20px;
    text-align: center;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.products {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 280px;
    margin-top: 30px;
    padding-left: 20px;
    background: #62C2C6;
    border-radius: 30px;
    box-shadow: 10px 10px 0px rgba(0,127, 156, .7);
    z-index: 20;
    margin-bottom:60px;
}

.products ul {
    display: flex;
    gap: 20px;
    padding-left: 50px;
}


.products li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 330px;
    background-image: url(/assets/img/mainB.png);
    background-size: cover;
}

/*.home-product-title {
    position: relative;
    left: -22px;
    top: -24px;
    display: inline-block;


}*/



.home-product-title {
    position: relative;
    left: -70px;
    top: -10px;
    display: inline-block;
    width: 40px;
    font-size: 20px;
    font-weight: bold;
}

.home-product-title span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    background: #803134;
    color: #fff;
    border-radius: 20px 20px 0 0;
    transform: rotate(270deg);
    white-space: nowrap;


}



.home-product-img {
    width: 60%;
    margin-top: -20px;
}




.footer-menu {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.footer-menu li a {
    padding: 0 10px;
    font-size: 20px;
    border-left: 1px solid #000;
}

.footer-menu li:first-child a {
    border-left: 0;
}

.social {
    display: flex;
    gap: 10px
}

.social li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: 400;
}

.social li a {
    display: flex;
    width: 40px;
    height: 40px;
}

.social li img {
    max-width: 100%;
}

.footer-tel {
    font-size: 25px;
    color: #803134;
    font-weight: 700;
}

.specification-content {
    position: relative;
    width: 950px;
    margin: -170px auto 100px auto;
}

.specification-content .icon {
    position: absolute;
}

.specification-row {
    position: relative;
    display: flex;
}

.specification-row .col {
    position: relative;
    width: 50%;
    color: #fff;
    font-size: 30px;
    z-index: 1;
}

.specification-row .col img {
    width: 100%;
}

.specification-row-title {
    margin-bottom: 20px;
    padding: 10px 0;
    border: 1px solid #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}

.specification-main ul {
    list-style-type: disc;
    margin-left: 5px;
}

.specification-main ul li {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 15px;
}

.specification-main ul li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: #fff;
    border-radius: 20px;
}

.branches {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
    margin: 50px auto;
    gap: 10px;
}

.branches li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    break-inside: avoid-column;

}

.branches li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 280px;
    padding: 0 25px;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    background: #F2E9D4;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.he100 {
    height:100px !important;
}

.m-t-15 {
    margin-top:15px;
}

.contactmsg-success {
    padding: 6px 20px;
    margin-right: 20px;
    background: #F2E9D4;
    line-height: 40px;
    border-radius: 15px;
    color:green;
}

.contactmsg-error {
    padding: 6px 20px;
    margin-right: 20px;
    background: #F2E9D4;
    line-height: 40px;
    border-radius: 15px;
    color:red;
}

.branches li .icon {
    display: inline-block;
    width: 110px;
    height: 110px;
}

.modal-content {
    width: 1100px;
    max-width: 1100px;
    border-radius: 30px;
    padding: 30px;
    background: #F2E9D4;
    font-size: 27px;
    font-weight: 600;
}

.modal-top {
    border: 2px solid #000;
    padding: 20px 0;
}

.modal-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    text-align: center;
}

.modal-right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 60%;
    text-align: center;
}
.contact {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    margin: 90px 0 70px;
}

.contact-header {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background: #F2E9D4;
    border-radius: 30px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.contact-header-text {
    width: 80%;
    font-size: 26px;
    text-align: center;
}

.contact-header-text .title {
    display: block;
    font-weight: bold;
    font-size: 32px;
}

.contact-header-icon {
    position: absolute;
    top: -80px;
    left: 20px;
    width: 320px;
    height: 320px;
}

.contact-form {
    width: 70%;
    margin-top: 40px;
}

.contact-line {
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin-bottom: 15px;
    height: 48px;
    background: #F2E9D4;
    border-radius: 30px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.contact-line label {
    width: 100px;
}

.contact-line input {
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
}

.contact-area {
    padding: 10px 25px;
    height: auto;
}

.contact-line textarea {
    width: 100%;
    outline: none;
    background: transparent;
}

.contact-button {
    width: 200px;
    height: 48px;
    outline: none;
    background: #F2E9D4;
    border-radius: 30px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.contact-modal_address {
    max-width: 80% !important;
    margin-top: 65px;
}

.pad020 {
    padding :2px 0 0 10px;
}

.pad20 {
    padding :20px 0;
}

.z2 {
    z-index:2;
}

.products-page {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    gap: 40px;
}

.products-sidebar {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 250px;
    min-width: 250px;
    padding: 25px;
    background: #F2E9D4;
    border-radius: 20px;
}

.products-sidebar-title {
    display: inline-flex;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 12px;
    background: #803134;
    color: #fff;
}

.products-main {
    width: 100%;
}

.products-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.products-sidebar-list li a {
    padding: 5px 10px;
}

.products-sidebar-list li a.active {
    background: #803134;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}

.products-sidebar-category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px 0 50px;
    width: 100%;
    gap: 15px;
}

.product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 50px 0;
    gap: 30px;
}

.product-list li {
    margin-bottom: 30px;
    padding: 20px 0;
    background: #F2E9D4;
    border-radius: 20px 20px 0 0;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
    break-inside: avoid-column;
}

.product-list-title {
    margin: 0 20px;
}

.product-img {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.product-img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.menu .container {
    display: flex;
    align-items: center;
}

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

.blocker {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.banner {
    z-index: 10;
    position:relative;
}

.about-box-1 {
    position: relative;
    display: flex;
    margin-top: 150px;
    padding: 20px 40px;
    background: #ECC263;
    border: 6px solid #816700;
    border-radius: 40px;
}

.about-box-1 .box-content {
    margin-top: 110px;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}

.about-box-1 .box-img {
    min-width: 400px;
}

.about-box-1 .box-balloon {
    position: absolute;
    top: -140px;
    left: 80px;
    width: 500px;
    height: 300px;
    padding: 55px 50px;
    font-size: 27px;
    background: url("../img/balloon.png") center center no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 1.3;
}

.about-box-1 .box-balloon span {
    display: block;
    color: #803134;
    font-weight: bold;
}

.about-box-2 {
    position: relative;
    display: flex;
    gap: 40px;
    margin-top: 60px;
    padding: 20px 40px;
    background: #B0DDDE;
    border-radius: 40px;
    box-shadow: 0 10px 20px rgba(0,0,0,.7);
}

.about-box-2 .box-title {
    font-size: 34px;
}

.about-box-2 .box-title span {
    color: #803134;
    font-weight: bold;
}

.about-box-2 .box-content {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}

.about-box-2 .box-img {
    min-width: 200px;
}

.about-box-2.second-color {
    background: #B2C8A7;
}

.about-ribbon {
    position: absolute;
    left: 15px;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 80px;
    background: url('../img/about-ribbon.png') no-repeat center center !important;
    background-size: cover;
    color: #fff;
}

.about-ribbon span {
    transform: rotate(-3.4deg);
    line-height: 1;
    text-align: center;
    font-size: 20px;
}

.insta-box {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 60px;
    margin: 30px 0;
    padding: 10px 20px;
    background: #F2E9D4;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,.7);
}

.insta-ing-1 {
    min-width: 120px;
    margin-top: 10px;
}

.insta-ing-2 {
    width: 90px;
    min-width: 90px;
    height: 90px;
}

.insta-text {
    font-size: 12px;
    line-height: 1.3;
}

.insta-title {
    font-size: 17px;
}

.insta-btn {
    padding: 5px 15px;
    white-space: nowrap;
    background: #833030;
    border-radius: 20px;
    color: #fff;
}

.insta-posts {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    column-count: 4;
}

.insta-posts .post {
    display: inline-block;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,.7);
}

.insta-posts .post img {
    width: 100%;
}

.mar0 {
    margin0;
}

.mainprod {
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    background-color: #803134;
    width: 40px;
    line-height: 40px;
    color: white;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 0;
    margin-left: -20px;
}

.mainprodImg {
    width: 80%;
    /* padding: 45px 0; */
    margin-left: 15px;
}

.mainprodBack {
    background-image: url(/assets/img/mainB.png);
    background-size: cover;
    width:33%;
    min-height:300px;
    display:flex;
    align-items:center;
    margin-left: 8px;
}

.f-l {float:left;}
.f-r {float:right;}

.m-r-10 {
    margin-right:10px;
}

.m10 {
    margin : 0 10px;
}

.select1 {
    padding: 10px 25px;
    background: #F2E9D4;
}

.pad200 {
    padding: 20px 0 0;
}

.wid30 { width:30px;}
.wid40 { width:40px;}
.wid70 { width:70px;}

.contact_btn1 {
    border: 2px solid #000;
    padding: 5px 30px;
    margin: 15px 0;
    cursor: pointer;
}

.m-b-50 {
    margin-bottom:50px;
}








@media only screen and (max-width: 1024px) {
    .header {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .menu.show {
        display: inline-block !important;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 20px 60px;
        background: #803134;
        z-index: 100;
    }

    .menus {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .menus li a {
        color: #fff;
    }

    .menus li a.active {
        background: #fff;
        color: #803134;
    }

    .mobile-menu-btn {
        display: inline-block;
        margin-right: 25px;
        cursor: pointer;
    }

    .header-content {
        justify-content: flex-start;
        align-items: center;
        height: 60px;
    }

    .logo {
        height: 60px;
        margin-top: -10px;
        margin-left:45px;
    }

    .footer-bottom > span {
        font-size: 16px;
    }

    .ribbon-box1, .ribbon-box2 {
        width: 100%;
        background-size: contain !important;
        margin-top: 20px;
    }

    .ribbon-box1 span, .ribbon-box2 span {
        font-size: 25px;
    }

    .ribbon-box2:before {
        display: none;
    }

    .home-content-box {
        height: auto;
    }

    .home-content-box .content {
        width: 100%;
    }

    .home-content-box .content p {
        width: 100%;
    }

    .home-content-box .title {
        font-size: 25px;
    }

    .home-content-box .image {
        display: none;
    }

    .products {
        height: auto;
    }

    footer {
        margin-top: 30px;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .footer-tel {
        display: none;
    }

    .footer-menu li a {
        white-space: nowrap;
        font-size: 16px;
    }

    .footer-top {
        justify-content: center;
        margin-bottom: 10px;
    }

    .specification-content {
        width: 100%;
        margin: -100px 0;
    }

    .modal {
        width: 100%;
        max-width: 100%;
    }

    .modal-top {
        flex-direction: column;
        align-items: center;
        font-size: 18px;
    }

    .modal-top .icon {
        width: 80px;
    }

    .contact-header-icon {
        display: none;
    }

    .contact-header {
        width: 100%;
        padding: 20px;
    }

    .contact-header-text {
        width: 100%;
        font-size: 20px;
    }

    .contact-header-text .title {
        font-size: 24px;
    }

    .contact-form {
        width: 100%;
    }

    .specification-row .icon {
        display: none;
    }

    .products-banner {
        display: none;
    }

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

    .products-sidebar-category {
        display: none;
    }

    .products-sidebar {
        width: 100%;
    }

    .products-sidebar-list {
        display: inline-block;
        width: 100%;
    }

    .products-sidebar-list li {
        width: 33%;
        float: left;
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .product-list {
        margin-top: 0;
    }

    .about-box-1 {
        flex-direction: column;
        margin-top: 40px;
    }

    .about-box-1 .icon {
        display: none;
    }

    .about-box-1 div {
        order: 2;
    }

    .about-box-1 .box-img {
        display: flex;
        justify-content: center;
        min-width: 100%;
        order: 0;
    }

    .box-balloon {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        position: static !important;
        background: transparent !important;
        text-align: left !important;
    }

    .about-box-1 .box-content {
        margin-top: 20px;
    }

    .insta-box {
        flex-direction: column;
        align-items: center;
        height: auto;
        text-align: center;
    }

    .mainprodBack {
        min-height: 200px;
    }

    .products li {
        height: 250px;
    }

    .products ul {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 10px;
    }

    .m--2 {
        margin: -2px;
    }
    .m--5 {
        margin: -5px;
    }
    .m-3 {
        margin: 3px;
    }

    .branches {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 90% !important;
        max-width: 90% !important;
    }

    .ribbon-box1 {
        height: 90px;
    }

    .ribbon-box1 span {
        font-size: 20px;
    }

    .social li {
        flex-wrap: wrap;
        font-size: 0;
    }

    .specification-row-title {
        font-size: 24px;
    }

    .specification-row .col > span {
        font-size: 20px;
        line-height: 1.3;
    }

    .specification-row br {
        display: none;
        height: 1px;
    }

    .branches {
        width: 90%;
    }

    .branches li a {
        width: 230px;
        height: 230px;
        font-size: 22px;
    }

    .branches li .icon {
        width: 70px;
        height: 70px;
    }

    .specification-content {
        width: 100%;
        margin: -70px 0 50px;
    }

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

    .specification-row .col {
        width: 100%;
    }

    .specification-row .text-center {
        order: 2;
    }

    .product-img {
        height: 200px;
    }

    .products-sidebar-list li {
        width: 50%;
    }

    .about-box-2 {
        flex-direction: column;
    }

    .about-box-2 > div {
        order: 1;
        text-align: center;
    }

    .about-box-2 .box-img {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        order: 0;
        text-align: center;
    }

    .insta-posts {
        flex-wrap: wrap;
        column-count: 2;
    }

    .insta-posts .post {
        width: 45%;
    }

    .products li {
        height: 180px;
    }


    .home-product-title {
        top: -14px;
    }

    .home-product-img {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 600px) {

    .slick-prev {
        width: 40px;
        height: 30px;
        background-size: 60% 70% !important;
    }
    .slick-next {
        width: 40px;
        height: 30px;
        background-size: 60% 70% !important;
    }

    .product-img {
        height: 150px;
    }

    .product-list {
        grid-template-columns: 1fr 1fr;
    }

    .products li {
        height:180px;
    }


    .home-product-title {
        top: -20px;
    }

    .home-product-img {
        margin: -35px 0px 0px -15px;
    }

    .branches li a {
        width: 180px;
        height: 180px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: 90% !important;
        max-width: 90% !important;
    }

    .ribbon-box1 {
        height: 60px;
    }

    .ribbon-box1 span {
        font-size: 20px;
    }

    .products ul {
        gap: 0;
    }

    .products li {
        width: 80% !important;
        height: 270px;
    }

    .branches {
        width: 100%;
        justify-content: center;
    }

    .branches li a {
        width: 250px;
        height: 250px;
        font-size: 17px;
    }

    .insta-posts .post {
        width: 100%;
    }
}