@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

/* Layout One */

.service-animation-cards.layout-one{
 padding:90px 0px;background:#FFFFFF;
}
.service-animation-cards.layout-one .box{display:flex;}
.service-animation-cards.layout-one .heading{text-align:center;max-width: 750px;margin: 0 auto;}
.service-animation-cards.layout-one .heading h6{font-size: 14px;
    font-weight: 500;
    color: #8121FF;
    font-family: Inter, serif;
    text-transform: uppercase;
    letter-spacing: 2px;line-height:1.5;
    margin-bottom: 16px;}
.service-animation-cards.layout-one .heading h2{    font-size: 42px;
    font-weight: 700;
    color: #000000;
    font-family: "Manrope", sans-serif;
    margin-bottom: 16px;
    line-height: 1.3;}

.service-animation-cards.layout-one .main-box{
    border: 1px solid #EFEDED;
    padding: 40px 12px;width:100%
  background:#FFFFFF;position: relative;margin-top:30px;
}

.service-animation-cards.layout-one .main-box::after{
    content: '';
    width: 100%;
    height: 6px;
    background: #F9FD91;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .8s;z-index:0;
}
.service-animation-cards.layout-one .main-box:hover{
 border-color:transparent;
}
.service-animation-cards.layout-one .main-box:hover::after{
height:100%;
}

.service-animation-cards.layout-one .main-box .icon{    padding: 0;
    background: transparent;
    width: 100%;margin-bottom: 25px;position: relative;
    z-index: 1;display:block;
    text-align: center;}
.service-animation-cards.layout-one .main-box .icon svg{    width: 40px;
    height: 40px;
    fill: #000;}
.service-animation-cards.layout-one .main-box .icon img{width: 40px;
    max-height: 40px;
    min-height: 40px;
    object-fit: cover;}

.service-animation-cards.layout-one .main-box .text{text-align:center;position: relative;
    z-index: 1;}
.service-animation-cards.layout-one .main-box .text h4{    font-size: 28px;
    font-weight: 600;
    color: #000000;
    font-family: "Manrope", sans-serif;
    line-height: 1.4;
    margin-bottom: 12px;}
.service-animation-cards.layout-one .main-box .text p{    font-size: 16px;
    font-weight: 400;
    color: #4D5064;
    font-family: "Inter", sans-serif;
    line-height: 1.5;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
    margin: 0;}
.service-animation-cards.layout-one .main-box .text .cta-box a{display: flex;align-items: center;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    font-family: "Manrope", sans-serif;
    margin: 20px auto 0;padding: 0;text-transform: capitalize;
    justify-content: center;}
.service-animation-cards.layout-one .main-box .text .cta-box a svg{width: 14px;
    height: 11px;
    fill: #000000;
    margin-left: 7px;}

.service-animation-cards.layout-one .view-more a{display: flex;align-items: center;
    background: #000000;
    border-radius: 15px;
    padding: 16px 24px;
    text-transform: none;
    max-width: max-content;
    margin: 50px auto 0;
    font-family: Inter, serif;transition: .4s;
    font-size: 16px;text-decoration: none;
    font-weight: 500;
    color: #FFFFFF;}
.service-animation-cards.layout-one .view-more a svg{width: 12px;
    height: 12px;
    fill: #ffffff;transition: .4s;
    margin-left: 8px;}
.service-animation-cards.layout-one .view-more a:hover svg{margin-left:15px;transition: .4s;}

/* Layout Two */

.service-animation-cards.layout-two{
padding:100px 0px;
  background: linear-gradient(118.8deg, #EFF4FB 32.26%, rgba(250, 231, 144, 0.34) 98.39%);
}

.service-animation-cards.layout-two .box{display:flex;}
.service-animation-cards.layout-two .heading-cta{display: flex;flex-wrap:wrap;align-items: center;justify-content: space-between;margin-bottom: 40px;}
.service-animation-cards.layout-two .heading{width:60%;}
.service-animation-cards.layout-two .heading h2{font-size: 42px;
    font-weight: 700;
    color: #000000;
    font-family: "Manrope", sans-serif;
    margin-bottom: 16px;
    line-height: 1.3;}
.service-animation-cards.layout-two .heading p{font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    font-family: Inter, serif;
    margin: 0;
    line-height: 1.5;}
.service-animation-cards.layout-two .more-cta{width:40%;text-align:right;}
.service-animation-cards.layout-two .more-cta a{
    background: #000;
    border-radius: 15px;
    color: #fff;
    font-family: Inter, serif;
    font-size: 16px;
    font-weight: 500;
    margin: 50px auto 0;
    max-width: max-content;
    padding: 16px 24px;
    text-decoration: none;transition: .4s;
    text-transform: none;}
.service-animation-cards.layout-two .more-cta a:hover{background: #fff;
    border-color: #fff;
    color: #000;}

.service-animation-cards.layout-two .main-box{background: #000000;
    border-radius: 15px;    transition: .9s;width:100%;
    margin-top: 30px;
    padding: 35px 24px;}
.service-animation-cards.layout-two .main-box:hover{background: linear-gradient(180deg, #F8EA9D 0%, #FBCA43 100%);transition: .9s;}
.service-animation-cards.layout-two .main-box .icon{
background: transparent;
    margin-bottom: 25px;
    padding: 0;
    width: 100%; transition: .9s;
    border-radius: inherit;
}
.service-animation-cards.layout-two .main-box .icon img{width: 40px;
    max-height: 40px;
    min-height: 40px; transition: .9s;
    object-fit: cover;
    filter: invert(1);}
.service-animation-cards.layout-two .main-box .icon svg{width: 40px;height:40px;fill:#fff;transition: .9s;}

.service-animation-cards.layout-two .main-box .text h4{color: #ffffff;
    font-family: Manrope, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4; transition: .9s;
    margin-bottom: 12px;}
.service-animation-cards.layout-two .main-box .text p{color: #A6A6A6;
    font-family: Inter, sans-serif;
    font-size: 16px; transition: .9s;
    font-weight: 400;
    line-height: 1.5;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
    margin: 0;}

.service-animation-cards.layout-two .text .cta-box a{    align-items: center;
    background: transparent;
    color: #ffffff;
    display: flex;font-family: Manrope, sans-serif;
    font-size: 14px; transition: .9s;
    font-weight: 600;
    margin-top: 20px;text-transform: capitalize;
    padding: 0;}

.service-animation-cards.layout-two .text .cta-box a svg{    height: 11px;
    width: 14px; transition: .9s;
    fill: #ffffff;
    margin-left: 7px;}
.service-animation-cards.layout-two .main-box:hover .icon img{filter: invert(0);}
.service-animation-cards.layout-two .main-box:hover .text h4,
.service-animation-cards.layout-two .main-box:hover .text p,
.service-animation-cards.layout-two .main-box:hover .text .cta-box a{color:#000;}
.service-animation-cards.layout-two .main-box:hover .text .cta-box a svg{fill:#000;}
.service-animation-cards.layout-two .main-box:hover .icon svg{fill:#000;}

/* Layout Three */

.service-animation-cards.layout-three{
 padding:80px 0px;background:#000000;
}

.service-animation-cards.layout-three .heading{text-align:center;max-width: 750px;margin: 0 auto;}
.service-animation-cards.layout-three .heading h6{font-size: 14px;
    font-weight: 500;
    color: #F6CD27;
    font-family: Inter, serif;
    text-transform: uppercase;
    letter-spacing: 2px;line-height:1.5;
    margin-bottom: 16px;}
.service-animation-cards.layout-three .heading h2{font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
    margin-bottom: 16px;
    line-height: 1.3;}

.service-animation-cards.layout-three .main-box{background: linear-gradient(221.61deg, #FFFFFF 0%, #245FC3 99.36%);
    border-radius: 8px;width:100%;transition: .8s;overflow: hidden;
    padding: 22px 20px;margin-top:30px;}
.service-animation-cards.layout-three .main-box .icon{background: transparent;
    padding: 0;
    margin-bottom: 20px;transition: .8s;
    width: 100%;}
.service-animation-cards.layout-three .main-box .icon img{max-height: 40px;
    min-height: 40px;
    object-fit: cover;
    transition: .6s;transition: .8s;
    width: 40px;}
.service-animation-cards.layout-three .main-box .icon svg{width:40px;height:40px;fill:#000;}
.service-animation-cards.layout-three .text h4{    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: Manrope, sans-serif;
    line-height: 1.4;
    margin-bottom: 12px;transition: .8s;
/*     padding-top: 20px; */
}
.service-animation-cards.layout-three .text p{    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: Inter, serif;
    margin: 0;transition: .8s;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
    line-height: 1.5;}

.service-animation-cards.layout-three .text .cta-box a{display: flex
;
    align-items: center;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    font-family: "Manrope", sans-serif;
    margin-top: 0px;transition: .8s;
    padding: 0;
    text-transform: capitalize;
    justify-content: left;}

.service-animation-cards.layout-three .text .cta-box a svg{width: 14px;
    height: 11px;
    fill: #000000;
    margin-left: 7px;}
.service-animation-cards.layout-three .text .cta-box{transform: translateY(100px);transition: .8s;}

/* .service-animation-cards.layout-three .main-box:hover .text h4{padding-top:0px;} */
.service-animation-cards.layout-three .main-box:hover .text .cta-box{transform: translateY(0);}




.service-animation-cards.layout-three .view-more a{
    display: block;
    text-align: center;
    background: transparent;
    border: 1px solid #FFFFFF;
    max-width: max-content;
    margin: 70px auto 0;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: Inter, serif;
    border-radius: 12px;
    text-decoration: none;
    text-transform: capitalize;    transition: .4s;
}
.service-animation-cards.layout-three .view-more a:hover{
     background: #fff;
    color: #000
}


@media(min-width:768px){
 .service-animation-cards.layout-three .main-box:hover .text .cta-box a{margin-top:30px;}
  .service-animation-cards.layout-three .box{height:300px; display: flex;align-items: end;}
}

@media(max-width:767.98px){
  .service-animation-cards.layout-one,
  .service-animation-cards.layout-two,
  .service-animation-cards.layout-three{
   padding:50px 0px;
  }
  .service-animation-cards.layout-one .heading h2,
  .service-animation-cards.layout-two .heading h2,
  .service-animation-cards.layout-three .heading h2{font-size:32px;}
  
  .service-animation-cards.layout-two .heading {width: 100%;}
  .service-animation-cards.layout-two .more-cta{margin-top:50px;width:100%;text-align:left;}
  
  .service-animation-cards.layout-three .main-box .text .cta-box{transform: translateY(0px);}
  .service-animation-cards.layout-three .main-box .text .cta-box a{margin-top:30px;}
  
  .service-animation-cards.layout-three .view-more a{margin:40px auto 0;}
}





/* Grid Style */
.service-animation-cards .service-animation-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
.service-animation-cards .row {
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.service-animation-cards .row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}
.service-animation-cards .col {
  flex: 1 0 0%;
}
.service-animation-cards .col-auto,
.service-animation-cards .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.service-animation-cards .col-12,
.service-animation-cards .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.service-animation-cards .col-6,
.service-animation-cards .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.service-animation-cards .col-4,
.service-animation-cards .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.service-animation-cards .col-3,
.service-animation-cards .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.service-animation-cards .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.service-animation-cards .col-2,
.service-animation-cards .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.service-animation-cards .col-1,
.service-animation-cards .col-5,
.service-animation-cards .col-7,
.service-animation-cards .col-8 {
  flex: 0 0 auto;
}
.service-animation-cards .col-1 {
  width: 8.3333333333%;
}
.service-animation-cards .col-5 {
  width: 41.6666666667%;
}
.service-animation-cards .col-7 {
  width: 58.3333333333%;
}
.service-animation-cards .col-8 {
  width: 66.6666666667%;
}
.service-animation-cards .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.service-animation-cards .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.service-animation-cards .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
@media (min-width: 576px) {
  .service-animation-cards .service-animation-wrapper,
  .service-animation-cards .container-sm {
    max-width: 540px;
  }
  .service-animation-cards .col-sm {
    flex: 1 0 0%;
  }
  .service-animation-cards .col-sm-auto,
  .service-animation-cards .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .service-animation-cards .col-sm-12,
  .service-animation-cards .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .service-animation-cards .col-sm-6,
  .service-animation-cards .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .service-animation-cards .col-sm-4,
  .service-animation-cards .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .service-animation-cards .col-sm-3,
  .service-animation-cards .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .service-animation-cards .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .service-animation-cards .col-sm-2,
  .service-animation-cards .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .service-animation-cards .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .service-animation-cards .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .service-animation-cards .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .service-animation-cards .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .service-animation-cards .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .service-animation-cards .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .service-animation-cards .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .service-animation-cards .service-animation-wrapper {
    max-width: 720px;
  }
  .service-animation-cards .col-md {
    flex: 1 0 0%;
  }
  .service-animation-cards .col-md-auto,
  .service-animation-cards .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .service-animation-cards .col-md-12,
  .service-animation-cards .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .service-animation-cards .col-md-6,
  .service-animation-cards .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .service-animation-cards .col-md-4,
  .service-animation-cards .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .service-animation-cards .col-md-3,
  .service-animation-cards .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .service-animation-cards .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .service-animation-cards .col-md-2,
  .service-animation-cards .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .service-animation-cards .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .service-animation-cards .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .service-animation-cards .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .service-animation-cards .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .service-animation-cards .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .service-animation-cards .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .service-animation-cards .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .service-animation-cards .service-animation-wrapper {
    max-width: 960px;
  }
  .service-animation-cards .col-lg {
    flex: 1 0 0%;
  }
  .service-animation-cards .col-lg-auto,
  .service-animation-cards .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .service-animation-cards .col-lg-12,
  .service-animation-cards .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .service-animation-cards .col-lg-6,
  .service-animation-cards .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .service-animation-cards .col-lg-4,
  .service-animation-cards .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .service-animation-cards .col-lg-3,
  .service-animation-cards .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .service-animation-cards .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .service-animation-cards .col-lg-2,
  .service-animation-cards .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .service-animation-cards .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .service-animation-cards .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .service-animation-cards .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .service-animation-cards .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .service-animation-cards .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .service-animation-cards .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .service-animation-cards .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .service-animation-cards .service-animation-wrapper {
    max-width: 1200px;
  }
}
