/* @font-face {
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-family: "Poppins-Medium";
}

@font-face {
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-family: "Poppins-Regular";
    font-weight: 100;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-family: "Poppins-SemiBold";
}

@font-face {
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-family: "Poppins-Bold";
}

@font-face {
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    font-family: "Poppins-Black";
} */


*{
    scroll-behavior: smooth;
}

div[id^="popover"] {
    background: #301D8E;
    border: 1px solid #301D8E;
    color: #fff;
    box-shadow: 0 3px 17px -8px #1c99e3;
}

div[id^="popover"] .arrow {
    background: #301D8E !important;
    border: none !important;
    box-shadow: none !important;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    right: -7px;
    margin: 0;
    padding: 0;
}

div[id^="popover"] h3.popover-header {
    background: #fff;
    border: none;
    color: #00D2FE;
    padding-bottom: 0;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    border-bottom: none;
}

.popover-header {
    background: #301D8E !important;
}

.popover-body {
    color: #fff;
}

div[id^="popover"] .arrow:after, div[id^="popover"] .arrow:before {
    display: none;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    /* background: #00043E; */
    background: transparent linear-gradient(139deg, #00043E 0%, #022149 100%) 0% 0% no-repeat padding-box
}

a {
    color: #2b4aed;
    text-decoration: none;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

a:hover {
    text-decoration: none;
}

body *:focus {
    outline: none;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1450px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1550px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1650px;
    }
}

.mbl_roadmap{
    display: none;
}

.myBtn {
    background: transparent linear-gradient( to right, #464BC4, #1C99E3, #464BC4, #1C99E3);
    background-size: 300% 100%;
    box-shadow: 3px 3px 7px #57575726;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 38px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s ease all;
}

/* linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021) */
.socialIcon{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.navbar-collapse{
    flex-grow: unset;
}
.myBtn:hover {
    text-decoration: none;
    color: #fff;
    background-position: 100% 0;
    box-shadow: 3px 3px 11px #1C99E3;
}

.lineDesign {
    background: transparent linear-gradient( 90deg, #1C99E300 0%, #1C99E3 100%) 0% 0% no-repeat padding-box;
    width: 80px;
    height: 7px;
    margin-bottom: 10px;
    border-radius: 0 50px 50px 0;
}

.lineDesign.center {
    margin: auto;
    margin-bottom: 10px;
}

.mainHeading {
    margin-bottom: 40px;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    background: -webkit-linear-gradient( 45deg, #09C0E7 0%, #154EB7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* nav bar starts here */

.topBar {
    /* position: fixed; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 995;
    background: transparent linear-gradient(90deg, #02134ae5 0%, #022b49e3 100%) 0% 0% no-repeat padding-box;
}

.topBar .navbar {
    padding: 0;
}

.topBar .navbar-brand img {
    width: 150px;
    margin-bottom: -28px;
}

.topBar .navbar-nav .nav-item {
    padding: 14px;
}

.topBar .navbar-nav .nav-link {
    color: #fff;
    position: relative;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    transition: 0.4s ease all;
}

.navbar-toggler-icon {
    color: #fff;
}

.topBar .navbar-toggler {
    padding: 0;
}

.ham {
    transition: transform 400ms;
    /* width: 100%; */
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1 .top {
    stroke-dasharray: 20 139;
}

.ham1 .bottom {
    stroke-dasharray: 20 180;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.ham1.active .bottom {
    stroke-dashoffset: -159px;
}

/* 
.topBar .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 0%;
    height: 1px;
    transition: 0.4s ease all;
} */

.topBar .navbar-nav .nav-link:hover, .topBar .navbar-nav .nav-link.active {
    /* color: #fff; */
    color: #03F4FD;
    cursor: pointer;
}

.hasMenu {
    position: relative;
}

.hasMenu>a::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    font-size: 8px;
    margin-left: 5px;
}

.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 260px;
    border-radius: 8px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.4s ease all;
}

.hasMenu:hover .submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.submenu::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    top: -7px;
    right: 14px;
    transform: rotate( 45deg);
    z-index: -1;
}

.submenu li+li {
    border-top: 1px solid #e4eefb45;
}

.submenu li a {
    color: #8D8D8D;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 10px 15px;
    background: #fff;
    position: relative;
    transition: 0.4s ease all;
}

.submenu li a .icon {
    width: 20px;
    display: inline-block;
}

/* .submenu li a:hover {
    background: #1194d614;
} */

.submenu li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1195D6;
    transition: 0.4s ease all;
}

.submenu li a:hover::after {
    width: 5px;
}

/* .topBar .navbar-nav .nav-link:hover::after {
    left: 0;
    width: 100%;
} */

.socialIcon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 0 0 0 0 #ffffff6e;
    font-size: 14px;
    border-radius: 50%;
    transition: 0.4s ease all;
}

.socialIcon a:hover {
    background: #fff;
    box-shadow: 0 2px 3px 1px #ffffff6e;
    color: #132656;
}

.socialIcon a+a {
    margin-left: 8px;
}

.ticker {
    background: #000000;
    padding: 5px 0;
    height: 30px;
}

.tickerCarousel .item {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.tickerCarousel .item span.up {
    color: #05D4AB;
}

.tickerCarousel .item span.down {
    color: #EE430E;
}

.tickerCarousel .item span::before {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 0;
    margin: 0 6px;
}

.tickerCarousel .item span.down::before {
    content: "\f0d7";
}

.tickerCarousel .item span::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    margin: 0 10px;
    transform: translateY(-2px);
}

/* top bannar starts here */

.topBannar {
    background-image: url('../images/topBannarBG.png');
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    /* padding-top: 95px; */
    padding-bottom: 30px;
    min-height: 90vh;
}

.topBannar img {
    width: 100%;
}

.topBannar h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: 2px;
}

.topBannar h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.topBannar h4 {
    font-size: 18px;
    margin-bottom: 110px;
    font-weight: 300;
}

.topBannar p {
    font-size: 14px;
    font-weight: 300;
}

.copyBtn {
    width: 30px;
    height: 30px;
    background: white;
    display: inline-block;
    color: #021D49;
    padding: 6px;
    border-radius: 50%;
}

/* .topBannar .myBtn {
    background: #fff;
    color: #132656
} */

.positionUnset {
    position: unset;
}

.screenAnimation {
    cursor: pointer;
    position: relative;
    transition: 0.4s ease all;
}

.otherScreens img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s ease all;
    width: 0;
}

/* full screen images starts here */

.screenWrapper.fullScreen .closeFullScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    z-index: 996;
}

.otherScreens.active .closeThisScreen {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: 100%;
    background: #00000085;
    z-index: 997;
}

.otherScreens.active {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 997;
    height: 100vh;
}
/* .nsight_socialcot_wrap{
    display: flex;
    align-items: center;
    align-items: stretch;
}
.ns_body{
    
}
.ns_body img{
    display: none;
}
.ns_body img:first-child{
    display: block;
}
.ns_lftbar{
    display: flex;
    flex-direction: column;
    
}
.ns_img img{
    width: 100%;
    height: 100%;
} */
.otherScreens img.active {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    z-index: 999;
}
/* .otherScreens .nsight_socialcot_wrap{
   display: none;
}
.otherScreens .nsight_socialcot_wrap.active {
  
    display: block;
    
} */
/* .modal-backdrop{
    display: none !important;
} */
.fullScreen .screenAnimation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 996;
}

/* .fullScreen .screenAnimation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
} */

/* .screenBtns {
    position: absolute;
    top: 0%;
    left: 0%;
}

.screenBtns span {
    background: #f0f2f5;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #3e3d3d;
    border: 1px solid #6d6d6d;
    padding: 4px 13px;
    border-radius: 5px;
    transition: 0.4s ease all;
}

.screenBtns span:hover {
    background: #132656;
    color: #fff;
    border-color: #02134A;
} */

.screenBtns {
    position: absolute;
    top: 75.5%;
    width: 57.5%;
    height: 4%;
    left: 15.3%;
}

.Btns-km {
    position: absolute;
    height: 100%;
    height: 84%;
    width: 8%;
    transition: 0.4s ease all;
    left: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* .Btns-km:hover {
    transform: scale(2.5);
    z-index: 2;
} */

/* buttons starts here */

span.Btns-km.aqq1 {
    left: 8.9%;
    transition: 0.3s;
    width: 9.5%;
}

span.Btns-km.aqq2 {
    left: 20%;
}

span.Btns-km.aqq3 {
    left: 30%;
}

span.Btns-km.aqq4 {
    left: 42%;
}

.screenBtns .btn-1 {
    background-image: url(../images/topSlider/menu-1.png);
    width: 8%;
    left: 0%;
}

.screenBtns .btn-2 {
    background-image: url(../images/topSlider/menu-2.png);
    width: 10%;
    left: 8.5%;
}

.screenBtns .btn-3 {
    background-image: url(../images/topSlider/menu-3.png);
    width: 9%;
    left: 19%;
}

.screenBtns .btn-4 {
    background-image: url(../images/topSlider/menu-4.png);
    width: 12.5%;
    left: 29%;
}

.screenBtns .btn-5 {
    background-image: url(../images/topSlider/menu-5.png);
    width: 10.5%;
    left: 42.3%;
}

.screenBtns .btn-6 {
    background-image: url(../images/topSlider/menu-6.png);
    width: 12.5%;
    left: 53.7%;
}

.screenBtns .btn-7 {
    background-image: url(../images/topSlider/menu-7.png);
    width: 12.5%;
    left: 66.8%;
}

.screenBtns .btn-1:hover,.screenBtns .btn-1.active {
    background-image: url(../images/topSlider/menu-hover-1.png);
    transform: scale(2.5);
    z-index: 2;
}

.screenBtns .btn-2:hover ,.screenBtns .btn-2.active {
    background-image: url(../images/topSlider/menu-hover-2.png);
    transform: scale(2.5);
    z-index: 2;
}

.screenBtns .btn-3:hover ,.screenBtns .btn-3.active {
    background-image: url(../images/topSlider/menu-hover-3.png);
    transform: scale(2.5);
    z-index: 2;
}

.screenBtns .btn-4:hover ,.screenBtns .btn-4.active {
    background-image: url(../images/topSlider/menu-hover-4.png);
    transform: scale(2.5);
    z-index: 2;
}

.screenBtns .btn-5:hover ,.screenBtns .btn-5.active {
    background-image: url(../images/topSlider/menu-hover-5.png);
    transform: scale(2.5);
    z-index: 2;
}

.screenBtns .btn-6:hover ,.screenBtns .btn-6.active {
    background-image: url(../images/topSlider/menu-hover-6.png);
    transform: scale(2.5);
    z-index: 2;
}

.screenBtns .btn-7:hover ,.screenBtns .btn-7.active {
    background-image: url(../images/topSlider/menu-hover-7.png);
    transform: scale(2.5);
    z-index: 2;
}

/* span.Btns-km.btn-1 {
    background-image: url(../images/Group-16247.png);
    height: 84%;
}

span.Btns-km.btn-1:hover {
    background-image: url(../images/Group-16246.png);
} */

/* coin section starts here */

.coinPrices {
    background: #113467;
    color: #fff;
}

.coinWrapper {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.coinCard {
    text-align: center;
    width: 100%;
    padding: 16px 12px;
}

.coinCard svg {
    width: 24px;
}

.coinCard .icon {
    display: none;
}

.coinCard span {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
    display: block;
}

.coinCard p {
    font-size: 16px;
    color: #00D2FE;
    font-weight: 500;
    margin: 0;
}

.coinCard+.coinCard {
    border-left: 0.2px solid #d5d5d54d;
}

.coinCarousel .coinCard {
    border-right: 0.2px solid #d5d5d54d;
}

/* about section starts here */

.about {
    padding: 50px 0;
    background-image: url(../images/bgLines.svg);
    background-size: cover;
    background-position: center;
}

.about .row, .whyChoesUs .row {
    align-items: center;
}

.about p, .whyChoesUs p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 40px;
}

.about img {
    width: 100%;
    margin-left: auto;
    display: block;
}

.playBtn {
    width: 60px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.imagesAnimation {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.imagesAnimation img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.imagesAnimation .bg-1 {
    animation: playBtn 10s infinite linear;
}

.imagesAnimation .bg-2 {
    animation: playBtn 10s infinite linear;
    animation-direction: alternate-reverse;
}

.aboutus--watch-video-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    transition: 0.4s ease all;
}

.aboutus--watch-video-btn:hover {
    color: #03F4FD;
}

.aboutus--watch-video-btn img {
    width: fit-content;
    margin-left: -15px;
}

.n1_bg {
    background-image: url('../images/01.png');
}

.n2_bg {
    background-image: url('../images/02.png');
}

.n3_bg {
    background-image: url('../images/03.png');
}

.n4_bg {
    background-image: url('../images/04.png');
}

.n1_bg, .n2_bg, .n3_bg, .n4_bg {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top right;
}

@keyframes playBtn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.playBtn a {
    display: block;
    box-shadow: 1px 5px 19px #03f4fd78, inset 0 0 14px #03f4fd78;
    border: 4px solid #03F4FD;
    border-radius: 50%;
    color: #03F4FD;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.playBtn a svg {
    width: 70%;
}

/* why chose us section starts here */

.whyChoesUs {
    padding: 80px 0;
    background-image: url(../images/whyusBg.png);
    background-size: 90%;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
}

.imagesCollage {
    position: relative;
}

.whyChoesUs img {
    width: 100%;
    position: relative;
}

.imagesCollage .otherImages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* token section starts here */

.tocken {
    padding: 125px 0 50px;
    background-image: url(../images/tokenBg.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.tockenDetails {
    text-align: center;
}

/* .tockenDetails h2 {
    font-size: 50px;
    font-weight: 700;
    background: -webkit-linear-gradient( 45deg, #03F4FD 0%, #464BC4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.tockenDetails p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

/* token cards starts here  */

.tokenCardsWrapper {
    height: 500px;
    position: relative;
}

.cardHolder {
    width: 100px;
    transform-origin: bottom center;
    cursor: pointer;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transition: 0.4s ease all;
}

.cardHolder:nth-child(1) {
    z-index: 6;
    bottom: 40px;
    left: 40%;
    transform: rotate(-25deg);
    /* transform: translateX(-100%) rotate(-25deg); */
}

.cardHolder:nth-child(2) {
    z-index: 5;
    bottom: 55px;
    left: 44%;
    transform: rotate(-15deg);
    /* transform: translateX(-15%) rotate(-15deg); */
}

.cardHolder:nth-child(3) {
    z-index: 4;
    bottom: 70px;
    left: 48%;
    transform: rotate(-5deg);
    /* transform: translateX(-5%) rotate(-5deg); */
}

.cardHolder:nth-child(4) {
    z-index: 3;
    bottom: 70px;
    left: 52%;
    transform: rotate(5deg);
    /* transform: translateX(5%) rotate(5deg); */
}

.cardHolder:nth-child(5) {
    z-index: 2;
    bottom: 55px;
    left: 56%;
    transform: rotate(15deg);
    /* transform: translateX(15%) rotate(15deg); */
}

.cardHolder:nth-child(6) {
    z-index: 1;
    bottom: 40px;
    left: 60%;
    transform: rotate(25deg);
    /* transform: translateX(100%) rotate(25deg); */
}

.tokenCard {
    background: transparent linear-gradient( 180deg, #1DB3E7 0%, #3A3C9E 100%) 0% 0% no-repeat padding-box;
    padding: 15px;
    box-shadow: 29px 2px 23px #00000073;
    border-radius: 9px;
    width: 270px;
    height: 350px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cardInner {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-content: space-around;
    flex-wrap: wrap;
}

.tokenCard .icon {
    width: 110px;
    height: 110px;
    background: #1923a599;
    border-radius: 50%;
    padding: 24px;
    margin: auto;
}

.tokenCard .cardDetail {
    font-size: 15px;
    font-weight: 500;
    padding: 0 25px;
}

.tokenCard span {
    display: block;
    text-align: right;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
}

.tokenCard h2 {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 115px;
    right: -100px;
    transform: rotate( 90deg);
    width: 200px;
}

.cardHolder.active .tokenCard h2 {
    transform: translateX(0)rotate(0);
    left: 0;
    top: 47%;
    width: 100%;
    text-align: center;
    position: static;
}

.cardHolder:hover {
    /* transform: rotate( 0); */
    /* z-index: 6; */
}

.cardHolder.active {
    transform: translateX(-50%) rotate( 0);
    z-index: 6;
    bottom: 30%;
    left: 50%;
}

/* white page section starts here */

.whitePaper {
    padding: 50px 0;
    text-align: center;
    color: #fff;
    /* background-image: url(../images/map.png);
    background-size: cover;
    background-position: center; */
}

.paperCard {
    margin: 0;
    background: #113467;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 68px -10px #101010c7;
    border-radius: 14px;
    transition: 0.4s ease all;
}

.paperScreen {
    width: 65%;
    padding-right: 40px;
}

.paperScreen img {
    width: 100%;
}

.paperDetails {
    width: 35%;
    padding-right: 30px;
    text-align: left;
}

.paperDetails .icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #31538A;
    padding: 20px;
}

.paperDetails h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0;
}

.paperDetails p {
    font-size: 14px;
    font-weight: 300;
}

.mapBg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 110%;
    object-fit: contain;
    /* opacity: 0.2; */
}

/* custom carousel starts here */

.paperCarousel {
    position: relative;
    padding-top: 35%;
}

.paperCard {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    cursor: pointer;
}

[position="1"] {
    transform: translateY(-50%) scale(0.8);
    transform-origin: left;
    z-index: 1;
    left: 0%;
}

[position="2"] {
    transform: translateY(-50%) scale(0.9);
    transform-origin: left;
    z-index: 2;
    left: 10%;
}

[position="3"] {
    transform: translateY(-50%) scale(1);
    transform-origin: center;
    z-index: 5;
    left: 20%;
}

[position="4"] {
    transform: translateY(-50%) scale(0.9);
    transform-origin: right;
    z-index: 2;
    left: 30%;
}

[position="5"] {
    transform: translateY(-50%) scale(0.8);
    transform-origin: right;
    z-index: 1;
    left: 40%;
}

/* road map starts here */

.roadMap {
    padding: 50px 0;
    background-image: url(../images/bgLines.svg);
    background-size: cover;
    background-position: center;
    text-align: center;
    /* overflow-x: scroll; */
}

.roadMap .mainHeading {
    margin-bottom: 65px;
}

.mapContainer {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-evenly;
}

.mapCenter {
    position: relative;
    padding: 25px 0;
}

.mapCenter .centerLine {
    width: 3px;
    height: calc(100% + 50px);
    top: -25px;
    background: #fff;
    position: absolute;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%)
}

.mapCenter::before, .mapCenter::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%)
}

.mapCenter::before {
    top: -25px;
}

.mapCenter::after {
    bottom: -25px;
}

.mapHeader {
    width: 50%;
    padding: 0 1px;
    cursor: pointer;
    text-align: left;
}

.mapContent .detailInner {
    text-align: left;
}

.mapHeader+.mapHeader {
    margin-top: -100px;
}

.mapHeader.left {
    margin-left: auto;
}

.mapHeader.right {
    text-align: right;
}

.mapHeader .headTitle {
    display: inline-block;
    z-index: 2;
    position: relative;
}

.mapHeader h2 {
    font-size: 25px;
    padding: 6px 15px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.mapHeader .headTitle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: 46%;
    z-index: -4;
    left: 0;
    background: black;
    -webkit-box-shadow: 0 15px 10px #000000b5;
    -moz-box-shadow: 0 15px 10px #000000b5;
    box-shadow: 0 15px 10px #000000b5;
    -webkit-transform: 0 15px 10px #000000b5;
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate( 3deg);
    transition: 0.4s ease all;
}

.mapHeader.right .headTitle::before {
    left: auto;
    right: 0;
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate( -3deg);
}

.mapHeader h3 {
    background: #B3C085;
    color: #fff;
    padding: 6px 15px;
    font-size: 15px;
    margin-bottom: 0;
}

.mapHeader p {
    font-size: 12px;
    color: #fff;
    padding: 5px 15px;
    margin: 0;
    font-weight: 300;
    display: none;
}

.mapHeader .em_space{
    min-height: 190px;
}

.mapHeader.green h2, .mapHeader.green h3, .mapCard.green .mapTitle .icon, .mapCard.green .mapTitle p {
    background: #0DC167;
}

.mapHeader.pink h2, .mapHeader.pink h3, .mapCard.pink .mapTitle .icon, .mapCard.pink .mapTitle p {
    background: #D652EB;
}

.mapHeader.purple h2, .mapHeader.purple h3, .mapCard.purple .mapTitle .icon, .mapCard.purple .mapTitle p {
    background: #4272F9;
}

.mapHeader.yellow h2, .mapHeader.yellow h3, .mapCard.yellow .mapTitle .icon, .mapCard.yellow .mapTitle p {
    background: #F2D23C;
}

.mapHeader.red h2, .mapHeader.red h3, .mapCard.red .mapTitle .icon, .mapCard.red .mapTitle p {
    background: #FA5450;
}

.mapCard.green .mapDetail h3 {
    color: #0DC167;
}

.mapCard.pink .mapDetail h3 {
    color: #D652EB;
}

.mapCard.purple .mapDetail h3 {
    color: #4272F9;
}

.mapCard.yellow .mapDetail h3 {
    color: #F2D23C;
}

.mapCard.red .mapDetail h3 {
    color: #FA5450;
}

.mapContent.right .detailInner {
    text-align: right;
}

.mapCard {
    box-shadow: 3px 12px 26px #00000059;
    border-radius: 16px;
    padding: 15px;
    background-color: #FFFFFF;
    color: #868A92;
    display: none;
    position: sticky;
    top: 117px;
}

.mapCardInner {
    display: flex;
    justify-content: center;
}

.mapTitle {
    max-width: 160px;
    flex: 0 0 40%;
    text-align: center;
    padding: 0 15px;
    margin: -25px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mapTitle p {
    margin: 0;
    color: #fff;
    padding: 4px;
    font-size: 14px;
    border-radius: 0 0 12px 12px;
}

.mapTitle h2 {
    font-size: 43px;
    font-weight: 700;
    line-height: 56px;
    margin: 0;
}

.mapTitle .icon {
    color: #fff;
    padding: 22px;
    border-radius: 12px 12px 0 0;
}

.mapTitle .icon hr {
    margin-top: 0;
    border-color: #fff;
}

.mapDetail {
    padding: 22px;
    display: flex;
    align-items: center;
}

.mapDetail hr {
    border-color: #00000059;
    margin-top: 0;
}

.mapDetail h3 {
    font-size: 18px;
    font-weight: 600;
}

.mapDetail p {
    font-size: 14px;
    margin: 0;
}

.mapCenter {
    width: 30%;
    min-width: 450px;
    transition: 0.4s ease all;
}

.mapContent {
    width: 0%;
    transition: margin 0.4s, width 0.1s;
}

.mapContent.right {
    /* margin-left: -40%; */
    padding-right: 40px;
}

.mapContent.left {
    padding-left: 40px;
    /* margin-right: -40%; */
}

/* functional css starts here */

.mapHeader:hover .headTitle::before, .mapHeader.active .headTitle::before {
    top: 61%;
}

.mapContent.active {
    margin: 0;
    width: 35%;
}

.mapContainer.right .mapCenter {
    margin-left: 0;
}

/* features section starts here */

.features {
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.features .videoWrapper {
    position: absolute;
    top: 90px;
    left: 0;
    opacity: 0.2;
    width: 100%;
    z-index: -2;
}

.features .videoWrapper .video, .features .videoWrapper .whaleAni {
    width: 100%;
}

.features .videoWrapper .whaleAni {
    display: none;
}

/* .features .videoWrapper .test {
    background: red;
    color: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
} */

@media screen and (max-width:576px) and (-webkit-min-device-pixel-ratio:0) {
    ::-webkit-full-page-media, :future, :root .features .videoWrapper .whaleAni {
        display: block;
    }
    ::-webkit-full-page-media, :future, :root .features .videoWrapper .video {
        display: none;
    }



}

.featuresBG {
    /* display: none; */
    position: absolute;
    top: 37%;
    left: 0;
    z-index: -5;
    width: 100%;
}

.featuresTo {
    position: absolute;
    top: 63%;
    left: 0;
    z-index: -5;
    width: 100%;
}

.featuresCircle {
    position: relative;
    padding-top: 100%;
    width: 100%;
}

.fearureBg-2 {
    animation: pulse 10s infinite;
    animation-timing-function: linear;
}

.overflowhidden {
    overflow: hidden;
    background: #010b41;
    z-index: 0;
}

img.whalefish {
    position: absolute;
    z-index: -1;
    filter: brightness(0.2);
    top: 0;
    left: -20%;
    animation: whale 80s infinite;
    animation-timing-function: linear;
}

@keyframes whale {
    0% {
        left: -20%;
        transform: scaleX(1);
        top: 0;
    }
    40% {
        left: 120%;
        transform: scaleX(1);
        top: 20%;
    }
    50% {
        left: 100%;
        transform: scaleX(-1);
        top: 40%;
    }
    90% {
        left: -20%;
        transform: scaleX(-1);
        top: 0;
    }
    100% {
        left: -20%;
        transform: scaleX(1);
        top: 0;
    }
}

@keyframes pulse {
    0% {
        transform:  rotate(0deg);
    }
    100% {
        transform:  rotate(360deg);
    }
}

.fearureBg-1 {
    animation: pulsee 10s infinite;
    animation-timing-function: linear;
}

@keyframes pulsee {
    0% {
        transform:  rotate(0deg);
    }
    100% {
        transform:  rotate(-360deg);
    }
}

.mainIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    color: #130946;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(180deg, #03F4FD 0%, #464BC4 100%) 0% 0% no-repeat padding-box;
}

.mainIcon svg {
    width: 80%;
}

.fearureBg {
    position: absolute;
    top: 0;
    left: 0;
	right:0;
	bottom: 0;
    width: 100%;
}

.featureWrapper {
    position: absolute;
    top: 40%;
}

.feature-1 {
    top: 37%;
    left: -2%;
}

.feature-2 {
    top: 76%;
    left: 7%;
}

.feature-3 {
    top: 94%;
    left: 45%;
}

.feature-4 {
    top: 76%;
    right: 7%;
}

.feature-5 {
    top: 37%;
    right: -2%;
}

.featureWrapper .icon {
    width: 70px;
    height: 70px;
    background: #301D8E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0 #000;
    transition: 0.4s ease all;
    justify-content: center;
}

.featureWrapper .icon:hover {
    box-shadow: 0 3px 11px #1c99e3;
}

.featureWrapper .icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.featureWrapper h2 {
    /* color: #fff; */
    /* background: transparent linear-gradient(90deg, #03F4FD 0%, #464BC4 100%) 0% 0% no-repeat padding-box; */
    background: -webkit-linear-gradient( 45deg, #03F4FD 0%, #464BC4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    width: 220px;
    margin: 0;
}

.feature-1 h2 {
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 8px);
}

.feature-2 h2 {
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 8px);
}

.feature-3 h2 {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 3px);
}

.feature-4 h2 {
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 8px);
}

.feature-5 h2 {
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 8px);
}

.animateThis {
    position: relative;
    margin-top: 370px;
    z-index: 1;
}

.animateThis img {
    max-width: 100%;
}

.textBox {
    box-shadow: 9px 17px 26px #00000047;
    display: block;
    width: fit-content;
    font-size: 12px;
    margin-left: auto;
}

.textBox+.textBox {
    margin-top: 10px;
}

.animateBg {
    position: absolute;
    top: 15px;
    z-index: -5;
    left: 0;
    width: 100%;
}

/* nsights modules sections starts here */

.modules {
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background-image: url(../images/modulesBg.png);
    background-size: cover;
    background-position: bottom;
}

.modulesCards {
    margin: 40px 0;
}

.moduleCard {
    background: transparent linear-gradient( 180deg, #268FD1 0%, #3845A4 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 19px 89px #0000004d;
    min-height: 310px;
    padding: 35px;
    border-radius: 16px;
    margin-bottom: 15px;
}

.modules .myBtn {
    font-size: 12px;
    margin-top: 20px;
}

/* how to buy section starts here */

.howToBuy {
    padding: 50px 0;
}

.groupCard_container {
    background-color: transparent;
    box-shadow: none;
    color: white;
    border: 0;
}

.groupCard_container img {
    margin-bottom: 1.5rem;
    width: 50px;
    height: 50px;
}

.groupCard_container h5 {
    font-size: 1.625rem;
    color: #03F4FD;
    font-weight: normal;
    margin-bottom: 1.5rem;
}

.groupCard_container p {
    font-size: 0.875rem;
    font-weight: 200;
    color: #fff;
}

.groupCard_container button.button-as-link, .groupCard_container a {
    color: #03F4FD;
    background-color: transparent;
    border: 0;
    text-align: left;
    font-weight: 200;
    padding: 0;
    cursor: pointer;
}

/* how to buy section ends here */

/* our team section starts here */

.ourTeam {
    /* padding: 100px 0; */
    padding: 0 0;
    text-align: center;
    background-image: url(../images/bgLines.svg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}

.teamRow {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
}

.ourTeam h3 {
    color: #03F4FD;
    font-size: 18px;
    margin: 30px 0;
}

.twocards .teamCard {
    width: calc(100% / 2);
}

.fourcards .teamCard {
    width: calc(100% / 4);
}

.fiveCards .teamCard {
    width: calc(100% / 5);
}

.teamCard {
    text-align: center;
    padding: 25px;
    color: #fff;
}

.teamImgWrapper {
    width: 150px;
    max-width: 100%;
    margin: auto;
}

.teamImg {
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0px 1.5px #fff;
    position: relative;
}

.teamImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamCard h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 10px;
}

.teamCard h2 a {
    color: #fff;
}

.teamCard p {
    font-size: 14px;
    opacity: 0.7;
    margin: 0;
    font-weight: 300;
}

/* footer starts here */

footer {
    padding: 50px 0;
    box-shadow: inset 0px 3px 6px #00000029;
}

.footerInfo {
    width: fit-content;
}

.footerInfo img {
    width: 100%;
    max-width: 150px;
}

.footerInfo .socialIcon {
    margin-top: 15px;
    text-align: center;
}

.footerInfo .socialIcon a {
    background: #051830;
    border: none;
    width: 43px;
    height: 43px;
    font-size: 16px;
}

.footerInfo .socialIcon a:hover {
    background: #03F4FD;
    box-shadow: 0 2px 3px 1px #03f4fd47;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li+li {
    margin-top: 14px;
}

footer ul li a, footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s ease all;
}

footer ul li a:hover {
    color: #03F4FD;
}

.subscribeForm .form-control {
    border-radius: 50px;
    padding: 18px;
    height: 50px;
    border: none;
    background: #051830;
    color: #fff;
    font-weight: 300;
}

.subscribeForm .form-control::placeholder {
    color: #fff;
}

.subscribeForm .form-control:focus {
    box-shadow: 3px 3px 11px #1c99e3;
}
.subscribeForm .form-control.incorrect {
    box-shadow: 3px 3px 11px #f73f3f;
}

.subscribeForm .form-control.correct {
    box-shadow: 3px 3px 11px #07eb80;
}

.errorMsg {
    color: #fff;
    display: block;
    background: #ff5959;
    padding: 6px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #c91e1e;
    box-shadow: 0 0 10px #ff5959;
    margin-top: 18px;
}


.subscribeForm button {
    border-radius: 0 50px 50px 0;
    border: none;
    padding: 0px 20px;
    cursor: pointer;
    white-space: nowrap;
    width: 115px;
}

.copyRight {
    border-top: 1px solid #e4eefb29;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    /* text-align: center; */
    padding-top: 10px;
    margin-top: 20px;
}

.footerAction {
    text-align: right;
}

.footerAction a {
    font-size: 12px;
    color: #fff;
} 
.footerAction a:hover {
    color: #03F4FD;
}
.footerAction a+a {
    margin-left: 10px;
}

.privacy_mdl_cnt p {
    font-size: 15px;
}

.privacy_mdl_cnt h3 {
    font-size: 18px;
    font-weight: 700;
}
/* responsive settings starts here */

.coinCarousel {
    display: none;
}

/* back to top styles starts here */

.back-to-top {
    position: fixed;
    background-color: #301d8e;
    bottom: -50px;
    right: 40px;
    z-index: 10;
    padding: 10px 14px;
    box-shadow: 0px 7px 12px 0px #00000026;
    transition: 0.4s ease all;
    color: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.back-to-top.active {
    bottom: 30px;
}

.back-to-top:hover {
    background: #0da7dd;
    color: #fff;
}

.visual_learner_img_model {
    width: 50%;
    margin: 0 auto;
}

.visual_learner_img_model img {
    width: fit-content;
}

.modalDesign .modal-header, .modalDesign .close {
    background: #0aadd8;
    color: #fff;
}
.un_order{
    list-style: none;
    padding-left: 0;
}
.warn{
    text-decoration: underline;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
}
.modalDesign .modal-body {
    box-sizing: border-box;
    overflow: hidden;
    padding: 1rem;
    word-break: break-word;
}
.sja {
    display: inline-block;
    color: #01d2fe;
    padding-right: 7px;
}

.khaba {
    display: inline-block;
    color: #01d2fe;
}

/* coming soon modal starts here */
.comingSoon .modal-content {
    border: none;
    background: #021b42;
    color: #fff;
    text-align: center;
}
.comingSoon .close{
    color: #fff !important;
    font-weight: 200;
    transition: 0.4s ease all;
}
.comingSoonContent {
    padding: 30px;
}

.comingSoonContent h2 {
    font-size: 28px;
    margin-bottom: 35px;
}

.comingSoonContent h3 {
    font-size: 16px;
    font-weight: 400;
}
.comingSoonContent .subscribeForm {
    display: none;
}

@media (max-width: 1400px) {
    .paperCard {
        width: 70%;
    }
    [position="2"] {
        left: 7.5%;
    }
    [position="3"] {
        left: 15%;
    }
    [position="4"] {
        left: 22.5%;
    }
    [position="5"] {
        left: 30%;
    }
    .paperCarousel {
        padding-top: 35%;
    }
    .paperDetails {
        padding-right: 10px;
    }
    .paperDetails .myBtn {
        padding: 7px 33px;
    }
    .mapContent.active {
        width: 50%;
    }
}

@media (max-width: 1300px) {
    .topBar .navbar-nav .nav-item {
        padding: 8px;
    }
    .socialIcon a+a {
        margin-left: 3px;
    }
    .topBannar h1 {
        font-size: 46px;
    }
    .mainHeading {
        font-size: 42px;
    }
    .about p, .whyChoesUs p {
        font-size: 14px;
    }
    .mapTitle {
        max-width: 130px;
        line-height: 41px;
    }
    .mapTitle h2 {
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    .teamImgWrapper {
        width: 110px;
    }
    .playBtn {
        margin: 100px auto;
    }
}

@media (max-width: 991px) {
    .fullScreen .screenAnimation{
        width: 90%;
    }
    .coinWrapper {
        display: none;
    }
    .coinCarousel {
        display: block;
    }
    .topBannar h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .topBannar h4 {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .topBannar p {
        font-size: 12px;
    }
    .myBtn {
        padding: 8px 33px;
    }
    .mainHeading {
        font-size: 34px;
    }
    .featureWrapper h2 {
        font-size: 14px;
    }
    .whyChoesUs .row {
        flex-direction: column-reverse;
    }
    .feature-1 h2, .feature-2 h2, .feature-3 h2, .feature-4 h2, .feature-5 h2 {
        text-align: right;
        top: 100%;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        width: 110px;
        text-align: center;
    }
    .paperScreen {
        width: 55%;
        padding-right: 15px;
    }
    .paperDetails {
        width: 45%;
    }
    .paperDetails .icon {
        width: 46px;
        height: 46px;
        padding: 10px;
    }
    .paperDetails h2 {
        font-size: 20px;
        margin: 15px 0;
    }
    .paperDetails p {
        font-size: 12px;
    }
    .tokenCard {
        width: 230px;
        height: 320px;
    }
    .tokenCard span {
        font-size: 18px;
    }
    .tokenCard h2 {
        font-size: 14px;
    }
    .tokenCard .cardDetail {
        font-size: 13px;
    }
    .fiveCards .teamCard {
        width: calc(100% / 3);
    }
    .footerInfo {
        margin: auto;
    }
    footer ul {
        margin: 30px 0;
    }
    .row.modulesCards {
        justify-content: center;
    }
    .roadMap {
        height: 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin-top: 5rem;
    }

    .ds_roadmap.mapContainer{
        display: none !important;
    }

    .mbl_roadmap.mapContent{
        width: 100%;
    }

    .mbl_roadmap .mapCardInner{
        justify-content: space-between;
    }

    .mbl_roadmap .mapCard{
        top: 0;
    }

    .mbl_roadmap.mapContent .detailInner{
        width: 100%;
    }

    .mbl_roadmap{
        display: block;
    }
    .mapCenter {
        display: none;
    }
    .mapContent:first-child {
        margin-top: -115px!important;
    }
    .mapContent.right {
        margin: 0;
        width: 100%;
        float: left;
        padding: 0;
    }
    .mapContent.left {
        margin: 0;
        width: 100%;
        float: left;
        padding: 0;
    }
    .mapCard {
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 75px;
        position: relative;
    }
    .mapContainer {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 150px;
    }

}

@media (max-width: 767px) {
    .paperCard {
        flex-wrap: wrap;
    }
    .paperScreen, .paperDetails {
        width: 100%;
        padding: 0;
    }
    .paperDetails {
        padding: 10px;
        text-align: center;
    }
    .paperDetails .icon {
        margin: auto;
    }
    .paperDetails h2 {
        font-size: 18px;
    }
    .mainHeading {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .about p, .whyChoesUs p {
        font-size: 12px;
        line-height: 22px;
    }
    .topBannar h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .cardHolder {
        transform: rotate(0);
        left: 0;
        /* left: 30%; */
    }
    .cardHolder:nth-child(1) {
        left: 0;
        bottom: 0;
        transform: rotate(0);
    }
    .cardHolder:nth-child(2) {
        left: 30px;
        bottom: 0;
        transform: rotate(0);
    }
    .cardHolder:nth-child(3) {
        left: 60px;
        bottom: 0;
        transform: rotate(0);
    }
    .cardHolder:nth-child(4) {
        left: 90px;
        bottom: 0;
        transform: rotate(0);
    }
    .cardHolder:nth-child(5) {
        left: 120px;
        bottom: 0;
        transform: rotate(0);
    }
    .cardHolder:nth-child(6) {
        left: 150px;
        bottom: 0;
        transform: rotate(0);
    }
    .fiveCards .teamCard, .fourcards .teamCard {
        width: calc(100% / 2);
    }
    footer ul li a, footer h3 {
        font-size: 14px;
    }
    .tokenCard {
        transform: translateX(0);
    }
    .tokenCardsWrapper {
        margin-bottom: 4rem;
        height: 400px;
    }
    .imagesAnimation {
        position: absolute;
        width: 200px;
        height: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .paperCarousel {
        padding-top: 100%;
    }
    .about, .whyChoesUs, .features, .tocken, .whitePaper, .roadMap, .modules {
        padding: 50px 0;
    }
    .tockenDetails {
        padding: 0 40px;
    }
    .featureWrapper .icon {
        width: 40px;
        height: 40px;
    }
    .featureWrapper h2 {
        font-size: 10px;
    }
    .animateThis {
        margin-top: 110px;
    }
    .tockenDetails p {
        font-size: 14px;
        line-height: 23px;
    }


    .choose-plan h2{
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .about, .whyChoesUs, .features, .tocken, .whitePaper, .roadMap, .modules, .howToBuy, .ourTeam, footer {
        padding: 30px 0;
    }
    .coinPrices {
        margin-bottom: 25px;
    }
    .coinCarousel .coinCard {
        border-left: 0.2px solid #d5d5d54d;
        border-right: 0.2px solid #d5d5d54d;
    }
    .topBannar h4 {
        margin-bottom: 10px;
    }
    .ourTeam h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .teamImgWrapper {
        width: 90px;
    }
    .twocards .teamCard, .fiveCards .teamCard, .teamCard {
        width: calc(100% / 2);
        padding: 10px 5px;
    }
    .teamCard h2 {
        font-size: 16px;
    }
    .teamCard p {
        font-size: 12px;
    }
    .topBannar {
        margin-top: 15px;
        min-height: calc(100vh - 15px);
        align-items: flex-start;
    }
    .fullScreen .screenAnimation {
        width: calc(100% - 15px);
    }
    .otherScreens img.active {
        width: calc(100% - 15px);
    }
    .socialIcon {
        position: fixed;
        bottom: 0;
        background: rgb(1 9 65 / 95%);
        width: 100%;
        left: 0;
        text-align: center;
        padding: 10px;
    }
    .paperCarousel {
        margin: 3rem 0;
    }
    .topBannar h1 {
        font-size: 26px;
    }
    .paperDetails p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .paperDetails .myBtn {
        padding: 5px 28px;
        font-size: 12px;
    }
    .roadMap {
        margin-top: 0;
    }
    .roadMap .mainHeading {
        margin-bottom: 45px;
    }
    .modulesCards {
        margin: 0;
    }
    .modules .myBtn {
        margin-top: 10px;
    }
    .groupCard_container h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .groupCard_container .card-body {
        padding: 15px;
    }
    .groupCard_container p {
        font-size: 14px;
    }
    .position-absolute {
        width: 80px;
    }
    .mapCard {
        margin-bottom: 40px;
    }
    .mapHeader h2 {
        font-size: 20px;
    }
    .mapHeader h3 {
        font-size: 12px;
    }
    .mapDetail p {
        text-align: justify;
        font-size: 12px;
    }
    .mapContainer {
        margin-bottom: 60px;
    }
    .mapCardInner {
        flex-direction: column;
    }
    .mapContent.left .mapCardInner {
        flex-direction: column;
    }
    .mapDetail {
        padding: 0px;
    }
    .mapTitle {
        flex-direction: row;
        width: calc(100% + 80px);
        max-width: initial;
        margin: 0 -40px;
        align-items: center;
        margin-bottom: 15px;
    }
    .mapTitle .icon {
        border-radius: 12px 0 0 12px;
        padding: 0 26px 0 0;
        /* display: none; */
        background: transparent !important;
    }
    .mapCard.green .mapTitle .icon {
        color: #0DC167;
    }
    .mapCard.pink .mapTitle .icon {
        color: #D652EB;
    }
    .mapCard.purple .mapTitle .icon {
        color: #4272F9;
    }
    .mapCard.yellow .mapTitle .icon {
        color: #F2D23C;
    }
    .mapCard.red .mapTitle .icon {
        color: #FA5450;
    }
    .mapCard.green .mapTitle .icon hr {
        border-color: #0DC167;
    }
    .mapCard.pink .mapTitle .icon hr {
        border-color: #D652EB;
    }
    .mapCard.purple .mapTitle .icon hr {
        border-color: #4272F9;
    }
    .mapCard.yellow .mapTitle .icon hr {
        border-color: #F2D23C;
    }
    .mapCard.red .mapTitle .icon hr {
        border-color: #FA5450;
    }
    .mapTitle p {
        border-radius: 0 12px 12px 0;
    }
    .mapContent.right .detailInner {
        text-align: left;
    }
    .mapTitle h2 {
        font-size: 20px;
        line-height: 1.2;
    }
    .mapTitle .icon svg {
        width: 37px;
    }
    footer ul {
        margin: 5px 0
    }
    footer ul li+li {
        margin-top: 5px;
    }
    .subscribeForm h3 {
        margin-top: 15px;
    }
    .subscribeForm .form-control {
        font-size: 12px;
    }
    .socialIcon a {
        width: 30px;
        height: 30px;
    }
    .back-to-top.active {
        bottom: 60px;
        right: 15px;
    }
    .copyRight {
        margin-bottom: 10px;
    }
    .topBar .navbar-brand img {
        width: 115px;
        margin-bottom: -21px;
    }
    .feature-1 {
        top: 33%;
        left: -7%;
    }
    .feature-2 {
        top: 73%;
        left: 3%;
    }
    .feature-3 {
        top: 92%;
        left: 42%;
    }
    .feature-4 {
        top: 73%;
        right: 3%;
    }
    .feature-5 {
        top: 34%;
        right: -7%;
    }
    .modalDesign .modal-title {
        font-size: 14px;
    }
    .modalDesign .modal-body h3 {
        font-size: 16px;
    }
    .modalDesign .modal-body ol, .modalDesign .modal-body p {
        font-size: 14px;
        margin: 0;
        padding-left: 10px;
    }

}

@media (max-width: 500px) {
    .tokenCardsWrapper {
        margin-bottom: 0rem;
        height: 340px;
    }
    .tokenCard {
        left: 0;
        width: 160px;
    }
    .tokenCard .icon {
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    .tokenCard .cardDetail {
        padding: 0 3px;
    }
    
}













/*----------------------*/
.slidToggleFour-main {
    /* float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 999;
    display: none; */
    float: left;
    width: 80%;
    height: 80vh;
    position: relative;
    z-index: 999;
    display: none;
    margin-top: 10vh;
    margin-left: 10%;
}
.slidToggleFour-main.active {
    display: block;
}

.slidToggleFour-body {
    float: left;
    width: 100%;
    height: 70%;
    position: relative;
}


.slidToggleFour-main img {
    position: static;
    display: none;
}

.slidToggleFour-foot {
    float: left;
    width: 100%;
    height: 30%;
}

.stfImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.stfImg-ft {
    float: left;
    width: 25%;
    height: 100%;
}

.stfImg-ft img {
    width: 100% !important;
    position: static;
    transform: translate(0px, 0px);
}

.stfImg-ft img:not(.active-state) {
    display: block;
}

.stfImg-ft.active img {
    display: none;
}

.stfImg-ft.active img.active-state {
    display: block;
}


.stfImg img {
    position: static;
    transform: translate(0,0);
    /* height: 100%; */
    width: 100%;
    position: absolute;
    top: unset;
    left: unset;
    bottom: 20px;
}

.stfImg.active img {
    display: block !important;
    width: 100%;
}

.stfImg.active {
    display: block;
}



/*----------------------*/

.slidToggleFive-main {
    float: left;
    width: 100%;
    height: 70vh;
    position: relative;
    z-index: 999;
    display: none;
    margin-top: 15vh;
}
.slidToggleFive-main.active {
    display: block;
}
.stfivWraper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
}

.slidToggleFive-body {
    /* float: left; */
    width: 100%;
    /* height: 70vh; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidToggleFive-main img {
    position: static;
    display: none;
}

.slidToggleFive-foot {
    /* float: left; */
    /* width: 100%; */
    /* height: 30vh; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.stfivImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.stfivImg-ft {
    /* float: left; */
    width: 100%;
    height: 32%;
    display: flex;
    justify-content: center;
}

.stfivImg-ft img {
    width: 100%;
    position: static;
    transform: translate(0px, 0px);
}

.stfivImg-ft img:not(.active-state) {
    display: block;
}

.stfivImg-ft.active img {
    display: none;
}

.stfivImg-ft.active img.active-state {
    display: block;
}


.stfivImg img {
    position: static;
    transform: translate(0,0);
    height: 100%;
    width: 100%;
}

.stfivImg.active img {
    display: block !important;
    object-fit: fill;
}

.stfivImg.active {
    display: block;
}




@media screen and (max-width:767px) {
    .slidToggleFive-main{
        height: 50vh;
        margin-top: 25vh;
    }
    .slidToggleFour-main{
        width: 100%;
        height: 50vh;
        margin-top: 25vh;
        margin-left: 0;
    }
    
}

@media screen and (max-width:576px) {
    .stfImg-ft {
    
        width: 25%;
        height: 100%;
    }
    
    .slidToggleFour-foot{
        height: 30%;
    }
    .slidToggleFour-body{
        height: 70%;
    }
    .slidToggleFive-main{
        height: 40vh;
        margin-top: 30vh;
    }
}


.certificate_sec_video_container {    
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    /* box-shadow: 3px 3px 7px #57575726; */
    overflow:hidden;
}
.certificate_sec_video_container video {
    /* height: 100%; */
    height: 420px !important;
    border-radius: 12px;
}
.nft-certificate{
    margin: 80px 0;
}

.nft-certificate-content-container {
    margin-top: 80px;
}

.nft-certificate-content-container a.myBtn {
    margin-top: 40px;
}

.nft_certificate_video_btn{
    font-size: 30px;
    color: #fff;
}
.nft_certificate_video .modal-content{
    background-color: transparent !important;
}
@media(max-width: 500px){
    .certificate_sec_video_container video{
        width:100%;
    }
}