/* mobil */
@media (max-width: 540px) {
  html {
    scroll-behavior: smooth;
  }
  html,
  body {
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
  }
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
  }
  .main-inner {
    background: url("../img/") no-repeat 100% 70% / cover !important;
    height: 5.9rem;
    color: #fff;
    border-bottom: 2px solid #ef6d6d;
  }
  .navbar ul {
    display: flex;
    flex-wrap: wrap;
  }
  .navbar a {
    padding: 5px 10px;
  }

  .main-footer {
    /* margin-top: auto; */
    width: 100%;
    height: 150x;
    margin-top: auto !important;
  }
  .navbar .navcont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navbar nav a {
    font-size: 0.6rem;
  }

  .navbar h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .main-header {
    height: 70vb !important;
   
  }
  .main-header .content {
    height: 80%;
  }
  .main-header .content a {
    padding: 3px 7px;
  }

  p,
  a {
    font-size: 0.9rem;
  }
  .content h1 {
    font-size: x-large !important;
  }
  .icons .flex-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #contact-a .form-fields {
    display: grid;
    grid-template-areas:
      "name"
      "email"
      "subject"
      "phone"
      "message"
      "button " !important;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .name {
    grid-area: name;
  }
  .email {
    grid-area: email;
  }
  .subject {
    grid-area: subject;
  }
  .phone {
    grid-area: phone;
  }
  .message {
    height: 180px;
    grid-area: message;
  }
  .btn-dark {
    grid-area: button;
  }
  .input {
    padding: 0.5rem 1rem;
  }
  .flex-f {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .main-footer {
    /* /* position: absolute;  */
    width: 100%;

    height: 130px;

    background-color: #333;

    color: #fff;
  }
  .div {
    height: auto;
    width: auto;
  }
  .aboutus .flex-items {
    flex-wrap: wrap;
  }

  .aboutus i {
    padding: 10px;
    font-size: medium;
  }
  .aboutus .text {
    margin-bottom: 5%;
  }
  /* about */
  .about {
    height: auto !important;
  }
  .about .column-1 {
    display: none !important;
  }
  /* why-us */
  .why-us {
    height: auto !important;
  }

  .row {
    flex-direction: column !important;
  }
  /* labecandy */
  .labelCandy {
    margin: 0 !important;
    height: auto !important;

  }

  /* contact */
  .contact {
    height: auto !important;
    margin-top: 20px !important;
  }

  /* mobile-menu */

  .header-menu {
    height: 100vh !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .header-menu .navbar-menu {
    margin: 0 !important;
    width: 100%;
  }
  .header-menu .content-menu-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #111;
  }

  .header-menu .content-menu-logo img {
    height: 400px !important;
    width: 400px !important;
    object-fit: cover !important;
  }

  .header-menu .content-menu-logo img {
    height: 300px !important;
    width: 300px !important;
    object-fit: cover !important;
  }

  .navbar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: aquamarine;

    height: 10rem;
  }

  .navbar-menu a {
    font-family: "Satisfy", cursive;
    font-size: 10px !important;
    height: 100%;
    width: 100%;
    color: #111;
    padding: 5px 10px;
    margin: 0 0.5px;
    transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  }
  .navbar-menu .link a:hover {
    background-color: rgb(255, 255, 255) !important;
    border-radius: 15px !important;
    color: rgb(0, 255, 170) !important;
  }

  .header-menu .active {
    background-color: rgb(255, 255, 255) !important;
    border-radius: 15px !important;
    color: rgb(0, 255, 170) !important;
  }
  .hot-item p {
    font-family: "Satisfy", cursive;
    padding: 0 5%;
  }

  .navbar-menu h1 {
    text-align: center;
    display: block;
    /* margin-bottom: 15px; */
    margin-top: 20px;
    color: #fff;
  }
  .header-menu .navcont-menu {
    margin: 0 !important;
  }

  .navbar-menu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .navbar-menu {
    height: auto;
    width: 100% !important;
  }
  .content-hot-list .hot-item h1 {
    font-size: 17px;
  }
}
