@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  background: #0b0a0a;
}
.container {
  max-width: 1282px;
  margin: 0 auto;
}
.nav {
  padding-block: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper {
  display: none !important;
}
.nav a {
  padding: 10px 40px;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
  background: #1b1404;
  border-radius: 10px;
  border: 1px solid #3d2c07;
  color: #ffae00;
}
.intro {
  background-image: url(/img/intro.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro h1 {
  color: #f28323;
  font-family: "Roboto";
  font-size: 200px;
  font-style: normal;
  font-weight: 300;
  line-height: 148%;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}
.intro {
  padding-block: 74px;
}
.intro-block {
  padding: 60px 164px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(23px);
  margin-top: -75px;
}
.intro-block h2 {
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 14px;
}
.intro-block p {
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 50px;
}
.intro-block a {
  text-decoration: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffae00 0%, #e97c00 100%);
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  padding: 15px 72px;
  margin: 0 auto;
  display: block;
  max-width: 408px;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 150px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 150px;
  margin-top: 70px;
}
.asset-of-the-future {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.asset-of-the-future h2 {
  color: #fff;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-align: start;
  text-transform: capitalize;
}
.bl1-card {
  flex: 1;
  border-radius: 30px;
  border: 1px solid #313030;
  backdrop-filter: blur(23px);
  display: flex;
  padding: 36px 49px;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
}
.bl1-card h3 {
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.bl1-card p {
  color: #9e9e9e;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 22px;
}
.bl1-cards-row {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
}
.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.copper-price-dynamics h3 {
  color: #fff;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 20px;
  max-width: 530px;
}
.copper-price-dynamics p {
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 50px;
  max-width: 530px;
}

.copper-price-dynamics a {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffae00 0%, #e97c00 100%);
  padding: 15px 48px;
  max-width: 408px;
  width: 100%;
}
.copper-price-dynamics {
  border-radius: 30px;
  background-image: url("/img/copper-price-bg.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 652px;
  padding: 72px;
  width: 100%;
}
footer {
  background: #171616;
  padding-block: 64px;
}
.footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.privacy-terms a {
  text-decoration: none;
  color: #9e9e9e;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.privacy-terms {
  display: flex;
  align-items: center;
  gap: 40px;
}
.access-copper-market {
  border-radius: 30px;
  background-image: url("/img/market-analytics-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 698px;
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 70px 72px;
  width: 100%;
}
.market-analytics-info h3 {
  color: #fff;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-transform: capitalize;
}
.market-analytics-info p {
  color: #9e9e9e;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.market-analytics-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 26px;
  max-width: 480px;
}
.form-wrapper {
  width: 100%;
  max-width: 626px;
}

.say-about-us h2 {
  color: #fff;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 80px;
}
.quotes-item {
  border-radius: 30px;
  border: 1px solid #313030;
  background: #171616;
  padding: 56px 50px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.user {
  display: flex;
  align-items: center;
  gap: 22px;
}
.user-info {
  display: flex;
  align-items: start;
  gap: 5px;
  flex-direction: column;
}
.name {
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.dop-info {
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: capitalize;
}
.user-quote {
  color: #9e9e9e;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.people-quotes {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
}

.quotes-item1 {
  grid-column: span 5;
}
.quotes-item2 {
  grid-column: span 7;
}
.quotes-item3 {
  grid-column: span 7;
}
.quotes-item4 {
  grid-column: span 5;
}

.investment-opportunities h2 {
  color: #fff;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-transform: capitalize;
  margin-bottom: 80px;
}
.investment-opportunities a {
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffae00 0%, #e97c00 100%);
  text-decoration: none;
  padding: 15px 40px;
  display: block;
  max-width: 408px;
  margin: 0 auto;
}
.oppotunity-pair h3 {
  color: #ff7400;
  font-family: "Roboto";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.oppotunity-pair p {
  color: #9e9e9e;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.oppotunity-pair {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.investment-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  margin-bottom: 50px;
  position: relative;
}
.money-shine {
  position: absolute;
  width: 30%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(5px);
}
.global-cooper-market h2 {
  color: #fff;
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.gcm-main {
  display: flex;
  gap: 135px;
  align-items: start;
  justify-content: space-between;
}
.gcm-progress .subtitle {
  color: #9e9e9e;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: lowercase;
  width: 100%;
}
.gcm-progress .gcm-percent {
  color: #ff7400;
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-transform: capitalize;
  width: 100%;
}
.progress {
  display: flex;
  align-items: end;
  gap: 14px;
}
.progress1,
.progress2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
.progress1 p,
.progress2 p {
  color: #9e9e9e;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.column1 {
  width: 82px;
  height: 135px;
  background: #3d3d3d;
}
.column2 {
  width: 82px;
  height: 279px;
  background: #ff7400;
}
.gcm-progress {
  display: flex;
  flex-direction: column;
  min-width: 445px;
  align-items: end;
}
.gcm-table .row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: start;
}

.row-title {
  display: flex;
  gap: 16px;
  align-items: center;
  grid-column: span 3;
}
.row-title p {
  color: #ff7400;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.row .value {
  color: #9e9e9e;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  grid-column: span 2;
}
.gcm-table {
  width: 100%;
}
.row {
  border-bottom: 1px solid #313030;
  padding: 20px 16px;
}
.global-cooper-market {
  padding: 70px 73px;
  border-radius: 30px;
  border: 2px solid #313030;
  width: 100%;
}
.row:last-child {
  border-bottom: none;
}
.row ul {
  padding-left: 50px;
}
/* Tablet */
@media (max-width: 1439px) {
  .container {
    max-width: 100%;
    padding-inline: 30px;
    margin: 0 auto;
  }
  .nav {
    padding-block: 40px;
  }
  .intro {
    padding-block: 50px;
  }
  .intro h1 {
    font-size: 150px;
  }
  .intro-block {
    padding: 60px 30px;
    margin-top: -57px;
  }
  .intro-block h2 {
    line-height: 150%;
    margin-bottom: 14px;
  }
  .intro-block p {
    line-height: 150%;
    margin-bottom: 50px;
  }
  .content {
    margin-top: 90px;
    margin-bottom: 120px;
    gap: 120px;
  }
  .bl1-cards-row {
    flex-direction: column;
    gap: 30px;
  }
  .copper-price-dynamics {
    padding: 70px 66px;
  }
  .copper-price-dynamics h3,
  .copper-price-dynamics a,
  .copper-price-dynamics p {
    max-width: 408px;
    width: 100%;
  }
  .copper-price-dynamics h3 {
    line-height: 150%;
  }
  .gcm-main {
    flex-direction: column;
    gap: 80px;
  }
  .investment-opportunities img {
    display: none;
  }
  .investment-block {
    gap: 18px;
  }
  .oppotunity-pair {
    display: grid;
    grid-template-rows: repeat(11, 40px);
    gap: 9px;
    align-items: start;
  }
  .oppotunity-pair .oppotunity-item:first-child {
    grid-row: span 5;
  }
  .oppotunity-pair .oppotunity-item:last-child {
    grid-row: span 6;
  }
  .access-copper-market {
    flex-direction: column;
    padding: 70px 46px;
  }
  .people-quotes {
    display: none;
  }
  .swiper {
    display: block !important;
    max-width: 100vw;
    margin: 0 auto;
  }
  .swiper-wrapper {
    margin-inline: 30px;
  }
  .swiper-pagination {
    display: none;
  }
  .say-about-us h2 {
    padding-inline: 30px;
  }
  .quotes-item {
    min-height: 302px;
  }
  .gcm-progress {
    width: 100%;
  }
  .progress {
    justify-content: center;
    width: 100%;
  }
}

/* Phone */
@media (max-width: 744px) {
  .container {
    max-width: 100%;
    padding-inline: 16px;
    margin: 0 auto;
  }
  .nav a {
    display: none;
  }
  .nav {
    justify-content: center;
  }
  .nav img {
    max-width: 140px;
  }
  .intro {
    padding-bottom: 32px;
  }
  .intro-block {
    padding: 40px 20px;
    margin-top: -20px;
  }
  .intro h1 {
    font-size: 60px;
  }
  .intro-block h2 {
    font-size: 40px;
  }
  .intro-block p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .intro-block a {
    font-size: 20px;
    padding: 16px 30px;
  }
  .content {
    margin-block: 90px;
    gap: 90px;
  }
  footer {
    padding-block: 50px;
  }
  .footer-block {
    flex-direction: column;
    gap: 32px;
    align-items: start;
    justify-content: start;
  }
  .footer-block img {
    max-width: 200px;
  }
  .asset-of-the-future h2 {
    font-size: 35px;
    line-height: 150%;
  }
  .asset-of-the-future {
    gap: 50px;
  }
  .bl1-card {
    padding: 0px;
    border: none;
    gap: 16px;
  }
  .bl1-card p {
    text-transform: none;
  }
  .bl1-card br {
    display: none;
  }
  .bl1-cards-row {
    gap: 26px;
  }
  .cards {
    gap: 26px;
  }
  .copper-price-dynamics {
    padding: 70px 30px;
  }
  .copper-price-dynamics h3 {
    font-size: 35px;
  }
  .copper-price-dynamics p {
    margin-bottom: 40px;
  }
  .copper-price-dynamics a {
    display: block;
    font-size: 20px;
    line-height: 150%;
  }
  .global-cooper-market {
    padding: 70px 30px;
  }
  .gcm-progress {
    max-width: 100%;
    min-width: 100%;
  }
  .global-cooper-market h2 {
    font-size: 30px;
  }
  .gcm-progress {
    gap: 14px;
  }
  .gcm-main {
    gap: 70px;
  }
  .gcm-table .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .row-title {
    justify-content: center;
  }
  .row .category {
    text-align: center;
    display: block;
  }
  .investment-opportunities {
    margin-bottom: 40px;
    line-height: 150%;
  }
  .investment-block {
    flex-direction: column;
    gap: 30px;
  }
  .oppotunity-pair {
    display: flex;
    gap: 30px;
  }
  .investment-opportunities a {
    font-size: 20px;
    padding: 16px 10px;
  }
  .people-quotes {
    display: none;
  }
  .access-copper-market {
    padding: 50px 6px;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
  }
  .market-analytics-info h3 {
    font-size: 30px;
    text-align: center;
  }
  .market-analytics-info p {
    text-align: center;
  }
  .swiper {
    display: block !important;
    max-width: 100vw;
    margin: 0 auto;
  }
  .swiper-slide {
    padding-bottom: 40px;
    padding-inline: 16px;
  }
  .quotes-item {
    padding: 56px 20px;
    height: 100%;
    max-height: 374px;
  }
  .user {
    gap: 16px;
  }
  .say-about-us h2 {
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 50px;
    padding-inline: 16px;
  }
  .swiper-pagination-bullet {
    background: white !important;
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
    background: linear-gradient(90deg, #ffae00 0%, #e97c00 100%) !important;
  }
  .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-wrapper {
    margin-inline: 0px;
  }
}
.square {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  max-width: fit-content;
  padding: 10px 20px;
  margin-left: -20px;
}
