
/* Prevent double-tap zoom on mobile */
* {
  touch-action: manipulation;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  touch-action: manipulation;
}

@font-face {
  font-family: "AliceFont";
  src: url("./assets/fonts/Alice/Alice-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GeistFont";
  src: url("./assets/fonts/Geist/Geist-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.star-icon {
  color: #d47a6a; /* Using the same color as your accent text */
  margin-right: 10px;
  font-size: 1.2em;
  vertical-align: middle;
}

.section-4-text {
  display: flex;
  align-items: flex-start;
}
.section-one {
  height: 1080px;
  position: relative;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
/* .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  object-fit: cover;

} */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  object-fit: cover;
  object-position: center 25%; /* shift focus upward */
  transform: scale(1.1);
  
  /* Hide video controls on all browsers */
  -webkit-media-controls: none;
  -webkit-media-controls-panel: none;
  -webkit-media-controls-play-button: none;
  -webkit-media-controls-start-playback-button: none;
  
  /* Additional iOS specific properties */
  -webkit-playsinline: true;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* Hide video controls completely */
.hero-video::-webkit-media-controls {
  display: none !important;
}

.hero-video::-webkit-media-controls-panel {
  display: none !important;
}

.hero-video::-webkit-media-controls-play-button {
  display: none !important;
}

.hero-video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* Removed .hero-gif as it's no longer needed */
.section-4-image-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
}
.hero-bottom {
  position: absolute;
  bottom: 197px;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* bottom: calc((1080px - 100vh) + 60px); */
}
.hero-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
  color: white;
  position: relative;
  z-index: 12;
}
.hero-heading-2 {
  font-family: "GeistFont", sans-serif;
  font-size: 24px;

  font-weight: 300;
  color: white;
}
.geist-font {
  font-family: "GeistFont", sans-serif;
}

.section-2 {
  padding: 37px 80px;
  position: sticky;
  top: 0;
  z-index: 999; /* Ensure it's above other content */
}
.section-2-btn {
  border-radius: 10px;
  padding: 12px 16px;
  background-color: #d47a6a;
  font-family: "GeistFont", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border: 0;
}
.section-3 {
  height: 848px;
}
.section-3-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;
  text-align: center;
}
.section-4-col-1 {
  padding: 0px;
}
.section-4-image {
  border-top-right-radius: 40px;
  border-bottom-right-radius: min(50%, 400px);
  height: 809px;
  width: 80%;
  overflow: hidden;
  position: relative;
}
.section-4-text-col {
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-4-text {
  font-family: "GeistFont", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  max-width: 498px;
  color: #3c3f49;
}
.section-4-text-2 {
  font-family: "GeistFont", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  max-width: 498px;
  color: #3c3f49;
}
.section-5-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;
  max-width: 498px;
}
.section-5-left-col {
  padding-top: 387px;
  padding-left: 253px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-5-text {
  font-family: "GeistFont", sans-serif;
  font-size: 20px;
  font-weight: 300;

  color: #5c6170;
}
.section-6 {
  margin-top: 232px;
  position: relative;
  height: 1421px;
  width: 100%;
  overflow: hidden;
}
.section-6-ec-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
.section-6-ec-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 204px;
  left: 0;
  z-index: 2;
  object-fit: cover;
  object-position: center;
}
.section-6-container {
  z-index: 3;
  position: relative;
  margin-top: 563px;
}
.section-6-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;
  max-width: 498px;
}
.section-6-left {
  padding-top: 77px;
  padding-left: 375px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-6-text {
  font-family: "GeistFont", sans-serif;
  font-size: 20px;
  font-weight: 300;
  max-width: 498px;
  color: #5c6170;
}

.section-7 {
  margin-top: 299px;
}
.section-7-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;
  text-align: center;
}

.scroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  display: flex;
  gap: 24px;
  padding: 0px 135px;
  margin-top: 80px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.card-custom {
  width: 410px;
  height: 644px;
  border-radius: 20px;
  border: none;
  color: white;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  padding-bottom: 46px;
  padding-left: 70px;
  padding-right: 70px;
}
.slide-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}
.slide-text {
  font-family: "GeistFont", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.arrow-buttons {
  border-radius: 50%;
  border: none;
  background-color: transparent;
  margin-top: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  transition: opacity 0.2s ease;
}
#slider-2::-webkit-scrollbar,
#slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

#slider,
#slider-2 {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.section-8 {
  margin-top: 299px;
  margin-bottom: 221px;
}
.section-8-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;
  text-align: center;
}

.scroll-container-2 {
  overflow-x: auto;
  scroll-behavior: smooth;
  display: flex;
  gap: 24px;
  padding: 0px 135px;
  margin-top: 80px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.card-custom-2 {
  width: 550px;
  height: 720px;
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
}
.card-custom-2-img {
  width: 100%;
  height: 549px;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.section-8-video {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52.8%;
  height: 48.5%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.slide-text-2 {
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #3c3f49;
  padding: 32px 32px 32px 32px;
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.section-9 {
  height: 956px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.section-9-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;
  text-align: center;
}
/* .section-10{
  height: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('./assets/images/section-10-img.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-10-overlay{

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  opacity: 0.3;
  background: linear-gradient(to left, #ff5a8f, #975268);
}
.section-10-heading{
font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #ffffff;
 text-align: center;
 position: relative;
 z-index: 2;

} */
.section-10 {
  height: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("./assets/images/section-10-img.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.section-10-overlay {
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  opacity: 0.3;
  background: linear-gradient(to left, #ff5a8f, #975268);
  background-attachment: fixed;
}

.section-10-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-11 {
  height: 940px;
  margin-top: 150px;
}
.section-11-right {
  padding: 24px;
  overflow: hidden;
  height: 892px;

  border-radius: 40px;

  position: relative;
}
.section-11-img {
  border-radius: 40px;
}

.section-11-img-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}

.section-11-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;

  margin-top: 48px;
}
.section-11-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-11-text {
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 160px;
  color: #5c6170;
}
.section-11-text-2 {
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 24px;
  color: #5c6170;

  max-width: 335px;
}

.section-11-left-content {
  max-width: 549px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.section-11-icon {
  align-self: start;
}

/* section 12 start */

.section-12 {
  height: 940px;
}
.section-12-right {
  padding: 24px;
}
.section-12-video-container {
  position: relative;
  border-radius: 40px;
  height: 892px;
  width: 100%;
  overflow: hidden;
}

.section-12-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  z-index: 1;
}

/* Removed .section-12-bg-image as it's no longer needed */

.section-12-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;

  margin-top: 48px;
}
.section-12-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-12-text {
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 245px;
  color: #5c6170;
}

.section-12-left-content {
  max-width: 498px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.section-12-icon {
  align-self: start;
}
.fix-number {
  font-family: Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: inherit !important;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* section 12 end */
.section-13 {
  height: 940px;
  padding: 24px;
}

.section-13-inner {
  height: 100%;
  width: 100%;
  background-color: #f6f4f1;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* let image slide inside */
}

.section-13-img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* make bigger than section */
  max-width: none !important; /* prevent Bootstrap from shrinking */
  will-change: transform;
}

.section-13-content-container {
  max-width: 737px;
}

.section-13-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;
  text-align: center;
  max-width: 737px;
  position: relative;
  z-index: 3;
}

/* section 14 start */

.section-14 {
  max-height: 940px;
}
.section-14-right {
  padding: 24px;
}
.section-14-img {
  border-radius: 40px;
}
.section-14-heading {
  font-family: "AliceFont", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  color: #3c3f49;

  margin-top: 48px;
}
.section-14-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-14-text {
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 40px;
  color: #5c6170;
}
.section-14-text-2 {
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 24px;
  color: #5c6170;
}
.section-14-left-content {
  max-width: 498px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.email-container {
  background-color: #f7f5f2;
  border-radius: 12px;
  padding: 6px;
  display: flex;
  align-items: center;
  margin-top: 80px;
  width: 100%;
  max-width: 304px;
  height: 64px;
}

.email-input {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  padding: 10px;
  color: #6c757d;
}

.email-input::placeholder {
  color: #6c757d;
  font-weight: 300;
}

.submit-btn {
  background-color: #d57362;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  white-space: nowrap;
}

.submit-btn:hover {
  background-color: #c16252;
}

/* section 14 end */

/* section 15 start */
.section-15 {

  margin-top: 197px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-radius: 40px;
  z-index: 2;
  overflow: hidden;
}
.marquee-container {

  background-color: white;
  padding: 0;
  display: flex;
 
  user-select: none;
  overflow: hidden;
  --gap: 10px;
  gap: var(--gap);
}

.marquee-content {
  list-style: none;
  display: flex;
   gap: var(--gap);
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  min-width: 100%;
  animation: marquee 20s linear infinite;
  padding: 0;
}


.marquee-item {
  flex: 0 0 auto;
  font-family: "GeistFont", sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #3c3f49;
  padding: 0 16px;
}

@keyframes marquee {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}
/* section 15 end */

.footer {
  z-index: 1;
  height: 356px;
  background-color: #f6f4f1;
  padding-left: 146px;
  padding-right: 146px;
  margin-top: 182px;
}
.footer-left {
  height: 356px;
}
.footer-logo {
  height: 84.2px;
  width: 279px;
  margin-top: 100px;
}
.footer-left-text {
  font-family: "GeistFont", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #5c6170;
  margin-top: 32px;
}
.footer-right-1-ul {
  display: flex;
  flex-direction: column;
  margin-top: 137px;
  list-style-type: none;
  gap: 16px;
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  font-weight: 300;

  text-decoration: none;
}
.footer-right-1,
.footer-right-2 {
  display: flex;
  justify-content: end;
}
.footer-right-1-ul li a {
  color: #5c6170;
  text-decoration: none;
}
.footer-right-2-ul {
  display: flex;
  flex-direction: column;
  margin-top: 134px;
  list-style-type: none;
  gap: 16px;
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  font-weight: 300;

  text-decoration: none;
}
.footer-right-2-ul li a {
  color: #5c6170;
  text-decoration: none;
}
.section-6-img {
  height: 800px;
  object-fit: contain;
}

@media (max-width: 1440px) {
  .hero-bottom {
    position: absolute;
    bottom: 100px;
    /* bottom: 60px; */
  }
  .section-4-image {
    border-top-right-radius: 40px;
    border-bottom-right-radius: min(50%, 400px);
    height: 809px;
    width: 90%;
    overflow: hidden;
  }
  .section-5-left-col {
    padding-top: 199px;
    padding-left: 208px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .section-6-left {
    padding-top: 77px;
    padding-left: 208px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .hero-bottom {
    position: absolute;
    bottom: 100px;
  }
  .section-4-image {
    border-top-right-radius: 40px;
    border-bottom-right-radius: min(50%, 400px);
    height: 809px;
    width: 90%;
    overflow: hidden;
  }
  .section-5-left-col {
    padding-top: 107px;
    padding-left: 165px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .section-6-left {
    padding-top: 77px;
    padding-left: 165px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .email-container {
    max-width: none;
  }
  
  
  .hero-video {
    display: block;
  }
  .hero-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 60px;
    line-height: 64px;
    font-weight: 300;
    color: white;
  }
  .section-3 {
    height: 800px;
  }
  .section-3-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 64px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
  }
  .section-4-image {
    border-top-right-radius: 40px;
    border-bottom-right-radius: min(50%, 330px);
    height: 660px;
    width: 74%;
    overflow: hidden;
  }
  .section-4-text-col {
    margin-top: 66px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .section-4-text {
    font-family: "GeistFont", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    width: 498px;
    color: #3c3f49;
  }
  .section-5-left-col {
    padding-top: 107px;
    padding-left: 165px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    order: 1;
  }
  .section-5-right-col {
    margin-top: 280px;
    height: 660px;
  }
  .section-5-left-col {
    padding-top: 0;
    padding-left: 125px;
    padding-right: 125px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    order: 1;
    margin-top: 265px;
    align-items: center;
  }
  .section-5-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 64px;
    font-weight: 300;
    color: #3c3f49;
    max-width: 100%;
    text-align: center;
  }
  .section-5-text {
    font-family: "GeistFont", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #5c6170;
    text-align: center;
  }
  .section-6 {
    margin-top: 232px;
    position: relative;
    height: 1480px;
    width: 100%;
    overflow: hidden;
  }
  .section-6-left {
    padding-top: 24px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .section-6-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 64px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
    max-width: 498px;
  }
  .section-6-text {
    font-family: "GeistFont", sans-serif;
    font-size: 20px;
    font-weight: 300;
    max-width: 498px;
    text-align: center;
    color: #5c6170;
  }
  .section-6-img {
    height: 638px;
    margin-top: 78px;
  }
  .section-6-right {
    display: flex;
    justify-content: center;
  }
  .section-6-container {
    z-index: 3;
    position: relative;
    margin-top: 316px;
  }
  .scroll-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    gap: 24px;
    padding: 0px 64px;
    margin-top: 42px;
  }
  .section-7-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
  }
  .card-custom {
    width: 550px;
    height: 644px;
    border-radius: 20px;
    border: none;
    color: white;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 46px;
    padding-left: 140px;
    padding-right: 140px;
  }
  .section-8 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .section-8-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
  }
  .scroll-container-2 {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    gap: 24px;
    padding: 0px 64px;
    margin-top: 64px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .section-9 {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-9-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
  }
  .section-10 {
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("./assets/images/section-10-img.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
  }
  .section-10-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-left: 153px;
    padding-right: 153px;
  }
  .section-10-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(to left, #ff5a8f, #975268);
    background-attachment: fixed;
  }

  .section-11 {
    padding: 36px;
  }
  .section-11-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 80px;
  }
  .section-11-left-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }

  .section-11-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #3c3f49;
    margin-top: 40px;
  }
  .section-11-text {
    font-family: "GeistFont", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 80px;
    color: #5c6170;
  }
  .section-11-img {
    border-radius: 40px;
    max-height: 589px;
    width: 100%;
    object-fit: cover;
  }
  .section-11-right {
    padding: 24px;
    overflow: hidden;
    max-height: 589px;

    border-radius: 40px;

    margin-top: 56px;
    position: relative;
  }

  .section-11-img-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
  }
  .section-12 {
    height: 1250px;
    margin-top: 79px;
  }
  .section-12-video {
    border-radius: 40px;
    height: 589px;
    width: 100%;
    margin-top: 143px;
    object-fit: cover;
  }
  .section-12-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 80px;
  }
  .section-12-left-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-top: 28px;
  }

  .section-12-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #3c3f49;
    margin-top: 40px;
  }
  .section-12-text {
    font-family: "GeistFont", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 166px;
    color: #5c6170;
  }
  .section-13 {
    height: 700px;
    padding: 24px;
    margin-top: 104px;
  }
  .section-13-inner {
    height: 100%;
    width: 100%;
    background-color: #f6f4f1;
    border-radius: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    padding-left: 177px;
    padding-right: 177px;
  }
  .section-13-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100vh; /* make bigger than section */
    max-width: none !important; /* prevent Bootstrap from shrinking */
    will-change: transform;
  }
  .section-13-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
    max-width: 100%;
    position: relative;
    z-index: 3;
  }
  .section-14{
    height: 100%;
  }
  .section-14-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #3c3f49;
    margin-top: 48px;
  }
  .section-14-left {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-left: 80px;
  }
  .section-14-right {
    margin-top: 100px;
  }
  .marquee-item {
    flex: 0 0 auto;
    font-family: "GeistFont", sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #3c3f49;
    padding: 0 16px;
  }
  .section-15 {
    margin-top: 582px;
    padding-bottom: 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-radius: 40px;
    z-index: 2;
    overflow: hidden;
  }
  .footer {
    z-index: 1;
    height: 100%;
    background-color: #f6f4f1;
    padding-left: 56px;
    padding-right: 56px;
    margin-top: 170px;
  }
  .footer-logo {
    height: 39.23px;
    width: 130px;
    margin-top: 64px;
  }
  .section-12-video-container {
    margin-top: 160px;
    height: 600px;
    overflow: hidden;
    background-color: #f0f0f0;
  }
  
  .section-12-bg-video {
    border-radius: 40px;
    display: block;
  }
  .footer-left-text {
    font-family: "GeistFont", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #5c6170;
    margin-top: 24px;
  }
  .footer-right-1-ul {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    list-style-type: none;
    gap: 16px;
    font-family: "GeistFont", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
  }
  .footer-right-2-ul {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    list-style-type: none;
    gap: 16px;
    font-family: "GeistFont", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
  }
  .footer-left {
    height: 100%;
  }
}

@media (max-width: 500px) {
  .amia-logo-mobile{
    height: 31px;
    display: block;
    margin: 0 auto;
  }
  .hero-heading-2{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
  }
  .hero-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-bottom .row {
    justify-content: center;
  }
  .hero-bottom .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-one {
    height: 760px;
    position: relative;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
  }
  .hero-video {
    height: 760px;
    display: block;
  }
  .hero-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 300;
    color: white;
  }
  .section-2 {
    padding: 37px 20px;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .section-3 {
    height: 400px;
  }
  .section-3-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
  }
  .section-4-image {
    border-top-right-radius: 20px;
    border-bottom-right-radius: min(50%, 200px);
    height: 400px;
    width: 90%;
    overflow: hidden;
  }
  .section-4-text-col {
    margin-top: 66px;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .section-4-text {
    font-family: "GeistFont", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    width: 100%;
    color: #3c3f49;
  }
  .section-5-left-col {
    padding-top: 107px;
    padding-left: 165px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    order: 1;
  }
  .section-5-right-col {
    margin-top: 80px;
    height: 367px;
  }
  .section-5-left-col {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 1;
    margin-top: 40px;
    align-items: center;
  }
  .section-5-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    max-width: 100%;
    text-align: center;
  }
  .section-5-text {
    font-family: "GeistFont", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5c6170;
    text-align: center;
  }
  .section-6 {
    margin-top: 132px;
    position: relative;
    height: 1480px;
    width: 100%;
    overflow: hidden;
  }
  .section-6-ec-1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 2;
    object-fit: cover;
    object-position: center;
  }
  .section-6-left {
    padding: 24px;

    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .section-6-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
    max-width: 100%;
  }
  .section-6-text {
    font-family: "GeistFont", sans-serif;
    font-size: 18px;
    font-weight: 300;
    max-width: 100%;
    text-align: center;
    color: #5c6170;
  }
  .section-6-img {
    height: 569px;
    margin-top: 60px;
  }
  .section-6-right {
    display: flex;
    justify-content: center;
  }
  .section-6-container {
    z-index: 3;
    position: relative;
    margin-top: 195px;
  }
  .scroll-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    gap: 24px;
    padding: 0px 24px;
    margin-top: 28px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .section-7 {
    margin-top: 0px;
  }
  .section-7-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
  }
  .card-custom {
    max-width: 342px;
    height: 480px;
    border-radius: 20px;
    border: none;
    color: white;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 46px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .section-8 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .section-8-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
  }
  .scroll-container-2 {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    gap: 24px;
    padding: 0px 24px;
    margin-top: 28px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .card-custom-2 {
    max-width: 342px;
    height: 540px;
    border-radius: 20px;
    border: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
  }
  .card-custom-2-img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
  }
  
  .section-8-video {
    width: 61.8%;
    height: 48.5%;
    border-radius: 15px 15px 0px 0px;
  }
  .slide-text-2 {
    font-family: "GeistFont", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #3c3f49;
    padding: 24px 24px 24px 24px;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: flex-start;
  }
  .section-9 {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-9-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
  }
  .section-10 {
    height: 489px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("./assets/images/section-10-img.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }

  .section-10-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(to left, #ff5a8f, #975268);
  }

  .section-10-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-left: 31px;
    padding-right: 31px;
  }
  .section-11 {
    height: 728px;
    margin-top: 56px;
  }
  .section-11-left {
    display: flex;
    justify-content: center;
   
    flex-direction: column;
     align-items: center;
  padding: 0px 24px 0px 3px;

  }
  .section-11-left-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }

  .section-11-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    margin-top: 40px;
  }
  .section-11-text,
  .section-11-text-2 {
    font-family: "GeistFont", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
    color: #5c6170;
  }

  .section-11-img {
    border-radius: 20px;
    max-height: 340px;
    width: 100%;
    object-fit: cover;
  }
  .section-11-right {
    padding: 12px;
    overflow: hidden;
    max-height: 353px;
    border-radius: 20px;
    position: relative;
    background-color: #f6f4f1;
  }
  .section-11-img-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
  }
  .section-12 {
    height: 680px;
    margin-top: 156px;

  }

  .section-12-video-container {
    border-radius: 20px;
    height: 350px;
    width: 100%;
    margin-top: -20px;
    overflow: hidden;
    background-color: #f0f0f0;
  }
  
  .section-12-bg-video {
    border-radius: 20px;
    display: block;
  }
  .section-12-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 24px;
  }
  .section-12-left-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-top: 28px;
  }

  .section-12-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    margin-top: 40px;
  }
  .section-12-text {
    font-family: "GeistFont", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    color: #5c6170;
  }
  .section-13 {
    height: 494px;
    padding: 12px;
    margin-top: 160px;
  }
  .section-13-inner {
    height: 100%;
    width: 100%;
    background-color: #f6f4f1;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    padding-left: 65px;
    padding-right: 65px;
  }
  .section-13-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    text-align: center;
    max-width: 100%;
    position: relative;
    z-index: 3;
  }
  .section-14-heading {
    font-family: "AliceFont", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #3c3f49;
    margin-top: 48px;
  }
  .section-14 {
    height: 100%;
  }
  .section-14-left {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 24px;
  }
  .section-14-right {
    margin-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .section-14-text {
    font-family: "GeistFont", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
    color: #5c6170;
  }
  .email-container {
    background-color: #f7f5f2;
    border-radius: 12px;
    padding: 6px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    width: 100%;
    max-width: none;
    height: 64px;
  }
  
  
  .marquee-item {
    flex: 0 0 auto;
    font-family: "GeistFont", sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #3c3f49;
    padding: 0 10px;
  }
  .section-15 {

    margin-top: 110px;
    padding-bottom: 0px;
 
    /* margin-bottom: 30px; */
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-radius: 40px;
    z-index: 2;
    overflow: hidden;
  }
  .footer {
    z-index: 1;
    height: 100%;
    background-color: #f6f4f1;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 56px;
    margin-top: 100px;
  }
  .footer-logo {
    height: 39.23px;
    width: 130px;
    margin-top: 64px;
  }
  .footer-left {
    height: 100%;
  }
  .footer-left-text {
    font-family: "GeistFont", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #5c6170;
    margin-top: 24px;
  }
  .footer-right-1-ul {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    list-style-type: none;
    gap: 16px;
    font-family: "GeistFont", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    margin-left: -26px;
  }
  .footer-right-2-ul {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    list-style-type: none;
    gap: 16px;
    font-family: "GeistFont", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
  }
  .footer-right-1,
  .footer-right-2 {
    display: flex;
    justify-content: start;
  }
}
.dot-dot {
  letter-spacing: 0px;
}
@media (min-width: 1880px){

}
@media (min-width: 2191px){
    .section-15 {
 
    margin-top: 384px;
  }
  .section-4-image {
    border-top-right-radius: 60px;
    border-bottom-right-radius: min(45%, 695px);
    height: 809px;
    width: 70%;
    overflow: hidden;
  }
}
@media (min-width: 991px){
  .section-11 {
    padding-right: 34px;
  }
}
@media (min-width: 994px) and (max-width: 1250px) {
  .section-4-image {
    height: 500px;
  }
  .section-11{
    height: 550px;
  }
  .section-12{
    height: 590px;
  }
  .section-11-right{
    height: 550px;
  }
  .section-11-text {
    font-family: "GeistFont", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 11px;
    color: #5c6170;
}
.section-12-video-container

 {
    position: relative;
    border-radius: 40px;
    height: 590px;
    width: 100%;
    overflow: hidden;
}
.section-12-text {
  font-family: "GeistFont", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 156px;
  color: #5c6170;
}
.section-13 {
  height: 940px;
  padding: 24px;
  margin-top: 20px;
}
}
