@font-face {
  font-family: "Heebo";
  src: url("fonts/Heebo-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Heebo";
  src: url("fonts/Heebo-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: light;
}

@font-face {
  font-family: "Heebo";
  src: url("fonts/Heebo-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: medium;
}

@font-face {
  font-family: "Heebo";
  src: url("fonts/Heebo-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: bold;
}

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
  padding-top: 80px;
}

.container {
  width: 1440px;
  max-width: 90%;
  margin: auto;
  padding: 0 16px;
}

ul {
  margin: 0;
  padding: 0;
}

header {
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

header .logo {
  display: inline-block;
  font-size: 27px;
}

header .logo a {
  text-decoration: none;
  color: black;
}

header .logo .blue-dot {
  background-color: #33c6dd;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
}

header nav {
  display: inline-block;
}

header nav ul li {
  display: inline-block;
}

header nav ul li.menu-icon {
  display: none;
}

header nav ul li.menu-icon img {
  vertical-align: middle;
  width: 24px;
  height: auto;
}

header nav ul li a {
  color: #3e3e3e;
  font-size: 15px;
  letter-spacing: 0.37px;
  margin-right: 24px;
  text-decoration: none;
}

header nav ul li a:hover {
  color: #33c6dd;
}

header nav ul li:last-of-type a {
  margin-right: 0;
}

section.hero {
  position: relative;
  overflow: hidden;
}

section.hero img {
  width: 100%;
  height: auto;
  filter: brightness(50%);
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-content h1 {
  max-width: 495px;
  color: #fff;
  font-size: 50px;
  letter-spacing: 1.25px;
  line-height: 56px;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: normal;
}

.hero-content p {
  max-width: 518px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 21px;
  margin-top: 0;
}

.hero-content button {
  height: 50px;
  width: 220px;
  max-width: 100%;
  border-radius: 92px;
  background-color: #33c6dd;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-align: center;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-content button:hover {
  color: #33c6dd;
  background-color: #fff;
  border: 1px solid #33c6dd;
}

section.country-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60px;
  background-color: #f2f2f2;
}

section.best-sellers {
  padding-top: 80px;
}

section.best-sellers h1 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.best-sellers hr {
  border: none;
  border-top: 5px solid #33c6dd;
  width: 66px;
}

section.best-sellers .product-slider {
  margin-top: 76px;
}

section.best-sellers .container {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

section.best-sellers .product-slider .product {
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 30%;
  box-sizing: border-box;
  text-align: center;
  margin: 8px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

section.best-sellers .product-slider .product img {
  max-width: 40%;
}

section.best-sellers .product-slider .product .product-picture {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.best-sellers .product-slider .product.new::before {
  content: "New";
  background-color: #614dc9;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 21px;
  text-align: center;
  padding: 4px 15px;
  border-radius: 40px;
  background-color: #614dc9;
}

section.best-sellers .product-slider .product .product-info {
  margin-top: 50px;
}

section.best-sellers .product-slider .product .product-info .categories {
  color: #33c6dd;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 0;
  text-transform: capitalize;
}

section.best-sellers .product-slider .product .product-info .title {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-bottom: 6px;
  font-weight: normal;
  margin-top: 0;
}

section.best-sellers .product-slider .product .product-info .price {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 0;
}

section.best-sellers
  .product-slider
  .product
  .product-info
  .price
  .discounted-price {
  color: #ec1c1c;
}

section.best-sellers
  .product-slider
  .product
  .product-info
  .price
  .original-price {
  color: #9b9b9b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 30px;
  text-decoration: line-through;
}

section.best-sellers .product-slider .product .product-info button {
  height: 50px;
  width: 219.5px;
  border: 1px solid #000;
  background-color: white;
  border-radius: 220px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 24px;
  cursor: pointer;
}

section.best-sellers .product-slider .product:hover .product-info button {
  background-color: #33c6dd;
  border: 1px solid #33c6dd;
  color: white;
}

section.newsletter {
  background-color: rgba(200, 200, 200, 0.18);
  max-width: 955px;
  text-align: center;
  padding: 72px 0;
  margin: 80px auto;
}

section.newsletter h3 {
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 42px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

section.newsletter p {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}

section.newsletter form {
  display: flex;
  justify-content: center;
}

section.newsletter form input {
  height: 50px;
  width: 326px;
  max-width: 80%;
  border-radius: 60px 0 0 60px;
  box-sizing: border-box;
  border: 1px solid #3e3e3e;
  border-right: none;
  color: #3e3e3e;
  font-family: Heebo;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 21px;
  padding-left: 22px;
}

section.newsletter form button {
  height: 50px;
  width: 145px;
  max-width: 20%;
  box-sizing: border-box;
  border-radius: 0 60px 60px 0;
  background-color: #614dc9;
  border: 1px solid #614dc9;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
}

section.newsletter form button:hover {
  color: #614dc9;
  border: 1px solid #614dc9;
  background-color: #fff;
  border: 1px solid #3e3e3e;
}

footer .bottom-nav {
  padding: 60px 0;
  background-color: #3e3e3e;
}

footer .bottom-nav .container {
  max-width: 955px;
  display: flex;
  justify-content: space-between;
}

footer .bottom-nav ul {
  list-style: none;
}

footer .bottom-nav ul li a {
  color: #e0e0e0;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

footer .bottom-nav ul li a:hover {
  color: #33c6dd;
}

footer .bottom-nav ul li.list-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

footer .copyright-text {
  color: white;
  background-color: #2b2b2b;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
}

/* **********************************
******  CSS MEDIA QUERIES ********* 
************************************/

/* Start of Design for Tablets */
@media screen and (max-width: 960px) {
  .container {
    max-width: 92%;
  }

  header .logo {
    font-size: 24px;
  }

  header nav ul li {
    display: none;
  }

  header nav ul li.menu-icon {
    display: inline-block;
  }

  .hero-content h1 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 46px;
  }

  .hero-content p {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }

  .hero-content button {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 21px;
    width: 196px;
  }

  section.best-sellers {
    padding-top: 50px;
  }

  section.best-sellers h1 {
    font-size: 28px;
    letter-spacing: 0.7px;
    line-height: 38px;
    margin: 0 0 12px 0;
  }

  section.best-sellers .product-slider {
    margin-top: 48px;
  }

  section.best-sellers .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  section.best-sellers .product-slider .product {
    min-width: 220px;
    margin: 17px 8px;
  }

  section.best-sellers .product-slider .product .product-info .categories {
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  section.best-sellers .product-slider .product .product-info .title {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  section.best-sellers .product-slider .product .product-info .price {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 30px;
  }

  section.best-sellers
    .product-slider
    .product
    .product-info
    .price
    .original-price {
    font-size: 9px;
    letter-spacing: 0.23px;
    line-height: 30px;
    display: block;
    line-height: 14px;
  }

  section.best-sellers .product-slider .product .product-info button {
    height: 36px;
    width: 193px;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 18px;
  }

  section.best-sellers .product-slider .product.new::before {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.27px;
    padding: 0px 12px;
  }

  section.newsletter {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
    margin: 50px auto;
  }

  section.newsletter h3 {
    font-size: 22px;
    letter-spacing: 0.55px;
    line-height: 42px;
  }

  section.newsletter p {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 42px;
  }

  footer .bottom-nav {
    padding: 50px 0;
  }

  footer .bottom-nav .container {
    max-width: 90%;
  }
}
/* End of Design for Tablets */

/* Start of Design for Mobile Phones */
@media screen and (max-width: 576px) {
  header .logo {
    font-size: 18px;
  }

  header .logo .blue-dot {
    width: 7px;
    height: 7px;
  }

  .hero-content {
    position: static;
    margin-bottom: 40px;
  }

  .hero-content h1 {
    color: #000;
    font-size: 32px;
    letter-spacing: 0.8px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 27px;
  }

  .hero-content p {
    display: none;
  }

  .hero-content button {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 21px;
    width: 196px;
    margin: auto;
  }

  section.best-sellers {
    padding-top: 64px;
  }

  section.best-sellers .product-slider .product {
    width: 82%;
    max-width: 360px;
  }

  section.best-sellers h1 {
    font-size: 36px;
    letter-spacing: 0.6px;
    line-height: 38px;
    margin: 0 0 16px 0;
  }

  section.best-sellers hr {
    border-top: 4px solid #33c6dd;
    width: 40px;
  }

  section.best-sellers .product-slider {
    margin-top: 42px;
  }

  section.best-sellers .product-slider .product .product-info .categories {
    margin-bottom: 7px;
  }

  section.best-sellers .product-slider .product .product-info .title {
    font-size: 14px;
    letter-spacing: 0.54px;
    line-height: 18px;
  }

  section.best-sellers .product-slider .product .product-info .price {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  section.best-sellers
    .product-slider
    .product
    .product-info
    .price
    .original-price {
    font-size: 11px;
    letter-spacing: 0.28px;
    line-height: 20px;
  }

  section.best-sellers .product-slider .product .product-info button {
    height: 36px;
    width: 146px;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 18px;
  }

  section.newsletter {
    padding: 44px 0;
    margin: 60px auto;
  }

  section.newsletter form input {
    max-width: 65%;
  }

  section.newsletter form button {
    max-width: 35%;
  }

  footer .bottom-nav .container {
    flex-direction: column;
    align-items: center;
  }

  footer .bottom-nav ul {
    text-align: center;
    margin-bottom: 32px;
  }

  footer .bottom-nav ul:last-of-type {
    margin-bottom: 0;
  }
}
