﻿/* Ekran boyutu 650px ve daha küçükse geçerli olacak stil */


.wire-one-regular {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400; 
    letter-spacing: 2px;
}

.page-title-home,
.swiper-container, 
.page-title {
    height: 90vh; /* Tüm cihazlarda tam ekran */
    background-size: cover; /* Resmi tam kapla */
    background-position: center; /* Ortala */
    background-repeat: no-repeat;
} 

.swiper-slide {
    height: 72vh; /* Tüm cihazlarda tam ekran */
    background-size: cover; /* Resmi tam kapla */
    background-position: center; /* Ortala */
    background-repeat: no-repeat;
}

.section-welcome .content .desc {
    letter-spacing: 2px;
}

.our-menu-item .wrap-image img {
    object-fit: cover;
    height: 70vh;
    width: 100%;
}
.page-title.style-2 .content .tf-btn {
    /*background-color: #8544429e;*/
    background-color: #fff4e6e3;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    border-radius: 20px;
    font-weight: bold;
}
    .page-title.style-2 .content .tf-btn .btn-double-text {
        color: #393939;
        /*color: #ffffff;*/
    }
#menu_p {
    position: absolute;
    float: right;
    text-align: right;
    margin: 20px;
    color: white;
    font-weight: bold;
    font-size: 4vw;
    line-height: 5vh;
    background-color: #854442c4;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#menu_kutu_index{
    display:none;
}
.page-title::before {
    background-color: #ffdead00;
}
#kutucuklar {
    height: 72vh !important
} 
/* Ekran boyutu 651px ve üzeriyse geçerli olacak stil */
@media screen and (min-width: 651px) {
    #menu_p {
        font-size: 2.5vw;
        line-height: 8vh;
        background-color: transparent;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #menu_kutu_index {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    #kutucuklar {
        height:22vh !important
    }
    .our-menu-item .wrap-image img {
        object-fit: cover;
        height: 21vh;
        width: 100%;
    }

}