@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap");
.aboutImg {
  width: 70%;
  margin: auto;
  margin-bottom: -100px;
}
.aboutImg img {
  width: 100%;
}
.aboutText {
  width: 60%;
  padding: 50px;
  text-align: center;
  background: white;
  position: relative;
  z-index: 999;
  margin: auto;
}
.title-block {
  margin-bottom: 20px;
  position: relative;
}
.title-block:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}
.title-block h2 {
  background-color: #fff;
  font-size: 153.846%;
  padding-right: 20px;
  color: darkgreen;
  position: relative;
  display: table;
  float: left;
}
.title-block h2:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 13px;
  right: -60px;
  background-color: darkgreen;
}
.container {
  max-width: 1400px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Kumbh Sans", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.main-logo {
  height: 65px;
}
.slider {
  margin: auto;
  width: 100%;
}
.header {
  background-color: #e9e9e9;
  padding: 1em;
}
.search {
  padding: 1em;
  width: 100%;
  border: none;
  /* border-radius: 50px; */
  margin: 0;
}
.search:focus {
  outline-width: 0;
}
.shop-login-btn {
  background-color: black;
}
.catalog-btn {
  background: lightslategray;
}
.catalog-btn,
.shop-login-btn {
  color: white;
  padding: 1em;
  display: block;
  /* border-radius: 4px; */
  text-align: center;
  margin: 0;
  text-decoration: none;
}
.search-btn {
  position: absolute;
  right: 15px;
  background: #000;
  color: white;
  padding: 1em;
  width: 70px;
  /* border-radius: 50px; */
  text-align: center;
  text-decoration: none;
}
.search-btn:hover,
.catalog-btn:hover,
.shop-login-btn:hover {
  background-color: darkgreen;
  color: white;
  text-decoration: none;
}
.menu-flex-fill {
  flex: 1;
  justify-content: center;
}
.flex-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navbar {
  padding: 0px 1rem;
}
.navbar-expand-md .navbar-nav .nav-link {
  border-bottom: solid 2px transparent;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
  border-bottom: solid 2px darkgreen;
}
h2 span {
  color: darkgreen;
  font-size: 1.5rem;
}
.register-banner {
  width: 100%;
  padding: 2em 2rem;
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}
.span1 a {
  color: white;
  display: block;
  text-decoration: none;
  font-family: "DM Serif Text", serif;
  font-size: 4rem;
}
.span2 a {
  font-size: 1em;
  color: white;
  display: block;
  text-decoration: none;
}
.banner-inner {
  padding: 20px;
}
.banner-inner h2,
.banner-right h2 {
  color: lightsalmon;
  font-weight: 700;
  font-size: 1.5em;
}
.list-btn {
  display: block;
  padding: 10px;
  border: solid 1px #e9e9e9;
  text-align: center;
  color: black;
  text-decoration: none;
}
.banner-inner a:hover {
  background: lightsalmon;
  color: white;
}
.banner-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}
.banner-right .list-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: lightsalmon;
  color: white;
}
.categories {
  padding: 20px;
  background: #f8f8f8;
}
.categories a {
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px gray;
  margin-bottom: 5px;
  font-size: 0.9em;
  padding: 3px 0px;
}
.category-banner {
  padding: 20px;
  text-align: center;
  width: 100%;
  background: black;
  color: white;
  margin: auto;
}
.product-box {
  padding: 35px;
  border: solid 1px #e9defa;
  text-align: center;
}
.product-box:hover {
  opacity: 0.8;
  transition: all 0.9 ease-in-out;
  cursor: pointer;
}
.product-box .product-category-name {
  font-size: 0.9rem;
  color: lightcoral;
  margin-top: 10px;
}
.product-box h3 {
  font-size: 1.5rem;
  font-family: "DM Serif Text", serif;
  margin-top: 10px;
}
.product-box .product-code {
  font-weight: bold;
  color: gray;
}
@media screen and (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 2rem;
    padding-left: 2rem;
    color: black;
  }
  .navbar-brand {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .aboutImg {
    width: 100%;
    margin: auto;
    margin-bottom: -50px;
  }
  .aboutImg img {
    width: 100%;
  }
  .aboutText {
    width: 95%;
    padding: 20px;
    text-align: center;
    background: white;
    position: relative;
    z-index: 999;
    margin: auto;
    font-size: 12px;
  }

  .text-white {
    color: #fff !important;
    font-size: 14px;
  }
  .main-logo {
    height: 50px;
    text-align: center;
    display: block;
    margin: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    border-bottom: solid 2px #e9e9e9;
  }
  .navbar {
    padding: 8px 1rem;
  }
  .banner-left img {
    float: none;
    width: 100%;
  }
  .span1 a {
    font-size: 2.5rem;
  }
  .banner-inner {
    width: 100%;
    float: none;
  }
  .slider {
    width: 100%;
  }
  .product-box {
    padding: 5px;
  }
}
