html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    box-sizing: border-box;
}

.home-scroll {
  position: relative;
  width: 100%;
  height: 8337px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.home-scroll .home {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: var(--collection-1-color-8);
  /* overflow-y: scroll; */
  box-sizing: border-box;
}

.home-scroll .overlap-group {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home-scroll .overlap-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1024px;
  background-image: url(../../guest/images/overlap-group.jpg);
  background-size: 100% 100%;
  transform: scaleX(-1);
}

.home-scroll .rectangle {
  position: absolute;
  width: 100%;
  height: 1024px;
  top: 0;
  left: 0;
  background-color: #4f4f4f66;
  background-blend-mode: multiply;
  opacity: 0.5;
}

.home-scroll .text-wrapper {
  position: absolute;
  width: 100%; /* Change this line */
  top: 400px; /* Change this line */
  right: 5%; /* Change this line */
  text-shadow: 1px 4px 15px #32323230;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #f4f4f4;
  font-size: 6vw;
  text-align: right;
  letter-spacing: 0;
  line-height: 112px;
}

.home-scroll .frame {
  left: 0;
  background: linear-gradient(180deg, rgb(25.19, 126.08, 175.22) 0%, rgba(128, 167, 188, 0) 100%);
  display: flex;
  width: 100%;
  box-sizing: border-box; /* Add this line */
  align-items: center;
  justify-content: flex-end;
  gap: 33px;
  padding: 16px 24px;
  position: absolute;
  top: 0;
}

/* CSS for mobile screens */
@media only screen and (max-width: 600px) {
  .home-scroll .frame {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 12px;
    gap: 16px;
  }
}

.home-scroll .FS-logo {
  position: relative;
  width: 185px;
  /* height: 41px; */
  object-fit: cover;
}

.home-scroll .div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.home-scroll .frame-wrapper {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.home-scroll .action-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 8px;
  position: relative;
  flex: 0 0 auto;
}

.home-scroll .action {
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-color-8);
  text-decoration: underline;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home-scroll .action-2 {
  text-decoration: none;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-color-8);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

/* CSS for mobile screens */
@media only screen and (max-width: 600px) {
  .home-scroll .action-2 {
    text-decoration: none;
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 350;
    color: var(--collection-1-color-8);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
  }
}

.home-scroll .line {
  position: relative;
  width: 1px;
  height: 42px;
  object-fit: cover;
}

/* CSS for mobile screens */
@media only screen and (max-width: 600px) {
  .home-scroll .line {
    display: none;
  }
}

.home-scroll .div-wrapper {
  display: inline-flex;
  height: 32px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

/* CSS for mobile screens */
@media only screen and (max-width: 600px) {
  .home-scroll .div-wrapper {
    display: none;
  }
}

.home-scroll .frame-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 16px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: var(--collection-1-color);
}

.home-scroll .button {
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--collection-1-color-8);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.home-scroll .overlap {
  position: absolute;
  width: 100%;
  height: 1098px;
  top: 1024px;
  left: 0;
}

.home-scroll .about-us {
  width: 100%;
  height: 100%;
  top: 74px;
  position: absolute;
  left: 0;
  background-color: var(--collection-1-color-8);
  /* overflow-y: scroll; */
}

.home-scroll .overlap-3 {
  position: absolute;
  width: 100%;
  height: 932px;
  top: 0;
  left: 0;
}

.home-scroll .overlap-2 {
  position: absolute;
  width: 100%;
  height: 932px;
  top: 44px;
  left: 0; /* Change this line */
}

.home-scroll .overlap-3 {
  position: absolute;
  width: 100%;
  height: 932px;
  top: 0;
  left: 0;
}

.home-scroll .overlap-4 {
  position: absolute;
  width: 100%;
  height: 932px;
  top: 0;
  left: 0; /* Change this line */
}

.home-scroll .mask-group {
  position: absolute;
  width: 41%;
  height: 777px;
  top: 0;
  right: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  object-fit: cover;
}

.home-scroll .christian-chen {
  position: absolute;
  width: 500px;
  height: 366px;
  top: 580px;
  left: 40%;
  border: 10px solid white;
  border-radius: 20px;
}

.home-scroll .who-we-are {
  position: absolute;
  width: 554px;
  top: 40px;
  left: 13%;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-color-3);
  font-size: 120px;
  letter-spacing: 0;
  line-height: 118px;
}

.home-scroll .span {
  color: #373737;
}

.home-scroll .text-wrapper-2 {
  color: #e5003e;
}

.home-scroll .our-mission-at-fleet {
  position: absolute;
  width: 40%;
  top: 320px;
  left: 13%;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 50;
  color: var(--collection-1-color-3);
  font-size: 1.2vw;
  letter-spacing: 0;
  line-height: 3vh;
}

.home-scroll .frame-3 {
  display: inline-flex;
  align-items: flex-start;
  position: absolute;
  top: 550px;
  left: 13%;
}

.home-scroll .frame-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: var(--collection-1-color);
}

.home-scroll .arrow-forward {
  position: relative;
  width: 20px;
  height: 20px;
  color: white;
  margin-top:-5px
}

.home-scroll .button-2 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--collection-1-color-8);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.home-scroll .img {
  position: absolute;
  width: 39px;
  height: 113px;
  top: 80px;
  left: 9%;
}

.home-scroll .frame-5 {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  align-items: center;
  box-sizing: border-box; /* Add this line */
  justify-content: flex-end;
  gap: 33px;
  padding: 16px 24px;
  position: absolute;
  top: 0;
}

.home-scroll .action-3 {
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-color-3);
  text-decoration: underline;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home-scroll .action-4 {
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-color-3);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home-scroll .overlap-5 {
  position: absolute;
  width: 100%;
  height: 1467px;
  top: 6870px;
  left: 0;
}

.home-scroll .why-we-do-it {
  position: absolute;
  width: 100%;
  height: 1193px;
  top: 0;
  left: 0;
  background-color: var(--collection-1-color);
  /* overflow-y: scroll; */
}

.home-scroll .p {
  position: absolute;
  width: 431px;
  top: 401px;
  left: 139px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: var(--collection-1-color-8);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 42px;
}

.home-scroll .the-chance-to-get {
  position: absolute;
  /* width: 1097px; */
  top: 471px;
  left: 227px;
  right: 10px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-color-4);
  font-size: 62px;
  letter-spacing: 0;
  line-height: 80px;
}

.home-scroll .text-wrapper-3 {
  color: #ffd3df;
}

.home-scroll .text-wrapper-4 {
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #ffd3df;
}

.home-scroll .text-wrapper-5 {
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
}

.home-scroll .text-wrapper-6 {
  font-family: "Poppins-Light", Helvetica;
  font-weight: 300;
  color: #ffd3df;
}

.home-scroll .rectangle-2 {
  top: 514px;
  left: 139px;
  position: absolute;
  width: 39px;
  height: 113px;
}

.home-scroll .frame-6 {
  position: absolute;
  width: 100%;
  height: 277px;
  top: 1190px;
  left: 0;
  background-color: var(--collection-1-color-3);
}

.home-scroll .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 57px;
  left: 25%;
}

.home-scroll .about-us-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 2px;
  position: relative;
  flex: 0 0 auto;
}

.home-scroll .about-us-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: var(--collection-1-color-7);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.home-scroll .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 57px;
  left: 40%;
}

.home-scroll .frame-9 {
  display: inline-flex;
  height: 32px;
  align-items: flex-start;
  position: absolute;
  top: 172px;
  left: 25%;
}

.home-scroll .frame-10 {
  width:100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 16px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: var(--collection-1-color);
  border-radius: 8px;
}

.home-scroll .FS-logo-v {
  position: absolute;
  width: 185px;
  /* height: 41px; */
  top: 50px;
  left: 2%;
  object-fit: cover;
}

.home-scroll .frame-11 {
  display: inline-flex;
  align-items: flex-start;
  padding: 8px;
  position: absolute;
  top: 1140px;
  left: 70%;
  background-color: var(--collection-1-color-8);
}

.home-scroll .twitter-x-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000;
}

.home-scroll .img-2 {
  position: relative;
  width: 37px;
  height: 38px;
}

.home-scroll .linked-in-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #4487ed;
}

.home-scroll .you-tube-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ec3323;
}

.home-scroll .instagram-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f71481;
}

.home-scroll .text-wrapper-7 {
  position: absolute;
  top: 1240px;
  left: 70%;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.home-scroll .overlap-6 {
  position: absolute;
  width: 100%;
  height: 4341px;
  top: 2529px;
  left: 0;
}

.home-scroll .additionally {
  position: absolute;
  width: 100%;
  height: 1193px;
  top: 3148px;
  left: 0;
  background-color: var(--collection-1-color-3);
  /* overflow-y: scroll; */
}

.home-scroll .additional-functions {
  position: absolute;
  /* width: 1097px; */
  top: 269px;
  left: 227px;
  right: 10px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-color-7);
  font-size: 62px;
  letter-spacing: 0;
  line-height: 80px;
}

@media screen and (max-width: 1200px) {
  .home-scroll .additional-functions {
    font-size: 50px; /* Adjust font size for screens smaller than 1200px */
  }
}

@media screen and (max-width: 992px) {
  .home-scroll .additional-functions {
    font-size: 40px; /* Adjust font size for screens smaller than 992px */
  }
}

@media screen and (max-width: 768px) {
  .home-scroll .additional-functions {
    font-size: 30px; /* Adjust font size for screens smaller than 768px */
  }
}

@media screen and (max-width: 576px) {
  .home-scroll .additional-functions {
    font-size: 20px; /* Adjust font size for screens smaller than 576px */
  }
}

.home-scroll .text-wrapper-8 {
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
}

.home-scroll .text-wrapper-9 {
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
}

.home-scroll .rectangle-3 {
  top: 302px;
  left: 139px;
  position: absolute;
  width: 39px;
  height: 113px;
}

.home-scroll .about-us-3 {
  display: flex;
  flex-direction: column;
  height: 3151px;
  align-items: flex-start;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: var(--collection-1-color-8);
  /* overflow-y: scroll; */
}

.home-scroll .group {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 450px;
  background-image: url(../../guest/images/istockphoto-3.jpg);
  background-size: cover;
  background-position: 45% 55%;
}

.home-scroll .overlap-group-wrapper {
  width: 100%;
  height: 450px;
}

.home-scroll .overlap-group-2 {
  position: relative;
  width: 100%;
  height: 450px;
  background: linear-gradient(70deg, rgb(39.17, 39.17, 39.17) 0%, rgba(37.35, 37.35, 37.35, 0) 100%);
}

.home-scroll .component {
  display: flex;
  flex-direction: column;
  width: 317px;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 103px;
  left: 93px;
}

.home-scroll .frame-12 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-scroll .component-wrapper {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 0px 10px;
  position: relative;
  flex: 0 0 auto;
}

.home-scroll .component-2 {
  position: relative;
  width: 40px;
  height: 40px;
}

.home-scroll .fuel-dispensing {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
}

.home-scroll .line-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 0px 0px 66px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -1px;
}

.home-scroll .line-2 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 4px;
  margin-top: -4px;
}

.home-scroll .each-fuelling-asset {
  position: absolute;
  width: 538px;
  top: 188px;
  left: 161px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-color-8);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
}

.home-scroll .group-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url(../../guest/images/istockphoto-4.jpg);
  background-size: cover;
  background-position: 45% 55%;
}

.home-scroll .group-2 {
  width: 100%;
  height: 450px;
}

.home-scroll .overlap-group-3 {
  position: relative;
  width: 100%;
  height: 450px;
  background: linear-gradient(70deg, rgb(39.17, 39.17, 39.17) 0%, rgba(37.35, 37.35, 37.35, 0) 100%);
}

.home-scroll .each-fuelling-asset-2 {
  position: absolute;
  width: 538px;
  top: 187px;
  left: 161px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-color-8);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
}

.home-scroll .group-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 450px;
  background-image: url(../../guest/images/istockphoto-5.jpg);
  background-size: cover;
  background-position: 45% 55%;
}

.home-scroll .group-4 {
  width: 100%;
  height: 450px;
}

.home-scroll .overlap-group-4 {
  position: relative;
  width: 100%;
  height: 450px;
  background: linear-gradient(70deg, rgb(39.17, 39.17, 39.17) 0%, rgba(37.35, 37.35, 37.35, 0) 100%);
}

.home-scroll .group-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 450px;
  background-image: url(../../guest/images/istockphoto-6.jpg);
  background-size: cover;
  background-position: 70% 30%;
}

.home-scroll .group-6 {
  width: 100%;
  height: 450px;
}

.home-scroll .overlap-group-5 {
  position: relative;
  width: 100%;
  height: 450.28px;
  background: linear-gradient(70deg, rgb(39.17, 39.17, 39.17) 0%, rgba(37.35, 37.35, 37.35, 0) 100%);
}

.home-scroll .overlap-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 450px;
}

.home-scroll .overlap-7 {
  position: relative;
  width: 100%;
  height: 450px;
}

.home-scroll .screenshot {
  position: absolute;
  width: 100%;
  height: 449px;
  top: 1px;
  left: 0;
  object-fit: cover;
}

.home-scroll .group-7 {
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0;
  left: 0;
}

.home-scroll .group-8 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 449px;
  background-image: url(../../guest/images/istockphoto-8.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.home-scroll .group-9 {
  width: 100%;
  height: 449px;
}

.home-scroll .overlap-group-6 {
  position: relative;
  width: 100%;
  height: 449px;
  background: linear-gradient(70deg, rgb(39.17, 39.17, 39.17) 0%, rgba(37.35, 37.35, 37.35, 0) 100%);
}

.home-scroll .group-10 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 451px;
}

.home-scroll .overlap-8 {
  position: relative;
  width: 100%;
  height: 451px;
}

.home-scroll .istockphoto {
  position: absolute;
  width: 100%;
  height: 451px;
  top: 0;
}

.home-scroll .group-11 {
  position: absolute;
  width: 100%;
  height: 451px;
  top: 0;
  left: 0;
}

.home-scroll .overlap-group-7 {
  position: relative;
  width: 100%;
  height: 452px;
  background-image: url(../../guest/images/istockphoto-9.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.home-scroll .overlap-group-7::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(70deg, rgb(39.17, 39.17, 39.17) 0%, rgba(37.35, 37.35, 37.35, 0) 100%);
}

.home-scroll .what-we-offer {
  position: absolute;
  width: 554px;
  top: 2200px;
  left: 160px;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-color-3);
  font-size: 116px;
  letter-spacing: 0;
  line-height: 118px;
}

.home-scroll .rectangle-4 {
  top: 2210px;
  left: 89px;
  position: absolute;
  width: 39px;
  height: 113px;
}

.log-in {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.log-in .overlap-group {
  position: relative;
  height: 100%;
  background-image: url(../../guest/images/login-background-small.jpg);
  background-size: cover;
  background-position: center;
}

.log-in .frame {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 33px;
  padding: 16px 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.log-in .FS-logo {
  margin-top:40px;
  left:20px;
  position: relative;
  width: 185px;
  /* height: 41px; */
  object-fit: cover;
}

.log-in .div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.log-in .toolbar-nav {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.log-in .action-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 8px;
  position: relative;
  flex: 0 0 auto;
}

.log-in .action {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-color-3);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.log-in .line {
  position: relative;
  width: 1px;
  height: 42px;
  object-fit: cover;
}

.log-in .frame-wrapper {
  display: inline-flex;
  height: 32px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.log-in .frame-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 16px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: var(--collection-1-color);
}

.log-in .button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--collection-1-color-8);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.log-in .group {
  position: absolute;
  width: 90%; /* Adjust as needed */
  height: 413px;
  bottom: 5%;
  left: 5%; /* Adjust as needed */
  background-color: #ffffff;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .log-in .group {
    width: 553px;
    left: 47px;
  }
}

.log-in .group-2 {
  position: absolute;
  width: 80%; /* Adjust as needed */
  height: 118px;
  top: 18px;
  left: 10%; /* Adjust as needed */
}

@media (min-width: 768px) {
  .log-in .group-2 {
    width: 254px;
    left: 75px;
  }
}

.log-in .p {
  /* position: absolute; */
  left: 12%; /* Adjust as needed */
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-color-3);
  font-size: 80px; /* Adjust as needed */
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .log-in .p {
    font-size: 70px; /* Adjust as needed */
  }
}

.log-in .text-wrapper {
  color: #373737;
}

.log-in .span {
  color: #e5003e;
}

.log-in .rectangle {
  position: absolute;
  width: 30px; /* Adjust as needed */
  height: 90px; /* Adjust as needed */
  left: 0; 
}

.log-in .group-3 {
  position: absolute;
  width: 80%; /* Adjust as needed */
  height: 222px;
  top: 151px;
  left: 10%; /* Adjust as needed */
}

@media (min-width: 768px) {
  .log-in .group-3 {
    width: 327px;
    left: 113px;
  }
}

.log-in .div-wrapper {
  display: flex;
  width: 103px;
  align-items: flex-start;
  position: absolute;
  top: 177px;
  left: 0;
}

.log-in .frame-3 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  margin-right: -22.74px;
  background-color: var(--collection-1-color);
}

.log-in .arrow-forward {
  position: relative;
  width: 20px;
  height: 20px;
}

.log-in .button-2 {
  /* all: unset; */
  background: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--collection-1-color-8);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.log-in .input {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.log-in .component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.log-in .username {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--collection-1-color-3);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  background: transparent;
  border: none;
  padding: 0;
}

.log-in .rectangle-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 40px;
  background-color: var(--collection-1-color-7);
  border-radius: 8px;
  border: none;
}

.log-in .component-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: absolute;
  top: 81px;
  left: 0;
}

.log-in .username-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--collection-1-color-3);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

/* About Us Page */
.home-scroll .overlap-group-about-us {
  position: relative;
  width: 100%;
  height: 75%;
}

.home-scroll .overlap-group-about-us::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 85%;
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.5) 0%, rgba(37, 37, 37, 0) 100%), url(../../guest/images/istockphoto-12.jpg);
  background-size: cover;
  transform: scaleX(-1);
}

@media only screen and (max-width: 600px) {
  .home-scroll .overlap-group-about-us::before {
    content: "";
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 350px !important;
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.5) 0%, rgba(37, 37, 37, 0) 100%), url(../../guest/images/istockphoto-12.jpg);
    background-size: cover;
    transform: scaleX(-1);
  }
}

.home-scroll .rectangle-about-us {
  top: 30%;
  left: 10%;
  position: absolute;
  width: 39px;
  height: 113px;
}

@media only screen and (max-width: 600px) {
  .home-scroll .rectangle-about-us {
    top: 150px;
    left: 4%;
    position: absolute;
    width: 23px;
    height: 70px;
  }
}

.home-scroll .text-wrapper-about-us {
  position: absolute;
  width: 100%; /* Change this line */
  top: 30%; /* Change this line */
  left: 14%; /* Change this line */
  text-shadow: 1px 4px 15px #32323230;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #f4f4f4;
  font-size: 96px;
  text-align: left;
  letter-spacing: 0;
  line-height: 112px;
}

@media only screen and (max-width: 600px) {
  .home-scroll .text-wrapper-about-us {
    position: absolute;
    width: 100%; /* Change this line */
    top: 150px; /* Change this line */
    left: 10%; /* Change this line */
    text-shadow: 1px 4px 15px #32323230;
    font-family: "Poppins-Bold", Helvetica;
    font-weight: 700;
    color: #f4f4f4;
    font-size: 48px;
    text-align: left;
    letter-spacing: 0;
    line-height: 72px;
  }
}

.home-scroll .overlap-about-us {
  position: absolute;
  width: 100%;
  /* height: 1098px; */
  top: 754px;
  left: 0;
}

/* CSS for mobile screens */
@media only screen and (max-width: 600px) {
  .home-scroll .overlap-about-us {
    position: absolute;
    width: 100%;
    /* height: 1098px; */
    top: 454px;
    left: 0;
  }
}

.home-scroll .about-us-page {
  width: 100%;
  height: 100%;
  /* top: 74px; */
  position: absolute;
  left: 0;
  background-color: var(--collection-1-color-8);
  /* overflow-y: scroll; */
  font-size:17px;
}

/* CSS for mobile screens */
@media only screen and (max-width: 800px) {
  .home-scroll .about-us-page {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: var(--collection-1-color-8);
    font-size:8px;
  }

  .home-scroll .rectangle-about-us-2 {
    display:none;
  }
}

.christian-chen-about-us {
  border-radius: 30px;
  width: 90%;
  border: 10px solid white;
  margin-top: -30px;
}

/* CSS for mobile screens */
@media only screen and (max-width: 600px) {
  .christian-chen-about-us {
    border-radius: 30px;
    width: 90%;
    border: 10px solid white;
    margin-top: 30px;
  }
}

.who-we-are-about-us {
  width: 100%;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-color-3);
  font-size: 56px;
  letter-spacing: 0;
  line-height: 70px;
}

/* CSS for mobile screens */
@media only screen and (max-width: 800px) {
  .who-we-are-about-us {
    width: 100%;
    font-family: "Poppins-Bold", Helvetica;
    font-weight: 600;
    color: var(--collection-1-color-3);
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
  }
}

.frame-6-about-us {
  position: absolute;
  width: 100%;
  height: 277px;
  left: 0;
  background-color: var(--collection-1-color-3);
}
/* Contact Us Page */
.home-scroll .overlap-group-contact-us {
  position: relative;
  width: 100%;
  height: 45%;
}

.home-scroll .overlap-group-contact-us::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 85%;
}

.home-scroll .text-wrapper-contact-us {
  position: absolute;
  width: 100%; /* Change this line */
  top: 35%; /* Change this line */
  left: 20%; /* Change this line */
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: black;
  font-size: 144px;
  text-align: left;
  letter-spacing: 0;
  line-height: 112px;
}

.home-scroll .rectangle-contact-us {
  top: 30%;
  left: 16%;
  position: absolute;
  width: 39px;
  height: 113px;
}

.home-scroll .overlap-contact-us {
  position: absolute;
  width: 100%;
  /* height: 1098px; */
  top: 400px;
  left: 0;
}

.home-scroll .contact-us-page {
  width: 100%;
  height: 100%;
  /* top: 74px; */
  position: absolute;
  left: 0;
  background-color: var(--collection-1-color-8);
  /* overflow-y: scroll; */
}

.christian-chen-contact-us {
  border-radius: 30px;
  width: 90%;
  border: 10px solid white;
  margin-top: -30px;
}

.who-we-are-contact-us {
  width: 100%;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-color-3);
  font-size: 26px;
  letter-spacing: 0;
  line-height: 70px;
}

.frame-6-contact-us {
  position: absolute;
  width: 100%;
  height: 277px;
  left: 0;
  background-color: var(--collection-1-color-3);
}

.contact-us-submit-btn {
  width:100px;
  height:35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 16px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: var(--collection-1-color);
  cursor: pointer;
}

.padding-col {
  padding: 2rem !important;
}

/* CSS for mobile screens */
@media only screen and (max-width: 800px) {
  .home-scroll .overlap-group-about-us {
    height: 10%;
  }

  .home-scroll .overlap-group-about-us::before {
    height: 10%;
  }

  .home-scroll .text-wrapper-contact-us {
    font-size: 12vw;
    line-height: 56px;
    top: 55%;
    left: 18%;
  }

  .home-scroll .rectangle-contact-us {
    top: 50%;
    left: 11%;
    position: absolute;
    width: 33px;
    height: 80px;
  }

  .home-scroll .overlap-contact-us {
    position: absolute;
    width: 100%;
    top: 250px;
    left: 0;
  }
  
  .who-we-are-contact-us {
    width: 100%;
    font-family: "Poppins-Bold", Helvetica;
    font-weight: 700;
    color: var(--collection-1-color-3);
    font-size: 26px;
    letter-spacing: 0;
    line-height: 70px;
  }

  .contact-us-submit-btn {
    width:30%;
    height:40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 16px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    background-color: var(--collection-1-color);
    cursor: pointer;
  }
}

@media only screen and (max-width: 600px) {
  .desktop-break {
    display: none;
  }
}