* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f8efe3;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Exo;
  font-size: 16px;
  color: white;
  font-family: "Poppins", sans-serif;
}
body p {
  color: #cccccc;
}

body a {
  color: #cccccc;
}
body a:hover {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 48px;
  line-height: 56px;
}
h2,
.h2 {
  font-size: 32px;
  line-height: 40px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.header-contaier {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  background-color: #17191f !important;
  height: 106px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  padding: 0;
}
nav ul li {
  padding: 15px 0;
}

nav ul li a {
  transition: all 0.3s ease;
}

nav ul li a:hover {
  color: #06a0ff;
  background: none;
}
nav ul li:not(:last-child) {
  margin-right: 20px;
}
nav ul li a,
.logo {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 16px;
  min-height: 27px;
}

.login-btn {
  max-width: 162px;
  width: 100%;
  font-size: 13px;
  background-color: #f8f0e3;
  border-radius: 20px;
  border: 2px solid #f8f0e3;
  color: #17191f;
  text-align: center;
  padding: 8px 10px;
}
.main-content {
  padding-top: 106px;
}
.dashboard-container {
  width: 100%;
  padding: 40px 0;
  background-color: #f8f0e3;
}
.dashboard-container .container {
  max-width: 385px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header-heading {
  margin: 0px 0 20px 0;
  color: #17191f;
  font-family: "Playfair Display", serif;
}

.header-text {
  color: #17191f;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.collect-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 181px;
  height: 40px;
  font-size: 14px;
  border: 1px solid gray !important;
  background-color: #f8f0e3;
  border-radius: 20px;
  border: none;
  color: #17191f;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}
.collect-btn img {
  margin-right: 5px;
}
.display-text a:hover {
  text-decoration: none;
}
.header-btn a {
  color: #17191f;
  text-decoration: none;
}
.your-tokens {
  background-color: #1e2025;
  margin-top: 180px;
  padding-bottom: 80px;
}
.display-container {
  padding: 100px 0;
  background-color: #1e2025;
}

.display-container .inner-wrapper {
  text-align: center;
  border: 1px solid #a3a3a3;
  border-width: 1px 0 1px 0px;
  padding: 50px 0;
}

.display-heading {
  color: #acadac;
  margin-bottom: 20px;
}

.display-text {
  margin: 0;
}

.display-text a {
  color: white;
  text-decoration: underline;
}
.token-img {
  background-color: #f8efe3;
  border: 8px solid #1e2025;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-top: -100px;
}
.token-image-wrapper {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.token-num {
  display: flex;
  align-items: center;
}
.token-num a {
  cursor: pointer;
  margin-left: 15px;
}
#click {
  display: none;
}

.menu-btn {
  cursor: pointer;
  display: none;
}

.circle-image-container {
  height: 120px;
  background-color: #f8f0e3;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.circle-image {
  height: 70px;
  width: 70px;
  position: absolute;
  border-radius: 50%;
  top: 80px;
  border: 5px solid #17191f;
  margin-bottom: 130px;
}

.token-container hr {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.token-heading {
  display: flex;
  align-items: flex-end;
  border-top: 1px solid #a3a3a3;
  padding: 40px 0;
}
.token-heading p {
  margin-left: 20px;
}
.card {
  width: 25%;
  padding: 0 15px 30px;
  position: relative;
}
.card-container .inner-wrapper {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
/* 
.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
} */

.modify-btn {
  background-color: white;
  width: 86px;
  height: 32px;
  border-radius: 16px;
  border-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.9;
  bottom: 20px;
}
.popup-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
.modify-btn a {
  color: #17191f;
  text-decoration: none;
  font-size: 16px;
}
.expand-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 1px solid black;
  background-color: black;
  opacity: 0.8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.card .content {
  padding-top: 15px;
}
.fa-expand {
  color: white;
}

.token-info-container {
  background-color: #1e2025;
  margin-top: 105px;
  padding-bottom: 80px;
}
.back-btn {
  padding: 40px 0;
  border-bottom: 1px solid #a3a3a3;
}
.back-btn a {
  color: white;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.back-btn a img {
  margin-right: 15px;
}
.figure-container .content {
  padding-top: 15px;
}

.token-content-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 45px;
}

.figure-container {
  display: flex;
  flex-direction: column;
  width: 32%;
  position: relative;
}

.figure-container img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.text-container {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 30px;
}
.token-id-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.token-id-container h4 {
  font-weight: lighter;
  color: #a3a3a3;
}
.properties-wrapper h3 {
  padding-bottom: 15px;
}
.token-id-container h2 {
  font-weight: normal;
}

.token-id-container a {
  font-weight: lighter;
  color: #cccccc;
}

.token-status-container h3 {
  font-weight: lighter;
  color: #a3a3a3;
}
.content-section {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding-left: 30px;
}

.property-card-container {
  display: grid;
  width: 85%;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  grid-template-rows: auto;
  grid-gap: 20px;
}

.property-card {
  background-color: #878d9e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid snow;
  border-radius: 18px;
  max-width: 599px;
  text-align: center;
  padding: 15px;
}

.property-card h4 {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: lighter;
}

.second-h4 {
  margin: 6px !important;
  font-size: 14px !important;
}
.property-card p {
  margin-top: 0px;
  font-size: 12px;
  letter-spacing: 0.5%;
  line-height: 20px;
}

.properties-heading {
  color: #a3a3a3;
  font-weight: lighter;
}
.mfp-arrow {
  width: 68px !important;
  height: 68px !important;
  border: 1px solid #a3a3a3 !important;
  border-radius: 50% !important;
}
.mfp-arrow-right {
  right: auto;
  left: 70%;
}
.mfp-arrow-right:before {
  border: none !important;
}
button.mfp-arrow-right:after {
  border: solid white;
  border-width: 0 2px 2px 0;
  margin-top: 18px;
  margin-left: 24px;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

button.mfp-arrow-left {
  right: 70%;
  left: auto;
}
.mfp-arrow-left:before {
  border: none !important;
}
button.mfp-arrow-left:after {
  border: solid white;
  border-width: 0 2px 2px 0;
  margin-top: 18px;
  margin-left: 27px;
  display: inline-block;
  padding: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(135deg);
}

.mfp-close {
  display: none !important;
}

.mfp-container {
  cursor: auto !important;
  backdrop-filter: blur(3px);
  width: 100% !important;
}

.mfp-counter {
  display: none;
}

.popup {
  width: 100%;
}

.mfp-title {
  font-weight: bolder;
  font-size: xx-large;
  padding-right: 5px !important;
  margin-top: 20px;
  width: 100%;
  border-radius: 16px !important;
  background-color: white;
  color: black !important;
  background-image: url("../img/mask-group.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mfp-title p {
  color: black;
  margin-top: 0;
  font-size: 14px;
}
.mfp-content{
  max-width: 400px !important;
}

.a-tag:hover::after {
  border: 5px solid greenyellow;
}

@media only screen and (max-width: 1024px) {
  /* .figure-container {
    width: 50%;
  } */
  .card {
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .header {
    background-color: #17191f !important;
    height: 80px;
  }
  .main-content {
    padding-top: 80px;
  }
  nav ul {
    position: fixed;
    top: 80px;
    left: -110%;
    background-color: #111;
    height: 100%;
    width: 100%;
    display: block !important ;
    text-align: center !important;
    margin-top: 0px;
    transition: all 0.3s ease;
  }
  nav ul li:not(:last-child) {
    margin: 0;
  }
  nav ul li {
    padding: 15px 15px 0 15px;
    display: flex;
    justify-content: center;
  }
  #click:checked ~ ul {
    left: 0%;
  }
  nav ul li a {
    justify-content: center;
  }

  nav ul li a:hover {
    color: #06a0ff;
  }

  .menu-btn {
    display: block;
  }
  .menu-btn i {
    display: block;
    font-size: 30px;
  }
  .nav-btn {
    float: inherit;
    width: 33%;
  }
  nav {
    height: 80px;
  }
  .token-img {
    background-color: #f8efe3;
    border: 8px solid #1e2025;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-top: -50px;
  }
  .token-content-container {
    flex-direction: column;
  }
  .content-section {
    width: 100%;
    padding-left: 0px;
  }
  .figure-container {
    width: 100%;
    padding-bottom: 30px;
  }
  .text-container {
    flex-direction: column;
  }
  .token-id-container {
    padding-bottom: 20px;
  }
  .property-card-container {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .card {
    width: 100%;
  }
  .property-card-container {
    grid-template-columns: repeat(1, minmax(120px, 1fr));
  }
}


.input-form-control{
  display: block;
    width: 100%;

    padding: 0.375rem 0.75rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25 rem
;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.fc-btn{
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.fc-btn-info{
  color: #050505;
  background-color: #f8f0e3;
  border-color: #f8e4c3;
}

.fc-btn-transparent{
  background: transparent;
border: none;
font-weight: lighter;
color: #cccccc;
font-size: larger;
margin-top: 5px;
}




button{
  cursor: pointer;
}