/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body{
  font-family: 'Cantarell', sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.brand-logo{
  width: 4.875rem;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
  /*margin-top: 1.25rem;
  margin-left: 3.875rem;
  position: absolute;*/
}

.header-container{
  /*height: 100vh;*/
  background: #2c3445 url('../img/BG.png') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 25.3rem;
}

.brand-line{
  color: #fafafa;
  font-weight: 800;
  font-size: 28px;
  font-family: 'Fjalla One', sans-serif;
}


.header-container-left h1{
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.875rem;
  color: #fafafa;
  margin: 0 0 1rem 0;
}

.header-container-left p, .feature-container ul, .header-container-right h3{
  color: #fafafa;
  font-size: 1rem;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 300;
}

.header-container-left p{
  margin: 0 0 2.5rem 0;
  opacity: 0.9;
}

.feature-container li:before
{
  content: '✔';   
  margin-left: -1em; margin-right: .625rem;
}

.feature-container ul
{
   text-indent:2px;
   list-style: none;
   list-style-position:outside;
   margin-bottom: 0;
   display: inline-block;
}

.list-big{
  font-size: 1.625rem;
}

.feature-container{
/*  position: absolute;
  top: -260px;*/
}

/*---------------------------------swiper-------------------------------------*/
.swiper-container {
    width: 18.125rem;
    height: 36.25rem;
}  

.marvel-device.nexus5{
    width: 20rem;
    height: 35.5rem;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 

/*---------------------------------end of swiper---------------------------*/

.header-container-middle{
  display: table-cell;
  vertical-align: middle;
  height: 100vh;  
  text-align: center;
  padding: 40px 0;
}

.header-container-right{
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}

.mailchimp-top{
  /*margin-top: 25.5rem;*/
  padding-top: 15rem;
  background-color: #EF4C4D;
  text-align: center;
}

.mobile-number-input input{
  /*background-color: transparent!important;*/
  /*border: 2px solid #fafafa!important;*/
  color: #fafafa!important;
  font-family: 'Roboto', sans-serif!important;
  outline: none!important;
  box-shadow: none!important;
  margin: 0;
}

.mobile-number-input-section{
  margin-bottom: 30px;
}


  .mobile-number-label h4{
    font-size: 1rem;
    font-family: 'Fjalla One', sans-serif;
    color: #fafafa;
  }

.postfix.button{
  outline: none;
  border: none;
  margin: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fafafa;
  background-color: #EF4C4D;
  height: 50px;
  font-size: 1.5rem;
  line-height: 50px;
}

.mobile-number-input{
    height: 50px!important;
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}



.header-container-right h3{
  margin: 0 0 0.875rem 0;
}

.header-container-right{
  padding-left: 1.875rem;
}

/*.google-play-img{
  margin-bottom: 1.5rem;
}

.search-store-img{
  margin-bottom: 2.875rem;
}*/

.download-links{
  padding-bottom: 2rem;
}

.download-image{
  margin: 10px;
}


/*------------------ second pannel ------------------------*/

.pannel-two{
  /*background-image: url(../img/pattern.jpg);*/
  text-align: center;
  background-color: #ffffff;
  padding: 2rem 0 3rem 0;
}

.pannel-two h1, .header-container h1, .pannel-faq h1{
  color: #fafafa;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 2.75rem;
  margin-bottom: 6rem;
}


.pannel-two h1, .pannel-faq h1{
  color: #2b3343;
  font-weight: 800;
}

.pannel-two h1{  
  border-bottom: 2px solid #EF4C4D;
  border-bottom-style: dashed;
  padding-bottom: 50px;
}

.pannel-faq h1{
  margin-top: 2.5 rem;
}

.header-container h1{
  margin-bottom: 1.2rem;
  margin-top: 0;
  font-family: 'Cantarell', sans-serif;
  /* margin-bottom: 40px; */
  line-height: 3rem;
}

.trending-header{
  background-color: #f94b4b;
  margin: 4rem 0;
}



/*.pannel-two img{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.step-1{
  height: 10.375rem;
}

.step-2{
  height: 6.25rem;
  
}

.step-3{
  height: 8.5rem;
}

.step-4{
  height: 6.8125rem;
}

.steps-image{
  height: 10.375rem;
}

.pannel-two p{
  font-size: 1rem;
  color: #2b3343;
  font-weight: 800;
  margin-top: 1.75rem;
  margin-bottom: 0;
  padding: 0 1rem;
  margin-bottom: 2.75rem;

}

.pannel-two span{
  font-weight: 300;
  opacity: 0.8;
}

.right-arrow{
  color: #fafafa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.down-arrow{
  display: none;
  color: #fafafa;
}

.round-badge{
    text-align: center;
    width: 200px;
    height: 200px;
    background-color: #EF4C4D;
    border-radius: 50%;
    position: relative;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    padding: 1.5rem;
    font-family: 'Fjalla One', sans-serif;
}

.round-badge p{
  color: #fafafa;
  font-size: 1.2rem;
}

.round-badge span{
  font-size: 2.5rem;
}


/*------------------------------- Third pannel ------------------------------*/

.pannel-five{
  background-color: #fafafa;
}

.pannel-five h1{
  color: #fafafa;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  margin: 4rem;
  text-align: center;
}

.pannel-five img{
  background-color: rgb(255, 111, 111);
  -webkit-box-shadow: inset 0 0 42px 0 rgba(0,0,0,0.39);
  -moz-box-shadow: inset 0 0 42px 0 rgba(0,0,0,0.39);
  box-shadow: inset 0 0 42px 0 rgba(0,0,0,0.39);
}

.img-container{
  background-color: rgb(255, 111, 111);
  -webkit-box-shadow: inset 0 0 42px 0 rgba(0,0,0,0.39);
  -moz-box-shadow: inset 0 0 42px 0 rgba(0,0,0,0.39);
  box-shadow: inset 0 0 42px 0 rgba(0,0,0,0.39);
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
}

.vida-main{
  background-image: url(../img/vida/main.jpg);
}

.vida-1{
  background-image: url(../img/vida/1.jpg);
}

.vida-2{
  background-image: url(../img/vida/2.jpg);
}

.vida-3{
  background-image: url(../img/vida/3.jpg);
}

.zepo-main{
  background-image: url(../img/zepo/main.jpg);
}

.zepo-1{
  background-image: url(../img/zepo/1.jpg);
}

.zepo-2{
  background-image: url(../img/zepo/2.jpg);
}

.zepo-3{
  background-image: url(../img/zepo/3.jpg);
}

.imba-main{
  background-image: url(../img/imba/main.jpg);
}

.imba-1{
  background-image: url(../img/imba/1.jpg);
}

.imba-2{
  background-image: url(../img/imba/2.jpg);
}

.imba-3{
  background-image: url(../img/imba/3.jpg);
}

.small-images{
  margin-top: 1.875rem;
}

.pannel-five h3{
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 700;
  color: #f94b4b;
}


.search-store-button, #mc_embed_signup .button{
  margin-top: 3.75rem;
  background-color: #f94b4b!important;
  border-radius: 8px!important;
  margin-bottom: 3.125rem;
}

.search-store-button:hover, .search-store-button:focus, .search-store-button:active{
  background-color: #c93333;
  outline: none;
}


.pannel-three{
  padding: 2rem 0;
   background: #efefef url('../img/BG.svg');
  background-size: cover;
}



.step-section p{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #EF4C4D;
  font-size: 1.75rem;
  font-weight: 400;
  border-bottom: 2px solid #EF4C4D;
  border-bottom-style: dashed;
  padding-bottom: 50px;

}

.full-height{
  height: 574px;
  padding: 50px;
}

.marvel-device.nexus5{
  height: 617px;
}

.faq-header h1{
  font-size: 2.75rem;
  font-weight: 300;
  color:  #EF4C4D;
  border-bottom: 2px solid #EF4C4D;
  border-bottom-style: dashed;
  margin-bottom: 2rem;
  margin-top: 0;
}

.faq-content h3{
  color:  #EF4C4D;
  font-weight: 400;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.5rem;
}

.right-column{
  margin-top: 98px;
}

/*-----------------------------Footer-------------------------------------*/


.footer{
  background-color: #2b3343;
  padding-top: 4.25rem;
  padding-bottom: 1rem;
}

.footer h3{
  margin: 0;
  color: #fafafa;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
}


.footer-support{
  margin-top: 30px;
}

.footer-support, .footer-support a{
  color: #fafafa;
  font-size: 1rem;
  text-align: center;
}






.social-media-buttons{
  text-align: center;
  margin: 2.75rem 0;
}


.social{
  padding: 0;
  height: 3.125rem;
  width: 3.125rem;
  line-height: 3.125rem;
  font-size: 20px;
  color: #2b3343;
  background-color: #fafafa;
}

.social:hover, .social:focus, .social:active{
  color: #fafafa;
}

.twitter:hover, .twitter:focus, .twitter:active{
  background-color: #55acee;
}

.facebook:hover, .facebook:focus, .facebook:active{
  background-color: #3b5998;
}

.google:hover, .google:focus, .google:active{
  background-color: #dd4b39;
}

.social + .social{
  margin-left: 1.875rem;
}

.footer p{
  color: #a6a7aa;
  text-align: center;
}

.footer p i{
  margin-right: 0.5rem;
}

.final-footer p{
  font-family: 'Fjalla One', sans-serif;
  color: #bababa;
  font-size: 1.2rem;
  margin: 2rem 0;
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#mc_embed_signup #mce-success-response{
  color: #529214;
  text-align: center;
  width: 100%;
}

#mc_embed_signup form{
  background-color: #2B3343;
}

.top-form{
  background-color: #EF4C4D!important;
}

#mc_embed_signup .mc-field-group{
  padding-bottom: 0;
}

#mc_embed_signup form{
  padding: 0!important;
  margin-top: 30px;
}

#mc_embed_signup .mc-field-group input{
  border-radius: 8px;
  height: 50px;
}

#mc_embed_signup .button{
  height: 50px!important;
  font-family: 'Roboto', sans-serif!important;
}

#mc_embed_signup .clear{
  text-align: center;
}

#mc_embed_signup .mc-field-group, #mc_embed_signup div.response{
  padding-bottom: 0!important;
}

#mc_embed_signup .mc-field-group{
  width: 100%!important;
}


.brand-color{
  color: #F94B4B;
}

.top-subscribe{
  margin: 0!important;
  /*width: 100%!important;*/
  display: inline-block!important;
  margin-top: 8px!important;
  padding: 8px 16px!important;
  background-color: #2B3343!important;
}

.top-subscribe:hover{
  background-color: #2B3343!important;
  /*border: 2px solid #F94B4B!important;*/
}

.top-email{
  background-color: #fafafa!important;
}


.image-container{
    width: 100%;
    height: 140px;
}


.step-section{
  padding: 5rem 0;

}

.step-content{
  margin: 2.5rem 0;
}














/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

  

  } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

  @media only screen and (max-width: 64em) {
    .header-container-middle{
      height: auto;
    }

    .search-store-img{
      /*margin-bottom: 1.5rem;*/
    }


    .full-height{
      height: 300px;
    }

    .header-container-middle{
      display: block;
      margin-bottom: 3.125rem;
      /*height: auto;*/
    }

    .brand-logo{
      margin-bottom: 1.875rem;
    }
  
 } /* Anything tablet and lower goes here */

 @media only screen and (max-width: 40em) { 
    .header-container-right{
    padding-left: 0;
    text-align: center;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .mobile-number-input{
    width: 100%;
  }


  

  

  .logo-center{
    text-align: center;
  }

  .header-container-left h1{
    text-align: center;
  }

  .header-container-left p{
    text-align: center;
  }

  .feature-container ul{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .right-arrow{
    display: none;
  }

  .down-arrow{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .steps-image{
    margin-top: 1.25rem;
  }

  .pannel-two p{
    margin-bottom: 4.75rem;
  }

  .small-images{
    margin-bottom: 80px;
  }

  .search-store-button{
    margin-top: 0;
  }



  

  } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
