@import url("https://use.typekit.net/dvt0akl.css");

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 0;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

body {
    background-color: #02021A;
    font-family: "finalsix", sans-serif;
}

.text-orange {
    color: #F7AF0F;
}

.text-blue {
    color: #1288EA;
}

.text-pink {
    color: #FF407C;
}

.text-red {
    color: #BD1622;
}

.wrapper {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    /* overflow-x: hidden; */
}

.logo-animation {
    height: 100vh;
    position: fixed;
    max-width: 1050px;
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    transition: ease all 1s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.logo-animation.header {
    max-width: 7%;
    height: 80px;
    left: 0;
    margin-left: 50px;
    top: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    position: fixed;
    z-index: 9999;
    transform: translate(0, 0);
}

.logo-animation.header .logo-parts+a>img {
    width: 100%;
    position: relative;
    z-index: 999;
}
.logo-animation .logo-parts+a{
    text-align: center;
}
.logo-animation.header>.logo .detail {
    display: none !important;
}

.logo-animation>.logo {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.logo-animation .logo.split {
    width: 100%;
    height: 100%;
}

.logo-parts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.logo-parts .image1 {
    position: absolute;
    right: 45%;
    top: 30%;
    transform: rotate(105deg);
    width: 33%;
}

.logo-parts .image2 {
    left: 18%;
    top: 37%;
    position: absolute;
    width: 15%;
}

.logo-parts .image3 {
    position: absolute;
    top: 15%;
    right: 18%;
    width: 1.5%;
}

.logo-parts .image4 {
    bottom: 49%;
    right: 20%;
    position: absolute;
    width: 3%;
}

.logo-parts .image5 {
    bottom: 46%;
    position: absolute;
    right: 17%;
    text-align: center;
    width: 2%;
}

.logo-parts .image6 {
    position: absolute;
    left: 77%;
    top: 60%;
    width: 4%;
}

.logo-parts .image7 {
    left: 16%;
    top: 26%;
    position: absolute;
    transform: rotate(45deg);
    width: 29%;
}

.logo-parts .image8 {
    right: 25%;
    bottom: 35%;
    position: absolute;
    width: 22%;
}

.logo-parts .image9 {
    left: 17%;
    bottom: 18%;
    position: absolute;
    width: 50%;
    transform: rotate(-60deg);
}

.logo-parts .image10 {
    position: absolute;
    right: 26%;
    top: 44%;
    text-align: center;
    width: 19%;
}

.logo-parts .image11 {
    bottom: 36%;
    position: absolute;
    right: 26%;
    width: 5%;
}

.logo-parts .image12 {
    position: absolute;
    left: 19%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.split .logo-parts .image1 {
    position: absolute;
    right: 7%;
    top: 22%;
    transform: none;
    width: 4.5%;
}

.split .logo-parts .image2 {
    left: 3%;
    top: 72%;
    position: absolute;
    width: 2%;
}

.split .logo-parts .image3 {
    position: absolute;
    top: 3%;
    right: 32%;
    width: 4%;
}

.split .logo-parts .image4 {
    bottom: 7%;
    right: 21%;
    position: absolute;
    width: 7%;
}

.split .logo-parts .image5 {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 6%;
    margin: 0 auto;
}

.split .logo-parts .image6 {
    position: absolute;
    top: 8%;
    left: 21%;
    width: 7%;
}

.split .logo-parts .image7 {
    left: 5%;
    top: 26%;
    position: absolute;
    transform: none;
    width: 6%;
}

.split .logo-parts .image8 {
    right: 9%;
    bottom: 23%;
    position: absolute;
    width: 5%;
}

.split .logo-parts .image9 {
    left: 15%;
    bottom: 8%;
    position: absolute;
    width: 10%;
    transform: none;
}

.split .logo-parts .image10 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    width: 6%;
    margin: 0 auto;
}

.split .logo-parts .image11 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: flex;
    align-items: center;
    width: 2.5%;
}

.split .logo-parts .image12 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.logo-parts>div {
    transition: ease all 1s;
    opacity: 0;
}

.split .logo-parts>div {
    opacity: 1;
}

.logo-animation>.logo .logo-parts img {
    width: 100%;
}

.split .logo-parts+ a> img {
    opacity: 0;
}

.logo-parts+a> img {
    transition: ease all 1s;
    width: 66%;
}

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

.intro.show {
    background: rgb(2 2 26 / 85%);
    opacity: 1;
}

.intro .project {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.intro .project .logo {
    width: 220px;
    margin: 0 auto;
    opacity: 0;
    transition: ease all 1s;
    position: relative;
    top: 0;
}

.intro .description p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 900;
    margin-top: 35px;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: ease all 1s;
    position: relative;
    bottom: 0;
    text-transform: uppercase;
}

.skip-btn {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 5px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    opacity: 0;
}

.intro.show .skip-btn {
    opacity: 1;
}


.logo-animation>.logo .detail {
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 99;
    transition: ease all 1s;
}

.detail .description h4 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 900;
}

.detail .description p {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 50px;
}

.btn-explore {
    color: #fff;
    border: 2px dashed #fff;
    background: transparent;
    height: 70px;
    font-size: 16px;
    width: 250px;
    border-radius: 40px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: ease all .5s;
}
.btn-explore:hover{
    color: #fff;
    transform: scale(1.1);
}

.project-list-btns {
    position: fixed;
    top: 0;
    right: 2%;
    bottom: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 999;
}

.project-list-btns .name-box {
    width: 160px;
    height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 25px 0;
    cursor: pointer;
    position: relative;
}

.project-list-btns .name-box .name .black {
    font-size: 20px;
    font-weight: 900;
}

.project-list-btns .name-box .name {
    line-height: 25px;
    position: relative;
    z-index: 9;
}
.name-box .intro-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.name-box .intro-overlay img {
    border-radius: 50%;
}

.project-list-btns .arrow-icon {
    color: #fff;
    width: 55px;
    height: 55px;
    border: 1px dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    display: none;
}

.meta-intro {
    position: absolute;
    max-width: 550px;
    text-align: center;
    color: #fff;
    z-index: 99;
}

.met-intro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(2 2 26 / 85%);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.meta-intro .close-icon {
    width: 55px;
    height: 55px;
    border: 1px dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: ease all .5s;
}
.meta-intro .close-icon:hover{
    transform: rotate(90deg);
    color: #BD1622;
}

.meta-intro h3 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 26px;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.custom-conatiner {
    max-width: 1380px;
    margin: 0 auto;
    /* margin-right: 270px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.projects {
    height: 1100vh;
    /* position: fixed  !important; */
    /* top: 0 !important; */
    left: 0 !important;
    width: 100%;
    transform: none !important;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
    /* margin-top: 100px;
    position: absolute; */
}

.project-detail {
    opacity: 0;
    z-index: 0;
    /* display: none; */
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    height: calc(100vh - 100px);
}

.project-detail.metaverse {
    /* margin-top: 80px; */
    /* z-index: 9; */
}

.project-detail .box-wrapper {
    background: #02021A;
    border-radius: 60px;
    box-shadow: 0px 0px 100px 0 #e06ff5;
    position: relative;
    z-index: 9;
    height: 350px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: -150px;
    opacity: 0;
    transition: ease all .5s;
}


.project-detail .box-wrapper.bg {
    box-shadow: 0px 100px 100px 0 #39d5fe;
    height: 410px;
    margin-bottom: 35px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    bottom: 0;
    top: -150px;

}

.project-detail .box-wrapper.bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/box-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    opacity: 0.2;
    border-radius: 60px;
}

.project-detail .box-wrapper .content {
    position: relative;
    z-index: 9;
}

.project-detail .box-wrapper .logo {
    width: 160px;
    position: relative;
    top: -30px;
}

.project-detail .box-wrapper .text {
    color: #fff;
    position: absolute;
    left: 50px;
    top: 90px;
    z-index: 9;
}

.project-detail .box-wrapper .text h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0;
}

.project-detail .box-wrapper .text h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
}

.project-detail .box-wrapper .inner-box {
    background: transparent linear-gradient(283deg, #D1EBF2 0%, #FFFFFF 55%, #EFD9F0 100%) 0% 0% no-repeat padding-box;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 60px;
    height: 450px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.project-detail .box-wrapper .inner-box .text {
    width: 320px;
    z-index: 9;
    top: 70px;
    left: 40px;
}

.inner-box .text p {
    font-size: 24px;
    line-height: 36px;
    color: #5A5A6F;
    font-weight: 300;
    margin-bottom: 30px;
}

.inner-box .text a {
    color: #1288EA;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
}

.project-detail .box-wrapper .inner-box .images {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 55%;
    margin: 0 auto;
}

.project-detail .box-wrapper .inner-box .images .avatar {
    position: relative;
    z-index: 2;
}

.project-detail .box-wrapper .inner-box .images .bg {
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    transition: ease all .5s;
    width: 65%;
}

.project-detail .box-wrapper.first .inner-box .images .bg {
    transform: rotate(-55deg);
}

.project-detail .box-wrapper.second .inner-box .images .bg {
    transform: rotate(-30deg);
}

.project-detail .box-wrapper.fourth .inner-box .images .bg {
    transform: rotate(35deg);
}

.project-detail .box-wrapper.fifth .inner-box .images .bg {
    transform: rotate(57deg);
}

.project-detail .box-wrapper .inner-box .images .bg .active-bar {
    position: absolute;
    top: -160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.project-detail .box-wrapper .inner-box .images .bg img {
    transform: rotate(0deg);
    z-index: 2;
    position: relative
}

.features-box {
    width: 65%;
    margin: 0 auto;
    background: #8ee4fd26;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 800px;
    padding: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}

.features-list {
    background: #8ee4fd;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;
}

.features-list .item {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
    transition: ease all .5s;
    cursor: pointer;
}

.features-list .item .image {
    width: 70px;
    height: 70px;
    background: #C2EEFB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 15px;
}
.features-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.features-list .item .image .white {
    display: none;
}

.features-list .item.active .image .white {
    display: block;
}

.features-list .item.active .image .black {
    display: none;
}

.features-list .item.first {
    left: 8%;
    top: 23%;
}

.features-list .item.second {
    left: 21%;
    top: 10%;
}

.features-list .item.third {
    top: 3%;
    left: -5%;
    right: 0;
}

.features-list .item.fourth {
    top: 10%;
    right: 21%;
}

.features-list .item.fifth {
    top: 23%;
    right: 8%;
}

.features-list .item.first.active {
    top: 15%;
    left: 3%;
}

.features-list .item.second.active {
    top: 1%;
    left: 20%;
}

.features-list .item.third.active {
    top: -7%;
    left: -4%;
}

.features-list .item.fourth.active {
    top: 1%;
    right: 19%;
}

.features-list .item.fifth.active {
    top: 15%;
    right: 3%;
}

.features-list .item.active .image {
    width: 110px;
    height: 110px;
    background: transparent linear-gradient(180deg, #FE9FCB 0%, #FF69D4 100%) 0% 0% no-repeat padding-box;
}

.control-1 {
    position: absolute;
    right: 0;
    bottom: 30%;
    width: 20%;
    z-index: 99;
    transition: ease all .5s;
}

.vr-box {
    position: absolute;
    right: -15%;
    top: 0;
    transition: ease all .5s;
    width: 30%;
}

.control-2 {
    position: absolute;
    bottom: 0;
    left: 20%;
    transition: ease all .5s;
    width: 15%;
}

.box-wrapper.fourth .control-1 {
    right: 55%;
    bottom: 60%;
}

.box-wrapper.fourth .vr-box {
    top: -30%;
}

.box-wrapper.fourth .control-2 {
    bottom: -8%;
    left: 30%;
}

.wrapper.bg {
    background: url('../images/box-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-color: #01011adb;
    background-blend-mode: color;
    background-attachment: fixed;
}

.project-detail.lab .logo {
    width: 220px;
    margin: 0 auto;
    position: relative;
    bottom: -100px;
    transition: ease all .5s;
    opacity: 0;
}

.project-detail.lab .custom-conatiner {
    max-width: calc(100% );
    width: 100%;
    padding-left: 0;
    /* margin-left: 0; */
    justify-content: space-between;
}
.project-detail.lab {
    padding-right: 230px;
}
.content h1 {
    font-size: 46px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 50px;
}

.project-detail.lab .content {
    margin-top: 40px;
    padding-left: 130px;

}

.project-detail.lab .content h1 {
    opacity: 0;
    position: relative;
    left: -200px;
    transition: ease all 1s;
}

.project-detail.lab .content .btn-explore {
    position: relative;
    bottom: -80px;
    transition: ease all .5s;
    opacity: 0;
}


.project-detail.lab .images {
    display: flex;
    position: relative;
    bottom: -80px;
    transition: ease all .5s;
    opacity: 0;
}

.project-detail.lab .others {
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: ease all .5s;
}

.nft-video {
    width: 35%;
    float: left;
    margin-top: 70px;
    padding-right: 20px;
}

.nft-video .video {
    height: 100%;
}

.nft-image {
    width: 30%;
    float: left;
    text-align: center;
}


.project-detail.lab .images .image.opss {
    position: absolute;
    right: -120px;
    top: -100px;
    width: 60%;
}

.project-detail.lab .images .image.gym {
    position: absolute;
    left: 80px;
    top: -100px;
    z-index: 3;
    width: 60%;
}

.project-detail.lab .images .image.belive {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
    width: 35%;
}

.nft-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 40px;
}

.supported-block {
    width: 35%;
    float: left;
    color: #fff;
    padding-left: 100px;
    background-image: url(../images/supported-blocks.svg);
    background-repeat: no-repeat;
    background-position: 0 15px;
    background-size: 70px;
}

.supported-block h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.supported-block ul {
    display: flex;
    padding: 0;
    margin-bottom: 12px;
}

.supported-block ul li {
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    list-style: circle;
}

.supported-block ul li:first-child {
    margin: 0;
}

.supported-block p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    margin: 0;
}


.project-conatiner {
    max-width: 1500px;
    margin: 0 auto;
    /* margin-left: 135px; */
    width: 100%;
    height: 100%;
    position: relative;

}

/* .project-detail.dao.active {
    overflow: hidden;
    overflow-y: auto;
} */
.project-detail.dao .project-conatiner {
    /* height: 200vh; */
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.project-detail.dao .project-conatiner.active {
    height: 200vh;
}
.project-detail.dao .project-conatiner,.project-detail.place .project-conatiner{
    transform: none !important;
}

.project-detail.dao .logo {
    width: 220px;
    margin: 0 auto;
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: ease all .5s;
    margin-bottom: 50px;
}

.project-detail.dao .content {
    margin-top: 50px;
    max-width: 720px;
    position: relative;
    /* float: left; */
}

.project-detail.dao .content h1.first {
    left: -100px;
    /* opacity: 0; */
    transition: ease all .5s;
}

.project-detail.dao .content h1.two {
    position: absolute;
    bottom: -400px;
    opacity: 0;
    transition: ease all .5s;

}

.project-detail.dao .content h1.three {
    position: absolute;
    bottom: -500px;
    opacity: 0;
    transition: ease all .5s;

}

.project-detail.dao .content p {
    font-size: 16px;
    line-height: 32px;
    opacity: 0;
    position: fixed;
    bottom: 20%;
    left: 22%;
    max-width: 21%;
    color: #fff;
    transition: ease all 1s;
}
.project-detail.dao .click-arrow p {
    font-size: 16px;
    line-height: 32px;
    opacity: 0;
    position: fixed;
    bottom: 20%;
    left: 22%;
    max-width: 21%;
    color: #fff;
    transition: ease all 1s;
}
.project-detail.dao .content p>span {
    font-weight: bold;
}

.project-detail.dao .globe-wrapper {
    width: 1110px;
    /* margin: 0 auto; */
    height: 520px;
    position: relative;
    display: flex;
    align-items: flex-end;
    /* overflow: hidden; */
    transition: ease all 1s;
    margin-left: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -200px;
    opacity: 0;
}

.globe-wrapper .center-box {
    width: 74%;
    background: #fff;
    height: 70%;
    margin: 0 auto;
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
    transition: ease all 1s;
}
.project-detail.dao .globe-wrapper.break .center-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.map-images .image {
    position: absolute;
    z-index: 9;
    transition: ease all 1s;
}

.map-images .image.map-1 {
    right: 0;
    top: 0;
    width: 30%;
}

.map-images .image.map-2 {
    left: 30%;
    top: 15%;
    text-align: center;
    width: 20%;
}

.map-images .image.map-3 {
    left: 2%;
    bottom: -18%;
    width: 13%;
}

.map-images .image.map-4 {
    left: 0;
    top: 0;
    width: 14%;
}



.globe-wrapper .image img {
    height: 100%;
    width: 100%;
}

.project-detail.dao .globe-wrapper.two {
    height:650px;
    width: 650px;
    margin-top: 0;
    right: 0;
    top: 0;
    margin-right: 0;
}

.globe-wrapper.two .center-box {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.globe-wrapper.two .image.map-1 {
    right: 0;
    top: 15%;
}

.globe-wrapper.two .image.map-2 {
    left: 20%;
    top: 1%;
}

.globe-wrapper.two .image.map-3 {
    left: 0;
    bottom: 15%;
}

.globe-wrapper.two .image.map-4 {
    left: 0;
    top: 20%;
}


.project-detail.dao .globe-wrapper.three {
    height: 500px;
    width: 500px;
    margin-top: 0;
    right: 0;
    top: 0;
    margin-right: 0;
}

.project-detail.dao .globe-wrapper.break {
    height: 500px !important;
    width: 500px !important;
    margin-top: 0 !important;
    right: 0 !important;
    margin-right: auto !important;

}

.globe-wrapper.three .center-box {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.globe-wrapper.three .image.map-1,.globe-wrapper.break .image.map-1 {
    right: 0;
    top: 5%;
    width: 47%;
    height: 75%;
}

.globe-wrapper.three .image.map-2,.globe-wrapper.break .image.map-2 {
    left: 25%;
    top: 2%;
}

.globe-wrapper.three .image.map-3,.globe-wrapper.break .image.map-3 {
    left: 8%;
    bottom: 12%;
}

.globe-wrapper.three .image.map-4,.globe-wrapper.break .image.map-4 {
    left: 0;
    top: 28%;
}

.click-break {
    position: fixed;
    left: -130%;
    top: 0;
    bottom: 0;
    z-index: 99999;
    transition: ease all .5s;
    width: 30%;
    height: 40vh;
    margin: auto;
    cursor: pointer;
}
.click-break:hover {
    /* transform: rotate(-10deg); */
}
.click-break img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-detail.dao .overlay {
    background-image: linear-gradient(60deg, #01011a00 0%, #03031BA5 72%, #55556600 100%);
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    transition: ease all 1s;

}

.overlay .content-area {
    width: 45%;
    margin-left: auto;
    height: 100%;
    color: #fff;
    padding: 70px;
    position: relative;
}

.overlay .content-area .bg-color .bottom {
    position: absolute;
    left: 0;
    top: 52%;
    width: 100%;
    background: #0A1440;
    height: 48%;
    z-index: -1;
    transform: skew(0deg, 0deg);
    transform-origin: 0% 100%;
    /* transition: ease all .5s; */
}

.overlay .content-area .bg-color .top {

    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    background: #0A1440;
    height: 52%;
    z-index: -1;
    transform: skew(0deg, 0deg);
    transform-origin: 0% 100%;
    /* transition: ease all .5s; */
}

.overlay .content-area h1 {
    font-size: 66px;
    line-height: 90px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
    height: 50%;
    display: flex;
    align-items: center;
}

.overlay .content-area p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    max-width: 590px;
    margin-bottom: 40px;
}


.content-area .supported-blocks h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.content-area .supported-blocks ul {
    display: flex;
    padding: 0;
    margin-bottom: 80px;
}

.content-area .supported-blocks ul li {
    margin-left: 25px;
    margin-right: 20px;
}

.content-area .supported-blocks ul li:last-child {
    margin-right: 0;
}




.dao-image {
    position: absolute;
    left: 0;
    top: 50px;
    margin: auto;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    opacity: 0;
}

.content-2 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    max-width: 36%;
    opacity: 0;
}

.content-2 h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.content-2 p {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    font-weight: 300;
}

.content-2 p>span {
    font-weight: bold;
}

.project-detail.dao .action-btn {
    position: relative;
    bottom: -15%;
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.project-detail.dao .text-box {
    position: absolute;
    opacity: 0;
    color: #fff;
    z-index: 9;
    width: 100%;
}

.project-detail.dao .text-box.box-1 {
    top: 8%;
    left: 102%;
}

.project-detail.dao .text-box.box-1 .image img {
    left: -32%;
    top: 30px;
    height: auto;
    position: absolute;
    width: 85%;
}

/* .project-detail.dao .text-box.box-1 .heading {
    right: 0;
    top: -30px;
} */

/* .project-detail.dao .text-box.box-1 p {
    top: -40px;
    left: 34%;
} */

.project-detail.dao .text-box.box-2 {
    right: 102%;
    bottom: -7%;
}

.project-detail.dao .text-box.box-2 p {
    left: 50px;
    text-align: right;
    bottom: 0;
}

.project-detail.dao .text-box.box-2 .image {
    margin-left: auto;
    text-align: right;
}
.project-detail.dao .text-box.box-2 .image img {
    position: absolute;
    height: auto;
    width: 67%;
    right: -30%;
    top: -50%;
}
.project-detail.dao .text-box.box-2 .image .heading {
    top: auto;
    bottom: 10px;
    left: 0;
    right: auto;
    text-align: right;
}

.project-detail.dao .text-box.box-3 {
    left: 102%;
    bottom: 0%;
}

.project-detail.dao .text-box.box-3 .image {
    /* width: 68%; */
}
.project-detail.dao .text-box.box-3 .image img {
    height: auto;
    width: 81%;
    position: absolute;
    left: -30%;
    top: -60%;
}
.project-detail.dao .text-box.box-3 .heading {
    right: 0;
    bottom: 15px;
}

.project-detail.dao .text-box.box-3 p {
    bottom: 0;
    left: 24%;
}

.project-detail.dao .text-box p {
    width: 100%;
    margin-left: auto;
    /* position: absolute; */
    opacity: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 0;
}

.project-detail.dao .text-box p>span {
    font-weight: bold;
}

.project-detail.dao .text-box .heading {
    font-weight: bold;
    /* position: absolute; */
}

.click-animation {
    position: absolute;
    right: -10%;
    bottom: 50px;
    font-size: 30px;
    z-index: 9999;
}

.click-animation .click-btn button {
    background: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px;
}

.click-animation .click-btn {
    display: flex;
    flex-direction: column;
}

.click-animation .click-btn .next {
    margin-bottom: 20px;
}



.project-detail.place{
    /* height: 250vh; */
}

.project-detail.place .logo {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.project-detail.place .content {
    max-width: 720px;
    margin-bottom: 80px;
}

.project-detail.place .how-it-works {
    max-width: 700px;
    position: relative;
    top: 100%;
    transition: ease all .5s;
    /* opacity: 0; */
}

.project-detail.place .content h1 {
    font-size: 52px;
    line-height: 80px;
    margin-bottom: 20px;
    position: relative;
    top: -80px;
    opacity: 0;
    transition: ease all .5s;
}

.project-detail.place .content p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    position: relative;
    bottom: -80px;
    opacity: 0;
    transition: ease all .5s;
}


.project-detail.place .how-it-works h2 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.project-detail.place .how-it-works .steps {
    height: 330px;
    overflow: hidden;
}

.how-it-works .steps .step {
    display: flex;
    align-items: flex-start;
    color: #fff;
    background: url(../images/item-bg.svg);
    background-repeat: no-repeat;
    background-position: left 0;
    padding-bottom: 50px;
    padding-top: 40px;
    transition: ease all .5s;
    background-size: 13%;
}

.project-detail.place .how-it-works .steps .step:first-child {
    padding-top: 0;
    background-position: left -45px;
    margin-top: 0;
}

.how-it-works .steps .step .image {
    width: 90px;
    margin-right: 20px;
    text-align: center;
    height: 100%;
    margin-top: 4%;
}

.how-it-works .steps .step .image img {
    width: 40%;
}

.project-detail.place .how-it-works .steps .step:first-child .image {
    /* margin-top: -10px; */
}

.how-it-works .steps .step .text {
    width: calc(100% - 120px);
}


.how-it-works .step .text h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.how-it-works .step .text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}

.images-wrapper {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    height: 100%;
    max-width: 75%;
    margin-left: auto;
    position: relative;
    top: 120%;
    opacity: 0;
    transition: ease all .5s;
}

.project-detail.place .images-section {
    position: relative;
    width: 100%;
    /* height: 100%; */
    margin-left: auto;
}

.project-detail.place .images-section .image-1 {
    text-align: right;
    /* position: absolute; */
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
}

.project-detail.place .images-section .image-2 {
    position: absolute;
    z-index: 2;
    top: 100vh;
    right: 10px;
    width: 100%;
    transition: ease all 1s;
}

.project-detail.place .images-section .image-3 {
    position: absolute;
    z-index: 3;
    top: 100vh;
    right: 20px;
    width: 100%;
    transition: ease all 1s;
}

.project-detail.place .images-section .image-4 {
    position: absolute;
    z-index: 4;
    top: 100vh;
    right: 30px;
    width: 100%;
    transition: ease all 1s;
}
.images-wrapper .btn-explore{
    margin-top: 100px;
}

.project-detail.place .content.two {
    display: none;
    opacity: 0;
    position: relative;
    bottom: -80px;
    transition: ease all .5s;
}


.project-detail.pad .logo {
    width: 220px;
    margin: 0 auto 50px;
}

.project-detail.pad h1 {
    margin-bottom: 50px;
    font-size: 56px;
    background: linear-gradient(270deg, #1288EA 0%, #F7AF0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-align: center;
    position: relative;
    top: -100px;
    opacity: 0;
}

.project-detail.pad .content-area {
    color: #fff;
    text-align: center;
}

.project-detail.pad .content-area .sticker {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 20px 40px;
    background: url('../images/sticker.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    opacity: 0;
    bottom: -100px;
}

.project-detail.pad .content-area h3 {
    font-weight: 300;
    font-size: 27px;
    margin-bottom: 25px;
     position: relative;
    opacity: 0;
    bottom: -100px;
}

.project-detail.pad .content-area .shutter-text {
    font-size: 110px;
    font-weight: 800;
    line-height: 120px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #9C9C9C 62%, #E2E2E2 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    right: 100%;
    opacity: 0;
}

.project-detail.pad .content-area p {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 20px;
    position: relative;
    left: 100%;
    opacity: 0;
}
.project-detail.pad .btn-explore{
    position: relative;
    bottom: -100px;
    opacity: 0;
}
.supported-block .assets-image {
    width: 70%;
}

.team-section {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 100vh;
    overflow: auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0 0 0 / 80%);
    transition: ease all .5s;
}

.team-section .title {
    margin-bottom: 50px;
    margin-top: 50px;
}

.team-section .title h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}

.team-section .team-slider .slick-slide {
    padding: 0 15px;
}

.team-section .team-slider .item {
    padding: 15px;
    background: #eee;
    text-align: center;
}

.team-section .team-slider .item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.team-section .team-slider .item h5 {
    font-size: 16px;
    margin: 0;
}
.team-slider .slick-next:before,
.team-slider .slick-prev:before {
    display: none;
}

.team-slider .slick-prev span,
.team-slider .slick-next span {
    font-size: 24px;
    color: #fff;
}

.team-section .team-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.btn-team {
    position: fixed;
    right: 20px;
    top: 20px;
    border: none;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 9999;
}

.project-detail.dao .content h1 {
    position: absolute;
    bottom: -80px;
}

.mobile-show {
    display: none;
}

.click-break .mobile {
    display: none;
}
.logo-animation.project-intro {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 999999;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0;
}

.logo-animation.project-intro .detail {
    opacity: 0;
}
.logo-animation.project-intro .logo.split.met-intro .logo-parts {
    width: 80%;
    height: 90%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.dao-content{
    opacity: 0;
    height: 0;
}
.about-meta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #000000d1;
    align-items: center;
    justify-content: center;
}
 .content .click-arrow {
    display: none;
}
.gsap-marker-end,.gsap-marker-start,.gsap-marker-scroller-start,.gsap-marker-scroller-end{
    opacity: 0;
}

.wrapper.bg.content-page {
    height: auto;
    overflow: auto;
    position: relative;
}
.custom-content {
    margin-top: 130px;
}
.custom-content .content {
    color: #000000;
    box-shadow: 0px 0px 50px 0 #39d5fe59;
    background: transparent linear-gradient(283deg, #D1EBF2 0%, #FFFFFF 55%, #EFD9F0 100%) 0% 0% no-repeat padding-box;
    padding: 40px;
    border-radius: 20px;
}
.custom-content .content h2 {
    margin-bottom: 20px;
    text-align: center;
}
.custom-content .content li {
    margin-bottom: 10px;
}
.custom-content .content p {
    margin-bottom: 20px;
}
.custom-content .content p a,.custom-content .content li a{
    color: #000;
}
.meta-intro .social-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.meta-intro .social-links ul li a {
    color: #fff;
    font-size: 20px;
}
.meta-intro .social-links ul li a:hover {
    color: #1288EA;
}
.meta-intro .social-links ul li .youtube:hover{
color: #BD1622;
} 
.meta-intro .social-links ul li {
    margin-right: 20px;
}

.meta-intro .social-links ul li:last-child {
    margin: 0;
}
@media (max-width: 1850px) {

    .project-detail.metaverse,.project-detail.lab {
        padding-right: 230px;
    }

    .project-conatiner {
        margin-right: auto;
        margin-left: auto;
    }
    .project-detail.dao,.project-detail.place,.project-detail.pad{
        padding-right: 230px;
    }

    .project-detail.dao .project-conatiner {
        margin-left: auto;
    }
}

@media (max-width: 1750px) {
    .logo-animation {
        max-width: 850px;
    }

    .logo-animation.header {
        /* left: 60px; */
        max-width: 100px;
        height: 60px;
    }

    .projects {
        /* height: calc(100vh - 80px);
        margin-top: 80px; */
    }
    .project-detail{
        height: calc(100vh - 80px);
        top: 80px;
    }

    .project-detail.lab .logo,
    .project-detail.dao .logo,
    .project-detail.place .logo,
    .project-detail.pad .logo {
        width: 180px;
    }

    .custom-conatiner {
        max-width: 1150px;
    }
    .project-detail.metaverse,.project-detail.lab{
        padding-right: 200px;
    }
    .project-list-btns {
        right: 30px;
    }

    .project-list-btns .arrow-icon {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .project-list-btns .name-box {
        width: 140px;
        height: 140px;
        font-size: 14px;
        padding: 10px;
        margin: 15px 0;
    }

    .project-list-btns .name-box .name {
        line-height: 20px;
    }

    .project-list-btns .name-box .name .black {
        font-size: 18px;
        font-weight: 900;
    }

    .project-detail.metaverse {
        /* margin-top: 50px; */
    }

    .project-detail .box-wrapper .logo {
        width: 140px;
    }

    .project-detail .box-wrapper .text {
        left: 40px;
        top: 80px;
    }

    .project-detail .box-wrapper .text h4 {
        font-size: 18px;
        letter-spacing: 4px;
        line-height: 26px;
    }

    .project-detail .box-wrapper .text h2 {
        font-size: 46px;
        line-height: 60px;
    }

    .inner-box .text p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .project-detail .box-wrapper.bg {
        box-shadow: 0px 100px 100px 0 #39d5fe;
        height: 380px;
    }

    .project-detail .box-wrapper {
        height: 250px;
    }

    .features-box {
        height: 650px;
    }

    .project-detail .box-wrapper .inner-box {
        height: 300px;
    }

    .project-detail .box-wrapper .inner-box .images {
        width: 45%;
    }
    .features-list .item .image {
        width: 60px;
        height: 60px;
    }

    .features-list .item.active .image {
        width: 80px;
        height: 80px;
    }

    .project-detail.lab .images .image.gym {
        top: -60px;
    }

    .project-detail.lab .images .image.opss {
        top: -80px;
    }
    .supported-block h2 {
        font-size: 22px;
    }
    .supported-block ul li {
        font-size: 15px;
    }

    .content h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .btn-explore {
        height: 60px;
        font-size: 14px;
        width: 220px
    }

    .btn-team {
        font-size: 18px;
    }

    .detail .description h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .detail .description p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .logo-parts+img {
        width: 60%;
    }

    .skip-btn {
        font-size: 12px;
        letter-spacing: 5px;
        bottom: 40px;
    }

    .intro .description p {
        font-size: 14px;
    }

    .project-detail.lab .content {
        padding-left: 60px;
    }

    .project-conatiner {
        max-width: 1150px;
        margin-right: auto;
    }
    .project-detail.dao,.project-detail.place,.project-detail.pad{
        padding-right: 200px;
    }

    .click-animation .click-btn button {
        padding: 15px;
        font-size: 20px;
    }
    .project-detail.dao .content{
        max-width: 600px;
    }
    .project-detail.dao .globe-wrapper{
        width: 1000px;
        height: 480px;
    }
    .project-detail.dao .globe-wrapper.two {
        height: 550px;
        width: 550px;
    }
    .project-detail.dao .globe-wrapper.three {
        top: 0;
        width: 400px;
        height: 400px;
    }
    .project-detail.dao .globe-wrapper.break {
        height: 400px !important;
        width: 400px !important;
    }
    .content-2{
        max-width: 33%;
    }
    .overlay .content-area {
        padding: 50px;
    }

    .project-detail .box-wrapper .inner-box .text {
        top: 50px;
    }

    .overlay .content-area h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .overlay .content-area p {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .content-area .supported-blocks h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .content-area .supported-blocks ul {
        margin-bottom: 70px;
    }

    .content-2 h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .content-2 p {
        font-size: 14px;
        line-height: 26px;
    }
    .project-detail.dao .text-box p{
        font-size: 14px;
        line-height: 28px;
    }
    .project-detail.dao .text-box .heading{
        font-size: 14px;
    }
    .project-detail.dao .text-box.box-1 {
        top: 5%;
    }
    .project-detail.dao .text-box.box-2 {
        bottom: -10%;
    }
    .project-detail.dao .text-box.box-2 .image img {
        right: -30%;
        top: -40%;
    }
    .project-detail.dao .text-box.box-3 {
        bottom: -3%;
    }
    .project-detail.dao .text-box.box-3 .image img {
        left: -30%;
        top: -50%;
    }
    /* .project-detail.dao .globe-wrapper .text-box.box-1 {
        left: 72%;
    }

    .project-detail.dao .globe-wrapper .text-box.box-2 {
        right: 77%;
    }

    .project-detail.dao .globe-wrapper .text-box.box-3 {
        left: 72%;
    } */

    /* .project-detail.dao .globe-wrapper .text-box.box-3 .image {
        width: 85%;
    }

    .project-detail.dao .globe-wrapper .text-box.box-2 .image {
        width: 75%;
    }

    .project-detail.dao .globe-wrapper .text-box.box-1 .image {
        width: 90%;
    } */

    .project-detail.place .content {
        margin-bottom: 50px;
    }

    .project-detail.place .content h1 {
        font-size: 48px;
        line-height: 70px;
    }

    .project-detail.place .content p {
        font-size: 16px;
        line-height: 30px;
    }

    .project-detail.place .how-it-works h2 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .project-detail.place .how-it-works .steps {
        height: 250px;
    }

    .project-detail.place .how-it-works .steps .step:first-child {
        background-position: left -36px;
    }

    .how-it-works .steps .step {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .how-it-works .steps .step .image {
        width: 75px;
    }

    .how-it-works .steps .step .text {
        width: calc(100% - 95px);
    }

    .how-it-works .step .text h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .how-it-works .step .text p {
        font-size: 14px;
        line-height: 24px;
    }

    .project-detail.pad h1 {
        margin-bottom: 40px;
        font-size: 44px;
    }

    .project-detail.pad .content-area .sticker {
        font-size: 22px;
        margin-bottom: 40px;
        padding: 15px 30px
    }

    .project-detail.pad .content-area h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .project-detail.pad .content-area .shutter-text {
        font-size: 90px;
        line-height: 110px;
    }

    .project-detail.pad .content-area p {
        font-size: 22px;
        margin-bottom: 40px;
    }

}


@media (max-width: 1599px) {
    .project-detail .box-wrapper .text h4 {
        font-size: 16px;
    }

    .project-detail .box-wrapper .text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .project-detail .box-wrapper.bg {
        height: 350px;
        margin-bottom: 25px;
    }

    .project-detail .box-wrapper {
        height: 220px;
    }

    .features-box {
        height: 600px;
    }

    .project-detail .box-wrapper .inner-box {
        height: 280px;
    }

    .project-detail .box-wrapper .inner-box .images {
        width: 43%;
    }

    .inner-box .text p {
        font-size: 20px;
    }

    .content-2 h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .content-2 p {
        font-size: 14px;
        line-height: 26px;
    }

    .globe-wrapper .text-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .project-detail.dao .globe-wrapper{
        width: 900px;
        height: 420px;
    }
    .project-detail.dao .globe-wrapper.two {
        height: 500px;
        width: 500px;
    }
    
    .project-detail.dao .globe-wrapper .text-box.box-1 p {
        left: 30%;
    }

    .project-detail.dao .globe-wrapper .text-box.box-3 p {
        left: 32%;
    }

    .project-detail.dao .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .project-detail.pad h1 {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .project-detail.pad .content-area .sticker {
        font-size: 20px;
        margin-bottom: 30px;
        padding: 12px 15px
    }

    .project-detail.pad .content-area h3 {
        font-size: 20px;
    }

    .project-detail.pad .content-area .shutter-text {
        font-size: 90px;
        line-height: 100px;
    }

    .project-detail.pad .content-area p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .project-detail.place .content h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .project-detail.place .content p {
        font-size: 14px;
        line-height: 28px;
    }

    .project-detail.place .content {
        margin-bottom: 40px;
    }

    .project-detail.place .logo {
        margin-bottom: 50px;
    }

}

@media (max-width: 1399px) {

    .logo-animation {
        max-width: 750px;
    }

    .logo-animation>.logo .detail {
        margin-top: 30px;
    }

    .logo-animation.header {
        /* left: 60px; */
        max-width: 80px;
        height: 40px;
    }

    .projects {
        /* height: calc(100vh - 60px);
        margin-top: 60px; */
    }
    .project-detail{
        height: calc(100vh - 60px);
        top: 60px;
    }

    .intro .description p {
        font-size: 12px;
    }

    .detail .description h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .detail .description p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .btn-explore {
        height: 50px;
        font-size: 12px;
        width: 180px;
    }

    .project-list-btns {
        right: 20px;
    }

    .project-list-btns .name-box {
        width: 120px;
        height: 120px;
        font-size: 12px;
    }

    .project-list-btns .name-box .name .black {
        font-size: 15px;
        font-weight: 900;
    }

    .project-list-btns .arrow-icon {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .btn-team {
        font-size: 16px;
    }

    .custom-conatiner {
        max-width: 900px;
    }
    .project-detail.metaverse,.project-detail.lab{
        padding-right: 160px;
    }

    .project-detail .box-wrapper.bg {
        height: 270px;
        margin-bottom: 20px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .project-detail .box-wrapper .logo {
        width: 120px;
    }

    .project-detail .box-wrapper .text {
        left: 30px;
        top: 50px;
    }

    .project-detail .box-wrapper .text h4 {
        font-size: 14px;
        letter-spacing: 4px;
        line-height: 26px;
    }

    .project-detail .box-wrapper .text h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .project-detail .box-wrapper {
        height: 200px;
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }

    .features-box {
        height: 520px;
    }

    .project-detail .box-wrapper .inner-box {
        height: 230px;
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }

    .project-detail .box-wrapper .inner-box .text {
        width: 220px;
        left: 25px;
        top: 40px;
    }

    .features-list .item .image {
        width: 50px;
        height: 50px;
    }

    .features-list .item.active .image {
        width: 70px;
        height: 70px;
    }

    .inner-box .text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .inner-box .text a {
        font-size: 14px;
        line-height: 20px;
    }

    .project-detail.lab .custom-conatiner {
        max-width: calc(100% - 160px);
    }

    .project-detail.lab .logo,
    .project-detail.dao .logo,
    .project-detail.place .logo,
    .project-detail.pad .logo {
        width: 140px;
    }

    .project-detail.lab .content {
        margin-top: 20px;
        padding-left: 40px;
    }

    .content h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .supported-block {
        padding-left: 40px;
        background-size: 30px;
    }

    .supported-block h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .supported-block ul {
        margin-bottom: 10px;
    }

    .supported-block ul li {
        font-size: 12px;
        margin-left: 20px;
    }

    .supported-block p {
        font-size: 12px;
        line-height: 20px;
    }

    .supported-block .assets-image {
        width: 55%;
    }

    .project-conatiner {
        max-width: 990px;
        margin-right: auto;
    }
    .project-detail.dao,.project-detail.place,.project-detail.pad{
        padding-right: 150px;
    }

    .project-detail.dao .content {
        margin-top: 20px;
        max-width: 500px;
    }

    .click-animation .click-btn .next {
        margin-bottom: 10px;
    }

    .click-animation .click-btn button {
        padding: 10px;
        font-size: 18px;
        border-radius: 8px;
    }

    .project-detail.dao .content h1 {
        /* bottom: -30px; */
    }

    .project-detail.dao .content p {
        font-size: 14px;
        line-height: 24px;
        bottom: 20%;
        max-width: 300px;
    }

    .click-break {
        width: 25%;
        height: 35%;
    }

    .overlay .content-area {
        padding: 40px;
    }

    .overlay .content-area h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .overlay .content-area p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .content-area .supported-blocks ul {
        margin-bottom: 50px;
    }

    .content-area .supported-blocks ul li {
        margin-left: 20px;
        margin-right: 15px;
        font-size: 14px;
    }

    .content-2 h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .content-2 p {
        font-size: 12px;
        line-height: 20px;
    }

    /* .project-detail.dao .globe-wrapper .text-box.box-1 .image {
        width: 80%;
    }

    .project-detail.dao .globe-wrapper .text-box.box-2 .image {
        width: 65%;
    }

    .project-detail.dao .globe-wrapper .text-box.box-3 .image {
        width: 90%;
    } */

    .project-detail.dao .globe-wrapper .text-box .heading {
        font-size: 12px;
    }
    .project-detail.dao .text-box p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }
    .globe-wrapper .text-box p {
        font-size: 12px;
        line-height: 20px;
    }

    .project-detail.place .content {
        margin-bottom: 25px;
    }

    .project-detail.place .content h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .project-detail.place .content p {
        font-size: 12px;
        line-height: 22px;
    }

    .project-detail.place .how-it-works h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .how-it-works .step .text h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .how-it-works .steps .step{
        padding-bottom: 20px;
    }
    .project-detail.place .how-it-works .steps .step:first-child {
        background-position: left -31px;
    }

    .how-it-works .steps .step .image {
        width: 60px;
        margin-right: 15px;
    }

    .how-it-works .steps .step .text {
        width: calc(100% - 75px);
    }

    .how-it-works .step .text p {
        font-size: 12px;
        line-height: 24px;
    }

    .project-detail.pad h1 {
        font-size: 32px;
    }

    .project-detail.pad .content-area .sticker {
        font-size: 18px;
    }

    .project-detail.pad .content-area h3 {
        font-size: 18px;
    }

    .project-detail.pad .content-area .shutter-text {
        font-size: 70px;
        line-height: 80px;
    }

    .project-detail.pad .content-area p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .project-detail.place .logo {
        margin-bottom: 30px;
    }

    .intro .project .logo {
        width: 220px;
    }
    .project-detail.dao .globe-wrapper{
        width: 800px;
        height: 350px;
    }
    .project-detail.dao .globe-wrapper.two {
        height: 400px;
        width: 400px;
    }
    .project-detail.dao .globe-wrapper.three {
        top: 0;
        width: 320px;
        height: 320px;
    }
    .project-detail.dao .globe-wrapper.break {
        height: 320px !important;
        width: 320px !important;
    
    }
    .custom-content .content{
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .logo-animation.header {
        /* left: 30px; */
    margin-left: 30px;
    }

    .btn-team {
        font-size: 12px;
        padding: 10px;
    }

    .logo-animation {
        max-width: 650px;
    }

    .detail .description h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .btn-explore {
        height: 50px;
    }

    .skip-btn {
        font-size: 10px;
        letter-spacing: 3px;
        bottom: 30px;
    }

    .project-list-btns .arrow-icon {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }

    .project-list-btns .name-box {
        width: 100px;
        height: 100px;
        font-size: 10px;
        margin: 10px 0;
    }

    .project-list-btns .name-box .name {
        line-height: 16px;
    }

    .project-list-btns .name-box .name .black {
        font-size: 12px;
    }

    .custom-conatiner {
        max-width: 750px;
    }
    .project-detail.metaverse,.project-detail.lab{
        padding-right: 140px;
    }

    .project-detail .box-wrapper.bg {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        height: 250px;
        margin-bottom: 15px;
    }

    .project-detail .box-wrapper .logo {
        width: 100px;
        top: -20px;
    }

    .project-detail .box-wrapper .text h4 {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 20px;
    }

    .project-detail .box-wrapper .text h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .project-detail .box-wrapper {
        height: 200px;
        border-radius: 40px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .features-box {
        height: 460px;
    }

    .features-list .item .image {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .features-list .item.active .image {
        width: 60px;
        height: 60px;
    }

    .project-detail .box-wrapper .inner-box {
        height: 220px;
    }

    .project-detail .box-wrapper .inner-box .text {
        width: 200px;
        left: 25px;
        top: 40px;
    }

    .inner-box .text p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .inner-box .text a {
        font-size: 12px;
        line-height: 20px;
    }

    .project-detail .box-wrapper .inner-box .images .bg .active-bar {
        top: -140px;
        width: 120px;
    }

    .project-detail .box-wrapper.fourth .inner-box .images .bg {
        transform: rotate(30deg);
    }

    .project-detail .box-wrapper.second .inner-box .images .bg {
        transform: rotate(-20deg);
    }

    .project-detail .box-wrapper.first .inner-box .images .bg {
        transform: rotate(-45deg);
    }

    .project-detail.lab .content {
        padding-left: 30px;
    }

    .project-detail.lab .logo,
    .project-detail.dao .logo,
    .project-detail.place .logo,
    .project-detail.pad .logo {
        width: 120px;
    }

    .content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .project-detail.lab .images .image.gym {
        top: -20px;
        left: 50px;
    }

    .project-detail.lab .images .image.opss {
        top: -50px;
        right: -80px;
    }

    .project-detail.lab .custom-conatiner {
        max-width: calc(100% - 140px);
    }

    .nft-video {
        margin-top: 40px;
    }

    .supported-block {
        padding-left: 40px;
        background-size: 30px;
    }

    .supported-block h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .supported-block ul li {
        font-size: 12px;
        margin-left: 20px;
    }

    .supported-block p {
        font-size: 10px;
        line-height: 18px;
    }

    .project-conatiner {
        max-width: 820px;
        margin-right: auto;
    }
    .project-detail.dao,.project-detail.place,.project-detail.pad{
        padding-right: 140px;
    }

    .project-detail.dao .content p {
        font-size: 12px;
        line-height: 20px;
        max-width: 250px;
    }

    .overlay .content-area h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .overlay .content-area p {
        font-size: 14px;
        line-height: 24px;
    }

    .content-area .supported-blocks h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .content-area .supported-blocks ul {
        margin-bottom: 30px;
    }

    .content-area .supported-blocks ul li {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 12px;
    }

    .content-2 h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .project-detail.dao .globe-wrapper .text-box .heading {
        font-size: 10px;
    }
    .project-detail.dao .text-box p {
        font-size: 10px;
        line-height: 20px;
        margin-top: 6px;
    }
    .project-detail.dao .text-box.box-1 .image img {
        top: 26px;
    }
    .project-detail.dao .text-box.box-2 .image img {
        top: -35%;
    }
    .project-detail.dao .text-box.box-3 .image img {
        top: -42%;
    }
    .globe-wrapper .text-box p {
        font-size: 10px;
    }
    .click-break {
        width: 18%;
        height: 25%;
    }
    .project-detail.place .content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .project-detail.place .content p {
        font-size: 12px;
        line-height: 22px;
    }

    .project-detail.place .how-it-works h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .how-it-works .step .text h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .how-it-works .step .text p {
        font-size: 12px;
        line-height: 20px;
    }

    .project-detail.place .how-it-works .steps .step:first-child {
        background-position: left -26px;
    }

    .how-it-works .steps .step {
        padding-bottom: 0px;
        padding-top: 25px;
    }

    .how-it-works .steps .step .image {
        width: 50px;
        margin-top: 3%;
    }

    .how-it-works .steps .step .text {
        width: calc(100% - 65px);
    }

    .how-it-works .step .text h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .how-it-works .step .text p {
        font-size: 12px;
        line-height: 20px;
    }

    .project-detail.place .how-it-works .steps {
        height: 200px;
    }

    .project-detail.pad h1 {
        font-size: 26px;
    }

    .project-detail.pad .content-area .sticker {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .project-detail.pad .content-area h3 {
        font-size: 16px;
    }

    .project-detail.pad .content-area .shutter-text {
        font-size: 60px;
        line-height: 70px;
    }

    .project-detail.pad .content-area p {
        font-size: 14px;
    }
    .custom-content .content{
        padding: 20px;
    }
    .project-detail.dao .globe-wrapper.break {
        height: 280px !important;
        width: 280px !important;
    }
    .wrapper{
        max-height: 800px;
    }
}


@media (max-width: 991px) {
    .wrapper {
        height: auto;
        overflow-x: hidden;
        overflow-y: unset;
        min-height: 100vh;
        position: relative;
    }

    .logo-animation.header {
        /* left: 20px; */
        margin-bottom: 20px;
    margin-left: 20px;
    }

    .logo-animation {
        max-width: 600px;
        transform: translate(-50%, -50%);
    }

    .logo-animation.active {
        /* padding-bottom: 120px; */
    }
    .skip-btn {
        font-size: 12px;
    }
    .project-list-btns {
        right: 0;
        left: 0;
        bottom: -150px;
        top: auto;
        width: 100%;
        flex-direction: row;
        padding: 20px 0;
        background: linear-gradient(178deg, #02021A00, #02021A);
    }

    .project-list-btns .name-box {
        margin: 0 10px;
        width: 120px;
    height: 120px;
    font-size: 12px;
    }

    .project-list-btns .arrow-icon {
        font-size: 14px;
        width: 40px;
        height: 40px;
        display: flex;
    }
    .project-list-btns .name-box .name {
        line-height: 18px;
    }
    .project-list-btns .name-box .name .black {
        font-size: 15px;
    }
    .project-list-btns .prev-project {
        transform: rotate(-90deg);
    }

    .project-list-btns .next-project {
        transform: rotate(-90deg);
    }

    /* .detail .description h4 {
        font-size: 16px;
        line-height: 24px;
    } */

    .projects {
        height: auto;
        overflow: unset;
        /* z-index: 999; */
    }
    .project-detail {
        height: auto;
        position: absolute;
        display: none;
        z-index: auto;
    }
    .project-detail.metaverse.active{
        display: block;
    }
    .project-detail.dao .logo{
        margin-bottom: 0;
    }
    .project-detail.metaverse {
        margin-top: 10px;
    }

    .custom-conatiner {
        max-width: 100%;
        margin: 0 auto;
    }
    .project-detail.metaverse,.project-detail.lab{
        padding-right: 0;
    }

    .project-detail .box-wrapper.bg {
        border-radius: 0;
        margin: 0;
        height: auto;
        position: unset;
        padding-top: 10px;
    }

    .project-detail.metaverse .custom-conatiner {
        position: relative;

    }

    .project-detail .box-wrapper {
        height: auto;
        border-radius: 0;
        box-shadow: none;
    }

    .project-detail .box-wrapper .logo {
        width: 180px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 20px;
    }

    .features-box {
        width: 100%;
        border-radius: 0;
        padding: 0;
        position: unset;
        height: auto;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .features-list {
        border-radius: 0;
        padding: 10px 0;
        display: flex;
        align-items: center;
        height: 80px;
    }

    .features-list .item .image {
        width: 50px;
        height: 50px;
    }

    .features-list .item.active .image {
        width: 80px;
        height: 80px;
    }

    .features-list .item {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    .features-list .item.active {
        top: -30px !important;
    }

    .project-detail .box-wrapper .inner-box {
        height: auto;
        max-width: 95%;
        border-radius: 20px;
        padding: 25px 20px;
        position: relative;
    }

    .project-detail .box-wrapper .inner-box .text {
        width: 100%;
        position: unset;
    }

    .project-detail .box-wrapper .inner-box .images {
        position: relative;
        bottom: -60px;
        width: 80%;
    }

    .project-detail .box-wrapper .inner-box .images .bg {
        display: none;
    }

    .btn-team {
        right: 10px;
        top: 10px;
    }

    .inner-box .text p {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
        color: #000;
    }

    .inner-box .text a {
        font-size: 16px;
        line-height: 26px;
    }

    .mobile-show {
        display: block;
    }

    .project-detail .box-wrapper .text h4 {
        font-size: 16px;
        line-height: 28px;
        color: #02021A;
    }

    .project-detail .box-wrapper .text h2 {
        font-size: 36px;
        line-height: 45px;
        color: #02021A;
        margin-bottom: 15px;
    }

    .project-detail .box-wrapper.bg::after {
        background-image: url(../images/mobile-bg.png);
        background-position: top right;
        border-radius: 0;
        opacity: 0.8;
        background-size: auto;
    }

    .vr-box {
        right: auto;
        left: 0;
        top: 30%;
        transition: ease all .5s;
        width: 40%;
        opacity: 0.6;
    }
    .box-wrapper.fourth .vr-box {
        top: 10%;
    }

    .control-2 {
        bottom: auto;
        top: 0%;
        left: auto;
        right: 0%;
        width: 25%;
        opacity: 0.5;
    }
    .box-wrapper.fourth .control-2 {
        bottom: auto;
        left: auto;
        right: 0%;
        top: 40%;
    }
    .project-detail .box-wrapper .content .text {
        display: none;
    }

    .control-1 {
        display: none;
    }

    .project-detail.lab .logo,
    .project-detail.dao .logo,
    .project-detail.place .logo,
    .project-detail.pad .logo {
        width: 160px;
    }

    .project-detail.lab .custom-conatiner {
        max-width: 100%;
        padding: 0 15px;
    }

    .project-detail.lab .content {
        padding-left: 0;
    }

    .content h1 {
        font-size: 22px;
        line-height: 36px;
    }

    .project-detail.lab .images .image.gym {
        top: 0;
        left: 0;
    }

    .project-detail.lab .images .image.opss {
        top: 0;
        right: 0;
    }

    .nft-video {
        margin-top: 40px;
        width: 50%;
    }

    .nft-video video {
        border-radius: 0;
    }

    .nft-image {
        width: 50%;
        margin-top: 40px;
    }

    .supported-block {
        padding-left: 40px;
        background-size: 30px;
        width: 100%;
        margin-top: 50px;
    }

    .supported-block h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .supported-block ul li {
        font-size: 15px;
        margin-left: 30px;
    }

    .supported-block p {
        font-size: 14px;
        line-height: 26px;
    }

    .project-conatiner {
        max-width: 100%;
        margin-right: auto;
        padding: 0 15px;
    }
    .project-detail.dao .project-conatiner.active{
        height: auto;
    }
    .project-detail.dao,.project-detail.place,.project-detail.pad{
        padding-right: 0;
    }

    .project-detail.dao .content {
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
    }

    .project-detail.dao .content h1 {
        position: relative;
        transition: ease all .5s;
        margin-bottom: 10px;
    }

    .project-detail.dao .content h1.first {
        left: 0;
    }

    .project-detail.dao .content h1.two {
        position: absolute;
        bottom: auto;
        top: 0;
        opacity: 0;
        transition: ease all .5s;
        left: 0;
        right: 0;
        text-align: center;
    }

    .project-detail.dao .content h1.three {
        position: absolute;
        bottom: auto;
        top: 0;
        opacity: 0;
        transition: ease all .5s;
        left: 0;
        right: 0;
        text-align: center;
    }

    
    .project-detail.place .project-conatiner.active{
        height: auto;
    }
    .project-detail {
        padding-bottom: 160px;
    }

    .project-detail.place .logo {
        margin-bottom: 30px;
    }

    .project-detail.place .content {
        margin-bottom: 30px;
        text-align: center;
        /* margin: 0 auto; */
    }

    .project-detail.place .content h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .project-detail.place .content p {
        font-size: 18px;
        line-height: 30px;
    }

    .project-detail.place .how-it-works {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .project-detail.place .how-it-works h2 {
        font-size: 26px;
        line-height: 40px;
    }
    .project-detail.place .how-it-works .steps {
        height: auto;
        max-width: 520px;
    }
    .project-detail.place .how-it-works .steps .step:first-child {
        background-position: left -33px;
        height: 112px;
    }
    .how-it-works .steps .step .image {
        width: 70px;
        margin-top: 4%;
    }
    .how-it-works .steps .step .text {
        width: calc(100% - 85px);
    }
    .how-it-works .step .text h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .how-it-works .step .text p {
        font-size: 16px;
        line-height: 26px;
    }
    .how-it-works .steps .step {
        padding-bottom: 0px;
        padding-top: 30px;
        height: 145px;
    }
    .btn-explore {
        height: 60px;
        font-size: 14px;
        width: 200px;
    }
    .images-wrapper .btn-explore{
        margin-top: 0;
    }
    .images-wrapper {
        max-width: 100%;
        display: block;
        text-align: center;
    }

    .project-detail.place .images-section {
        height: auto;
        max-width: 400px;
        margin: 0 auto 50px;
    }
    .project-detail.place .images-wrapper .content.two {
        display: block;
        opacity: 1;
        bottom: 0;
        text-align: left;
    }

    .project-detail.place .images-section .image-1 {
        position: unset;
    }

    .project-detail.place .images-section .image-2 {
        top: 4%;
    }

    .project-detail.place .images-section .image-3 {
        top: 8%;
    }

    .project-detail.place .images-section .image-4 {
        top: 12%;
    }
    

    .supported-blocks {
        text-align: center;
    }

    .content-area .supported-blocks h3 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    .content-area .supported-blocks ul {
        justify-content: center;
    }
    .project-detail.dao .globe-wrapper {
        width: 350px !important;
        height: 350px !important;
        right: 0;
        bottom: 0;
        margin: 00px auto 0;
        border-radius: 50%;
        top: auto !important;
    }

    .globe-wrapper .center-box {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

    .map-images .image.map-1 {
        right: 0%;
        top: 20%;
        width: 40%;
    }

    .map-images .image.map-2 {
        left: 30%;
        top: 0;
        text-align: center;
        width: 30%;
    }

    .map-images .image.map-3 {
        left: 42%;
        bottom: 0;
        width: 20%;
    }

    .map-images .image.map-4 {
        left: 0%;
        top: 20%;
        width: 20%;
    }

    .project-detail.dao .content p {
        font-size: 16px;
        line-height: 30px;
        max-width: 450px;
        position: unset;
        margin: 0 auto 20px;
        width: 100%;
    }

    .click-break {
        left: 0;
        top: -150%;
    }
    .click-break .desktop {
        display: none;
    }
    .click-break .mobile {
        display: block;
    }
    .click-arrow.active .click-break {
        position: relative;
        opacity: 1;
        top: 0;
        /* transform: rotate(90deg); */
        margin-bottom: 30px;
        margin-top: 0;
    }

    .project-detail.dao .content .click-arrow.active p {
        opacity: 1;
    }

    .project-detail.dao .overlay {
        right: 0;
        top: auto;
        bottom: -100%;
        display: flex;
        align-items: flex-end;
        height: 50%;
        
    }

    .overlay .content-area .bg-color .top {
        left: 0;
        top: 0%;
        width: 50%;
        height: 100%;
        transform-origin: 100% 0;
    }
    .overlay .content-area .bg-color .bottom {
        left: 50%;
        width: 50%;
        height: 100%;
        top: 0%;
        transform-origin: 100% 0;
    }
    .overlay .content-area {
        width: 100%;
        height: 80%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .overlay .content-area h1 {
        font-size: 30px;
        line-height: 50px;
        justify-content: center;
        height: auto;
    }

    .overlay .content-area p {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        text-align: center;
    }
    .content .click-arrow {
        display: flex;
        flex-direction: column-reverse;
    }
   .overlay   .click-arrow {
        display: none;
    }
    .content-2 {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
        text-align: center;
        height: 0;
        margin: 0;
    }
    .content-2 p {
        font-size: 18px;
        line-height: 30px;
    }
    .dao-content {
        position: relative;
        margin-top: 50px;
    }
    .project-detail.dao .globe-wrapper .text-box{
        display: none;
    }
    .project-detail.dao .dao-content .text-box {
        position: relative;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .project-detail.dao .text-box.box-1 .image {
        width: 450px;
        position: relative;
        max-width: 100%;
    }
    .project-detail.dao .text-box.box-1 .heading {
        right: auto;
        top: -30px;
        left: 165px;
    }
    .project-detail.dao .text-box.box-1 p {
        top: 10px;
        left: 165px;
        opacity: 1;
    }
    .project-detail.dao .action-btn {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 0;
    }

    .project-detail.pad h1 {
        font-size: 28px;
    }
    .project-detail.pad .content-area .sticker {
        font-size: 16px;
    }
    .project-detail.pad .content-area h3 {
        font-size: 18px;
    }
    .project-detail.pad .content-area p {
        font-size: 16px;
    }
    .click-animation{
        display: none;
    }
    .team-section{
        padding: 30px;
    }
    .team-section .team-close{
        font-size: 22px;
    }
    .team-section .title {
        margin-bottom: 30px;
    }
    .team-section .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {

    .project-detail.lab .logo,
    .project-detail.dao .logo,
    .project-detail.place .logo,
    .project-detail.pad .logo {
        width: 140px;
    }

    .logo-animation {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 50px;
    }
    .detail .description h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .btn-explore {
        height: 55px;
        font-size: 12px;
        width: 180px;
    }
    .project-detail {
        padding-bottom: 140px;
    }
    .project-list-btns .arrow-icon {
        font-size: 12px;
        width: 35px;
        height: 35px;
    }
    .project-list-btns .name-box {
        width: 100px;
        height: 100px;
        font-size: 10px;
    }
    .project-list-btns .name-box .name {
        line-height: 16px;
    }
    .project-list-btns .name-box .name .black {
        font-size: 14px;
    }
    .project-detail .box-wrapper .text h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .project-detail .box-wrapper .text h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .inner-box .text p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .inner-box .text a {
        font-size: 14px;
        line-height: 22px;
    }
    .project-detail.lab .content {
        text-align: center;
    }
    .project-detail.lab .images .image{
        position: relative !important;
    }
    .project-detail.dao .globe-wrapper {
        width: 320px !important;
        height: 320px !important;
    }
    .project-detail.dao .text-box p {
        /* font-size: 14px; */
        line-height: 24px;
    }
    .project-detail.dao .text-box.box-1 p {
        left: 165px;
    }
    .content-2 h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .content-2 p {
        font-size: 16px;
        line-height: 28px;
    }
    .project-detail.place .content p {
        font-size: 16px;
        line-height: 28px;
    }
    .project-detail.place .how-it-works h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .features-list {
        height: 60px;
    }

    .features-list .item .image {
        width: 40px;
        height: 40px;
    }

    .features-list .item.active .image {
        width: 60px;
        height: 60px;
    }

    .project-detail .box-wrapper .logo {
        width: 140px;
    }

    .project-detail.pad h1 {
        font-size: 22px;
    }

    .project-detail.pad .content-area .sticker {
        padding: 10px 15px;
    }

    .project-detail.pad .content-area .shutter-text {
        font-size: 50px;
        line-height: 60px;
    }
    .team-section .team-slider .item h3 {
        font-size: 20px;
    }
    .team-section .team-slider .item h5 {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .intro .project{
        padding: 0 10px;
    }
    .intro .description p {
        margin-top: 20px;
        white-space: unset;
        text-align: center;
        width: auto;
    }
    .meta-intro {
        padding: 0 10px;
        font-size: 12px;
    }
    .meta-intro .close-icon {
        width: 45px;
        height: 45px;
        font-size: 16px;
        cursor: pointer;
    }
    .meta-intro h3 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .detail .description h4 {
        font-size: 14px;
        line-height: 22px;
    }
    .detail .description p {
        font-size: 10px;
        line-height: 20px;
    }
    .btn-explore {
        height: 50px;
     }
     .logo-animation.header {
        /* left: 10px; */
        margin-bottom: 10px;
        margin-top: 10px;
    margin-left: 10px;
    }
     .project-detail .box-wrapper .inner-box {
        padding: 20px 15px 0;
    }
    .project-detail .box-wrapper .text h4 {
        font-size: 12px;
        line-height: 24px;
    }
    .project-detail .box-wrapper .text h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .project-detail .box-wrapper .inner-box .images {
        bottom: -15px;
    }
    .vr-box {
        top: 50%;
    }
    .project-detail.lab .logo,
    .project-detail.dao .logo,
    .project-detail.place .logo,
    .project-detail.pad .logo {
        width: 120px;
    }
    .project-detail.lab .content {
        margin-bottom: 20px;
    }
    .content h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .nft-video {
        margin-top: 20px;
        width: 100%;
    }
    .nft-image {
        width: 100%;
        margin-top: 20px;
    }
    .supported-block {
        padding-left: 0;
        background: none;
        margin-top: 40px;
        padding: 0;
    }
    .supported-block h2 {
        font-size: 18px;
    }
    .supported-block ul {
        padding-left: 15px;
    }
    .supported-block ul li {
        font-size: 12px;
        margin-left: 20px;
    }
    .supported-block .assets-image {
        width: 100%;
    }
    .overlay .content-area {
        padding: 10px;
    }
    .project-detail.dao .content p {
        font-size: 14px;
        line-height: 22px;
    }
    .project-detail.dao .globe-wrapper {
        width: 280px !important;
        height: 280px !important;
    }
    .click-arrow.active .click-break{
        margin-bottom: 20px;
    }
    .overlay .content-area h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .overlay .content-area p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .content-area .supported-blocks h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .content-area .supported-blocks ul {
        margin-bottom: 15px;
    }
    .content-2 h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .content-2 p {
        font-size: 14px;
        line-height: 24px;
    }
    .btn-explore {
        height: 45px;
        font-size: 10px;
        width: 160px;
    }
    .project-detail.dao .dao-content .text-box {
        left: 0;
    }
    .project-detail.dao .text-box.box-1 .image{
        /* position: unset; */
    }
    .project-detail.dao .text-box.box-1 .image img {
        /* position: relative;
        left: -37%; */
    }
    .project-detail.dao .text-box.box-1 .heading {
        left: 0;
        font-size: 12px;
    }
    .project-detail.dao .content h1{
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project-detail.dao .text-box.box-1 p {
        left: 0;
        width: 100%;
    }
    .project-detail.place .content h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .project-detail.place .content p {
        font-size: 14px;
        line-height: 24px;
    }
    .project-detail.place .how-it-works h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .how-it-works .step .text h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .how-it-works .step .text p {
        font-size: 14px;
        line-height: 22px;
    }
    .project-detail.place .images-section {
        margin: 0 auto 40px;
        width: 80%;
    }
    .project-detail.place .how-it-works .steps .step:first-child {
        height: 120px;
    }
    .how-it-works .steps .step {
        background-size: 70px;
        height: 150px;
    }
    .how-it-works .steps .step .image{
        margin-top: 22px;
    }
    .project-detail.pad .logo {
        margin: 0 auto 30px;
    }

    .project-detail.pad h1 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .project-detail.pad .content-area .sticker {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .project-detail.pad .content-area h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project-detail.pad .content-area .shutter-text {
        font-size: 40px;
        line-height: 50px;
    }

    .project-detail.pad .content-area p {
        font-size: 12px;
    }
    .team-section{
        padding: 10px;
    }
    .team-section .team-close{
        font-size: 20px;
    }
    .team-section .title {
        margin-bottom: 20px;
    }
    .team-section .title h2 {
        font-size: 24px;
    }
    .team-section .slick-prev {
        left: -15px;
    }
    .team-section .slick-next {
        right: -15px;
    }
    .team-section .team-slider .item {
        padding: 10px
    }
    .team-section .team-slider .item h3 {
        font-size: 20px;
    }
    .team-section .team-slider .item h5 {
        font-size: 14px;
    }
}
@media (max-width: 400px) {

.project-detail.dao .dao-content .text-box {
    margin-bottom: 30px;
}
.how-it-works .step .text p {
    font-size: 12px;
    line-height: 20px;
}
}
.orentation-msg{
    display: none;
}
@media  screen and (orientation: landscape)  and (max-width: 991px){
    .orentation-msg {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #000;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999999;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }
 }