@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 10px */
  /* 10px / 16px = 0.625 = 62.5 */
  font-size: 62.5%;
  overflow-x: hidden;
  /* scroll-behavior: smooth; */
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #555;
  overflow-x: hidden;
}

.section-ay {
  background-color: #0d0d2b;
  padding: 4rem 9.6rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.logo {
  width: 4rem;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  font-weight: 500;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 2rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #3671e9;
}

.main-nav-link.nav-reg:link,
.main-nav-link.nav-reg:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 32px;
  color: #fff;
  background-color: #3671e9;
}

.section-hero {
  margin: 3rem 0rem 14rem 0rem;
  position: relative;
}

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  align-items: center;
}

.hero-img-box {
  position: relative;
}

.heading-primary {
  font-size: 5.2rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
}

.heading-primary,
.heading-secondary {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.heading-secondary {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
}

.heading-tertiary {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 3.2rem;
  color: #000;
}

.save-box {
  width: 35rem;
  padding: 0;
  gap: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  margin-bottom: 1.5rem;
}

.save:link,
.save:visited {
  font-size: 1.2rem;
  font-weight: 800;
  height: 3.2rem;
  padding: 1.2rem 2.4rem;
  border-radius: 32px;
  color: #0d0d2b;
  background-color: #ffffff;
  text-decoration: none;
}

.save-word {
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
}

.hero-description {
  font-weight: 400;
  font-size: 1.2rem;
  color: #e0e0e0;
  margin-bottom: 1.8rem;
  letter-spacing: 0.4px;
}

.nav-reg:link,
.nav-reg:visited {
  width: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2.2rem;
  border-radius: 32px;
  color: #fff;
  background-color: #3671e9;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5rem;
}

.img1,
.img2,
.img3 {
  position: absolute;
}

.img1 {
  top: 40%;
  height: 5rem;
  transform: translateX(35%);
}

.img1 img {
  width: 50%;
}

.img2 {
  top: 40%;
  right: 0rem;
  height: 5rem;
}

.img3 {
  top: 120%;
  right: 0rem;
  height: 5rem;
  transform: translateX(50%);
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  gap: 9.6rem;
}

.grid:not(:last-child) {
  margin-bottom: 9.6rem;
}

.feature {
  gap: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature img {
  width: 6rem;
}

.heading-pri {
  font-size: 3.2rem;
  line-height: 1.05;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #ffffff;
}

.nav-reg1:link,
.nav-reg1:visited {
  width: 15rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 32px;
  color: #fff;
  background-color: #3671e9;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5rem;
}

/* ///////////////////////FAVOUR SECTION STARTS////////////////////////////////////////////// */


.trade-paragrapgh-1 {
  width: 62rem;
  height: 5rem;
  margin-left: 40rem;
  margin-top: 10rem;

  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;

  text-align: center;

  color: #999;
}

.trading-div {
  position: relative;
  width: 100%;
  height: 70rem;
  background-color: #fff;
}

.trade-cta {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-left: 22.5rem;
  width: 100rem;
  font-size: 2rem;
  background-color: #fbfcfe;
  margin-top: 20.7rem;
  height: 15rem;
  padding: 5rem 5rem 0rem 5rem;
  border-radius: 1.6rem 1.6rem 0rem 0rem;
}

.cta-enter {
  font-weight: 400;
  color: #0d0d2b;
  margin-top: -3rem;
  margin-right: 20rem;
}

.form {
  width: 40rem;
  height: 0rem;
  left: 29rem;
  margin-top: 2rem;

  border: 1px solid #e0e0e0;
}

.second-form {
  width: 20rem;
  height: 0rem;
  left: 29rem;
  margin-top: 2rem;
  border: 1px solid #e0e0e0;
}

.ammount {
  margin-top: -3rem;
  margin-left: -14rem;
  color: #0d0d2b;
}

.btn-cta {
  color: #fff;
  height: 5.9rem;
  width: 14.7rem;
  padding: 16px 32px 16px 32px;
  font-size: 2rem;
  cursor: pointer;
  text-decoration: none;
  border: #3671e9;
  background: #3671e9;
  border-radius: 3.2rem;
  margin-top: -3rem;
}

.estimated-div {
  box-sizing: border-box;
  position: absolute;
  width: 100rem;
  height: 21rem;
  margin-left: 22.5rem;
  /* margin-top: 21rem; */

  background: #ffffff;
  box-shadow: 0rem 0.1rem 4rem 0rem #8a7fa1;

  border-radius: 0rem 0rem 1.6rem 1.6rem;
}

.estimated-heading {
  color: #3671e9;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.5rem;
  width: 25.4rem;
  height: 0.2rem;
  left: 2.9rem;
  top: 2.2rem;
  position: absolute;
}

.estimated-heading-2 {
  position: absolute;
  width: 62rem;
  height: 4rem;
  left: 2.7rem;
  top: 4rem;

  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;

  letter-spacing: 0.04em;

  color: #0d0d2b;
}
.estimated-blue {
  color: #3671e9;
}

.estimated-paragraph {
  margin-top: 10rem;
  font-size: 1.5rem;
  margin-left: 3rem;
}

.heading-trade {
  font-size: 3rem;
  text-align: center;
  color: #222;
  font-weight: 900;
  line-height: 100%;
  width: 70rem;
  margin-left: 38rem;
  margin-top: 10rem;
}

.coins-div {
  height: 60rem;
  width: 120rem;
  margin-left: 12rem;
  /* margin-top: 10rem; */
  display: flex;
  justify-content: space-between;
}

.coin-type-div {
  background-color: #2b076e;
  width: 30rem;
  height: 37rem;
  margin-top: 10rem;
  border-radius: 1.6rem;
  position: relative;
}

.bitcoin-logo {
  background: linear-gradient(180deg, #f9aa4b -0.02%, #f7931a 99.99%);
  width: 8rem;
  height: 8rem;
  border-radius: 50px;
  margin-left: 11rem;
  padding-left: 1.7rem;
  padding-top: 1.5rem;
  margin-top: 4rem;
  position: absolute;
}

.eth-type-div {
  background-color: #fff;
}
.eth-logo {
  background: #1181e8;
  width: 8rem;
  height: 8rem;
  border-radius: 50px;
  margin-top: 4rem;
  margin-left: 11rem;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
}

.bitcoin-text {
  margin-left: -4.5rem;
  margin-top: 6rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  width: 15rem;
}

.coin-type-text {
  margin-left: -6.5rem;
  color: #0d0d2b;
  margin-top: 6rem;
  font-size: 3rem;
  font-weight: 700;
  width: 20rem;
}

.upper-text {
  font-size: 2rem;
  color: #bdbdbd;
  font-weight: 100;
}

.coin-type-text-2 {
  font-size: 1.6rem;
  width: 30rem;
  text-align: center;
  justify-content: center;
  line-height: 150%;
  color: #828282;
  margin-top: 2rem;
  margin-left: -13rem;
  font-weight: 700;
}

.btc-text-2 {
  font-size: 1.6rem;
  width: 30rem;
  text-align: center;
  justify-content: center;
  line-height: 150%;
  color: #fff;
  margin-top: 2rem;
  margin-left: -13rem;
  font-weight: 500;
}

.nav-mine {
  margin-top: 3rem;
  margin-left: -6rem;
}

.border-btn {
  height: 5rem;
  width: 5rem;
  margin-top: 3rem;
  border-radius: 50px;
  border: 2px solid rgba(43, 7, 110, 0.2);
  text-decoration: none;
  background-color: #fff;
}

.ltc-logo {
  width: 8rem;
  height: 8rem;
  border-radius: 50px;
  margin-top: 3rem;
  margin-left: 8rem;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
}

.ltc-text {
  margin-left: 8rem;
}

.ltc-text-2 {
  margin-left: 7px;
}
.btn-ltc {
  position: absolute;
  margin-left: 13rem;
}

.ltc-type-div {
  background-color: #fff;
}

/* //////////Section market Ay */

.market-container {
  margin-bottom: 15rem;
}
.section-market {
  background-color: #2b076e;
  padding: 4rem 9.6rem;
}

.market-heading {
  font-size: 4rem;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 5.5rem;
  margin: 10rem 0rem;
  padding: 0rem 20rem;
}

.hero-text-box2 {
  margin-top: -15rem;
}

.hero-description2 {
  font-weight: 400;
  font-size: 1.6rem;
  color: #e0e0e0;
  margin-bottom: 2.8rem;
  letter-spacing: 0.8px;
}

.save-word2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 2rem;
}

.absolute {
  position: absolute;
  top: 7rem;
  left: 7rem;
}

.new-hero {
  margin-top: 7rem;
}

/* ////////////////////////////////////SECTION FAVOUR MARKET BEGINS//////////////////////////////// */

.footer {
  background: linear-gradient(180deg, #2b076e 0%, #0d0d2b 100%);
  height: 45rem;
  position: relative;
}

.footer-cta {
  background-color: #3671e9;
  height: 20rem;
  width: 100rem;
  margin-left: 22.5rem;
  border-radius: 1.6rem;
  margin-top: 15rem;
  position: absolute;
}

.head-footer-cta {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 150%;
  color: #fff;
  margin-left: 8rem;
  margin-top: 3rem;
  position: absolute;
}

.footer-cta-paragraph {
  color: #fff;
  position: absolute;
  margin-top: 10rem;
  font-size: 1.5rem;
  width: 32rem;
  margin-left: 8rem;
}

.footer-form {
  width: 30rem;
  height: 0rem;
  margin-left: 49rem;
  position: absolute;
  margin-top: 10rem;

  border: 1px solid #e0e0e0;
}

.footer-form-paragraph {
  font-size: 1.3rem;
  margin-top: -3rem;
  color: #fff;
}

 .footer-btn {
  position: absolute;
  margin-left: 85rem;
  margin-top: 7rem;
  background-color: #fff;
  border-radius: 50px;
  border: none;
  font-size: 1.5rem;
  height: 5rem;
  width: 12rem;
  padding-right: 7rem;
  padding-bottom: 1.5rem;
  
} 

.subscription {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  position: inherit;
}


.footer-btc-logo {
  margin-left: 85rem;
  margin-bottom: -20rem;
 
}

.footer-ltc-logo{
  margin-top: 3rem;
  position: absolute;
  margin-left: -100rem;
}

.footer-2 {
  height: 30rem;
  background: #0d0d2b;
  width: 135rem;
  margin-left: 7rem;
}

.footer-components-1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  margin-left: 40rem;
}
.li{
  list-style-type: none;

}

.footer-2-link {
  color: #fff;
  text-decoration: none;
}


.footer-components-2{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  margin-left: 60rem;
  margin-top: -11rem;
  display: flex;
}

.visa-card{
  height: 5rem;
  width: 7rem;
  /* background: #E0E0E0;
opacity: 0.7;
border-radius: 8px; */
  padding-left: 1rem;
  padding-top: 1.5rem;
 
}

.mastercard{
  height: 5rem;
  width: 7rem;
  /* background: #E0E0E0;
opacity: 0.7;
border-radius: 8px; */
  padding-left: 1rem;
  padding-top: 1rem;
}

 .bitcoin-component{
  background: #E0E0E0;
  opacity: 0.7;
  border-radius: 8px;
  height: 5rem;
  width: 7rem;
  padding-left: 2rem;
  padding-top: 1rem;
}

.footer-components-3{
  display: flex;
  margin-left: 90rem;
  margin-top: -9rem;
column-gap: 2rem;
}


.copyright{
  color: #fff;
  font-size: 1.5rem;
  margin-top: 17rem;
  margin-left: 5rem;
}

.socials-icon{
  margin-left: 105rem;
  display: flex;
  column-gap: 2rem;
}

.footer-whitespace{
  height: 10rem;
  background-color: #fff;
}
