/* Variables */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 1px;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  background: #000;
  color: #fff;
  height: 100%;
}

::selection {
  user-select: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  transition: all 0.3s ease-out 0s;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-weight: 400;*/
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  line-height: 30px;
  color: #DCDCDC;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.list-style-disc {
  list-style-type: disc;
  color: #DCDCDC;
}

header.site_header {
  /*background-color: #000;*/
  background-color: #0000;
  padding: 10px 0;
  position: fixed;
  /*position: relative;*/
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  /*box-shadow: 0px 3px 33px 0 rgb(19 24 44 / 69%);*/
}

header.site_header .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

header.site_header .navbar-nav .nav-item .nav-link {
  /*  margin: 1rem 0px;*/
  font-size: 18px;
  color: #fff !important;
  padding: 0px;
}

.site_header2 {
  border-bottom: 1px solid #ffffff36;
}

header.site_header.header-scrolled {
  top: -92px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000000d9;
  transform: translateY(90px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: transform 500ms ease, background 500ms ease;
  -ms-transition: transform 500ms ease, background 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
}

header.site_header.common_header {
  background-color: rgba(164, 19, 27, 0.4);
}

header.site_header.common_header.header-scrolled {
  background: rgba(148, 17, 23, 0.92);
}

header.site_header .header_social_nav li {
  display: inline-block;
  padding: 0 8px;
}

header.site_header .navbar-brand img {
  width: 200px;
}

header.site_header .menu_button {
  margin: -4px 0 0 30px;
  height: 55px;
}

header.site_header .menu_button img {
  width: 25px;
}

header.site_header #navbarSupportedContent .navbar-nav {
  gap: 30px;
  align-items: center;
}

header.site_header #navbarSupportedContent .navbar-nav .nav_border {
  background: #FFFFFF;
  width: 1px;
  height: 28px;
}

/*.btn.btn-primary.header_btn {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  border: 0px solid !important;
  outline: none !important;
  font-size: 18px;
  padding: 10px 33px;
  border-radius: 10px !important;
  font-weight: 500;
  -webkit-box-shadow: 13px 0px 54px 2px rgb(196, 56, 164) !important;
  -moz-box-shadow: 13px 0px 54px 2px rgb(196, 56, 164) !important;
  box-shadow: 13px 0px 54px 2px rgb(196, 56, 164) !important;
}*/
.btn.btn-primary.header_btn {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  border: 0px solid !important;
  /* box-shadow: none !important; */
  outline: none !important;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px !important;
  min-width: 130px;
}

.btn.btn-primary {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  box-shadow: none !important;
  outline: none !important;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 10px;
  border: 0px solid #32BA8F;
  font-weight: 500;
  min-width: 150px;
}

.btn.btn-primary.header_btny:hover {
  background: linear-gradient(140deg, #8E3996, #D438A8, #FF5665);
  border: 0px;
}

.btn.btn-primary:hover {
  background: linear-gradient(140deg, #8E3996, #D438A8, #FF5665);
  /*  border: 0px solid #00E3AA;*/
}

section.banner_section .btn.btn-border {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 10px !important;
  color: #fff;


  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px #f9010100;
  background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(244, 0, 0, 0)), linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #121318 inset !important;
  border-radius: 10px;
}

section.banner_section .btn.btn-border:hover {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  /*  border: 2px solid #00E3AA;*/
  border: solid 2px #f9010100;
  box-shadow: none !important;
  background-origin: border-box;
}

.btn.btn-border {
  /*  border: 2px solid #00E3AA !important;*/
  /*  box-shadow: none !important;
  outline: none !important;
  font-size: 18px;
  padding: 14px 30px;
  border-radius: 10px !important;
  color: #fff;
  background: #fff0;*/
  min-width: 180px;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 10px !important;
  color: #fff;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px #f9010100;
  background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(244, 0, 0, 0)), linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #000 inset !important;
  border-radius: 10px;
  background-color: #f000;
}

.btn.btn-border:hover {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  background-origin: padding-box;
  border: solid 2px #f9010100;
  box-shadow: none !important;
  background-origin: border-box;
}

@media only screen and (max-width: 1199px) {
  .navbar-toggler {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    height: 58px;
    width: 58px;
    z-index: 9;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 0.75rem;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
  }

  .navbar-toggler .icon-bar {
    height: 2px;
    width: 35px;
    margin-bottom: 6px;
    display: block;
    transition: all 400ms linear;
    cursor: pointer;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    background: linear-gradient(140deg, #8E3996, #D438A8, #FF5665);
  }

  .navbar-toggler span:last-child {
    margin-bottom: 0;
  }

  .navbar-toggler span:nth-child(2) {
    width: 22px;
    margin-left: 0;
  }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggler.active span:first-child {
    transform: rotate(-45deg);
    top: 6px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .navbar-toggler.active span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.active span:last-child {
    transform: rotate(45deg);
    bottom: 10px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  header.site_header .navbar-collapse {
    position: fixed;
    top: 0;
    left: -290px;
    width: 235px;
    height: 100vh !important;
    background: #000;
    display: flex !important;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    visibility: visible !important;
    overflow-y: auto !important;
    padding: 75px 25px 30px;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }

  header.site_header .navbar-collapse.active {
    left: 0;
  }

  header.site_header .navbar-collapse.collapse.show {
    left: 0 !important;
  }

  header.site_header .navbar-nav .nav-item .nav-link {
    padding: 0px;
    color: #fff !important;
    margin: 0 auto;
  }

  header.site_header .navbar-nav .nav-item .nav-link::after {
    bottom: 0;
  }

  header.site_header .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header.site_header {
    /*position: relative;*/
  }

  header.site_header #navbarSupportedContent .navbar-nav {
    gap: 20px;
    align-items: start;
  }

  .btn.btn-primary.header_btn {
    padding: 10px 20px;
  }
}


@media only screen and (min-width: 1200px) {
  header.site_header .header_social_nav {
    position: relative;
    padding-right: 50px;
    margin-right: 70px;
  }

  header.site_header .header_social_nav::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 120%;
    background-color: #ffffff47;
    right: 0;
    top: -2px;
  }
}


@media only screen and (min-width: 1200px) {

  header.site_header .container,
  section.signin_main_section .container {
    max-width: 1300px;
  }
}

/*============================ Banner Section css Start ============================*/
.green_text {
  color: #F65072;
}

.heading h4 {
  font-size: 22px;
}

.heading h1 {
  font-family: Rockwell Std;
  font-size: 36px;
}

section.banner_section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(../images/home_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0rem;
  position: relative;
  z-index: 1;
}

section.banner_section h4 {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 20px;
}

section.banner_section h4 span.green_text {
  font-weight: 500;
}

section.banner_section h1 {
  font-weight: 500;
  font-size: 68px;
  font-family: Rockwell Std;
}

section.banner_section a.top_to_bottom {
  position: absolute;
  margin: 0 auto;
  bottom: 2rem;
  left: 49%;
}

section.banner_section a.top_to_bottom img {
  animation: bouncetopbtn 2s ease-in-out infinite;
  -webkit-animation: bouncetopbtn 2s ease-in-out infinite;
}

@keyframes bouncetopbtn {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

section.banner_section .btn.btn-primary.btn-border,
section.banner_section .btn.btn-primary {
  min-width: 200px;
}


.home_left_img_vector_main {
  position: relative;
}

.home_left_img_vector_main img {
  position: absolute;
  /*width: 260px;
  right: -4rem;*/
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  /*top: 8rem;*/
}

@keyframes bounce1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

/*============================ Banner Section css End ============================*/


/*============================ Why choose us Section css Start ============================*/

.common_section {
  padding: 80px 0px;
  display: flex;
  align-items: center;
}

section.why_choose_section {
  background-image: url(../images/why_choose_overlay_bg.png), url(../images/soil_bg.png);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: bottom center, center;
}

/*============================ Why choose us Section css End ============================*/

/*============================ Real Estate & NFTs Section css Start ============================*/

section.real_estate_section {
  background-image: url(../images/why_choose_overlay_bg.png), url(../images/metaverse_bg.png);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: bottom center, center;
}

/*============================ Real Estate & NFTs Section css End ============================*/

/*============================ INVESTORS Section css Start ============================*/

section.investors_section {
  background-image: url(../images/investors_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.investors_r_vector_main {
  position: relative;
}

.investors_r_vector_main img {
  position: absolute;
  right: 0rem;
  animation: bounce2 4s ease-in-out infinite;
  -webkit-animation: bounce2 4s ease-in-out infinite;
  bottom: -1rem;
}

@keyframes bounce2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

/*============================ INVESTORS Section css End ============================*/


/*============================ Explore Lands css Start ============================*/

section.explore_lands_section {
  background-image: url(../images/explore_lands_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.lands_card .btn.btn-primary {
  min-width: 130px;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
}

.lands_card {
  border: 1px solid #BEBEBE63;
  padding: 20px;
  border-radius: 10px;
  background-image: url(../images/explore_lands_card_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lands_card:hover {
  border: 1px solid #32BA8F;
}

.lands_img {
  border-radius: 10px;
  overflow: hidden;
  max-height: 300px;
}

.lands_img img {
  width: 100%;
}

.lands_card .lands_img a {
  width: 100%;
}

.lands_card .lands_img a img {
  transition: transform .5s ease;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
}

.lands_card:hover .lands_img img {
  transform: scale(1.2);
  transition: 0.5s all ease-in-out;
}

.explore_lands_section .heading a img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.explore_lands_section .heading a:hover img {
  transform: translateX(8px);
}

.explore_lands_section .heading h2 {
  font-family: Rockwell Std;
}

/*============================ Explore Lands css End ============================*/


/*============================ INVESTORS Section css Start ============================*/

section.the_future_section {
  background-image: url(../images/why_choose_overlay_bottom_bg.png), url(../images/future_bg.png);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: top center, center;
}


.future_animation {
  position: relative;
}

.future_animation img {
  position: absolute;
  right: 0rem;
  animation: bounce3 4s ease-in-out infinite;
  -webkit-animation: bounce3 4s ease-in-out infinite;
  bottom: 1rem;
  z-index: 0;
}

@keyframes bounce3 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

/*============================ INVESTORS Section css End ============================*/

.logo_border_animation {
  position: relative;
}

.logo_border_animation img {
  position: absolute;
  animation: zoom-in-zoom-out 4s ease-in-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }

  50% {
    transform: scale(0.9, 0.9);
  }

  100% {
    transform: scale(0.8, 0.8);
  }
}



/*============================ Listing Page css Start ============================*/


section.listing_lands_section {
  background-image: url(../images/listing_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.listing_top_icon_right .form-select {
  width: 200px;
  background-color: #000;
  color: #fff;
  border-color: #9292928a;
  border-radius: 10px;
  background-image: url(../images/bottom_icon.png) !important;
  background-size: 18px 10px !important;
  padding: 10px;
  font-weight: 300;
}

.listing_top_icon_right {
  gap: 20px;
}

section.listing_lands_section .listing_lands_icon_section {
  gap: 20px;
}


.listing_top_icon_left img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.listing_top_icon_left:hover img {
  transform: translateX(-8px);
}

/*============================ Listing Page css End ============================*/


/*============================ Policy Page css Start ============================*/


section.priacy_policy_section {
  background-image: url(../images/policy_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 0 6rem 0;
}

/*.terms_condition_content_section {
  background-color: #1C1C449E;
  padding: 50px 40px 100px 40px;
  border-radius: 0px 0px 50px 50px;
}*/
.terms_condition_content_section {
  background-color: #11112a;
  padding: 50px 40px 100px 40px;
  border-radius: 10px;
  position: relative;
  top: -2rem;
}

/*.terms_condition_content_section p {
  text-align: justify;
}*/
/*============================ Policy Page css End ============================*/

/*============================ Terms Page css Start ============================*/


section.terms_condition_section {
  background-image: url(../images/terms_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 0 6rem 0;
}

/*============================ Terms Page css End ============================*/


/*============================ contact us Page css Start ============================*/


section.contact_us_section {
  background-image: url(../images/contact_us_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.contact_us_section .contact_us {
  background-color: #1C1C446B;
  padding: 25px;
  border-radius: 10px;
}

.contact_us_img img {
  width: 90%;
}

.form-control {
  background: #00000080 !important;
  border-color: #484848 !important;
  color: #fff !important;
  font-size: 15px !important;
  border-radius: 10px !important;
  font-weight: 300 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/*section.contact_us_section .contact_us .form-control, .form-control {
  background: #0000005c;
  border-color: #484848;
  color: #F65072;
  font-size: 15px;
  border-radius: 10px;
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 12px;
}*/

section.contact_us_section .contact_us p {
  font-size: 14px;
  color: #DCDCDCB8;
}

.form-control::placeholder {
  color: #A4A0A0 !important;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A4A0A0 !important;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A4A0A0 !important;
}

/*section.contact_us_section .contact_us .form-control::placeholder {
  color: #484848;
}
section.contact_us_section .contact_us .form-control:-ms-input-placeholder { 
 color: #484848;
}

section.contact_us_section .contact_us .form-control::-ms-input-placeholder { 
 color: #484848;
}*/


.form-control:focus {
  color: #fff !important;
  border-color: #fff !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/*section.contact_us_section .contact_us .form-control:focus {
  color: #F65072;
  border-color: #F65072;
  outline: 0;
  box-shadow: none;
}*/

small.help-block {
  color: #F65072;
}

/*============================ contact us Page css End ============================*/



/*============================ Details Page css Start ============================*/


section.details_page_section {
  background-image: url(../images/listing_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0;
}

.stats {
  background: #ffffff1f;
  padding: 10px 15px;
  border-radius: 10px;
  color: #000;
}

.stats ul li {
  width: 45%;
  color: #fff;
}

.stats ul li.dot {
  width: 1px;
  background-color: #A0A0A0;
}

.stats ul li span {
  float: right;
  color: #fff;
  font-weight: 400;
}

.details_product_img {
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 10px;
}

.details_product_img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  transition: transform .5s ease;
}

  {}

.details_product_img img:hover {
  transform: scale(1.2);
  transition: 0.5s all ease-in-out;
}

.properties_section .properties_card {
  background-color: #ffffff1f;
  border-radius: 10px;
  margin-top: 20px;
}

.text-semibold {
  font-weight: 410;
}

.properties_section .properties_card p {
  margin-bottom: 0;
}

.d_green_text {
  color: #32ba8f;
}

.text_gray {
  color: #7e7e7e !important;
}

.properties_section {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #BEBEBE63;
  position: relative;
}

.governance_section .properties_section a.properties_section_a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

ul.details_li_list li span {
  width: 50%;
}

.more_collection_section {
  border-bottom: 1px solid #BEBEBE63;
}

.more_collection_section h4 {
  border-bottom: 4px solid #FFF;
  padding-bottom: 10px;
}

.details_product_content span {
  color: #DCDCDC;
}

.details_product_content span h6 {
  color: #fff;
}

.by_text {
  color: #DCDCDC;
}

.current_buynow_month_selectdiv .form-control,
.current_buynow_month_selectdiv .form-control {
  background-color: #fff0;
  border-color: #484848;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 12px;
}

#investValue.form-control {
  background-color: #fff0;
  border-color: #484848;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tsv_details_forms #add1:hover,
.tsv_details_forms #minus1:hover {
  background: linear-gradient(140deg, #8E3996, #D438A8, #FF5665) !important;
}

.tsv_details_forms .input-group .input-group-btn button.minus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ffffff1f;
  border-color: #ffffff1f;
}

.tsv_details_forms .input-group .input-group-btn button.add {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ffffff1f;
  border-color: #ffffff1f;
}

/*============================ Details Page css End ============================*/


/*============================ Governance Page css Start ============================*/


section.governance_section {
  background-image: url(../images/governance_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 0 6rem 0;
}

.governance_proposals {
  background-image: url(../images/governance_banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #BEBEBE63;
  padding: 40px;
  border-radius: 10px;
}

.proposal_list_data_right {
  display: grid;
}

.status_section {
  min-width: 180px;
}

.vote_for {
  background: #ffffff1f;
  padding: 11px 15px;
  border-radius: 10px;
  color: #fff;
  width: 175px;
}

.in_progress {
  padding: 10px 15px;
  border-radius: 10px;
  width: 175px;
}

.status_progress {
  color: #eda61d;
  border: 1px solid #eda61d;
}

.status_passed {
  color: #29b363;
  border: 1px solid #29b363;
}

.status_failed {
  color: #ff4747;
  border: 1px solid #ff4747;
}

.text-green {
  color: #29b363 !important;
}

.pagination {
  --bs-pagination-bg: #fff0;
  --bs-pagination-color: #fff;
  --bs-pagination-hover-bg: #fff;
  --bs-pagination-hover-color: #000;
}

.navigation .page-link:focus {
  z-index: 3;
  color: #000;
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: none;
}

/*.proposal_list_data_left a img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.proposal_list_data_left a:hover img {
   transform: translateX(8px);
}*/


.proposal_list_data_right {
  height: 100%;
  align-content: space-between;
}

.vote_now_tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #fff0;
  border: 1px solid #F54F73;
  padding: 6px 15px;
}

.vote_now_tabs .nav-pills .nav-link {
  color: #ffffff94;
}

/*============================ Governance Page css End ============================*/

.proposal_history_dot {
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: relative;
}

.dot_active .proposal_history_dot {
  background: #F65072;
}

.dot_active h5 {
  color: #F65072;
}

.proposal_history_dot::after {
  content: "";
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: -6px;
}

.proposal_history_dot_b::before {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 2px dotted #fff;
  left: 9rem;
  min-width: 140px;
  top: 9px;
}

.list_of_votes #pills-tab {
  background: #ffffff1f;
  border-radius: 10px;
  width: fit-content;
}

.list_of_votes #pills-vote-against-tab {
  color: #fff;
}

.list_of_votes #pills-tab .nav-item .nav-link.active {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996) !important;
}

.nav-pills .nav-link {
  color: #fff;
}

.table.list_of_votes_table thead tr th {
  border: none;
  color: #f65072;
}

.table.list_of_votes_table tbody tr td {
  border: none;
  color: #fff;
}




.properties_section input[type='radio'] {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #050306;
  outline: none;
  border: 2px solid #5B5B5B;
  top: -1px;
  position: relative;
}

.properties_section input[type='radio']:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #050306;
  content: '';
  display: inline-block;
  visibility: visible;
}

.properties_section input[type='radio']:checked:after {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  top: -1px;
  left: 2px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
}

.properties_section .form-check-input:focus {
  box-shadow: none !important;
}

.properties_section .btn.btn-primary {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  padding: 12px;
  border-radius: 10px;
  border: 0px solid #32BA8F;
  font-weight: 500;
  min-width: 125px;
}

.properties_section .btn.btn-primary:hover {
  background: linear-gradient(140deg, #8E3996, #D438A8, #FF5665);
}

.properties_section_progress_bar .progress {
  background-color: #242424;
  border-radius: 4px;
  height: 8px;
}

.properties_section_progress_bar .progress .progress-bar {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
}

.properties_section_progress_bar p {
  justify-content: space-between;
  display: flex;
  font-size: 12px;
  color: #ffffffb3;
  margin-bottom: 0;
}

/*============================ Footer css Start ============================*/


footer {
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer ul.footer_navigation,
.footer ul.social_icons {
  gap: 15px;
}

footer .footer_navigation li a,
footer .footer_navigation li {
  color: #A0A0A0 !important;
  font-size: 16px;
}

footer ul.social_icons {
  gap: 20px;
}

footer ul.social_icons li a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B73193;
}

footer ul.social_icons li a img.social_white {
  display: block;
}

footer ul.social_icons li a img.social_pink {
  display: none;
}

footer ul.social_icons li a:hover img.social_white {
  display: none;
}

footer ul.social_icons li a:hover img.social_pink {
  display: block;
}

footer .footer_navigation li.dot {
  width: 1px;
  height: 15px;
  background-color: #A0A0A0;
}

footer ul.footer_navigation {
  gap: 15px;
}


::selection {

  user-select: none;

}

#toast-container>.toast-warning,
#toast-container>.toast-info,
#toast-container>.toast-success,
#toast-container>.toast-error {
  opacity: 1 !important;
}

/*============================ Footer css end ============================*/




.btn-sm {
  --bs-btn-padding-y: 0.25rem !important;
  --bs-btn-padding-x: 0.5rem !important;
  --bs-btn-font-size: 0.875rem !important;
  --bs-btn-border-radius: 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
  min-width: auto !important;
}

/*=========------------ convert page css start ------------=========*/

.tokens_Wallet_balance .wallat-inout-bb,
.enter_token_amount .wallat-inout-bb {
  width: 100%;
}

.tokens_Wallet_balance {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  border-radius: 13px;
  padding: 20px;
  box-shadow: 1px 1px 11px -6px rgb(0 0 0 / 39%);
  -webkit-box-shadow: 1px 1px 11px -6px rgb(0 0 0 / 39%);
  -moz-box-shadow: 1px 1px 11px -6px rgba(0, 0, 0, 0.39);
}

.tokens_Wallet_balance .wallat-inout-bb .form-control,
.enter_token_amount .wallat-inout-bb .form-control {
  background-color: #fff0;
  border: none;
  padding-left: 0px;
  font-size: 25px;
  color: #fff;
  line-height: 0;
  font-weight: 500;
}

.tokens_Wallet_balance .wallat-inout-bb .form-control::placeholder,
.enter_token_amount .wallat-inout-bb .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.tokens_Wallet_balance .form-control:focus,
.enter_token_amount .form-control:focus {
  box-shadow: none;
}

.enter_token_amount {
  border-radius: 13px;
  border: 1px solid #707070;
  padding: 20px;
  box-shadow: 1px 1px 11px -6px rgb(0 0 0 / 39%);
  -webkit-box-shadow: 1px 1px 11px -6px rgb(0 0 0 / 39%);
  -moz-box-shadow: 1px 1px 11px -6px rgba(0, 0, 0, 0.39);
}

.tokens_Wallet_balance .wallat-inout-bb label,
.enter_token_amount .wallat-inout-bb label {
  color: #ffffffb8;
}

.convert_tokens {
  border-radius: 24px;
  padding: 20px;
  background-color: #ffffff0f;
}

.convert_tokens button {
  min-width: 200px !important;
}

._amount_to_be_converted {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*=========------------ convert page css end ------------=========*/



.text-gray {
  color: #A4A0A0 !important;
}

/*============================ Login Section css Start ============================*/


.login_bottom_links_section p,
.login_bottom_links_section a {
  color: #A4A0A0;
}

.login_form .form-check .form-check-input {
  background-color: #00000078;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.login_form .form-check-input:focus {
  box-shadow: none;
}

.login_form .form-check-input:checked[type=checkbox] {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
  background-color: #de3d9b;
  border-color: #de3d9b !important;
}


.intl-tel-input,
.iti {
  width: 100%;
}

/*------------*/
.form-area {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  padding: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-area .form-inner {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475F7B;
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #475F7B;
  background-color: #FFF;
  border-color: #5A8DEE;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
  width: 100%;
}

.iti__country-list {
  background-color: #000 !important;
  border: 1px solid #cccccc6e !important;
}

::-webkit-scrollbar {
  height: 12px;
  width: 5px;
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(140deg, #FF5665, #D438A8, #8E3996);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #000;
}

/*============================ Login Section css End ============================*/