@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,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0%;
  padding: 0%;
}
body {
  background: linear-gradient(192.62deg, #000000 0%, #05030a 100%);
  box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
button {
  cursor: pointer;
}
.navbar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.navbar .nav {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
.navbar .nav .ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.navbar .nav .ul li {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  list-style: none;
}
.btn {
  display: flex;
  align-items: center;
  z-index: 1;
}
.btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 221px;
  height: 52px;
  border: none;
  outline: none;
  cursor: pointer;
  background: linear-gradient(100.75deg, #2e01d3 -2.81%, #ac0881 89.21%);
}
.btn .btn-one {
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.btn .btn-two {
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(100.75deg, #ac0881 -2.81%, #2e01d3 89.21%);
}
.btn button a {
  width: 98%;
  height: 98%;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}
.btn .btn-one a {
  background-color: transparent;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.btn .btn-two a {
  background-color: #0a0911;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}
.btn .btn-one a:hover {
  background-color: #0a0911;
}
.btn .btn-two a:hover {
  background-color: transparent;
}
.navbar .nav #icon{
  color: #ffff;
  font-size: 30px;
  line-height: 80px;
  float: right;
  cursor: pointer;
  display: none;
}



/* nav setion end */

/* head section start */

.head-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 77px;
  position: relative;
}
.head-section .head-lighting-one {
  position: absolute;
  width: 228px;
  height: 228px;
  left: -129px;
  top: 0px;
  background: linear-gradient(100.75deg, #2e01d3 -2.81%, #ac0881 89.21%);
  filter: blur(159px);
}
.head-section .head-lighting-two {
  position: absolute;
  width: 228px;
  height: 228px;
  right: 4rem;
  bottom: -15rem;
  background: linear-gradient(100.75deg, #2e01d3 -2.81%, #ac0881 89.21%);
  filter: blur(159px);
}
.head-section .head-star-one {
  position: absolute;
  left: 681px;
  top: 330px;
  z-index: 1;
}
.head-section .head-star-two {
  position: absolute;
  right: 10rem;
  top: 1.52%;
  z-index: 1;
}
.head-section .head-star-three {
  position: absolute;
  right: 5rem;
  top: 5rem;
  z-index: 1;
}
.head-section .head-star-four {
  position: absolute;
  right: 5rem;
  bottom: -5rem;
  z-index: 1;
}
.head-section .section-one {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-section .section-one .img-info {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin-top: 2.5rem;
}
.head-section .section-one .headimage-hidden{
  display: none;
}
.head-section .section-one .img-info p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110.8%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.head-section .section-one .img-info h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 108.8%;
  color: #ffffff;
  z-index: 1;
}
.head-section .section-one .laptopview {
  position: absolute;
  top: -10rem;
  right: 50px;
  width: 90%;
  height: 1000px;
}

.arrow-img {
  width: 90%;
}
.arrow-img img {
  margin-top: 4rem;
}



/* about section start */

.about {
  width: 1440px;
  background-image: url(../project-images/aboutImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 94px;
  position: relative;
}
.about .about-lighting-one {
  position: absolute;
  width: 252px;
  height: 252px;
  right: 150px;
  top: 15rem;
  background: #005baf;
  filter: blur(104px);
}
.about .about-lighting-two {
  position: absolute;
  width: 252px;
  height: 252px;
  right: -10rem;
  bottom: -13rem;
  background: #005baf;
  filter: blur(104px);
}
.about .right {
  width: 40%;
  margin-right: 98px;
  display: flex;
  flex-direction: column;
}
.about .right .image-hidden{
  display: none;
}
.about .right h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #e0e0e0;
  margin: 0%;
}
.about .right h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  margin: 0%;
  color: #ffffff;
}
.about .right p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.right-two-left {
  display: flex;
  justify-content: right;
}


.upcoming-project {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 59px;
  padding-bottom: 3rem;
  background-color: #0a0911;
}
.upcoming-project h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 68px;
  text-align: center;
  color: #ffffff;
}
.upcoming-project .cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.upcoming-project .cards .card {
  background-image: url(../project-images/NFT.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 351px;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.upcoming-project .cards .card-two {
  background-image: url(../project-images/AI.png);
}
.upcoming-project .cards .card-three {
  margin-top: 4rem;
  width: 510.03px;
  height: 650.18px;
  background-image:  url(../project-images/meta.png);
  display: flex;
  justify-content: center;
  align-items: start;
}

.upcoming-project .cards .card-four {
  background-image: url(../project-images/blockchain.png);
}
.upcoming-project .cards .card-five {
  background-image: url(../project-images/dappa.png);
}
.upcoming-project .cards .card p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26.9294px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin-top: 10px;
}
.upcoming-project .cards .card-three p {
  margin-top: 11rem;
}



.forlord-offers {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../project-images/backgroundImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0px;
  position: relative;
}
.forlord-offers .forlordlightin {
  position: absolute;
  width: 228px;
  height: 228px;
  left: -10rem;
  top: 25rem;
  background: #e58c31;
  filter: blur(159px);
}
.forlord-offers .offer-cards {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.forlord-offers .offer-cards .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.forlord-offers .offer-cards .card {
  width: 384px;
  height: 289px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #2c1845 0%, #0f1b4b 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  gap: 40px;
  transition: 0.4s;
}
.forlord-offers .offer-cards .card:hover {
  box-shadow: 1px 1px 11px 9px rgba(58, 22, 100, 0.25);
}
.forlord-offers .offer-cards .card p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.forlord-offers .offer-cards h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #ffffff;
  text-align: center;
  margin: 128px 0px;
}
.forlord-offers .offer-cards .card-one {
  margin-bottom: -15rem;
}
.forlord-offers .offer-cards .card-two {
  margin-top: -15rem;
}




.business-plain {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(192.62deg, #0a0911 0%, #160e34 100%);
  position: relative;
}
.business-plain .fl-lighing-one {
  position: absolute;
  width: 797px;
  height: 912px;
  left: -40rem;
  top: -1rem;
  background: rgba(24, 75, 255, 0.4);
  filter: blur(100px);
}
.business-plain .fl-lighing-two {
  position: absolute;
  width: 297px;
  height: 412px;
  left: -3rem;
  top: -5rem;
  background: rgba(255, 24, 236, 0.4);
  filter: blur(100px);
}
.business-plain .fl-startone {
  position: absolute;
  left: 2rem;
  top: 50rem;
}
.business-plain .fl-starttwo {
  position: absolute;
  left: 2.5rem;
  top: 55rem;
}
.business-plain .fl-startthree {
  position: absolute;
  right: 2rem;
  top: 10rem;
}
.business-plain h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  text-align: center;
  color: #ffffff;
  margin: 103px 0px;
}
.business-plain .see-more {
  width: 222px;
  height: 67px;
  background: linear-gradient(100.75deg, #2e01d3 -2.81%, #ac0881 89.21%);
  border-radius: 43px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  border: none;
  outline: none;
  margin-top: 51px;
}
.business-plain .business-cards {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.business-plain .business-cards .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 39px;
  width: 400.36px;
  height: 597.11px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25.8117px;
  padding: 0px 29px;
}
.business-plain .business-cards .card .img-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.business-plain .business-cards .card .img-row h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 41.2987px;
  line-height: 50px;
  background: linear-gradient(180deg, #ffa217 0%, rgba(255, 162, 23, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.business-plain .business-cards .card .img-row .silver {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.business-plain .business-cards .card .img-row .gold {
  background: linear-gradient(180deg, #fff500 0%, rgba(255, 245, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.business-plain .business-cards .card .img-row .platinum {
  background: linear-gradient(180deg, #0085ff 0%, rgba(0, 133, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.business-plain .business-cards .card .img-row .daimond {
  background: linear-gradient(180deg, #fa00ff 0%, rgba(250, 0, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 38px;
}
.business-plain .business-cards .card .img-row .legendary {
  background: linear-gradient(180deg, #ff0000 0%, rgba(255, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 35px;
}
.business-plain .business-cards .card p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27.5325px;
  line-height: 150%;
  color: #898ca9;
}
.business-plain .business-cards .card button {
  width: 203.05px;
  height: 49.9px;
  background: linear-gradient(100.75deg, #2e01d3 -2.81%, #ac0881 89.21%);
  border-radius: 17.2078px;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: #ffffff;
}

.business-plain button:hover {
  box-shadow: 1px 1px 11px 9px #864a76;
  transition: 0.4s;
}

.transaction {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative;
}
.transaction .lightingtwo {
  position: absolute;
  right: -40rem;
  top: -60rem;
  width: 797px;
  height: 912px;
  background: rgba(24, 75, 255, 0.4);
  filter: blur(100px);
}
.transaction .lightingthree {
  position: absolute;
  right: -20rem;
  top: -20rem;
  width: 228px;
  height: 228px;
  background: #e58c31;
  filter: blur(159px);
}
.transaction .start {
  position: absolute;
  right: 0;
  top: -27rem;
}
.transaction .withdrawal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.transaction .withdrawal-one {
  margin-top: 20rem;
}
.transaction .withdrawal .withdrawal-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 37px;
  margin-bottom: 40px;
}
.transaction .withdrawal .withdrawal-cards .card {
  width: 376px;
  height: 299px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #2e1745 0%, #141a4a 100%);
  border-radius: 149.5px 10px 10px 10px;
  row-gap: 26px;
  cursor: pointer;
  transition: 0.3s;
}
.transaction .withdrawal .withdrawal-cards .card-two {
  border-radius: 10px 149.5px 10px 10px;
}

.transaction .withdrawal .card:hover {
  background: linear-gradient(180deg, #161617 0%, #0b0b0c 100%);
  box-shadow: 1px 1px 11px 9px rgba(58, 22, 100, 0.25);
}
.transaction .withdrawal .withdrawal-cards .card:hover button {
  background-color: #e21f1f;
}
.transaction .withdrawal .withdrawal-cards .card img {
  position: absolute;
  top: 0;
  left: 15px;
}
.transaction .withdrawal .withdrawal-cards .card-two {
  position: relative;
}
.transaction .withdrawal .withdrawal-cards .card-two img {
  position: absolute;
  top: 0;
  left: 18rem;
}
.transaction .withdrawal .withdrawal-cards .card h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 60px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.transaction .withdrawal .withdrawal-cards .card .input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 40px;
  background: rgba(8, 8, 8, 0.25);
  box-shadow: 0px 0px 4px rgba(253, 216, 54, 0.5);
  border-radius: 5px;
  gap: 10px;
}
.transaction .withdrawal .withdrawal-cards .card .input input {
  height: 100%;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #fe1f27;
}
.transaction .withdrawal .withdrawal-cards .card button {
  height: 42px;
  border: 1px solid #e21f1f;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding:10px;
  color: #ffffff;
  background-color: transparent;
}
.transaction .withdrawal .border {
  width: 118px;
  height: 1027px;
  border: 4px solid #0e2476;
  border-left: none;
  position: absolute;
  top: -30px;
  right: -20px;
}
.transaction .withdrawal .border-two {
  border-left: 4px solid #0e2476;
  border-right: none;
  position: absolute;
  top: -30px;
  left: -20px;
}
.transaction .dot {
  margin-top: 10rem;
  width: 382.95px;
  height: 950.52px;
  background-image: url(../project-images/dot.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.circleImage-center {
  position: relative;
}

.circleImage-center .circleImage {
  width: 1600.98px;
  height: 1432.06px;
  position: absolute;
  top: 2640px;
  left: 0;
}








.any-question {
  z-index: 1;
  width: 1407px;
  background: #130d29;
  box-shadow: 0px 0px 37px 9px rgba(46, 1, 211, 0.12);
  border-radius: 80px 80px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.any-question h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 31.3563px;
  line-height: 47px;
  text-align: center;
  color: #ffffff;
  margin-top: 23px;
}
.any-question h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 65.0352px;
  line-height: 98px;
  text-align: center;
  color: #ffffff;
}
.any-question .faq {
  width: 1093.98px;
  margin-top: 30px;
  cursor: pointer;
}
.any-question .faq .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1093.98px;
  height: 105.68px;
  background: linear-gradient(
    100.75deg,
    rgba(46, 1, 211, 0.5) -2.81%,
    rgba(172, 8, 129, 0.5) 89.21%
  );
  border-radius: 26.7109px 26.7109px 0px 0px;
}
.any-question .faq .question h5 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20.9042px;
  line-height: 31px;
  color: #ffffff;
  margin-left: 34px;
}
.any-question .faq .question svg {
  margin-right: 34px;
}
.any-question .faq .answer {
  padding: 0px 34px;
  display: none;
  background: #171717;
  border-radius: 0px 0px 20.1493px 20.1493px;
  transition: max-height 1.4s ease;
}
.any-question .faq .answer p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18.5815px;
  line-height: 33px;
  color: #c3c3c3;
}
.faq.active .answer {
  max-width: 1093.98px;
  display: block;
}
.faq.active svg {
  transform: rotate(180deg);
}
.update {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 1033.27px;
  background: linear-gradient(
    100.75deg,
    rgba(46, 1, 211, 0.36) -2.81%,
    rgba(172, 8, 129, 0.36) 89.21%
  );
  border-radius: 23px;
  margin-bottom: 20px;
}
.update img {
  margin-top: 2.5rem;
}
.update .img-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 22px;
  width: 438px;
  height: 262px;
}
.update .img-info h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 84px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.update .img-info p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.72;
}
.update .img-info .input {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 5px;
  gap: 10px;
  width: 438px;
  height: 72px;
  border: 1px solid #ffffff;
  border-radius: 36px;
}
.update .img-info .input input {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.88;
}
.update .img-info .input button {
  background: linear-gradient(100.75deg, #2e01d3 -2.81%, #ac0881 89.21%);
  border-radius: 100px;
  width: 173px;
  height: 62px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  border: none;
  outline: none;
}
.footer {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 32px;
  background: #130d29;
  border-radius: 50px;
  position: relative;
}
.footer .chat {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .chat .telegram {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
.footer .chat .telegram h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer .term {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  z-index:1;
}
.footer .term h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer .links {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .links p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer .links .insta-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index:1;
}
.footer .copyright {
  width: 100%;
}
.footer .copyright p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  color: #ffffff;
}
.footer .vector {
  position: absolute;
  left: 5rem;
  top: 20px;
}
.footer .Blogo {
  position: absolute;
  right: 4rem;
  bottom: 0px;
}
.footer .lighting {
  position: absolute;
  right: 0;
  top: -25rem;
  width: 228px;
  height: 228px;
  background: linear-gradient(100.75deg, #2e01d3 -2.81%, #ac0881 89.21%);
  filter: blur(159px);
}


.business-plain .business-cards .card .img-row .platinum,
  .business-plain .business-cards .card .img-row .legendary,
  .business-plain .business-cards .card .img-row .daimond {
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
  }
  .business-plain .business-cards .card p,
  .business-plain .business-cards .card p,
  .business-plain .business-cards .card p{
    font-size: 25px;
  }




/* nav */

@media (max-width:600px) {
  body{
    overflow-x: none;
  }
  .navbar .nav #icon{
    display: block;
  }
  .navbar .nav ul{
  display: none;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 89;
    width: 40%;
    height: 90vh;
    background-color: #130d29;
    margin-top: 40rem;
    padding-bottom: 10px;
  }
  .navbar .nav ul .ul{
    display: flex;
    flex-direction: column;
  }
  .navbar .nav ul .ul li{
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .navbar .nav ul.sow{
    left: 0;
  }
  .btn button {
    width: 190px;
    height: 52px;
  }
  .btn button a{
   font-size: 14px;
  }
  .star{
    opacity: .3;
  }
  
  .head-section .section-one .laptopview{
    display: none;
  }
 
  .head-section .section-one{
    display: flex;
    flex-direction: column;
  }
  .head-section .section-one .headimage-hidden{
    display: block;
    width: 90%;
  }
  .head-section .section-one .img-info p {
    font-size: 16px;
  }
  .head-section .section-one .img-info h2 {
    font-size: 40px;
  }
 
  .head-section .head-star-two {
    width: 40px;
    position: absolute;
    right: 40px;
    top: 2rem;
    z-index: 1;
  }
  .arrow-img {
    width: 100%;
  }
  .arrow-img img {
    width: 40%;
    margin-top: 4rem;
  }
  .head-section .section-one .img-info .btn {
    width: 60%;
  }
    .about {
      display: none;
    }
    .backimage{
      width: 95%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0px;
      /* display: block; */
      background: linear-gradient(100.75deg, rgba(46, 1, 211, 0.09) -2.81%, rgba(172, 8, 129, 0.09) 89.21%);
      border-radius: 40px;
    }
    .about .about-lighting-one {
      position: absolute;
      width: 95%;
      height: auto;
      /* right: 150px; */
      /* top: 15rem; */
      background: #005baf;
      filter: blur(104px);
    }
    .about .right {
      width: 90%;
      margin-right: 0;
      display: flex;
      flex-direction: column;
    }
    .about .right .image-hidden{
      display: block;
    }
    .upcoming-project h3 {
      font-size: 25px;
    }
    .upcoming-project .cards {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: 90%;
    }
    .upcoming-project .cards .card {
      width: 331px;
      height: 370px;
    }
    .upcoming-project .cards .card-three p {
      margin-top: 6rem;
    }
    
  .forlord-offers {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 4rem 0px; */
  }
  .forlord-offers .offer-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .forlord-offers .offer-cards .row {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .forlord-offers .offer-cards .card {
    width: 374px;
    height: 289px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #2c1845 0%, #0f1b4b 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    gap: 40px;
    transition: 0.4s;
    margin-top: 20px;
  }
  .forlord-offers .offer-cards h3 {
    display: none;
  }
  .forlord-offers .offer-cards .hidden {
    display: block;
    font-size: 36px;
    text-align: center;
  }
  .forlord-offers .offer-cards .card p {
    font-size: 17px;
  }
  .forlord-offers .offer-cards .card-one {
    margin-bottom: 0px;
  }
  .forlord-offers .offer-cards .card-two {
    margin-top: 20px;
  }
  .business-plain h2{
    font-size: 26px;
  }
  .business-plain .business-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .business-plain .business-cards .card {
    row-gap: 29px;
    width: 300.36px;
    height: 397.11px;
    padding: 0px 19px;
  }
  .business-plain .business-cards .card .img-row img {
    width: 150px;
  }
  .business-plain .business-cards .card .img-row h3 {
    font-weight: 600;
    font-size: 31px;
    line-height: 50px;
  }
  .business-plain .business-cards .card .img-row .legendary {
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
  }
  .business-plain .business-cards .card p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
  .business-plain .business-cards .card button {
    width: 150.05px;
    height: 39px;
    font-weight: 500;
    font-size: 17.5325px;
  }
  .business-plain .see-more {
    width: 150px;
    height: 47px;
    font-size: 16px;
  }
  .transaction {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
  }

  .transaction .withdrawal-one {
    margin-top: 0px;
  }
  .transaction .withdrawal-two-border-two{
    margin-top: 4rem;
  }
  .transaction .dot {
    margin-top: 10rem;
    width: 382.95px;
    height: 950.52px;
    background-image: url(../project-images/dot.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }  
  .circleImage-center .circleImage {
    width: 600px;
    height: 832px;
    position: absolute;
    top: 3140px;
    left: 0;
    display: none;
  }
  .update {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .update img {
    width: 250px;
    margin-top: 10px;
  }
  .update .img-info {
    width: 95%;
    height: auto;
    margin-bottom: 10px;
  }
  .update .img-info h2 {
    font-size: 36px;
  }
  .update .img-info p {
    font-size: 13px;
    text-align: center;
  }
  .update .img-info .input {
    width: 338px;
    height: 52px;
  }
  .update .img-info .input input {
    font-size: 12px;
  }
  .update .img-info .input button {
    width: 173px;
    height: 97%;
    font-size: 13px;
  }
  
  .any-question {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .any-question h3 {
    font-size: 21px;
    margin-top: 23px;
  }
  .any-question h1 {
    font-size: 25px;
  }
  .any-question .faq {
    width: 95%;
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .any-question .faq .question {
    width: 100%;
    height: 105.68px;
  }
  .any-question .faq .question h5 {
    font-size: 18px;
  }
  .any-question .faq .answer p {
    font-size: 14px;
  }

  .footer .chat {
    width: 90%;
  }
  .footer .chat .telegram {
    gap: 14px;
  }
  .footer .chat .telegram img {
    width: 30px;

  }
  .footer .chat .telegram h3 {
    font-size: 13px;
  }
  .footer .term {
    width: 90%;
  }
  .footer .term h4 {
    font-weight: 300;
    font-size: 12px;
  }
  .footer .links {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
  .footer .links p {
    font-weight: 300;
    font-size: 12px;
  }
  .footer .links .insta-links {
    gap: 15px;
  }
  .footer .copyright p {
    font-size: 10px;
    font-weight: 200;
  }


}



@media (max-width:375px) {
  .navbar .nav ul{
    display: none;
      position: fixed;
      display: flex;
      flex-direction: column;
      z-index: 89;
      width: 30%;
      height: 90vh;
      background-color: #130d29;
      margin-top: 39rem;
      padding-bottom: 10px;
    }
    .navbar .nav .btn button {
      width: 130px;
      height: 42px;
    }
    .navbar .nav .btn button a{
     font-size: 12px;
    }
    .navbar .nav ul .ul li{
      font-size: 1rem;
      margin-top: 20px;
    }
    .head-section .section-one .laptopview{
    display: none;
  }
    
  .head-section .section-one{
    display: flex;
    flex-direction: column;
  }
  .head-section .section-one .headimage-hidden{
    display: block;
    margin-top: -50px;
    width: 100%;
    height: auto;
  }
    .head-section .section-one .img-info{
      padding-right: 1rem;
    }
    .head-section .section-one .img-info p {
      font-size: 20px;
    }
    .head-section .section-one .img-info h2 {
      font-size: 34px;
    }
  .head-section .section-one .img-info {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: .5rem;
  }
  .head-section .section-one .img-info p {
    font-size: 13px;
  }
  .head-section .section-one .img-info h2 {
    font-size: 20px;
  }
  .head-section .section-one img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 300px;
  }
  .arrow-img {
    width: 100%;
  }
  .arrow-img img {
    width: 40%;
    /* margin-top: 4rem; */
  }
  .head-section .section-one .img-info .btn {
    width: 60%;
  }
  .head-section .section-one .img-info .btn button {
    width: 100px;
    height: 37px;
  }
  .head-section .section-one .img-info .btn button a{
   font-size: 10px;
  }
  .about .right h4 {
    font-weight: 500;
    font-size: 16px;
  }
  .about .right h3 {
    font-weight: 600;
    font-size: 26px;
  }
  .about .right p {
    font-weight: 300;
    font-size: 10px;
    line-height: 20px;
  }
  .forlord-offers .offer-cards {
    width: 90%;
  }
  .forlord-offers .offer-cards .row {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .forlord-offers .offer-cards .card {
    width: 374px;
    height: 289px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #2c1845 0%, #0f1b4b 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    gap: 40px;
    transition: 0.4s;
    margin-top: 20px;
  }
  .forlord-offers .offer-cards h3 {
    font-size: 36px;
    text-align: center;
  }
  .forlord-offers .offer-cards .card p {
    font-size: 17px;
  }
  .forlord-offers .offer-cards .card-one {
    margin-bottom: 0px;
  }
  .forlord-offers .offer-cards .card-two {
    margin-top: 20px;
  }
  .transaction .withdrawal .withdrawal-cards .card {
    width: 310px;
    height: 299px;
  }
  .transaction .withdrawal .withdrawal-cards .card-two {
    border-radius: 10px 149.5px 10px 10px;
  }
  .transaction .withdrawal .withdrawal-cards .card h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
  }
  .transaction .withdrawal .withdrawal-cards .card img {
    position: absolute;
    top: 0;
    left: 25px;
  }
  .transaction .withdrawal .withdrawal-cards .card-two {
    position: relative;
  }
  .transaction .withdrawal .withdrawal-cards .card-two img {
    position: absolute;
    top: 0;
    left: 14.5rem;
  }
  .transaction .withdrawal .withdrawal-cards .card .input {
    width: 90%;
    height: 40px;
    gap: 5px;
    padding: 0px 7px;
  }
  .transaction .withdrawal .withdrawal-cards .card .input input {
    height: 90%;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
  }
  .update .img-info .input {
    width: 90%;
    height: 52px;
  }
  .update .img-info .input input {
    font-size: 12px;
  }
  .update .img-info .input button {
    width: 170px;
    height: 97%;
    font-size: 13px;
  }
  .any-question {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .any-question h3 {
    font-size: 16px;
    margin-top: 18px;
  }
  .any-question h1 {
    font-size: 20px;
  }
  .any-question .faq {
    width: 95%;
    margin-top: 20px;
    cursor: pointer;
  }
  .any-question .faq .question {
    width: 100%;
    height: 105.68px;
  }
  .any-question .faq .question h5 {
    font-size: 12.5px;
  }
  .any-question .faq .answer p {
    font-size: 10px;
  }
  .footer .chat .telegram {
    gap: 12px;
  }
  .footer .chat .telegram h3 {
    font-size: 10px;
  }
  .footer .term{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer .term h4 {
    font-weight: 300;
    font-size: 16px;
  }
}
