@media only screen and (max-width: 1366px) {
  .main {
    /* height: 91vh; */
  }
  .sub-main{
    margin-top: 20vh;
  }
  .round {
    width: 250px;
    height: 250px;
  }
  .round img {
    width: 250px;
    
    z-index: 3;
  }
  .round p{
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    display: none;
  }
  .round:hover img{
    display: none;
  }
  .round:hover p {
    display: block;
  }
  .round:hover .circle{
    width: 250px;
    height: 250px;
  }
  /* .div-2 img {
    width: 300px;
    height: 300px;
  } */
}

/* Tablet  */

@media only screen and (max-width: 1024px) {
  .main{
    /* height: 91vh; */
  }
  .sub-main{
    margin-top: 15vh;
  }
  .round {
    width: 220px;
    height: 220px;
  }
  .round img {
    width: 220px;
    
    z-index: 3;
  }
  .round p{
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    display: none;
  }
  .round:hover img{
    display: none;
  }
  .round:hover p {
    display: block;
  }
  .round:hover .circle{
    width: 220px;
    height: 220px;
  }
  /* .div-2 img {
    width: 300px;
    height: 300px;
  } */
}

/* Tablet  */

/* for 820 Tab */

@media only screen and (max-width: 900px) {
  .main {
    /* height: 89.8vh; */
  }
  .sub-main{
    margin-top: 20vh;
  }
  .round {
    width: 200px;
    height: 200px;
  }
  .round img {
    width: 200px;
    
    z-index: 3;
  }
  .round p{
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    display: none;
  }
  .round:hover img{
    display: none;
  }
  .round:hover p {
    display: block;
  }
  .round:hover .circle{
    width: 200px;
    height: 200px;
  }
  /* .div-2 img {
    width: 250px;
    height: 250px;
  } */
}

/* for 768 Tab */

/* for 768 Tab */

@media only screen and (max-width: 768px) {
  .main {
    /* height: 91vh; */
  }
  .sub-main{
    margin-top:20vh;
  }
  .round {
    width: 150px;
    height: 150px;
  }
  .round img {
    width: 150px;
    
    z-index: 3;
  }
  .round p{
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    display: none;
  }
  .round:hover img{
    display: none;
  }
  .round:hover p {
    display: block;
  }
  .round:hover .circle{
    width: 150px;
    height: 150px;
  }
  /* .div-2 img {
    width: 250px;
    height: 250px;
  } */
}

/* for 768 Tab */

/* For 600  */

@media only screen and (max-width: 600px) {
  .main {
    /* height: 91vh; */
  }
  .sub-main{
    margin-top:20vh;
  }
  .round {
    width: 120px;
    height: 120px;
  }
  .round img {
    width: 120px;
    
    z-index: 3;
  }
  .round p{
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    display: none;
  }
  .round:hover img{
    display: none;
  }
  .round:hover p {
    display: block;
  }
  .round:hover .circle{
    width: 120px;
    height: 120px;
  }
  /* .div-2 img {
    width: 250px;
    height: 250px;
  } */
}


/* For 600  */


/* Mobile  */

@media only screen and (max-width: 430px) {
    .main {
        height: 80vh;
        display: flex;
        justify-content: center;
        /* align-items: center; */
      }
    .sub-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 12vh;
  }
  .round {
    width: 150px;
    height: 150px;
  }
  .round img {
    width: 150px;
    
    z-index: 3;
  }
  .round p{
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    display: none;
  }
  .round:hover img{
    display: none;
  }
  .round:hover p {
    display: block;
  }
  .round:hover .circle{
    width: 150px;
    height: 150px;
  }

  .div-1{
    animation: bounce 2s infinite;
  }
  /* .div-2 img {
    width: 120px;
    height: 120px;
  } */
  
  
  
  @keyframes bounce {
    0% {
      margin-top: 0px;
    }
    50% {
      margin-top: 10px;
    }
    100% {
      margin-top: 0px;
    }
  }
  .div-2{
    animation: bounce-2 3s infinite;
  }
  @keyframes bounce-2 {
    0% {
      margin-top: 0px;
    }
    50% {
      margin-top: 10px;
    }
    100% {
      margin-top: 0px;
    }
  }
  .div-3 {
    animation: bounce-3 2s infinite;
  }
  @keyframes bounce-3 {
    0% {
      margin-top: 0px;
    }
    50% {
      margin-top: 10px;
    }
    100% {
      margin-top: 0px;
    }
  }
  
  .div-4 {
    animation: bounce-4 3s infinite;
  }
  
  @keyframes bounce-4 {
    0% {
      margin-top: 0px;
    }
    50% {
      margin-top: 10px;
    }
    100% {
      margin-top: 0px;
    }
  }
}

/* Mobile  */

/* For 375  */

@media only screen and (max-width: 375px) {
  .main {
      height: 80vh;
      display: flex;
      justify-content: center;
      /* align-items: center; */
    }
  .sub-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12vh;
}
.round {
  width: 120px;
  height: 120px;
}
.round img {
  width: 120px;
  
  z-index: 3;
}
.round p{
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
  display: none;
}
.round:hover img{
  display: none;
}
.round:hover p {
  display: block;
}
.round:hover .circle{
  width: 120px;
  height: 120px;
}

.div-1{
  animation: bounce 2s infinite;
}
/* .div-2 img {
  width: 120px;
  height: 120px;
} */



@keyframes bounce {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
.div-2{
  animation: bounce-2 3s infinite;
}
@keyframes bounce-2 {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
.div-3 {
  animation: bounce-3 2s infinite;
}
@keyframes bounce-3 {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}

.div-4 {
  animation: bounce-4 3s infinite;
}

@keyframes bounce-4 {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
}

/* For 375  */
