@media (min-width: 1400px) {
}
@media (max-width: 1395px) {
}
@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
  .modal-dialog {
    width: 95%;
    max-width: 95%;
    margin: 1.75rem auto;
  }
}

@media (max-width: 992px) {
  .model-popup {
    padding-bottom: 250px;
  }
  .model-popup::after {
    height: 240px;
    width: 100%;
    bottom: 0;
    top: auto;
  }
  .model-popup::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    height: 240px;
    left: 0;
    right: 0;
    background-position: bottom center;
    z-index: -1;
    background-image: url(../images/bg-model.png);
  }
  .element {
    display: none;
  }
  .menu-div {
    display: block;
    padding: 35px 0 0;
  }
  .element_menu_responsive > ul > li > a {
    font-size: 16px;
  }
  .text-hero {
    text-align: center;
  }

  .text-hero p {
    margin: 15px 0;
    width: 80%;
    margin: 15px auto;
  }
  .links-download {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    justify-content: center;
  }
  .img-hero::after {
    top: 62%;
    transform: translateX(-50%) translateY(-13%);
    left: 50%;
  }
  .img-hero img {
    width: 80%;
    display: block;

    transform: translateY(100%);
    margin: 25px auto 0;
  }
  .text-additional-features h2 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .slider-additional-features {
    background-color: #e7f2e3;
    padding: 10px 20%;
    border-radius: 45px;
  }
  .logo {
    z-index: 1;
    display: flex;
    width: 150px;
    padding-bottom: 55px;
    height: 140px;
  }
  .logo {
    width: 119px;
    padding-bottom: 39px;
    height: 134px;
  }
  .title-start {
    margin-bottom: 25px;
    text-align: center;
  }
  .text-additional {
    width: calc(100% - 75px);
  }
  .title-center p {
    width: 100%;
    margin: 10px auto;
  }
  .pg-section {
    padding: 40px 0;
  }
  .text-aboutus p {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  #slider-ratings {
    background-size: cover;
  }
}

@media (max-width: 576px) {
  .text-popup p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .model-popup {
    padding: 40px 20px 250px;
  }
  .links-download a {
    background-color: var(--color-white);
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s linear;
    color: var(--color-Primary1);
    border-radius: 7px;
    padding: 8px;
    font-size: 11px;
    min-width: 139px;
  }
  .header-page {
    z-index: 1;
    min-height: 261px !important;
  }
  .mr-section {
    margin: 40px 0;
  }
  .title-center {
    margin-bottom: 35px;
  }
  .title-page h2 {
    color: var(--color-white);
    font-size: 20px;
  }
  .title-page p {
    color: var(--color-white);
    font-size: 12px;
    margin: 15px 0;
  }
  .sub-info-contactus p {
    font-size: 14px;
  }
  .icon-contactus {
    width: 120px;
    height: 120px;
  }
  div#map {
    height: 300px !important;
  }
  .img-mobil {
    width: 100%;
    margin: auto;
  }
  .text-load-app h2 {
    font-size: 25px;
  }
  .text-footer h6 {
    color: #fff;
    width: 100%;
    margin: 30px auto;
    font-size: 17px;
    line-height: 30px;
  }
  .text-footer p {
    width: 75%;
    margin: 30px auto;
    font-size: 16px;
  }
  .element-footer ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
  }
  .element-footer ul li {
    width: 100%;
  }
  .element-footer ul li a {
    font-size: 16px;
  }
}

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