
  /* SMALL DEVICES */

@media screen and (max-width:770px) {


/*  ENTRY INFO STYLE STATRS HERE CEILING WITH A DROP DOWN */

    .entryInfoContainer{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1rem;
    }

    .entryInfo img {
      width: 300px;
    }

    /* CARDS STYLES STATS HERE */

    .cards{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 1rem;
      padding: 22px;
  }

  .reviewContainer{
    position: relative;
    border-radius: 5px;
    width: 80%;
    max-width: 600px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 53px;
    margin-top: 55px;
    color: orange;
    padding: 22px;

}

  /* WHY CHOOSE US STARTS HERE */

    .whyChooseUs{
              
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 1rem;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

  
  
            /* SERVICES  1 GRID STARTS HERE */

            .servicesContainer1{
              display: grid;
              grid-template-columns: repeat(1, 1fr);
          }


          .servicesContainer1 img{
            width: 250px;
            margin-top:13px;
        }

            /* SERVICES  2 GRID STARTS HERE */

            .servicesContainer2{
              display: grid;
              grid-template-columns: repeat(1, 1fr);
          }


          .servicesContainer2 img{
            width: 250px;
            margin-top:13px;
        }

        /* IMAGES SLIDES STARTS HERE */
        .imageSlidesWrapper{
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 1rem;
          margin: 30px 0px;
      }

      .slider{
        position: relative;
         width: 300px;
         height: 150px;
         overflow: hidden;
         margin: 20px auto;
         border: 1px solid rgb(189, 180, 180);
       
    
        }

        .slides{
            display: flex;
            width: calc(300px * 4);
            transition: transform 0.5s ease-in-out;
            
        }

        .slides img {
            width: 300px;
            height: 150px;
            object-fit: cover;
        }


        /* VIDEO STYLES STARTS HERE */

        .videoAd {
          display: flex;
          flex-direction: column;
          justify-content: center;
          text-align: center;
          align-items: center;
          background-color: rgb(240, 243, 217);
          padding: 22px;
          gap: 1rem;
      }


      /* LIST OF SERVICES MEDIA QUERY STARTS HERE */

      .listOfServices{
        position: relative;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        text-align: center;
        justify-content: center;
        align-items: center;
        
    }


    /* WHAT WE STAND FOR STYLES STARTS HERE */

    .whatWeStandFor{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 1rem;
      padding: 22px;
      margin-top: 22px;
      
  }


    /* FAQQS STYLES STARTS HERE */

    .faqsContainer h3{
      
      font-size: 1.5rem;
      text-shadow: 0px 3px 6px var(--SHADOW-COLOR);
      text-wrap: wrap;
  }



  /* VICTORIES STYLES STARTS HERE */

  .victories{
    padding: var(--PADDING-SIDE);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    
}


  /* TERMS AND CONDITIONS STARTS HERE */





  /* VIDEO STYLES STARTS HERE */

        video {
          width: 300px;
          margin: auto 10px;
        }
  
}


    /* MEDIUM DEVICES */
 
    @media screen and (min-width:770px) { 

  .hamburger-menu{
    display: none;
  } 

  .mobileH1{
    display: none;
  }

   
   #mobileMenu{
    display: none;
} 

 } 









