/*----bootstrap css ----- */

@import url("../vendor/bootstrap/css/bootstrap.min.css");

/*----font awesome -------*/

@import url("../fonts/font-awesome/css/font-awesome.min.css");

/*  
    /*-------- AOS css ------*/

@import url("../vendor/aos-next/dist/aos.css");

/*--------- flat-icon ---------*/

@import url("../fonts/icon/font/flaticon.css");

/*----Language Switcher---*/

@import url("../vendor/language-switcher/polyglot-language-switcher.css");

/*----------- Fancybox css -------*/

@import url("../vendor/fancybox/dist/jquery.fancybox.min.css");

/*---------------- Roadmap CSS -------------*/


/* @import url("../vendor//roadmap/jquery.roadmap.min.css"); */


/*---------------- Custom Animation -------------*/


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

#loader {
    /* background: url(../images/1.gif); */
    width: 64px;
    height: 64px;
    position: relative;
    top: 50%;
    margin: -32px auto 0 auto;
}


/*** 

====================================================================
  Click To Top
====================================================================

 ***/

.scroll-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 9999;
    text-align: center;
    background-color: var(--font-color);
    font-size: 16px;
    color: var(--color-primary);
    display: none;
    display: block;
    background-color: #413AE2;
    BORDER-RADIUS: 25PX;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    /* background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); */
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/

 ::-webkit-scrollbar {
    width: 8px;
}

 ::-webkit-scrollbar-thumb {
    background: #413AE2;
    border-radius: 8px;
}

 ::-webkit-scrollbar-track {
    background: transparent
}

@font-face {
    font-family: "Aeonik";
    src: url("../fonts/custom-font/Aeonik/Aeonik-Medium.otf");
    /* Legacy iOS */
}

@font-face {
    font-family: "AeonikBold";
    src: url("../fonts/custom-font/Aeonik/Aeonik-Bold.otf");
    /* Legacy iOS */
}

@font-face {
    font-family: "AeonikReg";
    src: url("../fonts/custom-font/Aeonik/Aeonik-Regular.otf");
    /* Legacy iOS */
}

body {
    font-family: "AeonikReg";
    font-weight: normal;
    color: var(--font-color);
    font-size: 19px;
    position: relative;
    background-color: var(--color-secondary);
}

.main-page-wrapper {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h3 {
    font-family: "Aeonik";
    color: var(--font-color);
}

h1,
h2,
h4,
h5,
h6 {
    color: var(--font-color);
    font-family: "AeonikBold";
}

p {
    font-family: "AeonikReg";
}

h1 {
    font-size: 70px;
    line-height: 75px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 28px;
    font-weight: normal;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
    font-weight: 500;
}

h6 {
    font-size: 20px;
}

p {
    line-height: 32px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

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

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.section-spacing {
    padding-top: 130px;
}

.inner-page-spacing {
    margin-bottom: 130px;
}

.tran3s,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
#theme-banner .button-group li a,
.theme-banner-one .main-text-wrapper .play-buttton,
#mega-menu-holder ul>li>a:before,
#mega-menu-holder>ul>li a,
.our-feature-two .text .learn-more,
.testimonial-section .owl-theme .owl-dots .owl-dot span,
.subscribe-banner form button,
.theme-footer .top-footer-data-wrapper .footer-list ul li a,
.item img,
.apps-overview .inner-wrapper .button-group li a,
.contact-us-one form button,
.contact-section-dark form button,
.blog-grid-style .single-blog-post .date a,
.blog-grid-style .single-blog-post .share-meta li a,
.blog-grid-style .single-blog-post .share-meta li button,
.theme-main-sidebar .sidebar-categories ul li a,
.our-features-four .single-feature a,
.our-feature-five .text .learn-more {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tran4s,
.our-features-one .single-feature .icon-box img,
.hover-effect-one .single-blog-post .image-box img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*--------------- Theme Title ------------*/

.theme-title h2 {
    font-family: "AeonikBold";
    line-height: 65px;
    font-weight: normal;
    text-align: center;
}

.theme-title .upper-heading {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
}


/*---------------- Theme Button --------------*/

body .theme-button {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    line-height: 52px;
    border-radius: 25px;
    padding: 0 50px;
    position: relative;
    z-index: 9;
}

body .theme-button i {
    font-size: 22px;
    vertical-align: -1px;
    margin-right: 10px;
}

body .theme-button span {
    position: absolute;
    border-radius: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

body .theme-button:hover span {
    opacity: 1;
}


/* ----------------------- Theme Top Section -----------------*/

.theme-top-section,
#theme-banner,
#theme-banner .main-text-wrapper {
    position: relative;
    z-index: 5;
    height: 100%;
}

#theme-banner .button-group {
    display: inline-block;
    margin: 0 -10px;
}

#theme-banner .button-group>li {
    float: left;
    padding: 0 10px;
    position: relative;
}


/*-------------------------- Theme Menu ---------------------*/

.theme-main-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 25px;
    z-index: 99;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.theme-main-menu.full-width {
    padding: 55px 80px 0;
}

.menu-wrapper {
    position: relative;
}

.theme-main-menu .logo {
    float: left;
    text-align: left;
}

.theme-main-menu .logo a {
    display: block;
}

.theme-main-menu #mega-menu-holder,
.theme-main-menu .right-widget {
    float: right;
    padding: 0;
}

#mega-menu-holder ul>li>a {
    font-family: "AeonikReg";
    position: relative;
    padding: 7px 0 0;
    display: block;
    font-size: 16px;
    margin: 0 22px;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: var(--paragraph-color);
}

#mega-menu-holder ul>li>a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    transform: scale(0, 1);
}

#mega-menu-holder ul>li>a.active:before {
    opacity: 1;
    transform: scale(1);
}

#mega-menu-holder .navbar-toggler {
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 8px;
}

.theme-main-menu .right-widget>li {
    float: left;
}

.theme-main-menu .right-widget .login-button a {
    width: 130px;
    height: 40px;
    line-height: 38px;
    border: 2px solid #ebebeb;
    border-radius: 20px;
    text-transform: uppercase;
    color: rgba(52, 72, 106, 0.35);
    font-size: 16px;
    padding-left: 28px;
}

.theme-main-menu .right-widget .login-button a i {
    font-size: 18px;
    margin-left: 8px;
    vertical-align: middle;
}


/* <-- theme toggler --> */

.togglebutton {
    position: relative;
    padding: 7px 0 0;
    display: block;
    font-size: 16px;
    margin: 0 19px;
    display: inline;
    align-items: flex-end;
}

@media screen and (max-width:1200px) and (min-width:992px) {
    .togglebutton {
        margin: 0 11px;
    }
    #stakingButton {
        font-size: 13px;
        padding: 10px 16px;
    }
    #mega-menu-holder ul>li>a {
        margin: 0 10px;
    }
}

#toggleText {
    align-items: baseline;
    width: 52px;
    text-align: left;
}

p,
.feature-list {
    color: var(--paragraph-color);
}

.theme-light {
    --color-primary: #0C0C0C;
    --color-secondary: #FFFFFF;
    --color-accent: #E0E0E0;
    --font-color: #232323;
    --graph-color: #F9FAFB;
    --graph-border: #DCDCDC;
    --protocol-color: #F9FAFB;
    --roadmap-bg: #EFF3F6;
    --phnx-ratio: #eaeaea;
    --paragraph-color: black;
    --border: #413AE2;
    --shadow: 2px 2px 14px rgb(26 19 19 / 15%);
    --url: url("../images/icon/checkblack.svg");
    --background-url: url("../images/background/white.svg");
    --left-url: url("../images/icon/chevron-left.svg");
    --right-url: url("../images/icon/chevron-right.svg");
}

.theme-dark {
    --color-primary: #FFFFFF;
    --color-secondary: #181818;
    --color-accent: #2c2c2c;
    --font-color: #F5F5F5;
    --graph-color: #252525;
    --roadmap-bg: #252525;
    --paragraph-color: #CDCDCD;
    --graph-border: #343434;
    --protocol-color: #252525;
    --shadow: 2px 2px 20px rgb(167 163 163 / 10%);
    --phnx-ratio: #343434;
    --border: #fff;
    --url: url("../images/icon/checkwhite.svg");
    --background-url: url("../images/background/black.svg");
    --left-url: url("../images/icon/chevron-left-white.svg");
    --right-url: url("../images/icon/chevron-right-white.svg");
}

.main-page-wrapper h1 {
    color: var(--color-primary);
    font-family: "AeonikBold";
    letter-spacing: 1px;
}

.main-page-wrapper button {
    color: var(--font-color);
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline;
    width: 60px;
    height: 34px;
}

html {
    scrollbar-color: #413AE2 transparent;
    scrollbar-width: thin;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 23px;
    width: 49px;
    border: 1px Solid #3F3F3F;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3F3F3F;
}

input:checked+.slider:before {
    background-color: #FFC700;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    background-repeat: no-repeat;
    background-position: center;
}


/* Rounded sliders */

.slider.round {
    border-radius: 50px;
}

.slider.round:before {
    border-radius: 50%;
}


/*================= End Menu ===============*/


/*================= Sticky Menu ===============*/

#bars {
    color: var(--font-color);
}

.navbar-toggler.collapsed,
.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
}

.theme-main-menu.fixed {
    z-index: 9999;
    padding: 10px 0;
    background: var(--color-secondary);
    -webkit-box-shadow: 0px 13px 35px -12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 13px 35px -12px rgba(0, 0, 0, 0.15);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
}

.theme-main-menu.fixed .logo-none {
    display: block;
}

.theme-main-menu.fixed .logo-off {
    display: none;
}

.theme-main-menu.fixed.full-width {
    padding: 10px 80px;
}


/*----------------------- Theme Banner One -------------------------*/

.theme-banner-one {
    background-size: cover;
}


/* .header-white {
        color: #fff;
    }
     */

.theme-banner-one .main-text-wrapper {
    padding: 178px 0 125px;
}

.theme-banner-one .main-text-wrapper p {
    font-size: 20px;
    line-height: 32px;
    padding: 35px 21px 28px 0px;
}

@media screen and (max-width:455px) {
    #theme-banner .button-group li a {
        width: 230px !important;
    }
}

@media screen and (max-width:991px) and (min-width:767px) {
    #theme-banner .button-group li a {
        width: 230px !important;
    }
}

.theme-banner-one .main-text-wrapper .button-group>li:first-child a,
.button-group>li:first-child a,
.contact-us-one form button {
    width: 160px;
    line-height: 50px;
    color: #fff;
    background: #413AE2;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    font-family: "Aeonik";
}

.theme-banner-one .main-text-wrapper .button-group>li:last-child .download-button,
.theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-menu a {
    width: 250px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    text-align: left;
    padding-left: 28px;
}

.theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-toggle {
    height: 55px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    padding: 0;
}

.theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-menu {
    width: 250px;
    border: none;
    border-radius: 0;
    padding: 0;
}

.theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-toggle::after {
    content: "\f100";
    border: none;
    font-family: "Flaticon";
    color: #fff;
    line-height: 55px;
    height: 55px;
    width: 50px;
    top: 0;
    margin: 0;
    display: block;
}

.theme-banner-one .illustration {
    position: absolute;
    top: 21%;
    z-index: -1;
}

.seen p {
    padding: 24px 0 9px 0;
    font-size: 22px;
}

.seen img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    transition: 0.3s;
}

.button-group li {
    width: 150%;
}

.bridge {
    width: 230px !important;
    background-color: var(--color-secondary) !important;
    color: var(--border) !important;
    border: 1.5px solid var(--border);
    line-height: 47px !important;
}

.bridgeImage {
    display: inline;
    padding-left: 5px;
}

.seen img:hover {
    transition: 0.3s;
    transform: scale(1.1);
}

.seen {
    padding-left: 9px;
}

.contact-us-one form button:hover {
    box-shadow: var(--shadow);
    transition: .5s;
    transform: scale(1.02);
}

#theme-banner .button-group li:hover {
    transition: .5s;
    transform: scale(1.03);
}


/* -------------Nav bar li---------- */

#stakingButton {
    font-weight: bold;
    font-size: 14px;
    background-color: #413AE2;
    color: white;
    border-radius: 10px;
}

#mobileStakingButton {
    font-weight: bold;
    font-size: 14px;
    background-color: #413AE2;
    color: white;
    border-radius: 10px;
}

.navbar-expand-lg {
    justify-content: center;
}

.productNav li a {
    font-size: 22px !important;
    color: #797979;
    font-family: "AeonikReg";
}

#myTabContent {
    margin-top: 70px;
}

.nav-tabs .nav-link,
.nav-tabs {
    border: none;
}


/*-------------------- Our Feature Two --------------------*/

.our-feature-two {
    padding: 0px 0 100px;
    /* background: #1217a4; */
    background-image: var(--background-url);
    background-size: cover;
}

.technicalTeam {}

.launch {
    margin-top: 10px;
    margin-left: 34px;
}

.product {
    margin-top: 50px;
}

li::before {
    width: 10px;
}

.rss {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rss li {
    background: var(--url) 0 3px no-repeat;
    padding: 0px 0 20px 34px;
}

.heading {
    margin-bottom: 20px;
    font-size: 34px;
    font-family: "Aeonik";
}

#mega-menu-holder ul>li>a {
    font-family: "AeonikReg";
    position: relative;
    padding: 7px 0 0;
    display: block;
    font-size: 16px;
    margin: 0 22px;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: var(--font-color)
}

.productNav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.numbers {
    color: #ea8604;
    font-size: 25px;
    font-weight: bolder;
    margin-right: 15px;
    opacity: 0.6;
}

.backgroundDiv {
    background-image: var(--background-url);
    /* background-size: cover; */
}


/* .ambassador-section {
    padding-bottom: 100px;
} */

.our-feature-two .text {
    position: relative;
    padding: 40px 30px 80px 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-size: 24px;
    font-family: "AeonikBold";
    border-bottom: 2px solid #FCBC00 !important;
    color: #FCBC00;
}

.our-feature-two .text p a {
    transition: 0.2s;
    font-size: 22px;
    color: var(--border);
    padding-top: 25px;
}

.our-feature-two .text p a:hover,
.bottom-footer li a:hover {
    /* transition: .2s; */
    transform: scale(1.02);
    color: #413AE2;
    transition: 0.5s;
    font-size: 22px;
}

.nav-tabs .nav-link:focus {
    border-bottom: 1px solid #FCBC00 !important;
}


/* .our-feature-two .text p a:hover {
        color: #000;
    } */


/* .nav-tabs .nav-link.active {
    background-color: var(--color-secondary);
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #FCBC00;
    border-bottom: 1px solid #FCBC00;
}

.nav-tabs .nav-link:focus {
    border-bottom: 1px solid #FCBC00;
    color: #FCBC00;
}

.our-feature-two .text .title {
    padding-top: 35px;
    line-height: 44px;
    font-size: 34px;
}

.our-feature-two .text .learn-more i {
    vertical-align: middle;
    font-size: 25px;
    margin-left: 12px;
}

.our-feature-two .text p {
    padding: 10px 0;
}

.our-feature-two.dark-bg .text {
    padding: 0 0 150px 0;
}

.our-feature-two.dark-bg .text .number:before,
.our-feature-two.dark-bg .text .number:after {
    display: none;
}

.our-feature-two.dark-bg .text .number {
    color: #3d42e0;
}

.our-feature-two.dark-bg .text .title {
    color: #fff;
}

.our-feature-two.dark-bg .text p {
    color: #d0d0d9;
}

.our-feature-two.dark-bg .row {
    margin: 0 -70px;
}

.carousel-control-next-icon {
    background-image: var(--right-url);
}

.carousel-control-prev-icon {
    background-image: var(--left-url);
}

.our-feature-two.dark-bg .row [class*="col"] {
    padding: 0 70px;
}

.our-feature-two.dark-bg {
    padding: 170px 0 80px;
}


/* phnx graph chart */

.highcharts-background {
    background-color: plum;
}

.cg-container {
    display: none;
}

.graph {
    background-color: var(--graph-color);
    border-radius: 20px;
    border: 3px solid var(--graph-border);
    padding: 40px !important;
    /* margin-bottom: 100px; */
    height: 600px;
}

#percentage {
    color: green;
    font-size: 22px;
    display: flex;
    align-items: center;
}

#price {
    font-family: 'Aeonik';
    font-size: 27px;
    padding-right: 9px;
}

@media screen and (max-width:767px) {
    .phnxDiv {
        display: block !important;
    }
    #price {
        display: inline;
        font-size: 23px;
    }
    .phnxDiv {
        padding: 0px 10px !important;
    }
    .graph {
        padding: 10px !important;
    }
    .priceDiv {
        padding-left: 89px;
    }
    #percentage {
        font-size: 19px;
    }
    #PHNX {
        font-size: 24px;
    }
}

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

@media screen and (max-width:991px) {
    .phnxDiv {
        padding: 0px !important;
    }
    .btnsdiv {
        padding-right: 0px !important;
    }
}

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

@media screen and (max-width:992px) {
    #myChart,
    #week,
    #month {
        padding: 0px !important;
    }
}

@media screen and (max-width:600px) {
    #protocols {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0px !important;
    }
    .bg-04 {
        padding: 0 !important;
    }
    .graph {
        width: 92%;
    }
    .phnxDiv {
        padding: 0px !important;
    }
}

.btnsdiv button:focus {
    background-color: #413AE2;
    color: #FFFFFF;
    margin-left: 15px;
    font-weight: 700;
}

.btnsdiv button {
    background-color: var(--color-accent);
    color: #413AE2;
    margin-left: 15px;
    font-weight: 700;
}

#oneday.active {
    background-color: #413AE2;
    color: #FFFFFF;
    margin-left: 15px;
    font-weight: 700;
}

.btnsdiv {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

#myChart,
#week,
#month {
    height: 400px !important;
}

#PHNX {
    /* padding-left: 10px; */
    padding: 0px 30px;
}

#PHNX,
#bird {
    display: inline;
}

#myChart,
#week,
#month {
    padding: 0px 40px;
}

.phnxDiv {
    padding: 0px 40px;
    display: flex;
    align-items: center;
}


/*----------------------- Protocol  ---------------------*/

.protocolBlock {
    background-color: var(--protocol-color);
    border-radius: 15px;
}

.more {
    display: inline;
    margin-top: -6px;
    padding-left: 5px;
}

.identity {
    margin-top: 50px;
    justify-content: space-around;
}

@media screen and (max-width:767px) {
    .firstChild {
        margin-bottom: 30px;
    }
    .secondChild {
        margin-bottom: -20px;
    }
    .thirdChild {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:770px) {
    .firstChild {
        margin-right: -68px;
    }
    .secondChild {
        margin-top: 82px;
    }
    .thirdChild {
        margin-right: -68px;
        margin-top: -72px;
    }
    .fourthChild {
        margin-top: -24px;
    }
}

@media screen and (min-width:900px) {
    .firstChild {
        margin-right: -60px;
    }
    .secondChild {
        margin-top: 72px;
    }
    .thirdChild {
        margin-right: -60px;
        margin-top: -60px;
    }
    .fourthChild {
        margin-top: -23px;
    }
}

@media screen and (min-width:991px) {
    .firstChild {
        margin-right: -108px;
    }
    .secondChild {
        margin-top: 72px;
    }
    .thirdChild {
        margin-right: -108px;
        margin-top: -139px;
    }
    .fourthChild {
        margin-top: -26px;
    }
}

@media screen and (min-width:1199px) {
    .firstChild {
        margin-right: -137px;
    }
    .secondChild {
        margin-top: 82px;
    }
    .thirdChild {
        margin-right: -137px;
        margin-top: -89px;
    }
    .fourthChild {
        margin-top: -15px;
    }
}


/* <-----end protocol -----> */


/* <---- start testimonials  -----> */

.bg-04 {
    padding: 0 3.125rem 0;
    position: relative;
    overflow: hidden;
}

.bg-04 .main-team-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 15px;
    margin: 20px 0px;
    position: relative;
    transition: 0.5s;
}

.bg-04 .main-team-card .team-setup {
    margin: 0 0 50px 0;
    padding: 10px;
    flex: 1 1 25%;
    width: 25%;
    max-width: 25%;
}

@media screen and (max-width:450px) and (min-width:401px) {
    .team-items {
        width: 70% !important;
    }
    .ambassador .team-items {
        width: 70% !important;
    }
}

@media screen and (max-width: 400px) {
    .team-user-social p {
        line-height: 21px;
        margin: 8px;
    }
    .team-items {
        width: 76% !important;
    }
    .team-setup {
        display: flex;
        justify-content: center;
    }
    .bg-04 .team-setup {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        -webkit-flex-direction: 1 1 100%;
        -moz-flex-direction: 1 1 100%;
        -ms-flex-direction: 1 1 100%;
    }
    .ambassador .team-items {
        width: 82% !important;
    }
    .team-user-social ol {
        margin-top: 40px !important;
    }
}

@media screen and (max-width: 600px) {
    .bg-04 .main-team-card .team-setup {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .team-user-social ol {
        margin-top: 40px !important;
    }
    .bg-04 .main-team-card {
        justify-content: center;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .bg-04 .main-team-card .team-setup {
        width: 33%;
        max-width: 33%;
        flex: 1 1 33%;
        -webkit-flex-direction: 1 1 33%;
        -moz-flex-direction: 1 1 33%;
        -ms-flex-direction: 1 1 33%;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .bg-04 .main-team-card .team-setup {
        width: 50%;
        max-width: 50%;
        flex: 1 1 50%;
        -webkit-flex-direction: 1 1 50%;
        -moz-flex-direction: 1 1 50%;
        -ms-flex-direction: 1 1 50%;
    }
    .team-user-social ol {
        margin-top: 20px !important;
    }
    .team-user-social p {
        margin: 12px !important;
        font-size: 15px !important;
        /* margin-bottom: 10px !important; */
    }
    .team-user img {
        width: 110%;
    }
}

.team-user-social p {
    margin: 15px;
    color: white;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.bg-04 .main-team-card .team-setup .team-items {
    width: 100%;
    display: block;
    transition: 0.5s;
    position: relative;
}

.bg-04 .main-team-card .team-setup .team-items:hover .team-user-social {
    opacity: 1;
    visibility: visible;
    left: 0;
    display: block;
}

.bg-04 .main-team-card .team-setup .team-items:hover .team-user::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
}

.bg-04 .main-team-card .team-setup .team-items .team-name {
    padding: 10px 0px;
    position: relative;
    display: block;
    z-index: 2;
}

@media screen and (max-width:700px) {
    #roadmap .overlay {
        max-width: 1127px;
        overflow-x: scroll;
    }
}

@media screen and (max-width:1117px) {
    .roadmapContainer::-webkit-scrollbar {
        width: 10px;
        height: 0px;
    }
    .roadmapContainer::-webkit-scrollbar-thumb {
        background: #3A86E2;
        border-radius: 10px;
    }
    .roadmapContainer::-webkit-scrollbar-track {
        background: transparent;
    }
}


/* .roadmap-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}

.roadmap-wrapper::-webkit-scrollbar-thumb {
    background: #3A86E2;
    border-radius: 10px;
}

.roadmap-wrapper::-webkit-scrollbar-track {
    background: transparent;
} */

.team-name span,
.amb_details p,
.team span {
    font-size: 14px;
    text-transform: uppercase;
}

.amb-detils span {
    text-align: left;
}

.bg-04 .main-team-card .team-setup .team-items .team-name h2 {
    font-size: 18px;
}

.bg-04 .main-team-card .team-setup .team-items .team-name b {
    font-size: 15px;
    color: #848484;
}

.bg-04 .main-team-card .team-setup .team-items .team-user {
    /* overflow: hidden; */
    position: relative;
    transition: 0.5s;
}

.bg-04 .main-team-card .team-setup .team-items .team-user::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: #292929;
    border-radius: 15px;
}

.bg-04 .main-team-card .team-setup .team-items .team-user-social {
    position: absolute;
    top: 0;
    /* height: 45px; */
    /* background: rgba(255, 255, 255, 0.1); */
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    display: none;
}

.team-user-social ol {
    display: flex;
    margin-top: 40px;
    padding-left: 15px;
    display: flex;
    align-items: baseline;
}

.bg-04 .main-team-card .team-setup .team-items .team-user-social ol li {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    transition: 0.6s;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    border-radius: 50px;
    font-size: 16px;
    margin-right: 20px;
}

.bg-04 .main-team-card .team-setup .team-items .team-user-social ol li:hover {
    color: #fd580b;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}


/*----------------------- Testimonial Section --------------------*/

.owl-theme .owl-nav {
    margin: 0;
}

.testimonial-section .theme-title {
    padding-bottom: 20px;
}

.ambassador-section .name {
    text-align: left;
    padding: 10px 0px 5px 0px;
}

.amb_details p {
    text-align: left;
}

.ambassador-section .amb_details {
    margin-bottom: 100px;
}

.ambassador-section .amb_details img {
    border-radius: 15px;
    transition: 0.5s ease-in;
}

.ambassador-section .amb_details img:hover {
    border-radius: 50%;
    transition: 0.5s ease-in;
}

.ambassador-section .amb_details {
    padding: 0 15%;
}

.ambassador-section .amb_details ul li {
    display: inline-block !important;
}

.ambassador-section .amb_details ul li img {
    display: inline-block !important;
    width: 25px;
    padding: 15px 2px;
    transition: 0.5s ease-in;
}

.ambassador-section .amb_details ul li img:hover {
    transform: scale(1.2);
    transition: 0.5s ease-in;
}

.testimonial-section .owl-theme .owl-dots {
    margin-top: 50px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border: 1px solid #c3cadb;
    background: transparent;
    margin: 0 3px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    width: 17px;
    height: 7px;
    border-radius: 3px;
}

.testimonial-section .full-width {
    position: relative;
    /* background: linear-gradient(
    90deg,
    rgb(249, 250, 255) 0%,
    rgb(255, 255, 255) 100%
  ); */
    padding: 60px 35px 275px;
    overflow: hidden;
}

.testimonial-section .full-width:after {
    content: "";
    width: 104%;
    height: 230px;
    background: #fff;
    position: absolute;
    bottom: -100px;
    left: -1%;
    transform: rotate(-6deg);
}

.testimonial-section .full-width .single-block {
    background: #fff;
    box-shadow: 0px 0px 100px 0px rgba(72, 91, 119, 0.05);
    padding: 45px 40px 50px;
    border-radius: 5px;
}

.testimonial-section .full-width .single-block .img-block {
    width: 140px;
    height: 140px;
}

.testimonial-section .full-width .owl-theme .owl-dots .owl-dot span {
    background: rgba(70, 95, 233, 0.2);
    border: none;
}

.testimonial-section .full-width .owl-theme .owl-dots {
    margin-top: 85px;
}


/*---------------------- Contact Us One -------------*/


/* .contact-us-one {
    margin-top: 40px;
} */

.contact-us-one.m0 {
    margin: 0;
}

.contact-us-one .overlay {
    background: var(--protocol-color);
}

.contact-us-one .theme-title p {
    font-size: 20px;
    padding-top: 12px;
    padding-left: 0px;
}

.contact-us-one form {
    border-radius: 4px;
    /* box-shadow: 0px 3px 60px 0px rgba(166, 188, 206, 0.15); */
    position: relative;
    z-index: 1;
}

#rectangle1 {
    padding-left: 29px;
}

#rectangle {
    margin-top: -114px;
    padding-left: 174px;
}

.contactHeading {
    text-align: left !important;
}

.contact-us-one form label {
    font-family: 'AeonikReg';
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--paragraph-color);
}

.contact-us-one form input {
    color: var(--font-color);
    border-bottom: 1px solid var(--font-color);
    border-left: none;
    border-top: none;
    border-right: none;
    width: 100%;
    height: 39px;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 30px;
    background-color: var(--protocol-color);
}

.contact-us-one form input:focus {
    outline: none !important;
    border-bottom: 2px solid #413AE2;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

#alertMessage {
    background-color: #413AE2;
    color: #fff;
    box-shadow: 2px 2px 20px rgb(167 163 163 / 10%);
    text-align: center;
    border-radius: 10px;
    margin-left: -7px;
    line-height: 27px;
    /* padding-left: 16px; */
}

#alertSuccess {
    background-color: #413AE2;
    color: #fff;
    box-shadow: 2px 2px 10px black;
    margin-left: 14px;
    border: none;
}

.contact-us-one form button {
    width: 220px;
    height: 55px;
    border-radius: 10px;
    display: block;
    margin: 10px 0;
    font-size: 20px;
}

.contact-us-one.bg-color {
    position: relative;
    background: linear-gradient(29deg, rgb(74, 2, 199) 0%, rgb(117, 1, 209) 100%);
    padding: 300px 0 50px;
    overflow: hidden;
    z-index: 1;
}

.contact-us-one.bg-color:before {
    content: "";
    width: 103%;
    height: 220px;
    background: #fff;
    position: absolute;
    top: -100px;
    right: 0;
    transform: rotate(-6deg);
}

.contact-us-one.bg-color:after {
    content: "";
    width: 104%;
    height: 220px;
    background: #fff;
    position: absolute;
    bottom: -100px;
    left: -1%;
    transform: rotate(-6deg);
}

.contact-us-one.bg-color .shape {
    position: absolute;
    z-index: -1;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-us-one.bg-color .shape-two {
    position: absolute;
    right: 0;
    top: 13%;
}

@media screen and (max-width:767px) {
    #rectangle {
        padding-left: 10%;
    }
}


/*----------------- Partner Slider -----------*/

.partner-section {
    padding: 0 30px;
    margin-top: 10px;
}

.partner-section h3 {
    text-align: left;
    padding-bottom: 34px;
    font-family: "AeonikBold";
}

.partner-row .item {
    border: 1px solid var(--graph-border);
    margin: 20px 0px;
    background-color: var(--color-secondary);
    border-radius: 10px;
}

#theme-banner .button-group li a:hover {
    box-shadow: 0px 2px 30px rgba(167, 163, 163, 0.1);
}

.partner-row .item a:hover {
    box-shadow: var(--shadow);
    border-radius: 10px;
}

.partner-row .item:hover {
    border-color: var(--color-secondary) !important;
}

.item img {
    margin: 12px;
    width: 70%;
}


@media screen and (max-width:991px) {
    .item img {
        width: 85%;
        margin: 5px 10px;
    }
}

@media screen and (max-width:767px) {
    .vl {
        display: none;
    }
    .item img {
        width: 70%;
        margin: 12px 5px;
    }
}

.item img:hover {
    opacity: 1;
    transition: 0.3s;
}

.vl {
    border-left: 1px solid var(--graph-border);
}


/* .partnerImg {
    width: 235px !important;
    height: 79px !important;
} */

.item a {
    display: flex;
    justify-content: center;
}

.item img:hover {
    opacity: 1;
}

.partner-row {
    display: flex;
    justify-content: space-around;
}


/*------------------- Footer -----------------*/

.theme-footer {
    position: relative;
    z-index: 1;
}

.theme-footer .shape {
    position: absolute;
    right: 0;
    top: -40%;
    z-index: -1;
}

.logo-none {
    display: none;
}

.theme-footer .top-footer-data-wrapper {
    border-bottom: 1px solid #f1f1f1;
    padding: 95px 0 60px;
}

.theme-footer .top-footer-data-wrapper .footer-logo .email {
    font-size: 22px;
    display: block;
    margin: 12px 0 0 8px;
    color: var(--font-color);
    font-family: "AeonikReg";
}

.theme-footer .top-footer-data-wrapper .footer-logo .mobile {
    font-size: 20px;
}

.theme-footer .top-footer-data-wrapper .footer-list .title {
    font-size: 24px;
    padding-bottom: 28px;
    font-family: "Aeonik";
}

.theme-footer .top-footer-data-wrapper .footer-list ul li a {
    font-size: 18px;
    line-height: 36px;
    display: block;
    color: var(--paragraph-color);
    font-family: "AeonikReg";
}

.theme-footer .bottom-footer {
    padding: 55px 0 35px 0;
}

.theme-footer .bottom-footer .copyright {
    float: left;
    font-size: 17px;
    line-height: 34px;
}

.theme-footer .bottom-footer ul {
    float: right;
}

.theme-footer .bottom-footer ul li {
    display: inline-block;
    padding-left: 5px;
}

.theme-footer .bottom-footer ul li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: var(--font-color);
    margin-left: 5px;
}

.theme-footer.dark-style .top-footer-data-wrapper {
    border-top: 1px solid rgba(241, 241, 241, 0.08);
    border-bottom: 1px solid rgba(241, 241, 241, 0.08);
}

.theme-footer.dark-style .top-footer-data-wrapper .footer-logo .email,
.theme-footer.dark-style .top-footer-data-wrapper .footer-logo .mobile,
.theme-footer.dark-style .top-footer-data-wrapper .footer-list .title,
.theme-footer.dark-style .bottom-footer .copyright,
.theme-footer.dark-style .bottom-footer .copyright a {
    color: #fff;
}

.footer-logo a:hover {
    color: #FCBC00 !important;
}

.theme-footer.dark-style .top-footer-data-wrapper .footer-list ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.bottom-footer p a {
    color: var(--font-color);
    transition: 0.5s;
}

.bottom-footer p a:hover {
    color: #282fea;
    transition: 0.5s;
}

.bottom-footer img {
    width: 30px;
    height: 30px;
}


/*-------------------- Token Sale -----------------*/

.roadmapContainer {
    overflow-x: scroll;
}

@media (min-width: 992px) and (max-width:1300px) {
    /* .token-container {
        max-width: 1300px !important;
    } */
    .pie-chart img {
        width: 47%;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    /* .token-container {
        max-width: 1370px;
    } */
    .pie-chart img {
        width: 88% !important;
    }
}

@media screen and (max-width:768px) {
    #token-distribution .theme-title {
        padding-bottom: 0px;
    }
    .token-sale-section .token-sale-allocation img {
        margin: 10px auto 0;
    }
    .pie-chart img {
        width: 100% !important;
    }
    .token-sale-section .token-sale-allocation .allocation-box {
        padding: 15px !important;
    }
    .color-box {
        font-size: 17px;
    }
}

@media screen and (max-width:1199px) {
    .line3 {
        width: 130px !important;
    }
    .roadmap-row {
        width: 799px !important;
    }
}

@media screen and (max-width:600px) {
    .pie-chart img {
        width: 63% !important;
    }
    .token-sale-section .token-sale-allocation img {
        margin: 0px !important;
    }
    .token-sale-section .token-sale-allocation .allocation-box ul li h3 {
        font-size: 29px !important;
    }
    .token-sale-section .token-sale-allocation .allocation-box ul li {
        margin-bottom: 5px !important;
    }
    .token-sale-section .token-sale-allocation .allocation-box ul li h3 span {
        font-size: 15px !important;
    }
    .token-distribution .overlay {
        padding: 20px 20px 65px 20px !important;
    }
}

@media screen and (min-width:700px) {
    #roadmap {
        /* min-width: 1500px; */
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        -webkit-flex-direction: 1 1 100%;
        -moz-flex-direction: 1 1 100%;
        -ms-flex-direction: 1 1 100%;
    }
    .roadmap-wrapper {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        -webkit-flex-direction: 1 1 100%;
        -moz-flex-direction: 1 1 100%;
        -ms-flex-direction: 1 1 100%;
        /* min-width: 3000px; */
        display: flex;
        /* overflow-x: scroll; */
    }
}

.pie-chart {
    justify-content: center;
    display: flex;
}

.pie-chart img {
    width: 55%;
}

.token-sale-section {
    position: relative;
    z-index: 1;
    background-color: var(--roadmap-bg);
}

.token-sale-section.dark-bg-1 {
    position: relative;
    z-index: 1;
}

.token-sale-section .overlay {
    /* background: url(../images/home/bg7.png) no-repeat center center; */
    background-size: cover;
    padding: 30px 0 70px;
}

.token-sale-section .overlay .cube-shape-one {
    position: absolute;
    right: 0;
    top: 18%;
    z-index: -1;
    animation: fade-in 1s ease-in-out alternate infinite;
}

.token-sale-section .overlay .cube-shape-two {
    position: absolute;
    left: 5%;
    bottom: -8%;
    z-index: 5;
    animation: fade-in 1s ease-in-out alternate infinite;
}

.token-sale-section .theme-title p {
    padding: 15px 240px 0;
}

.token-sale-section .theme-title {
    padding-bottom: 40px;
    display: flex;
}

.token-sale-section .token-sale-text .title-wrapper {
    position: relative;
    padding-right: 20px;
    text-align: right;
}

.token-sale-section .token-sale-text .title-wrapper .stage {
    font-family: "brandon_grotesquebold";
    width: 100px;
    line-height: 30px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    color: #282828;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #efd421;
}

.token-sale-section .token-sale-text .title-wrapper .title {
    font-family: "brandon_grotesquebold";
    font-size: 40px;
    color: #fff;
    line-height: 39px;
    margin-top: 20px;
    position: relative;
}

.token-sale-section .token-sale-text .meta-data-wrapper .date-range {
    font-family: "brandon_grotesquemedium";
    font-size: 22px;
    padding-bottom: 38px;
}

.token-sale-section .token-sale-text .meta-data-wrapper .table tr td {
    border: none;
    padding: 0 0 14px 0;
}

.token-sale-section .token-sale-text .meta-data-wrapper .table tr td:first-child {
    width: 30%;
    font-family: "brandon_grotesquemedium";
    font-size: 20px;
    color: #efd421;
}

.token-sale-section .token-sale-text .meta-data-wrapper .table tr td:last-child {
    line-height: 28px;
    color: #efd421;
    padding-top: 62px;
    padding-left: 100px;
}

.token-sale-section .token-sale-text .single-stage-data {
    padding-bottom: 15px;
}

.token-sale-section.dark-bg .token-sale-allocation {
    padding-top: 70px;
}


/* .token-sale-section .token-sale-allocation .theme-title {
    padding-top: 40px;
} */

.token-sale-section .token-sale-allocation .allocation-box {
    background: var(--phnx-ratio);
    border-radius: 20px;
    padding: 45px 15px 30px 40px;
}

.token-sale-section .token-sale-allocation .allocation-box p {
    line-height: 30px;
    padding-bottom: 45px;
}

.token-sale-section .token-sale-allocation .allocation-box ul li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 38px;
}

.token-sale-section .token-sale-allocation .allocation-box ul li h3 {
    font-size: 35px;
    margin-bottom: -3px;
}

#blue {
    background-color: #3A86E2;
    width: 22.5px;
    height: 15px;
    display: inline-grid;
}

#pink {
    background-color: #C000B9;
    width: 22.5px;
    height: 15px;
    display: inline-grid;
}

#yellow {
    background-color: #CCD034;
    width: 22.5px;
    height: 15px;
    display: inline-grid;
}

.color-box {
    font-size: 14px;
    margin-right: 0px;
}

.labelsDiv {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (max-width:600px) {
    .labelsDiv {
        width: 50%;
    }
}

#green {
    background-color: #00BB30;
    width: 22.5px;
    height: 15px;
    display: inline-grid;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:nth-child(1) h3 {
    color: #3A86E2;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:nth-child(2) h3 {
    color: #CCD034;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:nth-child(3) h3 {
    color: #C000B9;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:nth-child(4) h3 {
    color: #00BB30;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:nth-child(1):before {
    border: 10px solid #3A86E2;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:nth-child(2):before {
    border: 10px solid #CCD034;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:nth-child(3):before {
    border: 10px solid #C000B9;
}

.token-sale-section .token-sale-allocation .allocation-box ul li:nth-child(4):before {
    border: 10px solid #00BB30;
}

.token-sale-section.light-bg .token-sale-allocation .allocation-box {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.token-sale-section.light-bg {
    padding-bottom: 350px;
}


/*---------------------- Our Road Map ------------------*/

.inner-div {
    left: 105px;
    position: relative;
}

.inner-div .div1 {
    position: relative;
}

.inner-div .div2 {
    position: relative;
}

.completed h4,
.roadmap-row,
.Q2 h4,
.q1 h4 {
    color: #fff;
    font-size: 14px;
    font-family: "AeonikReg";
}

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

.completed {
    width: 87.36px;
    height: 26.7px;
    /* left: 161.88px; */
    /* top: 281px; */
    background: #00BB30;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-div {
    display: flex;
}

.q1 {
    width: 29px;
    height: 27px;
    /* left: 264px; */
    /* top: 281px; */
    margin-left: -9px;
    background: #00BB30;
    border-radius: 10px;
}

.first {
    width: 3px;
    height: 42px;
    left: 209px;
    top: 304.64px;
    background: #3A86E2;
}

.firstLine {
    width: 2px;
    height: 28px;
    background: #3A86E2;
    margin: 0px auto;
}

.l3 {
    width: 2.5px;
    height: 23px;
    background: #3A86E2;
    margin: 0px auto;
}

.Q2 {
    position: relative;
    background-color: #DFA423;
    width: 27px;
    height: 25px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    top: 131px;
    right: 175px;
    justify-content: center;
    align-items: center;
}

.box {
    width: 105px;
    height: 138px;
    /* top: 346.64px; */
    border: 2px solid #3A86E2;
    box-sizing: border-box;
    /* filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.1)); */
    border-radius: 37px;
    display: grid;
    align-items: end;
}

.background {
    background: #0074ff;
}

.hl {
    width: 38px;
    height: 1.5px;
    background: #3A86E2;
    margin-top: 123px;
    margin-right: -1px;
}

.grid {
    display: grid;
    grid-template-columns: 101px 10px auto;
}

.image {
    width: 46px;
    margin: auto;
    padding-bottom: 14px;
}

.roadmap-div {
    /* margin-right: 33px; */
    width: 105px;
    position: relative;
}

.horizontalLine {
    border-bottom: 1px solid #3A86E2;
    /* margin-left: 90px; */
}

.bg-04 .main-team-card .team-setup .team-items .team-name span,
.team span,
.team-name span {
    color: var(--paragraph-color);
}

.stakingDapp {
    font-style: normal;
    font-family: "Aeonik";
    /* padding-top: 37px; */
    font-size: 12px;
    line-height: 15px;
    color: var(--font-color);
    /* or 150% */
    text-align: center;
    text-transform: uppercase;
}

.sub-text {
    font-size: 12px;
    text-align: center;
    display: block;
}

.lastmap {
    margin-left: 55px;
}

.logoHeadingRoadMap {
    display: flex;
    align-items: center;
    align-self: center;
    width: 100%;
    justify-content: center;
}

.phnxLogo {
    margin-right: 30px;
    height: 100px;
    width: 100px;
}

.roadMapHeading {
    color: white;
    font: Product Sans;
    font-family: brandon_grotesquemedium;
    font-size: 55px;
    line-height: 65px;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-width: 700px) {
    .logoHeadingRoadMap {
        flex-direction: column;
    }
    .phnxLogo {
        margin-right: 0px;
    }
    .roadMapHeading {
        font-size: 40px;
        line-height: 58px;
    }
}

.roadMapImage {
    /* width: 80%; */
    max-width: 900px;
}

.box-text {
    font-size: 14px;
}

.line4 {
    width: 160px;
    background: #3A86E2;
    position: absolute;
    height: 2px;
    top: 0px;
    right: 52px;
}

.roadmap-row {
    border: 2px solid #3A86E2;
    border-top: none;
    width: 878px;
    height: 236px;
    margin-left: 194px;
}

.nftgrid {
    position: absolute;
    top: -44px;
    right: 76px;
}

.l4 {
    width: 2px;
    height: 18px;
    background: #3A86E2;
    margin: 0px auto;
    position: absolute;
    top: -17px;
    right: 136px;
}

.line3 {
    width: 142px;
    background: #3A86E2;
    position: absolute;
    height: 2px;
    top: 0px;
    right: 52px;
}

.roadmap-row {
    display: flex;
    justify-content: center;
}

.our-road-map {
    background: #1217a4;
    position: relative;
    padding: 180px 0 400px;
}

.l5 {
    width: 2px;
    height: 18px;
    background: #3A86E2;
    margin: 0px auto;
}

.our-road-map .theme-title p {
    color: #d0d0d9;
    padding: 15px 240px 0;
}

.our-road-map .time-line-wrapper {
    width: 76%;
    margin: 0 auto;
}

.our-road-map .theme-title {
    padding-bottom: 180px;
}


/*---------------------- Contact Section Dark ---------------------*/

.contact-section-dark {
    position: relative;
    background: #191eae;
    padding: 295px 0 140px;
}

.contact-section-dark:before {
    content: url(../images/shape/15.png);
    position: absolute;
    top: 41%;
    left: 0;
}

.contact-section-dark .cube-shape-one {
    position: absolute;
    top: 55%;
    right: 0;
}

.contact-section-dark .theme-title h2 {
    color: #fff;
}

.contact-section-dark .theme-title p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 20px;
}

.contact-section-dark form {
    padding: 70px 100px 0;
}

.contact-section-dark form input,
.contact-section-dark form textarea {
    border: none;
    background: #2529b2;
    margin-bottom: 35px;
    width: 100%;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.5);
}

.contact-section-dark form input {
    height: 60px;
    padding: 0 20px;
}

.contact-section-dark form textarea {
    height: 180px;
    max-height: 180px;
    resize: none;
    padding: 25px 20px;
}

.contact-section-dark form ::placeholder {
    color: #fff;
    opacity: 0.5;
}

.contact-section-dark form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-section-dark form ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-section-dark form button {
    font-family: "brandon_grotesquemedium";
    width: 220px;
    height: 55px;
    border-radius: 4px;
    display: block;
    margin: 10px auto 0;
    color: #323232;
    font-size: 20px;
}

.contact-section-dark form button:hover {
    background: #00c9d6;
    color: #fff;
}


/*======================= Form Validation ===================*/

.alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
}

#success,
#error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#success .wrapper,
#error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#success .wrapper p,
#error .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}

#success p {
    color: #26ace3;
}

#error p {
    color: #c9182b;
}

#error button,
#success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
}

.form-validation label.error {
    display: none !important;
}

.form-validation input.error,
.form-validation textarea.error {
    background: #ffe7e7 !important;
}

.contact-section-dark .form-validation input.error,
.contact-section-dark .form-validation textarea.error {
    background: #c73535 !important;
}


/*----------------------- Our Team --------------------*/

.our-team {
    background: #f8fafc;
    padding: 140px 0 80px;
}

.our-team .theme-title {
    padding-bottom: 110px;
}

.our-team .single-block {
    margin-bottom: 90px;
}

.our-team .single-block .img-block {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    float: left;
}

.our-team .single-block .img-block img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.our-team .single-block .text {
    width: calc(100% - 168px);
    float: left;
    padding-left: 40px;
}

.our-team .single-block .text .name {
    font-size: 24px;
    color: #303030;
    padding-bottom: 3px;
}

.our-team .single-block .text p {
    font-size: 24px;
    line-height: 40px;
    color: rgba(29, 32, 35, 0.7);
    padding: 16px 0 32px;
}


/*------------------------ Theme Inner Banner ---------------------*/

.theme-inner-banner {
    text-align: center;
    padding: 250px 0 0 0;
    background: #fafcff;
    margin-bottom: 130px;
    position: relative;
    z-index: 1;
}

.theme-inner-banner ul {
    background: #fff;
    padding: 35px 0;
    margin-top: 150px;
    border-bottom: 1px solid #f7f7f7;
}

.theme-inner-banner ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 22px;
}


/*------------------------- Theme Sidebar -----------------------*/

.theme-main-sidebar .sidebar-box {
    padding: 0 0 70px;
}

.theme-main-sidebar .sidebar-title {
    font-family: "proxima_novaregular";
    font-weight: 700;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
}

.theme-main-sidebar .sidebar-categories ul li a {
    line-height: 52px;
    display: block;
    color: #565656;
    border-bottom: 1px solid #f4f4f4;
}

.theme-main-sidebar .sidebar-trending-post .single-trending-post .post h6 a {
    font-family: "proxima_novaregular";
    font-weight: 700;
    line-height: 28px;
    font-size: 18px;
    color: #283249;
    margin: 0 0 10px 0;
}

.theme-main-sidebar .sidebar-trending-post .single-trending-post .post .date {
    font-size: 18px;
    text-transform: capitalize;
}

.theme-main-sidebar .sidebar-trending-post .single-trending-post {
    margin-bottom: 10px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #f4f4f4;
}

.theme-main-sidebar .sidebar-trending-post .single-trending-post:last-child {
    margin: 0;
}

.theme-main-sidebar .sidebar-trending-post .single-trending-post:last-child {
    margin: 0;
}

.theme-main-sidebar .sidebar-tags ul {
    margin: 0 -4px;
}

.theme-main-sidebar .sidebar-tags ul li {
    float: left;
    padding: 0 4px;
    margin-bottom: 8px;
}

.theme-main-sidebar .sidebar-tags ul li a {
    line-height: 35px;
    font-size: 14px;
    text-transform: uppercase;
    color: #868686;
    letter-spacing: 0.8px;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}

.theme-main-sidebar .sidebar-tags ul li a:hover {
    color: #fff;
}

.theme-main-sidebar .sidebar-newsletter form {
    position: relative;
}

.theme-main-sidebar .sidebar-newsletter form input {
    width: 100%;
    height: 60px;
    padding: 0 50px 0 20px;
    font-size: 18px;
    color: #868686;
    background-color: rgb(255, 255, 255);
    border: none;
    box-shadow: 0px 10px 19.99px 3.01px rgba(34, 58, 112, 0.05);
}

.theme-main-sidebar .sidebar-newsletter form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: transparent;
    color: #c1c0c5;
    transition: all 0.3s ease-in-out;
}

.theme-main-sidebar .sidebar-newsletter form button:hover {
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .partner-slider {
        /* margin-left: 5%; */
    }
}

@media only screen and (max-width: 990px) {
    .token-sale-section .token-sale-text .meta-data-wrapper .table tr td:last-child {
        padding-top: 5px;
        padding-left: 5px;
    }
    .token-sale-section .token-sale-text .title-wrapper {
        margin-bottom: 0 !important;
    }
    .theme-main-menu.fixed {
        padding: 30px 0;
    }
    /* .theme-main-menu .logo img {
    width: 50%;
  } */
}

@media only screen and (min-width: 990px) {
    #mobileStakingButton {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .details {
        margin-bottom: 30px;
    }
    #mobileStakingButton {
        position: relative;
        right: 34px;
    }
    .navbar-nav #stakingButton {
        display: none;
    }
    .togglebutton {
        margin: 0 10px !important;
        padding: 8px 0 !important;
    }
    .navbarDiv {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-collapse {
        margin-top: -21px;
    }
    #bars {
        font-size: 29px;
        position: absolute;
        top: -35px;
    }
}

.navbarDiv {
    padding-left: 0;
}

@media only screen and (max-width: 600px) {
    .navbarDiv {
        width: 100%;
    }
    #bars {
        margin-left: -21px;
    }
    .productNav li a {
        font-size: 18px !important;
    }
    #myTabContent {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    .team-items .team-user::before {
        border-radius: 11px !important;
    }
    #mobileStakingButton {
        font-size: 8px !important;
        padding: 8px 7px!important;
        border-radius: 6px;
    }
    .theme-main-menu #mega-menu-holder {
        top: -14px !important;
    }
    .theme-main-menu .logo img {
        width: 122px
    }
    #bars {
        top: -29px
    }
}

@media only screen and (max-width: 330px) {
    .navbar-nav #stakingButton {
        display: flex !important;
    }
    #mobileStakingButton {
        display: none !important;
    }
    #stakingButton {
        font-size: 10px !important;
        padding: 8px 7px!important;
        border-radius: 6px;
        margin: 0 10px;
    }
    .theme-main-menu #mega-menu-holder .navbar-nav {
        margin-top: 50px;
    }
}


/* medium and small screens */

@media only screen and (max-width: 770px) {
    .heading {
        padding-top: 35px;
    }
    #myTabContent {
        margin-top: 40px;
    }
    .features {
        margin-bottom: 20px;
    }
    .our-features-one .single-feature p {
        margin: 5px 0;
    }
    .our-features-one .theme-title {
        padding-bottom: 30px;
    }
    .our-features-one {
        padding: 35px 0 15px !important;
    }
    .token-sale-section .overlay {
        padding: 20px 20px 100px 20px !important;
    }
    .theme-main-menu .logo img {
        /* width: 200px; */
    }
    .theme-main-menu .logo {
        top: -11px !important;
    }
    .productNav {
        width: 105%
    }
    .theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-toggle,
    #mega-menu-holder {
        position: relative;
        bottom: 12px;
    }
    .theme-main-menu.fixed {
        padding: 35px 0;
    }
}


/* mobile carousel  */

@media screen and (min-width:450px) and (max-width:600px) {
    .ambassador .team-items {
        width: 55% !important;
    }
}

@media screen and (max-width:600px) {
    .ambassador .theme-title h2 {
        margin-bottom: 25px;
    }
    .carouselExample {
        padding-bottom: 25px;
    }
    .bg-04 .main-team-card {
        padding: 0px;
        margin: 0px;
    }
    .bg-04 .main-team-card .team-setup {
        margin-bottom: 0px !important;
    }
    .phoenix-team .carousel-control-next,
    .carousel-control-next,
    .carousel-control-prev {
        top: -169px !important;
    }
    .team-setup .team-items {
        width: 100%;
        display: block;
        transition: 0.5s;
        position: relative;
    }
    .team-setup .team-items:hover .team-user-social {
        opacity: 1;
        visibility: visible;
        left: 0;
        display: block;
    }
    .team-setup .team-items:hover .team-user::before {
        width: 100%;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .team-setup .team-items .team-name {
        padding: 10px 0px;
        position: relative;
        display: block;
        z-index: 2;
    }
    .team-setup .team-items .team-name h2 {
        font-size: 18px;
    }
    .team-setup .team-items .team-name b {
        font-size: 15px;
        color: #848484;
    }
    .team-setup .team-items .team-user {
        /* overflow: hidden; */
        position: relative;
        transition: 0.5s;
    }
    .team-setup .team-items .team-user::before {
        position: absolute;
        content: "";
        height: 100%;
        left: 0;
        top: 0;
        width: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        background: #292929;
        border-radius: 15px;
    }
    .team-setup .team-items .team-user-social {
        position: absolute;
        top: 0;
        /* height: 45px; */
        /* background: rgba(255, 255, 255, 0.1); */
        width: 100%;
        padding: 5px 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -100%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        display: none;
    }
    .team-user-social ol {
        display: flex;
        margin-top: 40px;
        padding-left: 15px;
        display: flex;
        align-items: baseline;
    }
    .team-setup .team-items .team-user-social ol li {
        display: inline-block;
        padding-right: 10px;
        color: #fff;
        transition: 0.6s;
        line-height: 30px;
        text-align: center;
        padding: 0px;
        border-radius: 50px;
        font-size: 16px;
        margin-right: 20px;
    }
    .team-setup .team-items .team-user-social ol li:hover {
        color: #fd580b;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
    .team-setup {
        justify-content: center;
        display: flex;
    }
    .team-setup .team-items {
        width: 54%;
    }
    .technicalTeam,
    .phoenix-team {
        display: none !important;
    }
    .team-name {
        height: 153px;
    }
}

@media screen and (min-width:601px) {
    .team-slider {
        display: none;
    }
}