@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");

.storeLogo{
  background-color: #f9f9f9;
  padding: 40px 10px;
}

.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: #124798;
  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: #124798;
}

.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 {
  width: 100%;
  padding:0px 15px
}

.slider {
  margin: auto;
  width: 100%;
}

.header {
  background-color: #e9e9e9;
  padding: 1em;
}

.search {
  border: none;
  margin: 0;
  border-radius: 0px;
}

.shop-login-btn {
  color: white;
  padding: 1em;
  display: block;
  text-align: center;
  margin: 0;
  text-decoration: none;
  background-color: #ff0012;;
}

.search-btn {
  position: absolute;
  right: 15px;
  background: #000;
  color: white;
  padding: 1em;
  width: 70px;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;;
}

.search-btn:hover,
.shop-login-btn:hover {
  background-color: #124798;
  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 #124798;
}

h2 span {
  color: #124798;
  font-size: 1.5rem;
}

.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: 25px;
    padding-bottom: 20px;
    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 {
    width: auto;
    height: 70px;
    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;
  }
}
