/* Static export styles */
:root {
  --font-size-26: 26px;
  --font-size-18: 18px;
  --font-size-16: 16px;
  --clr-white: #ffffff;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.video-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: #000;
}
.overlay-gradient {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  z-index: 0;
}
.page-wrap {
  position: relative;
  min-height: 100vh;
  z-index: 1;
}
.IReisMain {
  width: 100%;
  height: 100vh;
  background-image: url("../../../public/IREISEvent.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.IReisMain::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.361);
  width: 100%;
  z-index: 1;
  height: 100vh;
  left: 0;
  top: 0;
}
.Container {
  position: relative;
  width: 100%;
  height: 100vh;
}
.LogoRow {
  display: flex;
  position: absolute;
  top: 100px;
  left: 20%;
  z-index: 10;
  width: 60%;
  color: white;
  margin: auto;
  justify-content: space-between;
}
.ContentOverflow {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 10;
  width: 100%;
  color: white;
}
.ContentRow {
  width: 60%;
  display: block;
  justify-content: space-between;
  margin: auto;
  gap: 40px;
}
.ContentLeft {
  width: 60%;
  h1,
  p {
    text-align: left;
  }
}
.ContentRight {
  width: 40%;
}

/* Header Logo Start  */

.HeaderLogoMain {
  width: 100%;
}
.HeaderLogoContainer {
  max-width: 1440px;
  margin: auto;
}
.HeaderLogoRow {
  display: flex;
  justify-content: space-between;
  padding: 40px 10px;
}
.HeaderLogoOH {
  width: 50%;
  z-index: 10;
  position: relative;
  text-align: left;
}

.HeaderLogoIREIS {
  width: 50%;
  z-index: 10;
  position: relative;
  text-align: right;
}

/* Text Body Start Here  */

.TextBodyMain {
  width: 100%;
}

.TextBodyContainer {
  max-width: 1440px;
  margin: auto;
}
.TextBodyRow {
  display: flex;
  justify-content: space-between;

  width: 100%;
  gap: 40px;
}
.TextBodyContent {
  z-index: 10;
  width: 70%;
  text-align: left;

  h1 {
    font-size: var(--font-size-40);
  }
  h2 {
    font-size: var(--font-size-26);

    padding: 40px 0 10px 0;
  }
  p {
    padding: 0;
  }
}
.TextBodyForm {
  z-index: 10;
  width: 30%;
  text-align: left;
}

.Main {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100;
  padding: 0 10px;
}
.Container {
  max-width: 1440px;
  margin: auto;
}

.ContentRow {
  display: block;
  justify-content: space-between;
  gap: 40px;
  text-align: left;
}
.ContentLeftSide {
  width: 68%;
  z-index: 10;
  h1 {
    font-size: var(--font-size-40);
    color: white;
  }
  h2,
  p {
    color: white;
  }
}
.ContentForm {
  width: 30%;
}
.FooterIcon {
  margin-top: 40px;
  padding: 40px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  color: var(--color-white);
}
.FooterIconLi {
  svg {
    z-index: 12;
    font-size: 30px;
  }
  p {
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-500);
  }
}
.b24-form-wrapper {
  border-radius: 4px !important;
}

@media (max-width: 767px) {
  .Main {
    top: 160px;
    padding: 0 10px;
  }
  .ContentRow {
    display: grid;
  }
  .ContentLeftSide {
    width: 100%;
  }
  .ContentForm {
    width: 100%;
  }
  .FooterIcon {
    display: grid;
  }
  .ContentLeftSideText {
    display: block !important;
    /* margin-top: 60px;  */
  }
  .ContentLeftSideTextInner {
    /* padding-bottom: 40px;  */
  }
  .Wrapper {
    position: relative !important;
  }
}

.FooterIcon,
.FooterIconLi {
  color: #fff;
}
.FooterIconLi p {
  margin: 0 0 6px 8px;
  display: inline-block;
}
.Main h1,
.Main h2,
.Main p {
  color: #fff;
}

/* --- FIXED LAYOUT STYLES --- */
.Container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px;
}

.Wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.ContentRow {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
  width: 100%;
}

.ContentLeftSide {
  width: 100%;
  z-index: 10;
}

.ContentLeftSide h1 {
  font-size: 40px;
  color: #fff;
}

.ContentLeftSide h2 {
  font-size: 26px;
  color: #fff;
  margin: 20px 0 10px;
}

.ContentLeftSide p {
  color: #fff;
  margin-bottom: 10px;
}

.ContentForm {
  width: 30%;
}

.ContentLeftSideText {
  display: flex;
  width: 100%;
}

.ContentLeftSideTextInner {
  width: 100%;
}
.b24-form {
  width: 100%;
}
