@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");

html {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 100%;
  box-sizing: border-box;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
  background: linear-gradient(#ff7178, #d89597dc);
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.nav-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid #ffffff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 5rem 0 5rem;
}

.liveet-logo {
  width: 100px;
}

.store.logos {
  display: flex;
}

.store-logos img {
  height: 35px;
}

main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto 0;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1240px;
  margin: auto;
  padding: 2rem 2rem 4rem 2rem;
}

.sub-header {
  color: #ffffff;
}

.pg-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.pg-sub-title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1rem;
}

.txt-center {
  text-align: center;
}

.verify-cont {
  display: flex;
  align-items: center;
}

.verify-img {
  width: 55%;
}

img.event-image-ph {
  width: 100%;
  border-radius: 0.5rem;
}

.form-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  margin: 2rem 0;
  max-width: 480px;
}

.otp-group {
  display: flex;
  width: 100%;
}

#verify-otp {
  width: 375px;
  max-width: 400px;
  text-align: center;
}

.top-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.phone-input {
  margin: 10px 0;
}

.otp-input {
  margin: 10px 0;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

input#phone {
  width: 100%;
  height: 3rem;
  border: none;
  border-radius: 4px;
}

.form-btn {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.peach-btn {
  display: flex;
  justify-content: center;
  border: none;
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #ff7178;
  color: #ffffff;
  width: 12rem;
  padding: 0.7rem 4rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.peach-btn:hover {
  background: #0b0d17;
  color: #ff7178;
  transform: scale(1.1);
}

.grey-btn {
  display: flex;
  justify-content: center;
  border: none;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #444444;
  color: #ffffff;
  width: 12rem;
  padding: 0.7rem 2rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.grey-btn:hover {
  background: #1d1d1d;
  color: #ff7178;
  transform: scale(1.1);
}

.white-btn {
  display: flex;
  justify-content: center;
  border: none;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #e7e7e7;
  color: #1a1a1a;
  width: 12rem;
  padding: 0.7rem 4rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.white-btn:hover {
  background: #adadad;
  color: #1b1b1b;
  transform: scale(1.1);
}

.item-center {
  display: flex;
  justify-content: center;
}

.mgn-top {
  margin-top: 2rem;
}

.mgn-btm {
  margin-top: 2rem;
}

.mgn-side {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mgn-right {
  margin-right: 1rem;
}

.mgn-right-3 {
  margin-right: 3rem;
}

.mgn-left {
  margin-left: 1rem;
}

.mgn-all {
  margin: 2rem;
}

input.peach-btn:hover {
  background: #0b0d17;
  color: #ff7178;
  transform: scale(1.1);
}

footer {
  margin-top: auto;
}

.site-footer {
  display: flex;
  width: 100%;
  padding: 2rem;
  background: #0b0d17;
}

.footer-content {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.footer-col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 5rem;
}

.footer-logo {
  margin: 10px 0;
}

.copyright-text {
  font-size: 0.8rem;
  font-weight: 400;
  color: #ffffff;
  margin: 5px 0;
}

.footer-col2 {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin-right: 5rem;
}

.footer-links {
  display: flex;
  align-items: center;
}

a.social-link-item {
  margin: 10px;
  text-decoration: none;
}

a.footer-link {
  font-size: 0.8rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  margin: 10px;
  line-height: 1.7;
}

a.footer-link:hover {
  color: #ff7178;
}

input#otp-one,
input#otp-two,
input#otp-three,
input#otp-four {
  width: 40px;
  height: 60px;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #ffffff;
  border-left: none;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

input#otp-one:focus,
input#otp-two:focus,
input#otp-three:focus,
input#otp-four:focus {
  outline: none;
}

label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #ffffff;
}

.field-label {
  border: none;
  border-radius: 2px;
  height: 2.5rem;
  margin-bottom: 1rem;
  width: 100%
}

.otp-label {
  font-size: 1rem;
  font-weight: 700;
  margin: 2rem 0;
  color: #ffffff;
}

#onboard-form {
  display: flex;
  flex-direction: column;
  width: 375px;
}

.img-prev-holder {
  width: 200px;
  height: 200px;
  background: #ffffff url(../images/avatar.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
}

#img-uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#img-preview {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.img-prev-holder {
  margin-bottom: 2rem;
}

.event-summary {
  display: flex;
  width: 100%;
}

.event-img {
  width: 50%;
  margin: 1rem;
}

.event-image {
  width: 100%;
  height: 350px;
  border-radius: 0.5rem;
  box-shadow: 1px 2px 5px 1px #2525251a;
}

.event-details {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 350px;
  margin: 1rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 1px 2px 5px 1px #2525251a;
}

.event-header {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.event-sec {
  display: flex;
  flex-direction: column;
}

.event-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}

.event-label {
  font-weight: 700;
  color: #ff7178;
}

.invite-actions {
  display: flex;
}

.invite-actions {
  display: flex;
  justify-content: flex-end;
  width: 97%;
  margin: 1rem;
}

.wink-img img {
  width: 200px;
  margin: 2rem;
}

.success-msg {
  color: #ffffff;
  width: 70%;
}

span.store-logos img {
  margin-top: 2rem;
}

.forgot-pass {
  color: #ffffff;
}

.forgot-pass:hover {
  color: #1b1b1b;
  cursor: pointer;
}

.selfie-upld {
  display: flex;
}

#completeButton {
  padding: 0.7rem 7rem;
  white-space: nowrap;
  margin-top: 2rem;
}

.event-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4em;
  width: 100%;
  margin: 2em 0em;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 1em;
}

.event-list-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: white;
  border-radius: 4px;
  justify-content: center;
}

.event-grid-thumb {
  width: 90%;
  border-radius: 0.5em;
  margin: 0em;
  padding: 4px;
}

.event-pagination {
  display: flex;
  flex-direction: row;
  gap: 1em;
}

/* Media Queries */

@media screen and (max-width: 1025px) {
  .navbar {
    margin: 0 2rem 0 2rem;
  }

  .event-summary {
    display: flex;
    flex-direction: column;
    width: 90%;
  }

  .event-image {
    height: auto;
  }

  .event-details {
    width: 100%;
    height: auto;
    margin: 1rem 0;
  }

  .accept-invite,
  .decline-invite {
    margin: 1rem 0;
  }

  .invite-actions {
    display: flex;
    flex-direction: row;
  }

  .invite-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0;
  }

  .success-msg {
    width: 100%;
  }

  .site-footer {
    padding: 1rem;
  }

  .footer-col1 {
    margin-left: 1rem;
    width: 30%;
  }

  .footer-col2 {
    width: 70%;
  }

  .copyright-text {
    text-align: center;
    white-space: nowrap;
  }

  a.footer-link {
    text-align: center;
    white-space: nowrap;
  }

  .footer-link-block {
    display: flex;
    flex-direction: row;
  }

  .verify-cont {
    flex-direction: column;
  }

  .verify-img {
    width: 80%;
  }

  .form-area {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .event-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media screen and (min-width: 815px) {
  .hide-br-mobile {
    display: none;
  }
}

@media screen and (max-width: 815px) {
  .pg-title {
    font-size: 1.8rem;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
  }

  .footer-col1,
  .footer-col2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
  }

  .hide-br-mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .selfie-upld {
    flex-direction: column;
  }

  .btn-stack {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 530px) {
  .invite-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pg-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 426px) {
  .nav-header {
    width: 100%;
    height: 6rem;
  }

  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .pg-title {
    font-size: 2.2rem;
  }

  .form-group {
    max-width: 320px;
    margin: 1rem auto;
  }

  #onboard-form {
    width: 100%;
  }

  .pg-title {
    font-size: 1.8rem;
  }

  .container {
    padding: 1rem;
  }

  .wink-img img {
    width: 150px;
  }

  .event-pagination {
    flex-direction: column;
  }

  .verify-img {
    width: 70%;
  }
}
