@font-face {
    font-family: 'hate';
    src: url('fonts/hate.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a{
    color: #231f20 !important;
    text-decoration: none !important;
}
.firstim{height: 100vh;
    position: relative;
    overflow: hidden; /* Taşmayı engellemek için */
    width: 100%;
    height: 100vh;
   
}
.firtsline{

background-color: #fffa4e;
position: fixed;
width: 100%;
z-index: 9999;


}
.social-icons td{
    padding: 5px;
}

.social-icons a {
    font-size: 54px; /* İkonların boyutunu ayarlayın */
    margin: 0px 20px;
    line-height: 20px;;
  
}

.social-icons a:hover {
    background: linear-gradient(45deg,    #ee3f4e,#ee3f4e,#ee3f4e) ;
    background-size: 200% ;
    -webkit-background-clip: text;
    color: transparent;
    animation: colorChange 1s infinite; /* Renk geçişi animasyonu */
}

.table {
    background-color: transparent; /* Arka plan rengini iptal eder */
    border: none; /* Kenarlıkları iptal eder */
    --bs-table-bg: transparent !important;
}
.table td, .table th {
    border: none; /* Hücre kenarlıklarını iptal eder */
}

@keyframes colorChange {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}
.logo{
    align-content: center;
}
.logo img{max-width: 100%;}
.links{  
    text-align: center;
    font-weight: 500;
    font-family: 'Poppins', 'Times New Roman', Times, serif;
    align-content: center;
    justify-items: center;
    
}
.social-icons{
    float: right;
}
.social-icons img{
    height: 40px;
  }
.logo a{
    font-family: Avant Garde Demi, sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 5px;
    color: #000;
    text-decoration: none;
}
.motto{
    font-family: 'hate',sans-serif;
    letter-spacing: 5px;
    font-size: 4rem;
    text-align: center;
}
.inner_tex{
    position: absolute;
    text-align: right;
    top: 70vh;
    font-family: "Averia Libre", system-ui;
    font-size: 22px;
    z-index: 9998;
    color: #636262;;
    padding-right: 50px;
}
.meaning{
    color: #636262;
    font-size: 1.2em;
    font-weight: 500;
    position: absolute;
    top: 200px;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}
.inmean{
   display: block;
}
.story{
    background-color: #dddddd;
    height: 100vh;
    font-size: 22px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.stooryteller{display: block;}

/*  AREA */
.menuarea{align-items: center; justify-items: center;text-align: center;}
.menu{
    display: flex;
    line-height: 18px;
    column-gap: 2rem;
    row-gap: 2rem;
    font-family: "Poppins", sans-serif;
    flex-wrap: wrap;
    justify-content: space-between;
   
    
}
.menuspecial{
    display: flex;
    line-height: 18px;
    row-gap: 2rem;
    font-family: "Poppins", sans-serif;
    flex-wrap: wrap;
    margin-bottom: 20px;   
    
}
.menuitems{
    display: flex;

}
.item-photo img{
    width: 100%;;
}
.item-name h2{
    font-size: 22px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    text-align: left;
}

.item-desc{
    font-size: 16px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    text-align: left;
}
.no{
    color: red;
    font-size: 18px;
    font-weight: 800;
    float: left;
}
.number{
    float: left;
    padding-left: 10px;
    font-weight: 800;
    font-size: 22px;
}
.price{
    float: right;
    font-size: 22px;
    color: red;
    font-weight: 800;
}
.pricedrink{
    float: left;
    font-size: 22px;
    color: red;
    font-weight: 800;
}
.pensL {
   padding-left: 0.5em
   }
   .pensR {
   padding-right: 3.5em
   }
.p10{padding: 10px;}
.p20{padding: 20px;}
.p40{margin: 40px;}

.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}

.pl20{padding-left: 20px;}

.slideOver {
    position: relative;
    width: 100%;
    height: 100%; /* Yüksekliği ihtiyacınıza göre ayarlayın */
    top:30vh;
}

.slideOver img {
    position: absolute;
    transition: transform 0.3s, z-index 0.3s;
    width: 20%; /* Fotoğraf genişliğini ayarlayın */
    height: auto;
}

.slideOver img:hover {
    transform: scale(1.1);
    z-index: 10;
}

.im1 {
    width: 100%; /* Fotoğraf genişliğini ayarlayın */
    top: 40vh;
    left: 0;
}

.im2 {
    width: 40%; /* Fotoğraf genişliğini ayarlayın */
    bottom: 10vh;
    left: 0;
}

.im3 {
    width: 100%;/* Fotoğraf genişliğini ayarlayın */
    top: 40vh;
    right: 0;
}

.im4 {
    width: 40%; /* Fotoğraf genişliğini ayarlayın */
    bottom: 10vh;
    right: 0;
}
.kategoriName{
    font-size: 30px;
    font-weight: 800;
    font-family: Dosis ,serif;
}
.kategoriPhoto img{
    width: 100px;
}

.carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    transition: background-color 0.3s ease; /* Hover efekti için geçiş */
}

.carousel-control-prev::before, .carousel-control-next::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgb(31, 30, 30); /* Gri arka plan */
    border-radius: 50%; /* Yuvarlak şekil */
    z-index: -1; /* Ok işaretinin arkasında kalması için */
}

.carousel-control-prev:hover::before, .carousel-control-next:hover::before {
    background-color: #4ec6dd; /* Hover efekti */
}


.carousel-indicators [data-bs-target]{
    background-color: #4ec6dd !important;
    margin-bottom: 3rem !important;
}
.menu-go{
    font-size: 30px;
    color: black;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 9997;
    width: 100%;
    justify-items: center;
    

}
.menu-icon{
    width: 300px;
    padding: 5px;;
    background-color: #fffa4ec7;
    border: solid 1px #fffa4e;
}
/*.slide_area{
    height: 100vh;
}*/

.cat-name {
    background: #4ec6dd;
    position: relative;
    height: 3rem;
}


.cat-name h1 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 2px 50px;
    z-index: 1;
    top: -1rem;
    line-height: 3rem;
}

.cat-name h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; /* Başlığın arka planını beyaz yap */
    z-index: -1; /* Başlığın arkasında kalmasını sağla */
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%); /* Yamuk dikdörtgen şekli */
}

.mr0{margin-right: 0 !important;}
.mobile-menu{display: none;position: absolute; right: 0; top:1rem;}
.nav-link{font-size: 40px !important;}
.mobile-social{
    position: fixed;
    top: 0;
    right: -100px;
    height: 100vh;
    background: #fffa4e;
    width: 100px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s ease;
    z-index: 1000;
}
.bars{font-size: 30px;padding: 10px;}
.mobile-social.open {
    right: 0; /* Açıldığında sağa kayar */
}
.mobile-social .close {
    display: block;
    cursor: pointer;
}
.mobile-social li{list-style: none;height:7rem;align-content: center;}
.mobile-social ul{padding: 100px 0 0 0;}
.close{font-size: 40px;font-weight: 800; font-family: "hate",serif;}

@media (min-width: 300px) and (max-width: 767px) {

    .w-100{object-fit: cover; object-position: center;height: 90vh;}
    .social-icons {display: none;}
    .motto{font-size: 2.5rem; text-align: center;}
    .logo{text-align: center;}
    .mobile-menu{display: block;}
    .meaning{  position: absolute;   top: 200px; font-size: 12px;
        margin: 1rem;  width: 95%;      text-align: center;}
    .inner_tex{color: #b1b5b1; text-align: left; left: 25%;top:85%;}
    .menu{margin-left: 0;}
    .item-photo img{width: 200px;}
    .menu-go{display: none !important;}
    .carousel-indicators{display: none !important;}
        .modal-content {
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  background: #fff;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-body h1 {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  color: #222;
}

.modal-body li {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.modal-header {
  border-bottom: none;
  justify-content: flex-end;
}

.modal.fade.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-100{object-fit: cover; object-position: center;height: 90vh;}
    .social-icons {display: none;}
    .motto{font-size: 2rem; text-align: right;}
    .logo{text-align: left;}
    .mobile-menu{display: block;}
    .menu{margin-left: 0;}
    
    
}
.instagram-icon {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#scrollUpBtn {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #4dc6dd;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
}

#scrollUpBtn:hover {
    background-color: #333;
}
.mobile-menu img{width: 60px;}

.item-name {
    padding-top: 15px;
    }
.item-desc li{
    list-style: none;
    margin: 5px;
    float: left; 
}    
.item-desc li img{
    width: 25px;
}
.allerjen{
    display: block;
    clear: both;
}
.item-no{
   clear: both; 
}
.table tr{
    border-bottom: 1px solid;
}
.tLeft{
    text-align: left;
}
.cWh{color: #fff !important;}
.meaning li{
  list-style: none;
}
.muhteviyat li{
    list-style: disc !important;
    margin: 5px 0;
    clear: both;
}


.modal{
        --bs-modal-width:90% !important
}


    .modal-content {
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  background: #fff;
  max-height: 90vh;
  width: 90vw;
  overflow-y: auto;
}

.modal-body h1 {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  color: #222;
}

.modal-body li {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.modal-header {
  border-bottom: none;
  justify-content: flex-end;
}

.modal.fade.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  border-radius: 18px;
  padding: 40px 50px;
  background: linear-gradient(to bottom right, #ffffff, #f7f7f7);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  max-width: 800px;
  margin: auto;
  border: none;
}

.modal-header .btn-close {
  background-color: #ff4b5c;
  opacity: 1;
  padding: 10px;
  border-radius: 50%;
}

.modal-body h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #333;
}

.modal-body .list-item {
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #ee3f4e;
  background-color: #fff;
  border-radius: 6px;
}

.modal-body strong {
  color: #ee3f4e;
}

.modal-body em {
  display: block;
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #e9faff;
  border-left: 5px solid #4ec6dd;
  color: #066;
  font-size: 1rem;
  border-radius: 6px;
}
.matchalist{
    width: 60%;
    float: left;
}
.matchaframe{
    width: 40%;
    float: right;
}
@media (max-width: 768px) {
  .matchalist,.matchaframe {
    width:100% ; 
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 850px; 
  }
}
       .H25-menu-title {
            text-align: center;
            font-size: 2rem;
            font-weight: bold;
            letter-spacing: 4px;
            margin-bottom: 30px;
            text-transform: uppercase;
            padding: 40px;
        }

        .H25-coffee-table {
            margin: 0 auto;
            border-collapse: collapse;
        }
        .H25-coffee-table td {
            padding: 10px 8px;
            vertical-align: top;
            border: none;
        }
        .H25-coffee-name {
            font-size: 1.1rem;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            white-space: nowrap;
            display: block;
            text-align: left;
        }
.listLine{
    display: flex;
}
.ListPrice{
    display: flex;
    margin-left: auto;
}
.containerMatcha{
    display: flex;
    align-items: center;
}
        /* Fiyat 1: sola yaslı */
        .price1 {
            display: block;
            font-size: 1.2rem;
            font-weight: bold;
            color: #333;
            
        }
        .price1 small {
            font-size: 0.75rem;
            font-weight: normal;
            color: #888;
            display: block;
            margin-top: 2px;
        }

        /* Fiyat 2: sağa yaslı */
        .price2 {
            display: block;
            font-size: 1.2rem;
            font-weight: bold;
            color: #333;
           
        }
        .price2 small {
            font-size: 0.75rem;
            font-weight: normal;
            color: #888;
            display: block;
            margin-top: 2px;
        }

        /* Sütun genişlikleri */
        .H25-col-name { width: 34%; }
        .H25-col-price1 { width: 8%; }
        .H25-col-price2 { width: 8%; }
        .H25-col-bosluk { width: 8%; }

        /* Mobilde: her ürün tek satırda */
        @media (max-width: 768px) {
            .H25-coffee-table {
                display: block;
            }
            .containerMatcha{
    display: block !important;
    align-items: center;
}
            .H25-coffee-table tbody tr {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                gap: 10px;
                margin-bottom: 15px;
                padding-bottom: 10px;
                border-bottom: 1px solid #eee;
            }
            .H25-coffee-table td {
                width: 100%;
                padding: 6px 0;
                font-size: 0.95rem;
            }
            .H25-col-name{}
            .H25-col-price1,
            .H25-col-price2 {
                width: 50%;
            }
            .H25-price2 {
                text-align: left !important;
            }
            .H25-price2::before {
                content: "/ ";
            }
            .H25-price2 small::before {
                content: "/ ";
            }
        }
        @media (max-width: 768px) {
    .H25-coffee-table,
    .H25-coffee-table tbody,
    .H25-coffee-table tr,
    .H25-coffee-table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }}