@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;1,300&display=swap");

* {
  padding: 0;
  margin: 0;
  border: 0;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/************************************************************************************ GENERAL ITEMS  *************************************************************************************/

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: white;
  background-color: #000;
}

.navbar {
  padding: 1.5rem 0 1.5rem 0;
  position: relative;
  z-index: 1000;
}

.nav-item.active {
  font-weight: 500;
}

.nav-item.active {
  border-bottom: 4px solid #bace11;
}

.nav-item {
  margin: 0 1rem 0 1rem;
}

.nav-item.active .nav-link {
  color: #fff !important;
}

.nav-link {
  color: #648c0b !important;
  font-size: 1.3rem;
  cursor: pointer;
}

.dropdown-menu {
  background-color: transparent;
  border: none;
}

.dropdown-item {
  color: #fff;
  font-weight: 300;
}

.dropdown-item:hover {
  background-color: #bace11;
  color: #000;
  font-weight: bold;
}

.nav-lining {
  border-top: 1px solid #bace11;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

footer {
  background-color: black;
  color: #bace11;
  font-weight: 300;
  padding: 1.5rem;
  text-align: center;
}

#GunungBayu-Whatsapp:hover path,
#GunungBayu-Waze:hover path,
#Kempas-Whatsapp:hover path,
#Kempas-Waze:hover path,
#Georgetown-Whatsapp:hover path,
#Georgetown-Waze:hover path,
#Pahang-Whatsapp:hover path,
#Pahang-Waze:hover path,
#Botanic-Whatsapp:hover path,
#Botanic-Waze:hover path,
#Mahkota-Whatsapp:hover path,
#Mahkota-Waze:hover path,
#Panglima-Whatsapp:hover path,
#Panglima-Waze:hover path,
#Sarawak-Whatsapp:hover path,
#Sarawak-Waze:hover path,
#Padi-Whatsapp:hover path,
#Padi-Waze:hover path,
#Pontian-Whatsapp:hover path,
#Pontian-Waze:hover path,
#Dedap-Whatsapp:hover path,
#Dedap-Waze:hover path,
#BP-Whatsapp:hover path,
#BP-Waze:hover path {
  fill: #bace11;
}

/************************************************************************************ INDEX PAGE  *************************************************************************************/

#home-top-class {
  position: relative;
  margin-top: -100px;
  overflow: hidden;
}

.top-class-wrapper {
  position: absolute;
  top: 40vw;
  right: 9vw;
  width: 30vw;
}

.top-class-quality {
  font-size: 3vw;
  font-style: italic;
  font-weight: bold;
}

.top-class-subfont {
  font-size: 1.25vw;
  font-style: italic;
  font-weight: 300;
}

.story-wrapper {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  position: absolute;
  margin-top: -490px;
  left: 900px;
}

#home-our-story {
  position: relative;
  margin-top: -200px;
  margin-bottom: 7.5rem;
}

.story-title {
  width: 35%;
}

.story-intro {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

#h-series-bottom,
#e-series-bottom,
#l-series-bottom,
#i-series-bottom,
#o-series-bottom,
#z-series-bottom {
  border-right: 1px solid #bace11;
}

.series-bottom {
  width: 100%;
  height: auto;
  max-width: 50%;
  display: block;
  margin: 0 auto;
  margin-top: -100px;
  animation: bounce-series 3s infinite;
  position: relative;
}

@keyframes bounce-series {
  0% {
      top: 0;
  }

  25% {
      top: -10px;
  }

  75% {
      top: 10px;
  }

  100% {
      top: 0;
  }
}

.series-findout-button {
  display: block;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  background-color: transparent;
  border: 1px solid #bace11;
  color: #bace11;
  padding: 0.25rem 1rem 0.25rem 1rem;
  font-size: 0.8rem;
}

#h-series-bottom:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: rgb(100, 140, 11);
  background: linear-gradient(
    0deg,
    rgba(100, 140, 11, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

#e-series-bottom:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: rgb(231, 66, 143);
  background: linear-gradient(
    0deg,
    rgba(231, 66, 143, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

#l-series-bottom:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: rgb(182, 194, 202);
  background: linear-gradient(
    0deg,
    rgba(182, 194, 202, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

#i-series-bottom:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: rgb(205, 163, 42);
  background: linear-gradient(
    0deg,
    rgba(205, 163, 42, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

#o-series-bottom:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: rgb(236, 102, 12);
  background: linear-gradient(
    0deg,
    rgba(236, 102, 12, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

#z-series-bottom:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

/************************************************************************************ ABOUT PAGE  *************************************************************************************/

.about-wrapper-margin {
  margin-top: 10%;
}

#about-main {
  overflow: hidden;
}

.about-title {
  width: 100%;
  height: auto;
  max-width: 35%;
  margin-bottom: 3rem;
}

.about-top {
  top: 0;
}

.about-vision {
  width: 100%;
  height: auto;
}

.about-features {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

#about-why-helioz {
  margin-top: 5%;
  margin-bottom: 5%;
  background-image: url(../images/about/why-helioz-desktop-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.why-helioz-title {
  width: 100%;
  height: auto;
  max-width: 35%;
  margin-bottom: 3rem;
  position: relative;
  top: 75px;
}

.why-helioz-img {
  width: 80%;
  height: auto;
  padding-right: 10%;
  display: block;
  margin: 0 auto;
}

/************************************************************************************ E-Warranty  *************************************************************************************/

#e-warranty-body {
  background-image: url(../images/e-warranty/warranty-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  min-height: 100vh;
}

#e-warranty {
  padding: 5% 0;
}

.e-warranty-logo {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.e-warranty-icon {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 20px;
  margin-left: 0.75rem;
}

.warranty-input {
  background: transparent;
  border-bottom: 2px solid #bace11;
  color: #fff;
  font-size: 2rem;
}

.warranty-input::placeholder {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  font-style: italic;
}

.warranty-btn {
  background: transparent;
  display: block;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
}

/************************************************************************************ Contact Us *************************************************************************************/

#contact-body {
  background-image: url(../images/contact/helioz-body-bg.png);
  background-size: 35vw;
  background-repeat: no-repeat;
}

#contact-us {
  margin-top: 5%;
  margin-bottom: 5%;
}

.contact-map {
  width: 100%;
  height: auto;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

#contact-bottom {
  background-color: #373636;
  padding: 5% 0;
}

.contact-question {
  width: 50%;
  height: auto;
}

.contact-fb-logo {
  width: 40px;
  height: auto;
  display: inline-block;
  margin-right: 1rem;
}

.contact-arrow {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 130px;
  margin-left: 2rem;
  position: relative;
  top: -70px;
  animation: arrow-movement 3s infinite;
}

@keyframes arrow-movement {
  0% { right: 0; }
  50% { right: -50px; }
  100% { right: 0; }
}

.contact-check {
  font-weight: bold;
  font-style: italic;
  font-size: 3rem;
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0;
}

.contact-hmalaysia {
  font-weight: 300;
  font-style: italic;
  color: #bace11;
  font-size: 1.75rem;
}

.contact-hmalaysia:hover {
  text-decoration: none;
  color: #bace11;
}

/************************************************************************************ HELIO SERIES *************************************************************************************/

.product-series {
  width: 30%;
  height: auto;
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  z-index: 9999;
  left: 10%;
}

.h-color {
  color: #bace11;
}

.e-color {
  color: #e8418f;
}

.l-color {
  color: #b6c2ca;
}

.i-color {
  color: #cda32a;
}

.o-color {
  color: #eb6608;
}

.product-title {
  width: 100%;
  height: auto;
  max-width: 60%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  z-index: 9999;
  left: 10%;
}

#series-body {
  margin-top: -30%;
}

.series-padding {
  padding-right: 5rem;
}

.series-slogan {
  width: 50%;
  font-size: 2.5rem;
  float: right;
}

.series-padding-left {
  padding-left: 5rem;
}

.series-p {
  font-size: 1.4rem;
}

.series-compare {
  width: 100%;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/************************************************************************************ Z SERIES  *************************************************************************************/

#z-series-body {
  background-image: url(../images/z-series/z-series-footer.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 5rem;
  margin-top: -30%;
}

.z-series-logo {
  width: 25%;
  height: auto;
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  z-index: 9999;
  left: 10%;
}

.z-series-title {
  width: 100%;
  height: auto;
  max-width: 40%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 9999;
  left: 35%;
}

.z-series-protection {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.z-series-ul-left {
  font-size: 1.25rem;
  font-weight: 300;
}

.z-series-ul-right {
  font-size: 1.25rem;
  font-weight: 300;
}

.cr-footer {
  width: 20%;
  height: auto;
  display: flex;
  margin-left: auto;
}

.z-surpass {
  font-size: 3.5rem;
  margin-left: 3rem;
}

.z-subtitles {
  font-size: 2.5rem;
  font-style: italic;
  height: 97.5px;
  margin-top: 3rem;
}

.z-subtitle-border {
  border-top: 1px solid #bace11;
  margin: 1.5rem 0;
}

.z-subtitle-para {
  font-weight: 300;
  font-size: 1.25rem;
}


/************************************************************************************ INDEX PAGE  *************************************************************************************/

/* ---------------------------------------------------
  MEDIA XXL Screens (1440 - 1599)
  ----------------------------------------------------- */

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .story-wrapper {
    margin-top: -430px;
    left: 800px;
  }

  .about-wrapper-margin {
    margin-top: 5%;
  }

}

/* ---------------------------------------------------
  MEDIA XL-XXL Screens (1200-1439)
  ----------------------------------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .top-class-quality {
    font-size: 2.5rem;
  }

  .top-class-subfont {
    font-size: 1rem;
  }

  .story-wrapper {
    font-size: 1rem;
    margin-top: -350px;
    left: 660px;
  }

  .about-wrapper-margin {
    margin-top: 5%;
  }

  .nav-link {
    font-size: 0.85rem;
  }
}

/* ---------------------------------------------------
  MEDIA LG-XL Screens (992-1199)
  ----------------------------------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-link {
    color: #648c0b !important;
    font-size: 0.8rem;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }

  .top-class-wrapper {
    top: 42vw;
  }

  .story-wrapper {
    margin-top: 0;
    left: 0;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1rem;
  }

  #home-our-story {
    margin-top: -100px;
  }

  .story-title {
    width: 55%;
  }

  .about-vision {
    width: 100%;
    height: auto;
    max-width: 45%;
    margin-bottom: 2rem;
  }

  .why-helioz-img {
    width: 30%;
  }

  #about-why-helioz {
    background-size: 30%;
  }

  .series-p {
    font-size: 1rem;
  }

  .series-slogan {
    width: 70%;
    font-size: 2rem;
  }

  .series-padding-left {
    padding-left: 2.5rem;
  }

  .z-subtitles {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------
  MEDIA MD-LG Screens (768-991)
  ----------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    padding-left: 3%;
  }

  .nav-item.active {
    border: none;
  }

  #home-top-class {
    margin-top: 0;
  }

  .top-class-wrapper {
    top: 42vw;
  }

  .story-wrapper {
    margin-top: 0;
    left: 0;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1rem;
  }

  #home-our-story {
    margin-top: -50px;
  }

  .story-title {
    width: 55%;
  }

  .top-class-subfont {
    font-size: 1rem;
  }

  .top-class-quality {
    font-size: 2rem;
  }

  .about-title {
    max-width: 40%;
    margin-bottom: 2rem;
  }

  .about-vision {
    width: 100%;
    height: auto;
    max-width: 50%;
    margin-bottom: 2rem;
  }

  .why-helioz-img {
    width: 30%;
  }

  #about-why-helioz {
    background-size: 50%;
  }

  .e-warranty-logo {
    max-width: 150px;
  }

  .contact-question {
    width: 60%;
    margin-bottom: 1.5rem;
  }

  .contact-check {
    font-size: 2rem;
  }

  .contact-hmalaysia {
    font-size: 1.5rem;
  }

  .contact-arrow {
    top: 0;
    max-width: 60px;
  }

  .series-p {
    font-size: 1rem;
  }

  .series-slogan {
    width: 70%;
    font-size: 2rem;
  }

  .series-padding-left,
  .series-padding {
    padding-left: initial !important;
    padding-right: initial !important;
  }

  .compare-padding {
    padding: 0 !important;
  }

  .mobile-series-image {
    margin-top: 2.5rem;
  }

  .series-compare {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .z-series-protection {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .z-series-ul-left,
  .z-series-ul-right {
    font-size: 1rem;
    padding-left: 1rem;
  }

  .z-surpass {
    font-size: 3rem;
    margin-top: 3rem;
    margin-left: 0;
  }

  .z-subtitles {
    margin-top: 0;
    font-size: 2rem;
    height: auto;
  }

  .z-subtitle-para {
    font-size: 1rem;
  }
}

/* ---------------------------------------------------
  MEDIA SM-MD Screens (600-767)
  ----------------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .navbar-brand {
    padding-left: 3%;
  }

  .nav-item.active {
    border: none;
  }

  .nav-link {
    font-size: 0.8rem;
  }

  #home-top-class {
    margin-top: 0;
  }

  .top-class-wrapper {
    top: 48vw;
  }

  .story-wrapper {
    margin-top: 0;
    left: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1rem;
  }

  #home-our-story {
    margin-top: 0px;
  }

  .story-title {
    width: 55%;
  }

  .top-class-subfont {
    font-size: 1rem;
  }

  .top-class-quality {
    font-size: 2rem;
  }

  .top-class-wrapper {
    width: 100%;
    right: 0;
    padding-left: 10%;
  }

  .about-title {
    max-width: 75%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .about-vision {
    width: 100%;
    height: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .why-helioz-img {
    width: 30%;
    margin-bottom: 1rem;
  }

  #about-why-helioz {
    background-size: 50%;
  }

  .why-helioz-title {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 30px;
    margin-bottom: 3rem;
  }

  .e-warranty-logo {
    max-width: 150px;
  }

  #e-warranty-body {
    background-size: cover;
  }

  .contact-question {
    width: 70%;
    margin-bottom: 1.5rem;
  }

  .contact-fb-logo {
    width: 25px;
  }

  .contact-check {
    font-size: 1.75rem;
  }

  .contact-hmalaysia {
    font-size: 1.25rem;
  }

  .contact-arrow {
    top: 0;
    max-width: 50px;
  }

  .series-p {
    font-size: 1rem;
  }

  .series-slogan {
    width: 100%;
    font-size: 2rem;
  }

  .series-padding-left,
  .series-padding {
    padding-left: initial !important;
    padding-right: initial !important;
  }

  .mobile-series-image {
    margin-top: 2.5rem;
  }

  .series-compare {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .compare-padding {
    padding: 0 !important;
  }

  .z-series-protection {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .z-series-ul-left,
  .z-series-ul-right {
    font-size: 1rem;
    padding-left: 1rem;
  }

  .z-surpass {
    font-size: 2rem;
    margin-top: 3rem;
    margin-left: 0;
  }

  .z-subtitles {
    margin-top: 0;
    font-size: 2rem;
    height: auto;
  }

  .z-subtitle-para {
    font-size: 1rem;
  }
}

/* ---------------------------------------------------
  MEDIA XS-SM Screens (0-599)
  ----------------------------------------------------- */

@media only screen and (max-width: 600px) {
  p {
    font-size: 0.8rem;
  }

  .nav-item.active {
    border: none;
  }

  .navbar-brand {
    padding-left: 3%;
  }

  .nav-link {
    font-size: 1rem;
  }

  #home-top-class {
    margin-top: 0;
  }

  .top-class-wrapper {
    top: 48vw;
  }

  .story-wrapper {
    margin-top: 0;
    left: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0.8rem;
  }

  #home-our-story {
    margin-top: 5%;
  }

  .story-intro {
    width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 0.8rem;
  }

  .story-title {
    width: 75%;
  }

  .top-class-subfont {
    font-size: 0.8rem;
  }

  .top-class-quality {
    font-size: 1.5rem;
  }

  .top-class-wrapper {
    width: 100%;
    right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  footer {
    font-size: 0.8rem;
  }

  .about-title {
    max-width: 75%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .about-vision {
    width: 100%;
    height: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .why-helioz-img {
    width: 30%;
    margin-bottom: 1rem;
  }

  .why-helioz-title {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 30px;
    margin-bottom: 3rem;
  }

  #about-why-helioz {
    background-size: 50%;
  }

  .e-warranty-logo {
    max-width: 150px;
  }

  #e-warranty h3 {
    font-size: 1.5rem;
  }

  .warranty-input::placeholder {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    font-style: italic;
  }

  .warranty-input {
    width: 80%;
  }

  #e-warranty-body {
    background-size: cover;
  }

  .contact-question {
    width: 70%;
    margin-bottom: 1.5rem;
  }

  .contact-fb-logo {
    width: 25px;
  }

  .contact-check {
    font-size: 1.25rem;
    margin-right: 1rem;
  }

  .contact-hmalaysia {
    font-size: 1rem;
  }

  .contact-arrow {
    top: 0;
    max-width: 40px;
    margin-left: 1rem;
  }

  .series-p {
    font-size: 0.8rem;
  }

  .series-slogan {
    width: 100%;
    font-size: 1.75rem;
  }

  .series-padding-left,
  .series-padding {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .compare-padding {
    padding: auto !important;
  }

  .mobile-series-image {
    margin-top: 2.5rem;
  }

  .series-compare {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .z-series-protection {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .z-series-ul-left,
  .z-series-ul-right {
    font-size: 1rem;
    padding-left: 1rem;
  }

  .z-surpass {
    font-size: 2rem;
    margin-top: 3rem;
    margin-left: 0;
  }

  .z-subtitles {
    margin-top: 0;
    font-size: 2rem;
    height: auto;
  }

  .z-subtitle-para {
    font-size: 1rem;
  }

  @keyframes arrow-movement {
    0% { right: 0; }
    50% { right: 15px; }
    100% { right: 0; }
  }
}

/************************************************************************************ HOME-SUPAHADO PAGE  *************************************************************************************/
.container-special {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.supahado-bg {
  width: 100%;
  max-height: 550px;
}

.car-in {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 75%;
}

.supahado-home-text {
  width: 75%;
}

@media(min-width:768px) {
  .car-in {
     height: 100%;
  }
}

@media(min-width:1600px) {
  .supahado {
     top: 60px
  }
}

.logo-img-size {
  width: 60%;
}

/************************************************************************************ PRODUCT PAGE  *************************************************************************************/
@font-face {
  font-family: 'lemonmilkregular';
  src: url('../fonts/lemonmilk-webfont.woff2') format('woff2'),
    url('../fonts/lemonmilk-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lemon_milklight';
  src: url('../fonts/lemonmilk-light-webfont.woff2') format('woff2'),
    url('../fonts/lemonmilk-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.woff2') format('woff2'),
    url('../fonts/Avenir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'barcelonyregular';
  src: url('../fonts/barcelony-webfont.woff2') format('woff2'),
    url('../fonts/barcelony-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nexa_boldregular';
  src: url('../fonts/nexa-bold-webfont.woff2') format('woff2'),
    url('../fonts/nexa-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nexabook';
  src: url('../fonts/nexabook-webfont.woff2') format('woff2'),
    url('../fonts/nexabook-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.bg-color-ffffff {
  background-color: #ffffff;
}

.jp-flag {
  position: absolute;
  bottom: 10%;
  margin-left: auto;
  margin-right: auto;
}

.jp-of {
  font-size: 2vw;
  line-height: 1;
}

.text-LemonMilk {
  font-family: lemonmilkregular;
}

.text-LemonMilk-light {
  font-family: lemon_milklight;
}

.about-supahado {
  font-family: Avenir;
  font-weight: 500;
  font-size: large;
  text-align: justify;
}

.leading-tech {
  font-size: xx-large;
  line-height: 1.1;
}

.load-text {
  font-size: large;
}

.supahado-desc {
  margin-bottom: -25%;
}

.pattern-size {
  max-width: 20px;
}

#WhySupahado,
#TitaniumShieldCoating {
  background-color: #ffffff;
  color: #1d1d1b;
}

#PairProduct p,
#TitaniumShieldCoating p {
  font-family: Avenir;
  font-weight: 600;
  text-align: justify;
}

.tsc {
  font-size: x-large;
  font-family: nexa_boldregular;
}

.the-best {
  font-family: barcelonyregular;
  /* font-size: 65px; */
  color: red;
}

.ulti-tech {
  font-family: nexabook;
  font-size: large;
}

.why-supa1 {
  font-family: nexa_boldregular;
  font-size: x-large;
}

.why-supa2 {
  font-family: nexa_boldregular;
  color: #e10613;
  font-size: x-large;
}

.pattern-text {
  margin-bottom: 8%;
  color: #ffffff;
}

.jp-tech-coat {
  font-size: 2vw;
  margin-bottom: 2%;
}

.jp-tech-text {
  font-family: Avenir;
  font-size: 1.7vw;
  margin-bottom: 4%;
  line-height: 1.35;
}

.jp-tec {
  font-size: 3vw;
  line-height: 1;
}

#PairProduct {
  background-image: linear-gradient(#ffffff, #c8c8c8);
  color: #1d1d1b;
}

.product-btn {
  border-radius: 50px;
  background-color: red;
  padding: 5px 10px;
  color: white;
  font-size: x-small;
  cursor: pointer;
}

.sg-img {
  height: 26px;
  margin: 2px;
}

.left-tri {
  background-image: linear-gradient(to bottom left, white 50%, transparent 50%);
}

.big-product {
  position: absolute;
  margin-top: -100px;
  width: 110%;
}

@media(min-width:768px) {
  .tsc {
    font-size: xxx-large;
  }

  .ulti-tech {
    font-size: x-large;
  }

  .why-supa1 {
    font-size: xxx-large;
  }

  .why-supa2 {
    font-size: xxx-large;
  }

  .sg-img {
    height: 40px;
  }
}

@media(min-width:992px) {
  .about-supahado {
    font-size: x-large;
  }

  .leading-tech {
    font-size: xxx-large;
  }

  .load-text {
    font-size: x-large;
  }

  .text-LemonMilk-light {
    font-size: x-large;
  }

  .tsc {
    font-size: 60px;
  }

  .the-best {
    font-size: 60px;
  }

  #TitaniumShieldCoating p {
    font-size: large;
  }

  .ulti-tech {
    font-size: xx-large;
  }

  .why-supa1 {
    font-size: 60px;
  }

  .why-supa2 {
    font-size: 60px;
  }

  .product-btn {
    font-size: medium;
  }

  #PairProduct p {
    font-size: x-large;
  }

  .sg-img {
    height: 60px;
  }
}