

.hero-card-section .card-main-heading-section {
  margin-bottom: 3rem;
  margin-left: 1rem;
}

.hero-card-section .card-main-heading-section .card-main-heading {
  font-weight: normal;
  margin-bottom: 2rem;
}

.hero-card-section .card-main-heading-section .block-badge {
  padding: 3px 10px;
  max-width: 2.1875rem;
  border-radius: 12px;
  display: block;
  margin-top: 0;
  margin-bottom: 1.5625rem;
  background-image: linear-gradient(90deg, #ffffff 0%, #000000 100%);
  color: #000;
  letter-spacing: 0.26px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;

}

.hero-card-section .card-title {
  font-weight: 700;
}

section.hero-card-section .row > .hero-card-container:nth-child(1) .card {
  background-image: linear-gradient(153deg, rgb(4,52,84), #000000 95%);
  box-shadow: 0 3px 15px 0 rgba(62, 62, 62, 0.4);
}

section.hero-card-section .row > .hero-card-container:nth-child(2) .card {
  background-image: linear-gradient(153deg,rgb(4,52,84), #000000 95%);
  box-shadow: 0 3px 15px 0 rgba(44, 44, 44, 0.5);
}

section.hero-card-section .row > .hero-card-container:nth-child(3) .card {
  background-image: linear-gradient(153deg,rgb(4,52,84), #000000 95%);
   box-shadow: 0 3px 15px 0 rgba(44, 44, 44, 0.5);
}

section.hero-card-section .row > .hero-card-container > .card {
  position: relative;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  padding: 25px 15px;
  min-width: 320px;
  margin: auto;
}


section.hero-card-section .row > .hero-card-container > .card .btn-card {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: normal;
  padding: 15px 0px;
  text-decoration: none;
}

section.hero-card-section .row > .hero-card-container > .card .btn-card > i {
  font-size: 16px;
  padding-left: 5px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

section.hero-card-section .row > .hero-card-container > .card:hover {
  color: rgba(255, 255, 255, 1);
}

section.hero-card-section .row > .hero-card-container > .card:hover i {
  padding-left: 10px;
}
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, rgb(4,52,84) 60%, rgb(71, 136, 180) 40%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

#serv {
  background-image: linear-gradient(
    to right,
    #54b3d6,
    #54b3d6 50%,
    rgb(255, 255, 255) 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

#serv:before{
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

#serv:hover {
 background-position: 0;
}

#serv:hover::before{
  width: 100%;
}
a {
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
}
footer{
  font-weight: normal;
}