@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Neuton:wght@200;300;400;700;800&display=swap");

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #171a25; 
  overflow-x: hidden;
  color: #f7f7f7; 
  font-family: "Martel Sans", sans-serif;
  /* font-family: 'Neuton', serif; */ 
  overscroll-behavior: none;
  /* Add this line to prevent shaky scrolling */
}

/* main background color: #171a25; */
/* header logo color: #141821; */
/* secondary main background color: #1f2533;
form main backgroud color : #282e3c;
card main background color: #1a202c;
third secondadary background color: #2d3748; */
.header-wrapper {
  font-family: "Martel Sans", sans-serif;
} 

.header-wrapper .logo-header {
  text-align: center;
  background: #141821;
  padding: 5px 20px;
}

.header-wrapper #menu_btn {
  display: none;
}

.header-wrapper .logo-header img {
  width: 250px;
}

.header-wrapper .navbar-header {
  padding: 20px 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #181c27;
}

.navbar-header ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.navbar-header ul li.navbar-item {
  margin: 0 12px;
}

.navbar-header ul li.navbar-item a.navbar-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
} 

.navbar-header ul li.navbar-item .btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 5px;
}

.header-wrapper .close-tab {
  display: none;
} 

/* hero section styles */

.hero-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: -1;
  color: #878787;
}

.hero-section {
  padding: 50px 50px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.hero-section .hero-contents {
  max-width: 850px;
  width: 100%;
}

.hero-section .hero-text {
  margin-top: 30px;
  text-align: center;
}

.hero-section .hero-text .main-hero-text {
  font-size: 80px;
  font-family: "Neuton", serif;
  font-weight: 700;
  line-height: 80px;
}

.hero-section .hero-text .sub-hero-text {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}

.hero-section .hero-form {
  padding: 50px 0 20px;
}

.hero-section .hero-form .hero-form-group {
  display: flex;
  flex-direction: row;
}

.hero-section .hero-form .hero-form-group input {
  width: 70%;
  height: 48px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid transparent;
}

.hero-section .hero-form .hero-form-group input:focus {
  outline: none;
  box-shadow: none;
}

.hero-section .hero-form .hero-form-group .btn {
  margin-left: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 40px;
  background: #3352c6;
  border: 1px solid #3352c6;
}

.hero-section .hero-buttons {
  text-align: center;
  padding: 20px 0;
}

.hero-section .hero-buttons .hero-btn-intro {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-section .hero-buttons .button-sections {
  padding: 30px 0 50px;
  text-align: center;
}

.hero-section .hero-buttons .button-sections .btn {
  margin: 0 10px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  width: 40%;
}

.hero-section .hero-buttons .button-sections .btn img {
  width: 30px;
  margin-right: 10px;
}




.site-record-wrapper {
  margin: 0 30px 50px;
  display: flex;
  justify-content: center;
}

.site-record-wrapper .site-record-section {
  width: 950px;
  padding: 20px 30px;
  border-radius: 8px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  background: #1f2533;

  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
}

.site-record-wrapper .site-record-section .site-record-rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.site-record-section .site-record-rows p {
  margin: 0;
  padding: 0;
}

.site-record-rows .site-record-col .title {
  font-size: 32px;
  font-weight: 800;
}

.site-record-rows .site-record-col .sub-title {
  font-size: 15px;
  font-weight: 700;
}

.site-record-section .site-section-date {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #a0aec0;
  margin-bottom: 0;
  padding-bottom: 0;
}



.welcome-section {
  padding: 30px 30px;
}

.welcome-section .welcome-details .welcome-header {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: "Neuton", serif;
}

.welcome-section .welcome-details .welcome-para {
  font-size: 14px;
  font-weight: 400;
}

.decentralized-section {
  /* background: #1f2533; */
  background: linear-gradient(135deg, #171a25, #1d2330, #1f2533, #1d2330, #171a25);
  padding: 50px 30px;
}

.welcome-section .btn {
  margin: 30px 0 10px;
  padding: 12px 50px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  background: #3352c6;
  border: 1px solid #3352c6;
  letter-spacing: 0.5px;

  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
}


.welcome-section .welcome-details .sub-title {
  font-weight: 700;
  margin-top: 30px;
}

.welcome-section .welcome-details ul {
  list-style: none;
}

.welcome-section .welcome-details ul li {
  font-size: 14px;
  margin: 10px 0;
}

.welcome-section .welcome-img {
  margin-top: unset;
  text-align: center;
}

.welcome-section .welcome-img img {
  width: 100%;

}


.welcome-section .decentralize-img {
  text-align: center;
}

.welcome-section .decentralize-img img {
  width: 85%;
  border-radius: 10px;
}

.welcome-section .col-lg-5 {
  margin: auto auto;
}

.welcome-section .certificate-img {
  text-align: center;
  margin: auto 0;
}

.welcome-section .certificate-img img {
  width: 85%;
  border-radius: 10px;
}

.invest-options {
  padding: 30px 30px;
}

.invest-options .header-section {
  margin-bottom: 40px;
}


.invest-options .header-section .header-title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Neuton", serif;
}

.invest-options .header-section .header-intro {
  max-width: 75%;
  font-size: 14px;
  color: #e5e5e5;
}


.invest-options-card {

  padding: 30px 25px;
  border-radius: 12px;
  margin: 10px 30px;
  background: #282e3c;

  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.25);
}


.invest-options-card .title {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Neuton", serif;
}

.invest-options-card .options-card-img {
  margin: 30px auto;
  height: 180px;
  width: 180px;
  background: #171a25;

}

.invest-options-card .options-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.invest-options-card .options-card-body .options-card-details ul {
  list-style: none;
  padding-left: 0;
}

.invest-options-card .options-card-body .options-card-details ul li {
  font-size: 14px;
  margin: 10px 0;
}

.invest-options-card .options-card-body .options-card-details ul .bold-text {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.invest-options-card .options-card-body .options-button {
  text-align: center;
  margin: 30px auto 10px;
}

.invest-options-card .options-card-body .options-button .btn {
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  background: #3352c6;
  border: 1px solid #3352c6;
  letter-spacing: 0.5px;

  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
}


.art-marketplace {
  padding: 20px 30px;
}

.art-marketplace .row {
  padding: 20px;
}

.art-marketplace .header-section {
  margin-bottom: 40px;
}

.art-marketplace .header-section .header-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.art-marketplace .header-section .header-row .header-title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Neuton", serif;
}

.art-marketplace .header-section .header-row .btn {
  margin: auto 0;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 700;
  background: #2d3748;
  border: 1px solid #2d3748;
  letter-spacing: 0.5px;

  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.4);
}

.art-marketplace .header-section .header-intro {
  max-width: 75%;
  font-size: 14px;
  color: #e5e5e5;
}


/* asset box starts here */
.art-marketplace .col-lg-3 {
  padding: 10px;
}

.asset-box {
  border-radius: 10px;
  padding: 10px;
  background: #1f2533;
  cursor: pointer;
  margin-bottom: 30px;

  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}

.asset-box:hover {
  border: 1px solid #2d3748;
}

.asset-box .asset-header {
  padding-bottom: 20px;
}

.asset-box .asset-header p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.asset-box .asset-header .art-name {
  font-size: 16px;
  font-weight: 700;
  color: #f7f7f7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.asset-box .asset-header .artist-name {
  font-size: 13px;
  font-weight: 600;
  color: #a0aec0;
}

.asset-box .asset-image {
  height: 170px;
  width: 200px;
  margin: auto;
}

.asset-box .asset-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.asset-box .asset-body {
  padding: 20px 0 10px;
}

.asset-box .asset-body hr {
  border: 1px solid #7180967e;
  margin: 10px 0;
}

.asset-box .asset-body .asset-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.asset-box .asset-body .asset-info .asset-das {
  margin-left: 40px;
} 

.art-listings .asset-box .asset-body .asset-info .asset-das {
  margin-left: 30px;
}

.asset-box .asset-body .asset-info .asset-das .percent {
  color: #718096;
  font-size: 11px;
}

.asset-box .asset-body .asset-info .asset-das .status {
  font-size: 11px;
  font-weight: 600;
  color: #f7f7f7;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 5px;
}

.asset-box .asset-body .asset-info .asset-das .status.profit {
  background: #007248;
}

.asset-box .asset-body .asset-info .asset-das .status.loss {
  background: #b00000;
}

.asset-box .asset-body .asset-info p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.asset-box .asset-body .asset-info .asset-title {
  font-size: 12px;
  font-weight: 700;
  color: #a0aec0;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.asset-box .asset-body .asset-info .asset-sub-title {
  font-size: 13px;
  font-weight: 600;
}

.asset-box .asset-body .asset-info .asset-sub-eth {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #a0aec0;
}

.asset-box .asset-body .asset-button {
  text-align: center;
}

.asset-box .asset-body .asset-button .btn {
  width: 75%;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  color: #f7f7f7;
  padding: 8px 20px;
  border: 1px solid #3352c6;
  background: #3352c6;

  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.35);
}

/* asset box ends here */


.testimony-section {
  padding: 30px 10px;
}


.testimony-box {
  margin: 20px 0 30px;
  border: 1px solid #2d37488e;
  padding: 20px 15px;
  border-radius: 10px;
  cursor: pointer;
}

.testimony-box:hover {
  border: 1px solid #718096;
}

.testimony-box .testimony-img-box {
  width: 120px;
  margin: auto;
}

.testimony-box .testimony-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.testimony-box .testimony-details {
  margin-top: 15px;
  text-align: center;
  min-height: 150px;
  max-height: 200px;
}

.testimony-box .testimony-details .testimony-name {
  font-size: 15px;
  font-weight: 600;
}

.testimony-box .testimony-details .testimony-desc {
  font-size: 13px;
  font-weight: 500;
  color: #a0aec0;
}


.section-h2 {
  font-size: 35px;
  font-weight: 700;
  color: #f7f7f7;
  font-family: "Neuton", serif;
  margin-bottom: 25px;
}

.section-p {
  font-size: 15px;
  font-weight: 500;
  color: #f7f7f7;
  line-height: 25px;
}

.section-wrapper {
  margin-top: 5%;
}

.historical-return {
  padding: 30px 10px;
}

.historical-return .section-p {
  max-width: 900px;
}

.historical-return .historical-art {
  margin-top: 30px;
}

.historical-return .historical-art .historical-art-col {
  margin: 20px 20px 20px 0;
}

.historical-return .historical-art .historical-art-col .img-box img {
  width: 100%;
  border-radius: 8px;
}

.historical-desc {
  margin-top: 20px;
}

.historical-desc h5 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Neuton", serif;
  margin-bottom: 3px;
  padding-bottom: 0;
}

.historical-desc p {
  font-size: 15px;
  font-weight: 500;
}

.historical-btn {
  margin-top: 20px;
}

.historical-btn .btn {
  width: 45%;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  padding: 12px;
}

.historical-btn .btn.btn-bought {
  margin-right: 20px;
}

.historical-btn .btn p {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #f7f7f7;
}

.historical-btn .btn h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 0;
}

.historical-btn .btn h4.sold {
  color: #fd591e;
}

.historical-btn .btn h4.bought {
  color: #21aa88;
}

.historical-btn .btn:hover {
  background: transparent;
}

.track-record {
  padding: 30px 50px;
}

.track-record .section-h2 {
  font-size: 40px;
  margin-bottom: 5px;
}

.track-record-wrapper {
  padding: 40px 70px;
  background: #282e3c;

  /* background: #273A36; */
}

.track-record .p-note {
  font-size: 11px;
  color: #aaaaaa;
  font-weight: 500;
  max-width: 1000px;
  margin-left: 50px;
  margin-top: 10px;
}

.track-record-box {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 15px 20px 10px;
  margin: 10px 0;
  background: #171a25;
}

.track-record-box .profile-sector {
  display: flex;
  flex-direction: row;
}

.track-record-box .profile-sector img {
  height: 50px;
  width: 50px;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  pointer-events: none;
  object-fit: cover;
  border-radius: 5px;
}

.track-record-box .profile-sector .profile-name {
  margin: auto 20px;
  font-size: 14px;
  font-weight: 700;
}

.track-record-box .track-record-body {
  margin-top: 10px;
}

.track-record-box .track-record-body p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.track-record-box .track-record-body .title {
  font-size: 13px;
  font-weight: 700;
  color: #a3a3a3;
  padding-bottom: 0;
  margin-bottom: 0;
}

.track-record-box .track-record-body .percent {
  font-size: 20px;
}

.track-record-box .track-record-body .days-held {
  font-weight: 500;
  color: #a3a3a3;
  font-size: 12px;
}



.artwork-box {
  padding: 0;
  margin-top: 30px;
  border-radius: 25px;
  background: #282e3c;
}

.artwork-box .artwork-texts {
  padding: 40px 40px;
}

.artwork-box .artwork-right-texts {
  padding: 20px 40px 40px;
}

.artwork-box .artwork-title {
  font-size: 35px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.artwork-box .description {
  margin-top: 30px;
}

.artwork-box .desc-title {
  font-size: 18px;
  font-weight: 600;
  color: #0096ff;
}

.artwork-box .desc-title .fas {
  margin-right: 6px;
  color: #0096ff;
}

.artwork-box .desc-p {
  font-size: 15px;
  font-weight: 400;
}

.artwork-box .art-button {
  margin-top: 20px;
}

.artwork-box .art-button .btn {
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
  background: #191c1f;
  border: 0 solid transparent;
  text-transform: uppercase;
}

.artwork-box .artwork-img {
  height: 100%;
  width: 100%;
}

.artwork-box .artwork-img img {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


.armchair-invest .reason-list {
  margin: 40px 10px;
}

.armchair-invest .reason-list ul {
  list-style: none;
  padding-left: 0;
}

.armchair-invest .reason-list ul .fas {
  font-size: 14px;
  margin-right: 15px;
  color: #68d585;
}

.armchair-invest .reason-list ul li {
  padding: 8px 0;
}

.armchair-form {
  padding: 30px 40px;
  background: #282e3c;
}

.armchair-form h4 {
  font-weight: 500;
  font-size: 30px;
  font-family: "Neuton", serif;
  text-align: center;
}

.armchair-form .form-group {
  margin: 25px 0;
}

.armchair-form .form-group input {
  background: transparent;
  border: 0 solid transparent;
  border-radius: 1px;
  color: #f7f7f7;
  border-bottom: 2px solid #aaaaaa;
  font-size: 15px;
}

.armchair-form .form-group input:focus {
  box-shadow: none;
  outline: none;
}

.armchair-form .form-group .btn {
  width: 100%;
  height: 52px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 1px;
  background: #3352c6;
  border: 1px solid #3352c6;
}

.armchair-form .form-note {
  font-size: 11px;
  color: #a3a3a3;
}

.recent-offering {
  padding: 40px 50px;
}

.recent-wrapper {
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px;

  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.34);
}

.recent-wrapper .art-owner {
  display: flex;
  flex-direction: row;
}

.recent-wrapper .art-owner img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  object-fit: cover;
  border: 2px solid #a3a3a3;
}

.recent-wrapper .art-owner p.username {
  margin: auto 10px;
  font-size: 15px;
  font-weight: 700;
  color: rgb(247, 247, 247);
  border-color: rgba(43, 115, 107, 0.9);
}

.recent-art-info {
  margin-top: 20px;
}

.recent-art-info .col-md-3,
.col-md-5,
.col-md-4 {
  padding: 2px 5px;
}

.art-details {
  border-radius: 10px;
  border: 1px solid #77777779;
}

.art-details .art-img-box {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  background: #282e3c;
}

.art-details .art-img-box .art-img {
  width: 180px;
  height: 150px;
  margin: 0 auto;
}

.art-details .art-img-box .art-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.art-details .art-img-box .art-name {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 15px;
  color: #aaaaaa;
}

.art-details .art-details-body {
  padding: 5px 10px 10px;
}

.art-details .art-details-body .art-desc {
  font-size: 12px;
  color: #aaaaaa;
}

.art-details .art-details-body .art-button {
  margin-top: 30px;
  text-align: center;
}

.art-details .art-details-body .art-button .btn {
  border: 2px solid #3352c6;
  border-radius: 5px;
  width: 90%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 1px;
}

.art-details .art-details-body .art-button .btn:hover {
  background: #3352c6;
  border: 1px solid #3352c6;
  color: #ffffff;
}

.offering-sector {
  display: flex;
  flex-direction: row;
  border: 1px solid #77777779;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.offering-sector p {
  padding: 0;
  margin: 0;
}

.offering-sector .initial-offering {
  border-right: 1px solid #77777779;
  padding: 10px;
  width: 50%;
}

.offering-sector .offering-cicular {
  width: 50%;
  padding: 10px;
}

.offering-sector .sub-title {
  font-size: 13px;
  font-weight: 600;
  color: #a3a3a3;
}

.offering-sector .initital-price {
  font-size: 23px;
  color: #f7f7f7;
  font-weight: 600;
}

.offering-sector .sec-link {
  font-size: 16px;
  font-weight: 600;
}

.art-record-chart {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #77777779;
}

.art-record-chart .btn {
  border: 1px solid #77777779;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  color: #a3a3a3;
  border-radius: 20px;
  padding: 6px 15px;
  margin-bottom: 20px;
}

.art-growth {
  border-radius: 10px;
  border: 1px solid #77777779;
  padding: 10px;
}

.art-growth .annual-growth p.title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  color: #a3a3a3;
  font-weight: 600;
}

.art-growth .annual-growth p.percent {
  font-size: 25px;
  color: #f7f7f7;
  font-weight: 600;
}

.art-growth .sharp-ratio {
  padding: 8px 0;
  border-top: 1px solid #77777751;
  border-bottom: 1px solid #77777751;
  cursor: pointer;
  margin: 15px 0 5px;
}

.art-growth .sharp-ratio p {
  font-size: 12px;
  font-weight: 600;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
}

.art-growth .growth-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0 10px;
  border-bottom: 1px solid #77777751;
}

.art-growth .growth-row.last-flow {
  border-bottom: 0 solid #77777751;
}

.art-growth .growth-row .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: #a3a3a3;
  margin-bottom: 0;
  padding-bottom: 0;
}

.art-growth .growth-row .percent {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}

.art-growth .growth-row .green.percent {
  color: #388174;
}

.art-growth .growth-row .green.percent .fas {
  font-size: 16px;
  rotate: -90deg;
}

.art-growth .invest-btn {
  text-align: center;
  margin-top: 35px;
}

.art-growth .invest-btn .btn {
  background: #3352c6;
  border: 1px solid #3352c6;
  color: #ffffff;
  border-radius: 5px;
  width: 80%;
  font-weight: 700;
  padding: 12px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.skip-form-wrapper {
  background: transparent;
}

.skip-form .skip-form-group {
  display: flex;
  flex-direction: row;
  padding: 0 0 10px;
}

.skip-form .skip-form-group input {
  width: 60%;
  height: 48px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid transparent;
}

.skip-form .skip-form-group input:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #3352c6;
}

.skip-form .skip-form-group .btn {
  margin-left: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 40px;
  background: #3352c6;
  border: 1px solid #3352c6;
}

.skip-buttons {
  text-align: center;
  padding: 15px 0;
}

.skip-buttons .skip-btn-intro {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.skip-buttons .button-sections {
  padding: 15px 0 20px;
  text-align: center;
}

.skip-buttons .button-sections .btn {
  margin: 0 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 5px;
  width: 47%;
}

.skip-buttons .button-sections .btn img {
  width: 27px;
  margin-right: 10px;
}

.art-market {
  background: #1f2533;
  padding: 80px 0;
}

.art-market hr {
  margin: 20px 20px;
}

.art-market .art-market-wrapper {
  padding: 0 10px;
}

.art-market .market-text {
  padding: 10px 10px 15px;
}

.art-market .market-text .hide-text {
  visibility: hidden;
}

.art-market .boom-section {
  padding: 30px 10px 10px;
}

.art-market .boom-section .boom-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
}

.art-market .boom-section .boom-title.green {
  color: #30e9a6;
}

.art-market .boom-section .boom-title.yellow {
  color: #f3f649;
}

.art-market .boom-section .boom-sub-title {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 25px;
  font-family: "Neuton", serif;
}

.art-market .guide-button {
  margin-top: 20px;
  text-align: center;
}

.art-market .guide-button .btn {
  width: 80%;
  background: #3352c6;
  border: 1px solid #3352c6;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 1px;
}

.how-it-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.how-it-wrapper .col-md-3 {
  padding: 3px 8px;
}

.how-it-wrapper .how-it-box {
  margin: 20px 0;
  border-radius: 15px;
  padding: 25px 15px;
  height: 200px;
  background: #1a202c;
}

.how-it-wrapper .how-it-box img {
  width: 35px;
}

.how-it-wrapper .how-it-box .sub-title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 800;
  color: #f7f7f7;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.how-it-wrapper .how-it-box .sub-desc {
  font-size: 13px;
  font-weight: 600;
  color: #f7f7f7;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-faq {
  background: #1f2533;
  padding: 40px 0;
}

.home-faq-wrapper {
  margin-top: 20px;
}


.home-faq-box {
  border-radius: 10px;
  padding: 10px 15px;
  background: #171a25;
  margin: 20px 0;
}

.home-faq-box .home-faq-q {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 5px 0;
}

.home-faq-box .home-faq-q p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-faq-box .home-faq-q p.home-title {
  font-size: 14px;
  font-weight: 700;
}

.home-faq-box .home-faq-q p .fas {
  font-size: 14px;
  margin-right: 10px;
}

.home-faq-a {
  padding: 10px 0 5px;
}

.faq-answer {
  display: none;
  /* Hide the answer divs by default */
}

.faq-question i.fa-minus {
  display: none;
  /* Hide the minus icon by default */
}

.home-faq-a .faq-desc {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  max-width: 850px;
}

/* footer section starts here */

.footer-wrapper {
  background: #141821;
  padding: 40px 0 20px;
}

.footer-logo {
  margin-top: 20px;
}

.footer-logo img {
  width: 200px;
}

.disclaimer-text {
  margin: 20px 0;
}

.disclaimer-text .disclaimer-p {
  font-size: 11px;
  font-weight: 600;
  color: #a3a3a3;
  margin-bottom: 25px;
}

.disclaimer-text .footer-copy {
  font-size: 12px;
  font-weight: 600;
  color: #777777;
  padding: 0 20px;
}

.footer-wrapper .footer-list ul {
  list-style: none;
  padding-left: 0;
}

.footer-wrapper .footer-list ul li {
  margin: 10px 0;
}

.footer-wrapper .footer-list ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #aaaaaa;
  font-weight: 600;
}

.footer-wrapper .social-list {
  padding-top: 15px;
}

.footer-wrapper .social-list .social-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-wrapper .social-list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
}

.footer-wrapper .social-list ul li {
  margin-right: 20px;
}

.footer-wrapper .social-list ul li a {
  text-decoration: none;
  font-size: 20px;
  color: #a3a3a3;
}


.footer-wrapper .footer-contact ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;

}

.footer-wrapper .footer-contact ul li {
  margin: 8px 0;
  font-size: 13px;
  color: #aaaaaa;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.footer-wrapper .footer-contact ul li a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px;
}

/* WHY ART CSS STYLES */

.why-section {
  margin: 3% 0 5%;
}

.intro-h2 {
  font-size: 60px;
  font-weight: 700;
  color: #f7f7f7;
  font-family: "Neuton", serif;
  margin-bottom: 25px;
  text-align: center;
}

.intro-section .intro-text .intro-desc {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

.intro-section .intro-text .section-p {
  max-width: 600px;
  font-size: 16px;
}

.intro-section .intro-image-section {
  margin-top: 50px;
  margin-bottom: 20px;
}

.intro-section .intro-image-section .intro-img-box img {
  width: 320px;
}

.intro-section .intro-image-section .intro-img-box img.art-port {
  margin-top: 20px;
  width: 370px;
}

.why-h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #f7f7f7;
  font-family: "Neuton", serif;
  margin-bottom: 25px;
}

.benefit-section {
  background: #282e3c;
  padding: 40px 20px;
  margin: 50px 0;
}

.art-benefit {
  padding: 40px 0;
}

.art-benefit-box {
  margin-top: 30px;
  padding: 20px;
}

.art-benefit-box .svg-box img {
  width: 80px;
}

.art-benefit-box .svg-box {
  margin: 20px 0;
  text-align: center;
}

.art-benefit-box .svg-box img.low-loss {
  width: 60px;
}

.art-benefit-box .img-text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.price-app {
  padding: 30px 0;
}

.price-app hr {
  margin: 50px 0;
}

.price-app .price-app-box .why-h2 {
  text-align: left;
}

.price-app .price-app-box {
  padding-right: 30px;
}

.price-app .price-app-img h5 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.price-app .price-app-img .img-box {
  margin-top: 20px;
  text-align: center;
}

.price-app .price-app-img .img-box img {
  width: 75%;
}

.dedicated-art-inv {
  background: #181c27;
  padding: 40px 0;
}

.dedicated-art-img {
  margin-top: 50px;
  margin-bottom: 100px;
}

.dedicated-art-img h5 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.dedicated-art-img .img-box {
  text-align: center;
  margin-top: 20px;
}

.dedicated-art-img .img-box img {
  width: 60%;
}

/* how it works styles */
.how-intro {
  padding-bottom: 50px;
}

.how-intro .intro-text {
  margin-top: 30px;
}

.how-intro .section-p {
  margin-top: 20px;
}

.benefit-section.leverage {
  background: #282e3c;
  padding: 40px 20px 0;
  margin: 50px 0;
}

.leverage .img-box-one {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}

.leverage .img-box-one .side-image {
  padding: 30px;
}

.leverage .img-box-one .side-image img {
  margin-bottom: 80px;
  width: 120px;
  border-radius: 15px;
}

.leverage .img-box-one .main-image {
  text-align: center;
  padding: 0;
}

.leverage .img-box-one .main-image img {
  margin-top: 40px;
  width: 400px;
}

.how-it-works {
  padding: 40px 10px;
}

.how-it-work-box {
  padding: 20px 0;
  max-width: 65%;
}

.how-it-work-box .number-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: #282e3c;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  font-family: "Neuton", serif;
}

.how-it-work-box .title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Neuton", serif;
}

.how-it-work-box .desc {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}

.how-it-work-box .desc-note {
  margin-top: 8px;
  color: #a3a3a3;
  font-size: 12px;
}

.dilligence-process {
  background: #2d3748;
  border-radius: 30px;
  margin: 50px;
  padding: 40px 50px;
}

.dilligence-process .col-md-6 {
  margin: auto;
}

.dilligence-process .why-h2 {
  text-align: left;
}

.dilligence-process .img-box {
  text-align: center;
}

.dilligence-process .img-box img {
  width: 90%;
}

.invest-process {
  background: #22293d;
  border-radius: 30px;
  margin: 50px 50px 100px;
  padding: 40px 50px;
}

.invest-process .col-md-5,
.col-md-7 {
  margin: auto;
}

.invest-process .why-h2 {
  text-align: left;
}

.invest-process .img-box {
  text-align: center;
}

.invest-process .img-box img {
  width: 80%;
}

.our-mission-img {
  margin: 40px 0 10px;
}

.our-mission-img img {
  width: 100%;
}

.intro-desc.about-section .section-p {
  font-size: 21px;
  max-width: 800px;
  margin-bottom: 0;
}

.offered {
  margin: 10px 0 50px;
}

.offered .col-md-4 {
  padding: 15px;
}

.offered-box {
  text-align: center;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;

  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.31);
}

.offered-box .title {
  font-size: 70px;
  font-weight: 800;
  line-height: 75px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #3352c6;
}

.offered-box .sub-title {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #f7f7f7;
}

.about-art {
  margin-bottom: 60px;
}

.about-art .about-header {
  text-align: center;
  margin: 10px 0 30px;
}

.about-art .about-header .about-header-text {
  font-size: 30px;
  font-weight: 800;
  color: #f7f7f7;
}

.about-art .about-description .about-title {
  font-size: 16px;
  font-weight: 700;
  color: #e5e5e5;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.about-art .about-description .about-text {
  font-size: 14px;
  color: #dbdbdb;
}

.ceo-word {
  margin-bottom: 100px;
}

.ceo-word .ceo-header {
  text-align: center;
  margin: 10px 0 40px;
}

.ceo-word .ceo-header .ceo-header-text {
  font-size: 30px;
  font-weight: 800;
  color: #f7f7f7;
  text-transform: capitalize;
}

.ceo-word hr {
  margin: 30px 0;
}

.ceo-image {
  text-align: right;
  margin-right: 40px;
}

.ceo-image img {
  border: 5px solid #2d3748;
  width: 200px;
  border-radius: 10px;
}

.ceo-text .desc {
  font-size: 18px;
  font-weight: 500;
  max-width: 90%;
  margin-bottom: 0;
  color: #d1d1d1;
  padding-bottom: 0;
}

.ceo-text p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ceo-text .ceo-name {
  margin-top: 15px;
  font-size: 21px;
  font-weight: 700;
}

/* trading hero section styles */
.trading-hero {
  padding: 70px 50px;
  margin-bottom: 100px;
}

.trading-hero-content .intro-h2 {
  text-align: left;
  font-size: 50px;
}

.trading-hero-content .btn {
  margin-top: 20px;
  background: #3352c6;
  color: #ffffff;
  border: 1px solid #3352c6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 40px;
  letter-spacing: 1px;
}

.trading-section-wrapper {
  margin-bottom: 80px;
}

.trading-section-wrapper .trading-header-text {
  max-width: 480px;
  margin-bottom: 30px;
}

.trading-section-wrapper .section-h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.trading-section-wrapper .section-p {
  font-size: 16px;
}

.trading-img-box {
  margin: 20px 0 50px;
  text-align: center;
}

.trading-img-box img {
  width: 90%;
}

.trading-section .right-text {
  display: flex;
  justify-content: end;
}

/* Sell Art Styles */
.sell-art-wrapper {
  margin: 70px 0 100px;
}

.sell-art-wrapper .section-h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.sell-art-wrapper .col-md-6 {
  margin: auto;
}

.consignment-section {
  padding-right: 20px;
}

.consignment-section .why-h2 {
  font-size: 24px;
  text-align: left;
}

.sell-art-page .row{
  display: flex;
  flex-wrap: wrap;
}

.sell-art-page .col-lg-6{
  display: flex;
}

.sell-art-page .contact-page-wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sell-form-box .contact-map-container{
  width: 100%;
  height: 100%;
}

.sell-form-box .contact-map-container iframe{
  border-radius: 15px;
  width: 100%;
  height: 600px;
}
.sell-form-box.map-box{
  padding: 20px;
}

.sell-art-wrapper .map-p{
  visibility: hidden;
}

.sell-form-box {
  margin-top: 30px;
  border-radius: 15px;
  padding: 20px 30px;

  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.26);
}

.sell-form-box .form-group {
  margin: 20px 0;
}

.sell-form-box .form-group label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.sell-form-box .form-group input {
  font-size: 14px;
  font-weight: 600;
  background: #141821;
  height: 50px;
  color: #ffffff;
  border: 1px solid #77777791;
}

.sell-form-box .form-group select {
  font-size: 14px;
  font-weight: 600;
  background: #141821;
  height: 50px;
  color: #ffffff;
  border: 1px solid #77777791;
}

.sell-form-box .form-group textarea {
  font-size: 14px;
  font-weight: 600;
  background: #141821;
  color: #ffffff;
  border: 1px solid #77777791;
}

.sell-form-box .form-group input:focus {
  box-shadow: none;
  outline: none;
  border: 2px solid #f7f7f7;
}

.sell-form-box .form-group textarea:focus {
  box-shadow: none;
  outline: none;
  border: 2px solid #f7f7f7;
}

.sell-form-box .form-group select:focus {
  box-shadow: none;
  outline: none;
  border: 2px solid #f7f7f7;
}

.sell-form-box .form-group .btn {
  width: 100%;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  background: #3352c6;
  border: 1px solid #3352c6;
  border-radius: 5px;
  margin-bottom: 20px;
}

.sell-form-box .form-group .form-note {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #3352c6;
}

.sell-form-box .request-btn {
  text-align: center;
  margin-top: 30px;
}

.sell-form-box .request-btn .btn {
  width: 100%;
  padding: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  margin-bottom: 20px;
}

.art-valuation .section-h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}

.art-valuation .section-p {
  text-align: center;
  font-size: 16px;
}

/* Artist Page Styles */
.artist-wrapper {
  margin: 50px 0 100px;
}

.artist-wrapper.marketplace-row {
  padding: 15px 40px;
}

.artist-wrapper .section-h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.artist-wrapper .col-md-3 {
  padding: 10px 15px;
}

.artist-wrapper .artist-row {
  margin-top: 50px;
}

.artist-wrapper .artist-box {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 15px;

  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.22);
}

.artist-wrapper .artist-box .artist-img-box {
  text-align: center;
}

.artist-wrapper .artist-box .artist-img-box img {
  width: 220px;
  height: 220px;
  border-radius: 10px;
  object-fit: cover;
}

.artist-wrapper .artist-box .artist-name {
  margin-top: 15px;
  text-align: center;
  color: #f7f7f7;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.artist-wrapper .artist-box .art-desc {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #a3a3a3;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* art valuation section */
.upload-art {
  margin-top: 10px;
  margin-bottom: 15px;
}

.upload-label {
  font-size: 14px;
  font-weight: 700;
  color: #f7f7f7;
  margin-bottom: 8px;
}

.upload-art .upload-art-box {
  border: 3px dashed #7180967e;
  border-radius: 12px;
  text-align: center;
  min-height: 180px;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-art .upload-art-box .text {
  font-size: 14px;
  color: #a0aec0;
  font-weight: 600;
}

.upload-art .upload-art-box .btn {
  font-size: 14px;
  font-weight: 500;
  color: #f7f7f7;
  padding: 10px 15px;
  background: #2d3748;
  border: 0 solid transparent;
  border-radius: 8px;
}

.upload-art .upload-art-box .upload-button-box {
  display: block;
}

.upload-art .upload-art-box .art-image-container {
  width: 100%;
  height: 300px;
  padding: 20px;
  position: relative;
  display: none;
}

.upload-art .upload-art-box .art-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  object-position: center;
}

.upload-art .upload-art-box .art-image-container .btn {
  background: #2d3748;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 15px;
  z-index: 1030;
  position: absolute;
  right: 30px;
  top: 30px;
}

/* styles for feedback and support */
.portal-window {
  position: fixed;
  z-index: 1030;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #01070f;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
}

#supportTicketPortal {
  display: none;
}

/* Portal Content/Box */
.portal-window-content {
  color: #f7f7f7;
  background: #1a202c;
  border: 1px solid #2d37488e;
  margin: auto;
  padding: 0;
  border-radius: 20px;
  width: 30%;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
}

.support_ticket_box {
  padding: 20px 20px;
}

.support-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.support-header .header-title {
  font-size: 17px;
  font-weight: 700;
  color: #f7f7f7;
}

.support-header .fas {
  font-size: 18px;
  color: #f7f7f7;
  cursor: pointer;
}

/* art valuation portal section */
#artValuationPortal .portal-window-content {
  width: 30%;
}

.art-valuation-wrapper {
  max-height: 80vh;
  overflow-y: auto;
  padding: 10px 5px 30px;
}

.art-valuation-wrapper::-webkit-scrollbar {
  display: none;
}

.art-valuation-wrapper .h4-title {
  margin: 10px 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #a0aec0;
  text-align: center;
}

.art-valuation-wrapper .content {
  padding: 10px 0 20px;
}

.art-valuation-wrapper .content .est-price {
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  line-height: 30px;
  margin-top: 0;
  padding-top: 10px;
}

.art-valuation-wrapper .content .art-image {
  text-align: center;
  margin: 10px 15px;
}

.art-valuation-wrapper .content .art-image img {
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

.art-valuation-wrapper .content .art-info {
  text-align: center;
}

.art-valuation-wrapper .content .art-info p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.art-valuation-wrapper .content .art-info p.artist {
  font-size: 13px;
  font-weight: 500;
  color: #a0aec0;
  margin-bottom: 20px;
}

.art-valuation-wrapper .footer {
  background-color: #141821;
  color: #a0aec0;
  padding: 8px 10px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  font-size: 11px;
  margin-top: 15px;
  border-radius: 10px;
}

.art-valuation-wrapper .footer p {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* evaluate art and get investment returns styles */
.evaluate_art_invest_box {
  border-top: 1px solid #a0aec08b;
  padding-top: 15px;
}

.evaluate_art_invest_box .input_container {
  margin-bottom: 15px;
}

.evaluate_art_invest_box .input_container label {
  font-size: 14px;
  font-weight: 600;
  color: #a0aec0;
  margin-bottom: 8px;
}

.evaluate_art_invest_box .input_container .form-inline {
  display: flex;
  flex-direction: row;
  border: 1px solid #2d3748f0;
  background: #141821;
  border-radius: 8px;
  overflow: hidden;
}

.evaluate_art_invest_box .input_container .form-inline .btn {
  background: #171a25;
  padding: 10px;
  text-align: center;
  color: #f7f7f7;
  border: 0 solid transparent;
  width: 50px;
  font-weight: 600;
  font-size: 14px;
}

.evaluate_art_invest_box .input_container .form-inline input {
  background: transparent;
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0 solid transparent;
  height: 50px;
}

.evaluate_art_invest_box .input_container .form-inline input:focus {
  box-shadow: none;
  outline: none;
}

.evaluate_art_invest_box .returns_container .returns_days_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  background: #141821;
  border-radius: 10px;
  border: 1px solid #2d37488e;
  padding: 6px;
}

.evaluate_art_invest_box .returns_container .returns_days_box .btn.btn-outline-secondary {
  padding: 7px 10px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #f7f7f7;
}

.evaluate_art_invest_box .returns_container .returns_days_box .btn.btn-outline-secondary.active {
  background: #1877f2;
  border: 1px solid #1877f2;
}

.potential_container {
  margin: 10px 0 15px;
  background: #141821;
  padding: 15px;
  border-radius: 10px;
}

.potential_container .title {
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #a0aec0;
}

.potential_container .dollar_h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f7f7f7;
  letter-spacing: 0.5px;
}

.potential_container .eth_span {
  font-size: 14px;
  font-weight: 600;
  color: #a0aec0;
  padding-left: 8px;
}

.evaluate_art_invest_box .art_invest_btn {
  text-align: center;
}

.evaluate_art_invest_box .art_invest_btn .btn {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 30px;
  padding: 7px 30px;
}

/* terms and condition styles */
.terms-of-use {
  margin-top: 20px;
  margin-bottom: 50px;
}

.terms-of-use .terms-header {
  padding: 50px 0 20px;
}

.terms-of-use .terms-header .title {
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 1px;
  font-family: "Neuton", serif;
}

.terms-of-use .terms-header .date {
  font-weight: 500;
  font-size: 16px;
}

.terms-of-use .p-title-1 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.terms-of-use .p-title-2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 30px;
}

.terms-of-use .p-text-cap {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.terms-of-use .p-tag {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.terms-of-use .text-bold {
  font-weight: 700;
}

.terms-of-use .p-list {
  margin-top: 15px;
}

.terms-of-use .p-list li {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.terms-of-use a {
  text-decoration: none;
  color: #0096ff;
}