body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100vw;
}

/*-------------------------------------------------------------------*/
.inter {
  font-family: "Inter Tight";
}
.unbounded {
  font-family: "Unbounded";
}
.pd20 {
  padding: 0 20px;
}
.regfw {
  font-weight: 400;
}
.fs875 {
  font-size: 0.875rem;
}
/*-------------------------------------------------------------------*/

button {
  background: transparent;
  border: white solid 2px;
  border-left: none;
  font-family: "Inter Tight";
  font-size: 0.75rem;
  font-weight: 500;
  color: inherit;
  padding: 20px 34px;
}
ul {
  list-style-type: none;
}

time {
  font-size: 2rem;
  font-weight: 200;
}

h1 {
  font-size: 2rem;
  font-weight: 300;
}

h2 {
  font-size: 2rem;
  font-family: "Unbounded";
  font-weight: 300;
}
p {
  font-size: 0.875rem;
  color: rgba(228, 228, 228, 1);
  font-family: "Inter Tight";
}

a {
  text-decoration: none;
  font-family: "Inter Tight";
  font-size: 0.75rem;
  font-weight: medium;
}

/* implement other state of link */

.section-1 a {
  color: inherit;
}

.section-1 {
  background: url("/images/mobile-header-BG.webp") no-repeat left;
  background-size: cover;
  padding-top: 30px;
  box-sizing: border-box;
  color: white;
}

.doc-header {
  display: flex;
  justify-content: space-between;
}

.navigation ul {
  display: flex;
  flex-flow: column wrap;
}
.navigation li {
  border: white solid 2px;
  border-bottom: 0;
  padding: 20px 34px;
}

.navigation li:last-child {
  border-bottom: white solid 2px;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border: white solid 2px;
  padding: 20px 34px;
  width: 100%;
}
.logo-title {
  font-family: "Unbounded";
  font-size: 1rem;
  font-weight: 600;
}

.hidden {
  display: none;
}
.logo-slogan {
  font-size: 0.375rem;
  font-weight: 600;
}

.navigation {
}

.active {
  display: block;
}

.list {
  padding: 0;
}

.gradient-text {
  background-image: linear-gradient(
    91.17deg,
    #c6f1f7 -4.01%,
    #f983e9 36.14%,
    #b877ff 77.44%,
    #c2e9cd 106.11%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.fs075 {
  font-size: 0.75rem;
}

.ads-sl {
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  margin-top: 66px;
}

.ads-sl ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr 1fr;
  gap: 36px 0;
  margin: 0;
}

.ads-sl li {
  padding-bottom: 7px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: white solid 2px;
}

.hi-text {
  display: inline-block;
  margin-left: 9px;
  text-align: left;
}

.time-hi {
  margin-top: 73px;
  text-align: right;
}

.influence-h {
  margin-top: 65px;
}

img[src="images/star-shape.svg"] {
  margin-top: 68px;
  width: 29px;
}

.p1 {
  max-width: 216px;
}

.section-2 {
  background-color: rgba(17, 17, 17, 1);
  box-sizing: border-box;
  padding: 62px 20px 84px;
}

.underline {
}

.london-2006 {
  margin-top: 63px;
}

.section-3 p {
  max-width: 276px;
}
.section-3 h2 {
  color: white;
}

.section-3 div {
  padding: 20px;
}

.section-3 div:nth-child(1) {
  background: url("../images/card-background-one.webp") no-repeat center center;
  background-size: cover;
}

.section-3 div:nth-child(2) {
  background: url("../images/card-background-two.webp") no-repeat center center;
  background-size: cover;
}

.section-3 div:nth-child(3) {
  background: url("../images/card-background-three.webp") no-repeat center
    center;
  background-size: cover;
}

.section-3 div:nth-child(4) {
  background: url("../images/card-background-four.webp") no-repeat center center;
  background-size: cover;
}

.section-4 {
  background-color: rgba(17, 17, 17, 1);
  padding: 76px 32px 87px 20px;
}
.section-4 p {
  margin-top: 26px;
}

.table {
  margin: 68px 0;
}
.table ul {
  padding: 0;
}

.table li {
  border: 2px solid white;
  padding-left: 70px;
}

.table p {
  max-width: 182px;
}

.table li:nth-child(odd) {
  padding-top: 21px;
  border-bottom: none;
  padding-bottom: 21px;
}

.table li:nth-child(even) {
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 42px;
}

.table li:last-child {
  border-bottom: 2px solid white;
}

.section-5 {
  background: url("../images/background-2-mobile.webp") no-repeat top right;
  background-size: cover;
  padding: 48px 0 64px 20px;
}

.section-5 span {
  color: white;
  font-family: "Inter Tight";
}

.section-5 > div {
  display: flex;
  flex-direction: row;
  gap: 78px;
  margin-bottom: 43px;
}

.section-5 p {
  max-width: 249px;
  margin-top: 32px;
}

.section-6 {
  background-color: rgba(17, 17, 17, 1);
  padding: 60px 20px 33px 20px;
  /* box-sizing: border-box;
  width: 100vw; */
}

.section-6 p {
  margin: 26px 0 104px 0;
}

.footer-logo {
  display: flex;
  border: 2px solid white;
  border-bottom: none;
  padding: 13px 33px;
  justify-content: space-around;
  align-items: center;
}

.footer-btn {
  border: 2px solid white;
}
footer div:last-child {
  display: flex;
  width: 100%;
}

footer a {
  border: 2px solid white;
  padding: 20px;
  text-align: center;
  border-left: none;
  width: 100%;
}
