
@media (max-width: 575px){
  #particles_styling_div{
    height:100vh !important;
  }
    #text-heading{
    top:40%;
    width:100%;
    left: 0%;
    color: #000000!important;
    }
    #text-heading h2{
     color: #000000!important; 
    }
    #text-div{
    top:60%;
    width:100%;
    color: #000000!important;
  }
#text-div img{
  float: right;
  margin-right: 7%;
    width:100%;
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px){
#particles_styling_div{height:100vh !important;}

 #text-heading{
  top:15%;
    width:100%;
    left: 0%;
    color: #000000!important;
 }
 #text-heading h2{
     color: #000000!important; 
     font-size: 10px !important;
    }
 #text-div{
    top:30%;
    width:100%;
  color: #000000!important;}
#text-div img{
  float: right;
  margin-right: 7%;
    width:50%;
    display: none;
  }
  }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px){
#particles_styling_div{height:100vh !important;}

 #text-heading{
  top:50%;
    width:100%;
    left: 0%;
    color: #000000!important;
 }
 #text-heading h2{
     color: #000000!important; 
    }
 #text-div{
    top:70%;
    width:100%;
  color: #000000!important;}
#text-div img{
  float: right;
  margin-right: 7%;
    width:70%;}
  }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px){
 #particles_styling_div{height:100vh !important;}
  #text-heading{
    top:50%;
    width:100%;
    left: 12%;
  }
  #text-div{
    top:70%;
    width:100%;}
#text-div img{
  float: right;
  margin-right: 7%;
    width:35%;}

  }

@media (min-width: 1200px) and (max-width: 1440px){
  #particles_styling_div{height:100vh !important;}

 #text-heading{
  top:50%;
    width:100%;
    left: 6%;
 }
 #text-div{
    top:70%;
    width:100%;}
#text-div img{
  float: right;
  margin-right: 7%;
    width:35%;
    
    /* height:50%; */
}
  }
@media screen and (min-width: 1441px) {
#particles_styling_div{height:100vh !important;}
 #text-heading{
  top:50%;
    width:100%;
    left: 6%;
 }
 #text-div{
    top:70%;
    width:100%;}
#text-div img{
  float: right;
  margin-right: 7%;
    width:35%;
    
    /* height:50%; */
}

 
}
@media screen and (min-width: 1922px) {
#particles_styling_div{height: 100vh !important;}
 #text-heading{
  top:50%;
    width:100%;
    left: 6%;
 }
 #text-div{
    top:50%;
    width:100%;
    
}
#text-div img{
  float: right;
  margin-right: 7%;
    width:35%;
    
    /* height:50%; */
}
  }
        /* Media Queries  */
#particles_styling_div{
    width: 100%;
    background-color: #7C6CA7;
    position: relative;
}

#inner-div {
    #particles_styling {
    height: 89vh;
    width: 100%;
    background-color: #7C6CA7;
    position: relative;
}

#inner-div {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4; /* Adjust this value */
}

    .get-started-btn {
    border: 1px solid #f37135;
    color: #F0F6FC;
    background-color: #000;
    padding: 8px 12px;
    font-size: 17px;
    border-radius: 7px;
    cursor: pointer;
    animation-duration: 4s;
    /* margin-top:200px; */
}

/* Adjust particle color and opacity */
.particles-js-canvas-el {
    background-color: transparent;
    z-index: 0;
}
}
 #text-heading{
  position: absolute;
  top: 30%;
  color:white; font-size: 16px;
 }
#text-div {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
#inner-div .row .svg1{
    -webkit-transform: scaleX(-1);
    position:absolute;
}
#inner-div .row .svg2{
    -webkit-transform: scaleX(-1);
    position:absolute;
}
#inner-div .row .svg3{
    -webkit-transform: scaleX(-1);
    position:absolute;
}
.iq-fancy-boxnew {
   margin:30px 0px !important;
   transition:0.7s;
}

.iq-fancy-boxnew:hover{box-shadow:-5px -5px #000;}
.iq-tw-3{color:#000 !important;}
.road-map-main {
  margin: 50px 0 51px;
  .road-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 175px;
    @media (max-width: 991px) {
      margin-bottom: 25px;
      height: auto;
      display: block;
    }

    &::before {
      content: "";
      width: 100%;
      clear: both;
      display: block;
    }
    &::after {
      content: "";
      width: 100%;
      clear: both;
      display: block;
    }
    .road-map-circle {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: 25px solid transparent;
      border-top-color: #7C6CA7;
      border-right-color: #7C6CA7;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(45deg);
      @media (max-width: 992px) {
        position: unset;
        border: 25px solid #7C6CA7;
      }

      .road-map-circle-text {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background-color: #f37135;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        text-transform: capitalize;
        color: #fff;
        box-shadow: 0px 0px 10px 5px #00000021;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
      }
    }
    .road-map-card {
      width: 35%;
      // float: right;
      background: #7C6CA7;
      padding: 20px 20px;
      z-index: 1;
      position: absolute;
      right: 0;
      border-radius: 5px;
      &::before {
        content: "";
        width: 25%;
        height: 20px;
        background: #7C6CA7;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -23%;
        z-index: -1;
      }
      @media (max-width: 991px) {
        width: 100%;
        margin-top: 30px;
        position: unset;
        &::before {
          content: "";
          width: 20px;
          height: 30%;
          top: 50%;
          transform: translateX(-50%);
          left: 50%;
        }
      }
      @media (max-width: 425px) {
        top: 45%;
      }
      .card-head {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 15px;
        color: #fff;
      }
      .card-text {
        color: #fff;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        @media (max-width: 1199px) {
          -webkit-line-clamp: 4;
        }
      }
    }
    &:nth-of-type(even) {
      .road-map-circle {
        border-bottom-color: #7C6CA7;
        border-left-color: #7C6CA7;
        border-top-color: transparent;
        border-right-color: transparent;
        @media (max-width: 991px) {
          border-color: #7C6CA7;
        }
      }
      .road-map-card {
        // float: left;
        left: 0;
        &::before {
          right: -23%;
          left: unset;
          @media (max-width: 991px) {
            content: "";
            width: 20px;
            height: 30%;
            top: 50%;
            transform: translateX(-50%);
            left: 50%;
          }
          @media (max-width: 425px) {
            top: 45%;
          }
        }
      }
    }
  }
}
   @keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.animated-image {
  animation: bounce 1s ease-in-out 0s infinite alternate;
  width: 50%;
}
@media (max-width: 768px) {
   .col-lg-6 {
      width: 100%;
   }
}


.swiper-container {
  border-radius: 5px;
  width: 70vw;
  overflow: hidden;
  height: fit-content;
  height: fit-content;
  font-size: 50px;
  position: relative;
  padding-bottom: 50px;
  font-family: sans-serif;
}

.swiper-slide {
  width: auto;
  height: fit-content;
  display: flex;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  font-family: Nunito;
  background-color: #f37135;

}

.swiper-slide .ImgHolder {
  background: radial-gradient(circle, #BAB3D5, #694B99) !important;
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px;
  border-bottom-left-radius: 20px;

}

.ContentHolder::before {
  background: radial-gradient(circle, #BAB3D5, #694B99) !important;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  z-index: -1;
  right: 0px;
}

.ContentHolder {
  position: relative;
  padding: 10px;
  background-color: #f37135;
  border-top-right-radius: 20px;
}

.swiper-pagination-bullet {
  background-color: #f37135;
  opacity: 1;
  border: 1px solid #694B99;
}

.swiper-pagination-bullet-active {
  background: radial-gradient(circle, #BAB3D5, #694B99) !important;
}

.swiper-button {
  border: 1px solid #f37135;
}

.swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
  border: 3px solid #694B99;
  outline: 2px solid #f37135;
}

.swiper-slide h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

.swiper-slide p {
  font-size: 0.9rem;
  padding: 5px;
}

@media (max-width:638px) {
  .swiper-container {
    width: 100%;
  }
}

@media (max-width:500px) {
  .swiper-container {
    width: 70vw;
  }
}

@media (max-width:300px) {
  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    border-radius: 0px;
  }

  .swiper-container .ImgHolder {
    border-radius: 0px;
  }
  .ContentHolder{
    border-radius: 0px;
  }
}
 .counter{
    font-family: 'Poppins', sans-serif;
    padding: 15px 0 0;
}
.counter .counter-value{
    color: #fff;
    background: radial-gradient(circle, #BAB3D5, #694B99) !important;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}
.counter .counter-content{
    color: #000000;
    background: #fff;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 130px 25px 25px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.counter .counter-content:before{
    content: "";
    background: radial-gradient(circle, #BAB3D5, #694B99) !important;
    width: 100%;
    height: 90%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transform: translateX(-50%);
    position: absolute;
    top: -65px;
    left: 50%;
}
.counter h3{
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 21px;
    margin: 0;
}
.counter.orange .counter-content{ color: #e84a16; }
.counter.orange .counter-value {
    background: #694B99 !important;
}
.counter.orange .counter-content:before{
    background: radial-gradient(circle, #BAB3D5, #694B99) !important;
}

@media screen and (max-width:990px) {
    .counter{ margin-bottom: 40px; }
}