@ccharset "utf-8";
/* CSS Document */

@import url("jquery.fullPage.css");

/************************************* 
            Default CSS 
**************************************/

*{ margin:0;
    padding:0;
    outline:none;
}

img{ 
    border:none;
}

html{
    height: 100%;
}

body{    
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:32px;
    color:#ffffff;
    height:100%;
    overflow-x:hidden
    background: transparent;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing:antialiased;
}

a, input {
    color: #000000;
    -webkit-transition: all 350ms ease-out 0s;  
       -moz-transition: all 350ms ease-out 0s;
         -o-transition: all 350ms ease-out 0s;
            transition: all 350ms ease-out 0s;
}

iframe {
    border: 0;
}

a{
    color:#ffffff;
    text-decoration: none;
    outline: 0;
}

a:hover{
    color:#ffffff;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {   
    margin:0;
    padding:0;
    color: #ffffff;    
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1, h2{
    font-size: 58px;
    margin:0 0 25px 0;
    padding:0;
    line-height: 58px
}

p{
    font-size:20px;
    line-height: 32px;
    color:#ffffff;
    font-weight:normal;
}

p strong{ 
    color:#ffffff;
    font-weight:700;
}

.clear{ 
    clear:both
}

.txt-center{
    text-align: center;
}

.txt-left{
    text-align: left;
}

.txt-right{
    text-align: right;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
}

/************* Default CSS end ************/


/************************************* 
        General CSS 
**************************************/
.logo{
    margin:0;
    padding: 0;
    position: absolute;
    left: 40px;
    top: 40px;
    width: 155px;
    height: 29px;
}

.logo a{
    float:left;
    padding:0;
    margin:0;
    width:155px;
    height: auto;
    text-indent: -999999px;
    background:url(../images/logo.svg) no-repeat top left;
}

.section{
    display: table;
    table-layout: fixed;
    min-height: 100%;
    width: 100%;
    position: relative;
}

.section-inner {
    padding: 0 30px;
}

.next{
    margin:auto;
    padding:0;
    width:64px;
    height:64px;
    background:url(../images/down-arrow.svg) no-repeat center center;
}

.scroll-down {
    display: block;
    width: 60px;
    margin: 20px auto 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}


.section.one{
    background: rgb(59,65,197); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(59,65,197,1) 0%, rgba(55,236,186,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(59,65,197,1) 0%,rgba(55,236,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(59,65,197,1) 0%,rgba(55,236,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3841c5', endColorstr='#37ecba',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section.two{
    background: rgb(196,58,48); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(196,58,48,1) 0%, rgba(135,77,162,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(196,58,48,1) 0%,rgba(135,77,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(196,58,48,1) 0%,rgba(135,77,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C43A30', endColorstr='#874DA2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section.three{
    background: rgb(246,156,113); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(246,156,113,1) 0%, rgba(255,107,149,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(246,156,113,1) 0%,rgba(255,107,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(246,156,113,1) 0%,rgba(255,107,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC796', endColorstr='#FF6B95',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section.four{
    background: rgb(11,163,96); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(11,163,96,1) 0%, rgba(56,249,215,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(11,163,96,1) 0%,rgba(56,249,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(11,163,96,1) 0%,rgba(56,249,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba360', endColorstr='#38f9d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section.five{
    background: rgb(72,1,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(72,1,255,1) 0%, rgba(172,50,228,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(72,1,255,1) 0%,rgba(172,50,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(72,1,255,1) 0%,rgba(172,50,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4801FF', endColorstr='#AC32E4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}




/************* General CSS end ************/



/************************************* 
        First Section
**************************************/


.one h1{
    max-width:955px;
    margin-left: auto;
    margin-right: auto;
}

.one p{
    max-width: 706px;
    margin:auto;
    padding: 0;
}

.container .content p{
    max-width: 400px;
    line-height: 32px;
    font-size:18px;
}

/************************************* 
        Second Section
**************************************/

.two .idea{
    width:303px;
    height:303px;
    float:right;
}

.two .idea img{
    -webkit-filter: drop-shadow(0 4px 5px rgba(103,48,108,1)) !important;
    drop-shadow(0 4px 5px rgba(103,48,108,1));
    filter: url(../images/idea.svg#drop-shadow);

    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#67306C')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#67306C')";
}

.two .container{
    max-width:845px;
}

.flex-container {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-align-items: center; 
  align-items: center; 
}

/************************************* 
        Third Section
**************************************/
.three .image-container .app{
    width:100%;
    height: 100%;
    max-width:375px;
    max-height:667px;
    border-radius: 0;    
}

.three .image-container .app img{
    border-radius: 0;
    /*border-radius: 10px;*/
    -webkit-filter: drop-shadow(0 4px 5px rgba(207,102,98,1)) !important;
    drop-shadow(0 4px 5px rgba(207,102,98,1));
    /*filter: url(../images/teamwork.svg#drop-shadow);*/

    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#cf6662')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#cf6662')";

    /* -webkit-box-shadow: 4px 0px 20px 0px rgba(207,102,98,1);
    -moz-box-shadow: 4px 0px 20px 0px rgba(207,102,98,1);
    box-shadow: 4px 0px 20px 0px rgba(207,102,98,1);*/

    /*transform: rotate(-30deg);*/
}

.three .container{
    display: table;
    max-width: 990px;
}

.three .content{
    display: table-cell;
    vertical-align: middle;
    float:none;
}


/************************************* 
        Fourth Section
**************************************/
.four .team{
    width: 303px; /* 401px */
    height: 303px;
}

.four .team img{
   -webkit-filter: drop-shadow(0 4px 5px rgba(67,163,116,1)) !important;
    drop-shadow(0 4px 5px rgba(67,163,116,1));
    filter: url(../images/teamwork.svg#drop-shadow);

    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#43A374')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#43A374')";
}

.four .container{
    display: table;
    max-width: 860px;
}

.four .content{
    display: table-cell;
    vertical-align: middle;
    float:none;
    width:100%;
}

.four .container .content p{
    max-width:420px; /* 298 */
}

.four .image-container{
	display: table;
	float: right;
}

/************************************* 
        Fivth Section
**************************************/
.five .contact{
    width:256px;
    height:256px;
 }

.five .contact img{
   -webkit-filter: drop-shadow(0 4px 5px rgba(86,11,122,1)) !important;
    drop-shadow(0 4px 5px rgba(86,11,122,1));
    filter: url(../images/send.svg#drop-shadow);

    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#560B7A')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#560B7A')";
}

.five .container{
    max-width: 880px;
}


/************************************* 
        Footer CSS
**************************************/
.copy{
    display: block;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color:#a883ce;
    font-size:14px;
    text-align: center;
}

/************* Footer CSS end ************/

@media (min-width: 1281px) and (max-width: 1366px){
    .three .image-container{
        width:100%;
        text-align: center;
    }
    .three .image-container .app img{
        width:90%;
    } 
    .three .image-container .app{
        margin-left: auto;
        margin-right: auto;
    }
}


@media (min-width: 1024px) and (max-width: 1280px){
    .three .image-container{
        width:100%;
        text-align: center;
    }
    .three .image-container .app img{
        width:75%;
    } 
    .three .image-container .app{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .three .image-container{
        width:100%;
        text-align: center;
    }
    .three .image-container .app img{
        width:90%;
    } 
    .three .image-container .app{
        margin-left: auto;
        margin-right: auto;
    }
}

/* ----------------- iPad in portrait & landscape ----------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    .logo{
        left:30px;
        top:40px;
    }  
    
}

/* ------------------ iPad in landscape -----------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    .three .image-container{
        width:100%;
        text-align: center;
    }
    .three .image-container .app img{
        width:60%;
    }
}


/*------------tablets landscape------------*/

@media all and (max-width: 1200px) {
}

/*------------tablets potrait and large mobiles landscape------------*/
@media (min-width: 768px) and (max-width: 991px){

    .two .container .content{
        display: inline-block;
        width:50%;
    }
    .two .container .image-container{
        display: inline;
        width:50%;
    }
    .five .container .content, .five .container .image-container{
        display: inline-block;
        padding:0;
        width:49%;
        vertical-align: top;
    }
    .three .image-container .app img{
        width: 70%;
    }
    .container .content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .five .contact{
        width: 70%;
        height: auto;
        margin:auto;
    }
}

@media (min-width: 800px) and (max-width: 980px){
    .two .content, .three .content, .four .content, .five .content{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*------------large mobiles potrait and small mobile landscape------------*/

@media all and (min-width: 481px ) and (max-width: 602px ){

}


/*------------large mobiles potrait and small mobile landscape------------*/

@media all and (min-width: 603px ) and (max-width: 767px ){

}


@media (max-width: 767px){
    /* ====== Header ===== */
    .section .logo{
        left:50%;
        margin-left:-78px;
        margin-bottom: 30px;
    }

    h1, h2{
        font-size:48px;
        line-height: 54px;
        margin-bottom: 30px;
    }

    /* ===== Second Page ========*/

    .flex-container{      
      margin: 0;
      list-style: none;
      
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
    }

    .two .idea{
        margin: auto;
        float:none;
        text-align: center;
        height: 100%;
        width:100%;
    }
    .two .idea img{
        width: 80%;
    }
    .two .flex-container .content.flex-item{
        text-align:center;
    }

    .two .flex-container .content.flex-item, .four .flex-container .content.flex-item{
        order:2;
    }

    .two .flex-container .image-container.flex-item, .four .flex-container .image-container.flex-item{
        order:1;
    }

    .two .flex-container .image-container.flex-item{
        width: 100%;
    }

     /* ===== Second Page end ========*/

    .three .container{
        display:block;
    }
    .three .content, .four .content{
        display:block;
        float:left;
        text-align: center;
    }
    .three .image-container .app img{
        width: 100%;
    }

    .three .image-container .app{
        margin-bottom: 60px;
        margin-left:auto;
        margin-right: auto;
        text-align: center;
    }

    /* ===== Forth page ======*/
    .four .container{
        display: flex;
    }
    .four .team{
        margin: auto;
        margin-bottom: 60px;
    }

    .three .content, .four .content, .four .container .content p{
        width: 100%;
        max-width: 100%;
    }
    .four .flex-container .image-container.flex-item{
        width:100%;
    }

    /* ==== Fivth Page ===== */
    .five .contact{
        max-width: 256px;
        width: 100%;
        max-height: 256px;
        height: 100%;
        margin:0 auto 65px auto;
    }
    .container .content h2, .container .content p{
        text-align: center;
        max-width: 100%;
    }
    .five .image-container{
        width: 100%;
    }
}


@media (min-width: 668px) and (max-width: 767px){
    .section .logo{
        position: absolute;
    }
}

@media (max-width: 667px){
    .section .logo{
        top:25px;
    }
    h1, h2{
        font-size: 36px;
        line-height: 38px;
        text-align:center;
        margin-bottom: 20px;
    }
    
    p, .container .content p{
        font-size: 18px;
        line-height: 26px;
    }

    .two .idea img{
        width: 30%;
    }
    .two .flex-container .image-container.flex-item{
        padding-bottom: 20px;
    }
    .three .image-container .app{
        margin-bottom: 20px;
    }
    .three .image-container .app img{
        width:90%;
        margin-top: 20px;
    }
    .two .content, .three .content, .four .content, .five .content{
        padding-left: 0;
        padding-right: 0;
    }
    .four .team{
        max-width: 40%;
        margin-bottom: 40px;
        height:100%;
    }
    .five .contact{
        width: 40%;
        max-width: 40%;
    }    
}

@media (min-width: 668px) and (max-width: 767px){
    .two .idea img{
        width: 30%;
        margin-bottom: 30px;
    }
    .three .image-container{
        margin-top: 100px;
    }
    .three .content{
        padding-bottom: 140px;
    }
    .three .image-container .app img{
        width:90%;
        margin-top: 20px;
    }
    .four .team{
        max-width: 40%;
        margin-bottom: 30px;
        height: auto;
    }
    .five .contact{
        width: 30%;
        margin-bottom: 50px;
        max-width: 30%;
    }  
}

@media (min-width: 481px) and (max-width: 667px){    
    .scroll-down{
        bottom: 10px;
        width:32px;
        text-align: center;
        position: relative !important;
    }
    .scroll-down img {
        width: 80%;
    }
    .one .section-inner{
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .two .idea, .four .team{
        padding-top: 120px;
    }
    .two .content, .three .content, .four .content{
        padding-bottom: 60px;
    }
    .three .image-container .app{
        padding-top: 40px;
        margin-bottom: 60px;
    }
    .three .image-container{
        padding-top: 60px;
    }
    .five .image-container{
        padding-top: 120px;
        padding-bottom: 60px;
        width: 100%;
    }
    .five .copy{
        position: relative;
    }
    .five .content{
        padding-top: 0;
        padding-bottom: 140px;        
    }  
    .five .contact{
        margin-top: 0;
        text-align: center;
        max-height: 100%;
        margin-bottom: 0;
    }
    
}

@media (min-width: 375px) and (max-width: 667px){
    .two .content, .three .content, .four .content, .five .content{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*------------large mobiles potrait only------------*/

@media all and (max-width: 480px ){
    .section .logo{
        top:25px;
        position: absolute;
    }    
    h1, h2{
        font-size: 36px;
        line-height: 38px;
        text-align:center;
        margin-bottom: 20px;
    }

    .flex-container .image-container.flex-item{
        width: 100%;
    }

   .scroll-down{
        bottom: 10px;
        width:32px;
        text-align: center;
    }
    .scroll-down img{
        width: 80%;
    }
    p, .container .content p{
        font-size: 18px;
        line-height: 26px;
    }

    .two .idea img{
        width: 50%;
    }
    .two .flex-container .image-container.flex-item{
        padding-bottom: 20px;
    }
    .three .container{
        margin-top: 60px;
    }
    .three .image-container .app{
        margin-bottom: 20px;
    }
    .three .image-container .app img{
        width:90%;
        margin-top: 20px;
    }
    .two .content, .three .content, .four .content, .five .content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .four .team{
        max-width: 65%;
        margin-bottom: 20px;
        height:100%;
    }
    .five .container{
        margin-top: -40px
    }
    .five .contact{
        width: 50%;
        margin-bottom: 30px;
    }
    .five .copy{
        position: relative !important;
        bottom: 10px;
        font-size: 13px;
        line-height: 18px;
    } 
    .five .content{
        padding-bottom: 60px;
    }
}

/* -------------- iPhone 6 in portrait &amp; landscape -------------*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .scroll-down{
        bottom: 10px;
        width:32px;
        text-align: center;
    }
    .three .scroll-down{
        position: relative !important;
    }
    .scroll-down img{
        width: 80%;
    }     
    .five .copy{
        position: relative !important;
        bottom: 10px;
        font-size: 13px;
        line-height: 18px;
    }
    .two .content, .three .content, .four .content, .five .content{
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 
    h1, h2{
        font-size: 36px;
        line-height: 38px;
        text-align:center;
        margin-bottom: 20px;
    }

    .four .team{
        max-width: 80%;
        height:100%;
    }
    .scroll-down{
        bottom: 10px;
        width:32px;
        text-align: center;
        position: relative !important;
    }
    .scroll-down img{
        width: 80%;
    }
    p, .container .content p{
        font-size: 18px;
        line-height: 26px;
    }

    .two .idea img{
        width: 30%;
    }
    .two .flex-container .image-container.flex-item{
        padding-bottom: 20px;
    }
    .three .image-container .app{
        margin-bottom: 40px;
    }
    .three .image-container .app img{
        width:40%;
        margin-top: 20px;
    }
    .two .content, .three .content, .four .content, .five .content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .four .team{
        max-width: 40%;
        margin-bottom: 20px;
    }
    .five .contact{
        width: 30%;
        margin-bottom: 30px;
        margin-top:30px;
        max-height: 100%;
    }
    .five .copy{
        position:relative!important;
        bottom: 10px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) { 
    .three .content{
        padding-bottom: 60px;        
    }
    .five .content{
        padding-bottom: 60px;
    }

}


/*------------samll mobiles potrait and very small mobiles lanscape------------*/

@media all and (max-width: 479px ){
    .five .copy {
        position: relative;
    } 

}

/*------------very small mobiles potrait only------------*/

@media all and (max-width: 375px ){
    .flex-container .image-container.flex-item{
        width: 100%;
    }
    .three .scroll-down{
        position: relative !important;         
    }
    .five .content{
        margin-top: 20px;
        padding-bottom: 110px;
    }

    .five .copy{
        position: absolute !important; 
        font-size: 12px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .five .contact{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .two .flex-container .image-container.flex-item, .four .flex-container .image-container.flex-item{
        padding-top: 60px;
    }
    .two .content{
        padding-bottom: 60px;
    }
    .three .content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .three .image-container{
        padding-top: 30px;
    }
    .two .flex-container .content.flex-item,  .four .flex-container .content.flex-item{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 60px;
    }
    .two .flex-container .image-container.flex-item, .four .flex-container .image-container.flex-item{
        margin-top: 30px;
    }
    .five .image-container{
        margin-top: 120px;
    }
    
}
