@font-face {
  font-family: 'Comme';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zu8Fr6w.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Giga';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LiE6w.ttf) format('truetype');
}
@font-face {
  font-family: 'Phudu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzUSw.ttf) format('truetype');
}
::selection {
  color: #000;
  background: #00d4d6;
}
::-moz-selection {
  color: #000;
  background: #00d4d6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Phudu', sans-serif;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2.8em;
}
body {
  font-family: 'Lexend Giga', sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:focus {
  color: black !important;
}
header {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border-bottom: none;
  background: transparent;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  header {
    position: fixed !important;
    width: 100%;
  }
}
header nav {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 40px;
}
header nav #nav-wrapper {
  max-height: 60px;
}
header a {
  color: black;
}
header a:active {
  color: black;
}
header a:focus {
  color: black;
}
header a:visited {
  color: black;
}
header a:hover {
  color: black;
}
header .nav-link {
  color: black;
}
header .nav-link:hover {
  color: black !important;
}
header .active {
  background-color: #fff;
  border: solid 1px #7f7f7f;
  color: #000 !important;
}
header .active:hover {
  color: black !important;
}
header #logo {
  width: 60px;
  border-radius: 50px;
  transition: transform 0.5s ease-in-out;
}
header #logo:hover {
  transform: rotate(360deg);
}
header .move {
  transform: rotate(720deg);
}
header #logo-text {
  color: black;
  font-size: 21px;
  font-family: 'Lexend Giga', sans-serif;
  margin: auto;
  padding-left: 25px;
  min-width: 400px;
}
@media screen and (max-width: 1550px) {
  header #logo-text {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header #logo-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 515px) {
  header #logo-text {
    display: none;
  }
}
header #logo-text-mobile {
  color: black;
  font-size: 22px;
  font-family: 'Lexend Giga', sans-serif;
  margin: auto;
  padding-left: 25px;
  display: none;
}
@media screen and (max-width: 1550px) {
  header #logo-text-mobile {
    display: block;
  }
}
@media screen and (max-width: 515px) {
  header #logo-text-mobile {
    display: block;
  }
}
header .navbar-toggler {
  position: fixed;
  top: 24px;
  right: 25px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
}
header #navbarNav ul {
  width: 100%;
}
@media screen and (max-width: 992px) {
  header #navbarNav ul {
    padding-top: 20px;
  }
}
header #navbarNav ul .nav-link {
  font-size: 0.8rem;
}
@media screen and (max-width: 1080px) {
  header #navbarNav ul .nav-link {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 992px) {
  header #navbarNav ul .nav-link {
    font-size: 1rem;
  }
}
main {
  min-height: 100vh;
  position: relative;
  top: -115px;
  background: linear-gradient(to top, #d4d4d4, #ffffff);
}
main #separator-1 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator.webp');
}
main #separator-2 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator.webp');
}
main #separator-3 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator.webp');
}
main #intro {
  min-height: 544px;
  padding: 0;
  background-color: #feffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url('../images/intro.webp');
}
main #intro h1,
main #intro h2 {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 350px) {
  main #intro h1,
  main #intro h2 {
    font-size: 1.8em;
  }
}
main #intro .content {
  padding-top: 180px  !important;
  padding-bottom: 120px !important;
  backdrop-filter: blur(6px);
  min-height: 544px;
  width: 100%;
}
@media screen and (max-width: 450px) {
  main #intro .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
main #product-1 .tape {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 75%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}
main #product-1 .tape:hover {
  transform: scale(1.1);
}
main #product-1 #tape-5 {
  background-image: url('../images/tape5.webp');
}
main #product-1 #tape-6 {
  background-image: url('../images/tape6.webp');
}
main #product-1 #tape-7 {
  background-image: url('../images/tape7.webp');
}
main #product-1 #tape-8 {
  background-image: url('../images/tape8.webp');
}
main #product-2 .tape {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 75%;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}
main #product-2 .tape:hover {
  transform: scale(1.1);
}
main #product-2 #tape-1 {
  background-image: url('../images/tape1.webp');
}
main #product-2 #tape-2 {
  background-image: url('../images/tape2.webp');
}
main #product-2 #tape-3 {
  background-image: url('../images/tape3.webp');
}
main #product-2 #tape-4 {
  background-image: url('../images/tape4.webp');
}
main #product-3 .tape {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 75%;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}
main #product-3 .tape:hover {
  transform: scale(1.1);
}
main #product-3 #tape-9 {
  background-image: url('../images/tape9.webp');
}
main #product-3 #tape-10 {
  background-image: url('../images/tape10.webp');
}
main #contact {
  min-height: 100vh;
  background: linear-gradient(to bottom, #f4f1ec 70%, #fff 100%);
  padding-left: 15%;
  padding-right: 15%;
  font-size: 1.3em;
}
@media screen and (max-width: 500px) {
  main #contact {
    padding-left: 5%;
    padding-right: 5%;
  }
}
main .section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  main .section .second {
    order: 2;
  }
}
main .section .feature p {
  margin: 40px 0;
  font-size: 1.3em;
}
footer {
  font-size: 10px;
}
footer #support {
  color: var(--bs-secondary-color) !important;
}
footer #support a {
  color: var(--bs-secondary-color) !important;
  text-decoration: none;
}
.comme {
  font-family: 'Comme', sans-serif;
}
/*# sourceMappingURL=style.css.map */