@import url(https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap);

.container1 .nav,
.container1 .nav.active {
  height: 70px;
  padding: 0 10px;
}

.banner_wrap,
.feature_wrap {
  background-repeat: no-repeat;
}

.banner_leftCol .earning:after,
.container1 .nav:before {
  background: linear-gradient(45deg, #28b4ff, #f28ab5) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
}

.banner_leftCol .banner_title,
.banner_leftCol .banner_title span {
  letter-spacing: -0.02em;
  text-align: left;
  font-size: 64px;
  line-height: 67px;
}

.input_usd,
.r_price p {
  font-family: Golos Text;
}

body {
  background: #0a0517;
  font-family: "Golos Text", sans-serif;
}

.container1,
.features_col,
.footer_main {
  position: relative;
}

.container1 .nav {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 5;
  box-sizing: border-box;
  transition: 0.9s;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border: 0 solid transparent;
  border-image: linear-gradient(45deg, #28b4ff, #f28ab5);
  border-image-slice: 1;
  background-color: rgba(175, 175, 175, 0.5);
}

.banner_wrap::before,
.container1 .nav:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
}

.container1 .nav:before {
  border-radius: 16px;
  border: 2px solid transparent;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  top: 0;
}

.container1 .nav img {
  position: relative;
  height: 50px;
  background: 0 0;
  float: left;
  transition: 0.9s;
}

.container1 .nav.active img,
.footer_logo img {
  height: 50px;
}

.container1 .nav h1 {
  float: right;
  display: none;
}

.container1 .nav ul.menu {
  position: relative;
  float: right;
  top: 0;
  margin-bottom: 0;
}

.container1 .nav.active ul.menu {
  top: 0;
}

.container1 .nav ul.menu li {
  list-style: none;
  float: left;
}

.container1 .nav ul.menu li.register_btn {
  padding-left: 30px;
}

.container1 .nav ul.menu li.register_btn a {
  background-color: #28b4ff;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
}
.container1 .nav ul.menu li.reg_pink a{
  background: #f28ab5;
}

.container1 .nav ul.menu li a {
  position: relative;
  display: inline-block;
  color: #a1a1aa;
  text-decoration: none;
  text-transform: capitalize;
  padding: 14px 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}

.banner_leftCol .earning b,
.container1 .nav ul.menu li a.color,
.container1 .nav ul.menu li:hover a {
  color: #fff;
}

.container1 .nav.active ul.menu li a {
  padding: 14px 30px;
}

.banner_wrap {
  background-image: url(../img/home/banner-background.jpg);
  background-size: cover;
  position: relative;
}

.banner_wrap::before {
  top: 0;
  background: #00000040;
  box-shadow: inset 0 -175px 159px #0a0517;
}

.form-check .form-check-input:focus,
.form-control:focus,
.input-group .btn:focus,
.register_modal-header .btn-close:focus {
  box-shadow: none;
}

.banner_backWrap {
  margin: 8rem 0;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0.14)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48));
  box-shadow: 13px 0 50px 0 #ffffff4d inset;
  box-shadow: -15px 0 60px -6px #ffffff40 inset;
  border-radius: 27px;
  padding: 45px 40px 0;
  background-color: rgba(175, 175, 175, 0.5);
}
@supports (
  (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))
) {
  .banner_backWrap,
  .container1 .nav {
    background-color: unset;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

.banner_leftCol {
  padding-right: 3rem;
  padding-bottom: 4rem;
}

.banner_leftCol .earning {
  border: 0 solid transparent;
  border-image: linear-gradient(45deg, #28b4ff, #f28ab5);
  border-image-slice: 1;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px 15px;
  color: #dadada;
  font-size: 16px;
  line-height: 19.2px;
  display: inline-block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: relative;
}

.banner_leftCol .earning:after {
  content: "";
  border-radius: 10px;
  border: 2px solid transparent;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner_leftCol .banner_title {
  font-weight: 800;
  color: #fff;
  margin: 25px 0;
}

.banner_leftCol .banner_title span {
  font-family: Great Vibes;
  font-weight: 400;
}

.banner_leftCol .banner_p {
  color: #e4e4e7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}

.banner_leftCol .info,
.three_cols .cols p span {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.banner_leftCol .banner_p span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.banner_leftCol .waitlist .join_btn--, .banner_leftCol .waitlist .join_btn,
.banner_leftCol .waitlist h3 {
  line-height: 19.2px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}

.banner_leftCol .waitlist {
  padding: 5px 5px 5px 0px;
  border-radius: 14px;
  /* background: #28b4ff; */
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 25px 0;
}

.accordion-collapse,
.accordion-header,
.banner_leftCol .waitlist h3,
.team_col p {
  margin-bottom: 0;
}

.page_titles h2,
.three_cols .cols p {
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.banner_leftCol .waitlist .join_btn-- {
  background: #28b4ff;
  border-radius: 10px;
  padding: 15px;
  text-decoration: none;
  color: #fff;
}
.banner_leftCol .waitlist .join_btn {
  background: #f28ab5;
  border-radius: 10px;
  margin-left: 10px;
  padding: 15px;
  text-decoration: none;
  color: #fff;
}

.banner_leftCol .info {
  color: #e4e4e7;
  line-height: 14.4px;
}

.three_cols {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 60px;
}

.three_cols .cols {
  padding: 10px 20px 10px 14px;
  border-radius: 12px;
  border: 1px solid #ffffff1f;
  border-right: none;
  display: flex;
  align-items: center;
  background: linear-gradient(
    92.01deg,
    rgba(255, 255, 255, 0.36) 5.65%,
    rgba(255, 255, 255, 0) 107.54%
  );
}

.three_cols .cols img {
  margin-right: 8px;
}

.three_cols .cols p {
  font-size: 16px;
  line-height: 16.8px;
  text-align: left;
  color: #f9fafb;
}

.three_cols .cols p span {
  color: #fff;
  line-height: 17.4px;
  opacity: 75%;
}

.banner_rightCol img {
  width: 94%;
}

.container-custom {
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
}

.circle_1 {
  text-align: left;
  padding-left: 40px;
}

.circle_2 {
  text-align: right;
  padding-right: 40px;
  position: relative;
  top: -65px;
}

.feature_wrap {
  margin-top: -75px;
  /*overflow-x: hidden;*/
  background-image: url(.././img/feature-background.svg);
  background-size: 60%;
}

.faq_wrap,
.spotlite_wrap {
  margin-top: 7rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  box-shadow: inset 0 100px 159px #0a0517;
  position: relative;
}

.page_titles {
  margin-bottom: 45px;
}

.page_titles h2 {
  font-size: 55px;
  line-height: 67px;
  text-align: center;
  /*background: linear-gradient(91.35deg, #999 40.02%, #fff 51.91%, #999 58.98%);*/
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}

.features_colRow {
  display: flex;
  column-gap: 25px;
  justify-content: center;
}

.features_col .features_colText {
  position: absolute;
  top: 25px;
  left: 35px;
  width: 60%;
}

.features_colRow:first-child .features_col1 .features_colText,
.features_colRow:first-child .features_col3 .features_colText {
  width: 80%;
}

.features_col .features_colText h3,
.policy_content h3,
.spotlite_left .left_row h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: #fff;
}

.page_titles p,
.page_titles small {
  /*background: linear-gradient(91.35deg, #999 40.02%, #fff 51.91%, #999 58.98%);*/
  background: white;
  font-weight: 600;
  letter-spacing: -0.04em;
  -webkit-text-fill-color: transparent;
}

.features_col .features_colText p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #fff;
  opacity: 60%;
  margin-bottom: 0;
}

.spotlite_wrap {
  padding-top: 5rem;
  background-image: url(.././img/spotlite-bg.svg);
}

.accordion-button,
.accordion-item,
.spotlite_left .left_row {
  background: linear-gradient(
    95.8deg,
    rgba(255, 255, 255, 0.06) 0.13%,
    rgba(153, 153, 153, 0.06) 99.87%
  );
}

.page_titles p {
  font-size: 17px;
  line-height: 20.4px;
  text-align: left;
  -webkit-background-clip: text;
  margin: 10px 0 0;
}

.spotlite_left {
  padding-right: 6rem;
}

.spotlite_left .left_row {
  border-radius: 10px;
  padding: 25px;
  border: 1px solid;
  margin-bottom: 1rem;
}

.spotlite_left .left_row p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #fff;
  opacity: 80%;
  margin-bottom: 0;
}

.spotlite_left .joinThe_btn {
  margin-top: 3rem;
}

.spotlite_left .joinThe_btn .btn {
  background-color: #28b4ff;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  padding: 14px 30px;
}

.spotlite_left .we_will {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: left;
  color: #e4e4e7;
  margin-top: 1.5rem;
  display: block;
}

.spotlite_right {
  height: 48rem;
  overflow: hidden;
  position: relative;
}

.spotlite_right .phone_1 {
  width: 82%;
}

.spotlite_right .phone_2 {
  position: absolute;
  right: 33px;
  bottom: 126px;
  backdrop-filter: blur(10px);
}

.page_titles small {
  display: block;
  margin: auto;
  text-align: center;
  -webkit-background-clip: text;
  font-size: 16px;
  line-height: 19.2px;
}

.page_titles small img {
  margin-right: 8px;
  width: 25px;
}

.faq_col {
  margin-top: -65px;
}

.circle_1Faq {
  padding-left: 100px;
}

.circle_2Faq {
  padding-right: 130px;
  top: -120px;
}

.accordion-button::after {
  content: "+";
  background-image: unset;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: linear-gradient(
  95.8deg,
  rgba(255, 255, 255, 0.06) 0.13%,
  rgba(153, 153, 153, 0.06) 99.87%
);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 400;
  border: 1px solid #ffffff54;
  transition: 0.5s;
  margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: unset;
  transform: unset;
}

.accordion-item {
  border: 1px solid #ffffff54;
  border-radius: 13px;
  margin-bottom: 10px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #ffffff54;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 13px;
}


.accordion-button {
  border: none;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #e4e4e7;
  width: 100%;
  padding: 1rem 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
}



.accordion-body,
.accordion-button:not(.collapsed) {
  background: 0 0;
  line-height: 22px;
  text-align: left;
  color: #e4e4e7;
}

.accordion-button:not(.collapsed) {
  border: 1px solid #ffffff54;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 500;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #ffffff54;
  outline: 0;
  box-shadow: none;
}

.accordion-body {
  padding: 0 10rem 1rem 1rem;
  border: none;
  font-size: 14px;
  font-weight: 400;
}

.bigCircle_wrap {
  display: none;
}

.bigCircle_1 {
  text-align: left;
  height: 400px;
}

.bigCircle_1 img,
.bigCircle_2 img {
  width: 30%;
  height: 100%;
}

.bigCircle_2 {
  text-align: right;
  height: 400px;
}

.footer_btn .btns,
.footer_content p,
.footer_logo,
.suport_shape2,
.suport_shape3 {
  text-align: center;
}

.suport_wrap {
  margin-top: 7rem;
}

.suport_main {
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid;
  border-image-source: linear-gradient(
    322.98deg,
    rgba(255, 255, 255, 0.24) -68.78%,
    rgba(255, 255, 255, 0) 86.86%
  );
  padding: 80px 0 110px;
  position: relative;
}

.suport_shape1,
.suport_shape2,
.suport_shape3 {
  position: absolute;
  left: 0;
}

.page_titles .join_suport {
  background-color: #28b4ff;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  padding: 14px 30px;
  text-decoration: none;
  display: block;
  margin: 20px auto;
  width: 185px;
  text-align: center;
}

.form-check .form-check-label,
.form-control,
.form-control:focus,
.form-label,
.register_modal-header p {
  text-align: left;
  font-size: 14px;
  line-height: 16.8px;
}

.revenue-1 {
  background: #1b1627;
  border: 1px solid #ffffff1f;
  border-radius: 10px;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.other-platform-commision {
  border-color: #8a5056 !important;
  border-width: 2px;
}

.myroomz-platform-commision {
  border-color: #1db41d !important;
  border-width: 2px;
}

.suport_shape1 {
  top: 0;
  width: 40%;
}

.footer_shape img,
.suport_shape1 img {
  width: 100%;
}

.suport_shape2 {
  right: 0;
  bottom: 0;
}

.suport_shape3 {
  right: 0;
  bottom: 55px;
}

.footer_content {
  position: relative;
  padding: 7rem 5rem;
  z-index: 9;
}

.footer_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  column-gap: 20px;
}

.footer_btn .btns {
  padding: 15px 40px;
  border-radius: 68px;
  background: linear-gradient(
    95.8deg,
    rgba(255, 255, 255, 0.06) 0.13%,
    rgba(153, 153, 153, 0.06) 99.87%
  );
  border: 1px solid #ffffff54;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #fff;
  text-decoration: none;
}

.footer_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #fff;
  opacity: 80%;
  margin: 0;
}

.footer_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  z-index: -1;
}

.modal-backdrop {
  background-color: transparent;
}

.modal_register,
.modal_revenue {
  backdrop-filter: blur(5px);
}

.register_modal-dialog {
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.register_modal-dialog.revenue_modal-dialog {
  max-width: 562px;
  margin-top: 50px;
}

.register_modal-content {
  background-color: #0a0517;
  border: 1px solid #ffffff21;
  border-radius: 23px;
  padding: 30px;
  position: relative;
}

.register_modal-header {
  display: block;
  border-bottom: none;
  padding: 0;
}

.register_modal-header h5 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 67px;
  letter-spacing: -0.04em;
  text-align: left;
  /*background: linear-gradient(91.35deg, #999 40.02%, #fff 51.91%, #999 58.98%);*/
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.register_modal-header p {
  font-weight: 400;
  color: #fff;
  opacity: 80%;
  margin: 0;
  padding-right: 25rem;
}

.register_modal-dialog.revenue_modal-dialog p {
  padding-right: 0;
  font-size: 18px;
}

.register_modal-dialog.revenue_modal-dialog .color-opacity-gray {
  opacity: 60% !important;
  color: #fff !important;
  display: inline;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.form-label-logo {
  height: 19.8px;
  padding-top: 4px;
}

.receipt-block h3 {
  font-weight: 400;
  color: #fff;
  font-size: 21px;
}

.receipt-block .commission-row {
  font-size: 14px;
  text-align: left;
  color: #a4a2a9;
  margin: 25px auto;
}

.receipt-block .commission-row div {
  display: inline-block;
}

.receipt-block .monthly-row {
  height: 55px;
  margin: 25px 0 15px;
}

.register_modal-header .btn-close {
  position: absolute;
  top: 37px;
  right: 37px;
  color: #fff;
  border-radius: 100%;
  background-color: #1b1627;
  border: 1px solid #ffffff3b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register_modal-body {
  padding: 40px 0 0;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #e4e4e7;
}

.form-control,
.form-control:focus {
  background-color: #1b1627;
  border-color: #ffffff3b;
  height: 55px;
  border-radius: 10px;
  color: #71717a;
  font-weight: 400;
}

.form-check {
  display: block;
  margin-right: 0;
}

.form-check .form-check-input {
  border: 1.5px solid #71717a;
  background-color: transparent;
}

.form-check .form-check-label {
  color: #a1a1aa;
  font-weight: 400;
}

.form-controlEarn,
.form-controlEarn:focus,
.input_usd {
  line-height: 19.2px;
  font-size: 16px;
}

.quantity {
  display: flex;
  border: 2px solid #3498db;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-box,
.quantity button {
  border: none;
  text-align: center;
}

.quantity button {
  background-color: #3498db;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #2980b9;
}

.input-box {
  width: 40px;
  padding: 8px 10px;
  font-size: 16px;
  outline: 0;
}

.policy_modal-content .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  background-color: #fff;
}

.policy_modal-content .modal-body::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

.policy_modal-content .modal-body::-webkit-scrollbar-thumb {
  border-radius: 35px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0a0517;
}

.policy_modal-content .modal-body {
  overflow-y: auto;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.input-group-btn {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff1f;
  border-radius: 9px !important;
  border: 1px solid #ffffff3b;
  z-index: 9999;
}

.input-group .btn {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  color: #fff;
  opacity: 80%;
}

.input-group-btnLeft {
  position: absolute;
  top: 7px;
  left: 7px;
}

.input-group-btnRight {
  position: absolute;
  top: 7px;
  right: 7px;
}

.input-group .input-number,
.input-group .input-number-earning {
  border-radius: 10px !important;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.register_modal-footer {
  border: none;
  padding: 0;
  margin-top: 15px;
}

.btn_action .cancel_btn,
.btn_action .earn_btn {
  border-radius: 10px;
  font-weight: 500;
  padding: 14px 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.btn_action {
  width: 100%;
  margin: 0;
}

.team_col,
.team_wrap {
  margin-bottom: 2rem;
}

.btn_action .earn_btn {
  background-color: #28b4ff;
  margin: 20px auto;
}

.btn_action .cancel_btn {
  background-color: #1b1627;
  margin: 20px auto 20px 10px;
}

.register_modal-footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #fff;
  opacity: 80%;
  margin: 0;
  width: 100%;
  padding-right: 20rem;
}

.register_modal-footer h3 {
  color: #d4d4d8;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  width: 100%;
  padding-right: 15rem;
  margin: 0 0 1.5rem;
}

.revenue_modal-dialog .register_modal-footer h3 {
  font-size: 14px;
  padding-right: 0;
  color: #d4d4d8;
  opacity: 90%;
}

.revenue_modal-dialog .register_modal-footer p {
  color: #d4d4d8;
  opacity: 70%;
  font-size: 12px;
  font-weight: 400;
}

.r_price h3,
.r_price p {
  line-height: 30px;
  text-align: left;
}

.revenue {
  background: #1b1627;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input_object,
.revenue span {
  border-radius: 5px;
  background-color: #28b4ff;
}

.r_price h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.r_price p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.input_object,
.revenue span {
  font-size: 14px;
  line-height: 14px;
}
span.input_object.text6-yearly:after {
  content: " per year";
  font-weight: normal;
}
span.input_object.text6-monthly:after {
  content: " more";
  font-weight: normal;
}

.form-controlEarn,
.form-controlEarn:focus,
.input_object,
.input_usd,
.revenue span {
  font-weight: 700;
  color: #fff;
}

.revenue span {
  text-align: left;
  padding: 4px;
}

.form-controlEarn {
  text-align: left;
  padding-left: 27px;
  color: #a4a2a9;
  padding-top: 4px;
}

.form-controlEarn::placeholder {
  color: #fff;
}

.form-controlEarn:focus {
  text-align: left;
}

.form-controlMyrooms {
  background-image: linear-gradient(#1b1627, #1b1627),
    linear-gradient(45deg, #28b4ff, #f28ab5);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  width: 176px;
  margin: 0 auto;
  left: calc(50% - 88px);
  text-align: center;
  color: #fff;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
}

.input_usd {
  position: absolute;
  bottom: 18px;
  left: 14px;
  text-align: left;
  opacity: 60%;
}

.input_object {
  position: absolute;
  bottom: 18px;
  right: calc(50% - 167px);
  text-align: right;
  padding: 7px 10px;
  font-weight: bold;
}

.input_object.text6-monthly {
  left: calc(50% + 72px);
  margin-top: 15px;
  bottom: auto;
  right: auto;
}

.team_wrap {
  display: none !important;
}

.team_col img {
  width: 100%;
  margin-bottom: 15px;
}

.team_col h3,
.team_col h4 {
  margin-bottom: 5px;
  text-align: left;
}

.team_col h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
}

.team_col a,
.team_col h4,
.team_col p {
  font-size: 14px;
  letter-spacing: -0.02em;
}

.team_col h4,
.team_col p {
  font-weight: 400;
  color: #fff;
  opacity: 80%;
}

.team_col h4 {
  line-height: 22px;
}

.policy_content p,
.team_col a,
.team_col p {
  line-height: 19px;
  text-align: left;
}

.team_col a {
  font-weight: 700;
  color: #28b4ff;
  text-decoration: none;
}

.policy_modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

.policy_modal-content {
  height: 85vh;
}

.policy_modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  background-color: #fff;
}

.policy_modal-content::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

.policy_modal-content::-webkit-scrollbar-thumb {
  border-radius: 35px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0a0517;
}

.policy_content p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  opacity: 60%;
}

.text-congratulations {
  padding-right: 0 !important;
}

@media screen and (max-width: 1200px) {
  .container1 .nav,
  .container1 .nav.active {
    height: auto;
    padding: 10px 30px;
    width: 95%;
    top: 10px;
  }

  .container1 .nav img,
  .container1 .nav.active img {
    float: left;
    height: 40px;
  }

  .container1 .nav h1 {
    float: right;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
  }

  .container1 .nav ul.menu,
  .container1 .nav.active ul.menu {
    clear: both;
    margin-top: 12px;
    margin-bottom: 20px;
    padding-left: 0;
    float: none;
    top: 0;
    width: 100%;
    text-align: center;
    display: none;
  }

  .container1 .nav ul.menu.display,
  .container1 .nav.active ul.menu.display {
    display: block;
  }

  .container1 .nav ul.menu li {
    list-style: none;
    float: none;
    width: 100%;
  }

  .container1 .nav ul.menu li.register_btn {
    padding-left: 0;
  }

  .container1 .nav ul.menu li a,
  .container1 .nav.active ul.menu li a {
    width: 100%;
    line-height: 40px;
    padding: 0;
    height: auto;
  }

  .features_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .features_col .features_colText {
    top: 15px;
    left: 15px;
  }

  .features_col .features_colText h3 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .features_col .features_colText p {
    font-size: 12px;
  }

  .features_col .features_colText,
  .features_colRow:first-child .features_col3 .features_colText {
    width: 85%;
  }

  .features_colRow:last-child .features_col .features_colText h3 {
    width: 75%;
  }
}

@media screen and (max-width: 992px) {
  .banner_leftCol .banner_title,
  .banner_leftCol .banner_title span {
    font-size: 40px;
    line-height: 45px;
  }

  .page_titles h2 {
    font-size: 40px;
  }

  .features_col .features_colText h3 {
    font-size: 12px;
    line-height: 14px;
  }

  .features_col .features_colText p {
    font-size: 10px;
    line-height: 14px;
  }
}

@media screen and (min-width: 768px) {
  .w-md-67 {
    width: 67% !important;
  }
}

@media screen and (max-width: 576px) {
  .modal_revenue .input_object.text6-monthly {
    left: calc(50% + 56px);
  }
  .form-controlMyrooms {
    left: calc(50% - 70px);
  }
  .modal_revenue .form-controlEarn {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .head-navbar .nav .dropdown-menu.dropdown-home {
      position: static !important;
      transform: none !important;
      background: none;
      backdrop-filter: blur(5px);
      padding: 10px 20px;
      border-radius: 16px !important;
      overflow: hidden;
      text-align: center;
  }
  .features_colRow,
  .register_modal-dialog {
    display: block;
  }

  .features_col .features_colText h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    width: 70%;
  }

  .features_col .features_colText p {
    font-size: 13px;
    line-height: 14px;
  }

  .banner_leftCol .banner_title,
  .banner_leftCol .banner_title span {
    line-height: 40px;
    font-size: 32px;
  }

  .circle_1,
  .page_titlesTeam h2,
  .page_titlesTeam small {
    text-align: left;
  }

  .banner_wrap::before {
    background: no-repeat;
    box-shadow: none;
  }

  .banner_backWrap {
    padding: 30px 20px 0;
    margin-bottom: 50px;
  }
  .banner_backWrap {
    position: relative;
    z-index: 1; /* Adjust the value as needed */
  }

  .banner_leftCol {
    padding-right: 0;
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .banner_leftCol .earning,
  .input-group .btn {
    font-size: 12px;
  }

  .banner_leftCol .banner_title {
    margin: 15px 0;
    /* margin-right: 30%; */
  }

  .bannerTitle_img {
    display: flex;
    margin-bottom: 15px;
  }

  .banner_titleImg {
    margin-top: 15px;
  }

  .banner_titleImg img {
    height: 200px;
    margin-left: 5px;
  }

  .banner_leftCol .banner_p {
    font-size: 14px;
    line-height: 22px;
  }

  .banner_leftCol .waitlist {
    margin: 15px 0;
    padding: 5px 5px 5px 10px;
    width: 100%;
    justify-content: space-between;
  }

  .banner_leftCol .waitlist h3 {
    font-size: 14px;
    line-height: 16.2px;
  }

  .banner_leftCol .waitlist .join_btn {
    font-size: 14px;
    line-height: 16.2px;
    padding: 10px 5px;
  }

  .three_cols {
    margin-top: 15px;
    flex-direction: column;
  }

  .three_cols .cols {
    width: 100%;
    margin: 5px;
    padding: 10px 15px;
  }

  .three_cols .cols p {
    display: flex;
    font-size: 14px;
  }

  .three_cols .cols p span {
    font-size: 12px;
    margin-left: 5px;
  }

  .banner_rightCol img,
  .features_col img,
  .page_titlesSupport p,
  .spotlite_right .phone_1,
  .suport_shape2 img {
    width: 100%;
  }
  .features_col img {
    /* max-height: 275px; */
    /* border-radius: 25px; */
  }

  /* .banner_rightCol img {
        position: absolute;
        width: 50% !important;
        top: 45px;
        right: -10%;
    } */

  .container-custom {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
  }

  .circle_1 {
    padding-left: 0;
    position: relative;
    bottom: -40px;
  }

  .circle_1 img,
  .circle_2 img {
    height: 45px;
  }

  .circle_2 {
    text-align: right;
    padding-right: 0;
    position: relative;
    top: 8px;
  }

  .feature_wrap,
  .spotlite_wrap {
    margin-top: 0;
  }

  .page_titles {
    margin-bottom: 20px;
  }

  .page_titles h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .features_col {
    width: 100%;
    margin: 20px 0;
    height: 320px;
    border-radius: 25px;
    overflow: hidden;
  }
  .features_col:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, #18102d, transparent);
    opacity: 1;
  }

  .features_col .features_colText {
    width: 85%;
  }

  .spotlite_left {
    padding-right: 0;
  }

  .register_modal-content,
  .spotlite_left .left_row {
    padding: 20px 15px;
  }

  .revenue {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spotlite_right {
    height: 33rem;
    margin-top: 4rem;
  }

  .spotlite_right .phone_2 {
    right: 0;
    bottom: 40px;
  }

  .accordion-button,
  .accordion-button:not(.collapsed),
  .page_titles .join_suport,
  .spotlite_left .joinThe_btn .btn {
    font-size: 14px;
  }

  .faq_col {
    margin-top: -30px;
  }

  .accordion-body {
    padding: 0 1rem 1rem;
    font-size: 12px;
    line-height: 20px;
  }

  .circle_1Faq {
    bottom: 40px;
    left: -15px;
  }

  .circle_2Faq {
    top: -160px;
    right: -15px;
  }

  .bigCircle_wrap {
    display: none;
  }

  .page_titles p {
    font-size: 12px;
    width: 80%;
  }

  .team_wrap {
    margin-top: 3rem;
  }

  .suport_shape3 {
    bottom: 15px;
  }

  .footer_content {
    padding: 4rem 0;
  }

  .footer_btn .btns {
    padding: 12px 30px;
  }

  .btn_action .cancel_btn,
  .btn_action .earn_btn {
    padding: 15px;
    font-size: 14px;
  }

  .register_modal-dialog {
    max-width: 90%;
    margin: 20px auto;
  }

  .register_modal-header h5 {
    font-size: 24px;
    line-height: 35px;
  }

  .register_modal-header p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
  }

  .register_modal-footer p {
    font-size: 12px;
    padding-right: 0;
  }

  .register_modal-footer h3 {
    font-size: 14px;
    padding-right: 0;
  }

  .r_price h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .policy_modal-dialog {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
  }

  .spotlite_left .we_will {
    text-align: center;
  }

  .spotlite_left .joinThe_btn {
    text-align: center;
  }
}

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

.blur-block {
  filter: blur(8px);
  transition: filter 0.35s ease;
}

/* social icons css */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto;
  margin-block: 20px;
}
/* .social-icons-top {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-inline: 40%;
  margin-block: 30px;
  position: absolute;
  z-index: 2;
} */
.social-icons-top {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-inline: 40%;
  margin-block: 30px;
  position: absolute;
  z-index: 2;
  top: 96%;
  right: -20%;
}
.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #f28ab500;
  background-color: transparent;
  color: white;
  font-size: 24px;
  text-decoration: none !important;
  transition: border-color 0.3s ease;
}
.icon-circle:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.icon-circle svg {
  color: white !important;
}
a.icon-circle:hover {
  /* background-color: #27b4ff; */
  border: 1px solid #f28ab5;
}
.home-user-avatar-- {
  width: 32px;
  height: 32px !important;
  margin-left: 0.5rem;
}
.page_contnt {
  color: #fff;
}
.dropdown-home {
  color: #e1e1e1;
  background-color: #111;
  border: 0 solid hsla(0, 0%, 98%, .15);
}
.dropdown-home .dropdown-item:focus, .dropdown-home .dropdown-item:hover {
  color: #fff;
  background-color: #343a40;
}
