@import "base.css";
@import "floatingCirclesG.css";

/* .content {
    background-color: #000;
} */
.content p {
    line-height: 1.2em;
}
.content .btn  {
    border-radius: 10px;
}
.content .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 9px;
    color: #000;
    padding: 8px 12px
}
.content .btn .fab,
.content .btn .fas {
    font-size: 22px;
    margin-right: 10px;
}
.page > .content {
    /* background-color: #000; */
    background-color: #fff;
}

.main {
    height: calc(100vh - 93px);
    min-height: 520px;
    background: #9c9ea1 url(../../assets/image/primary-background-2.jpg) no-repeat center center;
    background-size: cover;
}
.main > .content {
    position: relative;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.3);
}
header {
    width: 100%;


    background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
}
header .branding {
    width: 100%;
    max-width: 240px;
    padding: 0;
    margin: 0 10px 0 0;
}
header .branding a {
    display: block;
}
/* full */
header .full.content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.6em 1.75em;

}
header .full.content .branding {

}
header .full.content nav {
   
}
header .full.content nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
header .full.content nav ul li a {
    font-size: 20px;
    padding: 0.5em 10px;
    color: #fff;
}
header .full.content .btn {
    background-color: #fff;
    margin: 0 0 0;
}
header .full.content .btn a {
}
header .full.content .btn a span {
    color: #000;
}
/* .branding {
    width: 100%;
    max-width: 162px;
    padding: 2em 0 1em;
    margin: 0 auto;
} */
/* mobile */
header .mobile.content {
    display: none;
}
header .mobile.content .branding {
    padding: 2em 0 1em;
    margin: 0 auto;
}
.slogan {
    width: 100%;
    text-align: center;
}
.slogan p { 
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    width: 300px;
    margin: 0 auto;
    color: #fff;
}






.content .action {
    position: absolute;
    bottom: 60px;
    left: 50%;
    /*right: 0;*/
    transform: translate(-50%, 0);
    width: 100%;
}
@media screen and (max-width: 388px) {
    .content .action {
        bottom: 39px;
    }
}
.content .action .btn {
    margin: 0.5em;
    border-radius: 10px;
}
.content .action .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 9px;
    color: #000;
}
.content .action .buttons {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}


.content .action .buttons .btn img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.content .action .buttons .btn.download {
    padding: 0;
    background-color: #fff;
}

.content .action .buttons .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .action .buttons .buttons .btn {
    width: 45%;
    margin: 0 0.5em 0.5em;
}
.content .action .buttons .buttons .btn a {
    padding: 8px 12px;
}
.content .action .buttons .buttons .btn .fas {
    color: #fff;
}
.download.btn.ios,
.download.btn.android {
    display: none;
}
.ios .download.btn.ios {
    display: flex;
}
.android .download.btn.android {
    display: flex;
}

.btn.gmail {
    border: 1px solid #fff;
    background-color: #fff;
}

.btn.sign-apple {
    border: 1px solid #fff;
    background-color: #000;
}
.btn.sign-apple .fab {
    color: #fff;
}
.btn.sign-apple span {
    color: #fff;
}
.btn.sign-up,
.btn.login {
    border: 1px solid #fff; 
}
.btn.sign-up span,
.btn.login span {
    color: #fff;
}
.btn.sign-up {

}
.btn.login {
    
}
.footerInfo {
    padding: 0 5%;
    padding-bottom: 50px;
}
.footerInfo p {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}
.footerInfo p a {
    color: #FFF;
}

.session-loading {
    display: none;
    width: 250px;
    margin: 10px auto 43px;
    text-align: center;
}
.session-loading p {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}


/*  TESTIMONIALS Line  */
.TestimonialContainer.TestimonialLine {
    padding: 2px 0;
    margin: 10px 0;
    width: 100%;
}

.TestimonialContainer.TestimonialLine .Testimonials {
    margin: 0 auto;
    /* max-width: 1380px; */
    position: relative;
    width: 100%;
} 

    /* .TestimonialContainer.TestimonialLine .Testimonials .item {
        display: none;
    } */

    /* .TestimonialContainer.TestimonialLine .Testimonials .item:first-child {
        display: block;
    } */

.TestimonialContainer.TestimonialLine .Testimonials .item .Front {
    text-align: center;
    padding: 0 10px;
}

/* .TestimonialContainer.TestimonialLine .Testimonials .item .Front:before {
    content: "Success";
    position: relative;
    left: auto;
    top: 0;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding: 24px 15px 0 0;
} */

.TestimonialContainer.TestimonialLine .Testimonials .item .Avatar {
    display: inline-block;
}

.TestimonialContainer.TestimonialLine .Testimonials .item .Avatar IMG {
    border-radius: 250px;
    display: inline-block;
    width: 67px;
}

.TestimonialContainer.TestimonialLine .Testimonials .item .Author {
    display: inline-block;
    vertical-align: top;
    padding: 24px 30px 0 14px;
    font-size: 12px;
}

.TestimonialContainer.TestimonialLine .Testimonials .item .Quote {
    background-image: none;
    color: #666;
    display: inline-block;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 100;
    line-height: normal;
    max-width: 900px;
    padding: 23px 30px 0 30px;
    position: relative;
    text-align: left;
    width: auto;
    vertical-align: top;
}

.TestimonialContainer.TestimonialLine .Testimonials .item .Quote .endQuote {
    display: none;
}

.TestimonialContainer.TestimonialLine .Testimonials .item STRONG {
    font-size: 13px;
}


.TestimonialContainer.TestimonialLine .Testimonials .item .Quote:before {
    filter: inherit;
    content: url("../../assets/image/TestimonialSL_grey.png");
    display: block;
    left: 0;
    position: absolute;
    top: 17px;
}

.TestimonialContainer.TestimonialLine .Testimonials .item .Quote:after {
    filter: inherit;
    content: url("../../assets/image/TestimonialSR_grey.png");
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: 25px;
}


.real {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto 0;
    /* background-color: #000;  */
    background-color: #fff;
  }
  .real .intro,
  .real .verified,
  .real .validated,
  .real .oz-owned {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2em 10px;
  }
  .real .join-now {
    width: 100%;
    margin: 2em 10px;
  }
  .real p {
    font-size: 22px;
    margin: 10px 10px 0;
  }
  .real .content h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .real .content p {
    margin: 0;
  }
  .real p img {
    width: 100%;
  }
  .real .link {
    margin: 0 20px 50px;
    text-align: center;
  }
  .real .intro {

  }
  .real .verified,
  .real .oz-owned {
    flex-direction: row-reverse;
  }
  .real .validated {
    flex-direction: row;
  }
  .real .figure {
    line-height: 0;
    background-color: #575858;
    border: 1px solid #575858;
    border-radius: 15px;
  }
  .real .verified .content,
  .real .verified .figure,
  .real .validated  .content,
  .real .validated .figure,
  .real .oz-owned .content,
  .real .oz-owned .figure {
    max-width: 45%;
    margin: 2em 10px;    
  }


  @media screen and (max-width: 767px) {
    .real .content h4 {
        text-align: center;
    }
    .real .intro,
    .real .verified .content,
    .real .verified .figure,
    .real .validated  .content,
    .real .validated .figure,
    .real .oz-owned .content,
    .real .oz-owned .figure {
      max-width: 400px;
      margin: 0.5em auto;
      text-align: center;
    }

  }
  
  .real .verified .link,
  .real .validated  .link,
  .real .oz-owned .link {
    margin-top: -50px;
  }

  .real .link .btn,
  .page-footer .link .btn {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    min-width: 230px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: inherit;
    color: #FFF !important;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: content-box;
  }

  .real .link .btn.green,
  .page-footer .link .btn {
    background-color: #7ccb45;
  }
  .real .link .btn.red {
    background-color: #dd6548;
  }
  .real .link .btn.rounded,
  .page-footer .link .btn.rounded {
    border-radius: 20px;
  }

  .real .link .btn span {
    display: inline-block;
    line-height: 14px;
    height: 12px;
  }
  .real .link .btn img {
    height: 10px;
    margin: 0 0 2px 5px;
  }
  .real .join-now .btn img,
  .page-footer .link .btn img {
    width: auto;
    height: 13px;
    margin: 0 0 0 5px;
  }

  .real .join-now .btn.rounded,
  .page-footer .link .btn.rounded {
    min-width: 100px;
    padding: 10px 20px;
    text-align: center;
  }

  .below-btn {
    margin: 0 0 1em;
    text-align: center;
  }
  .real .btn-above {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    /* color: #fff; */
    color: #000;
}

  .real .intro h2 {
    font-weight: 800;
    font-family: sans-serif;
    font-size: 26px;
    line-height: 1.2em;
    width: 100%;
    margin: 1em 0 0;
    text-align: center;
  }
  .real .intro h3 {
    line-height: 1.2em;
    margin: 0;
  }
  .real .intro p {
    text-align: center;
  }
  .real .intro .heading {
        text-align: center;
  }
  .real .intro .mobile {
      display: none;
  }

.download {
    padding: 10px 0;
    background-color: #fff;
}

.download a {
    width: 100%;
    /* padding: 25px 0; */
}

.download h1 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
}

.download .mobile-app {
    position: relative;
    padding-bottom: 50px;
}

.download .mobile-app-bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 312px;
    background: #7dcb44;
}
.download .container {
    position: relative;
}
.download .container .content {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 0 10px;
    max-width: 950px;
    margin: 0 auto;
}

.download .mobile-app-phone {
    flex-shrink: 0;
    width: 220px;
    margin: 0 50px;
}
.download .mobile-app-details {
    max-width: 480px;
    margin: 0 50px;
}
.download .mobile-app-details .logo {
    width: 150px;
}
.download .mobile-app-details .desc {
    font-size: 18px;
    margin: 30px 0 0;
    color: #FFF;
}
.download .mobile-app-details .desc h3 { 
    font-size: 20px;
    font-weight: bold;
}
.download .mobile-app-details .download-links {
    display: flex;
    justify-content: start;
    align-items: center;
}

.download .mobile-app-details .download-links p { 
    margin: 35px 10px 0 0;
}
.download .mobile-app-details .download-links p a { 
    display: block;
}
@media screen and (max-width: 767px) {
    .download .container .content {
        display: block;
    }
    .download .container .content .mobile-app-phone {
        margin: 0 auto;
    }
    .download .container .content .mobile-app-details {
        text-align: center;
        margin: 25px auto;
    }
    .download .container .content .mobile-app-details .logo {
        margin: 0 auto;
    }
    .download .container .content .mobile-app-details .desc {
        color: #000;
    }
    .download .mobile-app-details .download-links {
        justify-content: center;
    }
}

@media screen and (max-width: 1270px) {
    /* header {

    }
    header .full.content nav {
        position: absolute;
    }
    header .full.content nav ul {
        flex-flow: column;
    } */

    header .full.content nav li:nth-child(4) {
        display: none;
    }
    header .full.content nav li:nth-child(5) {
        display: none;
    }
    /* header .mobile.content {
        display: block;
    } */
}

@media screen and (max-width: 1050px) {
    header .full.content {
        display: none;
    }
    header .mobile.content {
        display: block;
    }

}

@media screen and (max-width: 610px) {

    .main {
        height: 100vh;
    }

    .real .intro .full {
        display: none;
    }
    .real .intro .mobile {
        display: block;
    }
    .real .intro .mobile h3 {
        font-weight: bold;
        margin-bottom: 0.5em;
    }
}



/* Testimonials */
@media (max-width: 1200px) {
    .TestimonialContainer.TestimonialLine .Testimonials .item .Quote {
        max-width: 570px;
    }
}

@media (max-width: 980px) {
    .TestimonialContainer.TestimonialLine {
        height: auto;
    }
    .TestimonialContainer.TestimonialLine .Testimonials {

    }
    .TestimonialContainer.TestimonialLine .Testimonials .item {
        margin-top: 10px;
    }

    .TestimonialContainer.TestimonialLine .Testimonials .item .Front:before {
        content: "";
        padding: 0;
    }
    .TestimonialContainer.TestimonialLine .Testimonials .item .Quote {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .TestimonialContainer.TestimonialLine .Testimonials .item .Author {
        display: block;
        padding: 10px 0 0 0;
    }
}
@media (max-width: 767px) {
    .TestimonialContainer.TestimonialLine .Testimonials {
        width: 100%;
    }
    .TestimonialContainer.TestimonialLine .Testimonials .item {
        padding-bottom: 50px;
    }
    .TestimonialContainer.TestimonialLine .Testimonials .item .Front:before {
        content: "RedHotPie Success";
        padding: 24px 15px 44px 0px;
        display: block;
        font-weight: normal;
        font-size: 33px;
    }
    .TestimonialContainer.TestimonialLine .Testimonials .item .Author {
        display: block;
        font-size: 14px;
        padding: 10px 0 0 0;
        position: absolute;
        right: 50px;
        bottom: 40px;
    }
    .TestimonialContainer.TestimonialLine .Testimonials .item .Avatar IMG {
        width: 120px;
    }

    .TestimonialContainer.TestimonialLine .Testimonials .item .Quote {
        font-size: 16px;
        line-height: normal;
        padding: 23px 40px 0 40px;
        text-align: left;
    }
    /* .TestimonialContainer.TestimonialLine .Testimonials .item .Quote:before {
        content: url("../../assets/image/TestimonialSL.png");
        left: 12px;
        top: 30px;
    }
    .TestimonialContainer.TestimonialLine .Testimonials .item .Quote:after {
        bottom: 12px;
        content: url("../../assets/image/TestimonialSR.png");
        right: 12px;
        top: auto;
    } */

}