@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');

body {
  overflow-x: hidden;
  max-width: 2560px;
  margin: auto !important;
}
/* Header */
.front {
  padding: 0px 40px 0px 40px;
  margin-left: 15%;
  margin-right: 15%;
}

@media (max-width: 1400px) {
  .front {
    margin-left: 0;
    margin-right: 0;
  }
}

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

.logo6 {
  width: 204.8px;
  height: 48.1px;
}

@media (max-width: 745px) {
  .logo6 {
    width: 134px;
    height: 35.7px;
    margin-right: 40px;
  }
}

.front-item {
  margin: 25px 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  color: black;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-align: right;
  color: #222222;
}

@media (max-width: 1110px) {
  .front-item {
    padding: 12px;
  }
}

@media (max-width: 745px) {
  .header-items {
    display: none;
  }
}

@media (min-width: 745px) {
  .mobile-icon {
    display: none;
  }
}

#icon-1 {
  height: 18px;
  width: 18px;
}
.login {
  width: 100px;
  height: 40px;
  border-radius: 10px;
  background-color: #f42862;
  border-width: 0;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.32px;
  text-align: center;
  color: #ffffff;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
}

.shadow-header {
  height: 16px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
  opacity: 0.7;
  background-color: #ffffff;
}

.hamburger-button-window {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: none;
}

.hamburger-item {
  height: 76px;
  text-align: center;
  font-size: 20px;
  color: black;
  line-height: 68px;
  font-family: Montserrat;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.hamburger-item.last-item {
  border-bottom: 0;
}

/* Header */
.section-1 {
  background-image: url('images/home_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}

@media (max-width: 767px) {
  .section-1 {
    background-size: auto 100%;
    background-position: center;
  }
}

.section-1:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 15, 57);
  opacity: 60%;
  content: '';
  z-index: 1;
}

.section-1 > .content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.section-1 .logo {
  margin-top: 69.5px;
}

@media (max-width: 767px) {
  .section-1 .logo {
    margin-top: 29.5px;
  }
}

.section-1 .subtitle {
  margin-top: 21.9px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
}

@media (max-width: 767px) {
  .section-1 .subtitle {
    margin-top: 31.9px;
    line-height: 1.33;
  }
}

.section-1 h2 {
  margin-top: 105px;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.08;
}

@media (max-width: 1023px) {
  .section-1 h2 {
    margin-top: 45px;
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .section-1 h2 {
    margin-top: 36px;
    font-size: 36px;
    line-height: 1.22;
  }
}

.section-1 > .testinomials {
  position: relative;
  margin-top: 92px;
  padding: 46px 0 40px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

@media (max-width: 767px) {
  .section-1 > .testinomials {
    margin-top: 46px;
    padding: 26px 0 36px;
  }
}

.right-header h2 {
}

.right-header p {
  font-family: Nunito;
  font-weight: regular;
  font-size: 24px;
}

.testinomial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recommender-description {
  margin-top: 11px;
  font-family: Nunito;
  font-size: 13px;
  line-height: 1.38;
  text-align: center;
  width: 284px;
}

@media (max-width: 1023px) {
  .recommender-description {
    width: 178px;
  }
}

.recommender-title {
  font-family: Nunito;
  font-size: 13px;
  line-height: 1.38;
}

.gradient {
  height: 28px;
  background-image: linear-gradient(92deg, #ff9170, #f42862 64%);
}

.section-2 {
  padding-top: 55px;
  padding-bottom: 61px;
  background-color: #f0f0f0;
  color: #222;
}

@media (max-width: 767px) {
  .section-2 {
    padding-top: 52px;
    padding-bottom: 75px;
  }
}

.section-2 .title-1 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.11;
  height: 89px;
}

@media (max-width: 1023px) {
  .section-2 .title-1 {
    font-size: 24px;
    line-height: 28px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .section-2 .title-1 {
    font-size: 20px;
    line-height: 1.2;
    height: 72px;
  }
}

.section-2 .description {
  margin-top: 24px;
  height: 80px;
  font-family: Nunito;
  font-size: 17px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .section-2 .description {
    margin-top: 16px;
    height: 141px;
    font-family: Nunito;
    font-size: 17px;
    line-height: 1.35;
  }
}

.section-2 .title-2 {
  margin-top: 69px;
  height: 49px;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.11;
  color: #222;
}

@media (max-width: 1023px) {
  .section-2 .title-2 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .section-2 .title-2 {
    margin-top: 55px;
    font-size: 20px;
  }
}

.section-2 .store-buttons {
  margin-top: 13px;
}

@media (max-width: 767px) {
  .section-2 .store-buttons {
    margin-top: 15px;
  }
}

.section-2 .store-buttons img {
  cursor: pointer;
}

.section-2 .google-play {
  margin-left: 16px;
}

.section-description {
  margin-bottom: 16px;
}

.section-subscription {
  color: #222;
}

@media (max-width: 767px) {
  .section-subscription {
    flex-direction: column;
  }
}

.section-subscription > .description {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: bold;
  line-height: 2.35;
}

@media (max-width: 767px) {
  .section-subscription > .description {
    margin-top: 31px;
  }
}

.subscription-form .form-group {
  margin: 31px 0 !important;
}

@media (max-width: 767px) {
  .subscription-form .form-group {
    margin: 16px 0 40px !important;
  }
}

.subscription-form input {
  margin-left: 22px;
  width: 276px;
  height: 47px;
  background-color: #e3e3e3;
  border: solid 1px #cbcbcb;
  font-family: Montserrat;
  color: #939393;
  font-weight: normal;
  line-height: 2.35;
  font-size: 17px;
}

@media (max-width: 767px) {
  .subscription-form input {
    width: 226px;
  }
}

@media (max-width: 767px) {
  .subscription-form input {
    margin-left: 0;
  }
}

.subscription-form button {
  margin-left: 24px;
  height: 47px;
  width: 103px;
  background-color: #f42862;
  color: white;
  border-width: 0;
  border-radius: 6px;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: bold;
  line-height: 2.35;
}

@media (max-width: 767px) {
  .subscription-form button {
    margin-left: 8px;
    width: 80px;
  }
}

.subscription-form button:hover {
  background-color: #f42862;
}

.footer {
  color: white;
  background-color: #222;
}

.footer-item {
  margin: 26px 0;
  padding: 13px;
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.29;
}

@media (max-width: 990px) {
  .login {
    display: none;
  }

  .footer > .container > .row {
    flex-direction: column;
    padding: 16px 51px;
  }

  .footer-item {
    margin: 0;
  }

  .footer-item:first-of-type {
    padding-top: 30px;
  }
}

/* -----------------------------------slick customizations----------------------------------- */
.slick-slide.slick-active:focus {
  outline: none;
}

/* -----------------------------------br tag across various mobile devices----------------------------------- */
.br-mobile {
  display: none;
}

@media (max-width: 767px) {
  .br-mobile {
    display: block;
  }
}

.br-desktop {
  display: block;
}

@media (max-width: 767px) {
  .br-desktop {
    display: none;
  }
}

/* -----------------------------------Misc----------------------------------- */
.spacer {
  flex: 1;
}

/* *** *** SEO *** *** */
h1 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
}
.offscreen {
  position: absolute;
  left: -9999px;
}

.btns {
  display: inline-block;
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 18px 38px;
  background-color: #f42862;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid #f42862;
}

.shake-2 {
  -webkit-animation-name: shake-2;
  animation-name: shake-2;
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.scale {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.landing .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.content-page {
  padding: 169px 0 45px;
}

.content-page .container>:first-child {
  padding-top: 0!important;
  margin-top: 0!important;
}

.content-page h1 {
  font-family: "Inter";
  font-size: 70px;
  line-height: 1;
  margin: 40px 0;
  letter-spacing: -0.02em;
}

.content-page h2 {
  font-family: "Inter";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin: 29px 0;
}

.content-page p:not(:last-child) {
  margin-bottom: 27px;
}

.content-page p {
  font-size: 21px;
  line-height: 1.4;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
}

@media (max-width: 992px) {
  .content-page h1 {
    font-size: 36px;
    margin: 30px 0;
  }
  .content-page h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 20px 0;
  }
  .content-page p {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .landing .container {
    max-width: 1320px;
  }
}

@media (max-width: 1280px) {
  .landing .container {
    padding: 0 50px;
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .landing .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .landing .container {
    padding: 0 20px;
    max-width: 720px;
  }
}

@media (max-width: 576px) {
  .landing .container {
    max-width: 540px;
  }
}

@keyframes shake {
  0% {
    transform: rotate(-14deg);
  }
  50% {
    transform: rotate(14deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}

@keyframes shake-2 {
  0% {
    transform: rotate(14deg);
  }
  50% {
    transform: rotate(-14deg);
  }
  100% {
    transform: rotate(14deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
