@media only screen and (min-device-width: 1200px) and (max-device-width: 1324px) {}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1490px) {}

@media only screen and (min-device-width: 991px) and (max-device-width: 1200px) {
  .hero-title {
    font-size: 54px;
    padding-top: 75px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

@media (max-width: 1200px) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

@media (max-width: 767px) {
  .hero-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -1px;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: rgba(57, 105, 170, 1);

    padding-top: 0px;
    margin: 0;
  }

  .advantage-point-img video {
    height: 250px;
  }

  .d-flexe img {
    scale: 0.8;
  }

  .contact-section {
    padding: 1em 0em;
  }

  .advantages-desc {
    text-align: right;
  }

  .download-btn {
    display: none;
  }

  .hero-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #1b1f28;
    padding-top: 20px;
    margin: 0;
    max-width: 100%;
  }

  .advantages-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: right;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #0e1421;
    margin: 0;
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .apple a,
  .google a {
    padding: 4.85px 7px;
    align-items: center;
  }

  .apple a img {
    height: 24px;
  }

  .advantage-point-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #14384c;
    text-align: right;
  }

  .advantage-point-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #3e3f66;
  }

  .download-app {
    padding-top: 20px;
    justify-content: center;
  }

  .left-hero-body {
    position: relative;
    padding-top: 0px;
    text-align: end;
    scale: 0.6;
  }

  .advantages-body {
    margin-top: 20px;
  }

  .advantages-body {
    padding: 25px 0px;
    box-shadow: 0px 4px 30px 0px #ede9fe;
    margin-top: 20px;
    position: relative;
    padding-bottom: 25px;
    border-radius: 30px;
  }

  .advantage-point-img {
    position: relative;
    width: 54%;
    top: unset;
    left: unset;
    transform: none;
  }

  .advantages-right,
  .advantages-left {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly !important;
  }

  .advantage-point-container.top-left,
  .advantage-point-container.top-right {
    padding-bottom: 0px;
  }

  .advantage-point-container {
    width: 155px;
  }

  .hero-body {
    text-align: center;
    padding: 1em 15px;
  }

  .apple a img {
    height: 24px;
    width: auto;
  }

  .middle-adv {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .advantage-point-desc {
    margin: 0;
  }

  .midde {
    flex-direction: column-reverse;
  }

  .advantages-right {
    padding-bottom: 20px;
  }

  .advantages-left {
    padding-top: 20px;
  }

  h2 {
    font-size: 24px !important;
  }

  h5 {
    font-size: 20px !important;
  }

  .nav-burger-menu {
    flex-direction: row-reverse !important;
  }

  .navbar-toggler {
    position: absolute;
    right: 25px !important;
    top: -15px;
    transform: translate(50%, -100%) !important;
    z-index: 10;
  }

  .navbar-collapse {
    top: 10px;
  }

  .privacy-section img {
    max-height: 150px;
    margin: 0 auto;
    display: block;
  }

  .privacy-section h2 {
    font-size: 24px !important;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .privacy-section h3 {
    font-size: 20px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .privacy-section p,
  .privacy-section li {
    font-size: 14px;
    line-height: 20px;
  }

  .privacy-section .row.align-items-center:nth-child(even) {
    flex-direction: column-reverse;
  }

  .section-download {
    padding: 30px;
    background-size: 50%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .advantages-desc {
    text-align: right;
  }

  .nav-burger-menu {
    flex-direction: row-reverse !important;
  }

  .navbar-toggler {
    position: absolute;
    right: 0 !important;
    top: 0;
    transform: translate(50%, 0%) !important;
    z-index: 10;
  }

  .apple a,
  .google a {
    padding: 4.85px 7px;
    align-items: center;
  }

  .apple a p,
  .google a p {
    font-size: 16px;
  }

  .hero-title {
    font-size: 39px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #184157;
    padding-top: 50px;
    margin: 0;
  }

  .hero-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #1b1f28;
    padding-top: 20px;
    margin: 0;
    max-width: 100%;
  }

  .advantages-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #0e1421;
    margin-bottom: 15px;
  }

  .advantage-point-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #14384c;
    text-align: right;
  }

  .advantage-point-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    text-underline-position: auto;
    text-decoration-skip-ink: auto;
    color: #3e3f66;
  }

  .advantage-point-img img {
    width: 90%;
    overflow: hidden;
    box-shadow: none;
  }

  .advantage-point-img {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    z-index: 1;
    overflow: hidden;
  }

  .advantages-right {
    display: block;
  }

  .advantage-point-container.top-right {
    padding-bottom: 20px;
  }

  .advantages-left {
    display: block;
    padding-top: 20px;
  }

  .advantage-point-container.top-left {
    padding-bottom: 20px;
  }

  .advantages-body {
    margin-top: 40px;
  }


}
