/*
Theme Name: ChainPQC
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

.button.is-outline,
input[type="submit"].is-outline,
input[type="reset"].is-outline,
input[type="button"].is-outline {
    border-width: 1px !important;
}

.button.success.is-outline {
    border-color: #29f3af !important;
    color: #fff;
}

.button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase !important;
}

.button.is-small {
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
}


/* .qode-showcase-item-holder-container {
  display: flex;
  flex-wrap: wrap;
}
.qode-showcase-item-holder {
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}
.qode-showcase-item-holder:nth-child(8) {
  display: none;
} */


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    letter-spacing: 0;
}

h6 {
    text-transform: none;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

#particles-body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#particles-js {
    position: relative;
    width: 100%;
    height: 100%;
}

ul.cc {
    list-style: none;
}

ul.cc li::before {
    content: "\2022";
    color: #1abc9c;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


/* Header */

#header .header-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header .header-wrapper.stuck {
    background-color: rgba(0, 0, 0, 0.5);
}


/* Section Top */

.section-top {
    position: relative;
}

/* .section-top:before { */
/*     content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0; */
	
/*     background-color: rgba(255, 255, 255, 0); */
/*     background-size: cover; */
/* } */

.banner-top .banner-layers.container {
    max-width: 100% !important;
}

.banner-top h2 {
    font-size: 4rem;
    font-size: 4vw;
}

@media screen and (max-width:540px) {
    .banner-top .banner-layers.container {
        overflow: hidden;
    }
    .col-banner-top .col-inner {
        text-align: center !important;
    }
}

.banner-top .banner-layers.container .text-box.banner-layer.particles-text-box {
    z-index: -1;
}

.banner-top .banner-layers.container .text-box.banner-layer:not(.particles-text-box) {
    max-width: 1170px;
    margin: 0 auto;
}

.image-planet:before {
    content: "";
    width: 170%;
    height: 170%;
    background: url(img/planet-grow.svg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    left: -35%;
    top: -35%;
    animation: 50s ease 0s normal none infinite running zoomEffect;
    -webkit-animation: 50s ease 0s normal none infinite running zoomEffect;
    -o-animation: 50s ease 0s normal none infinite running zoomEffect;
}

.image-planet .img-inner img {
    -moz-animation: spin 60s linear infinite;
    animation: spin 60s linear infinite;
}

@keyframes zoomEffect {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.2, 1.2)
    }
}

.col-planet .open-video .overlay {
    background-color: rgba(255, 255, 255, 0) !important;
}

.col-planet .open-video .overlay-icon {
    border: 0;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    background-color: rgba(255, 255, 255, 0) !important;
}

.col-planet .open-video .overlay-icon i {
    font-size: 3em;
}

.col-planet .open-video:hover .overlay-icon {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: all ease 0.2s;
}

@media screen and (min-width: 1600px) {}

@media screen and (max-width: 540px) {
    .section-top:before {
        width: 200%;
        height: 230vw;
        left: -50%;
    }
}


/* section-features */

.row-features .col:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.row-features .col:last-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width:1200px) {
    .row-features .col:first-of-type {
        border-right: 0px;
    }
    .row-features .col:last-of-type {
        border-left: 0px;
    }
}


/* Section Intro */

.section-intro2 {
    position: relative;
}

.section-intro .bg.section-bg.fill.bg-fill.bg-loaded {
    background: url(img/mockup.png) 100% 50% no-repeat;
    background-size: 50vw auto !important;
    z-index: 4;
}

@media screen and (min-width:2000px) {
    .section-intro .bg.section-bg.fill.bg-fill.bg-loaded {
        background-size: 40vw auto !important;
    }
}

@media screen and (max-width:1200px) {
    .section-intro .bg.section-bg.fill.bg-fill.bg-loaded {
        background-size: 70vw !important;
        background-position: 150% 70%;
    }
}

@media screen and (max-width:850px) {
    .section-intro .bg.section-bg.fill.bg-fill.bg-loaded {
        background: none;
    }
}

/* .section-intro:before {
    content: "QWID";
    font-size: 20vw;
    color: rgba(127, 127, 127, 0.05);
    width: 100%;
    top: -30px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
} */

.section-intro2:before {
    content: "QWID";
    font-size: 20vw;
    color: rgba(127, 127, 127, 0.05);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.section-intro2 .section-content {
    z-index: 10;
}


/* section-future-defi */

.section-future-defi {
    z-index: 20;
}


/* Section Roadmap */

.section-roadmap {
    margin-top: -10vw;
    position: relative;
}

.section-roadmap:before {
    content: "Roadmap";
    font-size: 20vw;
    color: rgba(127, 127, 127, 0.05);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}


/* Timeline Slider */

.timeline-wrapper {
    padding: 120px 0;
    overflow: hidden;
    margin: 0 30px;
    position: relative;
}

.timeline-wrapper .btn {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 20;
    margin: 0;
}

.timeline-wrapper .btn.prev {
    left: -5px;
    background: url(img/icon-prev.svg) 50% 50% no-repeat;
}

.timeline-wrapper .btn.next {
    right: -5px;
    background: url(img/icon-next.svg) 50% 50% no-repeat;
}

.timeline-slider .flickity-viewport {
    overflow: visible;
}

.timeline-slider .timeline-item {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    height: 80px;
    position: relative;
}

.timeline-slider .timeline-item:before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 6px solid #29f3af;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 20;
}

.timeline-slider:before {
    content: '';
    height: 6px;
    width: 100%;
    background-color: #08251B;
    top: 50%;
    left: 0;
    margin-top: -3px;
    position: absolute;
}

.timeline-slider .timeline-item .col-inner {
    position: relative;
    padding: 15px;
}

.timeline-slider .timeline-item .time-point {
    text-align: center;
    position: absolute;
    left: 0;
    line-height: 30px;
    width: 100%;
    font-weight: bold;
    font-size: 1.25rem;
}

.timeline-slider .timeline-item .item-content {
    padding: 20px 20px 15px 20px;
    background: -moz-linear-gradient(top, rgba(17, 54, 45, 1) 0%, rgba(17, 54, 45, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(17, 54, 45, 1) 0%, rgba(17, 54, 45, 0) 100%);
    background: linear-gradient(to bottom, rgba(17, 54, 45, 1) 0%, rgba(17, 54, 45, 0) 100%);
    border-radius: 15px;
}

.timeline-slider .timeline-item:nth-child(odd) .item-content {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
}

.timeline-slider .timeline-item:nth-child(odd) .item-content:before {
    content: '';
    width: 4px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: -60px;
    background-color: #08251B;
}

.timeline-slider .timeline-item:nth-child(odd) .time-point {
    top: -10px;
}

.timeline-slider .timeline-item:nth-child(even) .item-content {
    background: -moz-linear-gradient(top, rgba(17, 54, 45, 0) 0%, rgba(17, 54, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(17, 54, 45, 0) 0%, rgba(17, 54, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(17, 54, 45, 0) 0%, rgba(17, 54, 45, 1) 100%);
}

.timeline-slider .timeline-item:nth-child(even) .item-content {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.timeline-slider .timeline-item:nth-child(even) .item-content:before {
    content: '';
    width: 4px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: -60px;
    background-color: #08251B;
}

.timeline-slider .timeline-item:nth-child(even) .time-point {
    top: 60px;
}


/* Hover */

.timeline-slider .timeline-item .item-content:hover {
    background-color: rgba(17, 54, 45, 1);
}

@media screen and (max-width:1440px) {
    .timeline-slider .timeline-item {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media screen and (max-width:992px) {
    .timeline-slider .timeline-item {
        max-width: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

@media screen and (max-width:768px) {
    .timeline-slider .timeline-item {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}


/* Section Team */

.section-team {
    position: relative;
}

.row-advisory .col {
    margin-left: 0;
    margin-right: 0;
}


/* for page 10 - about */

.page.page-id-10 .section-team.min-height-ratio169 {
    min-height: auto !important;
}

.section-team:before {
    content: "Team";
    font-size: 15vw;
    color: rgba(255, 255, 255, 0.05);
    width: 100%;
    top: -5vw;
    left: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
}

.section-team .section-content {
    z-index: 10;
}

.section-team .box .box-image .box-image-inner {
    background: rgb(255, 0, 0);
    background: -moz-linear-gradient( -45deg, rgba(255, 0, 0, 1) 0%, rgba(139, 0, 0, 1) 32%, rgba(139, 0, 0, 1) 63%, rgba(139, 0, 0, 1) 63%, rgba(255, 0, 0, 1) 100%);
    background: -webkit-linear-gradient( -45deg, rgba(255, 0, 0, 1) 0%, rgba(139, 0, 0, 1) 32%, rgba(139, 0, 0, 1) 63%, rgba(139, 0, 0, 1) 63%, rgba(255, 0, 0, 1) 100%);
    background: linear-gradient( 135deg, rgba(255, 0, 0, 1) 0%, rgba(139, 0, 0, 1) 32%, rgba(139, 0, 0, 1) 63%, rgba(139, 0, 0, 1) 63%, rgba(255, 0, 0, 1) 100%);
}

.section-team .box .box-image .box-image-inner img {
    width: 96%;
    height: 96%;
    border-radius: 50%;
    left: 2%;
    top: 2%;
    right: auto;
}

.section-team .box .box-text h4 {
    line-height: 1.2 !important;
}

.section-team .box .box-text .person-name {
    font-size: 1.125rem;
    text-transform: none;
}

.section-team .box .box-text .person-title {
    font-size: 1rem !important;
    letter-spacing: 0;
    color: #8b0000  /**#29f3af;**/
    opacity: 1;
    text-transform: none;
}

.section-team .box .box-text .text {
    margin-top: 1rem;
}


/* Section News */

.section-news {
    position: relative;
}

.section-news:before {
    content: "News";
    font-size: 12vw;
    color: rgba(255, 255, 255, 0.05);
    width: 100%;
    top: 30px;
    left: 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
}

.section-news .section-content {
    z-index: 10;
}

.box-blog-post .is-divider {
    visibility: hidden;
}

.post-item .box-blog-post .box-text .button {
    text-transform: uppercase;
    padding-right: 2rem;
    background: url(img/icon-arrow.svg) 100% 50% no-repeat;
}

.post-item .box-blog-post .box-text .box-text-inner {
    position: relative;
    padding-top: 1.5rem;
}

.post-item .box-blog-post .box-text .box-text-inner .post-title {
    font-size: 1.125rem;
}

.post-item .box-blog-post .box-text .box-text-inner .post-meta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 1rem;
}

.post-item .box-blog-post .box-text .from_the_blog_excerpt {
    color: rgba(255, 255, 255, 0.7);
}


/* Footer */

.section-site-footer {
    border-top: 4px solid rgba(120, 194, 255, 0.2);
    background: #000 url(img/site-footer-bg.jpg) 50% 100% no-repeat;
    background-size: cover;
}

.form-newsletter .form-group {
    position: relative;
}

.form-newsletter .wpcf7-form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.form-newsletter .wpcf7-submit {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    border: 0;
    color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) url(img/icon-arrow.svg) 50% 50% no-repeat !important;
}

.absolute-footer {
    display: none;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.qode-int-icon-showcase {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.qode-int-icon-showcase .qode-int-icon-showcase-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
}

.qode-int-icon-showcase .qode-int-icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    border: 2px dashed rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.85s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.85s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.85s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
}

.touch .no_animation_on_touch .qode-int-icon-showcase .qode-int-icon-circle {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.qode-int-icon-showcase.qode-appeared .qode-int-icon-circle {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.qode-int-icon-showcase .qode-showcase-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.qode-int-icon-showcase .qode-showcase-content .qode-section-subtitle {
    text-transform: capitalize;
}

.qode-int-icon-showcase .qode-showcase-content-table {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.qode-int-icon-showcase .qode-showcase-content-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20%;
}

.qode-showcase-icon {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    -moz-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
}

.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-icon {
    -webkit-transition: opacity 0.2s ease !important;
    transition: opacity 0.2s ease !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.qode-showcase-icon .qode-icon-holder.qode-icon-circle {
    background-color: #022931;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.qode-showcase-icon .qode-icon-holder.qode-icon-circle .qode-icon-element {
    color: #0B5362;
}

.qode-showcase-icon .qode-icon-holder {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 36px;
    display: inline-block;
}

.qode-showcase-item-holder.qode-showcase-active .qode-icon-holder.qode-icon-circle {
    background-color: #1abc9c !important;
}

.qode-showcase-item-holder.qode-showcase-active .qode-icon-holder.qode-icon-circle .qode-icon-element {
    color: #fff;
}

.qode-showcase-item-holder.qode-showcase-active .qode-showcase-content {
    opacity: 1;
}

.qode-showcase-item-holder .qode-showcase-icon {
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.2s ease, top 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), left 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), -webkit-transform 0.5s ease;
    transition: opacity 0.2s ease, top 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), left 0.5s cubic-bezier(0.18, 0.89, 0.32, 1), transform 0.5s ease;
}

.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder .qode-showcase-icon {
    opacity: 1;
}

.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:first-child .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:first-child .qode-showcase-icon {
    top: 0%;
    left: 50%;
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}


.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(2) .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(2) .qode-showcase-icon {
	left: 89.09%;
	top: 18.83%;
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(3) .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(3) .qode-showcase-icon {
	left: 98.75%;
	top: 61.13%;
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
}


.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(4) .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(4) .qode-showcase-icon {
	left: 71.69%;
	top: 95.05%;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(5) .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(5) .qode-showcase-icon {
	left: 28.31%;
	top: 95.05%;
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s;
}

.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(6) .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(6) .qode-showcase-icon {
	left: 1.25%;
	top: 61.13%;
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(7) .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(7) .qode-showcase-icon {
	left: 10.91%;
	top: 18.83%;
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s;
}

/* .qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(8) .qode-showcase-icon,
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(8) .qode-showcase-icon {
    top: 14.6%;
    left: 14.6%;
    -webkit-transition-delay: 2.05s;
    transition-delay: 2.05s;
} */

@media screen and (max-width:540px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
    .text-block-header h2 br {
        display: none;
    }
    /* Col Banner Top */
    .col-banner-top h2 {
        font-size: 2.5rem;
    }
    .col-banner-top p {
        font-size: 1rem;
    }
    .col-banner-top .button {
        font-size: 0.75rem;
    }
    /* Icon Showcase */
    .qode-showcase-icon .qode-icon-holder {
        width: 72px;
        height: 72px;
        line-height: 72px;
    }
    .qode-showcase-icon .qode-icon-holder img {
        width: 48px !important;
        height: auto !important;
    }
    .qode-int-icon-showcase .qode-showcase-content .qode-showcase-content-inner {
        display: none;
    }
    /* Timeline */
    .timeline-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
    .timeline-slider .timeline-item .time-point {
        font-size: 1rem;
    }
    .timeline-item .item-summary {
        display: none;
    }
    .timeline-slider .timeline-item .item-content .item-title {
        font-size: 16px;
    }
    /* Team */
    .row-team .col.pb-0.medium-6.small-12.large-3 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .section-team .box-text .text {
        display: none;
    }
    .section-team .box .box-text h4 {
        font-size: 16px;
    }
}


/* Respondsive */