/* ______________________________________________ 2. Laptop ______________________________________________ */
@media (min-width: 1024px) {
  .menu-toggle{
    display: none;
  }

  .ovelay{
    display: none;
  }

}





















/* ______________________________________________ 3. Tablet ______________________________________________ */

@media (min-width: 768px) and (max-width: 1023px) {

  .contact-us{
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
  }

  .menu{
    all: revert;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
    margin-top: 20px;
    background-color: rgba(99, 3, 3, 0.5);
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;

    margin-bottom: 100px;
  }

  .menu nav ul li{
    all: revert;
  }

  .menu nav button{
    color: black;
  }


  /* __ */
  .menu-toggle{
    display: none;
  }

  .list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 5px;

    /* position: fixed;
    right: 100px; */
    z-index: 1000;
    cursor: pointer;

    height: 21px;
    width: 31px;
  }

  .list span{
    width: 100%;
    height: 3px;
    background-color: rgb(255, 255, 255);
    display: block;
    transition: all 0.3s ease;
  }


  .nav{
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    max-width: 300px;
    background-color: #fff;
    height: 100vh;
    transition: all 0.3s ease;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);

    z-index: 999;
    padding: 80px 20px 20px;
    -webkit-overflow-scrolling: touch;

  }

  nav ul li a{
    color: black;
    text-decoration: none;
    font-size: 18px;
    padding: 12px;
    display: block;
    border-bottom: 1px solid #eee ;
    margin-bottom: 15px;
  }

  .nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
  }

  .menu-toggle:checked ~ .nav{
    right: 0;
  }

  .menu-toggle:checked + .list span:nth-child(1){
    transform: translateY(9px) rotate(45deg);
  }

  .menu-toggle:checked + .list span:nth-child(2){
    opacity: 0;
  }

  .menu-toggle:checked + .list span:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
  }

  .menu-toggle:checked + .list .line{
    background-color: black;
  }

  
  .titel{
    padding-left: 30px;
    padding-right: 30px;
  }



/* Who We Are */
.cards{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.line-para{
  
  background-color: rgb(5, 79, 28);
  margin: 0 auto;
  margin-top: 20px;

}

/* Our Services */
.our-services{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;

}

.para-our-serv p{
    margin-bottom: 20px;
}

.wwa{
  text-align: center;
}

.linetwo{
    background-color: green;
    width: 80px;
    height: 3px;
    margin: 0 auto;
}
} 

  



/* ______________________________________________4. Phone * ______________________________________________*/

@media (max-width: 767px){

  /* Header */
  .contact-us{
    all: revert;
    
  }

  .contact{
    background-color: green;
    padding: 10px;
    padding-left: 18px;

    
  }

  .social-media{
    display: flex;
    flex-direction: row;
    background-color: rgb(113, 8, 8);
    padding: 8px;

    padding-left: 18px;

    }

    .social-media i{
      border-right: 1px solid white;
      padding-right: 8px;
      font-size: 20px;
    }

  .menu{
    all: revert;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
    margin-top: 20px;
    background-color: rgba(99, 3, 3, 0.5);
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu nav ul li{
    all: revert;
  }

  .menu nav button{
    color: black;
  }


  /* __ */
  .menu-toggle{
    display: none;
  }

  .list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 5px;

    /* position: fixed;
    right: 100px; */
    z-index: 1000;
    cursor: pointer;

    height: 21px;
    width: 31px;
  }

  .list span{
    /* width: 100%; */
    height: 3px;
    background-color: rgb(255, 255, 255);
    display: block;
    transition: all 0.3s ease;
  }


  .nav{
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    max-width: 300px;
    background-color: #fff;
    height: 100vh;
    transition: all 0.3s ease;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);

    z-index: 999;
    padding: 80px 20px 20px;
    -webkit-overflow-scrolling: touch;

  }

  nav ul li a{
    color: black;
    text-decoration: none;
    font-size: 18px;
    padding: 12px;
    display: block;
    border-bottom: 1px solid #eee ;
    margin-bottom: 15px;
  }

  .nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
  }

  .menu-toggle:checked ~ .nav{
    right: 0;
  }

  .menu-toggle:checked + .list span:nth-child(1){
    transform: translateY(9px) rotate(45deg);
  }

  .menu-toggle:checked + .list span:nth-child(2){
    opacity: 0;
  }

  .menu-toggle:checked + .list span:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
  }

  .menu-toggle:checked + .list .line{
    background-color: black;
  }

  
  .titel{
    position: static;
    transform: none;
    width: 100%;
    margin-top: 450px;
    margin-bottom: 100px;
    color: black;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }


.titel .bt2 > a{
  color: black;
}

  .back{
    display: none;
  }


/* Who We Are */
.wwa{
  text-align: center;
}

.line-para{
 
  background-color: rgb(5, 79, 28);
  margin: 0 auto;
  margin-top: 20px;

}

.cards{
  display: grid;
  grid-template-columns: 1fr;
}

/* Our Services */
.our-services{
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
}

.para-our-serv p{
    margin-bottom: 20px;
}

.linetwo{
    background-color: green;
    width: 80px;
    height: 3px;
    margin: 0 auto;
}

/* Footer */

.main-footer{
  position: relative;
}

.img-footer{
  margin-bottom: 30px;
}

.main-footer button{
  background-color: green;
  border: none;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bolder;
  margin-top: 20px;
}

.main-footer button a{
  color: white;
  text-decoration: none;
}

.footer-info{
  position:static;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  margin-left: 100px;
  margin-right: 100px;
}

h6{
  position: absolute;
  top:20%;
  bottom: 30%;
  left: 25%;
  right: 25%;
  color: white;
  font-size:larger;
  font-size: 30px;
  text-align: center;
  
}

.back-footer{
  background-color: rgb(56, 54, 201);
  opacity: O.5;
}

}