html, body {
    font-size: 16px;
    margin: 0;
    background-color: #1a1d23;
}
hr{
    opacity: 1;
    margin: 0;
}
section{
    overflow: hidden;
}
span.pink{
    color: rgba(255, 0, 153, 1);
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #17191E;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #61656D;
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #61656D;
    border-radius: 3px;
}
@keyframes drag-and-scroll {
    0%   {-webkit-transform: translate(0, 0);}
    25%  {-webkit-transform: translate(-2rem, 0);}
    50%  {-webkit-transform: translate(0, 0);}
    75%  {-webkit-transform: translate(2rem, 0);}
    100% {-webkit-transform: translate(0, 0);}
  }
@-webkit-keyframes drag-and-scroll {
    0%   {-webkit-transform: translate(0, 0);}
    25%  {-webkit-transform: translate(-2rem, 0);}
    50%  {-webkit-transform: translate(0, 0);}
    75%  {-webkit-transform: translate(2rem, 0);}
    100% {-webkit-transform: translate(0, 0);}
}
.border_gradient {
    border-width: 1px;
    border-style: solid;
    /* border-image: linear-gradient(#BDBBC1 0%, #68656D 100%) 1 1; */
    border-color: #68656D;
    padding: 1.5rem;
    border-radius: 24px;
}

.button-pink{
    cursor: pointer;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    /* line-height: 24px; */
    background: #FF0099;
    color: #FFFFFF;
    padding: 0.625rem  1.375rem;
    display: inline-block;
    border-radius: 24px;
    user-select: none;
}
.button-silver{
    cursor: pointer;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    /* line-height: 24px; */
    background: linear-gradient(89.2deg, #BDBBC1 10.96%, #68656D 147.22%);
    color: #000000;
    padding: 0.625rem  1.375rem;
    display: inline-block;
    border-radius: 24px;
    user-select: none;
}
.button-dark_silver{
    cursor: pointer;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    /* line-height: 24px; */
    color: #E4E3E8;
    padding: 0.625rem  1.375rem;

    display: inline-block;
    /* background: rgba(64, 67, 72, 0.15); */
    /* background-color: #1a1d23; */
    background: rgba(64, 67, 72, 0.15);
    border-width: 1px;
    border-style: solid;
    border-radius: 24px;
    border-color: #BDBBC1;
    user-select: none;
}
.link_{
    /* cursor: pointer; */
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 160%;
    color: #E4E3E8;
    user-select: none;
}
.button-dark_silver:hover,
.link_:hover{
    color: #E4E3E8 !important;
}
.button-pink:hover{
    color: #FFFFFF;
}
.button-silver:hover{
    color: #000000;
}
.button-dark_silver:hover,
.button-pink:hover,
.button-silver:hover{
    opacity: 0.6;
}

.section_title_h1{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 120%;


    color: #FFFFFF;
}
.section_title_h2{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    color: #E4E3E8;
}
.section_title_h3{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 1.75rem;
    color: #E4E3E8;
}
.text_dark_silver{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 160%;
    color: #6B7487;
}
.text_medium{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    color: #D9D9D9;
}
.text_medium_bold{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 140%;
    color: #E4E3E8;
}

.paragraf_medium{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 120%;
    white-space: pre-line;
    color: #D9D9D9;
    margin-bottom: 1rem;
}
.paragraf_small{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #BDBBC1;
}
.paragraf_small-dark_silver{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    color: #6B7487;
}
.paragraf_small-dark_silver_2{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    color: #6B7487;
}
.label_{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;

    color: #FFFFFF;
}
.label_2{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;

    color: #E4E3E8;
}
.label_3{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;

    color: #6B7487;
}

.loading{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom_checkbox{
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.custom_checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom_checkbox .checkmark {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #eee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_checkbox:hover input ~ .checkmark {
    background-color: rgb(204, 204, 204, 0.5);
}
.custom_checkbox .checkmark:after {
    content: '';
    position: absolute;
    display: none;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 3px;
}
.custom_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom_checkbox input:checked ~ .checkmark.pink {
    background-color: #FF0099;
}
.custom_checkbox input:checked ~ .checkmark.white {
    background-color: #ffffff;
}
.custom_checkbox input.pink:checked ~ .checkmark:after {
    border: solid #FF0099;
    border-width: 0 2px 2px 0;
}
.custom_checkbox input.white:checked ~ .checkmark:after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.z-index-3{
    z-index: 3;
}
.z-index-4{
    z-index: 4;
}
.z-index-5{
    z-index: 5;
}
.loadingContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.loadingContent img {
    width: 140px;
    height: 100%;
}
#custom_modal{
    display: none;
    /* display: flex; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 14, 16, 0.6);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    z-index: 100;
}
#custom_modal .close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}
#custom_modal .box{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #6B7487;
    border-radius: 24px;
    padding: 2.375rem 1.5rem 3rem;
}
#custom_modal .title{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 130%;
    color: #202020;

}
#custom_modal .desc{

    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 130%;
    color: #353535;
}
#custom_modal form{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#custom_modal form textarea,
#custom_modal form input[type=email],
#custom_modal form input[type=text]{
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 3px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    color: #E4E3E8;
    padding: 0.7rem;
    /* margin-bottom: 1rem; */
}
#custom_modal form textarea:focus,
#custom_modal form input:focus{
    border: none;
    outline: none;
}
#custom_modal form textarea::placeholder,
#custom_modal form input::placeholder{
    color: #E4E3E8;

}
#custom_modal form .custom_dropdown{
    border-radius: 3px;
    position: relative;
    /* margin-bottom: 1rem; */
}
#custom_modal form .custom_dropdown .placholder_{
    cursor: pointer;
    border-radius: 3px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    color: #E4E3E8;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#custom_modal form .custom_dropdown .placholder_.selected{
    background: #000000;
}
#custom_modal form .custom_dropdown .options_{
    display: none;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 3rem;
    background: #000000;
    width: 100%;
}
#custom_modal form .custom_dropdown .options_ input{
    accent-color: #FF0099;
    margin-right: 1rem;
    width: 16px;
    height: 16px;
}
#custom_modal form .custom_dropdown .options_ .option_{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.4rem 0.7rem;

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    color: #E4E3E8;
}
#custom_modal form .custom_dropdown .options_ .option_ span{
    cursor: pointer;
    user-select: none;
    width: 100%;
}
#custom_modal button{
    border: navajowhite;
}




/* animation */
.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.fade-in-right.active{
    animation: fade-right .5s ease-in;
}
.fade-in-left.active{
    animation: fade-left .5s ease-in;
}
@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}






footer{
    background-color: #19181D;
}
footer .content{
    padding: 1.4375rem  2.625rem 1.375rem;

}
footer hr{
    background-color: #FF0099;
    height: 5px !important;
}
footer .navi_items {
    gap: 1rem;
}
footer .navi_item{
    cursor: pointer;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.02em;

    color: #BDBBC1;
}
footer .all_rights{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 0.8125rem;

    text-align: right;

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

.typeIt span {
    display: none;
}

/* Navbar */
.top-line {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0px;
    top: 0px;

    background: #FF0099;
    z-index: 11;
}

nav.navbar-default {
    /* margin-top: 5px; */
    /* top: 5px; */

    width: 100vw;
    min-height: 69px;

    background: rgb(21, 21, 26, 1);
    /* background-color: red; */
    padding: 1.125rem 2.625rem 0.8125rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 10;
}

nav.navbar-default svg {
    max-height: 1.3rem;
}

nav.navbar-default .navbar-nav {
    align-items: center;
    gap: 4rem;
}
nav.navbar-default .nav-item>.link {
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    /* identical to box height */

    text-align: right;
    letter-spacing: 0.02em;

    color: #BDBBC1;
}

nav.navbar-default .nav-item a {
    text-decoration: none;
}
nav.navbar-default .button-pink>.link{
    color: #FFFFFF;
}

nav.navbar-default .nav-item.button {
    background: #FF0099;
    border-radius: 3px;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    padding: 9px 2.5rem;
}
nav.navbar-default .navbar-toggler {
    outline: none;
    box-shadow: none;
    padding: 0;
    border: none;
}
nav.navbar-default .navbar-toggler-icon {
    width: 3rem;
    height: 3rem;
}

/* Hero */
section#home {
    position: relative;
    background-color: #1A1D23;
    padding: 7rem  0 0;
    height: 100vh;
}
section#home .container-fluid {
    padding: 0 2.8rem;
}

section#home .bg {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% - 66px);
}
section#home .custom_scrol_dwon{
    position: absolute;
    bottom: 0;
    left: initial;
    right: 3rem;
    transform: none;
}


section#home .content {
    padding-top: 15rem;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;

}

section#home .content h1 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 140%;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #FF0099;
    white-space: nowrap;
    text-shadow: 0px 0px 48px rgba(255, 0, 153, 0.48);
}
section#home .content .text_dark_silver {
    white-space: pre-line;
}

section#home .content .button {
    background: linear-gradient(89.2deg, #BDBBC1 10.96%, #68656D 147.22%);
    border-radius: 3px;
    padding: 9px 31px;
    width: fit-content;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #1A1D23;
}

section#home .bck{
   width: 100%;
   object-fit: cover;
   object-position: center;

}
section#home .body .image {
    margin-left: auto;
    /* margin-right: 2rem; */
    height: 80vh;
    width: 55%;
}
section#supercharge {
    padding: 0rem 0 10rem;

}
section#supercharge .bck .text_{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
section#supercharge .content{
    padding-top: 10rem;
}
section#supercharge .avatars .avatar{
    position: relative;
    background: rgba(21, 21, 26, 0.5);
    border-radius: 24px;
}
section#supercharge .avatars .avatar .paragraf_small-dark_silver_2{
    padding: 1rem;
    text-align: center;
}
section#supercharge .avatars .avatar:nth-of-type(4) .paragraf_small-dark_silver_2,
section#supercharge .avatars .avatar:nth-of-type(1) .paragraf_small-dark_silver_2{
    font-size: 0.75rem;
    padding: 0.8rem;
}
section#supercharge .avatars .avatar:nth-of-type(3) .paragraf_small-dark_silver_2{
    font-size: 0.875rem;
    padding: 0.9rem;
}



section#supercharge .avatars .avatar .approv{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-40%, -40%);
    z-index: 10;
}
section#supercharge .avatars .avatar:nth-of-type(3) .approv{
    left: initial;
    right: 0;
    transform: translate(40%, -40%);

}
section#supercharge .avatars .avatar:nth-of-type(4) .approv{
    left: initial;
    right: 0;
    transform: translate(40%, -40%);

}


section#supercharge .avatars .avatar:nth-of-type(2){
    margin: 0 -1.2rem;
    z-index: 3;
}
section#supercharge .avatars .avatar:nth-of-type(3){
    margin: 0 -1.2rem 0  0;
    z-index: 2;
}
section#supercharge h3{
    text-align: center;
    white-space: pre-line;
}
section#supercharge p{
    text-align: center;
    white-space: pre-line;
}



#eco_system{
    padding: 10rem 0 10rem;
}
#superpowers h3,
#supercharge h3,
#eco_system h3,
#eco_system .text_dark_silver{
    white-space: pre-line;
}
#eco_system .bck{
    /* background-image: url("../images/VRSTL\ Ecosystem\ old.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    min-height: 22rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
#eco_system .text_2{
    font-size: 3.3125rem;
    margin-bottom: 0;
    color: #E4E3E8;
}
#eco_system svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#roadmap .border_gradient {

    background: rgba(209, 215, 228, 0.04);
}
#roadmap .border_gradient .row{
    padding: 2rem;

}

#ape_vrstl img,
#roadmap img{
    border-radius: 24px;
}

#ape_vrstl .content-text {

    padding: 2rem;
}

#ape_vrstl .content-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 501px;
    object-position: right;
}
#ape_vrstl .border_gradient {

    background: rgba(209, 215, 228, 0.04);
}
#ape_vrstl img.monkey_{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
}
#interoperability {
    padding-bottom: 10rem 0 0;
}
#interoperability .box_text{
    display: inline-block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 25px;


    color: #FFFFFF;
}
#interoperability .border_gradient{
    background: #21242B;
    padding: 0.75rem 1.5rem;
}
#vrstl_animator{
    background-image: url('../images/vrstl_animator\ BCK.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    padding: 10rem 0;
}
#vrstl_animator p{
    white-space: pre-line;
}
#vrstl_animator .player{
    background: #21242B;
    border: 1px solid #68656D;
    border-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 100%;
}
#vrstl_animator .player .top{
    background: #15151A;
    border-bottom: 1px solid #68656D;
    padding: 1rem 2rem;
}
#vrstl_animator .player .bottom{
    padding: 1.875rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

}
#vrstl_animator .player .bottom .box_left{
    flex: 0 0 calc(65% -1rem );
    width: calc(65% - 1rem);
    border: 1px solid #68656D;
    border-radius: 24px;
    height: 20rem;
}

#vrstl_animator .player .bottom .box_right{
    flex: 0 0 calc(35% - 1rem);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
#vrstl_animator .player .bottom .box_right .video_option{
    user-select: none;
    flex: 0 0 calc(50% - 0.5rem);
    border: 1px solid #68656D;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    /* height: 50%; */
}
#vrstl_animator .player .bottom .box_right .video_option.selected{
    border-color: rgba(255, 0, 153, 1);
}
#vrstl_animator .player .bottom .box_right .video_option .player_cover{
    width: 100%;
    height: 7rem;
    /* object-fit: cover; */
    object-position: center top;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
#vrstl_animator .player .bottom .box_right .video_option .play_button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#vrstl_animator .player .bottom .box_right .video_option div{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    padding: 9px 0;

}
#superpowers .text_dark_silver,
#interoperability .text_dark_silver{
    white-space: pre-line;
}

#interoperability .bck,
#superpowers .bck{
    /* background-image: url("../images/Superpowers for Creators.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

#interoperability .bck{
    object-fit: cover;
    object-position: right;
}
#superpowers .text_button{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 160%;
    color: #E4E3E8;
}

#minter_5,
#minter_3,
#minter,
#user_flow,
#bring_your_avatar,
#roadmap,
#interoperability_3_steps,

#one_asset{
    padding: 10rem 0;
}
#minter
#one_asset{
    padding-top: 5.4rem;
}
#ready_ .title_h1,
#vrstl_nft_generator h1,
#road_map_slider h1,
#ape_in_vsrtl h1,
#genesis h1,
#ecosystem h1,
#minter h1,
#one_asset h1{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    /* line-height: 140%; */
    color: #D9D9D9;
}
#one_asset{
    padding-top: 4.7rem;

}
#one_asset .content{
    position: absolute;
    bottom: 3.75rem;
    left: 3.75rem;
}
.custom_scrol_dwon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: -3.75rem;
    transform: translate(-130%, 0);

    background-color: #1a1d23;
    border-radius: 50.5px 50.5px 0px 0px;
    padding: 1.5rem 2rem;
}
.custom_scrol_dwon svg{
    width: 2rem;
    height: 3rem;
}
.custom_scrol_dwon img{
    height: 2rem;
}
#supercharge .right_content{
    padding-left: 5rem;
}
#timline_ .box, #interoperability_3_steps .box{
    position: relative;
    /* border: 1px solid #68656D; */
    border-radius: 24px;
    padding: 2.875rem 1.3125rem;
    margin:  0 0.3rem;
    min-height: 19rem;
    /* background-image: url("../images/interoperability_3_steps.png"); */
    background: #21242B;
    margin-top: 15px;

}

#timline_ .box .bck,
#interoperability_3_steps .box .bck{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;

}
#timline_ .box .number,
#interoperability_3_steps .box .number{
    position: absolute;
    left: 2.1rem;
    top: 0;
    transform: translate(0, -60%);
    border: #1a1d23 15px solid;
    border-radius: 50%;
    background-color: transparent;


}


#timline_ .section_title_h3,
#ecosystem .text_dark_silver,
#minter_6 .section_title_h3,
#minter_6 .text_dark_silver,
#minter_5 .section_title_h3,
#minter_5 .text_dark_silver,
#minter_4 .section_title_h3,
#minter_4 .text_dark_silver,
#minter_3 .section_title_h3,
#minter_3 .text_dark_silver,
#minter_2 .section_title_h3,
#minter_2 .text_dark_silver,
#minter .text_medium,
#user_flow .text_dark_silver,
#create_y_own_spec .paragraf_small,
#create_y_own_spec .section_title_h3,
#bring_your_avatar .section_title_h3,
#interoperability_3_steps .box h3,
#interoperability_3_steps .box .text_dark_silver{
    white-space: pre-line;
    z-index: 2;
}
#conversion_2d_3d{
    padding-bottom: 7rem;
}
#conversion_2d_3d .button-pink{
    padding-right:  3.4375rem;
    padding-left:  3.4375rem;
}
#conversion_2d_3d .bck{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;

}
#conversion_2d_3d .border_gradient{
    padding: 1.9375rem 1.9375rem  1.9375rem;
}
#bring_your_avatar .boxs{
    background: #21242B;
    border-radius: 24px;
    position: relative;

    /* padding: 3.4375rem 4.75rem 3.4375rem 2.125rem; */
    padding: 3.4375rem 3rem 3.4375rem 2.125rem;
}
#bring_your_avatar .avatar{
    position: absolute;
}
#bring_your_avatar .box{
    flex-basis: 50%;
}
#bring_your_avatar .border_gradient{
    padding-right: 0;
    /* padding-left:  2.5rem; */
}
#create_y_own_spec{
    padding: 8rem 0;
}
#create_y_own_spec .bck{
    background: #FF0099;
    border-radius: 24px 0px 0px 24px;
    padding: 2.125rem 2.125rem  2.875rem;
}
#create_y_own_spec .box_big{
    padding: 2.125rem 2.125rem  1.8rem;

}
#create_y_own_spec .row_custom{
    gap: 12px;
}
#create_y_own_spec .box_mini{
    background: #21242B;
    border-radius: 24px;
    padding: 0.8125rem 1rem 0.875rem;
    flex: 0 0  calc(20% - 12px);
}
#user_flow{
    background: #21242B;
    padding-top: 8rem;
}
#user_flow .row_custom{
    gap: 1rem;
}
#user_flow .steps{
    position: relative;
    height: 95px;
}
#user_flow .steps .icon_mini{
    position: absolute;
    /* left: 50%; */
    top: 0;
    transform: translate(-100% , -50% );
}
#user_flow .steps .text_dark_silver{
    z-index: 2;
    position: absolute;
    line-height: 130%;
}
#user_flow .steps img{
    z-index: 1;
}
#user_flow .step_2,
#user_flow .step_3,
#user_flow .step_4,
#user_flow .step_5,
#user_flow .step_6{
    margin-left: -2rem;
}
#user_flow .step_3 .bck,
#user_flow .step_3{
    width: 201px;
    height: 95px;
}
#user_flow .step_5 .bck,
#user_flow .step_5,
#user_flow .step_4 .bck,
#user_flow .step_4{
    width: 189px;
    height: 95px;
}
section#under_the_hub{
    padding: 4rem 0;
    background: #21242B;
}
section#under_the_hub .text_dark_silver {
    white-space: nowrap;
}
section#supported_env{

}


#minter{
    padding-top: 5rem;
}
#minter_6{
    padding: 0 0 10rem 0;
}
#ecosystem{
    padding: 24rem 0 5rem 0;

    background: url('../images/ecosystem.png') no-repeat center;
}
#ecosystem_2,
#ecosystem_list {
    padding-bottom: 7rem;
}
#ecosystem_list .input_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ecosystem_list #search_ecosystem{
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    border: none;
    width: 100%;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    /* or 26px */
    padding: 0.875rem 1rem;

    color: #E4E3E8;
}
#ecosystem_list .input_wrap img{
    position: absolute;
    right: 1rem;
    z-index: 3;
}
#ecosystem_list #search_ecosystem::placeholder{
    color: #E4E3E8;
}
/* clears the 'X' from Chrome */
#ecosystem_list #search_ecosystem::-webkit-search-decoration,
#ecosystem_list #search_ecosystem::-webkit-search-cancel-button,
#ecosystem_list #search_ecosystem::-webkit-search-results-button,
#ecosystem_list #search_ecosystem::-webkit-search-results-decoration {
  display: none;
}

#ecosystem_list .box{
    height: 100%;
    background: #21242B;
    border: 1px solid #68656D;
    border-radius: 24px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    position: relative;
}
#ecosystem_list .wallet_{
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;

    text-align: center;

    color: #FFFFFF;
    background: #191B20;
    border-radius: 24px;
    padding: 4px 11px;
}
#ecosystem_list .wallet_pink{
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;

    text-align: center;

    border-radius: 24px;
    padding: 4px 11px;

    background: #FF0099;
    color: #FFFFFF;
    display: inline-block;
    user-select: none;
}
#ecosystem_list .wallet_wrapp{
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex;
    align-items: end;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;

}
#ecosystem_list .wallet_wrapp .wallet_,
#ecosystem_list .wallet_wrapp .wallet_pink{
    position: relative;
    right: initial;
    top: initial;
}


#ecosystem_list .icon_{
    height: 4rem;
}
#genesis {
    padding: 11rem 0 10rem;
}
#genesis .text_1{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;

    color: #E4E3E8;
}
#genesis .custom_margin{
    margin-top: -3rem;
}

#nft_utilities .title{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;

    color: #E4E3E8;
}
#nft_utilities .box{
    background: #21242B;
    border-radius: 24px;
    height: 100%;
    padding: 2.5rem;
}
#nft_utilities .box .text_dark_silver{
    display: flex;
    align-items: start;
    margin-bottom: 1.2rem;
}
#nft_utilities .box .text_dark_silver img{
    margin-right: 1.5rem;
}
#nft_utilities .text_dark_silver.purple{
    color: #FF0099;
}
#ape_in_vsrtl{
    padding:  0 0 8rem;

}
#ape_in_vsrtl .button-silver{
    padding-left: 3rem;
    padding-right: 3rem;
}

#benefits .wrap_ .box{
    flex: 1 0 auto;
}
#steps{
    padding: 10rem 0;
}
#steps .step{

    cursor: pointer;
    border-radius: 21px;
    color: #FFFFFF;
    background: #21242B;
    border: 1px solid #BDBBC1;
    border-radius: 21px;
    padding: 0.5625rem 1.4375rem ;
}
#steps .step.active{
    color: #1A1D23;
    background: linear-gradient(89.2deg, #BDBBC1 10.96%, #68656D 147.22%);

}
#steps .box{
    background: #21242B;
    border-radius: 24px;
    height: 100%;
    padding: 1.3rem;
    display: none ;
}
#steps .step_1{
    display: flex ;
}

#steps .button_{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

#steps .custom_switch.form-switch{
    display: flex;
    align-items: center;
    justify-content: center;
}
#steps .custom_switch_wrap{
    color: #85828A;
}
#steps .custom_switch.form-switch .form-check-input{
    background-image: url('../images/switch_icon.png') !important;
    background-size: 17px 17px;
    background-color: rgba(255, 255, 255, 0.12) !important;
    border: none;

    border-radius: 3px;
    height: 13px;
    width: 43px;
}
#steps .custom_switch.form-switch .form-check-input:focus{
    box-shadow: none;
}
#steps .custom_switch.form-switch .form-check-input:checked ~ #steps .checked{
    color: #ffffff;
}
#how_it_works {
    padding: 7rem 0 10rem;
}
#timline_{
    padding-bottom: 5rem;
}
#timline_ .box .section_title_h3{
    font-size: 1.5rem;
}

#timline_ .box{
    padding-top: 5rem;
    max-height: 250px;

}
#timline_ .border_ {
    background: #21242B;
    border: 1px solid #BDBBC1;
    border-radius: 24px;
    padding: 1rem 1.5rem;
}
#timline_ .section_title_h3.font{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
}

#road_map_slider {
    padding-top: 10rem;
    height: calc(100vh - 1rem - 4.3125rem);
    overflow-x: hidden;
    overflow-y: auto;

}
#road_map_slider .container-fluid{
    padding-bottom: 26rem;
}
#road_map_slider .timeline{
    position: relative;

}
#road_map_slider .timeline .progress_line {

    position: absolute;
    width: 3px;
    background-color: #BDBBC1;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#road_map_slider .timeline .progress_line_loading {
    z-index: 2;
    position: absolute;
    width: 3px;
    background-color: #FF0099;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
}

#road_map_slider .section_main,
#road_map_slider .section {
    /* padding: 10px 40px; */
    padding: 0 0 2rem;
    position: relative;
    background-color: inherit;
    width: 50%;
    /* margin-top: 2rem !important; */
}
#road_map_slider .section_main svg {
    position: absolute;
    right: 0;
    transform: translate(50%, 0);
    z-index: 2;
    top: -1px;
}
#road_map_slider .section .circle_ {
    position: absolute;
    width: 19px;
    height: 19px;
    right: 0;
    transform: translate(50%, 0);
    background-color: #BDBBC1;

    border-radius: 50%;
    z-index: 1;
}
#road_map_slider .section .circle_.active{
    background-color: #FF0099;
}
#road_map_slider .section.left{
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 2.5rem;
}
#road_map_slider .section.right{
    display: flex;
    flex-direction: column;
    align-items: start;
    left: 50%;
    padding-left: 2.5rem;
}
#road_map_slider .section.right .circle_{
    right: initial;
    left: 0;
    transform: translate(-50%, 0);

}
#road_map_slider .text_dark_silver.pink{
    color: #FF0099;
    line-height: 100%;
}
#road_map_slider .section_year{
    margin-bottom: 5rem;
}
#road_map_slider .box{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
    /* or 38px */

    text-transform: capitalize;

    color: #FFFFFF;
}
.section_box{
    background: #21242B;
    border-radius: 24px;
    padding: 1.75rem;

}
#road_map_slider .arrow_down{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}
#vrstl_nft_generator{
    padding: 10rem 0;
}
#minter_about_img_left{
    padding-bottom: 8rem;
}
#minter_about_img_left .label_3{
    text-transform: uppercase;
}
#always_adding{
    padding-bottom: 6rem;
}
#always_adding .text_medium{
    font-family: 'Manrope';
    color: #FFFFFF;
}
#always_adding .box{
    position: relative;
    background: #21242B;
    border-radius: 24px;
    padding: 1.6rem;
}
#always_adding .box img{
    position: absolute;
    left: 0;
    top: 1.8rem;
    transform: translate(-50%, 0);

}
#ready_ {
    padding: 5rem 0;
    background: #21242B;
}
#ready_ .text_dark_silver a{
    color: #FF0099;
}


section#builder {
    padding:4rem 0 0;
    background: #000000;
    height: 100vh;
}
section#builder .bck{
    display: flex;
    align-items: flex-end;
    /* padding: 18rem 0 10rem ; */
    height: 100%;
    background-image: url('../images/builder/builder\ bck\ v3.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;

}

section#choose_avatar{
    background-image: url('../images/builder/Create\ clothes\ and\ garments.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 94vh;
    display: flex;
    align-items: flex-end;

}
section#mulit_diff_bcks,
section#predefined_texture,
section#choose_avatar{
    padding: 10rem 0;
}
section#mulit_diff_bcks h3,
section#mulit_diff_bcks p,
section#brand_u_avatar h3,
section#brand_u_avatar p,
section#predefined_texture h3,
section#predefined_texture p,
section#library_assets h3,
section#library_assets p,
section#choose_avatar h3,
section#choose_avatar p{
    white-space: pre-line;
}
section#library_assets {
    padding-top: 10rem;
    padding-bottom: 6rem;

}
section#library_assets .container{
    /* background-image: url('../images/builder/library_assets.png');
    background-repeat: no-repeat;
    background-position: center center; */

}
section#library_assets .container{
    min-height: 31rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
section#library_assets .bck{
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#library_assets .bck img{
    width: 100%;
    height: 100%;
}
section#predefined_texture #container3d_replace{

    height: 25rem;
}
section#predefined_texture .model_wrapp{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
section#predefined_texture .model_wrapp .model{
    flex: 1 1 70%;
}
section#predefined_texture .model_wrapp .model .zoom_rotate{
    display: none;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);

    animation-name: drag-and-scroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: drag-and-scroll;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
}
section#predefined_texture .model_wrapp .configuration{
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}
section#predefined_texture .model_wrapp .configuration .label_2{
    padding-left: 6px;
}
section#predefined_texture .model_wrapp .configuration img{
    border: 6px solid transparent;
    border-radius: 50%;
    cursor: pointer;
}
section#predefined_texture .model_wrapp .configuration .selected{
    border: 6px solid #FF0099;
    border-radius: 50%;
}
section#brand_u_avatar .line{
    background: linear-gradient(270deg, rgba(255, 0, 153, 0) 20.39%, #FF0099 62.94%, rgba(255, 0, 153, 0) 93.36%);
    height: 2px;
    width: 100%;
    margin-bottom: -2px;
}
section#mulit_diff_bcks{
    padding-bottom: 5rem;
}
section#mulit_diff_bcks .bck{
    border: 1px solid #68656D;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7rem 0;
}
section#mulit_diff_bcks .bck-1{
    background-image: url('../images/multi_bck/multiple_bcks\ 1.png');
}
section#mulit_diff_bcks .bck-2{
    background-image: url('../images/multi_bck/multiple_bcks\ 2.png');
}
section#mulit_diff_bcks .bck-3{
    background-image: url('../images/multi_bck/multiple_bcks\ 3.jpg');
}
section#mulit_diff_bcks .bck-4{
    background-image: url('../images/multi_bck/multiple_bcks\ 4.jpg');
}
section#mulit_diff_bcks .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #21242B;
    opacity: 0.8;
    border: 1px solid #68656D;
    border-radius: 24px;
    padding: 2.75rem 3.5rem ;
}
section#mulit_diff_bcks .box_info{
    background: #21242B;
    border-radius: 24px;
    padding: 2.25rem;
    height: 100%;
}
.baner_bottom .text_dark_silver,
section#mulit_diff_bcks .box_info .text_dark_silver{
    font-family: 'Hind Vadodara';
    font-weight: 700;
    line-height: 130%;
    color: #E4E3E8;
}
 .baner_bottom .text_dark_silver{
    color: #1A1D23;
}
.baner_bottom{
    background: #FF0099;
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 1rem;
    margin-top: 3.75rem;
}


section#animator{
    padding: 5rem 0 0;
    height: 100vh;
    position: relative;

}
section#animator p{
    white-space: pre-line;
}
section#animator .custom_scrol_dwon {
    position: absolute;
    bottom: 0;
    left: initial;
    right: 10rem;
    transform: none;
}
section#animator .content{
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
}
section#animator .model, section#animator #container3d_replace{
    max-height: 100vh;
    height: 91vh;
    margin-right: 1rem;
}
section#animator .options{
    gap: 10px;
    cursor: pointer;
    margin-bottom: 2rem;
}
section#animator .options .option .box{
    background: #21242B;
    border-radius: 24px;
    padding: 1.625rem;
}
section#animator .options .option .box.active{
    box-shadow: rgb(255 0 153 / 15%) 0px 0px 15px;
}
section#animator .options .option .title_mini{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    text-align: center;
    /* identical to box height, or 18px */


    color: #FFFFFF;

}
section#animator .section_title_h1{
    white-space: pre-line;
}
section#our_animator {
    padding-top: 10rem;
}
section#our_animator video {
    border-radius: 24px;
    width: 100%;
}
section#rig_your_asset {
    padding: 10rem 0;

}
section#rig_your_asset .text_dark_silver{
    white-space: pre-line;
}
section#rig_your_asset .label_{
    flex: 0 0 50%;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;

    text-transform: uppercase;

    color: #FFFFFF;
    margin-right: 0.5rem;
}
section#rig_your_asset .row_ .icons{
    flex: 0 0 50%;

}
section#library_animations .box{
    border: 1px solid #68656D;
    border-radius: 24px;
    padding: 1rem 5px;

}
/* section#library_animations .wrapper{
    display: flex;

    gap: 1rem;
    overflow-x: scroll;
    border-radius: 24px;
} */
section#library_animations .gif_option{
    user-select: none;
    /* flex: 0 0 calc(50% - 0.5rem); */
    /* border: 1px solid #68656D; */
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    /* width: 10rem; */
    /* max-width: 10rem; */
    /* height: 50%; */
    background-color: #27252f;
}

section#library_animations .gif_option .player_cover{
    width: 100%;
    /* object-fit: cover; */
    object-position: center top;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
section#library_animations .gif_option .play_button{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section#library_animations .gif_option div{
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    padding: 9px 0;

}

section#dozens_characters .text_dark_silver,
section#dozens_characters .section_title_h3,
section#library_animations .text_dark_silver,
section#library_animations .section_title_h3{
    white-space: pre-line;
    margin-bottom: 0;
}
section#dozens_characters{
    padding: 10rem 0 3rem;
}
@media (max-width: 1399px) {
    html, body{
		font-size: 15px;
    }
    nav.navbar-default .navbar-nav {
        gap: 2rem;
    }
}

@media (max-width: 1199px) {
    html, body {
        font-size: 14px;
    }
    #interoperability a{
        font-size: 1rem;
    }
    nav.navbar-default .navbar-nav {
        gap: 1rem;
    }
    #bring_your_avatar .boxs{
        padding: 3.4375rem 2.5rem 3.4375rem 2rem;
    }
    #bring_your_avatar .avatar{
        width: 90%;
    }

    #user_flow .step_2,
    #user_flow .step_3,
    #user_flow .step_4,
    #user_flow .step_5{
        margin-left: -2rem;
    }
    #user_flow .step_6,
    #user_flow .step_7{
        margin-left: 0;
        margin-top: 1rem;
    }
}

@media (max-width: 991px) {
    html, body {
        font-size: 13px;
    }
    .border_gradient{
        padding: 1.2rem;
    }

    nav.navbar-default .navbar-nav {
        gap: 0.5rem;
        align-items: baseline;
    }

    section#home .body {
        flex-direction: column-reverse;
        align-items: center;
    }
    section#home .body .content {
        max-width: unset;
        margin: 0 auto;
        width: auto;
    }
    section#home .body .image {
        margin: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 0.5rem;
    }
    section#home .body .content {
        width: 100%;
    }

    #eco_system h3,
    #eco_system .text_dark_silver{
        white-space: initial;
    }
    #eco_system .bck{

        min-height: 30rem;
    }

    #supercharge .right_content{
        padding-left: 3rem;
    }
    #create_y_own_spec .box_mini{
        flex: 0 0 calc(31% - 12px);
    }
    #user_flow .step_2,
    #user_flow .step_3,
    #user_flow .step_4{
        margin-left: -2rem;
    }
    #user_flow .step_5,
    #user_flow .step_6
    {
        margin-left: 0;
        margin-top: 1rem;
    }

    #benefits .wrap_ .box{
        flex: 1 0 50%
    }
}

@media (max-width: 767px) {
    html, body {
        font-size: 10px;
    }
    #ready_ .title_h1,
    #road_map_slider h1,
    #ape_in_vsrtl h1,
    #genesis h1,
    #ecosystem h1,
    #minter h1,
    #one_asset h1,
    section#home .body .content h1 {
        font-size: 3.2rem;
    }
    .section_title_h2{
        font-size: 2rem;
    }
    #genesis .text_1,
    #nft_utilities .title,
    .section_title_h3{
        font-size: 2.4rem;
    }
    #road_map_slider .box,
    .text_dark_silver{
        font-size: 1.6rem;
    }
    .paragraf_medium{
        font-size: 2.0rem;
    }
    .label_3,
    .label_2,
    .label_,
    #ecosystem_list #search_ecosystem,
    #interoperability a,
    .link_,
    #superpowers .text_button,
    #interoperability .box_text,
    .paragraf_small,
    footer .navi_item,
    nav.navbar-default .nav-item>.link,
    .button-pink,
    .button-silver,
    .button-dark_silver{
        font-size: 1.6rem;
    }
    .text_medium,
    .text_medium_bold{
        font-size: 2rem;
    }
    #eco_system .text_2{
        font-size: 4.8rem;
    }
    #supercharge .right_content{
        padding-left: 0.75rem;
    }
    #timline_ .box .number,
    #interoperability_3_steps .box .number{
        left: 2.5rem;
        width: 7rem;
    }
    #timline_ .box .number.secend_number,
    #interoperability_3_steps .box .number.secend_number{
        right: 2.5rem;
        left: initial;
    }
    #bring_your_avatar .avatar{
        width: 65%;
    }

    #create_y_own_spec .bck{
        background: #FF0099;
        border-radius: 24px 24px 0 0;
    }
    #user_flow .step_2,
    #user_flow .step_3{
        margin-left: -2rem;
    }
    #user_flow .step_4,
    #user_flow .step_5,
    #user_flow .step_6
    {
        margin-left: 0;
        margin-top: 1rem;
    }

    #one_asset .content{
        position: relative;
        bottom: initial;
        top: 0.75rem;
        left: 0.75rem;
        /* transform: translate(-50% , 0); */
    }
    #benefits .wrap_ .box{
        flex: 1 0 100%
    }


    section#home {
        padding: 8rem 0 0rem;
        height: 80vh;
    }

    section#dozens_characters .text_dark_silver, section#dozens_characters .section_title_h3, section#library_animations .text_dark_silver, section#library_animations .section_title_h3, section#rig_your_asset .text_dark_silver, section#animator p, section#animator .section_title_h1, section#mulit_diff_bcks h3, section#mulit_diff_bcks p, section#predefined_texture h3, section#predefined_texture p, section#library_assets h3,section#library_assets p, section#supercharge p, section#home .content p{
        white-space: normal !important;
    }
    section#home .content{
        padding-top: 0;
    }
    section#home .body,
    section#home .container-fluid{
        height: 100%;
    }
    section#library_animations, section#dozens_characters, section#rig_your_asset, section#our_animator, section#conversion_2d_3d, section#ecosystem_list,section#create_y_own_spec, section#brand_u_avatar, section#predefined_texture, section#library_assets, #superpowers, section#vrstl_animator, section#interoperability, section#supercharge{
        padding: 3rem 0 0;
    }
    section#supercharge .bck img{
        object-fit: cover;
        width: 100%;
    }
    section#supercharge .bck .text_{
        position: initial;
        transform: none;
    }
    section#supercharge .content{
        /* padding: 4rem 0 0 */
        padding-top: 4rem;
    }
    #interoperability h3{
        /* margin-top: 12rem; */
    }
    section#vrstl_animator{
        background-image: url('../images/vrstl_animator\ bck-mob.png');
        background-position: bottom;
    }
    section#superpowers .button-dark_silver{
        padding: 1.3rem  2.4rem;
    }
    #eco_system {
        padding: 2.187rem 0 ;
    }
    #eco_system .row {
        flex-direction: column-reverse;
    }

    #eco_system .bck{

        min-height: 21rem;
    }
    #superpowers .hand_box{
        height: 34rem !important;
    }
    #superpowers .bck{
        object-fit: cover;
    }
    #superpowers .bck .section_title_h3{
        object-fit: cover;
        margin-top: 15rem;
    }
    section#eco_system, #minter_5, #minter_3, #minter, #user_flow, #bring_your_avatar, #roadmap, #interoperability_3_steps {
        padding: 3rem 0;
    }
    #one_asset{
        padding: 6rem 0 3rem;
    }
    #ape_vrstl .content-text{
        padding: 1rem 2rem;
    }
    #conversion_2d_3d .section_title_h3{
        font-size: 2.8rem;
    }
    #conversion_2d_3d .text_dark_silver {
        font-size: 2rem;
    }
    #user_flow .paragraf_small{
        font-size: 1.8rem;
    }
    #user_flow .step_7{
        flex :1 0 calc( 100%);
    }
    #ecosystem{
        padding-top: 7rem;
    }
    #vrstl_nft_generator{
        padding: 7rem 0 6rem;
    }
    footer .all_rights{
        font-size: 1.3rem;
    }
    section#builder {
        height: auto;
    }

    section#builder .bck{
        background-image: url('../images/builder/builder\ bck-mob.png');
        padding-top: 20rem;
    }
    section#choose_avatar{
        height: auto;
        background-image: url('../images/builder/Create\ clothes\ and\ garments-mob.png');
        padding: 4rem 0 27rem;
    }
    section#predefined_texture .model_wrapp{
        flex-direction: column;

        flex-wrap: nowrap;
    }
    section#predefined_texture #container3d_replace{

        height: 27rem;
    }
    section#predefined_texture .model_wrapp .configuration,
    section#predefined_texture .model_wrapp .model{
        flex: none;
    }
    section#predefined_texture .model_wrapp .configuration{
        align-items: center;
    }
    section#mulit_diff_bcks{
        padding: 5rem 0 0;
    }
    section#brand_u_avatar .line{
        background: linear-gradient(270deg, rgba(255, 0, 153, 0) 0%, #FF0099 38.86%, rgba(255, 0, 153, 0) 100%);
    }
    section#mulit_diff_bcks .bck-1{
        padding: 10rem 1rem;
    }
    section#mulit_diff_bcks .box{
        padding: 2rem 1rem;
    }
    section#interoperability_3_steps .box {
        margin-top: 5rem;
    }
    section#under_the_hub .box{
        margin-bottom: 3rem;
    }
    section#under_the_hub img{

        width: 40%;
        height: 6.9rem;
        object-fit: contain;
    }
    .section#under_the_hub .content{

        width: 60%;
    }
    .baner_bottom .text_dark_silver{
        font-size: 2rem;
    }
    section#animator{
        height: auto;
        padding: 7rem 0 0 ;
    }
    section#animator .model, section#animator #container3d_replace{
        height: 60vh;
    }
    section#animator .content{
        position: initial;
        transform: none;
    }
    section#rig_your_asset .avatar_{
        width: calc(50% - 3rem);
    }
    section#rig_your_asset .avatar_circle{
        width: 50%;

    }
}

@media (max-width: 575px) {
    #timline_ .box .number,
    #interoperability_3_steps .box .number{
        left: 2rem;
        width: 7rem;
    }
    /* #timline_ .box .number:nth-of-type(2),
    #interoperability_3_steps .box .number:nth-of-type(2){
        right: 2rem;
        left: initial;
    } */
    #timline_ .box {
        margin-top: 4rem;
    }
    #bring_your_avatar .avatar{
        width: 90%;
    }
    #create_y_own_spec .box_mini {
        flex: 1 0 calc(34% - 12px);
        min-height: 100px;
        padding: 1.3rem 1rem;
    }
    #user_flow .step_2{
        margin-left: -2rem;
    }
    #user_flow .steps {
        flex: 1 0 calc( 50% - 1rem)

    }
    #user_flow .steps .bck {
        width: auto;
    }
    #user_flow .step_3,
    #user_flow .step_4,
    #user_flow .step_5,
    #user_flow .step_6
    {
        margin-left: 0;
        margin-top: 1rem;
    }
    .custom_scrol_dwon{
        display: none;
    }
    #road_map_slider .section_main{
        padding-top: 3rem;
        padding-right: 1rem;
    }

    section#home .container-fluid,
    .container-fluid, .container {
        padding: 0 1.6rem;
    }
}

@media (max-width: 360px) {}
