html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin-top: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*styles*/
@font-face {
  font-family: "inter-semibold";
  src: url(../assets/fonts/Inter-SemiBold.ttf);
}
@font-face {
  font-family: "inter-regular";
  src: url(../assets/fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: "inter-bold";
  src: url(../assets/fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: "inter-medium";
  src: url(../assets/fonts/Inter-Medium.ttf);
}
h1 {
  font-family: "inter-semibold";
  font-size: clamp(3.375rem, 2.75rem + 2.5vw, 5rem);
  line-height: 120%;
}

h2 {
  font-family: "inter-semibold";
  font-size: clamp(3rem, 2.6154rem + 1.5385vw, 4rem);
  line-height: 120%;
}

h3 {
  font-family: "inter-semibold";
  font-size: clamp(2.5rem, 2.3077rem + 0.7692vw, 3rem);
  line-height: 120%;
}

h4 {
  font-family: "inter-semibold";
  font-size: clamp(1.875rem, 1.6346rem + 0.9615vw, 2.5rem);
  line-height: 130%;
}

h5 {
  font-family: "inter-semibold";
  font-size: clamp(1.5rem, 1.3077rem + 0.7692vw, 2rem);
  line-height: 150%;
}

h6 {
  font-family: "inter-semibold";
  font-size: clamp(1rem, 0.8077rem + 0.7692vw, 1.5rem);
  line-height: 150%;
}

h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
  font-family: "inter-medium";
}

p, a, li {
  font-family: "inter-regular";
}

div {
  font-family: inherit;
}

p {
  margin-bottom: 1.5rem;
  line-height: 170%;
  color: #616C77;
}

.fancybox__caption {
  font-family: "inter-regular";
  color: #B6C1CC;
  font-size: 14px;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 2rem;
}

figure {
  overflow: hidden;
}
figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

body.lock {
  overflow: hidden;
}

header {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 101;
}
header .container {
  max-width: initial;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .header-logo-wrap.white-active .rekanikan-logo-white {
  display: block;
}
header .container .header-logo-wrap.white-active .rekanikan-logo-blue {
  display: none;
}
header .container .header-logo.rekanikan-logo-white {
  display: none;
}
header .container nav {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
header .container nav .menu-desktop {
  opacity: 1;
  transition: ease 0.5s all;
}
header .container nav .menu-desktop.hide {
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 650px) {
  header .container nav .menu-desktop {
    display: none;
  }
}
header .container nav ul {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
header .container nav ul a {
  color: #616C77;
}
header .container nav ul.white-active a {
  color: #fff;
}
header .container nav .btn-header-menu {
  position: relative;
}
header .container nav .btn-header-menu i, header .container nav .btn-header-menu div {
  transition: ease 0.3s all;
}
header .container nav .btn-header-menu .menu-icon-open {
  display: block;
}
header .container nav .btn-header-menu .menu-icon-close {
  position: absolute;
  left: 1rem;
  transform: translateY(100%);
  opacity: 0;
}
header .container nav .btn-header-menu .menu-text-close {
  position: absolute;
  left: 2.5rem;
  transform: translateY(-100%);
  opacity: 0;
}
header .container nav .btn-header-menu.active .menu-icon-close {
  transform: translateY(0%);
  opacity: 1;
}
header .container nav .btn-header-menu.active .menu-icon-open {
  transform: translateY(-100%);
  opacity: 0;
}
header .container nav .btn-header-menu.active .menu-text-close {
  transform: translateY(0%);
  opacity: 1;
}
header .container nav .btn-header-menu.active .menu-text-open {
  transform: translateY(100%);
  opacity: 0;
}

.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: #0E2B4B;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.menu-wrap.visible {
  pointer-events: all;
}
@media (max-width: 600px) {
  .menu-wrap {
    overflow-y: scroll;
  }
}
.menu-wrap .menu-content {
  width: 100%;
  padding: 8rem 1.5rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .menu-wrap .menu-content {
    justify-content: flex-start;
  }
}
.menu-wrap .menu-content nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 2rem;
  color: #71AAEA;
}
@media (max-width: 900px) {
  .menu-wrap .menu-content nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.menu-wrap .menu-content nav h2 {
  font-family: "inter-regular";
}
.menu-wrap .menu-content nav a {
  overflow: hidden;
}
.menu-wrap .menu-content nav a.active {
  color: #fff;
}
.menu-wrap .menu-content .image-hover {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 15px;
}
.menu-wrap .menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
}
@media (max-width: 1108px) {
  .menu-wrap .menu-footer {
    flex-direction: column-reverse;
  }
}
.menu-wrap .menu-footer > div {
  padding: 1.5rem;
}
@media (max-width: 1108px) {
  .menu-wrap .menu-footer > div {
    width: 100%;
  }
  .menu-wrap .menu-footer > div:nth-child(2) {
    border-bottom: 1px solid #1C5595;
  }
}
.menu-wrap .menu-footer .menu-socmed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.menu-wrap .menu-footer .menu-socmed p {
  margin-bottom: 0;
  color: #E9ECF0;
  font-size: clamp(0.7rem, 0.6846rem + 0.1231vw, 0.8rem);
}
.menu-wrap .menu-footer .menu-socmed .socmed-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.menu-wrap .menu-footer .contact-info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
}
.menu-wrap .menu-footer .contact-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}

footer {
  padding-top: 500px;
  position: relative;
  overflow: hidden;
}
footer .footer-parallax-item img {
  position: absolute;
}
footer .footer-parallax-item .reef-bottom-left {
  left: 0;
  bottom: 0;
  width: 300px;
}
footer .footer-parallax-item .reef-bottom-right {
  right: 0;
  bottom: 0;
  width: 400px;
}
footer .footer-parallax-item .reef-top-right {
  top: 0;
  right: 0;
  width: 130px;
}
footer .footer-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
footer .footer-bg-wrap .footer-bg {
  position: absolute;
  object-fit: cover;
  object-position: center;
  bottom: 0;
  min-width: 100%;
  min-height: 120%;
}
footer .bubble-overlay {
  bottom: -4rem;
  position: absolute;
  width: 100%;
  min-height: 100%;
  mix-blend-mode: screen;
  pointer-events: none;
}
footer .footer-glass-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 2rem 2rem 1.8rem 2rem;
  margin: 0 2rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px 15px 0px 0px;
  border: 1px solid #FFF;
  border-bottom: none;
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.3) 0%, rgba(227, 227, 227, 0.3) 100%);
  backdrop-filter: blur(5px);
}
@media (max-width: 650px) {
  footer .footer-glass-wrap {
    margin: 0;
    padding: 2rem 1.5rem 1.2rem 1.5rem;
  }
}
footer .footer-contact {
  display: flex;
  padding: 1.5rem 2rem 2rem 2rem;
  margin-bottom: -1rem;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(90deg, #3A81D0 0%, #1C5595 100%);
  color: #fff;
}
footer .footer-contact .contact-info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
}
footer .footer-contact .contact-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .footer-content {
  display: flex;
  padding: 34px 48px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 72px;
  border-radius: 20px;
  background: #fff;
}
footer .footer-content .footer-nav, footer .footer-content .footer-company {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
footer .footer-content .footer-nav .slogan {
  max-width: 300px;
  color: #91A2B2;
  font-family: "inter-regular";
}
footer .footer-content .footer-nav nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
footer .footer-content .footer-nav nav h6 {
  font-family: "inter-regular";
  color: #495159;
}
footer .footer-content .footer-company .socmed-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .footer-copyright {
  width: 100%;
  padding: 2rem 0.5rem;
  padding-bottom: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .footer-copyright p {
  color: #D4E6F9;
  margin-bottom: 0;
}
@media (max-width: 650px) {
  footer .footer-copyright {
    padding: 1.5rem 0.2rem;
    padding-bottom: 0;
    justify-content: center;
  }
}

.preloader-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 102;
}
.preloader-wrapper.hide {
  pointer-events: none;
}
.preloader-wrapper.hide .curtain-1 {
  transform: translateY(-115%);
}
.preloader-wrapper.hide .curtain-2 {
  transform: translateY(115%);
}
.preloader-wrapper .curtain {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  background: #0E2B4B;
  transition: ease 1.5s all;
}
.preloader-wrapper .curtain.curtain-1 {
  border-bottom: 0.5px solid #71AAEA;
  top: 0;
}
.preloader-wrapper .curtain.curtain-2 {
  border-top: 0.5px solid #71AAEA;
  bottom: 0;
}
.preloader-wrapper .fish-wrap {
  position: absolute;
  font-size: 2rem;
  color: #71AAEA;
  background: #0E2B4B;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: -5rem;
}
.preloader-wrapper .loading-wrap {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  transform: translateY(calc(100% + 2rem));
}
.preloader-wrapper .loading-wrap h2 {
  color: #fff;
}
.preloader-wrapper .loading-wrap h3 {
  color: #71AAEA;
}

.icon-wrap {
  flex-shrink: 0;
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 1000000px;
  background: #D4E6F9;
}
.icon-wrap i {
  flex-shrink: 0;
  color: #1C5595;
}

button {
  outline: none;
  border: none;
}

.btn-text, .btn-text-icon, .btn-icon {
  cursor: pointer;
  transition: ease 0.3s all;
}
.btn-text.primary, .btn-text-icon.primary, .btn-icon.primary {
  background: #236BBB;
  color: #D4E6F9;
}
.btn-text.primary:hover, .btn-text-icon.primary:hover, .btn-icon.primary:hover {
  background: #1C5595;
  box-shadow: 0px 0px 5px #4E95E5;
}
.btn-text.primary:active, .btn-text-icon.primary:active, .btn-icon.primary:active {
  background: #0E2B4B;
}
.btn-text.secondary, .btn-text-icon.secondary, .btn-icon.secondary {
  color: #1C5595;
  background: #D4E6F9;
}
.btn-text.secondary:hover, .btn-text-icon.secondary:hover, .btn-icon.secondary:hover {
  background: #B8D5F5;
  box-shadow: 0px 0px 5px #B8D5F5;
}
.btn-text.secondary:active, .btn-text-icon.secondary:active, .btn-icon.secondary:active {
  background: #71AAEA;
}

.btn-text {
  font-family: "inter-semibold";
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-wrap: nowrap;
}
.btn-text.primary {
  border-radius: 10000px;
}
.btn-text.secondary {
  border-radius: 1000000px;
}

.btn-text-icon {
  font-family: "inter-semibold";
  display: inline-flex;
  height: 48px;
  padding: 12px 16px;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.btn-text-icon.primary {
  border-radius: 10px;
}
.btn-text-icon.secondary {
  border-radius: 10px;
}

.btn-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  border-radius: 10px;
}
.btn-icon.sm {
  width: 32px;
  height: 32px;
  font-size: 1rem;
}

.tag {
  font-family: "inter-semibold";
  flex-shrink: 0;
  text-wrap: nowrap;
  display: inline-flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  font-size: clamp(0.7rem, 0.6846rem + 0.1231vw, 0.8rem);
}
.tag.primary {
  color: #D4E6F9;
  background: #4E95E5;
}
.tag.secondary {
  background: #E9ECF0;
  color: #2A80E0;
}

h5.text-masked {
  color: #91A2B2;
  font-family: "inter-regular";
}

.mask {
  width: 100%;
  height: 115%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  opacity: 0.7;
}

.text-reveal-1 .text-split-parent {
  overflow: hidden;
}

.section-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #B6C1CC;
}
.section-divider::before, .section-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #B6C1CC;
}

.product-card .product-img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 6.4/4.6;
}
.product-card .pc-info-wrap {
  position: relative;
  width: calc(100% - 8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
  border: 1px solid #DAE0E5;
  border-radius: 15px;
  padding: 1rem;
  padding-left: 1.5rem;
  margin: 0 4rem;
  margin-top: -2rem;
  z-index: 2;
}
@media (max-width: 1100px) {
  .product-card .pc-info-wrap {
    width: calc(100% - 4rem);
    margin: 0 2rem;
    margin-top: -2rem;
  }
}
@media (max-width: 450px) {
  .product-card .pc-info-wrap {
    width: calc(100% - 2rem);
    margin: 0 1rem;
    margin-top: -2rem;
    padding: 0.5rem;
    padding-left: 1rem;
  }
}
.product-card .pc-info-wrap .pc-title {
  margin-bottom: 0.5rem;
  color: #495159;
}
.product-card .pc-info-wrap .pc-dtl {
  display: flex;
  align-items: center;
  color: #91A2B2;
  gap: 1.5rem;
}
@media (max-width: 450px) {
  .product-card .pc-info-wrap .pc-dtl {
    flex-wrap: wrap;
  }
}
.product-card .pc-info-wrap .pc-price {
  font-size: clamp(0.7rem, 0.6846rem + 0.1231vw, 0.8rem);
  font-family: "inter-regular";
}
.product-card .pc-info-wrap .btn-icon {
  height: 4.5rem;
}

.article-card {
  transition: 0.5s ease all;
}
.article-card .ac-img {
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 1rem;
  transition: 0.5s ease all;
}
@media (max-width: 1000px) {
  .article-card .ac-img {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .article-card .ac-img {
    height: 200px;
  }
}
.article-card .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.article-card p {
  margin-bottom: 0.5rem;
}
.article-card .ac-title {
  color: #495159;
  font-family: "inter-semibold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-card .ac-date {
  font-size: clamp(0.7rem, 0.6846rem + 0.1231vw, 0.8rem);
  color: #91A2B2;
  margin-bottom: 1.5rem;
}

.ocean {
  height: 5%;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  background: #fff;
}
.ocean .wave {
  background-repeat: repeat-x;
  position: absolute;
  width: 6400px;
  bottom: 0;
  left: 0;
  height: 198px;
  transform: translate(0, 0, 0);
  animation: wave 7s ease infinite;
}
.ocean .wave:nth-of-type(2) {
  bottom: -2rem;
  animation: swell 4s ease infinite;
  opacity: 1;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate(0, -30px);
  }
  50% {
    transform: translate(0, 5px);
  }
}

.ocean-y {
  height: 5%;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  background: #fff; /* Assuming you have a preprocessor like SCSS */
}
.ocean-y .wave {
  background-repeat: repeat-x;
  position: absolute;
  width: 6400px;
  top: -1px;
  left: 0;
  height: 198px;
  transform: translate(0, 0) scaleY(-1); /* Added scaleY(-1) to flip vertically */
  animation: waveY 7s ease infinite;
}
.ocean-y .wave:nth-of-type(2) {
  top: -1px;
  animation: swellY 4s ease infinite;
  opacity: 1;
  transform: translate(0, 0) scaleY(-1); /* Also flip the second wave */
}
@keyframes waveY {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swellY {
  0%, 100% {
    transform: translate(0, -30px) scaleY(-1); /* Maintain the vertical flip */
  }
  50% {
    transform: translate(0, 5px) scaleY(-1); /* Maintain the vertical flip */
  }
}

.ocean-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.ocean-wrap .ocean-open, .ocean-wrap .ocean-close {
  position: relative;
}
.ocean-wrap .ocean-open {
  position: absolute;
  top: 0;
  z-index: 2;
}
.ocean-wrap .ocean-close {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.parallax-img-scroll {
  position: relative;
  overflow: hidden;
}
.parallax-img-scroll img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: -18%;
  min-width: 100%;
  min-height: 118%;
}

:root {
  --base-size: 1440px;
}

body {
  overflow-x: hidden;
}

/*# sourceMappingURL=styles.css.map */
