@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --primary: #ddad67;

  --bg-light: #f2f0fd;
  --gray: #5f5f5f;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  /* overflow-x: hidden; */
  color: #000;
  font-family: "Inter", sans-serif;

  padding-right: 0 !important;
  overflow: clip;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}

a {
  text-decoration: none;
  color: unset;
}

.hide {
  display: none;
}

a:hover {
  color: inherit;
  transition: 0.4 all ease;
  text-decoration: none;
}

button:focus {
  box-shadow: none;
}

button {
  border: none;
  background-color: transparent;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-close:focus {
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.w-fit-content {
  width: fit-content !important;
}

.w-max-content {
  width: max-content !important;
}

.h-fit-content {
  height: fit-content !important;
}

.word-break {
  word-break: break-all;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border: none;
  border-color: none;
  padding: 0;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-label {
  padding-left: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.text-justify {
  text-align: justify;
}

.form-control:focus {
  box-shadow: none;
  border: none;
}

.form-select:focus {
  box-shadow: none;
}

.font_200 {
  font-weight: 200 !important;
}

.font_300 {
  font-weight: 300 !important;
}

.font_400 {
  font-weight: 400 !important;
}

.font_500 {
  font-weight: 500 !important;
}

.font_600 {
  font-weight: 600 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.font_700 {
  font-weight: 700 !important;
}

.font_800 {
  font-weight: 800 !important;
}

.font_900 {
  font-weight: 900 !important;
}

.font_8 {
  font-size: 8px !important;
}

.font_10 {
  font-size: 10px !important;
}

.font_12 {
  font-size: 12px !important;
}

.font_14 {
  font-size: 14px !important;
}

.font_15 {
  font-size: 15px !important;
}

.font_16 {
  font-size: 16px !important;
}

.font_17 {
  font-size: 17px !important;
}

.font_18 {
  font-size: 18px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.font_19 {
  font-size: 19px !important;
}

.font_20 {
  font-size: 20px !important;
}

.font_22 {
  font-size: 22px !important;
}

.font_24 {
  font-size: 24px !important;
}

.font_25 {
  font-size: 25px !important;
}

.font_26 {
  font-size: 26px !important;
}

.font_28 {
  font-size: 28px !important;
}

.font_30 {
  font-size: 30px !important;
}

.font_32 {
  font-size: 32px !important;
}

.font_36 {
  font-size: 36px !important;
}

.font_34 {
  font-size: 34px !important;
}

.font_40 {
  font-size: 40px !important;
}

.font_43 {
  font-size: 43px !important;
}

.font_46 {
  font-size: 46px !important;
}

.font_48 {
  font-size: 48px !important;
}

.font_52 {
  font-size: 52px !important;
}

.font_54 {
  font-size: 54px !important;
}

.font_64 {
  font-size: 64px !important;
}

.font_80 {
  font-size: 80px !important;
}

.text_black {
  color: #000 !important;
}

.filter-50-opacity {
  filter: opacity(0.5);
}

.text-golden {
  color: #ddad67 !important;
}

.text-lightgray {
  color: #8a8a8a !important;
}

.text-59 {
  color: #595959 !important;
}

.text-green {
  color: #12b347 !important;
}

.text-red {
  color: #f04a4a !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-lightyellow {
  background-color: #faf2e8 !important;
}

@media (min-width: 1700px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

@media (min-width: 1400px) {
  .col-w-2 {
    flex: 0 0 auto;
    width: 19.666667%;
  }
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* header */
.login-btn {
  background-color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 48px;
  transition: 0.4s all ease-in-out;
}

.login-btn:hover {
  background-color: #ddad67;
  transition: 0.4s all ease-in-out;
}

.nav-header .navbar-brand {
  height: 51px;
  width: 188px;
  padding: 0;
}

.nav-header .navbar-brand img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.nav-header .navbar-nav .nav-link {
  color: #000;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-header .navbar-nav .nav-link.active {
  color: #ddad67 !important;
  font-weight: 500;
}

.nav-header {
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 40px;

  box-shadow: 0 9px 44px 3px rgb(18 18 18 / 10%);
}

.banner-section {
  background-image: url("../images/banner-bg.webp");
  height: 100%;
  width: 100%;
  background-size: cover;
  padding: 200px 0;
  padding-top: 250px;
  position: relative;
}

.banner-section .title {
  font-weight: 600;
  font-size: 70px;
  line-height: 80px;
  color: #ffffff;
}

header.landing-header {
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 999;
}

.primary-btn {
  padding: 18px 30px;
  background-color: #ffffff;
  border-radius: 48px;
  font-weight: 500;
  color: #000;
}

.primary-btn:hover {
  background-color: #ddad67;
  transition: 0.3s all ease-in-out;
  color: #fff;
}

.secondary-btn {
  padding: 18px 30px;
  background-color: #000000;
  border-radius: 48px;
  font-weight: 500;
  color: #fff;
}

.secondary-btn:hover {
  background-color: #ddad67;
  transition: 0.3s all ease-in-out;
  color: #fff;
}

.disabled-btn {
  background-color: #bfbfbf !important;
}

.banner-section .subtext {
  color: #cccccc;
  margin-bottom: 50px;
}

.graph-chart {
  width: 454px;
  height: 500px;
  margin: 0 auto;
}

.graph-chart img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.social-verified {
  background-color: #fff;
  border-radius: 200px;
  /* padding: 50px; */
  padding: 34px;
  box-shadow: 0px 2px 41.6px rgba(0, 0, 0, 0.1);
  margin-top: -80px;
  color: #595959;
}

.social-verified .stay-title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
  color: #000000;
  line-height: normal;
}

.social-verified .social-icon {
  height: 80px;
  width: 80px;
  display: inline-block;
}

.social-verified .social-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.journey-sec {
  background-color: #eadbc8;
  position: relative;
}

.inner-sec {
  padding: 200px 0;
  color: #595959;
  font-size: 16px;
}

.inner-sec .title {
  font-weight: 600;
  font-size: 60px;
  color: #000000;
}

.stay-connected {
  position: absolute;
  width: 100%;
  top: 0%;
}

.brocking-img {
  height: 385px;
  width: auto;
  border-radius: 324.5px;
  overflow: hidden;
}

.brocking-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.support-card {
  padding: 50px;
  background: #f2f2f2;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  height: 100%;
}

.support-card .support-icon {
  height: 50px;
  width: 50px;
  background-color: #ddad67;
  padding: 13px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-card .support-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.support-card .support-details .title {
  font-weight: 600;
  font-size: 30px;
}

.support-card .support-details {
  font-size: 16px;
  color: #595959;
  flex: 1;
}

.exclusive-sec {
  background-color: #fafafa;
}

.exclusive-tabs.nav-tabs .nav-link {
  color: #000;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 16px 30px;
  font-size: 18px;
}

.exclusive-tabs.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  font-weight: 600;
}

.exclusive-tabs.nav-tabs {
  border: none;
  margin-bottom: 30px;
  align-items: center;
  margin-top: 50px;
}

.custom-pagination .page-link {
  font-size: 14px;
  border: 1px solid #f2f2f2;

  color: #000;
  font-weight: 600;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 8px !important;
}

.custom-pagination .page-link.active {
  background-color: #000;
  color: #fff;
}

.custom-pagination .page-link:focus {
  box-shadow: none;
}

.custom-pagination {
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.exclusive-card {
  padding: 30px;
  background: #ffffff;
  border-radius: 30px;
}

.exclusive-card .exc-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.exclusive-card .exc-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.exclusive-card .card_title {
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
  min-height: 70px;
}

.exclusive-card {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.005em;
  color: #000000;
  margin-right: 30px;
  height: 100%;
}

.exclusive-slider .slick-next:before {
  content: "";
  background-image: url("../images/icons/arrow-right.svg");
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: contain;
}

.exclusive-slider .slick-prev:before {
  content: "";
  background-image: url("../images/icons/arrow-left.svg");
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: contain;
}

.exclusive-slider .slick-next {
  top: -23%;
  right: 7%;
}

.exclusive-slider .slick-prev {
  top: -23%;
  left: inherit;
  right: 9.5%;
}

.exclusive-slider .slick-slide {
  height: auto;
}

.exclusive-slider.slick-slider .slick-track {
  display: flex;
  align-items: stretch;
}

/* .exclusive-slider .slick-list {
  padding: 0 10% 0 0 !important;
} */
.exclusive-card.pre-ipo-card {
  margin: 0;
  background-color: #fafafa;
}

.sort-dropdown .dropdown-toggle {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  font-size: 20px;
  padding: 16px 22px;
}

.sort-dropdown .dropdown-toggle .icon {
  height: 24px;
  width: 24px;
  object-fit: contain;
  margin-right: 10px;
}

.sort-dropdown .dropdown-toggle::after {
  display: none;
}

.sort-dropdown .dropdown-item:active {
  background-color: #ddad67;
}

.discover-video {
  height: 450px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}

.discover-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.discover-video .yt-icon {
  height: 100px;
  width: 100px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.discover-video .yt-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.video-card .card-text {
  font-size: 30px;

  color: #000000;
}

.download-sec {
  background-color: #000000;
  color: #fff;
  padding: 100px 0;
  color: #cccccc;
  position: relative;
  z-index: 1;
}

.download-sec .downdetails {
  padding: 45px 0;
  position: relative;
}

.download-sec .downdetails::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-vector.svg);
  width: 193px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -46px;
  right: 0;
  animation: move 3s infinite ease-in-out;
}

@keyframes move {
  0% {}

  50% {
    transform: rotate(-10deg);
  }

  100% {}
}

.download-sec .sec-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;

  color: #ffffff;
}

.download-sec .mockup-img {
  height: 580px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.download-sec .mockup-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.input-otp-group {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.input-otp-group input {
  text-align: center;
}

.form-contact-input {
  padding: 18px;
  border: 1px solid #cccccc;
  border-radius: 120px;
  font-size: 14px;
  line-height: normal;
}

.form-contact-input .form-control {
  font-size: 14px;
}

.form-contact-input:focus {
  border: 1px solid #cccccc;
}

.form-contact-input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("../images/icons/calendar.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.form-contact-input .form-control[type="date"] {
  /* padding: 10px; */

  position: relative;
  width: calc(100% - 80px);
}

.form-contact-input input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.form-dropdown .dropdown-toggle {
  padding: 18px;
  border: 1px solid #cccccc;
  border-radius: 120px;
  font-size: 14px;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  display: flex;
  align-items: center;
  line-height: normal;
}

.form-dropdown .dropdown-toggle::after {
  border: none;
  background-image: url("../images/icons/dropicon.svg");
  height: 7px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.circle_box {
  background-size: contain;
  height: 90px;
  width: 90px;
  position: relative;
  background-repeat: no-repeat;
}

.circle_box.process-1 {
  background-image: url("../images/process-1.svg");
}

.circle_box.process-2 {
  background-image: url("../images/process-2.svg");
}

.circle_box.process-3 {
  background-image: url("../images/process-3.svg");
}

.circle_box.process-4 {
  background-image: url("../images/process-4.svg");
}

.circle_box.process-5 {
  background-image: url("../images/process-5.svg");
}

.circle_box.process-6 {
  background-image: url("../images/process-6.svg");
}

.circle_box .process-count {
  position: absolute;
  font-weight: 600;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

/* .circle_box::after {
  content: "";
  position: absolute;
  border: 2px solid #000;
  top: -4px;
  left: -4px;
  height: 88px;
  width: 87px;
  border-radius: 50px;
} */

.contact-dropdown {
  padding: 18px;
  border: 1px solid #cccccc;
  border-radius: 120px;
  font-size: 14px;
  z-index: 12;
}

.contact-dropdown .dropdown-toggle {
  color: #8a8a8a;
}

.contact-dropdown .dropdown-toggle::after {
  content: "";
  background: url("../images/icons/dropicon.svg") no-repeat;
  height: 12px;
  width: 18px;
  background-size: contain;
  border: none;
  right: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contact-dropdown .dropdown-menu {
  min-width: 93%;
  border-radius: 1rem;
  z-index: 12;
}

.contact-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #faf2e8;
  color: #000;
}

textarea.form-contact-input {
  padding-top: 22px;
  padding-left: 22px;
}

.gif-img {
  height: 305px;
  width: 370px;
  margin: 0 auto;
  margin-bottom: 7px;
}

.gif-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.signup-offcanvas.offcanvas {
  width: 543px;
}

.signup-offcanvas.offcanvas .offcanvas-logo {
  height: 54px;
  width: 100%;
  object-fit: contain;
}

.signup-offcanvas.offcanvas .canvas-title {
  font-weight: 600;
  font-size: 40px;
}

.signup-offcanvas.offcanvas .offcanvas-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.signup-offcanvas.offcanvas .offcanvas-header {
  padding: 25px 30px;
}

.signup-offcanvas.offcanvas .offcanvas-body {
  padding: 25px 30px;
}

.signup-offcanvas.offcanvas .share-btn {
  padding: 17px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.form-contact-input .country-code-select {
  padding: 0 32px 0 0;
  position: relative;
}

.form-contact-input .country-code-select::after {
  content: "";
  background-color: #cccccc;
  height: 18px;
  right: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.upload-icon {
  background-color: #f2f2f2;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.uploaded-content {
  padding-left: 0;
}

.uploaded-content .pdf-img {
  background-color: #f2f2f2;
  color: #000;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.uploaded-content li {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.uploaded-content .cancel-doc {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.upload-card {
  position: relative;
  border: 2px dashed #cccccc;
  padding: 50px;
  border-radius: 22px;
  margin-bottom: 30px;
}

.upload-card .upload-file {
  border-radius: 22px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.upload-card input[type="file"] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.upload-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.signup-offcanvas.offcanvas .share-btn .icon {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.copyright-sec {
  padding: 20px;
  background: #eadbc8;
  font-size: 14px;
}

.policy-lists {
  list-style-type: none;
  display: flex;

  justify-content: end;
  gap: 13px;
  margin-bottom: 0;
  padding-left: 0;
}

.policy-lists li {
  position: relative;
}

.policy-lists li::after {
  content: "";
  position: absolute;
  border-right: 1px solid #000;
  right: -7px;
  top: 50%;
  height: 13px;
  width: 100%;
  transform: translateY(-50%);
}

.policy-lists li:last-child::after {
  display: none;
}

.about-banner {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.about-contact {
  background-color: #000000;
  color: #fff;
}

.about-contact .form-contact-input {
  background-color: transparent;
  color: #fff;
}

.about-breadcrumb-sec {
  position: relative;
  min-height: 750px;
  z-index: 1;
}

.about-breadcrumb-sec .breadcrumb {
  margin-top: 175px;
}

.about-breadcrumb-sec .breadcrumb-item {
  color: #ddad67;
}

.about-breadcrumb-sec .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.about-breadcrumb-sec .breadcrumb-item.active {
  color: #fff;
}

.about-innovate-img {
  height: 690px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.about-innovate-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.innovate-card {
  padding: 44px;
  background-color: #eadbc8;
  border-radius: 10px;
  color: #595959;
  margin-bottom: 22px;
}

.innovate-card .card-innovate-title {
  color: #000;

  font-weight: 600;
  font-size: 40px;
}

.innovate-card-white {
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #fff;
}

.story-detail {
  padding-left: 80px;
  padding-bottom: 20px;
}

.call-us-group {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.call-us-group .call-icon {
  height: 40px;
  width: 40px;
  background-color: #ddad67;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
}

.call-us-group .call-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.about-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cust-support .support-text {
  word-break: break-word;
  color: #000;
  line-height: normal;
}

.cust-support .support-details .title {
  font-size: 20px;
  line-height: normal;
}

.members-main .nav-header {
  background-color: #000;
}

.members-main .nav-header .navbar-nav .nav-link {
  color: #fff;
}

.members-main .nav-header .login-btn {
  background-color: #fff;
  color: #000;
}

.membership-sec.inner-sec {
  padding: 150px 0;
}

.membership-card {
  border: 1px solid #8a8a8a;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  transition: 0.4s all ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.membership-card:hover {
  background-color: #000;
  transition: 0.4s all ease-in-out;
}

.membership-card:hover .member-plan-title {
  color: #fff;
  transition: 0.4s all ease-in-out;
}

.membership-card:hover .li-item {
  color: #fff;
  border-bottom: 1px solid #2e271d;
}

.membership-card:hover .membership-rate {
  color: #ddad67;
  transition: 0.4s all ease-in-out;
}

.membership-card:hover .membership-month {
  color: #fff;
  transition: 0.4s all ease-in-out;
}

.membership-card .crown-img {
  height: 70px;
  width: 70px;
}

.membership-card .crown-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.membership-card .member-plan-title {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
}

.membership-rate {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  margin-bottom: 0;
}

.membership-month {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}

.accessible-points {
  list-style-type: none;
  padding-left: 0;
}

.accessible-points .li-item {
  display: flex;
  gap: 8px;
  align-items: baseline;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
  color: #000;
  align-items: center;
}

.accessible-points .li-item:last-child {
  border: none;
}

/* dashboard*/
.porfolio-card {
  background-color: #000000;
  border-radius: 20px;
  padding: 20px;
  min-height: 138px;
}

.porfolio-card .port-title {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
}

.porfolio-card .port-title span {
  font-size: 24px;
  color: #12b347;
}

.porfolio-card .port-label {
  background-color: #595959;
  padding: 10px;
  border-radius: 20px;
  font-size: 10px;
  color: #ffffff;
  height: fit-content;
  width: fit-content;
}

.fragment-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}

.total-port {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  flex: 1;
}

.port-brand-group {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.port-brand-group .brand-item {
  height: 60px;
  width: 60px;
  background-color: #f2fff1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
}

.port-brand-group .brand-item.item2 {
  background-color: #f1f3ff;
}

.port-brand-group .brand-item.item3 {
  background-color: #fff8f3;
}

.port-brand-group .brand-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.social-follow-card {
  border-radius: 20px;
  padding: 18px;
  display: flex;
  gap: 18px;
  height: 100%;
  margin-right: 9px;
}

.social-follow-card.card1 {
  background-color: #faf2e8;
}

.social-follow-card.card2 {
  background-color: #e3effd;
}

.social-follow-card.card3 {
  background-color: #fbe7e7;
}

.social-follow-card .social-icon {
  height: 50px;
  width: 50px;
}

.social-follow-card .social-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.social-follow-card .social-title {
  font-weight: 400;
  font-size: 16px;
}

.social-follow-card .social-followers {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 5px;
}

.holdings-card {
  background-color: #fff7ea;
  padding: 28px 45px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.holdings-card .graph-img {
  height: 234px;
  width: 240px;
}

.holdings-card .graph-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.holding-data {
  font-weight: 400;
  font-size: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 25px;
}

.holding-data .indicate-large {
  height: 22px;
  width: 4px;
  background-color: #fde006;
  border-radius: 50px;
}

.holding-data .indicate-mid {
  height: 22px;
  width: 4px;
  background-color: #ff9304;
  border-radius: 50px;
}

.holding-data .indicate-small {
  height: 22px;
  width: 4px;
  background-color: #a000ff;
  border-radius: 50px;
}

.software-report {
  padding: 18px;
  border-radius: 20px;
  margin-right: 9px;
}

.software-report .report-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 44px;
}

.software-report .report-data {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.software-report .progress {
  margin-bottom: 20px;
  height: 13px;
  width: 95%;
  border-radius: 22px;
}

.software-report .progress-bar {
  border-radius: 22px;
}

.software-report.card1 {
  background-color: #efddff;
}

.software-report.card1 .progress {
  background-color: #f5eaff;
}

.software-report.card1 .progress-bar {
  background-color: #ba7af8;
}

.software-report.card2 {
  background-color: #d3e5ff;
}

.software-report.card2 .progress {
  background-color: #ecf4ff;
}

.software-report.card2 .progress-bar {
  background-color: #7aacf8;
}

.software-report.card3 {
  background-color: #fff7eb;
}

.software-report.card3 .progress {
  background-color: #ffeccd;
}

.software-report.card3 .progress-bar {
  background-color: #f8b346;
}

.software-report.card4 {
  background-color: #fbe7e7;
}

.software-report.card4 .progress {
  background-color: #fff4f4;
}

.software-report.card4 .progress-bar {
  background-color: #f8aeae;
}

.research-port-card {
  padding: 16px;
  background: #f2f2f2;
  border-radius: 16px;
}

.research-port-card .research-title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 5px;
}

.research-port-card .research-text {
  color: #8a8a8a;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.research-port-card .research-img {
  height: 129px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}

.research-port-card .research-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.research-port-card .add-cart-btn {
  background-color: #000;
  font-weight: 600;
  font-size: 12px;
  padding: 12px 24px;
  border-radius: 50px;
  color: #fff;
  transition: 0.4s all ease-in-out;
}

.research-port-card .add-cart-btn:hover {
  background-color: #ddad67;
  transition: 0.4s all ease-in-out;
}

.fragment-video .discover-video {
  height: 259px;
  margin-bottom: 10px;
}

.fragment-video .discover-video .yt-icon {
  height: 80px;
  width: 80px;
}

.fragment-video .video-card .card-text {
  font-size: 16px;
  line-height: 19px;
}

/* dashboard */
/* Orders */
.order-pills.nav-pills .nav-link {
  background-color: #f2f2f2;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  padding: 15px 22px;
}

.order-pills.nav-pills .nav-link.active {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
}

.order-pills.nav-pills {
  gap: 8px;
}

.order-table thead {
  background: #f5f5f5;
  border-radius: 4px 4px 0px 0px;
}

.order-table thead tr th {
  white-space: nowrap;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border-bottom: none;
}

.order-table thead tr th,
.order-table tbody tr td {
  padding: 16px;
  vertical-align: middle;
}

.order-table tbody tr td {
  vertical-align: middle;

  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}

.table-responsive:has(.order-table) {
  border: solid 1px #cccccc;
  border-radius: 10px;
}

.table> :not(caption)>*>* {
  border-bottom-width: 0;
}

.order-table tr {
  border-bottom: 1px solid #cccccc;
}

.order-table tr:last-child {
  border-bottom: none;
}

.paid-label {
  padding: 8px 5px;
  color: #12b347;
  font-size: 14px;
  text-align: center;
  background: #e2ffec;
  border-radius: 5px;
  font-weight: 600;
  min-width: 75px;
  width: fit-content;
  display: inline-block;
}

.paid-label.pay-label {
  background: #ffe5e5;
  color: #f04a4a;
}

.paid-label.view-label {
  background: #edf3ff;
  color: #0f5bf8;
}

.trash-icon {
  height: 18px;
  width: 18px;
}

.trash-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.filter-btn-icon {
  height: 24px;
  width: 24px;
}

.filter-btn-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Orders */
/* ipo detail */
.ipo-detail-card {
  border: 1px solid #cccccc;
  border-radius: 20px;
  overflow: hidden;
}

.ipo-detail-card .ipo-img {
  height: 300px;
  background-color: #f2fff1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ipo-detail-card .ipo-img img {
  height: 94px;
  width: 264px;
  object-fit: contain;
}

.ipo-detail-card .in-details {
  padding: 30px;
}

.ipo-detail-card .ipo-title {
  font-weight: 600;
  font-size: 32px;

  color: #000606;
  margin-bottom: 0;
}

.ipo-detail-card .ipo-share {
  font-weight: 600;
  font-size: 24px;
}

.ipo-detail-card .ipo-share span {
  font-size: 16px;
  font-weight: 400;
}

.ipo-detail-card .stock-label {
  font-size: 14px;
  padding: 10px;
  height: fit-content;
  width: fit-content;
  background: #faf2e8;
  color: #ddad67;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 0;
}

.ipo-detail-card .like-icon {
  height: 30px;
  width: 30px;
}

.ipo-detail-card .stock-detail {
  font-size: 14px;
  color: #8a8a8a;
  line-height: normal;
}

.ipo-detail-card .like-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.insight-card {
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 20px;
}

.insight-card .card-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

.insight-card .insight-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.insight-card .insight-list li {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}

.insight-card .insight-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.insight-card .prosp-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 3px !important;
}

.stat-graph {
  height: 380px;
  width: 100%;
}

.stat-graph img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.finance-report-card {
  padding: 12px 16px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  display: flex;
  align-items: center;

  gap: 8px;
  margin-bottom: 12px;
}

.finance-report-card .pdf-icon {
  background-color: #ffffff;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  padding: 14px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finance-report-card .arrow-down-icon {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.finance-report-card .arrow-down-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.finance-report-card .pdf-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.stats-pills .nav-link {
  color: #000;
  padding: 16px;
}

.stats-pills .nav-link.active {
  background-color: #e8ffef;
  color: #12b347;
  font-weight: 600;
  border-radius: 12px;
}

/* ipo detail */
/* research list */
.research-port-card.research-card {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
  height: 100%;
}

.research-port-card.research-card .research-title {
  font-size: 24px;
  margin-bottom: 10px;
  min-height: 52px;

  line-height: 29px;
}

.research-port-card.research-card .research-text {
  -webkit-line-clamp: 3;
}

.research-port-card.research-card .research-img {
  height: 200px;
}

.invest-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.invest-form-group {
  background-color: #f2f2f2;
  padding: 21px 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.invest-info-list {
  list-style-type: none;
  padding-left: 0;
}

.invest-info-list li {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}

.invest-info-list li:last-child {
  border-bottom: none;
}

/* research list */
/* blog list */
.blog-card {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  font-size: 14px;
  padding-right: 50px;
  height: 100%;
}

.blog-card.active {
  border: 1px solid #000;
}

.nav-pills.blog-pills .nav-link {
  padding: 10px 16px;
}

.blog-card .blog-img {
  height: 60px;
  width: 60px;
  border-radius: 50px;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-card .blog-img.blog-blue {
  background-color: #eaeaff;
}

.blog-card .blog-img.blog-green {
  background-color: #dfffd2;
}

.blog-card .blog-img.blog-yellow {
  background-color: #f9ffd4;
}

.blog-card .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.blog-innovation-card {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 20px;
}

.blog-innovation-card .blog-detail-icon {
  height: 60px;
  width: 60px;
  border-radius: 50px;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-innovation-card .blog-detail-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.blog-innovation-card .blog-detail-icon.blog-blue {
  background-color: #eaeaff;
}

.blog-innovation-card .blog-detail-icon.blog-green {
  background-color: #dfffd2;
}

.blog-innovation-card .blog-detail-icon.blog-yellow {
  background-color: #f9ffd4;
}

.blog-innovation-card .blog-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  color: #000606;
}

.blog-innovation-detail {
  font-size: 14px;
}

.blog-innovation-detail .blog-innovation-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-detail-list li {
  border-bottom: 1px solid #cccccc;
}

.blog-detail-list li:last-child {
  padding-bottom: 0;
}

/* blog list */
/* scratch card */
/* .scratch-card {
  position: relative;
}
.scratch-card-img {
  height: 254px;
  border-radius: 11px;
} */
.scratch-card img {
  height: 62%;
  width: 92%;
  /* object-fit: contain; */
}

.scratch-card {
  width: 100%;
  height: 258px;
  position: relative;
  user-select: none;
  border-radius: 15px;
  overflow: hidden;
}

.scratch-card .new-label {
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  background-color: #000;
  text-align: center;
  padding: 10px 20px;
  border-radius: 50px;
  color: #ffffff;
  top: 15px;
  right: 15px;
}

.stock-card {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.stock-card .stock-img {
  background-color: #f2fff1;
  padding: 25px;
  height: 176px;
  width: 176px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stock-card .stock-img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.stock-card .stock-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}

/* scratch card */
/* favourite */
.fav-card {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 20px;
}

.fav-ipo-name {
  font-size: 16px;
  color: #000;

  display: flex;
  gap: 10px;
  align-items: center;
}

.fav-ipo-name h6 {
  font-weight: 600;
  flex: 1;
  padding-right: 6px;
}

.fav-ipo-name .ipo-icon-img {
  background-color: #f2fff1;
  height: 70px;
  width: 70px;
  padding: 12px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fav-ipo-name .ipo-icon-img.icon-yellow {
  background-color: #efffb2;
}

.fav-ipo-name .ipo-icon-img.icon-green {
  background-color: #cffff2;
}

.fav-ipo-name .ipo-icon-img.icon-pink {
  background-color: #fbeaf0;
}

.fav-ipo-name .ipo-icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fav-like {
  background-color: #fff1f2;
  height: 44px;
  width: 44px;
  border-radius: 50px;
  padding: 12px;
  display: flex;
  justify-content: center;
  float: end;
  align-items: center;
}

.fav-like img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.fav-ipo-details {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  gap: 25px;
  margin-top: 20px;
}

.fav-ipo-details li {
  border-left: 1px solid #f2f2f2;
  font-size: 14px;
  padding-left: 18px;
}

.fav-ipo-details li:first-child {
  border-left: 0;
  padding-left: 0;
}

.order-summary {
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 20px;
}

/* favourite */
/* agent */
.agent-img {
  height: 30px;
  width: 30px;
}

.agent-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}

/* agent */
/* notification */
.notification-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0;
}

.notification-list li:last-child {
  border-bottom: none;
}

.notification-list li .notify-icon {
  height: 40px;
  width: 40px;
  background-color: rgba(205, 241, 217, 1);
  padding: 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification-list li .notify-icon.bg-purple {
  background-color: #f1d9ff;
}

.notification-list li .notify-icon.bg-blue {
  background-color: #dce7ff;
}

.notification-list li .notify-icon.bg-red {
  background-color: #ffd4d4;
}

.notification-list li .notify-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.notification-list {
  padding-left: 0;
}

/*  notification  */
/*  payment  */
.payment-check {
  border: 1px solid #cccccc;
  padding: 16px;
  border-radius: 24px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.payment-check .check-icon {
  height: 40px;
  width: 40px;
  background-color: #f2f2f2;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.payment-check .check-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.payment-check .form-check-input {
  height: 20px;
  width: 20px;
  margin-top: 0;
  background-image: url("../images/icons/gray-tick-circle.svg");
  border: none;
}

.payment-check .form-check-input:checked[type="radio"] {
  background-image: url("../images/icons/green-tick-circle.svg");
  background-color: transparent;
  border: none;
  padding: 0;
}

.payment-check .check-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}

.save-check .form-check-input {
  height: 16px;
  width: 16px;
  border-radius: 50px;
}

.save-check .form-check-input:checked {
  background-color: #000;
  border: none;
}

.save-check {
  font-size: 14px;
}

/*  payment  */
/* Profile flow */
.view-profile-card {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.profile-card {
  background-image: url("../images/bg-profile.png");
  height: 200px;
  width: 100%;
  position: relative;
}

.view-profile {
  padding-top: 120px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 0 0 20px 20px;
  border-top: 0;
}

.profile-card .profile-img {
  height: 200px;
  width: 200px;
  border: 5px solid #fff;
  border-radius: 100px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -1%);
  top: 50%;

  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.view-profile h6.profile-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.profile-card .profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 95px;
}

.view-profile-list {
  padding-left: 0;
  list-style-type: none;
  margin: 0 20px;
}

.view-profile-list li {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
}

.view-profile-list li p {
  margin-bottom: 0;
}

.view-profile-list li:last-child {
  border-bottom: 0;
}

.peronsal-details {
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 30px;
}

.peronsal-details .nav-pills {
  gap: 10px;
  align-items: center;
}

.peronsal-details .nav-pills .nav-link {
  padding: 15px 30px;

  color: #000;
  font-size: 14px;
  background: #f2f2f2;
  border-radius: 50px;
}

.peronsal-details .nav-pills .nav-link.active {
  background-color: #000;
  color: #fff;
}

.info-img {
  position: relative;
  width: fit-content;
  margin-bottom: 20px;
}

.info-img input[type="file"] {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.personal-photo-img {
  height: 130px;
  width: 130px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.personal-photo-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.edit-button {
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 8px;
  right: 7px;
}

.edit-button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Profile flow */
/* FAQ */
.faq-tabs-card {
  border: 1px solid #cccccc;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.faq-tabs-card .faq-vector {
  background-color: #faf2e8;
  text-align: center;
  margin-bottom: 29px;
  padding: 5px;
}

.faq-tabs-card .faq-vector img {
  height: 294px;
  width: 294px;
  object-fit: contain;
}

.faq-pills {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.nav-pills.faq-pills .nav-link {
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  color: #000;
  padding: 16px 20px;
  text-align: left;
}

.nav-pills.faq-pills .nav-link.active {
  background-color: #f2f2f2;
  font-weight: 600;
}

.faq-accordion-main {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 20px;
}

.faq-accordion-main .accordion-item {
  border: none;
  border-bottom: 1px solid #cccccc;
}

.faq-accordion-main .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
  padding-bottom: 10px;
}

.faq-accordion-main .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion-main .accordion-button {
  padding-left: 0;
  font-size: 18px;
  padding: 15px 0;
}

.faq-accordion-main .accordion-body {
  padding-left: 0;
  font-size: 16px;
  color: #8a8a8a;
  padding-top: 0;
}

.faq-accordion-main .accordion-item:last-of-type {
  border-bottom: none;
}

.faq-accordion-main .accordion-item:first-of-type .accordion-button {
  padding-top: 0;
}

.faq-accordion-main .accordion-button::after {
  background-image: url("../images/icons/dropicon.svg");
  height: 8px;
  width: 16px;
  background-size: contain;
}

.terms-list {
  list-style-type: none;
  padding-left: 0;
}

.terms-list li {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
  font-size: 16px;
}

.terms-list li p {
  margin-bottom: 0;
}

.terms-sublist {
  list-style-type: disc;
  color: #8a8a8a;
  font-size: 16px;
}

.terms-sublist li {
  padding: 0;
  border-bottom: 0;
}

.terms-list li:last-child {
  border-bottom: none;
}

/* FAQ*/
/* footer */
.footer-sec {
  background-color: #faf2e8;
  padding: 100px 0;
}

.footer-sec .logoicon {
  height: 63px;
  object-fit: contain;
  width: auto;
  margin-bottom: 14px;
}

.footer-nav-group {
  display: flex;
  list-style-type: none;
  gap: 25px;
  padding-left: 0;
  justify-content: center;
}

.footer-nav-group .nav-link {
  color: #000;
  padding: 0px;
}

.footer-nav-group .nav-link.active {
  font-weight: 500;
}

.ft-social-icon {
  height: 40px;
  width: 40px;
}

.ft-social-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1700px) {
  .research-port-card .add-cart-btn {
    padding: 12px;
  }

  .fav-ipo-details {
    gap: 10px;
  }

  .fav-ipo-details li {
    border-left: 1px solid #f2f2f2;
    font-size: 14px;
    padding-left: 12px;
  }

  .exclusive-slider .slick-prev {
    top: -21%;
    left: inherit;
    right: 11%;
  }

  .exclusive-slider .slick-next {
    top: -21%;
    right: 9%;
  }
}

@media (max-width: 1600px) {
  .exclusive-card {
    padding: 23px;
  }

  .exclusive-card .card_title {
    font-weight: 600;
    font-size: 26px;
  }

  .innovate-card {
    padding: 24px;
  }

  .innovate-card .card-innovate-title {
    font-size: 40px;
  }

  .about-innovate-img {
    height: 600px;
  }

  .membership-card {
    padding: 32px;
  }

  .membership-card .crown-img {
    height: 64px;
    width: 64px;
  }

  .support-card {
    padding: 32px;
  }

  .holdings-card {
    padding: 28px 25px;
  }

  .holding-data {
    font-size: 14px;
  }

  .holdings-card .graph-img {
    height: 200px;
    width: 200px;
  }

  .social-follow-card .social-icon {
    height: 40px;
    width: 40px;
  }

  .social-follow-card .social-title {
    font-size: 14px;
  }

  .social-follow-card .social-followers {
    font-size: 26px;
  }

  .social-follow-card {
    gap: 12px;
    padding: 17px;
  }

  .research-port-card .research-img {
    height: 94px;
  }

  .research-port-card {
    padding: 12px;
  }

  .research-port-card {
    font-size: 14px;
  }

  .research-port-card .research-title {
    font-size: 14px;
  }

  .software-report {
    padding: 16px;
  }

  .software-report .progress {
    margin-bottom: 16px;
    height: 12px;
  }

  .fragment-title {
    font-size: 22px;
  }

  .fragment-video .discover-video {
    height: 208px;
  }

  .research-port-card .add-cart-btn {
    font-size: 10px;
    padding: 9px 13px;
  }

  .porfolio-card {
    min-height: 138px;
  }

  .port-brand-group .brand-item {
    height: 50px;
    width: 50px;

    padding: 7px;
  }

  .software-report .report-title {
    line-height: 28px;
  }

  .fav-card {
    border: 1px solid #cccccc;
    padding: 15px;
  }

  .fav-ipo-name .ipo-icon-img {
    height: 60px;
    width: 60px;
    padding: 10px;
  }

  .fav-like {
    height: 40px;
    width: 40px;
    padding: 10px;
  }

  .fav-ipo-details li {
    font-size: 12px;
  }

  .scratch-card {
    width: 100%;
    height: 208px;
  }

  .exclusive-slider .slick-prev,
  .exclusive-slider .slick-next {
    top: -24%;
  }

  .research-port-card.research-card .research-title {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {

  .download-sec .mockup-img {
    height: 500px;
  }

  .inner-sec .title {
    font-size: 50px;
  }

  .discover-video {
    height: 380px;
  }

  .discover-video .yt-icon {
    height: 70px;
    width: 70px;
  }

  .video-card .card-text {
    font-size: 24px;
  }

  .download-sec .downdetails::after {
    width: 171px;
    height: 82px;
  }

  .footer-sec .logoicon {
    height: 55px;
  }

  .support-card {
    padding: 22px;
  }

  .support-card .support-details .title {
    font-weight: 600;
    font-size: 20px;
  }

  .inner-sec {
    padding: 150px 0;
  }

  .nav-header .navbar-brand {
    width: 143px;
  }

  .nav-header {
    padding: 20px 30px;
  }

  .membership-card .member-plan-title {
    font-size: 32px;
  }

  .membership-rate {
    font-size: 32px;
  }

  .membership-card .crown-img {
    height: 56px;
    width: 56px;
  }

  .accessible-points .li-item {
    padding: 14px 0;
  }

  .support-card .support-icon {
    height: 40px;
    width: 40px;

    padding: 9px;
  }

  main.dashboard-main {
    padding: 20px 10px;
  }

  .port-brand-group .brand-item {
    height: 50px;
    width: 50px;

    padding: 7px;
  }

  .fragment-video .discover-video .yt-icon {
    height: 60px;
    width: 60px;
  }

  .fragment-title {
    font-size: 20px;
  }

  .order-table thead tr th,
  .order-table tbody tr td {
    padding: 16px;
  }

  .stat-graph {
    height: 250px;
  }

  .ipo-detail-card .ipo-title {
    font-size: 28px;
  }

  .ipo-detail-card .ipo-share {
    font-size: 20px;
  }

  .ipo-detail-card .ipo-img {
    height: 235px;
  }

  .ipo-detail-card .ipo-img img {
    height: 75px;
    width: 240px;
  }

  .stats-pills .nav-link {
    padding: 12px;
    font-size: 14px;
  }

  .insight-card .card-title {
    font-size: 20px;
  }

  .finance-report-card {
    padding: 10px 12px;
  }

  .insight-card {
    padding: 15px 18px;
  }

  .ipo-detail-card .like-icon {
    height: 25px;
    width: 25px;
  }

  .blog-card .blog-img {
    height: 50px;
    width: 50px;

    padding: 12px;
  }

  .blog-card {
    padding: 16px;
    padding-right: 16px;
  }

  .blog-innovation-card .blog-title {
    font-size: 20px;
  }

  .blog-innovation-card .blog-detail-icon {
    height: 50px;
    width: 50px;

    padding: 14px;
  }

  .porfolio-card {
    min-height: 138px;
  }

  .social-follow-card {
    padding: 14px;
  }

  .order-summary {
    margin-bottom: 24px;
  }

  .nav-pills.faq-pills .nav-link {
    font-size: 16px;
  }

  .faq-accordion-main .accordion-button {
    font-size: 16px;
  }

  .faq-tabs-card .faq-vector img {
    height: 228px;
    width: 270px;
  }

  .exclusive-slider .slick-prev,
  .exclusive-slider .slick-next {
    top: -22%;
  }
}

@media (max-width: 1200px) {
  .stock-card .stock-title {
    font-weight: 600;
    font-size: 18px;
  }

  .stock-card .stock-img {

    height: 150px;
    width: 150px;
  }

  .brocking-img {
    height: 314px;
  }

  .inner-sec .title {
    font-size: 45px;
  }

  .exclusive-card .card_title {
    font-weight: 600;
    font-size: 24px;
  }

  .footer-sec {
    padding: 70px 0;
  }

  .download-sec .mockup-img {
    height: 430px;
  }

  .download-sec {
    padding: 70px 0;
  }

  .inner-sec {
    padding: 80px 0;
  }

  .social-verified .stay-title {
    font-weight: 600;
    font-size: 30px;
  }

  .social-verified {
    padding: 26px;
  }

  .social-verified .social-icon {
    height: 70px;
    width: 70px;
  }

  .banner-section {
    padding: 100px 0;
    padding-top: 200px;
  }

  .banner-section .title {
    font-weight: 600;
    font-size: 57px;
  }

  .nav-header {
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 24px;
  }

  .graph-chart {
    width: auto;
    height: 452px;
    margin: 0 auto;
  }

  .exclusive-card .exc-icon {
    width: 70px;
    height: 70px;
  }

  .exclusive-tabs.nav-tabs .nav-link {
    padding: 9px 26px;
  }

  .about-breadcrumb-sec {
    min-height: 620px;
  }

  .story-detail {
    padding-left: 50px;
    padding-bottom: 12px;
  }

  .membership-rate {
    font-size: 26px;
  }

  .membership-card .crown-img {
    height: 50px;
    width: 50px;
  }

  .membership-card .member-plan-title {
    font-size: 26px;
  }

  /* .header-search-input {
    width: 290px;
  } */
  .port-brand-group .brand-item {
    height: 50px;
    width: 50px;
  }

  .software-report .progress {
    margin-bottom: 13px;
    height: 10px;
  }

  .software-report .report-title {
    font-size: 16px;
  }

  .holdings-card {
    padding: 28px 15px;
  }

  .ipo-detail-card .ipo-img img {
    height: 60px;
    width: 223px;
  }

  .ipo-detail-card .in-details {
    padding: 20px;
  }

  .ipo-detail-card .ipo-title {
    font-size: 22px;
  }

  .ipo-detail-card .stock-label {
    font-size: 12px;
    padding: 8px;
  }

  .ipo-detail-card .ipo-share {
    font-size: 18px;
  }

  .insight-card .prosp-title {
    font-size: 16px;
  }

  .porfolio-card {
    min-height: 138px;
  }

  .holdings-card .graph-img {
    height: 189px;
  }

  .peronsal-details {
    padding: 20px;
  }

  .faq-tabs-card .faq-vector img {
    height: 220px;
    width: 270px;
  }

  .exclusive-slider .slick-prev {
    top: -24%;
    left: inherit;
    right: 14%;
  }

  .exclusive-slider .slick-next {
    top: -24%;
    right: 11%;
  }
}

@media (max-width: 991.5px) {
  .font_24 {
    font-size: 20px !important;
  }

  .copyright-sec {
    text-align: center;
  }

  .policy-lists {
    justify-content: center;
  }

  .inner-sec {
    padding: 70px 0;
  }

  .inner-sec .title {
    font-size: 35px;
  }

  .download-sec {
    padding-bottom: 400px;
  }

  .download-sec .mockup-img {
    position: absolute;
    margin-bottom: 0px;
    right: 0;
    bottom: 0;
    height: 390px;
  }

  .download-sec .downdetails::after {
    width: 159px;
    height: 68px;
    bottom: -25px;
  }

  .secondary-btn {
    padding: 13px 26px;
  }

  .primary-btn {
    padding: 13px 26px;
  }

  .footer-sec {
    padding: 50px 0;
  }

  .banner-section .title {
    font-weight: 600;
    font-size: 50px;
    line-height: normal;
  }

  .graph-chart {
    width: 354px;
    height: 437px;
  }

  .social-verified .social-icon {
    height: 46px;
    width: 46px;
    margin-top: 13px;
  }

  .stay-connected {
    top: -2%;
  }

  .social-verified .stay-title {
    font-weight: 600;
    font-size: 25px;
  }

  .social-verified {
    padding: 16px;
  }

  .brocking-img {
    height: 295px;
    margin-bottom: 20px;
  }

  .discover-video {
    height: 260px;
  }

  .video-card .card-text {
    font-size: 18px;
  }

  .discover-video .yt-icon {
    height: 50px;
    width: 50px;
  }

  .download-sec .sec-title {
    font-size: 40px;
  }

  .footer-nav-group {
    justify-content: start;
  }

  .footer-nav-group .nav-link {
    font-size: 14px;
  }

  .signup-offcanvas.offcanvas {
    width: 450px;
  }

  .signup-offcanvas.offcanvas .offcanvas-header {
    padding: 22px 20px;
  }

  .signup-offcanvas.offcanvas .offcanvas-body {
    padding: 16px 26px;
  }

  .signup-offcanvas.offcanvas .canvas-title {
    font-size: 30px;
  }

  .signup-offcanvas.offcanvas .share-btn {
    padding: 14px;
  }

  .signup-offcanvas.offcanvas .offcanvas-logo {
    height: 40px;
  }

  .form-contact-input {
    padding: 14px 18px;
  }

  .form-dropdown .dropdown-toggle {
    padding: 14px 18px;
  }

  .nav-header {
    padding: 10px 20px;
  }

  .about-breadcrumb-sec .breadcrumb {
    margin-top: 130px;
  }

  .about-breadcrumb-sec {
    min-height: 500px;
  }

  .about-innovate-img {
    height: 420px;
    margin-bottom: 20px;
  }

  .innovate-card .card-innovate-title {
    font-size: 24px;
  }

  .sort-dropdown .dropdown-toggle {
    border-radius: 12px;
    font-size: 16px;
    padding: 12px 19px;
  }

  .sort-dropdown .dropdown-toggle .icon {
    height: 20px;
    width: 20px;

    margin-right: 7px;
  }

  .porfolio-card {
    padding: 16px;
  }

  .fragment-title {
    font-size: 20px;
  }

  .porfolio-card .port-title {
    font-size: 26px;
  }

  .invest-title {
    font-size: 20px;
  }

  .social-follow-card .social-followers {
    font-size: 22px;
  }

  .social-follow-card {
    padding: 14px;
  }

  .fav-card {
    padding: 18px;
  }

  .fav-ipo-details li {
    font-size: 14px;
  }

  .fav-ipo-details {
    margin-top: 12px;
  }

  .sidebar .top {
    margin-bottom: 20px;
  }

  .user-dropdown-details {
    display: none;
  }

  .upload-card {
    padding: 24px;
  }

  .scratch-card {
    width: 100%;
    height: 210px;
  }

  .exclusive-slider .slick-prev {
    right: 20%;
  }

  .exclusive-slider .slick-next {
    right: 16%;
  }

  .circle_box {
    height: 76px;
    width: 76px;
  }

  .circle_box .process-count {
    font-size: 16px;
  }

  .inner-sec.journey-sec {
    padding-top: 82px;
  }

}

@media (max-width: 767px) {
  .nav-header {
    padding: 9px 19px;
    border-radius: 29px;
  }

  .exclusive-card .exc-icon {
    width: 62px;
    height: 62px;

    margin-bottom: 12px;
  }

  .banner-section .title {
    font-weight: 600;
    font-size: 34px;
  }

  .banner-section {
    padding: 100px 0;
    padding-top: 145px;
    padding-bottom: 140px;
  }

  .nav-header .navbar-brand {
    height: 40px;
    width: 116px;
  }

  .graph-chart {
    width: 250px;
    height: 255px;
  }

  .social-verified .social-icon {
    height: 35px;
    width: 35px;
  }

  .social-verified {
    padding: 16px;
    border-radius: 35px;
    font-size: 14px;
  }

  .brocking-img {
    border-radius: 70px;
  }

  .inner-sec .title {
    font-size: 24px;
  }

  .exclusive-tabs.nav-tabs .nav-link {
    padding: 9px 14px;
    font-size: 14px;
  }

  .exclusive-card .card_title {
    font-weight: 600;
    font-size: 18px;
    min-height: 38px;
  }

  .exclusive-card {
    padding: 19px;
    font-size: 14px;
  }

  .video-card .card-text {
    font-size: 16px;
  }

  .download-sec .sec-title {
    font-size: 30px;
    line-height: normal;
  }

  .download-sec .downdetails {
    padding: 25px 0;
  }

  .discover-video {
    height: 200px;
  }

  .download-sec .mockup-img {
    height: 312px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }

  .download-sec {
    padding-bottom: 370px;
  }

  .footer-sec .logoicon {
    height: 40px;
  }

  .social-verified .stay-title {
    font-size: 18px;
  }

  .support-card {
    padding: 20px;
    flex-direction: column;
  }

  .support-card .support-details .title {
    font-size: 16px;
    margin-bottom: 5px !important;
  }

  .support-card .support-icon {
    height: 45px;
    width: 44px;

    padding: 10px;
  }

  .support-card .support-details {
    font-size: 14px;
  }

  .signup-offcanvas.offcanvas {
    width: 350px;
  }

  .signup-offcanvas.offcanvas .canvas-title {
    font-size: 18px;
  }

  .form-contact-input {
    padding: 12px 14px;
  }

  .form-dropdown .dropdown-toggle {
    padding: 12px 14px;
  }

  .contact-dropdown {
    padding: 12px 14px;
  }

  textarea.form-contact-input {
    padding-top: 17px;
    padding-left: 18px;
  }

  .signup-offcanvas.offcanvas .share-btn {
    padding: 11px;
    font-size: 14px;
  }

  .signup-offcanvas.offcanvas .share-btn .icon {
    height: 16px;
    width: 16px;
  }

  .signup-offcanvas.offcanvas .offcanvas-body {
    padding: 16px 16px;
  }

  .signup-offcanvas.offcanvas .offcanvas-header {
    padding: 19px 16px;
  }

  .signup-offcanvas.offcanvas .offcanvas-logo {
    height: 30px;
  }

  .login-btn {
    font-size: 14px;
    padding: 10px 22px;
  }

  .nav-header .navbar-nav .nav-link {
    font-size: 14px;
  }

  .primary-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .secondary-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .footer-sec {
    font-size: 14px;
  }

  .ft-social-icon {
    height: 30px;
    width: 30px;
  }

  .about-breadcrumb-sec {
    min-height: 400px;
  }

  .about-breadcrumb-sec .breadcrumb-item {
    font-size: 14px;
  }

  .inner-sec {
    padding: 50px 0;
  }

  .about-innovate-img {
    height: 340px;
  }

  .innovate-card .card-innovate-title {
    font-size: 18px;
  }

  .innovate-card {
    padding: 18px;
    font-size: 14px;
  }

  .about-breadcrumb-sec .breadcrumb {
    margin-top: 114px;
  }

  .story-detail {
    padding-left: 30px;
    padding-bottom: 12px;
  }

  .sort-dropdown .dropdown-toggle {
    border-radius: 12px;
    font-size: 14px;
    padding: 8px 16px;
  }

  .sort-dropdown .dropdown-toggle {
    margin-top: 10px;
  }

  .sort-dropdown .dropdown-toggle .icon {
    height: 16px;
    width: 16px;
  }

  .exclusive-tabs.nav-tabs {
    margin-top: 20px;
  }

  .port-brand-group .brand-item {
    height: 46px;
    width: 46px;

    padding: 8px;
  }

  .holdings-card {
    padding: 16px 14px;
  }

  .software-report .progress {
    height: 10px;
  }

  .software-report .report-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .fragment-video .discover-video .yt-icon {
    height: 60px;
    width: 60px;
  }

  .order-pills.nav-pills {
    margin-bottom: 12px;
  }

  .order-pills.nav-pills .nav-link {
    font-size: 12px;
    padding: 12px 18px;
  }

  .invest-title {
    font-size: 18px;
  }

  .fav-ipo-details li {
    font-size: 12px;
  }

  ::-webkit-scrollbar {
    height: 6px;
  }

  .peronsal-details {
    padding: 18px;
  }

  .peronsal-details .nav-pills .nav-link {
    padding: 12px 22px;
  }

  .view-profile-list li {
    padding: 12px 0;

    font-size: 14px;
  }

  .view-profile h6.profile-name {
    font-size: 20px;
  }

  .exclusive-slider .slick-next {
    right: 19%;
    top: -30%;
  }

  .exclusive-slider .slick-prev {
    right: 24%;
    top: -30%;
  }

  .gif-img {
    height: 186px;
    width: 240px;
  }

  .membership-card {
    padding: 20px;
  }

  .membership-card .member-plan-title {
    font-size: 20px;
  }

  .membership-card .crown-img {
    height: 44px;
    width: 44px;
  }

  .accessible-points .li-item {
    padding: 10px 0;
    font-size: 14px;
  }

  .accessible-points .li-item .right-icon {
    height: 16px;
    width: 16px;
    object-fit: contain;
  }

  .membership-rate {
    font-size: 20px;
  }

  .membership-sec.inner-sec {
    padding-bottom: 60px;
  }

  .research-port-card.research-card .research-title {
    min-height: auto;
    font-size: 18px;
  }

  .research-port-card.research-card {
    padding: 15px;
  }

  .profile-card .profile-img {
    height: 180px;
    width: 180px;
  }

  .stock-card .stock-img {
    padding: 18px;
    height: 118px;
    width: 118px;
  }

  .stock-card {
    gap: 11px;
  }
}

@media (max-width: 576px) {
  .font_14 {
    font-size: 12px !important;
  }

  .font_16 {
    font-size: 14px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_20 {
    font-size: 18px !important;
  }

  .font_24 {
    font-size: 18px !important;
  }

  .social-follow-card {
    padding: 10px;
  }

  .social-follow-card .social-followers {
    font-size: 18px;
  }

  .fragment-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .research-port-card .research-text {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .fragment-video .discover-video {
    height: 180px;
  }

  .software-report {
    padding: 12px;
  }

  .holdings-card {
    flex-direction: column;
  }

  .research-port-card .research-img {
    height: 140px;
  }

  .software-report .report-title {
    font-size: 14px;
  }

  .software-report .report-data {
    font-size: 14px;
  }

  .software-report .progress {
    height: 7px;
  }

  .port-brand-group .brand-item {
    height: 40px;
    width: 40px;
    padding: 8px;
  }

  .stat-graph {
    height: 180px;
  }

  .finance-report-card .pdf-icon {
    height: 40px;
    width: 40px;
    padding: 8px 10px;
  }

  .finance-report-card {
    font-size: 14px;
  }

  .insight-card .card-title {
    font-size: 18px;
  }

  .ipo-detail-card .ipo-img {
    height: 200px;
  }

  .stats-pills .nav-link {
    padding: 9px;
    font-size: 12px;
  }

  .header-search-input {
    width: 200px;
    padding: 6px 13px;

  }

  .order-pills.nav-pills .nav-link {
    font-size: 12px;
    padding: 12px 16px;
  }

  .custom-pagination .page-link {
    font-size: 12px;

    height: 28px;
    width: 28px;
  }

  .order-table thead tr th,
  .order-table tbody tr td {
    padding: 10px;
    font-size: 12px;
  }

  .custom-pagination {
    gap: 6px;
  }

  .header-search-input .input-group-text img {
    height: 18px;
    width: 18px;
    object-fit: contain;
  }

  .header-search-input .form-control {
    padding: 0;
    font-size: 12px;
  }

  .paid-label {
    font-size: 10px;
    min-width: 64px;
  }

  .invest-info-list li {
    padding: 13px 0;
    font-size: 14px;
  }

  .invest-form-group {
    padding: 18px 15px;
    margin-bottom: 20px;
  }

  .fav-ipo-name h6 {
    font-size: 15px;
  }

  .fav-ipo-name .ipo-icon-img {
    height: 52px;
    width: 52px;
  }

  .fav-like {
    height: 36px;
    width: 36px;
    padding: 9px;
  }

  .secondary-btn {
    font-size: 12px;
  }

  .order-summary {
    padding: 15px;
  }

  .trash-icon {
    height: 16px;
    width: 16px;
  }

  .nav-pills.faq-pills .nav-link {
    font-size: 14px;
    padding: 14px;
  }

  .faq-accordion-main {
    padding: 16px;
  }

  .faq-accordion-main .accordion-body {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .faq-accordion-main .accordion-button {
    font-size: 14px;
  }

  .scratch-card {
    width: 100%;
    height: 216px;
  }

  .exclusive-slider .slick-prev {
    right: 30%;
  }

  .exclusive-slider .slick-next {
    right: 24%;
  }

  .inner-sec.journey-sec {
    font-size: 14px;
  }

  .inner-sec {
    font-size: 14px;
  }

  .download-sec {
    font-size: 14px;
  }

  .brocking-img {
    height: 245px;
  }

  .copyright-sec {
    padding: 10px;
  }

  .copyright-sec {
    font-size: 12px;
  }

  .inner-sec .title {
    font-size: 20px;
  }

  .footer-nav-group .nav-link {
    padding: 0;
  }

  .footer-nav-group {
    gap: 20px;
  }

  .stock-card .stock-img {
    padding: 14px;
    height: 100px;
    width: 100px;
  }

  .stock-card .stock-title {
    font-weight: 600;
    font-size: 16px;
  }

  .peronsal-details .nav-pills .nav-link {
    padding: 9px 12px;
    font-size: 12px;
  }
}

@media (max-width: 440px) {
  .scratch-card {
    height: 134px;

  }

  .download-sec .mockup-img {
    height: 275px;
  }

  .download-sec {
    padding-bottom: 318px;
  }

  .support-card .support-details {
    font-size: 12px;
  }

  .support-card .support-details .title {
    font-size: 14px;
  }
}


.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  /* Center pagination by default */
  flex-wrap: wrap;
  /* Allows wrapping on smaller screens */
  gap: 8px;
  /* Adds spacing between items */
}

.pagination li {
  margin: 5px;
  /* Reduce margin for better spacing */
  padding: 8px 12px;
  /* Adjust padding for better fit */
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.pagination li.selected {
  background-color: #000;
  color: white;
}

/* Responsive styles */
@media (max-width: 768px) {
  .pagination {
    justify-content: center;
    /* Center pagination on smaller screens */
    float: none;
    /* Remove float on smaller screens */
  }

  .pagination li {
    padding: 6px 10px;
    /* Reduce padding for better fit */
    font-size: 14px;
    /* Adjust font size for smaller screens */
  }
}

@media (max-width: 480px) {
  .pagination {
    gap: 4px;
    /* Reduce spacing between items */
  }

  .pagination li {
    padding: 5px 8px;
    /* Further reduce padding */
    font-size: 12px;
    /* Adjust font size for mobile */
  }
}

.order-pills.blog-pills{
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.order-pills.blog-pills::-webkit-scrollbar{
  height: 7px;
}

.notif-off {
  height: 100%;
  overflow-y: auto;
}

.notification-scroll {
  height: 100%;
  overflow-y: auto;
}

.contact-group {
  flex-wrap: nowrap;
}

.contact-group .form-contact-input {
  border-radius: 0 120px 120px 0;
}