/*welcome*/
.welcome{

}
.welcome::before {
    content: "welcome";
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: -5%;
    height: 350px;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: 'Montserrat';
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1;
}
.welcome-image{
    text-align: center;
    animation: floatAroundBig 8s ease-in-out infinite;
    position: relative;
    z-index: 5;
}
.welcome-to-kriyateev-img {
    width: 80%;
    position: relative;
    z-index: 5;
}
.wel-heading{

}
.wel-h2 {
    text-align: right;
}
.shine-kriyateev{
    font-size: 6rem;
}
.welcome-text{
    font-size: 5rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: 1;
    z-index: 5;
}
.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 1rem 0 0;
  text-align: center;
}

.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: rgb(255 255 255 / 10%);
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #fff;
    backdrop-filter: blur(50px);
}

.grid-item i {
  font-size: 2rem;
  color: #3FA2F6;
}

.grid-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.grid-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
}
/*welcome*/

/*why-kriyateev*/
.why-us{

}
.why-us::before{
    content: "why us?";
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: -5%;
    height: 350px;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: 'Montserrat';
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1
}
.why-circle-1 {
    top: 35%;
    right: 30%;
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
    width: 22rem;
    height: 22rem;
    position: absolute;
    bottom: 12.5%;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}
.why-circle-2 {
    top: 35%;
    left: 35%;
    background: radial-gradient(circle, rgb(63 162 246 / 60%) 0%, rgb(63 162 246 / 20%) 70%, transparent 100%);
    width: 22rem;
    height: 22rem;
    position: absolute;
    bottom: 12.5%;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}
.why-kriyateev-img{
    width: 85%;
    position: relative;
    top: 1rem;
}
.why-shine {
    font-size: 5rem;
    left: 0rem;
    position: relative;
}
.why-gradient {
    margin: 0 !important;
}
.why-shine {
    font-size: 5rem;
}
/*why-kriyateev*/

/*our-process-styles*/
.our-process{
    background-image: url(..//images/gradient-pattern.png);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: center center;
}
.our-process::before{
    content: "process";
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: -5%;
    height: 350px;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: 'Montserrat';
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1;
}
.animated-gradient-heading {
    position: relative;
    margin-bottom: 4rem;
    margin-top: 0rem;
    z-index: 5;
}
/*.process-grid-main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    top: 3rem;
}*/
.process-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}

.process-line {
  position: absolute;
  top: 5.5rem;
  left: calc(50% / 3);
  width: calc(100% - (50% / 3) * 2);
  height: 1px;
  background-color: #FFF;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s ease;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
  opacity: 0;
  transform: translateY(.1rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.process-step.show {
  opacity: 1;
  transform: translateY(0);
}

/*.process-number {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #b0c9ff;
  opacity: 0;
  transition: opacity 0.6s ease;
}*/

.process-number {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 8px;
    color: #AD49E1;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.dot {
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
    border-radius: 50%;
    margin: 0 auto 12px auto;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.process-step.show .process-number,
.process-step.show .dot {
  opacity: 1;
}

.process-step h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #3FA2F6;
}

/*.process-step p {
  font-size: 0.85rem;
  color: #bbb;
  max-width: 200px;
  margin: 0 auto;
}*/

.process-step p {
    font-size: 1rem;
    color: #FFF;
    margin: 0 auto;
    max-width: 350px;
}

/* Mobile - stack without line */
@media (max-width: 767px) {
  .process-wrapper {
    flex-direction: column;
  }
  .process-line {
    display: none;
  }
}
.circle1 {
    width: 20rem;
    height: 20rem;
    position: absolute;
    bottom: 12.5%;
    right: 2.5rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(63 162 246 / 60%) 0%, rgb(63 162 246 / 20%) 70%, transparent 100%);
    filter: blur(60px);
    z-index: 0;
}
.circle2 {
    width: 20rem;
    height: 20rem;
    position: absolute;
    top: 10%;
    left: 2.5rem;
    border-radius: 50%;
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
    filter: blur(75px);
    z-index: 0;
}
.process-circle-1{
    bottom: 35%;
    right: 37%;
    width: 21rem;
    height: 21rem;
}
.process-circle-2{
    top: 35%;
    left: 35%;
    width: 21rem;
    height: 21rem;
}
.our-process .circle1 {
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
}
.our-process .circle2 {
    background: radial-gradient(circle, rgb(63 162 246 / 60%) 0%, rgb(63 162 246 / 20%) 70%, transparent 100%);
}
/*our-process-styles*/

/*about*/
.about {
    background: #050516;
    background-image: radial-gradient(circle, rgb(255 255 255 / 5%) 0%, rgb(255 255 255 / 5%) 70%, transparent 100%);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center;
    animation: moveAllSides 5s ease-in-out infinite alternate;
}
.about::before{
    content: "about";
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 15%;
    height: 350px;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: 'Montserrat';
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1
}
/*.about-circle {
    top: 35%;
    right: 20%;
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
}*/
.about-circle {
    top: 35%;
    left: 10%;
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
    height: 25rem;
    width: 25rem;
}
.about-heading {
    margin-top: 0rem;
    margin-bottom: 0rem;
    top: 8rem;
    z-index: 0;
}/*
.stroke-text::after{
    position: absolute;
    inset: 0000;
    content: attr(data-content);
    z-index: 2;
    -webkit-text-stroke: 2px #d2d2d2;
    color: transparent;
}*/
.about-back {
    top: 15% ! IMPORTANT;
}
.about-center-image{
    position: relative;
    animation: floatAroundBig 8s ease-in-out infinite;
}
.about-img{
    width: 85%;
    z-index: 1;
    margin-top: 5rem;
}
.about-section {
    position: relative;
    top: 5rem;
}
.vm-grid{

}
.vm-grid-1 {
    position: relative;
    top: 2rem;
    text-align: right;
}
.vm-grid-2 {
    position: relative;
    top: 6rem;
    text-align: right;
}
.vm-col{

}
/*about*/

/*services*/
.services{
    background-image: url(..//images/gradient-pattern.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.services::before{
    content: "services";
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 15%;
    height: 350px;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: 'Montserrat';
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1
}
.os-circle-1 {
    width: 25rem;
    height: 25rem;
}
.services-heading {
    margin: 0rem;
    position: relative;
    z-index: 5;
}
.services-heading h2{
    margin: 0rem;
    position: relative;
    z-index: 5;
}
.services-text {
    font-size: 5rem;
    position: relative;
    left: 0;
    top: 0;
}
.ser-anc{
    color: #AD49E1;
}
.ser-anc:hover{
    color: #3FA2F6;
}
/*.ser-anc-icon{
    color: #FFF;
    transition-duration: .3s;
}*/
.ser-anc-icon {
    color: #FFF;
    transition-duration: .3s;
    background: #3FA2F6;
    padding: .25rem;
    border-radius: 50%;
    display: inline;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
.ser-anc:hover .ser-anc-icon {
    color: #AD49E1;
    transition-duration: .3s;
    transform: rotate(45deg);
    background: #FFF;
}
/*.ser-anc:hover .ser-anc-icon{
    color: #AD49E1;
    transition-duration: .3s;
    transform: rotate(45deg);
}*/
/*.floating-image {
  animation: floatAroundBig 8s ease-in-out infinite;
  display: inline-block;
}*/

.floating-services-section {
    position: relative;
    animation: floatAroundBig 8s ease-in-out infinite;
    z-index: 5;
}
.floating-services {
    padding: .75rem 3rem;
    font-size: 16px;
    color: #050516;
    font-weight: 700;
    /*border-radius: 8px;*/
    box-shadow: 0 2px 8px rgb(5 5 22);
}
.floating-services::before {
    content: "";
    height: .6rem;
    width: .6rem;
    background-color: #050516;
    border-radius: 100%;
    z-index: 2;
    position: absolute;
    top: 1.25rem;
    left: 1rem;
}
.floating-services-1 {
    background: linear-gradient(to right, #FFF 0%, #3FA2F6 100%);
    position: absolute;
    transform: rotateZ(-15deg);
    z-index: 0;
    left: 0rem;
    top: -2rem;
    /*perspective: 1000px;
    display: inline-block;
    transform: rotateZ(350deg) rotateX(20deg) rotateY(345deg) translateZ(0px);
    transform-style: preserve-3d;*/
    /*left: -4rem;
    top: -1rem;*/
}
.floating-services-2 {
    background: linear-gradient(to right, #FFF 0%, #AD49E1 100%);
    position: absolute;
    transform: rotateZ(20deg);
    left: 12rem;
    bottom: 13rem;
    z-index: 1;
    /*perspective: 1000px;
    display: inline-block;
    transform: rotateZ(25deg) rotateX(20deg) rotateY(345deg) translateZ(0px);
    transform-style: preserve-3d;*/
}
/*.floating-services-3 {
    background: linear-gradient(to right, #FFF 0%, #AD49E1 100%);
    position: absolute;
    transform: rotate(-15deg);
    top: 3rem;
    left: 7rem;
    z-index: 0;
}*/
.floating-services-3 {
    background: linear-gradient(to right, #FFF 0%, #AD49E1 100%);
    position: absolute;
    transform: rotate(-15deg);
    top: 4rem;
    left: 7rem;
    z-index: 0;
    /*perspective: 1000px;
    display: inline-block;
    transform: rotateZ(349deg) rotateX(340deg) rotateY(345deg) translateZ(0px);
    transform-style: preserve-3d*/
}
.floating-services-4 {
    background: linear-gradient(to right, #FFF 0%, #3FA2F6 100%);
    position: absolute;
    left: -2rem;
    top: 10rem;
    transform: rotate(20deg);
}
.floating-services-5 {
    background: linear-gradient(to right, #FFF 0%, #3FA2F6 100%);
    position: absolute;
    left: 15rem;
    transform: rotate(-40deg);
    top: 4rem;
    /*perspective: 1000px;
    display: inline-block;
    transform: rotateZ(340deg) rotateX(15deg) rotateY(345deg) translateZ(0px);
    transform-style: preserve-3d*/
}
.floating-services-6 {
    background: linear-gradient(to right, #FFF 0%, #AD49E1 100%);
    position: absolute;
    transform: rotate(-28deg);
    /*top: 17rem;*/
    top: 15.5rem;
    left: -3rem;
}
/*.floating-services-7 {
    background: linear-gradient(to right, #FFF 0%, #AD49E1 100%);
    position: absolute;
    transform: rotate(-6deg);
    top: 10rem;
    right: 3rem;
}*/
.floating-services-7 {
    background: linear-gradient(to right, #FFF 0%, #AD49E1 100%);
    position: absolute;
    transform: rotate(6deg);
    top: 18rem;
    left: 15rem;
}
/*.floating-services-8 {
    background: linear-gradient(to right, #FFF 0%, #AD49E1 100%);
    position: absolute;
    left: 11rem;
    transform: rotate(14deg);
    top: 21rem;
}*/
.floating-services-8 {
    background: linear-gradient(to right, #FFF 0%, #3fa2f6 100%);
    position: absolute;
    left: 5rem;
    transform: rotate(30deg);
    top: 19rem;
}
/*.floating-services-9 {
    background: linear-gradient(to right, #FFF 0%, #3FA2F6 100%);
    position: absolute;
    transform: rotate(-6deg);
    right: 7rem;
    top: 16rem;
}*/
.floating-services-9 {
    background: linear-gradient(to right, #FFF 0%, #AD49E1 100%);
    position: absolute;
    transform: rotate(-22deg);
    left: 18rem;
    top: 11.25rem;
}

@keyframes floatAroundBig {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(30px, -40px);
  }
  40% {
    transform: translate(60px, 20px);
  }
  60% {
    transform: translate(30px, 40px);
  }
  80% {
    transform: translate(-10px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}


/*services*/

/*portfolio*/
.port-grading{
    margin: 0rem;
}
.port-h2{
    margin-bottom: .5rem !important;
}
.port-shine{
    position: relative;
    top: 0;
    left: 0;
}
/*portfolio*/


/*team*/
/*.team-section {
    background-image: url(..//images/gradient-pattern.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: bottom left;
}*/
.team-section {
    background-image: url(..//images/gradient-pattern.png);
    background-size: 750px;
    background-repeat: no-repeat;
    background-position: center left;
}
.team-section::before{
    content: "team";
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 15%;
    height: 350px;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: "Montserrat";
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1
}
.team-heading {
  font-size: 2rem;
  font-weight: bold;
}

.team-description {
  font-size: 1rem;
}

.team-carousel-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  /*height: 400px;*/
  height: 100%;
  overflow: hidden;
  transform: rotate(5deg);
}

/* Each scroll group */
.scroll-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.scroll-track {
  display: flex;
  flex-direction: column;
  animation: scroll-down 20s linear infinite;
  gap: 3rem;
}

.group-2 .scroll-track {
  animation: scroll-up 20s linear infinite;
}

/* Vertical Animations */
@keyframes scroll-down {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scroll-up {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* Card styling */
/*.team-card {
  text-align: center;
  padding: 1rem;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  color: #fff;
  max-width: 160px;
  margin: 0 auto;
}*/

.team-card {
    text-align: center;
    padding: 1rem;
    /*background: rgba(255, 255, 255, 0.08);*/
    /*background: #FFF;*/
    background: linear-gradient(45deg, #3FA2F6, transparent);
    border-radius: 1rem;
    color: #fff;
    width: 85%;
    height: auto;
    margin: 0 auto;
}

.team-image {
    padding: 1rem 1rem 0;
}

.team-card img {
    width: 100%;
    margin-bottom: 0.5rem;
    border-radius: 1rem;
}

.team-card h5 {
    font-weight: 700;
    color: #FFF;
    margin-bottom: .25rem;
}

.team-card p {
  font-size: 1rem;
  color: #FFF;
  margin-bottom: .25rem;
}
/*.team-circle {
    top: 35%;
    right: 70%;
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
}*/
.team-circle {
    top: 30%;
    left: 8%;
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
    width: 25rem;
    height: 25rem;
}
/* Responsive Layout */
@media (max-width: 991px) {
  .team-carousel-wrapper {
    flex-direction: column;
    height: auto;
  }

  .scroll-container {
    height: 180px;
    width: 100%;
  }

  .scroll-track {
    flex-direction: row;
    animation: scroll-left 10s linear infinite;
    gap: 1.5rem;
  }

  .group-2 .scroll-track {
    animation: scroll-right 10s linear infinite;
  }

  @keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  .team-card {
    min-width: 150px;
  }
}
/*team*/

/*testimonials*/
.testimonial-marquee {
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /*height: 100px;*/
  display: flex;
  align-items: center;
  height: 10.5rem;
}

.marquee-content {
  display: inline-flex;
  animation: marquee 20s linear infinite;
}

.marquee-bottom .marquee-content {
  animation-direction: reverse;
}

.card {
    background: #050516;
    color: #fff;
    border-radius: 1rem;
    padding: 1.5rem 2.5rem;
    margin: 0 2.25rem;
    font-size: 1rem;
    white-space: nowrap;
    border: 3px solid #3FA2F6;
    box-shadow: 0 0 2.5rem rgb(63 162 246 / 50%);
}

/* Animation */
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/*testimonials*/

/*blog*/
.blog {
    background-image: url(..//images/gradient-pattern.png);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.blog::before{
    content: "blogs";
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    height: 350px;
    right: 50%;
    top: 15%;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: "Montserrat";
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1;
}
/*.blog-circle{
    top: 40%;
    right: 5%;
    background: radial-gradient(circle, rgb(63 162 246 / 60%) 0%, rgb(63 162 246 / 20%) 70%, transparent 100%);
    width: 20rem;
    height: 20rem;
    position: absolute;
    bottom: 12.5%;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}*/
.blog-circle {
    top: 20%;
    right: 10%;
    background: radial-gradient(circle, rgb(63 162 246 / 60%) 0%, rgb(63 162 246 / 20%) 70%, transparent 100%);
    width: 25rem;
    height: 25rem;
    position: absolute;
    bottom: 12.5%;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}
.blog-section h2 {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 15px;
    }

    .blog-section p.lead {
      font-size: 1.1rem;
      color: #444;
    }

    .blog-list {
        position: relative;
        z-index: 10;
    }

    .blog-item-1{
        padding-top: 0rem !important;
    }

    .blog-list .blog-item {
      padding: 1.5rem 0;
      border-bottom: 2px solid #FFF;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }

    .blog-meta {
      flex: 0 0 150px;
      max-width: 150px;
      font-size: 1rem;
      color: #FFF;
    }

    .blog-meta strong {
      display: block;
      font-weight: 600;
      color: #FFF;
      font-size: 1rem;
    }

    .blog-content {
      flex: 1;
      padding-right: 20px;
    }

    .blog-content h5 {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 8px;
    }

    .blog-content h5 a {
      text-decoration: none;
      color: #AD49E1;
      transition: color 0.2s ease-in-out;
    }

    .blog-content h5 a:hover {
      color: #3FA2F6; /* hover effect */
    }

    .blog-content p {
      font-size: 1rem;
      color: #FFF;
      margin-bottom: 0;
    }

    .blog-link {
      white-space: nowrap;
      font-weight: 500;
      color: #FFF;
      text-decoration: none;
      align-self: flex-start;
      transition-duration: 0.2s;
      text-decoration: underline;
    }

    .blog-link:hover {
      transition-duration: 0.2s;
      text-decoration-color: #3FA2F6;
      color: #3FA2F6;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .blog-item {
        flex-direction: column;
      }
      .blog-meta {
        max-width: 100%;
        margin-bottom: 5px;
      }
      .blog-link {
        margin-top: 10px;
      }
    }

/*blog*/

/*partners*/
/*.partners {
    padding: 2rem 0;
}*/
.partners {
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

@keyframes scrollLTR {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 2rem 0;
}

.logo_items {
  display: inline-flex;
  animation: scrollLTR 25s linear infinite;
}

.logo_items img {
  height: 100px;
  margin-right: 2.5rem;
  flex-shrink: 0;
}

/* Optional gradient overlays */
/*.logos::before,
.logos::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logos::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.logos::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}*/

.logos:hover .logo_items {
  animation-play-state: paused;
}

/*partners*/

/*contact*/
.contact:before {
    content: "reach us";
    font-size: 18.5rem;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    height: 350px;
    right: 50%;
    top: 5%;
    color: #fff;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    opacity: .03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    filter: alpha(opacity=3);
    font-weight: 900;
    font-family: "Montserrat";
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1;
}
/*.contact-circle{
    top: 40%;
    right: 5%;
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
    width: 20rem;
    height: 20rem;
    position: absolute;
    bottom: 12.5%;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0
}*/
/*.contact {
    background-image: url(..//images/gradient-pattern.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center center;
}*/
.contact-circle-2 {
    top: 35%;
    left: 35%;
    width: 21rem;
    height: 21rem;
    background: radial-gradient(circle, rgb(63 162 246 / 60%) 0%, rgb(63 162 246 / 20%) 70%, transparent 100%);
}
.contact-circle-1 {
    bottom: 35%;
    right: 37%;
    width: 21rem;
    height: 21rem;
    background: radial-gradient(circle, #ad49e180 0%, #ad49e11a 70%, transparent 100%);
}
.contact-info {
    position: relative;
    z-index: 5;
}
.contact-anc {
    color: #3FA2F6;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}
.contact-anc:hover {
    color: #FFF;
}
.contact-anc:hover .contact-icon {
    color: #AD49E1;
}
.contact-icon{
    color: #FFF;
}
/*contact*/


/*responsive*/
@media (min-width: 992px) and (max-width: 1199px){
/*banner*/
    .banner-main {
        background-size: cover;
    }
/*process*/
    .process-step{
        padding: 0 2rem;
    }
    .our-process::before{
        font-size: 12rem;
        top: 30%;
    }
}