body {
  margin: 0;
  overflow: hidden; 
  font-family: "Roboto Flex", sans-serif;
}
.header {
   display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.wok-logo{
      justify-self: start;
}
.wok-logo img{
       width: clamp(70px, 10vw, 140px);
  height: auto;
    margin-left: 20px;
}
h1{
    margin-top: 100px;
    font-weight: 600;
    color: #95172C;
}

.search-container {
  position: relative;
  width: 200px;
  margin-left: 50px;

}
.searchfilter{
 display: flex;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('Images/search-icon-red.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.search-input {
  width: 100%;
  height: 20px;
  padding: 10px 15px 10px 45px; 
  border-radius: 15px;
  border: none;
  font-size: 14px;
  outline: none;
  background-color: rgb(207, 207, 207, 0.25);
}

.floating-nav {
  position: fixed;            
  top: 90%;                     
  left: 50%;                   
  transform: translate(-50%, -50%);
    width: 400px;
    height: 30px;
  background: rgba(217,103,122,0.5);
  backdrop-filter: blur(8px);
  padding: 20px 40px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  z-index: 9999;    
  display: flex;   
  margin: 0 auto;      
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.post-button{
    background-image: url('Images/post-icon-black.svg');
    background-size: 90%;  
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
   
}
.searchfilter{
    display: flex;
}

.body-explore{
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
     overflow-y: auto; 
     flex: 1;

}

.recipes-bookmark{
    margin-left: auto;
}

.recipes-bookmark img{
    width: 32px;
    height: 32px;
    margin-top: 8px;
}
.recipe-container {
  display: inline-block;
  cursor: pointer;
  
}
.recipe-container{
    background-image: url('Images/menu-icon-red.svg');
    background-size: 100%;  
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 15px;
    margin-right: 50px;
      z-index: 999px;
}
.recipe-container img{
      width: 36px;

        
}
.recipe-header{
    display: flex;
       color: #95172C;
}
.recipe-header h4{
    margin-left: 20px;
    margin-top: -20px;
}

.recipe-header img{
    margin-left: 188px;
    margin-top: -45px;
}

.recipe-container:active,
.recipe-container:focus {
  background-color: none;
  outline: none;
  
}
.recipe-popup {
  display: none;
  position: absolute;   
  max-width: 220px;
  height: 200px;
  margin-left: -208px;
  margin-top: -10px;
  background-color: #D9D9D9;
  border-radius: 20px;
  padding: 20px;
  z-index: 999;      
}

.recipe-popup div{
   margin-top: 35px;
  cursor: pointer;
}


.recipe-popup.active {
  display: block;
  
}

.scroll-container {
  height: 75vh;         
  overflow-y: auto;       
  overflow-x: hidden;
  margin: 30px;
   
}
.scroll-container::-webkit-scrollbar {
  display: none;
}
.large {
  grid-row: span 2;
  height: 100%;
}
.explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.grid-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; 
  overflow: hidden;
  border-radius: 20px;

}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
   
}

.grid-item:hover{
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}
.explore-filter{
    margin: 0 auto;
    font-weight: 600;
    
}
.explore-filter-01{
margin-top: -30px;
margin-bottom: -10px;
text-align: center;
}
.explore-filter-02{
  margin-top: 25px;
  text-align: center;
}
.searchfilter2{
    display: flex;
}
.search-container2 {
  position: relative;
  width: 420px;
  margin-left: 50px;
   display: flex;
}

.search-icon2 {
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: auto;
  background-image: url('Images/search-icon-red.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


.search-input2 {
  width: 200px;
  height: 20px;
  padding: 10px 15px 10px 15px; 
  border-radius: 15px 0px 0px 15px;
  border: none;
  font-size: 14px;
  outline: none;
  background-color: white;
  z-index: 999;
}

.search-input3 {
  width: 45px;
  height: 20px;
  padding: 10px 15px 10px 15px; 
  border-radius: 0px 15px 15px 0px;
  border: none;
  font-size: 14px;
  outline: none;
  background-color: white;
  font-weight: 600;
  z-index: 999;
  color: black;
  border-left: 2px solid #D9D9D9;
}

.explore-location{
    display: flex;
    margin-left: 65px;
   color: rgb(0, 0, 0, 0.5);
}
.explore-location p{
    margin-top: -15px;
}
.explore-location img{
    width: 24px;
    height: 24px;
     margin-top: -20px;
}

.dropdown
{
  position: relative;
  display: inline-block;
  display: flex;
  background: rgb(0, 0, 0);
width: 240px;
height: 60px;
 border-radius: 10px;

}

.dropdown-btn {
  padding: 10px 15px;
  cursor: pointer;
   z-index: 9999;
border: none;
background: rgb(0, 0, 0);
color: white;
padding-left: 90px;
margin-left: -20px;
 font-size: 16px;
 font-weight: 600;
 text-align: center;
 border-radius: 10px;
 
}




.dropdown-content {
  display: none;
  position: absolute;
  min-width: 400px;
  padding: 10px;
  
}

.dropdown-content label {
  display: block;
  margin-bottom: 8px;
  
}

.dropdown img,
.dropdown2 img,
.dropdown3 img,
.dropdown4 img{
  margin-left: auto;
  margin-top: 13px;
  margin-right: 15px;
}

.inbox-container{
  max-width: 500px;
  height: 700px;
  background-color: rgb(207, 207, 207, 0.25);
  margin: 0 auto;
  border-radius: 20px;
  padding-top: 5px;
}
.inbox-container-idv{
  display: flex;
  background-color: white;
  max-width: 480px;
  height: 70px;
  margin: 10px;
  border-radius: 10px;
}
.inbox-container-idv:hover{
   transform: translateY(-2px);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.inbox-profile,
.inbox-profile2,
.inbox-profile3,
.inbox-profile4,
.inbox-profile5{
  width: 52px;
  height: 52px;
   background-image: url("Images/itsavajames.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-top: 8px;
  margin-left: 15px;
}
.inbox-profile2{
   background-image: url("Images/umamihouse.jpg");
}
.inbox-profile3{
   background-image: url("Images/heyitsnoahh.jpg");
}
.inbox-profile4{
   background-image: url("Images/masonreed.jpg");
}
.inbox-profile5{
   background-image: url("Images/chloe.miller.jpg");
}
.inbox-text{
  margin: 10px;
}
.inbox-text div:nth-child(1){
font-weight: 600;
}
.inbox-time{
  margin-left: auto;
  padding: 20px;
}
h3{
  margin-left: 20px;
}

@media (max-width: 768px) {
.wok-logo img{
    margin-top: -50px;
    margin-left: 25px;
}
.explore-grid{
      grid-template-columns: repeat(3, 1fr);
}

.search-container2 {
    margin-left: 20px;
    width: 360px;
}
.explore-location{
    margin-left: 40px;
}

.inbox-container{
  max-width: 450px;

  }
  
}