@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@400;500;600;700&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif;
  background: #030026;
}

.font_opensans {
  font-family: "Open Sans", sans-serif !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .container_modified {
    max-width: 1140px !important;
  }
}

/* FONT SIZES  */
:root {
  --font-xs: 14px;
  --font-sm: 16px;
  --font-md: 20px;
  --font-lg: 24px;
  --font-xl: 50px;
  --font-2xl: 70px;

  /* COLORS */
  --white: #ffffff;
  --offwhite: #fdfbff;
  --blue: #170057;
  --light_white: #fcfeff;
}

/* MEDIA QUERIES  */
@media (max-width: 1399.98px) {
  :root {
    --font-xl: 42px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --font-sm: 14px;
    --font-md: 18px;
    --font-lg: 22px;
    --font-xl: 32px;
    --font-2xl: 58px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --font-sm: 13px;
    --font-md: 17px;
    --font-lg: 20px;
    --font-xl: 28px;
    --font-2xl: 52px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --font-xs: 12px;
    --font-md: 16px;
    --font-lg: 18px;
    --font-2xl: 48px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --font-sm: 12px;
    --font-md: 15px;
    --font-lg: 16px;
    --font-xl: 22px;
    --font-2xl: 52px;
  }
}

.light_white {
  color: var(--light_white) !important;
}

.white {
  color: var(--white);
}

.off_white {
  color: var(--offwhite);
}

.blue {
  color: var(--blue);
}

.bg_blue {
  background-color: var(--blue);
}

.lh {
  line-height: 100%;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

/* FONTS */
.font_xs {
  font-size: var(--font-xs);
}

.font_sm {
  font-size: var(--font-sm);
}

.font_md {
  font-size: var(--font-md);
}

.font_lg {
  font-size: var(--font-lg);
}

.font_xl {
  font-size: var(--font-xl);
}

.font_2xl {
  font-size: var(--font-2xl);
}

.heading {
  font-size: var(--font-2xl);
  font-weight: 400;
  color: var(--offwhite);
  letter-spacing: 2px;
}

.main_heading {
  font-weight: 700;
  font-size: var(--font-xl);
  color: var(--white);
}

.para {
  color: var(--offwhite);
  font-size: var(--font-sm);
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}

.z_index_1 {
  z-index: 1;
}

.custom_index {
  z-index: 10;
}

.opacity_07 {
  opacity: 0.7;
}

.opacity_08 {
  opacity: 0.8;
}

.cursor_pointer {
  cursor: pointer;
}

/* BACK-TO-TOP-CSS-START */
#scroll svg {
  max-width: 24px;
  margin: auto;
}

#scroll {
  position: fixed;
  z-index: 30;
  right: 1%;
  top: 90%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: linear-gradient(103.01deg, #a400e1 -51.04%, #5000e0 232.19%);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  border-radius: 50%;
  animation: moves 2s ease-in-out infinite;
  transition: all 0.3s ease-in-out;
}

@keyframes moves {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

#scroll:hover {
  box-shadow: 1px 1px 20px #ffffff;
}

#scroll:hover span {
  border-bottom-color: white;
}

/*---HERO-CSS-STARTS---*/

.hero_section {
  background-image: url("/src/Herobg.png");
  background-size: cover;
  background-position: bottom;
  min-height: 100vh;
  background-repeat: no-repeat;
}

.hero_content {
  min-height: calc(100vh - 81px);
}

.hero_img {
  right: 10px;
  max-width: 730px;
  top: 20%;
  animation: what_img 2s linear infinite alternate-reverse;
}

.search_icon {
  left: -10px;
  max-width: 434px;
  top: 32px;
  z-index: 0;
  animation: what_img 2s linear infinite alternate-reverse;
}

/* .card_logo {
  animation: header_logo 4.5s linear infinite;
} */

.hero_blur {
  height: 230px;
  width: 230px;
  background: #7928ca;
  opacity: 0.7;
  filter: blur(111px);
  top: 30%;
  left: 10%;
}

.hero_btn_2 {
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  border: 1px solid #a400e166;
  border-radius: 4px;
  backdrop-filter: blur(9px);
  background: linear-gradient(103.01deg, rgba(164, 0, 225, 0.1) -51.04%, rgba(80, 0, 224, 0.1) 232.19%);
}

.proxy_text {
  background: linear-gradient(100.51deg, #a400e1 47.64%, #5000e0 95.09%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_btn_2:hover {
  /* box-shadow: 0px 7px 11px 2px #673ab7;
  transform: translateY(-6px); */
  box-shadow: rgb(103 58 183) 0px 1px 14px -4px;
}

.launch_btn {
  background: linear-gradient(103.01deg, #a400e1 -51.04%, #5000e0 232.19%);
  box-shadow: 0px 5px 15px rgba(164, 0, 225, 0.25);
  border-radius: 4px;
  padding: 10px 11px 10px 20px;
  transition: all 0.3s ease-in-out;
}

.launch_btn:hover {
  box-shadow: rgb(103 58 183) 0px 5px 14px -1px;
  background: linear-gradient(123deg, rgb(202, 0, 225) -51.04%, rgb(80, 0, 224) 135.09%);

}

.launch_btn:hover img {
  margin-left: 12px !important;
}

.arrow_animaton {
  animation: arrow_img 2s linear infinite alternate-reverse;
}

.launch_btn img {
  animation: arrow_img 2s linear infinite alternate-reverse;
}

@keyframes arrow_img {
  0% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.heading span {
  letter-spacing: -2px;
}

.social_icons:hover svg .svg_opacity {
  opacity: 1;
}

/*---HERO-CSS-ENDS-----*/
/*---WHAT-CSS-STARTS---*/
.what_img {
  position: absolute;
  max-width: 828px;
  left: -160px;
  top: -212px;
  z-index: -1;
  animation: what_img 2s linear infinite alternate-reverse;
}

@keyframes what_img {
  0% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

.what_card {
  background: #140139;
  border-radius: 10px;
  padding: 25px 17px 30px 22px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.what_card:hover {
  /* transform: translateY(-8px); */
  background: linear-gradient(103.01deg, rgb(164 0 225 / 32%) -51.04%, rgb(80 0 224 / 7%) 232.19%);
}

.what_card:hover .card_blureimg {
  display: none;
}

.card_blureimg {
  right: 0;
  top: 0;
  z-index: 0;
}

/*---WHAT-CSS-ENDS-----*/
/*---PROXY-CSS-STARTS--*/
.proxy_bg {
  background-image: url("/src/proxybg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 486px;
}

.text_box {
  background: linear-gradient(103.01deg,
      rgba(164, 0, 225, 0.1) -51.04%,
      rgba(80, 0, 224, 0.1) 232.19%);
  min-height: 43px;
  width: 117px;
  /* animation: what_img 2s linear infinite alternate-reverse; */
}

/*---PROXY-CSS-ENDS----*/
/*---ROADMAP-CSS-STARTS-*/
.roadmap_blure {
  z-index: 0;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0%);
}

.rodmap_side {
  mix-blend-mode: color-dodge;
}

.roadmap_textcard {
  background: linear-gradient(103.01deg, #a400e1 -51.04%, #5000e0 232.19%);
  width: 314px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 100%;
  backdrop-filter: blur(30px);

}

.roadmap_card {
  background-image: url("/src/roadmapcard.png");

  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 32px;
  border-radius: 11px;
  width: 314px;
  height: 100%;
  backdrop-filter: blur(30px);

}



.roadmap_textcard:hover {
  background: linear-gradient(103.01deg, #a400e10d -51.04%, #5000e047 232.19%);
}

.roadmap_card:hover {
  background: linear-gradient(103.01deg, #a400e10d -51.04%, #5000e000 232.19%);
}

.roadmap_gradiant {
  background: linear-gradient(103.01deg, #a400e1 -51.04%, #5000e0 232.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading_question {
  background: rgba(253, 251, 255, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  padding: 4px 6px;
}

.heading_question span {
  background: linear-gradient(103.01deg, #a400e1 -51.04%, #5000e0 232.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.roadmap_text {
  background: linear-gradient(103.01deg, #a400e1 -51.04%, #5000e0 232.19%);
  width: 305px;
  /* animation: what_img 2s linear infinite alternate-reverse; */
}

.mt_negative {
  margin-top: -40px;
}

.roadmap {
  position: relative;
}

.roadmap::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  background-image: url("/src/roadmapbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 739px;
  top: 0;
  mix-blend-mode: color-dodge;
  z-index: 0;
}

.roadmap_arrow {
  right: 50%;
  transform: translate(45.8%, 31%);
  z-index: 0;
}

/*---ROADMAP-CSS-ENDS---*/
/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(103.01deg, #A400E1 -51.04%, #5000E0 232.19%);
  border-radius: 10px;
}

/* .coins_icons {
  transition: all 0.3s ease-in-out;
} */

/* .coins_icons:hover {
  mix-blend-mode: luminosity;
} */

/*HOME-CSS-STARTS*/
.footer_link_hover:hover {
  color: var(--offwhite);
  background: linear-gradient(103.01deg, #A400E1 -51.04%, #5000E0 232.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 100% !important;
}

.footer_link_hover:hover::after {
  width: 100%;
}

.footer_section {
  background: linear-gradient(103.01deg,
      rgba(164, 0, 225, 0.1) -51.04%,
      rgba(80, 0, 224, 0.1) 232.19%);
}

.footer_line {
  max-width: 400px;
  height: 1px;
  background: linear-gradient(104.02deg, #a400e1 48.48%, #5000e0 96%);
}

.copyright_text {
  transform: translate(-50%, -50%);
}

.footer_top_section img {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.footer_top_section img:hover {
  mix-blend-mode: luminosity;
}

.inquiry_main_img {
  max-width: 480px;
  z-index: 1;
  /* animation: what_img 2s linear infinite alternate-reverse; */
}

.inquiry_main_img_shadow {
  background: rgba(115, 42, 231, 0.5);
  filter: blur(180.235px);
  height: 360px;
  width: 360px;
  transform: translate(-50%, -50%);
}

.inquiry_left_gradient {
  background: #7928ca;
  opacity: 0.3;
  filter: blur(111px);
  transform: translateY(-50%);
  height: 370px;
  width: 370px;
}

.contact_arw_btn {
  background: linear-gradient(103.01deg, #a400e1 -51.04%, #5000e0 232.19%);
  box-shadow: 0px 5px 15px rgba(164, 0, 225, 0.25);
  border-radius: 4px;
  padding: 12px 10px 12px 20px;
}

.contact_arw_btn:hover {
  background: linear-gradient(123deg, rgb(202, 0, 225) -51.04%, rgb(80, 0, 224) 135.09%);
  box-shadow: rgb(103 58 183) 0px 5px 14px -1px;
  /* width: 140px !important; */
}

.contact_arw_btn:hover img {
  margin-left: 12px !important;
}

.inquiry_right_img {
  mix-blend-mode: color-dodge;
  top: 44%;
}

.what_proxy_section {
  background: linear-gradient(103.01deg,
      rgba(164, 0, 225, 0.1) -51.04%,
      rgba(80, 0, 224, 0.1) 232.19%);
}

.custom_transition {
  transition: all 0.3s ease-in-out;
}


.coingecko:hover {
  mix-blend-mode: exclusion;
}

.coinmarket:hover {
  mix-blend-mode: saturation;
}

.telegram:hover {
  mix-blend-mode: luminosity;
}

.dextolls:hover {
  mix-blend-mode: soft-light;
}

.custom_width {
  width: 123px;
}

/*--MIDEAQUERY-STARTS---*/
@media (min-width: 1800px) {
  .hero_img {
    right: 240px;
    max-width: 730px;
    top: 20%;
  }

  .search_icon {
    left: -10px;
    max-width: 544px;
  }

  .roadmap_blure {
    transform: translate(50%, 10%);
  }
}

@media (max-width: 1399.99px) {
  .search_icon {
    max-width: 387px;
    top: 3%;
  }

  .hero_img {
    max-width: 600px;
  }

  .what_img {
    left: -140px;
  }

  .roadmap_text {
    width: 261px;
  }

  .inquiry_main_img {
    max-width: 400px;
  }

  .inquiry_right_img {
    max-width: 700px;
  }
}

@media (max-width: 1298.99px) {
  .what_img {
    max-width: 718px;
    left: -60px;
    top: -162px;
  }
}

@media (max-width: 1199.98px) {
  .inquiry_main_img {
    max-width: 350px;
  }

  .contact_arw_btn {
    padding: 6px 10px 6px 20px !important;
  }

  .hero_img {
    max-width: 500px;
  }

  .search_icon {
    max-width: 270px;
    top: 5%;
  }

  .what_img {
    max-width: 608px;
    left: -60px;
    top: -102px;
  }

  .roadmap_card {
    padding: 40px 32px;
    border-radius: 10px;
    width: 274px;
    height: 100%;
  }

  .roadmap_textcard {
    width: 274px;

  }

  .roadmap_text {
    width: 208px;
  }

  .roadmap_arrow {
    right: 50%;
    transform: translate(43.3%, 64%);
  }

  .roadmap_arrow img {
    width: 727px;
  }

  .hero_content {
    min-height: auto;
  }

  .hero_section {
    min-height: 50vh;
  }
}

@media (max-width: 991.99px) {
  .inquiry_right_img {
    top: 35%;
    max-width: 500px;
  }

  .launch_btn img {
    max-width: 25px;
  }

  .hero_img {
    max-width: 400px;
    top: 24%;
    right: auto;
    position: relative !important;
  }

  .what_img {
    max-width: 548px;
    position: unset;
  }

  .mt_negative {
    margin-top: 0px;
  }

  .roadmap_card {
    width: 100%;
  }

  .roadmap_textcard {
    width: 96%;
  }

  .roadmap_text {
    width: 188px;
  }

  .hero_section {
    min-height: auto;
  }

  .what_mt {
    margin-top: -70px;
  }

  .what_section {
    margin-top: -55px;
  }
}

@media (max-width: 767.99px) {
  .hero_img {
    top: auto !important;
    position: relative !important;
    right: auto !important;
    width: 100%;
  }

  .hero_content .row {
    width: auto !important;
  }

  .roadmap_card {
    padding: 40px 20px;
  }

  .what_section {
    margin-top: -24px;
  }

  .hero_img {
    top: 24%;
    right: 10px;
  }

  .search_icon {
    max-width: 160px;
    top: 35%;
  }
}

@media (max-width: 575.99px) {
  .copyright_text {
    top: auto !important;
    bottom: -19px;
  }

  .inquiry_right_img {
    max-width: 350px;
  }

  #scroll svg {
    max-width: 18px;
    margin: auto;
  }

  #scroll {
    right: 4%;
    width: 42px;
    height: 42px;
    top: 93%;
  }

  .roadmap_card {
    width: 100%;
  }

  .roadmap_text {
    width: 158px;
  }

  .what_section {
    margin-top: -12px;
  }

  .what_mt {
    margin-top: -46px;
  }

  .search_icon {
    max-width: 130px;
    top: 35%;
  }

  .hero_blur {
    width: 80px;
    filter: blur(71px);
  }

  .roadmap_blure {
    transform: translate(50%, -36%);
  }

  .inquiry_main_img_shadow {
    height: 130px;
    width: 170px;
  }

  .roadmap_card {
    border-radius: 12px;
  }
}
/*
     FILE ARCHIVED ON 12:59:16 Mar 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:45:22 Dec 09, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.709
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 4.943
  LoadShardBlock: 75.234 (3)
  PetaboxLoader3.datanode: 130.098 (5)
  load_resource: 3219.157
  PetaboxLoader3.resolve: 3137.384
  loaddict: 41.721
*/