body, html{
  width: 100%;
  height: 100%;
}

body{
  color: #595959;
  font-size: 16px;
  background-color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
}

*:focus {outline:none !important}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.font-medium-15{
  font-size: 15px;
  font-weight: 400;
}

.font-regular-20{
  font-size: 20px;
  font-weight: 200;
}

.font-regular-12{
  font-size: 12px;
  font-weight: 200;
}

.font-bold-48{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .font-bold-48{
    font-size: 42px;
  }

  .newsletter .font-bold-48{
      font-size: 42px!important;
  }
}

.card-header{
  background-color: rgba(0,0,0,.01);
}

.faq-link{
  color: #0780E3;
  font-size: 1rem;
  font-weight: 400;
}

.faq-link:focus{
  text-decoration: none;
}

.faq-link:hover{
  text-decoration: none;
}

.faq-link:active{
  text-decoration: none;
}

.faq-link:visited{
  text-decoration: none;
}

.paragraph-content{
  font-size: 18px;
  color: #595959;
  font-weight: 200;
  line-height: 1.7;
}

.full-height{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
}

.next-button{
  position: absolute;
  bottom: 30px;
}

/* HEADERS */
h1{
  font-size: 22px;
  font-weight: bold;
  color: #0780E3;
  line-height: 1.2;
}

h3{
  font-size: 18px;
  font-weight: bold;
  color: #595959;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h1{
    font-size: 38px;
  }

  h3{
    font-size: 28px;
  }

}

.kickstarter-right-tool{
    border: 0px solid white;
    border-radius: 5px 0px 0px 5px;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: calc(50% - 18px);
    right: 0px;
    width: 35px;
    color: white;
    z-index: 999;
    background-color: #00E176;
    text-align: center;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
}

.kickstarter-right-tool text{
    padding: 10px 15px 15px 15px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    align-self: center;
    font-size: 10pt;
}

.kickstarter-right-tool img{
    align-self: center;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
}

.kickstarter-right-tool:hover{
    width: 37px;
    cursor: pointer;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
}


/* NAVBAR SECTION */
.navbar{
  background-color: white;
  -webkit-box-shadow: 0 1px 5px -4px black;
  -moz-box-shadow: 0 1px 5px -4px black;
  box-shadow: 0 1px 5px -4px black;
}

.navbar img{
  max-width: 100px;
}

.navbar .btn-special{
  font-size: 12px;
}

.navbar .navbar-toggler{
  color: #0780E3!important;
  font-weight: 200!important;
}

.navbar .dropdown-toggle{
  color: #0780E3!important;
  font-weight: 200!important;
}

.navbar .dropdown-toggle:hover{
  font-weight: 400;
}


.navbar .dropdown-item{
  color: #0780E3;
  font-weight: 200;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active{
  background-color: transparent;
}

.navbar .navbar-collapse ul{
  width: 100%;
  justify-content: flex-end;
}

.nav-item{
  padding-left: 20px;
  padding-right: 20px;
  min-width: 120px;
  text-align: center;
}

@media (max-width: 576px){
  .nav-item{
    text-align: center;
  }

  .navbar .dropdown{
    text-align: center;
  }
  
}

.nav-link{
  color:#0780E3;
  font-weight: 200;
}

.nav-link:hover{
  color:#0780E3;
  font-weight: 400;
}

/* BUTTONS */

.btn-special{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 20px;
  background-color: #00E176;
  color: white!important;
  font-weight: 500;
  padding: 10px;
  min-width: 150px;
  box-shadow: 0 0 28px rgba(31, 219, 132, 0.6);
}

.btn-special:hover{
  background-color: rgb(2, 211, 110);
}

/* INPUTS */

.input-special{
  height: 50px;
  background-color: white;
  border-radius: 4px;
  border-bottom: solid 2px #979797;
}

label{
  font-size: 12px;
  font-weight: 400;
  display: inline;
}

/* FIRST SECTION */

.header-section{
  background-color: white;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.header-section .container{
    margin-top: 130pt;
    margin-bottom: 130pt;
}

@media (min-width: 768px) {
    .header-section{
        height: 100vh;
    }
}

@media (max-width: 768px) {
    .header-section .container{
        margin-top: 50pt;
        margin-bottom: 50pt;
    }
}


.header-section .logo{
    width: 120px;
}

.header-section .btn{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}

.header-section .k-logo{
    width: 20px;
    margin-right: 10px;
}

.header-section .img-app-device{
    max-width: 100%;
    animation-name: device-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: device-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes device-animation {
     0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-20px);
    }
     50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
     100% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-25px);
    }
}
@keyframes device-animation {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-20px);
    }
}

/* THIRD SECTION */
.product-case{
  margin-top: 0;
}

@media (min-width: 768px) {
  .product-case img{
    width: 80%;
    height: auto;
  }

  .product-case{
    margin-top: 100;
  }
}


.product-case img{
  width: auto;
  height: 250px;
}

/* Small devices */
@media (min-width: 576px) {
  .product-case img{
    height: 350px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .product-case img{
    width: 80%;
    height: auto;
  }

  .users-section{
    background-size: 50% 60%!important;
  }
  
}


/* FOURTH SECTION - FEATURES */

.feature-section{
  background-color: #0780E3;
  color: white;
  text-align: center;
  font-weight: 200;
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.awards{
  background: url("../assets/oval-background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  min-height: 300px;
}

.awards h2{
  color: #595959;
  font-size: 18px;
  font-weight: 300;
}

.awards .anima-device{
  max-width: 90%;
}

.awards .carousel{
  max-width: 400px;
  height: 450px;
}

.awards .carousel-indicators li{
  height: 15px;
  background-color: #595959;
  width: 15px;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.awards .carousel-indicators .active{
  height: 25px;
  background-color: #00E176;
  width: 25px;
}

.faq{
  margin-top: 100px;
  padding-bottom: 150px;
}

.newsletter{
  background: url("../assets/background-newsletter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 12px;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.newsletter .font-bold-48{
    font-size: 20px;
}

.newsletter a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 200;
}

.newsletter a:hover {
  color: white;
  font-weight: 400;
  text-decoration: none;
}


.newsletter-top{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #0780E3;
}

.newsletter .btn-special{
  width: 100%;
  min-width: 100%!important;
}


.feature-section i{
  font-size: 50px;
}

.feature-section .title{
  font-weight: 400;
}

.footer{
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #0780E3;
  color: white;
}

#emailFieldError{
    display: block;
    font-size: 15px;
}

#emailFieldError a{
    color: white!important;
}

#emailFieldError a:hover{
    color: white;
    font-weight: 400!important;
}

.footer h1{
  color: white;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer ul a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 200;
}

.footer ul a:hover {
  color: white;
  font-weight: 400;
  text-decoration: none;
}

.footer .a-icons:hover{
  opacity: 0.7;
}

.cookie-information{
    min-height: 80px;
    display: none;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0780E3;
    color: white;
    font-size: 15px;
    font-weight: 300;
}

#closeCookieInformation, .cookie-information a {
    color: white;
    opacity: 0.7;
    cursor: pointer;
}

#closeCookieInformation:hover, .cookie-information a:hover {
    opacity: 1;
}


/* utils */
@media (max-width: 768px) {
  .only-mobile{
    display: flex;
  }

  .small-font-mobile{
    font-size: 10px;
  }
  .navbar .only-mobile{
    display: inline-block;
  }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .only-mobile{
    display: none!important;
  }
}

@media (max-width: 768px) {
  .only-desktop{
    display: none!important;
  }

  .header-section{
    min-height: 800px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .only-desktop{
    display: flex;
  }
}

#languageSelect{
    background: transparent;
    color: #0780E3;
}

.image-thumb{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slogan-info{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    text-align: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .image-thumb{
        height: 300px;
    }

    .slogan-info{
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }

}

.video-anima{
    background-image: url('/static/assets/video-bg.png');
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-anima video{
    display: block;
    height: 400px;
}

.about-anima{
    margin-top: 70pt;
    margin-bottom: 70pt;
}

@media (min-width: 768px) {
    .about-anima{
        margin-top: 100pt;
        margin-bottom: 100pt;
    }
}


.about-anima strong{
    color: #0780ec;
}

@media (max-width: 768px) {
    .video-anima{
        height: auto;
    }

    .video-anima video{
        height: auto;
        width: 100%;
    }

    .about-anima{
        margin-top: 30pt;
        margin-bottom: 30pt;
    }
}

.info-icon{
    font-size: 40px;
    margin-bottom: 10px;
    width: 48px;
    color: #0780ec;
}
