.AnimationContainer {
  display: flex;
  font-family: var(--plus-jakarta);
  align-items: center;
  gap: 4%;

}

.AnimationContainer2 {
  display: flex;
  font-family: var(--plus-jakarta);
  align-items: center;

  gap: 4%;

}

.left-panel {

  padding: 50px;
  height: 80%;
  width: 80%;
  background-color: transparent;

}



.right-panel {

  padding: 20px;
  display: flex;
  justify-self: center;
  margin-right: 2.5rem;
  width: 90%;
  height: 40rem;
  align-items: center;

}


.left-panel2 {

  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.right-panel2 {

  padding: 50px;
  margin-right: 0.7rem;
  height: 38rem;
  width: 90%;

  background-color: transparent;
}

.headingAni {
  text-align: start;
  cursor: pointer;
  color: #888;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 31px;
  border-bottom: 1px solid #273720;
}

.active {
  color: black;
}

.default-content {
  z-index: 2;
  display: block;
  margin-bottom: 10px;
  text-align: justify;
}

.LearnMoreBtn {
  width: 7rem;
  height: 3rem;
  font-weight: 600;
  margin-bottom: 1%;
  border-radius: 6px;
  color: #46467c;
  background-color: #c3c3f7;
  border: 1px solid #c3c3f7;
}

.LearnMoreBtn:hover {
  transition: 0.4s;
  color: rgb(151, 104, 111);
  background-color: rgb(241, 209, 214);
  border: 1px solid rgb(255, 234, 237);
}

.Animation1Ptag {
  font-size: 20px;
  padding-bottom: 2%;
}



.headingAni {
  cursor: pointer;
  color: #888;
  margin-bottom: 10px;
}

.active {
  color: black;
}

/* p,
img {
    margin-top: 0;
    max-width: 100%;
    height: auto;
} */

.default-content {
  display: block;
}

.Aimations3D {
  /* background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  border: 1px solid rgba(16, 24, 40, 0.03);
  box-shadow: 1px 1px 45px;
  height: 85%;
  width: 90%;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08); */
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  /* box-shadow: 1px 1px 45px; */
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  /* width: 95%; */

}

.Animatiions3Djson {
  box-shadow:
    78px 78px 66px 0px rgba(0, 0, 0, 0.05),
    -35px 35px 49px 0px rgba(0, 0, 0, 0.09),
    0px 12px 27px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  height: 80%;
  width: 100%;
  /* margin-top: 8%; */




}

.Animation1HeadingContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--plus-jakarta);
}

.Animation1Heading {
  font-size: 78px;
  font-weight: 400;
  color: rgba(25, 0, 65, 1) !important;
  color: var(--AnimationHeading);
  padding: 0%;
  margin-top: 1%;
  margin-bottom: 1%;
}

.Animation1PreHeading {
  font-size: 20px;
  font-weight: 400;
  margin-top: 2%;
  color: rgba(25, 0, 65, 1) !important;
  color: var(--AnimationHeading);
  /* margin-bottom: 1%; */
}

.Animation1PreHeading2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 2%;
  color: rgba(25, 0, 65, 1) !important;
  color: var(--AnimationHeading);
  /* margin-bottom: 1%; */
}

.Animation2Heading {
  font-size: 78px;
  font-weight: 400;
  margin-top: 1%;
  margin-bottom: 1%;
  width: 60%;
  color: var(--primaryTextColor);
  text-align: center;
  padding: 0%;
}

/* for mobile view css */
@media (max-width: 968px) {
  .Animation1HeadingContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--plus-jakarta);
    margin-top: 10%;
    gap: 12%;
    /* height: 15vh; */
  }

  .AnimationContainer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;

    /* margin-top: 20%; */
    /* height: 100vh; */
  }

  .AnimationContainer2 {
    display: flex;
    flex-direction: column;
    align-items: center;

    /* margin-top: 20%;
    height: 100vh; */
  }

  .Aimations3D {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    border: 1px solid rgba(16, 24, 40, 0.03);
    /* box-shadow: 0px 1px 4px; */
    height: 75%;
    width: 100%;
    /* box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03); */

    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  }

  .Animatiions3Djson {
    width: 80%;
    margin: 0px auto;
  }

  .right-panel {
    margin-right: 0rem;
    height: 30rem;
  }

  .Animation1Heading {
    font-size: 20px;
    font-weight: 400;
    color: rgba(25, 0, 65, 1) !important;
    color: var(--AnimationHeading);
    padding: 0%;
    margin: 0% 0%;
  }

  .Animation1PreHeading {
    font-size: 12px;
    font-weight: 400;
    margin: 2% auto;
    color: rgba(25, 0, 65, 1) !important;
    color: var(--AnimationHeading);
    /* margin-bottom: 1%; */
  }

  .Animation1PreHeading2 {
    font-size: 14px;
    font-weight: 400;
    margin: 2% auto;
    color: rgba(25, 0, 65, 1) !important;
    color: var(--AnimationHeading);
    width: 75%;
    /* margin-bottom: 1%; */
  }

  .Animation2Heading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 60%;
    color: var(--AnimationHeading);
    text-align: center;
    padding: 0%;
  }



  .headingAni {
    text-align: start;
    cursor: pointer;
    color: #888;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #273720;
  }

  .Animation1Ptag {
    font-size: 12px;
    padding-bottom: 2%;
  }
}

@media (max-width: 480px) {
  .Animation1HeadingContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--plus-jakarta);
    margin-top: 0%;
    gap: 12%;
    /* height: 40vh; */
  }

  .AnimationContainer {
    display: flex;
    flex-direction: column-reverse;

    justify-content: center;


  }

  .right-panel {
    height: 20rem;
  }


  .AnimationContainer2 {
    display: flex;
    flex-direction: column;
    margin-top: 20%;
    height: 100vh;
  }

  .Aimations3D {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    border: 1px solid rgba(16, 24, 40, 0.03);
    /* box-shadow: 0px 1px 4px; */
    height: 100%;
    width: 100%;
    /* box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03); */
    margin-bottom: 15px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  }

  .Animation1Heading {
    font-size: 20px;
    font-weight: 400;
    color: rgba(25, 0, 65, 1) !important;
    color: var(--AnimationHeading);
    padding: 0%;
    margin: 0% 0%;
  }

  .Animation1PreHeading {
    font-size: 12px;
    font-weight: 400;
    margin: 2% auto;
    color: rgba(25, 0, 65, 1) !important;
    color: var(--AnimationHeading);
    /* margin-bottom: 1%; */
  }

  .Animation1PreHeading2 {
    font-size: 14px;
    font-weight: 400;
    margin: 2% auto;
    color: rgba(25, 0, 65, 1) !important;
    color: var(--AnimationHeading);
    width: 75%;
    text-align: center;
  }

  .Animation2Heading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 60%;
    color: var(--AnimationHeading);
    text-align: center;
    padding: 0%;
  }



  .headingAni {
    text-align: start;
    cursor: pointer;
    color: #888;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #273720;
  }

  .Animation1Ptag {
    font-size: 14px;
    padding-bottom: 2%;
  }
}