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

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f2f2f2;
  display: block;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: #fff url(../img/background.jpg) top center no-repeat;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100% 100%;
}

html,
body {
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #c8d5de;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e30b30;
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #c8d5de;
}

.container {
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: auto;
}
.header_items {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
}
.header_item {
  width: fit-content;
}
.header_item:nth-last-child(2) {
  margin-left: auto;
  margin-right: 50px;
}
.header_item_logo {
  vertical-align: middle;
}
.header_item_socials {
  display: flex;
  align-items: center;
}
.header_item_social {
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
.header_item_social:hover {
  opacity: 0.5;
}
.header_item_social:last-child {
  margin-right: 0px;
}
.header_item_button button {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
  padding: 24px 32px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  background: #e30b30;
  outline: none;
  border: none;
}
.header_item_button button img {
  vertical-align: middle;
  margin-left: 12px;
}
.header_item_button button:hover {
  opacity: 0.5;
}
.main {
  padding-top: 139px;
  padding-bottom: 186px;
  position: relative;
}
.main_items {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.main_coins {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
}
.main_subtille {
  color: #13111c;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  max-width: 552px;
}
.main_tittle {
  margin-top: 50px;
  color: #13111c;
  text-align: left;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 105.6px */
  letter-spacing: -1.92px;
  text-transform: uppercase;
}
.main_tittle span {
  color: #e30b30;
}
.main_button {
  margin-top: 50px;
}
.main_button button {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  outline: none;
  border: none;
  padding: 32px 42px;
  border-radius: 12px;
  background: #e30b30;
}
.main_button button:hover {
  opacity: 0.5;
}
.main_button button img {
  vertical-align: middle;
  margin-left: 12px;
}
.footer {
  width: 100%;
  height: auto;
  background: #ffffff;
  margin-top: auto;
}
.footer_items {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer_item {
  margin-left: auto;
  width: fit-content;
}
.footer_item:first-child {
  margin-left: 0px;
}
.footer_item_logo {
  vertical-align: middle;
}
.footer_item_text {
  color: rgb(19, 17, 28, 0.4);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.footer_item_navs {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer_item_nav {
  margin-right: 24px;
}
.footer_item_nav:last-child {
  margin-right: 0px;
}
.footer_item_nav a {
  color: #13111c;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
}

.footer_item_nav a:hover {
  color: #e30b30;
}
.footer_item_socials {
  display: flex;
  align-items: center;
}
.footer_item_social {
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.5s;
}

.footer_item_social:hover {
  opacity: 0.5;
}

.footer_item_social:last-child {
  margin-right: 0px;
}

@media (min-width: 320px) and (max-width: 499px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item_logo img {
    width: 100px;
  }
  .header_item:nth-child(2) {
    display: none;
  }
  .header_item_button button {
    font-size: 12px;
    padding: 12px 16px;
    white-space: nowrap;
  }
  .header_item:last-child {
    margin-left: auto;
  }
  .main {
    padding-top: 50px;
  }
  .main_subtille {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .main_tittle {
    font-size: 55px;
    text-align: center;
  }

  .main_button button {
    font-size: 16px;
    padding: 16px 21px;
    display: block;
    margin: 0 auto;
  }

  .footer_items {
    flex-direction: column;
  }
  .footer_item {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .footer_item:last-child {
    margin-bottom: 0px;
  }

  .footer_item_logo img {
    width: 120px;
  }

  .footer_item_text {
    font-size: 12px;
  }

  .footer_item_navs {
    flex-direction: column;
  }
  .footer_item_nav {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footer_item_nav a {
    font-size: 10px;
  }

  .footer_item_social img {
    width: 30px;
  }

  body {
    background-size: auto 100%;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item_logo img {
    width: 120px;
  }
  .header_item:nth-child(2) {
    display: none;
  }
  .header_item_button button {
    font-size: 14px;
    padding: 14px 18px;
    white-space: nowrap;
  }
  .header_item:last-child {
    margin-left: auto;
  }
  .main {
    padding-top: 120px;
  }
  .main_tittle {
    font-size: 75px;
  }

  .main_button button {
    font-size: 18px;
    padding: 18px 23px;
  }

  .footer_items {
    flex-direction: column;
  }
  .footer_item {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .footer_item:last-child {
    margin-bottom: 0px;
  }

  .footer_item_logo img {
    width: 150px;
  }

  .footer_item_nav a {
    font-size: 12px;
  }

  .footer_item_nav {
    margin-right: 10px;
  }

  .footer_item_social img {
    width: 40px;
  }

  body {
    background-size: auto 100%;
  }
}

@media (min-width: 800px) and (max-width: 1480px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body {
    background-size: auto 100%;
  }

  .footer_items {
    flex-direction: column;
  }
  .footer_item {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .footer_item:last-child {
    margin-bottom: 0px;
  }

  .footer_item_nav {
    margin-right: 25px;
  }
}
