body {
  font-family: "Poppins", sans-serif;
}
.header-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  transition: all ease-in-out 0.2s;
  background-color: rgba(0, 28, 62,0.3)
}
.header-main .navbar .navbar-brand {
  display: block;
}
.header-main .navbar .navbar-brand img {
  height: 80px;
  width: auto;
  transition: all ease-in-out 0.5s;
}
.container {
  max-width: 1200px;
}
.header-main .navbar .nav-item .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin: 0 20px;
  padding: 0;
  position: relative;
}
.header-main .navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0px;
  border: 2px solid #001c3e;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 43px;
  bottom: -10px;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
/* .header-main .navbar .nav-item .nav-link:hover::after,
.header-main .navbar .nav-item.active .nav-link::after {
  width: 40px;
  opacity: 1;
} */

.header-main .navbar .nav-item .nav-link.login-btn {
  background: #001c3e;
  border-radius: 6px;
  padding: 10px 20px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.header-main.dark-header {
  background-color: #001c3e;
}
/*.header-main.dark-header .nav-item .nav-link{
    color: #001c3e;
}*/
.header-main.dark-header .navbar .navbar-brand img {
  height: 50px;
  width: auto;
}

.main-banner {
  background-image: url(../images/banner-img.png);
  min-height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
}
#video-img img{
  width: 100%;
  /* height: calc(100vh - 100px); */
  height: 100vh;
}
#video video{
  width: 100%;
}
#video{
  line-height: 0;
}
.about-us-sec video{
  width: 100%;
}

.showcase {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--primary-color) url('./https://traversymedia.com/downloads/cover.jpg') no-repeat center
		center/cover;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}



.main-banner .banner-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 76px;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px #000;
}
.main-banner .banner-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin: 30px 0 30px;
}
.common-btn {
  background: #001c3e;
  border-radius: 6px;
  padding: 12px 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.main-banner .banner-content .common-btn {
  margin-top: 10px;
}
.footer-main {
  background: #001c3e;
  padding: 40px 0 0;
  color: #fff;
}
.footer-main .footer-list p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-main .footer-list .logo-foot {
  height: 60px;
  margin-bottom: 25px;
}
.social-links {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 15px;
}
.social-links li {
  list-style: none;
}
.social-links li a {
  display: block;
  margin-right: 15px;
}
.social-links li a img {
  height: 32px;
}
.footer-main .footer-list .font-weight-bold {
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
.footer-main .footer-list ul {
  padding: 0;
}
.footer-main .footer-list ul li {
  list-style: none;
}
.footer-main .footer-list ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.copyright-line {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 45px;
}

.copyright-line .terms-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.copyright-line .terms-link li {
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
}
.copyright-line .terms-link li a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0px 8px;
}

.header-main.dark-header .nav-link.login-btn {
  border: 1px solid #fff;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler-icon {
  line-height: 30px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  border: none;
  outline: none;
}
.about-us-sec {
  padding: 60px 0;
}
.sub-heading {
  color: #001c3e;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  position: relative;
}
.sub-heading .span-line {
  height: 2px;
  width: 200px;
  background-color: #001c3e;
  position: absolute;
  top: 50%;
  margin-left: 20px;
  display: inline-block;
}
.heading-main {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
}
p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.about-us-sec .common-btn {
  margin-top: 20px;
}
.mission-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.mission-box li {
  width: 50%;
  position: relative;
  list-style: none;
}
.mission-box li > div {
  height: 162px;
  width: 162px;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
  text-align: center;
  justify-content: center;
}
.mission-box li > div::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0px 6px 20px rgba(113, 216, 64, 0.2);
  border-radius: 20px;
  transform: rotate(-45deg);
}
.mission-box li h4 {
  z-index: 10;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 24px;
  color: #001c3e;
}
.mission-box li p {
  z-index: 10;
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.what-we-do-box {
  margin: 40px 0 60px;
}
.what-we-do-box img {
  height: 60px;
}
.what-we-do-box h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}
.what-we-do-box p {
  color: #000000;
  opacity: 0.7;
}
.why-we-list {
}
.why-we-list li {
  list-style: none;
  padding: 5px 20px;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  margin-bottom: 5px;
}
.why-we-list li h5 {
  color: #001c3e;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin: 8px 0px;
}
.why-we-list li:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.impact-cycle-sec {
  background-image: url(../images/impact-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.heading-main.green-color {
  color: #001c3e;
}
.impect-cycle-list {
  position: relative;
  padding: 0;
  margin-top: 140px;
}
.impect-cycle-list li {
  list-style: none;
  max-width: 300px;
}
.impect-cycle-box {
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(113, 216, 64, 0.2);
  border-radius: 12px;
  padding: 16px;
}
.impect-cycle-box h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #001c3e;
}
.impect-cycle-box p {
  color: #000000;
  opacity: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.impect-cycle-list li:first-child {
  position: absolute;
  left: 150px;
  top: -75px;
  z-index: 10;
}
.impect-cycle-list li:nth-child(2) {
  position: absolute;
  left: 85px;
  top: 110px;
  z-index: 10;
}
.impect-cycle-list li:nth-child(3) {
  position: absolute;
  left: 205px;
  bottom: -50px;
  z-index: 10;
}
.impect-cycle-list li:nth-child(4) {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 80px auto;
  max-width: 430px;
}
.impect-cycle-list li:nth-child(4) img {
  width: 100%;
}
.impect-cycle-list li:nth-child(5) {
  position: absolute;
  right: 120px;
  top: -45px;
  z-index: 10;
}
.impect-cycle-list li:nth-child(6) {
  position: absolute;
  right: 105px;
  bottom: -25px;
  z-index: 10;
}
.pedding-sec {
  padding: 60px 0;
}
.why-we-list.solution-list {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-we-list.solution-list li {
  width: 48%;
  box-shadow: 0px 8px 20px rgba(113, 216, 64, 0.2);
  background: #ffffff;
  border-radius: 12px;
  margin: 10px 0;
}
.object-box {
  margin: 40px 0;
  padding: 10px;
}
.object-box img {
  width: 100%;
}
.object-box h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #001c3e;
  margin: 16px 0px;
}
.join-now-sec .join-inner {
  background-image: url(../images/bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px;
  text-align: center;
  margin-bottom: 30px;
}
.join-now-sec .join-inner h3 {
  color: #fff;
}
.join-now-sec .join-inner p {
  max-width: 650px;
  margin: 30px auto;
  color: #fff;
}
.join-now-sec .join-inner .input-group {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
}
.join-now-sec .join-inner .input-group .form-control {
  border: none;
  box-shadow: none;
  height: auto;
  padding: 10px;
}

.join-now-sec .join-inner .input-group .input-group-append .contact-btn {
  border-radius: 10px;
  padding: 10px 20px;
}

@media (max-width: 1200px) {
  .header-main .navbar .navbar-brand img {
    height: 35px;
  }
  .header-main .navbar .nav-item .nav-link {
    font-size: 14px;
    margin: 0 10px;
    padding: 0;
  }
  .main-banner .banner-content h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .main-banner .banner-content p {
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0;
  }
  .main-banner {
    min-height: 75vh;
  }
  .mission-box li > div {
    height: 140px;
    width: 140px;
  }
  .heading-main {
    font-size: 32px;
    line-height: 48px;
  }
  .what-we-do-box h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
  }
  .heading-main {
    font-size: 26px;
    line-height: 36px;
  }
  .impect-cycle-list li:first-child {
    left: 85px;
    top: -75px;
    z-index: 10;
  }
  .impect-cycle-list li:nth-child(2) {
    left: 10px;
    top: 110px;
  }
  .impect-cycle-list li:nth-child(3) {
    left: 115px;
    bottom: -50px;
  }
  .impect-cycle-list li:nth-child(5) {
    right: 25px;
    top: -45px;
  }
  .impect-cycle-list li:nth-child(6) {
    right: 5px;
    bottom: 10px;
  }
  .container {
    max-width: 1070px;
  }
}

@media (max-width: 991px) {
  .main-banner .banner-content h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .main-banner .banner-content p {
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0 15px;
  }
  .common-btn {
    margin: 0px 12px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .header-main .navbar .navbar-brand img {
    height: 26px;
    width: auto;
  }
  .navbar {
    padding: 0;
  }
  .header-main {
    background-color: #001c3e !important;
    padding: 0;
  }
  .header-main .navbar-toggler {
    background-color: #fff;
    padding: 3px 6px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.header-main .navbar-toggler .navbar-toggler-icon {
  height: 20px;
  width: 20px;
}
  .header-main .navbar .nav-item .nav-link.login-btn {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .header-main .navbar .nav-item .nav-link {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin: 5px 0;
  }
  .footer-main .footer-list .logo-foot {
    height: 30px;
    margin-bottom: 15px;
  }
  .footer-main .footer-list p {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-main .footer-list .font-weight-bold {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .footer-main .footer-list ul li a {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
  }
  .copyright-line {
    font-size: 12px;
    line-height: 14px;
    margin-top: 25px;
    text-align: center;
  }
  .copyright-line .terms-link li a {
    font-size: 12px;
    line-height: 14px;
  }
  .copyright-line .terms-link {
    justify-content: center;
    padding: 0;
  }
  .sub-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .sub-heading .span-line {
    height: 1px;
    width: 60px;
    margin-left: 10px;
  }
  .heading-main {
    font-size: 22px;
    line-height: 30px;
  }
  p {
    font-size: 12px;
    line-height: 20px;
  }
  .mission-box {
    margin-top: 50px;
  }
  .mission-box li {
    width: 50%;
    margin: 0px 0;
  }
  .mission-box li > div {
    margin: 0 auto;
    height: 110px;
    width: 110px;
  }
  .about-us-sec {
    padding: 15px 0;
}
  .mission-box li h4 {
    font-size: 16px;
    line-height: 5px;
  }
  .mission-box li p {
    font-size: 10px;
    line-height: 16px;
  }
  .what-we-do-box {
    margin: 15px 0 15px;
  }
  .what-we-do-box img {
    height: 30px;
  }
  .what-we-do-box h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0 5px;
  }
  .why-we-list {
    padding: 0;
  }
  .why-we-list li {
    padding: 10px 0px;
    margin-bottom: 5px;
  }
  .why-we-list li p {
    margin-bottom: 0;
  }
  .about-us-sec .common-btn {
    margin: 0;
  }
  .impect-cycle-list li {
    max-width: 100%;
    position: static !important;
    margin-bottom: 20px;
  }
  .impect-cycle-list {
    margin-top: 35px;
  }
  .impect-cycle-list li:nth-child(4) img {
    display: none;
  }
  .impect-cycle-list li:nth-child(4) img.for-mobile {
    display: block !important;
  }
  .why-we-list.solution-list li {
    width: 100%;
    padding: 15px;
  }
  .object-box {
    margin: 10px 0;
    padding: 10px 0;
  }
  .join-now-sec .join-inner {
    background-size: cover;
    padding: 15px;
    border-radius: 10px;
  }
  .join-now-sec .join-inner .input-group .input-group-append .contact-btn {
    padding: 10px 15px;
    margin: 0;
  }
  .join-now-sec .join-inner p {
    max-width: 100%;
    margin: 15px auto;
  }
  .join-now-sec .join-inner .input-group .form-control {
    font-size: 12px;
  }
}

.user-dash-icon .dropdown-toggle {
  background-color: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.user-dash-icon .dropdown-toggle img {
  height: 40px;
  border: 1px solid #001c3e;
  border-radius: 50%;
}
.user-dash-icon .dropdown-menu {
  min-width: 110px;
  outline: none;
  border: none;
  padding: 4px 0;
}
.user-dash-icon .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 5px 10px;
}
.user-dash-icon .dropdown-menu .dropdown-item:hover,
.user-dash-icon .dropdown-menu .dropdown-item:focus {
  background-color: #001c3e;
  color: #fff;
}

/*inner section css*/

.partner-section {
  padding: 40px 0;
  background: #001c3e;
}
.partner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.partner-list li {
  list-style: none;
  width: 25%;
  text-align: center;
}
.partner-list li img {
  height: 40px;
  width: 145px;
  object-fit: contain;
}

.about-us-sec.buy-property-sec {
  background-image: url(../images/banner-buy.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
  padding: 80px 0;
}
.about-us-sec.buy-property-sec .heading-main {
  color: #fff;
}
.about-us-sec.buy-property-sec p {
  color: #ffffff;
  opacity: 0.7;
}
.common-btn.white-btn {
  background: #ffffff !important;
  border-radius: 6px;
  color: #001c3e !important;
}

.about-us-sec.service-sec {
  padding: 0;
}
.service-outer {
  background: #001c3e;
  display: flex;
  align-items: center;
  height: 100%;
}
.service-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.service-list li {
  width: 50%;
  text-align: center;
  max-width: 250px;
  padding: 35px;
  margin: 30px 0;
  min-height: 210px;
  border-radius: 12px;
  transition: all ease-in-out 0.3s;
}
.service-list li img {
  height: 60px;
}
.service-list li h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  margin-top: 15px;
}
.service-list li:hover {
  background: #001732;
}

.contract-id-copy-sec {
  padding: 80px 0;
}
.contract-id-copy-sec .input-group {
  background: rgba(0, 28, 62, 0.1);
  padding: 8px 8px 8px 16px;
  border: 2px solid #001c3e;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 25px 0 0;
}
.contract-id-copy-sec .input-group .form-control {
  height: auto;
  background-color: transparent;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #001c3e;
}
.contract-id-copy-sec .input-group .common-btn {
  border: none;
  padding: 8px 20px;
  font-size: 18px;
}
.copyright-line p {
  color: #ffffff;
}
.main-banner {
  overflow: hidden;
  position: relative;
  max-height: 100vh;
}
.banner-video {
  position: absolute;
  width: 100% !important;
  height: 800px !important;
  left: 0;
  right: 0;
}
.banner2-video {
  min-height: 320px;
  border-radius: 12px;
  width: 100%;
}

@media (max-width: 991px) {
  .banner-video {
    width: 100% !important;
    height: auto !important;
    position: relative;
  }
  .main-banner {
    overflow: hidden;
    position: relative;
    max-height: initial;
    min-height: auto;
  }
  .header-main {
    background-color: #ebeff5;
    padding: 0;
  }
  .header-main .navbar .nav-item .nav-link::after {
    left: 0;
    right: auto;
  }
  .header-main .navbar .nav-item .nav-link {
    margin: 10px 0;
  }
  .partner-list li {
    width: 50%;
    margin: 10px 0;
  }
  .partner-list li img {
    height: 35px;
    width: 120px;
  }
  .partner-section {
    padding: 0px 0;
  }
  .banner2-video {
    min-height: auto;
  }
  .about-us-sec.buy-property-sec {
    padding: 20px 0;
  }
  p {
    text-align: justify;
  }
  .about-us-sec.buy-property-sec p {
    text-align: justify;
  }
  .service-list li img {
    height: 40px;
  }
  .service-list li h5 {
    font-size: 12px;
  }
  .service-list li {
    max-width: 250px;
    padding: 30px;
    margin: 6px 0;
    min-height: auto;
  }
  .contract-id-copy-sec {
    padding: 30px 0;
  }
  .contract-id-copy-sec .input-group .form-control {
    font-size: 12px;
  }
  .contract-id-copy-sec .input-group {
    padding: 2px 2px 2px 0px;
  }
  .contract-id-copy-sec .input-group .common-btn {
    border: none;
    padding: 5px 14px;
    font-size: 12px;
    margin: 0;
    line-height: 12px;
  }
  .copyright-line p {
    color: #ffffff;
    text-align: center;
  }
  .header-main .navbar .nav-item .nav-link.login-btn {
    padding: 5px 10px;
    margin: 4px;
}
  .user-dash-icon .dropdown-toggle img {
    height: 30px;
    width: 30px;
    object-fit: cover;
  }
  .header-main .navbar .navbar-brand {
    margin: 0;
  }
  .navbar-nav.buy-now-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header-main.dark-header .navbar .navbar-brand img {
    height: 26px;
  }
  .navbar-collapse.all-about-row {
    position: absolute;
    top: 58px;
    background-color: #f0f0f0;
    width: 100%;
    padding: 0 15px 15px;
    left: 0;
    right: 0;
}
}
.linkheader {
  text-decoration: none !important;
}

/* login page css */

.login-logo.card-img-top {
  height: 80px;
  width: auto;
  margin: 10px auto 0;
}
.login-sec {
  background-color: #001c3e;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-btn.btn.btn-primary {
  background: #001c3e;
  border-radius: 6px;
  padding: 12px 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  box-shadow: none !important;
}
.mt-2.Form.Check {
  font-size: 14px;
}
.mt-2 p {
  font-size: 14px;
}
.Link {
  text-decoration: none !important;
}
.Link span {
  color: white;
}

.error-message {
  color: #b90000;
  margin-bottom: 20px;
  text-align: start;
}
.adminTransaction {
  background-color: azure;
}
.adminUserLand img {
  height: 60px;
  width: 100px;
  margin-left: 30px;
}
.adminUserLand button {
  border-radius: 50px;
}

/* admin header & footer */
:root {
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #515151;
  text-align: left;
  background-color: #e9edf4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #3f84fc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0458eb;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-weight: normal;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  /* text-align: center; */
}

.dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.dashboard-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-top: 84px;
}

.dashboard-content {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 25px;
}

.dashboard-nav {
  min-width: 190px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #373193;
}

.dashboard-compact .dashboard-nav {
  display: none;
}

.dashboard-nav header {
  min-height: 84px;
  padding: 8px 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard-nav header img {
  width: 100% !important;
}

.dashboard-nav header .menu-toggle {
  display: none;
  margin-right: auto;
}

.dashboard-nav a {
  color: #515151;
}

.dashboard-nav a:hover {
  text-decoration: none;
}

.dashboard-nav {
  background-color: #001c3e;
  box-shadow: 0px 3px 6px #00000070;
  /* background-color: whitesmoke; */
}

.dashboard-nav a {
  color: #fff;
  text-decoration: none;
}

.brand-logo {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #515151;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
  color: #dbdbdb;
  text-decoration: none;
}

.brand-logo i {
  color: #d2d1d1;
  font-size: 27px;
  margin-right: 10px;
}

.dashboard-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
}

.dashboard-nav-item {
  min-height: 56px;
  padding: 8px 40px 8px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02em;
  transition: ease-out 0.5s;
}

.dashboard-nav-item i {
  width: 36px;
  font-size: 19px;
  margin-left: -40px;
}

.dashboard-nav-item:hover {
  background: #fff;
  color: #000;
}

.active {
  /* background: rgba(0, 0, 0, 0.1); */
}

.dashboard-nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-dropdown.show {
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
  font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dashboard-nav-dropdown-toggle:after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, 0.8);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
  border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-dropdown-item {
  min-height: 40px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #443ea2;
  text-decoration: none;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  text-decoration: none;
  color: #875de5;
}

.menu-toggle i {
  font-size: 20px;
}

.dashboard-toolbar {
  min-height: 84px;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 27px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000010;
}
.dashboard-toolbar button {
  background-color: #001c3e;
  color: #fff;
  padding: 10px 20px;
  border: none;
  outline: none;
  font-size: 14px;
}
.dashboard-toolbar button:hover {
  background-color: #001c3e;
  color: #fff;
  padding: 10px 20px;
  border: none;
  outline: none;
  font-size: 14px;
}
.nav-item-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: rgba(236, 238, 239, 0.3);
}
.dashboard-content .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (min-width: 992px) {
  .dashboard-app {
    margin-left: 238px;
  }

  .dashboard-compact .dashboard-app {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .dashboard-content {
    padding: 15px 0px;
  }
}

@media (max-width: 992px) {
  .dashboard-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1070;
  }

  .dashboard-nav.mobile-show {
    display: block;
  }
}

@media (max-width: 992px) {
  .dashboard-nav header .menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .dashboard-toolbar {
    left: 236px;
  }

  .dashboard-compact .dashboard-toolbar {
    left: 0;
  }
}
#landlist {
  padding: 10px;
}
#landlist .card {
  padding: 1.5rem 1.875rem 1.25rem;
}
#landlist .dropdown {
  padding: 0 10px;
}
#landlist .dropdown button {
  background: transparent;
  color: #000;
}
#landlist .table {
  border-collapse: separate;
  border-spacing: 0 10px;
  text-align: left;
  border-width: 0 0px;
}
#landlist .table tbody tr td button {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#landlist .table tbody tr {
  border-bottom: none;
}
#landlist .table tbody tr td {
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#landlist .table thead {
  background-color: #001c3e;
}
#landlist .table thead tr th {
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 27px;
}
#land {
  padding: 10px;
}
#land .welcome-text {
  margin-bottom: 40px;
}
#land .welcome-text h4 {
  margin-bottom: 0;
}
#land form {
  padding: 0;
}
#land .card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
  height: calc(100% - 30px);
  padding: 1.5rem 1.875rem 1.25rem;
}
#land .card-header {
  border-color: #d7dae3;
  position: relative;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#land .form-group {
  margin-bottom: 10px;
}
.custom-padding {
  padding: 0 20px !important;
}

.document-upload-box {
  /* min-height: 250px; */
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 100%;
  margin: 20px 0;
}
.uploader-img {
  position: relative;
  /* max-width: 155px; */
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 0px 0px 0px;
  /*height: 132px;*/
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.uploader-img img {
  width: 100% !important;
  height: 205px !important;
  object-fit: contain;
}
.uploader-img .painting-main-img {
  height: 180px !important;
}
.uploader-img .remove-img {
  position: absolute;
  top: 0px;
  right: 0px;
  color: red;
}
#attribute_section_add_main .artist-img {
  width: 74%;
}

.uploader-img .remove-img img {
  width: 26px !important;
}
.input-group.verification {
  border-radius: 0;
  overflow: hidden;
}
.input-group.verification .form-control[readonly] {
  background-color: #fff;
  display: none;
}
.input-group.verification .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  border-radius: 0;
}
.input-group.verification .input-group-btn .btn-file1 input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
}
.input-group-btn .btn-file1 {
  background-color: #001c3e;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-right: 10px;
}
.btn-file2 {
  background-color: #001c3e;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-right: 10px;
  color: #fff;
}
.btn1 a {
  background-color: #001c3e;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-right: 10px;
  color: #fff;
}
.btn1 button {
  background-color: #001c3e;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-right: 10px;
  color: #fff;
}
#dash-box {
  padding: 40px 0;
}
#dash-box .card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
  height: calc(100% - 30px);
}

#dash-box .card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
#dash-box .card-header {
  border-color: #d7dae3;
  position: relative;
  background: transparent;
  padding: 1.5rem 1.875rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dash-box .card-header p {
  font-size: 16px;
}
#dash-box .card-header i {
  padding-right: 10px;
}

@media (max-width: 768px) {
  #land .card {
    padding: 0;
  }
  .card-header {
    padding: 10px 0 !important;
  }
  #land {
    padding: 0;
  }
  .dashboard {
    display: unset;
  }
  .table {
    min-width: 1000px;
  }
  #landlist .card {
    padding: 8px;
  }
}
.wallet_btn {
  color: rgb(255, 255, 255) !important;
  background-color: #001c3e;
  padding: 8px 15px !important;
  border-radius: 18px;
}
