
@font-face {
    font-family: 'LibreFranklin Regular';
    src: url(../fonts/LibreFranklin-Regular.ttf);
}

@font-face {
    font-family: 'Chantilly Light';
    src: url(../fonts/FONT_Chantilly-Light-Font.ttf);
}


body{
overflow-x: hidden;
}

h1,h2,h3,h4,h5{
    font-family: 'Chantilly Light';
line-height: 1;
margin-bottom: 25px;
}
p{
font-family: 'LibreFranklin Regular';
 font-size: 18px;
line-height: 1.8;
margin-bottom: 15px;
}
ul{
   list-style-type: disk;
    padding-left: 30px;
   
}
ul li{
   font-family: 'LibreFranklin Regular';
 font-size: 18px;
line-height: 1.8;
margin-bottom: 10px;
}
.privacy a{
font-family: 'LibreFranklin Regular';
   display: inline-block;
  padding: 10px 5px;
text-decoration: none;
font-size: 15px;
color: #333;
}
.float-left{
    float: left;
}
#header{
    overflow: hidden;
}
.container.header-container{
    width:100%;
    max-width: 1560px;
    padding-right: 0px;
    padding-left: 0px;
}
#header .header-wrapper{
    background: url(../assets/images/background.jpg) no-repeat center center /cover;
    width:100%;
    max-width: 1560px;
    margin: auto;    
}
#header .header-top{
    padding-top: 170px;
    overflow: hidden;
}
.header-left{
    width:50%;
}
.header-right{
    width:50%;    
}
#header .header-top .stack-img-text{
    width:40%;
    padding-top: 7%;
}
#header .header-top .header-left .stack-img-text {
    padding-top: 10%;
}
#header .header-top .stack-img-text p{
    font-family: 'Chantilly Light';
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 100%;
}
#header .header-top .stack-img-text img{
    width:100%;
    padding-top: 55px;    
}
#header .header-top .stack-img{
    width: 60%;
    text-align: center;
}
#header .header-top .stack-img img{
    width:100%;
    max-width: 292px;
}
#header .header-top .header-left .stack-img img{
    margin-left: -37%;
}
#header .header-top .header-right .stack-img img{
    margin-right: -41%;
}
#header .header-bottom .contact-text{
    margin-top: -26%;
}
#header .header-bottom .contact-text p{
    font-family: 'LibreFranklin Regular';    
    font-size: 16px;
    color:#fff;
    
}
#header .header-bottom .contact-text p:first-child{
    padding-bottom: 20px;
}
#header .header-bottom .contact-text p i{
    color:#e12b26;
    font-size: 18px;

}
#header .header-bottom{

    padding-bottom: 63px;    
}
#header .header-bottom .btn-wrap{
    text-align: center;
}
#header .header-bottom .btn-wrap .apple{
    width:50%;
    float: left;
    padding-right: 20px;
}
#header .header-bottom .btn-wrap .google-play{
    width:50%;
    float: left;
     padding-right: 20px;   
}
#header .header-bottom .btn-wrap a{}
#header .header-bottom .btn-wrap a img{
    width:100%;
    max-width: 200px;
}




#slider-section{}
#slider-section .slider-section-top{
    padding-top: 40px;
    padding-bottom: 20px;    
}
#slider-section .slider-section-top img{
    width: 100%;
    max-width: 600px;
}
#slider-section .slider-section-top p{
    font-family: 'Chantilly Light';
    font-size: 27px;
    color:#000;
    line-height: 100%;
    margin-top: 15px;
}
#slider-section .slider-section-top p span{
    text-transform: uppercase;
    font-size: 45px;
    
}
#carousel-1 {
    width:100%;
    max-width: 600px;
    margin: auto;
    height: 400px;
    display: block;
    position: relative;
 }
  #carousel-1 img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
    width:100%;
    max-width: 220px;
  }
  #carousel-2 {
    width:100%;
    max-width: 670px;
    margin: auto;
    height: 400px;
    display: block;
    position: relative;
 }
  #carousel-2 img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
    width:100%;
    max-width: 220px;
  }
  #slider-section .slider{
      position: relative;
  }
  #slider-section .slider #prev{
      position: absolute;
    top: 50%;
    left: -5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #slider-section .slider #next{
    position: absolute;
    top: 50%;
    right: -5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
    #slider-section .slider #prev2{
      position: absolute;
    top: 50%;
    left: -5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #slider-section .slider #next2{
    position: absolute;
    top: 50%;
    right: -5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #slider-section .slider i{
    font-size: 30px;
    color: #333;
  }



.fancybox-next:before{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
}
.fancybox-prev:before{
    content: "\f053";
    font-family: FontAwesome;
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
}


.slider-section-bottom{
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.slider-section-bottom .apple{
    width:50%;
    float: left;
    text-align: center;
}
.slider-section-bottom .apple img{}
.slider-section-bottom .google-play{
    width:50%;
    float: left;  
    text-align: center;
}
.slider-section-bottom .google-play img{}



footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
footer p{
    font-size: 14px;
    color:#333;
}
.app-video{
    text-align: center;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}
.app-video iframe{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
p , ul li{
    font-family: 'LibreFranklin Regular';
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}
}