﻿.create-event-shell-01 {
  background-color: var(--orange-color);
  background-image: url("/assets/public/pageelements/expoyay/02/create-your-event.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-top: 64px;
  padding-bottom: 64px;
}
.content-shell-01 {
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-top: 64px;
  padding-bottom: 64px;
}
.create-event-shell-01 .theme-header-01-2 {
  font-family: 'Geom', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 14px;
  letter-spacing: -0.4px;
}
.content-shell-01 .theme-header-01-3 {
  font-family: 'Geom', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--black);
  margin-bottom: 14px;
  letter-spacing: -0.4px;
}
.create-event-shell-01 .copy-01-2 {
  font-family: 'Public Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--white);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content-shell-01 .copy-01-3 {
  font-family: 'Public Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--black);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.create-event-banner-image-01 {
  width: 100%;
  object-fit: cover;
  display: block;
}


.app-store-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.app-store-buttons img {
  height: 56px;
  width: auto;
}

.apps-page-mobile-section-plain-01 {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .apps-page-mobile-section-plain-01 .home-mobile-section-01 {
        background: transparent !important;
    }

    .apps-page-mobile-section-plain-01 .home-mobile-card-01 {
        background: transparent !important;
        box-shadow: none !important;
    }