/* global css */
.padding0 { padding: 0;}
.padding-left-0 { padding-left: 0;}
.padding-right-0 { padding-right: 0;}
.padding-bottom-0 { padding-bottom: 0;}
.padding-top-0 { padding-top: 0;}
.padding40 , .padding-top-40 { padding-top: 40px;}
.padding40 , .padding-bottom-40 { padding-bottom: 40px;}

.padding-top-80 { padding-top: 80px;}
.padding-bottom-80 { padding-bottom: 80px;}

.margin0 {margin: 0 !important;}
.margin-top-60{margin-top: 60px;}
.margin-top-100{margin-top: 100px;}

.display-inline-block { display: inline-block;}
.display-inline { display: inline;}
.display-block { display: block;}

/*html selectors */
body , html { overflow-x: hidden; margin: 0; padding: 0; width: 100vw;}
p{
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    
}
/*
section {
    display: flex;
}
*/
/*html selectors */

/* background color */
.bg-gray-new { background: rgba(134, 134, 134, 1) ;}
.bg-gray-dark { background: rgba(94, 94, 94, 1);}
.bg-gray { background: rgba(242, 242, 242, 1);}
.bg-gray-1 { background: rgba(51, 51, 51 ,1 );}
.bg-yellow { background: rgba(255, 226, 21, 1);}


.yellow-strip{
    width: 100vw;
    height: 4px;
    background: #ffe215;
}

.iphone-img { 
        width: 280px;
    height: 456px;
    background: url(../img/header-iphone.png) no-repeat;
    background-size: cover;
    padding: 67px 4px 0px 4px;  
    position: relative;
    overflow: hidden;
    margin: auto;
}

.iphone-img-full { 
    width: 255px;
    height: 535px;
    background: url(../img/header-iphone.png) no-repeat;
    background-size: cover;
    padding:57px 13px 0px 13px ;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.iphone-img-full video { width: 100%; height: 421px;}
.iphone-img-full iframe ,
.iphone-img iframe {
    position: absolute;
/*
    top: 0;
    bottom: 0;
    right: 0;
*/
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
/*    padding: 67px 18px 0px 18px;  */
}
.side-border {
            border-left : 1px solid #6B6B6B ;
            border-right : 1px solid #6B6B6B ;
}
* {outline:none;}


/* fonts */
.font-lato { font-family: 'Lato', sans-serif;}
.font-lato-400 {font-family: 'Lato', sans-serif; font-weight: 700;}



/* fonts */

.logo {
    padding-top: 30px;
    padding-bottom: 50px;
}
.logo__img { width:180px; margin: auto;}

.banner {
    
    background: url('../img/bannerBG.png') no-repeat; 
    background-size: cover;
    overflow: hidden;
}
.banner__bgimg{ width: 100%;}
.banner__contain-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    overflow: hidden;
}
.banner__containt--iphone-img{
    width: 300px;   
    height: 500px;
    background: url(../img/header-iphone.png) no-repeat;
    background-size: cover;
    
    padding: 65px 15px 0px 15px ;
    overflow: hidden;
    
}
.banner__containt__screen{
/*    width: 270px; */
    width: 100%; 
    
    overflow: hidden;
    
}
.banner__containt--iphone-img img{
    width: calc(300px - 30px);
    float: left;
    transition: all ease .5s;
    
}



.banner__containt--slider {
    width: 400%;
    
    height: 100%;
    position: relative;
}
.banner__contain--text
{
    padding-top: 30px;
    
}
.iphone-img-full .banner__containt__screen {
    
}
.iphone-img-full img{
        width: calc(255px - 26px);
    float: left;
}
.banner__heading
{
    color: #fff;
    font-size: 32px;
    font-weight: 300;
}

.download-app__text { font-size: 25px; color:#fff; text-align: justify;}
.download-app img { width: 160px;}

.about-us{
    color:#6B6B6B;
    
}
.about-us__col
{
    padding-left: 30px;
    padding-right:30px;
    padding-bottom: 90px;
    min-height: 410px;
}
.about-us__col--heading{
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
      
}
.about-us__col--heading-icon
{
    margin-bottom: 20px;
    font-size: 40px;
}
.about-us__col--heading-icon img {
    width: 60px;
}
.about-us__col--description
{
    font-size: 16px;
    font-weight: 300;
}
.download-app-strip__text
{
    
    line-height: 44px;
    font-size: 24px;
    font-weight: 300;
    
    
}
.download-app-strip__text-large
{
    font-size: 30px;
    font-weight: 300;
}
.download-app-strip__img-link { margin: auto; display: block;}
.download-app-strip__img-link img{ width: 160px;}
.features
{
    
}
.features__heading{
    color: #fff;
    font-size: 44px;
    margin-bottom: 30px; 
    margin-top: 50px;
    font-weight: 300;
}
.features__description
{
    color:#fff;
}
.features__section-type {
    padding-top: 30px;
    padding-bottom: 30px;
    color:#fff;
}
.section-type__img {
    height:  50px;
    margin:  auto;
}

.section-type__title {
    text-align:center;
}
.features__download-app{
    margin-top: 50px;
}
.text-white  {color:#fff;}
.text-yellow {color:#ffe215;}
.border-yellow {border-color:#ffe215;}
.border-white {border-color:#ffffff;}


.section-tag-line
{
    
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: inline-block;
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.about-us__col--bookmark {
    padding: 5px;
    text-align: center;
    position: absolute; bottom: 0;
    left: 0;
    right:0;
}



.featured-section__download-app
{
    margin-top: 50px;
}
.featured-section__heading{
    font-weight: 300;
    font-size: 44px;
    color: #515151;
    margin-top: 30px;
    margin-bottom: 30px;
}
.featured-section__description
{
    
}
.did-you-know__col{
    
}

.did-you-know__heading{
    font-size: 44px;
    color:#fff;
    margin-bottom: 40px;
    
}


.did-you-know__icon img {
    height: 100px;
    margin: auto;
}
.did-you-know__title{
    font-size: 44px;
    color: #fff;
    text-align: center;
}
.did-you-know__title span { font-size: 70%; }
.did-you-know__description
{
    font-size: 14px;
    color:#fff;
}


.all-features__icon-img {
    width: 60px;
    margin: auto;
}
.all-features__tittle {
    font-size: 28px;
    color:  #6B6B6B;
    margin-bottom: 15px;
    font-weight: 300;
}
.all-features__description{
    font-size: 15px;
    color:  #6B6B6B;
}
.footer { background: rgba(63, 63, 63, 1);}
.footer__facebook-link ,
.footer__facebook-link:active ,
.footer__facebook-link:focus ,
.footer__facebook-link:hover{
    font-size: 24px;
    text-decoration: underline;
    color: #fff;
    outline: none;
}

.footer__facebook-link span {
    font-size: 30px;
    color :#3B5998;
    
}

.footer__logo img {
    max-width: 150px;
}

.youtube-iframe ~ iframe { display: none;}
.iphone-img-full .youtube-iframe  { max-height: 400px;}

.demo{
    position: fixed;
    background: #000;
    width:400px;
    height: 300px;
    bottom: 0;
    left: 0;
    color: #fff;
}