/*
    Appla App Landing Page Styles
    By TeamXcel
*/


/*  ==========================================================================
    Table of Contets
    ==========================================================================

    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Hero Section
    3.0 Promo Section
    4.0 Feature Section
    5.0 Screenshot Section
    6.0 Works Section
    7.0 Download Section
    8.0 Footer Section

    ==========================================================================
    Appla App Landing Page Styles
    ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Roboto');

/*  ==========================================================================
    Common Styles
    ========================================================================== */

* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #333;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 50px;
  font-weight: 300;
}
h2 {
  font-size: 28px;
  margin: 0 0 5px;
  font-weight: 300;
  letter-spacing: -1px;
}
h3 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
}
h4,
h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
img {
  border: none;
  outline: none;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p,
li,
a {
  letter-spacing: 1px;
}
p {
  font-size: 14px;
  margin-bottom: 15px;
}
a,
a:hover {
  text-decoration: none;
  background-color: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

/* Helper Class */

.padding {
  padding: 100px 0;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.no-padding {
  padding: 0;
}
.dark-color {
  color: #181818;
}
.light-color {
  color: #ffffff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* Transition Effect */

a,
a:hover,
.feature_icon,
img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Button Style */

.btn_default {
  margin-top: 45px;
  background-color: #EBC733;
  color: #fff;
  padding: 10px 25px;
  line-height: 45px;
  font-size: 24px;
  border: 2px solid #EBC733;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  text-align: center;
  width: 60%;
  max-width: 320px;
  min-width: 250px;
  margin-right: 40%;

}
.btn_default:hover {
  background-color: transparent;
  color: #fff;
}
.btn_default a {
  color: #fff;
}

/* Section Heading */

.section_heading {}
.section_heading h2 {}
.section_heading p {
  margin: 0;
}

/* Preloader Styles */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #EBC733;
  height: 100%;
  width: 100%;
  -webkit-transition: all .5s .5s ease;
  -moz-transition: all .5s .5s ease;
  transition: all .5s .2s ease;
}
.loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  margin-top: -20px;
}
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
   Header Area
   ========================================================================== */

.header_area {
  background-color: rgba(72, 31, 117, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}
.navbar {
  border: medium none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
}
.scrollActive .header_area {
  background-color: #000;
  position: fixed;
  height: 60px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-box-shadow: 1px 0px 1px 0px #666;
  -webkit-box-shadow: 1px 0px 1px 0px #666;
  -ms-box-shadow: 1px 0px 1px 0px #666;
  box-shadow: 1px 0px 1px 0px #666;
}
.navbar-header {
  padding: 22px 0;
}
.scrollActive .navbar-header {
  padding: 18px 0;
}
.navbar-header .brand {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  letter-spacing: -1px;
  color: #fff;
  padding: 13px 0;
}
.navbar-header .nav-btn {
  background-color: #181818;
}
.navbar-header .nav-btn .icon-bar {
  background-color: #fff;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
  opacity: 0.8;
}

/* Nav Menu */

#navbar {
  z-index: 999;
}
ul.nav {}
ul.nav > li {}
ul.nav > li > a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 70px;
}
.scrollActive ul.nav > li > a {
  line-height: 60px;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a {
  background: none;
  color: #EBC733;
}
.scrollActive ul.nav > li > a:hover,
.scrollActive ul.nav > li > a:focus,
.scrollActive ul.nav > li.active > a {
  background-color: #EBC733;
  color: #fff;
}
ul.nav > .cta {
  border: 3px solid #EBC733;
  margin-top: 14px;
  width: 100px;
  text-align: center;
  border-radius: 3px;
}
ul.nav > .cta > a {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 35px;
}
ul.nav > .cta:hover {
  background-color: #EBC733;
  transition: 0.2s;
}
ul.nav > .cta:hover a {
  color: #fff;
}
.brand {
  opacity: 0;
  transition: 0.2s;
}
.scrollActive .brand {
  opacity: 1;
  transition: 0.2s;
}

.scrollActive ul.nav > .cta {
  border: 0;
  margin-top: 0;
  border-radius: 0;
  width: inherit;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero_section {
  background-image: url(../img/flow-drink-background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero_section:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero_section .container {
  height: 100%;
}
.hero_moc {
  width: 100%;
  position: relative;
}
.hero_moc_front,
.hero_moc_back {
  position: absolute;
}
.hero_moc_front {
  left: 0;
  width: auto;
  top: -70px;
  z-index: 1;
}
.hero_moc_back {
  width: auto;
  left: 160px;
  top: -18px;
}
.hero_content {
  color: #fff;
}
.hero_content h1 {}
.hero_content p {}

/* ==========================================================================
   Promo Section
   ========================================================================== */

.promo_section {}
.promo_items {}
.promo_content {
  display: block;
  text-align: center;
}
.promo_content .promo_icon {}
.promo_content h3 {
  margin: 20px 0 35px;
}
.promo_content p {
  margin: 0;
}
.promo_content .promo_icon {
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #EBC733;
  box-shadow: 0 0 0 4px #EBC733;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.promo_content .promo_icon i {
  font-size: 45px;
  line-height: 90px;
}
.promo_content .promo_icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #000000;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.promo_content:hover .promo_icon {
  color: #fff;
}
.promo_content .promo_icon:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.promo_content:hover .promo_icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */

.feature_section {
  background-color: #000000;
  color: #fff;
  overflow: hidden;
}
.feature_head {
  padding: 100px 0;
}
.feature_head h2 {
  font-size: 40px;
}
.feature_head p {
  margin-bottom: 0;
}
.feature_moc {
  position: relative;
}
.feature_moc img {
  position: absolute;
  top: -60px;
  left: 35px;
  width: 300px;
}
.feature_list {}
.feature_list li {
  margin-bottom: 30px;
}
.feature_list li:last-child {
  margin-bottom: 0;
}
.feature_content {
  display: block;
  padding-left: 80px;
  position: relative;
}
.feature_content .feature_icon {
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #EBC733;
  color: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.feature_content:hover .feature_icon {
  background-color: #EBC733;
}
.feature_content h3 {
  margin: 0 0 10px;
}
.feature_content p {
  margin: 0;
}

/* ==========================================================================
   Browse your favourites
   ========================================================================== */

.browse_section {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.browse_head {
  padding: 100px 0;
}
.browse_head h2 {
  font-size: 40px;
}
.browse_head p {
  margin-bottom: 0;
}
.browse_moc {
  position: relative;
}
.browse_moc img {
  position: absolute;
  top: -60px;
  left: 35px;
}
.browse_list {}
.browse_list li {
  margin-bottom: 30px;
}
.browse_list li:last-child {
  margin-bottom: 0;
}
.browse_content {
  display: block;
  padding-left: 80px;
  position: relative;
}
.browse_content .feature_icon {
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #EBC733;
  color: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.browse_content:hover .feature_icon {
  background-color: #EBC733;
}
.browse_content h3 {
  margin: 0 0 10px;
}
.browse_content p {
  margin: 0;
}

/* ==========================================================================
   Skip the line
   ========================================================================== */

.skip_section {
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
.skip_head {
  padding: 100px 0;
}
.skip_head h2 {
  font-size: 40px;
}
.skip_head p {
  margin-bottom: 0;
}
.skip_moc {
  position: relative;
}
.skip_moc img {
  position: absolute;
  top: -60px;
  left: 35px;
}
.skip_list {}
.skip_list li {
  margin-bottom: 30px;
}
.skip_list li:last-child {
  margin-bottom: 0;
}
.skip_content {
  display: block;
  padding-left: 80px;
  position: relative;
}
.skip_content .feature_icon {
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #EBC733;
  color: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.skip_content:hover .feature_icon {
  background-color: #EBC733;
}
.skip_content h3 {
  margin: 0 0 10px;
}
.skip_content p {
  margin: 0;
}

/* ==========================================================================
   Pay
   ========================================================================== */

.pay_section {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.pay_head {
  padding: 100px 0;
}
.pay_head h2 {
  font-size: 40px;
}
.pay_head p {
  margin-bottom: 0;
}
.pay_moc {
  position: relative;
}
.pay_moc img {
  position: absolute;
  top: -60px;
  left: 35px;
}
.pay_list {}
.pay_list li {
  margin-bottom: 30px;
}
.pay_list li:last-child {
  margin-bottom: 0;
}
.pay_content {
  display: block;
  padding-left: 80px;
  position: relative;
}
.pay_content .feature_icon {
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #EBC733;
  color: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.pay_content:hover .feature_icon {
  background-color: #EBC733;
}
.pay_content h3 {
  margin: 0 0 10px;
}
.pay_content p {
  margin: 0;
}

/* ==========================================================================
   Screenshot Section
   ========================================================================== */

.screenshot_section {}
.screenshot_section .container-fluid {
  padding: 0;
}
.screenshot_wrap {
  position: relative;
  margin-top: 78px;
  margin-bottom: 135px;
}
.app-carousel {}
.slick-slide {
  width: 298px;
}
.slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -150px;
}
.slick-dots li {
  margin: 0 3px;
  width: 15px;
  height: 15px;
}
.slick-dots li button:before {
  content: "";
  background: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  width: 7px;
  height: 7px;
  left: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.slick-dots li button:hover:before {
  background: #181818;
  box-shadow: 0 0 0 2px #888;
}
.slick-dots li.slick-active button:before {
  background: #EBC733;
  box-shadow: 0 0 0 4px #EBC733;
}
.phone-frame {
  position: absolute;
  top: -78px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.phone-frame img {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}
.carousel-item {
  opacity: 0.5;
}
.carousel-item.slick-current {
  opacity: 1;
}

/* ==========================================================================
   Download Section
   ========================================================================== */

.download_section {
  background-color: #f8f8f8;
}
.download_section img{
  display: block;
  margin: auto;
  width: 40%;
}
.download_content {}
.download_content h2 {
  font-size: 30px;
  font-weight: 600;
}
.btn_dwl {
  margin-top: 45px;
  background-color: #EBC733;
  color: #fff;
  padding: 10px 25px;
  line-height: 45px;
  font-size: 24px;
  border: 2px solid #EBC733;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  text-align: center;
  width: 60%;
  max-width: 320px;
  min-width: 250px;
  margin-right: 12%;
  margin-left: 28%;

}
.btn_dwl:hover {
  background-color: transparent;
  color: #fff;
}
.btn_default a {
  color: #fff;
}
.btn_group {}
.dl_btn {
  margin-right: 10px;
}


.dl_btn img {
  width: 140px;
}

.download_moc {
  position: relative;
}

.download_moc img {
  width: 71%;
  position: absolute;
  top: -157px;
  left: 60px;
}
/* ==========================================================================
   Testimonials
   ========================================================================== */

/* ==========================================================================
   T&C + Privacy Policy
   ========================================================================== */

.legal_section {
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: 15%;
    margin-right: 15%;
}
/* ==========================================================================
   Blog
   ========================================================================== */
.blog {
    margin: auto;
}
.blog h1 {
    padding: 55px 0 10px;
    width: 80%;
    margin: auto;

}
.blog_subheader {
    padding: 25px 0 10px;
    width: 80%;
    margin: auto;
}
.blogheader_image {
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  width: 80%;
  z-index: 1;
  margin: auto;
}
.blog_content {
    width: 80%;
    margin: auto;
}
.blog_header {
  background-color: rgba(72, 31, 117, 0);
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */

.footer_section {
  background-color: #000000;
  color: #fff;
}
.social_links {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.social_links li {
  display: inline-block;
  margin-right: 10px;
}
.social_links li a {
  background-color: #EBC733;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.social_links li a:hover {
  background-color: #fff;
  color: #EBC733;
}
.copyright {
  margin-bottom: 0;
}
.subscribe_form {
  display: block;
  text-align: center;
}
.subscribe_form .form_input {
  display: block;
  background: none;
  color: #fff;
  border: 1px solid #EBC733;
  font-size: 14px;
  line-height: 50px;
  padding: 0 15px;
  float: left;
  width: 70%;
}
.subscribe_form .submit {
  background-color: #EBC733;
  border: 1px solid #EBC733;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 50px;
  display: inline-block;
  padding: 0 25px;
  font-weight: 300;
  float: left;
  width: 30%;
}
.subscribe_form .submit:hover {
  opacity: 0.8;
}
#subscribe-result {
  display: none;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #EBC733;
}
#subscribe-result.subs-result {
  display: block;
}
.subscription-error {
  color: #B60000;
}
.subscription-success {
  color: #333;
}

/* Scroll To Top Style */

.scroll-to-top {
  background-color: #EBC733;
  display: none;
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
}
.scroll-to-top:hover,
.scroll-to-top:focus {
  opacity: 0.8;
  color: #fff;
}
#subs-email {
  color: #000;
}
.pay_trust_icon {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_section {
  background-color: #000;
  color: #fff;
}
.about_section h2,
.about_section a {
  color: #EBC733;
}
.make_nums span {
  color: #EBC733;
  font-size: 1.5em;
}
