body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: Black;
    color: white;
    text-align: center;
    
}

header img {
  width: 900px;
}

@media only screen and (max-width: 900px) {
  header img {
  width: 100%;
  }
}

section {
    max-width: 1000px;
    margin: 20px auto;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.EveryDropHeader{
  padding-left: 10px;
}

.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.product img {
    max-width: 600px;
    max-height: 450px;
    margin-right: 20px;
}

.product-details {
    flex-grow: 2;
    padding: 2rem;
    margin-right: 10px;
    background-color:#e6e6e6;
    border-radius: 5px;
}

.product div a img {
    max-width: 150px;
}
.product2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.product2 img {
    max-width: 600px;
    max-height: 450px;
    margin-right: 15px;
}

.product-details2 {
    flex-grow: 2;
    padding: 2rem;
    margin-right: 10px;
    background-color:#e6e6e6;
    border-radius: 5px;
}

.product2 div a img {
    max-width: 150px;
}

.MiterBlockImg {
  width: 500px;
  margin-left: 10px;
}

@media only screen and (max-width: 940px) {
  .product2{
    flex-direction: column;
  }

  .product2 img{
    padding-bottom: 1rem;
    margin-right: 0px;
  }

  .product-details2 {
    margin-left: 20px;
  }

  .MiterBlockImg {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 785px) {
  .product{
    flex-direction: column;
  }

  .product img{
    padding-bottom: 1rem;
    margin-right: 0px;
  }

  .product-details {
    margin-left: 10px;
  }
  .MiterBlockImg {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 785px) {
  .MiterBlockImg {
    width: 90%;
  }

}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.gallery img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.2s;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.1);
}

nav {
    background-color: rgb(211, 165, 73);
    overflow: hidden;
}

nav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    padding: 20px 22px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown:hover .dropbtn {
    background-color: #ddd;
    color: rgb(0, 0, 0);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

footer {
    text-align: center;
    padding: 1em;
    background-color: #333;
    color: white;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}

.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;

}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}

.mySlides1 {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;

}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 60px;
  width: 85px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 3%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  opacity: 60%;
}

.dot1 {
  cursor: pointer;
  height: 60px;
  width: 85px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 3%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot1:hover {
  opacity: 60%;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}