* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  /* max-width: 100%; */
  margin: 0;
  padding: 0;
  /* overflow-x: hidden;
  position: relative; */
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

a img {
  border: none;
}

blockquote {
  quotes: none;
}

blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-feature-settings: "kern" 1, "onum" 1, "liga" 0;
  background-color: #181619; /* Dark background to match your header */
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

ul {
  list-style-type: none;
}

img,
video {
  display: block;
  width: 100%;
}

button {
  cursor: pointer;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hide-accessible {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

.hide-invisible {
  visibility: hidden;
}

.hide-display {
  display: none;
}

header {
  z-index: 1000;
  margin: 1rem auto;
  max-width: 25rem;
  width: 100%;
  padding: 1rem;
}

header a.logo {
  display: block;
  border: none;
  max-width: 10rem;
  margin: 0 auto;
}

header a.logo svg {
  fill: #efefef;
  display: block;
  width: 100%;
}
.header-Container {
  top: 0;
  z-index: 500;
  width: 100%;
  height: auto;
  padding: 1vh 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background-color: #181619;
  gap: 1vw;
  transition: transform 0.5s ease-in-out;
}
.header-Container.hide {
  transform: translateY(-100%);
}
.header-Container .header-logo {
  width: auto;
  height: clamp(20px, 7vw, 50px);
}

.header-Div {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  width: auto;
}

.header-Div .header-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.header-Div a {
  color: #f2efdd;
  font-size: clamp(0.8rem, 2vw, 18px);
  text-decoration: none;
  font-weight: 400;
}

.header-name a:hover,
.contact-button h2:hover {
  color: #006f53 !important;
}

.header-Container:hover {
  background-color: #f2efdd;
  transition: background-color 0.5s ease-in-out;
}

.header-Container:hover .header-logo {
  content: url("assets/Images/logo/logoReplace.png");
}

.header-Container:hover .header-Div a,
.contact-btnFooter:hover h2,
.header-Container:hover .header-Div .contact-button h2 {
  color: #000;
}

.header-Container:hover .header-Div a.active {
  color: #006f53;
}
.header-Container:hover .contact-button {
  border: 1px solid #000;
}
.header-Container:hover .contact-button img,
.contact-btnFooter:hover img {
  content: url("assets/Images/contactArrow.png");
}
.contact-btnFooter:hover {
  background-color: #f2efdd;
}
.contact-button {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #f2efdd;
  color: #fff;
  cursor: pointer;
  z-index: 500;
  padding: 0rem 0.2rem;
  gap: 0.3vw;
}

.contact-button h2 {
  color: #f2efdd;
  font-size: clamp(0.8rem, 2vw, 18px);
  font-weight: 400;
}

.contact-button img {
  width: clamp(10px, 2vw, 18px);
  height: auto;
}

#ascent {
  max-width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  color: #181619;
}

.ascent__vis {
  max-width: 60rem;
  margin: 0 auto;
  padding-bottom: 4em;
  padding-top: 2em;
}

.ascent__vis .band {
  transition: opacity 0.2s;
}

.ascent__vis .band.is-transparent {
  opacity: 0;
}

.ascent__vis .band path {
  fill: none;
  stroke: #ccc;
  stroke-opacity: 1;
  pointer-events: none;
}

.ascent__vis .band .band__show circle {
  pointer-events: none;
  opacity: 0.5;
  fill-opacity: 1;
  stroke-width: 1;
  stroke: #666;
}

.ascent__vis .band text {
  fill: #2a2a2a;
  font-size: 0.8rem;
  font-weight: 700;
  pointer-events: none;
}

.ascent__vis .band tspan {
  pointer-events: none;
  font-weight: 400;
}

.ascent__vis .band .interaction {
  cursor: pointer;
}

.ascent__vis .band .band__show.billing-headline circle {
  fill: #e85c86;
}

.ascent__vis .band .band__show.billing-opener circle {
  fill: #87b323;
}

.ascent__vis .band .band__show.show__made circle {
  opacity: 1;
  fill-opacity: 1;
}

.ascent__vis .band .band__info {
  visibility: hidden;
}

.ascent__vis .band .billing-opener text {
  fill: #87b323;
}

.ascent__vis .band .billing-headline text {
  fill: #e85c86;
}

.ascent__vis .band .band__show.is-visible .band__info {
  visibility: visible;
}

.ascent__vis .band .band__show.is-visible circle {
  stroke-width: 2;
  stroke: #2a2a2a;
  fill-opacity: 1;
  opacity: 1;
}

.ascent__vis .band .band__img {
  display: block;
}

.ascent__vis .band .band__img circle {
  stroke: #ccc;
}

.ascent__vis .band .band__img.is-hidden {
  display: none;
}

.ascent__vis .axis {
  display: none;
}

.ascent__vis .axis text {
  fill: #ccc;
}

.ascent__vis .axis path {
  stroke: #ccc;
  display: none;
}

.ascent__vis .axis line {
  stroke: #ccc;
}

.ascent__vis .legend__size text {
  font-size: 11px;
  text-transform: uppercase;
  fill: #666;
}

.ascent__vis .legend__size .legendTitle {
  font-weight: 700;
}

.ascent__vis .legend__size circle {
  opacity: 0.5;
  fill-opacity: 0.5;
  stroke-width: 1;
  stroke: #2a2a2a;
  fill: #fff;
}

.audio canvas {
  display: block;
}

.intro {
  padding: 0 0 1.5em;
  margin-top: 8vh;
}

.intro__art {
  border: 2px solid #fff;
  border-radius: 50%;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 2em;
}

.intro__overline {
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}

.intro__hed {
  /* text-transform: uppercase; */
  font-size: 3em;
  line-height: 1.2;
  text-align: center;
}

.intro__dek {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1em;
  color: #f2efdd;
  margin-top: 1em;
}

.intro__byline {
  text-align: center;
  font-size: 0.9rem;
  color: #ccc;
}

.intro__byline a {
  color: currentColor;
}

.intro__prose {
  margin: 0 auto;
  max-width: 40rem;
}

#made {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.made__prose {
  max-width: 25rem;
  padding: 0.75rem;
  z-index: 100;
  position: relative;
  margin: 0 auto;
}

.made__prose .trigger {
  height: 100vh;
  max-width: 25em;
  margin: 0 auto;
}

.made__prose .trigger p {
  margin: 1.5rem 0;
  padding: 0.5em;
  border-radius: 3px;
}

.made__prose .trigger.lead {
  height: auto;
  color: #f2efdd;
}

.made__prose .trigger.big {
  height: auto;
  color: #f2efdd;
}

.made__prose .trigger.medium {
  height: auto;
  color: #f2efdd;
}

.made__prose .trigger.band {
  height: auto;
  margin: 0;
  opacity: 0.4;
  transition: opacity 250ms;
  overflow: hidden;
  zoom: 1;
  padding: 2em 0;
}

.made__prose .trigger.band.is-focus {
  opacity: 1;
  pointer-events: auto;
}

.made__prose .trigger.remainder {
  margin-top: 6rem;
  opacity: 0.1;
  transition: opacity 250ms;
}

.made__prose .trigger.remainder p,
.made__prose .trigger.remainder li {
  color: #f2efdd;
}

.made__prose .trigger.remainder.is-focus {
  opacity: 1;
}

.Project-header {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  color: #f2efdd;
  margin-bottom: 1em;
  font-family: "Syne", sans-serif;
}

.made__prose iframe {
  border-radius: 3px;
}

.band__img {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.band__list {
  padding-left: 76.8px;
  font-size: 0.9em;
}

.band__list li {
  line-height: 1.4;
  color: #f2efdd;
}

.band__list .list__name {
  font-weight: 700;
  font-size: 1.2em;
  color: #f2efdd;
}

.band__list .list__date {
  font-weight: 600;
  font-size: 1em;
  color: #f2efdd;
}
.band__list .list__venue {
  font-weight: 200;
  font-size: 0.8em;
  color: #f2efdd;
}

.band__list-others {
  background-color: rgba(24, 22, 25, 0.8);
  padding: 0.5em 0;
  border-radius: 3px;
  font-size: 0.85em;
}

.band__list-others li {
  font-weight: 700;
  display: inline-block;
}

.band__list-others li:after {
  content: "\2022";
  display: inline-block;
  padding-left: 0.2rem;
}

.band__list-others li:last-child:after {
  content: none;
}

.made__vis {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  margin: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* z-index: 200; */
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}

.made__vis.is-visible {
  opacity: 1;
}

.made__vis.is-fixed {
  position: fixed;
  top: 0;
}

.made__vis.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.made__chart {
  position: relative;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.made__chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}

.made__chart svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  fill: #807586;
}

.made__chart .small {
  position: absolute;
  top: 7.5%;
  left: 7.5%;
  width: 85%;
  height: 85%;
  opacity: 0.6;
  background-position: center center;
  background-size: contain;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: rotate-circle;
  transition: opacity 0.5s;
}

.made__chart .small.is-blur {
  opacity: 0.3;
}

.made__chart .small-0 {
  background-image: url(assets/light/small-0.png);
  animation-duration: 25984ms;
}

.made__chart .small-1 {
  background-image: url(assets/light/small-1.png);
  animation-duration: 28821ms;
}

.made__chart .small-2 {
  background-image: url(assets/light/small-2.png);
  animation-duration: 25961ms;
}

.made__chart .small-3 {
  background-image: url(assets/light/small-3.png);
  animation-duration: 32101ms;
}

.made__chart .small-4 {
  background-image: url(assets/light/small-4.png);
  animation-duration: 30577ms;
}

.made__chart .small-5 {
  background-image: url(assets/light/small-5.png);
  animation-duration: 23252ms;
}

.made__chart .small-6 {
  background-image: url(assets/light/small-6.png);
  animation-duration: 31927ms;
}

.made__chart .small-7 {
  background-image: url(assets/light/small-7.png);
  animation-duration: 23941ms;
}

.made__chart .small-8 {
  background-image: url(assets/light/small-8.png);
  animation-duration: 21.88s;
}

.made__chart .small-9 {
  background-image: url(assets/light/small-9.png);
  animation-duration: 34222ms;
}

.made__chart .ring {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.made__chart .ring path {
  fill: none;
  stroke: #f2efdd;
  stroke-dasharray: 5 5;
}

.made__chart .ring.is-hidden {
  opacity: 0;
}

.made__annotation {
  font-size: 12px;
  max-width: 8rem;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  transition: opacity 250ms;
}

.made__annotation p {
  margin: 0;
  color: #f2efdd;
}

.made__annotation:before {
  content: "\2190";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  display: none;
}

.made__annotation.is-hidden {
  opacity: 0;
}

.tk-whitney {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.loaded-whitney .tk-whitney {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.tk-mercury {
  font-family: "Syne", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.loaded-mercury .tk-mercury {
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, Times, serif;
  font-weight: 400;
  letter-spacing: normal;
}

body {
  background: #181619;
  color: #efefef;
  line-height: 1.7;
  font-size: 15px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

.heavy {
  font-weight: 700;
}

.opener {
  color: #87b323;
  font-weight: 700;
}

.headliner {
  color: #e85c86;
  font-weight: 700;
}

.hi-white {
  font-weight: 700;
  color: #e85c86;
}

.hi-primary {
  font-weight: 700;
  color: #006f53;
}

.hi-secondary {
  font-weight: 700;
  color: #006f53;
}

.weight-500 {
  font-weight: 500;
  color: #f2efdd;
}

.footer-main {
  background: #676c77;
  width: 100%;
  height: 400px;
}

.testimonal-div {
  display: flex;
  width: 100%;
  background: #f2efdd;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2vh 0;
}

.testimonal-div h2 {
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 48px);
  font-weight: 700;
  color: #181619;
}

.testimonal-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.testimonal,
.testimonal-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vh;
}

.testimonal div {
  display: flex;
  flex-direction: column;
  width: clamp(200px, 20vw, 300px);
  padding: 1.5vh 1.2vw;
  background-color: #1e1e1e1a;
  gap: 0.5vh;
  border-radius: 8px;
}
.testimonal-2 div {
  display: flex;
  flex-direction: column;
  width: clamp(300px, 30vw, 400px);
  padding: 1.5vh 1.2vw;
  background-color: #1e1e1e1a;
  gap: 0.5vh;
  border-radius: 8px;
}

.testimonal p,
.testimonal-2 p {
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: 400;
  color: #181619;
  line-height: 1.4;
}

.testimonal h4,
.testimonal-2 h4 {
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  font-weight: 700;
  color: #181619;
}

.contact-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3vh 0 0 20vw;
  gap: 3vh;
}
.contact-header h1 {
  color: #006f53;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 600;
}
.contact-header p {
  color: #f2efdd;
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
}

.contact-btnFooter {
  width: clamp(90px, 7vw, 120px);
  height: clamp(32px, 4vh, 50px);
  border: 1px solid #f2efdd;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
  z-index: 500;
  margin-top: 2vh;
  text-decoration: none;
}
.contact-btnFooter h2 {
  color: #f2efdd;
  font-size: clamp(1rem, 4vw, 1rem);
  font-weight: 300;
}
.contact-btnFooter img {
  width: clamp(14px, 2vw, 20px);
  height: auto;
}

.contact-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3vw;
  height: auto;
  padding-bottom: 0.25em
}

.contact-info div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.4rem;
}

.contact-info img {
  width: clamp(12px, 2vw, 18px);
  height: clamp(12px, 2vw, 18px);
}

.contact-footer h1 {
  color: #f2efdd;
  font-size: clamp(13px, 2.1vw, 19px);
  font-weight: 400;
}

.contact-info a {
  color: #f2efdd;
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 400;
  text-decoration: none;
}

.linkedin-div {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.linkedin-div:hover h1 {
  cursor: pointer;
  color: #0077b5;
}
.linkedin-div:hover img {
  content: url(assets/Images/linkedin.png);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 2%;
  z-index: 200;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}

.popup.show {
  display: flex;
}

.popup .close {
  position: absolute;
  font-size: 30px;
  color: red;
  top: 1vh;
  right: 1vw;
  font-weight: bold;
  cursor: pointer;
}

.popup-content {
  position: relative;
  background: white;
  border: 1px solid gray;
  width: 90vw;
  height: 86vh;
  overflow: auto;
}

.popup p {
  padding: 10px;
  font-size: 16px;
  color: black;
}

@media (max-width: 768px) {
  .item {
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 25em) {
  .hack {
    display: none;
  }
}

@media only screen and (min-width: 40em) {
  .hack {
    display: none;
  }

  body {
    font-size: 16px;
  }
}

@media only screen and (min-width: 50em) {
  .hack {
    display: none;
  }
}

@media only screen and (min-width: 60em) {
  .hack {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .intro__hed {
    font-size: 4em;
  }

  .made__prose {
    padding: 1.5rem;
    margin: 0;
  }

  .made__prose .trigger {
    height: 80vh;
  }

  .made__prose .trigger p {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }

  .made__prose .trigger.band {
    padding: 0;
    opacity: 0.2;
    margin-bottom: 3em;
    background-color: transparent;
  }

  .made__prose .trigger.remainder {
    margin-top: 0;
    opacity: 1;
  }
}

@media only screen and (min-width: 1180px) {
  .made__annotation {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
  }

  .made__annotation:before {
    display: block;
  }
}
@keyframes rotate-circle {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 500px) {
  .header-Div {
    width: 75%;
    gap: 0.2rem;
  }
  .header-Div .header-name {
    gap: 0.4rem;
  }
  .contact-button {
    padding: 0.1rem 0.2rem;
  }
}
@media (max-width: 768px) {
  .testimonal div,
  .testimonal-2 div {
    width: 60%;
  }
  .testimonal-main {
    gap: 3vh;
  }
  .made__annotation {
    display: none !important;
  }
  .header-name {
    display: none !important;
  }
}
