html {
  scroll-behavior: smooth; }

.outer-container {
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

@media only screen and (max-width: 1399.98px) {
  .container {
    max-width: 94%; } }
@media only screen and (max-width: 767.98px) {
  .container {
    max-width: 94%; } }
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1330px; } }

p {
  font-size: 16px;
  color: #232323;
  line-height: 30px; }

.papa-button {
  color: #fff;
  border-color: #2196f3;
  background-color: #2196f3;
  font-size: 16px;
  padding: 0 40px 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: left;
  font-family: "Poppins Bold"; }
  .papa-button:after {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    content: ""; }
  .papa-button:hover {
    background-color: #232323 !important;
    text-decoration: none; }
  .papa-button.white-button {
    background-color: #fff;
    color: #2196f3;
    border-color: #fff; }
    .papa-button.white-button:hover {
      color: #fff;
      border-color: #2196f3;
      background-color: #2196f3; }

header {
  float: left;
  width: 100%;
  margin-bottom: 45px; }
  @media only screen and (max-width: 1199.98px) {
    header nav .navbar-brand {
      width: 180px; } }
  @media only screen and (max-width: 1199.98px) {
    header nav .navbar-brand img {
      max-width: 100%; } }
  header nav .navbar-toggler {
    color: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    width: 70px; }
    @media only screen and (max-width: 1199.98px) {
      header nav .navbar-toggler {
        background: #2196f3; } }
  header nav ul li a {
    text-decoration: none;
    color: #fff !important;
    font-family: "PoppinsMedium";
    margin: 0 5px;
    padding: 12px 20px;
    border-radius: 30px;
    float: left;
    transition: background 0.3s ease-in-out; }
    @media only screen and (max-width: 1199.98px) {
      header nav ul li a {
        font-size: 13px;
        padding: 8px 15px; } }
    @media only screen and (max-width: 991.98px) {
      header nav ul li a {
        font-size: 16px;
        width: 100%;
        border-radius: 0;
        text-align: center; } }
  header nav ul li:first-child a {
    background-color: #8340ee; }
  header nav ul li:nth-child(2) a {
    background-color: #2196f3; }
  header nav ul li:nth-child(3) a {
    background-color: #c2f16f; }
  header nav ul li:nth-child(4) a {
    background-color: #e98363; }
  header nav ul li:nth-child(5) a {
    background-color: #6a6767; }
  header nav ul li:nth-child(6) a {
    background-color: #e95a6b; }
  header nav ul li:hover a {
    background-color: #232323; }

.banner {
  width: 100%;
  float: left;
  margin-bottom: 100px; }
  .banner .content {
    width: 100%;
    float: left;
    background-color: #e1f1ff;
    background-image: url(../images/clouds.png);
    background-position: center 70%;
    background-repeat: no-repeat;
    padding: 70px 120px 0 120px;
    border-radius: 450px;
    text-align: center;
    background-attachment: fixed; }
    @media only screen and (max-width: 1199.98px) {
      .banner .content {
        padding: 50px 80px 0 80px; } }
    @media only screen and (max-width: 767.98px) {
      .banner .content {
        padding: 30px 30px 0 30px;
        border-radius: 150px;
        background-position: center 30%;
        background-size: contain; } }
    .banner .content h1 {
      text-align: center;
      color: #e95a6b;
      font-family: "Poppins Extra Bold";
      font-size: 37px; }
      @media only screen and (max-width: 1199.98px) {
        .banner .content h1 {
          font-size: 27px; } }
      @media only screen and (max-width: 767.98px) {
        .banner .content h1 {
          font-size: 20px; } }
    .banner .content h2 {
      text-align: center;
      color: #232323;
      font-family: "Poppins Extra Bold";
      font-size: 27px; }
      @media only screen and (max-width: 767.98px) {
        .banner .content h2 {
          font-size: 17px; } }
      .banner .content h2 span {
        color: #2196f3; }
    .banner .content p {
      font-family: "PoppinsMedium";
      font-size: 19px;
      line-height: 50px; }
      @media only screen and (max-width: 1199.98px) {
        .banner .content p {
          font-size: 16px;
          line-height: 32px; } }
      @media only screen and (max-width: 767.98px) {
        .banner .content p {
          font-size: 14px;
          line-height: 28px; } }
      .banner .content p img {
        margin-top: 70px; }
        @media only screen and (max-width: 1199.98px) {
          .banner .content p img {
            margin-top: 0px;
            width: 68%; } }
    .banner .content .papa-button {
      background-color: #e95a6b; }

main {
  float: left;
  width: 100%; }

.step-section {
  float: left;
  width: 100%; }
  .step-section .row {
    align-items: center;
    justify-content: space-between; }
  .step-section .left {
    width: 700px;
    float: left;
    order: 1; }
    @media only screen and (max-width: 1399.98px) {
      .step-section .left {
        width: 50%; } }
    @media only screen and (max-width: 991.98px) {
      .step-section .left {
        width: 100%;
        text-align: center; } }
    .step-section .left img {
      max-width: 100%; }
      @media only screen and (max-width: 991.98px) {
        .step-section .left img {
          max-height: 450px; } }
  .step-section .right {
    width: 600px;
    float: right;
    order: 1; }
    @media only screen and (max-width: 1399.98px) {
      .step-section .right {
        width: 50%; } }
    @media only screen and (max-width: 991.98px) {
      .step-section .right {
        width: 100%;
        text-align: center;
        margin-top: 30px; } }
    .step-section .right .counter {
      color: #fff;
      font-size: 47px;
      font-family: "Poppins Bold";
      text-align: center;
      display: inline-block;
      background-color: #e98363;
      border-radius: 50px;
      padding: 20px 50px; }
      @media only screen and (max-width: 1399.98px) {
        .step-section .right .counter {
          border-radius: 30px;
          font-size: 30px;
          padding: 15px 50px; } }
      @media only screen and (max-width: 991.98px) {
        .step-section .right .counter {
          font-size: 30px;
          padding: 15px 50px; } }
      @media only screen and (max-width: 767.98px) {
        .step-section .right .counter {
          padding: 15px 17px; } }
    .step-section .right h4 {
      color: #232323;
      font-family: "Poppins Extra Bold";
      font-size: 45px;
      margin-top: 50px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 1399.98px) {
        .step-section .right h4 {
          font-size: 25px;
          margin-top: 15px;
          margin-bottom: 15px; } }
    .step-section .right p {
      font-size: 19px;
      font-family: "PoppinsMedium";
      line-height: 34px;
      color: #484848; }
      @media only screen and (max-width: 1399.98px) {
        .step-section .right p {
          font-size: 17px;
          line-height: 29px; } }
      @media only screen and (max-width: 767.98px) {
        .step-section .right p {
          font-size: 14px;
          line-height: 26px; } }
    .step-section .right h5 {
      font-size: 18px;
      font-family: "Poppins Bold";
      margin-top: 30px; }
    .step-section .right ul {
      padding: 0;
      margin-left: 20px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 991.98px) {
        .step-section .right ul {
          justify-content: center;
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .step-section .right ul li {
        color: #484848;
        font-family: "PoppinsMedium";
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1399.98px) {
          .step-section .right ul li {
            font-size: 17px;
            text-align: left;
            margin-bottom: 0;
            line-height: 38px; } }
        @media only screen and (max-width: 767.98px) {
          .step-section .right ul li {
            font-size: 14px;
            text-align: left;
            margin-bottom: 0;
            line-height: 26px; } }
        .step-section .right ul li::marker {
          color: #e98363; }
    .step-section .right .papa-button {
      background-color: #e98363; }
  .step-section.secondStep {
    position: relative; }
    .step-section.secondStep:before {
      position: absolute;
      left: 50%;
      top: 0;
      background-image: url(../images/arrow-joiner-1.png);
      width: 296px;
      height: 72px;
      background-repeat: no-repeat;
      content: "";
      z-index: 10000;
      transform: translate(-50%, -50%);
      display: block; }
      @media only screen and (max-width: 1199.98px) {
        .step-section.secondStep:before {
          display: none; } }
    .step-section.secondStep .left {
      order: 2; }
      @media only screen and (max-width: 991.98px) {
        .step-section.secondStep .left {
          order: 1 !important; } }
    .step-section.secondStep .right {
      order: 1; }
      @media only screen and (max-width: 991.98px) {
        .step-section.secondStep .right {
          order: 2 !important; } }
      .step-section.secondStep .right .counter {
        background-color: #c2f16f;
        color: #232323; }
      .step-section.secondStep .right .papa-button {
        background-color: #c2f16f;
        color: #232323; }
        .step-section.secondStep .right .papa-button:after {
          background-color: #232323; }
        .step-section.secondStep .right .papa-button:hover {
          color: #fff; }
          .step-section.secondStep .right .papa-button:hover:after {
            background-color: #fff; }
      .step-section.secondStep .right ul li::marker {
        color: #232323; }
  .step-section.thirdStep {
    position: relative; }
    .step-section.thirdStep:before {
      position: absolute;
      left: 50%;
      top: 0;
      background-image: url(../images/arrow-joiner-2.png);
      width: 296px;
      height: 56px;
      background-repeat: no-repeat;
      content: "";
      z-index: 10000;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 1199.98px) {
        .step-section.thirdStep:before {
          display: none; } }
    .step-section.thirdStep .right .counter {
      background-color: #2196f3;
      color: #fff; }
    .step-section.thirdStep .right .papa-button {
      background-color: #2196f3; }
    .step-section.thirdStep .right ul li::marker {
      color: #2196f3; }
  .step-section.content-container {
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    padding: 70px 0; }
    @media only screen and (max-width: 767.98px) {
      .step-section.content-container {
        padding: 40px 0; } }
    .step-section.content-container.last-step {
      padding-top: 0;
      flex-direction: column;
      align-items: center; }
      .step-section.content-container.last-step .row {
        align-items: end; }
      .step-section.content-container.last-step .heading {
        text-align: center; }
        .step-section.content-container.last-step .heading .counter {
          color: white;
          font-size: 47px;
          font-family: "Poppins Bold";
          text-align: center;
          display: inline-block;
          background-color: #e98363;
          border-radius: 50px;
          padding: 20px 50px; }
          @media only screen and (max-width: 991.98px) {
            .step-section.content-container.last-step .heading .counter {
              border-radius: 30px;
              font-size: 30px;
              padding: 15px 17px; } }
        .step-section.content-container.last-step .heading h4 {
          font-size: 45px;
          color: #e98363;
          font-family: "Poppins Extra Bold";
          margin-top: 20px;
          margin-bottom: 40px; }
          @media only screen and (max-width: 991.98px) {
            .step-section.content-container.last-step .heading h4 {
              font-size: 22px;
              padding: 0 15px;
              margin-bottom: 15px; } }
    .step-section.content-container .step-fourth {
      padding: 50px 0;
      width: 94%;
      background-color: #8340ee;
      border-radius: 80px; }
      @media only screen and (max-width: 767.98px) {
        .step-section.content-container .step-fourth {
          width: 96%;
          margin: 0 2%;
          border-radius: 30px;
          padding: 30px 0; } }
      .step-section.content-container .step-fourth .left {
        order: 2; }
        @media only screen and (max-width: 991.98px) {
          .step-section.content-container .step-fourth .left {
            order: 1; } }
      .step-section.content-container .step-fourth .right {
        order: 1;
        color: #fff; }
        @media only screen and (max-width: 991.98px) {
          .step-section.content-container .step-fourth .right {
            order: 2;
            margin-top: 0; } }
        .step-section.content-container .step-fourth .right h3,
        .step-section.content-container .step-fourth .right p,
        .step-section.content-container .step-fourth .right ul li,
        .step-section.content-container .step-fourth .right ul li::marker {
          color: #fff; }
        .step-section.content-container .step-fourth .right .counter {
          background-color: #fff;
          color: #8340ee; }
        .step-section.content-container .step-fourth .right .papa-button {
          background-color: #fff;
          color: #8340ee; }
          .step-section.content-container .step-fourth .right .papa-button:after {
            background-color: #8340ee; }
          .step-section.content-container .step-fourth .right .papa-button:hover {
            background-color: #232323 !important;
            color: #fff; }
            .step-section.content-container .step-fourth .right .papa-button:hover::after {
              background-color: #fff; }
    .step-section.content-container .step-fifth {
      padding: 100px 0 0 0;
      width: 94%;
      background-color: #e98363;
      border-radius: 450px; }
      @media screen and (max-width: 1600px) and (min-width: 1395px) {
        .step-section.content-container .step-fifth {
          border-radius: 200px; } }
      @media only screen and (max-width: 1199.98px) {
        .step-section.content-container .step-fifth {
          border-radius: 100px;
          padding: 40px 0 0 0; } }
      @media only screen and (max-width: 767.98px) {
        .step-section.content-container .step-fifth {
          border-radius: 50px;
          padding: 40px 0 0 0; } }
      @media screen and (max-width: 1600px) and (min-width: 1395px) {
        .step-section.content-container .step-fifth .left {
          width: 46%; } }
      @media only screen and (max-width: 991.98px) {
        .step-section.content-container .step-fifth .left {
          order: 2; } }
      .step-section.content-container .step-fifth .right {
        color: #fff;
        padding-bottom: 40px; }
        @media screen and (max-width: 1600px) and (min-width: 1395px) {
          .step-section.content-container .step-fifth .right {
            width: 46%; } }
        @media only screen and (max-width: 767.98px) {
          .step-section.content-container .step-fifth .right {
            padding-bottom: 15px;
            order: 1;
            margin-top: 0; } }
        .step-section.content-container .step-fifth .right h3,
        .step-section.content-container .step-fifth .right p,
        .step-section.content-container .step-fifth .right ul li,
        .step-section.content-container .step-fifth .right ul li::marker {
          color: #fff; }
        .step-section.content-container .step-fifth .right .papa-button {
          background-color: #fff;
          color: #e98363; }
          .step-section.content-container .step-fifth .right .papa-button:after {
            background-color: #e98363; }
          .step-section.content-container .step-fifth .right .papa-button:hover {
            color: #fff; }
            .step-section.content-container .step-fifth .right .papa-button:hover:after {
              background-color: #fff; }

.marquee {
  padding: 120px 0;
  justify-content: space-between;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 1399.98px) {
    .marquee {
      padding: 100px 0; } }
  @media only screen and (max-width: 1199.98px) {
    .marquee {
      padding: 80px 0 40px; } }
  @media only screen and (max-width: 767.98px) {
    .marquee {
      padding: 60px 0 30px; } }
  .marquee .container-fluid {
    width: 94%; }
  .marquee .col {
    position: relative;
    margin-top: 20px; }
    .marquee .col:before, .marquee .col:after {
      background-repeat: no-repeat;
      background-position: center center;
      width: 63px;
      height: 21px;
      content: "";
      position: absolute;
      top: 50%;
      right: -55px;
      transform: translate(-50%, -40px);
      z-index: -1; }
      @media only screen and (max-width: 1399.98px) {
        .marquee .col:before, .marquee .col:after {
          transform: translate(-50%, -45px); } }
      @media only screen and (max-width: 1199.98px) {
        .marquee .col:before, .marquee .col:after {
          display: none; } }
    .marquee .col .card {
      border: 0;
      text-align: center;
      font-size: 22px;
      background-color: transparent;
      font-family: "PoppinsSemibold"; }
      .marquee .col .card img {
        max-width: 100%;
        max-width: 300px; }
      .marquee .col .card .card-title {
        font-size: 22px;
        font-family: "PoppinsSemibold"; }
        @media only screen and (max-width: 1399.98px) {
          .marquee .col .card .card-title {
            font-size: 18px;
            font-family: "PoppinsSemibold"; } }
        @media only screen and (max-width: 991.98px) {
          .marquee .col .card .card-title {
            font-size: 18px;
            font-family: "PoppinsSemibold"; } }
        @media only screen and (max-width: 767.98px) {
          .marquee .col .card .card-title {
            font-size: 16px; } }
    .marquee .col:nth-child(odd):after {
      background-image: url(../images/arrow-1.svg); }
    .marquee .col:nth-child(even):after {
      background-image: url(../images/arrow-2.svg); }
    .marquee .col:last-child {
      margin-top: 20px !important; }
      .marquee .col:last-child:after {
        display: none; }

.feel-vibe {
  float: left;
  width: 100%;
  padding: 100px 0; }
  .feel-vibe .cursor {
    position: relative;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
    .feel-vibe .cursor.typewriter-animation {
      animation: typewriter 5s steps(50) 1s 1 normal both, blinkingCursor 500ms steps(50) infinite normal; }
  @media only screen and (max-width: 991.98px) {
    .feel-vibe {
      padding: 40px 0; } }
  .feel-vibe h4 {
    font-size: 12rem;
    float: left;
    width: 100%;
    text-align: center;
    color: rgba(33, 150, 243, 0.2);
    font-family: "Poppins Extra Bold";
    margin-bottom: 0; }
    @media only screen and (max-width: 1399.98px) {
      .feel-vibe h4 {
        font-size: 10rem; } }
    @media only screen and (max-width: 1199.98px) {
      .feel-vibe h4 {
        font-size: 8rem; } }
    @media only screen and (max-width: 991.98px) {
      .feel-vibe h4 {
        font-size: 6rem; } }
    @media only screen and (max-width: 767.98px) {
      .feel-vibe h4 {
        font-size: 4rem; } }
  .feel-vibe .row {
    justify-content: center; }
    .feel-vibe .row .col {
      margin-top: 50px;
      text-align: center; }
      @media only screen and (max-width: 767.98px) {
        .feel-vibe .row .col {
          margin-top: 0; } }
      @media only screen and (max-width: 1199.98px) {
        .feel-vibe .row .col {
          flex: 7 0 14.28%; } }
      @media only screen and (max-width: 991.98px) {
        .feel-vibe .row .col {
          flex: 7 0 14.28%; } }
      @media only screen and (max-width: 767.98px) {
        .feel-vibe .row .col {
          flex: 3 0 33%; } }
      @media only screen and (max-width: 575.98px) {
        .feel-vibe .row .col {
          flex: 2 0 50%; } }
      .feel-vibe .row .col img {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out; }
        @media only screen and (max-width: 991.98px) {
          .feel-vibe .row .col img {
            max-height: 250px; } }
        .feel-vibe .row .col img:hover {
          -webkit-transform: scale(1.2);
          transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
          /* IE 9 */
          -webkit-transform: scale(1.2, 1.2);
          /* Safari and Chrome */ }
      .feel-vibe .row .col:nth-child(even) {
        margin-top: 0; }

.additional-features {
  background-color: #c2f16f;
  padding: 100px 0;
  float: left;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 991.98px) {
    .additional-features {
      padding: 60px 0; } }
  @media only screen and (max-width: 767.98px) {
    .additional-features {
      padding: 40px 0; } }
  .additional-features h4 {
    font-size: 40px;
    font-family: "Poppins Bold";
    line-height: 60px;
    color: #232323;
    margin-bottom: 30px;
    margin-top: 0; }
    @media only screen and (max-width: 1399.98px) {
      .additional-features h4 {
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 1199.98px) {
      .additional-features h4 {
        font-size: 27px;
        line-height: 48px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 991.98px) {
      .additional-features h4 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 1199.98px) {
      .additional-features h4 br {
        display: none; } }
    .additional-features h4 span {
      color: #8340ee; }
  .additional-features .col .card {
    border: 0;
    padding: 30px;
    border-radius: 10px;
    background-color: #8340ee; }
    .additional-features .col .card .card-body {
      padding: 0;
      color: #fff; }
      .additional-features .col .card .card-body .card-title {
        font-size: 23px;
        font-family: "PoppinsMedium";
        margin-top: 10px; }
      .additional-features .col .card .card-body .card-text {
        font-size: 16px;
        font-family: "PoppinsMedium";
        line-height: 31px;
        color: #fff; }
    .additional-features .col .card img {
      max-width: 100%; }
  .additional-features .col:first-child .card {
    background-color: #2196f3; }
  .additional-features .col:last-child .card {
    background-color: #e98363; }

.pricing-plans {
  float: left;
  width: 100%;
  padding: 100px 0;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 767.98px) {
    .pricing-plans {
      padding: 40px 0; } }
  .pricing-plans h5 {
    font-size: 14px;
    font-family: "PoppinsMedium"; }
    @media only screen and (max-width: 767.98px) {
      .pricing-plans h5 {
        text-align: center; } }
  .pricing-plans h3 {
    font-size: 33px;
    font-family: "Poppins Extra Bold"; }
    @media only screen and (max-width: 767.98px) {
      .pricing-plans h3 {
        text-align: center;
        font-size: 22px; } }
  .pricing-plans .col .card {
    color: #fff;
    background-color: #2196f3;
    border-radius: 15px;
    border: 0;
    padding: 30px; }
    .pricing-plans .col .card .card-body {
      padding: 0; }
    .pricing-plans .col .card .card-text {
      font-family: "PoppinsMedium";
      font-size: 16px;
      color: #fff;
      margin-bottom: 0; }
    .pricing-plans .col .card .card-title {
      font-size: 60px;
      font-family: "Poppins Extra Bold"; }
      @media only screen and (max-width: 1199.98px) {
        .pricing-plans .col .card .card-title {
          font-size: 39px; } }
      @media only screen and (max-width: 991.98px) {
        .pricing-plans .col .card .card-title {
          font-size: 30px; } }
      .pricing-plans .col .card .card-title span {
        font-family: "PoppinsMedium";
        font-size: 16px; }
    .pricing-plans .col .card h5 {
      font-size: 33px;
      font-family: "Poppins Extra Bold";
      margin-bottom: 20px; }
      @media only screen and (max-width: 767.98px) {
        .pricing-plans .col .card h5 {
          font-size: 20px;
          text-align: left; } }
    .pricing-plans .col .card ul {
      margin: 0 0 0 20px;
      padding: 0; }
      .pricing-plans .col .card ul li {
        font-size: 16px;
        font-family: "PoppinsMedium";
        margin: 12px 0; }
        .pricing-plans .col .card ul li::marker {
          color: #fff; }
    .pricing-plans .col .card .papa-button {
      width: 100%;
      background-color: #fff;
      margin-top: 15px;
      color: #2196f3; }
      .pricing-plans .col .card .papa-button:after {
        background-color: #2196f3; }
      .pricing-plans .col .card .papa-button:hover {
        color: #fff !important; }
        .pricing-plans .col .card .papa-button:hover:after {
          background-color: #fff !important; }
  .pricing-plans .col:first-child .card {
    background-color: #e95a6b; }
    .pricing-plans .col:first-child .card .papa-button {
      color: #e95a6b; }
      .pricing-plans .col:first-child .card .papa-button:after {
        background-color: #e95a6b; }
  .pricing-plans .col:last-child .card {
    background-color: #e98363; }
    .pricing-plans .col:last-child .card .papa-button {
      color: #e98363; }
      .pricing-plans .col:last-child .card .papa-button:after {
        background-color: #e98363; }

footer {
  background-color: #232323;
  padding: 100px 0 0 0;
  float: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.67); }
  @media only screen and (max-width: 1199.98px) {
    footer {
      padding: 40px 0 0; } }
  footer p,
  footer a {
    color: rgba(255, 255, 255, 0.67); }
    @media only screen and (max-width: 1199.98px) {
      footer p,
      footer a {
        max-width: 100%;
        font-size: 15px; } }
  footer .section-heading {
    color: #fff;
    font-size: 92px;
    font-family: "Poppins Extra Bold"; }
    @media only screen and (max-width: 1399.98px) {
      footer .section-heading {
        font-size: 80px; } }
    @media only screen and (max-width: 1199.98px) {
      footer .section-heading {
        font-size: 33px; } }
    @media only screen and (max-width: 767.98px) {
      footer .section-heading {
        font-size: 27px; } }
  footer .app-link a {
    margin-top: 30px;
    display: inline-block; }
    @media only screen and (max-width: 1199.98px) {
      footer .app-link a {
        width: 45%;
        float: left;
        margin-top: 0; } }
    footer .app-link a:first-child {
      margin-right: 10px; }
    footer .app-link a img {
      max-width: 100%; }
  footer .second-row {
    margin-top: 50px; }
    @media only screen and (max-width: 1199.98px) {
      footer .second-row {
        margin-top: 10px; } }
    footer .second-row p {
      font-size: 19px;
      font-family: "PoppinsMedium";
      max-width: 94%; }
      @media only screen and (max-width: 1199.98px) {
        footer .second-row p {
          max-width: 100%;
          font-size: 15px; } }
  footer h3 {
    font-size: 25px;
    font-family: "Poppins Bold";
    margin-bottom: 20px; }
    @media only screen and (max-width: 1199.98px) {
      footer h3 {
        font-size: 17px;
        margin-bottom: 5px; } }
  footer ul {
    padding: 0;
    margin-left: 20px; }
    @media only screen and (max-width: 767.98px) {
      footer ul {
        columns: 2; } }
    footer ul li {
      padding: 7px 0; }
      @media only screen and (max-width: 1199.98px) {
        footer ul li {
          padding: 4px 0; } }
  footer .idmail {
    font-size: 37px;
    font-family: "PoppinsMedium"; }
    @media only screen and (max-width: 1199.98px) {
      footer .idmail {
        max-width: 100%;
        font-size: 20px; } }
  footer input[type="text"] {
    border: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.67);
    background-color: transparent;
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: "PoppinsMedium";
    color: rgba(255, 255, 255, 0.67); }
    footer input[type="text"]:focus {
      outline: none; }
    @media only screen and (max-width: 767.98px) {
      footer input[type="text"] {
        font-size: 15px;
        padding-bottom: 8px; } }
  footer .social-media a {
    border: solid 1px rgba(255, 255, 255, 0.67);
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
    font-family: "PoppinsMedium";
    margin-right: 5px;
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
    float: left; }
    @media only screen and (max-width: 1199.98px) {
      footer .social-media a {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767.98px) {
      footer .social-media a {
        margin-bottom: 7px;
        padding: 5px 8px; } }
    footer .social-media a:hover {
      background-color: #2196f3;
      color: #fff;
      border-color: #2196f3; }
  footer .copyright {
    font-size: 15px;
    font-family: "PoppinsMedium"; }
    @media only screen and (max-width: 767.98px) {
      footer .copyright {
        text-align: center;
        margin-top: 10px; } }
  footer .footer-logo {
    text-align: center;
    border-radius: 300px 300px 0 0;
    background-color: #2196f3;
    width: 100%;
    float: left;
    margin-top: 70px;
    padding: 7rem 0 5rem 0; }
    @media only screen and (max-width: 1199.98px) {
      footer .footer-logo {
        margin-top: 30px;
        border-radius: 120px 120px 0 0;
        padding: 30px 80px; } }
    @media only screen and (max-width: 767.98px) {
      footer .footer-logo {
        margin-top: 0px;
        border-radius: 70px 70px 0 0;
        padding: 20px 40px; } }
    @media only screen and (max-width: 1199.98px) {
      footer .footer-logo img {
        max-width: 300px; } }
    @media only screen and (max-width: 767.98px) {
      footer .footer-logo img {
        max-width: 200px; } }

.card,
.feel-vibe .col,
.content-container .left,
.step-section .left,
.marquee {
  position: relative;
  overflow: hidden; }
  .card::before,
  .feel-vibe .col::before,
  .content-container .left::before,
  .step-section .left::before,
  .marquee::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2; }
  .card:hover::before, .card:focus::before,
  .feel-vibe .col:hover::before,
  .feel-vibe .col:focus::before,
  .content-container .left:hover::before,
  .content-container .left:focus::before,
  .step-section .left:hover::before,
  .step-section .left:focus::before,
  .marquee:hover::before,
  .marquee:focus::before {
    animation: shine 1s; }
@keyframes shine {
  100% {
    left: 125%; } }
.arrow {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg); }
  .arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 0.8vmin 0.8vmin 0 0;
    border-style: solid;
    border-color: #fafafa;
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0; }
  .arrow:after {
    content: "";
    float: left;
    position: relative;
    top: -100%;
    width: 100%;
    height: 100%;
    border-width: 0 0.8vmin 0 0;
    border-style: solid;
    border-color: #fafafa;
    transform-origin: 100% 0;
    transition: 0.2s ease; }
  .arrow:hover::after {
    transform: rotate(45deg);
    border-color: orange;
    height: 120%; }
  .arrow:hover::before {
    border-color: orange;
    transform: scale(0.8); }

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px span;
    border-radius-position: absolute;
    border-radius-top: 50%;
    border-radius-left: 50%;
    border-radius-margin-left: -8px;
    border-radius-margin-top: -12px;
    border-radius-height: 0;
    border-radius-width: 0;
    border-radius-border: 8px solid transparent;
    border-radius-border-bottom-color: #ffffff; }
  #scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; }

.modal .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: solid 2px rgba(35, 35, 35, 0.6);
  padding-left: 0.3rem;
  padding-right: 0.3rem; }
  .modal .form-control:focus {
    box-shadow: 0 0 0; }
.modal label {
  padding-left: 0;
  padding-right: 0; }
.modal h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: #e95a6b;
  font-family: "Poppins Extra Bold";
  margin-bottom: 30px; }
.modal button {
  border-radius: 0;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out; }
  .modal button.btn-primary {
    background: #e95a6b;
    border-color: #e95a6b;
    color: #fff; }
    .modal button.btn-primary:hover {
      border-color: #232323; }
  .modal button.btn-secondary {
    color: #fff; }
  .modal button:hover {
    border-color: #232323;
    background-color: transparent;
    color: #232323;
    transform: translate(3px, -3px); }
.modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1; }

.modal {
  background: rgba(0, 0, 0, 0.8); }

.logotext {
  font-family: "Century Gothic";
  color: #BF2026 !important;
  font-size: 23px; }
  .logotext span {
    color: #8DC63F !important; }
  .logotext.white {
    color: #fff !important; }
    .logotext.white span {
      color: #fff !important; }
