/* ROOT VARIABLE */
:root {
  --themeColor: #231e13;
  --backgroundColor: #17150e;
  --primaryColor: #dfad00;
  --primaryLightColor: #cca7421a;
  --whiteColor: #fff;
  --subTextColor: #bcbcbc;
  --textColor: #222629;
}
 
/* CUSTOM CSS HERE */
* {
  font-family: "Outfit";
  margin: 0;
  padding: 0;
  line-height: normal !important;
}
 
body {
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100dvh;
  font-weight: 400;
  box-sizing: border-box;
  line-height: normal;
  background-color: #0d0d0d;
}
 
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
 
::-webkit-scrollbar-track {
  background-color: #dfad0021;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primaryColor);
}
 
body::-webkit-scrollbar {
  display: none;
}
 
a {
  text-decoration: none !important;
}
 
/* FONT SIZE */
.font-52 {
  font-size: clamp(1.625rem, 1.3rem + 1.625vw, 3.25rem);
}
 
.font-34 {
  font-size: clamp(1.25rem, 1.075rem + 0.875vw, 2.125rem);
}
 
.font-30 {
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}
 
.font-24 {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}
 
.font-20 {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
 
.font-18 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
 
.font-16 {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}
 
.font-14 {
  font-size: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem);
}
 
.font-12 {
  font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
}
 
.font-11 {
  font-size: clamp(0.5625rem, 0.5375rem + 0.125vw, 0.6875rem);
}
 
.font-10 {
  font-size: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem);
}
 
 
/* FONT WEIGHT */
.light {
  font-weight: 300;
}
 
.regular {
  font-weight: 400;
}
 
.medium {
  font-weight: 500;
}
 
.semibold {
  font-weight: 600;
}
 
.bold {
  font-weight: 700;
}
 
/* Gap */
.scalable-gap-46-30 {
  gap: clamp(1.875rem, 1.675rem + 1vw, 2.875rem);
}
 
.scalable-gap-24-16 {
  gap: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
 
.scalable-gap-16-12 {
  gap: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}
 
.scalable-gap-30-20 {
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}
 
.gap-12 {
  gap: 12px;
}
 
/* PADDING */
.scalable-p-12-8 {
  padding: clamp(0.375rem, 0.3625rem + 0.0625vw, 0.4375rem) clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem) !important;
}
 
.pt-120 {
  padding-top: clamp(2.1875rem, 1.125rem + 5.3125vw, 7.5rem);
}
 
.pb-120 {
  padding-bottom: clamp(2.1875rem, 1.125rem + 5.3125vw, 7.5rem);
}
 
 
 
/* BACKGROUND */
.theme {
  background-color: var(--themeColor);
}
 
.backgroundColor {
  background-color: var(--backgroundColor);
}
 
.bgwhite {
  background-color: var(--whiteColor);
}
 
.bgRed {
  background-color: var(--redColor) !important;
}
 
.bgPrimary {
  background-color: var(--primaryColor);
}
 
.bgPrimaryLight {
  background-color: var(--primaryLightColor);
}
 
.clip-path {
  clip-path: border-box;
}
 
/* COLOR */
.textColor {
  color: var(--themeColor);
}
.whiteTextColor{
  color:var(--whiteColor);
}
 
.subTextColor {
  color: var(--subTextColor);
}
 
.primaryColor {
  color: var(--primaryColor);
}
 
:focus-visible {
  outline: var(--Primary-color) auto 0px;
}
 
.lh-0 {
  line-height: 0;
}
 
/* Filter */
 
 
/* BUTTON */
.primary-button {
  background-color: var(--primaryColor);
  border-radius: 40px;
  padding: 8px 24px;
  border: 0;
}
 
/* NAVBAR */
.navbar {
  background-color: var(--backgroundColor);
  border-bottom: 1px solid #F5BF031A;
  height: 80px;
}
 
.navbar-list {
  align-items: center;
}
 
/* .navbar-nav {
  gap: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
} */
 
.nav-item a {
  font-size: clamp(0.8125rem, 0.775rem + 0.1875vw, 1rem);
  font-weight: 300;
  color: var(--whiteColor);
}
 
.nav-item a.active {
  color: var(--primaryColor);
  /* border-bottom: 1px solid var(--primaryColor); */
}
 
/* Hero section */
.hero-section {
  background-image: url(../images/webp/hero-section-bg-img.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right;
  height: auto;
  color: var(--whiteColor);
 
  @media (max-width: 998px) {
    background-image: url("../images/webp/hero-section-bg-img.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    color: var(--whiteColor);
  }
}
 
.hero-container {
  padding-top: clamp(7.5rem, 6.525rem + 4.875vw, 12.375rem);
}
 
.hero-section-desktop-img {
  margin-bottom: clamp(-9.5rem, -1.25rem + -6.25vw, -1.75rem);
  z-index: 9;
  position: relative;
  max-width: min(100%, 900px);
}
 
.count-section {
  position: relative;
  z-index: 99;
  box-shadow: 0px -22px 10px #231E13;
}
 
.gradiant-button {
  padding: 8px 24px;
  border-radius: 60px;
  background: linear-gradient(90deg, #231e13, #231e13) padding-box, linear-gradient(178deg, #f5bf03, #553904) border-box;
  border: 1px solid transparent;
}
.cancel-btn-modal{
  border: 1px solid rgba(188, 188, 188, 1);
    border-radius: 60px;
    padding: 8px 40px;
    color: var(--subTextColor);
    background-color: transparent;
}
/* features */
.feature-section.active {
  border-radius: 10px;
  background-color: #231E13;
  ;
  transition: all 0.3s ease;
 
  .community_heading {
    color: var(--primaryColor);
  }
}
 
 
.feature-section2.active {
  border-radius: 10px;
  background-color: #231E13;
  transition: all 0.3s ease;
 
  .testing_heading {
    color: var(--primaryColor);
  }
}
 
.features-card {
  max-height: 510px;
  /* overflow-y: auto; */
  direction: rtl;
  padding: 0px clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
}
 
/* about */
.section-heading {
  padding-bottom: clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem);
}
 
.about-card {
  background-color: var(--themeColor);
  border-radius: 10px;
  padding: 44px 18px;
  height: 100%;
}
 
.about-card img {
  height: 40px;
  width: 40px;
  padding: 2px;
  aspect-ratio: 1;
}
 
.what-we-do {
     padding-top: clamp(.75rem, 1rem + 0.25vw, 1.5rem);
}
 
.feature-section,
.feature-section2 {
  padding: 18px;
}
 
 
/* Scrollbar Styling for Webkit Browsers (Chrome, Edge, Safari) */
#features-list {
  max-height: 300px;
  overflow-y: auto;
  direction: rtl;
  padding: 0px 36px;
}
 
#features-list::-webkit-scrollbar {
  width: 5px;
}
 
#features-list::-webkit-scrollbar-thumb {
  background-color: var(--primaryColor);
  border-radius: 4px;
}
 
#features-list::-webkit-scrollbar-track {
  background-color: #231E13;
}
 
/* Scrollbar Styling for Webkit Browsers (Chrome, Edge, Safari) */
#features-list2 {
  max-height: 300px;
  overflow-y: auto;
  direction: ltr;
  padding: 0px 36px;
}
 
/* Scrollbar Styling for Webkit Browsers (Chrome, Edge, Safari) */
#features-list2::-webkit-scrollbar {
  width: 5px;
}
 
#features-list2::-webkit-scrollbar-thumb {
  background-color: #DFAD00;
  border-radius: 4px;
}
 
#features-list2::-webkit-scrollbar-track {
  background-color: #231E13;
}
 
/* FAQ'S section*/
.accordion-header {
  padding: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  align-items: center;
}
 
.faqs-section {
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: none;
  }
 
  .accordion-button {
    background-color: transparent;
    color: var(--subTextColor);
    padding: 0;
  }
 
  .accordion-item:not(.collapsed) {
    background-color: transparent;
    border: 1px solid #F5BF031A;
    border-radius: 10px;
  }
 
  .accordion-button:not(.collapsed) {
    color: var(--whiteColor);
  }
 
  .accordion-button::after {
    background-image: url(../images/svg/faq-arrow-down.svg);
    transform: rotate(180deg);
    background-color: #231E13;
    height: 57px;
    width: 46px;
    border-radius: 10px 0px 0px 10px;
    background-position: center;
    background-size: 1rem;
    transition: none;
  }
 
 
  .accordion-button:not(.collapsed)::after {
    background-image: url(../images/svg/faq-arrow.svg);
    transform: none;
    border-radius: 0px 10px 0px 0px;
    background-color: #AE7A17;
  }
 
  .accordion-item:has(.accordion-collapse.show) {
    background-color: #231E13;
  }
 
  .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-radius: 10px;
  }
 
  .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
 
  .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
  }
}
/* Pricing section */
 
.owl-carousel {
  display: flex;
  align-items: stretch;
}
.owl-carousel .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.pricing-card {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  width:max-content !important;
}
@media (max-width: 768px) {
  .pricing-card {
    width: 100% !important;
  }
}

.pricing-card {
  border: 1px solid #F5BF031A;
  border-radius: 16px;
  padding: 30px 10px;
  transition: background-color 0.3s ease, border 0.3s ease;
      gap: clamp(1.75rem, 1.2125rem + 2.6875vw, 3.4375rem);
  height: 100%;
  justify-content: space-between;

  min-width: 400px;
  max-width: 400px;
 
  ul{
    height: 170px;
    overflow: auto;
    scrollbar-width: none;
  }
}
.pricing-card .subscribe-btn {
  transition: background-color 0.3s ease;
}
.pricing-card:hover {
  background-color: #231E13;
  border: 1px solid transparent;
}
.pricing-card:hover .subscribe-btn {
  background-color: var(--primaryColor);
}
.price-heading {
  border-bottom: 1px solid #F5BF031A;
  padding-bottom: 16px;
  min-height: 90px !important;
}
.subscribe-btn {
  background-color: #F5BF031A;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid transparent;
}
.owl-nav {
  span {
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: -3px;
  }
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #F5BF031A !important;
  color: #FFF;
  text-decoration: none;
  border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-] {
  margin: 8px !important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  height: 52px;
  width: 52px;
  border: 1px solid #F5BF031A !important;
  border-radius: 50%;
  position: relative;
}
.owl-theme .owl-nav {
  margin-top: clamp(1.25rem, 1rem + 1.25vw, 2.5rem) !important;
}
/* Get the App Now section */
.app-mobile-img {
  margin-bottom: clamp(-5.5rem, -5.125rem + -1.875vw, -7.375rem);
}
 
.app-mobile-bottom-img {
  margin-bottom: -120px;
}
 
.qr-code {
  Width: 132px;
  Height: 142px;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 4px #F5BF0380;
}
 
 
/* Testimonials */
.testimonials-section {
  .slide-content {
  padding: 0 !important; 
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  }
 
  .testimonials-user-profile {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    object-fit: cover;
  }
 
  .swiper-card {
    border-radius: 16px;
    background-color: #231E13;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
 
  .swiper-pagination-bullet {
    background-color: #BCBCBC;
    opacity: 1;
  }
 
  .swiper-button-next,
  .swiper-button-prev {
    top: 100%;
    border: 1px solid #F5BF031A;
    border-radius: 50%;
    height: 52px;
    width: 52px;
  }
 
  .swiper-button-prev {
    left: 90%;
  }
 
  .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 26px !important;
    height: 6px !important;
    border-radius: 6px;
  }
 
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.7);
  }
 
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.7);
  }
 
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10px;
    width: 200px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px;
    color: var(--whiteColor);
  }
 
 
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
 
 
/* rating */
.star-rating {
  display: inline-block;
}
 
.star {
  font-size: clamp(0.8125rem, 0.775rem + 0.1875vw, 1rem);
  color: var(--primaryColor);
}
 
.unfilled {
  color: var(--subTextColor);
}
 
/* contact us */
.contact-form {
  background-color: #231E13;
  padding: 24px;
  border-radius: 16px;
  gap: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}
 
.ContactUs-heading {
  padding-bottom: clamp(1.5rem, 1.175rem + 1.625vw, 3.125rem);
}
 
.contactUs {
  gap: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
}
 
.contact-icon {
  background-color: #231E13;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
 
.input-field {
  border-radius: 50px;
  border: 1px solid transparent;
  background-color: var(--primaryLightColor);
  padding: 14px 16px;
  font-weight: 400;
  width: 100%;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  transition: all 0.3s ease;
  color: var(--whiteColor);
}
 
.input-field:focus {
  outline: none;
  border: 1px solid var(--primaryColor);
}
 
.input-field::placeholder {
  color: var(--subTextColor);
}
 
/* Container for the custom select */
.custom-select {
  position: relative;
}
 
.select {
  .form-select {
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
    font-weight: 400;
    padding: 14px 16px;
    color: var(--textColor);
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: var(--primaryLightColor);
    transition: all 0.3s ease;
    color: var(--whiteColor);
    --bs-form-select-bg-img: url(../images/svg/arrow-down.svg);
    background-size: 18px 18px;
    cursor: pointer;
  }
}
 
.dropdown-options {
  display: none;
  position: absolute;
  top: 48px;
  z-index: 10;
  background-color: var(--backgroundColor);
  width: 100%;
  max-height: 220px;
  overflow: auto;
  box-shadow: 0px 1px 12px 8px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
 
.dropdown-options-list {
  padding: 10px;
  cursor: pointer;
  color: var(--whiteColor);
}
 
.dropdown-options-list:hover {
  background-color: var(--primaryLightColor);
}
 
.custom-select.active .dropdown-options {
  display: block;
}
 
.dropdown-item.active,
.dropdown-item:active {
  color: var(--whiteColor) !important;
}
 
/* circle */
.right-circle {
  position: absolute;
  right: 0%;
  top: -169px;
  max-width: 342px;
}
 
.rightCenter-circle {
  position: absolute;
  right: 0%;
  top: 300px;
  max-width: 342px;
}
 
.left-circle {
  position: absolute;
  left: 0%;
  top: -52px;
  max-width: 342px;
}
 
.rightBottom-circle {
  position: absolute;
  right: 0%;
  bottom: -188px;
  max-width: 342px;
}
 
.leftBottom-circle {
  position: absolute;
  left: 0%;
  bottom: -188px;
  max-width: 342px;
}
 
.rightEllipse-circle {
  position: absolute;
  right: 0%;
}
 
.leftBottom-circle {
  position: absolute;
  left: 0%;
  max-width: 342px;
  bottom: -65px;
}
 
.clip-path {
  clip-path: border-box;
}
 
/* login */
.login-form-container {
  .login-background {
    background-color: #231E13;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    z-index: 99;
    position: relative;
  }
}
 
.country-code {
  background: linear-gradient(90deg, #231E13, #231E13) padding-box, linear-gradient(260deg, #F5BF03, #AE7A17) border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 16px 10px;
  cursor: pointer;
  height: 52px;
}
 
.phone-input input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}
 
.otp-field {
  .input-field {
    width: clamp(3.25rem, 3rem + 1.25vw, 4.5rem);
    height: clamp(2.8125rem, 2.5625rem + 1.25vw, 4.0625rem);
    text-align: center;
    font-weight: 500;
    font-size: clamp(1.0625rem, 1rem + 0.3125vw, 1.375rem);
    background-color: #17150E;
  }
 
  .input-field:focus {
    background: linear-gradient(90deg, #231E13, #231E13) padding-box, linear-gradient(260deg, #F5BF03, #AE7A17) border-box;
    border: 1px solid transparent;
  }
}
 
.joinNetwork-container {
  padding-top: 120px;
  padding-bottom: 52px;
}
 
textarea {
  resize: none;
}
 
.scroll-bar {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
 
/* Subscription Details */
.subscription-card {
  border: 1px solid #F5BF031A;
  transition: border 0.3s ease, background 0.3s ease;
  padding: 10px 16px;
  border-radius: 8px;
 
  .subscription-icon {
    display: none;
    transition: display 0.3s ease;
  }
 
  h3 {
    transition: color 0.3s ease;
  }
}
 
.subscription-card.active {
  background: linear-gradient(90deg, #231E13, #231E13) padding-box,
    linear-gradient(260deg, #F5BF03, #AE7A17) border-box;
  border: 1px solid transparent;
 
  .subscription-icon {
    display: block;
  }
 
  h3 {
    color: var(--primaryColor);
  }
}
 
 
.subscription-icon {
  position: absolute;
  top: -15px;
  right: -15px;
  display: none;
}
.subscription-plans {
  flex-wrap: nowrap !important;
  overflow: auto;
  padding-bottom: 8px;
}
 
 
 
 
.off-white {
  color: #E1E6F0;
}
 
.user-details {
  background-color: #17150E;
  border-radius: 10px;
  padding: 16px;
}
 
.billing-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
 
.timeline-left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
 
.timeline-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
 
.timeline-step {
  position: relative;
}
 
.dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #BCBCBC;
  border-radius: 50%;
}
 
.line {
  position: absolute;
  left: 3px;
  width: 2px;
  height: 54px;
  background-color: #BCBCBC;
  top: 12px;
}
 
.info {
  padding-left: 20px;
}
 
 
/* Modal css */
.modal-container {
  .modal-content {
    background-color: #231E13;
    border-radius: 12px;
    padding: clamp(1.5rem, 1.125rem + 0.875vw, 3.375rem) clamp(1rem, 0.9rem + 0.5vw, 1.5rem) clamp(1.5rem, 1.125rem + 0.875vw, 3.375rem) clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  }
}
 
/* FOOTER */
.footer-section {
  background-color: var(--themeColor);
  padding: clamp(1.500rem, 1.2875rem + 1.9375vw, 2.8125rem) clamp(0rem, -0.3rem + 1.5vw, 1.5rem);
}
 
.footer-logo {
  width: clamp(5rem, 4.875rem + 0.625vw, 5.625rem);
}
 
.footer-list li {
  display: flex;
}
 
.footer-list li a.active {
  color: var(--primaryColor) !important;
  border-bottom: 1px solid var(--primaryColor);
}
 
.footer-link {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
 
.footer-link a.active {
  color: var(--primaryColor);
  border-bottom: 1px solid var(--primaryColor);
}
 
.footer-link:hover {
  color: var(--primaryColor) !important;
}
 
.footer-icon {
  width: 30px;
  height: 30px;
  border-radius: 26px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  background-color: var(--backgroundColor);
}
 
.footer-icon:hover {
  img {
    filter: brightness(0) saturate(100%) invert(4%) sepia(6%) saturate(4835%) hue-rotate(9deg) brightness(93%) contrast(90%);
  }
}
 
.footer-icon:hover {
  background-color: var(--primaryColor);
  transform: scale(1.1);
}
 
.footer-icon:hover {
  color: #ffc107;
}
 
@media (max-width:992px) {
  .navbar-collapse {
    background-color: var(--backgroundColor);
    padding: 16px 20px;
    box-shadow: 0px 2px 2px 0px #DFAD001A;
  }
 
  .navbar-list {
    flex-direction: column;
    align-items: flex-start;
  }
 
  .contact-row {
    .col-md-6 {
      width: 100%;
    }
 
    .col-md-5 {
      width: 100%;
    }
  }
 
  .swiper-navBtn {
    display: none !important;
  }
 
  .navbar-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 12px;
  }
 
  .navbar-expand-lg {
    .container {
      padding: 0px !important;
    }
  }
  .time-trading-img{
    order: 1;
  }
}
 
@media (max-width:575px) {
  .heading {
    padding: 0px clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  }
 
  .count-section {
    .col-sm-6 {
      width: 50%;
    }
  }
 
  .time-trading-img {
    order: 1;
  }
 
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
 
 
 
  .right-circle,
  .rightCenter-circle,
  .left-circle,
  .rightBottom-circle,
  .leftBottom-circle,
  .leftBottom-circle,
  .leftBottom-circle,
  .rightEllipse-circle {
    display: none;
  }
  #features-list,
  #features-list2{
    padding: 0;
  }
  /* .subscription-plans {
    flex-wrap: wrap !important;
    overflow-x:hidden;
    padding: 0px 14px;
}
  */
 
}
 
@media (max-width:1400px) {
  .testimonials-section {
    .swiper-button-prev {
      left: 87%;
    }
  }
}
.profile-img{
  border-radius: 50% !important;
  /* background: linear-gradient(90deg, #231E13, #231E13) padding-box, linear-gradient(178deg, #F5BF03, #553904) border-box; */
  padding: 2px !important;
  border: 2px solid #7a550648 ;
}
.white-filter {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(268deg) brightness(101%) contrast(102%);
}
.profileDiv{
 
  /* border: 1px solid #c08608d3 ; */
  padding: 4px 12px;
  border-radius: 30px;
 box-shadow: 1px 1px 1px 1px #553904;
 background-color: #372d0c28;
 
}
 
.loader {
  border: 2px solid rgb(17, 16, 16);
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.5s linear infinite;
}
 
 
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
 
  100% {
    transform: rotate(360deg);
  }
}
 
.disable-click {
  pointer-events: none;
}

/* Not registered modal custom backdrop */
#not-registered-backdrop {
  background-color: rgba(0, 0, 0, 0.85) !important;
  z-index: 1050; /* above other elements */
}

/* Ensure our modal appears above other backdrops */
.not-registered-modal.modal {
  z-index: 1060;
}

/* Slightly darken page content under the modal */
.not-registered-modal .modal-content {
  background: rgba(12,12,12,0.96);
}
