@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    list-style-type: none;
}
.img-upside-down{
    transform: rotate(180deg);
}
.cards-fr:hover .e1{
    left: -111.13px;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.e1{
     transition: all 0.3s ease-in-out;
}
.cards-fr:hover{
    scale: 1.01;
    transition: all 0.3s ease-in-out;

}

.bg-1{
    z-index: 0.1;
}
.scale-cards{
    scale: 1.01;
    transition: all 0.3s ease-in-out;
}
.e1 , .e2, img{
    user-select: none;
    pointer-events: none;
}
.btn-gradiant{
    transition: all 1s ease-in-out;
    background: linear-gradient(90deg, #00B8FF 0%, #0AD3C5 100%);
}
.btn-gradiant:hover{    
background: linear-gradient(90deg, #0AD3C5 0%, #00B8FF 100%);
}
.img-flyte {
  position: relative;
  border-radius: 16px;
  padding: 2px; /* space for the border */
  background: linear-gradient(120.24deg, rgba(0, 184, 255, 0.7) 3.58%, rgba(0, 184, 255, 0) 28.56%);
}

.img-flyte::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px; /* thickness of border */
  background: linear-gradient(120.24deg, rgba(0, 184, 255, 0.7) 3.58%, rgba(0, 184, 255, 0) 28.56%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
