*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.flexcenter{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.flex-sparase{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.navmenu{
    border-bottom: 1px solid gray;
    min-height: 40px;
    top: 0;
    left: 0;
    position: sticky;
    z-index: 100;
    background-color: #fff;
}
/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: rgb(3, 3, 3);
    padding: 5px 16px;
    font-size: 14px;
    border: none;
    cursor: pointer;
  }
  .dropbtn:hover{
    color: rgb(255, 255, 255);
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    text-align: justify;
    display: none;
    position: absolute;
    background-color: #dcdddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.3);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: rgb(7, 7, 7);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #125a3c; color: rgb(255, 255, 255);}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  /* .dropdown:hover .dropbtn {border: 1px solid gray;} */

  @media screen and (max-width: 600px) {
    .footer-top{
        flex-direction: column;
        gap: 14px;
        
    }
    /* #productDisp{
      flex-direction: column;
      
    } */
    .product{
      width: 600px;
      
    }
    .section1_left{
        display: none;
      }
      .section1_right{
        display: none;
      }
  }

  @media screen and (max-width: 720px) {
    .footer-top{
        flex-direction: column;
        gap: 14px;
        
    }
    /* #productDisplay{
      flex-direction: column;
      background-color: #4e4949;
    } */
    .product{
      width: 600px;
    }
    .section1_left{
        display: none;
      }
      .section1_right{
        display: none;
      }
  }

  @media screen and (max-width: 992px) {
    .section1_left{
        display: none;
      }
      /* #productDisplay{
        flex-direction: column;
      } */
      .product{
        width: 95%;
      }
  }



  .section1{
    display: flex;
  }

  .section1_left{
    flex: 2;
  }
  .section1_meddle{
    flex: 5;
  }
  .section1_right{
    flex: 2;
  }
  .section1_meddle{
    padding: 10px;
  }


  .section1_meddle_img>img{
    width: 260px;
  }
  .section1_meddle_content>h1{
    font-size: 20px;
    color: #353434;
    font-weight: 600;
    margin-top: 5px;
  }
  .section1_meddle_content>p{
    font-size: 12px;
    color: #353434;
    font-weight: 500;
    margin: 5px 0;
  }
  .section1_meddle_content>a>h2{
    font-size: 18px;
    color: #0baa48;
    font-weight: 600;
    margin-top: 5px;
  }

  .section1_meddle_content>h2{
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
  }
  .section1_meddle_content>a>h3{
    font-size: 16px;
    color: #0baa48;
    font-weight: 400;
    margin-top: 5px;
  }

  .section1_meddle_content>h3{
    font-size: 16px;
    color: #020202;
    font-weight: 400;
    margin-top: 5px;
  }
  .section1_meddle_content>a{
    font-size: 12px;
    color: #0b742a;
    font-weight: 400;
  }

  .auth-section {
    /* max-width: 400px; */
    margin: 10px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .content-section{
    display: flex;
    flex-direction: column;
    padding: 10px;
    
  }
  .content-section input{
    width: 100%;
    margin: 8px 0;
    padding: 8px;
  }
  .content-section textarea{
    width: 100%;
    padding: 8px;
  }
  .content-section input, .content-section textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: #fff;
  } 
  .auth-section{
    width: 300px;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .auth-section input{
    margin: 8px;
    padding: 5px;
    outline: none;
  }
  /* .uploadsection{
    background-color: #000;
  } */
  .content-button{
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    background-color: rgb(0, 100, 100);
    color: #ffffff;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    border-radius: 3px;
  }
  .content-button:hover{
    background-color: rgb(0, 165, 165);
  }
  .desch5{
    font-size: 12px;
    font-weight: 500;
    color: #464545;
  }
  .desch2:hover{
    color: rgb(8, 194, 8);
  }
  .desch2{
    font-size: 10px;
    font-weight: 500;
    color: #0e0d0d;
    transition: all 1s ease;
  }
  .linkbtn{
    display: inline-block;
    margin: 5px 0;
    padding: 10px 25px;
    background-color: #388e3c;
    box-shadow: 2px 2px 5px #888;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: all0.5s;
  }
  .linkbtn:hover{
    background-color: #fff;
    color: black;
    transition: all 0.5s;
  }
  button {
    width: 100%;
    padding: 10px;
    background-color: #232f3e;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #3b4a5a;
  }
  .menu-toggle{
    width: 100%;
    background-color: transparent;
    text-align: right;
  }
  .menu-toggle:hover{
    background-color: transparent;
  }
  /* #upload-section{
    width: 400px;
    
  } */
  .uploadsection{
    text-align: center;
    width: 300px;
    background-color: rgb(9, 136, 66);
    padding: 10px;
    border: 1px solid black;
    margin: 10px 0;
  }

  .content-section input{
    width: 95%;
    border: none;
    outline: none;
  }
  .content-section textarea{
    border: none;
    outline: none;
    width: 95%;
  }
  /* Product Display */
  #productDisplay {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .product {
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    height: fit-content;
    width: 350px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  
  .product img {
    max-width: 100%;
    height: auto;
    height: 300px;
    object-fit: cover;
  }
  
  .product h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  
  .product p {
    font-size: 14px;
    color: #555;
  }




  .footer-section{
    /* width: 100%; */
    height: auto;
    padding: 20px 20px;
    margin-top: 30px;
    background-color: #313030;
}
.footer-top{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
}
.footer-section1{
    width: 140px;
    
}
    
.footer-section2{
    width: 140px;
    
}
.footer-section3{
    width: 140px;
    
}

.footer-section4{
    width: 140px;
    
} 

.footer-section1 h2{
    font-size: 14px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
}

.footer-section2 h2{
    font-size: 14px;
    margin-bottom: 2px;
    color: #ffffff;
    font-weight: 500;
}

.footer-section3 h2{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 7px;
    font-weight: 500;
}

.footer_section2_p{
    font-size: 12px;
    margin-bottom: 7px;
    color: rgb(255, 255, 255);
}

.footer-section4>h2{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 7px;
    font-weight: 500;
}
.footer-bottom-link{
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 7px;
}
.footer-bottom-link:hover{
    color: green;
    transition: 0.4s;
    /* border-bottom: 1px solid green; */
}

.footer-bottom-copyright{
    padding: 80px 0 30px 0;
    font-size: 12px;
    color: #ffffff;
    font-style: bold;
}
.flex_start{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}