body {
  margin: 0;
   padding: 0;
   height: 100%;
   width: 100%;
   font-family: 'Lato', sans-serif;
   background: #F0F1EE;
}

.img-testimonial {
  width: 150px;
  margin-top: 50px;
}

.img-testimonial-profile{
  max-width: 70px;
}

.text-testimonial-profile{
  margin-top: 10px;
}

.text-testimonial {
  margin: 50px auto;
  max-width: 390px;
  text-align: center;
  font-size: 17px;
}

.main-title {
    color: #ff4f4f;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 4px;
    display: inline-block;
    font-size: 77px;
}

.top-text-make-ads {
  color: #868686;
}

.mainarea{
  background: url("/assets/images/v2/background.png");
  background-size: cover;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
    font-size: 50px;
    position: fixed;
    z-index: -1;
    top: 0;
}

.img-howitworks {
  max-width: 800px;
}

.winners-title {
  text-align: center;
  padding: 10px 0px 0px 0px;
  font-weight: 900;
  margin-bottom: -40vh;
}

.mainarea-mobile{
  display: none;
}

.entry-avatar-section {
    position: relative;
    margin-top: -230px;
    width: 200px;
    cursor: pointer;

    color: #8c8181;
    font-size: 18px;
    font-family: Lato-Light;
    font-weight: 500;
    transition: color 0.8s;
}

.entry-avatar-section:hover {
  color: #ccc;
}

.frame-avatar {
    position: absolute;
    width: 190px;
    left: 10px;
    cursor: pointer;
}

.entry-photo-section {
  display: inline-block;
}

.image-inside{
  width: 100%;
}

.video-inside {
  position: absolute;
  top: -50%;
  width: 100%;
  opacity: 0.0;
  left: 0px;
  text-align: center;
}

.video-inside > video {
  margin: auto;
  border: 3px solid #cecece;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80%;
    position: relative;
    overflow: hidden;
}

.mainarea-content {
  padding-top: 85px;
}


.video-hero {
  width: 45%;
}

.main-container {
  margin-top: 100vh;
  background: white;
  overflow-x: hidden;
}

.mobile-frame-bottom-holder {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-height: 200px;
  max-height: 50%;
  background: #ccc;
  width: 100%;
  overflow: scroll;
}

.mobile-frame-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 4000px;
}


.entry-avatar-img {
    max-width: 166px;
    position: absolute;
    padding-bottom: 20px;
    padding-top: 35px;
    left: 12px;
}

.frame-username {
  position: absolute;
  top: 222px;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}

.item-holder{
  width: 100%;
  margin: 50vh auto;
  margin-bottom: 150px;
  text-align: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.frame-a4p {
    position: absolute;
    width: 10%;
    top: -20%;
    left: 9%;
    opacity: 0.0;
    cursor: pointer;
}

.mobile-header {
  display: none;
}

.frame-join {
  position: absolute;
  width: 10%;
  top: -20%;
  opacity: 0.0;
  right: 9%;
}

.frame-img img{
  max-width: 50px;
  margin: 20px 50px;
}


.entry-photo-section {
    display: flex;
    position: relative;
}

.entry-img-background {
}

.entry-img-representation {
    position: absolute;
    margin: auto;
    cursor: pointer;
    left: 24%;
    top: 29%;
    width: 39%;
    transition: opacity 0.5s;
}

.entry-img-representation:hover {
  opacity: 0.5;
}

.arrow-bottom {
  position: absolute;
  bottom: 30px;
  left: 47%;
  width: 120px;
  cursor: pointer;
}

.howitworks-section {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 150px;
}

.top-text-make-ads {
  padding: 60px 0 55px 0;
  animation-duration: 3s;
}

.center {
 text-align:  center;
}

.iosapp {
       text-align: center;
       padding-bottom: 100px;
}


.main-title-desktop {
  white-space: nowrap;
  opacity: 0;
}



#contact-us{
  background: white;
  width:  100%;
  padding: 50px;
  text-align: center;
  font-family: Lato-Light;
}

@media (max-width: 795px) {

  iosapp {
         padding-bottom: 70px;
  }

  .testimonial-section{
      margin-top: 50px;
  }
  .text-testimonial {
    max-width: 80%;
  }


  .winners-title {
    padding: 30px 0px 0px 0px;
    margin-bottom: -15px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-frame-holder {
    position: relative;
    text-align: center;
    padding-top: 35px;
  }

  .mobile-frame-item {
    width: 40%;
    display: inline-block;
  }

  .mainarea-mobile {
    display: block;
  }

  .mainarea-mobile {
    text-align:  center;
  }

  .video-hero-mobile{
    width: 100%;
  }

  .video-inside-mobile {
    position: absolute;
    top: 38px;
    width: 100%;
    text-align: center;
  }

  .video-inside-mobile > video {
    margin: auto;
    border: 3px solid #cecece;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .mainarea-desktop {
    display: none;
  }

  .main-container {

  }

  .item-holder{
    margin: 0px auto;
    margin-bottom: 300px;
  }

  .entry-avatar-section {
    position: absolute;
    margin-right: 20px;
    top: 840px;
  }


  .main-title {
    line-height: 100%;
    font-size: 56px;
    padding-top: 23px;
  }


}
