:root {
  ---primary: #24a5a6;
}

body {
  overflow-x: hidden;
  background: black;
  color: white;
  font-family: "Rammetto One", sans-serif;
}

.rammetto-one {
  font-family: "Rammetto One", sans-serif;
}

.questrial {
  font-family: "Questrial", sans-serif !important;
}

.pointer {
  cursor: pointer;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.city-bubble {
  position: absolute;
  top: -120px;
  right: 10%;
  transform: rotate(23deg);
}

.step-blur-bubble {
  position: absolute;
  bottom: -290px;
  left: 10%;
  transform: scale(2);
}

.btn {
  border-radius: 10px !important;
  padding: 8.5px 23px;
}
.max-w-760 {
  max-width: 760px;
}

.step-number {
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .step-number {
    font-size: 20px;
    line-height: 24px;
  }
}

.font-65 {
  font-size: 65px;
  line-height: 70px;
}
@media screen and (max-width: 992px) {
  .font-65 {
    font-size: 28px;
    line-height: 32px;
  }
}

.font-24 {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .font-24 {
    font-size: 18px;
    line-height: 22px;
  }
}

.text-xl {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .text-xl {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-lg {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .text-lg {
    font-size: 16px;
    line-height: 20px;
  }
}

.font-32 {
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 992px) {
  .font-32 {
    font-size: 18px;
    line-height: 28px;
  }
}

.font-100 {
  font-size: 100px;
  line-height: 100px;
}
@media screen and (max-width: 992px) {
  .font-100 {
    font-size: 38px;
    line-height: 38px;
  }
}

.max-w-content {
  max-width: max-content;
}

@media screen and (min-width: 992px) {
  .max-w-275 {
    max-width: 275px;
  }
}

.dark-border {
  border: 1px solid rgba(255, 255, 255, 0.1490196078) !important;
}

.border-dark {
  border-color: rgba(255, 255, 255, 0.1490196078) !important;
}

.dark-card {
  border: 1px solid rgba(255, 255, 255, 0.0823529412);
  background-color: rgba(13, 13, 13, 0.3137254902);
  padding: 35px 30px;
  border-radius: 16px;
  height: 100%;
  width: 100%;
  position: relative;
  backdrop-filter: blur(10px);
}

.navigation-fullscreen-modal .modal-dialog .modal-content {
  background-image: url("../images/stars.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navigation-fullscreen-modal .modal-dialog .modal-content .modal-body .navigation-modal-link {
  font-size: 28px;
  line-height: 32px;
}
.navigation-fullscreen-modal .modal-dialog .modal-content .modal-footer .navigation-modal-button {
  height: 46px;
  max-width: 212px !important;
  width: 100%;
  font-size: 18px !important;
}

@media screen and (min-width: 992px) {
  .responsive .gradient-bordered-card .dark-card {
    min-height: 535px;
  }
}

.gradient-bordered-card {
  padding: 1px;
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 16px;
  transition: all 300ms ease-in-out;
  height: 100%;
  width: 100%;
}
.gradient-bordered-card:hover {
  background: linear-gradient(180deg, #24a5a6 0%, rgba(36, 165, 166, 0) 100%);
  transition: all 300ms ease-in-out;
}
.gradient-bordered-card:hover .dark-card .details-card-container .details-card {
  opacity: 1;
}
.gradient-bordered-card .dark-card {
  border: none;
  background: #040404;
}
.gradient-bordered-card .dark-card .details-card-container {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.gradient-bordered-card .dark-card .details-card-container .details-card {
  z-index: 3;
  max-height: max-content;
  max-width: 329px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  background: rgba(13, 13, 13, 0.8509803922);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 24px 20px;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
.gradient-bordered-card .dark-card .details-card-container .details-card .details-card-title {
  font-size: 18px;
  font-family: "Questrial", sans-serif;
}
.gradient-bordered-card .dark-card .details-card-container .details-card .details-card-description {
  font-size: 24px;
  color: var(---primary);
}

.mobile-slider .slick-dots,
.responsive .slick-dots,
.step-2-cards-container .slick-dots,
.detail-matter-slider .slick-dots {
  bottom: -40px !important;
}
.mobile-slider .slick-dots li,
.responsive .slick-dots li,
.step-2-cards-container .slick-dots li,
.detail-matter-slider .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  background: rgba(13, 13, 13, 0.3137254902);
  border: 1px solid rgba(255, 255, 255, 0.0823529412);
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}
.mobile-slider .slick-dots li.slick-active,
.responsive .slick-dots li.slick-active,
.step-2-cards-container .slick-dots li.slick-active,
.detail-matter-slider .slick-dots li.slick-active {
  width: 25px !important;
  border: 1px solid var(---primary);
  background: var(---primary);
  border-radius: 20px;
}
.mobile-slider .slick-dots li button,
.responsive .slick-dots li button,
.step-2-cards-container .slick-dots li button,
.detail-matter-slider .slick-dots li button {
  display: none !important;
}

.header {
  background-image: url("../images/stars.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 16px;
}
.header.no-stars {
  background-image: none;
}
.header nav .logo {
  width: 149px;
  height: 97px;
}
@media screen and (max-width: 768px) {
  .header nav .logo {
    width: 81px;
    height: 53px;
  }
}
.header nav .navbar-menu-toggler {
  cursor: pointer;
  width: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  height: max-content;
}
.header nav .navbar-menu-toggler span {
  min-height: 1.77px;
  max-height: 1.77px;
  transition: all 200ms ease-in-out;
  position: relative;
}
.header nav .navbar-menu-toggler span:first-child {
  width: 100%;
}
.header nav .navbar-menu-toggler span:last-child {
  width: 21px;
}
.header nav .navbar-link {
  font-family: "Questrial", sans-serif;
  text-decoration: none !important;
  color: white;
  transition: all 300ms ease-in-out;
}
.header nav .navbar-link:hover {
  color: var(---primary);
}
.header nav .navbar-link.active {
  font-family: "Rammetto One", sans-serif;
  color: var(---primary);
}
.header nav .profile-menu .dropdown-icon {
  right: -4px;
  bottom: -4px;
  backdrop-filter: blur(4px);
  width: 28px;
  height: 28px;
}
.header nav .profile-menu .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.2078431373);
  backdrop-filter: blur(10px);
}
.header nav .profile-menu .dropdown-menu li .dropdown-item:active {
  background-color: var(---primary);
}

footer .footer-container {
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
footer .links-container {
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
}
@media screen and (min-width: 992px) {
  footer .links-container {
    gap: 80px;
  }
}
footer .links-container .news-letter-form .rounded-input {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2078431373);
  outline: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.0823529412);
  transition: all 200ms ease-in-out;
  border-radius: 50px;
  width: 100%;
  color: white;
  font-family: "Questrial", sans-serif;
  padding: 9.5px 20px;
}
footer .links-container .news-letter-form .rounded-input:focus {
  transition: all 200ms ease-in-out;
  border-color: var(---primary);
}
footer .links-container .news-letter-form .email-submit-button {
  border: none !important;
  background: transparent;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 11px;
  right: 23px;
  color: white;
}
footer .links-container .social-link {
  backdrop-filter: blur(10px);
  color: white;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.0823529412);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2078431373);
  transition: all 200ms ease-in-out;
  border-radius: 50%;
}
footer .links-container .social-link:hover {
  background: var(---primary);
  transition: all 200ms ease-in-out;
  border: 1px solid var(---primary);
  color: black;
}
footer .object-fit-cover {
  z-index: -1;
  left: -222px !important;
  bottom: -30px !important;
}

.cards-container {
  margin-top: 200px;
}
@media screen and (max-width: 992px) {
  .cards-container {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cards-container .dark-card {
    min-height: 200px;
  }
}
.cards-container .dark-card .dark-card-title {
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin-bottom: 16px;
}
.cards-container .dark-card .dark-card-description {
  font-size: 20px;
  line-height: 26px;
  display: block;
  font-family: "Questrial", sans-serif;
}

.tutorial-video-container {
  max-width: 1114px;
  height: 630px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  background: #040404;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 992px) {
  .tutorial-video-container {
    height: 280px;
  }
}
.tutorial-video-container svg {
  width: 65.35px;
  height: 65.35px;
}
@media screen and (max-width: 768px) {
  .tutorial-video-container svg {
    width: 32px;
    height: 32px;
  }
}
.tutorial-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.tutorial-video-container .tutorial-video-bubble {
  position: absolute;
  bottom: 40px;
  left: -140px;
  transform: rotate(50deg);
  z-index: -1;
}
.tutorial-video-container .tutorial-bird {
  position: absolute;
  top: -70px;
  right: 70px;
}

.crew-token-table .table > :not(caption) > * > * {
  padding: 0.5rem 0 !important;
  color: white;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.crew-token-table .table > :not(caption) > * > * .first-box {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.crew-token-table .table > :not(caption) > * > * .last-box {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.homepage .hero-section {
  text-align: center;
}
.homepage .hero-section .hero-title {
  font-size: 65px;
  line-height: 70px;
  color: var(---primary);
  display: block;
}
@media screen and (max-width: 992px) {
  .homepage .hero-section .hero-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.homepage .hero-section .hero-subtitle {
  font-size: 24px;
  line-height: 1;
  color: white;
  display: block;
}
@media screen and (max-width: 992px) {
  .homepage .hero-section .hero-subtitle {
    font-size: 16px;
    line-height: 22px;
    max-width: 241.03px;
    margin-left: auto;
    margin-right: auto;
  }
}
.homepage .hero-section .mouse-button {
  border: 2px solid #080606;
  width: 40px;
  height: 70px;
  border-radius: 50px;
  background: #0d0d0d;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 14px;
  margin-right: auto;
  margin-left: auto;
}
.homepage .hero-section .mouse-button .divider-line {
  display: block;
  background: #fff;
  height: 10px;
  width: 2px;
}
.homepage .neon-section {
  width: 100%;
  max-width: 100%;
}
.homepage .neon-section .neon-video {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.homepage .neon-section .tape {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .about-section {
  position: relative;
}
.homepage .about-section .counter-container {
  max-width: 964px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.homepage .about-section .counter-container .counter-title {
  font-size: 24px;
  color: white;
  line-height: 1;
  font-weight: 400;
  font-family: "Questrial", sans-serif !important;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .homepage .about-section .counter-container .counter-title {
    font-size: 16px;
  }
}
.homepage .about-section .counter-container .counter-number {
  font-size: 65px;
  line-height: 70px;
  color: white;
  display: block;
}
@media screen and (max-width: 992px) {
  .homepage .about-section .counter-container .counter-number {
    font-size: 24px;
    line-height: 28px;
  }
}
.homepage .about-section .container {
  position: relative;
}
.homepage .about-section .container .blur-bubble {
  position: absolute;
  left: 30px;
  top: 20%;
  width: 610px;
  height: 610px;
  object-fit: cover;
  z-index: -1;
}
.homepage .about-section .container .bubble-2 {
  position: absolute;
  top: 21%;
  right: 0;
}
.homepage .about-section .container .descriptive-text {
  font-size: 24px;
  line-height: 34px;
  font-family: "Questrial", sans-serif;
  max-width: 804px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .homepage .about-section .container .descriptive-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.homepage .service-providers-container .service-bubble {
  position: absolute;
  left: 0;
  top: -125px;
  transform: rotate(50deg);
  z-index: -1;
}
.homepage .service-providers-container .blured-bg {
  right: -300px;
  top: -460px;
  z-index: -1;
}
.homepage .service-providers-container .service-providers {
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
}
.homepage .service-providers-container .service-providers .service-provider-title {
  font-size: 65px;
  line-height: 70px;
  color: var(---primary);
}
@media screen and (max-width: 992px) {
  .homepage .service-providers-container .service-providers .service-provider-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.homepage .service-providers-container .service-providers .service-provider-description p {
  font-size: 32px;
  line-height: 48px;
  font-family: "Questrial", sans-serif;
}
@media screen and (max-width: 992px) {
  .homepage .service-providers-container .service-providers .service-provider-description p {
    font-size: 20px;
    line-height: 30px;
  }
}
.homepage .service-providers-container .dark-card:hover .icon-container {
  opacity: 1;
}
.homepage .service-providers-container .dark-card .icon-container {
  border-radius: 16px;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.homepage .service-providers-container .dark-card .twitter-white-icon {
  min-width: 88px;
  max-width: 88px;
  min-height: 88px;
  max-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  color: black;
}
.homepage .service-providers-container .dark-card .twitter-icon {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(---primary);
  color: black;
}
.homepage .service-providers-container .dark-card .framed {
  width: 215px;
  height: 76px;
  display: block;
}
.homepage .service-providers-container .dark-card .alter {
  width: 83px;
  height: 83px;
  display: block;
}
.homepage .service-providers-container .dark-card .dark-description {
  font-size: 18px;
  line-height: 26px;
  font-family: "Questrial", sans-serif;
}
.homepage .more-section {
  position: relative;
}
@media screen and (min-width: 992px) {
  .homepage .more-section {
    margin-top: 150px;
  }
}
.homepage .more-section .paper1 {
  position: absolute;
  top: -100px;
  left: -24px;
}
@media screen and (min-width: 1400px) {
  .homepage .more-section .paper1 {
    left: 45px;
  }
}
.homepage .more-section .paper2 {
  position: absolute;
  top: -50px;
  right: -60px;
}
@media screen and (min-width: 1400px) {
  .homepage .more-section .paper2 {
    right: 45px;
  }
}
.homepage .more-section .max-w-744 {
  max-width: 744px;
  margin-right: auto;
  margin-left: auto;
}
.homepage .more-section .more-title {
  font-size: 65px;
  line-height: 70px;
}
@media screen and (max-width: 992px) {
  .homepage .more-section .more-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.homepage .more-section .more-description {
  font-size: 24px;
  line-height: 30px;
  font-family: "Questrial", sans-serif;
}
@media screen and (max-width: 992px) {
  .homepage .more-section .more-description {
    font-size: 20px;
  }
}
.homepage .team-section .team-container {
  max-width: 1196px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.homepage .team-section .team-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .team-section .team-bg-blur img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.homepage .team-section .bubbble {
  position: absolute;
  bottom: -70px;
  right: -200px;
  z-index: -1;
  width: 323px;
  height: 323px;
  object-fit: cover;
}
.homepage .team-section .dark-card {
  text-align: center;
  z-index: 1;
}
.homepage .team-section .dark-card .user-image {
  height: 352px;
  max-width: 326px;
  width: 100%;
  border-radius: 16px;
  margin-top: 8px;
}
.homepage .team-section .dark-card .user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .team-section .dark-card .team-card-title {
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .homepage .team-section .dark-card .team-card-title {
    font-size: 20px;
  }
}
.homepage .team-section .dark-card .team-card-description {
  font-size: 18px;
  line-height: 26px;
  font-family: "Questrial", sans-serif;
}
@media screen and (max-width: 992px) {
  .homepage .team-section .dark-card .team-card-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.homepage .team-section .dark-card .team-twitter-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .homepage .team-section .dark-card .team-twitter-icon-container {
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
  }
}
.homepage .team-section .dark-card .team-twitter-icon-container .team-twitter-icon {
  background-color: var(---primary);
  color: black;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-crew {
  position: relative;
}
.find-crew .bubble1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(2);
  z-index: -1;
}
.find-crew .bubble2 {
  position: absolute;
  bottom: 100px;
  left: 0;
  transform: scale(1.5);
  z-index: -1;
}
.find-crew .hero-section {
  z-index: 1;
}
.find-crew .hero-section .font-100 {
  text-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5019607843);
}
.find-crew .step-2-cards-container .dark-card {
  min-height: 710px;
}
@media screen and (max-width: 992px) {
  .find-crew .step-2-cards-container .dark-card {
    min-height: 610px;
  }
}
.find-crew .step-2-cards-container .dark-card .hover-description {
  opacity: 0;
  transition: all 500ms ease-in-out;
  background-color: var(---primary);
  border-radius: 16px;
}
.find-crew .step-2-cards-container .dark-card .hover-description:hover {
  opacity: 1;
  transition: all 500ms ease-in-out;
}
.find-crew .step-2-cards-container .dark-card .hover-description .hover-title {
  font-size: 38px;
  line-height: 38px;
}
@media screen and (max-width: 992px) {
  .find-crew .step-2-cards-container .dark-card .hover-description .hover-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.find-crew .step-2-cards-container .dark-card .city-title {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 992px) {
  .find-crew .step-2-cards-container .dark-card .city-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.find-crew .stars-container {
  background-image: url("../images/stars.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.find-crew .step-3-bubble {
  position: absolute;
  top: 0;
  right: 0;
}

.treasury .treasury-hero .bubble1 {
  position: absolute;
  top: 0;
  right: -300px;
  transform: scale(2);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .treasury .treasury-hero .dark-card {
    border-radius: 8px;
  }
  .treasury .treasury-hero .dark-card .font-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .treasury .treasury-hero .dark-card {
    padding: 16px 12px;
  }
}
.treasury .treasury-hero .np1 {
  position: absolute;
  top: -120px;
  right: 210px;
}
.treasury .treasury-hero .np2 {
  position: absolute;
  top: 218px;
  right: 0;
}
.treasury .crew-node-section .crew-bubble {
  position: absolute;
  left: -250px;
  top: 40px;
  transform: scale(1.5);
  z-index: -1;
}
.treasury .crew-node-section .dark-card.bg-blur {
  background-image: url("../images/BlurBubble.png");
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
}
.treasury .crew-node-section .dark-card .detached {
  height: 75%;
  object-fit: contain;
}
.treasury .crew-node-section .crew-details .title-crew {
  font-size: 24px;
  line-height: 28px;
}
.treasury .crew-node-section .crew-details .crew-card-title {
  font-size: 28px;
  line-height: 32px;
  color: var(---primary);
  text-transform: uppercase;
}
.treasury .cards-container .cards-bubble {
  position: absolute;
  right: -50px;
  bottom: -150px;
  transform: scale(1.5);
  z-index: -1;
}

.governance .governance-hero .bubble1 {
  position: absolute;
  top: -250px;
  right: -315px;
  z-index: -1;
  transform: scale(2);
}
.governance .governance-hero .bubble2 {
  position: absolute;
  top: 150px;
  left: -315px;
  z-index: -1;
  transform: scale(2);
}
.governance .governance-hero .gradient-bordered-card:hover {
  background: linear-gradient(180deg, #24a5a6 0%, #0e4040 100%);
}
.governance .governance-hero .gradient-bordered-card:hover .explore-button-container {
  display: block;
}
.governance .governance-hero .gradient-bordered-card .explore-button-container {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.governance .active-voting-section .acting-bubble {
  position: absolute;
  right: -160px;
  top: -53px;
  transform: rotate(68deg);
  z-index: -1;
}
.governance .active-voting-section .acting-blur-bubble {
  position: absolute;
  left: calc(50% - 305px);
  bottom: -200px;
  z-index: -1;
  transform: scale(1.5);
}
.governance .active-voting-section .acting-blur-bubble.proposal-blur-bubble {
  top: -100px;
  bottom: unset;
  transform: scale(2);
}
.governance .active-voting-section .accordion {
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}
.governance .active-voting-section .accordion .accordion-item {
  color: white;
  background-color: rgba(13, 13, 13, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  backdrop-filter: blur(10px);
}
.governance .active-voting-section .accordion .accordion-item:first-of-type {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.governance .active-voting-section .accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}
.governance .active-voting-section .accordion .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.governance .active-voting-section .accordion .accordion-item:last-of-type > .accordion-header .accordion-button {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}
.governance .active-voting-section .accordion .accordion-item .accordion-button {
  background-color: transparent;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px;
  box-shadow: none;
}
.governance .active-voting-section .accordion .accordion-item .accordion-button:after {
  content: none;
}
.governance .active-voting-section .accordion .accordion-item .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.governance .active-voting-section .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: white;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-button {
    padding: 30px;
  }
}
.governance .active-voting-section .accordion .accordion-item .accordion-button .counter {
  width: 63px;
  height: 63px;
  background: var(---primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 20px;
}
.governance .active-voting-section .accordion .accordion-item .accordion-button .counter-item .title-counter {
  font-family: "Questrial", sans-serif;
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-button .counter-item .title-counter {
    font-size: 20px;
    line-height: 26px;
  }
}
.governance .active-voting-section .accordion .accordion-item .accordion-button .counter-item .title-number {
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-button .counter-item .title-number {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-collapse {
    padding-left: 61.5px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-collapse .accordion-body {
    border-left: 1px dashed #24a5a6;
    padding: 30px 30px 0 0;
  }
}
.governance .active-voting-section .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding-left: 34px;
  margin: 0;
}
.governance .active-voting-section .accordion .accordion-item .accordion-collapse .accordion-body ul li.list-item {
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.governance .active-voting-section .accordion .accordion-item .accordion-collapse .accordion-body ul li.list-item::marker {
  content: "-----";
  color: var(---primary);
  vertical-align: middle;
  padding-right: 10px;
}
@media screen and (max-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-collapse .accordion-body ul li.list-item {
    font-size: 14px;
    line-height: 22px;
  }
}
.governance .active-voting-section .accordion .accordion-item .accordion-collapse .accordion-body .approve-button {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-collapse .accordion-body .approve-button {
    height: 58px;
    width: 223px;
    font-size: 20px;
  }
}
.governance .active-voting-section .accordion .accordion-item .counter-progress {
  width: 100%;
  padding: 2px;
  background: linear-gradient(180deg, #24a5a6 0%, #0e4040 100%);
  border-radius: 50px;
  height: 26px;
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .counter-progress {
    max-width: 223px;
  }
}
.governance .active-voting-section .accordion .accordion-item .counter-progress .counter-progress-bar {
  background: #040404;
  width: 100%;
  height: 100%;
  padding: 2px;
  backdrop-filter: blur(10px);
  border-radius: 50px;
}
.governance .active-voting-section .accordion .accordion-item .counter-progress .counter-progress-bar .counter-progress-color {
  box-shadow: 0 0 25px rgba(36, 165, 166, 0.5019607843);
  background: #24a5a6;
  width: 50%;
  height: 100%;
  border-radius: 50px;
}
.governance .active-voting-section .accordion .accordion-item .accordion-badge {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  font-size: 20px;
  line-height: 33.78px;
  border-radius: 10px;
}
.governance .active-voting-section .accordion .accordion-item .accordion-badge.approved {
  color: var(---primary);
}
.governance .active-voting-section .accordion .accordion-item .accordion-badge.rejected {
  color: #878787;
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .accordion-badge {
    max-width: 223px;
  }
}
.governance .active-voting-section .accordion .accordion-item .proposal-progress-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .governance .active-voting-section .accordion .accordion-item .proposal-progress-container {
    max-width: 223px;
  }
}
.governance .proposal-form {
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
}
.governance .proposal-form .form-bubble {
  position: absolute;
  left: -200px;
  bottom: -95px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .governance .proposal-form .form-bubble {
    left: -150px;
  }
}
.governance .proposal-form input,
.governance .proposal-form select,
.governance .proposal-form textarea {
  padding: 21px 24px;
  font-size: 20px;
  line-height: 26px;
  font-family: "Questrial", sans-serif;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  background-color: rgba(13, 13, 13, 0.5019607843);
  backdrop-filter: blur(10px);
  display: block;
  width: 100%;
  border-radius: 12px;
  color: white;
  transition: all 150ms ease-in-out;
}
.governance .proposal-form input:focus,
.governance .proposal-form select:focus,
.governance .proposal-form textarea:focus {
  transition: all 150ms ease-in-out;
  border: 1px solid var(---primary);
}
@media screen and (max-width: 992px) {
  .governance .proposal-form input,
  .governance .proposal-form select,
  .governance .proposal-form textarea {
    border-radius: 8px;
  }
}
.governance .proposal-form select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2324A5A6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
}
.governance .proposal-form .proposal-form-button {
  height: 58px;
  width: 223px;
}
@media screen and (max-width: 576px) {
  .governance .proposal-form .proposal-form-button {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .governance .proposal-form .proposal-form-button {
    height: 51px;
  }
}

.profile .profile-hero-container .profile-hero {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
}
.profile .profile-hero-container .profile-hero .fire-pages-1 {
  position: absolute;
  bottom: -275px;
  left: 60px;
}
.profile .profile-hero-container .profile-hero .dark-card {
  padding: 0;
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body {
  padding: 35px 30px;
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.0823529412);
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body .profile-picture-container {
  max-width: max-content;
  height: unset;
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body .profile-picture-container .profile-picture {
  width: 308px;
  height: 308px;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .profile .profile-hero-container .profile-hero .dark-card .dark-card-body .profile-picture-container .profile-picture {
    width: 100%;
  }
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body .name-container {
  height: 70px;
  width: 342px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 576px) {
  .profile .profile-hero-container .profile-hero .dark-card .dark-card-body .name-container {
    width: 100%;
  }
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body .social-link {
  backdrop-filter: blur(10px);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.0823529412);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2078431373);
  transition: all 200ms ease-in-out;
  border-radius: 50%;
  color: var(---primary);
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body .social-link:hover {
  background: var(---primary);
  transition: all 200ms ease-in-out;
  border: 1px solid var(---primary);
  color: black;
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body .crew-voter {
  height: 150px;
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body .crew-voter img {
  height: 100%;
}
@media screen and (max-width: 576px) {
  .profile .profile-hero-container .profile-hero .dark-card .dark-card-body .crew-voter img {
    width: 100%;
    object-fit: contain;
  }
}
.profile .profile-hero-container .profile-hero .dark-card .dark-card-body .reward-card {
  height: 150px;
}
.profile .profile-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.profile .profile-tabs .nav-item .nav-link {
  color: white;
  background-color: transparent !important;
  border: none;
  border-bottom: 3px solid transparent !important;
  text-align: center;
}
.profile .profile-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid var(---primary) !important;
  color: var(---primary);
}
@media screen and (min-width: 768px) {
  .profile .profile-tabs .nav-item .nav-link {
    width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .profile .profile-tabs .nav-item .nav-link {
    padding: 20px 0;
    font-size: 24px;
  }
}
.profile .forum-tabs .nav-item .nav-link {
  width: 268px;
  background: rgba(13, 13, 13, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 12px;
  font-size: 18px;
  color: white;
  text-align: start;
}
.profile .forum-tabs .nav-item .nav-link.active {
  color: var(---primary);
}
.profile .profile-select {
  width: 100%;
  height: 60px;
  background-color: rgba(13, 13, 13, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 12px;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2324A5A6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  padding: 0 24px;
  outline: 0;
  backdrop-filter: blur(10px);
}
.profile .profile-select:focus {
  border: 1px solid var(---primary) !important;
}
@media screen and (min-width: 577px) {
  .profile .profile-select {
    max-width: 293px;
  }
}
.profile .tab-content .profile-bubble {
  position: absolute;
  top: 70px;
  right: -100px;
  z-index: -1;
}
.profile .tab-content .tab-pane .crew-card-title {
  font-size: 24px;
  line-height: 32px;
  color: var(---primary);
}
.profile .tab-content .tab-pane .gradient-bordered-card {
  padding: 2px;
}
.profile .tab-content .tab-pane .gradient-bordered-card:hover {
  background: linear-gradient(180deg, #24a5a6 0%, #0e4040 100%);
}
.profile .tab-content .tab-pane .gradient-bordered-card .crew-voter {
  height: 340px;
}
.profile .tab-content .tab-pane .dark-card .dark-card-body {
  padding: 35px 30px;
}
.profile .tab-content .tab-pane .dark-card .dark-card-body:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.0823529412);
}
.profile .tab-content .tab-pane .dark-card .dark-card-body .profile-select {
  height: 50px;
  border-radius: 8px;
  color: var(---primary);
  max-width: 100%;
}
.profile .tab-content .tab-pane .dark-card .dark-card-body .profile-select option {
  color: white;
}
.profile .tab-content .tab-pane .dark-card .dark-card-body .profile-select option::selection {
  color: var(---primary);
}
.profile .tab-content .tab-pane .dark-card .divider {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.0823529412);
}
@media screen and (max-width: 768px) {
  .profile .rules-section .font-65 {
    font-size: 16px;
    line-height: 20px;
  }
}
.profile .rules-section .rules-video {
  width: 100%;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  background: rgba(13, 13, 13, 0.5019607843);
  border-radius: 24px;
  object-fit: cover;
}
.profile .rules-section .rules-list li {
  padding-inline-start: 24px;
}
.profile .rules-section .rules-list li::marker {
  content: url("../svg/rules-check-mark.svg");
  color: var(---primary);
}
.profile #bordered-contact .nav-item .nav-link {
  width: 170px;
}
.profile .tab-tape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 857px;
  object-fit: cover;
  z-index: -1;
}
.profile .dao-select {
  height: 50px;
  border-radius: 8px;
  color: var(---primary);
  max-width: 100%;
}
.profile .dao-select option {
  color: white;
}
.profile .dao-select option::selection {
  color: var(---primary);
}
.profile .dao-content {
  max-width: 1045px;
}
.profile .dao-content .dao-img-container {
  min-width: 373px;
  height: 359px;
  background: rgba(13, 13, 13, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .profile .dao-content .dao-img-container {
    min-width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .profile .dao-content .dao-img-container {
    min-width: 100%;
    width: 100%;
  }
}
.profile .dao-profile {
  max-width: 599px;
  width: 100%;
}
.profile .dao-profile .dao-profile-container {
  height: 576.52px;
  text-align: center;
  background: rgba(13, 13, 13, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 16px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .profile .dao-profile .dao-profile-container {
    height: 401px;
  }
}
.profile .dao-profile .dao-profile-container .dao-profile-img {
  height: 100%;
}
.profile .dao-profile .dao-name {
  height: 70px;
  max-width: 342px;
  background: rgba(13, 13, 13, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 16px;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.profile .dao-bubble {
  position: absolute;
  top: -300px;
  right: calc(50% - 305px);
  z-index: -1;
  transform: scale(1.5);
}

.loginModal {
  backdrop-filter: blur(10px);
  padding-left: 16px;
  padding-right: 16px;
}
.loginModal .modal-dialog {
  --bs-modal-width: 100%;
  max-width: 782px !important;
}
.loginModal .modal-dialog .modal-content {
  position: relative;
  background: rgba(13, 13, 13, 0.8509803922) !important;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 24px;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 992px) {
  .loginModal .modal-dialog .modal-content {
    border-radius: 12px;
  }
}
.loginModal .modal-dialog .modal-content .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.loginModal .modal-dialog .modal-content .loginBubble {
  transform: scale(2);
}
.loginModal .modal-dialog .modal-content form .loginInput {
  height: 70px;
  width: 100%;
  background: rgba(13, 13, 13, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  outline: none;
  padding: 0 32px;
  border-radius: 12px;
  color: white;
}
.loginModal .modal-dialog .modal-content form .loginInput:focus {
  border: 1px solid var(---primary);
}
@media screen and (min-width: 992px) {
  .loginModal .modal-dialog .modal-content form .loginInput {
    height: 60px;
  }
}
.loginModal .modal-dialog .modal-content form .btn-primary {
  height: 58px;
  max-width: 223px;
  width: 100%;
}

.art .hero-title {
  font-size: 65px;
  line-height: 70px;
  color: var(---primary);
  display: block;
}
@media screen and (max-width: 992px) {
  .art .hero-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.art .art-hero-bubble-container {
  bottom: -250px;
  z-index: -1;
}
.art .art-hero-bubble-container .art-hero-bubble {
  transform: scale(1.2);
}
.art .art-hero-section .dark-card {
  height: 500px;
}
@media screen and (max-width: 1200px) {
  .art .art-hero-section .dark-card {
    height: 315px;
    max-width: max-content;
  }
}
.art .art-hero-section .dark-card .alterian-image {
  border-bottom-right-radius: 16px;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .art .art-hero-section .dark-card .alterian-image {
    height: 354px;
  }
}
.art .art-hero-section .art-line {
  max-width: 171px;
  line-height: 2px;
  max-height: 2px;
}
.art .art-hero-section .art-line.accessories-line {
  top: 30px;
  left: 0;
}
@media screen and (max-width: 1370px) {
  .art .art-hero-section .art-line.accessories-line {
    top: 90px;
    left: -46px;
  }
}
.art .art-hero-section .art-line.head-line {
  top: 121px;
  right: 100px;
}
@media screen and (max-width: 1370px) {
  .art .art-hero-section .art-line.head-line {
    top: 165px;
    right: 84px;
  }
}
.art .art-hero-section .art-line.heart-line {
  bottom: 172px;
  left: 0;
  max-width: 250px;
}
@media screen and (max-width: 1370px) {
  .art .art-hero-section .art-line.heart-line {
    bottom: 150px;
    left: -32px;
  }
}
.art .art-hero-section .art-line.child-head-line {
  max-width: 92px;
  bottom: 131px;
  right: -81px;
}
.art .art-hero-section .art-line.bottom-line {
  bottom: 48px;
  right: -60px;
}
@media screen and (max-width: 1200px) {
  .art .art-hero-section .art-line {
    display: none;
  }
}
.art .art-hero-section .art-gradient-card {
  border-radius: 16px;
  background: linear-gradient(180deg, #24a5a6 0%, #0e4040 100%);
  padding: 2px;
  max-width: 287px;
}
@media screen and (max-width: 1200px) {
  .art .art-hero-section .art-gradient-card {
    display: none;
  }
}
.art .art-hero-section .art-gradient-card.accessories-card {
  left: -286px;
  top: 0;
}
@media screen and (max-width: 1370px) {
  .art .art-hero-section .art-gradient-card.accessories-card {
    top: 35px;
  }
}
.art .art-hero-section .art-gradient-card.head-card {
  top: 90px;
  right: -120px;
}
@media screen and (max-width: 1370px) {
  .art .art-hero-section .art-gradient-card.head-card {
    top: 137px;
    right: -140px;
  }
}
.art .art-hero-section .art-gradient-card.heart-card {
  bottom: 110px;
  left: -240px;
}
.art .art-hero-section .art-gradient-card.child-head-card {
  bottom: 116px;
  right: -330px;
}
.art .art-hero-section .art-gradient-card.bottom-card {
  right: -310px;
}
.art .art-hero-section .art-gradient-card .art-card-body {
  background: rgba(21, 21, 21, 0.5019607843);
  border-radius: 16px;
  padding: 16px 20px;
}
.art .detail-matter-slider .dark-card {
  min-height: 347px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .art .detail-matter-slider .dark-card {
    min-height: 340px;
  }
}
.art .detail-matter-slider .dark-card .detail-image-1 {
  min-height: 347px;
}
@media screen and (max-width: 992px) {
  .art .detail-matter-slider .dark-card .detail-image-1 {
    min-height: 340px;
  }
}
.art .detail-matter-slider .dark-card .detail-image-4 {
  min-height: inherit;
}
.art .tale-bubble {
  bottom: -100px;
}
.art .shining-title {
  text-shadow: 0 0 50px rgba(255, 255, 255, 0.5019607843);
}
.art .darkness-title {
  text-shadow: 8px 3px 25px rgba(255, 255, 255, 0.5019607843);
}
.art .advancement-title {
  text-shadow: 8px 3px 25px #24a5a6;
}
.art .art-city-of-light-container {
  max-width: 1085px;
}
.art .art-city-paper {
  top: -125px;
  left: -90px;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 1400px) {
  .art .art-city-paper {
    display: block;
  }
}
.art .city-of-darkness-bubble-container {
  top: -150px;
  z-index: -1;
}
.art .city-of-darkness-bubble-container .city-of-darkness-bubble {
  transform: scale(1.6);
}
.art .city-of-light-bubble-container {
  z-index: -1;
  bottom: 0;
}
.art .city-of-light-bubble-container .city-of-light-bubble {
  transform: scale(1.5);
}
.art .city-of-darkness-card-bubble {
  transform: scale(1.5);
  max-width: 610px;
  max-height: 610px;
  right: -80px;
  top: -100px;
}
.art .city-of-advancement {
  background-image: url("../images/stars.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .art .city-of-secrets-image {
    margin-left: -210px;
  }
}
.art .art-form {
  max-width: 1116px;
  background-size: cover;
  background: url("../images/BlurBubble.png") no-repeat center bottom;
}
.art .art-form .art-fields {
  max-width: 825px;
}
.art .art-form .art-fields input,
.art .art-form .art-fields select {
  height: 70px;
  background-color: rgba(13, 13, 13, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding: 0 30px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 26px;
}
.art .art-form .art-fields input:focus,
.art .art-form .art-fields select:focus {
  border: 1px solid var(---primary);
  outline: 1px solid var(---primary);
}
@media screen and (max-width: 992px) {
  .art .art-form .art-fields input,
  .art .art-form .art-fields select {
    height: 60px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
  }
}
.art .art-form .art-fields select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2324A5A6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px;
}
@media screen and (max-width: 992px) {
  .art .art-form .art-fields select {
    background-position: right 20px center;
  }
}
.art .art-form .art-fields .btn-primary {
  padding: 17px 29px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 33.78px;
}
@media screen and (max-width: 992px) {
  .art .art-form .art-fields .btn-primary {
    padding: 12px 29px;
    font-size: 16px;
    line-height: 24px;
  }
}

.city-display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .city-display-6 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .city-display-6 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=styles.css.map */
