.home-page-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 120px 0px 0px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.home-page-final .hero-section {
  position: relative;
  width: 1360px;
  height: 729.2px;
}

.home-page-final .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 1360px;
  height: 729px;
  border-radius: 20px;

  background-image: 
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 50%,
      rgba(0,0,0,1) 100%
    ),
    url("img/mainbanner.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-page-final .content{
  animation: fadeUp 1s ease;
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(40px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}



.home-page-final .content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: absolute;
  top: 500px;
  left: 48px;
  border-radius: 20px;
   position: relative;
  z-index: 2;
}

.home-page-final .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-page-final .caterdesign {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 56px;
  line-height: 78.4px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.home-page-final .text-wrapper {
  position: relative;
  align-self: stretch;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28.0px;
}

.home-page-final .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 60px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
}

.home-page-final .div {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18.8px;
  white-space: nowrap;
}

.home-page-final .group {
  position: relative;
  width: 2161.65px;
  height: 342.08px;
  margin-left: -360.83px;
  margin-right: -360.83px;
}

.home-page-final .overlay {
  position: absolute;
  top: 0;
  left: 361px;
  width: 44px;
  height: 342px;
  object-fit: cover;
}

.home-page-final .img {
  left: 438px;
  width: 404px;
  position: absolute;
  top: 0;
  height: 342px;
  object-fit: cover;
}

.home-page-final .overlay-2 {
  left: 877px;
  width: 414px;
  position: absolute;
  top: 0;
  height: 342px;
  object-fit: cover;
}

.home-page-final .overlay-3 {
  left: 1325px;
  width: 401px;
  position: absolute;
  top: 0;
  height: 342px;
  object-fit: cover;
}

.home-page-final .overlay-4 {
  left: 1760px;
  width: 41px;
  position: absolute;
  top: 0;
  height: 342px;
  object-fit: cover;
}

.home-page-final .group-2 {
  position: relative;
  width: 1280px;
  height: 396.04px;
  background-color: #efefef;
  border-radius: 20px;
}

.home-page-final .unsplash {
  position: absolute;
  top: 0;
  left: 877px;
  width: 285px;
  height: 321px;
  border-radius: 0 0 150px 150px;
}

.home-page-final .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 712px;
  align-items: flex-start;
  gap: 80px;
  position: absolute;
  top: calc(50.00% - 119px);
  left: 54px;
}

.home-page-final .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-page-final .intelligence-behind {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Outfit-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 43.2px;
}

.home-page-final .p {
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 20px;
  line-height: 28.0px;
  position: relative;
  letter-spacing: 0;
}

.home-page-final .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 1295px;
  align-items: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.home-page-final .text-wrapper-2 {
  justify-content: center;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Outfit-SemiBold", Helvetica;
  font-weight: 600;
  color: #7f655b;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 43.2px;
}

.home-page-final .frame-3 {
  position: relative;
  width: 1240px;
  height: 712px;
}

.home-page-final .frame-4 {
  display: inline-flex;
  align-items: flex-start;
  gap: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.home-page-final .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.home-page-final .frame-6 {
  position: relative;
  width: 360px;
  height: 240px;
  background-color: #656565;
  border-radius: 20px;
  overflow: hidden;
}

.home-page-final .image {
  position: absolute;
  top: calc(50.00% - 120px);
  left: calc(50.00% - 180px);
  width: 360px;
  height: 240px;
  aspect-ratio: 2.17;
  object-fit: cover;
}

.home-page-final .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 313.33px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.0px;
}

.home-page-final .image-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 240px;
  aspect-ratio: 2.16;
  object-fit: cover;
}

.home-page-final .image-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 240px;
  aspect-ratio: 0.75;
  object-fit: cover;
}

.home-page-final .frame-7 {
  display: inline-flex;
  align-items: flex-start;
  gap: 80px;
  position: absolute;
  top: 356px;
  left: 0;
}

.home-page-final .image-4 {
  position: absolute;
  top: calc(50.00% - 62px);
  left: calc(50.00% - 90px);
  width: 180px;
  height: 125px;
  aspect-ratio: 1.44;
}

.home-page-final .image-5 {
  position: absolute;
  top: calc(50.00% - 120px);
  left: calc(50.00% - 179px);
  width: 359px;
  height: 240px;
  aspect-ratio: 0.69;
  object-fit: cover;
}

.home-page-final .image-6 {
  position: absolute;
  top: calc(50.00% - 120px);
  left: calc(50.00% - 180px);
  width: 360px;
  height: 240px;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.home-page-final .image-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 240px;
  aspect-ratio: 1.78;
  object-fit: cover;
}

.home-page-final .frame-8 {
  display: flex;
  width: 1280px;
  height: 436px;
  align-items: flex-start;
  gap: 40px;
  padding: 10px;
  position: relative;
}

.home-page-final .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-bottom: -28.00px;
  background-color: #fff;
  border-radius: 20px;
}

.home-page-final .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Outfit-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 43.2px;
}

.home-page-final .text-wrapper-5 {
    position: relative;
    width: fit-content;
    font-family: "Outfit-Regular", Helvetica;
    font-weight: 700;
    color: #2c2c2c;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
    white-space: nowrap;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

.home-page-final .group-3 {
  position: relative;
  width: 1264px;
  height: 755.51px;
}

.home-page-final .image-8 {
  position: absolute;
  top: 0;
  left: 522px;
  width: 738px;
  height: 369px;
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 32px;
}

.home-page-final .desktop {
  display: flex;
  flex-direction: column;
  width: calc(100% - 970px);
  height: 334px;
  align-items: flex-start;
  gap: 35px;
  padding: 40px 32px;
  position: absolute;
  top: 422px;
  left: 504px;
  background-color: #f3f3f3;
  border-radius: 32px;
  overflow: hidden;
}

.home-page-final .service-grid-icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 999px;
  overflow: hidden;
  aspect-ratio: 1;
}

.home-page-final .portfolio-image {
  position: relative;
  top: calc(50.00% - 14px);
  left: calc(50.00% - 14px);
  width: 28px;
  display: flex;
  aspect-ratio: 1;
}

.home-page-final .div-wrapper-2 {
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page-final .vector-wrapper {
  height: 28px;
  width: 28px;
  display: flex;
}

.home-page-final .vector {
  flex: 1;
  width: 25.67px;
}

.home-page-final .our-portfolio {
  position: relative;
  align-self: stretch;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home-page-final .span {
  font-weight: 500;
}

.home-page-final .text-wrapper-6 {
  font-family: "Inter-Regular", Helvetica;
}

.home-page-final .desktop-2 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 864px);
  align-items: flex-start;
  gap: 40px;
  padding: 40px 32px;
  position: absolute;
  top: 422px;
  left: 860px;
  background-color: #f3f3f3;
  border-radius: 32px;
  overflow: hidden;
}

.home-page-final .vector-2 {
  flex: 1;
  width: 23.64px;
}

.home-page-final .operator-led-design {
  position: relative;
  align-self: stretch;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.home-page-final .variant {
  top: 48px;
  left: 0;
  width: 177px;
  height: 35px;
  background-color: #f3f3f3;
  border-radius: 32px;
  position: absolute;
  overflow: hidden;
}

.home-page-final .text-wrapper-7 {
  position: absolute;
  top: 4px;
  left: 24px;
  width: 99px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.home-page-final .border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  border: 1px solid;
  border-color: #c7c7c7;
}

.home-page-final .why-caterdesign {
  position: absolute;
  top: 131px;
  left: 0;
  width: 427px;
  height: 100px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #2c2c2c;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50.4px;
}

.home-page-final .text-wrapper-8 {
  position: absolute;
  top: 279px;
  left: 0;
  width: 496px;
  height: 104px;
  display: flex;
  align-items: center;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.home-page-final .about-achieves-grid {
  position: absolute;
  width: calc(100% - 744px);
  top: 503px;
  left: 0;
  height: 170px;
  overflow: hidden;
}

.home-page-final .variant-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 163px;
  height: 73px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}

.home-page-final .achieve-number-wrap {
  width: 112.2px;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.home-page-final .text-wrapper-9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 48px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.home-page-final .text-wrapper-10 {
  top: 0;
  left: 92px;
  width: 20px;
  height: 25px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  font-size: 36px;
  line-height: 25.2px;
  white-space: nowrap;
  position: absolute;
  color: #2c2c2c;
  letter-spacing: 0;
}

.home-page-final .text-wrapper-11 {
  display: flex;
  align-items: center;
  width: 133.33px;
  height: 20.8px;
  font-family: "Geist-Light", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.home-page-final .variant-3 {
  position: absolute;
  top: 0;
  left: 228px;
  width: 110px;
  height: 73px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}

.home-page-final .achieve-number-wrap-2 {
  width: 75.64px;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.home-page-final .text-wrapper-12 {
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.home-page-final .text-wrapper-13 {
  top: 0;
  left: 56px;
  width: 20px;
  height: 25px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  font-size: 36px;
  line-height: 25.2px;
  white-space: nowrap;
  position: absolute;
  color: #2c2c2c;
  letter-spacing: 0;
}

.home-page-final .text-wrapper-14 {
  display: flex;
  align-items: center;
  width: 100.56px;
  height: 20.8px;
  font-family: "Geist-Light", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.home-page-final .variant-4 {
  position: absolute;
  top: 97px;
  left: 0;
  width: 140px;
  height: 73px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-page-final .achieve-number-wrap-3 {
  width: 139.97px;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.home-page-final .text-wrapper-15 {
  position: absolute;
  top: -7px;
  left: 0;
  width: 120px;
  height: 62px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
}

.home-page-final .text-wrapper-16 {
  top: 0;
  left: 120px;
  width: 20px;
  height: 25px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  font-size: 36px;
  line-height: 25.2px;
  white-space: nowrap;
  position: absolute;
  color: #2c2c2c;
  letter-spacing: 0;
}

.home-page-final .text-wrapper-17 {
  display: flex;
  align-items: center;
  width: 95.65px;
  height: 20.8px;
  font-family: "Geist-Light", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.home-page-final .variant-5 {
  top: 97px;
  left: 228px;
  width: 173px;
  height: 73px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  overflow: hidden;
}

.home-page-final .achieve-number-wrap-4 {
  width: 82.58px;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.home-page-final .text-wrapper-18 {
  width: 62px;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.home-page-final .text-wrapper-19 {
  top: -2px;
  left: 61px;
  width: 22px;
  height: 36px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  font-size: 28px;
  line-height: 33.6px;
  white-space: nowrap;
  position: absolute;
  color: #2c2c2c;
  letter-spacing: 0;
}

.home-page-final .text-wrapper-20 {
  display: flex;
  align-items: center;
  width: 152.87px;
  height: 20.8px;
  font-family: "Geist-Light", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.home-page-final .group-4 {
  position: relative;
  width: 219px;
  height: 99px;
}

.home-page-final .variant-6 {
  position: absolute;
  top: 0;
  left: 5px;
  width: 208px;
  height: 35px;
  background-color: #f3f3f3;
  border-radius: 32px;
  overflow: hidden;
}

.home-page-final .text-wrapper-21 {
  position: absolute;
  top: 4px;
  left: 24px;
  width: 160px;
  height: 27px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.home-page-final .text-wrapper-22 {
  position: absolute;
  top: 55px;
  left: 1px;
  height: 44px;
  display: flex;
  align-items: center;
  font-family: "Outfit-SemiBold", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 43.2px;
  white-space: nowrap;
}

.home-page-final .frame-10 {
  display: flex;
  width: 1360px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.home-page-final .group-5 {
  position: relative;
  width: 409.33px;
  height: 407px;
}

.home-page-final .property-image-wrap {
  background-image: url(./img/image-27-2.png);
  position: absolute;
  width: calc(100% - 2px);
  top: 0;
  left: 0;
  height: 350px;
  border-radius: 32px;
  background-size: cover;
  background-position: 50% 50%;
}

.home-page-final .text-wrapper-23 {
  position: absolute;
  top: 378px;
  left: 0;
  height: 29px;
  display: flex;
  align-items: center;
  font-family: "Geist-SemiBold", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 28.6px;
  white-space: nowrap;
}

.home-page-final .group-6 {
  position: relative;
  width: 410.33px;
  height: 410px;
}

.home-page-final .property-image-wrapper {
  position: absolute;
  width: calc(100% - 2px);
  top: 0;
  left: 0;
  height: 350px;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
}

.home-page-final .property-image {
  margin-top: -0.1px;
  flex: 1;
  margin-bottom: 0.1px;
  width: 408.33px;
  display: flex;
  background-image: url(./img/property-image-k9p5lglogmcwximiajo053m8qa-jpg-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.home-page-final .HYATT-REGENCY {
  margin-top: 0.1px;
  width: 408.33px;
  height: 349.43px;
  aspect-ratio: 2;
  object-fit: cover;
}

.home-page-final .text-wrapper-24 {
  position: absolute;
  top: 381px;
  left: 0;
  height: 29px;
  display: flex;
  align-items: center;
   font-family: "Outfit-Regular", Helvetica!important;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 28.6px;
  white-space: nowrap;
}

.home-page-final .group-7 {
  position: relative;
  width: 409.34px;
  height: 410px;
  margin-right: -2.00px;
}

.home-page-final .image-wrapper {
  flex: 1;
  width: 407.34px;
  display: flex;
  background-image: url(./img/property-image-qlilewh5sgnsgxkkbejk4iacc-jpg.png);
  background-size: cover;
  background-position: 50% 50%;
}

.home-page-final .image-9 {
  margin-top: 0.4px;
  width: 407.34px;
  height: 349.57px;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.home-page-final .img-wrapper {
  display: flex;
  overflow: hidden;
  background-image: url(./img/image-26.png);
  position: absolute;
  width: calc(100% - 2px);
  top: 0;
  left: 0;
  height: 350px;
  border-radius: 32px;
  background-size: cover;
  background-position: 50% 50%;
}

.home-page-final .image-10 {
  margin-top: 0.4px;
  width: 407.33px;
  height: 349.57px;
  aspect-ratio: 1.33;
}

.home-page-final .HYATT-REGENCY-wrapper {
  margin-top: -0.1px;
  flex: 1;
  margin-bottom: 0.1px;
  width: 408.33px;
  display: flex;
  background-image: url(./img/property-image-k9p5lglogmcwximiajo053m8qa-jpg.png);
  background-size: cover;
  background-position: 50% 50%;
}

.home-page-final .property-image-2 {
  flex: 1;
  width: 407.34px;
  display: flex;
  background-image: url(./img/property-image-qlilewh5sgnsgxkkbejk4iacc-jpg-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.home-page-final .footer-desktop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #000000;
}

.home-page-final .frame-11 {
  display: flex;
  flex-direction: column;
  width: 551.75px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.home-page-final .text-wrapper-25 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 28.6px;
}

.home-page-final .text-wrapper-26 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.home-page-final .text-wrapper-27 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 27px;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.home-page-final .text-wrapper-28 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.home-page-final .div-2 {
  top: 3230px;
  left: 1126px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  position: absolute;
  color: #2c2c2c;
  letter-spacing: 0;
}

.home-page-final .text-wrapper-29 {
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.home-page-final .text-wrapper-30 {
  font-size: 64px;
  line-height: 89.6px;
  display: none;
}

.home-page-final .div-3 {
  top: 3230px;
  left: 288px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  position: absolute;
  color: #2c2c2c;
  letter-spacing: 0;
}

.home-page-final .nav-bar {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 18.63px 40px 18.37px;
  position: fixed;
  top: 0;
  /*left: calc(50.00% - 720px);*/
  background-color: #ffffff;
  /*border-radius: 0px 0px 28px 28px;*/
  z-index: 99999;
}

.home-page-final .caterdesign-logo {
  position: relative;
  width: 117px;
  height: 75px;
  margin-top: -6.00px;
  margin-bottom: -6.00px;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.home-page-final .buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.home-page-final .text-wrapper-31 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18.8px;
  text-decoration: underline;
  white-space: nowrap;
}

.home-page-final .text-wrapper-32 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18.8px;
  white-space: nowrap;
}

.home-page-final .contact-us {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000;
  border-radius: 12px;
}

.home-page-final .text-wrapper-33 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 13.8px;
  letter-spacing: 0;
  line-height: 18.8px;
  white-space: nowrap;
}






.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
  padding: 115px 0px 0px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.about-us .hero {
  position: relative;
  width: 100%;
  height: 496px;
  margin-right: 0px;
}

.about-us .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 496px;
  aspect-ratio: 2.9;
}

.about-us .ABOUT-CATERDESIGN {
    position: absolute;
    top: 162px;
    left: 0%;
    width: 100%;
    font-family: "Outfit-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 56px;
    text-align: center;
    letter-spacing: 0;
    line-height: 78.4px;
    margin: auto;
}

.about-us .button {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  top: 358px;
  left: 45%;
  width: 199px;
  height: 52px;
}

.about-us .rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 197px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 21px;
}

.about-us .text-wrapper {
  position: absolute;
  top: 15px;
  left: calc(50.00% - 44px);
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.about-us .frame {
  display: flex;
  flex-direction: column;
  width: 898px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  margin-top: -1.00px;
  font-family: "Outfit-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33.6px;
}

.about-us .div-wrapper {
  display: flex;
  width: 700px;
  align-items: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22.4px;
}

.about-us .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 496px;
  aspect-ratio: 2.9;
  object-fit: cover;
}

.about-us .text-wrapper-2 {
  position: absolute;
  top: calc(50.00% - 39px);
  left: 0;
  width: 100%;
  color: #ffffff;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  letter-spacing: 0;
  line-height: 78.4px;
}

.about-us .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .we-believe-that-back {
  position: relative;
  width: 946.91px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22.4px;
}

.about-us .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .text-wrapper-3 {
  position: relative;
  width: 682.49px;
  margin-top: -1.00px;
  color: #000000;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  letter-spacing: 0;
  line-height: 78.4px;
}

.about-us .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .text-wrapper-4 {
  position: relative;
  width: 682.49px;
  margin-top: -1.00px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33.6px;
}

.about-us .frame-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .frame-7 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 60px;
  border: 1px solid;
  border-color: var(--flixstudio-medium-grey);
}

.about-us .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--flixstudio-medium-grey);
  font-size: 16px;
  letter-spacing: -0.28px;
  line-height: 23.8px;
  white-space: nowrap;
}

.about-us .text-wrapper-6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 281px;
  margin-top: -1.00px;
  font-family: "Inter-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--flixstudio-medium-grey);
  font-size: 16px;
  letter-spacing: -0.28px;
  line-height: 23.8px;
}

.about-us .text-wrapper-7 {
  position: relative;
  width: 682.49px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33.6px;
}

.about-us .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-us .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-us .frame-11 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0px 97px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-us .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.about-us .image-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 240px;
  background-color: #656565;
  border-radius: 20px;
  overflow: hidden;
}

.about-us .image-2 {
    position: absolute;
    /* top: calc(50.00% - 55px); */
    /* left: calc(50.00% - 80px); */
    width: 100%;
    height: 100%;
    aspect-ratio: 1.44;
}

.about-us .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 313.33px;
  margin-left: -15.92px;
  margin-right: -15.92px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.0px;
}

.about-us .group {
  position: relative;
  width: 1280px;
  height: 323.78px;
  background-color: #efefef;
  border-radius: 20px;
}

.about-us .img-2 {
  position: absolute;
  top: 0;
  left: 877px;
  width: 285px;
  height: 263px;
  object-fit: cover;
  border-radius: 0 0 150px 150px;
}

.about-us .deep-understanding-wrapper {
  display: flex;
  flex-direction: column;
  width: 712px;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  top: calc(50.00% - 70px);
  left: 54px;
}

.about-us .deep-understanding {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #585858;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28.0px;
}

.about-us .group-2 {
  position: relative;
  width: 912.27px;
  height: 344.02px;
  margin-right: -2.00px;
}

.about-us .at-cater-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 910px;
  height: 104px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.0px;
}

.about-us .about-achieves-grid-wrapper {
  display: flex;
  flex-direction: column;
  width: 910px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 39px 25px;
  position: absolute;
  top: 193px;
  left: 1px;
  background-color: #e8e8e8;
  border-radius: 16px;
}

.about-us .about-achieves-grid {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 0px 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.about-us .variant {
  width: 160px;
  position: relative;
  height: 72.8px;
  overflow: hidden;
}

.about-us .achieve-number-wrap {
  position: absolute;
  top: 0;
  left: 11px;
  width: 112px;
  height: 48px;
  overflow: hidden;
}

.about-us .text-wrapper-9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 48px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.about-us .text-wrapper-10 {
  top: 0;
  left: 92px;
  width: 20px;
  height: 25px;
  font-size: 36px;
  line-height: 25.2px;
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  letter-spacing: 0;
  white-space: nowrap;
}

.about-us .text-wrapper-11 {
  position: absolute;
  top: 52px;
  left: 0;
  width: 133px;
  height: 21px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.about-us .variant-2 {
  width: 160px;
  position: relative;
  height: 72.8px;
}

.about-us .achieve-number-wrap-2 {
  left: 0;
  width: 140px;
  position: absolute;
  top: 0;
  height: 48px;
  overflow: hidden;
}

.about-us .text-wrapper-12 {
  position: absolute;
  top: -7px;
  left: 0;
  width: 120px;
  height: 62px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
}

.about-us .text-wrapper-13 {
  top: 0;
  left: 120px;
  width: 20px;
  height: 25px;
  font-size: 36px;
  line-height: 25.2px;
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  letter-spacing: 0;
  white-space: nowrap;
}

.about-us .text-wrapper-14 {
  position: absolute;
  top: 52px;
  left: 22px;
  width: 96px;
  height: 21px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.about-us .variant-3 {
  width: 160px;
  overflow: hidden;
  position: relative;
  height: 72.8px;
}

.about-us .achieve-number-wrap-3 {
  left: 12px;
  width: 105px;
  position: absolute;
  top: 0;
  height: 48px;
  overflow: hidden;
}

.about-us .text-wrapper-15 {
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.about-us .text-wrapper-16 {
  top: 0;
  left: 80px;
  width: 20px;
  height: 25px;
  font-size: 36px;
  line-height: 25.2px;
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  letter-spacing: 0;
  white-space: nowrap;
}

.about-us .text-wrapper-17 {
  position: absolute;
  top: 52px;
  left: 0;
  width: 101px;
  height: 21px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.about-us .variant-4 {
  width: 160px;
  margin-right: -3.78px;
  position: relative;
  height: 72.8px;
  overflow: hidden;
}

.about-us .achieve-number-wrap-4 {
  left: 35px;
  width: 83px;
  position: absolute;
  top: 0;
  height: 48px;
  overflow: hidden;
}

.about-us .text-wrapper-18 {
  width: 62px;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.about-us .text-wrapper-19 {
  top: -2px;
  left: 61px;
  width: 22px;
  height: 36px;
  font-size: 28px;
  line-height: 33.6px;
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #2c2c2c;
  letter-spacing: 0;
  white-space: nowrap;
}

.about-us .text-wrapper-20 {
  position: absolute;
  top: 52px;
  left: 0;
  width: 153px;
  height: 21px;
  display: flex;
  align-items: center;
  font-family: "Geist-Light", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.about-us .footer-desktop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #000000;
}

.about-us .frame-13 {
  display: flex;
  flex-direction: column;
  width: 551.75px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.about-us .text-wrapper-21 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 28.6px;
}

.about-us .text-wrapper-22 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.about-us .text-wrapper-23 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 27px;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.about-us .text-wrapper-24 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.about-us .div-menu-container {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 18.63px 40px 18.37px;
  position: fixed;
  top: 0;
  /*left: calc(50.00% - 720px);*/
  background-color: #ffffff;
  /*border-radius: 0px 0px 28px 28px;*/
}

.about-us .whatsapp-image {
  position: relative;
  width: 117px;
  height: 75px;
  margin-top: -6.00px;
  margin-bottom: -6.00px;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.about-us .list {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.about-us .item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 39.66px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.about-us .text-wrapper-25 {
  position: relative;
  display: -webkit-box;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18.8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
}

.about-us .link-help-wrapper {
  padding: 0px 40.05px 0px 0px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.about-us .link-pricing {
  display: -webkit-box;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18.8px;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
}

.about-us .link-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.about-us .link {
  display: flex;
  justify-content: center;
  padding: 12px 23.56px 12px 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #000000;
  border-radius: 12px;
  position: relative;
  align-items: center;
}

.about-us .text-wrapper-26 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 13.8px;
  letter-spacing: 0;
  line-height: 18.8px;
  white-space: nowrap;
}









