@media (max-width: 1300px) {
  html {
    font-size: 40px;
  }

  .enquery {
    width: 30%;
  }
  #enqueryform {
    width: 100%;
  }

  #coursepart {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .containercourse {
    width: 100%;
    padding: 0px 10px;
  }

  #coursepart {
    width: 100%;
    height: 100%;
  }

  .containercourse {
    width: 100%;
    height: 100%;
    gap: 40px;
  }

  .mern {
    width: 350px;
    height: 400px;
  }

  .digital {
    width: 350px;
    height: 400px;
  }

  .backend {
    width: 350px;
    height: 400px;
  }

  /* choose */
  #choose {
    width: 100%;
    height: 100%;
  }

  .whychoose {
    width: 100%;
    height: 100px;
    background: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .whychoose h2 {
    text-transform: capitalize;

    font-size: 0.5rem;
  }

  .whychoose p {
    text-transform: capitalize;
    font-size: 0.3rem;
    font-weight: bold;
  }
  .whycon {
    width: 100%;
    height: calc(100% - 130px);

    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .top {
    width: 100%;
    height: auto;
    gap: 10px;
  }
  .bottom {
    width: 100%;
    height: auto;
    gap: 10px;
  }

  .a {
    width: 350px;
    height: 200px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .b {
    width: 350px;
    height: 200px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .c {
    width: 350px;
    height: 200px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .icondiv {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icondiv i {
    color: var(--redcolor);
    background: white;
    padding: 4px;
    border-radius: 5px;
    font-size: 0.5rem;
  }

  .msgdiv {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .msgdiv h3 {
    text-transform: capitalize;
    color: black;
    font-weight: bold;
    font-size: 0.4rem;
  }

  .msgdiv p {
    font-size: 0.3rem;
    text-align: center;
  }
}

@media (max-width: 1250px) {
  .headerdiv {
    width: 100%;
    height: 140px;
  }
  .enquery {
    width: 30%;
  }
  #enqueryform {
    width: 100%;
  }

  html {
    font-size: 40px;
  }

  #header {
    width: 100%;
    height: 80px;
    padding: 0px 30px;
  }

  nav {
    width: 100%;
    height: 60px;
    justify-content: center;
    gap: 20px;
  }
  .mission {
    justify-content: end;
  }
  .careers {
    justify-content: center;
  }
  .broucher {
    width: 200px;

    justify-content: start;
  }

  .mission h1 {
    text-transform: capitalize;
    font-weight: bold;
    color: var(--headercolor);
    font-size: 0.5rem;
  }

  .careers h2 {
    font-size: 0.4rem;
  }

  #download {
    padding: 12px 18px;
    background: var(--redcolor);
    text-decoration: none;
    color: var(--whitecolor);
    text-transform: capitalize;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    font-size: 0.4rem;
  }

  #firstsection {
    width: 100%;
    height: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .firsthd {
    width: 100%;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .firsthd h3 {
    color: var(--whitecolor);
    font-size: 1.3rem;
    text-transform: capitalize;
  }
  .firsthd h3 span {
    color: var(--redcolor);
    text-transform: uppercase;
    animation: 2s skill infinite;
    /* animation-delay: 1s;  */
    animation-fill-mode: forwards;
  }

  #coursepart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .containercourse {
    width: 100%;
    padding: 0px 10px;
  }
  .top {
    height: auto;
    gap: 20px;
  }
  .bottom {
    gap: 20px;
    height: 50%;

    margin-top: 20px;
  }

  #choose {
    width: 100%;
    height: auto;
  }

  #coursepart {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .containercourse {
    width: 100%;
    padding: 0px 10px;
  }

  #coursepart {
    width: 100%;
    height: 100%;
  }

  .containercourse {
    width: 100%;
    height: 100%;
    gap: 40px;
  }

  .mern {
    width: 350px;
    height: 400px;
  }

  .digital {
    width: 350px;
    height: 400px;
  }

  .backend {
    width: 350px;
    height: 400px;
  }

  /* choose */
  #choose {
    width: 100%;
    height: 100%;
  }

  .whychoose {
    width: 100%;
    height: 100px;
    background: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .whychoose h2 {
    text-transform: capitalize;

    font-size: 0.5rem;
  }

  .whychoose p {
    text-transform: capitalize;
    font-size: 0.3rem;
    font-weight: bold;
  }
  .whycon {
    width: 100%;
    height: calc(100% - 130px);

    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .top {
    width: 100%;
    height: auto;
    gap: 10px;
  }
  .bottom {
    width: 100%;
    height: auto;
    gap: 10px;
  }

  .a {
    width: 350px;
    height: 200px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .b {
    width: 350px;
    height: 200px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .c {
    width: 350px;
    height: 200px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .icondiv {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icondiv i {
    color: var(--redcolor);
    background: white;
    padding: 4px;
    border-radius: 5px;
    font-size: 0.5rem;
  }

  .msgdiv {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .msgdiv h3 {
    text-transform: capitalize;
    color: black;
    font-weight: bold;
    font-size: 0.4rem;
  }

  .msgdiv p {
    font-size: 0.3rem;
    text-align: center;
  }
}

/* 1010 */

@media (max-width: 1011px) {
  .headerdiv {
    width: 100%;
    height: 140px;
  }
  html {
    font-size: 35px;
  }
  .enquery {
    width: 30%;
  
  }
  #enqueryform {
    width: 100%;
   
  }

  #coursepart {
    width: 100%;
    height: auto;
  }

  .containercourse {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 20px 0px;
  }

  .mern {
    width: 400px;
    height: 400px;
  }
  .digital {
    width: 400px;
    height: 400px;
  }

  .backend {
    width: 400px;
    height: 400px;
  }
  /* why */
  .coursetext h2 {
    text-transform: capitalize;
    font-size: 0.5rem;
  }

  #choose {
    width: 100%;
    height: auto;
  }

  .whycon {
    width: 100%;
    height: auto;
  }
  .top {
    flex-wrap: wrap;
  }

  .bottom {
    flex-wrap: wrap;
  }
}

/* 868 */

@media (max-width: 868px) {
  html {
    font-size: 30px;
  }
  .enquery {
    width: 50%;
  }
  #enqueryform {
    width: 100%;
  
  }
  #closeform {
    top: 10px;
    right: 10px;
    font-size: 1rem;
  }
  .con {
    width: 100%;
    height: 90%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}

/* 793 */

@media (max-width: 794px) {
     /* Responsive */
  
  #header {
    flex-direction: row-reverse;
  }
  .headerdiv {
    width: 100%;
    height: auto;
  }
  .enquery {
    width: 50%;
  }
  #enqueryform {
    width: 100%;
  }
  #closeform {
    top: 10px;
    right: 10px;
    font-size: 1rem;
  }
  html {
    font-size: 30px;
  }
  .links {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--headercolor);
    left: -100%;
    top: 80px;
    transition: 1s ease-in-out;
  }
  .links a {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: 20px;
  }

  

  nav {
    width: 100%;
    height: 150px;
    background: linear-gradient(
      to right,
      var(--firstyellow),
      var(--yellowcolor)
    );
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .mission {
    width: 100%;
    height: auto;

    justify-content: center;
  }
  .mission h1 {
    text-transform: capitalize;
    font-weight: bold;
    color: var(--headercolor);
    font-size: 0.7rem;
  }

  .firsthd h3 {
    padding-top: 30px;
    font-size: 1rem;
  }

  .careers {
    width: 100%;
    height: auto;
  }
  .careers h2 {
    text-transform: capitalize;
    font-weight: bold;
    color: var(--headercolor);
    font-size: 0.5rem;
  }

  .broucher {
    width: 100%;
    height: auto;

    justify-content: center;
  }

  #download {
    padding: 10px 20px;
    background: var(--redcolor);
    text-decoration: none;
    color: var(--whitecolor);
    text-transform: capitalize;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    font-size: 0.5rem;
  }

  label {
    display: block;
    color: var(--whitecolor);
  }

  #team a {
    font-size: 0.5rem;
  }

  #demo a {
    font-size: 0.5rem;
  }

  #check:checked ~ .links {
    left: 0;
  }

  #firstsection {
    height: auto;
  }
}

@media (max-width: 600px) {
  #header {
    flex-direction: row-reverse;
    padding: 0px 20px;
  }
  .headerdiv {
    width: 100%;
    height: auto;
  }

  .enquery {
    width: 70%;
  }
  #enqueryform {
    width: 100%;
  }
  #closeform {
    top: 10px;
    right: 10px;
    font-size: 1rem;
  }
  #submit {
    background: var(--redcolor);
    color: var(--whitecolor);
    text-transform: capitalize;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
    border: none;
  }

  .touch h6 {
    font-size: 1.2rem;
    text-transform: capitalize;
    color: var(--whitecolor);
  }
  .formhd h6 {
    font-size: 1rem;
    color: var(--yellowcolor);
    text-transform: capitalize;
  }

  html {
    font-size: 17px;
  }
  .links {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--headercolor);
    left: -100%;
    top: 80px;
    transition: 1s ease-in-out;
  }
  .links a {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: 20px;
  }

  nav {
    width: 100%;
    height: 130px;
    background: linear-gradient(
      to right,
      var(--firstyellow),
      var(--yellowcolor)
    );
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .mission {
    width: 100%;
    height: auto;

    justify-content: center;
  }
  .mission h1 {
    text-transform: capitalize;
    font-weight: bold;
    color: var(--headercolor);
    font-size: 1.4rem;
  }

  .careers {
    width: 100%;
    height: auto;
  }
  .careers h2 {
    text-transform: capitalize;
    font-weight: bold;
    color: var(--headercolor);
    font-size: 1rem;
  }

  .broucher {
    width: 100%;
    height: auto;

    justify-content: center;
  }

  #download {
    padding: 10px 20px;
    background: var(--redcolor);
    text-decoration: none;
    color: var(--whitecolor);
    text-transform: capitalize;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    font-size: 0.8rem;
  }

  label {
    display: block;
    color: var(--whitecolor);
    font-size: 1.5rem;
  }

  #team a {
    font-size: 1rem;
    padding: 8px 10px;
  }

  #demo a {
    font-size: 1rem;
    padding: 8px 10px;
  }

  #check:checked ~ .links {
    left: 0;
  }
  .enquery {
    width: 90%;
  }

  .courseheading h1 {
    font-size: 1.4rem;
  }

  .mern {
    width: 90%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .courseimg {
    width: 80%;

    background-size: cover;
  }

  .coursetext {
    width: 90%;
    height: 40%;
    padding: 0px 10px;
  }

  .coursetext h2 {
    text-transform: capitalize;
    font-size: 1.1rem;
  }
  .btnss {
    display: flex;
    align-items: start;
  }

  .btnss button {
    font-size: 0.7rem;
  }

  .coursetext p {
    text-transform: capitalize;
    font-size: 0.7rem;
  }

  .digital {
    width: 90%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .courseimgdm {
    width: 100%;
  }

  .backend {
    width: 90%;
  }
  .courseimgdmpo {
    width: 100%;
    border-radius: 10px;
  }

  #choose {
    width: 100%;
    height: auto;
  }

  .whychoose {
    width: 100%;
  }

  .whychoose h2 {
    font-size: 1.2rem;
  }

  .whychoose p {
    font-size: 0.6rem;
  }

  .whycon {
    height: auto;
  }
  .top {
    width: 100%;
  }

  .a,
  .b,
  .c {
    width: 350px;
    padding: 0px 5px;
  }

  .icondiv i {
    color: var(--redcolor);
    background: white;
    padding: 4px;
    border-radius: 5px;
    font-size: 3rem;
  }

  .msgdiv h3 {
    font-size: 1.3rem;
  }

  .msgdiv p {
    font-size: 0.8rem;
  }

  footer {
    width: 100%;
    height: auto;
  }

  .footerhd {
    width: 100%;
    height: 50px;
  }
  .footercon {
    width: 90%;
    height: 90%;
  }

  .footerhd h1 {
    text-transform: capitalize;
    font-size: 1.5rem;
    color: var(--whitecolor);
  }

  .contact h6 {
    text-transform: capitalize;
    font-size: 1rem;
  }
  #nm {
    font-size: 0.9rem;
  }

  #em {
    text-transform: lowercase;
    font-size: 0.8rem;
  }
  .lst {
    width: 100%;
    height: 90px;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lstmsg {
    width: 100%;
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lstmsg h2 {
    text-transform: capitalize;
    font-size: 1.3rem;
    color: var(--whitecolor);
  }
  .lstmsg img {
    width: 7%;
  }

  .logo img{
    width: 60%;
  }


#ourprojects {
  width: 100%;
  height: 30vh;
  /* background: red; */
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.projectss {
  width: 90%;

  height: 90%;
}

.pheading {
  width: 100%;
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;

}

.pheading h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--redcolor);
  font-weight: bold;
  text-shadow: 0px 3px 8px var(--headercolor);
}

.probtn {
  width: 100%;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

#ourbtn {
  width: 60%;
  height: 28%;
  text-transform: capitalize;
  /* background: var(--redcolor); */
  border: none;
  color: var(--whitecolor);
  font-weight: bold;
 
  border-radius: 10px;
  transition: 0.4s;
}
#ourbtn button{
    width: 100%;
  height: 100%;
  text-transform: uppercase;
  background: var(--redcolor);
  border: none;
  color: var(--whitecolor);
  font-weight: bold;
  font-size: 1rem;
  border-radius: 10px;
  transition: 0.4s;
 
}

#ourbtn button:hover {
  opacity: 0.7;
  cursor: pointer;
  background: transparent;
  border: 2px dotted var(--headercolor);
  color: var(--redcolor);
}


}

/* 400 */

@media (max-width: 400px) {
  #header {
    flex-direction: row-reverse;
    padding: 0px 20px;
  }
  .headerdiv {
    width: 100%;
    height: auto;
  }
  .enquery {
    width: 90%;
  }

  #submit {
    background: var(--redcolor);
    color: var(--whitecolor);
    text-transform: capitalize;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
    border: none;
  }

  .touch h6 {
    font-size: 1.2rem;
    text-transform: capitalize;
    color: var(--whitecolor);
  }
  .formhd h6 {
    font-size: 1rem;
    color: var(--yellowcolor);
    text-transform: capitalize;
  }

  html {
    font-size: 15px;
  }
  .links {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: black;
   
    left: -100%;
    top: 80px;
    transition: 1s ease-in-out;
  }
  .links a {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: 20px;
  }

  nav {
    width: 100%;
    height: 120px;
    background: linear-gradient(
      to right,
      var(--firstyellow),
      var(--yellowcolor)
    );
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .mission {
    width: 100%;
    height: auto;

    justify-content: center;
  }
  .mission h1 {
    text-transform: capitalize;
    font-weight: bold;
    color: var(--headercolor);
    font-size: 1.2rem;
  }

  .careers {
    width: 100%;
    height: auto;
  }
  .careers h2 {
    text-transform: capitalize;
    font-weight: bold;
    color: var(--headercolor);
    font-size: 0.9rem;
  }

  .broucher {
    width: 100%;
    height: auto;

    justify-content: center;
  }

  #download {
    padding: 10px 20px;
    background: var(--redcolor);
    text-decoration: none;
    color: var(--whitecolor);
    text-transform: capitalize;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .firsthd h3 {
    font-size: 1.2rem;
  }
  .kickstart {
    padding: 0px 10px;
  }
  .kickstart h4 {
    font-size: 0.8rem;
  }
  label {
    display: block;
    color: var(--whitecolor);
    font-size: 1.5rem;
  }

  #team a {
    font-size: 1rem;
  }

  #demo a {
    font-size: 1rem;
  }

  #check:checked ~ .links {
    left: 0;
  }

  #team {
    font-size: 0.4rem;
    padding: 8px 10px;
  }

  #demo {
    font-size: 0.4rem;
    padding: 8px 10px;
  }

  .courseheading h1 {
    font-size: 1.4rem;
  }

  .mern {
    width: 90%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .courseimg {
    width: 80%;

    background-size: cover;
  }

  .coursetext {
    width: 90%;
    height: 40%;
    padding: 0px 10px;
  }

  .coursetext h2 {
    text-transform: capitalize;
    font-size: 1.1rem;
  }
  .btnss {
    display: flex;
    align-items: start;
  }

  .btnss button {
    font-size: 0.7rem;
  }

  .coursetext p {
    text-transform: capitalize;
    font-size: 0.7rem;
  }

  .digital {
    width: 90%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .courseimgdm {
    width: 100%;
  }

  .backend {
    width: 90%;
  }
  .courseimgdmpo {
    width: 100%;
    border-radius: 10px;
  }

  #choose {
    width: 100%;
    height: auto;
  }

  .whychoose {
    width: 100%;
  }

  .whychoose h2 {
    font-size: 1.2rem;
  }

  .whychoose p {
    font-size: 0.6rem;
  }

  .whycon {
    height: auto;
  }
  .top {
    width: 100%;
  }

  .a,
  .b,
  .c {
    width: 350px;
    padding: 0px 5px;
  }

  .icondiv i {
    color: var(--redcolor);
    background: white;
    padding: 4px;
    border-radius: 5px;
    font-size: 3rem;
  }

  .msgdiv h3 {
    font-size: 1.3rem;
  }

  .msgdiv p {
    font-size: 0.8rem;
  }

  footer {
    width: 100%;
    height: auto;
  }

  .footerhd {
    width: 100%;
    height: 50px;
  }
  .footercon {
    width: 90%;
    height: 90%;
  }

  .footerhd h1 {
    text-transform: capitalize;
    font-size: 1.5rem;
    color: var(--whitecolor);
  }

  .contact h6 {
    text-transform: capitalize;
    font-size: 1rem;
  }
  #nm {
    font-size: 0.9rem;
  }

  #em {
    text-transform: lowercase;
    font-size: 0.8rem;
  }
  .lst {
    width: 100%;
    height: 90px;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lstmsg {
    width: 100%;
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lstmsg h2 {
    text-transform: capitalize;
    font-size: 1.3rem;
    color: var(--whitecolor);
  }
  .lstmsg img {
    width: 7%;
  }

    .logo img{
    width: 60%;
  }


  
#ourprojects {
  width: 100%;
  height: 30vh;
  /* background: red; */
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.projectss {
  width: 90%;

  height: 90%;
}

.pheading {
  width: 100%;
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;

}

.pheading h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--redcolor);
  font-weight: bold;
  text-shadow: 0px 3px 8px var(--headercolor);
}

.probtn {
  width: 100%;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

#ourbtn {
  width: 60%;
  height: 28%;
  text-transform: capitalize;
  /* background: var(--redcolor); */
  border: none;
  color: var(--whitecolor);
  font-weight: bold;
 
  border-radius: 10px;
  transition: 0.4s;
}
#ourbtn button{
    width: 100%;
  height: 100%;
  text-transform: uppercase;
  background: var(--redcolor);
  border: none;
  color: var(--whitecolor);
  font-weight: bold;
  font-size: 1rem;
  border-radius: 10px;
  transition: 0.4s;
 
}

#ourbtn button:hover {
  opacity: 0.7;
  cursor: pointer;
  background: transparent;
  border: 2px dotted var(--headercolor);
  color: var(--redcolor);
}

}


