body {
  font-family: "Poppins", sans-serif;
  background: #0b1d26;
}
header {
  background-image: url("./assets/img/MG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1866px;
  position: relative;
}
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 700px;
  background: linear-gradient(180deg, rgba(11, 29, 38, 0) 0%, #0b1d26 61.38%);
}
a {
  color: black;
  text-decoration: none;
}
.container {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1760px;
  height: 40px;
  padding: 50px 0;
}
.navbar-nav {
  display: flex;
  list-style: none;
}
.navbar-nav li {
  margin-left: 48px;
  font-weight: bold;
  font-size: 18px;
}
.logo {
  font-size: 32px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.hero {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
}

.hero p {
  font-size: 88px;
  font-weight: 500;
  margin: 36px auto;
}

.hero__social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.hero__social a {
  margin-bottom: 20px;
  font-size: 24px;
}

.nav2 {
  justify-self: flex-end;
}
.nav2 ol {
  list-style: none;
  width: 80px;
}
.nav2 ol li {
  display: flex;
  align-items: center;
  padding-right: 24px;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
}
.nav2 ol .item-select {
  border-right: 3px solid black;
}
.nav2 ol .item-no-select {
  border-right: 3px solid rgba(0, 0, 0, 0.5);
}

.nav2 ol a {
  display: block;
  width: 100%;
  text-align: end;
}

main {
  margin-top: -600px;
  z-index: 2;
  position: relative;
}

.s1 {
  margin: 240px auto 0;
  grid-template-columns: 2fr 1fr;
  justify-items: center;
  align-items: center;
}
.section {
  margin: 200px auto;
  max-width: 1462px;
  width: 90%;
  display: grid;
  /* place-items: center; */
}
.s2 {
  grid-template-columns: 1fr 2fr;
  justify-items: end;
  align-items: center;
}
.s3 {
  grid-template-columns: 2fr 1fr;
  justify-items: center;
  align-items: center;
}
.section figure {
  width: 100%;
  padding: 0;
  margin: 0;
}
.section figure img {
  width: 100%;
}
.info-text {
  max-width: 632px;
  width: 100%;
  position: relative;
}
.info-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #fdd130;
  z-index: 10;
}
.info-text h2 {
  color: white;
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  margin: 28px 0;
  text-transform: uppercase;
}
.info-text p {
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 28px;
}
.info-text a,
.info-text i {
  color: #fdd130;
  font-size: 18px;
  font-weight: bold;
}
.info-img-container {
  width: 100%;
}

.info-img-container img {
  width: 100%;
}

footer {
  max-width: 1462px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  color: white;
}

.footer-left {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
}

.footer-left p {
  font-weight: 500;
  font-size: 18px;
  opacity: 0.5;
  margin-top: 24px;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
}
.footer-right div:last-child {
  margin-left: 150px;
}

.footer-right div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-right ol {
  list-style: none;
  padding: 0;
}
.footer-right li {
  margin-bottom: 16px;
}
.footer-right a {
  color: white;
  font-weight: 500;
  font-size: 18px;
}
.footer-right div h4 {
  font-weight: bold;
  font-size: 24px;
  color: #fdd130;
}
.title {
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  font-weight: bold;
  font-size: 240px;
  line-height: 94px;
  opacity: 0.1;
  left: -130px;
  top: -60px;
}

.t1::before {
  content: "01";
}

.t2::before {
  content: "02";
}
.t3::before {
  content: "03";
}
