/*=== Header area start ===*/

body {	
    font-family: 'moolbor';
    font-size: 16px;
    font-weight: 400;    
	background: #000;
	color: #333333;	
}

@font-face {
    font-family: 'ComicGecko-GOaXO';
    src: url('fonts/ComicGecko-GOaXO.otf');
}

@font-face {
    font-family: 'moolbor';
    src: url('fonts/moolbor.ttf');
}

h2,
h6 {
    font-family: 'ComicGecko-GOaXO';
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.header-area {
    background-image: url(images/01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 244px;
}

.header-area-inner {
    background-image: url(images/02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    max-width: 1016px;
    margin: 0 auto;
    padding: 12px 0 15px;
}

.navbar {
    padding: 0;
    max-width: 701px;
    margin: 0 auto;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    max-width: 100%;
}

.navbar-toggler {
    padding: 0;
}

.navbar-nav .nav-link {
    font-weight: 400;
    font-size: 25px;
    color: #000;
    padding: 0!important;
    margin-left: 28px;
    display: block;
    background: transparent;
    height: 100%;
    border: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.navbar-nav .nav-link:hover {
    color: #8d29c9;
}

/*hamburger css*/

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.header-item {
    max-width: 666px;
    margin: 0 auto;
    padding-top: 175px;
    text-align: center;
}

.header-item h2 {
    font-size: 143.728px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.header-item p {
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
    margin: 0 0 25px;
}

.header-item a {
    font-weight: 400;
    font-size: 30.476px;
    color: #000000;
    width: 243px;
    height: 47px;
    display: block;
    text-align: center;
    line-height: 55px;
    background-image: url(images/03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0 auto;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item a:hover {
    opacity: .8;
}

/*=== about area start ===*/

.about-area {
    padding-top: 93px;
    background-image: url(images/05.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: 100% 300%;
}

.about-area-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-item img {
    max-width: 100%;
}

.about-item2 {
    max-width: 533px;
}

.about-item2 h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 15px;
}

.about-item2 p {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0 0 31px;
}

.about-item2 p span {
    display: block;
}

.about-item2 a {
    font-weight: 400;
    font-size: 30.476px;
    color: #000000;
    width: 243px;
    height: 47px;
    display: block;
    text-align: center;
    line-height: 55px;
    background-image: url(images/03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.about-item2 a:hover {
    opacity: .8;
}

/*=== image area start ===*/

.image-area {
    padding: 175px 0;
    background-image: url(images/10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
}

.inner-container h2 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.carousel-cell {
    width: 33.333%;
    overflow: hidden;
    padding-top: 65px;
}

.image-item {
    background-image: url(images/06.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 56px;
    min-height: 480px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: -25px;
    overflow: hidden;
}

.image-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.image-item h2 {
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: -40px;
}
.flickity-prev-next-button.next {
    right: -40px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    display: inline-block;
    width: 29px;
    height: 8px;
    margin: 0 3.5px;
    background: #C4C4C4;
    border-radius: 79.6354px;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    width: 68px;
    background: linear-gradient(143.49deg, #073965 19.82%, #3BA88F 86.74%), #C4C4C4;
}

/*=== collection area start ===*/

.collection-area {
    margin-top: 68px;
    padding-bottom: 307px;
    background-image: url(images/22.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.collection-area-inner {
    max-width: 1156px;
}

.inner-container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.inner-container2 h2 {
    font-size: 50px;
    color: #FFFFFF;
    margin: 0;
}

.inner-container2 a {
    font-weight: 400;
    font-size: 30.476px;
    color: #fff;
    width: 244px;
    height: 49px;
    display: block;
    text-align: center;
    line-height: 55px;
    background-image: url(images/21.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.inner-container2 a:hover {
    opacity: .8;
}

.collection-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.collection-item ul li {
    width: 20%;
    padding: 0 20px;
}

.collection-item-inner {
    padding: 0 22px 40px 23px;
    margin-bottom: 53px;
}

.collection-item-inner2 {
    margin: -15px -15px 0;
    position: relative;
}

.collection-item-inner2 > img {
    width: 100%;
    display: block;
}

.collection-item-inner2 img:nth-of-type(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.collection-item-inner2 img:nth-of-type(3) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: -5px;
}

.collection-item-inner2 img:nth-of-type(4) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    filter: blur(3px);
}

.collection-item-inner5 img:nth-of-type(4) {
    filter: blur(0);
}

.collection-item-inner4 {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    margin-left: auto;
    background-image: url(images/19.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: translate(30px, -52px);
    margin-bottom: -52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-item-inner4 img {
    max-width: 70%;
    display: block;
}

.collection-item-inner3 {
    height: 5px;
    background: #9B9B9B;
    border-radius: 50px;
    margin-top: 45px;
}

.collection-item-inner3 span {
    width: 52px;
    height: 5px;
    display: block;
    background: #FAC93B;
    border-radius: 50px;
}

.collection-item-inner h2 {
    font-size: 22px;
    color: #FFFFFF;
    margin: 15px 0 0;
}

.collection-item2 {
    margin-top: -53px;
}

.collection-item2 a {
    font-weight: 400;
    font-size: 30.476px;
    color: #fff;
    width: 278px;
    height: 49px;
    display: block;
    text-align: center;
    line-height: 55px;
    background-image: url(images/21.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0 auto;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.collection-item2 a:hover {
    opacity: .8;
}

/*=== roadmap area start ===*/

.roadmap-area {
    padding-bottom: 258px;
    background-image: url(images/28.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: 0 180%;
    position: relative;
}

.inner-container3 h2 {
    font-size: 50px;
    color: #fff;
    margin: 0 0 113px;
    text-align: center;
}

.roadmap-item {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

.roadmap-item-inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.roadmap-item-inner img {
    max-width: 100%;
}

.roadmap-item ul li {
    width: 50%;
    position: relative;
    margin-bottom: 150px;
}

.roadmap-item ul li:last-of-type {
    margin-bottom: 0;
}

.roadmap-item ul li:nth-of-type(even) {
    padding-right: 95px;
    text-align: right;
}

.roadmap-item ul li:nth-of-type(odd) {
    margin-left: auto;
    text-align: left;
    padding-left: 95px;
}

.roadmap-item ul li img {
    max-width: 100%;
    display: block;
}

.roadmap-item ul li img:nth-of-type(1) {
    position: absolute;
    top: 0;
}

.roadmap-item ul li img:nth-of-type(2) {
    display: none;
} 

.roadmap-item ul li:nth-of-type(even) img:nth-of-type(1) {
    right: 0;
    transform: translate(50%, -50%);
}

.roadmap-item ul li:nth-of-type(odd) img:nth-of-type(1) {
    left: 0;
    transform: translate(-50%, -50%);
}

.roadmap-item ul li h2 {
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 15px;
}

.roadmap-item ul li p {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
}

.roadmap-item3 {
    position: absolute;
    top: -40px;
    left: 0;
}

.roadmap-item4 img {
    max-width: 100%;
}

.roadmap-item4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.roadmap-item4 img {
    max-width: 100%;
}

/*=== question area start ===*/

.question-area {
    background-image: url(images/33.png);
    background-repeat: no-repeat;
    background-size: 354px;
    background-position: 0 150%;
    padding-bottom: 104px;
}

.question-area-inner {
    max-width: 1224px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.question-item {
    width: 38%;
}

.question-item-inner {
    max-width: 306px;
    margin: 0 auto 58px;
}

.question-item h2 {
    font-size: 50px;
    color: #FFFFFF;
    margin: 0;
}

.question-item img {
    width: 100%;
    display: block;
}

.question-item2 {
    width: 62%;
    padding-left: 31px;
}

.ziehharmonika h3 {
    font-family: 'ComicGecko-GOaXO';
    color: #fff;
    text-align: left;
    cursor: pointer;
    margin: 0;
    padding-bottom: 12px;
    transition: 0.25s all;
    position: relative; 
    font-size: 30px;   
    font-weight: 700;
    border-bottom: 1px solid #C4C4C4;
    width: calc(100% - 58px);
}

.ziehharmonika h3.active {
    border-bottom: none;
}

.ziehharmonika > div {
    display: none;
    border-bottom: 1px solid #C4C4C4;
    width: calc(100% - 58px);
    padding-bottom: 12px;
}

.ziehharmonika > div p {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
}

.ziehharmonika > div p span {
    display: block;
}

.ziehharmonika .collapseIcon {
    position: absolute;
    right: -48px;
    top: 50%;
    font-size: 25px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}

.ziehharmonika > span {
    width: 100%;
    height: 18px;
    display: block;
    background: transparent;
}

/*=== footer area start ===*/

.footer-area {
    background-image: url(images/34.png);
    background-repeat: no-repeat;
    background-size: 354px;
    background-position: 0% 100%;
    text-align: center;
    padding: 112px 0 0;
}

.footer-area-inner {
    background-image: url(images/38.png);
    background-repeat: no-repeat;
    background-size: 354px;
    background-position: 100% 100%;
}

.footer-item > a {
    font-family: 'ComicGecko-GOaXO';
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item ul li {
    display: inline-block;
}

.footer-item ul li a {
    display: block;
    margin: 35px 5px 45px;
}

.footer-item ul li a img {
    max-width: 100%;
}

.footer-item2 {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-item2 p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.7;
    margin: 0;
}