/* slider */
#slider{
padding: 40px 0 55px;
}
#slider .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    gap: 5px;
}
#slider .owl-dot{
    border: none;
    width: 13px;
    height: 5px;
    border-radius: 10px;
}
#slider  .owl-dot:nth-child(1){
    background: var(--orange);
}
#slider .owl-dot:nth-child(2){
    background: var(--pink);
}
#slider .owl-dot:nth-child(3){
    background: var(--yellow);
}
#slider .owl-dot.active{
    width: 110px;
    background: #D9D9D9;
}
.slider-heading{
    font-family: var(--font-one);
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
#slider .owl-stage-outer{
    padding-top: 3%;
}
#slider .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
#slider .owl-item img:not(.owl-item.active.center img){
    height: 420px;
}
#slider .owl-item img{
        object-fit: cover;
    border-radius: 5px;
}
@keyframes openCart {
  0% {
    transform: scale(0.5) rotateX(-30deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotateX(0deg);
    opacity: 1;
  }
}

#slider .owl-item.active.center .item {
  animation: openCart 0.6s ease;
  transform-origin: center center;
  backface-visibility: hidden;
}

/* @keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#slider .owl-item.active.center .item {
  animation: zoomIn 0.6s ease;
} */
/* #slider .owl-item.active.center img{
    height: 580px;
    position: relative;
    top: -30px;
} */
/* .language-wrap,.satisfaction-wrap,.project-wrap,.support-wrap{
    position: absolute;
    z-index: 2;
}
.language-wrap{
    left: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    top: 0;
}
.language-wrap h5,.project-wrap h5{
    color: var(--orange);
}
.project-wrap{
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
     top: 0;
}
.satisfaction-wrap{
    background: #424242;
    padding: 10px;
    width: 195px;
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    top: 41%;
    left: 118px;
}
.support-wrap{
    background: #E88620;
    width: 191px;
    height: 98px;
    border-radius: 10px;
    padding: 10px;
    right: 119px;
    top: 19%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
} */
/* certificate */
#certificate svg{
    position: absolute;
    bottom: -20px;
       z-index: -1;
}
.certificate-row{
    gap: 20px 0;
    padding: 35px;
}
.certificate-box h5{
    color: var(--orange);
}

/* how work */
.how-work-wrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
     gap: 55px;

    padding: 13% 0 0 0;
}
.circle-div{
    background: #424242;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.work-number{
   display: inline-block;
  animation: bounceUpDown 2s infinite ease-in-out;
}
@keyframes bounceUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.how-work{
width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.how-box-1{
    top: 20px;
    left: 10px;
}
.how-box-2{
    top: 40px;
}
.how-box-3{
    top: -34%;
}
.how-box-4{
    top: -27%;
}
.how-box-5{
    top: -74%;
}
#how-work svg{
    position: absolute;
    bottom: 26%;
    z-index: -1;
    width: 100%;
}
.how-img-wrap{
    width: 170px;
    position: relative;
    overflow: hidden;
}
.how-work img{
    width: 170px;
    border-radius: 10px;
}
.how-img-wrap::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.how-work:hover .how-img-wrap::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
      opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.how-work:hover h5{
   color: var(--pink);
}
.how-box-2 h2,.how-box-5 h2{
    color: var(--yellow);
}
.how-box-3 h2{
  color: var(--orange);
}

.how-box-1 h2,.how-box-4 h2{
color: var(--pink);
}
.span-img-one img{
    width: 95px;
    height: 52px;
    border-radius: 30px;
    -webkit-animation: blink 1.8s infinite alternate;
}
.span-img-two img{
    width: 152px;
    height: 52px;
    border-radius: 30px;
    -webkit-animation: blink 1.8s infinite alternate;
}
.certificate-img{
        width: 100%;
    height: 450px;
    border-radius: 10px;
}
.certificate-box img{
    height: 30px;
    width:30px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-name: pulse;
}

.cert-img-wrap img{
    animation: rotateCard 2s forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  animation-delay: 1s;
}
@keyframes rotateCard {
  0% {
    transform: perspective(1500px) rotateY(0deg);
  }
  100% {
    transform: perspective(1500px) rotateY(5deg);
  }
}
/* banner */
.our-partner-img {
    text-align: center;
     transform: translate3d(0px, 0px, -250px);
    transition: 0.4s ease-in-out transform;
}
.our-partner-img:hover{
    transform: perspective(750px) translate3d(0px, 0px, -250px) rotateX(27deg) scale(1.1, 1.1);
    box-shadow: 0 28px 31px -10px rgba(0, 0, 0, 0.2);
}