@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/helvetica-neue-5/HelveticaNeueBlackCondensed.woff");
  font-weight: bold;
  /* font-style: normal; */
}

@font-face {
  font-family: "BiroScriptreduced";
  src: url("../fonts/BiroScriptreduced/BiroScriptreduced.woff");
  font-weight: bold;
  /* font-style: normal; */
}

:root {
  --checked-color: #fff;
  --unchecked-color: #fff;
  --checkbox-height: 20px;
  --background-color: #667788;
  --font-color: #efefef;
  --duration: 0.4s;
}
/*
 * Globals
 */

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

body {
  /* text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);

  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5); */

  overflow-x: hidden !important;
  width: 100%;
}
.error-message {
  color: red;
  font-weight: bold;
  font-size: 12px;
}
.cover-container {
  max-width: 1070px;
  /* max-width:100%; */
  margin: 0 auto;
  /* width:100%; */
  overflow-x: hidden;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: #000;
  font-size: 13px;
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
  margin-top: 5px;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

/* .nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
} */

.header .right .btn {
  font-size: 14px;
}

.header {
  padding-bottom: 15px;
  border-bottom: 2px solid #f0efef;
}
footer {
  background: #fff;
}
footer a.nav-link {
  text-decoration: underline;
}

form input {
  opacity: 0.6;
  box-shadow: 4px 4px 20px 0px;
}

.invitation-heading {
  line-height: 25px;
}

.event11april .invitation-heading {
  line-height: 30px;
}
.invitation-heading .line-one {
  font-size: 40px;
  font-weight: 900;
}

.invitation-heading .line-two {
  font-size: 70px;
  font-weight: 900;
}
.eligibility-btn-container .btn {
  font-size: 14px;
}
.action-container span {
  font-size: 10px;
  text-align: center;
}
.legal-section {
  background-color: #f0efef;
}
.copyright {
  font-size: 17px;
  font-weight: bold;
}
.legal,
.trademark {
  font-size: 14px;
  font-weight: bold;
}
.sponsor-logos {
  padding: 0px 78px;
  border-bottom: 1px solid;
}
.sponsor-logos-second {
  margin: 0 auto;
  text-align: center;
}
.invitation-banner {
  padding: 12px;
  border-radius: 100px;
}

#toast-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
.toast {
  min-width: 300px;
  opacity: 0.9;
}
.text-danger {
  font-weight: bold;
}

#subscriptionForm .text-danger {
  font-size: 12px;
}

.share-love-text {
  font-size: 30px; /* Base font size */
}

.love-highlight,
.tribe-highlight {
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6); /* Add shadow to text */
}

.video-container {
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.background-wrapper {
  position: relative;
  /* width: 100%;
  height: 100vh; */
  //background-image: url('your-image.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /* overflow: hidden; */

  /* Outer shadow at the top */
  box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.5);
}

/* Inner shadow at the top */
.background-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; /* Adjust height as needed */
  box-shadow: inset 0 20px 30px rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Dark black with transparency */
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2; /* Above overlay */
  text-align: center;
}
.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.video-container .image {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 0;
  position: relative;
  padding: 10px 0;
  width: 100%;
  /* box-shadow: 5px 0px 50px 9px #000; */
}
.insta {
  border-radius: 15px;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    rgba(47, 39, 0, 0.2)
  );
  width: 100vw;
  height: 100vh;
}
.agreement {
  color: black;
  text-decoration: none;
  font-size: 11px;
  margin-top: 5px;
}
.agreement:hover {
  color: black;
}

.btn-share {
  opacity: 0.6;
}

.form-control {
  color: #969696 !important; /* Text color */
  border: none;
  border-radius: 8px;
  background: #f5f5f5 !important; /* Background color */
  /* box-shadow:  4px 4px 10px rgba(0, 0, 0, 0.2),
               inset -4px -4px 10px rgba(255, 255, 255, 0.6) !important; Inner shadow */
  /* box-shadow: inset 0 4px 4px 0 rgb(147 143 138 / 95%)  !important; Inner shadow with full opacity */
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
  outline: none !important;
  height: 40px;

  font-family: "Inter", sans-serif; /* Apply Inter font */
  font-weight: 600; /* Semi-bold */
  font-size: 13px; /* Font size */
  line-height: normal; /* Default (auto) line height */
  letter-spacing: 0; /* No letter spacing */
  opacity: 0.8;
}
.form-control::placeholder {
  color: #969696 !important; /* Text color */
}

.input-group-text {
  background: #f5f5f5 !important; /* Background color */
  border: none !important;
  border-right: 0% !important;
  /* box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important; */
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25),
    /* Top and bottom shadows */ inset -4px 0 4px 0 rgba(0, 0, 0, 0) !important; /* No shadow on the right */
  color: #969696 !important;

  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 0% !important;
  border-top-right-radius: 0% !important;
  line-height: 2.5;
  font-family: "Inter", sans-serif; /* Apply Inter font */
  font-weight: 600; /* Semi-bold */
  font-size: 13px; /* Font size */
  line-height: normal; /* Default (auto) line height */
  letter-spacing: 0; /* No letter spacing */
  opacity: 0.8;
  text-shadow: none !important;
}
#phone {
  border-top-left-radius: 0% !important;
  border-bottom-left-radius: 0% !important;
}
.invitetext {
  color: #f6a32b !important;
  font-size: large;
}
.prioritytext {
  color: #ea1b52;
  font-size: large;
}
.aftertext {
  color: #fce700;
  font-size: large;
}
.invitation-description {
  opacity: 100%;
}
.bottom-space {
  margin-top: 5%;
  margin-bottom: 5%;
}
.form-space {
  margin-top: 12.7%;
}

.light-yellow {
  color: #eee2ae;
}
.yellow {
  color: #f6a32b;
}

@media (max-width: 768px) {
  .caption {
    padding: 0 1rem !important;
  }
  #subscriptionForm .caption {
    padding: 0 !important;
  }
  .div-inner-shadow {
    -webkit-box-shadow: inset 0px 450px 17px -8px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: inset 0px 170px 17px -8px rgba(0, 0, 0, 0.63);
    box-shadow: inset 10px 450px 42px -11px rgba(0, 0, 0, 0.63);
  }
  .bottom-space {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .form-space {
    margin-top: 0%;
  }
  .invitetext {
    color: #e9127e !important;
    font-size: large;
  }
  .prioritytext {
    color: #ea1b52;
    font-size: large;
  }
  .aftertext {
    color: #fce700;
    font-size: large;
  }
  .invitation-description {
    opacity: 100%;
  }
  form input {
    opacity: 0.9;
    box-shadow: 4px 4px 20px 0px;
  }
  .no-pd-mb {
    padding: 0 !important;
  }
  .no-pd-mb-t {
    padding-top: 0 !important;
  }
  .no-pd-mb-t {
    padding-top: 0 !important;
  }
  .no-pd-mb-b {
    padding-bottom: 0 !important;
  }
  .no-mr-mb-t {
    margin-top: 0 !important;
  }
  .no-mr-mb-b {
    margin-bottom: 0 !important;
  }
  .header {
    border-bottom: none;
  }
  body {
    color: #fff;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.8);
  }
  .body-background {
    background: #000;
  }

  .event11april .video-container .caption {
    padding: 5px 0px 0px 0px;
  }
  .event11april .content {
  }

  /* .event11april .mobile-action-container {
    position: absolute;
    bottom: 8%;
    width: 100% !important;
  } */

  .event11april .overlay-content {
    background: none;
  }

  .event11april .invitation-btn {
    border: 1px solid;
    width: 80% !important;
    font-size: 24px;
    padding: 9px;
    margin: 0 auto;
  }

  .header .nav-masthead .nav-link {
    color: #fff;
  }

  /* .home .overlay-content,
  .subscribe .overlay-content {
    background: linear-gradient(
      to bottom,
      rgba(47, 39, 0, 1) 40%,
      rgba(47, 39, 0, 0.6) 45%,
      rgba(47, 39, 0, 0.6) 60%,
      rgba(47, 39, 0, 0.6) 80%
    );

    background: linear-gradient(
      rgba(47, 39, 0, 1) 45%,
      rgba(47, 39, 0, 0.6) 55%
    );
  } */

  .event11april.subscribe {
    background: url("../../assets/images/Phone/shutterstock_521165539 2-11april-2.png");
  }

  /* .event11april.congratulations {
    background: url("../../assets/images/Phone/shutterstock_521165539 1.png");
    background-repeat: none;
  } */

  .event11april #subscriptionForm input::placeholder {
    color: #fff !important;
  }

  .event11april #subscriptionForm .form-control {
    background: #000 !important;
    border: 1px solid #6a6a6a;
    box-shadow: 0px 0px 2px 4px #2c2c2c !important;
    color: #fff !important;
  }

  .event11april #subscriptionForm .submit-button-cover {
    /* position: absolute; */
    // bottom: 0px;
    width: 100%;
  }

  .event11april #subscriptionForm select#country-code {
    text-align: left;
    padding: 5px;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #6a6a6a !important;
    box-shadow: 0px 0px 2px 4px #2c2c2c !important;
  }

  .event11april .invitation-heading .line-one {
    font-family: HelveticaNeue;
    font-size: 30px;
  }

  .event11april .invitation-heading .line-two {
    font-family: HelveticaNeue;
    text-transform: uppercase;
    font-size: 55px;
  }

  .event11april.subscribe .caption {
    /* height: 90%; */
  }

  .subscribe .overlay-content .congratulations .overlay-content {
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(47 , 39 ,0, 0.4)); */
    background: linear-gradient(
      to bottom,
      rgb(49 37 0 / 60%),
      rgba(47, 39, 0, 0.2)
    );
  }

  .event11april.congratulations {
    background: #000;
  }

  .toast-container {
    top: 50px !important;
  }
  /* .toast {
    min-width: 300px;
    opacity: 0.9;
  } */

  .toast {
    top: 50px !important;
    text-shadow: none;
  }

  .share-love-text {
    line-height: 32px;
  }

  .video-container video {
    position: absolute; /* Position the video absolutely */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center video in the viewport */
    width: 100%; /* Ensure the video takes up at least 100% of the container's width */
    height: 100%; /* Ensure the video takes up at least 100% of the container's height */
    object-fit: cover; /* Ensure the video covers the container without distortion */
  }

  .video-container .image {
    position: fixed; /* Position the video absolutely */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center video in the viewport */
    width: 100%; /* Ensure the video takes up at least 100% of the container's width */
    height: 100%; /* Ensure the video takes up at least 100% of the container's height */
    object-fit: cover; /* Ensure the video covers the container without distortion */
  }

  .invitation-heading .line-one {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .invitation-heading .line-two {
    font-size: 3.375rem;
    letter-spacing: 2px;
  }

  .invitation-banner {
    color: #fff;
    border: none;
    padding: 0px;
    font-size: 13px;
  }

  .invitation-btn {
    opacity: 0.8;
    border-radius: 0.25rem;
    padding: 12px;

    width: 90% !important;
    background: #000 !important;
    opacity: 0.8;
    padding: 12px;
  }

  #submit-button {
    background: #000000 !important;
    opacity: 0.8;
    padding: 8px;
    font-size: 1.5rem;
    border-radius: 10px;
    border: 1px solid #fff;
    font-family: HelveticaNeue;
  }
  .action-container a,
  .action-container span {
    width: 100% !important;
  }
  .video-container {
    position: fixed; /* Fix the video to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Place video behind content */
    overflow: scroll;
  }
  .agreement {
    color: white;
    text-decoration: none;
    font-size: 11px;
    margin-top: 10px;
  }
  .agreement:hover {
    color: white;
  }
  #first-name,
  #wait-list-count {
    font-size: 50px;
  }
  .form-control {
    line-height: 2.5;
    color: #2f2700 !important; /* Text color */
    border: none;
    border-radius: 8px;
    background: #f5f5f5 !important;
    /* box-shadow:  4px 4px 10px rgba(0, 0, 0, 0.2),
                 inset -4px -4px 10px rgba(255, 255, 255, 0.6) !important; Inner shadow */
    /* box-shadow: inset 0 4px 4px 0 rgb(147 143 138 / 95%)  !important; Inner shadow with full opacity */
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    outline: none !important;
    height: 55px;
    opacity: 0.8;
  }
  .form-control::placeholder {
    color: #2f2700 !important; /* Text color */
  }

  .btn-share {
    width: 90% !important;
    background: #000;
    opacity: 0.8;
    padding: 12px;
  }
  p.result {
    font-size: 20px;
  }

  .input-group-text {
    background: #f5f5f5 !important; /* Background color */
    border: none !important;
    border-right: 0% !important;
    /* box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important; */
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25),
      /* Top and bottom shadows */ inset -4px 0 4px 0 rgba(0, 0, 0, 0) !important; /* No shadow on the right */
    color: #2f2700 !important;
    height: 55px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0% !important;
    border-top-right-radius: 0% !important;
    line-height: 2.5;
    font-family: "Inter", sans-serif; /* Apply Inter font */
    font-weight: 600; /* Semi-bold */
    font-size: 13px; /* Font size */
    line-height: normal; /* Default (auto) line height */
    letter-spacing: 0; /* No letter spacing */
    /* opacity: 0.9; */
    text-shadow: none !important;
  }
  #phone {
    border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
  }
}

.sponsor-logos-mobile {
  margin-bottom: 5%;
  margin-left: 0px !important;
  margin-right: 0px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

@media (min-width: 769px) {
  .congratulations .body-background,
  .subscribe .body-background {
    background-image: url("../images/shutterstock_521165539%203.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .share-love,
  .share-tribe {
    text-align: center; /* Center text on larger screens */
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 1024px) {
  /* Styles for screens 1024px and narrower */
  .cover-container {
    padding: 0px 3%;
    width: 100% !important;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  /* Styles for screens exactly 1024px wide */
  .cover-container {
    padding: 0px 20px;
  }
}

@media (height: 768px) {
  /* Styles for screens exactly 768px tall */
}

/* @media (min-width: 320px) and (max-width: 380px) {
  .event11april .mobile-action-container {
    bottom: 0% !important;
  }
} */

/* @media (max-width: 375px) {
  .event11april .mobile-action-container {
    bottom: -3% !important;
  }
} */

@media (width: 375px) {
  .event11april .mobile-action-container {
    bottom: -3% !important;
  }
  .event11april #subscriptionForm .submit-button-cover {
    position: relative;
  }
}

@media (max-width: 400px) {
  .overlay-content {
    height: 100vh !important;
    /* position: fixed; */
  }
  .video-container {
    height: 100vh;
  }
  .invitation-heading .line-two {
    font-size: 2.75rem;
    letter-spacing: 0px;
  }
  /* .invitation-heading .line-two {
    font-size: 60px;
  } */
  .event11april .mobile-action-container {
    bottom: 5%;
  }
}

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

input[type="checkbox"] {
  display: none;
}

.age-check-box {
  height: var(--checkbox-height);
  width: var(--checkbox-height);
  background-color: transparent;
  border: calc(var(--checkbox-height) * 0.1) solid var(--unchecked-color);
  border-radius: 5px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  transition: border-color ease calc(var(--duration) / 2);
  cursor: pointer;
}

.age-check-box::before,
.age-check-box::after {
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * 0.2);
  background-color: var(--checked-color);
  display: inline-block;
  transform-origin: left top;
  border-radius: 5px;
  content: "";
  transition: opacity ease 0.5s;
}

.age-check-box::before {
  top: calc(var(--checkbox-height) * 0.72);
  left: calc(var(--checkbox-height) * 0.41);
  transform: rotate(-135deg);
}

.age-check-box::after {
  top: calc(var(--checkbox-height) * 0.37);
  left: calc(var(--checkbox-height) * 0.05);
  transform: rotate(-45deg);
}

input[type="checkbox"]:checked + .age-check-box,
.age-check-box.checked {
  border-color: var(--checked-color);
}

input[type="checkbox"]:checked + .age-check-box::after {
  height: calc(var(--checkbox-height) * 0.5);
  animation: dothabottomcheck calc(var(--duration) / 2) ease 0s forwards;
}

input[type="checkbox"]:checked + .age-check-box::before {
  height: calc(var(--checkbox-height) * 1.2);
  animation: dothatopcheck var(--duration) ease 0s forwards;
}
.zoom-out-video {
  transform: scale(0.9); /* Zoom out by 10% */
  object-fit: cover; /* Ensures the video covers the container */
  width: 100%; /* Make sure the video covers the full width */
  height: 100%; /* Make sure the video covers the full height */
}
/* .caption{
  overflow-x: hidden !important;
} */
@media (max-height: 700px) and (min-height: 600px) {
  /* Styles for screens exactly 768px tall */
  /* body{
    background-color: #000  !important;
  } */
  /* .video-container {
    height: 100vh !important;
    overflow: scroll  !important;
  } */
}
.custom-list {
  list-style: none; /* Remove default bullets */
}

.custom-list li {
  position: relative;
  padding-left: 20px; /* Add space for the custom bullet */
}

.custom-list li::before {
  content: "•"; /* Custom bullet symbol */
  color: #ff0000; /* Red color for bullets */
  position: absolute;
  left: 0;
  top: 10%;
  font-size: 20px; /* Match the size of the text */
  line-height: 1; /* Align the bullet with text */
}

select#country-code {
  text-align: left;
  padding: 5px;
}

.line-two {
  text-shadow: none;
}
.timeline {
  position: relative;
  margin-left: 30px;
  padding-left: 10px;
}

.timeline::before {
  content: "";
  position: absolute;
  /* left: 0; */
  left: -10px;
  top: 0;
  width: 5px;
  //height: calc(100% - 55px); /* stops above the last circle */
  height: calc(100% - 25%);
  background: orange;
}

.timeline-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  box-shadow: 0 0 0 2px orange;
}

.title {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.desc {
  color: #ccc;
  margin-top: 5px;
}

.highlight {
  color: orange;
  font-weight: 500;
}

#subscriptionForm .form-control {
  background: #000 !important;
  border: 1px solid #6a6a6a;
  box-shadow: 0px 0px 2px 4px #2c2c2c !important;
  color: #fff !important;
}
#subscriptionForm input::placeholder {
  color: #fff !important;
}
#subscriptionForm select#country-code {
  text-align: left;
  padding: 5px;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #6a6a6a !important;
  box-shadow: 0px 0px 2px 4px #2c2c2c !important;
}
