/*
Color
Font Size
Font Color
Font Family


*/
/*********Color*********/
/*PageUp New Branding*/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
/*********Font Family*********/
/*********End Font Color*********/
.cta-button-2025 {
  padding: 9px 20px;
  border-radius: 2rem;
  min-width: 7rem;
  width: auto;
}
.zoom_wrapper,
.zoom_content {
  position: relative;
  width: 100%;
  z-index: 1;
}
.zoom_intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ff0000;
}
.zoom_intro h2 {
  text-align: center;
  font-size: 8rem;
  color: #FEA530;
}
.zoom_intro p {
  text-align: center;
  font-size: 3rem;
  color: #FEA530;
}
.zoom_content {
  overflow-x: hidden;
  overflow-y: hidden;
}
.zoom_content .section {
  width: 100%;
  height: 100vh;
}
.zoom_content_hero {
  background: black;
}
.zoom_content .section.hero {
  background-image: url(/wp-content/uploads/2025/09/jungle.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.5s ease;
}
.image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 1;
}
.zoom_content_webinar {
  width: 100%;
  z-index: 3;
}
.zoom_content_webinar .webinar_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/03/pageup_2025_background_image.jpg) !important;
}
.zoom_content_webinar .webinar_container .header {
  background: transparent;
}
.zoom_content_webinar .webinar_container .landing_wrapper {
  background-image: none;
}
.zoom_content_webinar .webinar_container .landing_wrapper .landing_form_div {
  position: unset;
  margin-top: 5rem;
}
