/* Qaf UltraLight */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-UltraLight.woff2") format("woff2"),
    url("fonts/Qaf-UltraLight.woff") format("woff"),
    url("fonts/Qaf-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* Qaf ExtraLight */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-ExtraLight.woff2") format("woff2"),
    url("fonts/Qaf-ExtraLight.woff") format("woff"),
    url("fonts/Qaf-ExtraLight.ttf") format("truetype");
  font-weight: 250;
  font-style: normal;
}

/* Qaf Light */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-Light.woff2") format("woff2"),
    url("fonts/Qaf-Light.woff") format("woff"),
    url("fonts/Qaf-Light.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
}

/* Qaf Regular */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-Regular.woff2") format("woff2"),
    url("fonts/Qaf-Regular.woff") format("woff"),
    url("fonts/Qaf-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Qaf Medium */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-Medium.woff2") format("woff2"),
    url("fonts/Qaf-Medium.woff") format("woff"),
    url("fonts/Qaf-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Qaf DemiBold */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-DemiBold.woff2") format("woff2"),
    url("fonts/Qaf-DemiBold.woff") format("woff"),
    url("fonts/Qaf-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Qaf SemiBold */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-SemiBold.woff2") format("woff2"),
    url("fonts/Qaf-SemiBold.woff") format("woff"),
    url("fonts/Qaf-SemiBold.ttf") format("truetype");
  font-weight: 650;
  font-style: normal;
}

/* Qaf Bold */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-Bold.woff2") format("woff2"),
    url("fonts/Qaf-Bold.woff") format("woff"),
    url("fonts/Qaf-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Qaf ExtraBold */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-ExtraBold.woff2") format("woff2"),
    url("fonts/Qaf-ExtraBold.woff") format("woff"),
    url("fonts/Qaf-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Qaf UltraBold */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-UltraBold.woff2") format("woff2"),
    url("fonts/Qaf-UltraBold.woff") format("woff"),
    url("fonts/Qaf-UltraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Qaf Black */
@font-face {
  font-family: "Qaf";
  src: url("fonts/Qaf-Black.woff2") format("woff2"),
    url("fonts/Qaf-Black.woff") format("woff"),
    url("fonts/Qaf-Black.ttf") format("truetype");
  font-weight: 950;
  font-style: normal;
}

/* Qaf VF (Variable Font) */
@font-face {
  font-family: "Qaf";
  src: url("fonts/QafVF.woff2") format("woff2"),
    url("fonts/QafVF.woff") format("woff"),
    url("fonts/QafVF.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

/* ================ SETTING SITE ================ */
:root {
  --header-h: 88px;
  --transition: 420ms cubic-bezier(0.2, 0.9, 0.2, 1);
  --color-platinum: rgb(277, 277, 277);
  --color-midnight: rgb(139, 0, 0);
  --color-flirt: rgb(220, 20, 60);
  --color-blue-bel: rgb(255, 99, 71);
  --color-dark-lavender: rgb(178, 34, 52);
  --color-american-blur: #8B0000;
  --color-background-white: #fff;
  --color-white: #fff;
  --color-black: #000;
  --color-title: #fff;
  --color-text: #777;
  --font-family: Qaf;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: var(--color-american-blur);
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-dark-lavender);
  border-radius: 10px;
}

::selection {
  background-color: var(--color-dark-lavender);
  color: white;
}

* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  height: 100%;
}
body {
  font-family: var(--font-family);
  background: var(--color-black);
  color: var(--color-text);
}
/* ================ END SETTING SITE ================ */

/* ================ LOADER SITE ================ */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-black);
  z-index: 111111111;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.jelly-triangle {
  width: 100px;
  height: 100px;
  --uib-size: 2.8rem;
  --uib-speed: 1.75s;
  --uib-color: var(--color-dark-lavender);
  position: relative;
  height: var(--uib-size);
  width: var(--uib-size);
  filter: url("#uib-jelly-triangle-ooze");
}

.jelly-triangle__dot,
.jelly-triangle::before,
.jelly-triangle::after {
  content: "";
  position: absolute;
  width: 33%;
  height: 33%;
  background: var(--uib-color);
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(255, 99, 71, 0.329);
}

.jelly-triangle__dot {
  top: 6%;
  left: 30%;
  animation: grow7132 var(--uib-speed) ease infinite;
}

.jelly-triangle::before {
  bottom: 6%;
  right: 0;
  animation: grow7132 var(--uib-speed) ease calc(var(--uib-speed) * -0.666)
    infinite;
}

.jelly-triangle::after {
  bottom: 6%;
  left: 0;
  animation: grow7132 var(--uib-speed) ease calc(var(--uib-speed) * -0.333)
    infinite;
}

.jelly-triangle__traveler {
  position: absolute;
  top: 6%;
  left: 30%;
  width: 33%;
  height: 33%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: triangulate6214 var(--uib-speed) ease infinite;
}

.jelly-maker {
  width: 0;
  height: 0;
  position: absolute;
}

@keyframes triangulate6214 {
  0%,
  100% {
    transform: none;
  }

  33.333% {
    transform: translate(120%, 175%);
  }

  66.666% {
    transform: translate(-95%, 175%);
  }
}

@keyframes grow7132 {
  0%,
  100% {
    transform: scale(1.5);
  }

  20%,
  70% {
    transform: none;
  }
}
/* ================ END LOADER SITE ================ */

/* ================ END BACK TO TOP BUTTON ================ */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--color-text);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  color: var(--color-dark-lavender);
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-dark-lavender);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* ================ END BACK TO TOP BUTTON ================ */

/* ================ END HEADER ================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  z-index: 1200;
}

.logo img {
  margin-top: 15px;
  width: 150px;
  height: 150px;
  object-fit: contain;
}
/* ================ END HEADER ================ */

/* ================ TOP-NEV MENU ================ */
.top-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc((var(--header-h) - 24px) / 2);
}
.top-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
  list-style: none;
}
.top-nav a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.top-nav .li-top-menu-activ {
  color: var(--color-background-white);
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.7);
}

.top-nav .li-top-menu:hover {
  display: flex;
  color: var(--color-dark-lavender);
  transition: 0.5s ease;
}
/* ================ END TOP-NEV MENU ================ */

/* ================ HUMBURGER MENU ================ */
.menu-btn {
  font-family: var(--font-family);
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 0;
  color: var(--color-title);
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.menu-btn .hamburger {
  width: 24px;
  height: 18px;
  position: relative;
}

.menu-btn .hamburger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-title);
  border-radius: 2px;
  transition: all var(--transition);
}

.menu-btn .hamburger span:nth-child(1) {
  top: 0;
  width: 100%;
}
.menu-btn .hamburger span:nth-child(2) {
  top: 8px;
  width: 80%;
}
.menu-btn .hamburger span:nth-child(3) {
  top: 16px;
  width: 60%;
}

/* animation when open */
.menu-btn.open .hamburger span:nth-child(1) {
  top: 8px;
  width: 100%;
}
.menu-btn.open .hamburger span:nth-child(2) {
  top: 8px;
  width: 100%;
}
.menu-btn.open .hamburger span:nth-child(3) {
  top: 8px;
  width: 100%;
}
/* ================ END HUMBURGER MENU ================ */

/* ================ HERO ================ */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  z-index: 10;
}

.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.9));
}

.hero-inner {
  position: relative;
  top: 30px;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero h1 {
  color: var(--color-title);
  font-size: 110px;
  font-weight: 900;
  margin: 0;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}
.hero p {
  color: var(--color-white);
  font-weight: 600;
  margin-top: -10px;
  font-size: 30px;
  line-height: 2rem;
  letter-spacing: 5px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
/* ================ END HERO ================ */

/* ================ MENU ================ */
.side-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
  z-index: 1100;
}
.side-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  max-width: 50%;
  background: var(--color-white);
  transform: translateX(100%);
  transition: transform var(--transition);
  z-index: 1150;
  display: flex;
  flex-direction: column;
}
.side-menu.open {
  transform: translateX(0);
}

.menu-btn.open {
  color: var(--color-black) !important;
}
.menu-btn.open .hamburger span {
  background: var(--color-black) !important;
}

.menu-open .top-nav {
  z-index: -1 !important;
  pointer-events: none;
}

.menu-body {
  flex: 1;
  overflow-y: auto;
  padding: 150px 56px;
  display: flex;
  gap: 30px;
}
.menu-left {
  flex: 1;
}
.product {
  margin-bottom: 36px;
  margin-right: 50px;
  display: inline-block;
}

.product-link {
  text-decoration: none;
  color: inherit;
}

.product img {
  max-width: 300px;
  height: auto;
  display: block;
}

.product-link p {
  margin: 10px 0 0 0;
  transition: transform 0.3s ease;
}

.product-link:hover p {
  transform: translateX(10px);
}

.product p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-black);
}

.menu-right {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-right a {
  text-decoration: none;
  color: var(--color-black);
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  transition: 0.5s ease;
}

.menu-right a:hover {
  color: var(--color-text);
  transition: 0.5s ease;
}

.menu-footer {
  padding: 22px 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socials {
  display: flex;
  gap: 14px;
}
.langs {
  display: flex;
  gap: 12px;
  font-weight: 600;
}
.side-menu {
  display: flex;
  flex-direction: column;
}
.menu-body {
  flex: 1;
  overflow: auto;
}
.menu-footer {
  flex-shrink: 0;
  margin-top: auto;
}

.icon-menu-header {
  color: var(--color-text);
  text-decoration: none;
  border: none;
  transition: 0.5s ease;
}

.icon-menu-header:hover {
  color: var(--color-dark-lavender);
  text-decoration: none;
  border: none;
  transition: 0.5s ease;
}

.icon-menu-header i {
  font-size: 25px;
  vertical-align: middle;
}

.hr-menu-card {
  margin: 0px 0 30px 0;
  width: 500px;
  border: solid 1px var(--color-white);
}
/* ================ END MENU ================ */

/* ================ END ANIMATION MOUSE ================ */
.mouse-icon {
  position: absolute;
  top: 95%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -25px);
  -ms-transform: translate(-50%, -25px);
  transform: translate(-50%, -25px);
  display: inline-block;
  height: 46px;
  z-index: 111;
}

@media print, screen and (min-width: 64em) {
  .mouse-icon {
    height: 50px;
    -webkit-transform: translate(-50%, -40px);
    -ms-transform: translate(-50%, -40px);
    transform: translate(-50%, -40px);
  }
}

.mouse-icon svg {
  height: 100%;
  width: auto;
}

.mouse-icon svg .cursor {
  -webkit-animation: mouseCursorNew;
  animation: mouseCursorNew;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes mouseCursorNew {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}

@keyframes mouseCursorNew {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
/* ================ END ANIMATION MOUSE ================ */
/* ================ ABOUT LESS ================ */
.laser-section {
  position: relative;
  background-color: var(--color-black);
  color: var(--color-title);
  padding: 100px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  font-family: var(--font-family);
  max-width: 100%;
  margin: 0 auto;
  z-index: 100;
}

.laser-section .content {
  max-width: 90%;
  padding: 20px;
  margin: 0 auto;
}
/* ================ END ABOUT LESS ================ */

/* ================ ABOUT MORE ================ */
.about-laser-section {
  padding: 60px 55px;
  background: var(--color-black);
  color: var(--color-white);
}

.about-laser-container {
  max-width: 1000px;
  margin: 0 auto;
}

.about-laser-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.about-laser-block {
  flex: 1 1 45%;
  font-size: 15px;
  line-height: 1.6;
  max-width: 600px;
}

.about-laser-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
  color: var(--color-title);
}

.about-laser-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
}

.about-laser-image {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

.about-laser-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.about-laser-cta {
  position: absolute;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid var(--color-white);
  border-radius: 30px;
  color: var(--color-title);
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.about-laser-cta::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--color-dark-lavender);
  border-radius: 50%;
}

.about-laser-cta:hover {
  background: var(--color-white);
  color: var(--color-black);
}

.about-laser-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-laser-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/* ================ END ABOUT MORE ================ */

/* ================ SECTION ================ */
.section-more-information {
  position: relative;
  display: block;
  min-height: 100vh;
  margin-bottom: 16px;
}

/* ================ SIDEBAR SECTION ================ */
.section-more-information-sidebar {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  margin-left: 45px;
  background: rgba(255, 255, 255, 0.206);
  color: var(--color-title);
  padding: 30px 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: fit-content;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 12px;
}

.section-more-information-sidebar span {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-title);
  text-decoration: none;
}

.section-more-information-sidebar span:hover {
  color: var(--color-text);
  transition: 0.5s ease;
}

.section-more-information-sidebar a {
  text-decoration: none;
  text-align: center;
}

.section-more-information {
  position: relative;
  display: flex;
  min-height: 100vh;
  margin-bottom: 16px;
}

.section-more-information-content {
  position: relative;
  padding: 40px;
  text-align: center;
  width: 100%;
  display: block;
}

.section-more-information-content img {
  width: 80%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* ================ END SIDEBAR SECTION ================ */

/* ================ END + BUTTON ================ */
.section-more-information-hotspot {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.section-more-information-hotspot button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-white);
}
/* ================ END + BUTTON ================ */

/* ================ INFO PANEL ================ */
.section-more-information-panel {
  position: fixed;
  top: 0;
  left: -500px;
  width: 500px;
  height: 100vh;
  background: var(--color-white);
  color: var(--color-black);
  overflow-y: auto;
  transition: left 0.4s ease;
  z-index: 2000;
  padding: 100px 70px;
  box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.25);
}
.section-more-information-panel.active {
  left: 0;
}
.section-more-information-panel h2 {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark-lavender);
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 30px;
}

.section-more-information-close {
  position: absolute;
  top: 50px;
  right: 45px;
  font-size: 15px;
  border: none;
  background: transparent;
  color: var(--color-black);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.section-more-information-close:hover {
  transform: scale(1.2);
}

.section-more-information-item {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  overflow: hidden;
}
.section-more-information-item h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-more-information-item h3::after {
  content: "+";
  font-size: 18px;
  transition: transform 0.3s ease;
}
.section-more-information-item.active h3::after {
  content: "–";
  transform: rotate(180deg);
}
.section-more-information-item p {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  transition: max-height 0.4s ease, margin 0.4s ease;
}
.section-more-information-item.active p {
  max-height: 100%;
  margin-top: 8px;
}

.section-more-information-content {
  flex: 1;
  padding: 40px;
  position: relative;
}

.section-more-information-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.section-more-information-hotspot {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

#info-panel {
  opacity: 0;
  transform: translateY(0px);
  pointer-events: none;
  transition: all 0.4s ease;
}

#info-panel.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.section-more-information-card {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.section-more-information-card.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* ================ END INFO PANEL ================ */

/* ================ PART TWO INFORMATION SECTION ================ */
.div-container-huge-laser-system {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
}

.div-container-huge-laser-buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.div-button-laser-energy-option {
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  color: var(--color-text);
  transition: color 0.3s ease;
  position: relative;
}

.div-button-laser-energy-option:hover,
.div-button-laser-energy-option.active-laser-energy {
  color: var(--color-title);
}

.div-container-huge-laser-image {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.div-container-huge-laser-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: opacity 0.5s ease;
}

.div-container-huge-laser-description {
  position: absolute;
  bottom: 3%;
  right: 10%;
  max-width: 30%;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-title);
  padding: 15px 20px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.active-laser-image {
  opacity: 1;
  transform: scale(1);
}

.active-laser-description {
  opacity: 1;
  transform: translateY(0);
}
/* ================ END PART TWO INFORMATION SECTION ================ */

/* ================ PART THREE INFORMATION ================ */
.compare-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  user-select: none;
  display: block;
  margin: 20px auto;
}

.compare-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.img-top {
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.2s;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.25);
  cursor: ew-resize;
  z-index: 2;
}

.handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, 400%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  border: 1px solid var(--color-white);
  cursor: ew-resize;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.handle::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--color-white);
  border-radius: 50%;
  z-index: 2;
}

.after-hotspot {
  opacity: 0;
  pointer-events: none;
}
/* ================ END PART THREE INFORMATION ================ */

/* ================ SOPHISTICATED ================ */

.title-container {
  text-align: center;
  color: var(--color-title);
}
.text-container {
  text-align: center;
  color: var(--color-text);
}

.video-wrapper-sophisticated-design,
.text-wrapper-sophisticated-design {
  flex: 1;
}

.video-wrapper-sophisticated-design {
  display: flex;
  justify-content: center;
}

.video-wrapper-sophisticated-design video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
/* ================ END SOPHISTICATED ================ */

/* ================ CONTACT US SECTION ================ */
.section-contact-us {
  position: relative;
  background-color: var(--color-black);
  padding: 100px 10px;
  text-align: center;
  font-family: var(--font-family);
  max-width: 50%;
  z-index: 100;
  line-height: 1.7rem;
  width: 100%;
  margin: 40px auto;
}
.text-wrapper-contact-us {
  max-width: 800px;
  margin: 0 auto 20px;
}
.title-container-contact-us {
  color: var(--color-title);
  font-weight: 700;
  font-size: 2.8rem;
}

.text-container-contact-us {
  color: var(--color-title);
  font-size: 1.2rem;
  font-weight: 200;
}

.button-wrapper-contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.about-laser-cta-contact {
  position: relative;
  right: 8%;
  bottom: 20px;
  transform: translateX(50%);
  padding: 12px 28px;
  background: transparent;
  border: 1px solid var(--color-white);
  border-radius: 30px;
  color: var(--color-title);
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.about-laser-cta-contact::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--color-dark-lavender);
  border-radius: 50%;
}

.about-laser-cta-contact:hover {
  background: var(--color-white);
  color: var(--color-black);
}
/* ================ END CONTACT US SECTION ================ */

/* ================ FOTTER ================ */

.footer {
  background: var(--color-black);
  color: var(--color-title);
  font-family: var(--font-family);
  padding: 40px 20px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

.footer-col p,
.footer-col a,
.footer-col li {
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-text);
  text-decoration: none;
  transition: 0.5s ease;
}

.footer-col a:hover {
  color: var(--color-blue-bel);
  transition: 0.5s ease;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-socials a {
  margin-right: 10px;
  font-size: 18px;
  color: var(--color-text);
}

.footer-socials a:hover {
  color: var(--color-title);
}

.footer-bottom {
  border-top: 1px solid var(--color-text);
  margin-top: 30px;
  padding-top: 15px;
  font-size: 12px;
  color: var(--color-text);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom a {
  color: var(--color-text);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--color-title);
}
/* ================ END FOTTER ================ */

/* ================ RESPONSIVES ================ */
/*---- Responsive 1030px ----*/
@media (max-width: 1030px) {
  .div-container-huge-laser-description {
    position: static;
    max-width: 100%;
    background: none;
    padding: 15px 10px;
    margin-top: 15px;
    font-size: 14px;
    transform: none;
  }
  .handle {
    transform: translate(-48%, 100%);
    width: 40px;
    height: 40px;
  }

  .handle::before {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--color-white);
    border-radius: 50%;
    z-index: 2;
  }
  .section-contact-us {
    max-width: 90%;
  }
}
/*---- Responsive 830px ----*/
@media (max-width: 830px) {
  .div-container-huge-laser-description {
    position: static;
    max-width: 100%;
    background: none;
    padding: 15px 10px;
    margin-top: 15px;
    font-size: 14px;
    transform: none;
  }
  .section-contact-us {
    max-width: 90%;
  }
}
/*---- Responsive 768px ----*/
@media (max-width: 768px) {
  .section-more-information-panel {
    width: 100%;
    left: -1000px;
    padding: 40px 20px;
  }

  .section-more-information-panel:active {
    left: 0;
  }

  .section-more-information-panel h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .section-more-information-close {
    top: 15px;
    right: 15px;
    font-size: 16px;
  }

  .section-more-information-item h3 {
    font-size: 16px;
  }

  .section-more-information-item h3::after {
    font-size: 16px;
  }

  .section-more-information-item p {
    font-size: 14px;
    line-height: 1.5;
  }

  .section-more-information-hotspot span {
    display: none;
  }

  .section-more-information-hotspot button {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .section-more-information-sidebar {
    display: none;
  }

  .hero h1 {
    font-size: 48px;
  }

  .menu-body {
    padding: 120px 15px;
    display: block;
  }

  .side-menu {
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .product img {
    max-width: 100%;
    height: auto;
  }

  .hr-menu-card {
    width: 100%;
    max-width: 300px;
  }

  .product-link p {
    margin: 8px 0 0 0;
  }

  .product p {
    font-size: 14px;
  }

  .menu-right {
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
  }

  .menu-right a {
    font-size: 14px;
    font-weight: 600;
  }

  .laser-section {
    position: relative;
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 80px 15px;
    text-align: start;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: var(--font-family);
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    z-index: 100;
  }

  .about-laser-section {
    flex-direction: column;
    text-align: center;
  }

  .about-laser-title {
    font-size: 22px;
  }

  .about-laser-description {
    font-size: 14px;
  }

  .about-laser-cta::after {
    right: 0;
    transform: translate(50%, -50%);
  }
  .about-laser-cta {
    width: 60%;
    height: 55px;
  }

  .menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .menu-footer .socials {
    display: flex;
    gap: 10px;
  }

  .icon-menu-header i {
    font-size: 24px;
    color: var(--color-black);
  }

  .menu-footer .langs {
    display: flex;
    gap: 5px;
  }
  .section-more-information-content img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin-right: 0 auto;
    position: relative;
  }
  .handle {
    transform: translate(-48%, 100%);
    width: 30px;
    height: 30px;
  }

  .handle::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color-white);
    border-radius: 50%;
    z-index: 2;
  }
  .section-contact-us {
    max-width: 90%;
  }
  .about-laser-cta-contact {
    right: 10%;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer-col {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .footer-logo {
    display: block;
    margin: 0 auto 15px auto;
    width: 150px;
  }

  .section-more-information-content {
    flex-direction: column;
    text-align: center;
  }

  .text-wrapper-sophisticated-design {
    margin-top: 20px;
  }
  .div-button-laser-energy-option {
    font-size: 28px;
  }

  .div-container-huge-laser-image-wrapper {
    max-width: 100%;
  }

  .div-container-huge-laser-image-wrapper img {
    width: 100%;
    height: auto;
  }

  .div-container-huge-laser-description {
    position: static;
    max-width: 100%;
    background: none;
    color: var(--color-white);
    padding: 15px 10px;
    margin-top: 15px;
    font-size: 14px;
    transform: none;
  }
}
/*---- Responsive 480px ----*/
@media (max-width: 480px) {
  .logo img {
    width: 100px;
    height: 100px;
  }

  .menu-body {
    display: flex;
    flex-direction: column;
    max-height: 94vh;
    overflow-y: auto;
  }

  .menu-body::-webkit-scrollbar {
    width: 6px;
  }
  .menu-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }

  .top-nav li a {
    display: none;
  }

  .menu-btn {
    display: flex;
    width: auto;
    z-index: 9999;
  }

  body,
  html {
    overflow-x: hidden;
  }
  .about-laser-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .about-laser-content {
    width: 100%;
  }

  .about-laser-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-laser-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .about-laser-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .about-laser-image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
  }

  .about-laser-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-laser-cta {
    display: inline-block;
    margin-top: 15px;
  }
  .section-contact-us {
    max-width: 90%;
  }
  .title-container-contact-us {
    font-size: 2rem;
  }

  .text-container-contact-us {
    font-size: 0.9rem;
  }
  .about-laser-cta-contact {
    right: 18%;
  }
}
/*---- Responsive 550px ----*/
@media (max-width: 550px) {
  .about-laser-cta-contact {
    right: 15%;
  }
}
/*---- Responsive 415px ----*/
@media (max-width: 415px) {
  .about-laser-cta {
    width: 75%;
    height: 50px;
  }
  .section-contact-us {
    max-width: 90%;
  }

  .title-container-contact-us {
    font-size: 2rem;
  }

  .text-container-contact-us {
    font-size: 0.9rem;
  }
  .about-laser-cta-contact {
    right: 20%;
  }
}
/*---- Responsive 375px ----*/
@media (max-width: 375px) {
  .about-laser-cta {
    width: 70%;
    height: 50px;
  }
  .section-contact-us {
    max-width: 90%;
  }
  .about-laser-cta-contact {
    right: 15%;
  }
}
