/* for pricing */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;500;700;900&display=swap");
/* for pricing */

/* .changing-text {
  text-align: center;
  margin-top: 50px;
}

.text-c {
  opacity: 0;
  animation: fadeInOut 15s ease-in-out infinite alternate;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  50% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
} */




/* for text carousel */
.mian-logo>span {
  font-size: 1.35em;
}

.main-header {
  z-index: 999;
}

hr.border-light {
  max-width: 300px;
  opacity: 0.9;
  margin: 25px auto
}

.carousel-item {
  /* transition: transform 1s ease-in-out; */
  transition: transform 1s ease-in-out;

}

.carousel-caption {
  top: 48%;
  transform: translate(0, -50%);
  bottom: auto;
  left: 0;
  right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
}

.carousel-caption h5 {
  text-align: center;
}

.carousel-item.active .carousel-caption {
  /* animation: widthSlide 3.5s 1; */
  animation: widthSlide 2.5s 1;
  opacity: 1;
  z-index: 999;
  width: 100%;
}

@keyframes widthSlide {
  0% {
    width: 0%;
    opacity: 0;
  }

  50% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

.carousel-caption h5 {
  /* font-size: 5em; */
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
  /* -webkit-text-stroke: 2px #E2FADB; */
  -webkit-text-stroke: 2px white;
  color: #00000059;
  position: relative;
  /* width: fit-content; */
  /* padding-right: 10px; */
}

.carousel-caption h5:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: -20px;
  opacity: 1;
}

.carousel-item.active .carousel-caption h5:after {
  width: 10%;
  height: 4px;
  animation: titleCover 2.5s 1;
  /* animation: titleCover 1.5s 1; */
  opacity: 0;
}

@keyframes titleCover {
  0% {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  20% {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  30% {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  55% {
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    opacity: 1;
  }

  95% {
    left: 0;
    right: 0;
    width: 10%;
  }

  100% {
    left: 0;
    right: 0;
    width: 10%;
    opacity: 0.5;
  }
}

.carousel-item>img {
  height: 100vh;
  object-fit: cover;
  transform: scale(1);
}

.carousel-item.active>img {
  transform: scale(4);
  animation: bgScale 200s 1;
}

@keyframes bgScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(4);
  }
}

.carousel-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgb(0 0 0 / 40%); */
  z-index: 99;
}

/* .carousel-caption p {
  font-size: 1.35em;
  font-weight: 600;
  text-transform: uppercase;
} */

/* .carousel-caption * {
  white-space: nowrap;
} */

.carousel-indicators {
  right: 10px;
  left: auto;
  margin: 0;
  width: 25px;
  flex-wrap: wrap;
  bottom: auto;
  top: 45%;
  transform: translate(0, -50%);
  gap: 10px;
  z-index: 9999;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  border: none;
}

li.nav-item>a:after {
  content: '';
  position: absolute;
  height: 3px;
  background: white;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  width: 85%;
  transition: 0.3s all ease-in-out;
}

li.nav-item>a.active:after,
li.nav-item>a:hover:after {
  bottom: 0;
  opacity: 0.8;
}

li.nav-item>a {
  position: relative;
}


@media screen and (max-width: 991px) {
  .carousel-caption h5 {
    /* font-size: 3.5em; */
    font-size: 1.5em;
  }

  /* .carousel-caption p {
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
  } */
}

@media screen and (max-width: 768px) {
  .carousel-caption h5 {
    font-size: 1.5em;
  }

  /* .carousel-caption p {
    font-size: 1em;
    font-weight: 600;
  } */

  .carousel-item img {
    height: 80vh;
  }

  .mian-logo>span {
    font-size: 1em;
  }

  .carousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    flex-wrap: nowrap;
    top: auto;
    transform: unset;
    width: auto;
    gap: 5px;
  }

  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 575px) {
  .carousel-caption h5 {
    font-size: 2em;
  }

  .carousel-item img {
    height: 60vh;
  }

  /* .carousel-caption p {
    font-size: 0.75em;
  } */

  .carousel-caption {
    width: 100%;
    opacity: 0;
  }

  .carousel-item.active .carousel-caption {
    animation: sample 2.5s 1;
    opacity: 1;
  }

  .carousel-caption * {
    white-space: unset;
  }

  @keyframes sample {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 1;
    }
  }

  .carousel-caption h5 {
    /* -webkit-text-stroke: 1px #E2FADB; */
    -webkit-text-stroke: 1px white;
  }

  hr.border-light {
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-caption h5 {
    font-size: 1.45em;
  }

  /* .carousel-caption p {
    font-size: 0.7em;
  } */

  .carousel-item img {
    height: 50vh;
  }
}

.placeholder-image {
  width: 100%;
  height: 300px;
  /* Adjust height as needed */
  /* background-color: transparent; */
  /* Placeholder background color */
}


/* for particles js */
#particles-js {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  height: 85%;
  /* background-color: #000000; */
  z-index: -1;
  top: 110px;

}

/* for particles js */


.mail-to-btn {
  /* width: 1.5em;
  height: 1.5em; */
  width: 35px;
  height: 35px;
  border: none;
  padding: 0;
  background: var(--tg-white);
  position: fixed;
  bottom: 40px;
  /* left: 20px; */
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-secondary-color);
  line-height: 35px;
  font-size: var(--tg-body-font-size);
  border-radius: 6px;
  z-index: 99;
  color: var(--tg-white);
  text-align: center;
  cursor: pointer;
  background: var(--tg-primary-color);
  transition: 1s ease;

}

.mail-to-btn:hover {
  color: white;
}


#element {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hidden {
  display: none;
}

.single-line-li::before {
  display: none !important;
  /* width: 100% !important; */
}

/* for pricing */



:root {
  --div-price-height: 60px;
}


/* CARD SECTION */
#card-section {
  /* width: 100%; */
  /* min-height: 100vh; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}

#card-section * {
  margin: 0;
  padding: 0;
}

#card-section .card {
  max-width: 330px;
  width: 90%;
  border-radius: 15px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}



#card-section .card .card-part {
  position: relative;
}

#card-section .card .card-top,
#card-section .card .card-bottom {
  transition: all 0.4s ease-in;
  z-index: 10;
}

#card-section .card .card-top::before,
#card-section .card .card-bottom::before {
  content: "";
  position: absolute;
  border-style: solid;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}

/* CARD TOP */
#card-section .card .card-top {
  background-color: #0f1012;
  border-radius: 15px 15px 0 0;
  padding: 2.5rem 1.5rem 0 1.3rem;
}

#card-section .card:hover .card-top {
  transform: translateY(calc(var(--div-price-height) * -1));
}

#card-section .card .card-top::before {
  border-color: transparent transparent transparent #0f1012;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: calc(var(--div-price-height));
  border-left-width: 330px;
  bottom: calc(var(--div-price-height) * -1);
}

#card-section .card .card-top .card-icon {
  font-size: 70px;
  color: #fff;
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
  background-color: #d4af37;
  margin-bottom: 15px;
}

#card-section .card .card-top .card-title {
  font-size: 32px;
  color: #ccc;
}

/* CARD CENTER */
#card-section .card .card-center {
  height: var(--div-price-height);
  line-height: var(--div-price-height);
}

#card-section .card .card-center .price {
  font-size: 60px;
}

/* CARD BOTTOM */
#card-section .card .card-bottom {
  padding: 0 1.3rem 2.5rem 1.3rem;
  background-color: #2a2b2f;
  border-radius: 0 0 15px 15px;
}

#card-section .card:hover .card-bottom {
  transform: translateY(var(--div-price-height));
}

#card-section .card .card-bottom::before {
  border-color: transparent #2a2b2f transparent transparent;
  border-top-width: calc(var(--div-price-height) + 1px);
  border-right-width: 330px;
  border-bottom-width: 0;
  border-left-width: 0;
  top: calc(var(--div-price-height) * -1 - 1px);
}

#card-section .card .card-bottom .list-options {
  list-style: none;
}

#card-section .card .card-bottom .list-options li {
  font-size: 18px;
  color: #7a7b7d;
}

#card-section .card .card-bottom .list-options li:not(:last-child) {
  margin-bottom: 16px;
}

#card-section .card .card-bottom .btn-signup {
  margin-top: 35px;
  width: 85%;
  max-width: 190px;
  padding: 0.8rem 1rem;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  background-color: #d4af37;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 15;
  transition: all 0.4s ease-in;
}

#card-section .card:hover .card-bottom .btn-signup {
  transform: translateY(calc(var(--div-price-height) * -1));
}

/* for pricing */


/* to remove watermark for tradingview */

.blue-text {
  display: none !important;
}

/* to remove watermark for tradingview */



/* google translate */

#google_translate_element {
  /* position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99; */
}


.goog-te-gadget:focus,
.goog-te-gadget:active,
.goog-te-gadget:hover,
.goog-te-combo:focus,
.goog-te-combo:active,
.goog-te-combo:hover,
#google_translate_element:focus,
#google_translate_element:active,
#google_translate_element:hover {
  outline: none !important;
}


.goog-te-combo {
  padding: 10px;
  color: black;
  border-radius: 15px;
  border: 4px solid #d4af37;
  /* text-align: center; */
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

a[href="https://translate.google.com"] {
  display: none !important;
}

/* google translate */


/* for safari checkbox input size */
.gdlr-core-input-wrap.gdlr-core-large input:not([type="button"]):not([type="submit"]):not([type="file"]) {
  /* padding: 20px 22px; */
  padding: 0;
}

@supports (-webkit-touch-callout: none) {

  /* CSS specific to iOS devices */
  input[type=checkbox] {
    -webkit-transform: scale(0.5, 0.5);
  }
}

/* for safari checkbox input size */


.top-nav-link {
  margin-top: auto;
  margin-bottom: auto;
}

/* #trust-score {
  color: white !important;
} */

/* #wrapper-company-info {
  color: white !important;
} */

.grouped-p {
  margin: 50px 0px;
}


/* pop up css */

.spop-container {
  z-index: 100000000000000000;
  position: fixed;
}

.spop-container,
.spop-container *,
.spop-container *:after,
.spop-container *:before {
  box-sizing: border-box;
}

.spop--top-left {
  top: 0;
  left: 0;
}

.spop--top-left .spop {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.spop--top-center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spop--top-center .spop {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.spop--top-right {
  top: 0;
  right: 0;
}

.spop--top-right .spop {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.spop--center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.spop--center .spop {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.spop--bottom-left {
  bottom: 0;
  left: 0;
}

.spop--bottom-left .spop {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.spop--bottom-center {
  bottom: 40;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spop--bottom-center .spop {
  -webkit-transform-origin: 50% 100%;
  <link href="spop.css" rel="stylesheet">< !-- Even better,
  SamallPop is made with scss,
  @import to your style.scss --><script src="spop.html"></script>and call it: Default popSuccess popWarning popError pop spop('Default SmallPop');
  spop('<h4 class="spop-title">Success</h4>Iˈm a success SmallPop',
    'success');
  spop('Warning SmallPop',
    'warning');
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.spop--bottom-right {
  bottom: 0;
  right: 0;
}

.spop--bottom-right .spop {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

@media screen and (max-width: 30em) {

  .spop--top-left,
  .spop--top-center,
  .spop--top-right,
  .spop--bottom-left,
  .spop--bottom-center,
  .spop--bottom-right {
    top: 80px;
    bottom: 90%;
    left: 0;
    right: 0;
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .spop--top-left .spop,
  .spop--top-center .spop,
  .spop--top-right .spop,
  .spop--bottom-left .spop,
  .spop--bottom-center .spop,
  .spop--bottom-right .spop {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  .spop {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.spop {
  position: relative;
  min-height: 56px;
  line-height: 1.25;
  font-size: 14px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (min-width: 30em) {
  .spop {
    border-radius: 2px;
    width: 320px;
    margin: 0.7em;
  }
}

.spop--info,
.spop--error,
.spop--warning,
.spop--success {
  color: #fff;
  background-color: #454A56;
}

@-webkit-keyframes spopIn {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
  }

  95% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes spopIn {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
  }

  95% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes spopOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@keyframes spopOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

.spop--out {
  -webkit-animation: spopOut 0.4s ease-in-out;
  animation: spopOut 0.4s ease-in-out;
}

.spop--in {
  -webkit-animation: spopIn 0.4s ease-in-out;
  animation: spopIn 0.4s ease-in-out;
}

.spop-body {
  padding: 1.4em;
}

.spop-body p {
  margin: 0;
}

.spop-body a {
  color: #fff;
  text-decoration: underline;
}

.spop-body a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.spop-title {
  margin-top: 0;
  margin-bottom: 0.25em;
  color: #fff;
}

.spop-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 32px;
  padding-top: 7px;
  padding-right: 7px;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  line-height: 0.6;
  color: #fff;
  opacity: 0.5;
}

.spop-close:hover {
  opacity: 0.7;
  cursor: pointer;
}

.spop-icon {
  position: absolute;
  top: 13px;
  left: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: spopIn 0.4s 0.4s ease-in-out;
  animation: spopIn 0.4s 0.4s ease-in-out;
}

.spop-icon:after,
.spop-icon:before {
  content: "";
  position: absolute;
  display: block;
}

.spop-icon+.spop-body {
  padding-left: 4.2em;
}

.spop-icon--error,
.spop-icon--info {
  border: 2px solid #3a95ed;
}

.spop-icon--error:before,
.spop-icon--info:before {
  top: 5px;
  left: 11px;
  width: 4px;
  height: 4px;
  background-color: #3a95ed;
}

.spop-icon--error:after,
.spop-icon--info:after {
  top: 12px;
  left: 11px;
  width: 4px;
  height: 9px;
  background-color: #3a95ed;
}

.spop-icon--error {
  border-color: #ff5656;
}

.spop-icon--error:before {
  top: 16px;
  background-color: #ff5656;
}

.spop-icon--error:after {
  top: 5px;
  background-color: #ff5656;
}

.spop-icon--success {
  border: 2px solid #2ecc54;
}

.spop-icon--success:before {
  top: 7px;
  left: 7px;
  width: 13px;
  height: 8px;
  border-bottom: 3px solid #2ecc54;
  border-left: 3px solid #2ecc54;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.spop-icon--warning {
  border: 2px solid #fcd000;
}

.spop-icon--warning:before {
  top: 7px;
  left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fcd000 transparent;
  border-width: 0 6px 10px 6px;
}


/* .spop--top-center {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
} */


/* pop up css */

.sppb-form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
}

.sppb-form-group label {
  color: white !important;
}

.sppb-form-group select {
  border: 2px solid #d4af37;
  border-radius: 15px;
  padding: 10px;
  color: black !important;
}

.sppb-form-group input {
  border: 2px solid #d4af37;
  border-radius: 15px;
  padding: 10px;
  color: black !important;
}

.sppb-form-group input::placeholder {
  color: black !important;
  /* Change the color to your desired color */
}

.bounce-img {
  animation-name: alltuchtopdown;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 0.3s ease-out 0s;
}

.calc-area {
  background: var(--tg-secondary-color);
  border: 1px solid rgba(43 44 56 / 46%);
  border-radius: 15px;
  margin: 0px 20px;
  padding: 50px 20px 50px 20px;
}