@media (min-width: 1500px) {
}

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

@media (max-width: 1300px){
    .aosh-nav .ctm-btn,
    .aosh-nav .ctm-btn2 {
      font-size: 14px;
      padding-top: 16px;
      min-width: 120px;
    }
}

@media (max-width: 1200px) {
  .element ul {
    gap: 10px;
  }
  .logo {
    width: 100px;
  }
  .aosh-nav .ctm-btn,
  .aosh-nav .ctm-btn2 {
    font-size: 14px;
    padding-top: 16px;
    min-width: 120px;
  }
  .element ul li a {
    font-size: 14px;
  }
  .caption-about {
    width: 62%;
  }
  .sub-puy-packages h2 {
    color: var(--color-gray);
    font-size: 14px;
  }
  .sub-packages {
    padding: 25px 18px;
  }
  .text-custemer p {
    width: 95%;
    font-size: 16px;
    line-height: 33px;
  }
}

@media (max-width: 992px) {
  .element {
    display: none;
  }
  .sub-hero::after {
    width: 100%;
  }
  .img-hero {
    width: 70%;
    height: 400px;
    margin: auto;
  }
  .img-hero > img {
    border-radius: 15px;
    object-fit: cover;
  }
  .text-hero {
    width: 80%;
    padding: 20px 20px;
    margin: auto;
    text-align: center;
  }
  h1 {
    font-size: 28px;
    font-family: "font_bold";
  }
  .aosh-nav > a {
    display: none;
  }
  .menu-div {
    display: block;
  }
  .hero .owl-dots {
    position: absolute;
    right: 5%;
    left: 5%;
    margin: auto;
    bottom: 23px;
  }

  .hero .owl-dots .owl-dot button {
    color: var(--color-white);
  }
  .img-aboutus {
    position: relative;
    padding-bottom: 50px;
    padding-right: 15%;
    width: 80%;
    margin: auto;
  }
  .img-aboutus > img {
    height: 340px;
  }
  .img-features {
    display: none;
  }

  .text-features > p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .img-hero {
    width: 70%;
    height: 300px;
    margin: auto;
  }
  .end-page {
    flex-wrap: wrap;
  }
  .logo-footer {
    width: 100%;
  }
  .main-sub-custemer {
    width: 100%;
  }
  .element-footer {
    width: 100%;
  }
  .footer .sco-media {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .end-page {
    flex-wrap: wrap;
    gap: 25px;
  }
  .text-footer {
    color: var(--color-white);
    width: 100%;
    margin: auto;
  }
  .text-footer h2 {
    width: 95%;
  }
  .text-footer h2 {
    font-size: 16px;
    line-height: 30px;
  }
  .text-info-contactus h2 {
    font-family: "font_bold";
    font-size: 18px;
  }
  .element-footer ul {
    flex-wrap: wrap;
  }
  .element-footer ul li {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .sub-custemer {
    flex-wrap: wrap;
  }
  .caption-about {
    width: 95%;
    right: 0;
    margin: auto;
    left: 0;
  }
  .sub-features {
    padding: 25px 15px;
  }
  .img-aboutus {
    position: relative;
    padding-bottom: 50px;
    padding-right: 0;
    width: 100%;
    margin: auto;
  }
  .text-counter-number * {
    font-size: 33px;
  }
  .text-custemer {
    width: 100%;
    text-align: center;
  }
  .text-sub-features h2 {
    color: var(--color-Primary1);
    font-size: 17px;
    margin-bottom: 1px;
  }
  .title-start h2,
  .title-center h2 {
    gap: 10px;
    font-size: 19px;
    font-family: "font_bold";
  }
  .img-sub-custemer {
    height: 280px;
    position: relative;
    width: 89%;
  }
  .form-contact {
    background-color: var(--color-Primary4);
    padding: 20px;
  }
  .img-hero {
    width: 81%;
    height: 230px;
    margin: auto;
  }
  h1 {
    font-size: 18px;
    font-family: "font_bold";
  }
  .hero .owl-dots .owl-dot button {
    font-size: 16px;
  }
  .pg-section {
    padding: 40px 0;
  }
  .mr-section {
    margin: 40px 0;
  }
  .text-features > p {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
  }
  .links-packages-page ul {
    width: 300px;
  }
  .info-contactus > h2 {
    font-size: 21px;
    padding: 20px;
  }
  .top-bar {
    padding: 15px 0;
  }
  .sco-media h4 {
    display: none;
  }
  .sco-media ul li a {
    background-color: #1f506496;
    width: 40px;
    display: flex;
    border-radius: 50%;
    position: relative;
    border: 2px solid transparent;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
    height: 40px;
    color: var(--color-white);
  }
  .end-page {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
}

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