body {
  font-family: Arial, sans-serif;
}

.cont {
  /* padding-left: 120px; */
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 410px;
  overflow: hidden;
  width: 35%;
  left: 17%;
  float: right;
  bottom: 90px;
}

@media (max-width: 1024px) {
 .cont{
  overflow:visible;
 }
}
.sec-1cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}

.sec-1card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: absolute;
  opacity: 0;
  animation: slideUp 15s infinite;
  width: 412px;
  /* height: 240px; */
  flex-wrap: wrap;
}

.sec-1card-credn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding : 10px;
}

.sec-1-card-img {
  margin-right: 10px;
}

.card-h1 {
  font-size: 20px !important;
  font-weight: 700;
  margin: 0;
}

.card-img-2 {
  margin-left: auto;
}

.card-para-1 {
  font-size: 14px !important;
  color: #718093;
  margin: 0;
}

.card-img-3 {
  margin-left: auto;
}

.divider {
  width: 100%;
  height: 1.6px;
  background: linear-gradient(135deg, #1774de -24.79%, #4fcf9f 103.54%);
}

.testimonial {
  font-size: 16px;
  color: #465261;
  text-align: center;
  margin-top: 10px;
}

.sec-1card:nth-child(1) {
  animation-delay: -3s;
}
.sec-1card:nth-child(2) {
  animation-delay: 0s;
}
.sec-1card:nth-child(3) {
  animation-delay: 3s;
}
.sec-1card:nth-child(4) {
  animation-delay: 6s;
}
.sec-1card:nth-child(5) {
  animation-delay: 9s;
}
.sec-1card:nth-child(6) {
  animation-delay: 12s;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
  }

  5%,
  20% {
    transform: translateY(100%) scale(0.8);
    opacity: 0.4;
  }

  25%,
  40% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  45%,
  60% {
    transform: translateY(-100%) scale(0.8);
    opacity: 0.4;
  }

  65%,
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
  }
}

.section-reveloution {
  
  width: 100%;
  height: 679px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 64px;
  background: linear-gradient(180deg, #fbfcff 6.63%, #ecf4ff 106.63%);
  justify-content: center;
}

@media (min-width:1280px){
  .section-reveloution{
    height: 750px;
    
  }
}
@media (max-width: 700px) {
  .sec-1cards {
    height: auto !important;
    width: 100% !important;
  }
  @keyframes slideUp {
    0% {
      transform: translateX(100%) scale(0.5);
      opacity: 0;
    }

    5%,
    20% {
      transform: translateX(100%) scale(0.8);
      opacity: 0.4;
    }

    25%,
    40% {
      transform: translateX(0) scale(1);
      opacity: 1;
    }

    45%,
    60% {
      transform: translateX(-100%) scale(0.8);
      opacity: 0.4;
    }

    65%,
    100% {
      transform: translateX(-100%) scale(0.5);
      opacity: 0;
    }
  }
}

@media (max-width: 830px) {
  .section-reveloution {
    display: flex;
    flex-direction: column !important;
    padding-top: 50px !important;
    height: auto !important;
  }
  @keyframes slideUp {
    0% {
      transform: translateX(100%) scale(0.5);
      opacity: 0;
    }

    5%,
    20% {
      transform: translateX(100%) scale(0.8);
      opacity: 0.4;
    }

    25%,
    40% {
      transform: translateX(0) scale(1);
      opacity: 1;
    }

    45%,
    60% {
      transform: translateX(-100%) scale(0.8);
      opacity: 0.4;
    }

    65%,
    100% {
      transform: translateX(-100%) scale(0.5);
      opacity: 0;
    }
  }
}

@media only screen and (min-width: 830px) and (max-width: 1023px) {

  .main-banner-model{
    left: 13%;
  }

  

  .section-reveloution{
    width: 100%;
    height: 750px;
  }
 
}


/* @media (min-width: 1280px) and (max-width: 1360px) {
  .cont {
    bottom: 590px;
    left: 64%;
  }
} */
@media (min-width: 1366px) and (max-width: 1400px) {
  .cont {
    /* bottom: 590px; */
    /* left: 60%; */
  }
}

@media (min-width: 1536px) and (max-width: 1550px) {
  .cont {
    bottom: 90px;
    left: 3%;
  }
}
@media (min-width: 1600px) and (max-width: 1650px) {
  .cont {
    bottom: 90px;
    left: 4%;
  }
}
@media (min-width: 1950px) and (max-width: 2560px) {
  .cont {
    width: 20%;
    bottom: 90px;
    left: 20%;
  }
}

.main-banner {
  width: 40%;
}
.sec-1-banner-Pro {
  width: 100%;
}
