:root {
  --white-smoke: #faf9f8;
  --black: white;
  --black-2: #333;
}

.main-container {
  background-color: var(--white-smoke);
  flex-direction: column;
  max-width: 900px;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header {
  background-image: url('../images/ihajo-header.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10rem;
}

.profile-container {
  outline-color: var(--black);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: .4rem;
  outline-style: solid;
  width: 8rem;
  margin-top: -4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 40rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  position: static;
}

.body {
  background-color: var(--black-2);
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
}

.heading-2 {
  color: #333333d9;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.heading-3 {
  color: #333333b3;
  margin-top: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

.button {
  border: .2rem solid var(--black-2);
  color: var(--black-2);
  background-color: #0000;
  border-radius: .5rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 2;
}

.button:hover {
  color: var(--black-2);
  background-color: #f9f287;
}

.lottie-animation {
  width: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-2 {
  position: relative;
}

.section-2 {
  margin-bottom: 2rem;
}

.footer-sec {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.buttons-qr-code-page {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input-url {
  text-align: center;
  border: .2rem solid #000;
  border-radius: .5rem;
  width: 100%;
  height: 3.6rem;
  font-size: 1.2rem;
  line-height: 1;
}

.div-block-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-7 {
  align-self: center;
  width: 200px;
  height: 200px;
}

.image {
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .div-block-6 {
    background-color: #0000001a;
    border-radius: 13px;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-position: 59% 0;
  }

  .lottie-animation {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .section-2 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-position: 70% 0;
  }

  .profile-container {
    width: 7rem;
    margin-top: -3.5rem;
  }

  .buttons {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 1.4rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .lottie-animation {
    width: 50px;
    top: -60px;
  }

  .footer-sec {
    font-size: .8rem;
  }

  .buttons-qr-code-page {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }
}

#w-node-_04dfe0b1-c7dd-b7f4-2d5d-008b3e090fb8-400d0358 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_7e4c7f21-c5f7-a4ac-9558-a70abae9bd3c-400d0358, #w-node-_5e334b1a-cc5c-e216-69ee-500a61a8242d-400d0358 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


