@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400&display=swap");
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40vh;
  background: linear-gradient(145deg, rgb(196, 109, 2) 0%, rgb(224, 132, 0) 100%);
  box-shadow: 0px 10px 5px 5px rgba(70, 70, 70, 0.3294117647);
}
.hero h1 {
  color: white;
  font-size: 48px;
  text-shadow: -2px 2px rgba(64, 64, 64, 0.3019607843);
}

.showcase {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.showcase .box {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 10px 20px;
}
.showcase .box img {
  height: 150px;
  width: auto;
}
.showcase .box h2 {
  margin: 30px;
  font-weight: normal;
  font-size: 24px;
}

.contact-container {
  border-top: 1px solid #c46d02;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-container h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 50px 0px;
}
.contact-container .wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 0px 10px 5px 5px rgba(70, 70, 70, 0.3294117647);
  padding-bottom: 50px;
}
.contact-container .wrap .about {
  align-self: flex-start;
  width: 60%;
  height: auto;
}
.contact-container .wrap .divide {
  height: 300px;
  margin: 5px 50px;
  border-right: 2px solid #c46d02;
}
.contact-container .wrap .details {
  align-self: start;
}
.contact-container .wrap .details ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-container .wrap .details ul p {
  padding: 10px 0px;
  margin: 10px 0px;
}
.contact-container .wrap .details ul a {
  color: #c46d02;
  margin: 15px;
  padding: 10px;
}

.product-container {
  border-top: 1px solid #c46d02;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-container .product {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 55vh;
  width: 70%;
  margin: 40px;
  padding: 5px 20px;
  box-shadow: 0px 10px 5px 5px rgba(70, 70, 70, 0.3294117647);
}
.product-container .product .img-hold {
  display: flex;
  margin: 40px;
  align-content: center;
  padding: 10px;
  margin: 30px;
}
.product-container .product .img-hold #koskino {
  height: 350px;
  width: auto;
}
.product-container .product .img-hold #table {
  height: 350px;
  width: auto;
}
.product-container .product .seperate {
  height: 300px;
  border-right: 2px solid #c46d02;
}
.product-container .product .product-info {
  margin: 30px;
  margin-bottom: 100px;
}
.product-container .product .product-info h2 {
  font-weight: 400;
  font-size: 32px;
}
.product-container .product .product-info h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0px;
}
.product-container .product .product-info #sell {
  font-size: 14px;
  text-decoration: underline;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
  padding: 20px;
}

.fade {
  animation-name: fade;
  animation-duration: 2s;
}
@keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1446px) {
  p {
    font-size: 14px;
  }
  header .logo #logo_txt a {
    font-size: 18px;
  }
  header nav a,
  header nav .dropbtn {
    font-size: 16px;
    margin: 10px 20px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .showcase .box img {
    height: 100px;
    width: auto;
  }
  .showcase .box .txt-info h2 {
    font-size: 18px;
  }
  .contact-container {
    border-top: 1px solid #3C5F97;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-container .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 2px 5px 5px rgba(70, 70, 70, 0.3294117647);
  }
  .contact-container .wrap .about {
    align-self: center;
    width: 60%;
    height: auto;
  }
  .contact-container .wrap .divide {
    display: none;
  }
  .contact-container .wrap .details {
    align-self: center;
  }
  .contact-container .wrap .details ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-container .wrap .details ul p {
    padding: 10px 0px;
    margin: 10px 0px;
  }
  .contact-container .wrap .details ul a {
    color: #3C5F97;
    margin: 15px;
    padding: 10px;
  }
  .product-container .product .product-info h2 {
    font-weight: 400;
    font-size: 28px;
  }
}
@media (max-width: 1150px) {
  .product-container .product {
    height: auto;
    margin: auto;
  }
  .product-container .product .img-hold {
    margin: auto;
  }
  .product-container .product .img-hold #koskino {
    height: 250px;
    width: auto;
  }
  .product-container .product .img-hold #table {
    height: 250px;
    width: auto;
  }
  .product-container .product .seperate {
    height: 250px;
    border-right: 2px solid #3C5F97;
  }
  .product-container .product .product-info h2 {
    font-weight: 400;
  }
  .product-container .product .product-info h3 {
    font-size: 16px;
  }
  .product-container .product .product-info #sell {
    font-size: 12px;
    text-decoration: underline;
  }
}
@media (max-width: 946px) {
  header, .logo, ul {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .hero {
    height: auto;
    display: flex;
    margin-top: 200px;
    margin-bottom: 30px;
  }
  .hero h1 {
    font-size: 24px;
    margin: 100px 20px;
  }
  .showcase {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  footer {
    position: relative;
    bottom: 0;
    padding: 5px;
    width: 100%;
  }
  .contact-container {
    border-top: 1px solid #3C5F97;
    margin-top: 200px;
  }
  .contact-container h2 {
    font-size: 24px;
  }
  .contact-container .wrap {
    display: flex;
    flex-direction: column;
  }
  .contact-container .wrap .about {
    align-self: center;
    width: 60%;
    height: auto;
  }
  .contact-container .wrap .divide {
    display: none;
  }
  .contact-container .wrap .details {
    align-self: center;
  }
  .contact-container .wrap .details ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-container .wrap .details ul p {
    padding: 10px 0px;
    margin: 5px 0px;
  }
  .contact-container .wrap .details ul a {
    color: #3C5F97;
    margin: 10px;
    padding: 5px;
  }
  .product-container {
    margin-top: 200px;
    height: auto;
  }
  .product-container .product {
    height: auto;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    flex-direction: column;
  }
  .product-container .product .img-hold {
    margin: auto;
    padding-top: 30px;
  }
  .product-container .product .img-hold #koskino {
    height: auto;
    width: 250px;
  }
  .product-container .product .img-hold #table {
    height: auto;
    width: 200px;
  }
  .product-container .product .seperate {
    display: none;
  }
  .product-container .product .product-info {
    margin-bottom: 25px;
  }
  .product-container .product .product-info h2 {
    font-weight: 400;
  }
  .product-container .product .product-info h3 {
    font-size: 16px;
  }
  .product-container .product .product-info #sell {
    font-size: 12px;
    text-decoration: underline;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
}

header, .logo, ul {
  display: flex;
  align-items: center;
}

header {
  width: 90%;
  height: 5vh;
  margin: auto;
  justify-content: space-between;
  padding: 25px 10px;
}
header #logo {
  height: 50px;
  width: auto;
}
header #logo_txt {
  font-size: 24px;
  margin: 10px;
}

#contact_btn {
  padding: 5px 10px;
  background-color: #c46d02;
  border-radius: 10px;
  color: white;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  margin: 20px 40px;
}

a:hover {
  text-decoration: underline;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5vh;
  font-weight: 100;
  background: linear-gradient(145deg, rgb(196, 109, 2) 0%, rgb(224, 132, 0) 100%);
  color: white;
  text-align: center;
  font-size: 16px;
}
footer a {
  color: white;
  font-size: 16px;
  margin: 5px;
}

.dropbtn {
  color: black;
  font-size: 18px;
  margin: 20px 40px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  text-decoration: underline;
  background-color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  text-align: left;
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 5px;
  min-width: 160px;
  box-shadow: 0px 3px 5px 5px rgba(70, 70, 70, 0.3294117647);
  z-index: 1;
}

.dropdown-content a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  margin: 10px 40px;
  padding: 5px;
  display: block;
  border-bottom: 2px solid #c46d02;
}

.dropdown-content a:hover {
  text-decoration: underline;
}

.show {
  display: block;
}/*# sourceMappingURL=style.css.map */