@font-face {
    font-family: XspaceRegular;
    src: url(XspaceRegular.ttf);
}

body {
    overflow-x: hidden;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(135deg, #362b1b47, #000000);
    position: relative;
    overflow-x: hidden;
    /* font-family: 'Livvic', sans-serif !important; */
    font-family: 'Russo One', sans-serif !important;
}

.a_btn a,
.a_btn button,
.btn-primary,
.btn {
    padding: 10px 25px;
    color: #fff;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 3px;
}

.a_btn a,
.a_btn button,
.btn-primary {
    /* background: #ff2763; */
    background: #ebc959;
}

#mint-nft {
    display: none;
}

li {
    list-style-type: none;
}

.d-flex {
    display: flex;
}

h1,
.titleh3 {
    font-family: XspaceRegular;
    letter-spacing: -7px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    color: #000033;
}

h2,
h3,
h4,
h5,
h6 {
    color: #000033;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button_here button,
.sweet-alert button,
.view-buy a,
.button_here button,
.sweet-alert button {}

p,
.feature-content li,
li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.cursor-pointer {
    cursor: pointer;
}

.swap-currency-selector {
    color: white;
    padding: 6px 12px;
    border-radius: 0px;
    margin: 0 5px;
    background: #ff5886;
    border-color: transparent;
}

.error-msg {
    color: red;
    margin: 0 5px;
}

input.form-control.onlynumericwithdecimal::placeholder {
    color: #636363;
}

.h6,
h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px !important;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

ul {
    padding-left: 0px;
}

.header_area {
    position: relative;
    z-index: 99;
}

.navbar {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    position: absolute;
    width: 100%;
    padding: 11px 0px;
    transition: 0.2s ease-in-out;
}

.navbar-default .navbar-nav li a {
    color: #000033;
    /* color : white; */
    font-size: 16px;
    font-weight: 500;
    padding: 12px 15px;
}

.navbar-default .navbar-nav li.navbtn {
    /* box-shadow: 4px 3px 18px #ff27635e; */
    /* background: transparent; */
}

/* .navbar-default .navbar-nav li.navbtn.odd {
    position: relative;
    right: -18px;
} */

.navbar-default .navbar-nav li.navbtn > a {
    /* background: linear-gradient(to bottom, #ff7b7b, #ff2763);  */
    background: linear-gradient(to bottom, #edcb58, #aa7620);
    border-radius: 25px; /* rounded */
    margin-left: 10px;
    padding: 10px 25px;
    color: #fff !important;
    /* font-weight: 600; */
    text-transform: uppercase;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* hover effect */
.navbar-default .navbar-nav li.navbtn > a:hover {
    background: linear-gradient(to bottom, #b9882c, #edcb58);
    transform: translateY(-2px);
    box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
}

/* reflection effect (optional, like your WELCOME button) */
.navbar-default .navbar-nav li.navbtn > a::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 15px;
    background: inherit;
    opacity: 0.4;
    border-radius: 50%;
    filter: blur(6px);
    transform: scaleX(0.8);
}


/* .navbar-default .navbar-nav li.navbtn:before {
    position: absolute;
    clip-path: polygon(0 100%, 0 calc(100% - 2px), 0px 30px, 100% -10px, 100% 100%);
    content: '';
    left: -1px;
    top: 15px;
    background: #ff2763;
    width: 43px;
    height: 10px;
    transform: rotate(-61deg);
    z-index: 9;
    border-radius: 3px;
} */

.navbar-default .navbar-nav li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #edcb58;
}

a.navbar-brand.logo {
    padding: 6px 15px;
    height: auto;
}

a.navbar-brand.logo img,
.fo_cont_right img {
    height: 65px;
}

.navbar-collapse {
    text-align: center;
    float: right;
}

.navbar-nav {
    margin-right: 0px;
    padding: 10px 0px;
    float: none;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: auto;
    background: transparent;
    border-radius: 10px;
}

.padSection {
    padding: 70px 0px;
    position: relative;
}

.navbar-default .navbar-nav li.btnn {
    background: linear-gradient(to right, #15e883 0%, #bd0bd5 100%);
    border-radius: 160px;
    padding: 2px;
    margin-left: 10px;
}

.navbar-default .navbar-nav li.btnn a {
    background: #000;
    border-radius: 150px;
    padding: 7px 23px;
}

.navbar-default .navbar-nav li.btnn a:hover,
section .btnn a:hover {
    background: linear-gradient(to right, #15e883 0%, #bd0bd5 100%);
    color: #fff;
}

a.navbar-brand.logo {
    padding: 0px 15px;
    padding-left: 30px;
    height: auto;
    z-index: 99;
    position: relative;
}

.sliderSection {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.sliderSection:before {
    content: "";
    position: absolute;
    content: "";
    background: url(../img/bg_slider.png);
    height: 100%;
    width: 100%;
    top: 0px;
    opacity: 1;
    opacity: 0;
    background-size: cover;
    background-position: top center;
}

.content h1 {
    font-size: 57px;
    margin-bottom: 14px;
    margin-left: -15px;
}

.content h2 {
    font-size: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.a_btn {
    padding-top: 10px;
}

.a_btn a.homebuttons,
.a_btn button.homebuttons {
    display: inline-block;
    /*background: #ff2763;*/
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 29px;
    margin-top: 5px;
    border: 0px;
    background: #edcb58;
    border-radius: 4px;
    margin-left: 0px;
    /* clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 2px)); */
    padding-left: 35px;
    color: #fff;
}

    /* .a_btn a.homebuttons:nth-child(odd),
    .a_btn button.homebuttons:nth-child(odd),
    .navbar-default .navbar-nav li.navbtn.odd a.homebuttons {
        clip-path: polygon(0px 0, 100% 0, 111px 100%, 0 100%, 0 calc(100% - 2px)) !important;
        padding-left: 15px;
        padding-right: 35px;
    } */

/* .a_btn a.homebuttons:nth-child(odd),
.a_btn button.homebuttons:nth-child(odd) {
    clip-path: polygon(0px 0, 100% 0, 83px 100%, 0 100%, 0 calc(100% - 2px)) !important;
    padding-right: 45px;
} */

.a_btn a.homebuttons:nth-child(even),
.a_btn button.homebuttons:nth-child(even) {
    right: 26px;
    position: relative;
}

html body .navbar-default .navbar-nav li.navbtn>a.homebuttons.smallBtnshape,
.a_btn a.homebutton.smallBtnshape {
    /* clip-path: polygon(0px 0, 100% 0, 65px 100%, 0 100%, 0 calc(100% - 2px)) !important; */
}

.navbar-default .navbar-nav li.navbtn:nth-child(odd):before {
    opacity: 0;
}

.a_btn a.homebuttons:hover,
.a_btn button.homebuttons:hover,
.navbar-default .navbar-nav li.navbtn:nth-child(odd) a.homebuttons:hover {}

.social_ab {
    margin-top: 20px;
}

.social_ab>div {
    background: transparent;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 0px;
    border: 1px solid #8f9293;
}

.social_ab a {
    color: #4a4a4a;
    padding: 0px 10px;
    font-size: 22px;
}

.content {
    color: #fff;
}

.subtitle p {
    width: 80%;
    margin: auto;
    color: #ffffff;
    font-size: 16px;
}

.text-center img {
    margin: auto;
}

.snFeatMain {
    position: relative;
    margin-top: 25px;
    padding: 0px 20px;
}

.snFeatMain:hover .snFeat:after {
    height: 100%;
}

.imgFeat {
    margin: auto;
    width: 108px;
    margin-bottom: 10px;
}

.contentFeat {
    position: relative;
    z-index: 1;
}

h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}

.mainRound {
    position: relative;
    border: 2px solid #201c4f;
    border-radius: 15px;
    text-align: center;
    padding: 10px 10px;
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.mainRound:before {
    width: 60%;
    height: 1px;
    position: absolute;
    content: "";
    z-index: 9;
    top: -1px;
    background: linear-gradient(90deg, #201c4f, #685dd8, #201c4f);
    left: 0px;
    right: 0px;
    margin: auto;
    box-shadow: 0px 0px 9px 0px #20cda7a8;
}

.mainRound>div {
    display: inline-block;
    padding: 10px 10px;
}

.mainRound .snValue h5 {
    font-size: 22px;
    font-weight: 600;
}

.mainRound .snValue h5 span {
    color: #e3ab27;
}

.mainRound .snValue p {
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
}

.mainRound.p_evenodd .snValue p {
    background: #e3ab27;
    padding: 6px 25px;
    color: #000;
    border-radius: 25px;
}

.mainRound.p_evenodd .snValue:nth-child(even) p {
    background: #1d194e;
    color: #fff;
}

.mainRound:nth-child(odd) {
    border: 2px solid #443510;
}

.mainRound:nth-child(odd):before {
    background: linear-gradient(90deg, #443510, #dea726, #443510);
    box-shadow: 0px 0px 9px 0px #dea726a8;
}

.snContract {
    position: relative;
    margin-top: 20px;
    padding: 20px 10px;
}

.snContract .valCon {
    position: relative;
    z-index: 1;
    padding: 0px 12px;
}

.snContract:before {
    position: absolute;
    content: "";
    height: 81%;
    width: 100%;
    border-right: 1px solid #00000030;
    border-left: 1px solid #00000030;
    left: 0px;
    top: 8px;
    bottom: 0px;
}

.snContract:after {
    position: absolute;
    content: "";
    height: 98.5%;
    width: 96%;
    border-top: 1px solid #00000030;
    border-bottom: 1px solid #00000030;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.card-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
}

.yellowText {
    /* color: #ff2763; */
    color: #ebc959;
}

.card-arrow-top-left {
    height: 10px;
    position: absolute;
    width: 10px;
}

.card-arrow-top-left:before {
    background: #333;
    content: "";
    height: 4px;
    opacity: 0.75;
    position: absolute;
    width: 2px;
    top: 2px;
    left: 0px;
}

.card-arrow-top-left:after {
    background: #333;
    content: "";
    height: 2px;
    opacity: 0.75;
    position: absolute;
    width: 6px;
    top: 0px;
    left: 0px;
}

.card-arrow-top-right:before {
    background: #333;
    content: "";
    height: 4px;
    opacity: 0.75;
    position: absolute;
    width: 2px;
    top: 2px;
    right: 0px;
}

.card-arrow-top-right:after {
    background: #333;
    content: "";
    height: 2px;
    opacity: 0.75;
    position: absolute;
    width: 6px;
    top: 0px;
    right: 0px;
}

.card-arrow-bottom-left:before {
    background: #333;
    content: "";
    height: 4px;
    opacity: 0.75;
    position: absolute;
    width: 2px;
    bottom: 2px;
    left: 0px;
}

.card-arrow-bottom-left:after {
    background: #333;
    content: "";
    height: 2px;
    opacity: 0.75;
    position: absolute;
    width: 6px;
    bottom: 0px;
    left: 0px;
}

.card-arrow-bottom-right:before {
    background: #333;
    content: "";
    height: 4px;
    opacity: 0.75;
    position: absolute;
    width: 2px;
    bottom: 2px;
    right: 0px;
}

.card-arrow-bottom-right:after {
    background: #333;
    content: "";
    height: 2px;
    opacity: 0.75;
    position: absolute;
    width: 6px;
    bottom: 0px;
    right: 0px;
}

.snContract .valCon p {
    margin: 0px;
    font-size: 16px;
    /* font-weight: 600; */
}

.tokenmonicesSection {
    padding: 30px;
    position: relative;
}

.toSecIn {
    /*background: #00000010;*/
    border-radius: 10px;
}

.videoIn {
    background: url(../img/bg_roadmap.png);
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.videoIn h3 {
    padding: 150px 0px;
}

.videoIn {
    position: relative;
}

.videoFeat {
    position: absolute;
    width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: -80px;
    background: #0f0d240a;
    border: 2px solid #dadadadb;
    padding: 19px 20px;
    border-radius: 20px;
}

.videoFeat p {
    margin-bottom: 5px;
}

.videoFeat .a_btn {
    padding: 0px;
}

.communitySection .social_ab {
    position: relative;
    bottom: 0px;
    left: 0px;
}

.communitySection .social_ab>div {
    background: transparent;
}

.communitySection .social_ab a {
    padding: 0px 14px;
}

.logoInfo img {
    height: 75px;
    margin-bottom: 15px;
}

.worldBreak,
.valCon h6 {
    word-break: break-all;
}

.fLinks li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}

.fLinks li:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 3px;
    border-radius: 8px;
    background: #5c56b8;
    left: 0px;
    top: 6px;
}

.fLinks li a {
    color: #d8d5ff;
}

.copy_line a {
    background: #cccccc10;
    color: #ebc959;
    padding: 15px 0px;
    display: block;
    margin-top: 70px;
}

.roadmapSection {}

.roadmap_here {
    position: relative;
}

.roadmap_here:before {}

.roadmap_here {
    padding-top: 25px;
}

.RoadInSn h4 {
    font-size: 25px;
    color: #fff;
}

.high {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -20px;
    background: #000000ab;
    border: 2px solid #fff;
    border-radius: 40px;
    padding-top: 8px;
    font-size: 18px;
    top: -6px;
}

.RoadInSn ul {
    margin-top: 10px;
    padding-left: 26px;
}

.RoadInSn li {
    position: relative;
    margin-top: 5px;
    color: #fff;
}

.RoadInSn li i {
    position: absolute;
    right: -42px;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 20px;
    padding-top: 4px;
    font-size: 16px;
    top: 1px;
    color: #edcb58;
}

section .container {
    position: relative;
    z-index: 1;
}

.signSection,
.dashSection,
.contentSections {
    padding-top: 120px;
}

.logo_content img {
    height: 130px;
}

.signHere {
    width: 45%;
    margin: auto;
    background: #00000014;
    border-radius: 15px;
    padding: 35px 20px;
    margin-top: 0px;
}

.signHere h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.signSection h3 {
    padding: 10px 0px;
}

.signSection .form-control {}

.form-group {
    background: transparent;
    padding: 0px;
    border-radius: 15px;
    color: #9a9a9a;
}

.form-group label {
    color: #333;
}

.PackSection .form-group {
    padding: 25px 15px;
}

.signSection .form-control {
    box-shadow: none;
    background: transparent;
    border: 0px solid #353449;
    border-radius: 0px;
}

.signSection .form-control,
.form-control {
    box-shadow: none;
    background: #e4e4e494;
    border: 1px solid #2e2e2e26;
    border-radius: 0px;
    color: #fff;
    height: 40px;
    font-weight: 100;
}

.signSection .form-control,
.signSection .form-control::placeholder {
    color: #000;
}

.signSection button {
    display: block;
    width: 100%;
}

.forn_bottom_a {
    color: #fff;
    padding-top: 10px;
    display: inline-block;
}

.forn_bottom_a:hover,
.forn_bottom_a:focus {
    color: #e3ab27;
}

.registerHere {
    width: 65%;
}

.registerHere .form-group {
    width: 49%;
    float: left;
    margin: 10px 0.5%;
}

.labelAgree {
    font-weight: 400;
}

.labelAgree a {
    color: #e3ab27;
}

.navbar-default .navbar-nav li.navbtn a:hover {
    color: #fff !important;
    background-color: #ff2763;
}

.navbar-default .navbar-nav li.navbtn .dropdown-menu a:hover {
    color: #000033  !important;
}

.dashSection .content h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd24;
    padding-bottom: 12px;
}

.dashSection .content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.dashSection .snContract {
    padding: 13px 10px;
    background: linear-gradient(90deg, #1313132b, #cecece2b);
    clip-path: polygon(calc(100% - 28px) 0, 100% calc(0% + 28px), 100% 100%, 0 100%, 0 100%, 0 0);
    border-radius: 16px;
}

.dashSection .snContract h4 {
    margin-bottom: 0px;
    margin-top: 5px;
}

.table {
    background: transparent;
    border: 1px solid #bfd3da;
}

.table-responsive {
    margin-top: 25px;
}

.table>tbody>tr>td {
    color: #333;
    background: #f2f5f6;
    border-top: 1px solid #d0d9dc;
}

.table tr>th {
    background: #6e727a;
    color: white;
    border-bottom: 2px solid #d0d9dc;
}

.f18 {
    width: 80%;
    margin: auto;
}

.f18 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #ffffff;
}

p.f24 {
    font-size: 22px;
    font-weight: 400;
}

.contentSections h5 {
    margin-top: 25px;
    font-size: 20px;
}

.teamSocial a {
    font-size: 18px;
    color: #fff;
    margin: 0px 5px;
}

.snTeam img {
    border-radius: 250px;
    width: 160px;
}

.snTeam h4 {
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 5px;
}

.snTeam {
    margin-bottom: 45px;
}

.homesliderSection img.animation {
    animation: c3 60s linear infinite;
}

@-webkit-keyframes c3 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes c3 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.snPack {
    background: #5f439121;
    border-radius: 20px;
    padding: 14px;
    text-align: center;
    border: 2px solid #ddd;
}

.snPack h4 {
    font-size: 24px;
    line-height: 45px;
}

.snPack h4 span {
    font-size: 36px;
    display: block;
}

.snPack .a_btn {
    padding-top: 0px;
}

.snPack.pack1 {
    background: #5f439121;
    border: 2px solid #0d0d0d12;
}

.snPack.pack2,
.snPack.gold {
    background: #362a0921;
    border: 2px solid #2e2e2e38;
}

.snPack.pack3,
.snPack.platinum {
    background: #1111111f;
    border: 2px solid #2a2a2a87;
}

.snPack.pack4,
.PackSection .row>div.col-sm-4:nth-child(4) .snPack {
    background: #5f439121;
    border: 2px solid #9d9d9d8f;
}

.snPack.pack5,
.PackSection .row>div.col-sm-4:nth-child(5) .snPack {
    background: #00000021;
    border: 2px solid #00000059;
}

.snPack.pack6,
.PackSection .row>div.col-sm-4:nth-child(6) .snPack {
    background: #f42f2f21;
    border: 2px solid #15151596;
}

.mb-10 {
    margin-bottom: 10px;
}

.error {
    color: #a77a0e;
}

/*sweetalert*/

.sweet-alert,
.chnMFN {
    background-color: #f7f6fc !important;
}

.jcNZzC {
    background-color: rgb(255 255 255 / 6%) !important;
}

.sweet-alert h2,
.sweet-alert p,
.bktcUM,
.eFHlqH {
    color: #333333 !important;
    font-family: 'Livvic', sans-serif !important;
}

.sweet-alert button {
    background: #ff2763 !important;
}

.sweet-alert .sa-icon.sa-success .sa-fix,
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    display: none;
}

.modal-content .form-group {
    background: transparent;
    padding: 0px;
}

.modal-content .form-group .form-control {
    background: #1a1933 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.Main_btn_form h5 {
    margin-top: 15px;
    color: #dda526;
}

.communitySection h4 span {
    color: #ebc959;
}

.faq_section .fa-plus {
    display: none;
}

.collapsed .fa-plus {
    display: block;
}

.faq_section .fa-minus {
    display: block;
}

.collapsed .fa-minus {
    display: none;
}

.collapsed .fa-plus {
    display: block;
}

.plus_minus {
    position: absolute;
    right: -3px;
    top: -6px;
    height: 15px;
    width: 15px;
    text-align: center;
    padding: 4px 0px;
    border-radius: 40px;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0px;
}

.panel-title a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 0px 0px;
    border-radius: 13px;
    font-weight: 600;
    /* box-shadow: 0px 5px 8px 0px rgb(120 161 165 / 29%); */
}

.panel-body {
    color: #fff;
    font-size: 16px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 22px;
    font-weight: 400;
}

.panel-default {
    background: #ebc959;
    border: 0px;
    border-radius: 19px !important;
    padding: 20px 30px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
    padding: 0px 0px;
    padding-top: 10px;
}

.high {
    padding-top: 1px;
}

.dropdown-menu {
    background: #fffffffa;
    border: 1px solid #ffffff30 !important;
    border-radius: 6px !important;
    margin-top: 6px !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #f5f5f512 !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
}

.dropdown-toggle {
    cursor: pointer;
}

.pack-group {
    margin-bottom: 20px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #b8b8b894;
    opacity: 1;
    border: transparent;
    color: #000;
    border: 1px solid #2e2e2e26;
}

.navbar-default .navbar-toggle {
    margin-right: 20px;
}

.submenuMain:hover .dropdown-menu {
    display: block;
}

.submenuMain .dropdown-menu {
    right: auto;
    left: -160px;
    top: 0px;
}

.signSection textarea.form-control,
textarea.form-control {
    height: initial !important;
}

.cmxform {
    width: 80%;
}

table th {
    color: #fff;
}

.table_manageticket .fa-eye,
.table_manageticket .fa-trash {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #ff497c;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.list-group-item {
    background: transparent;
}

.rslt {
    background: #07060629;
    border: 1px solid #4b4876 !important;
}

.rslt li {
    margin-bottom: 15px;
}

.rslt li {
    margin-bottom: 0px;
    padding: 5px 10px;
    display: block !important;
    float: none !important;
}

.card h4.card-header {
    font-size: 21px;
}

.widget-visible iframe+iframe {
    display: none !important;
}

.widget-visible iframe+iframe.open {
    display: block !important;
}

.s-flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.someMainInfi {
    background: #181818;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-top: -40px;
}

.someMainInfi h4 {
    margin-bottom: 15px;
}

.someMainInfi>div {
    margin-top: 5px;
}

.someMainInfi>*,
.someMainInfi>* h5 {
    color: #fff;
}

.someMainInfi>* h5 {
    font-size: 16px;
}

.themeColor {
    color: #edcb58 !important;
}

.homesliderSection .content {
    padding-left: 35px;
}

.slidebg {
    position: absolute;
    top: 0px;
    width: 100%;
}

.titleh3 {
    font-size: 40px !important;
}

.mt-2 {
    margin-top: 20px;
}

.imgFeat {
    transition: all 0.5s ease-in-out;
}

.snFeatMain:hover .imgFeat {
    transform: scale(1.2);
    margin-bottom: 20px;
}

.contentFeat p {
    font-weight: 500;
    font-size: 16px;
}

.featurebg {
    position: absolute;
    left: 0px;
}

.tokenbg {
    position: absolute;
    right: 0px;
    top: 0px;
}

.content-center {
    justify-content: center;
}

.borderToken {
    border: 1px solid #ffffff45;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cont {
    padding-left: 10px;
}

.cont h5 {
    font-size: 20px;
    font-weight: 600;
}

.cont h4 {
    font-size: 32px;
}

.mb-0 {
    margin-bottom: 0px;
}

.bg_roadmap1 {
    position: relative;
    border-radius: 30px;
    padding: 50px 30px;
    overflow: hidden;
}

.bg_roadmap1:before {
    content: "";
    position: absolute;
    content: "";
    background: url(../img/bg_roadmap1.png);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    background-size: cover;
    background-position: center;
}

.bg_roadmap1>* {
    position: relative;
}

.snRoad {
    background: #1313181f;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

.panel-body p:last-child {
    margin-bottom: 0px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.gap-1 {
    gap: 10px;
}

.gap-2 {
    gap: 20px;
}

.bgpart {
    background: #ebc95926;
    border-radius: 10px;
    padding: 20px 0px;
}

.a_btn a.evenbtn {
    clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 2px)) !important;
    padding-left: 45px;
    padding-right: 15px;
}

.linF a {
    color: #ebc959;
    font-size: 18px;
}

.linF a i {
    font-size: 28px;
    margin-bottom: 3px;
    display: block;
}

.fSoicla {
    border-radius: 30px;
    background: #00000010;
    padding: 10px 20px;
}

.fSoicla a {
    color: #333;
}

.footerbg {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}

.overhideSec {
    overflow: hidden;
}

.snContract:before,
.snContract:after,
.card-arrow {
    opacity: 0;
}

.navbar-default .navbar-nav li .dropdown-menu>li>a {
    font-size: 14px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #000033;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.nobg {
    border: 0px;
    background: #be9031;
}

.mt-30 {
    margin-top: 30px !important;
}

.modal-content {
    background: #fff;
    border-radius: 35px;
    box-shadow: inset 0 7px 12px hsl(245deg 6% 36% / 14%);
}

.modal-body .form-control {
    box-shadow: none !important;
    background: transparent !important;
    border: 0px solid #353449 !important;
    border-radius: 0px !important;
}

#transaction-status-icon {
    font-size: 55px;
    color: #ec1966;
}

/*.dataTables_paginate, .dataTables_info,.dataTables_length,.dataTables_filter{color: #fff !important;}*/

.dataTables_length select,
.dataTables_filter input {
    box-shadow: none;
    background: #e4e4e494;
    border: 1px solid #2e2e2e26;
    border-radius: 0px;
    color: #000;
    height: 40px;
    font-weight: 600;
}

.date_range_filter {
    box-shadow: none;
    background: #e4e4e494;
    border: 1px solid #2e2e2e26;
    border-radius: 0px;
    color: #000;
    height: 40px;
    font-weight: 600;
}

/*.date_range_filter {background: #131129 !important;}*/

.datepicker td,
.datepicker th {
    color: #000;
}

.pagination>li>a,
.pagination>li>span {
    color: #575757;
    background-color: #fff;
    border: 1px solid #f2f5f6;
}

html body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
html body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff !important;
    background: #000033 !important;
    border-color: #000033 !important;
}

.ContrcatFea .snFeatMain {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.ContrcatFea .snFeatMain .homebuttons {
    background: #edcb58;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.dashboard-btn {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.dashboard-btn button {
    padding: 10px 20px !important;
}

.international-tour-section {
    background: #edf3f5;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}

.international-tour-section img {
    border-radius: 20px;
}

.international-tour-section .snContract {
    margin-bottom: 20px !important;
}