@charset "UTF-8";
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #052675;
}
@media (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

h1 {
  font-size: 3.4rem;
  font-weight: 100;
}
h1 strong {
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  font-weight: 100;
}
h2 strong {
  font-weight: 600;
}

h3 {
  font-size: 3.5rem;
  font-weight: 100;
  text-align: center;
}
@media (min-width: 768px) {
  h3 {
    font-size: 4.5rem;
  }
}
h3 strong {
  font-weight: bold;
}

/* Custom Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  min-height: 180px;
}
@media (min-width: 768px) {
  header {
    min-height: auto;
  }
}
@media (min-width: 1000px) {
  header {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    min-height: 110px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  header .container {
    max-width: 1130px;
  }
}
header .col-md-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  header .menu {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  header .menu {
    justify-content: end;
  }
}
header .menu p {
  margin: 0;
}
@media (min-width: 1000px) {
  header .menu p {
    padding-right: 2rem;
    font-size: 2.2rem;
  }
}
header .menu nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
header .menu nav ul a {
  padding: 1rem 0.5rem;
}
header .menu nav ul a img {
  transition: 0.4s opacity ease-in-out;
}
header .menu nav ul a.appstore:hover img, header .menu nav ul a.appstore:focus img, header .menu nav ul a.playstore:hover img, header .menu nav ul a.playstore:focus img {
  opacity: 0.7;
}
header .lang {
  text-decoration: none;
  color: #052675;
  padding-left: 2.5rem !important;
  margin-left: 3rem;
  position: relative;
}
@media (min-width: 1000px) {
  header .lang {
    font-size: 2.2rem;
  }
}
header .lang::before {
  content: "|";
  position: absolute;
  left: 0;
}

.hero {
  padding-top: 220px;
  background: url(../images/hero-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 1000px) {
  .hero {
    padding-top: 170px;
  }
}
.hero h1 {
  margin-bottom: 5rem;
}
@media (min-width: 1000px) {
  .hero .col-md-5 {
    position: relative;
  }
}
.hero .col-md-5 .arrow {
  max-width: 300px;
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .hero .col-md-5 .arrow {
    position: absolute;
    margin: 0;
    max-width: 341px;
    right: 0;
    bottom: -70px;
  }
}

.cards {
  background: url(../images/cards-bg.jpg) no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 5rem;
}
@media (min-width: 1000px) {
  .cards {
    background-size: cover;
    background-position: center bottom;
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 3rem 2rem;
  text-align: center;
}
.card img {
  max-width: 95px;
}
.card p:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 0;
  font-weight: bold;
}
.card p:last-of-type {
  color: #0a0a0a;
}

.functionalities .carousel-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.functionalities .carousel-container .shapes {
  max-width: 400px;
  margin: 0 auto;
}
.functionalities .carousel-container .tns-outer {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  margin-top: -119px;
  transition: margin-top 0.1s ease-in-out;
}
.functionalities .carousel-container .tns-outer .tns-controls button {
  border: none;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  text-indent: -1000000px;
  z-index: 1;
}
.functionalities .carousel-container .tns-outer .tns-controls button:first-of-type {
  background: url(../images/btn-circle-prev.svg) no-repeat center;
  background-size: contain;
  left: -20px;
}
.functionalities .carousel-container .tns-outer .tns-controls button:last-of-type {
  background: url(../images/btn-circle-next.svg) no-repeat center;
  background-size: contain;
  right: -20px;
}
.functionalities .carousel-container .tns-outer .carousel .card {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.functionalities .carousel-container .tns-outer .carousel .card p:first-of-type {
  margin-top: 0;
}
.functionalities .carousel-container .tns-outer .carousel .card p:last-of-type {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.functionalities .hoverable {
  background: white;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  padding: 1.5rem;
  margin: 1.5rem 0;
  cursor: pointer;
}
.functionalities .hoverable.text-right {
  text-align: right;
}
.functionalities .hoverable.text-left {
  text-align: left;
}
.functionalities .hoverable p:first-of-type {
  font-size: 2.4rem;
  margin-top: 0;
  color: #052675;
}
.functionalities .hoverable p:last-of-type {
  color: #0a0a0a;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.functionalities .hoverable:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.functionalities .shapes-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.functionalities .shapes-container .phone-container {
  position: absolute;
  top: -15%;
  width: 360px;
  left: 50%;
  margin-left: -180px;
}
.functionalities .shapes-container .phone-container .slides {
  position: absolute;
  width: 294px;
  left: 28px;
  top: 20px;
}

.who-can-use {
  background: #052675;
  margin-top: 8rem;
  padding: 6rem 0;
  margin-top: 0;
}
.who-can-use h3 {
  color: #fdc740;
  font-size: 4rem;
  text-align: left;
}
.who-can-use hr {
  border: 1px dashed #2d9cdb;
}
.who-can-use p {
  color: white;
  font-size: 3.1rem;
  font-weight: 100;
}
.who-can-use p strong {
  font-weight: bold;
}
.who-can-use .users {
  max-width: 502px;
  margin: 0 auto;
}

.download .banner {
  background: url(../images/banner-bg.svg) no-repeat center;
  background-size: cover;
  box-shadow: 0px 20px 50px rgba(29, 53, 71, 0.1);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  max-width: 1100px;
  margin: 4rem auto;
  transition: background-size 0.3s ease-in-out;
}
@media (min-width: 1000px) {
  .download .banner {
    flex-direction: row;
    justify-content: space-between;
    background-size: 100%;
  }
  .download .banner:hover, .download .banner:focus {
    background-size: 120%;
  }
}
.download .banner h4 {
  font-size: 3.1rem;
  font-weight: 100;
  margin: 2rem;
  text-align: center;
}
.download .banner ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .download .banner ul {
    flex-direction: row;
  }
}
.download .banner ul a {
  padding: 1rem 0.5rem;
}
.download .banner ul a img {
  transition: 0.4s opacity ease-in-out;
}
@media (min-width: 1000px) {
  .download .banner ul a.appstore img {
    width: 185px;
  }
  .download .banner ul a.playstore img {
    width: 209px;
  }
}
.download .banner ul a.appstore:hover img, .download .banner ul a.appstore:focus img, .download .banner ul a.playstore:hover img, .download .banner ul a.playstore:focus img {
  opacity: 0.7;
}

footer {
  background: #052675;
}
footer h6 {
  font-size: 1.6rem;
  color: white;
  text-align: center;
  padding: 2rem;
  margin: 0;
  font-weight: 100;
}

.tutorials {
  background: #4AA3CD;
  padding-top: 60px;
  padding-bottom: 60px;
}
.tutorials .video-content {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.tutorials .video-content:hover:after {
  height: 100%;
}
.tutorials .video-content img {
  width: 100%;
  height: initial;
  display: block;
}
.tutorials .video-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(../images/play-button.png) no-repeat;
  z-index: 10;
  background-size: cover;
}
.tutorials .video-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  opacity: 0.6;
  z-index: 5;
  background: linear-gradient(to bottom, black, transparent);
  transition: 0.3s;
}
.tutorials .container {
  display: flex;
  justify-content: center;
}
.tutorials .container .content {
  width: calc(100% - 380px);
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tutorials .container .content h3 {
  margin: 0;
  color: white;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
.tutorials .container .content .video-content:before {
  width: 70px;
  height: 70px;
}
.tutorials .container .aside {
  width: 310px;
  display: flex;
  flex-direction: column;
}
.tutorials .container .aside .item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.tutorials .container .aside .item:last-child {
  margin-bottom: 0;
}
.tutorials .container .aside .item h4 {
  margin: 0;
  color: white;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 100;
}
.tutorials .container .aside .item .video-thumb {
  display: block;
  width: 100%;
  height: initial;
  object-fit: cover;
}

.functionalities .hoverable.text-right.active,
.functionalities .hoverable.text-left.active {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 999px) {
  .tutorials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tutorials .container {
    flex-direction: column;
  }
  .tutorials .container .content {
    width: 100%;
    padding-right: 0;
  }
  .tutorials .container .content h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
  }
  .tutorials .container .aside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid white;
    margin-top: 20px;
    width: 100%;
  }
  .tutorials .container .aside .item {
    margin: 0;
  }
  .tutorials .container .aside .item h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tutorials .container .content h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .tutorials .container .content .video-content:before {
    width: 50px;
    height: 50px;
  }
  .tutorials .container .aside .item h4 {
    margin-bottom: 5px;
  }
  .tutorials .container .aside .item .video-content:before {
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=styles.css.map */
