@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --color-black: #000000;
  --color-primary: #ff5701;
  --color-white: #fff;
  --color-grey: #14161a;
  --color-lightgrey: #616161;
  --color-softgrey: #dedee3;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--color-grey);
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw;
}

.homepage * {
  line-height: 160%;
}

img {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

button {
  border: 0;
}

.errorLine {
  text-align: center;
  background-color: #f15223;
  padding: 1px;
  color: var(--color-white);
  font-weight: 600;
}

.announcement_bar {
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  align-items: center;
  min-height: 49px;
  background: #fff;
}

.Revolutionary_slider .Indirect_Trades {
  background: linear-gradient(180deg, #21242d 0%, #1a1c22 100%);
  border: 1px solid #ff3e01;
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 66px 58px;
  color: var(--color-white);
}

.Revolutionary_slider .Indirect_Trades .Indirect_text {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-white);
}

.impact_price .graph_ratio {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 68px;
  line-height: 86px;
}

.announcement_bar img {
  width: 35px;
  height: 16px;
}

/* aaa */

.dropdown-menu li {
  position: relative;
}

.StatOfArtSec .Revolutionary_slider {
  border-radius: 40px;
  padding: 90px;
  width: 100%;
}

.tokenomic_sec .set_content {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-menus {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  list-style-type: none;
  padding-left: 0;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
}

.dropdown-menus .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.StatOfArtSec .owl-carousel {
  max-width: 80%;
  margin: auto;
}

.soical_icons,
.scroll_button,
video {
  position: relative;
  z-index: 2;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.inside_menu:hover .dropdown-submenus {
  display: block;
}

/* aaa */

.announcement_bar p {
  color: var(--color-primary);
  margin: 0 8px;
  font-weight: 500;
  line-height: 1;
  font-size: 23px;
}

header {
  left: 0;
  right: 0;
  padding: 20px 0 0;
  transition: 0.3s;
  z-index: 9;
}

header nav a.nav-link.active {
  color: var(--color-primary) !important;
}

header .dropdown-toggle::after {
  border-top: 7px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

header .navbar-expand-lg .navbar-nav .nav-link:after {
  margin-left: 7px;
}

button.launch_app_button.mob {
  display: none;
}

.first_sec {
  background-image: url(https://virtuswap.io/images/noise_main.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  background-attachment: fixed;
  top: 0;
}

img.bottom_left {
  position: absolute;
  bottom: -70px;
  left: -15px;
  opacity: 1;
}

img.top_right {
  position: absolute;
  right: -50px;
  top: 25%;
  opacity: 0.4;
}

img.bottom_right {
  position: absolute;
  bottom: 10%;
  left: 22%;
}

.graph_content.first {
  margin-right: 0 !important;
}

.graph_content.third {
  margin-right: 0 !important;
}

.bg_elements {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: auto;
}

.roadmap_sec {
  padding: 117px 0 500px;
  position: relative;
}

img.top_left {
  position: absolute;
  top: 10px;
  left: -100px;
  opacity: 0.8;
  filter: blur(5px);
  mix-blend-mode: multiply;
}

img.sculpt_img {
  position: absolute;
  right: 15%;
  top: 0;
  width: 680px;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.navbar-nav li {
  border-bottom: none !important;
}

header #navbarSupportedContent {
  justify-content: flex-end;
}

.launch_app_button {
  padding: 4px 24px;
  background: var(--color-grey);
  border-radius: 50px;
  color: var(--color-white);
  font-weight: 700;
  border: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.launch_app_button img {
  margin-right: 8px;
}

header ul.navbar-nav a {
  font-weight: 700;
  color: var(--color-grey);
  margin-right: 60px;
}

.scroll-icon__wheel-outer {
  display: block;
  position: absolute;
  left: 50%;
  top: 0.4em;
  height: 8px;
  width: 5px;
  border-radius: 0.4em;
  transform: translateX(-50%);
}

.scroll_button:hover .scroll-icon__wheel-inner {
  transform: translateY(5px);
}

.example {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 11px;
}

.scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #fff;
}

.scroll-icon {
  display: block;
  position: relative;
  height: 36px;
  width: 26px;
  border: 3px solid #fff;
  border-radius: 16px;
}

.incredible_sec .set_content {
  margin-top: 100px !important;
}

header nav,
.cstm_mw,.Featured_Numbers .cstm_mw{
  max-width: 1890px;
  margin: auto;
}

.two-slide {
  padding: 90px 35px !important;
}

.fw-700 {
  font-weight: 700;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.Revolutionary_slider.less-pad {
  padding: 12px 26px !important;
}

.slide2 {
  width: 100%;
  max-width: 1240px;
  height: auto;
  object-fit: contain;
}

.ai-icon {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.Revolutionary_slider.less-pad p {
  font-weight: 400;
}

header li.nav-item.last a {
  margin-right: 28px;
}

header .nav-link:focus,
header .nav-link:hover {
  color: var(--color-primary) !important;
}

header ul.dropdown-menu {
  min-width: 0px;
  width: auto;
  padding: 0;
  border: 0;
  left: -19% !important;
}

.nav-item.dropdown:hover a {
  color: var(--color-primary);
}

li.nav-item.dropdown .dropdown-menu.show {
  display: none;
}

li.nav-item.dropdown:hover .dropdown-menu {
  display: flex !important;
  top: 100%;
  flex-direction: column;
}

header ul.dropdown-menu .dropdown-item {
  margin-right: 0;
  padding: 14px 24px;
  color: var(--color-primary);
  line-height: 20px;
  background-color: #000000;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
  background-color: #ff52001f !important;
}

header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

header .container-fluid {
  padding: 0;
}

.hero-main-inner img {
  max-width: 400px;
}

.hero-main-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-right: 50px;
}

.clouds-image {
  position: absolute;
  bottom: -30px;
  max-width: 70% !important;
  mix-blend-mode: color-dodge;
  z-index: 2;
  left: 35%;
  object-fit: contain;
  object-position: right;
}

img.blurred_coin {
  position: absolute;
  top: 0;
}

.soical_icons img {
  width: 27.48;
  margin-right: 29.41px;
}

.soical_icons a,
.revolutionary_sec a,
.pvd_by_pg a,
.StatOfArtSec a {
  text-decoration: none;
}

.scroll_button:hover .scroll-icon__wheel-inner {
  background: #ff4b00 !important;
}

.scroll_button:hover .scroll-icon {
  border: 3px solid #ff4b00 !important;
}

.module-border-wrap.token_ratio_1:after {
  content: "";
  background-image: url(../images/home/token_assets_2.png);
  background-size: contain;
  height: 90px;
  width: 190px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 13;
  background-position: left center;
  background-repeat: no-repeat;
}

.module-border-wrap.token_ratio_2:after {
  content: "";
  background-image: url(../images/home/token_assets_3.png);
  background-size: contain;
  height: 90px;
  width: 250px;
  position: absolute;
  top: -71%;
  left: 86%;
  background-position: left center;
  background-repeat: no-repeat;
}

.module-border-wrap.token_ratio_3:after {
  content: "";
  background-image: url(../images/home/token_assets_4.png);
  background-size: contain;
  height: 130px;
  width: 190px;
  position: absolute;
  top: -57%;
  right: 100%;
  z-index: 13;
  background-position: right center;
  background-repeat: no-repeat;
}

#reload {
  position: absolute;
  top: 168px;
  left: 0;
  filter: blur(6px);
}

#reload2 {
  bottom: -20%;
  right: -10%;
  position: absolute;
  object-position: bottom;
}

.efficient_title {
  font-size: 68px;
  line-height: 1.4;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.efficient_title span {
  color: var(--color-primary);
  font-weight: 700;
}

.efficient_mains {
  display: flex;
  align-items: center;
}

.efficient_contents {
  margin-top: 100px;
  display: flex;
  align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.efficient_mains div {
  font-size: 130px;
  line-height: 1.2;
  color: var(--color-primary);
  font-weight: 700;
}

img.transformed_up {
  transform: rotate(180deg);
}

.sponsor-wrapper {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: auto;
}

.bySponsored > div:not(:last-child) {
  margin-right: 20px;
}

.sponsor-inner .support_content {
  padding: 50px;
}

.sponsor-inner:not(:last-child) {
  margin-right: 20px;
}

.sponsor-inner .support_content img {
  width: 100%;
}

.section_text {
  position: absolute;
  bottom: 43px;
  left: 100px;
  color: var(--color-lightgrey);
  font-size: 14px;
  line-height: 18px;
  left: 88px;
  width: calc(100% - 93px);
}

.efficient_mains p {
  margin-right: 28px;
}

.efficient_mains.reverse {
  margin-top: 124px;
}

.efficient_mains.reverse p {
  margin-right: 0;
  margin-left: 28px;
}

.efficient_mains img {
  margin-right: 15px;
  width: 61px;
}

.efficient_mains p {
  max-width: 305px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-align: left;
}

.efficient_mains p span {
  color: #ff5701;
  font-weight: 700;
}

.big_y_element_sec {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  bottom: -200px;
  right: 0;
}

.revolutionary_title {
  font-weight: 700;
  margin-bottom: 116px;
  font-size: 68px;
}

.indirect_trades {
  padding-right: 60px;
}

.indirect_trades h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.indirect_trades p {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}

.highlighted {
  padding: 20px;
  background: #ff570112;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}

.highlighted span {
  font-weight: 800;
  font-size: 32px;
}

.highlighted.first {
  margin-bottom: 16px;
}

.indirect_trades .down {
  margin: 10px 0;
}

.condition_text {
  color: var(--color-lightgrey);
  font-size: 14px;
}

.sub_revolution_content {
  margin-top: 122px;
  position: relative;
  z-index: 3;
}

.solve_it button,
.only_mob_button,
.graph_container button {
  padding: 12px 24px;
  background: var(--color-grey);
  border-radius: 50px;
  color: var(--color-white);
  font-weight: 700;
}

.full-image img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.graph_container button {
  transform: translateY(-50px);
}

/* .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
} */

.solve_it button img,
.only_mob_button img,
.graph_container button img {
  margin-left: 11px;
}

.solve_it ul {
  margin: 28px 0 32px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  list-style-type: none;
}

.solve_it ul li img {
  margin-right: 8px;
}

.solve_it ul li {
  line-height: 1.6;
  text-align: left;
  display: flex;
  align-items: center;
}

.solve_it h6 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

.solve_it h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.direct_trade_sec {
  padding: 183px 0 100px;
  background-color: #dedee3;
  position: relative;
  overflow-x: hidden;
}

.revolutionary_title.direct_trade_adjust {
  margin-bottom: 100px;
}

#pills-tab {
  justify-content: center;
  padding: 10px 12px;
  background: #fff;
  width: auto;
  display: inline-flex;
  border-radius: 80px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
}

.nav-pills .nav-link {
  color: var(--color-lightgrey);
}

#pills-tab .nav-link {
  font-size: 24px;
  padding: 15px 60px;
  font-weight: 700;
  border-radius: 80px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  min-width: 250.5px;
}

.list_traders {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 23px;
  margin-bottom: 0px;
}

.list_trade {
  display: inline-flex;
  width: auto;
  max-width: 480px;
  margin: 0 auto 10px;
  width: 100%;
  color: var(--color-lightgrey);
}

.list_trade img {
  margin-right: 8px;
}

.cost_save_content img {
  width: 32px;
  height: 32px;
}

.tab_exchange {
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 60px;
  margin-bottom: 0;
  background: var(--color-primary);
  font-weight: 700;
  color: var(--color-white);
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.tabs_slider .item img {
  max-width: 178px;
  max-height: 200px;
  object-fit: contain;
}

.tabs_slider .slide_content1 {
  background: #493951;
}

.slide_main.slide_content1.second {
  background: #325b99;
}

.slide_main.slide_content1.third {
  background: #37467d;
}

.tabs_slider .slide_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  flex: 1;
}

.slide_main.slide_content1 {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.slide_main.slide_content2 {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.tabs_slider .item h5 {
  margin-top: 22px;
  font-size: 28px;
  color: #fff;
  border-bottom: 3px solid #cb2df7;
  font-weight: 500;
  padding-bottom: 7px;
}

.tabs_slider .item h4 {
  margin-top: 10px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

.owl-item .item {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 50px !important;
}

.owl-item {
  backface-visibility: visible !important;
  overflow: visible;
}

.tabs_slider .item h5 span {
  color: #e128ff;
  font-weight: 700;
}

.tabs_slider .item .second h5 span {
  color: #9db6ff;
}

.tabs_slider .item .second h5 {
  border-bottom: 3px solid #9db6ff;
}

.tabs_slider .item .third h5 span {
  color: #9abcff;
}

.tabs_slider .item .third h5 {
  border-bottom: 3px solid #9abcff;
}

.slide_content2 {
  background-color: #e3cac1;
}

.tabs_slider .slide_content2 h5 {
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-grey);
}

.tabs_slider .slide_content2 h5 span {
  color: var(--color-primary);
}

.tabs_slider .slide_content2 h4 {
  color: var(--color-grey);
}

.cost_save_all {
  position: relative;
}

.cost_save_content h6 {
  display: flex;
  flex-direction: column;
  color: #ff5701;
  margin-top: 10px;
}

.cost_save_content h6 span {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.main_slide_details {
  display: flex;
  transform: translateY(-25px);
}

.owl-item {
  opacity: 0;
}

.owl-item.active {
  opacity: 1;
}

.cost_save_content {
  position: absolute;
  top: 40px;
  right: -55px;
  z-index: 3;
  width: 150px;
  height: 150px;
  background: #351a08;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  z-index: 9999;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fb6519;
}

.tabs_slider .owl-nav {
  display: block !important;
  margin-top: 0 !important;
}

.owl-carousel .owl-stage-outer {
  /* overflow: inherit; */
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background: #e3cac1 !important;
  height: 50px;
  width: 50px;
  border-radius: 50% !important;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  background: #e3cac1 !important;
  height: 50px;
  width: 50px;
  border-radius: 50% !important;
}

.owl-prev:hover,
.owl-next:hover {
  background: var(--color-primary) !important;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  filter: brightness(0) invert(1);
}

.owl-prev span,
.owl-next span {
  display: none;
}

.owl-prev:before {
  content: "";
  background-image: url(../images/down_primary_icon.svg);
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.owl-prev:before {
  content: "";
  background-image: url(../images/down_primary_icon.svg);
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(90deg);
  top: 18px;
  left: 17px;
}

.owl-next:before {
  content: "";
  background-image: url(../images/down_primary_icon.svg);
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(270deg);
  top: 18px;
  left: 17px;
}

.video_sec {
  background-color: var(--color-black);
  padding: 168px 0 130px;
  position: relative;
}

.revolutionary_title.vid_adjust {
  color: var(--color-primary);
}

.vid_bigb_image {
  top: -790px;
  right: 0;
  position: absolute;
  object-position: bottom right;
  z-index: 2;
  opacity: 0.5;
}

.return_on_liquidity ul li::marker {
  /*color: #ff5701;*/
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  padding: 20px 40px;
}

.module-border-wrap.token_ratio_4 {
  position: absolute !important;
  right: -70px;
  top: 50px;
}

.module-border-wrap.token_ratio_4 {
  max-width: 415px;
  color: #fff;
}

.module-border-wrap.token_ratio_4 .title-inner {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ff5701;
  margin-bottom: 10px;
}

.roadmap_bottom_image {
  position: absolute;
  bottom: 0;
  width: 100%;
  object-fit: contain;
  height: 100%;
  object-position: bottom;
  bottom: 80px;
}

.graph_container {
  display: flex;
  align-items: baseline;
  margin-top: 70px;
}

.graph_content {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.graph_content:not(:last-child) {
  margin-right: 73px;
}

.graph_content.down {
  position: relative;
  top: 175px;
}

.graph_content img {
  width: 100%;
  height: auto;
  max-width: 210px;
}

.module-border-wrap.full {
  max-width: 100%;
}

.graph_content ul li {
  align-items: baseline;
  text-align: center;
  color: #fff;
  max-width: 200px;
  font-weight: 100;
}

.graph_content li img {
  width: 14px;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.graph_content li img.grey_image {
  filter: grayscale(1);
  opacity: 0.7;
}

.graph_content h6 {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #fefefe;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.graph_content ul {
  margin-top: 15px;
  font-weight: 500;
  padding-left: 0;
  list-style-type: none;
}

.graph_content ul li:not(:last-child) {
  margin-bottom: 5px;
}

.roadmap_title {
  display: flex;
  align-items: center;
}

.roadmap_title h1 {
  margin-left: 30px;
  font-weight: 700;
  font-size: 68px;
  color: #fff;
}

button[disabled] {
  background-color: #a1a2a3 !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
}

button[disabled]:hover {
  background-color: #a1a2a3;
  color: #fff;
}

.coin_virtual {
  top: -1100px;
  right: 0;
  position: absolute;
  z-index: 2;
  object-position: right;
}

.support_virtu_sec h1 {
  font-weight: 700;
  font-size: 68px;
  margin-bottom: 100px;
  line-height: 1.2;
}

.support_content {
  width: 100%;
  background: #d4d4db;
  max-width: 299px;
  margin: auto;
}

.pol_logo {
  width: 90px;
}

.person_mains {
  width: 92px;
  height: auto;
  position: relative;
  top: 5px;
}

.support_content_big {
  height: 95px;
  width: 100%;
  background: #e9e9e9;
  max-width: 408px;
  margin: auto;
  padding: 5px 20px 0 25px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.support_content_detail_sub {
  background-color: var(--color-white);
  padding: 16px 20px 24px;
  max-width: 408px;
  margin: auto;
}

.support_content_detail_sub h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 160%;
}

.support_content_detail_sub p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 12px;
}

.row.support_containers > * {
  padding-left: 14px;
  padding-right: 14px;
}

.auditedby_main > a {
  flex: 1;
}

.code_audited_sec h1 {
  font-weight: 700;
  font-size: 68px;
  margin-bottom: 100px;
  line-height: 1.2;
}

.auditedby_main {
  max-width: 952px;
  margin: auto;
}

.audited_image_content {
  background: #fff;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auditedby_main > a:not(:last-child) {
  margin-right: 28px;
}

.cta_sec {
  padding-bottom: 55px;
}

.newsletter_container {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(97.76deg, #ff8e3d 6.79%, #ff7039 90.86%);
  border-radius: 30px;
  padding: 28px;
}
.inValid {
  color: red !important;
  position: absolute;
  top: 100%;
  display: block;
  background: #14161a;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 30px;
  left: 0;
  font-weight: 500;
  margin-top: 10px;
}
.inValid:after {
  content: "";
  height: 9px;
  width: 18px;
  background: #14161a;
  position: absolute;
  left: 17px;
  top: -5px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.mailSuccess {
  background-color: green;
  position: absolute;
  top: 100%;
  display: block;
  color: #ffffff;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 30px;
  left: 0;
  font-weight: 500;
  margin-top: 10px;
}
.mailSuccess:after {
  content: "";
  height: 9px;
  width: 18px;
  background-color: green;
  position: absolute;
  left: 17px;
  top: -5px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.mystyle {
  position: absolute;
  top: 100%;
  display: block;
  background: #14161a;
  color: #ffffff;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 30px;
  left: 0;
  font-weight: 500;
  margin-top: 10px;
}

.mystyle:after {
  content: "";
  height: 9px;
  width: 18px;
  background: #14161a;
  position: absolute;
  left: 17px;
  top: -5px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.newsletter_container:before {
  content: "";
  position: absolute;
  background-image: url(../images/Vector.png);
  top: 28px;
  left: 0;
  width: 250px;
  height: calc(100% - 28px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}

.newsletter_container:after {
  content: "";
  position: absolute;
  background-image: url(https://virtuswap.io/images/noise.svg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.video-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.learn-more-video {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
}

.learn-more-video a {
  color: #ff5701;
  text-decoration: none;
  padding-left: 2px;
  font-weight: 800;
}

.cta_sec h1 {
  font-weight: 700;
  font-size: 68px;
  margin-bottom: 100px;
  line-height: 1.2;
}

.newsletter_content {
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.newsletter_content h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.newsletter_content {
  max-width: 496px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.input_button {
  position: relative;
}

.input_button input {
  width: 100%;
  padding: 17px 24px;
  border-radius: 26px;
  color: #000;
  border: 0;
  font-weight: 600;
  outline: none !important;
  line-height: 20px;
  padding-right: 120px;
}

.input_button input::placeholder {
  color: #b6b6bb;
  line-height: 20px;
}

.input_button button {
  padding: 10px 24px;
  background: var(--color-grey);
  border-radius: 50px;
  color: var(--color-white);
  font-weight: 700;
  position: absolute;
  right: 5px;
  top: 5px;
}

button:hover {
  background: #ff5400;
  color: #ffffff;
  transition: 0.2s ease;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel .carousel-control-prev:hover {
  background: none;
  color: #fff;
  transition: 0.2s ease;
}

.carousel .carousel-control-next:hover {
  background: none;
  color: #fff;
  transition: 0.2s ease;
}

button {
  outline: none !important;
}

.newsletter_content .soical_icons {
  margin-top: 50px;
}

.newsletter_content .soical_icons img {
  filter: brightness(0) invert(1);
}

footer {
  padding: 45px 0 40px;
}

.drop_title a {
  color: inherit;
  text-decoration: none;
}

.left_footer-content img {
  max-width: 113px;
  width: 100%;
}

.left_footer-content img {
  max-width: 113px;
  width: 100%;
}

.left_footer-content p {
  max-width: 450px;
  font-size: 14px;
  margin: 30px 0;
  font-weight: 100;
}

.left_footer-content .soical_icons img {
  width: 20px;
  object-fit: contain;
  height: auto;
}

.right_footer-content {
  display: flex;
  font-size: 14px;
}

.footer_main_details {
  display: flex;
  justify-content: space-between;
}

.drop_title {
  margin-right: 20px;
  font-weight: 700;
}

.drop_down ul {
  margin-top: 16px;
  padding: 0;
  list-style-type: none;
}

.drop_down ul li a {
  text-decoration: none;
  color: var(--color-lightgrey);
}

.drop_down ul li {
  margin-bottom: 16px;
}

.drop_down ul li a:hover {
  text-decoration: underline;
  transition: 0.2s ease;
}

/* Password */

.password_wrapper {
  background-image: url(https://virtuswap.io/images/noise_main.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.pass_inside img {
  margin-bottom: 30px;
}

.pass_inside input {
  border: none;
  padding: 9px;
  width: 270px;
  background: #e7e7e7;
  border-radius: 30px;
}

.pass_inside p {
  margin: 0;
  padding-top: 10px;
  font-size: 14px;
  color: #a3a1a1;
}

.pass_inside input:focus {
  outline: none;
}

.pass_inside button {
  padding: 9px 24px;
  background: var(--color-grey);
  border-radius: 50px;
  color: var(--color-white);
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-left: 5px;
}

.pass_inside {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  max-width: 500px;
  width: 100%;
}

.pass_inside form {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* faq page starts */

.bg_grey {
  background-color: #dedee3;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(45%) sepia(70%) saturate(4598%)
    hue-rotate(2deg) brightness(102%) contrast(108%);
}

.accordion-button[aria-expanded="true"] {
  color: var(--color-primary);
}

.accordion-body {
  padding: 0;
  margin-top: 48px;
  line-height: 150%;
}

.accordion-body > div:not(:last-child) {
  margin-bottom: 10px;
}

.faq_title h1 {
  font-weight: 700;
  font-size: 68px;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.faq_title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #616161;
  margin-bottom: 18px;
}

.accordion-item {
  border-left: 0;
  border-right: 0;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-item:last-child {
  border: 0;
}

.accordion-button:hover {
  color: var(--color-primary);
}

.accordion-button[aria-expanded="true"] {
  color: var(--color-primary);
}

footer {
  background-color: #fff;
}

/* faq page ends */
/* team page starts */

section.main_team {
  padding: 215px 16px 160px;
  display: flex;
  justify-content: center;
}

.team_container {
  max-width: 905px;
  position: relative;
}

.team_members {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-column-gap: 20px;
}

.y_coin_team {
  position: absolute;
  bottom: -130px;
  left: -180px;
}

.team_container_yimage {
  content: "";
  position: absolute;
  top: -80px;
  right: -136px;
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.team_title {
  font-weight: 700;
  font-size: 68px;
  line-height: 120%;
  margin-bottom: 40px;
  text-align: center;
}

.member_inside p {
  margin-right: 5px;
}

.member_content .team_member_img {
  border-radius: 50%;
  background: linear-gradient(to bottom, #ff5701, #ff8a00);
  padding: 3px;
  width: 150px;
  height: 150px;
}

.member_inside {
  display: flex;
  align-items: center;
}

.member_inside img {
  max-width: 22px;
  height: auto;
}

.member_inside p {
  margin-bottom: 0;
  color: #616161;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

.member_content h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  margin: 18px 0 9px;
}

ul.number_list {
  list-style-type: decimal;
}

.card_faq ul li {
  margin-top: 10px;
}

:focus-visible {
  outline: none;
}

.in_p {
  padding: 4px 8px;
  background-color: var(--color-primary);
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  margin-left: 6px;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}

.card_faq.roadmap img.roadmaptop {
  width: auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: auto;
  left: -60px;
  top: -210px;
}

.card_faq.roadmap::before {
  display: none;
}

.card_faq.roadmap .faq_title {
  top: -110px;
  left: 0;
  text-align: center;
  right: 0;
}

.roadmap_inside {
  position: relative;
  left: 50%;
  max-width: 904px;
  width: 100%;
  padding: 0 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
  transform: translateX(-50%);
  top: 0;
  margin-top: 0;
  margin-bottom: 30px;
  z-index: -1;
}

.map_indicator {
  position: relative;
}

.map_indicator p {
  margin: 0;
  font-size: 20px;
  color: #fefefe;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.map_indicator img {
  flex-shrink: 0;
}

.map_desc ul {
  list-style-type: none;
  padding-left: 0;
}

.map_desc {
  padding-left: 55px;
}

.map_desc h2 {
  margin-bottom: 12px;
  color: var(--color-primary);
  font-weight: 700;
}

.map_desc ul li {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.map_desc ul li:last-child {
  margin-bottom: 0;
}

.map_desc ul li img {
  margin-right: 12px;
}

.map_desc ul li ul {
  list-style-type: disc;
  padding-left: 57px;
}

.map_desc ul li.grayscale {
  filter: grayscale(100%);
}

/* responsive starts */

@media (max-width: 1600px) {
  .roadmap_sec {
    padding: 262px 0 450px;
  }

  .StatOfArtSec .Revolutionary_slider {
    padding: 30px;
  }

  .Revolutionary_slider .Indirect_Trades {
    padding: 30px;
  }

  img.sculpt_img {
    right: 14.5%;
    width: 615px;
  }

  .incredible_sec .set_content {
    margin-top: 60px !important;
  }

  .second_title {
    font-size: 38px;
    line-height: 1.2;
  }

  header > nav,
  .first_sec,
  .efficiency_sec,
  .incredible_sec,
  .StatOfArtSec,
  .tokenomic_sec {
    margin-left: 50px;
    margin-right: 50px;
  }

  .efficiency_sec {
    padding-top: 80px;
  }

  .efficiency_sec .Stablecoins {
    margin-top: 30px;
  }

  .Revolutionary_slider .Indirect_Trades .Indirect_text {
    font-size: 18px;
    line-height: 120%;
  }

  .impact_price .graph_ratio {
    font-size: 40px;
    line-height: 120%;
  }
  .y-hero {
    margin-right: -40px;
  }
}

@media (max-width: 1480px) {
  .vid_bigb_image {
    width: 170px;
    height: 176px;
  }

  .coin_virtual {
    top: -1160px;
    width: 294px;
    height: 288px;
  }

  .big_y_element_sec {
    width: 345px;
    height: 385px;
  }

  .owl-prev {
    left: -50px;
    height: 40px;
    width: 40px;
  }

  .owl-next {
    right: -50px;
    height: 40px;
    width: 40px;
  }

  .owl-prev:before,
  .owl-next:before {
    top: 13px;
    left: 13px;
  }

  #reload2 {
    width: 680px;
  }

  header ul.navbar-nav a {
    margin-right: 28px;
  }

  #reload {
    max-width: 160px;
  }

  img.blurred_coin {
    max-width: 230px;
  }
}

@media (max-width: 1400px) {
  .roadmap_sec {
    padding: 117px 0 330px;
  }

  .graph_content.down {
    top: 135px;
  }

  header ul.navbar-nav a {
    margin-right: 28px;
  }

  .section_text {
    left: 50px;
    width: calc(100% - 55px);
  }

  .graph_content h6 {
    top: 25px;
  }

  .big_y_element_sec {
    bottom: -90px;
    width: 285px;
    height: 335px;
  }
}

@media (max-width: 1400px) {
  .roadmap_sec {
    padding: 117px 0 370px;
  }

  .roadmap_bottom_image {
    bottom: 0;
  }

  header ul.navbar-nav a {
    margin-right: 28px;
  }

  .section_text {
    left: 50px;
    width: calc(100% - 55px);
  }

  .graph_content h6 {
    top: 25px;
  }

  .big_y_element_sec {
    bottom: -90px;
    width: 285px;
    height: 335px;
  }
}

@media (max-width: 1280px) {
  .big_y_element_sec {
    width: 285px;
    height: 335px;
  }

  .cost_save_content h6 {
    font-size: 14px;
  }

  .sponsor-inner .support_content {
    padding: 15px 30px;
  }

  header ul.navbar-nav a {
    margin-right: 14px !important;
  }

  .revolutionary_sec {
    padding: 150px 0 150px;
  }

  .efficiency_sec,
  .direct_trade_sec,
  .video_sec {
    padding-top: 150px;
  }

  .support_virtu_sec {
    padding: 200px 0 200px;
  }

  .code_audited_sec {
    padding-bottom: 200px;
  }

  .cost_save_content {
    width: 130px;
    height: 130px;
    top: 50px;
    right: -30px;
  }

  .cost_save_content h6 span {
    font-size: 22px;
  }

  .navbar-brand img {
    max-width: 150px;
  }

  header ul.dropdown-menu {
    left: -40% !important;
  }

  ul.navbar-nav {
    font-size: 14px;
  }

  img.sculpt_img {
    right: 19%;
    width: 480px;
  }

  .y_coin_team {
    left: -120px;
    width: 200px;
  }

  .team_container_yimage {
    top: -50px;
    right: -100px;
    width: 200px;
    height: 240px;
  }
}

@media (max-width: 1200px) {
  .graph_content h6 {
    top: 27px;
  }

  .graph_content h6 {
    font-size: 20px;
  }
}

@media (max-width: 1150px) {
  img.bottom_left {
    max-width: 200px;
  }

  .bg_elements img {
    z-index: 1;
  }

  img.bottom_right {
    max-width: 60px;
  }

  img.top_right {
    top: 20%;
    max-width: 150px;
  }

  .graph_content ul {
    font-size: 14px;
  }

  .roadmap_sec {
    padding: 117px 0 270px;
  }

  .team_container_yimage {
    top: 0px;
    right: -70px;
    width: 150px;
    height: 180px;
  }

  .y_coin_team {
    left: -70px;
    width: 150px;
    bottom: -100px;
  }
}

@media (max-width: 1100px) {
  .navbar {
    padding-right: 16px;
    margin: 0;
    padding-left: 16px;
  }

  .Revolutionary_slider .set_content.ps-5 {
    padding-left: 0 !important;
  }

  .one_trade {
    font-size: 20px;
  }

  .Minerva_network {
    margin-bottom: 20px;
  }

  .carousel-item img {
    height: 240px;
  }

  .card_faq:before {
    left: 0;
    width: 186px;
    height: 189px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -160px;
  }

  .first_sec.faq_adjust {
    height: 570px;
  }

  header ul.navbar-nav a {
    margin-right: 14px !important;
  }

  button.navbar-toggler {
    padding: 0 !important;
  }

  .main_hero_text {
    top: 150px;
    transform: none;
  }

  img.bottom_left {
    display: none;
  }

  img.bottom_right {
    left: 55px;
  }

  .first_sec:before {
    content: "";
    background-image: url(https://virtuswap.io/images/index_y.svg);
    width: 70%;
    background-size: contain;
    height: 550px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    background-position-x: right;
    background-position-y: bottom;
  }

  .trigger {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 10px;
    transform: translateX(-50%) translateY(-50%);
  }

  .bars {
    transform: scale(1.5);
    height: 30px;
    width: 30px;
  }

  .faq_adjust.first_sec:before {
    display: none;
  }

  .faq_adjust .bg_elements {
    display: none;
  }

  .bars .line {
    fill: none;
    stroke: #14161a;
    stroke-width: 4;
    stroke-linecap: square;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  }

  .bars .line.top {
    stroke-dasharray: 40 172;
  }

  .bars .line.middle {
    stroke-dasharray: 40 111;
  }

  .bars .line.bottom {
    stroke-dasharray: 40 172;
  }

  .bars.active .top {
    stroke-dashoffset: -132px;
  }

  .bars.active .middle {
    stroke-dashoffset: -71px;
  }

  .bars.active .bottom {
    stroke-dashoffset: -132px;
  }

  /* header.intro {
    background: #fff;
    box-shadow: 0 2px 14px #00000042;
  } */
  span.navbar-toggler-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav {
    font-size: 14px;
  }

  img.sculpt_img {
    display: none;
  }

  .launch_app_button {
    margin-top: 0px;
  }

  .main_hero_text h1,
  .efficient_title,
  .revolutionary_title,
  .roadmap_title h1,
  .support_virtu_sec h1,
  .cta_sec h1,
  .code_audited_sec h1 {
    font-size: 48px;
  }

  .efficient_contents {
    margin-top: 100px;
  }

  .efficient_mains div {
    font-size: 84px;
  }

  .efficiency_sec,
  .direct_trade_sec,
  .video_sec {
    padding-top: 100px;
  }

  .indirect_trades h2,
  .solve_it h2 {
    font-size: 34px;
  }

  .highlighted {
    font-size: 20px;
  }

  .revolutionary_sec {
    padding: 120px 0 120px;
  }

  .revolutionary_title.direct_trade_adjust {
    margin-bottom: 80px;
  }

  .support_virtu_sec {
    padding: 200px 0 150px;
  }

  .coin_virtual {
    width: 224px;
    height: 228px;
  }

  .big_y_element_sec {
    width: 215px;
    height: 245px;
  }

  img.top_right {
    top: 12%;
    max-width: 100px;
  }

  .first_sec {
    padding: 0;
  }

  .cost_save_content {
    right: 0;
  }

  .owl-prev {
    left: -45px;
    height: 35px;
    width: 35px;
  }

  .owl-next {
    height: 35px;
    width: 35px;
    right: -45px;
  }

  .owl-prev:before,
  .owl-next:before {
    top: 10px;
    left: 10px;
  }

  /* faq starts */
  .faq_title {
    left: 200px;
  }

  .card_faq {
    width: calc(100% - 32px);
    max-width: none;
    margin-top: -270px;
  }

  .team_container_yimage {
    top: 0px;
    right: -30px;
    width: 150px;
    height: 180px;
  }

  .y_coin_team {
    width: 150px;
    bottom: -60px;
  }

  section.main_team {
    padding: 215px 80px 160px;
    overflow-x: hidden;
  }

  .tab_exchange {
    font-size: 24px;
  }
  .faq_title {
    left: 0px !important;
  }
  .card_faq {
    top: 450px !important;
  }
}

@media (min-width: 1101px) {
  li.nav-item {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-expand-lg,
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.logos-down {
  grid-template-columns: repeat(auto-fit, 150px);
  margin: 0 10px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }

  .logos-down {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 224px);
    justify-items: inherit !important;
    grid-gap: 25px;
    justify-content: center;
  }
  .Our_Partners_sec .logos-down {
    grid-template-columns: repeat(auto-fit, 350px);
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  .logos-down {
    grid-template-columns: repeat(auto-fit, 150px);
  }
}

@media (max-width: 991px) {
  /* .navbar-expand-lg .navbar-nav {
   position: absolute;
   left: 50%;
   top: 100%;
   background: white;
   width: 100vw;s
   transform: translateX(-50%);
} */
  .cost_save_content h6 {
    margin-top: 0;
  }

  .audited_image_content {
    min-height: 150px;
  }

  .code_audited_sec {
    padding-bottom: 100px;
  }

  li.inside_menu {
    display: flex;
    flex-direction: column;
  }

  .inside_menu:hover .dropdown-submenus {
    display: flex;
    flex-direction: column;
    position: static;
    padding-left: 25px;
  }

  .cost_save_content h6 span {
    font-size: 18px;
  }

  .y_coin_team {
    width: 140px;
    bottom: -80px;
  }

  .member_content {
    padding: 26px 15px;
  }

  .team_container_yimage {
    top: 0px;
    right: -50px;
    width: 150px;
    height: 180px;
  }

  .member_content h4 {
    font-size: 18px;
  }

  .member_inside p {
    font-size: 14px;
  }

  .team_title {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 35px;
  }

  .member_content .team_member_img {
    width: 120px;
    height: 120px;
  }

  .cost_save_content img {
    max-width: 22px !important;
  }

  .cost_save_content {
    width: 110px;
    height: 110px;
    top: 100px;
  }

  .cost_save_content h6 {
    font-size: 12px;
  }

  .main_hero_text {
    margin: 0 16px;
  }

  header ul.dropdown-menu li {
    position: relative;
    display: inline-flex;
    width: 100%;
  }

  header ul.dropdown-menu li:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 10px;
    background-image: url(https://virtuswap.io/images/redirect.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
  }

  button.navbar-toggler {
    position: absolute;
    right: 15px;
    background-color: none;
    padding: 10px 15px;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    top: 22px;
  }

  button.navbar-toggler:hover {
    background-color: transparent !important;
    transition: 0.2s ease;
  }

  header ul.dropdown-menu {
    left: 0% !important;
    width: 100%;
  }

  header ul.dropdown-menu .dropdown-item {
    padding: 6px 0;
    color: #616161 !important;
    border-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    width: auto;
    background-color: transparent;
  }

  header ul.dropdown-menu li {
    border-bottom: 0 !important;
  }

  header .dropdown-toggle.show::after {
    content: "\f106";
  }

  li.nav-item.dropdown:hover .dropdown-menu {
    margin-top: -10px;
    margin-bottom: 10px;
    filter: invert(1);
    padding: 10px;
  }

  li.nav-item.dropdown .dropdown-menu {
    display: none !important;
    transition: 0.3s ease-in-out;
  }

  li.nav-item.dropdown .dropdown-menu.show {
    display: inline-flex !important;
    transition: 0.3s ease-in-out;
    flex-direction: column;
    width: auto;
  }

  header .dropdown-toggle::after {
    right: -10px;
    position: absolute;
    top: 18px;
    content: "\f107";
    border: none;
    font-family: FontAwesome;
    color: #b6b6bb;
    font-size: 18px;
  }

  .nav-item.dropdown:hover a {
    color: var(--color-primary);
    justify-content: center;
    display: flex;
  }

  header ul.navbar-nav a,
  header li.nav-item.last a {
    margin-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none !important;
  }

  .navbar-nav li {
    border-bottom: 1px solid #e5e4e6 !important;
  }

  .navbar-nav li.last {
    border-bottom: none !important;
  }

  #pills-tab .nav-link {
    min-width: auto;
  }

  .first_sec:before {
    width: 50%;
    height: 410px;
  }

  .main_hero_text h4 {
    margin-bottom: 50px;
  }

  .main_hero_text h1,
  .efficient_title,
  .revolutionary_title,
  .roadmap_title h1,
  .support_virtu_sec h1,
  .cta_sec h1,
  .code_audited_sec h1 {
    font-size: 42px;
  }

  .efficiency_sec {
    padding-bottom: 120px;
  }

  .sub_revolution_img img {
    width: 100%;
  }

  .solve_it ul {
    margin: 28px 0 28px;
    font-size: 16px;
  }

  .solve_it h6 {
    font-size: 20px;
  }

  #pills-tab .nav-link {
    font-size: 20px;
    padding: 12px 45px;
  }

  .revolutionary_title,
  .cta_sec h1 {
    margin-bottom: 80px;
  }

  .support_virtu_sec {
    padding: 120px 0 100px;
  }

  .tabs_slider {
    max-width: 95%;
    margin: auto;
  }

  .indirect_trades {
    padding-right: 15px;
  }

  .highlighted {
    font-size: 16px;
  }

  .roadmap_sec {
    padding: 117px 0 200px;
  }

  .graph_content h6 {
    top: 33px;
  }

  .newsletter_container {
    min-height: 280px;
  }

  .coin_virtual {
    width: 154px;
    height: 158px;
  }

  .coin_virtual {
    top: -1040px;
  }

  img.sculpt_img {
    opacity: 0.6;
    right: 0;
    width: 70%;
    height: 100%;
  }

  img.blurred_coin {
    max-width: 150px;
  }

  .card_faq.roadmap {
    max-width: 80%;
  }

  .card_faq.roadmap img.roadmaptop {
    top: -130px;
    width: 180px;
  }

  .graph_content h6 {
    top: 34px;
  }

  .graph_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    grid-gap: 25px;
  }

  .graph_container button {
    transform: none;
  }

  .audited_image_content img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .graph_content:not(:last-child) {
    margin-right: 0;
  }

  .code_audited_sec h1 {
    margin-bottom: 60px;
  }

  .carousel-control-prev {
    left: 0 !important;
  }

  .carousel-control-next {
    right: 0 !important;
  }

  .accordion-item {
    padding: 48px 0;
  }

  .card_faq:before {
    left: 0;
    width: 124px;
    background-size: contain;
    height: 130px;
    background-repeat: no-repeat;
    top: -110px;
  }

  .revolutionary_vector {
    margin-top: 28px;
  }

  .sub_revolution_content {
    margin-top: 80px;
    display: flex;
  }

  .sub_revolution_img img {
    margin-top: 28px;
  }
}

@media (min-width: 768px) {
  .right_footer-content.mob {
    display: none;
  }
}

@media (max-width: 767px) {
  .graph_container {
    grid-template-columns: 1fr 1fr;
  }

  .tabs_slider .item h4 {
    font-size: 20px;
  }

  .tabs_slider .item h5 {
    font-size: 16px;
  }

  .pol_logo {
    display: none;
  }

  .faq_title h1 {
    font-size: 32px;
  }

  .faq_title p {
    font-size: 12px;
  }

  .faq_title {
    left: 140px;
  }

  .card_faq {
    margin-top: -310px;
    margin-bottom: 185px;
  }

  .launch_app_button.mob {
    transform: none !important;
  }

  .support_content_big {
    max-width: none;
  }

  .support_content_detail_sub {
    max-width: none;
  }

  #reload2 {
    height: 395px;
    width: 480px;
  }

  .efficient_contents {
    margin-top: 80px;
  }

  .efficient_mains div {
    font-size: 60px;
  }

  .section_text {
    left: 15px;
    bottom: 30px;
    width: calc(100% - 20px);
  }

  .support_content {
    margin-bottom: 28px;
    max-width: none;
  }

  .newsletter_content .soical_icons {
    margin-top: 30px;
  }

  .footer_main_details {
    flex-direction: column;
  }

  .coin_virtual {
    display: none;
    width: 224px;
    height: 228px;
    left: 20%;
    right: inherit;
    transform: none !important;
    top: 50px;
  }

  .roadmap_title img {
    max-width: 130px;
  }

  .support_virtu_sec h1 {
    margin-bottom: 60px;
  }

  .right_footer-content {
    margin-top: 28px;
  }

  .left_footer-content img {
    max-width: 200px;
  }

  .left_footer-content .soical_icons img {
    width: 32px;
  }

  .right_footer-content {
    font-size: 16px;
  }

  img.top_left,
  img.top_right,
  #reload2,
  img.blurred_coin {
    display: none;
  }

  #reload {
    max-width: 80px;
  }

  .sub_revolution_content {
    flex-direction: column-reverse;
  }

  .support_virtu_sec:after {
    background-image: url(https://virtuswap.io/images/asset_coin_mob.svg);
    display: block;
    content: "";
    width: 242px;
    height: 238px;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }

  .support_virtu_sec {
    padding: 310px 0 100px;
  }

  .first_sec.faq_adjust:before {
    display: none;
  }

  .first_sec.faq_adjust {
    background: linear-gradient(93.88deg, #d3d3d7 0%, #bbbcc0 100%);
  }

  .right_footer-content.mob {
    display: block;
  }

  .right_footer-content {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .Rev_assets_2 {
    display: none;
  }

  .roadmap_title img {
    display: none;
  }

  .drop_title {
    margin-bottom: 20px;
  }

  .team_members {
    grid-template-columns: 1fr 1fr;
  }

  .card_faq.roadmap {
    max-width: 100%;
  }

  .map_block {
    display: block;
  }

  .map_indicator {
    text-align: center;
    margin-bottom: 30px;
  }

  .map_desc h2 {
    font-size: 20px;
  }

  .map_desc {
    padding-left: 0;
  }

  .map_desc ul li {
    font-size: 12px;
  }

  .map_block {
    padding: 20px;
  }

  .map_indicator p {
    font-size: 14px;
    top: 75px;
  }

  .card_faq.roadmap img.roadmaptop {
    top: -120px;
    width: 160px;
    left: -10px;
  }

  .card_faq.roadmap .faq_title {
    top: -70px;
  }
}

@media (min-width: 573px) {
  .only_mob_button_container {
    display: none;
  }
}

@media (max-width: 572px) {
  .accordion-body {
    font-size: 14px;
  }

  .tab_exchange {
    margin-top: 40px;
  }

  .pass_inside {
    width: 90%;
  }

  .team_title {
    font-size: 32px;
  }

  .y_coin_team {
    bottom: -100px;
    left: -20px;
  }

  .team_members {
    grid-gap: 20px;
  }

  .team_container_yimage {
    top: 0px;
    right: -60px;
    width: 150px;
    height: 120px;
  }

  section.main_team {
    padding: 116px 16px 124px;
  }

  .card_faq {
    padding: 0 20px;
    margin-top: -360px;
  }

  .first_sec.faq_adjust {
    background: linear-gradient(93.88deg, #d3d3d7 0%, #bbbcc0 100%);
  }

  .support_content_big {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .pol_logo {
    display: none;
    width: 90px;
  }

  .support_content_detail_sub {
    padding: 8px;
  }

  .support_content_detail_sub p {
    min-height: 40px;
  }

  .first_sec {
    max-height: 640px;
  }

  header {
    padding: 10px 0 0;
  }

  .scroll_button {
    display: none;
  }

  .left_footer-content p {
    margin-top: 64px;
  }

  .left_footer-content .soical_icons img {
    width: 20px;
    margin-right: 27px;
  }

  section#efficiency_contents {
    overflow: hidden;
  }

  .graph_container {
    grid-template-columns: 1fr;
  }

  .solve_it button {
    display: none;
  }

  .graph_container {
    grid-gap: 40px;
  }

  .graph_content ul {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .only_mob_button_container {
    order: 3;
  }

  .sub_revolution_img {
    order: 2;
  }

  .solve_it ul {
    margin: 28px 0 0;
  }

  .solve_it {
    order: 1;
  }

  .sub_revolution_content {
    flex-direction: column;
  }

  .only_mob_button_container {
    display: flex;
    justify-content: center;
    margin-top: 39px;
  }

  .revolutionary_vector_main {
    display: flex;
    justify-content: center;
  }

  .main_hero_text h4 {
    margin-bottom: 40px;
  }

  .soical_icons img {
    width: 19px;
  }

  .efficient_mains div {
    font-size: 78px;
    line-height: 1.2;
  }

  .efficient_mains img {
    margin-right: 10px;
    width: 42px;
  }

  .efficient_mains:first-child {
    margin-bottom: 52px;
  }

  .first_sec:before {
    width: 60%;
  }

  .efficient_contents {
    margin-top: 72px;
    flex-direction: column;
    align-items: center;
  }

  button.launch_app_button.mob {
    display: block;
    margin-top: 35px;
    font-size: 12px;
    padding: 9px 13px;
  }

  button.launch_app_button.mob img {
    width: 17px;
  }

  .big_y_element_sec {
    display: none;
  }

  .scroll_button {
    display: none;
  }

  .roadmap_sec {
    padding: 117px 0 130px;
    background-size: 200%;
    background-repeat: no-repeat;
  }

  .owl-prev {
    left: -20px;
  }

  .owl-next {
    right: -20px;
  }

  .main_hero_text h1,
  .efficient_title,
  .revolutionary_title,
  .roadmap_title h1,
  .support_virtu_sec h1,
  .cta_sec h1,
  .code_audited_sec h1 {
    font-size: 32px;
  }

  .main_hero_text h4 {
    margin-top: 24px;
    font-size: 16px;
    line-height: 160%;
  }

  #pills-tab .nav-link {
    font-size: 16px;
  }

  .revolutionary_title.direct_trade_adjust,
  .revolutionary_title,
  .cta_sec h1,
  .code_audited_sec h1 {
    margin-bottom: 50px;
  }

  .big_y_element_sec {
    width: 165px;
    height: 215px;
  }

  .revolutionary_sec {
    padding: 80px 0 80px;
  }

  .indirect_trades p {
    font-size: 14px;
  }

  .indirect_trades .down {
    width: 9px;
  }

  .solve_it h6 {
    font-size: 16px;
  }

  .solve_it {
    text-align: center;
  }

  .revolutionary_vector {
    max-width: 300px;
  }

  .condition_text {
    margin-top: 8px;
    font-size: 12px !important;
  }

  .highlighted {
    padding: 12px;
  }

  .efficiency_sec {
    padding-bottom: 110px;
  }

  .indirect_trades h2 {
    margin-bottom: 16px;
  }

  .indirect_trades {
    text-align: center;
  }

  img.top_right {
    max-width: 50px;
  }

  img.top_left {
    max-width: 70px;
    top: 130px;
  }

  img.bottom_left {
    max-width: 100px;
  }

  img.bottom_right {
    max-width: 40px;
    bottom: 13%;
    left: 15%;
  }

  #reload2 {
    height: 245px;
    width: 280px;
  }

  .support_virtu_sec:after,
  .vid_bigb_image {
    width: 242px;
    height: 238px;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .support_content {
    margin-bottom: 12px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .support_containers > div:first-child,
  .support_containers > div:nth-child(3) {
    padding: 0;
  }

  .support_containers > div:nth-child(2),
  .support_containers > div:nth-child(4) {
    padding-left: 0px;
  }

  .newsletter_content .soical_icons img {
    margin-right: 28px;
    width: 29px;
  }

  .newsletter_content .soical_icons a:last-child img {
    margin-right: 0;
  }

  .newsletter_container {
    justify-content: flex-start;
    padding: 80px 10px 294px;
    min-height: 554px;
  }

  .newsletter_container {
    overflow: hidden;
  }

  .newsletter_content .soical_icons {
    margin-top: 50px;
  }

  .newsletter_container:before {
    top: inherit;
    bottom: -110px;
    background-position: bottom;
    width: 80%;
    height: 100%;
    background-position: left;
    left: 0;
  }

  .cta_sec {
    padding-bottom: 58px;
  }

  .newsletter_content {
    text-align: center;
  }

  .scroll_button {
    font-size: 16px;
    white-space: pre;
  }

  .efficient_mains p {
    max-width: 236px;
    font-size: 14px;
    line-height: 160%;
    order: 3;
    text-align: center;
    margin: 0 !important;
    margin-top: 8px !important;
  }

  .efficient_mains.reverse {
    margin-top: 0;
  }

  .efficient_mains {
    flex-direction: column;
  }

  .owl-item .item {
    flex-direction: column;
  }

  .cost_save_content {
    flex-direction: row;
    border-radius: 50px;
    height: auto;
    width: auto;
    padding: 5px 19px;
  }

  .cost_save_content {
    top: inherit;
    left: 20px;
    bottom: 15px;
    right: inherit;
    position: absolute;
  }

  .owl-prev {
    top: 50px;
    right: 54px;
    left: inherit;
    height: 50px;
    width: 50px;
  }

  .slide_main.slide_content2 {
    padding-bottom: 62px !important;
  }

  .tab_exchange {
    width: calc(100% - 130px);
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    margin-bottom: 34px;
    background: none;
    color: var(--color-grey);
  }

  .main_slide_details {
    flex-direction: column;
  }

  .owl-prev:before,
  .owl-next:before {
    top: 17px;
    left: 18px;
  }

  .owl-next {
    top: 50px;
    right: 0px;
    left: inherit;
    height: 50px;
    width: 50px;
  }

  .cost_save_content h6 {
    align-items: flex-start;
    margin-left: 8px;
    font-size: 12px;
  }

  .cost_save_content h6 span {
    font-size: 16px;
  }

  .tabs_slider .item img {
    max-width: 92px;
    margin-right: 15px;
  }

  .slide_main.slide_content2 {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 25px !important;
  }

  .tabs_slider .slide_main {
    flex-direction: row;
    align-items: center;
    padding: 36px 40px;
    flex: 1;
    justify-content: space-between;
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
  }

  .cost_save_content img {
    width: 22px;
  }

  .main_hero_text {
    top: 98px;
  }

  img.top_right,
  img.top_left,
  img.bottom_right,
  #reload2 {
    display: none;
  }

  .efficiency_sec,
  .direct_trade_sec,
  .video_sec {
    padding-top: 64px;
  }

  .indirect_trades h2,
  .solve_it h2 {
    margin-bottom: 12px;
  }

  .direct_trade_sec {
    padding-top: 80px;
  }

  .revolutionary_title.direct_trade_adjust {
    margin-bottom: 46px;
  }

  .list_traders {
    margin-top: 16px;
  }

  .tabs_slider {
    max-width: 100%;
  }

  .list_trade {
    font-size: 14px;
  }

  .tabs_slider .item h5 {
    font-size: 16px;
  }

  .tabs_slider .item h4 {
    font-size: 20px;
  }

  .direct_trade_sec {
    padding-bottom: 120px;
    overflow-x: hidden;
  }

  .vid_bigb_image {
    display: none;
  }

  .video_sec iframe {
    height: 215px;
  }

  .roadmap_title {
    justify-content: center;
  }

  .graph_container {
    margin-top: 50px;
  }

  .roadmap_bottom_image {
    object-fit: cover;
    height: 16%;
  }
}

@media (max-width: 480px) {
  button.navbar-toggler svg {
    height: 30px;
    width: 22px;
  }
  .row-rev {
    flex-direction: column-reverse;
  }
  .three_mans .support_content_detail_sub h6 {
    font-size: 12px;
  }

  .three_mans .support_content_detail_sub {
    min-height: auto;
  }

  .auditedby_main > a:not(:last-child) {
    margin-right: 14px;
  }

  .mobile-card-inner {
    min-width: 70%;
  }

  .audited_image_content {
    min-height: 100px;
  }

  .team_container_yimage {
    right: -20px;
    width: 108px;
    height: 120px;
  }

  .member_content h4 {
    font-size: 14px;
  }

  .y_coin_team {
    bottom: -110px;
  }

  .member_inside p {
    font-size: 12px !important;
  }

  .member_inside img {
    width: 17px;
  }

  .member_content .team_member_img {
    width: 95px;
    height: 95px;
  }

  #pills-tab li.nav-item {
    flex: 1;
  }

  #pills-tab .nav-link {
    width: 100%;
  }

  #pills-tab {
    width: 100%;
  }

  .sub_revolution_img img {
    margin-top: 40px;
    max-width: 210px;
  }

  .navbar-brand img {
    max-width: 110px;
  }

  button.navbar-toggler {
    padding: 5px 10px;
    border-radius: 8px;
    top: 15px;
  }

  img.bottom_right {
    bottom: 20%;
    left: 20%;
  }

  .efficient_mains {
    flex: 1;
  }

  .section_text {
    font-size: 12px;
  }

  .indirect_trades h2,
  .solve_it h2,
  .highlighted span {
    font-size: 24px;
  }

  .indirect_trades br {
    display: none;
  }

  .highlighted,
  .condition_text {
    font-size: 14px;
  }

  .roadmap_sec {
    padding: 80px 0 120px;
  }

  .graph_content ul {
    padding-left: 20px;
  }

  .video_sec {
    padding: 80px 0 80px;
  }

  .section_text {
    font-size: 12px;
    position: relative;
    bottom: inherit;
    top: 40px;
  }

  .support_content_detail_sub {
    min-height: 112px;
  }
}

@media (max-width: 414px) {
  .pass_inside form {
    display: block;
  }

  .mystyle {
    left: 0;
    right: 0;
  }

  .mystyle:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .pass_inside button {
    margin-left: 0;
    margin-top: 10px;
  }

  .pass_inside input {
    width: 100%;
  }

  .pass_inside {
    padding: 20px;
  }

  .pass_inside a {
    margin: 0;
    margin-top: 20px;
  }

  .graph_content ul {
    margin-bottom: 0;
  }

  .graph_container {
    margin-top: 50px;
  }

  .graph_content img {
    max-width: 250px;
  }

  .newsletter_container {
    padding: 28px 10px;
  }

  .video_sec iframe {
    height: 200px;
  }

  #pills-tab li.nav-item {
    flex: auto;
  }
}

@media (max-width: 408px) {
  .support_content_detail_sub {
    min-height: 132px;
  }
}

@media (max-width: 380px) {
  .efficiency_sec,
  .direct_trade_sec,
  .video_sec {
    padding-top: 80px;
  }

  .owl-prev,
  .owl-next {
    top: 75px;
  }

  .efficient_mains:not(:last-child) {
    margin-bottom: 28px;
  }

  .support_content_detail_sub {
    min-height: auto;
  }

  .sub_revolution_content {
    margin-top: 50px;
  }

  .big_y_element_sec {
    width: 145px;
    height: 205px;
  }

  #pills-tab .nav-link {
    font-size: 14px;
    padding: 10px 35px;
  }

  .direct_trade_sec {
    padding-bottom: 80px;
  }

  .roadmap_title img {
    max-width: 80px;
  }

  .cta_sec {
    padding-bottom: 80px;
  }

  .main_hero_text {
    left: 0px;
    right: 0px;
  }

  .navbar-brand img {
    max-width: 125px;
  }

  header {
    padding: 0 !important;
  }

  .left_footer-content .soical_icons img,
  .newsletter_content .soical_icons img {
    width: 25px;
  }

  .soical_icons img {
    margin-right: 15px;
  }

  .row.support_containers > * {
    padding-left: 12px;
    padding-right: 12px;
  }

  button.navbar-toggler svg {
    height: 24px;
    width: 20px;
  }

  span.navbar-toggler-icon {
    height: inherit;
  }

  button.navbar-toggler {
    padding: 5px 5px;
  }

  .navbar-expand-lg .navbar-nav {
    font-size: 14px;
  }

  .tab_exchange {
    transform: translateY(17px);
  }

  .list_traders {
    margin-bottom: 10px;
  }

  .three_mans {
    flex: 100%;
  }

  .card_faq.roadmap {
    margin-top: -410px;
  }

  .card_faq.roadmap img.roadmaptop {
    top: -80px;
    width: 100px;
    left: -10px;
  }

  .card_faq.roadmap .faq_title {
    top: -50px;
  }
}

@media (max-width: 360px) {
  .tabs_slider .slide_main {
    padding: 36px 20px;
  }

  .team_members {
    grid-template-columns: 1fr;
  }

  .team_container {
    width: 100%;
  }

  .team_container_yimage {
    right: -30px;
  }

  .team_container_yimage {
    top: 20px;
    right: -10px;
  }

  span.in_p {
    margin-left: 35px;
    display: block;
    width: fit-content;
  }
}

/*** New Landing Page Start***/

/*** Header Page Start***/
header {
  background: #191b20;
}

header ul.navbar-nav a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.16px;
  font: "Plus Jakarta Sans";
  color: var(--color-white);
  margin-right: 30px;
}

.launch_app_button:hover img {
  filter: none;
}

.launch_app_button:hover {
  background: transparent;
  color: var(--color-white);
  transition: 0.2s ease;
}

.launch_app_button {
  padding: 4px 24px;
  background: var(--color-primary);
  border-radius: 50px;
  border: 2px solid var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** Header Page End***/
.bg_cover {
  background: #191b20;
  position: relative;
  top: -1px;
  overflow: hidden;
}

.incredible_sec video {
  max-width: 80%;
}

.set_content {
  display: flex;
  align-items: center;
  align-content: center;
}

.cursor-pointer {
  cursor: pointer;
}

/*** First Sec Page Start***/
.main_hero_text h1 {
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-size: 80px;
  line-height: 130px;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

.main_hero_text .main_title {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 110px;
  line-height: 130px;
  color: var(--color-white);
}

.main_hero_text h4 {
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 25.33px;
  position: relative;
  z-index: 1;
}

.scroll_button {
  padding: 12px 27.5px;
  background: transparent;
  border-radius: 50px;
  border: 2px solid var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  font-size: 19px;
  display: flex;
  align-items: center;
  margin-top: 46.88px;
}

.scroll_button:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.2s ease;
}

.pvd_by_pg img {
  margin-right: 25px;
  width: 143.38px;
}

.pvd_by_pg {
  position: relative;
  z-index: 2;
  margin-top: 25px !important;
}

.build_logo {
  height: 100%;
  position: absolute;
  right: 10%;
}

.mainHeroAsset1 {
  position: absolute;
  right: -90px;
  top: 50%;
  width: 110px;
  height: 160px;
  object-fit: contain;
}

.mainHeroAsset2 {
  position: absolute;
  right: 57%;
  top: 53%;
  width: 141.42px;
  height: 187.43px;
}

.mainHeroAsset3 {
  position: absolute;
  top: 50%;
  left: -5%;
}

.Featured_Numbers .col * {
  max-width: none !important;
}

/*** First Sec Page End***/
/*** efficiency sec Page Start***/
.efficiency_sec {
  position: relative;
  padding: 168px 0 75px;
  padding-top: 150px;
  overflow: hidden;
}

.efficiency_sec .container {
  max-width: 1190px;
}

.second_title {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  text-align: left;
  color: var(--color-white);
}

.mw-network {
  max-width: 340px;
}

header > nav,
.first_sec,
.efficiency_sec,
.incredible_sec,
.StatOfArtSec,
.tokenomic_sec,.Featured_Numbers {
  margin-left: 84px;
  margin-right: 84px;
}

.Featured_Numbers{
  margin-top: 20px;
}

.Minerva_Network h1 span {
  font-style: italic;
  font-weight: 300;
}

.Minerva_Network h1 {
  max-width: 400px;
  font-weight: 700;
  margin-bottom: 15px;
  word-break: break-word;
}

.second_vs_desc {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 100;
  font-size: 15px;
  line-height: 160%;
  color: var(--color-white);
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.sec_graph {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.graph_Rectangle {
  position: relative;
  max-width: 408px;
  max-height: 393px;
  object-fit: contain;
}

.module-border-wrap {
  position: absolute;
  background: linear-gradient(to bottom, var(--color-primary), #20232b 80%);
  padding: 2px 1px 0;
  border-radius: 40px;
  box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 640px;
}

.return_on_liquidity {
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  padding: 20px 40px;
}

.return_on_liquidity p span,
.second_vs_desc span {
  font-weight: 600;
}

.return_on_liquidity p {
  color: #ffffff;
  font-weight: 100;
  font-size: 15px;
}

.module-border-wrap.token_ratio_4 li {
  font-weight: 100;
}

.ratio_2 span.graph_ratio,
.ratio_3 span.graph_ratio {
  font-size: 20px;
  font-weight: 700;
}

.rol_title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
}

.trade_assets {
  width: 314px;
}

.graph_ratio {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #ff5701;
}

.ratio_1 {
  position: absolute;
  left: 70px;
  top: -60px;
  box-shadow: 0px 0px 21px rgba(255, 107, 31, 0.44);
}

.ratio_1 .return_on_liquidity {
  padding: 14px 16px;
}

.efficiency_sec .return_on_liquidity,
.efficiency_sec .module-border-wrap {
  border-radius: 20px;
}

.Stablecoins img {
  max-width: 35px;
  height: auto;
  object-fit: contain;
}

.efficiency_sec .Stablecoins {
  margin-top: 75px;
  position: relative;
  z-index: 2;
}

.ratio_2 {
  position: absolute;
  right: 14%;
  top: -7%;
}

.ratio_2 .trade_assets {
  width: 230px;
}

.ratio_3 .trade_assets {
  width: 238px;
}

.ratio_3 {
  position: absolute;
  right: 15%;
  top: 66%;
}

.ratio_2 .return_on_liquidity,
.ratio_3 .return_on_liquidity {
  padding: 16px 15px;
}

.module-border-wrap.ratio_1:after {
  content: "";
  background-image: url(../images/home/Vector_1.png);
  background-size: contain;
  height: 90px;
  width: 190px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 13;
  background-position: left center;
  background-repeat: no-repeat;
}

.module-border-wrap.ratio_2:after {
  content: "";
  background-image: url(../images/home/Vector_2.png);
  background-size: contain;
  height: 60px;
  width: 115px;
  position: absolute;
  top: 30%;
  right: 100%;
  z-index: 13;
  background-position: left center;
  background-repeat: no-repeat;
}

.Stablecoins .second_title {
  padding-left: 0;
}

.module-border-wrap.ratio_3:after {
  content: "";
  background-image: url(../images/home/Vector_3.png);
  background-size: contain;
  height: 117px;
  width: 177px;
  position: absolute;
  bottom: 60%;
  right: 100%;
  z-index: 13;
  background-position: left center;
  background-repeat: no-repeat;
}

.graph_source {
  color: white;
  transform: translateY(90px);
}

.graph_source .source {
  color: #868686;
}

.efficiency_sec .Rectangle_assets {
  position: absolute;
  width: 190px;
  top: 30%;
  left: -3%;
}

/*** efficiency sec Page End***/

/*** revolutionary sec Page Start ***/
.revolutionary_sec {
  padding: 30px 0 141px;
  position: relative;
}

.revolutionary_sec .module-border-wrap,
.tokenomic_sec .module-border-wrap,
.support_virtu_sec .module-border-wrap,
.code_audited_sec .module-border-wrap,
.cta_sec .module-border-wrap,
.main_team .module-border-wrap,
.roadmap_block .module-border-wrap,
.Our_Partners_sec .module-border-wrap {
  position: relative;
}

.revolutionary_sec .return_on_liquidity,
.tokenomic_sec .return_on_liquidity,
.support_virtu_sec .return_on_liquidity,
.code_audited_sec .return_on_liquidity,
.cta_sec .return_on_liquidity,
.main_team .return_on_liquidity,
.roadmap_block .return_on_liquidity,
.Our_Partners_sec .return_on_liquidity {
  height: 100%;
}

.read_more {
  color: var(--color-primary);
}

.revolutionary_sec .read_more {
  color: var(--color-primary);
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

.stroke_rate {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 700;
}

.vectorArrow {
  width: 51px;
  height: 82px;
}

.return_on_liquidity.stroke_icon,
.rounded_wrap {
  border-radius: 10px;
}

.Rev_assets_1 {
  position: absolute;
  top: -35%;
  left: 0;
  height: 785.04px;
}

.Rev_assets_2 {
  position: absolute;
  right: 5%;
  width: 220px;
  top: 73%;
}

.Rev_assets_3 {
  position: absolute;
  right: 0;
  top: 22%;
  width: 215px;
}

.module-border-wrap.token_ratio_1 {
  position: absolute !important;
  left: 140px;
  top: 0;
}

.module-border-wrap.token_ratio_2 {
  position: absolute !important;
  left: 50px;
  bottom: 25px;
  z-index: 3;
}

.module-border-wrap.token_ratio_3 {
  position: absolute !important;
  right: 130px;
  bottom: 0;
}

.Rev_assets_4 {
  position: absolute;
  left: 5%;
  width: 141.42px;
  height: 187.43px;
  top: 74%;
}

.Revolutionary_slider {
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px 40px;
}

.Revolutionary_slider .Indirect_Trades .trade_ex {
  margin-top: 42px;
}

.slider_graph.png {
  width: 386px;
  height: 250px;
}

.Triangular_Trading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.Triangular_Trading span {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 68px;
  color: #ff0000;
}

.Triangular_Trading p {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ff0000;
}

.module-border-wrap.token_ratio_4 li {
  font-size: 15px;
}

.module-border-wrap.token_ratio_4 li span {
  font-weight: 600;
}

.one_trade {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #ff5701;
}

.spoke_system .round_point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5701;
}

/*** revolutionary sec Page End ***/

/*** incredible sec Page Start ***/
.incredible_sec {
  position: relative;
  padding: 100px 0 0px;
}

.Inc_assets_1 {
  position: absolute;
  right: 2%;
  top: 93%;
  width: 260px;
  height: 266px;
}

/*** incredible sec Page End ***/

/*** StatOfArtSec Page Start ***/

.carousel-item {
  padding: 0 0 30px;
  cursor: -webkit-grabbing;
}

.carousel-item img {
  border-radius: 30px;
  height: 500px;
  transition: 0.25s linear;
  object-fit: contain;
}

.carousel-item:hover img {
  transform: translatey(-1%);
}

.hub-height .trade_ex.spoke_system {
  margin-top: 0 !important;
}

.impact_price,
.hub-height {
  height: 100%;
}

.slider_graph {
  max-width: 400px;
  width: 100%;
  height: auto !important;
  object-fit: contain;
}

/* .y-hero {
  animation: mymove 8s infinite ease-in-out;
  transform-style: preserve-3d;
}
@keyframes mymove {
  0% {
    transform: translateY(0) rotate3d(0, 1, 0, 0deg);
  }
  25% {
    transform: translateY(-50px) rotate3d(0, 1, 0, 90deg);
  }
  50% {
    transform: translateY(0px) rotate3d(0, 1, 0, 180deg);
  }
  75% {
    transform: translateY(-50px) rotate3d(0, 1, 0, 270deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 1, 0, 360deg);
  }
} */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 2px;
  position: relative;
  top: 30px;
}

.carousel-indicators li.active {
  background: #fff;
}

@media only screen and (max-width: 650px) {
  .carousel-item img {
    height: auto;
  }
}

.carousel-control-prev {
  left: -50px;
  margin: 0 -25px;
}

.carousel-control-next {
  right: -50px;
  margin: 0 -25px;
}

.StatOfArtSec {
  position: relative;
  padding: 100px 0 200px;
}

.Minerva_network {
  width: 100%;
  color: var(--color-white);
}

.Revolutionary_slider {
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px 40px;
}

.Revolutionary_slider .Indirect_Trades .trade_ex {
  margin-top: 42px;
}

.mw-none {
  max-width: none !important;
}

/*** StatOfArtSec Page End ***/

/*** tokenomic sec Page Start ***/
.round_point {
  width: 6px;
  height: 5px;
  border-radius: 50%;
  background: #ff5701;
}

.tokenomic_sec .return_on_liquidity.tokenomics_area {
  padding: 30px 40px;
}

.tokenomic_sec {
  position: relative;
}

.token_sec .token_ratio_1 {
  position: absolute !important;
}

.module-border-wrap.token_ratio_1,
.module-border-wrap.token_ratio_2,
.module-border-wrap.token_ratio_3 {
  max-width: none;
  width: auto;
  display: inline-grid;
  border-radius: 20px;
}

.token_ratio_1 .return_on_liquidity,
.token_ratio_2 .return_on_liquidity,
.token_ratio_3 .return_on_liquidity {
  height: auto !important;
  border-radius: 20px;
  background: #191b20;
  position: relative;
  z-index: 2;
  padding: 20px;
  padding-right: 62px;
}

.token_sec_desc_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  grid-gap: 65px;
  max-width: 1370px;
  margin: auto;
  position: relative;
}

.TokenChart {
  width: 500px;
}

.token_assets_1 {
  width: 141.42px;
  height: 187.43px;
  position: absolute;
  top: 18%;
  left: 6%;
}

.logos-down {
  display: flex;
}

.logos-down img {
  width: 100%;
  object-fit: contain;
  max-height: 100px;
  flex: 1;
}

.graph_content h6 {
  font-size: 15px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 120%;
}

.tokenomic_chart {
  margin-top: 80px;
  position: relative;
  margin-bottom: 60px;
}

.token_assets_2 {
  position: absolute;
  width: 177px;
  height: 117px;
  top: 18%;
  left: 30%;
}

.token_assets_3 {
  position: absolute;
  width: 177px;
  height: 117px;
  top: 45%;
  left: 24%;
}

.token_assets_4 {
  position: absolute;
  width: 177px;
  height: 117px;
  right: 32%;
  top: 48%;
}

.token_ratio_text {
  font-weight: 700;
  font-size: 20px;
}

.Rectangle_assets {
  position: absolute;
  right: 0%;
  width: 190px;
  top: 92%;
}

/*** tokenomic sec Page End ***/

/*** Road map sec Page Start ***/
.roadmap_bottom {
  position: absolute;
  right: 0;
  width: 100%;
  left: 0;
  width: 100%;
  bottom: 0;
}

.roadmap_sec .y_roadmap {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 19%;
  top: 8%;
}

.roadmap-angle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 118px;
  width: 76%;
}

.roadmap-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 70px;
  bottom: 20px;
}

.roadmap_sec .second_title p {
  position: absolute;
  top: 18%;
  left: 34%;
}

.asset_coin_01 {
  position: absolute;
  width: 180px;
  top: 103%;
  left: 0;
}

.roadmap_sec .Inc_assets_1 {
  position: absolute;
  position: absolute;
  top: 84%;
}

/*** Road map sec Page End ***/

/*** Support virtu sec Page Start ***/
.support_virtu_sec {
  padding: 80px 0 120px;
  position: relative;
}

.support_virtu_sec h1 {
  font-weight: 700;
  font-size: 68px;
  margin-bottom: 100px;
  line-height: 1.2;
  color: var(--color-white);
}

.support_content {
  width: 100%;
  max-width: 299px;
  margin: auto;
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  border-radius: 12px;
  height: 160px;
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
}

.support_virtu_sec .module-border-wrap,
.code_audited_sec .module-border-wrap,
.main_team .module-border-wrap,
.roadmap_block .module-border-wrap,
.incredible_sec .module-border-wrap,
.Our_Partners_sec .module-border-wrap {
  border-radius: 12px !important;
}

.support_content_big {
  padding: 5px 20px 0 25px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 12px 12px 0px 0px;
  align-items: center;
  margin: 0;
}

.support_content_detail_sub {
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 12px 12px;
  padding: 16px 20px 24px;
  color: var(--color-white);
}

.pol_logo {
  width: 92.7px;
  height: 32.69px;
}

.bySponsored {
}

/*** Support virtu sec Page End ***/

/*** Code audited sec Page Start ***/
.code_audited_sec {
  padding-bottom: 120px;
}

.code_audited_sec h1 {
  font-weight: 700;
  font-size: 68px;
  margin-bottom: 100px;
  line-height: 1.2;
  color: var(--color-white);
}

.audited_image_content {
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.auditedby_main > a:not(:last-child) {
  margin-right: 28px;
}

.auditedby_main > a {
  flex: 1;
}

.auditedby_main {
  padding-left: 10%;
  padding-right: 10%;
}

/*** Code audited sec Page End ***/
/*** Our Partners sec Page Start ***/
.Our_Partners_sec h1 {
  font-weight: 700;
  font-size: 68px;
  margin-bottom: 100px;
  line-height: 1.2;
  color: var(--color-white);
}

.Our_Partners_sec img {
  width: 100px;
  height: 100%;
  margin: 0 auto !important;
}
.Our_Partners_sec .return_on_liquidity {
  border-radius: 12px;
}
.Our_Partners_sec .return_on_liquidity {
  padding: 60px 70px;
}
.Our_Partners_sec .logos-down img {
  max-height: 60px;
}
/*** Our Partners sec Page End ***/
/*** Stay connected sec Page Start ***/
.cta_sec,
.Our_Partners_sec {
  padding-bottom: 55px;
}

.cta_sec {
  padding-top: 100px;
}

.cta_sec h1 {
  font-weight: 700;
  font-size: 68px;
  margin-bottom: 100px;
  line-height: 1.2;
  color: var(--color-white);
}

.newsletter_container {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  padding: 28px;
}

.input_button input {
  width: 100%;
  padding: 17px 24px;
  border-radius: 26px;
  color: var(--color-white);
  background: #191b20;
  border: 0;
  font-weight: 600;
  outline: none !important;
  line-height: 20px;
  padding-right: 120px;
}

/*** Stay connected sec Page End ***/

/***  Footer Page Start ***/
footer {
  padding: 45px 0 0;
  color: var(--color-white);
  border-top: 1px solid #33343b;
  background: #191b20;
}

.drop_down ul li a {
  text-decoration: none;
  color: var(--color-white);
  font-weight: 100;
}

footer .partner img {
  width: 150px;
  height: 100%;
}
.privacy {
  text-decoration: none;
  color: var(--color-white);
}
.privacy:hover {
  color: var(--color-white);
}
/***  Footer Page End ***/

/***  Team Page Start ***/
.main_team {
  position: relative;
  background-image: url(../images/team/TEAM.jpg);
  background-position: top center;
  background-size: cover;
  height: auto;
  overflow: auto;
}

section.main_team {
  padding: 145px 0px 160px;
  display: flex;
  justify-content: center;
  color: var(--color-white);
  background: #191b20;
}

.member_content {
  padding: 42px 15px;
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.member_inside p {
  margin-bottom: 0;
  color: var(--color-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

/***  Team Page End ***/

/***  Road map Page Start ***/
.card_faq.roadmap {
  background: transparent;
  box-shadow: none;
}

.roadmap_section {
  /* background: none; */
  background: #191b20;
}

.roadmap_block {
  position: relative;
  background-image: url(../images/roadmap/Roadmap.jpg);
  background-position: top center;
  background-size: cover;
  height: auto;
  overflow: auto;
}

.card_faq {
  position: relative;
  left: 50%;
  max-width: 904px;
  width: 100%;
  padding: 0 40px;
  border-radius: 20px;
  background: linear-gradient(to bottom, var(--color-primary), #20232b 80%);
  padding: 1px;
  border-radius: 12px;
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  top: 250px;
  margin-bottom: 310px;
  color: var(--color-white);
}

.map_block {
  padding: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.map_desc h2 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.dot {
  height: 5px;
  width: 5px;
  background-color: var(--color-white);
  border-radius: 50%;
}

.map_desc ul li .dot {
  margin-right: 12px;
}

.map_indicator p {
  margin: 0;
  font-size: 20px;
  color: #fefefe;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

/***  Road map Page End ***/

/***  Faq sec Page Start ***/
.faq_sec {
  overflow: hidden;
  background: #191b20;
}

.accordion-item {
  padding: 58px 50px;
  background: #1a1c22;
}

.faq_title {
  position: absolute;
  bottom: 100%;
}

button.accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  line-height: 23px;
  background: #1a1c22;
}

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

.accordion-button::after {
  filter: brightness(0) invert(1);
}

/***  Faq sec Page End ***/
/*** New Landing Page End***/

@media (max-width: 1831px) {
  .container-fluid.cstm_mw {
    margin: auto;
  }

  .main_hero_text h1,
  .main_hero_text .main_title {
    font-size: 80px;
    line-height: 130%;
  }

  .ratio_3 {
    right: 6%;
  }

  .Inc_assets_1 {
    right: -4%;
  }

  .main_hero_text h4 {
    margin-top: 30px;
  }

  .main_hero_text {
    padding-top: 0 !important;
  }

  .main_hero_text h1,
  .main_hero_text .main_title {
    font-size: 70px;
    line-height: 1.2;
  }

  .scroll_button {
    font-size: 17px;
    margin-top: 25px;
  }

  .main_hero_text h4 {
    margin-top: 25px;
  }
}

@media (max-width: 1700px) {
  .ratio_2 {
    right: 5%;
    top: 0%;
  }

  .rol_title img {
    max-width: 150px;
  }

  .graph_ratio {
    font-size: 20px;
  }

  .second_title {
    font-size: 33px;
    line-height: 1.2;
  }

  .graph_Rectangle {
    left: 50px;
  }

  .ratio_3 {
    right: 4%;
  }
}

@media (max-width: 1480px) {
  .TokenChart {
    width: 430px;
  }

  .ratio_1 {
    top: 87px;
  }

  .ratio_2 {
    top: 15%;
    right: 0%;
  }

  .roadmap_title img {
    max-width: 130px;
  }

  .roadmap_title h1 {
    font-size: 40px;
  }

  .graph_container {
    margin-top: 40px;
  }

  .rol_title {
    font-size: 20px;
    line-height: 1.2;
  }

  .vectorArrow {
    width: 31px;
    height: 40px;
    object-fit: contain;
  }

  .stroke_rate {
    font-size: 20px;
  }

  .return_on_liquidity {
    padding: 20px 30px;
  }

  .module-border-wrap.token_ratio_2 {
    left: 60px;
    bottom: 0px;
  }

  .module-border-wrap.token_ratio_4 {
    right: -20px;
  }

  .rol_title img {
    max-width: 120px;
  }

  .return_on_liquidity p,
  .revolutionary_sec .read_more {
    font-size: 13px;
    line-height: 150%;
  }

  .trade_assets {
    max-width: 250px;
  }

  .module-border-wrap.ratio_2:after {
    height: 60px;
    width: 75px;
  }
}

@media (max-width: 1400px) {
  .roadmap-circle {
    bottom: 20px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    margin: 0;
  }

  .Revolutionary_slider .Indirect_Trades {
    padding: 25px;
  }

  .impact_price .graph_ratio {
    font-size: 42px;
  }

  .StatOfArtSec .Revolutionary_slider {
    padding: 50px;
  }

  .Revolutionary_slider .Indirect_Trades .Indirect_text {
    font-size: 18px;
  }
}

@media (max-width: 1380px) {
  .main_hero_text h1,
  .main_hero_text .main_title {
    font-size: 70px;
    line-height: 130%;
  }

  .carousel-item .impact_price .graph_ratio {
    font-size: 48px;
    line-height: 1.2;
  }

  .scroll_button {
    font-size: 13px;
    margin-top: 25px;
  }

  .carousel-item .Indirect_Trades .trade_ex {
    margin-top: 15px;
  }

  .main_hero_text h4 {
    margin-top: 20px;
    font-size: 19px;
  }

  .hero-main-inner img {
    max-width: 250px;
  }

  .ratio_3 {
    right: 0%;
  }

  .ratio_1 {
    left: 70px;
    top: 0px;
  }

  .ratio_2 {
    right: 0%;
    top: 5%;
  }

  .support_virtu_sec {
    padding: 80px 0 150px;
  }

  .code_audited_sec {
    padding-bottom: 80px;
  }

  .module-border-wrap.token_ratio_2 {
    left: 10px;
    bottom: 0px;
  }

  .module-border-wrap.token_ratio_4 {
    right: -50px;
  }
  .y-hero {
    margin-right: -28px;
  }
}

@media only screen and (max-width: 1350px) and (min-width: 1280px) {
  .rol_title img {
    max-width: 100px;
  }

  .graph_ratio {
    font-size: 18px;
  }

  .ratio_3 {
    top: 54%;
  }

  .trade_assets {
    max-width: 221px;
  }
}

@media (max-width: 1300px) {
  .second_title {
    font-size: 32px;
  }

  .incredible_sec {
    padding: 0;
  }

  .main_hero_text h1,
  .main_hero_text .main_title {
    font-size: 48px;
  }

  .return_on_liquidity {
    padding: 20px;
  }

  .TokenChart {
    width: 360px;
  }

  .module-border-wrap.token_ratio_1 {
    top: -40px;
  }

  .module-border-wrap.token_ratio_4 {
    top: 0;
  }

  .efficiency_sec {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
  }

  .second_title {
    font-size: 32px;
  }

  .ratio_1 {
    left: 50px;
  }

  .roadmap_title h1 {
    font-size: 48px;
  }

  .module-border-wrap.token_ratio_2 {
    left: 60px;
    bottom: 0px;
  }

  .module-border-wrap.token_ratio_3 {
    right: 100px;
    bottom: -30px;
  }

  .module-border-wrap.token_ratio_2 {
    left: 0px;
    bottom: -30px;
  }
  .graph_source {
    transform: translateY(70px);
  }
}

@media (max-width: 1250px) {
  .module-border-wrap.token_ratio_4 {
    top: 0;
    right: -60px;
  }

  .ratio_1 {
    left: 10px;
  }

  .ratio_3 {
    top: 60%;
  }

  .Revolutionary_slider .Indirect_Trades .Indirect_text {
    font-size: 20px;
    line-height: 120%;
  }

  .carousel-item img {
    height: 300px;
  }

  .module-border-wrap.token_ratio_3 {
    right: 50px;
    bottom: -30px;
  }

  .module-border-wrap.token_ratio_2 {
    left: -20px;
    bottom: -30px;
  }
}

@media (max-width: 1200px) {
  .graph_source {
    transform: translateY(20px);
  }
  .module-border-wrap.token_ratio_2 {
    left: 17px;
    bottom: -33px;
  }

  .module-border-wrap.token_ratio_3:after {
    height: 180px;
    width: 130px;
    top: -50%;
  }

  .TokenChart {
    width: 300px;
  }

  .carousel-item .indirect_trades p {
    font-size: 18px !important;
    line-height: 120%;
  }

  .carousel-item .impact_price .graph_ratio {
    font-size: 28px;
    line-height: 1.2;
  }

  .Minerva_Network h1 {
    font-size: 28px;
  }

  .Revolutionary_slider .Indirect_Trades {
    padding: 20px 40px !important;
  }

  .module-border-wrap.token_ratio_4 {
    position: static !important;
    display: flex;
    align-self: center;
    margin-top: 60px;
  }

  .tokenomic_chart {
    display: flex;
    flex-direction: column-reverse;
  }

  .module-border-wrap.token_ratio_3,
  .module-border-wrap.token_ratio_2 {
    bottom: inherit;
  }

  .module-border-wrap.token_ratio_2:after {
    top: -50%;
  }

  .graph_content:not(:last-child) {
    margin-right: 0;
  }

  .graph_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .roadmap-angle,
  .roadmap-circle {
    display: none;
  }

  .graph_content.down {
    position: relative;
    top: 0;
  }

  .graph_content.last {
    margin-right: 0;
  }

  .roadmap_sec {
    padding: 262px 0 262px;
  }

  .newsletter_container {
    align-items: flex-end;
  }

  .bySponsored {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sec_graph {
    margin-top: 50px;
  }

  .ratio_1 {
    left: 13%;
    top: -15px;
  }

  .ratio_2 {
    right: 9%;
    top: -3%;
  }

  .ratio_3 {
    right: 7%;
  }

  .tokenomic_chart {
    max-width: 320px;
    position: relative;
  }

  .token_ratio_1 .return_on_liquidity,
  .token_ratio_2 .return_on_liquidity,
  .token_ratio_3 .return_on_liquidity {
    padding-right: 20px;
  }

  .module-border-wrap.token_ratio_1 {
    top: -43px;
    left: -50%;
  }

  .module-border-wrap.token_ratio_2 {
    left: -50%;
  }

  .module-border-wrap.token_ratio_3 {
    right: -50%;
  }

  .module-border-wrap.token_ratio_1:after {
    display: none;
  }

  .module-border-wrap.token_ratio_2:after {
    display: none;
  }

  .module-border-wrap.token_ratio_3:after {
    display: none;
  }

  .efficiency_sec .Stablecoins {
    margin-top: 40px;
  }
}

@media (max-width: 1100px) {
  .first_sec {
    height: 950px;
  }

  .first_sec {
    top: 0;
  }

  .module-border-wrap.token_ratio_2 {
    top: 40%;
  }

  .module-border-wrap.token_ratio_3 {
    top: 30%;
  }

  .efficiency_sec {
    padding: 80px 0 !important;
  }
}

@media (max-width: 991px) {
  header.intro {
    background: #191b20;
  }

  .three_mans .support_content_big > div:first-child {
    display: none;
  }

  .sponsor-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .sponsor-inner:not(:last-child) {
    margin-right: 0;
  }

  .main_hero_text h1,
  .main_hero_text .main_title {
    font-size: 48px;
  }

  .hero-main-inner img {
    max-width: 280px;
  }

  .hero-main-inner {
    margin-right: 0;
  }

  header > nav,
  .first_sec,
  .efficiency_sec,
  .incredible_sec,
  .StatOfArtSec,
  .tokenomic_sec {
    margin-left: 15px;
    margin-right: 15px;
  }

  .support_virtu_sec h1,
  .cta_sec h1,
  .Our_Partners_sec h1,
  .code_audited_sec h1 {
    font-size: 38px;
    margin-bottom: 60px;
  }

  .support_containers .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }

  .support_containers .row .col-3,
  .support_containers .row .col-4 {
    max-width: 100%;
    flex: auto;
    width: 100%;
  }

  .support_containers .row .col-3 .support_content,
  .support_containers .row .col-4 .support_content {
    max-width: none;
  }

  .logos-down {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    justify-items: center;
  }

  .logos-down img:not(:last-child) {
    margin-right: 0;
  }

  .audited_image_content img {
    max-width: 85%;
  }

  .module-border-wrap.ratio_1:after {
    display: none;
  }

  .module-border-wrap.ratio_2:after {
    display: none;
  }

  .module-border-wrap.ratio_3:after {
    display: none;
  }
  header .inside_menu a.dropdown-item {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (max-width: 768px) {
  .main_hero_text .row {
    flex-direction: column-reverse;
  }

  footer .partner {
    flex-direction: column;
    margin: 0 !important;
    text-align: left;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  footer .partner img {
    margin-bottom: 10px;
  }

  .hero-main-inner {
    align-items: center;
  }

  .main_hero_text {
    top: 50px;
    position: static;
  }

  .clouds-image {
    left: 50%;
    transform: translateX(-50%);
  }

  header {
    padding-top: 0;
  }

  .StatOfArtSec .Revolutionary_slider {
    padding: 20px;
  }

  .Revolutionary_slider .ps-5 {
    padding-left: 10px !important;
    padding-top: 20px;
  }

  .token_sec_desc_block {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .graph_content h6 {
    top: 18px;
  }

  .roadmap_sec,
  .support_virtu_sec {
    padding: 160px 0 160px;
  }

  .StatOfArtSec {
    padding-bottom: 50px;
  }

  .graph_Rectangle {
    left: 0;
  }

  header > nav,
  .first_sec,
  .efficiency_sec,
  .incredible_sec,
  .StatOfArtSec,
  .tokenomic_sec {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .Inc_assets_1 {
    right: 2%;
    top: 100%;
    max-width: 150px;
    object-fit: contain;
  }

  .ratio_1 {
    left: 20px;
  }

  .module-border-wrap.token_ratio_1,
  .module-border-wrap.token_ratio_2,
  .module-border-wrap.token_ratio_3 {
    position: static !important;
    margin-bottom: 15px;
  }

  .module-border-wrap.token_ratio_3,
  .module-border-wrap.ratio_3 {
    margin-bottom: 0 !important;
  }

  .Rev_assets_1 {
    display: none;
  }
  .y-hero {
    margin-right: -60px;
  }
  .sponsor-wrapper {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .three_mans .row.support_content_big {
    display: block;
  }
}

@media (max-width: 600px) {
  .module-border-wrap.ratio_1,
  .module-border-wrap.ratio_2,
  .module-border-wrap.ratio_3 {
    position: relative;
    margin-bottom: 0;
    left: 0;
  }
  .tokenomics_area img {
    display: none;
  }
  .module-border-wrap.token_ratio_1,
  .module-border-wrap.token_ratio_2,
  .module-border-wrap.token_ratio_3 {
    position: relative !important;
    margin-bottom: 0;
    left: 0 !important;
  }

  .member_inside {
    align-items: baseline;
  }

  .rev_block .module-border-wrap {
    margin-bottom: 1.5em !important;
  }

  .rev_block.my-4 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .Rectangle_assets {
    display: none;
  }

  .second_title {
    text-align: center;
  }

  .graph_source {
    margin-top: 25px;
  }

  .sec_graph {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
/*  .sec_graph img{ */
/*    position: absolute;*/
/*    top: 50%; */
/*    left: 50%; */
/*    display: block; */
/*    min-width: 100%; */
/*    min-height: 100%; */
/*    transform:translate(-50%,-50%); */
/*}*/

/*  .div_img { */
/*    position: absolute;*/
/*    top: 50%; */
/*    left: 50%; */
/*    display: block; */
/*    min-width: 100%; */
/*    min-height: 100%; */
/*    transform:translate(-50%,-50%); */
/*}*/
  
  .token_assets_1 {
    display: none;
  }
  .graph_Rectangle {
    max-width: 100% !important;
    margin-right: 10px;
  }
  .left-banner-in {
    max-width: 100% !important;
  }

  .TokenChart {
    max-width: 47% !important;
    margin-right: 10px;
  }

  .rol_title img {
    max-width: 90px;
  }

  .ratio-sides .module-border-wrap {
    background: none !important;
    box-shadow: none !important;
  }

  .sec_graph .trade_assets {
    width: 100% !important;
    padding: 0;
  }
  
  /*  .sec_graph .trade_assets {*/
  /*  width: 100% ;*/
  /*  height: 100%;*/
  /*  padding: 0;*/
  /*}*/

  .graph_ratio {
    font-size: 14px !important;
  }

  .ratio-sides .rol_title {
    font-size: 14px !important;
    line-height: 1.2;
  }

  .module-border-wrap.ratio_1:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
    height: 20px;
    width: 20px;
    background: #ff5701;
    border-radius: 2px;
  }

  .module-border-wrap.ratio_2:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 7px;
    height: 20px;
    width: 20px;
    background: #c9d4e4;
    border-radius: 2px;
  }

  .module-border-wrap.token_ratio_1:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 10px;
    height: 20px;
    width: 20px;
    background: #ff5701;
    border-radius: 2px;
  }

  .module-border-wrap.token_ratio_1 {
    top: 0;
  }

  .module-border-wrap.token_ratio_2:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 10px;
    height: 20px;
    width: 20px;
    background: #c9d4e4;
    border-radius: 2px;
  }

  .ratio-sides .return_on_liquidity {
    background: none;
    padding: 0 !important;
  }

  .Stablecoins {
    text-align: center;
  }

  .module-border-wrap.ratio_3:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
    height: 20px;
    width: 20px;
    background: #52616f;
    border-radius: 2px;
  }
  .token_ratio_text {
    font-size: 14px;
  }
  .module-border-wrap.token_ratio_3:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 10px;
    height: 20px;
    width: 20px;
    background: #52616f;
    border-radius: 2px;
  }

  .ratio-sides {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-left: 20px;
    position: relative;
  }

  .logos-down img {
    background: linear-gradient(to bottom, var(--color-primary), #20232b 80%);
    padding: 2px 1px 0;
    border-radius: 40px;
    box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.15);
    background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
    box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    width: 80px;
    height: 80px;
  }

  .newsletter_container {
    background: linear-gradient(
      97.76deg,
      #ff8e3d 6.79%,
      #ff7039 90.86%
    ) !important;
  }

  .newsletter_container {
    justify-content: flex-start;
  }

  .input_button input {
    background: #ffffff;
  }

  .newsletter_content {
    max-width: none !important;
    min-height: 450px;
  }

  .auditedby_main {
    padding: 0;
  }

  img.slide2 {
    display: none !important;
  }

  .sponsor-wrapper {
    padding: 0 10px !important;
  }

  .support_virtu_sec h1,
  .cta_sec h1,
  .Our_Partners_sec h1,
  .code_audited_sec h1 {
    font-size: 32px;
    text-align: center;
  }

  .bySponsored > div:not(:last-child) {
    margin-right: 10px;
  }

  .three_mans {
    flex: 1;
  }

  .three_mans .support_content_detail_sub {
    padding-left: 5px;
    padding-right: 5px;
  }

  .three_mans .row.support_content_big {
    display: block;
    padding: 0 !important;
  }

  .three_mans .row.support_content_big .col {
    padding: 0 !important;
  }

  .three_mans.first {
    margin-left: 10px;
  }
  .three_mans.last {
    margin-right: 10px;
  }

  .incredible_sec video,
  .StatOfArtSec .owl-carousel {
    max-width: 100%;
  }

  /*.rol_title {*/
  /*  font-weight: 500;*/
  /*}*/

  header #navbarSupportedContent {
    justify-content: flex-end;
    background: black;
    margin-top: 20px;
  }

  .graph-adjust {
    display: flex;
    flex-direction: column !important;
  }

  .stroke_icon img {
    transform: rotate(90deg);
  }

  .graph-adjust img {
    height: 200px !important;
  }

  .soical_icons img {
    margin-right: 15px;
  }
  .hero-main-inner {
    align-items: center;
  }
  .scroll_button {
    font-size: 12px;
  }
  .pvd_by_pg {
    display: none;
  }

  .main_hero_text.cstm_mw {
    max-height: 650px;
    height: 100%;
    position: relative;
  }

  .rev_block {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }

  .rev_block > div,
  .mobile-adjust-cards > div {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }

  .mobile-adjust-cards {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }

  .tokenomic_chart {
    margin-top: 60px;
    margin-bottom: 25px;
  }

  .support_containers .row {
    grid-template-columns: 1fr;
    margin: auto;
  }

  .code_audited_sec {
    padding-bottom: 60px;
  }

  .cta_sec {
    padding-top: 0;
  }

  .clouds-image {
    bottom: 0;
    max-width: 100% !important;
  }

  .revolutionary_sec {
    padding: 0 0 60px;
  }

  .hero-main-inner img {
    max-width: 220px;
  }

  header #navbarSupportedContent {
    justify-content: flex-end;
    background: black;
    margin-top: 25px;
  }

  header .dropdown-toggle::after {
    right: 0;
  }

  .vectorArrow {
    width: 51px;
    height: 82px;
    object-fit: contain;
  }

  .launch_app_button {
    width: calc(100% - 20px);
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .navbar-nav li {
    border-bottom: 1px solid #e5e4e6 !important;
    width: calc(100% - 30px);
  }

  .what-is-mob {
    text-align: center;
    margin-top: 40px;
  }

  .hero-main-images {
    margin-top: 50px;
    position: absolute !important;
    bottom: 50px;
    max-width: 250px;
    margin-left: auto;
    right: -15px;
  }

  section.first_sec {
    height: auto !important;
    max-height: initial;
  }

  section.efficiency_sec {
    padding-top: 25px !important;
  }

  .main_hero_text h4 {
    margin-top: 40px;
    font-size: 14px;
  }

  .mainHeroAsset2 {
    top: inherit;
    right: inherit;
    bottom: 32px;
    left: 0;
  }

  .main_hero_text h1 br {
    display: none;
  }

  .main_hero_text h1,
  .main_hero_text .main_title {
    font-size: 32px;
  }
  .y-hero {
    margin-right: -50px;
  }
  .tabs_slider .owl-nav {
    display: none !important;
  }
  .Stablecoins span {
    font-size: 20px;
  }
  .Stablecoins span p {
    display: inline;
  }
  .Stablecoins img {
    max-width: 20px;
  }
  .return_on_liquidity {
    padding: 40px;
  }
}

@media (max-width: 480px) {
  .logos-down {
    grid-template-columns: 1fr;
  }

  .Featured_Numbers .col {
    flex-direction: column-reverse;
    display: flex;
}

.Featured_Numbers .return_on_Featured .col p.featuredValue {
  margin-bottom: 10px !important;
}

.Featured_Numbers .return_on_Featured .col p {
  margin-bottom: 5px!important;
}

.Our_Partners_sec .return_on_liquidity {
    width: 320px;
  }

  .Our_Partners_sec img {
    width: 80px;
  }

  .logos-down {
    grid-gap: 45px;
  }

  .roadmap_title h1 {
    font-size: 28px;
    margin-left: 0;
  }

  .graph_Rectangle {
    max-width: 280px;
  }
  .return_on_liquidity span {
    font-size: 18px !important;
  }
  .team_container {
    max-width: 360px;
  }
}

@media (max-width: 414px) {
  .hero-main-inner img {
    max-width: 170px;
  }
  .main_hero_text.cstm_mw {
    max-height: 580px;
  }
}

@media (min-width: 1600px) {
  .y-hero {
    margin-right: -45px;
  }
}
@media (max-width: 1600px) and (min-width: 1100px) {
  .incredible_sec video {
    max-width: 80%;
  }
}

/* new scroll */
#panel1,
#panel2,
#panel3,
#Revolutionary_video,
#panel5,
#panel6,
#panel7,
#panel8,
#panel9,
#panel10,
#panel11 {
  height: fit-content;
}

@media (max-width: 350px) {
  .graph_Rectangle,
  .TokenChart {
    max-width: 40% !important;
  }
}

/*** Featured Number Page Start ***/
.Featured_Numbers .border-wrap{
  background: linear-gradient(to bottom, var(--color-primary), #20232b 80%);
  padding: 1px 13px 0;
  border-radius: 18px;
  box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.15);
}
.Featured_Numbers .return_on_Featured{
  background: linear-gradient(180deg, #1a1c22 0%, #21242d 100%);
  box-shadow: 0px 25px 24px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  padding: 20px 40px;
}
.Featured_Numbers .return_on_Featured .col{
  text-align: center;
  color: var(--color-white);
}
.Featured_Numbers .featuredValue{
  font-family:"Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
  text-shadow: 0px 0 9px #FF56009E;
  margin-bottom: 18px !important;
}
.Featured_Numbers .return_on_Featured .col p {
  max-width: 170px;
  margin-bottom: 0;
}
.Team_Number_Item {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.Team_Number_Item img {
  width: 100%;
  height: 100%;
}
.Team_Number_Item_name {
  text-align: center;
  margin-top: 16px;
  color: rgb(23, 23, 234);
}
.Team_Number_Item_name span {
  color: #ccc;
  margin-left: 4px;
}
/*** Featured Number Page End ***/
.title-clip-in {
  /*background: linear-gradient(122deg, #55F4C4 9.38%, #CCFF02 56.31%, #CCFF03 100%);*/
  background: linear-gradient(122deg, #f4c555 9.38%, #ff8902 56.31%, #ff0e03 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration-color: #CCFF02;
  
  
  /*background: #f7ff07;*/
  /*background-clip: text;*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*text-decoration-color: #E6E8FA;*/
}


.left-banner-in {
  position: relative;
  max-width: 500px;
  max-height: 1000px;
  object-fit: contain;
}


/*.left-banner-in {*/
/*  position: relative;*/
/*  max-width: 500px;*/
/*  max-height: 450px;*/
/*  object-fit: contain;*/
/*}*/

