@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


/* global styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

body, html {
  width: 100%;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 1.9;
}

button {
  border: none;
  background: none;
}

.ctn {
  width: 100%;
  min-height: 90vh;
  padding: 100px 20px;
}

.wrp {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.flexWrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 100px;
}

.secBtn {
  padding: 17px 25px;
  background: rgb(33, 33, 33);
  color: #ffffff !important;
  font-size: 0.8rem !important;
  border-radius: 10px;
}

/* global styles end */

/* nav styles start*/
.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: relative;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(33, 33, 33);
}

.get-started-btn {
  padding: 10px 17px;
  background: rgb(33, 33, 33);
  color: #ffffff !important;
  font-size: 0.8rem !important;
  border-radius: 5px;
}

.closebtn,
.openbtn {
  display: none;
}

/* nav styles end */

/* hero styles start */
.hero-ctn {
  width: 100%;
  height: 90vh;
  background-image: linear-gradient(180deg, #00000092, #00000092),
    url(../assets/home-hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.hero-wrp {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
  padding: 0 40px;
}

.hero-title {
  width: 100%;
  max-width: 1000px;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 500;
}

/* hero styles start */

/* what we do styles start */
.what-we-do-left {
  width: 100%;
  max-width: 500px;
}

.what-we-do-left h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #0c106e;
}

.what-we-do-left p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 50px;
}

.what-we-do-right {
  width: 100%;
  max-width: 500px;
}

.what-we-do-right img {
  width: 100%;
}

/* what we do styles end */

/* services styles start*/
.servicesWrp {
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.serviceHeader {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto 80px auto;
  font-size: 2rem;
  font-weight: 500;
}

.service-card {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 3px 5px rgba(0, 0, 0, 0.03);
}

.service-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}

.service-card h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 20px 0;
  padding: 0 10px;
  color: #0c106e;
}

.service-card p {
  font-size: 0.75rem;
  margin-bottom: 20px;
  padding: 0 10px;
}

.service-card a {
  display: block;
  font-size: 0.8rem;
  padding: 0 10px 20px 10px;
  color: rgb(0, 90, 0);
}

/* services styles end*/

/* liquidity styles start*/
.liquidity-ctn {
  overflow: hidden;
  background: #051a1f;
  padding: 50px 0;
}

.liquidity-wrp1,
.liquidity-wrp2,
.liquidity-wrp3 {
  min-width: fit-content;
  display: flex;
  gap: 30px;
  justify-content: space-around;
  flex-shrink: 0;
  padding: 30px 0px;
  transition: all ease-in-out 0.5s;
  transform: translateX(0%);
  animation: slide 3000s infinite linear;
}

.liquidity-wrp2 {
  animation: slideReverse 3200s infinite linear;
}

.liquidity-wrp3 {
  flex-direction: row-reverse;
  animation: slide 3100s infinite linear;
}

.liquidity-img-wrp {
  width: 180px;
  height: 60px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liquidity-img-wrp img {
  padding: 10px;
  width: 100px;
  object-fit: cover;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 1400px));
  }
}

@keyframes slideReverse {
  from {
    transform: translateX(calc(-100% + 1400px));
  }
  to {
    transform: translateX(0);
  }
}

/* liquidity styles end */

/* options trading styles start */
.options-trading-ctn {
  background: #051a1f;
}

.options-trading-right {
  width: 100%;
  max-width: 600px;
}

.options-trading-right h1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.options-trading-right p {
  font-size: 1rem;
  font-weight: 200;
  margin-top: 40px;
  color: #f3f3f3;
}

.options-trading-left {
  width: 100%;
  max-width: 500px;
}

.options-trading-left img {
  width: 100%;
  border-radius: 5px;
  border-top-right-radius: 150px;
}

.just-p p {
  color: black;
  margin-top: 30px;
  font-weight: 400;
}

.just-p h1 {
  font-weight: 600;
  font-size: 1.1rem;
  color: #0c106e;
  margin: 30px 0;
  text-transform: uppercase;
}

.just-p p span {
  font-weight: 600;
  margin-right: 10px;
}

.just-p p:nth-child(5),
.just-p p:nth-child(6),
.just-p p:nth-child(7),
.just-p p:nth-child(8) {
  font-size: 0.9rem !important;
  margin-top: 20px;
}

.just-p img {
  border-radius: 5px;
}

/* options trading styles end */

/* strategy styles start */
.strategy-wrp {
  align-items: flex-start;
}

.strategyHeader {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  margin-bottom: 100px;
}

.strategyHeader h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0c106e;
}

.strategyHeader p {
  width: 100%;
  max-width: 900px;
  font-size: 0.9rem;
  font-weight: 400;
}

.strategy-card {
  width: 100%;
  max-width: 250px;
}

.strategy-card i {
  font-size: 2rem;
  color: #0c106e;
  margin-bottom: 30px;
}

.strategy-card p {
  font-size: 0.75rem;
  color: #212121;
}

/* strategy styles end */

/* mirror styles start */
.mirror-ctn {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
  background-image: linear-gradient(180deg, #000000e1, #000000e1),
    url(../assets/inner-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mirror-ctn h1 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.mirror-ctn p {
  width: 100%;
  max-width: 900px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 2.2;
}

.mirror-ctn a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #a4c1ff;
}

/* mirror styles end */

/* chart styles start */
.chart-ctn {
  width: 100%;
  height: 80vh;
}

#crossrates-chart {
  height: 100%;
}
/* chart styles end */

/* basic cards start */
.basic-card {
  width: 335px;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.03);
}

.basic-card h3 {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.basic-card p {
  font-size: 0.75rem;
  font-weight: 400;
  color: #212121;
}

/* basic cards end */

/* gradient sec start */
.gradient-sec {
  width: 100vw;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  background-image: linear-gradient(70deg, #051311, #061d25);
}

.gradient-sec-left {
  width: 100%;
  max-width: 700px;
  padding: 20px;
  margin: 40px 0;
}

.gradient-sec-left h3 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.gradient-sec-left p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #e9e9e9;
}

.gradient-sec-right {
  width: 100%;
  max-width: 500px;
  height: 400px;
  background-image: url(../assets/respon1.jpg);
  background-size: cover;
  background-position: center;
}

.gradient-sec2-right {
  width: 100%;
  max-width: 500px;
  height: 400px;
  background-image: url(../assets/esg-4.png);
  background-size: cover;
  background-position: center;
}

.gradient-sec-right img {
  width: 100%;
  height: 100%;
}
/* gradient sec end */

/* advantages styles start*/
.advantages-ctn {
  min-height: 70vh;
  background-image: url(../assets/sec-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 20px;
}

.advantagesWrp {
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.advantagesHeader {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 60px auto;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

.advantages-card {
  width: 100%;
  max-width: 270px;
  min-height: 250px;
  border-radius: 15px;
  background-color: #a9cbc224;
  backdrop-filter: blur(20px);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.advantages-card i {
  font-size: 1.5rem;
}

.advantages-card h3 {
  font-size: 1rem;
  font-weight: 500;
}

.advantages-card p {
  font-size: 0.8rem;
}

.advantages-card ul {
  font-size: 0.75rem;
  margin-left: 15px;
}

/* advantages styles end*/

/* Footer styles start */
.footer {
  background: #051a1f;
  padding-bottom: 0 !important;
}

.footer-about {
  width: 100%;
  max-width: 350px;
}

.footer-about p {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgb(159, 159, 159);
  margin-top: 30px;
}

.footer-link-group {
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-link-group h3 {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.footer-link-group a {
  font-size: 0.85rem;
  color: rgba(114, 117, 126, 0.7);
}

.footer-contact {
  width: 100%;
  max-width: 300px;
}

.footer-address {
  width: 100%;
  margin-bottom: 50px;
}

.footer-address div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-address i {
  font-size: 1.5rem;
  color: #9195ff6d;
}

.footer-address a {
  font-size: 0.8rem;
  color: #ffffffb1;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 2rem;
  color: #9194ff;
}

.copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 0 20px 0;
}

.copyright p {
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
}







@media only screen and (max-width: 800px) {
/* nav styles start*/
.nav {
  padding: 20px;
}

.nav-links {
  width: 250px;
  height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 20px;
  background-color: #ffffffec;
  backdrop-filter: blur(20px);
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1000;
  transition: right .3s ease;
}

.nav-links a {
  font-size: 1.2rem;
  font-weight: 400;
}

.closebtn,
.openbtn {
  display: block;
  font-size: 2rem;
}

.closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #6e0c55;
}

.get-started-btn {
  padding: 12px 20px;
  font-size: 1rem !important;
}
/* nav styles end */


.hero-ctn {
  height: 70vh;
}


.hero-title {
  font-size: 1.2rem;
}


.options-trading-left img {
  border-top-right-radius: 5px;
}

}