@media (max-width: 1280px) {
  html {
    font-size: 70%;
  }
 
  .bottom_line {
    top: 38px;
  }
  .menu-icon .bar,
  .menu-icon::after,
  .menu-icon::before {
    display: block;
  }
  ul.navlist {
    position: absolute;
    top: -1000px;
    display: block;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    left: 0;
    border-top: 2px solid rgba(4, 4, 4, 0.7);
    background-color: rgb(0, 0, 0);
  }
  ul.navlist a {
    font-size: 1.2rem;
    margin: 1rem 0;
    color: white;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    justify-content: center;
    text-align: center;
    background-color: rgb(0, 0, 0);
  }
  .navlist.active {
    top: 100%;
  }
  header,
  section {
    padding-left: 5%;
    padding-right: 5%;
  }
  .features {
    flex-direction: column;
  }
}
.heading {
  padding-top: 20px;
}
.footer_logo {
  left: 10px;
}
.left,
.right {
  padding-left: 10px;
  padding-right: 20px;
}
.features {
  flex-direction: column;
}
/* Responsive Design */
@media (max-width: 786px) {

  .heading {
    font-size: 20px;
   
  }
  .right-header a {
    /* display: none; */
  }
  .log {
    display: flex;
    align-items: center;
  }
  .slider-container img {
    height: 50vh;
    overflow: hidden;
  }
  .heading {
    font-size: 20px;
  }
  .choose {
    flex-direction: column;
  }
  .card {
    flex-direction: column;
    height: auto;
  }
  .img-showcase img {
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    min-width: 100%;
    height: 300px;
  }
}
