@font-face {
  font-family: 'Helvetica';
  src: url('../assets/font/helvetica.ttf');
}

@font-face {
  font-family: 'HelveticaBold';
  src: url('../assets/font/helvetica-bold.ttf');
}

body {
  font-family: 'Helvetica';
  background-color: #282734;
  color: #F6F7FA;
  font-size: 14px;
}

header {
  height: 90px;
  border-bottom: 1px solid #7C7C7C;
}

header a {
  height: 65%;
}

header a .logo {
  height: 100%;
}

header .name {
  font-family: 'Lato', sans-serif;
  margin-left: 20px;
  font-size: 26px;
}

.ellipse-1 {
  width: 40%;
  top: -10rem;
  left: -13rem;
  z-index: -1;
}

.ellipse-2 {
  width: 60%;
  top: 6rem;
  right: 0rem;
  z-index: -1;
}

.vector-1 {
  top: 10rem;
  z-index: -1;
}

.slogan .text {
  width: calc(100%/1.8);
}

.mockup {
  margin-left: 4rem;
}

.mockup .mobile {
  height: 589px;
}

.mockup .item {
  padding: 7px;
  background: #F0F0F0;
  border-radius: 15px;
  color: #405050;
}

.mockup .notify {
  width: 228px;
}

.mockup .category {
  padding: 20px 25px;
}

.mockup .category img {
  width: 25px;
  height: auto;
}

.mockup .category span {
  padding-left: 10px;
  font-size: 12px;
}

.mockup .notify .app-name img {
  width: 23px;
  height: auto;
}

.mockup .notify .app-name span {
  margin-left: 5px;
  font-size: 12px;
  color: rgba(151, 151, 151, 0.43);
}

.mockup .notify>p {
  padding: 5px 0;
  font-size: 10px;
  line-height: 12px;
  color: #454545;
}

.slogan {
  padding-bottom: 110px;
}

.slogan .origin {
  font-family: HelveticaBold;
  font-size: 70px;
  line-height: 90px;
  letter-spacing: 0.2px;
}

.slogan .sub {
  font-size: 64px;
  line-height: 90px;
  letter-spacing: 0.2px;
}

.slogan .des {
  width: 65%;
  line-height: 25px;
  color: #DADADA;
}

.download a {
  width: calc(100%/3.5);
}

.title-session p {
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 0.2px;
  text-align: center;
}

.features .detail {
  padding-top: 50px;
  padding-bottom: 30px;
}

.features .detail .item {
 width: calc(100%/3 - 30px);
}

.features .detail .item .icon {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: rgba(143, 111, 163, 0.31);
  border-radius: 50%;
}

.features .detail .item .icon img {
  width: 40%;
  margin: 0 auto;
}

.features .detail .item .content {
  text-align: center;
}

.features .detail .item .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 70px;
  letter-spacing: 0.2px;
}

.features .detail .item .content .des {
  color: #DADADA;
  line-height: 25px;
  letter-spacing: 0.2px;
  padding: 0 100px;
}

.mockup-features {
  background-image: url('../assets/images/bg-mockup-features.png');
  background-position: bottom;
  background-size: cover;
}

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

footer {
  background-color: #201D35;
  border-top: 1px solid #7C7C7C;
}

.social-coppyrights img {
  width: 24px;
  height: auto;
}

.social-coppyrights .social a {
  margin-left: 15px;
}

.policy a {
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding: 3px;
}

.policy a:hover {
  color: #FAC978;
  border-color: #FAC978;
}

.feedback {
  padding: 60px 0;
  background-color: #201D35;
}

.feedback .carousel {
  width: 50%;
  margin: 0 auto;
  margin-top: 60px;
  padding: 60px;
  background: rgba(7, 4, 12, 0.3);
  box-shadow: 0px 0px 160px 40px rgba(124, 141, 159, 0.3);
  border-radius: 0px 40px;
}

.user-feedbacks {
  width: 50%;
  min-height: 250px;
  /* display: flex !important;
  flex-direction: column; */
  background-color: rgba(7, 4, 12, 0.46);
  box-shadow: 0px 0px 160px 40px rgba(124, 141, 159, 0.37);
  border-radius: 0px 40px;
}

.quotes-icon {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.slick-slide:focus {
  outline: none !important;
}

.slick-dots {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 300%);
  margin-top: 15px;
}

.slick-dots li {
  width: 25px;
  height: 10px;
  background-color: #FAC978;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.slick-dots button {
  display: none;
}

.slick-dots button:focus {
  outline: none;
  border: none;
}

.slick-dots .slick-active {
  width: 50px;
}

.slick-slider {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.rating-stars {
  width: 130px;
  object-fit: contain;
}

@media only screen and (max-width: 1280px) {
  .features .detail .item .content .des {
    padding: 0 60px;
  }

  .mockup {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .slogan .origin {
    font-size: 48px;
    line-height: 60px;
  }

  .slogan .sub {
    font-size: 42px;
    line-height: 60px;
  }

  .slogan .des {
    width: 75%;
  }

  .download a {
    width: calc(100%/3);
  }

  .mockup .mobile {
    height: 400px;
  }

  .title-session p {
    font-size: 42px;
    line-height: 55px;
  }

  .slogan {
    padding-bottom: 80px;
  }

  .features .detail .item .icon {
    width: 120px;
    height: 120px;
  }

  .features .detail .item .content .title {
    font-size: 19px;
  }

  .features .detail .item .content .des {
    padding: 0 30px;
  }

  .mockup .category {
    padding: 20px;
  }

  .ellipse-1 {
    top: -8rem;
    left: -9rem;
  }

  .ellipse-2 {
    right: 0rem;
  }
}

@media only screen and (max-width: 768px) {
  header {
    height: 70px;
  }

  .slogan .origin {
    font-size: 42px;
  }

  .slogan .sub {
    font-size: 36px;
    line-height: 42px;
  }

  .download a {
    width: calc(100%/2.5);
  }

  .mockup .category {
    padding: 10px;
  }

  .slogan {
    padding-bottom: 60px;
  }

  .title-session p {
    font-size: 36px;
    line-height: 46px;
  }

  .features .detail {
    padding: 30px 0;
  }

  .features .detail .item .icon {
    width: 100px;
    height: 100px;
  }

  .features .detail .item .content .title {
    line-height: 36px;
  }

  .features .detail .item .content .des {
    padding: 10px;
  }

  .ellipse-1 {
    top: -7rem;
    left: -7rem;
  }

  .ellipse-2 {
    right: 0rem;
    top: 8rem;
  }
}

@media only screen and (max-width: 640px) {
  .slogan .text {
    width: 100%;
  }

  .slogan .des {
    width: 100%;
    padding: 15px;
  }

  header .name {
    font-size: 18px;
  }

  .mockup {
    margin-left: 0;
  }

  .mockup .mobile {
    margin: 0 auto;
    margin-top: 30px;
  }

  .title-session p {
    font-size: 32px;
    line-height: 42px;
  }

  .features .detail .item {
    width: calc(100%);
    padding: 15px 30px;
  }

  .features .detail {
    padding: 15px 0;
  }

  footer .policy {
    padding-bottom: 13px;
  }

  .ellipse-1 {
    width: 60%;
    top: -7rem;
    left: -5rem;
  }

  .ellipse-2 {
    width: 90%;
    right: 0rem;
    top: auto;
    bottom: -3rem;
  }

  .mockup .notify>p {
    text-align: left;
  }
}