@import url('https://fonts.googleapis.com/css2?family=Pacifico&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jura:wght@400;500;700&amp;display=swap');
* {
    margin: 0;
    padding: 0;
    outline: 0;
    transition: 0.5s;
}

ul,
ol {
    list-style-type: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

img {
    overflow: hidden;
    border: 0;
    vertical-align: middle;
}

.zindex {
    position: relative;
    z-index: 999;
}

.clr {
    clear: both;
}

.vbox-overlay {
    z-index: 999999;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

p {
    line-height: 26px;
}

#dark-mode {
    background: #131313;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

/* model */

.modal-content {
    background: #121212;
}

.modal-title {
    font-size: 26px;
    color: white;
    font-family: Jura;
}

.modal-header {
    border-bottom: 1px dashed #222;
}

.modal-body {
    padding: 42px 30px 30px;
}

.dropboxx {
    background: #151515;
}

.dropboxx,
.dropboxx2 {
    padding: 12px 20px;
    font-size: 17px;
    color: white;
    border: none;
    border-radius: 3px;
    font-family: Jura;
}

.dropboxx:focus,
.dropboxx2:focus {
    outline: 0;
}

.dropboxx2 {
    background: #e3436c;
}

.close {
    color: white;
}

.close:hover,
.close:focus {
    color: #fff;
    outline: 0;
}

.modal-footer {
    border-top: 1px dashed #222;
    padding: 25px;
}

/* Juraeloader */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #161616;
    z-index: 9999999;
    top: 0;
    left: 0;
}

.frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
    border-radius: 2px;
    background: #161616;
    color: #fff;
}

.center {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 90px;
    left: 90px;
}

.dot-1 {
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    top: 95px;
    left: 95px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
    animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}

.dot-2 {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    top: 80px;
    left: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
    animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}

.dot-3 {
    position: absolute;
    z-index: 1;
    width: 90px;
    height: 90px;
    top: 65px;
    left: 65px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
    animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}

@-webkit-keyframes jump-jump-1 {
    0%,
    70% {
        -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jump-jump-1 {
    0%,
    70% {
        -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jump-jump-2 {
    0%,
    40% {
        -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jump-jump-2 {
    0%,
    40% {
        -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jump-jump-3 {
    0%,
    10% {
        -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jump-jump-3 {
    0%,
    10% {
        -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Back to top */

.backtotop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    display: none;
}

.backtotop i {
    color: #e3436c;
    text-align: center;
    font-size: 25px;
    line-height: 65px;
    width: 65px;
    height: 65px;
    -webkit-box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 7px rgba(46, 59, 125, 0.23);
    border-radius: 50%;
    background: #161616;
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
}

.backtotop:hover {
    cursor: pointer;
}

.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#ckLine {
    position: absolute;
    width: 100%;
    height: 100%;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
    -weebkit-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    padding-top: 30px;
    background: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: Jura;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    margin-right: 18px;
}

.bor {
    background: #161616;
    padding: 10px 25px !important;
    position: relative;
    border-radius: 3px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.bor:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 44px;
    top: 7px;
    left: 0;
    background: #212121;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .67);
    box-shadow: 0 0 40px rgba(0, 0, 0, .67);
}

.bor:hover:after,
.bor:focus:after {
    top: 0;
}

.bor:focus:after {
    top: 0;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e3436c;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #e3436c;
}

.navbar-brand>span {
    color: #e3436c;
}

.navbar-light .navbar-brand {
    font-family: 'Pacifico';
    color: #fff;
    font-size: 26px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.navbar-light .navbar-brand:hover {
    color: #fff;
}

.nav-bg {
    background: #2f233b !important;
    padding: 15px 0;
    -webkit-box-shadow: 0px 11px 101px #e3436c;
    box-shadow: 0px 11px 101px #e3436c;
}

.nav-bg .navbar-brand {
    font-family: 'Pacifico';
    color: #fff;
    font-size: 26px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.nav-bg .bor {
    background: #e3436c;
}

.nav-bg .bor:after {
    background: #e3436c;
}

.nav-bg .bor:hover {
    color: white !important;
}

.nav-bg .navbar-nav .nav-link {
    color: #fff;
}

#banner {
    padding: 170px 0 150px;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.banner-txt span {
    color: white;
}

.banner-txt h3 {
    font-family: 'Pacifico';
    font-size: 52px;
    line-height: 45px;
    padding-bottom: 50px;
    padding-top: 16px;
}

.banner-txt p {
    font-size: 17px;
    color: #fff;
    padding-right: 40px;
    line-height: 26px;
    padding-bottom: 45px;
}

.separate-p {
    padding-bottom: 40px;
}

.banner-txt a {
    padding: 14px 20px;
    background: #131313;
    color: white;
    font-size: 21px;
    position: relative;
    margin-right: 35px;
    border-radius: 10px;
}

.banner-txt a:hover {
    background-color: #fff;
    color: #131313;
}

.banner-txt a:hover:after {
    top: 7px;
}

.design-layer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.design-layer::after {
    position: absolute;
    content: '';
    top: 380px;
    right: 0;
    width: 170px;
    height: 140px;
    background: #e3436c;
    z-index: -1;
    -webkit-clip-path: polygon(34% 32%, 64% 46%, 100% 31%, 100% 55%, 65% 70%, 33% 56%, 0 61%, 0 39%);
    clip-path: polygon(34% 32%, 64% 46%, 100% 31%, 100% 55%, 65% 70%, 33% 56%, 0 61%, 0 39%);
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
}

.design-layer::before {
    position: absolute;
    content: '';
    top: 430px;
    right: 0;
    width: 170px;
    height: 140px;
    background: #e3436c;
    z-index: -1;
    -webkit-clip-path: polygon(34% 32%, 64% 46%, 100% 31%, 100% 55%, 65% 70%, 33% 56%, 0 61%, 0 39%);
    clip-path: polygon(34% 32%, 64% 46%, 100% 31%, 100% 55%, 65% 70%, 33% 56%, 0 61%, 0 39%);
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
}

#overview {
    padding: 80px 0;
}

.over-pa {
    padding-top: 60px;
}

.over-item {
    background: #2f233b;
    padding: 35px 31px;
    margin-top: 30px;
    min-height: 300px;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 10px;
}

.over-item:hover {
    background-color: #e3436c;
}

.unique-style,
.unique-style2 {
    position: relative;
}

.header-text h3 {
    font-size: 37px;
    font-family: 'Pacifico';
    color: white;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}

.header-text h3 span {
    color: #e3436c;
}

.over-i {
    font-size: 27px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #f8615a;
}

.over-item h3 {
    font-size: 24px;
    color: white;
    font-family: Jura;
    padding: 20px 0;
    position: relative;
    font-family: Pacifico;
}

.over-item p {
    font-size: 17px;
    color: rgba(255, 255, 255, .6);
    line-height: 26px;
    transition: 0.5s;
}

.over-item:hover p {
    color: #fff;
}

.over-btn {
    padding-top: 15px;
}

.over-btn a {
    color: #e3436c;
    font-size: 17px;
    font-family: Jura;
}

over-btn a i {
    padding-right: 5px;
}

.txt-right {
    text-align: right;
}

.txt-right p {
    padding-left: 20px;
}

.txt-left p {
    padding-right: 20px;
}

#about,
#features,
#project,
#tokenomics,
#roadmap {
    padding-top: 80px;
}

.about-header h3:after {
    width: 192px;
}

.about-img {
    background: #151515;
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.about-pa {
    padding-top: 25px;
}

.about-item {
    padding-top: 0px;
}

.about-img {
    position: relative;
}

.ai-one::after {
    position: absolute;
    content: '';
    top: 350px;
    left: -65px;
    width: 120px;
    height: 120px;
    border: 25px solid #161616;
    z-index: -1;
    border-radius: 50%;
}

.ai-two::after {
    position: absolute;
    content: '';
    top: 344px;
    right: -55px;
    width: 120px;
    height: 120px;
    border: 25px solid #161616;
    z-index: -1;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.ai-three::after {
    position: absolute;
    content: '';
    top: 350px;
    left: -65px;
    width: 120px;
    height: 120px;
    border: 25px solid #161616;
    z-index: -1;
    border-radius: 50%;
}

.about-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.about-img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.separet-span {
    font-family: Jura;
    font-size: 19px;
    color: #e3436c;
}

.about-txt {
    padding-top: 30px;
}

.about-txt h3 {
    font-family: Jura;
    font-size: 26px;
    color: #fff;
    padding-bottom: 16px;
    padding-top: 8px;
}

.about-txt p {
    font-size: 17px;
    color: rgba(255, 255, 255, .7);
    line-height: 27px;
    padding-bottom: 30px;
}

.separate-p {
    padding-bottom: 50px !important;
}

.about-txt a {
    padding: 14px 20px;
    background: #e3436c;
    color: #fff;
    font-size: 18px;
    font-family: Jura;
    position: relative;
    border-radius: 10px;
}

.about-txt a:hover {
    color: #121212;
    background-color: #fff;
}

.about-txt a i {
    padding-left: 8px;
}

.about-txt a {
    margin-top: 10px;
    display: block;
    text-align: center;
}

.about-txt a:hover:after {
    top: 6px;
}

.p-bar span {
    font-size: 18px;
    color: #787878;
}

.p-bars {
    padding-top: 35px;
}

.progress-bar {
    background: #e3436c;
}

.progress {
    background: #151515;
}

.p-bar {
    margin-bottom: 20px;
    padding-left: 0;
}

.counter-main {
    padding-top: 50px;
}

.counter-1 {
    position: relative;
    text-align: center;
    padding-left: 0;
}

.counter-1 h5 {
    font-size: 40px;
    color: #e3436c;
    margin-top: -73px;
    margin-left: 24px;
    padding-bottom: 38px;
}

.counter-1 span {
    font-size: 18px;
    color: #787878;
}

.counter-1 img {
    position: absolute;
    max-width: 40px;
    top: 20px;
    right: 0;
    margin: 0 auto;
    left: -15px;
}

/*===========================
5.0 *** GALLERY AREA START ***
=============================*/

#gallery {
    padding: 80px 0;
}

.gallery-pa {
    padding-top: 80px;
    position: relative;
}

.gallery-img img {
    border-radius: 5px;
}

.g-mar {
    margin-top: 25px;
}

.sp-img2 {
    height: 340px;
}

.sp-img {
    height: 320px;
}

/*===========================
6.0 *** JuraODUCT AREA START ***
=============================*/

#product {
    padding: 80px 0;
}

.product-pa {
    padding-top: 145px;
    padding-bottom: 110px;
}

.product-item {
    background: #151515;
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
}

.product-item img {
    position: absolute;
    top: -100px;
}

.product-txt span {
    color: #e3436c;
    font-family: Jura;
    font-size: 18px;
}

.product-txt h3 {
    font-size: 25px;
    font-family: Jura;
    color: white;
    padding-top: 6px;
    padding-bottom: 23px;
}

.product-txt p {
    color: #787878;
    font-family: Jura;
    padding-bottom: 33px;
}

.next-p {
    padding-right: 17px;
    padding-top: 0;
}

.product-txt a {
    padding: 14px 20px;
    background: #e3436c;
    color: #fff;
    font-size: 18px;
    font-family: Jura;
}

.product-slider {
    background: #151515;
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 30px 0 20px;
}

.pro-img {
    padding: 30px 0;
}

.pro-img img {
    border: 5px solid #e3436c;
    border-radius: 50%;
    display: inline-block;
}

.product-slider h3 {
    font-size: 26px;
    color: white;
    font-family: Jura;
    padding-bottom: 6px;
}

.product-slider a {
    color: #e3436c;
}

.stars {
    padding-right: 35px;
}

.stars i {
    color: #fbaa33;
    margin: 0 1px;
}

.product-slider span {
    color: #787878;
    font-family: Jura;
}

.border-style {
    border-bottom: 1px dashed #222;
    padding-bottom: 30px;
}

.pro-info {
    padding: 20px 0 0;
}

/*===========================
7.0 *** TEAM AREA START ***
=============================*/

#team {
    padding: 80px 0;
    position: relative;
}

.team-header h3:after {
    width: 164px;
}

#team::after {
    position: absolute;
    content: '';
    top: 380px;
    left: -25px;
    width: 170px;
    height: 140px;
    background: #e3436c;
    z-index: -1;
    -webkit-clip-path: polygon(34% 32%, 64% 46%, 100% 31%, 100% 55%, 65% 70%, 33% 56%, 0 61%, 0 39%);
    clip-path: polygon(34% 32%, 64% 46%, 100% 31%, 100% 55%, 65% 70%, 33% 56%, 0 61%, 0 39%);
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
}

#team::before {
    position: absolute;
    content: '';
    top: 430px;
    left: -25px;
    width: 170px;
    height: 140px;
    background: #e3436c;
    z-index: -1;
    -webkit-clip-path: polygon(34% 32%, 64% 46%, 100% 31%, 100% 55%, 65% 70%, 33% 56%, 0 61%, 0 39%);
    clip-path: polygon(34% 32%, 64% 46%, 100% 31%, 100% 55%, 65% 70%, 33% 56%, 0 61%, 0 39%);
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
}

.team-pa {
    padding-top: 85px;
}

.team-item img {
    border-radius: 30% 84% 28% 76% / 87% 23% 69% 29%;
    border: 6px solid #e3436c;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.team-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-item h3 {
    font-family: Jura;
    font-size: 26px;
    color: white;
    padding: 30px 0 14px;
}

.team-item p {
    font-family: Jura;
    font-size: 18px;
    color: #787878;
    padding-bottom: 14px;
}

.team-item a {
    font-family: Jura;
    font-size: 16px;
    color: #e3436c;
}

.team-btn a {
    padding: 14px 20px;
    background: #e3436c;
    color: #fff;
    font-size: 18px;
    font-family: Jura;
    position: relative;
}

/*===========================
8.0 *** JuraICE AREA START ***
=============================*/

#price {
    padding: 80px 0;
}

.price-pa {
    padding-top: 80px;
}

.price-table {
    background: #151515;
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    padding: 30px 0 45px;
    border-radius: 4px;
}

.price-table h3 {
    color: white;
    font-family: Jura;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}

.gold {
    color: #e3436c !important;
}

.gold-bg {
    border: 2px solid #e3436c;
}

.price-table h4 {
    font-size: 40px;
    font-family: Jura;
    color: white;
    text-align: center;
    padding-bottom: 30px;
}

.price-table sub {
    font-family: Jura;
    color: #e3436c;
    font-size: 16px;
}

.price-table p {
    color: #787878;
    font-family: Jura;
    padding-bottom: 15px;
    padding-left: 35px;
}

.price-table p i {
    color: #e3436c;
    font-size: 18px;
    padding-right: 4px;
}

.price-table a {
    padding: 14px 20px;
    font-family: Jura;
    font-size: 16px;
    color: #161616;
    background: white;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.price-table a:hover {
    background: #e3436c;
    color: white;
}

.price-btn {
    padding-top: 35px;
}

.gold-bg2 a {
    background: #e3436c;
    color: white;
}

/*===========================
9.0 *** REVIEW AREA START ***
=============================*/

#review {
    padding: 80px 0;
    position: relative;
}

#review:after {
    position: absolute;
    content: '';
    top: -40px;
    right: -280px;
    width: 800px;
    height: 800px;
    border: 80px solid #161616;
    border-radius: 50%;
    z-index: -1;
    -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, .67), inset 0 25px 60px rgba(0, 0, 0, .67);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .67), inset 0 25px 60px rgba(0, 0, 0, .67);
}

.review-pa {
    padding-top: 80px;
}

.review-item {
    background: #151515;
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    padding: 40px 0 30px;
    border-radius: 3px;
}

.comment {
    padding: 0 25px 30px;
}

.comment p {
    color: #787878;
    font-family: Jura;
    font-size: 17px;
}

.comment p i {
    color: #e3436c;
    font-size: 22px;
    padding: 0 3px;
}

.user {
    padding: 30px 40px 0;
    border-top: 2px dashed #222;
}

.user-img img {
    background: #e3436c;
    border: 2px solid #e3436c;
    border-radius: 50%;
}

.user-txt h3 {
    font-size: 24px;
    font-family: Jura;
    color: white;
    padding-bottom: 10px;
}

.user-txt span {
    color: #787878;
}

.star2 i {
    color: #fbaa33;
    margin: 0 4px;
}

/*===========================
10.0 *** CONTACT AREA START ***
=============================*/

#contact {
    padding: 80px 0;
    position: relative;
}

.contact-pa {
    padding-top: 80px;
}

.faq-icon {
    background: #151515;
    border: 1px solid #151515;
}

.faq-icon i {
    color: #e3436c;
}

.contact-icon i {
    color: #e3436c;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.zom {
    font-size: 17px;
}

.box-bg {
    background: #151515;
    border: 1px solid #151515;
    color: #fffbfb;
}

.box-bg:focus {
    color: #fff;
    background: #151515;
    border: 1px solid #151515;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:focus,
input:hover,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: white !important;
}

.contact-input {
    height: 55px;
    margin-bottom: 29px !important;
}

.form-group {
    margin-bottom: 20px;
}

.con-btn {
    padding: 15px 40px;
    color: white;
    font-family: Jura;
    background: #e3436c;
    border-radius: 50px;
    font-size: 18px;
    border: none;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.con-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.card-header {
    background: #151515;
    border: 1px solid #151515;
}

.card-body {
    background: #161616;
    color: #ccc;
    padding: 26px 40px;
    line-height: 28px;
    font-family: Jura;
}

.card-body a {
    color: #e3436c;
}

.card {
    border: none;
}

.btn-link {
    color: #e3436c;
    font-family: Jura;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #e3436c;
}

input::placeholder,
textarea::placeholder {
    color: white !important;
}

/*===========================
11.0 *** BLOG AREA START ***
=============================*/

#blog {
    padding-bottom: 100px;
}

.blog-pa {
    padding-top: 80px;
}

.tags {
    padding-top: 60px;
}

.tags h4 {
    color: white;
    font-family: Jura;
    padding-bottom: 45px;
    font-size: 21px;
}

.tags a {
    padding: 12px 17px;
    background: #151515;
    color: #787878;
    margin-right: 8px;
}

.tag-pa {
    padding-top: 48px;
}

.blog-item-txt h3 {
    color: white;
    font-size: 24px;
    font-family: Jura;
    padding: 22px 0 16px;
}

.blog-item-txt p {
    color: #787878;
    padding-bottom: 14px;
}

.blog-item-txt a {
    color: #e3436c;
    font-size: 17px;
    font-family: Jura;
    padding-top: 5px;
}

.blog-shadow {
    background: #151515;
    border-radius: 6px;
}

.blog-item-txt {
    padding-left: 23px;
    padding-bottom: 25px;
}

.search-btn {
    width: 60px;
    background: #e3436c;
    color: white;
    border: 1px solid #e3436c;
}

/*===========================
12.0 *** SUBSCRIBE AREA START ***
=============================*/

#subscribe {
    padding: 30px 0;
    margin-bottom: -70px;
}

.sub-main {
    padding: 30px 0;
    background: #e3436c;
    border-radius: 50px;
}

.sub-main h3 {
    padding-left: 60px;
    font-size: 26px;
    color: white;
    font-family: Jura;
}

.sub-main a {
    background: white;
    padding: 15px 25px;
    border-radius: 50px;
    font-family: Jura;
    color: #e3436c;
    font-size: 18px;
}

/*===========================
13.0 *** FOOTER AREA START ***
=============================*/

#footer {
    padding: 100px 0;
    background: #2f233b;
}

.footer-logo p {
    color: #787878;
    font-family: Jura;
    padding-top: 10px;
    line-height: 29px;
    font-size: 16px;
    padding-bottom: 13px;
}

.footer-social {
    padding-top: 50px;
}

.ftr-logo {
    font-family: 'Pacifico';
    color: #fff;
    font-size: 26px;
}

.footer-social i {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #e3436c;
    background: white;
    font-size: 20px;
    margin-right: 13px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.footer-social:last-child i {
    margin-right: 0;
}

.footer-social i:hover {
    background: #e3436c;
    color: #fff;
    border: 1px solid #e3436c;
}

.links h3 {
    font-size: 21px;
    font-family: Jura;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 4px;
}

.links ul li a {
    color: #787878;
    text-transform: capitalize;
    line-height: 38px;
    font-size: 16px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    font-family: Jura;
}

.links ul li a:hover {
    color: #e3436c;
    padding-left: 10px;
}

.location p {
    padding-bottom: 5px;
}

.location a {
    color: #ccc;
    font-size: 15px;
    line-height: 25px;
}

.f-logo {
    font-size: 27px;
    color: white;
    font-family: Jura;
}

.f-logo span,
.f-logo b {
    color: #e3436c;
}

.f-logo:hover {
    color: #e3436c;
}

.insta-item {
    color: white;
}

.fg2 input {
    border-radius: 50px;
    background: none;
    color: #fff;
    border: 1px solid #ff416c;
}

.fg2 input:focus {
    background: none;
    border: 1px solid #ff416c;
    position: relative;
    right: 0;
}

.fg2 input:hover {
    border-radius: 50px;
    border: 1px solid #ff416c;
}

.fg2 button i {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.fg2 button {
    border-radius: 50px;
    position: absolute;
    right: 16px;
    top: 65px;
    border: none;
    background: #ff416c;
    color: #fff;
}

.fg2 button:hover {
    border: none;
    background: #ff416c;
}

.fg2 button:hover i {
    padding-right: 8px;
}

/*===========================
14.0 *** COPY_RIGHT AREA START ***
=============================*/

#footer-btm {
    background: #161616;
    border-top: 2px dashed #222;
    padding: 25px 0;
}

.fop-btm h2 {
    color: #fff;
    font-size: 16px;
    font-family: Jura;
    margin-bottom: 0;
}

.fop-btm a {
    color: #e3436c;
    font-family: Jura;
}

.play {
    cursor: pointer;
    top: 40%;
    left: 0;
    right: 0;
    position: absolute;
    background: #e3436c;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em;
    /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
}

.play:hover {
    background: #e3436c;
}

.play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}

.play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
}

.video-frame {
    border-radius: 50px;
    height: 100%;
    width: 97%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.video-frame_show {
    display: block;
}

.panda-img {
    border-radius: 50px;
}

.carousel-img {
    border-radius: 30px;
}

.cool-shiba {
    width: 100%;
}

.read-more {
    pointer-events: none;
}

.copyright>a span,
.copyright>a b {
    color: #e3436c;
}

.copyright>a {
    color: white;
}

.footer-logo {
    text-align: center;
}

#roadmap {
    padding-bottom: 100px;
}

@media (max-width: 992px) {
    .panda-faq {
        display: none;
    }
    .banner-img {
        text-align: right;
    }
    .project-panda {
        display: none;
    }
    .about-txt {
        padding-top: 0;
    }
    .play {
        margin: 0 auto;
    }
    .cool-shiba {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .banner-txt a {
        display: block;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .cool-shiba {
        width: 220px;
    }
    #cool-floki {
        margin-top: 50px;
    }
    .blog-main img {
        margin: 0 auto;
        width: 100%;
    }
    .play {
        width: 80px;
        height: 50px;
    }
    .play:after {
        border-width: 0.5em 0 0.5em 1em;
        margin: 0 auto;
        right: 0;
        left: 0;
        top: 12px;
    }
}

.custom-link {
    color: #e3436c;
}

.rotate {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.header,
#footer {
    background: url('../images/head-bg.jpg');
    background-size: cover;
    background-repeat: none;
}

.header:after {
    content: '';
    position: absolute;
    bottom: -3px;
    background-image: url('../images/top-head-bg.png');
    width: 100%;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-social a {
    padding: 14px 20px;
    background: #e3436c;
    color: #fff;
    font-size: 18px;
    font-family: Jura;
    position: relative;
    border-radius: 10px;
}

.footer-social a:hover {
    background-color: #fff;
    color: #121212
}

.bottom-50 {
    margin-bottom: 100px;
}

.progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #2f233b;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.rounded-lg {
    border-radius: 1rem;
}

.text-gray {
    color: #aaa;
}

div.h4 {
    line-height: 1rem;
}

.progress-value .h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0rem;
    font-family: Pacifico;
}

.border-custom {
    border-color: #d03d63 !important;
}

.progress-box h4 {
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.tokenomics p {
    color: #fff;
    padding-bottom: 25px;
}

.unique-style3 span {
    color: #d03d63;
    font-size: 25px;
}

.unique-style3:hover span {
    color: #fff;
}