@media (max-width: 768px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  .container {
    flex-direction: column;
    overflow-x: hidden;
  }

}

@media(min-width:1025px) and (max-width: 1200px){
  
   #Parent3 {
    padding-top: 2%;
   }
}

@media (min-width: 1025px) and (max-width: 1200px){

  #Wrap-box {
    width: 80%;
    margin-left: 8%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) and (max-width: 1200px){

  .Parent9 {
    margin-left: 5%;
  }
}

@media (min-width: 1025px) and (max-width: 1200px){

  #BGcolor2 {
    margin-left: 5%;
  }
}

/* =========================
MOBILE
========================= */

@media(min-width:800px) and (max-width: 1023px){

  #Parent1{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  #Parent1 div{
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  select{
    padding: 3px;
    border-radius: 4px;
  }
  #Parent2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px;
  }
  #Heading1{
    flex-direction:column;
    align-items:center;
    margin-top: 46px;
    margin-left: -2%;
  }
  #Heading2{
    flex-direction:row;
    align-items:center;
    gap:15px;
    margin-top: -16px;
    margin-left: 50px;
  }

  #Wrapper2 {
    margin-top: 15%;
    object-fit: contain;
  }
  #Wrap-box {
    width: 96%;
    margin-left: 4%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    flex-wrap: wrap;
}
}


@media(max-width:768px){

  #Parent1{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  #Parent1 div{
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
   }

  select{
    padding: 3px;
    border-radius: 4px;
    position: relative;
    z-index: 999;
  }
  
  #Heading2 {
    display: flex;
    flex-direction: row;
    margin-top: -16px;
    margin-left: 10%;
  }
  
}

@media (max-width: 768px){

  

   #logo,
   #logo2,
   #logo3{
  white-space: nowrap;
 }

}

@media (max-width: 768px){

  #Parent2{
    width: 90%;
    margin-left: 20px;
    display: flex;
    flex-direction: column; 
    align-items: center;
}
 
}

@media(max-width:768px){

  #Heading1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
    margin-left: 2%;
  }


}

@media (max-width: 480px){

  #Wrapper2 {
    margin-top: 1%;
    height: 20vh;
    padding: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    }
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
  #Wrapper2{
    margin-top: 80px;
    object-fit: contain;
  }
  #Parent3{
  padding-top: 7%;
  margin-left: 5%;
  text-align: left;
  color: white;
}

}

@media (max-width: 768px){

  #guide{
  color: white;
  font-size: 40px;
  font-weight: bolder;
}
#guide2{
  margin-top: 2%;
  color: white;
  font-size: 20px;
  font-weight: bolder;
}
#guide3{
    width: 48%;
    max-width:700px;
    line-height:1.8;
}

}

@media (max-width: 768px){

  #Wrap-box{
    width: 90%;
    padding-right: 2%;
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
    justify-content:center;
    align-items: center;
    gap:20px;
}

}

@media (max-width: 768px){

  .Parent6{
    margin-top: 5%;
  }

}

@media (max-width: 768px){

  #services2{
    margin-left: 60px;
  }
  .services2{
    margin-left: 40px;
  }
}

@media (max-width: 768px){

  .wrap9{
     width: 90%;
     margin: 8% auto 0;
}

}

@media (max-width: 768px){

  .wrap10{
     width: 90%;
     margin: 8% auto 0;
}

}

@media (max-width: 768px){

  #p{
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 15px;
  font-size: 13px;
  font-weight: bold;
  background-color: goldenrod;
  color: white;
  border-radius: 20px;
}

}

@media (max-width: 768px){

  #Team{
  width: 100%;
  max-width: 350px;
  margin-left: -15%;
}

.Parent9{
  width: 120%;
  box-sizing: border-box;
  margin: 1%;
  margin-left: 8%;
  padding: 1%;
  text-align: left;
  border: 1px solid goldenrod;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: lightgoldenrodyellow;
}

}

@media (max-width: 768px){
  .Heading6{
    margin-left: -40%;
  }
}

@media (max-width: 768px){

  #BGcolor2{
  width: 120%;
  box-sizing: border-box;
  margin: 1%;
  margin-top: 10px;
  margin-left: 8%;
  margin-bottom: 50px;
  padding: 5%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #6D1B1B;
  color: white;
}
.logo8{
  margin-top: -6%;
  margin-left: 3%;
  line-height: 1.8;
}
}

@media(max-width:768px){

    #Wrapper7{
        flex-direction:column;
        align-items:flex-start;
    }

    .Parent2,
    #GParent2{
        width:100%;
    }

    #divider2{
        display:none;
    }

}

@media (min-width:1200px) and (max-width: 1201px){

    #Wrapper7{
        flex-wrap: wrap;
        gap: 20px;
    }

    #QRSection{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    #your-text{
      text-align: center;
    }
     
    #link{
      margin-left: 80px;
    }
}         

@media(max-width:768px){


  .size9{
    position:static;
    display:flex;
    justify-content:center;
    align-items:center;
  }

}

@media (max-width: 767px){
   
   .footer-logo{
    width:100%;
    max-width:300px;
    height:auto;
    margin-bottom: -60px;
    margin-left: 2%;
    }

   #your-text{
    width: 95%;
    margin-left: 8%;
    line-height: 1.8;
    text-align: center;
   }
  #Heading4{
     margin-left: 40%;
  }
  #footer{
    text-align: left;
    margin-left: 40%;
  }
  .Heading2{
    margin-left: 30%;
    text-align: left;
  }
  .size50{
    margin-left: 8%;
  }
  .size51{
    margin-left: 18%;
  }
  .box2{
    margin-left: 30%;
  }
  .logo{
    margin-left: 0.5%;
    margin-bottom: 6%;
  }
  .logo2{
    margin-top: 4%;
  }
  .logo6{
    margin-top: 4%;
  }
  .size8{
    margin-left: 42%;
  }
  .box3{
    margin-left: 26%;
  }
  .logo4{
    margin-left: -25%;
  }
  
}

@media(max-width:768px){

  #Wrapper8{
    flex-direction: column;
  }

  #GParent4{
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}

/* Tablets */
@media (min-width: 1024px) and (max-width: 1199px){

    #Wrap-box{
        flex-wrap: wrap;
        gap: 20px;
    }

    #Parent6,
    #Parent7,
    #Parent8{
        width: 40%;
    }

    #Team{
        width: 40%;
    }
}

/* Small Phones */
@media (max-width: 767px){
    
    body {
    font-size: 16px;
    overflow-x: hidden;
   }

   .container {
    flex-direction: column;
    overflow-x: hidden;
   }

    #Parent1 {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
   }

   #Parent2{
    width: 80%;
    margin-left: 60px;
    display: flex;
    flex-direction: column; 
    align-items: center;
  }
   #box{
     margin-left: -200px;
   }
   #size20{
    margin-left: -8px;
   }
   #logo2{
    margin-left: 2px;
   }
   #size3 {
    margin-right: -2%;
   }
   #logo3{
    margin-left: -5px;
   }
   #size5{
    margin-left: 8px;
   }
   #size6{
    margin-left: -6px;
   }
   #logo4 {
    margin-left: -0px;
   }
   #Heading1 {
    margin-left: -25%;
  }
  #Heading2{
    flex-direction:column;
    align-items:center;
    gap:15px;
    margin-top: 15px;
    margin-left: 5px;
  }
  
    #Wrapper2 {
    margin-top: 15%;
    height: 20vh;
    padding: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    }
    #Parent3 {
      margin-top: -15px;
      margin-left: 2%;
  }
    #logo3{
        width: auto;
    }

    #guide{
        font-size: 30px;
    }
    #guide2{
        font-size: 18px;
    }
    #guide3 {
    width: 100%;
    font-size: 14px;
    margin-top: -12px;
  }
  #p {
    padding: 6px 15px;
    font-size: 13px;
  }
    
    #Parent6,
    #Parent7,
    #Parent8,
    #Team{
        width: 95%;
    }
    
    .Parent6 {
    margin-top: 5%;
    margin-left: 3px;
    }
    .Parent7 {
    margin-top: 5%;
    margin-left: 3px;
    }
    .Parent8 {
    margin-top: 5%;
    margin-left: 3px;
    }
    #size9 img{
        width: 170px;
        height: auto;
    }
    .Parent9 {
    width: 95%;
    margin-left: 30px;
   }
   #BGcolor2 {
    width: 95%;
    margin-left: 30px;
   }
}