
@import url('https://fonts.googleapis.com/css?family=Nunito');


/*menu*/

.navbar-collapse{
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-inverse .navbar-toggle{
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: rgb(28, 232, 189);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: transparent;
}

.navbar a.menu-item:hover{color:#ffe800;}

.navbar a.menu-item:after{content:""; display:block;}

.navbar a.menu-item:after{
    position:absolute;
    left:50%;
    bottom:0; 
    width:0%; 
    height:3px; background-color:#0aedbb; 
    transform:translateX( -50% );
    -webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar a.menu-item:hover:after{
    width:100%;
}

.navbar{
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    position: absolute;
    z-index: 600;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
}

.navbar a.menu-item{
    color: white!important;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.navbar-brand img{
    height: 48px;
    margin-top: -15px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a {
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    box-shadow: none;
    background-image: none;
    background-color: transparent; 
}

/*main cover*/

.main-cover h1{
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 40px;
}

.main-cover p{
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 26px;
    width: 500px;
}

.main-cover p b{
    display: block;
    margin: 20px auto 80px auto;
}

.main-cover{
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
    background-image: -moz-linear-gradient( -45deg, rgb(153, 136, 244) 25%, rgb(28, 232, 189) 75%);
    background-image: -webkit-linear-gradient( -45deg, rgb(153, 136, 244) 25%, rgb(28, 232, 189) 75%);
    background-image: -ms-linear-gradient( -45deg, rgb(153, 136, 244) 25%, rgb(28, 232, 189) 75%);
    overflow: hidden;
}

.background-logo{
    position: absolute;
    opacity: 0.05;
    color: white;
    top: 40px;
    height: 680px;
    width: auto;
    animation: 1s ease-out 0s 1 slideInFromLeft;
    
}

.app-screenshot{
    margin: 0 auto;
    animation: 1s ease-out 0s 1 slideInFromRight;
}

/*store buttons*/

.btn-wrapper .btn-store:first-child{
    margin-right: 20px;
}

.btn-store:hover{
    text-decoration: none;
    background: #f4f4f4;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.btn-store{
    transition: all 0.5s;
    display: inline-block;
    border-radius: 7px;
    background: #fff;
    font-family: 'Nunito', sans-serif;
}

.btn-store .btn-text{
    display: inline-block;
    padding-left: 20px;
    padding-right: 50px;
    font-family: 'Nunito', sans-serif;
}

.btn-store .btn-text span{
    color: #565f64;
    display: block;
}

.btn-store .btn-text span:first-child{
    display: block;
    font-size: 17px;
}

.btn-store .btn-text span:nth-child(2){
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-store img{
    vertical-align: -16px;
    display: inline-block;
    padding: 15px;
    border-right: 1px solid #e1e1e1;
    transition: all 0.5s;
}

/*block features*/

.block-features h2{
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: #000;
    font-weight: 600;
    padding: 30px 10px;
}

.block-features p{
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: #000;
    font-weight: 300;
    padding: 10px;
}

.block-features{
    padding-bottom: 60px;
    padding-top: 60px;
}

.feature-icon{
    border-radius: 100px;
    display: block;
    padding: 12px;
    width: 64px;
    margin: 0 auto;
}

.feature-icon.blue{
    background: #3a8dee;
}

.feature-icon.orange{
    background: #f5a523;
}

.feature-icon.green{
    background: #38bfa1;
}

.feature-icon img{
    height: 40px;
    fill: red;
}

/*block cities*/

.block-cities{
    background: #f8f8f8;
    padding-bottom: 60px;
    padding-top: 60px;   
}

.block-cities h3{
    text-align: left;
    color: #38bfa1;
    font-size: 36px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 50px;
    margin-top: 0;
}

.city-card{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    height: 320px;
    border: 1px solid #efefef;
}

.block-cities h2{
    color: #000;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.block-cities h2 strong{
    text-transform: uppercase;
}

.block-cities p{
    text-align: center;
    color: #f5a523;
    font-weight: 600;
}


/*form*/


.newsletter-form{
    text-align: center;
    padding: 0 20px;
}

.form-group{
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

.block-form h3{
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    color: #fff;
    margin-top: 0;
    margin-bottom: 60px;
}

.block-form .form-group{
    display: inline-block;
    margin-bottom: 0;
}

.block-form .form-group input::-webkit-input-placeholder {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
}

.block-form .form-group input{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    border: none;
    padding: 22px;
}

.block-form button{
    border: none;
    border-radius: 3px;
    background: #8374ce;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-family: 20px;
    padding: 12px;
}

.block-form input[type=checkbox] + label{
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 300;
    margin-top: 10px;
    margin-left: 20px;
    vertical-align: text-top;
}

.block-form{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #38bfa1;
}

/*footer*/

footer{
    background: #252f33;
}

footer .container{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer p{
    color: #38bfa1;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    padding: 0;
}

footer a{
    display: inline-block;
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    padding: 0;
    margin: 0 20px;
    font-weight: 300;
}

footer a:hover{
    text-decoration: none;
    color: rgba(255,255,255,1);
}

.social{
    display: inline-block;
}

.social a img{
    height: auto;
    width: 20px;
    margin: 0 auto;
    vertical-align: middle;
}

.social a{
    text-align: center;
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 2px;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

#facebook{
    background: #3B5998;
}

#twitter{
    background: #1DA1F2;
}

#linkedin{
   background: #0077B5; 
}

#google{
    background: #DC5246;
}

#facebook:hover{
    background: #345fb9;
}

#twitter:hover{
    background: #00baff;
}

#linkedin:hover{
   background: #0592db; 
}

#google:hover{
    background: #eb3121;
}

input[type="checkbox"] {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  height: 25px;
  width: 50px;
  font-size: 14px;
  border-radius: 30px;
  background-color: white;
  border-color: transparent;
  background-clip: padding-box;
  color: white;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear 0.25s;
  transition: all 0.25s linear 0.25s;
}
input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-color: #21e3b8;
  border-radius: 100%;
  border: 0.125em solid transparent;
  background-clip: padding-box;
  z-index: 2;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
input[type="checkbox"]:focus {
  color: white;
  border-color: transparent;
  background-color: #466d65;
  outline: none;
}
input[type="checkbox"]:checked {
  color: white;
  background-color: white;
  border-color: transparent;
}
input[type="checkbox"]:checked::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.field {
  display: inline-block;
  margin: 1.5em 0;
}
.field.position input[type="checkbox"]::before {
  -webkit-animation: switch-off-position 0.25s ease-out forwards;
          animation: switch-off-position 0.25s ease-out forwards;
}
.field.position input[type="checkbox"]:checked::before {
  -webkit-animation: switch-on-position 0.25s ease-out forwards;
          animation: switch-on-position 0.25s ease-out forwards;
}





/*animations*/

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes switch-on-position {
  0% {
    left: 0;
    right: 50%;
  }
  25% {
    left: 0;
    right: 37.5%;
  }
  100% {
    left: 50%;
    right: 0;
  }
}

@keyframes switch-on-position {
  0% {
    left: 0;
    right: 50%;
  }
  25% {
    left: 0;
    right: 37.5%;
  }
  100% {
    left: 50%;
    right: 0;
  }
}
@-webkit-keyframes switch-off-position {
  0% {
    left: 50%;
    right: 0;
  }
  25% {
    left: 37.5%;
    right: 0;
  }
  100% {
    left: 0%;
    right: 50%;
  }
}
@keyframes switch-off-position {
  0% {
    left: 50%;
    right: 0;
  }
  25% {
    left: 37.5%;
    right: 0;
  }
  100% {
    left: 0%;
    right: 50%;
  }
}
@-webkit-keyframes switch-on-transform {
  0% {
    -webkit-transform: translate(0) scaleX(1);
            transform: translate(0) scaleX(1);
  }
  25% {
    -webkit-transform: translate(0) scaleX(1.33);
            transform: translate(0) scaleX(1.33);
  }
  100% {
    -webkit-transform: translate(100%) scaleX(1);
            transform: translate(100%) scaleX(1);
  }
}
@keyframes switch-on-transform {
  0% {
    -webkit-transform: translate(0) scaleX(1);
            transform: translate(0) scaleX(1);
  }
  25% {
    -webkit-transform: translate(0) scaleX(1.33);
            transform: translate(0) scaleX(1.33);
  }
  100% {
    -webkit-transform: translate(100%) scaleX(1);
            transform: translate(100%) scaleX(1);
  }
}
@-webkit-keyframes switch-off-transform {
  0% {
    -webkit-transform: translate(100%) scaleX(1);
            transform: translate(100%) scaleX(1);
  }
  25% {
    -webkit-transform: translate(100%) scaleX(1.33);
            transform: translate(100%) scaleX(1.33);
  }
  100% {
    -webkit-transform: translate(0) scaleX(1);
            transform: translate(0) scaleX(1);
  }
}
@keyframes switch-off-transform {
  0% {
    -webkit-transform: translate(100%) scaleX(1);
            transform: translate(100%) scaleX(1);
  }
  25% {
    -webkit-transform: translate(100%) scaleX(1.33);
            transform: translate(100%) scaleX(1.33);
  }
  100% {
    -webkit-transform: translate(0) scaleX(1);
            transform: translate(0) scaleX(1);
  }
}


/*MEDIA QUERIES*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
    input[type="checkbox"]{
        vertical-align: -20px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
   
    input[type="checkbox"]{
        vertical-align: -20px;
    }
    .btn-store{
        margin: 20px 0;
    }
    .newsletter-form{
        text-align: center;
    }
    .main-cover p b{
        display: block;
        margin: 20px auto;
    }
    .main-cover h1{
        color: #fff;
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        font-size: 60px;
        margin-bottom: 20px;
    }
    .main-cover p{
        color: #fff;
        font-family: 'Nunito', sans-serif;
        font-weight: 300;
        font-size: 26px;
        width: 450px;
    }
    .app-screenshot{
        margin: 30px auto;
        animation: 1s ease-out 0s 1 slideInFromRight;
        margin-left: -50px;
    }
    .social{
        margin: 25px auto 0 auto;
        width: 100%;
        border-top: 1px solid rgba(28, 232, 189, 0.2);
        padding-top: 25px;
    }
    .city-card{
        height: 270px;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    
    .newsletter-form{
        text-align: center;
    }
    .city-card{
        height: 250px;
    }
    .social{
        margin: 25px auto 0 auto;
        width: 100%;
        border-top: 1px solid rgba(28, 232, 189, 0.2);
        padding-top: 25px;
    }
    .main-cover p{
        color: #fff;
        font-family: 'Nunito', sans-serif;
        font-weight: 300;
        font-size: 26px;
        width: 400px;
    }
    .app-screenshot{
        margin: 30px auto;
        animation: 1s ease-out 0s 1 slideInFromRight;
    }
    .main-cover p b{
        display: block;
        margin: 20px auto;
    }
    .main-cover h1{
        color: #fff;
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        font-size: 60px;
        margin-bottom: 20px;
    }
    .btn-store{
        margin: 10px 0;
    }
    .block-cities h3{
        text-align: center;
    }
    .city-card{
        margin-bottom: 30px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    
    .city-card img{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .nav{
        text-align: center;
        margin-top: 15px;
    }
    .nav>li{
        display: inline-block;
    }
    .main-cover{
        padding-top: 10px;
    }
    .main-cover h1{
        font-size: 50px;
    }
    .main-cover p{
        margin-top: 90px;
    }
    .main-cover h1,
    .main-cover h2,    
    .main-cover p{
        text-align: center;
        width: 100%;
    }
    .main-cover p b{
        margin-bottom: 50px;
    }
    .btn-wrapper{
        margin-bottom: 40px;
    }
    .btn-wrapper .btn-store:first-child{
        margin: 20px auto;
    }
    .app-screenshot{
        margin: 0 auto;
        display: block;
    }
    .btn-store{
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 320px;
    }
    .block-cities h3{
        text-align: center;
        font-size: 28px;
        color: rgb(28, 232, 189);
    }
    .city-card{
        margin-bottom: 30px;
        height: auto;
    }
    .newsletter-form .form-group{
        padding: 0;
        width: 100%;
    }
    .newsletter-form .form-group input{
        border-radius: 0;
    }
    .newsletter-form button{
        width: 100%;
        border-radius: 0;
    }
    .social{
        margin: 25px auto 0 auto;
        width: 100%;
        border-top: 1px solid rgba(28, 232, 189, 0.2);
        padding-top: 25px;
    }
     .block-form input[type=checkbox] + label{
        padding: 0;
        margin: 0;
        width: 66%;
        margin-left: 20px;
         vertical-align: text-top;
    }
    input[type="checkbox"]{
        vertical-align: text-top;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    
    .main-cover h1{
        font-size: 30px;
    }
    .main-cover h2{
        font-size: 20px;
    }
    .main-cover p{
        font-size: 20px;
    }
    .main-cover{
        padding-top: 20px;
    }
    .navbar-brand img{
        width: 60px;
        height: auto;
    }
    .social{
        margin: 25px auto 0 auto;
        width: 100%;
        border-top: 1px solid rgba(28, 232, 189, 0.2);
        padding-top: 25px;
    }
    .newsletter-form .form-group{
        padding: 0;
        width: 100%;
    }
    .newsletter-form .form-group input{
        border-radius: 0;
    }
    .newsletter-form button{
        width: 100%;
        border-radius: 0;
    }
    .block-form input[type=checkbox] + label{
        padding: 0;
        margin: 0;
        width: 66%;
        margin-left: 20px;
        vertical-align: text-top;
    }
    input[type="checkbox"]{
        vertical-align: text-top;
    }
    .block-cities h3{
        text-align: center;
        font-size: 28px;
        color: rgb(28, 232, 189);
    }
    .city-card{
        margin-bottom: 30px;
        height: auto;
    }
}




