body{
   margin: 0;
   background-color: antiquewhite;
  width: 100%;
}


header {
  margin: 0;
   background-color: #f5deb3;
  width: 100%;
  height: 195px;
  padding: 10px 0;
}

.header1 {
  display: flex;
  align-items: center; 
  justify-content: space-between; 
  padding: 0 5%;
}

.head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.head h1 {
   margin-left: -20px;
   margin-top: 45px;
    font-size: 45px;
    background: -webkit-radial-gradient(red,orange 50%,red);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Times New Roman', Times, serif;
}

.searchbar {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #f5deb3;
  border: 2px solid white;
  border-radius: 30px;
  box-shadow: 0px 0px 10px orange;
  margin-right: 160px;
  transition: transform 0.3s;
  width: 40%;
}

.searchbar:hover {
  transform: scale(1.05);
}

.searchbar form {
  display: flex;
  width: 100%;
}

.searchbar input {
  background:transparent;
  flex: 1;
  border: 0;
  font-size: 20px;
  color: red;
  outline: none;
}

.searchbar::placeholder {
  color: orange;
  font-family: cursive;
  text-shadow: 1px 1px white;
}

.searchbar button {
  border: 0;
  background: transparent;
  color: orange;
  text-shadow: 0px 0px 10px orange;
  padding: 0 10px;
  -webkit-text-stroke: 1px white;
}

.searchbar button:hover {
  cursor: pointer;
  transform: scale(1.3);
}
.anchor {
  margin: 20px auto;
  text-align: center;
  background-color: #f5deb3;
  border: 2px solid white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px orange;
  padding: 10px;
  width: 95%;
}

.anchor ul {
  list-style: none; 
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; 
  gap: 100px; 
}

.anchor li {
  display: inline-block;
}

.anchor a {
  text-decoration: none; 
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
  padding: 5px 15px;
  background: -webkit-radial-gradient(red, orange 50%, red);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.anchor a:hover {
  background-color: whitesmoke;
  border: 1px solid white;
  border-radius: 15px;
  transform: scale(1.1);
  color: #5b2c0d;
}

#home{
  display: flex;
  background-color: rgb(254, 237, 240);
  height: 100%;
  margin-top: 0px;
  padding-bottom: 20px;
}
.session{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.session a{
  text-decoration: none;
   background: -webkit-radial-gradient(red,orange 50%,red);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bolder;
    font-size: 30px;
}
.product-1{
 margin-top: 30px;
 padding-bottom: 10px;
 margin-left: 90px;
 border: 1px solid orange;
  box-shadow: 0px 0px 10px orange;
 border-radius: 8px;
}
.product-1 img{
  height: 280px;
  width: 250px;
  border-radius: 6px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.product-1 h3{
  text-align: center;
  color: orange;
}
.product-1 p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;

}
.product-1 span{
  margin-top: 0px;
  text-align: center;
  margin-left: 50px;
  color: orange;
  font-size: larger;
}
.product-1 h3,
.product-1 p
 {
  margin: 0;               
  padding: 0;            
  text-align: center;
}

.product-2{
 margin-top: 30px;
 padding-bottom: 10px;
 margin-left: 90px;
 border: 1px solid orange;
  box-shadow: 0px 0px 10px orange;
 border-radius: 8px;
}
.product-2 img{
  height: 280px;
  width: 250px;
  border-radius: 6px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.product-2 h3{
  text-align: center;
  color: orange;
}
.product-2 p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;

}
.product-2 span{
  margin-top: 0px;
  text-align: center;
  margin-left: 50px;
  color: orange;
  font-size: larger;
}
.product-2 h3,
.product-2 p
 {
  margin: 0;               
  padding: 0;            
  text-align: center;
}
.product-3{
 margin-top: 30px;
 padding-bottom: 10px;
 margin-left: 90px;
 border: 1px solid orange;
  box-shadow: 0px 0px 10px orange;
 border-radius: 8px;
}
.product-3 img{
  height: 280px;
  width: 250px;
  border-radius: 6px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.product-3 h3{
  text-align: center;
  color: orange;
}
.product-3 p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;

}
.product-3 span{
  margin-top: 0px;
  text-align: center;
  margin-left: 50px;
  color: orange;
  font-size: larger;
}
.product-3 h3,
.product-3 p
 {
  margin: 0;               
  padding: 0;            
  text-align: center;
}
.product-4{
 margin-top: 30px;
 padding-bottom: 10px;
 margin-left: 90px;
 border: 1px solid orange;
  box-shadow: 0px 0px 10px orange;
 border-radius: 8px;
}
.product-4 img{
  height: 280px;
  width: 250px;
  border-radius: 6px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.product-4 h3{
  text-align: center;
  color: orange;
}
.product-4 p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;

}
.product-4 span{
  margin-top: 0px;
  text-align: center;
  margin-left: 50px;
  color: orange;
  font-size: larger;
}
.product-4 h3,
.product-4 p
 {
  margin: 0;               
  padding: 0;            
  text-align: center;
}
.session-1{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.session-1 a{
  text-decoration: none;
   background: -webkit-radial-gradient(red,orange 50%,red);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bolder;
    font-size: 30px;
}
.home{
  display: flex;
  background-color: rgb(254, 237, 240);
  height: 100%;
  margin-top: 0px;
  padding-bottom: 20px;
}
.session-2 h1{
   text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
   background: -webkit-radial-gradient(red,orange 50%,red);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bolder;
    font-size: 30px;
}
.product-1{
 margin-top: 30px;
 padding-bottom: 10px;
 margin-left: 90px;
 background-color: white;
 border: 1px solid orange;
  box-shadow: 0px 0px 10px orange;
 border-radius: 8px;
}
.product-1 img{
  height: 280px;
  width: 250px;
  border-radius: 6px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.product-1 h3{
  text-align: center;
  color: orange;
}
.product-1 p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;

}
.product-1 span{
  margin-top: 0px;
  text-align: center;
  margin-left: 50px;
  color: orange;
  font-size: larger;
}
.product-1 h3,
.product-1 p
 {
  margin: 0;               
  padding: 0;            
  text-align: center;
}

.product-2{
 margin-top: 30px;
 padding-bottom: 10px;
 margin-left: 90px;
 background-color: white;
 border: 1px solid orange;
  box-shadow: 0px 0px 10px orange;
 border-radius: 8px;
}
.product-2 img{
  height: 280px;
  width: 250px;
  border-radius: 6px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.product-2 h3{
  text-align: center;
  color: orange;
}
.product-2 p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;

}
.product-2 span{
  margin-top: 0px;
  text-align: center;
  margin-left: 50px;
  color: orange;
  font-size: larger;
}
.product-2 h3,
.product-2 p
 {
  margin: 0;               
  padding: 0;            
  text-align: center;
}
.product-3{
 margin-top: 30px;
 padding-bottom: 10px;
 margin-left: 90px;
 background-color: white;
 border: 1px solid orange;
  box-shadow: 0px 0px 10px orange;
 border-radius: 8px;
}
.product-3 img{
  height: 280px;
  width: 250px;
  border-radius: 6px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.product-3 h3{
  text-align: center;
  color: orange;
}
.product-3 p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;

}
.product-3 span{
  margin-top: 0px;
  text-align: center;
  margin-left: 50px;
  color: orange;
  font-size: larger;
}
.product-3 h3,
.product-3 p
 {
  margin: 0;               
  padding: 0;            
  text-align: center;
}
.product-4{
 margin-top: 30px;
 padding-bottom: 10px;
 margin-left: 90px;
 background-color: white;
 border: 1px solid orange;
  box-shadow: 0px 0px 10px orange;
 border-radius: 8px;
}
.product-4 img{
  height: 280px;
  width: 250px;
  border-radius: 6px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.product-4 h3{
  text-align: center;
  color: orange;
}
.product-4 p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;

}
.product-4 span{
  margin-top: 0px;
  text-align: center;
  margin-left: 50px;
  color: #5b2c0d;
  font-size: larger;
}
.product-4 h3,
.product-4 p
 {
  margin: 0;               
  padding: 0;            
  text-align: center;
}
#footer {
  background-color: #f4c9a4;
  color: #5b2c0d;
  text-align: center;
  padding: 30px 10px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-section {
  flex: 1 1 250px;
  margin: 10px;
}

.footer-section h3 {
  font-size: 16px;
  margin-bottom: 15px;
color: #5b2c0d;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a {
  color: #5b2c0d;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
   color: orangered;
}

.newsletter input {
  padding: 8px;
  width: 70%;
  border: 1px solid #b87333;
  border-radius: 4px;
  outline: none;
}

.newsletter button {
  padding: 8px 15px;
  border: 3px solid white;
  box-shadow: 0px 0px 10px orange;
  background-color: white;
  color: orange;
  font-size: 17px;
  text-shadow: 2px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.newsletter button:hover {
  background-color: orange;
  color: black;
  box-shadow: 0px 0px 10px gray;
  border: 1px solid whitesmoke;
}

.social-icons a {
  margin: 0 6px;
  color: #5b2c0d;
  font-size: 18px;
  text-decoration: none;
}

.social-icons a:hover {
  color: orangered;
}

.back-to-top {
  margin: 15px 0;
}

.back-to-top a {
  text-decoration: none;
  background: #b87333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
}

.back-to-top a:hover {
  background:#b87333;
  color: white;
}

.footer-bottom {
  border-top: 1px solid #d79c67;
  padding-top: 10px;
  font-size: 14px;
}

.container {
  background: #f5deb3;
  padding: 20px 180px;
  border: 1px solid white;
  border-radius: 1px;
  width: 420px;
  margin-left: 22%;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px orange;
}

.title {
  text-align: center;
  color: #8b3b2e;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.form-box label {
  display: block;
  color: #a05c3d;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 23px;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="password"],
.form-box input[type="tel"] {
  width: 450px;
  padding: 8px;
  font-size: 15px;
  margin-bottom: 18px;
  margin-right: 50%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #faf7f4;
}

.form-box-1 label {
  display: block;
  color: #a05c3d;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}

.form-box-1 input[type="text"],
.form-box-1 input[type="email"],
.form-box-1 input[type="password"],
.form-box-1 input[type="tel"] {
  width: 230px;
  padding: 8px;
  font-size: 15px;
  margin-bottom: 18px;
  margin-right: 50%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #faf7f4;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  
  font-size: 20px;
  margin-top: 10px;
}

.btn {
  padding: 8px 20px;
  background: #fff;
  color: #a05c3d;
  border: 1px solid #a05c3d;
  
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background: #a05c3d;
  color: #fff;
}

.links {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.links a {
  color: #3d6ea0;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}



@media screen and (max-width : 480px) {

  body {
    background-color: #fffaf0;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  header {
    padding: 10px 0;
    text-align: center;
  }

  .header1 {
    flex-direction: column;
    align-items: center;
  }

  .head img {
    width: 100px;
    height: auto;
  }

  .head h1 {
    font-size: 28px;
    margin-right: 50px;
  }

  .searchbar {
    width: 90%;
    margin: 10px auto;
  }

  .searchbar input {
    width: 80%;
    font-size: 16px;
    padding: 6px;
  }

  .searchbar button {
    font-size: 16px;
    padding: 3px 10px;
  }

 .anchor ul {
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 10px;
  }

  .anchor ul li a {
    display: block;
    width: 100%;
    
    font-size: 19px;
  }

  .anchor ul li{
    border-bottom: none;
  }

  .session a,
  .session-1 a,
  .session-2 h1 {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    margin-top: 55px;
  }

  #home, 
  .home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-1, .product-2, .product-3, .product-4 {
    width: 90%;
    margin: 10px 0;
    text-align: center;
    background-color: #fff8e7;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 10px;
  }

  .product-1 img,
  .product-2 img,
  .product-3 img,
  .product-4 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .product-1 h3,
  .product-2 h3,
  .product-3 h3,
  .product-4 h3 {
    font-size: 16px;
    color: #ff6600;
  }

  .product-1 p,
  .product-2 p,
  .product-3 p,
  .product-4 p {
    font-size: 14px;
    margin: 5px 0;
  }

  .product-1 span,
  .product-2 span,
  .product-3 span,
  .product-4 span {
    font-size: 12px;
  }

  /* --- FOOTER --- */
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-section {
    width: 100%;
    margin-bottom: -30px;
  }

  .footer-section h3 {
    font-size: 16px;
  }

  .footer-section ul li {
    list-style: none;
    margin: 0px 0;
  }

  .footer-section a {
    text-decoration: none;
    color: #333;
  }

  .newsletter input {
    width: 80%;
    padding: 6px;
  }

  .newsletter button {
    padding: 6px 10px;
    margin-top: 5px;
  }

  .social-icons a {
    margin: 0 0px;
    font-size: 18px;
  }

  .back-to-top a {
    display: inline-block;
    margin: 0px 0;
    font-size: 14px;
    text-decoration: none;
     background: #b87333;
  color: #fff;
  }

  .footer-bottom p {
    font-size: 12px;
  }
@media (max-width: 480px) {
  .container {
    width: 80%;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 0 0 10px orange;
    border-radius: 10px;
    background-color: #fff;
  }

  .title {
    text-align: center;
    font-size: 26px;
    color:  #8b3b2e;
    margin-bottom: 20px;
  }

  .form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-box label {
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }

  .form-box input[type="email"],
  .form-box input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin: 5px 0 15px 0;
    border: 1px solid orange;
    border-radius: 5px;
    outline: none;
  }
   .form-box-1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-box-1 label {
    font-size: 16px;
    text-align: left;
    width: 100%;
  }

  .form-box-1 input[type="text"],
  .form-box-1 input[type="email"],
  .form-box-1 input[type="password"],
  .form-box-1 input[type="tel"] {
    width: 100%;             
    padding: 10px;
    margin-right: 0;          
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #a05c3d;
    background-color: #fffaf3;
    border-radius: 6px;
    box-sizing: border-box;
  }


  .btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .btn {
    width: 100%;
    background-color:  #8b3b2e;
    border: none;
    color: white;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  .btn:hover {
    background-color:  #8b3b2e;
    color: white;
  }

  .links {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
  }

  .links a {
    color: blue;
    text-decoration: none;
  }

  .links a:hover {
    text-decoration: underline;
  }
}


}














@media screen and (min-width: 480px)  {

  body {
    background-color: #fffaf0;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  header {
    padding: 15px 0;
    text-align: center;
  }

  .header1 {
    flex-direction: column;
    align-items: center;
  }

  .head img {
    width: 150px;
    height: auto;
  }

  .head h1 {
    font-size: 36px;
    margin-right: 0;
  }

  .searchbar {
    width: 60%;
    margin: 15px auto;
  }

  .searchbar input {
    width: 85%;
    font-size: 18px;
    padding: 8px;
  }

  .searchbar button {
    font-size: 18px;
    padding: 6px 12px;
  }

  .anchor ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
  }

  .anchor ul li a {
    display: block;
    width: auto;
    font-size: 22px;
  }

  .anchor ul li {
    border-bottom: none;
  }

  .session a,
  .session-1 a,
  .session-2 h1 {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
    margin-top: 90px;
  }

  #home,
  .home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-1,
  .product-2,
  .product-3,
  .product-4 {
    width: 70%;
    margin: 15px 0;
    text-align: center;
    background-color: #fff8e7;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 15px;
  }

  .product-1 img,
  .product-2 img,
  .product-3 img,
  .product-4 img {
    width: 90%;
    height: auto;
    border-radius: 10px;
  }

  .product-1 h3,
  .product-2 h3,
  .product-3 h3,
  .product-4 h3 {
    font-size: 20px;
    color: #ff6600;
  }

  .product-1 p,
  .product-2 p,
  .product-3 p,
  .product-4 p {
    font-size: 16px;
    margin: 6px 0;
  }

  .product-1 span,
  .product-2 span,
  .product-3 span,
  .product-4 span {
    font-size: 14px;
  }

  /* --- FOOTER --- */
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-section {
    width: 90%;
    margin-bottom: -90px;
  }

  .footer-section h3 {
    font-size: 18px;
  }

  .footer-section ul li {
    list-style: none;
    margin: 3px 0;
  }

  .footer-section a {
    text-decoration: none;
    color: #333;
  }

  .newsletter input {
    width: 70%;
    padding: 8px;
  }

  .newsletter button {
    padding: 8px 12px;
    margin-top: 6px;
  }

  .social-icons a {
    margin: 0 3px;
    font-size: 20px;
  }

  .back-to-top a {
    display: inline-block;
    margin-bottom: -90px;
    font-size: 16px;
    text-decoration: none;
    background: #b87333;
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  /* LOGIN FORM */
  .container {
    width: 70%;
    margin: 130px auto;
    padding: 25px;
    box-shadow: 0 0 10px orange;
    border-radius: 10px;
    background-color: #fff;
  }

  .title {
    text-align: center;
    font-size: 28px;
    color: #8b3b2e;
    margin-bottom: 25px;
  }

  .form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-box label {
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }

  .form-box input[type="email"],
  .form-box input[type="password"] {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    margin: 8px 0 18px 0;
    border: 1px solid orange;
    border-radius: 6px;
    outline: none;
  }

  /* SIGNUP FORM */
  .form-box-1 {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }

  .form-box-1 label {
    font-size: 18px;
    text-align: left;
    width: 80%;
  }

  .form-box-1 input[type="text"],
  .form-box-1 input[type="email"],
  .form-box-1 input[type="password"],
  .form-box-1 input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    border: 1px solid #a05c3d;
    background-color: #fffaf3;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
  }

  .btn {
    width: 48%;
    background-color: #8b3b2e;
    border: none;
    color: white;
    font-size: 18px;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
  }

  .btn:hover {
    background-color: #a05c3d;
    color: white;
  }

  .links {
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
  }

  .links a {
    color: blue;
    text-decoration: none;
  }

  .links a:hover {
    text-decoration: underline;
  }
}










/* 🌐 Desktop View — Large Screens */
@media screen and (min-width: 769px) {

  body {
    background-color: #fffaf0;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  header {
    padding: 20px 0;
    text-align: center;
  }

  .header1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 60px;
  }

  .head img {
    width: 200px;
    height: auto;
  }

  .head h1 {
    font-size: 42px;
    margin: 0 20px;
  }

  .searchbar {
    width: 40%;
    margin: 0;
  }

  .searchbar input {
    width: 85%;
    font-size: 18px;
    padding: 10px;
  }

  .searchbar button {
    font-size: 18px;
    padding: 8px 15px;
  }

  /* --- NAVIGATION --- */
  .anchor{
    width: 97%;
    margin-top: 50px;
  }
  .anchor ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    list-style: none;
    padding: 0;
    
  }

  .anchor ul li a {
    font-size: 24px;
    padding: 0px 30px;
   
  }
 .session,
  .session-1,
  .session-2 {
    text-align: center;
    margin: 0px auto 0px;
  }

  .session h1,
  .session-1 h1,
  .session-2 h1 {
    font-size: 30px;
    background: -webkit-radial-gradient(red,orange 50%,red);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
     margin-top: 30%;
  }

  .session a{
     font-size: 30px;
    display: inline-block;
    color: #8b3b2e;
    background: -webkit-radial-gradient(red,orange 50%,red);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    padding: 0px;
    transition: 0.3s;
    margin-top: 60px;
  }
  .session-1 a {
    font-size: 30px;
    display: inline-block;
    color: #8b3b2e;
    background: -webkit-radial-gradient(red,orange 50%,red);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    padding: 0px;
    transition: 0.3s;
    margin-top: 20px;
  }
  .session-2 h1{
    font-size: 30px;
    display: inline-block;
    color: #8b3b2e;
    background: -webkit-radial-gradient(red,orange 50%,red);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    padding: 0px;
    transition: 0.3s;
    margin-top: 15px;
  }
 
  /* --- PRODUCTS IN ONE ROW --- */
   #home,
  .home {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;        /* Prevent wrapping */
    gap: 30px;                /* Space between cards */
    margin: 0px auto;
    padding: 50px;
    margin-top: 0%;
    max-width: 95%;
  }

  .product-1,
  .product-2,
  .product-3,
  .product-4 {
    flex: 0 0 22%;                  /* fixed width per product */
    max-width: 19%;
    text-align: center;
    margin: 0%;
    background-color: #fff8e7;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    padding: 18px;
    transition: transform 0.3s;
  }

  .product-1:hover,
  .product-2:hover,
  .product-3:hover,
  .product-4:hover {
    transform: scale(1.05);
  }

  .product-1 img,
  .product-2 img,
  .product-3 img,
  .product-4 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
  }

  .product-1 h3,
  .product-2 h3,
  .product-3 h3,
  .product-4 h3 {
    font-size: 22px;
    margin-top: 10px;
  }

  .product-1 p,
  .product-2 p,
  .product-3 p,
  .product-4 p {
    font-size: 18px;
  }

  .product-1 span,
  .product-2 span,
  .product-3 span,
  .product-4 span {
    font-size: 16px;
  }

  /* --- FOOTER --- */
#footer {
  background-color: #f4c9a4;
  color: #5b2c0d;
  padding: 40px 60px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  flex-direction: row; /* 🔥 All sections in a row */
  justify-content: space-between; /* Even space between them */
  align-items: flex-start; /* Align to top edge */
  flex-wrap: nowrap; /* Prevent wrapping */
  gap: 40px;
}

.footer-section {
  flex: 1; /* Equal width */
  min-width: 200px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #5b2c0d;
  text-transform: uppercase;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin: 6px 0;
}

.footer-section ul li a {
  color: #5b2c0d;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  text-decoration: underline;
  color: orangered;
}

/* Newsletter */
.newsletter input {
  padding: 8px;
  width: 75%;
  border: 1px solid #b87333;
  border-radius: 4px;
  outline: none;
}

.newsletter button {
  padding: 8px 15px;
  border: 3px solid white;
  box-shadow: 0px 0px 10px orange;
  background-color: white;
  color: orange;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.newsletter button:hover {
  background-color: orange;
  color: black;
  box-shadow: 0px 0px 10px gray;
  border: 1px solid whitesmoke;
}

/* Social icons */
.social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  color: #5b2c0d;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: orangered;
}

/* Back to Top */
.back-to-top {
  margin-top: 90px;
}

.back-to-top a {
  text-decoration: none;
  background: #b87333;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  transition: 0.3s;
}

.back-to-top a:hover {
  background: orangered;
}

/* Footer bottom */
.footer-bottom {
  border-top: 1px solid #d79c67;
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}


  /* --- LOGIN FORM --- */
  .container {
    width: 52%;
    margin: 80px auto;
    padding: 40px;
    box-shadow: 0 0 15px orange;
    border-radius: 12px;
    background-color: #fff;
  }

  .title {
    text-align: center;
    font-size: 32px;
    color: #8b3b2e;
    margin-bottom: 20px;
  }

  .form-box label {
    font-size: 20px;
  }

  .form-box input[type="email"],
  .form-box input[type="password"] {
    width: 60%;
    padding: 14px;
    font-size: 18px;
  }

  /* --- SIGNUP FORM --- */
  .form-box-1 {
    width: 100%;
    margin: 0 auto;
  }

  .form-box-1 label {
    font-size: 15px;
  }

  .form-box-1 input[type="text"],
  .form-box-1 input[type="email"],
  .form-box-1 input[type="password"],
  .form-box-1 input[type="tel"] {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    margin-bottom: 10px;
  }


  .btn {
    width: 40%;
    padding: 15px;
    font-size: 15px;
  }

  .links {
    font-size: 17px;
  }
}
