/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

* {
  box-sizing: border-box;
}

/** {*/
/*  margin: 0;*/
/*}*/


ul {
  margin: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
}

h1, h2, h3, h4, h5, h6, p {margin:0;padding:0;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  color: #222;
  font-size: 1em;
  /*background: #f5f4ee;*/
  /*background: #fff;*/
  background: #f9f9f9;
}

section {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section_third {
  padding-top: 40px;
  border-radius: 1.875rem;
  width: 70%;
  margin: 40px auto;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .container {
  padding-top: 102px;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  height: 80px;
  margin: 0 auto;
  flex: 1;
  /*width: 100%;*/
  /*background-color: #f5f4ee;*/
  /*background: #fff;*/
  background: #f9f9f9;
  z-index: 50;
}

.left-header {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin-left: 80px;
}

.logo_text {
  font-size: 2rem;
}

.inner-header {
  display: flex;
  flex-direction: row;
  margin-left: 80px;
  margin-right: 80px;
}

.spacer-left {
  padding-left: 20px;
}

.regular-header-item {
  text-decoration: white;
  color: #222222;
  /*font-family: 'Roboto', sans-serif;*/
  /*font-family: 'Lobster', cursive;*/
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: bold;
  background: white;
  border-style: solid;
  border-width: 2px;
  border-color: #222;
  padding: 10px;
  border-radius: 20px;
}
.header-item {
  text-decoration: white;
  color: #222222;
  /*font-family: 'Roboto', sans-serif;*/
  /*font-family: 'Lobster', cursive;*/
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: bold;
  background: white;
  border-style: solid;
  border-width: 2px;
  border-color: #222;
  padding: 10px;
  border-radius: 20px;
  margin-left: 10px;
}

.header-item:hover {
  text-decoration: #222222;
  font-weight: bold;
  background: #fbe29f;
}

.logo {
  align-self: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 10px;
}

.logo-foot {
  align-self: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
}

.coming-soon p {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-decoration: none;
  color: #222222;
  letter-spacing: 1px;
}

.inner-header h2 {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 10px;
}

.header_full_width {
  background: #C1CBE7;
}

.header_p {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-family: 'Yusei Magic', sans-serif;
  font-size: 16px;
}

.header_container {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.fixed_width {
  max-width: 800px;
}

.wrapper {
  margin-top: 40px;
  padding: 20px;
  display: flex;
  width: 100%;
  background: #BADAD7;
}

.black {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000;
}
.white {
  color: white;
}
.orange {
  display: table;
  align-items: center;
  justify-content: center;
  background: #BADAD7;
}

.blue {
  background-color: #cbd3e7;
}

a {
  text-decoration: none;
}

.badge-apple {
  text-decoration: none;
}

.badge-android {
  text-decoration: none;
}

.bold {
  font-weight: bolder;
  font-weight: 900;
}
.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-underline: none;
  background: #222222;
  color: white;
  padding: 8px 14px;
  border-radius: 30px;
}
svg {
  color: white;
}
.svg {
  color: white;
  stroke: white;
}
.svg path {
  color: white;
}
.btn-icon {
  width: 16px;
  height: 16px;
  /*margin-right: 10px;*/
  align-self: center;
  color: white;
}

.badge-apple:hover .btn {
  background: #636363;
  box-shadow: #636363;
}

.btn img {

}

.btn p {
  padding-left: 10px;
  text-underline: none;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.container_left {
  display: flex;
  flex: 0.6;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

.text-container {
  margin-top: 20px;
  align-items: flex-start;
}

.underline-text {
  position: relative;
  display: inline-block;
}
.underline-text img {
  position: absolute;
  right: 0;
  top: calc(100% - 2px);
  max-width: 100%;
}
.text {
  line-height: 1em;
}

.text h4 {
  line-height: 28px;
  letter-spacing: 0.5px;
}
.container_left h1, h2, h3 {
  text-align: left;
}

.container_left_content {
  justify-content: flex-start;
}

.row_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.row_item p {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 1em;
  /*line-height: 10px;*/
}

.icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  align-self: center;
}

.img {
  width: 100%;
}

.img3 {
  width: 80%;
}

/*.logo {*/
/*  width: 80px;*/
/*  height: 80px;*/
/*}*/

.face {
  width: 160px;
  margin-bottom: 20px;
}

.faces_share {
  width: 60%;
  overflow: hidden;
  border-radius: 1.875rem;
}

.wrapper .container_right {
  align-items: center;
}

.rating_container h4 {
  margin: 0;
}

.container_right {
  display: flex;
  flex-direction: column;
  flex: 0.4;
  margin-top: 20px;
  margin-right: 40px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.hero-section img {
  overflow: hidden;
  border-radius: 1.875rem;
}

.items {
  margin-top: 20px;
}

.spacer_50 {
  margin-top: 50px;
}

.spacer_20 {
  margin-top: 20px;
}

.spacer_10 {
  margin-top: 10px;
}

.row_item_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.badge-container {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  /*flex-wrap: wrap;*/
}

.badge-container a {
  padding: 10px 2px;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

.badge-container a img {
  height: 50px;
  margin-left: -13px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

h1 {
  /*font-family: 'Abril Fatface', cursive;*/
  font-family: 'Lobster', cursive;
  /*font-family: 'Yusei Magic', sans-serif;*/
  font-size: 2.8em;
  /*line-height: 55px;*/
  margin: 0;
  padding: 0;
}

h2 {
  /*font-family: 'Yusei Magic', sans-serif;*/
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.8em;
  /*line-height: 40px;*/
}

.h2_small {
  font-size: 1.4em;
  padding-top: 0.4em;
  line-height: normal;
}

.h2_smallest {
  font-size: 1em;
  line-height: normal;
}

h3 {
  margin: 20px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.4em;
  line-height: normal;
  padding-top: 0.4em;
}

h5 {
  margin: 0;
  padding: 0;
  align-self: flex-start;
  /*font-family: 'Roboto', sans-serif;*/
}

.title {
  font-size: 1.8em;
  padding-bottom: 0.5em;
}

.subtitle {
  font-size: 1.2em;
  padding-bottom: 10px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 1px;
}
.large {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 50px;
  text-align: center;
}
.column {
  display: flex;
}

.circle-rate {
  background-color: white;
  border-radius: 70px;
  width: 140px;
  height: 140px;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.small-spacer {
  padding-top: 5px;
}
.small-h2 {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}

.smaller-h2 {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.img-apple-small {
  margin: 10px auto;
  width: 80px;
  align-self: center;
}
.decks-icon {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 30px;
  align-self: center;
}

.centered {
  text-align: center;
}

.div-centered {
  margin: 80px
}

.rating_container {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.circle-rate h1 {
  padding-top: 8px;
}
.h2-rate {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.4em;
  letter-spacing: 1px;
}
.rating {
  align-items: center;
  flex-direction: row;
  display: flex;
}

.star {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}

.join-section {
  flex: 1;
  margin: 80px;
  border-radius: 1.875rem;
  padding: 80px;
}

.join-section h1, .join-section h2 {
  text-align: center;
}

.join-section h2 {
  padding-top: 16px;
}

.join-apple-badge {
  /*align-items: center;*/
  /*justify-content: center;*/
  /*display: flex;*/
}

.join-apple-badge img {
  height: 50px;
  margin-top: 20px;
}

footer {
  padding: 40px;
  bottom: 0;
  margin: auto;
  background-color: #000;
}

.footer_container {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
}

.footer-links {
  padding-left: 5rem;
}

.footer_container div {
  flex: 0 0 50%;
}

.footer_container p, .footer_container a {
  color: white;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 1em;
  /*padding: 10px;*/
}

.logo-footer p {
  padding-top: 20px;
  font-size: 0.8em;
  color: #b3b3b3;
}

.stroke {
  width: 100%;
  height: 2px;
}

.footer_container_right a {
  text-align: right;
}

.section_third .container_left {
  flex: 0.5;

}

.section_third .container_right {
  flex: 0.5;
  align-items: flex-start;
  padding-left: 4em;
  margin-top: 0;
}

.container-swiper {
  margin-top: 10px;
  max-width: 1200px;
  width: 100%;
  padding: 40px 0;
}

.row {
  flex-direction: row;
  margin: 10px;
  justify-content: center;
  align-content: center;
  align-self: center;
  display: flex;
}
.gap {
  gap: 10px;
}

.slide-container {
  margin: 0 30px;
  overflow: hidden;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  padding-bottom: 10px;
  border:6px solid #fbe29f;
}


.card h3 {
  /*font-family: 'Lobster', cursive;*/
  font-family:serif;
  text-align: center;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fbe29f;
  border-radius: 50%;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  margin-top: 100px;
  background-color: #000;
}

.swiper-slide {
  height: auto;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: flex;
  }
  .left-header {
    font-size: 16px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {

  .text-container {
    margin-top: 20px;
  }

  .div-centered {
    margin: 50px;
  }

  .title {
    text-align: center;
  }
  .header {
    justify-content: left;
  }
  .logo {
    width: 30px;
    height: 30px;
  }

  .inner-header h2 {
    font-size: 20px;
  }
  .inner-header {
    display: flex;
    flex-direction: row;
    margin-right: 0px;
    margin-left: 10px;
  }
  .header-item {
    font-size: 14px;
  }

  .left-header {
    font-size: 16px;
    margin-left: 0;
  }

  .large {
    font-size: 20px;
  }

  .container {
    align-items: center;
    flex-direction: column-reverse;
  }

  .container_left h1, h2, h3 {
    text-align: center;
  }

  .row_item_top {
    align-items: center;
    justify-content: center;
  }

  .footer_container {
    flex-direction: column;
  }

  .img {
    width: 80%;
    margin: 0 auto;
  }

  .img3 {
    width: 70%;
  }

  .face {
    width: 120px;
  }

  .faces_share {
    width: 60%;
  }

  .spacer {
    padding-top: 20px;
  }

  .rating_container {
    flex-direction: column;
  }

  .rating_container h4 {
    /*line-height: 10px;*/
    text-align: center;
  }

  .rating {
    justify-content: center;
    margin-top: 10px;
  }

  .rating_container h4 {
    margin-top: 8px;
  }

  .star {
    width: 10px;
    height: 10px;
  }

  h1 {
    font-size: 1.8em;
    /*line-height: 10px;*/
  }

  h2 {
    font-size: 1.4em;
    /*line-height: 30px;*/
  }

  .badge-container a img {
    max-width: 200px;
  }

  /*.btn {*/
  /*  padding: 6px 12px;*/
  /*}*/

  .swiper-navBtn {
    display: flex;
  }

  .container_right {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .container_right_rate {
    display: flex;
    flex: 0.4;
  }

  .hero-section {
    display: flex;
    flex-direction: column;
    flex: 0.4;
    margin: 20px auto;
  }

  .wrapper .container_right {
    align-items: center;
    /*padding-left: 0;*/
  }

  .section_third {
    width: 100%;
  }

  .section_third .container_right {
    flex: 0.5;
    align-items: center;
    padding-left: 0;
  }

  .join-section {
    flex: 1;
    border-radius: 1.875rem;
    padding: 40px 40px 20px;
    margin: 40px 0px 0px;
  }

  .text h4 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  footer {
    margin-top: 60px;
  }

  .footer_container div {
    flex: 0 0 100%;
  }

  .footer_container a {
    margin-top: 40px;
  }

  .footer_container_right a {
    margin-top: 40px;
  }

  .footer-links {
    padding-left: 0;
  }

  .badge-container {
    display: inline-flex;
  }

  .badge-container a img {
    margin-left: 0;
  }

  .join-apple-badge img {
    height: 40px;
    margin-top: 20px;
  }
}

@media (min-width: 481px) and (max-width: 800px)  {
  /*.inner-header {*/
  /*  margin-left: 20px;*/
  /*}*/
  .inner-header {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: row;
  }
  .left-header {
    margin-left: 0;
    /*margin-right: 20px;*/
  }

  .section_third {
    padding-top: 40px;
    border-radius: 1.875rem;
    width: 100%;
    margin: 40px auto;
  }

  .join-section {
    margin: 60px 0px 0px;
  }

  footer {
    margin-top: 50px;
  }

  .footer_container div {
    flex: 0 0 100%;
  }

  .footer-links {
    padding-left: 0;
  }

  .text h4 {
    /*text-align: center;*/
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1140px) and (min-width: 800px)  {
  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 1.5em;
  }
  .section_third {
    width: 90%;
  }
}

