@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
body {
  margin: 0;
  padding: 0;
}

.container-fluid {
  position: relative;
}
.empty{
  width: 100%;
 min-height: 200px;
  opacity: 0;
}
/* .section1 , .section2{
  height: 733px;
} */
/* .custom-section {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  will-change: opacity, transform;
} */
 .custom-section {
    position: relative; /* not sticky */
  height: 100vh; /* same visual size */
  overflow: hidden; /* optional to avoid bleed */
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
}

/* inner wrapper we animate (keeps the sticky element itself untransformed) */
.custom-section .section-inner {
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  transform: translateZ(0); /* helps GPU compositing / avoid flicker on Safari */
}
.custom-img1 {
  width: 100%;
  height: 100%;
}
.custom-height-100 {
  height: 100%;
}
.custom-content h3 {
  font-family: Inter;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.custom-content h1 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 35px !important;
}

.custom-content p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 35px !important;
}
.custom-cta-button {
  display: flex;
  width: 195px;
  height: 50px;
  padding: 16px 24px 16px 24px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  background: transparent;
  border: 2px solid white;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 35px !important;
}
/*section 1*/
.custom-section1-container-content {
  align-items: stretch;
  display: flex;
}
.custom-img1 {
  width: 100%;
  height: 100%;
}
.custom-section1-img {
  clip-path: polygon(0 0, 39% 0, 98% 100%, 0 100%);
}
.custom-section1-content {
  background: #30318c;
  padding-left: 700px;
  margin-left: -800px;
  margin-top: 60px;
  padding-right: 50px;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*section2*/
.custom-section2-container-content {
    align-items: stretch;
    display: flex;
  }
  .custom-section2-img {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 32% 100%);

  }
  .custom-section2-content {
    background: #FB5E00;
    margin-right: -800px;
    padding-right: 700px;
    padding-left: 50px;
    margin-bottom: 60px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media only screen and (max-width: 1400px) {
    .custom-section1-content {
      padding-left: 642px;
      margin-left: -759px;
    }
    .custom-section2-content {
      padding-right: 642px;
      margin-right: -759px;
    }
  }
@media only screen and (max-width: 1199px) {
  .custom-section{
    height: 752px !important;
  }
  .custom-img1{
    object-fit: cover;
  }
  .custom-section1-content {
    padding-left: 525px;
    margin-left: -600px;
  }
  .custom-section2-content {
    padding-right: 525px;
    margin-right: -600px;
  }

}
@media only screen and (max-width: 1024px) {
  .custom-section{
    height: 1024px !important;
  }
  .custom-img1{
    object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .custom-section{
    height: fit-content !important;
  }
  .custom-section1-img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .custom-section2-img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .custom-section1-content {
    padding-left: 32px !important;
    margin-left: 0px !important;
    margin-top: 0px;
    padding-right: 32px !important;
    padding-top: 24px;
  }
  .custom-section2-content {
    padding-right: 32px !important;
    margin-right: 0px !important;
    margin-bottom: 0px;
    padding-left: 32px !important;
    padding-top: 60px;
  }
  .custom-height-100 {
    height: fit-content !important;
  }
}
@media only screen and (max-width: 576px) {

.custom-section{
  height: fit-content !important;
}
}
@media only screen and (max-width: 375px) {

  .empty{
    min-height: 13px;
  }
  }
  