/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color:#2b292d;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden !important;
  font-family: 'Work Sans', sans-serif;
  background: #fffcf8;
}

/* ==========================================
icon start
========================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?61lw49');
  src:  url('../fonts/icomoon.eot?61lw49#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?61lw49') format('truetype'),
    url('../fonts/icomoon.woff?61lw49') format('woff'),
    url('../fonts/icomoon.svg?61lw49#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-loyalty:before {
  content: "\e901";
}
.icon-discover-save:before {
  content: "\e902";
}
.icon-rewards:before {
  content: "\e903";
}
.icon-add-outline:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}



p {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color:#2b292d;
  line-height: 1.45;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}


.section-padding {
  padding: 90px 0 90px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}

.pos-re {
  position: relative;
}


.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}






/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  z-index: 9;
  min-height: 84px;
  padding:40px 0px 15px 0px;
}
.navbar .icon-bar {
  color: #2c3241 !important;
}
.navbar .navbar-nav .nav-link {
  font-size: 21px;
  color: #2b292d;
  letter-spacing:0px;
  margin: 18px 25px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0; 

}
.navbar .navbar-nav .nav-link sup{
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2b292d;
}

.navbar .navbar-nav .active {
  color: #2b292d !important;
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav{width: 100%; display: block; padding-left: 25px; }
.navbar-expand-lg .navbar-nav li{ display:inline-block}
.nav-scroll {
  /* background:#fff; */
  background: #F5F7F8;
  -webkit-box-shadow: 0 4px 16px 0 rgba(44, 50, 65, 0.08);
  box-shadow: 0 4px 16px 0 hsla(223, 19%, 21%, 0.08);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  padding: 15px 0px ;
}
.nav-scroll .icon-bar {
  color: #fff;
}
.nav-scroll .navbar-nav .nav-link {
  color: #2b292d;
}
.terms-privacy-navbar.nav-scroll{
  display: none;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 03 Start Header ]
-----------------------------------------------------------------*/
.header {
 /* min-height: 100vh;*/
  position: relative;
  overflow:hidden; 
  /* background:#fffcf8; */
  background:#FCFAEE; /* New */
  padding-top: 120PX;
}

.header [data-overlay-dark]:before {background: transparent;}
.header-logo{position: relative; top: 14px;}
.header-logo span{
  color: #2b292d;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  padding-left: 15px;
  display: none;
}
.header h1 {
  margin: 10px 15px 20px 0;
  font-size: 55px;
  font-weight: 600;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
      color:#2b292d;
      line-height: 78px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.40px;
  color: #2b292d;

}
.header p {
  font-size: 22px;
  color: #2b292d;
  -webkit-animation-delay: 1s;
 animation-delay: 1s;
  margin: 10px 105px 40px 0;
   font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  color: #2b292d;
  max-width: 435px;

}

.delivering{
   font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2b292d;
  padding-top: 20px;
}


.signup-button{
  font-size:21px; color:#141414; font-weight:700; border-radius:4px; transition-duration: 0.3s; 
  text-decoration: none !important;
}
.signup-button:hover, .signup-button:focus{ color: #000;}

.playstore-buttons{padding-top:0px;}
.playstore-buttons ul{padding: 0px; margin:0 ; margin-left: -10px;}
.playstore-buttons ul li{display: inline-block; text-align: left;  }
.playstore-buttons ul li img.playstore{ margin-left: 30px; }
.nexa-img {
  text-align: right;
  padding-top: 60px;
}
.nexa-img img {
  margin: 0 auto;
}



/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 03  Start Parg ]
-----------------------------------------------------------------*/
.parg{
  background: #f4f5f7;
  padding:77px 0;
}
.parg h6{
  font-size: 22px;
  color: #2b292d;
  font-weight:800;
  line-height: 32px;
  letter-spacing: normal;
}
.parg p{
  font-size:22px;
  padding-right:77px;
  letter-spacing: normal;
  padding-top:5px;
  line-height: 32px;
}


/* ----------------------------------------------------------------
     [ End Parg ]
-----------------------------------------------------------------*/






/* ----------------------------------------------------------------
     [ 07 Start Call-action ]
-----------------------------------------------------------------*/

.call-action {
  position: relative;
  padding: 100px 0 150px 0;
}

.call-action-inner{

  padding:0px 100px 0px 97px;
border-radius: 50px;
  background-color: #fae9d2;
}

.call-action .snippet-content h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #2b292d;
  margin-bottom: 0;
}
.call-action .snippet-content p {
  font-weight: 400;
  padding: 15px 0 30px;
  font-size: 24px;
  line-height: 34px;
  color: #2b292d;
}


.img-download{
  text-align: right;
  margin-top: -125px;
}


/* ----------------------------------------------------------------
     [ End Call-action ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ Start Our Roasters ]
-----------------------------------------------------------------*/
.our-wallpapers{
  background: #f7eee2;
  padding:70px 0px
}

.roaster-inner{ display: flex; justify-content: space-around;  align-items: center; }
.wallpapers-left{ width: 35%; position: relative;  }
.wallpapers-left:after{
  content: "";
   transform: rotate(15deg);
  background-color: #c9bba8;
   width: 5px;
  height: 165px;
  position: absolute;
  right: 50px;
  top: -18px;
}
.wallpapers-left h2{
   font-size: 40px;
  font-weight: bold;
  color: #2b292d;
  margin-bottom: 0;
}
.wallpapers-left p{
   font-size:22px;
  line-height: 1.25;
  color: #1d1d1d;
  max-width: 325px;
}
.wallpapers-right{width: 65%;}

.feature-item{display: flex; padding: 80px 0px; justify-content:space-between; align-items: center;}
.list-of-features .feature-item:nth-child(even){flex-direction:row-reverse ;}
.list-of-features .feature-item:nth-child(even) .feature-content{ padding: 0px 50px 0px 50px; }
.feature-content{width: 50%; padding: 0px 50px 0px 0px; }
.feature-content h2{
   padding-bottom: 20px; font-weight: bold; position: relative;
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.38px;
  color: #2b292d;
  margin-bottom: 0px;
}
.feature-content h2:after{position: absolute; width: 70px; height: 14px; background: #262332; content: ""; position: absolute; left: 0px; top: -45px;   }
.feature-content p{
  font-size: 24px; 
  padding:0px 80px 20px 0px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 27px;
  letter-spacing: normal;
  color: #2b292d;
}

.feature-img{width:50%;}

#our-partners .owl-item .item{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 0px 5px;

}

/* ----------------------------------------------------------------
     [ End Our Roasters ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ Start Our features ]
-----------------------------------------------------------------*/

/* .features-section{background: #fffcf8;} */
.features-section{background: #FCFAEE;} 
/* New */



/* ----------------------------------------------------------------
     [ End Our features ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 08 Start Footer ]
-----------------------------------------------------------------*/
.footer {
  padding: 40px 0 0;

}
.footer .playstore-buttons{padding-top: 20px;}
.footer .playstore-buttons .playstore{margin-left: 15px;}
.footer .content.snippet-content .footer-parg {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer .content.snippet-content .footer-parg .footer-parg-titel{
  padding-left: 10px;
}
.footer .content.snippet-content .footer-parg .footer-parg-titel h4{
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 0;
}
.footer .content.snippet-content .footer-parg .footer-parg-titel p{
  font-size: 18px;
  line-height: 25px;
  color: rgba(43, 41, 45, 0.6);
  padding: 0;
}
.footer .content.snippet-content p {
  color:rgba(43, 41, 45, 0.6);
  font-size: 18px;
  line-height: 26px;
  padding: 15px 0 20px;

}
.footer .playstore-buttons ul li img.appstore{
height: 40px;
}
.footer .playstore-buttons ul li img.playstore{
  height: 40px;
}
.footer h4{
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}
.footer ul li{
display: block;
margin: 5px 0;

}
.footer ul li a{
  font-size: 18px;
  line-height: 30px;
  color: rgba(43, 41, 45, 0.6);
  text-decoration: none;
  transition-duration: .3s;
}
.footer ul li a:hover{
  color: #000;
  transition-duration: .3s;
}
.footer .content.snippet-content .playstore-buttons ul li{
  display: inline-block;
}
.footer .content.snippet-content{
  width: 360px;
}
.footer .content.snippet-content .playstore-buttons ul{
  margin-left: 0;
}

.footer .copyright {
  margin-top: 50px;
}
.footer .copyright .line{
  opacity: 0.1;
  background-color: #2b292d;
  height: 1px;
  width: 100%;
}
.footer .copyright p{
  color:rgba(43, 41, 45, 0.6);
  font-size: 14px;
  line-height: 22px;
  float: left;
}
.footer .copyright .term-privacy{
  margin-bottom: 0;
  display: none;
}
.footer .copyright .term-privacy li{
  margin: 0 10px;
  display: inline-block;
  
}
.footer .copyright .term-privacy li:first-child{
  margin-left: 0;
}
.footer .copyright .term-privacy li:last-child{
  margin-right: 0;
}
.footer .copyright .term-privacy li a{
  display: block;
  color:rgba(43, 41, 45, 0.6);
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-transform: capitalize;
}

.footer .copyright .social-icon{
  margin-bottom: 0;
  float: right;
  padding: 12px 0;
}
.footer .copyright .social-icon li{
  margin: 0 10px;
  display: inline-block;
}
.footer .copyright .social-icon li:first-child{
  margin-left: 0;
}
.footer .copyright .social-icon li:last-child{
  margin-right: 0;
}

.footer .copyright .social-icon li a{
  display: block;
}

.footer .copyright .social-icon li a span{
  color:rgba(43, 41, 45, 0.6);
  font-size:17px;
  line-height: 22px;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
 
}

.footer .copyright .social-icon li a:hover .icon-instagram{color: #C13584;}
.footer .copyright .social-icon li a:hover .icon-facebook2{color: #4267B2;}
.footer .copyright .social-icon li a:hover .icon-linkedin2{color: #0072b1;}


/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/




/* ----------------------------------------------------------------
     [ 09 Start Terms Privacy ]
-----------------------------------------------------------------*/
.header.terms-privacy{
  
  padding-bottom: 100px;
  position: relative;
}
.terms-privacy .heading-content {
  padding-top:60px;
}
.terms-privacy .nav-item{
  margin: 0 15px;
}
.terms-privacy .nav-item:first-child{
  margin-left: 0;
}
.terms-privacy .nav-item:last-child{
  margin-right: 0;
}
.terms-privacy .nav-link{
  color: rgba(43, 41, 45, 0.6);
  font-size: 18px;
  line-height: 25px;
  padding: 15px 5px;
}
.terms-privacy .nav-link.active{
border-bottom: solid 3px #2b292d;
font-weight: 800;
color: #2b292d;
}
.terms-privacy .nav-tabe {
  margin-top: 20px;
}

.terms-privacy::before{
  content: "";
  position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    background:  #2b292d;
    opacity: 0.2;
    height: 1px;
    top: 325px;
}
.terms-privacy .tab-content .tab-pane h3{
color: #2b292d;
font-size: 28px;
line-height: 28px;
font-weight: 800;
text-transform: capitalize;
padding: 35px 0 10px;
}
.terms-privacy .tab-content .tab-pane p{
color: #2b292d;
font-size: 22px;
line-height:33px;
font-weight:400;
margin: 0 0 15px 0;
max-width: inherit;
}

.terms-privacy .heading-content h2{font-weight: bold; font-size: 50px;}


/* ----------------------------------------------------------------
     [ End  Terms Privacy ]
-----------------------------------------------------------------*/
.header-logo img{max-width: 270px;}



@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-200px * 5))}
}

.slider {
  height: 100px;
  margin: auto;
  overflow:hidden;
  position: relative;
  width: auto;
}  
 
.slider .slide-track {
    animation: scroll 25s linear infinite;
    display: flex;
    width: calc(200px * 10);
  }
  
.slider .slide-track .slide {
    height: 100px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center ;
    text-align: center;
  }



/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1366px) {
  .container {
    max-width: 1440px;
    padding-left:80px ;
    padding-right:80px ;
  }
}


@media screen and (max-width: 1365px) {
  .container {
    padding-left:40px ;
    padding-right:40px ;
    max-width: 100%;
  }
  .navbar .navbar-nav .nav-link{
    margin-left: 10px;
    margin-right: 10px;
  }
.call-action-inner{
  padding: 0px 50px 0px 50px;
}
.playstore-buttons ul li img.playstore{margin-left: 15px;}
.call-action{padding-bottom: 80px;}
.feature-content h2{font-size: 50px;}
.feature-content p{font-size: 25px;}
.call-action .snippet-content h2{font-size: 50px;}

.wallpapers-left h2{font-size: 46px;}
.wallpapers-left{width: 40%;}
.wallpapers-right{width: 60%;}
}


@media screen and (max-width:1199px) {
   .header p{
    margin: 21px 60px 46px 0;
  }
.header-logo img{width: 200px;}
.signup-button{ font-size: 16px;  }
.navbar-expand-lg .navbar-nav{padding-left: 10px;}
.navbar .navbar-nav .nav-link{font-size: 18px;  }
.header h1, .feature-content h2, .call-action .snippet-content h2{font-size: 45px;}
.header p, .feature-content p, .call-action .snippet-content p, .delivering, .wallpapers-left p{font-size: 20px;}
.playstore-buttons ul{ display: flex; flex-direction: row; margin-left: 0px; }
.playstore-buttons ul li{width: 125px;}
.playstore-buttons a img{height: 55px;}
.footer .content.snippet-content .playstore-buttons ul li{width: 120px;}


}
@media screen and (max-width: 991px) {
  .terms-privacy-navbar.nav-scroll{
   display:flex;
  }
  .menu-bar {
    background: #2b292d;
    height: 3px;
    display: block;
    width: 28px;
    margin: 4px 0;
}

  .terms-privacy::before{
    top: 270px;
  } 
  .footer .content.snippet-content {
    width:100%;
    margin-bottom: 25px;
}
  .img-download{
    margin-top: 70px;
  }


  .header p {
    margin: 21px 0 46px 0;
} 
  .mb-md50 {
    margin-bottom: 50px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 30px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #e9caa0;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top:68px;
    width: 100%;
    left: 0px; 
    box-shadow: 0 4px 16px -4px rgb(44 50 65 / 8%);  
    box-shadow: 0px 10px 40px rgb(0 0 0 / 5%); 
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-toggler {
    margin-right: 0px;
  }
  .navbar-nav .nav-link {
    color: #2b292d !important;
   text-align: left;
   padding-left: 25px !important;

  }
  .navbar-expand-lg .navbar-nav{
    padding-left: 0;
  }
  .navbar .navbar-nav .active{
    color: #2b292d !important;
    
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  
 .section-padding { padding:70px 0 70px 0;}
 .navbar-expand-lg .navbar-nav li{display: block;border-bottom: solid 1px #b79e7d; }
 .navbar-expand-lg .navbar-nav li:last-child{
   border:none;
 }
 .signup-button{font-size:18px; padding:0px; margin-right:80px; display: none;}
.navbar .navbar-toggler{position: absolute;right:10px; top:23px; outline: none; }
.navbar{min-height:85px; height:85px;  }
.navbar .container{max-width: 100%;}  


.nav-scroll .navbar-toggler{
    top: 0 !important;
    padding: 24px !important;
    right: 0 !important;
    border-radius: 0;
}
.get-in-touch p{
  text-align: left;
}
.get-in-touch p a{
  padding-top: 5px;
}
.terms-privacy .heading-content {
  padding-top:10px;
}
.header-logo img{width: 200px; height: auto;}

.roaster-inner{flex-direction: column;}
.wallpapers-left{width:100%; text-align: center; }
.wallpapers-right{width: 100%;}
.wallpapers-left:after{transform: inherit; display: none;}
.wallpapers-left h2{position: relative;font-size: 26px; line-height: normal; padding-bottom: 3px; }
.wallpapers-left p{font-size: 18px; padding-top: 0;}
.heading-content{position: relative; margin-bottom: 40px;}
.heading-content:after{
  content: "";
  width: 150px;
  height: 5px;
  background: #c9bba8;
  bottom: 0px;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;

}
.our-wallpapers{padding: 30px 0px;}
.wallpapers-left p{max-width: 100%; }
.heading-content{padding-bottom: 15px;}
.call-action-inner{padding: 40px 40px 0px 40px ;}
.img-download{text-align: center;}
.call-action .snippet-content{text-align: center;}
.call-action .playstore-buttons ul{justify-content: center;}
.call-action .playstore-buttons ul li img.playstore{margin-left: 0;}
.call-action .playstore-buttons ul li{width: auto;}
.navbar{margin-bottom: 40px;}
.terms-privacy .heading-content:after{display: none;}
.terms-privacy .heading-content{margin-bottom: 0;}
.terms-privacy .nav-tabe{margin-top: 0;}

.nav-scroll{position: relative; top: 0px;}

.header{ margin-top: -125px; }
.nav-scroll{transform: inherit;}
.navbar{position: relative;}  

}

@media screen and (max-width: 767px) {
.navbar{}  
  .header-logo span{
    display: inline-block;
  } 


  .terms-privacy::before {
    top: 270px;
} 


  .terms-privacy .heading-content h2{
font-size: 45px;
line-height: 50px;
letter-spacing: -0.28px;
  }
  .terms-privacy .tab-content .tab-pane h3{
    font-size: 22px;
    line-height: 32px;
    padding: 20px 0 10px;
  }
  .terms-privacy .tab-content .tab-pane p{
    font-size: 22px;
    line-height: 32px;
  }
   
  .footer .copyright p{
    
  }
  .footer .copyright .term-privacy{
    display: block;
  }
  .footer .copyright .social-icon{
    float: left;
    padding: 15px 3px;
  }
  .footer .copyright {
    margin-top: 0;
}
.footer{
  position: relative;
}
.footer .content.snippet-content{
  margin-bottom: 70px;
}
.footer .copyright .line{
  position: absolute;
    top: 285px;
    left: 0;
    right: 0;
}
  .footer .content.snippet-content .footer-parg{
    display: block;
    text-align: center;
    justify-content: center;
  }
  .footer .content.snippet-content .footer-parg .footer-parg-titel {
    padding: 10px 0 25px;
}
.footer .content.snippet-content p{
  display: none;
}
.footer .content.snippet-content .footer-parg .footer-parg-titel p{
  display: block;
}
.footer .content.snippet-content .playstore-buttons{
  text-align: center;
}
  .img-download {
    margin-top: 30px;
}
  .call-action .snippet-content h2{
    font-size: 50px;
    letter-spacing: -0.31px;
    line-height: 50px;
  }
  .call-action .snippet-content {
    padding-right: 0;
    text-align: left;
} 

  .navbar .navbar-toggler{
    top:15px;
     }
  .nav-scroll .navbar-toggler{
    padding: 24px !important;
  }
  .navbar .navbar-collapse{
    top: 62px;
  }
  .navbar{min-height:75px; height:75px; padding-top: 20px; margin-bottom: 20px;  }
  .parg{
    padding: 46px 0;
  }
  .parg p{
    padding-right: 0;
  }
  .header p {
    margin: 15px 0 25px 0;
}

  .header h1{
    font-size: 36px;
    line-height: normal;
  } 
 
    
  .call-action h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .call-action h5 {
    font-size: 20px;
    font-weight: 300;
  }

.section-title{ margin-bottom:30px; }

.get-in-touch p{
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}
.signup-button{
 display: none; 
}
.nexa-img{
  margin-top: 15px;
}

.footer{
  padding-bottom: 50px;
}
.nexa-img img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.header p, .feature-content p, .call-action .snippet-content p, .delivering{font-size: 24px;}
.delivering{display: none;  }
.nexa-img{padding-top:20px ;}

.feature-content h2:after{height: 7px;}
.feature-item{flex-direction: column; padding-top: 80px; padding-bottom: 60px;}
.list-of-features .feature-item:last-child{padding-bottom: 0;}
.feature-content{width: 100%; padding-right: 0;}
.feature-img{width: 100%;}
.feature-content h2{font-size: 35px; margin-bottom: 0; padding-bottom: 15px; line-height: 38px;}
.feature-content p{padding-right: 0; line-height: normal; padding-bottom: 40px; line-height: 26px;}
.list-of-features .feature-item:nth-child(even) .feature-content{padding-left: 0;}
.list-of-features .feature-item:nth-child(even){flex-direction: column;}
.feature-content h2:after{top: -20px;}
.call-action .container{padding-left: 0; padding-right: 0;}
.call-action-inner{border-radius: 0; padding: 50px 25px 0px 25px;}
.playstore-buttons a img{height: 40px;}
.call-action .playstore-buttons ul li{width: 120px;}
.img-download img{max-width:225px;}
.img-download{margin: auto;max-width:225px;}
.footer{padding-top: 0px;}
.footer .content.snippet-content .playstore-buttons ul{justify-content: center;}
.footer .playstore-buttons{padding-top: 0;}
.footer .copyright .line{top: 240px}
.call-action .playstore-buttons{margin-bottom: 50px;} 
.copyright .container .align-items-center{flex-direction: column-reverse; display: flex;}
.call-action .playstore-buttons ul li img.playstore{margin-left: 15px;}
.call-action .playstore-buttons ul{justify-content:left;}
.nav-scroll{padding-top: 20px;padding-bottom: 20px;}
.header-logo{top: 0px;}
.our-wallpapers{padding-bottom: 50px;}
.terms-privacy .heading-content h2{font-size: 35px;}
.terms-privacy .container{padding-left: 30px; padding-right: 30px;}
.terms-privacy .heading-content{padding-top: 20px;}
}


/*********767************/


@media screen and (max-width: 575px) {

.container{
  padding-right:30px;
  padding-left:30px;
}

.header h1{
  letter-spacing: -0.28px;
  line-height: 42px;
  margin-bottom:20px;
  font-size:40px;
  max-width: 280px;
}
.header.terms-privacy{
  padding-bottom: 30px;
}
.header p{line-height: 26px;  }
.heading-content{padding-bottom: 25px;}
.our-wallpapers .container{padding-left: 0; padding-right: 0;}
.wallpapers-left h2{max-width: 250px; margin: auto;}
.wallpapers-left p{max-width: 250px; margin: auto;}
.section-padding {
    padding: 60px 0 60px 0;
}


  .terms-privacy::before {
    top: 272px; 
}

  .header .caption h4 {
    font-size: 14px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }

.list-of-features .feature-item:nth-child(even) .feature-content{padding-right: 0;}
.feature-content h2{max-width:300px;}
.feature-content p{max-width: 310px;}
.img-download img{max-width: 260px;}
.img-download{margin: auto;max-width:inherit;}
.footer .copyright p{font-size: 12px; margin-top: 10px;}
.footer{padding-bottom: 25px;}
.terms-privacy .heading-content h2{font-size: 32px; margin-bottom: 0;}
.terms-privacy .nav-item {
    margin: 0 5px;
}
.terms-privacy .tab-content .tab-pane p{font-size: 20px; line-height: 28px;}
.terms-privacy .nav-link{font-size: 16px;}
.header .playstore-buttons ul li, .call-action .playstore-buttons ul li{width: 50%;}
.header .playstore-buttons a img, .call-action .playstore-buttons a img{height: auto;}
.header .playstore-buttons, .call-action .playstore-buttons{width: 95%; max-width: 360px;}
.slider .slide-track {
    animation: scroll 25s linear infinite;
    display: flex;
    width: calc(200px * 7 );
  }



}

