@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: white;
}

body,
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  background-image: url("../images/blue-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #13f4ec;
  margin-top: 160px;
  text-shadow: 0px 0px 17px #13f4ec;
}

button {
  border: none;
}

a {
  text-decoration: none;
}

#embed-modal .embed-absolute {
  position: fixed !important;
}

.embed-relative {
  position: relative;
}

#embed-modal
> div
> div.embed-relative.embed-z-50.embed-max-w-lg.embed-w-full.embed-inline-block.embed-align-middle.embed-px-4
> div
> div
> div.embed-flex.embed-flex-col.embed-px-4.embed-pt-5.embed-pb-4.sm\:embed-p-6.embed-space-y-3
> div.embed-flex.embed-flex-col.embed-gap-1
> div
> div
> button.embed-absolute.embed-inset-y-0.embed-left-0.embed-pl-3.embed-flex.embed-items-center.dark\:embed-text-white.disabled\:embed-opacity-50.disabled\:embed-cursor-not-allowed,
#embed-modal
> div
> div.embed-relative.embed-z-50.embed-max-w-lg.embed-w-full.embed-inline-block.embed-align-middle.embed-px-4
> div
> div
> div.embed-flex.embed-flex-col.embed-px-4.embed-pt-5.embed-pb-4.sm\:embed-p-6.embed-space-y-3
> div.embed-flex.embed-flex-col.embed-gap-1
> div
> div
> button.embed-absolute.embed-inset-y-0.embed-right-0.embed-pr-3.embed-flex.embed-items-center.dark\:embed-text-white.disabled\:embed-opacity-50.disabled\:embed-cursor-not-allowed {
  position: absolute !important;
}

.limiter {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 2000px;
  margin: 0 auto;
  padding: 20px 5%;
}

nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  position: fixed;
  width: 100%;
  z-index: 99;
}

nav .limiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .limiter #burger {
  display: none;
  z-index: 999;
}

nav .limiter .logo {
  width: 100px;
}

nav .limiter .logo img {
  width: 400px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav .limiter .navlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  overflow-y: visible;
  padding: 0;
  color: white;
}

nav .limiter .navlinks .navitems {
  list-style-type: none;
  padding-left: 3rem;
}

nav .limiter .navlinks .navitems a {
  text-decoration: none;
  color: white;
}

nav .limiter .navlinks .button a {
  font-size: 14px !important;
  background-color: #13f4ec;
  color: black;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #13f4ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

nav .limiter .navlinks .button a img {
  margin-right: 10px;
  width: 25px;
}

nav .limiter .active {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}

@media (max-width: 800px) {
  nav .limiter .logo img {
    width: 250px !important;
  }
  nav .limiter #burger {
    display: block;
  }
  nav .limiter #burger .burgerlines {
    background-color: white;
    height: 3px;
    width: 40px;
    margin: 6px 0px;
  }
  nav .limiter .navlinks {
    width: 60vw;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow-y: none;
    background-color: #030617;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1rem;
  }
  nav .limiter .navlinks li {
    margin: 10px 0px;
  }
}

.scrolled {
  background-color: #030617;
}

.scrolled .logo img {
  width: 250px !important;
}

.hero-section {
  padding-top: 200px;
  text-align: center;
  padding: 200px 5% 0px;
}

.hero-section .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #2f3243;
}

.hero-section .title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.hero-section .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 39px;
  border: 2px solid #013ecf;
  max-width: 576px;
  margin: 39px auto 0px;
}

.hero-section .search-bar .find-btn {
  height: 100%;
  background-color: #013ecf;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.hero-section .search-bar .find-btn img {
  width: 100%;
  height: 100%;
}

.hero-section .search-bar input {
  background-color: transparent;
  max-width: 576px;
  width: 100%;
  height: 100%;
  outline: black !important;
  border: none;
}

.hero-section .search-bar input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.products-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  max-width: 2000px;
  margin: 64px auto 0px auto;
}

.products-section .product {
  width: 100%;
  max-width: 337px;
  background-color: #0b0f23;
  margin: 1.4%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3%;
}

.products-section .product img {
  width: 100%;
  border-radius: 3%;
}

.products-section .product-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 23px;
}

.products-section .product-price {
  font-weight: 700;
  font-size: 30px;
  margin-top: 19px;
}

.products-section .product-stock {
  font-weight: 600;
  font-size: 18px;
  margin-top: 19px;
}

.products-section .product button {
  margin-top: 11px;
  width: 90%;
  padding: 16px;
  background-color: rgba(19, 244, 236, 0.26);
  margin-bottom: 26px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 255px;
  cursor: pointer;
}

.products-section .product:hover {
  background-color: #14182c;
}

.products-section .product:hover button {
  background-color: #13f4ec;
  color: black;
}

.reviews-section {
  padding: 0px 5%;
  max-width: 2000px;
  margin: 64px auto 0px auto;
}

.reviews-section .reviews-container {
  text-align: center;
  margin-top: 70px;
}

.reviews-section .reviews-container .review {
  margin: 20px;
  background-color: #0b0f23;
  padding: 100px 50px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reviews-section .reviews-container .review .stars img {
  display: inline-block;
}

.reviews-section .reviews-container .review .review-text {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  margin-top: 69px;
}

.reviews-section .reviews-container .review .review-text img {
  position: absolute;
  top: -50%;
}

.reviews-section .reviews-container .review .review-date {
  margin-top: 24px;
  color: #13f4ec;
}

@media (max-width: 500px) {
  .reviews-section .reviews-container .review {
    padding: 100px 30px;
    margin: 5px;
  }
}

.reviews-section .reviews-container .slick-center {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.reviews-section .seemore {
  margin-top: 100px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}

.reviews-section .seemore span {
  color: #13f4ec;
}

.reviews-section a button {
  background-color: #13f4ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11px;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  padding: 16px 51px;
  margin: 30px auto 0px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.reviews-section a button img {
  margin-right: 20px;
}

.reviews-section a button:hover {
  background-color: #00d2cb;
}

.faqs-section .faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}

.faqs-section .faq-container .faq-item {
  width: 80%;
  margin: 0 auto;
}

.faqs-section .faq-container .faq-item .faq-question {
  background-color: #0b0f23;
  cursor: pointer;
  padding: 30px 20px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
  font-size: 20px;
  margin-top: 23px;
}

.faqs-section .faq-container .faq-body {
  padding: 24px 18px;
  background-color: #12162a;
  display: none;
  overflow: hidden;
  width: 100%;
  color: #e9e9e9;
}

.faqs-section .faq-container .faq-question:after {
  content: "\02795";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.faqs-section .faq-container .active:after {
  content: "\2796";
}
/*# sourceMappingURL=style.css.map */