body {
  background-color: black;
}

#header {
  background-color: #1cbdb3;
  margin: 20px 0;
}
#header > div:nth-child(1) {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  align-items: center;
  margin: 0 auto;
  padding: 20px 40px;
}
#header > div:nth-child(1) > a {
  text-decoration: none;
  color: white;
  background-color: #172738;
  padding: 20px 70px;
  border-radius: 60px;
  font-size: 1.2rem;
}

#one > main {
  background-color: #020202;
  display: flex;
  justify-content: center;
  align-items: center;
}
#one > main > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
#one > main > div:nth-child(1) img {
  max-width: 100%;
}
#one > main > div:nth-child(1) > h1,
#one > main > div:nth-child(1) span {
  color: #fff;
  margin-bottom: 40px;
  font-size: 2.6rem;
  width: 350px;
  text-align: center;
}
#one > main > div:nth-child(1) > h1 > span,
#one > main > div:nth-child(1) span > span {
  text-transform: uppercase;
}
#one > main > div:nth-child(2) img {
  max-width: 100%;
}

#two {
  background-color: #797771;
}
#two > main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 40px;
  gap: 30px;
}
#two > main > div:nth-child(1) img {
  max-width: 80%;
  height: auto;
}
#two > main > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}
#two > main > div:nth-child(2) > h1 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 20px;
}
#two > main > div:nth-child(2) > p {
  color: #fff;
  font-size: 30px;
  max-width: 450px;
  text-align: center;
}

#three {
  background-color: #efedeb;
}
#three > main {
  padding: 20px 40px;
}
#three > main > header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}
#three > main > header > h1 {
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 100;
}
#three > main > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 30px 0;
}
#three > main > div:nth-child(2) > div:nth-child(1n+1) {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#three > main > div:nth-child(2) > div:nth-child(1n+1) > h1 {
  font-size: 21px;
}
#three > main > div:nth-child(2) > div:nth-child(1n+1) > p {
  font-size: 14px;
}
#three > main > div:nth-child(2) > div:nth-child(1n+1) div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 345px;
  align-items: center;
  text-align: center;
}

#four {
  background-color: #797771;
}
#four > main > header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}
#four > main > header > h1 {
  font-size: 31px;
  color: #fff;
}
#four > main > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 40px;
  gap: 20px;
}
#four > main > div:nth-child(2) div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  align-self: start;
}
#four > main > div:nth-child(2) div > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
#four > main > div:nth-child(2) div > h1 {
  font-size: 23px;
  color: #fff;
  padding: 15px 0px;
}
#four > main > div:nth-child(2) div > p {
  font-size: 16px;
  color: #fff;
  max-width: 280px;
  height: 100px;
  text-align: center;
}

#five > main {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  padding: 60px 40px;
  align-items: center;
}
#five > main img {
  height: auto;
  max-width: 80%;
}
#five > main > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  text-align: center;
}
#five > main > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#five > main > div:nth-child(2) > h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
#five > main > div:nth-child(2) > p {
  font-size: 20px;
  max-width: 420px;
}

#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: black;
  color: #80f0ff;
  padding: 40px 100px;
}
#footer > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#footer > div:nth-child(1) > div:nth-child(1) {
  width: 100%;
}
#footer > div:nth-child(1) > div:nth-child(1) img {
  width: 50%;
}
#footer > div:nth-child(1) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer > div:nth-child(1) > div:nth-child(2) > h1 {
  font-size: 3rem;
  text-transform: uppercase;
}
#footer > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#footer > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > h1 {
  font-size: 1.2rem;
}
#footer > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#footer > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > img {
  width: 10%;
}
#footer > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) .icon {
  color: white;
  font-size: 50px;
}

.close {
  display: flex;
  justify-content: end;
  align-items: end;
}
.close > a {
  text-decoration: none;
  color: red;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 425px) {
  .close a {
    top: -1px;
    position: absolute;
    right: 10px;
  }
  .close .close {
    top: -2px;
    left: -10px;
    background-color: red;
  }
}

.delete_img {
  width: 8%;
  position: absolute;
  top: -14px;
  right: -14px;
}

/*# sourceMappingURL=index.css.map */
