.gap10 {
    height: 10px;
    display: block;
}
.gap20 {
    height: 20px;
    display: block;
}

.gap40 {
    height: 40px;
    display: block;
}

.gap50 {
    height: 50px;
    display: block;
}

.gap60 {
    height: 60px;
    display: block;
}

.gap100 {
    height: 100px;
    display: block;
}

.gap150 {
    height: 150px;
    display: block;
}

ul {
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

button {
    outline: none;
    border: none;
}
button:focus {
    outline: none;
}

input {
    border: none;
    outline: none;
}
input:focus {
    outline: none;
}
body {
    overflow-x: hidden;
    font-family: 'Barlow', sans-serif;
    background-color: #040404 !important;
}
.fmBarlow {
    font-family: 'Barlow', sans-serif;
}
p,h1,h2,h3 {
    color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1 !important; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888 !important; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555 !important; 
}

.heading {
    font-family: 'Barlow', sans-serif;
    display: block;
    font-size: 32px;
    color: #252525;
}

.subHeading {
    font-family: 'Barlow', sans-serif;
    display: block;
    font-size: 30px;
    color: #755dff;
}

.subPara {
    font-size: 14px;
    font-weight: normal;
    color: #757575;
    line-height: 28px;
}

button:focus, :hover {
    outline: none;
}

input:focus, :hover {
    outline: none;
}

/* Header part css */

.header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: #040404;
}
.homeHeaderWrapper {
    background-color: #0e0e0e;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 100px;
}

.logo {
    display: inline-block;
}

.logo img {
    width: 100%;
}

.header_nav .logo {
    width: 170px;
}

.header_nav .menu {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu ul li {
    margin-left: 45px;
    list-style: none !important;
}

.menu ul li a {
    padding: 15px 11px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    opacity: .7;
}
.menu ul li a.active {
    opacity: 1;
}

.menu ul li a:hover {
    text-decoration: none;
    opacity: 1;
}

.menu ul li:first-child {
    margin-left: 0;
}

.btnCustom {
    padding: 7px 15px;
    background-color: #0884FF;
    border-radius: 5px;
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.1s ease;
}
.btnCustom:hover {
    background-color: #0069d3;
    color: #fff;
}

.btnDownload {
    padding: 7px 15px;
    border-radius: 5px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.1s ease;
}

.custShadowBtn {
    padding: 7px 15px;
    background-color: rgba(43,140,255, 0.11);
    border-radius: 5px;
    color: #2B8CFF;
    text-shadow: 0px 3px 20px #508AFF;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.1s ease;
}
.custShadowBtn:hover {
    /* background-color: #0069d3; */
    color: #57a3ff;
}
.menuLink {
    margin-left: 45px;
}
.bigGradientHeading {
    font-size: 55px;
    font-family: 'Syne', sans-serif;
    font-weight: bold;
    background: -webkit-linear-gradient(320deg, #70EBFF, #2A8BFE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 55px;
    margin-bottom: 20px;

}
.bannerLogoImg {
    width: 215px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.bannerLeftSubHeading {
    color: #D9EFFF;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    padding: 0px 90px;
    text-transform: uppercase;
    line-height: 22px;
}
.bannerHolder {
    background-size: 80%;
    background-position: right;
    min-height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.bannerWrapper {
    padding: 0 70px;
    background-color: #0e0f11;
    background-image: linear-gradient(-45deg, #0e0e0e 50%, #0e0e0e);
}
.section {
    padding: 100px 0;
}
.subHeadGreyed {
    font-size: 28px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 10px;
    font-weight: 500;
}
.subHeadWhite {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 32px;
}
.subParaItalic {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #C6C7D7;
}
.subParaItalic span {
    color: #fff;
    font-weight: 500;
    font-style: italic;
}
.cdCounterWrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px;
    background-color: #191E63;
    border-radius: 100px;
}
.cdCounterTextBox {
    padding-left: 15px;
    padding-right: 20px;
    text-align: left;
    width: calc(100% - 130px);
}
.cdCounterTextBox h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}
.cdCounterTextBox p {
    font-size: 17px;
    margin-bottom: 10px;
    color: #ABDBFF;
}
.cdCountercircle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #111658;
    border: 1px solid #060A42;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cdCountercircleInner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #191E63;
    position: relative;
}
.ccInnerPie {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ccInnerPie::after {
    content: '';
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: #191E63;
    z-index: -1;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 5%;
    top: 5%;
}
.ccInText {
    font-size: 18px;
    color: #ABDBFF;
    line-height: 16px;
    display: block;
}
.ccNum {
    color: #44AEFE;
    font-weight: 100;
    font-size: 50px;
    line-height: 50px;
    text-shadow: 0px 3px 20px #508AFF;
}
.ccCounterWrapper {
    margin-top: 30px;
}
.ccCounterSection {
    position: relative;
    /* background: linear-gradient(-200deg, rgba(4,4,4,0) 0%, rgba(4,4,4,0) 53%, rgba(4,4,4,1) 53%); */
    background: linear-gradient(-18deg, rgb(4 4 4) 50%, rgb(14 14 14) 50%);
}
.ccCounterSection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-color: #f00;
    border-left-width: 100px;
}
.whiteHeading {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #fff;
}
.whiteHeadingSm {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Syne', sans-serif;
}
.fmSyne {
    font-family: 'Syne', sans-serif;
}
.sectionBgImg {
    width: 500px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.psdescInner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.imgCircle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(68, 174, 254, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgCircle img {
    max-width: 45%;
}
.psdescInnereText {
    width: calc(100% - 120px);
    padding-left: 30px;
}
.psdescInnereText h4 {
    font-size: 25px;
    color: #fff;
    font-family: 'Syne', sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
}
.psdescInnereText p {
    color: #fff;
    opacity: 0.75;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.raidaLogoBg {
    max-width: 700px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.raidaheading {
    font-weight: 100;
    letter-spacing: 10px;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #ABDBFF;
}
.raidaSubHeading {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 30px;
    color: #ABDBFF;
    opacity: 0.75;
}
.raidaTechDiv {
    background-color: #0E0E0E;
}
.greyBg {
    background-color: #0E0E0E;
}
.rdImg {
    max-width: 100%;
}
.rdTechtextSec h4 {
    font-size: 24px;
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}
.rdTechtextSec p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    margin-bottom: 20px;
    opacity: 0.7;
}
.rdFeatures .psdescInnereText p {
    font-size: 16px;
    line-height: 22px;

}
.rdFeatures .psdescInnereText h4 {
    color: #0884FF;
    font-size: 28px;
    margin-bottom: 5px;
}
.rdFeatures {
    margin-top: 80px;
    padding-right: 80px;
}
.rdFeatures .psdescInner {
    display: flex;
    align-items: center;
}
.raidTechInnerSec {
    margin-top: 80px;
}
.rdBtnWrap {
    padding-left: 150px;
}
.rdFeatures .psdescInner:last-child {
    margin-bottom: 0 !important;
}
.rdTechColumn {
    padding-left: 30px;
}
.compLogo {
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.ccComp ul {
    padding-left: 0;
}
.ccComp ul li {
    background-color: rgba(23,138,103, 0.28);
    border: 1px solid #2DB87C;
    padding: 7px 15px;
    color: #2DB87C;
    list-style: none;
    margin-bottom: 20px;
    border-radius: 10px;
}
.ccComp ul li:last-child {
    margin-bottom: 0;
}
.ccComp ul li img {
    height: 13px;
    margin-right: 30px;
}
.btComp ul {
    padding-left: 0;
}
.btComp ul li {
    background-color: rgba(251,77,77, 0.28);
    border: 1px solid #FB4D4D;
    padding: 7px 15px;
    color: #FB4D4D;
    list-style: none;
    margin-bottom: 20px;
    border-radius: 10px;
}
.btComp ul li:last-child {
    margin-bottom: 0;
}
.btComp ul li img {
    height: 13px;
    margin-right: 30px;
}
.compareBox {
    padding: 50px 30px;
    border-radius: 20px;
    background-image: linear-gradient(-45deg, #0E0E10, #0D1C50, #0E0E10);
}

/* .compareWrapper {
    padding-left: 200px;
    padding-right: 200px;
} */
.pdleftRght {
    padding-left: 200px;
    padding-right: 200px;
}
.paragraphStyle {
    font-size: 18px;
    color: #b9b9b9;
    line-height: 24px;
    margin-bottom: 10px;
}
.plr50{
    padding: 0 50px;
}

.paragraphStyle span.italicSharp {
    color: #fff;
    font-weight: 500;
    font-style: italic;
}
.featuredImgBox {
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.07);
}
.ftImg {
    width: 100%;
    height: 345px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.ftimgText {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}
.ftimgDate {
    font-size: 18px;
    color: #fff;
    opacity: 0.29;
    margin: 0;
}
.ltbBox {
    padding: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.07);
    margin-bottom: 20px;
}
.ltbImg {
    width: 200px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}
.ltbTextBox {
    width: calc(100% - 200px);
    padding-left: 20px;
}
.ltbName {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.ltbDate {
    font-size: 16px;
    color: #fff;
    opacity: 0.29;
}
.newsletterDiv {
    padding: 0 200px;
    position: relative;
    top: 134px;
}
.newsLetInputDesc {
    position: relative;
    display: flex;
}
.newsLetInputDesc input {
    padding: 15px;
    background-color: #1F1F1F;
    color: #fff;
    border-radius: 4px 0 0 4px; 
    height: 70px;
    width: 75%;
}
.newsLetBtn {
    padding: 7px 15px;
    background-color: #0884FF;
    border-radius: 0px 4px 4px 0; 
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.1s ease;
    height: 70px;
    width: 25%;
    border: none;
    cursor: pointer;
}
.newsLetterText {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 32px;
    color: #fff;
}

.ftClLink {
    display: inline-block;
    margin-right: 55px;
    opacity: 0.7;
    transition: all 0.1s ease;
}
.ftClLink:last-child{
    margin-right: 0;
}
.ftClLink:hover {
    opacity: 1;
}
.ftClLink img {
    max-height: 150px;
}
.ftClWrap {
    padding-top: 100px;
}
.footerLink {
    padding: 15px;
}
.footerLink a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    opacity: 0.4;
    font-size: 14px;
}
.footerLink a:last-child {
    margin-right: 0;
}
.footerText {
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    opacity: 0.7;
    font-weight: 500;
}

/* lost coin page css */

.lostCoinBanner {
    margin-top: 130px !important;
    margin-bottom: 0 !important;
    padding: 30px 0 100px !important;
    background-color: #040404;
}
.lostCoinBanner .sub-section-1 {
    margin-bottom: 0 !important;
}

.lostCoinBnrSubHeading {
    margin-bottom: 0;
    font-family: Barlow;
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}

.itemComGrey {
    padding: 60px 0;
    background-color: #0E0E0E;
}

.itemComBlack {
    padding: 60px 0;
    background-color: #040404;
}
.rowComDiv {
    margin-bottom: 20px;
}


.formTitle {
    font-family: Syne;
    font-size: 24px;
    color: #FFF;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: normal;
    opacity: 0.7;
}

.formField input, .formField textarea, .formField select {
    border-radius: 12px;
    border: none;
    padding: 12px 20px;
    background: rgb(255 255 255 / 8%);
    height: 74px;
    font-family: Barlow;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    color: rgb(255 255 255 / 60%);
}
.formField textarea {
    min-height: 150px;
    resize: none;
}
textarea:focus {
    outline: none;
}
.formField label {
    color: #fff;
    opacity: 0.6;
    margin-bottom: 10px;
    min-height: 50px;
    font-size: 16px;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.7;
}
input[type=date]::-webkit-datetime-edit {
    opacity: 1;
    font-weight: normal;
    color: #858585 !important;
}
input[type=date] {
    color: #fff;
}
.videoFrame {
    padding: 20px;
    background-color: #1F1F1F;
    border-radius: 15px;
    margin-bottom: 50px;
}
.videoFrame iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

.smGradientHeading {
    font-size: 45px;
    font-family: 'Syne', sans-serif;
    font-weight: bold;
    background: -webkit-linear-gradient(320deg, #70EBFF, #2A8BFE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 45px;
    margin-bottom: 20px;
}

.privacyBanner {
    margin-top: 130px!important;
    margin-bottom: 0!important;
    padding: 30px 0 60px!important;
    background-color: #040404;
}
.formFieldCont label {
    height: auto !important;    
}

.whiteUl {
    padding-left: 0;
}
.whiteUl li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0.7;
}

.blogListTitle {
    position: relative;
    padding-left: 0px;
}
.blogListTitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 0.7;
    border-radius: 50%;
    display: none;
}