 
/* responsive ================================================= */
/* 1536px ---------------------------------------------- */
@media (max-width: 1536px) {
    .header-section .left .links ul li a{
        font-size: 18px;
        padding: 10px 13px;
   }
}
/* 1536px ---------------------------------------------- */

/* 1280px ---------------------------------------------- */
@media (max-width: 1280px) {
    .header-section .left .links ul li a{
        padding: 10px 11px;
   }
    .slider-section .left .text {
        padding-top: 3em;
   }
   .slider-section .left .text h3{
    line-height: 34px;
    font-size: 24px;
   }


   .features-section .item .content{
    padding: 0 10px;
   }
   .features-section .item{
    margin-bottom: 3em;
   }
   .about-section .images .item .title{
    padding: 14px;
   }
   .about-section .images .item .title h3{
    font-size: 24px;
   }
   .packages-section .item {
    width: 40%;
  }
   
}
/* 1280px ---------------------------------------------- */

/* 1024px ---------------------------------------------- */
@media (max-width: 1024px) {
    .slider-section .left .text{
        padding-bottom: 2em;
        text-align: center;
       }
       .slider-section .left .text ul{
        justify-content: center;
       }
    .header-section .left .links .navbar{
        transition: 0.3s;
        position: fixed;
        right: -1000px;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: white;
        z-index: 99;
        box-shadow: 0 4px 15px 0 #d1d1d13d;
   }
    .header-section .left .links .overlay {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0%;
   }
    .header-section .left .links .overlay.ac {
        display: block;
   }
    .header-section .left .links .navbar.is-active{
        right: 0;
        transition: 0.3s;
   }
    .header .lower .navbar-sec ul{
        display: block;
        width: 100%;
   }
    .header .lower .navbar-sec ul li a {
        font-size: 16px;
        padding: 16px 9px;
        border-bottom: 1px solid #f2f2f2;
   }
    .header .lower .navbar-sec{
        justify-content: end;
   }
    .header .lower .navbar-sec .overlay {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0%;
   }
    .header .lower .navbar-sec .overlay.ac {
        display: block;
   }
    .toggle-btn{
        display: block;
   }
    .referaces-section .boxes .item .image{
        height: 84px;
   }
    .nutritional-boxes .item .text h3 {
        font-size: 21px;
   }
    .nutritional-boxes .item .text .content {
        padding-right: 1em;
   }
   .slider-section .left .text h3{
    font-size: 26px;
   }
   /* about ------------------- */
   .about-section{
    padding-top: 6em;
    padding-bottom: 6em;
   }
   .about-section .text .text-content{
    padding-right: 0;
    text-align: center;
   }
   .about-section .text .text-content h3{
    padding-bottom: 10px;
   }
   .about-section .text {
    padding-bottom: 4em;
    }
    .about-section .container  > .grid{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .about-section .images .item .title {
        padding: 16px 30px;
    }
    .howitwork-section .item .text h3{
        font-size: 24px;
    }

   /* about ------------------- */
   .packages-section .item {
    width: 50%;
  }
  .contact-section .image a{
    padding-right: 0;
  }
  .contact-section .image {
    padding-top: 4em;
  }
  .slider-section{
    padding-top: 10em;
    padding-bottom: 2em;
  }
  .features-section{
    padding-bottom: 5em;
  }
  .header-section .left .links ul{
    display: block;
    padding: 20px 10px;
  }
  .header-section .left .links ul li a{
    display: block;
  }
  .header-section .left .links ul li {
    
    border-bottom: 1px solid #ededed;
  }
}
/* 1024px ---------------------------------------------- */

/* 768px ---------------------------------------------- */
@media (max-width: 768px) {
    .howitwork-section .main-title {
        padding-bottom: 2em;
    }
    .howitwork-section .item .number-item{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .howitwork-section .number-item::after { 
        width: 100%;
        height: 2px;
    }
    .howitwork-section .item .text {
        text-align: center;
    }
    .howitwork-section .boxes .item:nth-child(2n) .text{
        text-align: center;
    }
    .howitwork-section .item .left{
        padding-bottom: 0;
    }
    .howitwork-section .item .text h3{
        padding-bottom: 9px;
    }
    .howitwork-section .grid{
        padding-bottom: 4em;
    }
    .howitwork-section{
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .main-title h3 {
        font-size: 29px;
    }
    .packages-section .item {
        width: 100%;
    }
    .about-section {
        padding-top: 5em;
    }
    .contact-section{
        padding-bottom: 3em;
    }
    .about-section .text .text-content h3{
        font-size: 28px;
    }
    .header-section .right .contact a{
        padding: 6px 9px;
    }
    .toggle-btn{
        margin-right: 10px;
    }
    .slider-section{
        background-size: 15em;
    }
    .about-section{
        background-size: 15em;
    }
    .projects-section{
        background-size: 15em;
    }
    .packages-section{
        background-size: 15em;
    }
    .contact-section{
        background-size: 15em;
    }
}
/* 768px ---------------------------------------------- */

/* 640px ---------------------------------------------- */
@media (max-width: 640px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
   }
   .slider-section .left .text h3 {
    font-size: 22px;
    line-height: initial;
  }
  .slider-section .left .text{
    padding-top: 0;
  }
  .about-section .images .item .title h3 {
    font-size: 22px;
  }
  .about-section .images .item .title {
    padding: 7px 19px;
  } 
  .main-title h3 {
    font-size: 28px;
  }
  .contact-section .form .item .btn{
    margin-top: 20px;
  }
  .header-section .right .contact a{
    font-size: 15px;
    padding: 5px 7px;
  }
  .toggle-btn{
    margin-right: 10px;
  }
  .footer-section .logo img {
    width: 127px;
  }
}
/* 640px ---------------------------------------------- */

/* responsive ================================================= */
