
.bg-dark{
      background: linear-gradient(90deg, #410147 0%, #000 45%, #012133 100%) !important;
}


.hero-section{
      /* display: flex; */
      width: 100%;
      min-height: 96vh;
      justify-content: center;
      padding: 0vw 3vw;
      align-items: center;
      position: relative;
}
.content h2{
    font-size: 45px;
    font-weight: 600;
}
.content h2 span{
    display: inline-block;
    background: linear-gradient(90deg, #c525c5, #6B8EFD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 70px;
    white-space: nowrap;
}
.card1 {
      animation: moveCards 25s ease-in-out infinite;
}

.card2 {
      animation: moveCards 25s ease-in-out infinite reverse;
}

@keyframes moveCards {
      0% {
            transform: translateX(-2%);
      }

      20% {
            transform: translateX(-20%);
      }

      40% {
            transform: translateX(-10%);
      }

      60% {
            transform: translateX(-2%);
      }

      80% {
            transform: translateX(-20%);
      }

      100% {
            transform: translateX(0);
      }
}

@media screen and (max-width:768px) {
      .card1 {
            animation: none;
      }

      .card2 {
            animation: none;
      }
}

@media screen and (max-width:1550px) {
      #botimage {
            position: relative;
            left: 330px;
      }
}

@media screen and (max-width:1450px) {
      #botimage {
            position: relative;
            left: 280px;
      }
}

@media screen and (max-width: 1100px) {
      .border-img {
            display: none;
      }
}

.border-img img {
      width: 100%;
      height: 100%;
}

@media screen and (max-width: 1200px) {

      .section {
            width: 100%;
            justify-content: center;
            align-items: center;
      }

      #ssimag {
            width: 10px;

      }

      .right-image {
            background-color: pink;
            width: 10px;
      }

      .text-content1 {
            width: 100%;
      }

      #rimg {
            width: 10px;
      }

      .section img {
            width: 100%;
      }

      .animation-head h2 {
            font-size: 40px;
            text-align: center;
      }

      .animation-heading h1 {
            font-size: 24px;
            line-height: 40px;
      }

      .animation-para p {
            font-size: 15px;
      }

      .main-animation {
            position: relative;
            top: 100px;
      }

      .text-content1 {
            margin-bottom: 0;
            margin-left: 0;
      }

      .main-animation .sub-section {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
            top: 10px;
      }

      .bottom-logo {
            display: none;
      }

      .animaion {
            flex-direction: column;
            gap: 30px;
            text-align: center;
      }

      #scim {
            display: none;
      }

      .animation-heading h1 {
            font-size: 32px;
            line-height: 50px;
      }

      .animation-para p {
            font-size: 18px;
            line-height: 1.4;
      }

      #scim {
            float: none;
            justify-content: center;
            margin: 20px 0;
      }

      .text-content2 {
            align-items: center;
            width: 90%;
            /* margin-left: 110px; */
      }
}

@media screen and (max-width: 992px) {
      .main-animation {
            padding-top: 100px;
            height: auto;
      }

      .main-animation {
            top: 0;
      }

      .bottom-logo {
            display: none;
      }

      .top-logo {
            display: none;
      }

      .animation-heading h1 {
            font-size: 28px;
            line-height: 45px;
      }

      .animation-para p {
            font-size: 16px;
      }
}



@media screen and (max-width: 576px) {


      .animation-heading h1 {
            font-size: 22px;
            line-height: 35px;
      }

      .animation-head h2 {
            font-size: 20px;
      }


      .animation-para p {
            font-size: 14px;
      }
}

@media screen and (max-width: 480px) {

      .animation-heading h1 {
            font-size: 20px;
            line-height: 30px;
      }

      .animation-head h2 {
            font-size: 22px;
      }

      .animation-para p {
            font-size: 13px;
      }

}



/* Responsive styles for client cards */
@media screen and (max-width: 1200px) {
      .main-client-card {
            padding: 40px 20px;
      }

      .client-card p::before {
            display: none;

      }

      .client-card p::after {

            display: none;
      }

      .client-card {
            width: 280px;
            height: auto;
            margin: 15px;
      }

      .client-card img {
            width: 84px;
            height: 84px;

      }

      .client-card h3 {
            font-size: 20px;
            margin: 15px 0;
      }

      .client-card p {
            font-size: 14px;
            padding: 0 15px;
      }
}

@media screen and (max-width: 992px) {
      .main-client-card {
            padding: 30px 15px;
      }

      .client-card {
            width: 260px;
            height: auto;
            margin: 12px;
      }

      .client-card img {
            width: 70px;
            height: 70px;
            left: -5px;
      }

      .client-card h3 {
            font-size: 18px;
            margin: 12px 0;
      }

      .client-card p {
            font-size: 13px;
            padding: 0 12px;
      }

      .card1,
      .card2 {
            animation-duration: 20s;
      }

      .meatteam {
            bottom: 20px;
      }
}

@media screen and (max-width: 768px) {
      .main-client-card {
            padding: 25px 10px;
      }

      .client-card {
            width: 240px;
            margin: 10px;
      }

      .client-card h1 {
            margin-bottom: 10vw;
      }

      .client-card img {
            width: 88px;
            height: 93px;
            top: -36px;
            left: 135px;

      }

      .client-card h3 {
            font-size: 16px;
            margin: 10px 0;
      }

      .client-card p {
            font-size: 12px;
            padding: 0 10px;
            bottom: 33px;
      }

      .card2 {
            animation-duration: 15s;
            display: flex;
            flex-wrap: wrap;
      }
}

@media screen and (max-width: 576px) {
      .main-client-card {
            padding: 20px 10px;
      }

      .client-card {
            max-width: 380px;
            margin: 10px auto;
            height: auto;

      }

      .meatteam {
            font-size: 25px;
      }

      .client-card img {
            width: 50px;
            height: 50px;
      }

      .client-card h3 {
            font-size: 15px;
            margin: 8px 0;
      }

      .client-card p {
            font-size: 11px;
            padding: 0 8px;
      }

      .card1,
      .card2 {
            animation-duration: 12s;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
      }
}

@media screen and (max-width: 545px) {
      .client-card {
            width: 100%;

      }

      .client-card p {
            font-size: 20px;
            padding: 0 6px;
      }

      .card1,
      .card2 {
            animation: none;
      }

      .main-client-card {
            padding: 15px 5px;
      }

      .client-card {
            width: 95%;
            height: auto;
            margin: 8px auto;
      }

      .client-card img {
            width: 100px;
            height: 104px;
            margin-top: 1vw;
      }
}

.client-card h3 {
      font-size: 14px;
      margin: 6px 0;
}

.client-card p {
      font-size: 16px;
      padding: 0 6px;
}


@media screen and (max-width: 480px) {
      .main-client-card {
            padding: 15px 5px;
      }

      .client-card {
            width: 95%;
            margin: 8px auto;
            height: auto;

      }

      .client-card img {
            width: 60px;
            height: 60px;
            margin-top: 5vw;
            margin-left: 29px;

      }

      .client-card h3 {
            font-size: 14px;
            margin: 6px 0;
      }

      .client-card p {
            font-size: 16px;
            padding: 0 6px;
      }
}

/* animation */
@keyframes pop {
      0% {
            opacity: 0;
            transform: scale(0.2);
      }

      100% {
            opacity: 1;
            transform: scale(1);
      }
}

/* .animate-pop {
      animation: pop 2s ease-in-out forwards;
} */

.ser2-box2:hover {
      height: 430px;
}

.ser2-box2:hover .hide {
      opacity: 1;
      height: auto;
}

.containerser:hover .ser2-box2.shrink {
      height: 135px;
}

.containerser .ser2-box2:hover+.ser2-box2 {
      height: 135px;
}

.containerser .ser2-box2:hover~.ser2-box2 {
      height: 135px;
}


/* Custom responsive adjustments */

@media screen and (max-width:1100px) {
      .subtrac-image {
            display: flex;
            flex-direction: column;
            height: auto;
      }

      .subtrac-image {
            background-image: url(../images/Subtract.png);
            background-size: cover;
            padding: 2vw 4vw;

      }

      .subtrac-image h1 {
            margin-top: 3vw;
      }
}

@media screen and (max-width: 800px) {
      .subtrac-image {
            padding-top: 5vw;
            font-size: 18px;
      }
}

@media screen and (max-width:540px) {
      .subtrac-image {
            padding: 10vw 0
      }
}

/* Animation for revealing text */
@keyframes slideUp {
      0% {
            transform: translateY(80px);
            opacity: 0;
      }

      100% {
            transform: translateY(0);
            opacity: 1;
      }
}
