body{
  background-color: rgb(255, 255, 255);
  font-family: "Times New Roman", Times, serif;


}
#hamburger{
  display: none;
}
.kaseypicture{
  display: flex;
  justify-content: space-around;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: large;
  /* justify-content: center; */
  align-items: center;

}
.kaseypicture img{
  height: 50%;
  width: 50%;
  padding-left: 4rem;
}
.machine{
  display: flex;
  justify-content: space-around;
  font-size: large;
  padding-left: 4rem;
  padding-right: 4rem;
  align-items: center;
}
.machine img{
  height: 50%;
  width: 50%;
  padding-right: 4rem;
}
footer{
  margin-top: 2rem;
}
.hero{
  width: 100%;
  height: 50rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(kaseyimg/heropage.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.sologan-container{
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.525);
  
  font-size: x-large;
}
.sologan-container a{
  text-align: center;
  background-color: rgb(147, 22, 22);
  
}
.hero img{
  width: 100%;
}
#threeproducth1{
  text-align: center;
  font-size: xx-large;
}
.instagram{
  margin: auto;
  background-color: rgb(147, 22, 22);
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.instagram a{
  grid-column: 2/5;
  grid-row: 1/4;
}
.instagram img{

  margin: auto;
  height: auto;
  width: 100%;
  align-items: center;

}
.instagram img:hover{
  opacity: 75%;
}


.threeproduct div img:hover{
  opacity: 75%;
}

footer{
  background-color: rgb(147, 22, 22); 

}
.footer-container{
  display: flex;
  justify-content: space-around;
  background: -webkit-linear-gradient(#996633, #ffcc99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col1{
  display: block;
  color: white;
  
}
a{
  text-decoration: none;
  color: white;
}
a:hover{
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.navbar a{
  text-decoration: none;
  padding: 1rem;
}
#bannernew{
  width: 100%;
  height: auto;
}
.banners{
  height: auto;
  width: 200%;
}
.navbar{
  display: flex;
  margin-bottom: 1rem;
  background-color: rgb(147, 22, 22);
  justify-content: space-around;
  
}
.home-container{
  text-align: center;
}
.deals{
  display: flex;
  justify-content: space-between;
}
#d1{
  width: 48%;
  height: 48%;
}
#d2{
  width: 48%;
  height: 48%;
}
#media{
  width: 100%;
  margin-top: 1rem;
}

.navbutton{
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  background: -webkit-linear-gradient(#996633, #ffcc99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-direction: row;
}
.navbutton a:hover{
  -webkit-text-fill-color: black;
  color: black;
  background-color: white;
  transition: .3s;
}
#logo{
  width: 20%;
  height: auto;
  /* margin-right: 8%; */
  margin-top: 1%;
  margin-bottom: 1%;

}
#home{
  padding: 1rem;
  font-size: 2rem;


}
/* .hero{
  display: flex;
  background: rgb(147, 22, 22);
  color: white;
} */
#shop{
  padding: 1rem;
  font-size: 2rem;
  /* text-align: right; */

}

#contact{
  padding: 1rem;
  font-size: 2rem;
}
#cart{
  padding: 1rem;
  font-size: 2rem;
}
#about{
  padding: 1rem;
  font-size: 2rem;
}
.threeproduct {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
}

.threeproduct div {
  flex: 1 1 auto;
  max-width: 300px;
  padding: 10px; 
}

.threeproduct div img {
  max-width: 100%;
  height: auto;
}

.smallContainer a img{
  width: 25%;
  height: auto;
  margin: 1rem;
  display: inline;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  /* padding: 1rem; */
  /* padding-top: 1rem; */

}
.home-container a:hover{
  opacity: 75%;
}
.smallContainer a img:hover{
  opacity: 75%;
}
.smallContainer{
  margin-left: 12%;
}

/* img{
  width: 50%;
  height: auto;
} */
.shop{
  display: grid;
  grid-template-columns: 1rem 1rem 1rem;
  grid-template-rows: 1rem 1rem 1rem;
  display: inline;
  margin: auto auto;
  
}
.orderContainer{
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: repeat(9, .1ffr); */
  grid-template-rows: 1fr 1fr;
  text-align: center;
  /* margin-left: 10%; */
  /* margin-right: 10%; */
  margin-top: 5%;
}
.orderContainer img{
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 10;
  width: 100%;
}
.orderContainer input{
  text-align: center;
  border: none;  
  background-color:rgb(255, 255, 255);
  width: 3rem;
  height: 3rem;
  color: black;
  font-size: x-large;
}
.amountBtm{
  border: none;
  width: auto;
  height: 3.5rem;
  font-size: xx-large;


}
.amountBtm:hover{
  background-color: rgb(255, 255, 255);
}
  
#lBtm{
  border-right: 1px solid black;
}
#rBtm{
  border-left: 1px solid black;
}
#add{
  display: block;
  margin: auto;
  margin-top: 5%;
  height: 20%;
  width: auto;
  font-size: x-large;
}
.des{
  margin: 5%;
}

/* body {
  font-family: Arial, sans-serif;
  margin: 20px;
  padding: 0;
  background: #f4f4f4;
  color: #333;
} */
.container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
h2 {
  color: #333;
}
label {
  display: block;
  margin-bottom: 8px;
}
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box; /* Includes padding and border in element's width and height */
}
button {
  padding: 10px 20px;
  background: rgb(147, 22, 22);
  color: white;
  border: none;
  cursor: pointer;
}
button:hover {
  background: rgba(147, 22, 22, 0.642);
}
.before-after{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
#pbefore{
  /* padding-left: 1rem;
  padding-right: 1rem; */
  grid-column: 3/5;
  /* padding-left: 2rem; */
  font-size: large;
}
.elfsight-app-ea1204c5-f193-42fe-9818-58103754c49e{
  grid-column: 2;
  padding-right: 2rem;
  
}
@media only screen and (max-width: 1200px) {
  .before-after{
    display: flex;
    width: 90%;
    margin: auto auto;
    flex-direction: column;
  }
  .elfsight-app-ea1204c5-f193-42fe-9818-58103754c49e{
    width: 100%;
    height: auto;
    margin-top: 3%;
  }
}
@media only screen and (max-width: 992px) {

  .kaseypicture{
    /* width: 100%; */
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* background-color: aqua; */

  }
  .machine{
    /* width: 100%; */
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

}

/* Media Query for screens smaller than 768px (e.g., mobile devices) */
@media only screen and (max-width: 768px) {
  #hamburger{
    color: white;
    display: block;
    font-size: xx-large;
    background: -webkit-linear-gradient(#996633, #ffcc99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .navbutton{
    flex-grow: 1;
  }
  #navlinks{
    display: none;
  }
  .hide{
    display: none;
  }
  .navbar{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navbar img{
    height: auto;
    width: 100rem;
  }
  #home, #about, #contact, #shop{
    width: 100%;
    font-size: x-large;
  }
  .threeproduct{
    flex-direction: column;
  }

}