body {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#091640), to(#68019A)) 0% 0% !important;
    background: transparent linear-gradient(180deg, #091640 0%, #68019A 100%) 0% 0% !important;
}

.color-white {
    color: white !important;
}

.color-yellow {
    color: #FFC50A !important;
}

.color-skyblue {
    color: #13FCD4 !important;
}

.sec-pads {
    padding: 50px 0;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

.home.meta-verse header {
    border: 0 !important;
    background: #ffff;
    height: 80px;
}

.home.meta-verse header .head-content {
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-p {
    font-size: 18px;
    line-height: 35px;
}

.deve-wrap {
    margin-top: 70px;
}

.mv-hd {
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
}

.mv-shd {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
}

.cen-mar {
    margin: 40px 0px;
}

.banner-sec {
    position: relative;
    overflow: hidden;
}

.banner-sec img {
    width: 100%;
    height: 768px;
}

.first-img {
    position: absolute;
    z-index: 1;
    -webkit-animation: zoom-in 4.5s linear;
    animation: zoom-in 4.5s linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.second-img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: zoom-in-two 1.30s linear;
    animation: zoom-in-two 1.30s linear;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner-txt {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 40px;
    width: 100%;
    opacity: 0;
    -webkit-animation: fade-in 0.50s linear 4s 1;
    animation: fade-in 0.50s linear 4s 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner-tr {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
}

.banner-tr p {
    font-size: 36px;
    line-height: 42px;
}

.banner-tr h2 {
    font-size: 69px;
    font-weight: 600;
}

.bg-grid {
    background: url(../../assets/img/metaverse-dev/Images/gril.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 95%;
}

.tab-hd-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-btn {
    position: relative;
    cursor: pointer;
    text-align: center;
    height: 80px;
}

.tab-btn span {
    display: inline-block;
    width: 220px;
    position: relative;
    color: white;
    font-size: 15px;
    top: 20px;
    left: 5px;
}

.tab-btn.active span {
    background: #00EAEE;
    color: black;
}

.sec-bg {
    position: absolute;
    left: -20px;
    top: -34px;
    width: 320px !important;
    max-width: unset;
    z-index: -1;
}

.tab-cnt-wrap {
    margin-top: 70px;
}

.tab-cnt-wrap .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-cnt-lft {
    background: url(../../assets/img/metaverse-dev/Images/Box.svg);
    background-position: center;
    background-size: 112%;
}

.tab-cnt {
    padding: 70px;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.tab-cnt:first-child {
    display: block;
}

.tab-cnt p {
    font-size: 16px;
    line-height: 27px;
}

.tab-cnt p:first-child {
    margin-bottom: 25px;
}

.info-wrap {
    margin-top: 70px;
    background: url(../../assets/img/metaverse-dev/Images/Lines.svg);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-box {
    max-width: 270px;
    position: relative;
}

.info-box h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.info-box p {
    font-size: 16px;
    line-height: 28px;
}

.info-1 {
    left: 25px;
}

.info-2 {
    left: 48px;
}

.info-3 {
    left: 75px;
}

.bg-wave {
    background: url(../../assets/img/metaverse-dev/Images/wave.png);
    background-size: 100% 40%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.wait-wrap {
    margin-top: 110px;
}

.bg-purple {
    background-color: #2A1661 !important;
}

.key-wrap {
    position: relative;
}

.key-anim {
    position: absolute;
    top: 390px;
    height: 100%;
    z-index: -1;
    width: 1336px;
    left: 0px;
    right: 0;
    margin: auto;
}

.key-cnt {
    background: transparent;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    margin: 70px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.key-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.key-box {
    text-align: center;
}

.key-box p {
    color: white;
    font-size: 17px;
    margin-top: 10px;
    line-height: 27px;
}

.kf-1 {
    padding-inline: 150px;
}

.kf-2 {
    margin: 50px 0;
}

.icon-3 {
    position: relative;
    left: -55px;
}

.icon-4 {
    position: relative;
    right: -55px;
}

.bg-pad {
    background: url(../img/metaverse-dev/Images/LeftPad.svg), url(../img/metaverse-dev/Images/RightPad.svg);
    background-repeat: no-repeat;
    background-position: -350px 500px, calc(100% + 350px) 500px;
}

.dev-sec {
    position: relative;
}

.benefit-sec {
    margin-top: 180px;
}

.ben-left {
    margin-top: 60px;
}

.t-ix {
    display: none;
}

.three-w {
    position: absolute;
    top: 0;
    right: 0;
}

.three-w p {
    color: white;
    position: relative;
}

.three-w p:nth-child(1) {
    right: 175px;
}

.three-w p:nth-child(2) {
    right: 80px;
    top: 120px;
}

.three-w p:nth-child(3) {
    top: 230px;
    right: 175px;
}

.mob-ban-txt {
    display: none;
}

.bg-pup {
    background-color: #330D68;
}

.fw-600 {
    font-weight: 600;
}

.meta-btn {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#FDB811), to(#FDB811)) 0% 0% no-repeat padding-box !important;
    background: transparent linear-gradient(180deg, #FDB811 0%, #FDB811 100%) 0% 0% no-repeat padding-box !important;
    -webkit-box-shadow: 0px 5px 6px #00000029 !important;
    box-shadow: 0px 5px 6px #00000029 !important;
    border-radius: 30px !important;
    font-size: 20px;
    width: 280px;
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
}

@-webkit-keyframes zoom-in {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(6.2);
        transform: scale(6.2);
    }
}

@keyframes zoom-in {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(6.2);
        transform: scale(6.2);
    }
}

@-webkit-keyframes zoom-in-two {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-in-two {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    @-webkit-keyframes zoom-in {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        to {
            -webkit-transform: scale(6.2);
            transform: scale(6.2);
            opacity: 0;
        }
    }
    @keyframes zoom-in {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        to {
            -webkit-transform: scale(6.2);
            transform: scale(6.2);
            opacity: 0;
        }
    }
    .desk-txt {
        display: none;
    }
    .mob-ban-txt {
        display: block;
        margin-top: 10px;
    }
    .banner-sec img {
        width: 100%;
        height: 200px;
    }
    .sec-pads {
        padding: 30px 0;
    }
    .banner-txt {
        position: relative;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .banner-tr p {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-tr h2 {
        font-size: 36px;
    }
    .key-anim {
        width: 100%;
        position: relative;
        top: 0;
    }
    .key-cnt {
        width: 100%;
        height: 100%;
        margin: 30px auto 0;
    }
    .tab-hd-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tab-btn {
        width: 100%;
        background: #330c68;
        -webkit-box-shadow: 0px 0px 10px 0px #cb7afa;
        box-shadow: 0px 0px 10px 0px #cb7afa;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        border-radius: 5px;
    }
    .tab-btn.active {
        background: #00eaee;
    }
    .sec-bg {
        display: none !important;
    }
    .sec-p {
        font-size: 14px;
        line-height: 24px;
    }
    .banner-tr {
        margin: auto;
    }
    .deve-wrap {
        margin-top: 30px;
    }
    .mv-hd {
        font-size: 28px;
        line-height: 40px;
    }
    .mv-shd {
        font-size: 20px;
        line-height: 25px;
    }
    .bg-pad {
        background: url(../img/metaverse-dev/Images/LeftPad.svg), url(../img/metaverse-dev/Images/RightPad.svg);
        background-repeat: no-repeat;
        background-position: -110px 680px, calc(100% + 110px) 680px;
        background-size: 170px;
    }
    .kf-1 {
        padding: 0;
    }
    .kf-2 {
        margin: 20px 0;
    }
    .icon-3 {
        left: 0;
    }
    .icon-4 {
        right: 0;
    }
    .key-box p {
        font-size: 13px;
        line-height: 20px;
    }
    .key-box img {
        width: 30px;
        height: 30px;
    }
    .key-box {
        width: 50%;
    }
    .benefit-sec {
        margin-top: 0px;
    }
    .benefit-sec .deve-wrap {
        margin-top: 0px;
    }
    .cen-mar {
        margin: 20px 0px;
    }
    .ben-left {
        margin-top: 30px;
    }
    .tb-1,
    .tb-2,
    .tb-3,
    .tb-4 {
        left: 20px;
    }
    .tab-cnt-lft {
        background-repeat: no-repeat;
        background: none;
    }
    .tab-cnt {
        padding: 0 10px;
    }
    .tab-cnt-wrap {
        margin-top: 10px;
    }
    .sec-bg {
        position: absolute;
        left: -20px;
        top: -34px;
        width: 330px !important;
        min-width: 330px !important;
        max-width: 330px !important;
        z-index: -1;
        margin: auto;
    }
    .tab-btn span {
        width: auto;
        top: 0;
        left: 0;
        font-size: 12px;
    }
    .tab-hd-wrap .owl-dots {
        display: none;
    }
    .line-sec .deve-wrap {
        margin: 0;
    }
    .info-wrap {
        margin-top: 0;
        background: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .info-box {
        max-width: 100%;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid transparent;
        left: 0;
        margin: 0 auto;
    }
    .info-1 {
        border-color: #ff7f40;
    }
    .info-2 {
        border-color: #2772b1 !important;
        margin: 15px 0;
    }
    .info-3 {
        left: 0px;
        border-color: #13fcd4 !important;
    }
    .wait-wrap {
        margin-top: 30px;
    }
    .tab-cnt-rgt {
        margin-top: 20px;
        display: none;
    }
    .bus-sec .deve-wrap {
        margin: 0;
    }
    .home.meta-verse header {
        height: 70px;
        position: relative;
    }
    .banner-txt {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
    .tab-cnt p {
        font-size: 14px;
        line-height: 24px;
    }
    .tab-hd-wrap .item {
        padding: 15px;
    }
    .tab-hd-wrap .owl-stage {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .bus-sec {
        padding: 0;
    }
    .info-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .girl-anim {
        margin: auto;
        width: 60%;
    }
    .bg-wave {
        background-size: 100% 20%;
    }
}

@media (min-width: 1200px) {
    .line-sec .container {
        padding: 0;
    }
}

@media (min-width: 1500px) {
    .key-cnt {
        background: transparent;
        width: 950px;
        height: 800px;
    }
    .key-anim {
        position: absolute;
        top: 390px;
        height: 100%;
        z-index: -1;
        width: 1336px;
        left: 15px;
    }
    .bg-pad {
        background-position: -350px 450px, calc(100% + 350px) 450px;
    }
    .benefit-sec {
        padding-top: 0px;
    }
    .benefit-sec .deve-wrap {
        margin-top: 250px;
    }
    .banner-sec img {
        width: 100%;
        height: 900px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-pad {
        background-position: -445px 280px, calc(100% + 450px) 280px;
    }
    .icon-3 {
        left: 50px;
    }
    .icon-4 {
        right: 100px;
    }
    .kf-2 {
        margin: 30px 130px;
    }
    .key-box p {
        font-size: 13px;
        line-height: 20px;
    }
    .kf-1 {
        padding-inline: 200px;
    }
    .banner-tr h2 {
        font-size: 44px;
    }
    .banner-tr p {
        font-size: 26px;
    }
    .sec-p {
        font-size: 14px;
        line-height: 24px;
    }
    .mv-hd {
        font-size: 34px;
    }
    .mv-shd {
        font-size: 32px;
        line-height: 32px;
    }
    .sec-pads {
        padding: 10px 0;
    }
    .tab-btn {
        font-size: 13px;
    }
    .tab-cnt p {
        font-size: 12px;
        line-height: 22px;
    }
    .tab-cnt {
        padding: 120px;
    }
    .tab-cnt-rgt {
        display: none;
    }
    .info-wrap {
        min-height: 445px;
        margin-top: 0;
        background-size: 100% 800px;
        background-position: 0px -175px;
    }
    .info-box h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .info-1 {
        left: 20px;
        width: 80%;
    }
    .info-box {
        max-width: 200px;
    }
    .info-box p {
        font-size: 11px;
        line-height: 18px;
    }
    .info-3 {
        left: 55px;
        width: 80%;
    }
    .info-2 {
        left: 40px;
        width: 80%;
    }
    .cen-mar {
        margin: 40px 0px;
        line-height: 24px;
    }
    .dev-sec .deve-wrap {
        margin-top: 40px;
    }
    .benefit-sec .deve-wrap,
    .line-sec .deve-wrap {
        margin-top: 40px;
    }
    section.sec-pads.dev-sec.bg-pad {
        height: 950px;
    }
    .tab-cnt-lft {
        background: url(../../assets/img/metaverse-dev/Images/Box.svg);
        background-size: 100% 100vh;
        background-position: 30% 49%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ben-right img {
        max-width: 75%;
    }
    .tab-cnt-wrap {
        margin-top: 10px;
    }
    .wait-wrap {
        margin-top: 0px;
    }
    .banner-sec img {
        height: 400px;
    }
    .key-box img {
        max-width: 45%;
    }
    .key-anim {
        top: 235px;
        width: 100%;
    }
    .key-cnt {
        width: 100%;
        height: 100%;
    }
    .benefit-sec {
        margin-top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .t-ix {
        display: block;
    }
    .t-ix svg {
        min-width: 40px;
        min-height: 40px;
        max-width: 40px;
        max-height: 40px;
    }
    .three-w {
        position: relative;
        top: unset;
        right: unset;
    }
    .three-w p {
        color: white;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
    .three-w p br {
        display: none;
    }
    .three-w p:nth-child(1) {
        right: unset;
    }
    .three-w p:nth-child(2) {
        right: unset;
        top: unset;
        margin: 20px 0;
    }
    .three-w p:nth-child(3) {
        top: unset;
        right: unset;
    }
    .ben-img {
        display: none;
    }
}

@media (max-width: 350px) {
    .tab-btn {
        min-height: 56px;
    }
}

.mtop {
    margin-top: 15px;
}

.pbtm {
    padding-bottom: 35px;
}

.tab-height {
    min-height: 500px;
}

.mtop {
    margin-top: 25px;
}

.color-blue {
    color: #047cF5 !important;
}

.mobile_logo {
    display: none;
}

@media (max-width: 767px) {
    .tab-cnt {
        display: none;
    }
    .tab-height {
        min-height: 0px;
    }
    /* .mobile_logo {
        display: block;
    }
    .desk_logo {
        display: none;
    } */
}


/*# sourceMappingURL=metaverse-dev.css.map */