
.flasdiv {
background: #005e85;
top: -242px;
left: 0px;
}

.contents i {
z-index: 9;
background: white;
color: #005e85;
transition: 1s;
}

.contents {
transform: translateY(0px);
transition: 1s;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.contents:hover {
transform: translateY(-20px);
}

.contents:hover i {
background: #005e85;
color: white;
}

.img-divf i::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 64, 255, 0.616);
height: 100%;
width: 100%;
animation: example 1.6s cubic-bezier(0, 0, 0, 0.01) infinite;
border-radius: 50%;
}

@keyframes example {
0% {
    transform: scale(1);
    opacity: 1;
}

25% {
    transform: scale(1.2);
    opacity: 0.8;
}

50% {
    transform: scale(1.5);
    opacity: 0.5;
}

100% {
    transform: scale(2);
    opacity: 0;
}

}
.subcontant {
background-size: cover;
top: 267px;
left: 350px;
padding: 35px 0px;
width: 200px;
height: 190px;
}
/* Slider */
.full-content{
position: relative;
margin: 0 auto;
width: calc(min(90rem,90%));
background-color: #fff;
min-height: 60vh;
column-gap: 3rem;
padding-block:min(20vh,3rem) ;
}
.full-content .content-left span{
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 1rem;
color: #717171;
}
.full-content .content-left h1{
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: clamp(3.4375rem, 3.25rem + 0.195vw,1em);
    background-color: #005baa;
    background-image: linear-gradient(45deg, #005baa, #000000);
    background-size: 100%;
    background-repeat: repeat;
    min-height: 81px;
    line-height: 1.2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.full-content .content-left hr{
    display: block;
    background-color: #005baa;
    height: 0.25rem;
    width: 6.25rem;
    border: none;
    margin: 0.125rem 0 0.875rem 0;
}
#service-page{
    min-height: 50vh;
}
.full-content .content-left p{
    line-height: 1.6;
    font-size: 1.2rem;
}
.full-content .content-left a{
display: inline-block;
text-decoration: none;
text-transform: uppercase;
color: #717171;
background-color: #fff;
font-weight: 500;
border-radius: 3.125rem;
transition: 0.3s ease-in-out;
}
.full-content .content-left a{
border: 2px solid #c2c2c2;
padding: 0.625rem 1.875rem;
}
.full-content .content-left a:hover{
border: 0.125rem solid #005baa;
color: #005baa;
}
.swiper{
width: 100%;
padding-top: 3.125rem;
}
.swiper-slide{
width: 18.75rem;
height: 28.125rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: self-start;
/* border-radius: 13px; */
}
.swiper-slide--one{
    background: linear-gradient(to top,#0f2027,#203a4300,#2c536400),#000000 no-repeat 50% 50%/cover ;
    background-image: url('/assets/img/zebrad.png');
    background-size: 25vh;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-slide--two{
    background: linear-gradient(to top,#0f2027,#203a4300,#2c536400),#fff no-repeat 50% 50%/cover ;
    background-image: url('/assets/img/honeyd.png');
    background-size: 22vh;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-slide--three{
background: linear-gradient(to top,#0f2027,#203a4300,#2c536400),#055EAD no-repeat 50% 50%/cover ;
background-image: url('/assets/img/unitechd.png');
background-size: 25vh;
background-repeat: no-repeat;
background-position: center center;
}
.overly{
    position: absolute;
    background: rgba(2, 36, 83, 0.6);
    height: 100%;
    width: 100%;
}
.siper-pagination-bullet,
.swiper-pagination-bullet-active{
background-color: #ffffff;
}
.swiper-pagination{
bottom: 1.25rem !important;
}
.swiper-slide h2{
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    z-index: 2;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    padding: 0 0 1rem 0.563rem;
    text-transform: uppercase;
    text-align: center;
}
.honey{
    color: #000000;
}
.swiper-slide p{
    color: #fff;
    font-weight: 500;
    padding: 25px 0.563rem;
    line-height: 1.6;
    font-size: 0.9rem;
    display: -webkit-box;
    z-index: 2;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
/* overflow: hidden; */
}
.swiper-slide a{
    margin: 1.25rem 1.563rem 3.483rem 1.5rem;
    padding: 0.438rem 0.875rem;
    border: 2px solid white;
    color: white;
    z-index: 2;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 20px;
    transition: 0.4s ease-in-out;
    text-decoration: none;
}
.swiper-slide a:hover{
    color: black;
    background: white;
}

.list-c{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width:500px) {
    .subcontant {
        top: 337px;
        left: -38px;
        padding: 35px 0px;
        width: 200px;
        height: 190px;
    }
}
@media screen and (min-width:48rem) {
.full-content{
display: flex;
align-items: center;
}
}
@media screen and (min-width:93.75rem){
.swiper{
width: 85%;
}
}
/* End Slider */
.cardd {
    position: relative;
    width: 350px;
    min-height: 230px;
    aspect-ratio: 16/9;
    background-color: #ffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    /* box-shadow: 0 0 0 5px #ffffff80; */
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.cardd img {
  width: 148px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card__image {
  width: 100%;
  height: 100%;
}

.cardd:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  /* background-color: #ffff; */
  background-image: url('../img/fondo3.webp');
  background-size: cover;
  background-position: center center;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.cardd:hover .card__content {
  transform: rotateX(0deg);
}
.overly2{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.card__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
}

.cardd:hover svg {
  scale: 0;
}

.card__description {
  margin: 10px 0 10px;
  position: relative;
  z-index: 2;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
}

.card__button {
  padding: 15px;
  border-radius: 8px;
  background: #777;
  border: none;
  color: white;
}

.secondary {
  background: transparent;
  color: #777;
  border: 1px solid #777;
}
.spacing{
  height: 100%;
    gap: 0px;
}