@font-face {
  font-family: Poppins;
  src: url("Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
}

:root {
  --white-color: #ffffff;
  --black-gray: #202020;
  --dark-gray: #2e2e2e;
  --primary-blue: #1e3ddd;
  --dark-bg: #191919;
  --dark-black: #151515;
  --border-color: #373737;
  --table-header-color: #888888;
  --rgba-orange: rgba(255, 102, 0, 0.5);
  --brick-Red: #b33a2c;
  --gray: #a19d9d;
  --green-color: #47a785;
  --blue-purple: #7b57e0;
  --sky-blue: #5395cf;
  --success-color: #1e5631;
  --error-color: #8b0000;
  --warning-color: #f0ad4e;
  --info-color: #5bc0de;
  --blue-color: #007bff;
  --yellow-color: #ffc107;
  --purple-color: #6f42c1;
  --light-gray: #ddd;
  --bs-light-rgb: 248, 249, 250;
  --dark-shade-brown: #150800;
  --vivid-sky-blue: #00b7ff;
  --black: #000;
  --second-orange: #ff6600;
  --primary-orange-color: hsl(23, 100%, 51%);
  --gray-nine: #171717;
  --third-orange: #ff8c00;
}

body {
  background: var(--black);
  color: var(--white-color);
  font-family: Poppins, sans-serif;
  font-style: normal;
}

a {
  text-decoration: none !important;
}

.nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
}

.dropdown-toggle::after {
  content: "\f107";
  border-top: 0px solid;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.panel-section {
  padding: 65px 0px 0px 0px;
}

.desktop-payment,
.desktop-text,
.panel-section .desktop-panel,
.social .desktop-social-icon {
  display: flex;
}

.accordion-item .toggle-icon,
.message {
  float: right;
}

.contact-info a,
.footer a,
.social-icon a {
  text-decoration: none;
}

.mobile-payment,
.mobile-text,
.panel-section .mobile-panel,
.social .mobile-social-icon {
  display: none;
}

.navbar.navbar-expand-lg {
  background-color: var(--black);
}

@media screen and (max-width: 768px) {
  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: inline-block;
    font-size: 12px !important;
    font-weight: 300 !important;
    text-align: center;
  }
}

.pay-images {
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pay-images img {
  max-width: 100%;
  max-height: 100%;
}

.navbar.navbar-expand-lg {
  border-bottom: 1px solid var(--border-color);
}

.nav-item {
  line-height: 2;
}

.subtitle-text,
.title-text {
  font-family: Inter, sans-serif;
  line-height: 22px;
}

.brand-logo {
  font-size: 1.5rem;
  font-weight: 700;
}

.auth-container p.small.text-center,
.btn-orange,
.footer p {
  font-size: 16px;
}

.highlight {
  color: var(--second-orange);
  font-weight: 600;
}

.auth-container {
  border-radius: 10px;
}

.auth-container h4.text-center {
  font-size: 30px;
}

.index-banner {
  overflow-x: clip;
  align-items: center;
  display: flex;
  padding: 80px 0px 0px;
}

.form-banner {
  overflow-x: clip;
  align-items: center;
  display: flex;
  padding: 64px 0px;
}

.btn-orange {
  color: var(--white-color);
  background: linear-gradient(
    to bottom,
    var(--primary-orange-color),
    var(--brick-Red)
  );
  font-weight: 700;
  padding: 8px 20px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 5px #4b211c;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
}

.orange_btn {
  padding: 10px;
  opacity: 1;
  border-radius: 8px;
  border-width: 1px;
  background-color: #ff6505;
  border: 1px solid;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(153, 153, 153, 0) 94.32%
  );
  box-shadow: 0px 1px 2px 0px #1018280d;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.orange_btn:hover {
  background-color: #ff6505;
  color: #fff;
}

.icon-circle {
  background: var(--second-orange);
  margin-right: 14px;
}

.blur_img3 {
  right: 0px;
  top: -450px;
  z-index: -1;
}

.btn-orange:active {
  box-shadow: 0 2px var(--brick-Red);
  transform: translateY(3px);
}

.active-link {
  border-bottom: 2px solid var(--second-orange) !important;
  padding-bottom: 3px;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle i {
  font-size: 20px;
  color: var(--white-color);
}

.title-text {
  font-weight: 600;
  font-size: 32px;
}

.subtitle-text {
  font-weight: 500;
  font-size: 16px;
}

.navbar-toggler {
  border: 1px solid var(--white-color);
}

.btn-light,
.form-control,
.input-group-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #767d8d;
  padding: 10px 14px;
  border: 1px solid #333844;
  box-shadow: 0px 1px 2px 0px #1018280d;
  background-color: #242837;
}

.btn-light {
  font-weight: 700;
}

.btn-explore,
.btn-orange-rounded {
  padding: 10px 35px;
  font-weight: 600;
  position: relative;
}

.btn-light:hover {
  color: var(--white-color);
}

.form-control::placeholder {
  color: #767d8d;
}

.form-control:focus {
  color: var(--white-color);
  box-shadow: 0px 1px 2px 0px #1018280d;
  background-color: #242837;
}

/* .footer .social-icons-footer i:hover,
.footer a:hover,
.plan-icon {
  color: var(--primary-orange-color) !important;
} */

.badge-custom,
.btn-custom,
.btn-explore,
.btn-orange-rounded {
  color: var(--white-color);
}

.btn-orange-rounded {
  background: #ff6505;
  border: 2px solid #ff6505;
  border-radius: 50px;
  font-size: 16px;
  transition: 0.2s linear;
  text-align: center;
  font-weight: 400;
  padding: 10px 45px;
  white-space: nowrap;
}

.btn-orange-rounded:hover {
  background: transparent;
  border: 2px solid #ff6505;
  color: #ff6505;
}

.login-panel::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: 0.2s linear;
}

.login-panel:hover {
  text-indent: -20px;
}

.login-panel:hover::before {
  opacity: 1;
  text-indent: 0;
}

.btn-explore {
  border: 1px solid var(--white-color);
  border-radius: 50px;
  font-size: 14px;
  background-color: transparent;
  transition: 0.5s ease-in-out;
  z-index: 2;
  font-weight: 400;
}

.btn-explore:hover {
  box-shadow: 0 0 0 0 var(--white-color), 0 0 40px 0 var(--white-color);
  background: linear-gradient(45deg, var(--white-color), var(--white-color));
  color: var(--black);
}

.btn-custom {
  background-color: orange;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: var(--third-orange);
}

.panel-image-section {
  margin-top: 50px;
}

.panel-image {
  max-width: 100%;
  z-index: 1;
  position: relative;
  width: 71rem;
}

.badge-custom-section {
  margin-bottom: 26px;
  text-align: center;
}

.badge-custom {
  border: 0.75px solid var(--primary-orange-color);
  padding: 10px 24px;
  border-radius: 68px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  background: linear-gradient(180deg, #1a1a1a 0%, #2a1a14 100%);
  /* dark gradient like in your image */
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.feature-box,
.social-icons img {
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 10px;
}

.badge-custom-icon {
  filter: brightness(0) invert(1);
}

.sub-paragraph {
  max-width: 75%;
  font-size: 17px;
  margin-bottom: 8px;
}

.social .mobile-social-icon .carousel-control-prev i {
  background: var(--primary-blue) !important;
  color: var(--white-color);
}

.contact h1,
.features-section h1,
.panel-section h1,
.pay-method-section h1,
.social h1 {
  font-size: 32px !important;
  font-weight: 500 !important;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  padding: 0 8rem;
}

.social-icons img {
  width: 85px;
  height: 70px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .panel-image-section {
    margin-top: 0;
  }

  .social .desktop-social-icon {
    display: none;
  }

  .social .mobile-social-icon {
    display: block;
  }

  .social .carousel-inner img {
    border-radius: 10px;
    width: 17%;
    margin-top: 20px;
  }

  .social-icons {
    gap: 10px;
  }

  .social-icons img {
    width: 70px;
    height: 71px;
  }
}

@media (max-width: 480px) {
  .social-icons img {
    width: 60px;
    height: 61px;
  }
}

.instagram-section,
.services {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.instagram-section .high {
  color: #de00df;
}

.facebook-high {
  color: var(--vivid-sky-blue);
}

.services .col-lg-5 {
  padding-right: 2rem;
}

.instagram-section h1,
.services h1 {
  font-size: 32px;
  font-weight: 500;
}

.features-section p,
.panel-section p,
.pay-method-section p,
.services p,
.social p {
  font-size: 14px !important;
  font-weight: 400;
}

.instagram-section p {
  font-size: 15px;
  font-weight: 400;
}

.feature-box {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(
    90deg,
    rgba(255, 101, 5, 0.2) 0,
    rgba(0, 0, 0, 0.2) 100%
  );
  color: var(--white-color);
  font-weight: 700;
  min-width: 254px;
}

.panel .panel-work,
.payment-methods {
  background: linear-gradient(
    90deg,
    rgba(106, 51, 17, 0.2) 0,
    rgba(0, 0, 0, 0.2) 100%
  );
  transition: background 0.4s ease-in-out;
}

.panel .panel-work:hover {
  background: #130903
    linear-gradient(90deg, rgba(106, 51, 17, 0.2) 100%, rgba(0, 0, 0, 0.2) 100%);
}

.feature-box i {
  font-size: 20px;
  color: #fb3;
}

.feature-box:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(255, 123, 0, 0.5);
}

.faceboook .heart,
.instagram .heart {
  transform: rotate(-90deg);
  margin: 50px;
  width: 150px;
  height: 150px;
}

.panel .panel-work {
  border-radius: 10px;
  padding: 35px;
}

.panel .panel-work i {
  width: 44px;
  height: 35px;
}

.panel .panel-work h5 {
  font-size: 17px;
  font-weight: 600;
  margin: 30px 0 14px;
}

.text-orange {
  color: var(--second-orange);
}

.payment-methods {
  padding: 41px 74.5px 41px 63px;
  border-radius: 43px;
}

.payment-methods .col-md-3 img {
  padding: 12px 0;
}

.heart-container {
  position: relative;
  width: 200px;
  height: 200px;
}

.instagram .heart {
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0,
    rgba(194, 0, 201, 0.2) 100%
  );
}

.faceboook .heart {
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(0, 136, 254, 0.2) 0,
    rgba(0, 0, 0, 0.2) 100%
  ) !important;
}

.faceboook .heart::after,
.faceboook .heart::before,
.instagram .heart::after,
.instagram .heart::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: linear-gradient(
    90deg,
    rgba(0, 136, 254, 0.2) 0,
    rgba(0, 0, 0, 0.2) 100%
  );
  border-radius: 50%;
}

.faceboook .heart::before,
.instagram .heart::before {
  top: -75px;
  left: 0;
}

.faceboook .heart::after,
.instagram .heart::after {
  top: 0;
  left: 75px;
}

.image {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 180px;
  height: auto;
  z-index: 2;
}

.instagram-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
}

.faq h1,
.testimonial h1 {
  font-size: 30.1px;
  font-weight: 600;
}

#testimonialCarousel h5 {
  font-size: 24px;
  font-weight: 600;
}

.testimonial-container {
  border-radius: 15px;
  background: linear-gradient(90deg, #150a04 0, var(--black) 100%);
  padding: 30px;
  color: var(--white-color);
}

.testimonial-container .carousel-item .test-sect {
  display: flex;
  align-items: center;
  padding: 30px;
}

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
}

.quote-icon {
  color: #ff7b00;
  font-size: 24px;
}

.job-title {
  color: var(--white-color);
}

.testimonial-text {
  font-size: 16px !important;
  margin: 10px 0;
  font-weight: 400;
}

.name {
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}

.job-title {
  font-size: 18px;
  font-weight: 400;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(1);
  filter: invert(0);
}

.question {
  font-size: 16px;
  font-weight: 500;
}

.accordion-body {
  font-size: 17px;
  font-weight: 300;
}

.accordion-body p {
  font-size: 14px;
  font-weight: 400;
}

.accordion-item {
  background-color: #0f1012;
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
}

.accordion-body,
.accordion-button {
  background-color: #0f1012;
  border-radius: 8px;
  color: var(--white-color);
}

.bottom-bar,
.footer {
  border-top: 1px solid #656565;
}

.accordion-button {
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 24px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  margin-left: 1rem;
}

.accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  content: "\2212";
}

.accordion-button::after {
  content: "\002B";
  width: auto;
  height: auto;
  background-image: none !important;
}

.faceboook,
.instagram {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section h1 {
  font-size: 48px;
  font-weight: 600;
  width: 80%;
  margin: auto;
  margin-bottom: 8px;
}

.hero-section p.sub-paragraph {
  font-size: 15px;
  font-weight: 300;
}

.login h1,
.register h1 {
  font-size: 66px;
  width: 80%;
  font-weight: 600;
  line-height: 68px;
}

.login p,
.register p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 28px;
}

.login .card-box,
.register .card-box {
  /* background: #120502 !important; */
  padding: 20px 17px;
  border-radius: 10px;
  background-color: #00000033;
}

.card-box p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.desktop-payment .img {
  width: 46%;
}

.slick-slider {
  display: none !important;
}

@media (max-width: 768px) {
  .feature-box {
    min-width: 150px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .services p {
    max-width: 100%;
  }

  .services .col-lg-5 {
    padding-right: 0;
  }

  .features-section p,
  .instagram-section p,
  .panel-section p,
  .pay-method-section p,
  .services p,
  .social p {
    font-size: 13px !important;
    font-weight: 300;
  }

  .hero-section p.sub-paragraph {
    font-size: 13px;
  }

  .desktop-payment,
  .panel-section .desktop-panel {
    display: none;
  }

  .mobile-panel {
    display: block;
  }

  .panel-section .mobile-panel .carousel-item {
    background: linear-gradient(
      90deg,
      rgba(106, 51, 17, 0.2) 0,
      rgba(0, 0, 0, 0.2) 100%
    );
    border-radius: 10px;
    padding: 20px 30px;
  }

  .mobile-payment,
  .slick-slider {
    display: block !important;
  }
}

.pay-method-section .col-12,
.testimonial .col-12 {
  width: 80% !important;
  margin: auto;
}

.faq .col-12 {
  margin: auto;
}

@media (max-width: 768px) {
  /* .blury-img1,
  .blury-img4 {
    left: -463px;
  }

  .blury-img2,
  .blury-img3 {
    right: -301px;
  } */

  .testimonial-container .carousel-item .test-sect {
    display: block;
    padding: 0;
  }

  .faceboook,
  .instagram {
    display: none;
  }

  .panel .panel-work {
    max-width: 82%;
  }

  .badge-custom {
    font-size: 12px;
  }

  .instagram-section {
    text-align: center !important;
  }

  .contact h1,
  .faq h1,
  .features-section h1,
  .hero-section h1,
  .instagram-section h1,
  .login h1,
  .panel-section h1,
  .pay-method-section h1,
  .register h1,
  .services h1,
  .social h1,
  .testimonial h1 {
    font-size: 22px !important;
  }

  .faq p,
  .hero-section p,
  .instagram-section p,
  .login p,
  .panel-section p,
  .pay-method-section p,
  .register p,
  .services p,
  .social p,
  .testimonial p {
    font-size: 17px;
  }

  .services .col-lg-5:nth-child(2) {
    margin-top: 15px;
  }

  .login .block p,
  .register .block p {
    font-size: 10px;
  }

  .login .block h4,
  .register .block h4 {
    font-size: 22px;
    margin-bottom: -4px;
  }

  .login .card-box,
  .register .card-box {
    /* margin-left: 22px; */
    margin-top: 10px;
  }

  .icon-circle {
    height: 32px;
    width: 32px;
  }

  .login .block {
    margin-top: 0 !important;
  }

  .faq .col-12,
  .pay-method-section .col-12,
  .testimonial .col-12 {
    width: 100% !important;
  }

  .quote-icon,
  .testimonial-text {
    text-align: left !important;
  }

  .faq .col-12 {
    margin-right: 0;
    margin-left: 0;
  }

  .btn-explore,
  .btn-orange-rounded {
    padding: 9px 16px;
    font-weight: 600;
    position: relative;
  }
}

#paymentCarousel .carousel-inner img {
  max-height: 60px;
  margin: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.message {
  color: red;
  font-size: 13px;
}

.btn-subs,
.footer,
.footer a,
.pricing-card {
  color: var(--white-color);
}

.footer {
  background-color: var(--black);
  padding-top: 55px;
}

.footer h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer .subs {
  margin: 18px 0 24px;
}

.footer .list-unstyled li {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.subscribe-input {
  border-radius: 0px;
  background-color: #fff;
  padding: 9px;
  color: #b1b5bb;
}

.btn-subs {
  background-color: #ff7700;
  padding: 8px 26px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 400;
}

.btn-subs:hover {
  background-color: #ff7700;
}

.social-icon,
.footer .social-icons-footer {
  margin-left: -30px;
}

.social-icon li,
.footer .social-icons-footer li {
  list-style: none;
  margin-left: -8px;
}

.social-icon li a,
.footer .social-icons-footer li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 20px 0 0;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer_container h4 {
  font-size: 16px;
  font-weight: 600;
}

.social-icon li a .icon,
.footer .social-icons-footer li a .icon {
  position: relative;
  color: #fff;
  transition: 0.5s;
  z-index: 3;
}

.footer .subscribe-input {
  width: 100%;
  max-width: 300px;
}

.footer .bottom-links a {
  margin-right: 15px;
}

.bottom-bar {
  padding-top: 10px;
  margin-top: 20px;
  text-align: center;
}

.bottom-bar a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
}

.bottom-bar-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer_container {
    margin: 0px;
  }

  .bottom-bar-menu {
    display: block;
  }
}

.dropdown-menu {
  background: #242837;
  padding: 0;
}

.dropdown-menu .dropdown-item {
  color: var(--white-color);
  padding: 6px;
}

.buy-btn:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background-color: #3e1a03;
}

.dropdown-menu li .dropdown-item {
  border-radius: 8px;
  width: 240px;
  font-size: 14px;
}

/* .dropdown-menu li:last-child .dropdown-item {
  border-radius: 8px;
} */

.features-details,
.plan-details {
  width: 85%;
  margin: auto;
}

.pricing-card {
  background-color: #67280033 !important;
  border-radius: 25px;
  padding: 37px;
  transition: transform 0.3s;
}

.pricing-card:hover {
  transform: scale(1.01);
  /* box-shadow: 1px 1px var(--white-color); */
}

.price {
  font-size: 36px;
  font-weight: 700;
}

.follow-text {
  font-size: 20px;
  font-weight: 500;
}

.followers {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-orange-color);
  margin-bottom: 10px;
  line-height: 36px;
}

.buy-btn {
  background-color: var(--primary-orange-color);
  color: var(--white-color);
  border-radius: 4px;
  font-weight: 700;
  width: 100%;
  margin-top: 19px;
  padding: 10px;
}

.plan-info .icon-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 400;
  margin-bottom: 10px;
}

.plan-info .icon-text i {
  font-size: 17px;
  color: var(--primary-blue);
}

.plan-info .icon-text span {
  margin-left: 10px !important;
}

.card-divider {
  border-top: 1px solid var(--dark-gray);
  margin: 35px 0;
}

.feature-card {
  background: var(--dark-shade-brown);
  padding: 26px 25px;
  border-radius: 10px;
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h5 {
  font-size: 24px;
  font-weight: 500;
}

.feature-card p {
  font-size: 16px;
  font-weight: 400;
}

.featured_img {
  height: 55px;
  width: 55px;
  background-color: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-card .featured_img img {
  height: 30px;
  width: 30px;
}

@media (max-width: 768px) {
  .panel-image {
    display: none;
  }

  .feature-card {
    padding: 27px 25px;
    margin: 10px;
  }

  .featured_img {
    margin-bottom: 0;
    height: 45px;
    width: 45px;
  }

  .feature-card .featured_img img {
    height: 20px;
    width: 20px;
  }

  .feature-card p {
    font-size: 14px;
  }

  .features-details,
  .plan-details {
    width: 100%;
  }

  .py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mb-4 {
    margin-bottom: 0.9rem !important;
  }

  .mt-3 {
    margin-top: 0.5rem !important;
  }

  .container.mt-5 {
    margin-top: 0 !important;
  }
}

@media (min-width: 991px) and (max-width: 1440px) {
  .price {
    font-size: 25px;
  }

  .followers {
    font-size: 30px;
  }

  .follow-text {
    font-size: 16px;
  }

  .panel .panel-work {
    max-width: 312px;
  }
}

.contact-form {
  background: #0b0a0a;
  padding: 30px;
  width: 50%;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 10px;
}

.contact-form h3 {
  font-size: 22px;
}

.contact-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-form .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--dark-gray);
  background: var(--dark-gray);
  color: var(--white-color);
  border-radius: 5px;
}

.contact-form .form-group textarea {
  resize: none;
  height: 100px;
}

.contact-form .form-group .submit-btn {
  background: var(--primary-blue);
  color: var(--black);
  padding: 10px;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form .form-group .submit-btn:hover {
  background: var(--third-orange);
}

.contact-form .form-control {
  background: var(--gray-nine) !important;
  border: 1px solid var(--gray-nine) !important;
  color: var(--white-color);
}

@media (max-width: 768px) {
  .contact-form {
    width: 90%;
    max-width: 100%;
    padding: 40px 15px 15px;
  }
}

.contact-info {
  background: #1a0d00;
  border-radius: 33px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 64px;
}

.contact-info .info-left h4 {
  font-size: 22px;
  font-weight: 400;
}

.contact-info .info-left h2 {
  font-size: 40px;
  font-weight: 700;
}

/* .contact-info .info-right {
  margin: 34px;
  display: flex;
} */

.contact-info h4 {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 24px;
  font-weight: 600;
}

/* .contact-info .info-box h4 {
  margin: 32px 0px;
} */

.contact-info .info-box h4::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background-color: var(--white-color);
  margin-top: 25px;
  margin-bottom: 27px;
}

.contact-info p {
  font-size: 18px;
  color: var(--light-gray);
  font-weight: 400;
  margin-top: 25px;
  line-height: 32px;
}

.contact-info a {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
}

@media screen and (max-width: 426px) {
  .contact-info {
    display: block !important;
    margin: auto;
  }

  .contact-info .info-left h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
  }

  .contact-info .info-right {
    display: block;
    margin-top: 0;
  }

  .contact-info .info-box {
    width: 80%;
    padding: 0;
    max-width: 100%;
    margin-top: 40px;
  }

  .contact-info h4 {
    font-size: 20px;
    font-weight: 500;
  }

  .contact-info .info-box h4 {
    margin: 0 1px 2px 10px;
  }

  .contact-info p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 7px;
  }

  .contact-info a {
    font-size: 18px;
    font-weight: 400;
  }

  .con-info-details {
    margin: 0 10px;
  }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
  .contact-info .info-left h2 {
    font-size: 34px;
    font-weight: 500;
  }

  .contact-info .info-box {
    width: 100%;
    max-width: 100%;
  }

  .contact-info .info-box h4 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .contact-info .info-left h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .contact-info a {
    font-size: 18px;
    font-weight: 500;
  }

  .contact-info p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
  }

  .contact-info .info-box h4::after {
    margin-top: 17px;
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    width: 69%;
    max-width: 100%;
  }

  .footer_con_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contact-info .info-box h4 {
    font-size: 20px;
    font-weight: 400;
  }

  .contact-info .info-left h2 {
    font-size: 32px;
    font-weight: 500;
  }

  .contact-info .info-left h4 {
    font-size: 20px;
    font-weight: 400;
  }

  .con-info-details {
    margin: 0;
  }

  .contact-info a {
    font-weight: 400;
    font-size: 18px;
  }

  .contact-info p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }

  .contact-info .info-box h4::after {
    margin-top: 17px;
    margin-bottom: 16px;
  }
}

.btn-close {
  filter: invert(100%);
  /* Example for red color */
}

.blur_img1 {
  z-index: -1;
  left: 0;
  top: 0px;
}

.login_contant {
  color: #9a9eac;
  font-weight: 400;
  font-size: 16px;
}

.form_label_content {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #9a9eac;
}

.form_banner {
  width: 75%;
  margin: auto;
}

.google_login {
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid #393f4f;
  background-color: #2f3645;
  box-shadow: 0px 1px 2px 0px #1018280d;
  color: #fff;
  padding: 10px;
}

.blur_img2 {
  right: 0px;
  /* top: 0px; */
  z-index: -1;
}

.signup_text {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.registration_text_sec {
  position: sticky;
  top: 300px;
}

.nav-item {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .auth-container h4.text-center {
    font-size: 26px;
  }

  .auth-container p.small.text-center {
    font-size: 14px;
  }

  .login_content {
    display: none;
  }

  .feature-item {
    gap: 8px;
  }

  .index-banner {
    padding: 35px 0px;
  }

  .login h1,
  .register h1 {
    font-weight: 600;
    line-height: 36px;
  }

  .form_banner {
    width: 100%;
    margin: auto;
  }

  .blur_img2 {
    display: none;
  }

  .form-banner {
    padding: 8px 0px;
  }
}

.hero-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 0px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  font-size: 14px;
  max-width: 220px;
}

.feature-item i {
  font-size: 28px;
  color: white;
}

.feature-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.feature-text p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #cfcfcf;
}

.divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
}

.hero-btn {
  font-size: 14px;
  padding: 10px 60px;
  border: 1px solid #ff6505;
}

.credit_sys {
  background: linear-gradient(
    90deg,
    rgba(106, 51, 17, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  border-radius: 40px;
  margin-top: 35px;
}

.credit_sys_content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
  padding: 36px 14px;
}

.content_div {
  padding: 20px;
  border-radius: 15px;
  color: var(--white-color);
  background: linear-gradient(
    90deg,
    rgba(255, 101, 5, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.credit_sys_text h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 38px;
}

.credit_sys_text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.div1 {
  grid-column: span 4 / span 4;
  grid-column-start: 2;
}

.div2 {
  grid-column: span 3 / span 3;
  grid-row-start: 2;
}

.div3 {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 2;
}

.div4 {
  grid-column: span 4 / span 4;
  grid-column-start: 2;
  grid-row-start: 3;
}

.content_div h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
}

.content_div p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 0px;
}

.content_div img {
  width: 6%;
  margin-bottom: 14px;
}

.blog-card {
  background: #1a1a1a;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.7);
}

.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-card-content {
  padding: 15px;
}

.blog-card-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.4;
}
.blog-card-content p {
  font-size: 14;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.4;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #bbb;
  justify-content: space-between;
}

.blog-badge {
  background: #ff6600;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.growth_platform_card {
  background-color: #150800;
  color: #fff;
  border-radius: 12px;
  padding: 40px 24px;
}

.growth_platform_card h5 {
  font-size: 18px;
  font-weight: 600;
}

.growth_platform_card p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.social-card-icon {
  width: 25%;
}

.faq_accordian {
  width: 80%;
  margin: auto;
}

.navbar-nav .dropdown-menu {
  background-color: #000;
  border: 2px solid #3e1a03;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 8px 25px rgba(62, 26, 3, 0.6);
}

.sec__list {
  display: flex;
  gap: 46px;
  color: #fff;
  justify-content: center;
  margin-top: 38px;
  font-size: 14px;
  font-weight: 400;
}

.growth_platform_card h3 {
  font-size: 28px;
}

.custom_card_section {
  width: 91%;
  background: #ff650524;
  border-radius: 32px !important;
  padding: 38px;
}

.custom_card_section h2 {
  color: #ff7b00;
  font-size: 32px;
  font-weight: 600;
}

.custom_card_section p {
  font-size: 16px;
  font-weight: 400;
}

.hero-list .divider:last-child {
  display: none;
}

.footer_container {
  margin: 0px 120px;
}

.subscribe-text {
  font-size: 13px !important;
  font-weight: 400;
}

.vision_card h3 {
  color: #ff6600;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vision_card ul {
  font-size: 14px;
}

.contactus_btn {
  border: 2px solid #ff6505;
  color: #ff6505;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 45px;
}

.contactus_btn:hover {
  border: 2px solid #ff6505;
  color: #ff6505;
}

.sign_up_btn {
  background: #ff6505;
  border: 2px solid #ff6505;
  border-radius: 10px;
  font-size: 14px;
  transition: 0.2s linear;
  text-align: center;
  font-weight: 400;
  padding: 10px 45px;
  white-space: nowrap;
  color: #fff;
}

.custom_card_sec {
  width: 100%;
  background: #ff650524;
  border-radius: 32px !important;
  padding: 38px;
}

.custom_card_sec h4 {
  color: #ff6600;
  font-size: 24px;
  font-weight: 500;
}

.stats {
  padding: 30px;
  border-radius: 15px;
  color: var(--white-color);
  background: linear-gradient(
    90deg,
    rgba(255, 101, 5, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.stat_icon {
  font-size: 24px;
  color: #ff6600;
}

.stat strong {
  font-size: 18px;
  color: #ff6600;
  margin-bottom: 15px;
}

.who_we_are {
  font-size: 24px;
  font-weight: 600;
}

.who_we_are_text {
  font-size: 14px;
  font-weight: 400;
}

.policies {
  background: #0b0a0a;
  padding: 65px;
  border-radius: 20px;
}

.policies ul{
  font-size: 14px;
  font-weight: 400;
}

.policies p{
  font-size: 14px;
  font-weight: 400;
}

.policies p span{
  color: #ff6600;
}

.policies h4{
  font-size: 16px;
  font-weight: 500;
  color: #ff6600;
}

.policies ul li::marker {
  color: #ff6600; /* your desired color */
}

.links, .policy_icon{
  color: #ff6600;
}



@media (max-width: 1400px) {
  .footer_container {
    margin: 0px 20px;
  }
  .login h1,
  .register h1 {
    font-size: 60px;
    width: 90%;
  }

  .nav-item {
    margin-right: 10px;
  }

  .nav-item .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .hero-features {
    gap: 18px;
  }

  .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
  }

  .login h1,
  .register h1 {
    font-size: 55px !important;
    width: 100% !important;
  }

  .social-icons {
    padding: 0 !important;
  }

  .hero-section h1 {
    width: 100%;
  }

  .contact-info .info-left h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 48px;
  }

  .contact-info h4 {
    font-size: 20px;
    font-weight: 400;
  }

  .contact-info .info-box h4::after {
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .contact-info a {
    font-weight: 500;
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .features-details,
  .plan-details {
    width: 100%;
  }

  .panel .panel-work {
    max-width: 312px;
  }
}

@media (max-width: 991px) {
  .footer_container {
    margin: 0px;
  }

  .footer_con_sec div {
    margin-bottom: 20px;
  }
  .login_form_sec {
    display: none;
  }

  .pricing-card {
    padding: 16px;
  }

  .offcanvas-body,
  .offcanvas-header {
    background: var(--dark-black);
  }

  .btn-toggler-close {
    background-color: var(--dark-black);
    color: var(--white-color);
  }

  .navbar-toggler:focus {
    box-shadow: none;
    border: 1px solid var(--white-color);
  }

  .btn-toggler-close:focus {
    box-shadow: none;
  }

  .sub-paragraph {
    max-width: 100%;
  }

  .login h1,
  .register h1 {
    font-size: 55px;
    width: 100%;
    text-align: center;
  }

  .login p,
  .register p {
    text-align: center;
  }

  .login .block,
  .register .block {
    display: flex !important;
    margin-bottom: 20px;
    justify-content: center;
  }

  .features-details,
  .plan-details {
    width: 100%;
  }

  .price {
    font-size: 16px;
  }

  .followers {
    font-size: 25px;
  }

  .follow-text {
    font-size: 15px;
  }

  .panel .panel-work {
    max-width: 233px;
  }

  .pay-method-section .col-12 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .contact-info p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
  }
  .contact-info {
    padding: 20px;
  }

  .custom_card_section {
    width: 100%;
    padding: 24px;
  }

  .custom_card_section h2 {
    font-size: 22px;
  }

  .custom_card_section p {
    font-size: 14px;
    font-weight: 400;
  }
  .sec__list {
    display: flex;
    gap: 25px;
    color: #fff;
    margin-top: 19px;
    font-size: 12px;
  }

  .features {
    gap: 14px;
  }

  .mobile-panel {
    display: block !important;
  }

  .faq_accordian {
    width: 100%;
    padding: 0px;
  }

  .accordion-button {
    padding: 22px 10px;
  }
  .question {
    font-size: 14px;
    font-weight: 500;
  }

  .accordion-body {
    padding: 8px;
  }

  .badge-custom-section {
    margin-bottom: 16px;
  }

  .credit_sys_content {
    gap: 10px;
    padding: 16px 0px;
  }
  .content_div {
    padding: 9px;
  }

  .credit_sys_content {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .div1 {
    grid-column: span 3 / span 3;
  }

  .div2 {
    grid-column: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 1;
  }

  .div3 {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
  }

  .div4 {
    grid-column: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 2;
  }

  .credit_sys {
    margin-top: 0px;
  }

  .hero-features {
    gap: 8px;
    padding: 24px 0px;
  }

  .feature-text h4 {
    font-size: 14px;
  }

  .feature-text p {
    font-size: 12px;
  }

  .panel-section {
    padding: 25px 0px 0px 0px;
  }

  .blur_img1 {
    width: 100%;
  }

  .credit_sys {
    border-radius: 18px;
  }

  .content_div img {
    width: 15%;
    margin-bottom: 14px;
  }

  .mobile_credit_sys {
    margin-left: 0px !important;
    margin-left: 0px !important;
    padding: 16px 8px !important;
  }

  .sign_up_btn {
    margin-top: 24px !important;
  }

  .credit_sys_text h1 {
    line-height: 32px;
  }

  .hero-btn {
    padding: 10px 22px;
  }
  .btn-explore,
  .btn-orange-rounded {
    padding: 9px 10px;
    white-space: nowrap;
    font-weight: 500;
  }
}

/* buy button animation  */
