* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  background-color: #2B2B2B;
  font-family: "Space Mono", monospace;
  font-family: "Work Sans", sans-serif;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.header {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.header__navbar {
  margin-left: 329px;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-item {
  padding: 20px;
  border-bottom: 5px solid transparent;
  transition: all 0.5s ease;
  /* 22.4px */
}

.header-item:hover {
  border-bottom: 5px solid #A259FF;
}

.header-link {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.header-btn {
  color: #FFF;
  padding: 20px 30px 20px 62px;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  background-color: #A259FF;
  border-radius: 20px;
  border: 2px solid transparent;
  background-image: url(../images/header/User.svg);
  background-repeat: no-repeat;
  background-position-y: 19px;
  background-position-x: 30px;
  transition: all 0.5s ease;
}

.header-btn:hover {
  color: #A259FF;
  background: transparent;
  border: 2px solid #A259FF;
  background-image: url(../images/header/user-hover.svg);
  background-repeat: no-repeat;
  background-position-y: 19px;
  background-position-x: 30px;
}

.hero-section {
  padding: 80px 0;
}

.hero {
  display: flex;
}

.hero-img {
  margin-left: 30px;
}

.hero__content {
  width: 510px;
}

.hero-title {
  color: var(--White, #FFF);
  /* H1 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 67px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 73.7px */
  text-transform: capitalize;
}

.hero-text {
  color: var(--White, #FFF);
  padding-bottom: 40px;
  /* Body Text- Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.hero-button {
  color: #FFF;
  margin-top: 30px;
  padding: 20px 50px 20px 62px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  background-color: #A259FF;
  border-radius: 20px;
  border: 2px solid transparent;
  background-image: url(../images/hero/RocketLaunch.svg);
  background-repeat: no-repeat;
  background-position-x: 30px;
  background-position-y: 19px;
  transition: all 0.5s ease;
}

.hero-button:hover {
  color: #A259FF;
  background: transparent;
  border: 2px solid #A259FF;
  background-image: url(../images/hero/RocketLaunch\ -\ hover.svg);
  background-repeat: no-repeat;
  background-position-x: 30px;
  background-position-y: 19px;
}

.hero-static {
  display: flex;
  margin-top: 40px;
}

.total + .total {
  margin-left: 30px;
}

.prices {
  color: var(--White, #FFF);
  /* H4 - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  text-transform: capitalize;
}

.price-text {
  color: var(--White, #FFF);
  font-family: Work Sans, sans-serif;
  font-size: 23.99px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.384px */
  text-transform: capitalize;
}

.trend-section {
  padding: 80px 0;
}

.trend-title {
  color: var(--White, #FFF);
  padding-bottom: 10px;
  /* H3 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 45.6px */
  text-transform: capitalize;
}

.trend-text {
  color: var(--White, #FFF);
  padding-bottom: 60px;
  /* Body Text- Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.trend-main {
  display: flex;
  gap: 30px;
}

.animal-pics {
  display: flex;
  gap: 15px;
  padding: 15px 0;
}

.animal-btn {
  color: #FFF;
  text-align: center;
  padding: 32px 15px;
  /* H5 - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
  background-color: #A259FF;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
}

.animal-btn:hover {
  color: #A259FF;
  background: transparent;
  border: 2px solid #A259FF;
}

.animal-title {
  color: #FFF;
  padding-bottom: 10px;
  /* H5 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  text-transform: capitalize;
}

.animal-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.animal-info span {
  padding-left: 12px;
  color: #FFF;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.creator-section {
  padding: 80px 0;
}

.creator {
  display: flex;
  align-items: center;
}

.creator__title-common {
  width: 703px;
  padding-bottom: 60px;
}

.creator-title {
  color: var(--White, #FFF);
  /* H3 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 45.6px */
  text-transform: capitalize;
}

.creator-text {
  color: var(--White, #FFF);
  padding-top: 10px;
  /* Body Text- Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.creator-btn {
  color: #A259FF;
  padding: 20px 50px 20px 82px;
  margin-left: 100px;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  border: 2px solid #A259FF;
  border-radius: 20px;
  background-image: url(../images/hero/RocketLaunch\ -\ hover.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 20px;
  transition: all 0.5s ease;
}

.creator-btn:hover {
  color: white;
  background-color: #A259FF;
  border: 2px solid #A259FF;
  background-image: url(../../images/hero/RocketLaunch.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 20px;
}

.creator__common-cards {
  display: flex;
  gap: 30px;
}

.creator-card {
  width: 240px;
  height: 240px;
  position: relative;
  background-color: #3B3B3B;
  border-radius: 20px;
}

.card-btn {
  position: absolute;
  top: 18px;
  left: 20px;
  padding: 4px 10px;
  color: var(--caption-label-text, #858584);
  text-align: center;
  /* Base (Body) - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  background-color: #2B2B2B;
  border-radius: 50%;
  border: none;
  transition: all 0.5s ease;
}

.card-btn:hover {
  background-color: white;
}

.card-avatar {
  margin: 20px 65px;
}

.card-title {
  color: #FFF;
  text-align: center;
  /* H5 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  text-transform: capitalize;
}

.creator-card-info {
  width: 200px;
  display: flex;
}

.card-text {
  color: var(--caption-label-text, #858584);
  text-align: center;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.sales {
  color: var(--Text, #FFF);
  /* Base (Body) - Space Mono */
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.creator__common-cards2 {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}

.browse-section {
  padding: 80px 0;
}

.browse__title-common {
  padding-bottom: 60px;
}

.browse-title {
  color: var(--White, #FFF);
  /* H3 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 45.6px */
  text-transform: capitalize;
}

.browse__common-cards {
  display: flex;
  gap: 30px;
}

.browse__common-cards + .browse__common-cards {
  margin-top: 30px;
}

.browse-card {
  background-color: #3B3B3B;
  border-radius: 20px;
}

.browse-card-title {
  color: var(--White, #FFF);
  padding: 20px 30px 25px;
  /* H5 - Work Sans */
  font-family: Work Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  text-transform: capitalize;
}

.discover-section {
  padding: 80px 0;
}

.discover {
  display: flex;
  align-items: center;
}

.discover__title-common {
  width: 763px;
  padding-bottom: 60px;
}

.discover-title {
  color: var(--White, #FFF);
  /* H3 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 45.6px */
  text-transform: capitalize;
}

.discover-text {
  color: var(--White, #FFF);
  /* Body Text- Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.discover-btn {
  color: #A259FF;
  padding: 20px 50px 20px 82px;
  margin-left: 100px;
  border: 2px solid #A259FF;
  border-radius: 20px;
  background-image: url(../images/discover/Eye.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 19px;
  transition: all 0.5s ease;
}

.discover-btn:hover {
  color: white;
  background-color: #A259FF;
  background-image: url(../images/discover/Eye\ hover.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 19px;
}

.discover__cards-common {
  display: flex;
  gap: 30px;
}

.discover-card {
  width: 330px;
  background-color: #3B3B3B;
  border-radius: 20px;
}

.discover__card-title {
  color: var(--White, #FFF);
  padding: 20px 30px 5px;
  /* H5 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  text-transform: capitalize;
}

.discover__card-info {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-bottom: 25px;
}

.discover__ava-title {
  color: var(--White, #FFF);
  padding-left: 12px;
  /* Base (Body) - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.discover-main {
  padding: 0 30px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.discover__price-title {
  color: #858584;
  padding-bottom: 8px;
  /* Caption - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
}

.discover-ETH {
  color: var(--White, #FFF);
  /* Base (Body) - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.mushroom {
  display: flex;
  justify-content: space-between;
  padding: 360px 165px 60px;
  background-image: url(../images/mushroom/MUSHROOM-BG.png);
  background-repeat: no-repeat;
}

.shroomie {
  width: 151px;
  display: flex;
  align-items: center;
  background-color: #3B3B3B;
  border-radius: 20px;
}

.shroomie-img {
  padding-left: 20px;
}

.shroomie-text {
  padding: 10px 20px 12px;
  color: #FFF;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.mushroom-title {
  color: #FFF;
  padding-bottom: 30px;
  margin: 30px 0;
  /* H3 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 45.6px */
  text-transform: capitalize;
}

.mushroom-btn {
  color: black;
  padding: 20px 50px 20px 82px;
  margin-top: 30px;
  background-color: white;
  border-radius: 20px;
  background-image: url(../images/discover/Eye.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 19px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
}

.mushroom-btn:hover {
  color: white;
  background: transparent;
  border: 2px solid white;
  background-image: url(../images/discover/Eye\ hover.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 19px;
}

.mushroom-clock {
  width: 300px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(59, 59, 59, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.clock-text {
  color: var(--Text, #FFF);
  padding-bottom: 10px;
  /* Caption - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
}

.clock-time {
  color: var(--Text, #FFF);
  /* H3 - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 45.6px */
  text-transform: capitalize;
}

.clock-dot {
  color: var(--Text, #FFF);
  /* H4 - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  text-transform: capitalize;
}

.clock-letters {
  display: flex;
  gap: 38px;
}

.clock-hour {
  color: var(--Text, #FFF);
  /* Caption - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
}

.clock-numbers {
  display: flex;
  gap: 10px;
}

.work-section {
  padding: 80px 0;
}

.work__title-common {
  padding-bottom: 48px;
}

.work-title {
  color: var(--White, #FFF);
  padding-bottom: 10px;
  /* H3 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 45.6px */
  text-transform: capitalize;
}

.work-text {
  color: var(--White, #FFF);
  /* Body Text- Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.work__cards-common {
  display: flex;
  gap: 30px;
}

.work-card {
  width: 330px;
  background-color: #3B3B3B;
  border-radius: 20px;
}

.work__card-content {
  width: 270px;
  padding-bottom: 30px;
  padding-left: 30px;
  text-align: center;
}

.work__card-img {
  margin: 10px 0px 20px;
}

.work__card-title {
  color: #FFF;
  text-align: center;
  padding-bottom: 10px;
  /* H5 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  text-transform: capitalize;
}

.work__card-text {
  color: var(--White, #FFF);
  text-align: center;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.join-section {
  padding: 40px 0 80px;
}

.join {
  display: flex;
  padding: 60px;
  background-color: #3B3B3B;
  border-radius: 20px;
}

.join-content {
  width: 425px;
  margin-left: 80px;
}

.join-title {
  color: var(--White, #FFF);
  padding-bottom: 10px;
  /* H3 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 45.6px */
  text-transform: capitalize;
}

.join-text {
  color: var(--White, #FFF);
  /* Body Text- Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.join-form {
  border: none;
}

.join-form > input {
  margin-top: 40px;
  border-radius: 20px;
  border: none;
  padding: 16px 12px 16px 20px;
}

.join__form-btn {
  margin-top: 20px;
  padding: 20px 50px 20px 82px;
  border: 2px solid #A259FF;
  background-color: #A259FF;
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  background-image: url(../images/join/mail-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 19px;
  transition: all 0.5s ease;
}

.join__form-btn:hover {
  color: #A259FF;
  background: transparent;
  border: 2px solid #A259FF;
  background-image: url(../images/join/mail-icon\ hover.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 19px;
}

.site-footer {
  padding: 40px 0;
  background-color: #3B3B3B;
}

.footer {
  display: flex;
  padding-bottom: 30px;
}

.footer__logo-common {
  width: 238px;
}

.footer-logo-text {
  margin-top: 30px;
  padding-bottom: 20px;
  color: #CCC;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.footer-join-text {
  color: #CCC;
  padding-bottom: 15px;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.footer-list {
  width: 240px;
  margin-left: 84px;
}

.font-change {
  color: #FFF;
  padding-bottom: 25px;
  /* H5 - Space Mono */
  font-family: Space Mono, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.footer__item-link {
  color: #CCC;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  border-bottom: 3px solid transparent;
  transition: all 0.5s ease;
}

.footer__item-link:hover {
  color: white;
  border-bottom: 3px solid #A259FF;
}

.footer-item + .footer-item {
  margin-top: 20px;
}

.footer-content {
  width: 340px;
}

.footer__content-title {
  color: #FFF;
  /* H5 - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.footer__content-text {
  color: #CCC;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.footer-line {
  width: 1050px;
  height: 2px;
  background-color: #CCC;
  display: inline-block;
  transition: 0.5s;
}

.footer-line:hover {
  background-color: #A259FF;
}

.footer-last-text {
  color: #CCC;
  padding-top: 20px;
  /* Caption - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
}

.header {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.header__navbar {
  margin-left: 329px;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-item {
  padding: 20px;
  border-bottom: 5px solid transparent;
  transition: all 0.5s ease;
  /* 22.4px */
}

.header-item:hover {
  border-bottom: 5px solid #A259FF;
}

.header-link {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.header-btn {
  color: #FFF;
  padding: 20px 30px 20px 62px;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  background-color: #A259FF;
  border-radius: 20px;
  border: 2px solid transparent;
  background-image: url(../images/header/User.svg);
  background-repeat: no-repeat;
  background-position-y: 19px;
  background-position-x: 30px;
  transition: all 0.5s ease;
}

.header-btn:hover {
  color: #A259FF;
  background: transparent;
  border: 2px solid #A259FF;
  background-image: url(../images/header/user-hover.svg);
  background-repeat: no-repeat;
  background-position-y: 19px;
  background-position-x: 30px;
}

.account {
  display: flex;
}

.account-content {
  width: 460px;
  margin-top: 100px;
  margin-left: 60px;
}

.account-title {
  color: var(--White, #FFF);
  /* H2 - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 51px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 56.1px */
  text-transform: capitalize;
}

.acoount-text {
  color: var(--White, #FFF);
  padding-bottom: 40px;
  /* Body Text- Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.account-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.account-form > input {
  width: 330px;
  padding: 16px 20px 16px 52px;
  border: none;
  border-radius: 20px;
  background-image: url(../images/Create-account/User-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 13px;
}

.account-form > input:nth-child(2) {
  background-image: url(../images/Create-account/email-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 13px;
}

.account-form > input:nth-child(3) {
  background-image: url(../images/Create-account/LockKey-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 13px;
}

.account-form > input:nth-child(4) {
  background-image: url(../images/Create-account/LockKey-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 13px;
}

.account-form > input::-moz-placeholder {
  color: var(--Background, #2B2B2B);
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.account-form > input::placeholder {
  color: var(--Background, #2B2B2B);
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.account-btn {
  width: 330px;
  color: #FFF;
  padding: 12px 104px;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  background-color: #A259FF;
  border: none;
  border-radius: 20px;
  border: 2px solid #A259FF;
  transition: all 0.5s ease;
}

.account-btn:hover {
  background: transparent;
  border: 2px solid #A259FF;
}

.site-footer {
  padding: 40px 0;
  background-color: #3B3B3B;
}

.footer {
  display: flex;
  padding-bottom: 30px;
}

.footer__logo-common {
  width: 238px;
}

.footer-logo-text {
  margin-top: 30px;
  padding-bottom: 20px;
  color: #CCC;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.footer-join-text {
  color: #CCC;
  padding-bottom: 15px;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.footer-list {
  width: 240px;
  margin-left: 84px;
}

.font-change {
  color: #FFF;
  padding-bottom: 25px;
  /* H5 - Space Mono */
  font-family: Space Mono, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.footer__item-link {
  color: #CCC;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.footer-item + .footer-item {
  margin-top: 20px;
}

.footer-content {
  width: 340px;
}

.footer__content-title {
  color: #FFF;
  /* H5 - Space Mono */
  font-family: Space Mono, monospace;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  text-transform: capitalize;
}

.footer__content-text {
  color: #CCC;
  /* Base(Body) - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.footer-line {
  width: 1050px;
  height: 2px;
  background-color: #CCC;
  display: inline-block;
}

.footer-last-text {
  color: #CCC;
  padding-top: 20px;
  /* Caption - Work Sans */
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
}/*# sourceMappingURL=main.css.map */