* {
  margin: 0;
  padding: 0;
  /*font-family: sans-serif;*/
  /*background-color:#efefef;*/
}

@font-face {
  font-family: "Menco Bold";
  src: url("../fonts/Menco-Bold.otf");
  /* Add more font formats if necessary */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Menco Medium";
  src: url("../fonts/Menco-Medium.otf");
  /* Add more font formats if necessary */
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #f2f2f2, #e4e4e4);
  font-family: Menco, sans-serif;
}
.banner {
  padding-top: 100px; /* Add space for the navbar */
  width: 100%;
  height: 100vh;
  background-image: url("../images/01 Landing Banner/background.png");
  background-size: cover;
  background-position: center;
}

.butterfly {
  width: 15px;
  height: 15px;
  background-color: #ff893a; /* Pink color */
  position: absolute;
  border-radius: 50%;
  transform-origin: center center;
  transform: rotate(45deg);
  pointer-events: none; /* Make sure the element doesn't interfere with mouse events */
  transition: transform 0.2s ease-out;
  z-index: 200;
  margin-top: -100px; /* due to the padding of the nav bar*/
  border-color: #ffffff;
  border-width: thin;
  box-shadow: 0 0 3px 3px #ffffff; /* Outer glow effect */
}

.explore {
  padding-top: 100px; /* Add space for the navbar */
  width: 100%;
  height: 100vh;
  background-image: url("../images/06 Features - Worlds/hero banner.png");
  background-size: cover;
  background-position: center;
}

.objects {
  padding-top: 100px; /* Add space for the navbar */
  width: 100%;
  height: 100vh;
  background-image: url("../images/07 Features - Interactive Objects/hero banner.png");
  background-size: cover;
  background-position: center;
}

.object-showcase {
  position: relative;

  margin: 200px 0;
}

.object-showcase .slider-container {
  position: relative;
  left: 4%;
  width: 92%;
  height: 800px;
}
.object-showcase .button-nav {
  position: absolute; /* Position the text absolutely */
  bottom: -12.5%; /* Center the text vertically */
  left: 12.5%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.object-showcase .left-tab {
  position: absolute;
  top: 0; /* Align to the top */
  left: 0; /* Align to the left */
  height: auto; /* Maintain aspect ratio for the overlay image */
}
.object-card {
}

.object-showcase #tab1 {
  position: absolute;
  top: 0%; /* Align to the top */
  left: 0%; /* Align to the left */
  height: auto; /* Maintain aspect ratio for the overlay image */
  z-index: 1;
  transition: left 0.7s ease; /* Smooth transition animation */
}

.object-showcase #tab2 {
  position: absolute;
  top: 0%; /* Align to the top */
  left: 75%; /* Align to the left */
  height: auto; /* Maintain aspect ratio for the overlay image */
  z-index: 2;
  transition: left 0.7s ease; /* Smooth transition animation */
}

.object-showcase #tab3 {
  position: absolute;
  top: 0%; /* Align to the top */
  left: 81%; /* Align to the left */
  height: auto; /* Maintain aspect ratio for the overlay image */
  z-index: 3;
  transition: left 0.7s ease; /* Smooth transition animation */
}

.object-showcase #tab4 {
  position: absolute;
  top: 0%; /* Align to the top */
  left: 87%; /* Align to the left */
  height: auto; /* Maintain aspect ratio for the overlay image */
  z-index: 4;
  transition: left 0.7s ease; /* Smooth transition animation */
}

.object-showcase #tab5 {
  position: absolute;
  top: 0%; /* Align to the top */
  left: 93%; /* Align to the left */
  height: auto; /* Maintain aspect ratio for the overlay image */
  z-index: 5;
  transition: left 0.7s ease; /* Smooth transition animation */
}

.hidden {
  visibility: hidden;
}

.cursorVisible {
  cursor: pointer;
}

/* Style the vertical text container */
.vertical-text {
  position: absolute;
  width: 300px;
  height: 100px;
  bottom: 0%;
  left: 100%; /* Position to the right of the image */
  transform: translate(-215px, 25px) rotate(270deg); /* original x -65px, Rotate text 90 degrees clockwise */
  transform-origin: left top;
  font-family: "Menco Medium";
  font-size: 22px;
  color: white; /* Text color */
  letter-spacing: 1px;
}

.vertical-alt-color {
  color: #425761; /* Text color */
}

.abs {
  position: absolute;
}
.object-details {
  position: relative;
  left: 0%;
  padding: 70px 0px;
  display: flex;
}

.info-column {
  flex: 1; /* Equal width for both columns */
  padding: 20px; /* Add spacing around each column */
  box-sizing: border-box; /* Include padding in column width */
}

/* Style the left column */
.info-left {
  margin-left: 180px;
  box-sizing: border-box; /* Include padding in column width */
  margin-right: 60px;
}

/* Style the right column */
.info-right {
  flex: 1; /* Right column takes remaining space */

  box-sizing: border-box; /* Include padding in column width */
  text-align: left; /* Align text to the right */
}

.object-title {
  position: relative;
  width: 130px; /* Adjust the width as needed */
  margin-bottom: 20px;
}
.object-icon {
  margin-bottom: 40px;
}

.object-content {
  width: 400px;
  font-family: "Menco Medium";
  font-size: 16px;
  color: #50646d; /* Text color */

  margin-bottom: 80px;
}
/* Style the title overlay */
.title-overlay {
  width: 130px;
  position: absolute;
  top: 50%; /* Vertically center the title */
  left: 0%;
  transform: translate(0%, -50%); /* Center the title both horizontally and vertically */
  font-family: "Menco Medium";
  font-size: 16px;
  color: white; /* Text color */
  padding: 10px 20px; /* Padding around the title */
}

.pointer {
  display: flex;
  margin-bottom: 30px; /* Add spacing between pointers */
}

/* Style the pointer icon */
.pointer .icon {
  flex: 0 0 auto; /* Fixed size for the icon container */
  margin-right: 20px; /* Add spacing between icon and content */
  display: flex;
  align-items: center; /* Vertically center the icon */
}

.pointer-icon img {
  max-width: 100%;

  height: auto; /* Maintain aspect ratio for icons */
}

/* Style the pointer content */
.pointer-content {
  flex: 1; /* Take remaining space */
}

.pointer-content h2 {
  font-family: "Menco Medium";
  font-size: 18px;
  color: #50646d; /* Text color */
  margin-bottom: 5px;
}
.pointer-content p {
  font-family: "Menco Medium";
  font-size: 14px;
  color: #a6b2b7; /* Text color */
}

.chat {
  padding-top: 100px; /* Add space for the navbar */
  width: 100%;
  height: 100vh;
  background-image: url("../images/08 Features - Chat, Work, Play/hero banner.png");
  background-size: cover;
  background-position: center;
}

.getstarted {
  padding-top: 100px; /* Add space for the navbar */
  width: 100%;
  height: 100vh;
  background-image: url("../images/09 Get Started/hero banner.png");
  background-size: cover;
  background-position: center;
}

.getstarted .title {
  margin-bottom: -30px;
}
.getstarted .title h1 {
  font-family: "Menco Medium";
  font-size: 60px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}
.getstarted .title h3 {
  font-family: "Menco Medium";
  font-size: 50px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}
.getstarted .description {
  color: #fff;
  margin: 20px 20px 0;
  position: relative;
  top: 25%;
  width: 85%;
  margin-left: 11%;
  user-select: none;
}
.getstarted .description p {
  width: 600px;
  color: #fff;
  font-family: "Menco Medium";
  font-size: 22px;
  margin-bottom: 60px;
}

.getstarted-info {
  position: absolute;
  left: 50%;
  margin-top: -500px;
  transform: translateX(-50%);
}

.getstarted-info h1 {
  font-family: "Menco Bold";
  font-size: 55px;
  color: #425761;
  margin: 0;
  margin-bottom: 100px;
}
.getstarted .beside {
  margin-top: -20px;
  display: flex; /* Use flexbox for layout */
  align-items: center; /* Center items vertically */
  gap: 20px;
}

.steps-flex-container {
  position: absolute;
  transform: translateX(-50%);
  margin-top: 350px;
  left: 50%;
  width: 1400px;
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next row if needed */
  justify-content: space-between; /* Distribute space between items */
}

/* Item styles */
.steps-flex-container .flex-item {
  width: calc(20% - 10px); /* Adjust width based on your preference; subtract margin/padding */
  margin: 10px; /* Adjust margin based on your preference */
  box-sizing: border-box; /* Include padding and border in the box sizing */
  padding: 0px 35px; /* Adjust padding based on your preference */
  text-align: left; /* Center content horizontally */

  font-family: "Menco Medium";
  color: #839299;
  font-size: 16px;
}

.contactPage {
  padding-top: 100px; /* Add space for the navbar */
  position: relative; /* Establish a positioning context */
  width: 100%; /* Optional, adjust as needed */
  margin-bottom: 150px;
}

/* Style the image */
.contactPage img {
  position: relative;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}

.contactPage .header {
  position: absolute; /* Position the text relative to the container */
  top: 15%; /* Adjust as needed to vertically center the text */
  left: 15%; /* Adjust as needed to horizontally center the text */
  text-align: left; /* Center-align the text */
}

.contactPage .feature-title {
  font-family: "Menco Bold";
  font-size: 70px;
  color: #425761;
  margin: 0;
  margin-bottom: 30px;
}

.contactPage .feature-text {
  font-family: "Menco Medium";
  font-size: 24px;
  width: 800px;
  color: #7e8e95;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0px;
}
.contactPage .left-side {
  position: absolute; /* Position the text relative to the container */
  top: 45%; /* Adjust as needed to vertically center the text */
  left: 15%; /* Adjust as needed to horizontally center the text */
  /* Center the text precisely */
  text-align: left; /* Center-align the text */
}

.contactPage .right-side {
  position: absolute; /* Position the text relative to the container */
  top: 45%; /* Adjust as needed to vertically center the text */
  right: 15%; /* Adjust as needed to horizontally center the text */
  text-align: left; /* Center-align the text */
  width: 704px;
  margin-top: -30px;
}

.contactPage .left-container {
  position: relative; /* Position the text relative to the container */
  text-align: left; /* Center-align the text */
  margin-bottom: 40px;
}

.contactPage .left-side-title {
  font-family: "Menco Bold";
  font-size: 24px;
  color: #425761;
  margin: 0;
  margin-bottom: 5px;
}

.contactPage .left-side-text {
  font-family: "Menco Medium";
  font-size: 18px;
  width: 500px;
  color: #7e8e95;
  line-height: 1.75;
  letter-spacing: 0px;
}
.contactPage .last-element {
  font-family: "Menco Medium";
  font-size: 16px;
  width: 500px;
  color: #9f9f9f;
  letter-spacing: 0px;
  margin-top: 150px;
}
.contactPage .form-box {
  position: absolute; /* Position the text relative to the container */
  width: 100%;
}
.contactPage .right-container {
  position: relative; /* Position the text relative to the container */
  text-align: left; /* Center-align the text */
  padding: 0px 80px;
  margin-top: 30px;
}

.contactPage .flush-right {
  position: relative; /* Position the text relative to the container */
  margin-left: 415px;
}
#name,
#email,
#topic {
  width: 550px; /* Adjust width as needed */
  height: 60px; /* Adjust height as needed */
  padding: 10px 80px;
  border: 2px solid #d6d6d6;
  border-radius: 10px;
  font-family: "Menco Medium";
  font-size: 18px;
  color: #7e8e95;
  outline: none; /* Remove the default focus outline */
}

form select {
  /* Hide the default dropdown arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}
#message {
  width: 550px; /* Adjust width as needed */
  height: 200px; /* Adjust height as needed */
  padding: 10px 30px;
  border: 2px solid #d6d6d6;
  border-radius: 10px;
  font-family: "Menco Medium";
  font-size: 18px;
  outline: none; /* Remove the default focus outline */
  resize: none;
}

/* Style the input field on hover */
.right-container:hover #name,
.right-container:hover #email,
.right-container:hover #topic,
.right-container:hover #message {
  border-color: #718188;
}

/* Style the input field when focused */
.right-container:focus #name,
.right-container:focus #email,
.right-container:focus #topic,
.right-container:focus #message {
  border-color: #718188;
}

.name-icon {
  width: 19px;
  height: 23px;
  background-image: url("../images/10 Contact/name icon_normal.png");
}

.email-icon {
  width: 22px;
  height: 16px;
  background-image: url("../images/10 Contact/email icon_normal.png");
}

.subject-icon {
  width: 20px;
  height: 12px;
  background-image: url("../images/10 Contact/subject icon_normal.png");
}

.arrow-icon {
  width: 15px;
  height: 9px;
  background-image: url("../images/10 Contact/arrow.png");
}

/* Style the input field on hover */
.right-container:hover .name-icon {
  background-image: url("../images/10 Contact/name icon_selected.png");
}
.right-container:hover .email-icon {
  background-image: url("../images/10 Contact/email icon_selected.png");
}
.right-container:hover .subject-icon {
  background-image: url("../images/10 Contact/subject icon_selected.png");
}

#name-icon:focus .name-icon {
  background-color: black;
  background-image: url("../images/10 Contact/name icon_selected.png");
}

#email:hover .email-icon {
  background-image: url("../images/10 Contact/email icon_selected.png");
}

#subject:hover .subject-icon {
  background-image: url("../images/10 Contact/subject icon_selected.png");
}

.input-icon {
  position: absolute;
  background-size: auto;
  background-repeat: no-repeat;

  margin-left: 25px; /* Adjust to control the left margin of the image */
  margin-top: -30px;
  transform: translateY(-50%);
}

.input-icon2 {
  position: absolute;
  background-size: auto;
  background-repeat: no-repeat;
  margin-left: 500px; /* Adjust to control the left margin of the image */
  margin-top: -30px;
  transform: translateY(-50%);
}

.faq {
  position: relative;
  padding-top: 100px; /* Add space for the navbar */
  width: 70%;
  left: 15%;
}
.faq .feature {
  position: relative;
  margin: 0;
  user-select: none;
  margin-bottom: 60px;
}
.faq .contactusbutton {
  margin-top: 50px;
  text-align: center;
}

.faq .contactusbutton .margin-bottom {
  margin-bottom: 200px;
}

.faq .contactusbutton h2 {
  font-family: "Menco Bold";
  font-size: 35px;
  color: #425761;
  margin: 0;
  margin-bottom: 20px;
}
/* Style the collapsible buttons */
.collapsible {
  background-color: #eee;
  color: #333;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 0.3s;
  margin-bottom: 10px;
  border: 2px solid #d6d6d6;
  border-radius: 25px;
  transition: 0.3s ease;
}

.collapsible:not() .dot {
  background-image: none;
}

.collapsible:hover .title {
  color: #f39525;
}

.collapsible:hover .dot {
  transform: scale(1);
  box-shadow: 0 0 20px rgb(254 160 50); /* Final box-shadow */
  background-image: url("../images/12 FAQ/expand_circle.png");
}

/* Style for the open button */
.collapsible.active {
  background-color: #ddd;
}

.collapsible.active .dot {
  transform: scale(1);
  box-shadow: 0 0 20px rgb(254 160 50); /* Final box-shadow */
}

.collapsible .title {
  margin: 10px 30px;
  font-family: "Menco Bold";
  color: #425761;
  font-size: 16px;
}
.collapsible .title-row {
  display: flex;
  justify-content: space-between;
}

.collapsible .dot {
  margin: 10px 30px;
  width: 34px;
  height: 34px;
  transform: scale(0.25);
  background-color: #f39525;
  border-radius: 50%;
  transition: 0.3s ease;
  box-shadow: 0 0 5px rgb(254 160 50 / 0); /* Initial box-shadow */
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.collapsible .about_dot {
  width: 40px;
  height: auto;
}

#answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
/* Hide the content by default */
.content {
  margin: 0px 30px;
}

/* Style the content area */
.content .faq-text {
  margin: 0;
  font-family: "Menco Medium";
  color: #7e8e95;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.about {
  padding-top: 100px; /* Add space for the navbar */
  width: 100%;
  height: 100vh;
  background-image: url("../images/11 About/hero banner.png");
  background-size: cover;
  background-position: center;
}

.about-container {
  display: flex; /* Use flexbox to create a two-column layout */
  justify-content: center; /* Space the columns evenly */
  column-gap: 50px;
}

/* Style the columns */
.about-container .column {
  flex-basis: 25%; /* Adjust the width as needed */
  box-sizing: border-box; /* Include padding and border in the width */
}

.core-values {
  margin-top: 300px;
  position: relative;
  user-select: none;
  margin-bottom: 200px;
}
.core-values .core-text {
  position: absolute; /* Position the text absolutely */
  top: 10%; /* Center the text vertically */
  left: 50%; /* Center the text horizontally */
  transform: translate(-50%, -50%); /* Centering trick */
  font-size: 50px;
  color: #425761;
  font-family: "Menco Bold";
  text-align: center;
  width: 100%;
}

.core-values .scroll-container {
  display: inline-block; /* Display slides in a row */
  position: absolute; /* Position the text absolutely */
  top: 55%; /* Center the text vertically */
  left: 50%; /* Center the text horizontally */
  transform: translate(-50%, -50%); /* Centering trick */
  width: 98%;
  height: 600px; /* Set the desired height */
  overflow: hidden;
}

.core-values .scroll-content2 {
  display: flex; /* Arrange images in a row */
  width: max-content; /* Content width equals the sum of images */
  margin-left: -230px;
}
.core-values .button-nav {
  position: absolute; /* Position the text absolutely */
  bottom: 12.5%; /* Center the text vertically */
  left: 7.5%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}

.core-slide {
  position: relative;
  top: 10%; /* Center the text vertically */
  left: 10%; /* Center the text horizontally */
  color: #425761;
  font-family: "Menco Medium";
  font-size: 31px;
  transition: 0.3s ease;
  width: 375px;
  height: 500px;
  background-color: #89b5c9;
  border-radius: 35px;
  text-align: left;
  margin-right: 20px;
}

/* Style the image */
.core-slide .icon {
  margin-left: 50px;
  margin-top: 60px; /* Add spacing below the image */
  width: auto;
  height: 116px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}

/* Style the title */
.core-slide .title {
  font-family: "Menco Bold";
  font-size: 32px;
  margin-left: 50px;
  margin-bottom: 30px;
  letter-spacing: 0.8px;
  transition: 0.3s ease;
}

/* Style the text */
.core-slide .details {
  font-size: 18px;
  width: 285px;
  text-align: left;
  margin-left: 50px;
  line-height: 1.5; /* Adjust line height for readability */
  transition: 0.3s ease;
}

.core-slide:hover {
  background-color: #425761;
}

.core-slide:hover .title {
  color: #fff;
}

.core-slide:hover .details {
  color: #fff;
}

.core-slide:hover #icon1 {
  background-image: url("../images/11 About/core values/inclusivity_hover.png");
}

.core-slide:hover #icon2 {
  background-image: url("../images/11 About/core values/creativity_hover.png");
}
.core-slide:hover #icon3 {
  background-image: url("../images/11 About/core values/collaboration_hover.png");
}

.core-slide:hover #icon4 {
  background-image: url("../images/11 About/core values/empowerment_hover.png");
}

.core-slide:hover #icon5 {
  background-image: url("../images/11 About/core values/adventurous_hover.png");
}

.core-slide:hover #icon6 {
  background-image: url("../images/11 About/core values/ethical_hover.png");
}
#icon1 {
  background-image: url("../images/11 About/core values/inclusivity_normal.png");
}

#icon2 {
  background-image: url("../images/11 About/core values/creativity_normal.png");
}
#icon3 {
  background-image: url("../images/11 About/core values/collaboration_normal.png");
}

#icon4 {
  background-image: url("../images/11 About/core values/empowerment_normal.png");
}

#icon5 {
  background-image: url("../images/11 About/core values/adventurous_hover.png");
}

#icon6 {
  background-image: url("../images/11 About/core values/ethical_normal.png");
}

.core-container {
  width: 100%;
  height: 930px;
  border-radius: 35px;
}

.steps {
  position: relative;
  user-select: none;
  margin-top: 300px;
  margin-bottom: 300px;
}

.navBar {
  background-color: #f1f1f1;
  width: 100%;
  padding: 30px 0;
  position: absolute; /* Initial positioning */
  top: 0;
  z-index: 100; /* Higher value to bring the navbar to the top */
  transition: top 0.3s ease; /* Smooth transition */
}

.logo {
  position: fixed;
  left: 7.5%;
  margin-right: 7.5%;
  cursor: pointer;
  margin-top: -15px;
}
.navBar ul li {
  list-style: none;
  display: inline-block;
  margin-right: 50px;
}

.navBar ul li a {
  text-decoration: none;
  color: #888888;
  font-family: "Menco Medium";
  transition: color 0.3s ease;
}

.navBar ul li a:hover {
  text-decoration: none;
  color: #d9d9d9;
}

/* Style for the main menu */
.menu {
  position: fixed;
  left: 20%;
  list-style-type: none;
  padding: 0;
  margin-top: -10px;
}

.menu li {
  position: relative;
  margin-right: 40px; /* Adjust as needed */
  margin-bottom: -10px;
}

.menu a {
  text-decoration: none;
  color: #333;
  color: #707070;
  font-family: "Menco Medium";
}

.menu .arrow-padding {
  margin-left: 5px;
}
/* Style for the popup menu */
.popup-menu {
  display: none;
  position: absolute;
  background-image: url("../images/01 Landing Banner/drop down menu/drop down.png");
  width: 455px;
  height: 313px;
  background-size: cover; /* Adjust to control the image size */
  transform: translateX(-45%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.menu li:hover .popup-menu {
  display: block;
}

.popup-menu ul {
  list-style-type: none;
  padding: 20px;
  margin: 0;
}

.popup-menu li {
  padding: 0px 4px;
  display: flex;
  justify-content: center; /* Vertically center content */
}

.popup-menu a {
  text-decoration: none;
  color: #333;
}

.pop-items {
  display: flex;
  align-items: flex-start; /* Vertically center the items */
}

.pop-logo {
  width: 100px; /* Adjust the width as needed */
  height: 100px;
  margin-right: 0px;
  flex: 0 0 auto; /* Don't grow or shrink, maintain original width */
  background-image: url("../images/01 Landing Banner/drop down menu/world.png");
  background-size: cover;
}
/* Define alternate logo images for each logo item */
.logo-item:nth-child(1) .pop-logo {
  background-image: url("../images/01 Landing Banner/drop down menu/world.png");
  transition: 0.3s ease;
}

.logo-item:nth-child(2) .pop-logo {
  background-image: url("../images/01 Landing Banner/drop down menu/objects.png");
  transition: 0.3s ease;
}

.logo-item:nth-child(3) .pop-logo {
  background-image: url("../images/01 Landing Banner/drop down menu/chat.png");
  transition: 0.3s ease;
}

/* Add a hover effect to change the logo on hover */
.logo-item:nth-child(1):hover .pop-logo {
  /* Change the background image to the alternate logo on hover */
  background-image: url("../images/01 Landing Banner/drop down menu/world_hover.png");
}

/* Add a hover effect to change the logo on hover */
.logo-item:nth-child(2):hover .pop-logo {
  /* Change the background image to the alternate logo on hover */
  background-image: url("../images/01 Landing Banner/drop down menu/objects_hover.png");
}

/* Add a hover effect to change the logo on hover */
.logo-item:nth-child(3):hover .pop-logo {
  /* Change the background image to the alternate logo on hover */
  background-image: url("../images/01 Landing Banner/drop down menu/chat_hover.png");
}

.menu-text {
  margin-top: 25px;

  /*  flex: 1;  Expand to fill available space 
    display: flex;  Use flexbox 
    flex-direction: column;  Arrange title and subtitle in a column */
}
.menu-text span {
  font-size: 14px;
}

/*.popup-menu li:last-child {
    border-bottom: none;
}*/
.download-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px; /*top right*/
  background-color: transparent;
  color: #fca847;
  font-family: "Menco Bold";
  font-size: 15px;
  border: 2px solid #fca847;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: fixed;
  right: 7%; /* Position 7.5% from the right side */
  margin-top: -20px;
}

.download-button .button-image {
  position: absolute;
  max-width: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  top: 8px;
  right: 15.5px;
}

.download-button:hover .button-image {
  opacity: 1;
}

.download-button:hover {
  background-color: #fca847;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 0 25px #fca847;
}

.download-button span {
  margin-right: 5px;
  transition: 0.3s ease;
}

.download-button:hover span {
  transform: translateX(5px);
}

/*Button content wrapper */
.button-content {
  display: flex;
  align-items: center;
}

/*Circular dot element */
.dot {
  position: relative;
  width: 7px;
  height: 7px;
  background-color: #fca847;
  border-radius: 50%;
  margin-left: 20px;
  transform: scale(1);
  transition: 0.3s ease;
}

.download-button:hover .dot {
  transform: scale(4);
  background-color: #fff;
}

.feature {
  position: relative;
  margin: 20px 0;
  top: 20%;
  margin-left: 17%;
  user-select: none;
}

.feature-title {
  font-family: "Menco Bold";
  font-size: 55px;
  color: #425761;
  margin: 0;
  margin-bottom: 30px;
}
.feature-text {
  font-family: "Menco Medium";
  width: 550px;
  margin: 10px 0;
  color: #7e8e95;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.showcase {
  position: relative;
  user-select: none;
  margin: 200px 0;
}

.showcase .container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  position: relative; /* Make sure the container is positioned */
  margin-bottom: 50px;
}
.showcase .button-nav {
  position: absolute;
  bottom: -13%;
  left: 20%;
}
.showcase .info-box {
  position: absolute;
  bottom: -10%;
  left: 58%;
  width: 425px; /* Set the width of the container as needed */
  height: 480px; /* Set the height of the container as needed */

  overflow: hidden; /* Hide overflowing content */
  pointer-events: none; /* Allows clicks to go through the overlay */
}

.showcase .container-chat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 30px; /* Adjust the gap between boxes */
}

.showcase h2 {
  font-family: "Menco Bold";
  font-size: 35px;
  color: #425761;
  margin: 10px 0;
}

.showcase p {
  font-family: "Menco Medium";
  width: 340px;
  margin: 10px 0;
  color: #7e8e95;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.85);
  border-radius: 15px;
  /*background-image: url("../images/06 Features - Worlds/text box.png");
    background-size: cover; Adjust to control image size */
}

.top-box {
  width: 80%; /*1600px*/
  height: 661px;
  padding: 20px 40px;
  border: 1px solid rgb(204 204 204 / 0);
  background-color: #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  gap: 5%; /* Adjust the gap size as needed */
}

.top-box .text-content {
  padding-left: 100px;
}

.top-box .text-content p {
  width: 355px;
}

.text-content {
  padding-left: 0px;
}
.text-content p {
  width: 355px;
}

.image-content img {
  width: 90%;
  height: auto;
  padding: 30px;
}

.bottom-box {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 84%; /*1600px*/
  gap: 3%; /* Add spacing between image and title/description */
}

.box {
  width: 140px; /* Adjust the width of the bottom boxes as needed */
  padding: 40px;
  border: 1px solid rgb(204 204 204 / 0);
  background-color: #fff;
  width: 795px;
  height: 755px;
  border-radius: 35px;
  display: flex;
  flex-direction: column; /* Arrange content vertically */
  align-items: center; /* Center content horizontally */
}
.box .shiftup {
  margin-top: -100px;
}
.box .shiftup2 {
  margin-top: -70px;
}

.box-content {
  margin-top: 50px;
  text-align: left; /* Align title and description to the left */
  padding: 10px; /* Add spacing between title and description */
}
.box-content p {
  width: 500px;
}

.box-image img {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
}

.overlay-content {
  position: absolute;
  top: 55%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Centering trick */
  text-align: left;
  display: flex;
  flex-direction: column; /* Arrange items in a column */
  align-items: flex-start;
}
.overlay-content h3 {
  font-family: "Menco Bold";
  font-size: 32px;
  color: #425761;
  margin: 15px 0 20px 0;
}
.overlay-content p {
  font-family: "Menco Medium";
  width: 340px;
  height: 170px;
  margin: 10px 0;
  color: #7e8e95;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.overlay-content img {
  padding-top: 30px;
  margin: 0px;
  align-self: flex-start;
}

.overlay-masking-right {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  pointer-events: none; /* Allows clicks to go through the overlay */
  z-index: 1; /* Ensure the overlay is above the content */
  background: linear-gradient(to right, rgba(232, 232, 232, 0) 90%, rgba(232, 232, 232, 0.95) 98%, rgba(232, 232, 232, 1));
  opacity: 1;
  transition: opacity 0.3s;
}

.overlay-masking-left {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  pointer-events: none; /* Allows clicks to go through the overlay */
  z-index: 1; /* Ensure the overlay is above the content */
  background: linear-gradient(to left, rgba(232, 232, 232, 0) 90%, rgba(232, 232, 232, 0.95) 98%, rgba(232, 232, 232, 1));
  opacity: 1;
  transition: opacity 0.3s;
}

.peep-masking-right {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 66%;
  pointer-events: none; /* Allows clicks to go through the overlay */
  z-index: 1; /* Ensure the overlay is above the content */
  background: linear-gradient(to right, rgba(221, 221, 221, 0) 90%, rgba(221, 221, 221, 0.95) 98%, rgb(221 221 221));
  opacity: 1;
  transition: opacity 0.3s;
}

.peep-masking-left {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 66%;
  pointer-events: none; /* Allows clicks to go through the overlay */
  z-index: 1; /* Ensure the overlay is above the content */
  background: linear-gradient(to left, rgba(221, 221, 221, 0) 90%, rgba(221, 221, 221, 0.95) 98%, rgb(221 221 221));
  opacity: 1;
  transition: opacity 0.3s;
}

.first-child {
  align-self: flex-start;
}

.slider-container {
  position: relative;
  width: 1321px; /* Set the width of the slider container */
  margin: 0 auto; /* Center the container horizontally */
  overflow: hidden; /* Hide overflowing content */
}

.slider {
  display: flex;
  transition: transform 0.5s ease; /* Smooth slide transition */
}

.text-content {
  margin-left: 0; /* Add margin to separate the image and text */
}

.title {
  margin: 20px 20px 0;
  position: relative;
  top: 20%;
  width: 85%;
  margin-left: 11%;
  user-select: none;
}

.title h1 {
  font-family: "Menco Bold";
  font-size: 40px;
  color: #425761;
  margin: 0;
  margin-bottom: 10px;
}

.description {
  margin: 20px 20px 0;
  position: relative;
  top: 25%;
  width: 85%;
  margin-left: 11%;
  user-select: none;
}

.description h2 {
  font-family: "Menco Bold";
  font-size: 30px;
  color: #425761;
  margin: 0;
  margin-bottom: 10px;
}

.description p {
  font-family: "Menco Medium";
  width: 550px;
  margin: 10px 0;
  color: #99a5aa;
  line-height: 1.5;
  margin-bottom: 30px;
}

.video-button {
  width: 45px;
  height: 45px;
  background-size: cover;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block; /* or block, inline, etc. depending on your layout */
  background-image: url("../images/01 Landing Banner/play button_normal.png");
  border-radius: 50%; /* Create a circular shape */
  box-shadow: 0 0 5px 5px rgba(255, 165, 0, 0); /* Outer glow effect */
  transition: 0.2s ease;
  transition: background-image 0.3s ease; /* Smooth transition */
}

.video-button:hover {
  box-shadow: 0 0 25px rgb(254, 160, 50); /* Outer glow effect */
  background-image: url("../images/01 Landing Banner/play button_hover.png");
}

.flush-top {
  display: inline-flex;
  flex-direction: row; /* Stack elements vertically */
  align-items: flex-start; /* Align elements to the top */
}

.basic-button {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: #fff;
  color: #fca847;
  font-family: "Menco Bold";
  font-size: 18px;
  border: 2px solid transparent;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  text-decoration: none;
}

.basic-button .button-image {
  position: absolute;
  max-width: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  top: 9px;
  right: 18px;
}

.basic-button:hover .button-image {
  opacity: 1;
}

.basic-button:hover {
  background-color: #fca847;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 0 25px #fca847;
}

.basic-button span {
  margin-right: 5px;
  transition: 0.3s ease;
}

.basic-button:hover span {
  transform: translateX(5px);
}

/*Circular dot element */
.basic-button .dot {
  position: relative;
  width: 7px;
  height: 7px;
  background-color: #fca847;
  border-radius: 50%;
  margin-left: 20px;
  transform: scale(1);
  transition: 0.3s ease;
}

.basic-button:hover .dot {
  transform: scale(4);
  background-color: #fff;
}

.orange-button {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: none;
  color: #fca847;
  font-family: "Menco Bold";
  font-size: 18px;
  border: 2px solid #fca847;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  text-decoration: none;
}

.orange-button .button-image {
  position: absolute;
  max-width: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  top: 9px;
  right: 18px;
}

.orange-button .submit-button {
  margin-left: 39px;
}

.orange-button:hover .button-image {
  opacity: 1;
}

.orange-button:hover {
  background-color: #fca847;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 0 25px #fca847;
}

.orange-button span {
  margin-right: 5px;
  transition: 0.3s ease;
}

.orange-button:hover span {
  transform: translateX(5px);
}

/*Circular dot element */
.orange-button .dot {
  position: relative;
  width: 7px;
  height: 7px;
  background-color: #fca847;
  border-radius: 50%;
  margin-left: 20px;
  transform: scale(1);
  transition: 0.3s ease;
}

.orange-button:hover .dot {
  transform: scale(4);
  background-color: #fff;
}

.white-button {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: transparent;
  color: #fff;
  font-family: "Menco Bold";
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  text-decoration: none;
}

.white-button .button-image {
  position: absolute;
  max-width: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  top: 9px;
  right: 18px;
}

.white-button:hover .button-image {
  opacity: 1;
}

.white-button:hover {
  background-color: #fca847;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 0 25px #fca847;
}

.white-button span {
  margin-right: 5px;
  transition: 0.3s ease;
}

.white-button:hover span {
  transform: translateX(5px);
}

/*Circular dot element */
.white-button .dot {
  position: relative;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 20px;
  transform: scale(1);
  transition: 0.3s ease;
}

.white-button:hover .dot {
  transform: scale(4);
  background-color: #fff;
}

.white-button.top-margin {
  margin-top: 40px;
}

.peep {
  position: relative;
  user-select: none;
}

.container {
  position: relative; /* Make sure the container is positioned */
  width: 85%;
  margin: auto;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.rounded-rectangle {
  width: 100%;
  height: 930px;
  background-color: #dddddd;
  border-radius: 35px;
}
.image-text {
  position: absolute; /* Position the text absolutely */
  top: 10%; /* Center the text vertically */
  left: 50%; /* Center the text horizontally */
  transform: translate(-50%, -50%); /* Centering trick */
  font-size: 53px;
  color: #425761;
  font-family: "Menco Bold";
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/ /* Add a text shadow */
}

.container p {
  position: absolute; /* Position the text absolutely */
  top: 17%; /* Center the text vertically */
  left: 50%; /* Center the text horizontally */
  transform: translate(-50%, -50%); /* Centering trick */
  font-family: "Menco Medium";
  color: #7e8e95;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

.scroll-container {
  display: inline-block; /* Display slides in a row */
  position: absolute; /* Position the text absolutely */
  top: 55%; /* Center the text vertically */
  left: 50%; /* Center the text horizontally */
  transform: translate(-50%, -50%); /* Centering trick */
  width: 98%;
  height: 650px; /* Set the desired height */
  overflow: hidden;
}

.scroll-content {
  display: flex; /* Arrange images in a row */
  width: max-content; /* Content width equals the sum of images */
  margin-left: 10px;
  margin-right: 10px;
}

.scroll-content img {
  width: 100%;
  height: auto; /* Maintain image aspect ratio */
}

.slide {
  position: relative;
  margin-left: 40px;
  margin-top: 30px;
  cursor: pointer;
}

.slide-text {
  position: relative; /* Position the text absolutely */
  bottom: 20%; /* Center the text vertically */
  left: 10%; /* Center the text horizontally */
  color: #ffffff;
  font-family: "Menco Medium";
  font-size: 31px;
  transition: 0.3s ease;
}

.dot-container {
  position: relative;
  bottom: 25%; /* Center the text vertically */
  left: 87%; /* Center the text horizontally */
  width: 20px;
  height: 20px;
}

.slide:hover .slide-dot {
  transform: scale(4); /* Apply transformation on hover */
}

.slide-dot {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;

  background-color: #fff;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.3s ease; /* Add a smooth transition */
}

.slide-arrow {
  position: absolute;
  opacity: 0;
  transform: translate(-20%, -40%); /* Centering trick */
  transition: opacity 0.3s ease;
}

.container-image {
  position: absolute;
  bottom: 3%;
  left: 51%;
  width: 181px; /* Adjust the width of the container as needed */
  height: 402px; /* Adjust the height of the container as needed */
}
.slide-image {
  position: absolute;
  transform: translate(-50%, -50%); /* Centering trick */
  width: 100%; /* Set the width to 100% to match the container's width */
  height: 100%; /* Set the height to 100% to match the container's height */
  object-fit: cover; /* Maintain the aspect ratio while covering the container */
}

#openPopup1 .image2 {
  width: 473px;
  height: 306px;
  left: 45%;
  top: 25%;
}

#openPopup1 .image3 {
  width: 399px;
  height: 359px;
  left: 50%;
  top: 22%;
}

#openPopup2 .avatar {
  width: 369px;
  height: 417px;
  left: 42%;
  top: 35%;
  z-index: 4;
}

#openPopup2 .image1 {
  width: 167px;
  height: 125px;
  left: 85%;
  top: 45%;
  z-index: 6;
}

#openPopup2 .image2 {
  width: 188px;
  height: 142px;
  left: 22%;
  top: 45%;
  z-index: 3;
}

#openPopup2 .image3 {
  width: 216px;
  height: 159px;
  left: 66%;
  top: 9%;
  z-index: 5;
}

#openPopup3 .image1 {
  width: 125px;
  height: 107px;
  left: 75%;
  top: 30%;
  z-index: 4;
}
.shift-up-abit {
  margin-top: -15px;
}
#openPopup3 .image2 {
  width: 221px;
  height: 101px;
  left: 75%;
  top: 40%;
  z-index: 3;
  transform-origin: top left;
  transform: translate(-50%);
}

#openPopup4 .avatar {
  width: 307px;
  height: 595px;
  left: 40%;
  top: 50%;
  z-index: 3;
}

#openPopup4 .image1 {
  width: 284px;
  height: 289px;
  left: 67.5%;
  top: 42.5%;
  z-index: 4;
}

#openPopup4 .image2 {
  width: 188px;
  height: 142px;
  left: 75%;
  top: 17%;
  z-index: 5;
}

.slide:hover .slide-arrow {
  opacity: 1; /* Apply transformation on hover */
}

.slide:hover .slide-text {
  transform: translateX(5px);
}

.button-nav {
  position: absolute; /* Position the text absolutely */
  bottom: 5%; /* Center the text vertically */
  left: 8%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.buttons-element {
  flex: 1; /* Each element takes equal width */
  /* Add padding to the elements (you can adjust this) */
}

.previous-button {
  width: 45px;
  height: 45px;
  background-size: cover;
  cursor: pointer;
  display: inline-block; /* or block, inline, etc. depending on your layout */
  background-image: url("../images/02 Peep/back_normal.png");
  border-radius: 50%; /* Create a circular shape */
  box-shadow: 0 0 5px 5px rgba(255, 165, 0, 0); /* Outer glow effect */
  transition: 0.2s ease;
  transition: background-image 0.3s ease; /* Smooth transition */
  margin-right: 20px;
  opacity: 1;
}

.previous-button:hover {
  box-shadow: 0 0 25px rgb(254, 160, 50); /* Outer glow effect */
  background-image: url("../images/02 Peep/back_hover.png");
}

.next-button {
  width: 45px;
  height: 45px;
  background-size: cover;
  cursor: pointer;
  display: inline-block; /* or block, inline, etc. depending on your layout */
  background-image: url("../images/02 Peep/next_normal.png");
  border-radius: 50%; /* Create a circular shape */
  box-shadow: 0 0 5px 5px rgba(255, 165, 0, 0); /* Outer glow effect */
  transition: 0.2s ease;
  transition: background-image 0.3s ease; /* Smooth transition */
}

.next-button:hover {
  box-shadow: 0 0 25px rgb(254, 160, 50); /* Outer glow effect */
  background-image: url("../images/02 Peep/next_hover.png");
}

/* Styles for the popup container */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #888888;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

/* Show the popup and its content with a fade-in effect */
.popup.show {
  opacity: 1;
  z-index: 101;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #888888;
}
.popup-bg:hover {
  cursor: pointer;
}

/* Styles for the popup content */
.popup-content {
  position: absolute;
  left: 7.5%;
  width: 85%;
  height: 928px;
  background-image: url("../images/02 Peep/box_expanded.png");
  background-size: cover;
  border-radius: 35px;
  margin: 0.5% auto;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}
.popup-text {
  position: absolute; /* Position the text absolutely */
  bottom: 15%; /* Center the text vertically */
  left: 7%;
  color: #ffffff;
  font-family: "Menco Medium";
}
.popup-header {
  font-size: 45px;
  line-height: 43px;
  margin-bottom: 40px;
  /* transition: 0.3s ease;*/
}

/* Style for the close button */
.close {
  position: absolute; /* Position the text absolutely */
  top: 15%; /* Center the text vertically */
  left: 7%;
  width: 45px;
  height: 45px;
  background-size: cover;
  cursor: pointer;
  display: inline-block; /* or block, inline, etc. depending on your layout */
  background-image: url("../images/02 Peep/back_outline.png");
  border-radius: 50%; /* Create a circular shape */
  box-shadow: 0 0 5px 5px rgba(255, 165, 0, 0); /* Outer glow effect */
  transition: 0.2s ease;
  transition: background-image 0.3s ease; /* Smooth transition */
}

.close:hover {
  box-shadow: 0 0 25px rgb(254, 160, 50); /* Outer glow effect */
  background-image: url("../images/02 Peep/back_hover.png");
  cursor: pointer;
}

.understand {
  position: relative;
  width: 100%;
  background-color: #425761;
  height: 2600px;
  margin-top: 50px;
  user-select: none;
}

.understand h2 {
  font-family: "Menco Bold";
  font-size: 45px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 10px;
}

.understand-title {
  position: absolute; /* Position the text absolutely */
  top: 5%; /* Center the text vertically */
  left: 50%; /* Center the text horizontally */
  transform: translate(-50%, -50%); /* Centering trick */
}
.single-line {
  height: 200px;
  display: flex;
  justify-content: center; /* Centers content horizontally */
  align-items: center;
}

.flex-item {
  margin-right: 10px;
}
.flex-item.alt-color {
  color: #b0bfc2;
}

.understand-content {
  position: absolute; /* Position the text absolutely */
  top: 2%; /* Center the text vertically */
  left: 50%; /* Center the text horizontally */
}

.understand-tab {
  position: absolute;
  margin-top: 155px;
  width: 400px;
  height: 200px;
  display: flex;
  justify-content: center; /* Centers content horizontally */
  align-items: center;
  z-index: 4;
  transform: translate(-50%, -50%); /* Centering trick */
}

.understand-resident {
  position: absolute;
  margin-top: 250px;
  transform: translateX(-50%); /* Centering trick */
}

.understand-resident h3 {
  font-family: "Menco Medium";
  font-size: 28px;
  color: #9cd8e6;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 1px; /* Adjust letter spacing as needed */
}
.understand-resident p {
  font-family: "Menco Medium";
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 1px; /* Adjust letter spacing as needed */
}
.understand-container {
  display: flex;
  align-items: flex-start; /* Vertically center the items */
}

.understand-container.step2 {
  margin-top: -300px;
  transform: translateX(12%);
}

.understand-container.step3 {
  margin-top: 100px;
  transform: translateX(12%);
}

.understand-container.step4 {
  margin-top: 100px;
  transform: translateX(8%);
}

.understand-image {
  flex: 0 0 auto; /* Don't grow or shrink, maintain original width */
}
.understand-image.flush-top {
  transform: translate(-10%, -20%); /* Centering trick */
  align-self: flex-start; /* Align to the top within its container */
}

.understand-image.step2 {
  align-self: flex-start; /* Align to the top within its container */
}

.understand-image.step3 {
  transform: translateX(-85%); /* Centering trick */
  align-self: flex-start; /* Align to the top within its container */
}

.understand-text {
  margin-top: 30px;
  width: 500px;
  flex: 1; /* Allow text to grow and take available space */
}
.understand-text.step2 {
  margin-left: 20px;
  margin-top: 70px;
}
.understand-text.step4 {
  transform: translate(-20%, 120%); /* Centering trick */
}

.step-image {
  display: inline-block;
  margin: 10px; /* Optional: add spacing between elements */
  padding: 20px;
}
.button-toggle {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: transparent;
  color: rgb(176 191 194 / 0.5);
  font-family: "Menco Medium";
  font-size: 18px;
  border: 2px solid #425761;
  border-radius: 25px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
  position: relative;
  opacity: 0.7;
  margin-right: 20px;
  user-select: none;
}

.button-toggle .button-image {
  margin-right: 10px;
  transition: opacity 0.3s ease;
}

.button-toggle:hover {
  opacity: 1;
}

.button-toggle span {
  margin-right: 5px;
  color: rgb(111 151 163 / 1);
  transition: 0.3s ease;
}

.getting-there {
  position: relative;
  user-select: none;
}

.getting-there .container {
  position: relative; /* Make sure the container is positioned */
  width: 100%;
  margin: 50px 0;
  align-items: center;
}

.getting-there-bg {
  position: relative;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
}
.getting-image {
  width: 100%;
  height: auto;
}

.getting-there-info {
  position: absolute;
  left: 12.5%;
  top: 35%;
}

.getting-there-info h2 {
  font-family: "Menco Bold";
  font-size: 45px;
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
}

.rightSpacing {
  margin-right: 30px;
  margin-bottom: 30px;
}

.getting-there-info p {
  position: relative; /* Position the text absolutely */
  transform: translate(-50%, -50%); /* Centering trick */
  margin-top: 130px;
  font-family: "Menco Medium";
  color: #7e8e95;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  user-select: none;
  width: 800px;
}

.anim {
  position: absolute;
  width: 50px;
  height: 70px;
  transform: translate(-50%, -50%); /* Centering trick */
  left: 50%;
  bottom: 0%;
}

.scaling-element {
  animation: scaleAnimation 3s ease-in-out infinite;
}

/* Create the scaling animation */
@keyframes scaleAnimation {
  0%,
  100% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(1); /* Adjust the floating height */
  }
}

.rotating-element {
  animation: rotateAnimation 3s ease-in-out infinite;
}

/* Create the scaling animation */
@keyframes rotateAnimation {
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(45deg);
  }
}

.floating-element {
  animation: floatAnimation 3s ease-in-out infinite;
}

/* Create the floating animation */
@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(3%); /* Adjust the floating height */
  }
}

.floating-element-reverse {
  animation: floatAnimationReverse 2s ease-in-out infinite;
}

/* Create the floating animation */
@keyframes floatAnimationReverse {
  0%,
  100% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-3%); /* Adjust the floating height */
  }
}

/* Footer styling */
.footer {
  position: relative;
  width: 100%;
  background-color: transparent;
  margin: 20px 0px;
}

.footer-item {
  display: flex;
  align-items: center;
}

/* Social media icons */
.social-media {
  position: relative;
  display: flex;
  margin-left: 7.5%;
  margin-right: 2%;
}

.social-icon {
  margin-right: 20px;
  color: white;
  text-decoration: none;
}

/* Trademark text */
.trademark {
  font-family: "Menco Medium";
  color: #888888;
  font-size: 18px;
  margin-left: auto;
  transform: translateX(-26%);
}
.long-line {
  width: 85%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
  position: relative;
  z-index: 1;
  left: 7.5%;
}

.footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
.footer ul li a {
  text-decoration: none;
  color: #888888;
  font-family: "Menco Medium";
  font-size: 16px;
}
