:root {
  --primary: #200f0f;
  --secondary: #341919;
  --light: #511d1d;
  --cardBG: #291414;
  --lightIcons: #9f3333;
}


html {
  overflow-x: hidden;
}


body {
  background: var(--primary);
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  color: #ffffff;
}

p{
  line-height: 1.6rem;
    color: #e9e9e9;
    letter-spacing: 1.3px;
}

li {
  list-style: none;
}


::-moz-placeholder {
  color: #ffffff;
}

input::-moz-placeholder {
  color: #ffffff;
}

input::placeholder {
  color: #ffffff;
}


textarea {
  resize: none;
}

form {
  width: 100%;
}
form .input-wrapper {
  position: relative;
  margin-bottom: 2em;
}
form .form-label {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  pointer-events: none;
}
form .custom-form-control {
  font-size: 16px;
  padding: 16px 12px 12px 12px;
  width: 100%;
  border-radius: 0px;
  background: none;
  border: none;
  border: 1px solid rgba(204, 204, 204, 0.5);
  /*border: 1px solid var(--secondary);*/
  transition: all 0.3s ease;
  color: #fff;
}
form .custom-form-control:focus {
  box-shadow: none;
  border: none;
  border: 1px solid rgba(204, 204, 204, 0.5);
  outline: none;
  background: transparent;
}
form .custom-form-control:not(:-moz-placeholder-shown) ~ .form-label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  padding: 0 3px;
  color: #ccc;
  background: var(--secondary);
}
form .custom-form-control:focus ~ .form-label,
form .custom-form-control:not(:placeholder-shown) ~ .form-label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  padding: 0 3px;
  color: #ccc;
  background: var(--cardBG);
}
.highcharts-credits{
  display: none;
}
.content-sec {
  position: relative;
  z-index: 2;
}

.default-sec {
  padding: 100px 0;
}

.card-background {
  border-radius: 20px;
  background-color: var(--cardBG);
}
.privacy.default-sec .container .row{
  position: relative;
}
.privacy.default-sec .container .row:after{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/svg/converter-bg.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: white;
  opacity: 1;
}


.main-heading{
  font-size: 40px;
  /*text-transform: capitalize;*/
  font-weight: 700;
}
.sub-heading{
  font-size: 35px;
  /*text-transform: capitalize;*/
  font-weight: 700;
}
.heading{
  font-size: 26px;
  /*text-transform: capitalize;*/
  font-weight: bold;
}



.btn:hover,
.btn{
  color: #fff;
}
.btn-light{
  color: #fff;
}
.link-color{
  color: #FEBF40 !important;
}
.btn-custom:hover > .sm-link8{
  transform: translate3d(0, 0, 0);
  transition-duration: .4s;
}

.slick-initialized .slick-slide{
  overflow-x: hidden;
}
.error input{
  border: 1px solid #ff0000;
}
.error{
  color: #ff6b6b;
  font-size: 14px;
}
/* *************************************** */
/* input */

/* hover line */
.hover-line {
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.hover-line::after{
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--lightIcons);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.hover-line:hover::after
 {
  transform: scaleX(1);
  transform-origin: left;
}

.main-nav .nav-link:hover .hover-line::after{
  transform: scaleX(1);
  transform-origin: left;
}
/* button */
/* slick slider */
.slick-dots li.slick-active button:before{
  color: #fff; 
}
.btn-custom{
  width: fit-content;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
  padding: 14px 24px;
  border: 1px solid var(--light);
  align-items: center;
  border-radius: unset;
}
button.readmore__toggle {
  margin-top: 1rem;
  border: none;
  background: transparent;
  color: #ffffff;
  padding: .8rem;
  cursor: pointer;
}

.sm-link {
  --uismLinkDisplay: var(--smLinkDisplay, inline-flex);
  --uismLinkTextColor: var(--smLinkTextColor);
  --uismLinkTextColorHover: var(--smLinkTextColorHover);
  display: var(--uismLinkDisplay);
  position: relative;
  overflow: hidden;
  font-weight: 700;
  
}

a.sm-link {
  text-decoration: none;
}

.sm-link_text::before {
  content: attr(data-sm-link-text);
  color: var(--uismLinkTextColorHover);
  position: absolute;
}

.sm-link_text .sm-link_text {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.86, .6, .08, 1.01);
  transition-duration: .3s;
}

.sm-link_text:hover::before,
.sm-link_text:hover .sm-link_text {
  transition-duration: .4s;
}

.sm-link_text::before {
  left: 0;
  top: 0;
  transform: translate3d(0, 140%, 0);
}

.sm-link_text .sm-link_text,
.sm-link8:hover::before {
  transform: translate3d(0, 0, 0);
}

.sm-link8:hover .sm-link__label {
    transform: translate3d(0, -140%, 0);
}
.sm-link_text:hover::before, .sm-link_text:hover .sm-link__label {
    transition-duration: .4s;
}
/* input */







header {
    padding-top: 40px;
    margin: 0 20px;
    z-index: 99;
    top: 0;
    position: relative;
    transition: all 0.3s ease;
  }
  
  header .main-nav {
    background-color: var(--secondary);
    max-width: 1700px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 0px 22px;
  }
  
  header.fixed .main-nav {
    margin: 0px auto;
    width: 100%;
    /*position: fixed;
    top: 0;
    z-index: 6;
    padding: 0;*/
    border-radius: 0px;
    box-shadow: 0px 0px 10px 20px rgba(159, 51, 51, 0.05);
    max-width: 100%;
  }
  header.fixed{
    padding-top: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
    position: sticky;
  }
  header.fixed .navbar{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 13px !important;
  }
  
  header .navbar .navbar-brand img {
    width: 50px;
  }
  
  header .navbar .btn-close {
    --bs-btn-close-color: white !important;
  }
  
  header .navbar .navbar-toggler {
    cursor: pointer;
  }
  
  header .navbar .navbar-toggler i {
    color: #fff;
  }
  
  header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 30px 10px;
  }
  
  header .dropdown-menu {
    border-top: 2px solid var(--lightIcons);
    width: 240px;
    padding: 10px 0px;
    top: 83px;
    border-radius: unset;
    z-index: 6;
    background-color: var(--secondary);
    position: relative;
    transition: 0.5s;
  }
  header .dropdown-menu .dropdown-item::after {
    position: absolute;
    content: "";
    top: 0; /* Start from the top */
    left: 0;
   
    height: 0; /* Initially, height is 0 */
    background: var(--lightIcons);
    transform: scaleY(0); /* Initially, no scaling in the Y direction */
    transform-origin: top; /* Origin is at the top */
    transition: transform 0.5s, height 0.5s;
  }
  header .dropdown-menu .dropdown-item:hover::after {
    /* transform: scaleY(1);
    transform-origin: bottom; */
    height: 100%; /* On hover, increase the height */
    transform: scaleY(1); /* Scale in the Y direction */
    transform-origin: top;
    width: 3px;
  }
  
  header .offcanvas {
    background-color: #1c0e0e;
  }
  
  .btn-animation-efect {
    width: fit-content !important;
  }
  
  .navbar .btn-close {
    --bs-btn-close-color: white !important;
  }
  
  .navbar .navbar-toggler {
    cursor: pointer;
  }
  
  .navbar .navbar-toggler i {
    color: #fff;
  }
  
  .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 20px 10px;
  }
  
  .navbar .offcanvas {
    background-color: #1c0e0e;
  }
  
  .navbar .dropdown-menu {
    border-top: 2px solid var(--lightIcons);
    width: 240px;
    padding: 10px 0 0 0px;
    border-radius: unset;
    z-index: 6;
    background-color: var(--secondary);
  }
  
  .navbar .dropdown-menu li:hover {
    background-color: var(--primary)
  }
  
  .navbar .dropdown-menu li .dropdown-item {
    color: #fff;
    padding: 10px;
  }
  
  .navbar .dropdown-menu li .dropdown-item:hover {
    color: #090f0d;
    /* transition: all 0.2s linear;
    transform: translateX(10px); */
    background: unset;
    color: #fff;
    transition: all 1s;
    position: relative;
  }
  header nav .btn-custom{
    border-radius: 34px;
  }
  .btn-custom:hover{
    /*border: 1px solid var(--lightIcons);*/
    background: -webkit-linear-gradient(140deg, var(--light) 0%, var(--primary) 100%);
  }
  .btn-custom{
    background: -webkit-linear-gradient(290deg, var(--light) 0%, var(--primary) 100%);
  }
  #contactForm .btn-custom i{
    color: var(--lightIcons);
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -4px; /* Align the dropdown with the parent */
}

/* Optional: Add some transition for smoothness */
.dropdown-menu {
    display: none;
    transition: all 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


.link-btn-design {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.link-btn-design::before,
.link-btn-design::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.lint-btn-animation {
  overflow: hidden;
  font-family: freight-display-pro, serif;
  font-size: 1.15rem;
  border-radius: 0.85rem;
  color: #fff;
}

.lint-btn-animation span {
  display: block;
  position: relative;
  mix-blend-mode: difference;
  z-index: 10;
}

.lint-btn-animation:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0,-105%,0) scale3d(1,2,1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0,100%,0) scale3d(1,2,1);
    opacity: 0;
  }
  to {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

.lint-btn-animation::before {
  content: '';
  background: #000;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0,68%,0) scale3d(0,0,0);
}

.lint-btn-animation:hover::before {
  transform: translate3d(0,0,0) scale3d(1,1,1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.lint-btn-animation::after {
  content: '';
  background: #000;
  transform: translate3d(0,-100%,0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.lint-btn-animation:hover::after {
  transform: translate3d(0,0,0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

 .banner-sec {
  margin-top: -120px;
}
.banner-sec .banner-coin-demo{
  background: var(--cardBG);
  opacity: 0.9;
}
.banner-sec .banner-coin-demo .cd-header{
  background: var(--secondary);
}
.banner-sec .banner-coin-demo .cd-header .dot {
    width: 14px;
    height: 14px;
    margin: 10px 4px 0 0;
    display: inline-block;
    border-radius: 8px;
}
.banner-sec .banner-coin-demo .cd-header .red{
  background:  #ea4646;
}
.banner-sec .banner-coin-demo .cd-header .yellow{
  background: #FEBF40;
}
.banner-sec .banner-coin-demo .cd-header .green{
  background: #47c652;
}
 .banner-sec .banner {
  padding-top: 200px;
  padding-bottom: 90px;
}
 .banner-sec .iframe {
  height: 0;
}
 .card-sec .card-background {
  padding: 50px 30px;
  border-radius: 30px;
}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:before {
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.card-sec .card-background .slick-track > :nth-child(even) {
  margin-top: 50px;
}
 .card-sec .card-background .card-div {
  width: 95%;
  background: url("../images/svg/card-img.svg");
  background-repeat: no-repeat;
  min-height: 400px;
  background-size: 100%;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  background-color: var(--primary);
}
 .card-sec .card-background .card-div .icon-box {
  display: inline-block;
  padding: 20px;
  border-radius: 100%;
  background: -webkit-linear-gradient(280deg, var(--light) 0%, var(--primary) 100%);
  position: relative;
  margin-top: 60px;
}
 .card-sec .card-background .content-sec {
  padding: 0px 20px;
  margin-top: 25px;
}
 .card-sec .card-background .content-sec .card-content {
  margin-top: auto;
}
.ifram-sec{
  position: relative;
  padding: 100px 0;
}
.ifram-sec .bg-img img{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5;
    display: block;
    filter: opacity(0.5);
}
 .ifram-sec .ifram-div {
  position: relative;
  background: rgba(81, 29, 29, 0.1);
}
/* .ifram-sec .ifram-div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/main-img/background-global-img.png");
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: img-rotate 15s linear infinite alternate;
}*/
 .tab-sec {
  position: relative;
  padding: 100px 0;
  background: rgba(52, 25, 25, 0.4470588235);
  background: linear-gradient(180deg, rgba(52, 25, 25, 0.447) 0%, rgba(28, 14, 14, 0.522) 50%, rgba(28, 13, 13, 0.98) 100%);
  min-height: 70vh;
  display: flex;
  align-items: center;
}
 .tab-sec i {
  color: var(--lightIcons);
}
 .tab-sec .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.5;
  display: block;
}
 .tab-sec .content-sec .nav {
  position: relative;
  text-align: center;
}
 .tab-sec .content-sec .nav .nav-link {
  background-color: var(--primary);
  border: 3px solid var(--primary);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  border-radius: 200px;
  padding: 40px 15px;
  filter: blur(2px);
}
 .tab-sec .content-sec .nav .nav-link.active {
  border: 3px solid var(--light);
  filter: unset;
}
 .tab-sec .content-sec .nav .nav-link .heading {
  border-bottom: 1px solid var(--light);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
 .tab-sec .content-sec .nav .column {
  width: 50%;
  cursor: pointer;
}
 .tab-sec .content-sec .nav .column.column-1 {
  margin-bottom: 12px;
}
 .tab-sec .content-sec .nav .column.column-2 {
  position: absolute;
  right: 0;
  transform: translateX(10%);
  top: 25%;
}
 .tab-sec .content-sec .nav .column.column-3 {
  margin-top: 12px;
}
 .tab-sec .content-sec .tab-content .tab-pane {
  background: transparent;
  min-height: 700px;
}
 .crypto-logo {
  position: absolute;
  border-radius: 50%;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: zoomInOut 3s infinite ease-in-out;
}
 .crypto-sec .crypto-container {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
 .crypto-sec .central-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: none;
  overflow-x: none !important;
}
 .crypto-sec .logo1 {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 10%;
}
 .crypto-sec .logo2 {
  width: 100px;
  height: 100px;
  top: 5%;
  left: 80%;
}
 .crypto-sec .logo3 {
  width: 80px;
  height: 80px;
  top: 30%;
  left: 20%;
}
 .crypto-sec .logo4 {
  width: 60px;
  height: 60px;
  top: 40%;
  left: 75%;
}
 .crypto-sec .logo5 {
  width: 50px;
  height: 50px;
  top: 70%;
  left: 15%;
}
 .crypto-sec .logo6 {
  width: 90px;
  height: 90px;
  top: 60%;
  left: 85%;
}
 .crypto-sec .logo7 {
  width: 65px;
  height: 65px;
  top: 80%;
  left: 35%;
}
 .crypto-sec .logo8 {
  width: 110px;
  height: 110px;
  top: 50%;
  left: 5%;
}
 .crypto-sec .logo9 {
  width: 60px;
  height: 60px;
  top: 85%;
  left: 65%;
}
 .crypto-sec .logo10 {
  width: 75px;
  height: 75px;
  top: 20%;
  left: 55%;
}
 .crypto-sec .crypto-logo img,
 .crypto-sec .central-logo img {
  width: 90%;
  border-radius: 50%;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
 .forex-sec {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(52, 25, 25, 0.8) 0%, rgba(28, 14, 14, 0.8) 50%, rgba(28, 14, 14, 0.9803921569) 100%);
  position: relative;
}
 .forex-sec .forex-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.5;
  display: block;
}
 .forex-sec .forex-sub-img-sec {
  position: relative;
}
 .forex-sec .forex-sub-img-sec .Cam {
  animation: zoomInOut 3s infinite ease-in-out;
}
 .forex-sec .forex-sub-img-sec .Cam.Cam1 {
  position: absolute;
  right: 3%;
  bottom: 5%;
  z-index: 1;
}
 .forex-sec .forex-sub-img-sec .Cam.Cam2 {
  position: absolute;
  right: 3%;
  top: 10%;
  z-index: 1;
  animation: MoveZoomIn 5s linear 0s infinite alternate;
}
@keyframes MoveZoomIn {
  from {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  }
  to {
  transform: scale(1);
  -webkit-transform: scale(1);
  }
  }
 .forex-sec .forex-sub-img-sec .Cam.Cam3 {
  position: absolute;
  left: 0%;
  bottom: 10%;
  z-index: 1;
  animation: MoveZoomIn 3s linear 0s infinite alternate;
}
 .stock-sec .stock-img-sec .stock-img-sub {
  animation: MoveTop 1s linear 0s infinite alternate;
}
 .stock-sec .stock-img-sec .stock-img-div {
  animation: MoveTop 5s linear 0s infinite alternate;
}
.ifram-map{
  background: var(--secondary);
}
 .contact-form-sec.contact-bg-img {
  background: url("../images/svg/contact-sec.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
 .contact-form-sec.contact-bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 20, 20, 0.5);
  z-index: 1;
}
 .contact-form-sec .btn-custom {
  margin-left: 14px !important;
  background-color: var(--secondary);
}
 .contact-form-sec .card {
  padding: 20px 40px;
  color: #ffffff;
}
 .contact-form-sec .card-form {
  padding: 40px;
  border-radius: 20px;
  background-color: rgba(81, 29, 29, 0.1);
}
 .contact {
  padding-top: 100px;
}
 .contact.background-img {
  background: url("../images/svg/contact-sec.svg");
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
 .contact.background-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(52, 25, 25, 0.447) 0%, rgba(28, 14, 14, 0.522) 50%, rgba(28, 13, 13, 0.98) 100%);
}
 .contact .icon-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 80px;
  background: var(--light);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .contact .contact-info-main i {
  font-size: 30px;
}
 .contact .card-form {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--cardBG);
}
 .contact .card-form.transform {
  transform: translateY(55px);
  position: relative;
}
 /*.contact .card-form.transform::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/svg/converter-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  z-index: -1;
  opacity: 0.5;
}*/
 .faq {
  padding: 100px 0;
}
 .faq .accordion {
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-bg: transparent;
}
 .faq .accordion-button::after {
  filter: brightness(0) invert(1);
}
 .faq .accordion-body {
  padding: 20px 0;
}
 .faq .accordion-item,
 .faq .accordion-button:not(.collapsed),
 .faq .accordion-button {
  color: #ffffff;
}
 .faq .accordion-button:focus {
  box-shadow: none;
}
 .faq .accordion-item {
  border-bottom: 1px solid var(--secondary);
}
 .faq .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.testimonal-sec{
  overflow: hidden;
}
 .testimonal-sec .text {
  font-size: 30px;
}
 .testimonal-sec .comma i {
  font-size: 50px;
  color: #fff;
}
 .testimonal-sec .testimonal-image {
  position: relative;
}
 .testimonal-sec .testimonal-image .testimonal-icon {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  border: 3px groove #fff;
  animation: img-animate 10s infinite linear;
}
 .testimonal-sec .testimonal-image .testimonal-icon.tes-1 {
  position: absolute;
  top: 20%;
  left: 0;
}
 .testimonal-sec .testimonal-image .testimonal-icon.tes-2 {
  position: absolute;
  top: 50%;
  left: 10%;
}
 .testimonal-sec .testimonal-image .testimonal-icon.tes-3 {
  position: absolute;
  bottom: 10%;
  left: 0;
}
 .testimonal-sec .testimonal-image .testimonal-icon.tes-4 {
  position: absolute;
  top: 30%;
  right: 0%;
}
 .testimonal-sec .testimonal-image .testimonal-icon.tes-5 {
  position: absolute;
  bottom: 40%;
  right: 20%;
}
 .testimonal-sec .testimonal-image .testimonal-icon.tes-6 {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
 .price-sec .small-value {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 200;
}
 .price-sec .value {
  font-size: 4rem;
  font-weight: 600;
}
 .price-sec .card {
  border-radius: 15px;
  padding: 50px 35px;
  background-color: var(--secondary);
  height: 100%;
  color: #ffffff;
}
 .price-sec .price-sec .card {
  border: 2px solid var(--light);
}
 .price-sec input,
 .price-sec .form-label {
  display: inline-block;
  vertical-align: middle;
}
 .price-sec .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
 .price-sec .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
 .price-sec .slide-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 2px 6px 25px var(--secondary);
  -webkit-transition: 0.4s;
  box-shadow: 2px 6px 25px var(--secondary);
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
 .price-sec .slide-btn:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
 .price-sec input:checked + .slide-btn {
  background-color: var(--light);
}
 .price-sec input:focus + .slide-btn {
  box-shadow: 0 0 1px var(--light);
}
 .price-sec input:checked + .slide-btn:before {
  transform: translateX(26px);
}
 .price-sec .slide-btn.round {
  border-radius: 34px;
  background-color: var(--secondary);
}
 .price-sec .slide-btn.round:before {
  border-radius: 50%;
}
 .price-sec .package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
 .section-converter {
  position: relative;
    height: 100vh;
    z-index: 2;
    max-height: 700px;
    min-height: 500px;
}
 .section-converter::after {
  content: "";
  position: absolute;
  top: -18%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/svg/converter-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  z-index: -1;
}
 .section-converter .converter-input {
  color: #ffffff;
}
 .section-converter .bs-searchbox input {
  color: #090f0d;
}
 .section-converter .btn.show {
  color: #ffffff;
}
 .section-converter .filter-option-inner-inner {
  color: #ffffff;
}
 .section-converter .filter-option-inner-inner:focus {
  border: none;
  outline: none !important;
}
 .section-converter .converter-input,
 .section-converter .dropdown-toggle,
 .section-converter .selectpicker {
  width: 100%;
  padding: 20px 15px !important;
  border-radius: 0;
  background: transparent;
  border: none;
  outline: none !important;
}
 .section-converter .converter-input:focus,
 .section-converter .dropdown-toggle:focus,
 .section-converter .selectpicker:focus {
  box-shadow: none;
}
 .section-converter .custom-svg {
  height: 0px;
}
 .section-converter .card-sec {
  transform: translateY(50%);
  margin-bottom: 150px;
}
 .section-converter .card-sec .card {
  background: transparent;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  color: #ffffff;
  padding: 30px;
  height: 100%;
  border-radius: 30px;
}
 .section-converter .card-sec .card .sub-heading {
  font-size: 24px;
}
 .section-converter .card-sec .card .card-img {
  display: flex;
  justify-content: center;
  height: 50px;
}
 .section-converter .card-sec .card .card-img img {
  width: 70px;
  height: 100%;
}
 .section-converter .dropdown-item {
  color: #090f0d !important;
}
 .section-converter .dropdown-item:hover,
 .section-converter .dropdown-item.active,
 .section-converter .dropdown-item:active {
  background-color: var(--secondary);
  color: #ffffff !important;
}
.section-converter .row.align-items-center{
  height: calc(100vh - 150px);
    min-height: 400px;
    max-height: 600px;
}
 .section-converter::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/svg/converter-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
 .section-converter .input-wrapper-div {
  background-color: var(--secondary);
  border-radius: 10px;
}
.section-converter .input-wrapper-div .converter-input-main:after{
  content: '';
    width: 2px;
    height: 35px;
    position: absolute;
    background: var(--light);
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
 .section-converter .input-wrapper-div .dropdown-menu.show {
  max-height: 300px;
}
.section-converter .bootstrap-select .dropdown-toggle:focus{
  border: unset !important;
  outline: unset !important;
  background-color: unset !important;
}
body .input-wrapper-div .dropdown-toggle::after,
body .input-wrapper .dropdown-toggle::after {
  border: none;
  font-family: FontAwesome;
  content: "\f078";
}
body .dropup .dropdown-toggle::after {
    content: "\f077";
}
body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
 .section-converter .animate-converter-icon.icon-1 {
  top: 23%;
  animation: moveY 4.1s linear infinite alternate;
}
 .section-converter .animate-converter-icon.icon-2 {
  top: 60%;
  animation: moveX 3.5s linear infinite alternate;
}
 .section-converter .animate-converter-icon.icon-3 {
  right: 14%;
  top: 43%;
}
 .section-converter .animate-converter-icon.icon-4 {
  right: 21%;
  top: 80%;
  animation: moveY 3.6s linear infinite alternate;
}
 .section-converter .animate-converter-icon.icon-5 {
  right: 25%;
  top: 30%;
}
 .section-converter .animate-converter-icon {
  position: absolute;
  z-index: 1;
}
 .converter-card-sec {
  margin-top: -149px;
}
 .converter-card-sec .card-sec .card {
  position: relative;
  background: transparent;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  color: #ffffff;
  padding: 30px;
  height: 100%;
  border-radius: 30px;
  z-index: 2;
}
 .converter-card-sec .card-sec .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/svg/converter-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  z-index: -1;
}
 .converter-card-sec .card-sec .card .sub-heading {
  font-size: 24px;
}
 .converter-card-sec .card-sec .card .card-img img {
  animation: zoomInOut 3s infinite ease-in-out;
  width: 45px;
}
 .converter-news-sec .card-sec {
  background: var(--secondary);
  border-radius: 20px;
  position: relative;
}
 .converter-news-sec .card-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/svg/converter-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
 .converter-news-sec .card-sec .card-img{
  mix-blend-mode: color-burn;
    aspect-ratio: 3 / 2;
    object-fit: cover;
 }
 .converter-news-sec .card {
  background: transparent;
  border: none;
  color: #ffffff;
}
 .converter-news-sec .card-heading {
  font-size: 20px;
}
 .converter-news-sec a,
 .converter-news-sec .text {
  font-size: 14px;
}
 .converter-news-sec small {
  font-size: 12px;
}
 .popularcurrency-sec .card {
  background: var(--secondary);
  color: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
 .popularcurrency-sec .card .card-image img {
  width: 40px;
  border: 3px solid var(--secondary);
  border-radius: 50px;
  position: relative;
}
 .popularcurrency-sec .card .card-image img.img-1 {
  position: absolute;
  left: 60px;
  top: 50px;
}
 .popularcurrency-sec .heading {
  font-size: 24px;
}
 .table-converter .table {
  --bs-table-bg: transparent;
  --bs-table-color: white;
  --bs-table-border-color: secondary;
  --bs-table-striped-color: secondary;
  border: 1px solid var(--secondary);
}
 .table-converter .table > :not(caption) > * > * {
  padding: 16px;
}
 .table-converter table tr th:nth-child(even),
 .table-converter table tr td:nth-child(even) {
  text-align: right;
}
 .table-converter .table-hover > tbody > tr:hover > *,
 .table-converter .table-hover tr:hover,
 .table-converter .table-header {
  background: var(--secondary);
  --bs-table-color-state: white !important;
}
 .PopularCurrencies .card-background {
  position: relative;
  background: transparent;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  z-index: 2;
  border: none;
  border-radius: 8px;
}
 .PopularCurrencies .card-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/svg/converter-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  z-index: -1;
}
 .single-banner-sec {
  position: relative;
  background-position: center;
    background-repeat: no-repeat;
    margin-top: -120px;
    padding-top: 120px;
        background-position: right center;
    background-size: cover;
}
 .single-banner-sec .content-sec {
  padding: 100px 0;
}
 .single-banner-sec.privacy-banner {
  background-image: url("../images/single-banner/privacy-policy.avif");
}
 .single-banner-sec.term-banner {
  background-image: url("../images/single-banner/terms.jpg");
}
 .single-banner-sec.about {
  background-image: url("../images/single-banner/about.jpg");
}
 .single-banner-sec.contact-banner {
  background-image: url("../images/single-banner/about.jpg");
}
 .single-banner-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 20, 20, 0.8);
}
 .news-wrapper-sec .img-overlay {
  position: relative;
}
 .news-wrapper-sec .img-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 20, 20, 0.5);
}
 .documentation .input-group-text {
  border-right: 2px solid #827e7d !important;
}
 .documentation .margin-input {
  margin-top: 31px;
}
 .documentation .background-doc {
  background-color: rgba(36, 21, 21, 0.3);
}
 .documentation .code-container {
  margin-bottom: 10px;
  position: relative;
}
 .documentation .code-container pre {
  white-space: break-spaces;
}
 .documentation .code-container i {
  font-size: 25px;
}
 .documentation .copy-url-pre {
  cursor: pointer;
  color: #ffffff;
  margin-left: 10px;
}
 .documentation .tab-stiky {
  position: sticky;
  position: -webkit-sticky !important;
  top: 70px;
}
 .documentation .sub-heading {
  font-size: 33px;
}
 .documentation .asidebar {
  height: calc(100vh - 100px);
  overflow-y: auto;
}
 .documentation .asidebar ul li {
  padding: 15px 0;
  list-style-type: disc !important;
  color: #fff;
}
 .documentation .asidebar .accordion-button {
  background-color: #1c0e0e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
 .documentation .asidebar .accordion-button::after {
  filter: grayscale(1) invert(1);
}
 .documentation .asidebar .accordion-button:focus {
  box-shadow: none;
}
 .documentation .asidebar .accordion {
  --bs-accordion-bg: transparent;
}
 .documentation .asidebar .accordion-item {
  border: none;
}
 .documentation .asidebar .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #fff;
}
 .documentation .asidebar .accordion-button:not(.collapsed)::after {
  filter: grayscale(1) invert(1);
  width: 18px !important;
  height: 18px !important;
}
 .documentation code {
  background: rgba(40, 63, 89, 0.15);
  padding: 1px 5px 3px;
  border-radius: 3px;
}
 .documentation p code {
  background: rgba(40, 63, 89, 0.15);
  padding: 1px 5px 3px;
  border-radius: 3px;
}
 .documentation .pretty pre .kwd {
  color: #ff7f7f;
  font-weight: 700;
}
 .documentation .pretty.sublime {
  background-color: #303030;
  display: block;
  border-radius: 6px;
}
 .documentation .document-list p code {
  background: rgba(40, 63, 89, 0.15);
  padding: 1px 5px 3px;
  border-radius: 3px;
  color: #212529;
}
 .documentation .response .sublime {
  color: unset;
}
 .documentation .response .sublime,
 .documentation .response .code-print code,
 .documentation .response .code-print {
  background: none !important;
}
 .documentation .off-white {
  color: #e6e9ed;
}
 /*.documentation .var(--secondary) {
  color: #FEBF40 !important;
}*/
 .documentation .code-print {
  background: #241515;
  color: #47C652 !important;
  border-radius: 6px;
  padding: 0px 10px;
  word-break: break-all;
  white-space: break-spaces;
}
 .documentation .form-label {
  font-size: 14px;
}
 .documentation .input-group .form-control,
 .documentation .input-group .input-group-text {
  background-color: var(--secondary) !important;
  color: #827e7d;
  border: none;
  font-size: 14px;
}
 .documentation .input-group .form-control {
  background-color: rgba(159, 51, 51, 0.1);
  color: #fff;
}
 .documentation .input-group .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(159, 51, 51, 0.25);
}
 .documentation .input-group .form-control.form-select:focus {
  background-color: #241515 !important;
}
 footer {
  padding: 50px 0;
  background-color: var(--secondary);
}
 footer .social-icon a i {
  color: #ffffff;
  font-size: 32px;
}
 footer i {
  color: var(--lightIcons);
}
 footer .title {
  margin-bottom: 16px;
  font-size: 16px;
}
 footer .heading {
  font-size: 16px;
  color: #fff;
}
 footer a {
  font-size: 14px;
}
 footer .navbar-brand img {
  width: 80px;
}





.img-animate {
  animation: img-animate 6s infinite linear;
}

.moveX {
  animation: moveX 5s linear infinite alternate;
}

.moveY {
  animation: moveY 5s linear infinite alternate;
}

@keyframes img-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes img-animate {
  0% {
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes MoveTop {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(-100px);
    -webkit-transform: translatey(-60px);
  }
}
@keyframes moveX {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(100px);
    -webkit-transform: translatex(100px);
  }
}
@keyframes moveY {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
  }
}
@media (max-width: 300px) {
  .main-heading {
    font-size: 21px;
  }
}/*# sourceMappingURL=style.css.map */





/* login  */
.db-RegisterAndLoginBackground-background {
    z-index: -1;
    position: fixed;
    top: -272px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-12deg);
}
.db-RegisterAndLoginBackground-grayBackground {
    transform-origin: 0%;
    height: 1698px;
    background-color: var(--cardBG);
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
}

.login-form h1 {
    font-size: 22px;
    line-height: 30px;
}
.login-form .login-with-google-btn{
  transition: background-color 0.3s, box-shadow 0.3s;
    background-color: #fff;
    color: #222;
    border-radius: 4px;
    box-shadow: 0 0 0 0;
    border: 0 none;
    width: 100%;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.login-form .divider-login-or {
    font-family: Lexend;
    display: inline-block;
}
.login-form .divider-login-or::before {
    margin-right: .625rem;
    right: 100%;
    background-image: linear-gradient(45deg, transparent, #eaeaea80);
}
.login-form .divider-login-or::after {
    margin-left: .625rem;
    left: 100%;
    background-image: linear-gradient(45deg, #eaeaea80, transparent);
}
.login-form .divider-login-or:after, 
.login-form .divider-login-or:before {
    content: "";
    width: 10rem;
    height: .0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background-repeat: repeat-x;
}
.login-form a.login-with-google-btn img {
    padding-left: 14px;
    padding-right: 12px;
    box-sizing: initial;
    height: 20px;
    width: 20px;
    position: absolute;
    border-right: 1px solid #aaa;
}
.login-form{
  margin-top: 5rem;
}
.login-box{
  background: var(--secondary);
  padding: 50px 70px;
}

.login-form .login-footer .navbar a {
    font-size: 14px;
    opacity: .7;
}
.login-form .login-footer .navbar a:hover{
  opacity: 1;
}
.login-form form .custom-form-control:focus ~ .form-label, 
.login-form form .custom-form-control:not(:placeholder-shown) ~ .form-label{
  background: var(--secondary);
}

.login-agree-term{
  font-size: 13px;
}

.login-form .reset-p {
    font-size: 13px;
    line-height: 1.2rem;
}




/* pricing  */
.price-table-main .price-heading {
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 600;
}
.price-table-main #price-change-select {
    background-color: transparent;
    border: unset;
    color: #fff;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    z-index: 9;
    position: relative;
    outline: unset;
    box-shadow: none;
}
.price-table-main #price-change-select option{
    font-size: 18px;
    background: var(--primary);
    border: unset;
    outline: none;
}
.price-heading .fa-chevron-down {
    position: absolute;
    right: 0.5em; /* Adjust spacing */
    top: 50%; /* Center vertically */
    transform: translateY(-50%);
    pointer-events: none; /* Make sure the icon doesn't interfere with dropdown click */
}
.price-table-main table tr td, .price-table-main table tr th {
    padding: 1rem 2rem;
    border-bottom-color: var(--secondary);
    background: transparent;
    color: #fff;
    font-size: 14px;
}
.price-table-main table tr th{
  padding-left: 0;
}
.price-table-main .fa-xmark {
    color: #bb3534;
}
.price-table-main .fa-check {
    color: #48B850;
}
.price-table-main .fa-check, .price-table-main .fa-xmark {
    line-height: 26px;
}
.price-table-main table tbody tr:last-child td, .price-table-main table tbody tr:last-child th {
    border: unset;
}
.price-table-main .price-value {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    position: relative;
    z-index: -1;
}
.price-table-main .price-value:before {
    content: '$';
    font-size: 1.5rem;
    position: absolute;
    left: -25px;
}
.price-table-main .original-price-value {
    font-size: 20px;
    color: #dc3545;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: line-through;
    opacity: 0.7;
    z-index: -1;
    position: relative;
}
.price-table-main .price-value:after {
    content: '/month';
    font-size: 1.2rem;
    margin-left: 5px;
}
.price-table-main .subscribe-package {
    padding: 8px 40px;
    margin-top: 15px;
    border-radius: 3px;
    display: inline-block;
    border: 2px solid var(--light);
}
.price-table-main .subscribe-package:hover{
 background: -webkit-linear-gradient(140deg, var(--light) 0%, var(--primary) 100%);
}
.price-table-main .sticky-column {
    position: sticky;
    left: 0;
    background-color: var(--primary);
    white-space: nowrap;
     text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}
/* Custom Scrollbar Styling */
.price-table-main .custom-scrollbar::-webkit-scrollbar,
.price-table-main .scroll-top::-webkit-scrollbar {
    height: 14px; /* Scrollbar height */
}

.price-table-main .custom-scrollbar::-webkit-scrollbar-track,
.price-table-main .scroll-top::-webkit-scrollbar-track {
    background: var(--cardBG); /* Background of the scrollbar track */
}
.price-table-main .custom-scrollbar::-webkit-scrollbar-thumb,
.price-table-main .scroll-top::-webkit-scrollbar-thumb {
    background: var(--light); /* Thumb color (matches primary color) */
    border: 2px solid var(--cardBG);
}

.price-table-main .custom-scrollbar::-webkit-scrollbar-thumb:hover,
.price-table-main .scroll-top::-webkit-scrollbar-thumb:hover {
    background: var(--secondary); /* Darker blue on hover */
}
.scroll-top {
  overflow-x: auto;
  overflow-y: hidden;
  height: 20px; /* Height of the top scrollbar */
  margin-bottom: 5px;
}

.price-table-main .custom-price-main {
    padding: 30px 40px 10px 40px;
}
.price-table-main .custom-price-main h2 {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--light);
    padding-bottom: 10px;
}
.price-table-main .custom-price-main .contact-btn {
    border-bottom: 1px solid var(--light);
}
.price-table-main .custom-price-main .contact-btn a{
  padding: 12px 45px;
}
.price-table-main .custom-price-main ul li:before {
    content: "\f058";
    display: block;
    position: absolute;
    left: 0px;
    font-family: "FontAwesome";
    color: var(--lightIcons);
}

/* Most Popular Badge & Column Styles */

.table-responsive.custom-scrollbar table thead tr td.price-heading {
  padding: 1rem 0.5rem;
}
.most-popular-badge {
  display: block;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #000;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(255, 165, 0, 0.4);
  animation: pulse-glow 2s ease-in-out infinite;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.most-popular-badge i {
  margin-right: 4px;
  color: #000;
}
.most-popular-column {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.12) 0%, rgba(255, 215, 0, 0.03) 100%) !important;
  border-top: 3px solid #FFD700 !important;
}
/* Hide most-popular styles in scroll-top (cloned header) */
.scroll-top .most-popular-badge {
  display: none !important;
}
.scroll-top .most-popular-column {
  background: transparent !important;
  border-top: none !important;
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 2px 8px rgba(255, 165, 0, 0.4); }
  50% { box-shadow: 0 2px 15px rgba(255, 165, 0, 0.7); }
}

.pricing-switch-month-year-main {
    position: sticky;
    top: 80px;
    background: var(--primary);
    z-index: 9;
    margin: 60px 0;
    padding: 15px 0;
}
.pricing-switch-month-year-main #pricing-switch {
    text-align: center;
    line-height: 1.4;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.price-table-main {
    margin-bottom: 170px;
}
.pricing-switch-month-year-main #pricing-switch .switch-label {
    display: inline-block;
    text-align: center;
    opacity: 0.4;
    font-size: 16px;
    cursor: pointer;
    margin: 0 14px;
    display: inline-flex;
    align-items: center;
}
.pricing-switch-month-year-main #pricing-switch .switch-label.switch-label-monthly {
    text-align: right;
}
.pricing-switch-month-year-main #pricing-switch .switch-label.active {
    font-size: 17px;
    opacity: 1;
}
.pricing-switch-month-year-main #pricing-switch .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    vertical-align: -25%;
    margin: 0;
}
.pricing-switch-month-year-main #pricing-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--lightIcons);;
    border-radius: 34px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.pricing-switch-month-year-main #pricing-switch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 2.6px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
#pricing-switch input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}
.pricing-switch-month-year-main #pricing-switch .switch-label.switch-label-yearly {
    text-align: left;
}
.pricing-switch-month-year-main #pricing-switch .switch-label-yearly small {
    background: #838383;
    padding: 5px 8px;
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
    font-size: 10px;
}
.docs-main .list-group-item.active, 
.docs-main .nav-link.active, 
.docs-main .nav-link {
    font-weight: bold;
    background: unset;
    color: #fff;
}
.docs-main .nav-link {
    font-size: 17px;
    color: #FEBF40 !important;
}
.docs-main .docs-table small {
    color: #fff;
}
.docs-main .docs-table small span {
    color: #b0b0b0;
    font-size: .8rem;
}
#docs-menu-left{
  position: sticky;
    top: 80px;
    overflow-y: auto;
    height: calc(100vh - 80px);
    padding: 25px 0;
}
.docs-main .list-group-item {
    background: transparent;
    color: #e9e9e9;
    border: unset;
    font-size: 16px;
    line-height: 1.25rem;
    padding-left: 0;
    letter-spacing: 0.5px;
}
.docs-main .list-group-item.active, 
.docs-main .nav-link.active, 
.docs-main .nav-link {
    font-weight: bold;
    background: unset;
    color: #fff;
}

.docs-main [data-bs-toggle="collapse"]::after {
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 12px;
    color: #FEBF40 !important;
    content: "\f077";
}
.docs-main [data-bs-toggle="collapse"][aria-expanded="false"]::after{
    content: "\f078";
}

.docs-main .api-url-main {
  background: var(--cardBG);
  padding: 1.5rem;
  border-radius: 0.25rem;
}
.docs-main .api-url-code-main {
    color: #47C652;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    word-break: break-all;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin-bottom: 0;
}
.docs-main .api-url-main i.copy-doc-api{
  font-size: 20PX;
    cursor: pointer;
}
.docs-main .docs-block-main {
    padding-top: 110px;
}
.docs-main [data-bs-spy="scroll"] .docs-block-main:last-child {
   margin-bottom: 70px;
}
.docs-main .docs-result-pre {
    color: #e6e9ed;
    margin: unset;
}
.docs-main .docs-block-main .docs-block-content .docs-result-pre code {
    background: unset;
    padding: unset;
    border-radius: unset;
    color: unset;
    letter-spacing: unset;
    font-size: 13px;
}
.sample-comm {
    color: #a2a2a2;
}
.sample-spac {
    color: #ff7f7f;
}
.sample-bool {
    color: rgb(1, 132, 187);
}
.sample-key {
    color: #FEBF40;
}
.sample-string {
    color: #47c652;
}


.docs-main #docs-menu-left::-webkit-scrollbar {
    height: 14px; /* Scrollbar height */
}

.docs-main #docs-menu-left::-webkit-scrollbar-track {
    background: var(--secondary); /* Background of the scrollbar track */
}
.docs-main #docs-menu-left::-webkit-scrollbar-thumb {
    background: var(--light); /* Thumb color (matches primary color) */
    border: 2px solid var(--secondary);
}

.docs-main #docs-menu-left::-webkit-scrollbar-thumb:hover {
    background: var(--cardBG); /* Darker blue on hover */
}
.docs-main .docs-block-content .table>:not(caption)>*>* {
  border-bottom-color: var(--secondary);
  background: transparent;
  padding: 1rem;
}
/*.docs-main .docs-block-content .table tr:last-child th,
.docs-main .docs-block-content .table tr:last-child td {
  border: unset;
}*/
.docs-main .docs-block-content .table tr th:first-child{
  padding-left: 0;
}
.docs-main .docs-block-content .table tr td{
  padding-right: 0;
    color: #e9e9e9;
}

.docs-menu-main {
    background: var(--cardBG);
    margin-top: 25px;
}
.docs-menu-main a {
    margin-left: 0.5rem;
    border-radius: 0.25rem;
    transition: all 100ms linear 0s;
    padding: 0.6rem 1rem;
    font-weight: bold;
    font-size: 15px;
}
.docs-menu-main a.is-active, 
.docs-menu-main a:hover {
    background-color: var(--primary);
}
.docs-main p {
    color: #c5c5c5;
    margin-bottom: 0;
}

ul li li {
  list-style: unset;
    font-size: 14px;
    color: #e9e9e9;
    margin-bottom: 8px;
}
.docs-main .list-group {
    position: sticky;
    top: 80px;
    padding: 25px 0;
}
.docs-main .docs-block-main .docs-block-content code,
.docs-main #parameters table code {
    background: #eeeeee;
    padding: 2px 5px;
    border-radius: 3px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.docs-main .required-li:before {
    content: "\f005";
    color: #bb3534;
    position: absolute;
    left: -20px;
    font-size: 0.7rem;
    top: 3px;
    font-family: "FontAwesome";
}
.docs-main .required-li {
    position: relative;
}
.docs-main .parameter-ul span {
    color: #fff;
    font-size: 15px;
    line-height: 1.6em;
}
.docs-main .parameter-ul p, .docs-main .parameter-ul p span {
    font-size: 13px;
    line-height: 1.4rem;
}
.main-404{
  min-height: calc(100vh - 210px);
}








/* dashboard  */
.docs-main .list-group-item{
    margin-bottom: 5px;
}
.docs-main .list-group-item.is-active {
  font-weight: bold;
  background: var(--cardBG);
    border-radius: 5px;
}
.docs-main .list-group-item i{
  background: var(--cardBG);
    border-radius: 5px;
    margin: 0 12px;
    font-size: 17px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}
.docs-main .list-group-item.is-active i{
  background: var(--light);
}
.dashboard-main #docs-menu-left{
  position: sticky;
  top: 20px;
  height: calc(100vh - 100px);
}

.dashboard-main.docs-main .api-url-main i.copy-doc-api{
  font-size: 35px;
}
.dashboard-main.docs-main .api-url-code-main{
  color: #c5c5c5;
    font-size: 18px;
    letter-spacing: 1.3px;
}
.dashboard-bg{
  background: var(--primary);
}
.highcharts-exporting-group{
  display: none;
}

.profile-main .bootstrap-select>.dropdown-toggle{
    padding: 16px 12px 12px 12px;
    border-radius: 0px;
    background: none;
    border: unset;
    color: #fff;
}
.form-check-input:focus{
  border-color: #ff6b6b;
  outline: 0;
  box-shadow: 0 0 0 .25rem #ff6b6b52;
}
.support-main i{
  font-size: 60px;
  color: var(--lightIcons);
}
.support-main h4 {
    line-height: 40px;
    margin-bottom: 8px;
}
.payment-main i.fa-circle-dollar-to-slot{
  color: var(--lightIcons);
}











/* ******************************** media querys  ***********************/

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .main-heading{
    font-size: 31px;
  }
  .sub-heading{
    font-size: 29px;
  }
   .contact .card-form {
    transform: translateY(0px);
  }
}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  header .navbar .navbar-nav .nav-item .nav-link{
      padding: 12px 10px;
    }
    header .main-nav.fixed{
      padding: 0px;
    }
    header{
      margin: 0 8px;
    }
  .float-div {
    display: flex;
    flex-direction: column-reverse;
  }
   .card-sec .card-background .card-div {
    background: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
   .card-sec .card-background .card-div .icon-box{
    margin-top: unset;
  }
   .navbar .dropdown-menu {
    width: 100%;
  }
   .default-sec {
    padding: 60px 0;
  }
   .banner-sec .banner {
    padding-bottom: 60px;
    padding-top: 180px;
  }
   .card-sec .card-background .card-slider :nth-child(even) {
    margin-top: 0px;
  }
   .tab-sec {
    padding: 60px 0;
  }
   .tab-sec .content-sec .nav .column {
    width: 22%;
  }
   .tab-sec .content-sec .nav .column.column-2 {
    position: static;
    transform: translateX(0%);
  }
   .tab-sec .content-sec .nav .column.column-3{
    margin-top: 0;
  }
   .testimonal-sec {
    padding: 60px;
  }
   .testimonal-sec .main-heading {
    font-size: 35px !important;
  }
   .testimonal-sec .text {
    font-size: 14px;
  }
   .testimonal-sec .comma i {
    font-size: 30px;
  }
   .testimonal-sec .testimonal-background {
    background-color: var(--secondary);
    padding: 40px;
  }
 header nav .btn-custom {
  border-radius: unset;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
  }

  .docs-menu-main{
    display: none;
  }
  .pricing-switch-month-year-main{
    top: 67px;
  }
}




/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #docs-menu-left{
    height: auto !important;
  }
   .default-sec {
    padding: 40px 0;
  }
   .tab-sec .content-sec .nav .column {
    width: 30%;
  }
   .card-sec .card-background .card-div .icon-box {
    margin: 0;
    margin-bottom: 20px;
  }
   .faq {
    padding: 40px 0;
  }
   .testimonal-sec {
    padding: 40px 0;
  }
   .testimonal-sec .testimonal-image .testimonal-icon {
    width: 20px;
    height: 20px;
  }
  .login-box{
    padding: 50px 30px !important;
  }
}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .pricing-switch-month-year-main #pricing-switch .switch-label-yearly small{
    display: none;
  }
  .price-table-main .sticky-column{
    position: unset;
  }
   .default-sec {
    padding: 30px 0;
  }
   .tab-sec {
    padding: 30px 0;
  }
   .tab-sec .content-sec .sub-heading {
    font-size: 24px;
  }
   .tab-sec .content-sec .nav .nav-link {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
  }
  .tab-sec .content-sec .nav .nav-link p{
    display: none;
  }
   .tab-sec .content-sec .nav .nav-link .heading {
    border: none;
    padding: 0;
  }
   .tab-sec .content-sec .nav .nav-link .text {
    display: none;
  }
   .tab-sec .content-sec .nav .column {
    width: 100%;
  }
   .tab-sec .content-sec .nav .column.column-2 {
    top: unset;
    transform: unset;
    position: static;
  }
   .tab-sec .content-sec .nav .column.column-3{
    margin-top: 12px;
  }
   .tab-sec .content-sec .tab-content .tab-pane {
    padding: 0px;
  }
   .faq {
    padding: 30px 0;
  }
   .testimonal-sec {
    padding: 30px 0;
  }
   .testimonal-sec .main-heading {
    font-size: 30px;
  }
   .testimonal-sec .text {
    font-size: 14px;
  }
   .testimonal-sec .comma i {
    font-size: 20px;
  }
   .testimonal-sec .testimonal-image {
    width: 60%;
    margin: 0 auto;
  }
}

/* Active Subscriptions Section - Dashboard */
.subscription-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.subscription-table th,
.subscription-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.subscription-table th {
  color: #aaa;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.subscription-table td {
  color: #fff;
  font-size: 14px;
}
.subscription-table tr:hover {
  background: rgba(255,255,255,0.03);
}
.subscription-table .market-icon {
  width: 20px;
  text-align: center;
  display: inline-block;
}
.subscription-table .badge-status {
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.subscription-table .badge-active {
  background: rgba(40, 167, 69, 0.2);
  color: #28a745;
}
.subscription-table .badge-expiring {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}
.subscription-table .badge-expired {
  background: rgba(220, 53, 69, 0.2);
  color: #dc3545;
}
.subscription-table .badge-limit-exceeded {
  background: rgba(255, 87, 34, 0.2);
  color: #ff5722;
}
.subscription-usage-bar {
  width: 100px;
  height: 6px;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.subscription-usage-bar .fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.subscription-usage-bar .fill.green { background: #28a745; }
.subscription-usage-bar .fill.yellow { background: #ffc107; }
.subscription-usage-bar .fill.red { background: #dc3545; }
.usage-percent {
  font-weight: 600;
  font-size: 13px;
  display: block;
}
.usage-hits {
  font-size: 12px;
  display: block;
  color: #6c757d;
}
@media (max-width: 768px) {
  .subscription-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .subscription-table th,
  .subscription-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* Pricing Tabs Styling */
.pricing-tabs {
  border-bottom: none;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15px;
}
.pricing-tabs .nav-link {
  color: #fff;
  background: -webkit-linear-gradient(290deg, var(--light) 0%, var(--primary) 100%);
  border: 1px solid var(--light);
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.pricing-tabs .nav-link:hover {
  color: #fff;
  opacity: 1;
  background: -webkit-linear-gradient(140deg, var(--light) 0%, var(--primary) 100%);
  border-color: var(--lightIcons);
}
.pricing-tabs .nav-link.active {
  color: #fff;
  background: -webkit-linear-gradient(140deg, var(--light) 0%, var(--primary) 100%);
  border: 1px solid var(--lightIcons);
  opacity: 1;
  box-shadow: 0 0 15px rgba(159, 51, 51, 0.3);
}
.pricing-tabs .nav-link i {
  opacity: 0.8;
}
.pricing-tabs .nav-link.active i {
  opacity: 1;
  color: var(--lightIcons);
}

/* Mobile responsive for pricing tabs */
@media (max-width: 767px) {
  .pricing-tabs {
    gap: 8px;
    padding: 0 10px 15px;
  }
  .pricing-tabs .nav-link {
    padding: 10px 16px;
    font-size: 13px;
  }
  .pricing-tabs .nav-link i {
    display: none;
  }
}
@media (max-width: 480px) {
  .pricing-tabs {
    gap: 6px;
  }
  .pricing-tabs .nav-link {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* Tab content animation */
.tab-pane {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}