@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

html body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* ======================================= */
/* ------coman css--- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  color: #505050;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000000;
}

.form-control:focus {
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
}
.px_120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.pb_100 {
  padding-bottom: 100px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_20 {
  padding-bottom: 20px;
}
/* -----------------main color--------------- */
.purple_bg {
  background: #a13dff !important;
}
.purple {
  color: #a13dff !important;
}
.gray {
  background: #505050 !important;
}
.Gray {
  color: #505050 !important;
}
.black {
  color: #000000 !important;
}
.bg_color {
  background: #f9f9f9 !important;
}
/* =====================================Header start====================================== */

/* --------------------sticky-header---------------------- */
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgb(139 139 139 / 10%);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #fcfcfc;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}
.lng_menu .dropdown-menu {
  padding: 10px 0;
  box-shadow: 0px 7px 18px 0px #0000001a;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #5f13aa;
  overflow: hidden;
}
.lng_menu .dropdown-item {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: #505050;
  padding: 10px 20px;
}
.lng_menu span:hover {
  color: #ffffff;
}
.lng_menu .nav-link:hover {
  color: #ffffff;
}
.lng_menu .nav-link:focus,
.nav-link:hover {
  color: #ffffff;
}
.lng_menu .dropdown-toggle {
  background-color: #ffffff;
  width: 100%;
  height: 52px;
  border-radius: 60px;
  padding: 10px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5f13aa;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.lng_menu .dropdown-toggle::after {
  margin-left: 9px;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
  font-weight: 800;
  border: none;
  color: #ffffff;
}
.lng_menu .dropdown-menu[data-bs-popper] {
  margin-top: 6px;
}
.main_btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: 0.5px;
  padding: 16px 39px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border: 1px solid #5f13aa;
  color: #505050;
  display: inline-block;
  text-align: center;
}
.purple_btn {
  background: linear-gradient(91.25deg, #a13dff 0.2%, #5f13aa 100%);
  color: #ffffff;
  border: 1px solid transparent;
}
.dropdown-menu {
  --bs-dropdown-min-width: 100%;
}
.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.40799999237060547px;
  color: #505050;
  padding: 0;
}
.navbar-nav .nav-item .active {
  color: #a13dff;
  font-weight: 600;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #a13dff;
}
.navbar-nav {
  gap: 60px;
}
.toogle_btn {
  border: 1px solid #5f13aa;
  color: #505050;
}

/* =====================================Header end====================================== */

/*====================================== main-conetnt strat====================================*/
.platform_sec {
  /* background: #fdfdfd; */
  padding: 161px 120px 166px;
}
.platform_content h2 {
  font-size: 68px;
  font-weight: 600;
  line-height: 85.68px;
}
.platform_content{
  text-align: center;
}
.platform_content p {
  font-size: 26px;
  font-weight: 400;
  line-height: 32.76px;
  color: #505050;
}
.Queries_sec {
  padding: 100px 0;
}
.Queries_content h5 {
  font-size: 47px;
  font-weight: 600;
  line-height: 67.2px;
}
.Queries_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #9c9c9c;
}
.Queries_sec .accordion-button {
  font-size: 30px;
  font-weight: 600;
  color: #505050;
  border: none;
  padding: 32px 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  align-items: baseline;
  gap: 24px;
}
.Queries_sec .accordion-button span {
  color: #8d8d8d;
}
.Queries_sec .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.Queries_sec .accordion-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  padding-left: 70px;
}
.initiative_initiativeThumbnail {
  border: none;
  border-radius: 20px;
  background: #ffffff;
  /* margin-bottom: 10px; */
}
.Queries_sec .accordion-item {
  border: none;
  border-radius: 20px;
  background: #ffffff;
  margin-bottom: 10px;
}
.Queries_sec .accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.Queries_sec .accordion-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.Queries_sec
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.Queries_sec button:focus:not(:focus-visible) {
  outline: 0;
  border: none;
}
.Queries_sec .accordion-button:focus {
  box-shadow: none;
}
.Queries_sec .accordion-button:not(.collapsed) {
  background: #a13dff;
  color: white;
  border-radius: 20px 20px 0 0;
}
.Queries_sec .accordion-button:not(.collapsed) span {
  color: white;
}
.Queries_sec .accordion-collapse {
  background: #a13dff;
  border-radius: 0 0 20px 20px;
}
.Queries_sec .accordion-button:not(.collapsed) .accordion-body {
  padding: 0px 32px 40px;
}
.Queries_sec
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.Queries_sec .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.Queries_sec .accordion-body {
  padding: 0 32px 20px;
}
.Queries_sec .accordion-button::after {
  width: 32px;
  height: 32px;
  background-image: url("../imges/icons/up-arrow.svg");
  background-size: cover;
  background-position: center;
}
.Queries_sec .accordion-button:not(.collapsed)::after {
  background-image: url("../imges/icons/Down.svg");
}
.initiative_card {
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 40px 40px;
  margin-bottom: 20px;
}
.initiative_sec h5 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.initiative_card h6 {
  font-size: 42px;
  font-weight: 600;
}
.rAISEd_card {
  padding: 20px;
  border: 1.81px solid #0000001a;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  flex-wrap: wrap;
  gap: 10px;
}
.rAISEd_content h6 {
  font-size: 28.94px;
  font-weight: 600;
  line-height: 36.47px;
  color: #505050;
}
.rAISEd_card p {
  font-size: 25.33px;
  font-weight: 400;
  line-height: 32.56px;
  color: #8d8d8d;
}
.rAISEd_card h4 {
  font-size: 43.41px;
  font-weight: 500;
  line-height: 50.65px;
  letter-spacing: -1.808955192565918px;
  color: #505050;
}
.rAISEd_card p span {
  width: 10.85px;
  height: 10.85px;
  display: inline-block;
  background: #8880ec;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 16px;
}
.graph {
  width: 150px;
  height: 94px;
  object-fit: cover;
}
.launch_btns .main_btn {
  padding: 16px 94px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.launch_btns .Ready_btn {
  background: #9331ef;
}
.Ready_btn1{
  background: #d1b0ef !important;
}
.launch_content .launch_btns .Ready_btn {
  background: #ffffff;
  color: #505050;
  border: 1px solid #bb72ff;
}
.cta_sec {
  background-image: url("../imges/home/purple_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
}
.cta_content h6 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  color: #ffffff;
}
.cta_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.Know-More_btn {
  background-color: white;
  border: 1px solid white;
  color: #505050;
}
.testimonials_content span {
  font-size: 40px;
  font-weight: 600;
  line-height: 50.4px;
  text-align: center;
  position: relative;
}
.testimonials_content span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  border-radius: 40px;
  height: 3px;
  right: 0;
  bottom: -6px;
  left: 50%;
  background: #a13dff;
}
.testimonials_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: 0.5px;
  color: #505050;
}
.testmonial_card {
  border: 1px solid #c1c1c1;
  padding: 25px 32px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 30%;
  height: auto;
}
.testimonials_slider {
  margin-top: 40px;
  
}
.testimonials_slider .slick-prev {
  width: 50px;
  height: 50px;
}
.testimonials_slider .slick-prev {
  left: -80px;
  z-index: 99;
}
.testimonials_slider .slick-next {
  width: 50px;
  height: 50px;
}
.testimonials_slider .slick-next {
  right: -80px;
  z-index: 99;
}
.testmonial_card h6 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30.24px;
  letter-spacing: 0.5px;
}
.testmonial_card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: 0.5px;
  color: #505050;
  padding-bottom: 30px;
}
.testmonial_card img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
}
.star_rant .fa-solid {
  color: #a13dff;
}
.star_rant .fa-regular {
  color: #505050;
}
input[type="file"] {
  display: none;
}
.uplod_logo-img {
  padding: 16px 16px;
  box-shadow: 0px 1px 8.4px 0px #0000001a;
  background-color: #ffffff;
}
.img-type {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
}
.Form_sec {
  overflow: hidden;
}
/* --------------slider-------------- */
/* the slides */
/* .slick-slide {
  margin: 0 20px;
} */
/* the parent */

.slick-slide>div {margin: 0 15px;}

.slick-list {
  margin: 0 -20px;
}
.slick-next {
  right: -100px;
  z-index: 99;
}
.slick-prev {
  left: -100px;
  z-index: 99;
  /* width: 50px;
  height: 50px; */
}

.slick-dots li.slick-active button:before {
  color: #a13dff;
}
.slick-dots li button:before {
  font-size: 36px;
}
.slick-dots li button
/* -------------- */

.modal-content {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.modal-body {
  padding: 20px 20px;
}
.modal_box .modal-content {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.modal-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.77px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: 1px solid #5f13aa;
  color: #505050;
}
.form-check-input {
  width: 24px;
  height: 24px;
  border: 1.5px solid #a13dff;
}
.form-check-input:checked {
  background-color: #a13dff;
  border-color: #a13dff;
}
.form-check-input:focus {
  border-color: #a13dff;
  box-shadow: none;
}
.launch_content {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  color: #505050;
}
.form-check-input[type="checkbox"] {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.deadline {
  font-size: 28px;
  font-weight: 400;
  line-height: 35.28px;
}
.ini_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 21.77px;
}
.initiative-img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: auto;
  max-height: 458px;
  min-height: 150px;
  object-fit: cover;
}
.Play-Video {
  width: auto;
  max-width: 80px;
  min-width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-photo-container {
  width: 100%;  /* Default to full width of container */
  max-width: 261.64px;
  height: 260.15px;
  position: relative;
}

.upload_photo {
  width: 100%;
  height: 100%;
  max-width: 261.64px;
  max-height: 260.15px;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .upload-photo-container {
    max-width: 100%;
    height: auto;
  }
}
.Cancel {
  position: absolute;
  top: 10px;
  right: 10px;
}
.comments_txt {
  font-size: 28px;
  font-weight: 400;
  color: #505050;
  border-bottom: 2px solid #505050;
  line-height: normal;
}
.Acme_Startup img {
  width: 90px;
}
.Acme_Startup h6 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35.28px;
  color: #505050;
}
.Acme_Startup span {
  font-size: 28px;
  font-weight: 400;
  line-height: 49.71px;
  color: #8d8d8d;
}
.Acme_Startup p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
  color: #505050;
}
.Category_item {
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Category_item li {
  padding: 20px 0;
}
.Category_item li h6 {
  font-size: 28px;
  font-weight: 400;
  line-height: 21.77px;
}
.Category_item li p {
  font-size: 28px;
  font-weight: 500;
  line-height: 35.28px;
  color: #8d8d8d;
}
.initiative_txt h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 21.77px;
}
.initiative_txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35.28px;
  color: #505050;
}
.initiative_txt ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #505050;
  padding-bottom: 3px;
}
.initiative_txt ul {
  padding-left: 2rem;
}
.Team_user h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 35.28px;
}
.Team_user p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18.28px;
  color: #505050;
}
.Comments_card {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 40px 40px;
}
.comment-user .comment-user_img {
  width: 48.99px;
  height: 48.99px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}
.comment-user h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
}
.comment-user p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  color: #505050;
  padding-left: 58px;
}
.Comments_card li {
  border-bottom: 2.29px solid #aaaaaa;
}
.Comments_card li:last-child {
  border: none;
}
.replay input {
  padding: 16px 26px;
  border: 1.63px solid #c1c1c1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
}
.replay input::placeholder {
  font-size: 22.86px;
  font-weight: 400;
  line-height: 28.8px;
  color: #8d8d8d;
}
.comment-user {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.rAISEd_card p .green_box {
  background: #00fa94;
}
.raised_details_sec .rAISEd_card {
  border-bottom: 1.81px solid #0000001a;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.raised_details_sec .rAISEd_card h4 {
  color: #505050;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -1px;
}
.raised_details_sec .rAISEd_card:last-child {
  border: none;
}
.br_10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.raised_item {
  padding: 8px 20px;
}
.raised_list li:first-child p {
  font-weight: 400;
}
.raised_list li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  color: #505050;
}
.raised_details_sec .rAISEd_card p {
  font-size: 15px;
}
.raised_details_sec .rAISEd_content h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
}
.raised_details_sec .rAISEd_content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
}
.deadline .fa-arrow-left {
  font-size: 20px;
}

.input_fild Select {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  color: #505050;
  padding-bottom: 10px;
  text-transform: capitalize;
}
/* 
#input_fild {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20.16px !important;
  color: #505050 !important;
  padding-bottom: 10px !important;
  text-transform: capitalize ;
} */

.input_fild label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  color: #505050;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.input_fild input,
.input_fild textarea,
.input_fild Select,
.form-select {
  padding: 16px 16px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
}
.input_fild input::placeholder,
.input_fild textarea::placeholder,
.form-select {
  font-size: 15px;
  font-weight: 400;
  line-height: 20.16px;
  color: #8d8d8d;
}
.form-select {
  color: #505050;
}
.form-select:focus,
input:focus,
textarea:focus,
.form-select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  border-color: #a13dff;
  outline: 0;
}
.Form_sec {
  height: auto;
  min-height: 100%;
}
.form_left {
  background-color: #fbfbfb;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_form h5 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50.4px;
 

}
.main_form .small_txt {
  font-size: 26px;
  font-weight: 400;
  line-height: 32.76px;
  color: #505050;
  
}
.founder_user {
  display: inline-block;
  font-size: 25.25px;
  text-align: center;
  font-weight: 600;
  line-height: 27.78px;
  text-align: center;
  color: #000000;
  padding: 29px 28px;
  border: 1.26px solid #a13dff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  width: 100%;
  cursor: pointer;
  position: relative;

}
.founder_user.active {
  background: linear-gradient(91.25deg, #a13dff 0.2%, #5f13aa 100%);
  color: #FFFFFF;
}

.chek-box-img {
  position: absolute;
  right: 25px;
}
.confirm-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  color: #505050;
}
.confirm-txt a {
  font-weight: 600;
  border-bottom: 1px solid #a13dff;
}
.Terms_Conditions p {
  font-size: 15px;
}
.Terms_Conditions {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  padding-right: 10px;
}
/* .Terms_Conditions::-webkit-scrollbar {
  display: none;
} */
.Terms_Conditions::-webkit-scrollbar-thumb {
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  background-color: #a13dff;
  margin-top: 10px;
}
.Terms_Conditions::-webkit-scrollbar {
  width: 3px;
}
.Terms_Conditions::-webkit-scrollbar-track {
  border-radius: 10px;
}
.input_icon {
  position: absolute;
  right: 16px;
  top: 16px;
  background: white;
  cursor: pointer;
}
.input_icon_calender {
  position: absolute;
  right: 16px;
  top: 16px;
  background: white;
  /* cursor: pointer; */
}
.or {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.or span {
  position: absolute;
  top: -23px;
  left: 50%;
  background: white;
  padding: 10px 20px;
  transform: translate(-50%);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  color: #505050;
}
.purple_line::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  border-radius: 40px;
  height: 3px;
  right: 0;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #a13dff;
}
.back_arrow {
  position: absolute;
  top: 40px;
  padding-left: 40px;
  cursor: pointer;
}
.skip {
  position: absolute;
  top: 40px;
  right: 80px;
}
.note_box {
  padding: 10px 20px;
  background: #a13dff1a;
  border: 1px solid #a13dff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.note_box h6,
.note_box p {
  font-size: 14px;
  line-height: 17.64px;
  letter-spacing: 0.5px;
  color: #505050;
}
.note_box h6 {
  font-weight: 600;
}
.note_box p {
  font-weight: 400;
}
.Upload_Profile {
  border: 1px dashed #c1c1c1;
  background: #f9f9f9;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
}
.Profile_title {
  font-size: 21px;
  font-weight: 400;
  line-height: 26.46px;
  text-align: center;
  color: #505050;
}
.note_box h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 10.16px;
  color: #000000;
}
.note_box ul {
  padding-left: 2rem;
}
.note_box ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
}
.subscrioption_card {
  background: #f9f9f9;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  padding: 26px 18px ;
  width: 100%;
  height: 360px;
  /* min-height: 250px;
  max-height: 300px; */
}
.subscrioption_card h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25.2px;
}
.subscrioption_card h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32.76px;
}
.subscrioption_card h5 span {
  font-weight: 400;
}
.Voting_Poll p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  color: #505050;
}
.Voting_Poll .form-check-input {
  width: 18px;
  height: 18px;
}
.Voting_Poll h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  color: #505050;
}
.m-Initiative_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 21.77px;
}
.edit_icon {
  position: absolute;
  right: 11px;
  top: 11px;
}
.blog_card .edit_icon img {
  border-radius: 0px;
  width: 38px;
  height: 38px;
}
.subscrioption_active {
  border: 1px solid #a13dff;
}
/* ----------------otp--------------------- */
.verify-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.verify-code .form-control {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #ffffff;
  margin: auto;
  text-align: center;
  border: 1px solid #c1c1c1;
}
.verify-code input::placeholder {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.68px;
  text-align: center;
  color: #000000;
}
.varifaction p span {
  font-weight: 500;
}
/* ------------------------------- */
.main_form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  color: #505050;
 
}
.forgot_pass {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  color: #505050;
}
.form_img {
  padding: 10px 100px;
}
.progress,
.progress-stacked {
  background: #1f21161f;
}
.progress-bar {
  background: #a13dff;
}
.progress_bar h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.24px;
}
.progress_bar p {
  font-size: 25.44px;
  font-weight: 400;
  line-height: 37.09px;
}
.serch_bar input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.40799999237060547px;
  color: #3c3c4399;
}
.serch_bar input {
  padding: 10px 16px 8px 38px;
  border: none;
  border-radius: 10px;
}
.search-icon {
  position: absolute;
  top: 13px;
  left: 16px;
}
.blog_card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Ensures the card takes full height */
  min-height: 300px; /* Minimum height of the card */
}

.blog_card img:not(.initiative_image) {
  width: 100%; 
  height: 236px; 
  object-fit: cover; 
  border-radius: 20px;
}

.initiative_image {
  width: 100%; 
  height: 236px; 
  object-fit: contain; 
  border-radius: 20px;
  background-color: rgba(221, 218, 218, 0.377);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.blog_card h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
}
.blog_card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
}
.blog_sec {
  padding: 71px 10px 200px;
}
.blog-datalis-img img {
  width: 100%;
  height: 438px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog-datalis_card h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
}
.blog-datalis_card span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
}
.blog-datalis_card h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.77px;
}
.blog-datalis_card p {
  font-size: 14px;
  line-height: 21.77px;
}
.chat_sec .nav-link {
  padding: 16px 32px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: 0.6842105388641357px;
  text-align: center;
  color: #505050;
  background-color: #ffffff;
}
.chat_sec .nav-pills .nav-link.active {
  color: #ffffff;
  background: #a13dff;
}
.chat-Requests_btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: 0.5px;
  color: #505050;
  border: 1px solid #5f13aa;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 16px 18px;
}
.chat_list li {
  padding: 10px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: #fff;
}
.chat_list li h6,
.chat_list li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #8d8d8d;
}
.chat_list li p {
  color: #505050;
}
.chat_user_img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.count_no {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #ffffff;
  background: #a13dff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat_card {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px 40px;
}
.chat_header {
  padding-bottom: 60px;
}
.chat_header .chat-title h6,
.chat_header .chat-title p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  color: #505050;
}
.chat_header .chat-title p {
  font-weight: 400;
  color: #8d8d8d;
}
.chat_header .chat-title img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.chat_header .dropdown-menu.show {
  right: 0 !important;
  left: auto !important;
  padding: 0 !important;
  overflow: hidden;
}
.chat_header .dropdown-toggle {
  border: none;
  padding: 0;
}
.chat_header .dropdown-toggle::after {
  border: none;
}
.chat_header .btn-check:checked + .btn,
.chat_header .btn.active,
.chat_header .btn.show,
.chat_header .btn:first-child:active,
:not(.btn-check) + .chat_header .btn:active {
  border: none;
}
.dropdown-item {
  padding: 16px 60px 16px 16px;
}
.message_box li h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  color: #ffffff;
  padding: 10px 12px;
  background: #a13dff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.message_box li {
  width: fit-content;
  max-width: 70%;
}
.message_box .chet_box-right h6 {
  background: #efefef;
}
.message_box .chet_box-right {
  margin-left: auto;
}
.message_box li .user_img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.send_msg {
  position: absolute;
  top: 13px;
  right: 16px;
  background-color: white;
}
.chet_footer .input_fild input {
  padding: 13px 16px;
}
.setting_card {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 40px;
  width: 100%;
  height: 100%;
}
.setting_tab {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  width: 100%;
  padding: 24px 16px;
}
.setting_tab .nav-link {
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.77px;
  color: #505050;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: start;
}
.active-icon {
  display: none;
}
.setting_tab .nav-link:active .active-icon {
  display: block;
}
/* =========================tab icon active================ */
.setting_tab .nav-link:active .defult-icon {
  display: none;
}
.setting_tab .nav-pills .nav-link.active,
.setting_tab .nav-pills .show > .nav-link {
  background: #a13dff;
  border-radius: 20px;
}
.setting_tab .nav-pills .nav-link.active .active-icon,
.setting_tab .nav-pills .show > .nav-link .active-icon {
  display: block;
}
.setting_tab .nav-pills .nav-link.active .defult-icon,
.setting_tab .nav-pills .show > .nav-link .defult-icon {
  display: none;
}

/* =================== */
.user_logout-img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.logout_btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #505050;
}
.setting_tab .delete_btn {
  color: #ff5656;
}
.user_ptofile-img {
  width: 133px;
}
.user_ptofile_card {
  width: 143px;
}
.user_ptofile_card .user_img {
  width: 133px;
  height: 133px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.user_ptofile_card h6,
.user_ptofile_card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
}
.user_ptofile_card p {
  font-weight: 400;
  color: #8d8d8d;
}
.edit_prifile {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.Supporter_user {
  border: 1px solid #c1c1c1;
  padding: 15px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  cursor: pointer;
}
.Supporter_user img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.Supporter_user h6,
.Supporter_user p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
}
.Supporter_user p {
  font-weight: 400;
  color: #8d8d8d;
}
.notifaction_txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
}
.Supporter_user span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
  color: #8d8d8d;
}
.Supporter_user .N-user_img {
  width: 58px;
  height: 60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.setting_sec .accordion-item {
  border-bottom: 1.4px solid #aaaaaa;
  border-right: none;
  border-left: none;
  border-top: none;
}
.setting_sec .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}
.setting_sec .accordion-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.16px;
  color: #000000;
}
.setting_sec .accordion-button:focus {
  box-shadow: none;
}
.about_content h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.16px;
}
.about_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.kyc_progrees_bar p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #505050;
  padding-bottom: 5px;
}
.Transaction-History_card li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  padding-bottom: 6px;
}
.Transaction-History_card li {
  padding: 16px 0px;
  margin: 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
.Transaction-History_card li:last-child {
  border: none;
}
.Transaction-History_card {
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.Transaction-History_card h5 {
  background: #a13dff;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  padding: 14px 10px;
  text-align: center;
  color: #fff;
}
.light_purple-txt {
  color: #8880ec;
}
.Transaction-History_card .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.Transaction-History_card .active_btn {
  background: #dcfce7;
  color: #2fa791;
}
.Transaction-History_card .price {
  font-weight: 500;
}
.Completed_btn {
  color: #4e78f0;
  background: #dbeafe;
}
.Terminated_btn {
  color: #ff5656;
  background: #fee2e2;
}
.blog_card .fa-heart {
  font-size: 20px;
}
.blog_card .fa-solid {
  color: #a13dff;
}
.blog_card .fa-regular {
  color: #c1c1c1;
}

/* background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("https://i.imgur.com/xnh5x47.jpg"); */
.invest-future_sec {
  background-image:linear-gradient(rgba(0,0,0,.3), rgba( 0,0,0,.3)), url("../imges/home/investore-banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  text-align: center;
  padding: 228px 10px;
}
.invest-future_sec h5 {
  font-size: 68px;
  font-weight: 600;
  line-height: 85.68px;
}
.invest-future_sec p {
  font-size: 26px;
  font-weight: 400;
  line-height: 32.76px;
}
.Initiative-slider .slick-prev,
.Initiative-slider .slick-next {
  width: 50px;
  height: 50px;
}

/* .Initiative-slider .slick-next {
  right: 16px;
  z-index: 99;
} */

.Initiative-slider .slick-prev {
  left: -17px;
  z-index: 99;
}
.Invite_btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 16px 60px;
  border: 1px solid #bb72ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.br_gray {
  border: 1.64px solid #0000001a;
}
.send_message-box {
  background: linear-gradient(91.25deg, #a13dff 0.2%, #5f13aa 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 14px;
}
.heart {
  border: 1px solid #c1c1c1;
  padding: 10px;
  border-radius: 10px;
  font-size: 24px;
}
.border_right {
  border-right: 1px solid #c1c1c1;
  margin: 0 20px;
}
.Fill-Up-Forms a {
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: 0.5px;
  border: 1px solid #a13dff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.Fill-Up-Forms p{
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: 0.5px;
  border: 1px solid #a13dff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
cursor: pointer;
}
.document_file img {
  border: 1px solid rgba(128, 128, 128, 0.411);
}
.Upload_Signature {
  border: 1px dashed #5f13aa;
  background: #ffffff;
  cursor: pointer;
}
/*====================================== main-conetnt End====================================*/

/* ========================================footer start======================= */
footer {
  margin: 82px 0;
}
.footer-links h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.footer-links ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505050;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid transparent;
}
.footer-links ul li a:hover {
  border-bottom: 1px solid #505050;
}
.footer-links p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505050;
}
.social_icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social_icons a {
  width: 36px;
  height: 36px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.social_icons i {
  font-size: 15px;
  color: #505050;
}
.copy_right {
  border-top: 1px solid #505050;
}
.copy_right {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.copy_right h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505050;
}

/* =======================Footer end-=================== */

/* ========================== */
/* ------date remover icon---- */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  /* display: none;
  -webkit-appearance: none; */
  opacity: 0;
  z-index: 99;
}
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 99;
}

/* ------------------selection contry code start-------------- */

/*------------*/

.intl-tel-input,
.iti {
  width: 100%;
}
/* ------------------selection contry code end-------------- */

.social_icons a:hover {
  -webkit-animation: rotate-scale-up 0.65s linear both;
  animation: rotate-scale-up 0.65s linear both;
}

@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
    -moz-transform: scale(1) rotateZ(0);
    -ms-transform: scale(1) rotateZ(0);
    -o-transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}

.social_icons a:first-child:hover {
  background: #3b5999;
  color: white;
}
.social_icons a:hover i {
  color: white;
}
.social_icons a:nth-child(2):hover {
  background: #55acee;
}
.social_icons a:nth-child(3):hover {
  background: #0077b5;
}
.social_icons a:nth-child(4):hover {
  background: #cd201f;
}
.social_icons a:nth-child(5):hover {
  background-image: linear-gradient(#8a3ab9, #e95950, #bc2a8d, #fccc63);
}
/* =====================================form ============================ */
.profile_ddropdown .purple_btn {
  background: white;
  color: #505050;
}
.profile_ddropdown .dropdown-toggle::after {
  color: #505050;
}
.profile_ddropdown .nav-link:hover {
  color: #505050;
}
.profile_ddropdown span:hover {
  color: #505050;
}
.profile_img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.profile_ddropdown .nav-link:focus,
.nav-link:hover {
  color: #505050;
}
.profile_ddropdown .Signout {
  color: #ff5656;
  border-top: 1px solid #c1c1c1;
  margin-top: 10px;
  padding-top: 10px;
}
/* // =========================country flag selection css ================================ */
.selection_form .form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  padding-left: 1.5em;
  position: relative;
}

.selection_form .form-select::after {
  content: "▼";
  font-size: 0.6em;
  color: #555;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.selection_form .flag-option {
  background-repeat: no-repeat;
  background-size: 20px 15px;
  padding-left: 30px;
  background-position: left center;
}

.selection_form .flag-select {
  padding-left: 2.5em;
  background-repeat: no-repeat;
  background-size: 32px 15px;
  background-position: left center;
}

.selection_form .arrow_down {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #505050;
}
.Acme_Startup .gpt-icon {
  width: 24px;
}
.gpt-icon {
  width: 24px;
}

#voting-poll {
  display: none;
}
#voting-poll-item {
  cursor: pointer;
}
#back_btn {
  position: absolute;
  left: 0;
  top: 0;
}
.Add_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background:#a13dff !important;
  color: white;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
}

.img-types {
  max-width: 150px; 
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis; 
}


._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #a13dff;
}

._success i {
    font-size: 55px;
    color: #a13dff;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}


.custom-profile-image {

  border-radius: 50px 0px 0px 0px;
  
}
.initiative_P{
color: #C1C1C1 !important;
font-style: italic !important;
}



cc-icon::part(icon) {
  display: none;
}

.cc__icon {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  display: none !important;
}

.poll_card {
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 100%;
  overflow: hidden;
}
.poll_card h5 {
  background: #a13dff;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: left;
  padding: 14px 10px;
  text-align: center;
  color: #fff;
}




.App_logo{
  height: 90px;
}


.notification-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  margin-left: 1px;
  position: relative;
  top: -8px;
}

.border-null {
  border: 1px solid #1a0000 !important;
}

.border-false {
  border: 1px solid #00CB90;
}

.border-true {
  border: 1px solid #FF5656;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.circular-loader {
  width: 60px;
  height: 60px;
  border: 6px solid transparent;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.custom-bullet-list {
  list-style-type: disc !important; 
  padding-left: 1.5rem !important; 
  margin: 0;
}

.custom-bullet-list li {
  display: list-item !important; 
  margin-bottom: 0.5rem; 
  color: #505050; 
}


.Term_Conditions{
  color: #a13dff;
}

.initiative-img1 {
  width: 100%;
  height: auto;
  max-height: 100vh; 
  object-fit: contain; 
}

.text-color{
  color: #505050 !important;
}