@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Nunito, sans-serif;
}
a {
  text-decoration: none;
}

body {
  width: 1440px;
  margin: 0 auto;
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  position: relative;
  margin: 0 auto;
}

.top {
  position: absolute;
  width: 1440px;
  top: 0;
}

.pool {
  position: absolute;
  width: 995px;
  height: 430px;
  left: 325px;
  top: 535px;
}

/* LOGOTYPE */
.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  z-index: 1;
}

.icon-logo {
  width: 59px;
  height: 32px;
  align-self: center;
}

.logo-text {
  text-decoration: none;
  width: 80px;
  height: 31px;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 32.74px;
  color: #ffffff;
}

/* NAVIGATION */
nav {
  margin-right: 60px;
  z-index: 1;
}

nav ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  width: 400px;
}

nav ul a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

nav ul li {
  text-align: center;
}

/* POST 1 */

.post1 {
  display: flex;
  position: relative;
  flex-direction: column;
  color: #ffffff;
  margin-top: 80px;
  margin-bottom: 700px;
}

.post1-heading {
  margin-left: 60px;
  margin-bottom: 20px;
  width: 932px;
  font-weight: 800;
  font-size: 50px;
  line-height: 102px;
  letter-spacing: 0.02em;
}

.post1-text {
  width: 655px;
  margin-left: 60px;
  font-weight: 600;
  font-size: 36px;
  line-height: 74px;
  letter-spacing: 0.02em;
}

.post1-bigimg {
  position: absolute;
  width: 1015.54px;
  height: 790px;
  left: 425px;
  top: 45px;
}

/* POST 2 */

.post2 {
  display: flex;
  flex-direction: column;
  color: #333333;
  margin-top: 0 auto;
}

.post2-heading {
  margin: 0 auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 50px;
}

.post2-text {
  width: 1220px;
  height: 170px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: #333333;
  text-align: center;
}

/* POST 3 */

.post3 {
  display: flex;
  flex-direction: column;
  color: #076572;
  margin: 200px 150px;
  position: relative;
}

.post3-heading {
  width: 530px;
  height: 135px;
  font-weight: bold;
  font-size: 45px;
  line-height: 68px;
  margin-bottom: 100px;
}

.view-more {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}

.double-vector {
  margin-left: 10px;
}

.car {
  position: absolute;
  width: 325px;
  height: 270px;
  left: 870px;
  top: 50px;
  box-shadow: 0px 20px 30px rgb(0, 0, 0, 0.13);
}
.bags {
  position: absolute;
  width: 325px;
  height: 270px;
  left: 640px;
  top: -100px;
  box-shadow: 0px 20px 30px rgb(0, 0, 0, 0.13);
}
.dots {
  position: absolute;
  width: 400px;
  height: 380px;
  left: -100px;
  z-index: -1;
}

/* POST 4 */

.post4 {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1440px;
  padding: 130px 100px 100px 100px;
  background: #fafafa;
}

.graphic {
  z-index: 1;
}

.post4-div {
  display: flex;
  flex-direction: column;
}

.post4-heading {
  width: 550px;
  height: 250px;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 68px;
  color: #076572;
}

.post4-text {
  width: 550px;
  height: 68px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: #333333;
  margin: 25px 0 25px 0;
}

.dots2 {
  position: absolute;
  width: 400px;
  height: 380px;
  top: 78px;
  left: 70px;
}

/* POST 5 */

.post5 {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 1440px;
  padding: 130px 0 100px 0;
}

.wallet {
  z-index: 1;
  width: 530px;
  height: 375px;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.13));
}

.post5-div {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}

.post5-heading {
  width: 480px;
  height: 125px;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 68px;
  color: #076572;
}

.post5-text {
  width: 550px;
  height: 28px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #333333;
  margin: 25px 0 125px 0;
}

.dots3 {
  position: absolute;
  width: 400px;
  height: 380px;
  top: 130px;
  left: 580px;
}

.bitcoin {
  position: absolute;
  width: 735px;
  height: 950px;
  top: -135px;
  left: -50px;
  z-index: -1;
}

/* TABLE */
.post6 {
  width: 1440px;
  height: 890px;
  padding: 20px 0 20px 0;
  background: #fafafa;
}
.table {
  width: 1100px;
  height: 850px;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 5.1;
  background: #ffffff;
}
th {
  border-bottom: 8px solid #fafafa;
}
td {
  line-height: 24px;
  padding: 5px 7px;
  border-top: 3px solid #fafafa;
  text-align: center;
}
.first {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

/* FOOTER */

footer {
  display: flex;
  flex-direction: column;
  background-color: #30292f;
  padding: 60px 80px 40px 80px;
  width: 1440px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us {
  width: 90px;
  height: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.7);
}
.icons {
  display: flex;
  justify-content: space-around;
  width: 100px;
}
.telegram {
  background: url(pictures/telegram.png);
  width: 20px;
  height: 20px;
}
.telegram:hover {
  background: url(pictures/telegram-hover.png);
  width: 20px;
  height: 20px;
}
.twitter {
  background: url(pictures/twitter.png);
  width: 20px;
  height: 20px;
}
.twitter:hover {
  background: url(pictures/twitter-hover.png);
  width: 20px;
  height: 20px;
}
.facebook {
  background: url(pictures/facebook.png);
  width: 20px;
  height: 20px;
}
.facebook:hover {
  background: url(pictures/facebook-hover.png);
  width: 20px;
  height: 20px;
}

.update {
  display: flex;
  flex-direction: column;
}
.update-us {
  width: 175px;
  height: 25px;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}
.input-email {
  width: 258px;
  height: 48px;
  background: #fdfffc;
  border-radius: 3px;
}
.send-email {
  width: 80px;
  height: 48px;

  background: #1768ac;
  border-radius: 3px;
}

.footer-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.mini1 {
  display: flex;
  justify-content: space-around;
}
.about-us {
  width: 71px;
  height: 22px;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.contact-us-bottom {
  width: 205px;
  height: 22px;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 25px;
}
.mini2 {
  display: flex;
  justify-content: space-around;
}
.faq {
  width: 37px;
  height: 25px;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 70px;
}
.back-to-top {
  width: 98px;
  height: 25px;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.email {
  position: relative;
}
.input-email {
  padding-left: 20px;
  width: 258px;
  height: 48px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(62, 61, 61, 0.5);
}

.send-email {
  position: absolute;
  width: 80px;
  height: 48px;
  left: 180px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 19px;
  background: #1768ac;
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  body,
  header,
  footer,
  .post1,
  .post2,
  .post3,
  .post4,
  .post5,
  .post6 {
    width: 1024px;
  }
  .top {
    width: 1024px;
  }
  .pool {
    width: 830px;
    height: 370px;
    left: 105px;
    top: 540px;
    z-index: 1;
  }
  .post1 {
    margin-bottom: 410px;
  }
  .post1-bigimg {
    width: 845px;
    height: 550px;
    left: 185px;
    top: 180px;
  }
  .post2-text {
    width: 1024px;
  }

  .post3 {
    margin: 110px 65px;
    width: 970px;
  }
  .post3-heading ~ p {
    width: 200px;
  }
  .bags {
    left: 560px;
    top: -30px;
  }
  .car {
    display: none;
  }
  .dots {
    top: -50px;
  }
  .post4 {
    padding: 20px;
  }
  .post4-heading {
    font-size: 50px;
    line-height: 58px;
  }
  .post4-text {
    margin: 0 0 10px 0;
    width: 520px;
  }
  .graphic {
    width: 500px;
  }
  .dots2 {
    top: 15px;
  }

  .post5 {
    margin: 0;
    padding: 0;
    padding: 20px 0 20px 0;
    width: 1024px;
    height: 400px;
  }

  .post5-div {
    width: 500px;
    margin: 60px 0 50px 0;
  }
  .post5-heading {
    width: 465px;
    height: 50px;
    font-size: 40px;
    line-height: 0px;
    margin: 20px;
  }
  .post5-text {
    width: 500px;
    height: 50px;
    margin: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .post5-text ~ p {
    margin: 10px 0 10px 20px;
  }
  .dots3 {
    top: 40px;
  }
  .bitcoin {
    top: -210px;
  }
  .post6 {
    width: 1024px;
  }
  .table {
    width: 1024px;
  }
}

@media screen and (max-width: 320px) {
  body {
    max-width: 320px;
  }

  header {
    max-width: 320px;
    margin: 0;
    justify-content: space-around;
  }
  .logo {
    margin: 0;
  }
  nav {
    margin: 10px 0 0 0;
  }
  nav ul {
    max-width: 100px;
    flex-direction: column;
    justify-content: space-around;
  }
  .top {
    width: 310px;
    height: 365px;
  }
  .pool {
    display: none;
  }

  .post1 {
    margin-bottom: 120px;
    width: 320px;
  }
  .post1-bigimg {
    display: none;
  }
  .post1-heading {
    margin-left: 25px;
    font-size: 15px;
    line-height: 0px;
    width: 300px;
  }
  .post1-text {
    width: 230px;
    margin-left: 25px;
    font-size: 12px;
    line-height: 15px;
  }

  .post2 {
    margin-bottom: 200px;
    width: 320px;
  }
  .post2-heading {
    font-size: 20px;
    line-height: 10px;
    margin-bottom: 35px;
  }
  .post2-text {
    width: 310px;
    height: 170px;
    font-size: 14px;
    line-height: 25px;
  }

  .post3 {
    margin: 0;
    padding-top: 10px;
    width: 320px;
    height: 150px;
  }
  .post3-heading {
    width: 300px;
    height: 50px;
    font-size: 20px;
    line-height: 20px;
    margin: 20px;
  }
  .post3-heading ~ p {
    margin: 0 0 10px 20px;
  }
  .bags {
    display: none;
  }
  .car {
    display: none;
  }
  .dots {
    width: 360px;
    left: -50px;
    top: -10px;
  }
  .double-vector {
    margin-left: 5px;
    width: 10px;
  }
  .view-more {
    font-size: 15px;
    line-height: 0px;
  }

  .post4 {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 320px;
    height: 250px;
  }
  .graphic {
    display: none;
  }
  .post4-div {
    width: 320px;
  }
  .post4-heading {
    width: 300px;
    height: 50px;
    font-size: 20px;
    line-height: 20px;
    margin: 20px;
  }
  .post4-text {
    width: 310px;
    margin: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .post4-text ~ p {
    margin: 0 0 10px 20px;
  }
  .dots2 {
    display: none;
  }

  .post5 {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 320px;
    height: 170px;
  }
  .dots3,
  .bitcoin,
  .wallet {
    display: none;
  }
  .post5-div {
    width: 320px;
    margin: 0;
  }
  .post5-heading {
    width: 300px;
    height: 0px;
    font-size: 20px;
    line-height: 20px;
    margin: 20px;
  }
  .post5-text {
    width: 300px;
    height: 30px;
    margin: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .post5-text ~ p {
    margin: 10px 0 10px 20px;
  }

  /* Table */
  .post6 {
    width: 320px;
    height: 890px;
    padding: 20px 0 20px 0;
    background: #fafafa;
  }
  .table {
    width: 100%;
    height: 850px;
    margin: 0;
    border-collapse: collapse;
    line-height: 0;
    background: #ffffff;
  }
  th {
    border-bottom: 8px solid #fafafa;
  }
  td {
    line-height: 24px;
    padding: 5px 0px;
    border-top: 3px solid #fafafa;
    text-align: center;
    font-size: 12px;
  }
  .first {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  footer {
    max-width: 320px;
    padding: 2px;
  }
  .footer-top {
    width: 320px;
    margin-bottom: 12px;
    justify-content: space-around;
  }
  .contact-us {
    width: 75px;
    font-size: 15px;
  }
  .update-us {
    margin: 0;
    font-size: 15px;
  }
  .input-email {
    padding-left: 7px;
    width: 160px;
    height: 40px;
    font-size: 10px;
    line-height: 0px;
  }
  .send-email {
    width: 55px;
    height: 40px;
    left: 105px;
    font-size: 15px;
    line-height: 0px;
  }
  .line {
    width: 320px;
  }

  .footer-end {
    width: 320px;
    height: 30px;
    justify-content: space-around;
    margin-top: 10px;
  }
  .about-us {
    width: 70px;
    height: 0px;
    font-size: 15px;
    line-height: 0px;
  }
  .contact-us-bottom {
    width: 85px;
    height: 0px;
    font-size: 15px;
    line-height: 0px;
    padding-left: 0px;
  }
  .faq {
    width: 45px;
    height: 0px;
    font-size: 15px;
    line-height: 0;
    padding-right: 0px;
  }
  .back-to-top {
    width: 90px;
    height: 0px;
    font-size: 15px;
    line-height: 0px;
  }
}
