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

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
  min-width: 1300px;
  background-color: #000;
  position: relative;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 58px;
  position: fixed;
  top: 0;
  z-index: 100;
}

.header img {
  width: 329px;
  height: 43px;
}

.header a {
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  background-color: #FFF;
}

.hero {
  width: 100%;
  height: 100vh;
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
}

.hero p:nth-of-type(1) {
  font-size: 40px;
  font-weight: 600;
  color: #FFF;
  line-height: 66px;
}

.hero p:nth-of-type(2) {
  font-size: 55px;
  font-weight: 600;
  color: #FFF;
  line-height: 66px;
  letter-spacing: 0.5px;
}

.hero p:nth-of-type(3) {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  line-height: 30px;
  margin-top: 12px;
}

.hero p:nth-of-type(4) {
  font-size: 18px;
  font-weight: 400;
  color: #D4FF27;
  line-height: 30px;
}

.services {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #FFF;
}

.services .center {
  width: 1300px;
  padding: 90px 70px;
}

.services .center > p {
  font-size: 33px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.5;
  color: #000;
  position: relative;
  z-index: 1;
}

.services .center .line {
  width: 220px;
  height: 15px;
  background: #D4FF27;
  margin-bottom: 46px;
  margin-top: -20px;
}

.services .center .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 40px;
}

.services .center .grid div p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 36px;
}

.services .center .grid div p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 32px;
  margin-top: 8px;
}

.ads {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ads .center {
  width: 1300px;
  padding: 70px;
}

.ads .center > p {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  color: #D4FF27;
  letter-spacing: 0.5px;
}

.ads .center > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 13px;
  margin-top: 50px;
}

.ads .center > div > div {
  background-color: #171616;
}

.ads .center > div > div div {
  width: 100%;
  overflow: hidden;
}

.ads .center > div > div div img {
  width: 100%;
  transition: all 0.3s;
}

.ads .center > div > div p:nth-of-type(1) {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 20px 0 20px;
}

.ads .center > div > div p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #D4FF27;
  margin-top: 6px;
  padding: 6px 20px 25px 20px;
}

.ads .center > div > div:hover div img {
  transform: scale(1.2);
}

.partners {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #FFF;
}

.partners .center {
  width: 1300px;
  padding: 75px 0;
}

.partners .center p {
  font-size: 30px;
  font-weight: 600;
  line-height: 51px;
  color: #000;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.partners .center .line {
  width: 432px;
  height: 15px;
  background-color: #D4FF27;
  margin-top: -20px;
  margin-left: 30px;
}

.partners .center img {
  width: 100%;
  margin-top: 75px;
}

.join {
  width: 100%;
  display: flex;
  justify-content: center;
}

.join .center {
  width: 1300px;
  padding: 70px;
}

.join .center p {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  color: #D4FF27;
  letter-spacing: 0.5px;
}

.join .center > div {
  padding: 10px 40px 70px 40px;
  margin-top: 80px;
}

.join .center > div div {
  border: #E0E0E0 solid 1px;
  padding: 56px 29px 56px 29px;
  display: flex;
  align-items: center;
  position: relative;
}

.join .center > div div img {
  width: 329px;
  height: 43px;
  position: absolute;
  top: -22.5px;
  left: 30px;
  background-color: #000;
  padding-left: 5px;
}

.join .center > div div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #FFF;
  margin-bottom: 32px;
}

.contact {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 0;
  background-color: #202020;
}

.contact .center {
  width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 47px;
}

.contact .center > div:nth-of-type(1) {
  border-right: #FFF solid 1px;
  padding-right: 47px;
}

.contact .center > div:nth-of-type(1) img {
  width: 329px;
  height: 43px;
}

.contact .center > div:nth-of-type(1) p {
  width: 460px;
  color: #001D47;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #FFF;
  margin-top: 32px;
}

.contact .center > div:nth-of-type(2) {
  display: flex;
  gap: 40px;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(1) {
  display: flex;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(1) img {
  width: 13.827px;
  height: 17.969px;
  margin-right: 10px;
  margin-top: 6px;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(1) p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(2) {
  display: flex;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(2) img {
  width: 16px;
  height: 13px;
  margin-right: 10px;
  margin-top: 10px;
  color: #FFF;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(2) a {
  color: #001D47;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #FFF;
}
