

.container {
  max-width: 100%;
}

.txt5k{
  font-weight: 500;
}

.txt8k{
  font-weight: 800;
}

.tile {
    width: 350px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
  }
  
  .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L1-1.jpg');
    background-size: cover;
  }

  .image2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L1-2.jpg');
    background-size: cover;
  }

  .image3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L1-3.jpg');
    background-size: cover;
  }

  .image4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L2-1.jpg');
    background-size: cover;
  }

  .image5 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L2-2.jpg');
    background-size: cover;
  }

  .image6 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L2-3.jpg');
    background-size: cover;
  }


  .image7 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L3-1.jpg');
    background-size: cover;
  }

  .image8 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L3-2.jpg');
    background-size: cover;
  }

  .image9 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/our_service/L3-3.jpg');
    background-size: cover;
  }


  
  .overlay {
    position: absolute; 
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(8px);
    clip-path: polygon(0 calc(100% - 100px),100% calc(100% - 100px),100% 100%,0% 100%);
    transition: all 0.5s;
  }
  
  .tile:hover .overlay {
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%); 
  }
  
  .hidden-text {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    color: white;
  }
  
  .visible-text {
    flex: 0 0 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    font-size: 1.5rem;
    color: white;
  }

  .txt-head{
    color: #103a83;
  }
  .txt-center{
    align-content: center;
  }

  /* ----------------------- */

  #scroll-animation {
    opacity: 0;
    transform: translateY(100px);
    /* animation: scrollAnimation 2s ease-out forwards; */
  }

  #txt-disco {
    opacity: 0;
    transform: translateY(100px);
  }

  
  #scroll-animation2 {
    opacity: 0;
    transform: translateY(100px);
  }

  .show-animation {
    animation: scrollAnimation 2s ease-out forwards;
  }

  @keyframes scrollAnimation {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

/* https://blog.hubspot.com/website/css-fade-in */

.ini-img {    
  opacity: 0;
  position: relative;
  /* right: -100%; */
}

.fade-in-image {  
   animation: fadeIn 3s; 
   transform: translateX(10px);
}

@keyframes fadeIn {
  0% { 
    opacity: 0;
    right: -100%; 
  }
  100% { 
    opacity: 1; 
    right: 0;
  }
}

.fade-in-image-left {  
  animation: fadeInLeft 3s; 
  transform: translateX(-10px);
}

@keyframes fadeInLeft {
 0% { 
   opacity: 0;
   left: -100%; 
 }
 100% { 
   opacity: 1; 
   left: 0;
 }
}






.dv-aboutus{
  font-size: 1.25rem;
  line-height: 2;
}


/* For screens smaller than 768px */
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

/* For screens larger than or equal to 992px */
@media (min-width: 992px) and (max-width: 1600px) {
 
  .dv-aboutus{
    font-size: 1.1rem;
    line-height: 2; 
  }
  
  .para10{
    font-size: 1.5rem;
  }

  .para11{
    font-size: 1.5rem;
  }

  .para12{
    font-size: 1.5rem;
  }

  .para13{
    font-size: 1.5rem;
  }

}

@media (min-width: 1601px) and (max-width: 1700px){
  .dv-aboutus{
    font-size: 1.25rem;
    line-height: 2; 
  }

  .para10{
    font-size: 1.7rem;
  }

  .para11{
    font-size: 1.7rem;
  }

  .para12{
    font-size: 1.7rem;
  }

  .para13{
    font-size: 1.7rem;
  }


}


@media (min-width: 1701px){
  .dv-aboutus{
    font-size: 1.44rem;
    line-height: 2; 
  }

  .para10{
    font-size: 1.7rem;
  }

  .para11{
    font-size: 1.7rem;
  }

  .para12{
    font-size: 1.7rem;
  }

  .para13{
    font-size: 1.7rem;
  }


}

/* 
.image-hover {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-color: aqua;
  transition: background-image 0.5s ease-in-out;
} */

.imgov:hover {
  transform: scale(1.5);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  opacity: 1;
  cursor: pointer;
}