
.custom-container {
  position: relative;
}

.custom-empty {
  width: 100%;
  min-height: 200px;
  opacity: 0;
}

/*.custom-section1, .custom-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-img1 {
  width: 100%;
  height: 100%;
}

.custom-height-100 {
  height: 100%;
}

/*.custom-content{*/
/*  padding-top: 30px;*/
/*}*/

.custom-content h3 {
  color: #fff;
  font-family: Inter;
  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;
}

#page .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;
}

#page .custom-cta-button a{
  color: #fff;
}

/* Section 1 */
.custom-section1-container-content {
  align-items: stretch;
  display: flex;
}

.custom-section1-img {
  clip-path: polygon(0 0, 39% 0, 98% 100%, 0 100%);
}

#page .custom-section1-content {
  background: #30318c;
  padding-left: 1130px;
  margin-left: -1230px;
  margin-top: 60px;
  padding-right: 50px;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Section 2 */
.custom-section2-container-content {
  align-items: stretch;
  display: flex;
}

.custom-section2-img {
  /* clip-path: polygon(3% 0, 100% 0, 100% 100%, 32% 100%); */
   clip-path: polygon(47% 0, 100% 0, 100% 100%, 11% 100%);
}

#page .custom-section2-content {
  background: #FB5E00;
  margin-right: -1230px;
  padding-right: 1130px;
  padding-left: 50px;
  margin-top: 60px ;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 1400px) {
#page  .custom-section1-content {
    padding-left: 642px;
    margin-left: -759px;
  }

  #page .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;
  }

 #page  .custom-section1-content {
    padding-left: 525px;
    margin-left: -600px;
  }

 #page .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-img1{
  height: 260px;
}
  .custom-section {
    height: fit-content !important;
  }
 .custom-section2{
 flex-direction: column-reverse;
 }
  .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%);
  }

  #page .custom-section1-content {
    padding-left: 32px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding-right: 32px !important;
    padding-top: 24px;
  }

 #page .custom-section2-content {
    padding-right: 32px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    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) {
  .custom-empty {
    min-height: 13px;
  }
}