@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;1,100;1,300;1,400;1,600;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.2s ease; 
    font-family: "oppins", sans-serif;

}

body {
   background-color: #232323;
   background-size: cover;
   background-position: center;
   


}


html{
    overflow-x:hidden;
}

h1{
    margin: 2.5rem 7%;
}
span{
    color: brown;

}

section{
    padding: 2.5rem 7%;

}

li {
    list-style: none;
    display: flex;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;

}

a:hover {
    color: orange;

}

/*HEADER kismi*/
header {
    position: relative;
    padding: 0 2rem;
    position: sticky;
    top: 3rem;
    z-index: 1000;
    
 

}

.navbar {
    width: 100%;
    height: 60px;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 3rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
    .navbar .logo a img{
        height:70px;
      width:120px;
      border-radius:2rem;
      padding:5.5px;
      margin:20px auto;
      
    }

    .navbar .logo a {
        font-size: 1rem;
        font-weight: bold;
    }

.navbar .links {
    display: flex;
    gap: 2rem;
}

.navbar .toggle_btn {
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;

}

.action_btn {
    background-color: orange;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: scale .2 ease;
}

.action_btn:hover {
    scale: 1.05;
    color: #fff;
}

.action_btn:active {
    scale: 0.95;
}
/** 2.start*/
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 110px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px;
    padding-bottom: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
   
    #katagori {
        color: #fff;
        padding: 0.5rem 1rem;
        margin-right: 4rem;
        border: none;
        outline: none;
        border-radius: 20px;
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
        transition: all 2s ease;
        text-align: center;
    }
  #katagori:hover{
    color: orange;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 5px 5px 5px 25px;
    text-decoration: none;
    font-size: 25px;
    color: aliceblue;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color:orange ;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

/** 2.end*/

/* DROPDOWN MENUUU*/
.dropdown_menu {
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu.open {
    height: 240px;


}

.dropdown_menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.dropdown_menu .action_btn {
    width: 100%;
    display: flex;
    justify-content: center;

}

/*Heroo*/
section#hero {
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    min-height: 100vh;
    background-image: url(../web-orinetHtml/tRAMP.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -100px;
   
    
}

#hero h1 {
    font-size: 3.5rem;
    
    margin-bottom: 1rem;
}
#hero p{
    margin-bottom: 1.5rem;
   
}
/* startttt !!*/
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.prev, .next {
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }


/*menu start*/
.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.menu-template {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

    .menu-template:hover {
        background-color: #e0e0e0;
    }

.food-image {
    width: 100%;
    border-radius: 8px;
}

.food-details {
    text-align: center;
}

.menu-template.pizza {
    background-color: #dcdcdc;


}

.menu-template.hamburger {
    background-color: #333;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    .menu-template.pizza{
        width:100%;
    }
}

@media only screen and (max-width: 600px) {
    .menu-template {
        margin: 10px; /* Örnek bir ayar, gerektiğinde değiştirebilirsiniz */
    }
}

/*menu end*/

/* about start*/

.about {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}


.about-info h4{
    margin-bottom: 0.5rem;
}
.about-info p{
    color: #fff;
}

.about-info,
.mission {
    text-align: center;
}

.about-info i,
.mission i {
    font-size: 2em;
    margin: 1rem;
    margin-bottom: 10px;
}
footer {
    
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
/* about end*/
/* CONTACT START*/
.contact {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}
 
.contact-info,
.map {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
    margin: 10px;
}
.contact-item {
    display: flex;
    flex-direction: column; /* Değişiklik: Sütun yönlü bir düzen */
    align-items: center;
    margin-bottom: 2rem; 
   /* Değişiklik: Daha küçük bir alt boşluk */
}

.contact-item i {
    font-size: 24px;
    margin-bottom: 10px; /* Değişiklik: Icon ile metin arasındaki boşluk */
}

.contact-item p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.contact-item p:hover{
    color: orange;
}
.contact-item2 a {
    max-width: 50rem;
    max-height: max-content;
    background-color: none;
    margin: 2.5rem 4% ;
    font-size: 1rem;
    text-decoration: none;
    color: #fff; 
    align-items:center;
    
}
.contact-item2 a:hover{
    color: orange;
}

.map iframe {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%; /* Değişiklik: Haritanın genişliğini ayarla */
    height: 300px; /* Değişiklik: Sabit bir yükseklik eklenmiş */
}






/* CONTACT END*/




/* RESIPONSIVE*/
@media(max-width: 992px) {

    .navbar .links,
    .navbar .action_btn {
        display: none;
    }

    .navbar .toggle_btn {
        display: block;
    }

    .dropdown_menu {
        display: block;
    }
    
}

@media(max-width: 576px) {
    .dropdown_menu {
        left: 2rem;
        width: unset;
    }
}

