@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');

.desktop-only {
  display: none;
}

.mobile-only {
  display: inherit;
}

* {
  font-family: 'Baloo 2';
}

a {
  text-decoration: none;
  color: unset;
}

.text-highlight {
  color: var(--green-primary);
}

#body {
  min-height: calc(100vh - 266px);
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

/* *** ---------- HEADER - START ---------- *** */
.header-container {
  position: fixed;
  width: 100%;
  height: 70px;
  left: 0px;
  top: 0px;

  background-color: #ffffff;
  transition: box-shadow 0.5s ease;
  z-index: 999;
}

.header-items {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-items button {
  margin-left: 15px;
}

.logo {
  width: 25px;
  height: 30px;
  /* top: 25px; */
}

.get-started-button {
  display: var(--hide-sm);
}

.header-container-scrolled {
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.5s ease;
}

/* *** ---------- HEADER - END ---------- *** */

/* *** ---------- FOOTER - START ---------- *** */
.footer-container {
  position: relative;
  bottom: 0;
  height: 150px;
  width: 100%;
  background: var(--black-footer);
}

.footer-items {
  height: 100%;
  width: 100%;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-items img,
.footer-items span {
  margin-bottom: 10px;
}

.footer-items .appspeople-logo {
  width: 24px;
  height: 24px;
}

.footer-items .appspeople-pty {
  font-style: normal;
  font-weight: 500;
  font-size: var(--footer-font-size);
  line-height: 130%;
}

.footer-items .privacy-policy {
  font-style: normal;
  font-weight: 500;
  font-size: var(--footer-font-size);
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
}

/* *** ---------- FOOTER - END ---------- *** */

/* *** ---------- BODY - START ---------- *** */

#body {
  padding-top: 70px;
}

/** banner */
#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 35px;
}

#banner .title-container {
  margin-bottom: 15px;
  min-height: 122px;
}

#banner .subtitle-container span {
  font-style: normal;
  font-weight: 500;
  font-size: var(--description-font-size);
  line-height: 140%;
  text-align: center;
}

.video-container {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 80px;
  position: relative;
  height: 240px;
}

.banner-video-dimensions {
  width: 100%!important;
  height: 100%!important;
}

.video-container video-js {
  width: 100%;
  filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.12));
  border-radius: 16px;
}

.video-container .scroll-down-img {
  display: var(--hide-sm);
}

/** generations */
.generations-container {
  font-style: normal;
  font-weight: bold;
  font-size: var(--h2-font-size);
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

/** generations - slider */
.slider-container {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  padding-top: 50px;
  position: relative;
  width: 100%;
}

.slider-container .slider-wrap {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-container .slider {
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.slider-container .slider::-ms-tooltip {
  display: none;
}

.slider-container .track {
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 6;
  padding: 0 22px;
}

.slider-container .track-inner {
  width: 0;
  height: 100%;
  background: var(--green-primary);
}

.slider-container .thumb {
  width: 70px;
  height: 60px;
  background: url('../assets/button-drag.png');
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translate(0%, -50%);
  pointer-events: none;
  z-index: 6;
}

.slider-container .slider-image-mobile {
  position: absolute;
  z-index: 4;
  width: 16em;
  display: unset;
}

.slider-container .slider-image-desktop {
  display: none;
}

.slider-container .slider-arrow {
  position: absolute;
  width: 34px;
  height: 30px;
  top: 0;
  left: -1em;
}

.slider-container .hide-arrow {
  display: none;
}

/** cards */
.cards-container {
  margin-top: 40px;
  margin-bottom: var(--margin-between-sections);
  text-align: left;
}

.cards-container .polaroids {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 314px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.cards-container .polaroids img {
  height: 314px;
  position: absolute;
  top: 0;
}

.cards-container .description-container {
  text-align: center;
}

.cards-container .polaroid-description {
  font-style: normal;
  font-weight: bold;
  font-size: var(--subtitle-font-size);
  line-height: 100%;
  margin: 42px 0;
}

.cards-container .polaroids .hidden-images {
  display: none;
}

.cards-container .card-row {
  margin-bottom: 50px;
  position: relative;
}

.cards-container .phone-image-container {
  text-align: center;
  margin-top: 35px;
  position: relative;
}

.cards-container .card-row .phone-background {
  position: absolute;
  width: 100%;
  height: 228px;
  left: 0px;
  top: 0;
  background: var(--light-grey);
  z-index: 4;
}

.cards-container .phone-image {
  width: 175px;
  position: relative;
  z-index: 10;
}

.cards-container .card-title {
  font-style: normal;
  font-weight: bold;
  font-size: var(--h2-font-size);
  line-height: 100%;
  letter-spacing: -0.02em;
  width: 178px;
  display: block;
}

.cards-container .card-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: var(--description-font-size);
  line-height: 140%;
  width: 488px;
  margin-top: 30px;
}

/** functionalities  */
.functionalities-container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.functionalities-container .functionalities-description {
  text-align: center;
  margin-bottom: 35px;
}

.functionalities-container .functionalities-description .title {
  font-style: normal;
  font-weight: bold;
  font-size: var(--h2-font-size);
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
}

.functionalities-container .functionalities-description .description {
  font-weight: 500;
  font-size: var(--description-font-size);
  line-height: 140%;
  text-align: center;
  max-width: 740px;
  display: block;
  margin-top: 15px;
}

.functionalities-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.functionalities-card-container .functionalities-cards {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.functionalities-card-container .functionalities-cards::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  height: 0;
}

.functionalities-card-container .functionalities-cards .card {
  width: 248px;
  height: 180px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  position: static;
  left: calc(50% - 248px / 2 - 645px);
  top: 0%;
  bottom: 0%;
  background: #f8f8f8;
  border-radius: 22px;
  border: 0;
  margin: 0 5px;
}

.functionalities-card-container .functionalities-cards .card img {
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
}

.functionalities-card-container .functionalities-cards .card .title {
  font-style: normal;
  font-weight: bold;
  font-size: var(--subtitle-functionalities-fontsize);
  line-height: 100%;
  margin-bottom: 4px;
}

.functionalities-card-container .functionalities-cards .card .description {
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #7f7f7f;
  font-size: var(--description-functionalities-fontsize);
}

/** videos  */
.videosapp-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.videosapp-container .videosapp-description {
  margin-bottom: 35px;
}

.videosapp-container .videosapp-description .title {
  font-weight: bold;
  font-size: var(--h2-font-size);
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
}

.videosapp-container .videosapp-description .description {
  font-weight: normal;
  font-size: var(--description-font-size);
  line-height: 140%;
  display: block;
  margin-top: 15px;
  width: 100%;
}

.videosapp-container .carousel-container {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.videosapp-container .carousel-container::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  height: 0;
}

.videosapp-container .carousel-items {
  display: inline-block;
}

.videosapp-container .carousel-items div.vjs-poster,
.videosapp-container .carousel-items video-js {
  width: 124px;
  height: 235px;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
}

.videosapp-container .carousel-items video-js {
  display: inline-block;
  box-shadow: 0px 3px 10px rgba(37, 37, 37, 0.1);
  margin: 10px 5px;
}

/** reviews */
.review-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
  margin-bottom: 80px;
}

.review-data-fade {
  opacity: 0;
  transition: opacity 1s ease;
}

.review-container .marks {
  position: absolute;
  width: 34px;
}

.review-container .mark-1 {
  top: 0;
  left: 2%;
}

.review-container .mark-2 {
  bottom: 0;
  right: 2%;
}

.review-container span {
  font-size: var(--description-font-size);
  line-height: 130%;
  text-align: center;
  transition: opacity 1s ease;
  max-width: 700px;
}

.review-container .author {
  font-style: italic;
  font-weight: 500;
  font-size: var(--description-functionalities-fontsize);
  line-height: 150%;
  color: #7f7f7f;
  margin-top: 4px;
}

/** available on */
.available-on-container {
  width: 100%;
  height: 212px;
  background-image: url('../assets/available_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: var(--h2-font-size);
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
}

.available-on-container .store-button-container a {
  margin-top: 20px;
}

.available-on-container .store-button-container img {
  width: 145px;
  height: 40px;
}

/** contact-us  */

.modal .modal-header {
  height: 80px;
  border: 0;
}

.modal .modal-header button {
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 10px;
  opacity: 1;
}

.modal .title {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}

.contact-us .left-col {
  background-color: var(--light-grey);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 35px;
}

.contact-us .left-col .subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: var(--subtitle-font-size);
  line-height: 100%;
  color: #252525;
}

.contact-us .left-col .description {
  font-style: normal;
  font-size: var(--description-font-size);
  line-height: 140%;
  color: #7f7f7f;
  margin-bottom: 15px;
}

.contact-us .left-col .row:last-child .description {
  margin-bottom: 0;
}

.contact-us .contact-us-form {
  display: none;
}

.contact-us .contact-us-form .names-input {
  margin-bottom: 20px;
}

.contact-us .contact-us-form button {
  width: 100%;
  height: 60px;
  margin-top: 40px;
}

.contact-us .form-confirmation {
  width: 100%;
  height: 275px;
  background: #f8f8f8;
  border-radius: 16px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modal .show {
  display: flex;
}

.contact-us .form-confirmation .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 4px;
}

.contact-us .form-confirmation .description {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 15px;
}

.contact-us .form-confirmation img {
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
}

.contact-us .form-confirmation button {
  width: 154px;
  height: 60px;
}

.required {
  color: red;
}

.privacy-content {
  margin-bottom: 40px;
}

.video-container video.vjs-tech { 
  object-fit: cover; 
  border-radius: 15px;
}

/* *** ---------- BODY - END ---------- *** */
