@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
*,
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;   
 }
 body{
      height: 100vh;
      width: 100vw;
     overflow-x: hidden;
     font-family: 'Poppins', sans-serif;
 }
 body::-webkit-scrollbar{
     display: none;
 }
 .full{
  margin-top: 0px;
  height: 280px;
  width: 100%;
  background-color: #005bb5;
 }
 .subfull{
  height: 100%;
  width: 100%;
 }
 .subfull img{
  height: 100%;
  width: 100%;
  object-fit: cover;
 }
.revision{
    height: auto;
    width: 100%;
    /* background-color: aqua; */
    padding: 20px;
}
.subrevision{
    height: 100%;
    width: 100%;
    /* background-color: orange; */
}


.contdiv {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  place-items: center;
  /* justify-content: center; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  height: auto;
}
.box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 4rem;
}

.contdiv .box:hover .imgBox {
  transform: translate(-1.9rem, -1.9rem);
}

.contdiv .box:hover .content2 {
  transform: translate(3.5rem, 3.5rem);
}

.imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.imgBox img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  resize: both;
}

.content2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  z-index: 1;
  align-items: flex-end;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.content2 h2 {
  display: block;
  font-size: 18px;
  color: #111;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 1px;
}

.content2 span {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}

@media (max-width: 600px) {
  .container .box:hover .content2{
    transform: translate(0, 3.5rem);
  }
  .container .box:hover .imgBox {
    transform: translate(0, -3.5rem);
  }

  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
  *,
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
        height: 100vh;
        width: 100vw;
       overflow-x: hidden;
       font-family: 'Poppins', sans-serif;
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .full{
    margin-top: 0px;
    height: 280px;
    width: 100%;
    background-color: #005bb5;
   }
   .subfull{
    height: 100%;
    width: 100%;
   }
   .subfull img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   }
  .revision{
      height: auto;
      width: 100%;
      /* background-color: aqua; */
      padding: 20px;
      overflow: hidden;
  }

  
  .contdiv {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding-right: 50px;
    height: 100%;
    width: 100%;
    /* place-items: center; */
    /* padding-right: 200px; */
    /* padding-left: 100px;   */
    /* overflow: hidden; */
    /* margin-left: 30px; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
  }
  .box {
    position: relative;
    width: 300px;
    height: 300px;
    left: -38px;
    /* margin-right: 200px; */
    /* margin-right: 30px; */
    /* overflow: hidden; */
    /* margin: 4rem; */
    /* place-content: center; */
  }
  
  .contdiv .box:hover .imgBox {
    transform: translate(-1.9rem, -1.9rem);
  }
  
  .contdiv .box:hover .content2 {
    transform: translate(3.5rem, 3.5rem);
  }
  
  .imgBox {
    position: absolute;
    
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  }
  
  .imgBox img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    resize: both;
  }
  
  .content2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    z-index: 1;
    align-items: flex-end;
    text-align: center;
    transition: 0.5s ease-in-out;
  }
  
  .content2 h2 {
    display: block;
    font-size: 18px;
    color: #111;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 1px;
  }
  
  .content2 span {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  



}
/*# sourceMappingURL=main.css.map */