/* body {
  background-image: url('/static/images/gradient_background.png');
  background-size: cover; 
  background-repeat: no-repeat; 
  
} */
/* styles.css */
.header_sec {
  background: linear-gradient(
    117deg,
    rgb(215 6 101) 3%,
    rgb(227 9 110 / 92%) 25%,
    rgb(227 63 145) 41%,
    rgb(233 7 172 / 79%) 64%,
    rgb(187 26 201 / 81%) 79%,
    rgb(174 20 175 / 74%) 88%,
    rgb(173 65 173) 100%
  );
  /* background: linear-gradient(
    117deg,
    rgb(235 8 111) 3%,
    rgb(230 13 121 / 91%) 25%,
    rgba(235, 17, 135, 1) 41%,
    rgb(205 46 162 / 88%) 64%,
    rgba(218, 17, 235, 0.8155637254901961) 79%,
    rgb(190 44 191 / 48%) 88%,
    rgba(247, 235, 247, 1) 100%
  ); */
  /* background: linear-gradient(
    117deg,
    rgb(235 8 111) 3%,
    rgb(230 13 121 / 91%) 25%,
    rgba(235, 17, 135, 1) 41%,
    rgb(205 46 155 / 83%) 64%,
    rgb(149 2 237 / 74%) 79%,
    rgb(129 44 203 / 73%) 88%,
    rgb(41 27 203 / 80%) 100%
  ); */
  /* min-height: 350px; */
  /* height: 100vh; */
  font-family: "system-ui";
  color: white;
  position: relative;
}

.card_image {
  width: 650px;
  height: 450px;
  margin-top: 90px;
  margin-right: 25px;
  position: absolute;
  right: 0;
  /* animation: rotateImage 7s linear infinite; */
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.card_image_stop {
  width: 650px;
  height: 450px;
  margin-top: 90px;
  margin-right: 25px;
  position: absolute;
  right: 0;
}

@keyframes rotateImage {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.title {
  margin-top: 50px;
  margin-left: 80px;
  /* font-weight: 700; */
}
.title p {
  font-size: 18px;
}

.login_button,
.simulator_btn {
  border: 2px solid white;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  background: transparent;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.login_button:hover,
.simulator_btn:hover {
  text-decoration: none;
  background-color: white;
  color: black;
  /* font-weight: 700; */
}

.header {
  position: fixed;
  z-index: 1;
  color: white;
  display: flex;
  width: 100%;
  padding-left: 60px;
  /* padding-top: 25px; */
  /* background: #e91289; */
  /* background: lightcoral; */
  height: 60px;
  background: white;
  color: black;
  border-bottom: 1px solid lightgrey;
  align-items: center;
}

.header.background {
  /* background: lightcoral; */
  background: #e91289;
}

.header_non_index {
  background: linear-gradient(
    117deg,
    rgb(215 6 101) 3%,
    rgb(227 9 110 / 92%) 25%,
    rgb(227 63 145) 41%,
    rgb(233 7 172 / 79%) 64%,
    rgb(187 26 201 / 81%) 79%,
    rgb(174 20 175 / 74%) 88%,
    rgb(173 65 173) 100%
  );
  height: 75px;
  background-color: #fd10ac;
}
.company_detail_non_index {
  margin-top: -10px;
  margin-left: -38px;
}

.menu {
  display: flex;
  position: absolute;
  right: 10px;
  gap: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  align-items: center;
}

.menu .item {
  padding: 0px 5px 2px 5px;
  box-shadow: 10px 15px 100px 1px rgba(0, 0, 0, 0.1);
}

.item_active {
  border-bottom: 1px solid white;
}

.menu .item:hover {
  padding-right: 6px;
  font-weight: 700;
}

#mob_menu_container {
  position: fixed;
  display: none;
  background: white;
  width: 180px;
  height: 100vh;
  left: 0;
  top: 0;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 540px;
  box-shadow: 50px 10px 50px 800px rgba(0, 0, 0, 0.95);
  font-weight: 600;
}
#mob_menu_container .item {
  cursor: pointer;
}
#close_menu_btn {
  position: absolute;
  right: -75px;
  top: 5px;
  border: 1px solid white;
  padding: 2px 10px 2px 10px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

.features p {
  font-size: 16px;
  line-height: 15px;
  font-family: system-ui;
  padding-left: 25px;
  padding-top: 3px;
  letter-spacing: 2px;
}

/* .fa-solid {
  position: absolute;
  font-size: 16px;
  color: #99c547;
  padding-top: 14px;
} */

.mob_menu {
  padding-top: 3px;
  font-size: 26px;
  padding-right: 20px;
  display: none;
  cursor: pointer;
  margin-left: -15px;
}
/* .company_detail {
  margin-top: -5px;
} */

.company_detail img {
  vertical-align: middle;
  border-style: none;
  width: 55px;
  box-shadow: -5px 5px 60px -5px rgba(0, 0, 0, 0.1);
}

.company_detail .name {
  display: inline-block;
  font-family: cursive;
  letter-spacing: 3px;
  font-size: 20px;
  height: 40px;
  width: 82px;
  border-bottom: 3px solid;
  border-radius: 80%;
  box-shadow: 40px 35px 45px 0px rgba(0, 0, 0, 0.1);
  color: #171e6f;
}

.backtest_btn {
  padding: 7px 25px 7px 25px;
  border-radius: 5px;
  margin-top: -4px;
  background: coral;
  color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  margin-top: -4px;
  background: #ff5722;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}
.backtest_btn:hover {
  background: #d14c23;
}

.css-igekegj:hover {
  padding: 10px 8px;
  border: 2px solid;
}

.main_btn_div {
  display: flex;
}

.header_btn {
  display: flex;
  gap: 15px;
  text-align: center;
}
.css-igekegj {
  display: none;
  position: absolute;
  border: 1px solid;
  right: 5px;
  cursor: pointer;
  padding: 10px 8px;
  border-radius: 5px;
  margin-top: -4px;
}
.company_detail{
  margin-left: -35px;
}

@media (max-width: 350px) {
  .header_sec {
    height: 100%;
  }
  .title h3 {
    font-size: 24px;
    padding-bottom: 15px;
    text-align: center;
  }
  .title p {
    font-size: 15px;
  }
  .header {
    background-color: #d30d8f;
    height: 75px;
  }
  .features .fa-solid {
    padding-top: 0;
  }
  .main_btn_div {
    display: block;
  }
}
@media (max-width: 399px) {
  .header_sec {
    height: 100%;
  }
  .features p {
    line-height: unset;
  }
  .title {
    margin-top: 100px;
    margin-left: 20px;
    position: relative;
    padding-right: 10px;
    text-align: left;
  }
  .title h3 {
    font-size: 24px;
    padding-bottom: 15px;
    text-align: center;
    font-family: system-ui;
  }
  .title p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .card_image {
    display: none;
  }
  .login_button,
  .simulator_btn {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .menu {
    display: none;
  }
  .header {
    padding-left: 25px;
    /* background-color: #d30d8f;
    height: 75px; */
  }
  .mob_menu {
    display: flex;
  }
  .header_btn {
    text-align: center;
    display: grid;
    gap: 15px;
    justify-content: center;
    width: 100%;
  }
  .features .fa-solid {
    padding-top: 6px;
  }
  .main_btn_div {
    display: block;
  }
}

@media (max-width: 450px) {
  .main_btn_div {
    display: flex;
  }
  .css-igekegj {
    display: flex;
    font-size: 15px;
  }
  .header {
    height: 70px;
  }
  .company_detail{
    margin-left: -10px;
  }
}
@media (min-width: 400px) and (max-width: 561px) {
  .header_sec {
    min-height: 100vh;
    height: 100%;
  }
  .features p {
    line-height: unset;
  }
  .title {
    margin-top: 100px;
    margin-left: 40px;
    position: relative;
    padding-right: 40px;
    text-align: left;
  }
  .title h3 {
    font-size: 27px;
    padding-bottom: 20px;
  }
  .title p {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .card_image {
    display: none;
  }
  .menu {
    display: none;
  }
  .header {
    padding-left: 25px;
    /* background-color: #d30d8f;
    height: 75px; */
  }
  .mob_menu {
    display: flex;
  }
  .features .fa-solid {
    padding-top: 6px;
  }
}
@media (min-width: 562px) and (max-width: 752px) {
  .header_sec {
    min-height: 280px;
  }
  .title {
    margin-top: 100px;
    margin-left: 40px;
    position: relative;
    padding-right: 40px;
    text-align: left;
  }
  .title h3 {
    font-size: 28px;
    padding-bottom: 20px;
    text-align: center;
  }
  .title p {
    font-size: 18px;
  }
  .card_image {
    display: none;
    width: 250px;
    margin-top: 152px;
  }
  .how_does_it_work_container {
    padding-left: 75px;
    padding-right: 45px;
  }
  .how_does_it_work_card_group {
    flex-flow: column-reverse;
  }
  .software_demo_gif {
    margin-top: 20px;
    width: 300px;
    height: 250px;
  }
  .modal-content {
    max-width: 60%;
  }
  .software_demo_h3 {
    left: 40%;
  }
  .menu {
    display: none;
  }
  .header {
    padding-left: 45px;
  }
  .mob_menu {
    display: flex;
  }
  .features .fa-solid {
    padding-top: 0;
  }
}
@media (min-width: 753px) and (max-width: 976px) {
  .header_sec {
    min-height: 250px;
  }
  .title {
    margin-top: 150px;
    margin-left: 70px;
    position: relative;
    padding-right: 70px;
    text-align: left;
  }
  .title h3 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .title p {
    font-size: 18px;
  }
  .card_image {
    display: none;
    width: 455px;
    margin-top: 137px;
  }
  .how_does_it_work_container {
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 30px;
  }
  .software_demo_gif {
    margin-top: 20px;
    width: 350px;
    height: 300px;
  }
  .modal-content {
    max-width: 50%;
  }
  .software_demo_h3 {
    left: 45%;
  }
  .features .fa-solid {
    padding-top: 0;
  }
  #home {
    display: none;
  }
  .menu {
    gap: 10px;
  }
}

@media (min-width: 977px) and (max-width: 1200px) {
  /* .header_sec {
    height: 100vh;
  } */
  .title {
    position: relative;
    padding-right: 100px;
    margin-left: 70px;
    max-width: 1100px;
    text-align: left;
    margin-top: 120px;
  }
  .title h3 {
    font-weight: 400;
    font-size: 30px;
    font-family: system-ui;
  }
  .card_image {
    width: 450px;
    height: 450px;
    box-shadow: 50px 35px 50px -15px rgba(0, 0, 100, 0.2);
    margin-right: 30px;
    border-bottom-right-radius: 50px;
    display: none;
  }
  .software_demo_gif {
    margin-top: 20px;
    width: 460px;
    height: 500px;
  }
  .modal-content {
    max-width: 35%;
  }
  .software_demo_h3 {
    left: 45%;
  }
  .features .fa-solid {
    padding-top: 0;
  }
  .title p {
    font-size: 17px;
    font-family: system-ui;
    padding-top: 10px;
  }
  .features .fa-solid {
    padding-top: 10px;
  }
}

@media (min-width: 1201px) {
  /* .header_sec {
    height: 100vh;
  } */
  .title {
    position: relative;
    padding-right: 100px;
    margin-left: 70px;
    max-width: 1200px;
    text-align: left;
    margin-top: 120px;
  }
  .title p {
    font-size: 17px;
    font-family: system-ui;
    padding-top: 15px;
  }
  .title h3 {
    font-weight: 500;
    font-size: 30px;
    font-family: system-ui;
  }
  .card_image {
    margin-top: 120px;
    width: 550px;
    height: 450px;
    box-shadow: 50px 35px 50px -15px rgba(0, 0, 100, 0.2);
    margin-right: 50px;
    border-bottom-right-radius: 50px;
    display: none;
  }
  .software_demo_gif {
    margin-top: 20px;
    width: 580px;
    height: 310px;
  }
  .modal-content {
    max-width: 35%;
  }
  .software_demo_h3 {
    left: 45%;
  }
  /* .title_container{
    display: flex;
    justify-content: center;
  } */
}
@media (min-width: 1450px) {
  .title {
    max-width: 1300px;
  }
  /* .title_container{
    display: block;
    justify-content: center;
  } */
}

@media (min-width: 1650px) {
  .title {
    margin-left: 125px;
    max-width: 900px;
  }
  .card_image {
    right: 150px;
    display: block;
  }
}
@media (min-width: 1851px) {
  .title {
    margin-left: 150px;
    max-width: 1000px;
  }
  .card_image {
    right: 150px;
    display: block;
  }
}
@media (min-width: 2001px) {
  .title {
    margin-left: 350px;
    max-width: 875px;
  }
  .card_image {
    right: 200px;
  }
}
@media (min-width: 2201px) {
  .title {
    margin-left: 425px;
    max-width: 950px;
  }
  .card_image {
    right: 275px;
    display: block;
  }
}
@media (min-width: 2401px) {
  .title {
    margin-left: 500px;
    max-width: 950px;
  }
  .card_image {
    right: 350px;
    display: block;
  }
}

@media (min-height: 700px) {
  .header_sec {
    height: 100vh;
    height: 100%;
  }
  .title {
    margin-top: 150px;
  }
  /* .card_image {
    height: 500px;
    margin-top: 125px;
    display: block;
  } */
}
@media (min-width: 1200px) and (min-height: 801px) {
  .header_sec {
    height: 100%;
  }
  .title {
    margin-top: 250px;
  }
  /* .card_image {
    height: 500px;
    margin-top: 200px;
    display: block;
  } */
}
@media (min-height: 901px) {
  .header_sec {
    height: 100vh;
  }
  .title {
    margin-top: 275px;
  }
  .card_image {
    height: 575px;
    margin-top: 225px;
    display: block;
  }
}

@media (max-height: 1000px) and (max-width: 500px) {
  .card_image {
    display: none;
  }
}
@media (min-height: 725px) {
  .title_container {
    margin-top: -50px;
  }
}

@media (min-height: 900px) {
  .title_container {
    margin-top: -175px;
  }
}

@media (min-width: 750px) and (min-height: 1000px) {
  .header_sec {
    min-height: 100vh;
  }
  .card_image {
    display: none;
  }
  .title_container {
    margin-top: -100px;
  }
  .company_detail {
    margin-left: -40px;
  }
}

.row {
  margin-right: 0px;
}

/* Style the modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
/* Style the modal content */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

/* Style the modal buttons */
.modal-footer {
  margin-top: 10px;
  text-align: center;
}

.modal-btn {
  margin: 5px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cancel-btn {
  background-color: #ccc;
}

/*------------ Slideshow container ---------*/
.container {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.swiper-slide .card {
  background-color: #f9fafe;
  width: 750px;
  height: 45%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 0 0 0;
  transition: transform 400ms;
  opacity: 0.3;
  box-shadow: none;
  margin-top: -5px;
}

.quote-container {
  margin: 0;
  height: 100%;
  z-index: 1;
  padding: 15px 30px 30px 30px;
  overflow: hidden;
}

.quote {
  width: 100%;
  height: 95%;
  font-family: system-ui;
  font-size: 12px;
  text-align: center;
  color: #73808c;
  margin: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide-active {
  z-index: 1;
}

.swiper-slide-active .card {
  box-shadow: 0 8px 30px -7px #c9dff0;
  opacity: 1;
  transform: scale(1.5);
  margin-top: 1px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

@media (max-height: 400px) {
  .quote-container {
    padding: 5px 20px 20px 20px;
  }
}

/*------------ Features Cards Css ---------*/
/* section {
  height: 50vh;
  display: flex;
  padding: 0 4em;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 85px;
  margin-right: 85px;
}
.fcontainer {
  perspective: 1000px;
  height: 28vh;
  width: 100%;
  cursor: pointer;
}
.fcard {
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
}
.front,
.back {
  width: 100%;
  transform-style: preserve-3d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  backface-visibility: hidden;
}
.front {
  background: linear-gradient(to right, #a246ef, #6523fe);
  height: 150%;
}
.front img {
  width: 5em;
}
.content {
  transform: translateZ(60px);
}
.content h3 {
  font-size: 22px;
  margin-top: 1em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.back p {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.02em;
  padding: 0 3em;
}
.back {
  background-color: #28253a;
  transform: rotateX(180deg);
  height: 150%;
  margin-top: -85px;
  

}
.fcontainer:hover .fcard {
  transform: rotateX(180deg);
}
@media screen and (min-width: 992px) {
  section {
    padding: 0 1em;
  }
  .fcontainer {
    flex-basis: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1.5em;
  }
} */

.centered-hr {
  text-align: center;
  position: relative;
}

.centered-hr::before,
.centered-hr::after {
  content: "";
  display: inline-block;
  width: 41%; /* Adjust the width to center the text as desired */
  border-top: 1px solid lightgray; /* The horizontal rule appearance */
  position: absolute;
  top: 50%; /* Center vertically */
}

.centered-hr::before {
  left: 0; /* Align to the left edge */
}

.centered-hr::after {
  right: 0; /* Align to the right edge */
}

.centered-text {
  color: purple;

  position: relative;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: system-ui;
}

/* For WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  /* background-color: rgba(147, 0, 233, 0.89); */
  border-radius: 5px;
}
