/*=======================================================
      THEME STYLING START
========================================================*/


@font-face {
    font-family: 'Conv_ErikSans';
    src: url('../fonts/ErikSans.eot');
    src: local('☺'), url('../fonts/ErikSans.woff') format('woff'), url('../fonts/ErikSans.ttf') format('truetype'), url('../fonts/ErikSans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheArtist_Sans';
    src: url('../fonts/TheArtist_Sans.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PhillySans';
    src: url('../fonts/PhillySans.otf');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #000;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: 'TheArtist_Sans', serif;
    letter-spacing: 1.2px;
}

.fonts {
    /*
    font-family: 'Merriweather', serif;
    font-family: 'Conv_ErikSans', sans-serif;
*/
    letter-spacing: 1.2px;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
}

.relative {
    position: relative;
}

input.form-control:focus,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

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

.overlay:after {
    position: absolute;
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: .5;
}


.pos_rel {
    position: relative;
}

.pos_abs {
    position: absolute;
}

p {
    font-family: 'TheArtist_Sans', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TheArtist_Sans', serif;
}


/*=======================================================
      WRAPPER
========================================================*/
#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*=======================================================
      HEADINGS
========================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #252525;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
    font-weight: bold;
}

p {
    font-weight: 500;
    color: #6f6f6f;
    line-height: 26px;
    text-rendering: optimizeLegibility;
}

button {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}

ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #141414;
}

p.intro-small {
    width: 80%;
    margin: 0 auto;
}

.text-transform-none {
    text-transform: none !important;
}

.text-white {
    color: #fff !important;
}

img {
    max-width: 100%;
}

/*=======================================================
      BTN STYLE
========================================================*/
.btn {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    background: #000;
    position: relative;
    z-index: 1;
}

.btn:hover {
    background: #e6d009;
    color: #000;
}

.btn-inverse {
    background: #e6d009;
    color: #0b0c22;
}

.btn-inverse:hover {
    background: #0b0c22;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #ab4e52 !important;
}

.btn-white:hover {
    background: #ab4e52;
    color: #fff !important;
}

.tp-caption .btn {
    display: inline-block;
}

.btn-1 {
    border: 1px solid #965452;
    border-left: none;
    border-right: none;
    border-top-color: transparent;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding: 10px;
    letter-spacing: 1px;
    color: #965452;
}

.btn-1 i {
    font-size: 10px;
    margin-left: 20px;
}

.btn-1.btn-2 {
    border-bottom-color: transparent;
    border-top: 1px solid #965452;
}

.btn-1:hover {
    color: #fff;
    background: #965452;
}

.btn-small {
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
}

.btn-round {
    background: none;
    border-radius: 50px;
    border: 1px solid #2d3a4b;
    color: #2d3a4b;
}

.btn-round:hover {
    background: #2d3a4b;
    color: #fff;
}

.parallax-bg {
    background-size: cover !important;
}

section {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* background: #fff; */
}

.text-shadow {
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
}

.text-shadow-1 {
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.home-slide {
    position: relative;
    padding-top: 150px;
}

.home-slide .owl-dots {
    text-align: left;
}

#content {
    background: #fff;
    position: relative;
    z-index: 1;
}

/*=======================================================
      Position Center Center 
========================================================*/
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*=======================================================
      HEADING
========================================================*/
.heading {
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.heading h2 {
    margin-bottom: 20px;
}

.heading h6 {
    margin: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: none;
    position: relative;
}

.heading h4 {
    font-weight: 500;
    color: #2d3a4b;
    margin: 0px;
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.heading p {
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}

.heading span {
    display: inline-block;
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-style: italic;
}

.heading.light-head h3 {
    color: #fff;
}

.heading.light-head h4 {
    color: #fff;
}

.heading span {
    color: #666666;
}

.center-block {
    float: none;
}

.heading.style-left {
    margin-bottom: 30px;
}

.heading.style-left h4 {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.heading.style-left h4:before {
    content: "";
    position: absolute;
    bottom: 9px;
    height: 4px;
    background: #e6d009;
    height: 7px;
    width: 100%;
    z-index: -1;
}

.heading.style-left span {
    font-size: 36px;
    line-height: 48px;
    display: inline-block;
    width: 85%;
}

/*=======================================================
      HEADER
========================================================*/
header {
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    left: 0px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.is-sticky header {
    background: rgba(0, 0, 0, 0.6);
}

header .navbar {
    border: none;
    margin: 0px;
    position: static;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
}

header .navbar .nav {
    margin-top: 0px;
    padding-left: 0px;
}

.dropdown-toggle::after {
    display: none;
}

header .logo {
    text-align: center;
    position: relative;
    max-width: 120px;
    margin: 0 auto;
}

header .logo img {
    z-index: 3;
    position: relative;
}

.sticky-wrapper {
    height: auto !important;
}

header .sticky {
    background: rgba(255, 255, 255, 0.95);
    left: 0px;
}

header .is-sticky .sticky {
    padding: 15px 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header .navbar {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header .navbar li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    position: relative;
}

header .sticky {
    width: 100%;
}

header .navbar li a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0 10px;
    position: relative;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    display: inline-block;
}

header .navbar li a:before {
    width: 0px;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 2px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

header .navbar li a:hover:before {
    width: 100%;
}

header .navbar li.active a:before {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.navbar-collapse.on {
    top: 56px;
    transform: rotateX(0deg);
    opacity: 1;
}

.navbar-collapse .header-right {
    opacity: 0;
    display: none;
    height: 0;
    width: 0;
}

.header-socials.phone {
    display: none !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.ownmenu .nav .dropdown-menu {
    background: rgba(255, 255, 255, 0.99);
    padding: 0px;
}

.ownmenu .dropdown-menu li {
    margin: 0px;
}

.ownmenu .nav .dropdown-menu li {
    position: relative;
    z-index: 2;
}

.ownmenu .nav .dropdown-menu li a {
    z-index: 1;
    position: relative;
}

.ownmenu .nav .dropdown-menu li a:before {
    background: #2d3a4b;
    content: "";
    width: 0px;
    height: 100%;
    top: 0px;
    margin: 0px;
    z-index: -1;
    left: 0px;
    display: none;
}

.ownmenu .dropdown-menu li a:hover:before {
    width: 100%;
}

.ownmenu .nav .dropdown-menu li a {
    padding: 0px 20px;
    font-size: 13px;
    line-height: 30px;
    background: none;
    text-transform: none;
    color: #2d3a4b !important;
}

.ownmenu .nav .dropdown-menu li:nth-last-child(1) a {
    border-bottom: none;
}

.ownmenu .nav .dropdown-menu li a:hover {
    color: #000 !important;
}

.ownmenu .nav .dropdown-menu {
    border: none;
    min-width: 250px;
    margin-top: 23px;
}

.ownmenu .nav .dropdown-menu {
    border-top: none;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    margin-left: 10px;
}

.ownmenu .dropdown.megamenu {
    position: static !important;
}

.ownmenu .dropdown.megamenu .dropdown-menu {
    width: 100%;
    min-width: inherit;
    padding: 30px;
    margin-top: 0px;
}

.ownmenu .nav .dropdown-menu li a {
    position: relative;
}

.ownmenu .nav .dropdown-menu li a:after {
    content: "\f105";
    position: absolute;
    left: 5px;
    top: 0px;
    color: #000;
    font-family: 'FontAwesome';
}

.ownmenu .dropdown.megamenu .dropdown-menu li {
    display: inline-block;
    width: 100%;
}

.ownmenu .dropdown.megamenu .dropdown-menu h6 {
    margin-bottom: 20px;
    color: #2d3a4b;
    font-size: 14px;
    font-weight: normal;
}

.ownmenu .dropdown.megamenu .dropdown-menu .btn {
    padding: 0px 30px;
    letter-spacing: 0px;
    margin-top: 10px;
}

.ownmenu .dropdown.megamenu .dropdown-menu .btn:before {
    display: none;
}

.ownmenu .dropdown.megamenu .dropdown-menu h5 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #2d3a4b;
}

.ownmenu .dropdown.megamenu .dropdown-menu h5 span {
    font-size: 14px;
    text-transform: none;
    width: 100%;
    font-weight: normal;
    display: inline-block;
}

.ownmenu .dropdown.megamenu .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding: 0px 0px;
    color: #2d3a4b !important;
    margin: 0px;
}

.ownmenu .dropdown .media-left {
    float: left;
}

.ownmenu .dropdown.megamenu .cart-img {
    width: 80px;
    margin-right: 10px;
    padding: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ownmenu .dropdown.megamenu .cart-img a {
    padding: 1px !important;
    border: none !important;
}

.ownmenu .dropdown.megamenu .stars {
    margin-bottom: 0px;
    color: #e6d009;
    font-size: 11px;
}

.ownmenu .dropdown.megamenu .stars i {
    margin: 0 1px;
}

.ownmenu .dropdown.megamenu .media-heading {
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 5px !important;
}

.ownmenu .dropdown.megamenu .top-rated li .price {
    font-size: 12px;
}

.ownmenu .dropdown.megamenu .top-rated li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.ownmenu .dropdown.megamenu .top-rated li:nth-last-child(1) {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ownmenu .dropdown.megamenu .dropdown-menu {
    overflow: hidden;
    border-top: 1px solid #2d3a4b;
    margin: 0px;
}

.ownmenu .dropdown.megamenu .dropdown-menu .row {
    max-width: 1170px;
    margin: 0 auto;
}

header .is-sticky .sticky .nav .dropdown.megamenu .dropdown-menu {
    margin-top: 0px;
}

.ownmenu .dropdown.megamenu .dropdown-menu .row {
    position: relative;
}

.ownmenu .dropdown.megamenu .dropdown-menu .nav-img {
    margin-right: -30px;
    float: right;
    margin-top: -30px;
    margin-bottom: -30px;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.ownmenu .dropdown.megamenu .dropdown-menu li a:before {
    height: 1px;
    top: auto;
    bottom: 0px;
}

.ownmenu .dropdown .sub-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none !important;
    margin: 0px !important;
}

.ownmenu .dropdown .sub-menu:hover .dropdown-menu {
    display: block !important;
}

.ownmenu .dropdown .sub-menu .dropdown-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ownmenu .dropdown .sub-menu .dropdown-menu li:nth-last-child(1) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ownmenu .dropdown .sub-menu:before {
    content: "\f105";
    position: absolute;
    right: 10px;
    font-family: 'FontAwesome';
    line-height: 33px;
    z-index: 2;
}

.ownmenu .dropdown .sub-menu:hover:before {
    color: #fff;
}

.ownmenu {
    float: left;
}

.nav-right i {
    font-size: 20px;
}

.nav-right .navbar-right li {
    margin: 0px;
}

.nav-right .navbar-right li a {
    border: 1px solid #2d3a4b;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 34px;
    margin-left: 10px !important;
}

.nav-right .navbar-right li a i {
    font-size: 14px;
}

.nav-right .navbar-right li a:hover {
    color: #fff;
    background: #2d3a4b;
}

.nav-right {
    float: right;
    position: relative;
    margin-top: 1px;
}

.navbar-right li a {
    margin: 0px !important;
    padding: 0px !important;
    width: 40px;
    float: left;
}

header .social_icons {
    float: right;
    color: #fff;
    margin-top: 20px;
}

header .social_icons a {
    color: #fff;
    margin-left: 10px;
}

header.light-head .navbar .nav-right li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: none !important;
}

header .social_icons a:hover {
    color: #ab4e52;
}

header .is-sticky .sticky .nav .dropdown-menu {
    margin-top: 10px;
}

.header-1 {
    position: absolute;
    background: none;
}

.header-1 .sticky {
    background: none;
}

.header-1 .is-sticky .sticky {
    background: rgba(255, 255, 255, 0.9);
}

header.light-head .navbar li a {
    color: #fff;
}

header.light-head .navbar li a:hover {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 6px 6px 0 0;
}

header.light-head .navbar .dropdown-menu li a {
    color: #333;
}

header.light-head .navbar .dropdown-menu li a.btn {
    color: #fff;
}

.header-1 .is-sticky .sticky {
    background: rgba(0, 0, 0, 0.9);
}

header.light-head .ownmenu .nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.9) !important;
    border: none;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.light-head .ownmenu .nav .dropdown-menu li a:after {
    color: #fff;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a:hover {
    color: #fff !important;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a:before {
    display: none;
}

header.light-head p {
    color: #b4b4b4;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h6 {
    color: #fff;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h5 {
    color: #fff;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h5 span {
    color: #999999;
}

header.light-head .ownmenu .dropdown.megamenu .cart-img {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

header.light-head .ownmenu .dropdown.megamenu .top-rated li .price {
    color: #999999;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a {
    color: #999999 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a:hover {
    color: #fff !important;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a:before {
    background: #fff;
}

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

.header-1 .sticky {
    padding-bottom: 0px !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none;
}

.header-1 .logo {
    margin-top: 13px;
}

.header-1 .ownmenu .nav .dropdown-menu {
    margin-top: 0px;
}

header.light-head .navbar li a:before {
    background: #fff;
    bottom: 0px;
    top: auto;
    height: 2px;
}

header.light-head .navbar li.active a:before {
    background: #fff;
}

header.light-head .ownmenu ul.dropdown {
    background: rgba(0, 0, 0, 0.9);
}

header.light-head .ownmenu ul.dropdown li a {
    color: #d6d6d6 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .navbar-collapse {
    padding: 0px;
}

header .user-acc li {
    display: inline-block;
    width: 100%;
    margin: 0px !important;
}

header .user-acc li h6 {
    padding: 0 20px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    text-transform: none;
}

header .user-acc .dropdown-menu {
    margin-top: 51px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    min-width: 260px;
}

.header-1 .user-acc .dropdown-menu {
    margin-top: 11px;
}

.header-1 .user-basket .dropdown-menu {
    margin-top: 11px;
}

header .is-sticky .sticky .user-acc .dropdown-menu {
    margin-top: 21px;
}

header .user-acc li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
    padding: 10px 20px;
    font-size: 12px;
}

header .user-acc .dropdown-menu>li>a:hover {
    background: #e6d009;
}

header .user-acc .dropdown-menu>li>a:focus {
    background: #e6d009;
}

header .navbar-right li a:before {
    display: none;
}

header .user-basket .dropdown-menu {
    margin-top: 51px;
    padding: 20px;
    border: none;
    border-radius: 0px;
    min-width: 350px;
}

header .user-basket .dropdown-menu li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
}

header .user-basket h5 {
    font-weight: normal;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

header .user-basket .btn {
    padding: 0px 0px;
    width: 100%;
    letter-spacing: 0px;
    color: #fff;
    border: none;
}

header .user-basket .btn:hover {
    background: #e6d009;
    color: #2d3a4b;
}

header .user-basket .media-heading {
    margin-top: 0px;
    font-weight: normal;
}

header .user-basket span {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
}

header .user-basket .cart-img a {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

header .user-basket .cart-img {
    width: 90px;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 5px;
    display: inline-block;
}

header .is-sticky .sticky .user-basket .dropdown-menu {
    margin-top: 21px;
}

.header-top {
    padding: 5px 0;
    background: #ffffff5c;
}

.header-socials li {
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: 3px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.header-socials li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 48px;
    text-align: center;
    background-color: #000;
    border-radius: 6px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    transition: .5s;
}

.header-socials li a i {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.header-socials li a:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
    transform: scale(1.1) skewX(-20deg);
}

.header-socials li span {
    display: block;
}

.header-socials li:first-child {
    margin-left: 0;
}

.header-socials li a {
    position: relative;
    display: inline-block;
}

.header-socials li i {
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 20px;
    padding-top: 10px;
}


.header-socials li a img {
    width: 17px;
    margin-top: -10px;
    transform: skewX(20deg);
}

/* 
.header-socials li:hover svg {
    fill: #000;
}

.header-socials li:hover i {
    color: #e6d009;
} */

.img-icon svg {
    top: 4px !important;
}


.header-top .header-top-left ul li a {
    color: #fff;
    display: inline-block;
    transition: .5s;
    font-size: 8px;
}

.header-top .header-top-left ul li:hover {
    background: #e6d009;
    color: #000;
}

.header-top .header-top-left ul li:hover i {
    color: #000;
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-top-right .btn {
    transform: skewX(-20deg);
    padding: 6px 26px !important;
    font-size: 8px;
}

.header-top-right .btn span {
    font-size: 8px;
    transform: skewX(20deg);
    display: inline-block;
}

.search-icon {
    margin: 0 20px;
}

.google_search {
    position: absolute;
    height: 35px;
    right: 20px;
    top: -7px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    width: 0;

}

.google_search.on {
    opacity: 1;
    visibility: visible;
    width: 275px;
    z-index: 99;
}

.google_search .search_fild {
    position: absolute;
    height: 100%;
}


.google_search button {
    position: absolute;
    right: -33px;
    height: 100%;
    width: 35px;
    border: none;
    background-color: #000;
}

.google_search button:focus {
    outline: none;
}

.full_page_overay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 98;
    background-color: #000;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.full_page_overay.on {
    visibility: visible;
    opacity: .3;
}

.search-icon {
    position: relative;
}

.search-icon i {
    color: #fff;
    font-size: 10px;
    cursor: pointer;
}


.lang-wrap .dropdown-toggle {
    width: 20px;
    box-shadow: none;
    border: none;
    background: transparent
}

.dropdown-toggle:focus {
    outline: none !important;
    border: none !important;
}

.lang-wrap .dropdown-item img {
    width: 20px;
}

.lang-wrap .dropdown-menu {
    min-width: 30px !important;
    padding: 4px 8px;
    margin: 0;
}

.lang-wrap .dropdown-item {
    padding: 0;
    margin-bottom: 2px;
}

.dropdown-menu.show {
    left: -8px !important;
    top: 2px !important;
}


/*=======================================================
			Main
========================================================*/
#particles-js {
    width: 100%;
    background-size: cover;
}

.simple-head {
    background-size: cover;
    overflow: hidden;
}

.simple-head .position-center-center {
    margin-top: 30px;
    width: 100%;
}

.simple-head .btn {
    margin: 0 5px;
    margin-top: 30px;
}

.simple-head h1 {
    color: #fff;
    margin: 0px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 38px;
}

.simple-head p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}


/*=======================================================
      Half Layouts
========================================================*/
.main-half-layout {
    background: url(../images/ico-tech.jpg) center center no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.main-half-layout-container {
    position: relative;
    padding: 80px 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 40%;
    margin: 0 5%;
}

.main-half-layout-container.half_left_layout {
    float: right;
    margin-left: auto;
    z-index: 1;
}

.main-page-section {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 0px;
}

.about .studio-bg {
    background: url(../images/history-img.jpg) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.main-half-layout.half_right_layout {
    right: 0;
}

.main-half-layout-container.half_right_layout {
    float: left;
    z-index: 1;
}

/*=======================================================
			Count Info
========================================================*/
.count-info {
    margin-top: 50px;
    margin-bottom: 50px;
}

.count-info li span {
    font-size: 50px;
    font-weight: 400;
}

/*=======================================================
			Community
========================================================*/
.community-sec {
    background: url(../images/com-bg.jpg) top center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
}

.community-sec:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}

.community-sec .socials {
    margin-top: 10px;
}

.community-sec .socials li {
    display: inline-block;
}

.community-sec .socials li a {
    color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0 2.5px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.community-sec .socials li a:hover {
    color: #fff;
    border: 1px solid white;
}

.sm-intro {
    position: relative;
    z-index: 3;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sm-intro p {
    max-width: 800px;
    margin: 0 auto;
}

.community-sec h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

/*=======================================================
			Distribution
========================================================*/
.distri .progress {
    height: 2rem;
    margin-bottom: 30px;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.distri .progress-bar {
    background-color: #0b0c22;
}

.distri .progress span {
    font-weight: bold;
    border-radius: 4px;
    padding: 0 10px;
    text-align: left;
}

.distri .progress span small {
    font-weight: bold;
    float: right;
    margin-top: 3px;
}

.distri h6 {
    font-weight: 600;
}

.about-us-con .btn {
    margin-right: 10px;
}

.distri .countdown h6 {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.distri .countdown {
    margin-top: 12px;
    background: #fff;
    padding: 10px 20px;
    padding-bottom: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transform: skewX(-20deg);
}

.distri .countdown li p {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
}

.distri .countdown li span {
    font-size: 18px;
    font-weight: 600;
}

.distri .countdown-all {
    text-align: center;
}

.distri .countdown-all .btn {
    margin: 0 5px;
    padding: 10px 30px;
    font-size: 12px;
}

.distri .countdown-all {
    margin-top: 30px;
    background: #fff;
    padding: 10px 20px;
    padding-top: 30px;
    padding-bottom: 23px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.distri .countdown-all .card-info {
    color: #CCC;
    font-size: 22px;
    margin-top: 10px;
}

.distri .countdown-all li p {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
}

.distri .countdown-all li span {
    font-size: 26px;
    font-weight: 700;
}

.distri .countdown-all ul {
    padding-left: 10px;
}

.distri .countdown-all li {
    margin-bottom: 20px;
    text-align: left;
}

.distri.drk {
    background: #0b0c22;
    background-size: cover;
}

.distri.drk .progress {
    background: rgba(255, 255, 255, 0.1);
}

.distri.drk p {
    color: #fff;
}

.distri.drk h6 {
    color: #fff;
}

.distri.drk span {
    color: #fff;
}

.distri.drk h3 {
    color: #fff;
}

.distri.drk .countdown {
    background: rgba(255, 255, 255, 0.05);
}

.distri.drk .countdown-all {
    background: rgba(255, 255, 255, 0.05);
}

.distri.drk .progress span {
    color: #0b0c22;
}

.distri.drk .progress-bar {
    background: #e6d009;
}

/*=======================================================
			Development Activity
========================================================*/
.dev-activ li i {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 38px;
}

/* .dev-activ span {
    font-size: 22px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 600;
} */

.dev-activ .btn {
    margin: 0 10px;
}

/*=======================================================
			Team Members
========================================================*/
.team.style-2 .team-small li {
    float: left;
    width: 16.666666%;
    position: relative;
    overflow: hidden;
}

.team.style-2 .team-small li .hover {
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    position: absolute;
    padding: 10px;
    width: 100%;
    bottom: -50%;
    left: 0px;
    float: left;
    text-align: center;
    color: #fff;
    z-index: 999;
}

.team.style-2 .team-small li:hover .hover {
    bottom: 0px;
}

.team.style-2 .team-small li a i {
    float: right;
    color: #f6b138;
}

/*=======================================================
			Why Choose Us
========================================================*/
.why-choose .btn {
    margin-top: 30px;
}

.why-choose .ib-icon {
    margin: 30px 0;
    margin-bottom: 20px;
}

.why-choose .ib-icon i {
    font-size: 40px;
    color: #0b0c22;
}

.why-choose .vid-btn {
    margin-top: 15px;
    font-weight: 500;
    display: inline-block;
}

.why-choose .vid-btn span {
    font-size: 12px;
}

.why-choose .vid-btn i {
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-right: 10px;
}

.icon-box p {
    font-size: 12px;
    line-height: 24px;
}

.icon-box .h6 {
    letter-spacing: -0.5px;
    font-size: 16px;
    margin: 18px 0px;
    font-weight: 600;
}

.ib-style-3 .h6 {
    font-size: 14px;
}

.light-bg {
    background: #f5f5f5 !important;
}

/*=======================================================
      Awards
========================================================*/
.road-map {
    background: #fafaf8;
}

.road-map .container-fluid {
    padding: 0 50px;
}

.road-map .edu-list {
    display: inline-block;
    width: 100%;
}

.road-map .edu-list li {
    float: left;
    width: 25%;
    padding: 0;
    margin-bottom: 50px;
    min-height: 150px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 50px;
}

.road-map .edu-list li:nth-last-child(1) {
    margin-bottom: 0px;
}

.road-map .edu-list li span {
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    background: #0b0c22;
    position: relative;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.road-map .edu-list li h5 {
    position: relative;
    font-size: 25px;
    margin: 5px 0px;
}

.road-map .edu-list li span:before {
    content: "";
    position: absolute;
    left: -30px;
    height: 1px;
    top: 9px;
    width: 30px;
    background: #0b0c22;
}

.road-map .edu-list li:nth-last-child(1) {
    margin-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(2) {
    margin-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(4) {
    border-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(3) {
    border-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(2) {
    border-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(1) {
    border-bottom: 0px;
}

/*=======================================================
			NewLetter
========================================================*/
.news-letter .heading h2 {
    color: #fff;
}

.news-letter form {
    margin: 0 auto;
    position: relative;
}

.news-letter form input {
    height: 53px;
    width: 100%;
    padding: 0 20px;
    display: inline;
    border: none;
    font-size: 12px;
    float: left;
}

.news-letter form button {
    height: 53px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: none;
    width: 28%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0b0c22;
}

.news-letter form button:hover {
    background: #fff;
    color: #131920;
}

.news-letter.style-2 {
    background: #5b53a6;
}

.news-letter.style-2 .heading span {
    color: #fff;
}

.news-letter.style-2 form input {
    border-radius: 50px;
    border: none;
}

.news-letter.style-2 form button {
    border-radius: 50px;
}

.parthner {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.parthner ul {
    margin: 0 -10px;
}

.parthner li a {
    display: inline-block;
    opacity: 0.7;
}

.parthner h6 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.parthner li a:hover {
    opacity: 1;
}

.parthner li {
    width: 12%;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
}

.parthner li img {
    max-width: 100%;
}

/*=======================================================
			Footer
========================================================*/

.single-widget .header-socials {
    display: block;
    text-align: left;
}

footer {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    z-index: 1;
    background-attachment: fixed;
    position: relative overflow-y:scroll;
    overflow-x: scroll;
    overflow: hidden;
}



.footer-right {
    flex-direction: column;
}

.footer-right .header-socials {
    margin-bottom: 0;
    height: 45px;
}

.footer-right .bottom-one {
    margin-bottom: 0 !important;
}

/* footer:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #000;
    z-index: 9999;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: .5;
} */

footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

footer .rights a {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin-left: 15px;
}

footer .rights {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    background: rgba(0, 0, 0, 0.1);
}

footer .rights a:hover {
    color: #fff;
}

/*=======================================================
			According
========================================================*/
.accordion {
    font-family: 'TheArtist_Sans', serif;
    letter-spacing: 1.2px;
}

.accordion.gray-bg {
    background: #f3f3f3;
}

.accordion .panel-default>.panel-heading .panel-title a:before {
    font-family: "Ionicons";
    content: "\f126";
    color: #FFF;
    padding: 0px;
    color: #202020;
    float: right;
    position: absolute;
    right: 15px;
    font-size: 10px;
}

.accordion .panel-default>.panel-heading .panel-title a.collapsed:before {
    content: "\f123";
    font-family: "Ionicons";
}

.accordion .panel-default>.panel-heading {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.accordion .panel-default>.panel-heading .panel-title {
    margin: 0px;
}

.accordion .panel-default>.panel-heading a {
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    padding-left: 20px;
    line-height: 20px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
}

.accordion .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 15px;
    position: relative;
}

.accordion .panel-body {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0px;
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-weight: 500;
}

/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
    display: inline-block;
    height: 40px;
    z-index: 9;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 0px;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 18px;
    text-align: center;
    background: #0b0c22;
    line-height: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #0b0c22;
    opacity: 1;
    color: #fff;
}

/*=======================================================
			CONTACT FORM
========================================================*/
.contact #contact_form {
    text-align: center;
}

.contact {
    padding: 60px 0;
}

.contact h6 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.contact .error {
    border: none;
    border-bottom: 1px solid red !important;
}

.contact .error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    position: absolute;
    color: red;
}

.success-msg {
    border: 2px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 16px;
    border-radius: 4px;
    display: none;
}

.success-msg i {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ABD0A8;
    margin-right: 10px;
}

#contact_form li {
    margin-bottom: 20px;
}

#contact_form li label {
    color: #fff;
}

#contact_form li input {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid;
    border-color: transparent;
    padding: 0px 20px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px !important;
    color: #000;
    text-transform: none;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact_form li .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact_form li textarea {
    height: 160px !important;
    text-transform: none;
    background: rgba(0, 0, 0, 0.02);
    padding: 15px 20px !important;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 14px;
}

#contact_form li .btn {
    float: right;
    text-transform: uppercase;
}

.contact-form .tittle {
    text-align: center;
}

.contact-form .tittle hr {
    width: 28px;
    height: 5px;
    margin: 15px auto;
    background: #448aff;
    border: none;
}

.contact-form .tittle p {
    text-transform: none;
    font-size: 16px;
}

.contact-form label {
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0px;
    line-height: 26px;
    position: relative;
    background: none;
}

.contact-form label span {
    color: #fff;
}

.contact-form textarea {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 20px;
}

#contact_form li .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
}

.contact-form button {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #0b0c22;
    text-decoration: underline;
}

/*hero bg*/

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}

/*nft_drops start*/


.roadmap-section {
    background: url(../images/countdown-bg.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.nft_drops {
    background: #000;
    z-index: 1;
    padding-bottom: 100px;
    position: relative;
}

.nft_drops h2 {
    color: #fff;
}


/* .nft_drops:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
} */

.nft_drops .countdown-wrap {
    background: #f3f3f3;
    text-align: center;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #d6d6d659;
}

.days_ref {
    margin-bottom: 0px;
}

.nft_drops article span {
    font-size: 40px;
}

/*slider*/
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: auto;
}

.nft_drops .slider_nav {
    height: 40px;
    position: relative;
    width: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
}

.nft_drops .slider_nav div {
    width: auto;
}

.nft_drops .slider_nav div:after {
    color: #fff;
    font-size: 16px;
    background-color: #bfbfbf;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.nft_drops .slider_nav div:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.countdown {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgb(255 225 26);
    -moz-box-shadow: 0 0 20px 0 rgb(255 225 26);
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    border-radius: 5px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 15px;
    transform: skewX(-20deg);
    transition: .5s;
}

.countdown:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
    cursor: crosshair;
}

.countdown-number {
    padding: 10px;
    display: inline-block;
    transform: skewX(20deg);
}

.countdown-number span {
    color: #fff;
    font-family: 'TheArtist_Sans', serif;
    letter-spacing: 1.2px;
}

.countdown-time {
    padding: 0 15px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.countdown-text {
    display: block;
    font-size: 16px;
}


.skey_btn {
    transform: skewX(-20deg);
}

.skey_btn span {
    transform: skewX(20deg);
    display: inline-block;
}

/*how_drop_work*/

.how_drop_work {
    text-align: center;
    padding-top: 50px;
}

.how_drop_work #accordion p {
    color: #fff;
}

.how_drop_work button {
    background: #000 !important;
    display: flex;
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 12px;
    background: none;
    width: 100%;
    font-weight: 600;
    justify-content: center;
    transform: skewX(-20deg);
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    border-radius: 6px;
    transition: .5s;
}

.how_drop_work button:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
}

.how_drop_work button div,
.how_drop_work button span {
    transform: skewX(20deg);
    display: inline-block;
}

.how_drop_work button:focus {
    outline: none;
    border: none;
}

.how_drop_work #headingTwo {
    padding: 0;
}

.how_drop_work .card {
    background-color: transparent;
}

.how_drop_work button .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    display: inline-block;
    line-height: 22px;
    margin-left: 10px;
    padding-left: 1px;
}

.how_drop_work button .pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.7);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}



/*nft_drops end*/
/*spets*/

.overlay-bg {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left bottom, rgb(11, 12, 34), rgb(4, 26, 83), rgb(0, 36, 135), rgb(31, 39, 187), rgb(78, 32, 238));
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
}

.process-section {
    background-color: #000;
    position: relative;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.process-section .section_title {
    margin-bottom: 30px;
}

.process-section .section-title-wrap {
    position: relative;
}

.cta-section {
    padding: 60px;
    background-attachment: fixed;
    position: relative;
    background-image: linear-gradient(to left bottom, #0b0c22, #041a53, #002487, #1f27bb, #4e20ee);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}


.cta-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6;
}


.cta-section {
    position: relative;
    padding: 100px;
}

.cta-section .wave-wrap {
    position: absolute;
    bottom: auto;
    width: 100%;
}

.top-wave {
    top: -10px;
    left: 0;
    transform: rotate(180deg);
}

.bottom-wave {
    bottom: 100px;
    left: 0;
}

.area {
    width: 100%;
    height: 100%;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #E9CE4E;
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.process-section .section_title p {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    max-width: 720px;
    margin-top: 15px;
}

.process-section .top-curve {
    position: absolute;
    width: 100%;
    top: -2px;
}

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

.process-section .img-line {
    position: absolute;
    right: 0;
    left: 0;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.process-section.two .img-line {
    position: inherit;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 50%;
}

.process-section .img-stright-line {
    display: none;
    position: absolute;
    left: 52%;
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 104%;
}

.process-section h1 {
    color: #fff;
}

.process-section .single-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.process-section .single-process .count {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0px 2px 10px #00000061;
}

.process-section .single-process .round-wrap {
    text-align: center;
    border-radius: 110px;
    background: #fcfeff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    width: 220px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s;
    transition: .5s;
}

.process-section .single-process .round-wrap:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.process-section .single-process .round-wrap h4 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 16px;
    padding: 0 15px;
}

.single-process img {
    width: 60px;
}

/*hero area*/
.hero_area {
    height: 100vh;
    z-index: 1;
    background: #000;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}

.nft_drops #particles-js2 {
    opacity: .4;
}

.bg_amination {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.token-address.copy .input-group {
    animation: headShake;
    animation-duration: 2s;
}

.token-address h4 {
    color: #e6d009;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 1rem;
    margin-bottom: 0;
}

.token-address input {
    background: transparent !important;
    border: none !important;
    font-weight: 500;
    color: #fff;
    padding-left: 0;
    font-size: 10px;
    width: 150px;
}

.token-address p {
    margin-bottom: 0;
    font-size: 10px;
    color: #fff
}

.center-address {
    margin: 15px 0;
}

.token-address .btn {
    background: #ffffffa1;
    color: #fff;
    font-size: 20px;
    padding: 0;
    background: transparent;
}

.token-address input:focus {
    outline: none;
    color: #fff;
}

.footer__address .footr-btn {
    margin-left: 0px;
    margin-right: 14px;
    transform: skewX(-20deg);
    border-radius: 6px;
    border: 1px solid rgb(230, 208, 9);
    width: 40px;
    background: rgb(0, 0, 0);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__address .footr-btn:hover {
    box-shadow: rgb(255 255 255) 0px 0px 22px -1px;
}

.footer__address .footr-btn i {
    display: inline-block;
    transform: skewX(20deg);
    font-size: 18px;
}


.hero_area .btn {
    margin-top: 0px;
}

.hero_area .btn i {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
}

/*.hero_area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #000;
}*/

/* social media start*/
.social_media {
    margin-top: 20px;
    margin-bottom: 70px;
}

.social_media ul li {
    display: inline-block;
}

.social_media ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    color: #000;
    background-color: rgb(255 255 255 / 58%);
    transition: .5s;
    margin: 5px;
}

.social_media ul li a:hover {
    background-color: #fff;
    animation: pulse infinite;
    animation-duration: 1s;
}

/* social media end*/
/* hero_bg_slider start */


.hero_bg_slider .single_bg_item {
    background-size: cover;
    background-position: left top;
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.hero_bg_slider .single_bg_item img {
    width: 100%;
    /* display: none !important; */
    height: 100vh;
}

/* .hero_bg_slider .img_1 {
    background-image: url(../images/slider-arty-mune.jpg);
}

.hero_bg_slider .img_2 {
    background-image: url(../images/slider-arty-001.jpg);
}

.hero_bg_slider .img_3 {
    background-image: url(../images/slider-mood-arty.jpg);
}

.hero_bg_slider .img_4 {
    background-image: url(../images/slider-arty-nugg1.jpg);
}

.hero_bg_slider .img_5 {
    background-image: url(../images/slider-donika-arty.jpg);
} */



/*.custom_slider .owl-item.active {
    animation: bounceIn;
    animation-duration: 2s;
}
*/
.custom_slider .owl-item:nth-child(1).active {
    animation: jackInTheBox;
    animation-duration: 2s;
}

.custom_slider .owl-item:nth-child(2).active {
    animation: jackInTheBox;
    animation-duration: 2s;
}

.custom_slider .owl-item:nth-child(3).active {
    animation: bounceIn;
    animation-duration: 2s;
}

.custom_slider .owl-item:nth-child(4).active {
    animation: flipInX;
    animation-duration: 2s;
}

.custom_slider .owl-item:nth-child(5).active {
    animation: zoomIn;
    animation-duration: 1s;
}

.custom_slider .owl-item:nth-child(6).active {
    animation: jackInTheBox;
    animation-duration: 2s;
}

.custom_slider .owl-item:nth-child(7).active {
    animation: zoomIn;
    animation-duration: 1s;
}

.custom_slider .owl-item:nth-child(8).active {
    animation: jackInTheBox;
    animation-duration: 2s;
}

/*=======================================================
       custom styles
========================================================*/

.header-right img {
    border-radius: 6px;
}

.btn-black {
    background: #000 !important;
}

.hero_area .btn,
.cta-section .btn {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.hero_area .btn span,
.telegram-btn img,
.cta-section .btn span {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
}

.telegram-btn {
    width: 40px;
    background: #000;
    color: #fff;
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    font-weight: 700;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.telegram-btn:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
}

.telegram-btn img {
    width: 20px;
    margin-right: 5px;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */
.wave-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}

#main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 20px;
    margin-top: 40px;
    padding-right: 0;
}

.nav-item {
    position: relative;
    padding: 0 5px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 700;
    color: #595959;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 40px;
}

.nav-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #595959;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.nav-item.active {
    color: black;
    -webkit-transition: all 350ms;
    transition: all 350ms;
}

.nav-item.active:before {
    width: 100%;
}

.portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.project {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 20px);
    flex: 1 0 calc(100% - 20px);
    margin: 10px;
    border-radius: 6px;
    overflow: hidden;
}


@media (min-width: 520px) {
    .project {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2) - 20px);
        flex: 0 0 calc((100% / 2) - 20px);
    }
}

@media (min-width: 860px) {
    .project {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 6) - 20px);
        flex: 0 0 calc((100% / 6) - 20px);
    }
}

.project-image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    background: rgb(0 0 0 / 69%);
    opacity: 0;
}

.project-info .single_profile {
    flex-direction: column;
    text-align: center;
}

.project-info .single_profile .dtails h3 {
    color: #fff;
    font-size: 14px;
}

.project-info .single_profile .profile_picture {
    margin-right: 0;
    margin-bottom: 10px;
}

.project-info:hover {
    opacity: 1;
}

@media (max-width: 520px) {
    .project-info {
        opacity: 0.8;
    }
}

.project-info-title {
    margin: 0 0 0.5em;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
}

.project-info-button {
    padding: 0.5em 1em;
    color: inherit;
    text-decoration: none;
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    -webkit-transition: all 350ms;
    transition: all 350ms;
}

.project-info-button:hover {
    color: #595959;
    background: #f6f6f6;
    border-color: #f6f6f6;
}






#videobcg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}


.cta-left,
.cta-right {
    z-index: 2;
}

.cta-right {
    text-align: center;
}

.cta-left img {
    width: 400px;
}

.cta-right h2 {
    color: #fff;
    margin-bottom: 20px;
}

/* swiper container */
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.swiper-container .single_box {
    text-align: center;
}

.single_box img {
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 22px -1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 22px -1px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 22px -1px rgba(255, 255, 255, 1);
}

.swiper-container:after,
.swiper-container:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 200px;
    z-index: 4;
}

.swiper-container:after {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(21%, #000), color-stop(45%, #000), color-stop(48%, #000), color-stop(99%, rgba(255, 255, 255, 0.02)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #000 0%, #000 21%, #000 45%, #000 48%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.swiper-container:before {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.02)), color-stop(50%, #000), color-stop(85%, #000));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 1%, #000 50%, #000 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

/* Feature Section */
.feature-section {
    background: #000;
    padding-top: 50px;
    padding-bottom: 120px;
}

.center-video img {
    transform: scale(1.4);
}

.center-video video {
    margin: 0;
}

.feature-section .section_title h2 {
    color: #fff;
}

.feature-section .relative {
    z-index: 2;
    position: relative;
    text-align: center;
}

/* .feature-section .single_profile {
    position: absolute;
    width: 100%;
    bottom: 40px;
} */

.feature-section .left-side video {
    width: 80%;
    border-radius: 6px;
    margin: 0 auto;
}

.feature-section h2 {
    margin-bottom: 80px;
}


.left-side h5 {
    font-size: 16px;
    color: #e6d009;
    margin-bottom: 20px;
}


.center-video h5 {
    z-index: 2;
    margin-top: -20px;
}

.single-nft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-nft img {
    width: 100px;
    border-radius: 6px;
}

.single-nft {
    margin-bottom: 20px;
}

.single-nft:last-child {
    margin-bottom: 0;
}

.single-nft h4 {
    padding-left: 30px;
    margin-bottom: 0;
}

/* Blog section style */
.blog-section {
    padding: 100px 0;
    background: #f3f3f3;
}

.blog-section .section_title {
    margin-bottom: 40px;
}

.single_blog_post {
    position: relative;
    z-index: 1;
    margin: 0 10px;
}

.single_blog_inner {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg);
    -webkit-box-shadow: 10px 0px 10px #2929296b;
    box-shadow: 10px 0px 10px #2929296b;
}

.blog_post_inner {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg);
}

.single_blog_post:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 5%;
    height: 90%;
    width: 100%;
    background: #000;
    z-index: -1;
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg);
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single_blog_post:hover:after {
    right: -10px;
}

.single_blog_post .thumb {
    background-size: 100%;
    background-position: center center;
    height: 180px;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-bottom: 20px;
    position: relative;
}

.single_blog_post .thumb:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.single_blog_post:hover .thumb:after {
    opacity: .5;
}

.single_blog_post:hover .thumb {
    background-size: 110%;
}

.single_blog_post .text {
    padding: 15px 30px 15px 15px;
}

.single_blog_post .more_btn {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    display: inline-block;
    background: #e6d009;
    color: #0b0c22;
    padding: 4px 17px;
    border-radius: 4px;
    margin-top: 15px;
    margin-right: 20px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
}

.single_blog_post .more_btn:hover {
    background: #0b0c22;
    color: #fff;
}

.single_blog_post .more_btn span {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    display: inline-block;
}

.blog_img_1 {
    background-image: url(../images/b1.jpg);
}

.blog_img_2 {
    background-image: url(../images/b2.jpg);
}

.blog_img_3 {
    background-image: url(../images/Drops_2.jpg);
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    background: none;
}

.dist-right img {
    border-radius: 6px;
}

/* menu edit */
header .navbar li {
    display: inline-block;
    float: left;
    margin: 0 0px;
    position: relative;
}

.navbar .nav li a {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    display: inline-block;
    transform: scale(1) skewX(-20deg);
    font-family: 'TheArtist_Sans', serif;
}

.navbar .nav li a span {
    transform: skewX(20deg);
    display: block;
    letter-spacing: 1.2px;
}

header .navbar li a:hover {
    background-color: #000;
    -webkit-box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
    color: #fff;
    -webkit-transform: scale(0.95);
    transform: scale(0.95) skewX(-20deg);
}

header {
    background: #052182 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(5, 33, 130, 0.62)), to(rgba(11, 45, 139, 0.02))) !important;
    background: linear-gradient(180deg, rgba(5, 33, 130, 0.62) 45%, rgba(11, 45, 139, 0.02) 100%) !important;
}


.single_profile {
    margin-top: 25px;
}

.single_profile .profile_picture {
    width: 40px;
    margin-right: 10px;
}

.single_profile .profile_picture img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.single_profile h6 {
    color: #fff;
    font-size: 20px;
}

.single_profile .dtails h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    text-align: left;
}


.single_profile .dtails ul {
    margin-bottom: 3px;
    text-align: left;
}

.single_profile .dtails ul li {
    display: inline-block;
    margin-right: 2px;
    font-size: 10px;
    background-color: #f3f3f3;
    border-radius: 6px;
    padding: 1px 8px;
}


.single_profile .opensea-btn:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
}


.single_profile .dtails ul li:first-child {
    color: #fff;
    background: transparent;
}

.dtails ul:nth-child(3) li {
    margin-left: 10px;
}

.skew-shape {
    background: #000 !important;
    color: #ffffff !important;
    transform: skewX(-20deg);
    border-radius: 6px !important;
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    transition: .5s;
}

.skew-shape span {
    display: inline-block;
    transform: skewX(20deg);
    color: #fff;
}


.dtails ul li:last-child {
    background: #000;
    transform: skewX(-20deg);
    border-radius: 6px !important;
}


.dtails ul li:last-child i {
    display: inline-block;
    transform: skewX(20deg);
    color: #fff;
}

.skew-shape div i {
    display: inline-block;
    transform: skewX(20deg);
}

/* Footer Section */

.widget-section {
    padding: 50px 0;
}

.widget-section .single-widget ul a,
.widget-section .single-widget h1 {
    color: #fff;
}

.widget-section .single-widget h1 {
    margin-bottom: 30px;
    font-weight: 600;
}

.single-widget .tags-list li {
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    padding: 6px 20px;
    margin-bottom: 10px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    transition: .5s;
}

.single-widget .tags-list li:hover {
    background: #e6d009;
    color: #000;
}

.single-widget p {
    color: #fff;
}

.single-widget .tags-list li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
}

.social-links li {
    display: inline-block;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    transition: .5s;
}

.social-links li i {
    line-height: 30px;
    color: #000;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
}

.social-links li:hover {
    background: #e6d009;
}

.social-links li:hover i {
    color: #000;
}

.quick-links li a {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    transition: .5s;
}

.quick-links li a:hover {
    color: #e6d009;
}

.footer-logo {
    width: 140px;
    margin-bottom: 20px;
}

.footer__address {
    margin-top: 30px;
}

.footer__address a {
    color: #e6d009;
}

.single-widget .address {
    margin-bottom: 0px;
}

.single-widget h1 span {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #e6d009;
}

.single-widget h1 {
    font-size: 30px !important;
}

#contact .container {
    position: relative;
}

#contact .wave-wrap {
    width: 100%;
    left: 0;
    z-index: -1;
}

#contact .waves {
    height: 35vh;
    min-height: 300px;
    opacity: .3;
}

.single-widget p {
    color: #fff;
    margin-bottom: 30px;
}

.single-widget p a {
    color: #e6d009;
}

/*=======================================================
    Tokenomics Section
========================================================*/


.tokenomics-section {
    position: relative;
    padding-bottom: 100px;
    background-color: #000;
}

.tokenomics-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}


.single-token {
    transition: .5s;
}

.single-token .wrap {
    position: relative;
    text-align: center;
}

.single-token .wrap h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-token .wrap svg {
    width: 180px;
    fill: #e6d009 !important;
    transition: .5s;
    animation-name: animation_3d infinite;
    animation-duration: 7s;
}


@keyframes animation_3d {
    0% {
        transform: rotate3d(1, 1, 1, 0deg);
    }

    25% {
        transform: rotate3d(1, 1, 1, 120deg);
    }

    50% {
        transform: rotate3d(1, 1, 1, 240deg);
    }

    75% {
        transform: rotate3d(1, 1, 1, 360deg);
    }

    100% {
        transform: rotate3d(1, 1, 1, 0deg);
    }
}

.single-token:hover {
    transform: scale(1.04);
}


.token-title {
    position: relative;
    margin-top: 30px;
    font-weight: 500;
    color: #fff !important;
}

.highcharts-background {
    fill: transparent !important;
}

.highcharts-credits {
    display: none !important;
}


#chart_1 {
    width: 100%;
    height: 400px;
    margin-top: 90px;
}


#chart_1 tspan {
    fill: #fff;
}

.data-right {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.single-data {
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    width: 300px;
    margin-bottom: 30px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border-radius: 6px;
    transition: .5s;
    border: 2px solid #fff;
    position: relative;
}


.single-data:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 6px;
    transition: .5s;
    border: 2px solid #ffffff52;
    z-index: -1;
}

.single-data:last-child {
    margin-bottom: 0;
}


.single-data:hover {
    background: #6771DC;
}

.single-data:hover:after {
    top: 0;
    left: 0;
}

.single-data .wrap {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
}

.tokenomics-section .pluse_box {
    box-shadow: 0px 0px 1px 1px #0000001a;
    display: inline-block;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 1px;
    background: #e6d009;
    color: #000;
    font-weight: 600;
}

.tokenomics-section .pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

#chart_1 {
    width: 100%;
    height: 400px;
    margin-top: 90px;
}

#chart_1 tspan {
    fill: #fff;
}

/* tokenomics */

.info_boxs {
    position: relative;
    width: 620px;
    margin: auto;
}

.info_boxs .single_line {
    display: flex;
}

.single_info_box {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    width: 250px;
    height: 250px;
    margin: 15px 30px;
    overflow: hidden;
    box-shadow: 10px 10px 20px #4e4e4e78;
    transition: .5s;
}

.single_info_box.box_1:hover {
    transform: translate(-10px, -10px);
}

.single_info_box.box_2:hover {
    transform: translate(10px, -10px);
}

.single_info_box.box_3:hover {
    transform: translate(-10px, 10px);
}

.single_info_box.box_4:hover {
    transform: translate(10px, 10px);
}

.single_info_box:after {
    content: "";
    height: 80px;
    width: 80px;
    position: absolute;
    top: -30px;
    left: -30px;
    border-radius: 50%;

}

.info_box_inner {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding-left: 20px;
    height: 210px;
}

.info_box_inner span {
    position: absolute;
    top: 5px;
    left: 7px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #00000085;
}

.info_box_inner span sup {
    font-size: 14px;
}

.info_box_inner h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.info_box_inner p {
    font-size: 12px;
    line-height: 1.5;
}

.info_box_inner i {
    font-size: 30px;
    position: absolute;
    left: 35px;
    bottom: 35px;
    transition: .5s;
}

.single_info_box.box_1:hover .info_box_inner i {
    color: #02f3d2;
}

.single_info_box.box_2:hover .info_box_inner i {
    color: #ff0b9e;
}

.single_info_box.box_3:hover .info_box_inner i {
    color: #ff975a;
}

.single_info_box.box_4:hover .info_box_inner i {
    color: #004fc8;
}


.box_1.single_info_box:after {
    background: rgb(0, 254, 204);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 254, 204, 1) 0%, rgba(2, 162, 255, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 254, 204, 1) 0%, rgba(2, 162, 255, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 254, 204, 1) 0%, rgba(2, 162, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fecc', endColorstr='#02a2ff', GradientType=1);
}

.box_2.single_info_box:after {
    left: auto;
    right: -30px;
    background: rgb(255, 12, 154);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 12, 154, 1) 0%, rgba(114, 1, 181, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 12, 154, 1) 0%, rgba(114, 1, 181, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 12, 154, 1) 0%, rgba(114, 1, 181, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c9a', endColorstr='#7201b5', GradientType=1);
}

.box_3.single_info_box:after {
    top: auto;
    bottom: -30px;
    background: rgb(253, 26, 144);
    background: -moz-radial-gradient(center, ellipse cover, rgba(253, 26, 144, 1) 0%, rgba(255, 246, 0, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(253, 26, 144, 1) 0%, rgba(255, 246, 0, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(253, 26, 144, 1) 0%, rgba(255, 246, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd1a90', endColorstr='#fff600', GradientType=1);

}

.box_4.single_info_box:after {
    top: auto;
    left: auto;
    right: -30px;
    bottom: -30px;
    background: rgb(114, 1, 181);
    background: -moz-radial-gradient(center, ellipse cover, rgba(114, 1, 181, 1) 0%, rgba(8, 220, 255, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(114, 1, 181, 1) 0%, rgba(8, 220, 255, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(114, 1, 181, 1) 0%, rgba(8, 220, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7201b5', endColorstr='#08dcff', GradientType=1);

}

.box_2.single_info_box span {
    left: auto;
    right: 5px;
}

.box_3.single_info_box span {
    top: auto;
    bottom: 4px;
}


.box_4.single_info_box span {
    top: auto;
    left: auto;
    bottom: 2px;
    right: 5px;
}

.box_2 .info_box_inner i {
    left: auto;
    right: 35px;
}


.box_3 .info_box_inner i {
    bottom: auto;
    top: 35px;
}

.box_4 .info_box_inner i {
    left: auto;
    bottom: auto;
    right: 35px;
    top: 35px;
}

.box_3 .info_box_inner,
.box_4 .info_box_inner {
    padding-top: 75px;
}

.info_circle {
    height: 245px;
    width: 245px;
    background-image: url(../images/info_circle.png);
    position: absolute;
    left: 50%;
    top: 158px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 2;
}

.info_circle:hover {
    transform: translateX(-50%) scale(.9);
}


.info_circle h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
}


/* split js */

.splitting .char {
    transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
    transition-delay: calc(20ms * var(--char-index));
}

.splitting[data-scroll=out] .char {
    opacity: 0.1;
    transform: translateY(0.25em);
}

/* New step section */

.list_btn h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.list_btn p {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 5px;
}

.list_btn p a {
    color: #e6d009;
}


.process_inner ul,
.process_inner li {
    list-style: none
}

.process_inner nav {
    width: 100%;
    padding: 1%;
    position: relative
}

.process_inner li {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: .5s;
}

.process_inner li:hover {
    background-color: rgb(255 255 255 / 13%);
}


.process_inner li i {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 8px;
    transition: .3s;
    color: #fff;
    font-size: 20px;
}

.process_inner li:hover i {
    background-color: yellow;
    border-color: yellow;
    color: #000;
}

.process_inner section {
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -9999px;
    text-align: center;
    z-index: 10;
    margin-left: -9999px;
}

.process_inner section img {
    height: 100%;
    width: auto;
}

.process_inner li[data-role="thumb-1"],
.process_inner section[data-role="content-1"] {
    z-index=1;
    top: 2%
}

.process_inner li[data-role="thumb-2"]:hover section[data-role="content-2"] {
    top: 2%
}

.process_inner li[data-role="thumb-3"]:hover section[data-role="content-3"] {
    top: 2%
}

.process_inner li[data-role="thumb-4"]:hover section[data-role="content-4"] {
    top: 2%
}

.process_inner li[data-role="thumb-5"]:hover section[data-role="content-5"] {
    top: 2%
}

/* process_slider */
.process_slider {
    text-align: center;
    padding: 30px 0;
    display: none !important;
}

.process_slider img {
    max-width: 300px;
}



/* Next Drop */

.next-drp {
    position: relative;
    padding: 50px 0;
}

.next-drp h2 {
    margin-bottom: 30px;
}

.next-drp img {
    width: 60%;
    margin: 0 auto;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 22px -1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 22px -1px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 22px -1px rgba(255, 255, 255, 1);
}

.next-drp .center-img {
    width: 90%;
}

.single-nxt-drp h5 {
    margin-top: 10px;
    color: #fff;
}

.centered-logo {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 30px;
}


.logo {
    display: none;
}

.header-bottom .col-md-9 {
    align-items: center !important;
}

.header {
    background: rgba(0, 0, 0, 0.5) !important;
    border-bottom: 1px solid;
    padding: 0px;
    position: relative;
    margin-top: -57px;
}

.header.sticky {
    margin-top: 0px;
    background: rgba(0, 0, 0, 1) !important;

}

.sticky .logo,
.sticky .header-socials,
.sticky .btn-wrap {
    display: block;
}

.sticky .header-bottom .col-9 {
    justify-content: flex-end !important;
}


.sig-img {
    position: absolute;
    bottom: 104px;
    right: 0;
}


/* New Main Menu */



.main-menu-wrap .nav {
    margin-top: 0;
    padding-left: 0;
}

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


.header-right .btn {
    background: #000;
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    color: #fff;
    padding: 12px 10px;
    font-size: 10px;
    width: 95px;
    transition: .5s;
    margin: 0 8px;
    transform: skewX(-20deg);
}

.header-right .btn span {
    transform: skewX(20deg);
    display: inline-block;
}

.header-right .btn:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
}


.copy-btn {
    color: #fff !important;
    background: transparent !important;
    width: 30px !important;
}


.triangle {
    position: relative;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 20px 20px 20px;
    border-color: transparent transparent #DF7C00 transparent;
}

/* Artist spotlight */

.artist-spotlight-section {
    background: url(../images/spotlight-bg.gif);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 100px 0;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.sig-img {
    position: absolute;
    right: -60px;
    transform: rotate(-28deg);
    bottom: -50px;
    width: 100px;
}

.artist-spotlight-section .container {
    z-index: 99;
    position: relative;
}

.artist-spotlight-section .col-md-6 {
    position: relative;
}

.artist-spotlight-section h2,
.artist-spotlight-section p {
    color: #fff;
    position: relative;
    text-shadow: 2px 2px 10px #000000;
}

.artist-spotlight-section p {
    margin-bottom: 0;
}

.artist-spotlight-section p a {
    color: #e6d009;
}

.artist-spotlight-section .overlay {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .0;
    z-index: 1;
    transition: .5s;
}

.artist-spotlight-section.show .overlay {
    opacity: .8;
}

.spotlight_content {
    transition: .5s;
    margin-top: 100px;
    opacity: 0;
    margin-bottom: -100px;
}

.artist-spotlight-section.show .spotlight_content {
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
}

.sec-title {
    text-align: center;
    top: 50px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.chart-bottom-wrap {
    padding: 40px 0;
}

.chart-bottom-wrap h4,
.chart-bottom-wrap a,
.chart-bottom-wrap p {
    color: #fff;
    margin-bottom: 0;
}

.chart-bottom-wrap h4 {
    color: #e6d009;
    font-size: 20px !important;
    font-weight: 600;
    margin-right: 45px;
}

.chart-bottom-wrap h4 span {
    font-size: 14px !important;
    color: #fff;
}

.chart-bottom-wrap p i {
    color: #e6d009;
}

.chart-bottom-wrap .btns-wrap a {
    background: #e6d009;
    color: #000;
    width: 155px;
    display: inline-block;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 10px;
    font-size: 12px;
    transition: .5s;
}

.chart-bottom-wrap .btns-wrap a:hover {
    background: #000;
    color: #fff;
    box-shadow: rgb(255 255 255) 0px 0px 22px -1px;
}

/* About arty */

.about-arty-section {
    padding: 30px 0;
    background: #000;
    color: #fff;
    border-top: 1px solid #fff3;
}

.about-arty-right img {
    width: 100%;
    border-radius: 50%;
    transition: .5s;
}

.about-arty-right img:hover {
    box-shadow: rgb(255 225 26) 0px 0px 50px 5px;
    border-radius: 50%;
    transform: scale(.95);
    cursor: crosshair;
}

.about-arty-section p,
h2 {
    color: #fff;
}

.about-arty-section h2 {
    margin-bottom: 20px;
}

.about_inner {
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}

.about_inner p {
    font-size: 15px;
    margin-bottom: 0;
}


/* Faq start */

.fax-section {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #000;
}


.fax-section .card {
    background-color: transparent;

}


#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    padding: 20px 20px;
    background: #000000;
    color: #fff;
    font-weight: 600;
    transform: skewX(-20deg);
    -webkit-box-shadow: 0 0 20px 0 rgb(255 225 26 / 24%);
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    transition: .5s;
}

#main #faq .card .card-header .btn-header-link:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
}

#main #faq .card .card-header .btn-header-link span {
    display: inline-block;
    transform: skewX(20deg);
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    display: inline-block;
    transform: skewX(20deg);
}


#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {}

#main #faq .card .collapse {
    border: 0;

}


.fax-section .card-body {
    color: #fff;
    line-height: 30px;
    font-family: 'TheArtist_Sans', serif;
}

.card-body a {
    color: #e6d009;
}

.card-body #inline {
    background: rgba(0, 0, 0, 0.85) !important;
    max-width: 900px !important;
    max-height: 1440px;
    color: #fff !important;
}

.card-body #inline a {
    color: #e6d009 !important;
}

.lity-content a {
    color: #e6d009 !important;
}

.lity-content ul li {
    margin-bottom: 6px;
}

#copy-text {
    margin-right: 5px;
}

/* Roadmap Section */

.roadmap-section {
    padding: 100px 0;
    color: #fff;
}

.roadmap-section h4 {
    color: #fff;
    text-shadow: 2px 2px 4px #e6d00a9e;
}


.roadmap-section ul li {
    text-shadow: 2px 2px 4px #e6d00a9e;
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

.roadmap-section ul li i {
    padding-top: 3px;
    padding-right: 10px;
}

.roadmap-section .bottom-wrap {
    margin-top: 60px;
}

.single-roadmap h4 {
    margin-bottom: 10px;
}

.single-roadmap {
    background: #000000ba;
    border-radius: 6px;
    padding: 30px;
    margin: 0 20px;
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    min-height: 370px;
    transform: skewX(-10deg);
    transition: .5s ease all;
}

.single-roadmap:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
    cursor: crosshair;
}

.comingsoon-roadmap {
    min-height: 40px;
    margin-top: 50px;
}

.single-roadmap i {
    opacity: .4;
}

.single-roadmap .checked i {
    color: #e6d009;
    opacity: 1;
}


.roadmap-section .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.roadmap-section .row>[class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
}


.social-links-section,
.social-links-section .row {
    height: 100vh;
}

.social-links-section ul {
    text-align: center;
}


.social-links-section .skew-shape {
    display: block;
    padding: 20px;
}

.social-links-section .skew-shape:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
    transform: scale(0.99) skewX(-20deg);
}

.social-links-section ul li {
    margin-bottom: 30px;
}

.social-links-section #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.social-links-section img {
    margin-bottom: 40px;
    position: relative;
    width: 200px;
    transition: .5s;
}


.social-links-section img:hover {
    transform: scale(0.95);
}

/* Google Transilate styles */

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-combo {
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'TheArtist_Sans' !important;
    text-transform: uppercase;
    font-size: 11px !important;
}

.goog-te-combo:hover {
    cursor: pointer;
}

.goog-te-combo:focus-visible {
    outline: none;
}

#google_translate_element {
    height: 30px;
    margin-top: -7px;
}

.goog-te-gadget {
    display: inline-block;
    transform: skewX(-20deg);
    transition: .5s;
    color: #fff;
    line-height: 3px;
    padding: 2px 10px;
    border-radius: 6px;
    transition: .5s;
    box-shadow: 0 0 20px 0 rgb(255 225 26);
    background-color: #000;
}

.goog-te-gadget:hover {
    box-shadow: rgb(255 225 26) 0px 0px 20px 5px;
}

.goog-te-combo {
    display: inline-block;
    transform: skewX(20deg);
    width: 108px;
    margin: 8px 0 !important;
}

.mobile-only-dropdown {
    display: none;
}

.goog-te-combo option {
    color: #fff;
    background: #000;
}


/* New added css */


.feature-section .left-side img {
    max-width: 265px;
    border-radius: 5px;
}

.feature-section .left-side.center-video img {
    margin-top: 55px;
}

.center-video .single_profile {
    margin-top: 80px;
}