/* --------------- global --------------- */
:root {
  --cr-purble: #552B70;
}

.cr-purble {
  color: var(--cr-purble) !important;
}

.bg-purble {
  background-color: var(--cr-purble) !important;
  border-color: var(--cr-purble) !important;
  color: #fff;
}

.border-purble {
  border-color: var(--cr-purble) !important;
}

.bg-purble-light {
  background-color: #f5f2f6;
}

/* --------------- navbar-st3 --------------- */

.navbar-st3 {
  position: relative;
}
.navbar-st3 .navbar-nav {
  position: relative;
  background-color: #f5f2f6;
  border-radius: 6px;
  padding: 0 15px;
}
.navbar-st3 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 15px;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 500;
}

.swiper-notification {
  display: none;
}

/* --------------- header-st3 --------------- */
.header-st3 {
  position: relative;
}
.header-st3 .swiper-slide-active .hero-card {
  opacity: 1;
  filter: blur(0);
}
.header-st3 .hero-card {
  position: relative;
  z-index: 10;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  filter: blur(20px);
  transition: all 2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}
.header-st3 .hero-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center center, var(--cr-purble) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
.header-st3 .hero-card .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  pointer-events: none;
}
.header-st3 .hero-card .info {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
.header-st3 .hero-card .info .shap {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: -1;
  height: 80%;
}

/* --------------- about-st3 --------------- */
.about-st3 {
  position: relative;
  background-image: url(../images/trans/ab2-bg.png);
  background-size: cover;
}
.about-st3 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 0 0 auto;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  outline: 1px solid rgba(153, 153, 153, 0.1333333333);
  outline-offset: -40px;
}

.about-st3 .numbers  .item  {
    transition: all .3s linear;
}
.about-st3 .numbers .item:hover {
    background: #EEE9F0;
    border-color : #EEE9F0 ;
}


@media screen and (max-width: 991px) {
  .about-st3 .num.fsz-300 {
    font-size: 100px !important;
    margin: 30px 0;
  }
}
/* --------------- services-st3 --------------- */
.services-st3 {
  position: relative;
  z-index: 10;
}
.services-st3 .service-card {
  position: relative;
  display: block;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 20px;
  height: calc(100% - 20px);
  background: radial-gradient(57.94% 73.39% at 10.12% -12.18%, rgba(111, 17, 183, 0.4) 10%, rgba(255, 234, 96, 0) 83%), #FFFFFF;
  box-shadow: 0px 81px 48px rgba(109, 11, 147, 0.04);
  transition: .3s all linear ;
}

.services-st3 .service-card:hover {
    background: rgba(111, 17, 183, 0.4);
    transform: translateY(-10px);
    backdrop-filter: blur(5px);
}

.services-st3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: -1;
  opacity: 0.2;
}

/* --------------- partners-st3 --------------- */
.partners-st3 {
  position: relative;
  overflow: hidden;
}
.partners-st3 .swiper-button-next {
  right: 30px;
}
.partners-st3 .swiper-button-prev {
  left: 30px;
}
.partners-st3 .swiper-button-next,
.partners-st3 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--cr-purble);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1333333333);
}
.partners-st3 .swiper-button-next:hover,
.partners-st3 .swiper-button-prev:hover {
  background-color: var(--cr-purble);
  color: #fff;
}
.partners-st3 .partners-slider-st3 {
  position: relative;
  overflow: hidden;
}
.partners-st3 .partner {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(85, 43, 112, 0.0666666667);
  border-radius: 15px;
  transition: .3s all linear;
}
.partners-st3 .partner img {
  height: 70px;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-st3 .partner:hover {
  background-color: #fff;
  border-color: #e5d8f0;
}

/* --------------- contact-st3 --------------- */
.contact-st3 {
  position: relative;
  padding-bottom: 80px;
  z-index: 10;
  background-image: linear-gradient(to bottom, #f5f2f6, #fff);
}
.contact-st3 .contact-box {
  position: relative;
  z-index: 10;
}
.contact-st3 .contact-box .social-icons {
  position: relative;
  padding-top: 30px;
}
.contact-st3 .contact-box .social-icons a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cr-purble);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-inline-end: 15px;
}
.contact-st3 .contact-box .social-icons a:hover {
  background-color: #fff;
  color: var(--cr-purble);
}
.contact-st3 .contact-form {
  position: relative;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.0196078431);
}
.contact-st3 .contact-form label {
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.contact-st3 .contact-form .form-control {
  position: relative;
  padding: 15px;
  border: 0;
  border-radius: 10px;
  background-color: #f5f2f6;
  margin-top: 10px;
  box-shadow: none;
  font-size: 16px;
  min-height: 55px;
}
.contact-st3 .contact-form .form-control::-moz-placeholder {
  opacity: 0.5;
}
.contact-st3 .contact-form .form-control::placeholder {
  opacity: 0.5;
}

/* --------------- footer-st3 --------------- */
.footer-st3 {
  position: relative;
  background-image: url(../images/trans/footer3-bg.jpg);
  background-size: cover;
  color: #fff;
  z-index: 20;
}
.footer-st3 .social-icons {
  margin-top: 30px;
}
.footer-st3 .social-icons a {
  position: relative;
  margin-inline-end: 15px;
  font-size: 16px;
}
.footer-st3 .main-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.footer-st3 .main-links li {
  position: relative;
  width: 50%;
}
.footer-st3 .main-links li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  margin: 8px 0;
}
.footer-st3 .foot {
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .services-st3 .services-cards {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .services-st3 .services-cards .service-item {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .services-st3 .services-cards .service-item .card-cont {
    opacity: 1;
  }
  .services-st3 .services-cards .service-item .img {
    height: 330px !important;
  }
  .services-st3 .services-cards .service-item .info {
    padding-inline-end: 30px;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 100px;
  }
  .services-st3 .services-cards .service-item .float-title {
    display: none;
  }
  .contact-st3 .contact-box .bg {
    height: 70%;
  }
  
    header .fsz-80 {
        font-size: 45px !important;
    }
    header .fsz-18 {
        font-size: 15px !important;
    }
    
    .about-st3  .num-side  {
        text-align: center;
    }
    .about-st3 .img  {
        margin-bottom: 20px ;
    }

    .contact-st3 .contact-box .shap  {
        width: 75%;
        margin: auto;
    }
    .contact-st3 .contact-form {
        padding: 25px 4vw;
    }
    
    
    
}
/* ======= *//*# sourceMappingURL=style-trans.css.map */