.product-fundcard .card-line {
  padding: 10px;
  display: flex;
}

@media (min-width: 1200px) {
  .product-fundcard .card-line {
    padding: 0.732vw;
  }
}


/* ------------------------------------------------------- */

.strategy-cards {
  position: relative;
  margin-top: 60px;
  padding-top: 35px;
  padding-bottom: 60px;
}

.strategy-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #464646;
}

.strategy-cards::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #e3644b;
  animation: moveBorder 8s infinite ease-in-out;
}

.strategy-card {
  position: relative;
  height: 100%;
  transition: 0.4s ease;
}

.strategy-card h5 {
  /* color: rgba(255, 255, 255, 0.85); */
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}

.strategy-card:hover {
  transform: translateY(-5px);
}

@keyframes moveBorder {
  0% {
    left: 0%;
  }

  20% {
    left: 0%;
  }

  25% {
    left: 20%;
  }

  40% {
    left: 20%;
  }

  45% {
    left: 40%;
  }

  60% {
    left: 40%;
  }

  65% {
    left: 60%;
  }

  80% {
    left: 60%;
  }

  85% {
    left: 80%;
  }

  100% {
    left: 80%;
  }
}

@media (min-width: 1200px) {
.strategy-cards {
  margin-top: 4.392vw;
  padding-top: 2.562vw;
  padding-bottom: 4.392vw;
}
}

@media (max-width: 991px) {
  .strategy-card {
    position: relative;
    padding: 32px 26px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    height: 100%;
    transition: 0.3s ease;
    overflow: hidden;
    min-height: 200px;
  }
  .strategy-cards {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .strategy-cards .col-lg-2,
  .strategy-cards .col-md-4,
  .strategy-cards .col-6 {
    padding: 0;
  }

  .strategy-cards::before,
  .strategy-cards::after {
    display: none;
  }

  .strategy-cards .row {
    padding:0px 10px;
  }

  .strategy-card:hover {
    transform: translateY(0px);
    /* border-color: transparent; */
  }

  .strategy-card::before,
  .strategy-card::after,
  .strategy-card .border-span::before,
  .strategy-card .border-span::after {
    content: "";
    position: absolute;
    background: #e3644b;
    transition: 0.4s ease;
  }

  .strategy-card::before {
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
  }

  .strategy-card::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 0%;
  }

  .strategy-card .border-span::before {
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
  }

  .strategy-card .border-span::after {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0%;
  }

  .strategy-card:hover::before {
    width: 100%;
    transition-delay: 0s;
  }

  .strategy-card:hover::after {
    height: 100%;
    transition-delay: 0.3s;
  }

  .strategy-card:hover .border-span::before {
    width: 100%;
    transition-delay: 0.6s;
  }

  .strategy-card:hover .border-span::after {
    height: 100%;
    transition-delay: 0.8s;
  }
}

@media (max-width: 450px) {
  .strategy-card {
    width: 100% !important;
  }

  .strategy-cards .col-6 {
    width: 100% !important;
  }
}




/* -------------------------------------------- */
.feature-card {
  position: relative;
  padding: 32px 26px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  height: 100%;
  transition: 0.3s ease;
}

.card-number {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.12);
  margin-bottom: 25px;
}

.features-wrap .col-12,
.features-wrap .col-sm-6,
.features-wrap .col-md-4,
.features-wrap .col-lg-3 {
  padding: 0;
}

.feature-card {
  margin-right: -1px;
  margin-bottom: -1px;
  min-height: 250px;
}

.feature-card:hover {
  border-color: transparent;
  border-image: linear-gradient(180deg, #e3644b, #005d61)1;
  box-shadow: 0 0 0 1px rgba(0, 93, 97, 0.25);
}

@media (min-width: 1200px) {
  .feature-card {
    padding: 2.343vw 1.171vw;
  }

  .card-number {
    margin-bottom: 1.83vw;
  }

  .feature-card {
    min-height: 18.302vw;
  }
}

/* ------------------------------------------------------------------------------------ */

.movingArrow {
  stroke: #e2644b;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}

.infiniteSVG {
  padding: 100px 0px;
}

.infinitedesign {
  position: relative;
}

.infinitedesign h5 {
  position: absolute;
  color: white;
  max-width: 160px;
  text-align: center;
}

.text1 {
  top: 10%;
  left: 20%;
}

.text2 {
  top: 50%;
  left: 5%;
}

.text3 {
  bottom: 12%;
  left: 22%;
}

.text4 {
  bottom: 5%;
  left: 50%;
}

.text5 {
  top: 70%;
  right: 10%;
}

.text6 {
  top: 15%;
  right: 10%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .text1 {
    top: 5%;
    left: 20%;
  }

  .text2 {
    top: 40%;
    left: 6%;
  }

  .text3 {
    bottom: 12%;
    left: 22%;
  }

  .text4 {
    bottom: 5%;
    left: 50%;
  }

  .text5 {
    top: 60%;
    right: 12%;
  }

  .text6 {
    top: 15%;
    right: 12%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .infinitedesign h5 {
  position: absolute;
  color: white;
  max-width: 145px;
  font-size:16px;
  text-align: center;
}

  .text1 {
    top: 10%;
    left: 15%;
  }

  .text2 {
    top: 40%;
    left: 0%;
  }

  .text3 {
    bottom: 15%;
    left: 22%;
  }

  .text4 {
    bottom:8%;
    left: 50%;
  }

  .text5 {
    top: 60%;
    right: 2%;
  }

  .text6 {
    top: 15%;
    right: 5%;
  }
}


@media (min-width: 1200px) {
  .infiniteSVG {
    padding: 7.321vw 0;
  }

  .infinitedesign h5 {
    max-width: 11.713vw;
  }
}

@media (max-width: 767px) {
  .infiniteSVG {
    padding: 150px 20px;
  }
  .infiniteSVG-wrapper{
    position:relative;
    width:100%;
    height:350px; 
    overflow:visible;
    transform: rotate(90deg);
    transform-origin: center;
  }
  

}

@media (min-width: 480px) and (max-width: 767px) {
  .infiniteSVG {
    padding: 150px 20px;
  }
  
  .text1 {
  top: 20%;
  left: 70%;
}

.text2 {
  top: 5%;
  left: 35%;
}

.text3 {
  bottom: 65%;
  left: 0%;
}

.text4 {
  bottom: 40%;
  left: 0%;
}

.text5 {
  top: 85%;
  right: 35%;
}

.text6 {
  top: 70%;
  right: 0%;
}
}


@media (max-width: 479px) {
  .infiniteSVG {
    padding: 80px 20px;
  }
  .infinitedesign h5 {
    max-width: 120px;
}


  .text1 {
  top: 20%;
  left: 70%;
}

.text2 {
  top: 0%;
  left: 35%;
}

.text3 {
  bottom: 65%;
  left: 0%;
}

.text4 {
  bottom: 45%;
  left: 0%;
}

.text5 {
  top: 80%;
  right: 35%;
}

.text6 {
  top: 70%;
  right: 0%;
}
}

@media (max-width: 400px) {
    .text2 {
        top: 10%;
        left: 35%;
    }
}


/* -------------------------------------- */
.productBar {
  width: 100%;
  /* max-width: 1080px; */
  background: #000;
  padding: 24px;
  border-radius: 14px;
}

.chart-wrap {
  position: relative;
  height: 520px;
  width: 100%;
}

/*
    DATA STORAGE
    Wordpress se sirf ye values change karni hongi
  */
#chartData {
  display: none;
}

/* ------------------------------------------ */
/* 
.line {
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: draw 15s linear forwards;
}

.node {
  fill: #0b0b0b;
  stroke: white;
  stroke-width: 2;
  transition: all 0.5s ease-in-out;
}

.node.active {
  stroke: #005d61;
}

.label {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.label.show {
  opacity: 1;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
} */

.line {
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;

  /* REMOVE CSS ANIMATION */
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}

.node {
  fill: #0b0b0b;
  stroke: white;
  stroke-width: 2;

  transition: all 0.4s ease;
}

.node.active {
  stroke: #005d61;
  /* fill: #005d61; */

  /* filter: drop-shadow(0 0 8px #005d61); */
}

.label {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.label.show {
  opacity: 1;
}

.product-linepoint {
  position: relative;
}

.product-linepoint h6 {
  font-weight: 400;
  max-width: 170px;
  color: white;
  text-align: center;
  position: absolute;
}
@media (min-width: 1200px) {
  .product-linepoint h6 {
    max-width: 12.445vw;
  }
}

#t1 {
  top: 3%;
  left: 5%;
}

#t2 {
  top: 15%;
  left: 12%;
}
#t3 {
  left: 44%;
}

#t4 {
  bottom: -10%;
  left: 14%;
}

#t5 {
  bottom: 25%;
  left: 25%;
}

#t6 {
  bottom: 21%;
  left: 41%;
}
#t7 {
  top: 14%;
  left: 41%;
}

#t8 {
  top: 0%;
  right: 19%;
}

#t9 {
  top: 60%;
  right: 30%;
}

#t10 {
  top: 0%;
  right: 7%;
}

#t11 {
  bottom: 2%;
  right: 5%;
}

#t12 {
  bottom: -5%;
  right: 40%;
}

.product-linepoint {
    position: relative;
    overflow: visible;
}

/* Mobile */
@media (max-width: 767px) {

    .product-linepoint {
        padding: 80px 20px 100px; /* top bottom spacing */
    }

    .product-linepoint svg {
        width: 100%;
        height: auto;
        transform: rotate(90deg);
        transform-origin: center;
        margin: 120px 0;
    }

    .product-linepoint h6 {
        max-width: 120px;
        font-size: 12px;
        line-height: 1.4;
    }

    /* Reposition labels for mobile */
    #t1  { top: -10px; left: 10px; }
    #t2  { top: 40px; left: 30px; }
    #t3  { top: 10px; right: 20px; }

    #t4  { bottom: -20px; left: 20px; }
    #t5  { bottom: 100px; left: 50px; }
    #t6  { bottom: 120px; left: 150px; }

    #t7  { top: 120px; right: 50px; }
    #t8  { top: 60px; right: 10px; }

    #t9  { top: 250px; right: 60px; }
    #t10 { bottom: 180px; right: 10px; }

    #t11 { bottom: 40px; right: 20px; }
    #t12 { bottom: 10px; left: 50%; transform: translateX(-50%); }
}

.svg-wrapper{
    position:relative;
    width:100%;
    height:700px; /* mobile me enough space */
    overflow:visible;
}

@media(max-width:767px){

    .svg-wrapper{
        height:900px; /* rotate hone ke baad extra height */
    }

    .svg-wrapper svg{
        position:absolute;
        top:50%;
        left:50%;

        width:140%;      /* size increase */
        height:auto;

        transform:translate(-50%,-50%) rotate(90deg);
        transform-origin:center;
    }
}


@media(max-width:767px){

    .product-linepoint{
        padding:120px 20px;
    }

    .svg-wrapper{
        height:1000px;
    }

    .svg-wrapper svg{
        position:absolute;
        top:50%;
        left:50%;

        width:170%;
        max-width:none;

        transform:translate(-50%,-50%) rotate(90deg);
    }
}