body {
    overflow: hidden;
  }
  
  .selfie-container {
    width: 100%;
    height: 1760px;
    padding: 0 80px;
    max-width: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
  }
  
  .selfie-container h1,
  .selfie-container h2,
  .selfie-container h3,
  .selfie-container h4,
  .selfie-container h5,
  .selfie-container h6,
  .selfie-container p,
  .selfie-container a,
  .selfie-container span,
  .selfie-container button,
  .selfie-container input,
  .selfie-container div {
    font-family: 'Montserrat', sans-serif;
  }
  
  .send-image {
    background: #37ad37 !important;
    color: white;
    font-size: 24px;
    padding: 20px 80px;
    border-radius: 60px;
    margin-top: 20px;
    width: 320px;
    display: inline-block;
    font-weight: bold;
  }
  
  #start-camera {
    display: none;
  }
  
  .video-container {
    min-height: 1000px;
    width: 800px;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  
  #video {
    position: absolute;
    height: 100%;
    margin-left: -167px;
  }
  
  .timer {
    z-index: 9;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 200px;
    color: white;
    font-weight: bolder;
  }
  
  .shady-window p {
    margin-bottom: 0;
  }
  
  .shady-window {
    background: white;
    display: inline-block;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .selfie-start {
    text-align: center;
  }
  
  .selfie-start img {
    max-width: 160px !important;
    margin-bottom: 20px;
  }
  
  .selfie-start p {
    line-height: 24px;
  }
  
  .selfie-start h2 {
    font-size: 38px;
    font-weight: bold;
  }
  
  .selfie-start h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .start-info {
    width: 70%;
  }
  
  .start-selfie-camera {
    background-color: #37ad37 !important;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 60px;
    border: none;
    margin-top: 60px;
  }
  
  .try-again-btn {
    background-color: #9f225a !important;
    color: white;
    font-size: 24px;
    padding: 20px 80px;
    border-radius: 60px;
    margin-top: 20px;
    font-weight: bold;
  }
  
  .proceed-btn {
    background: #37ad37 !important;
    color: white;
    font-size: 24px;
    padding: 20px 80px;
    border-radius: 60px;
    margin-top: 20px;
    font-weight: bold;
  }
  
  .proceed-final-btn {
    background: #37ad37 !important;
    color: white;
    font-size: 24px;
    padding: 20px 80px;
    border-radius: 60px;
    margin-top: 20px;
    display: none;
    font-weight: bold;
  }
  
  .proceed-final-btn.show {
    display: block;
    position: absolute;
    bottom: 40px;
  }
  
  .start-camera-screen {
    display: none;
  }
  
  .vc-window {
    position: fixed;
    flex-direction: column;
    height: 1300px;
    width: 880px;
    padding: 40px;
    top: calc(50% - 540px);
    left: calc(50% - 440px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .vc-window.bigger {
    height: 1520px;
    top: calc(50% - 570px);
  }
  
  .vc-window.smaller {
    height: 440px;
    top: calc(50% - 220px);
  }
  
  .vc-window h2 {
    margin-top: 20px;
  }
  
  #click-photo {
    background: #37ad37;
    color: white;
    font-size: 24px;
    padding: 20px 80px;
    border-radius: 60px;
    margin-top: 20px;
    font-weight: bold;
  }
  
  .image-taken-screen {
    display: none;
    position: fixed;
    z-index: 6;
    width: 800px;
    height: 1000px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .image-taken-screen img {
    max-width: none !important;
    position: fixed;
    z-index: 6;
    width: 800px;
    height: 1000px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .swiper {
    width: 100%;
    height: 200px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .hide-on-snap {
    text-align: center;
  }
  
  .show-on-snap {
    display: none;
    height: 216px;
  }
  
  .show-on-snap.visible-snap-btns {
    display: flex;
    justify-content: space-evenly;
    align-items: self-end;
    width: 800px;
    flex-wrap: wrap;
  }
  
  .show-on-snap.visible-snap-btns h2 {
    flex: 0 0 100%;
    text-align: center;
  }
  
  .swiper.active-swiper {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 4;
    bottom: 150px;
    width: 800px;
  }
  
  .final-step-div {
    display: none;
    position: absolute;
    z-index: 9;
    flex-direction: column;
    bottom: 150px;
    text-align: center;
    align-items: center;
  }
  
  .all-finished {
    display: none;
    position: fixed;
    top: calc(50% - 110px);
    text-align: center;
  }
  
  .final-step-div input {
    background-color: #d9d9d9;
    border: none;
    width: 600px;
    height: 56px;
    margin-bottom: 40px;
    margin-top: 16px;
    padding: 0 10px;
    font-size: 30px;
    display: block;
  }
  
  .swiper-info {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 360px;
    text-align: center;
  }
  
  .selfie-container {
    padding: 0;
  }
  
  .selfie-container .vc-window {
    left: calc(50% - 480px);
    top: calc(50% - 605px);
  }
  
  .selfie-container .hide-on-snap h4 {
    color: black;
  }
  
  .selfie-container #click-photo {
    border: none;
  }
  
  .selfie-container .show-on-snap {
    height: 172px;
  }
  
  .selfie-container .proceed-btn,
  .selfie-container .try-again-btn,
  .selfie-container .send-image {
    border: none;
  }
  
  .selfie-container .vc-window.bigger {
    height: 1520px;
    top: calc(50% - 670px);
  }
  
  .selfie-container .image-taken-screen.go-top {
    transform: translate(-50%, calc(-50% - 120px));
  }
  
  .selfie-container .swiper-info {
    bottom: 460px;
  }
  
  .selfie-container .swiper-info h2 {
    margin-bottom: 15px;
  }
  
  .selfie-container .swiper.active-swiper {
    bottom: 200px;
  }
  
  .selfie-container .proceed-final-btn.show {
    bottom: -20px;
    border: none;
  }
  
  .selfie-container input[type="email"] {
    font-size: 30px;
  }
  