
:root{
    --yellow : #FFAF3A;
    --bodyfont : "Orbit", serif;
    --heading :  "Oswald", sans-serif;
    --transtn: 400ms all ease-in-out;
}
/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
    font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
}

figure {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-family: var(--bodyfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    background-color: #101010;
    overflow-x: hidden;
}

.svg_container {
    display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

::-moz-selection {
    background: #491AFF;
    color: #fff;
}

::selection {
    background: #491AFF;
    color: #fff;
    background-clip:unset;
    -webkit-background-clip: unset; 
    -webkit-text-fill-color:#fff;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 26, 255, 0.25);
}

/*=====Reset CSS======*/

/* Global Start*/

h1,h2,h3,h4,h5,h6{
    font-family: var(--heading);
    font-weight: 700;
}

h1{
    font-size: 110px;
    line-height: 120px;
    text-transform: uppercase;
}
h1 span{
    color: var(--yellow);
}

h2{
    font-size: 80px;
    line-height: 90px;
    text-transform: uppercase;
}


.primarybutton a{
    background: url(/images/button_bg.png) left top no-repeat;
    width: 301px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    background-size: contain;
    position: relative;
    z-index: 4;
}
.primarybutton::after{
    background: rgb(201,0,232);
    background: radial-gradient(circle, rgba(201,0,232,1) 4%, rgba(0,170,255,1) 100%);
    position: absolute;
    content: " ";
    width: 310px;
    height: 90px;
    z-index: -1;
    opacity: 0;
    top: 0;
    filter: blur(45px);
    -webkit-filter: blur(45px);
    border-radius: 30px;
    transition: var(--transtn);
}
.primarybutton:hover::after{
    opacity: 1;
}
.secondarbutton a{
    background: url(/images/button_bg.png) left top no-repeat;
    width: 301px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    transform:scale(-1,-1);
    background-size: contain;
}

.secondarbutton button{
    background: url(/images/button_bg.png) left top no-repeat;
    width: 301px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    transform:scale(-1,-1);
    background-size: contain;
}

.secondarbutton a span{
    transform:scale(-1.1,-1.1);
}

.secondarbutton button span{
    transform:scale(-1.1,-1.1);
}

.secondarbutton::after{
    background: rgb(201,0,232);
    background: radial-gradient(circle, rgba(201,0,232,1) 4%, rgba(0,170,255,1) 100%);
    position: absolute;
    content: " ";
    width: 310px;
    height: 90px;
    z-index: -1;
    opacity: 0;
    top: 0;
    filter: blur(45px);
    -webkit-filter: blur(45px);
    border-radius: 30px;
    transition: var(--transtn);
}
.secondarbutton:hover::after{
    opacity: 1;
}

.primarybutton,
.secondarbutton{
    position: relative;
    display: inline-block;
}

b, strong{
    font-weight: inherit;
}


.site_btn{
    display: inline-block;
    position: relative;
    z-index: 1;
}

.site_btn a,
.site_btn button{
    background: url(/images/g_btn_bg.png) center no-repeat;
    min-width: 275px;
    height: 80px;
    padding: 0 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    background-size: 100% 100%;
    position: relative;
    z-index: 4;
    border: none;
}

.site_btn::after {
    background: rgb(201,0,232);
    background: radial-gradient(circle, rgba(201,0,232,1) 4%, rgba(0,170,255,1) 100%);
    position: absolute;
    content: " ";
    left: -10px;
    right: -10px;
    height: 90px;
    z-index: -1;
    opacity: 0;
    top: 0;
    filter: blur(45px);
    -webkit-filter: blur(45px);
    border-radius: 30px;
    transition: var(--transtn);
}

.site_btn:hover::after{
    opacity: 1;
}
/* Global end*/


/* site_hdr */

.site_hdr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.hdr_innr{
    display: flex;
    align-items: center;
}

.ste_logo{
    margin-left: -80px;
}

.site_navo{
    margin-left: auto;
    display: flex;
    align-items: center;
}

.site_navo nav ul{
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.site_navo nav ul li:not(:first-child){
    padding-left: 30px;
}

.site_navo nav ul li a{
    position: relative;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
}

.site_navo nav ul li a::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: -6px;
    right: -6px;
    height: 1px;
    background-color: #fff;
    transition: var(--transtn);
    transform: scale(0);
}

.site_navo nav ul li a:hover::after{
    transform: scale(1);
}

/* site_hdr */


/* site_bnnr */

.site_bnnr{
    padding: 150px 0 75px;
    background: no-repeat center bottom;
    height: 100vh;
    max-height: 1000px;
    display: flex;
    align-items: flex-end;
}

.site_bnnr h1 span{
    display: block;
}

.site_bnnr h1 span strong{
    color: transparent;
    -webkit-text-stroke: 2px var(--yellow);
    text-stroke: 2px var(--yellow);
}

.bnnr_para{
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.bnnr_para p{
    font-size: 28px;
    line-height: 40px;
    max-width: 580px;
    padding-right: 10px;
    margin-right: auto;
}

/* site_bnnr */


/* presale_sec */
.presale_sec{
    padding: 100px 0 0;
    background: url(/images/presale_bg.png) no-repeat bottom;
    background-size: 100%;
}

.presale_sec .sec_ttl{
    max-width: 600px;
    margin-bottom: -15%;
}

.presale_sec .sec_ttl h2{
    margin-bottom: 30px;
}

.precnctbx_wrp{
    padding-top: 245px;
}

.precnctbx_inr{
    max-width: 445px;
    margin: 0 auto;
    padding: 22px 22px 30px;
    backdrop-filter: blur(25px);
    background: url(/images/prrbx_bg.png) no-repeat top;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.precnctbx_inr::before{
    position: absolute;
    top: 80px;
    left: -80px;
    /* transform: translateY(-50%); */
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid #E641FF;
    background-color: #111212;
    border-radius: 50%;
    transition: 100ms all ease-in-out;
}

.precnctbx_inr:hover::before{
    background-color: #E641FF;
    box-shadow: 0 1px 20px 0 #E641FF, 0 1px 20px 0 #E641FF, 0 6px 7px 0 rgba(0,0,0,025);
}

.precnctbx_inr h6{
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 1;
    color: var(--yellow);
    font-weight: 700;
}
.precnctbx_inr h4{
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(-90deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}
.precnctbx_inr p{
    font-size: 16px;
    line-height: 26px;
}

.uppr_line{
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
    top: 1px;
    right: 10px;
    opacity: 0;
    transition: 100ms all ease-in-out;
}
.precnctbx_inr:hover{
    background-image: url(/images/prrbx_hvr_bg.png);
}
.precnctbx_inr:hover .uppr_line{
    opacity: 1;
}
.uppr_line span{
    width: 47px;
    height: 4px;
    border-radius: 25px;
    background-color: #00AAFF;
    box-shadow: 0 1px 17px 0 #00AAFF;
}
.uppr_line span:first-of-type{
    width: 120px;
}

.precnctbx_wrp .precnctbx_itm + .precnctbx_itm{
    margin-top: 25px;
}

.precnctbx_wrp .precnctbx_itm{
    position: relative;
}

.precnctbx_wrp .precnctbx_itm::before{
    position: absolute;
    content: "";
    height: calc(100% + 25px);
    width: 2px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    top: 80px;
    left: 23px;
}

.precnctbx_wrp .precnctbx_itm::after{
    position: absolute;
    content: "";
    height: calc(100% + 25px);
    width: 4px;
    background: linear-gradient(0deg, rgba(225,63,249,0) 0%, rgba(225,63,249,1) 100%);
    top: 80px;
    left: 23px;
    opacity: 0;
    transition: 100ms all ease-in-out;
}

.precnctbx_wrp .precnctbx_itm:hover::after{
    opacity: 1;
}

.precnctbx_wrp .precnctbx_itm:last-child::after,
.precnctbx_wrp .precnctbx_itm:last-child::before{
    display: none;
}

.form_box_wrp{
    padding: 50px 40px;
    /* position: relative; */
    background: url(/images/form_bg_2.png) no-repeat center;
    background-size: 100% 100%;
}
.form_box_wrp::before,
.form_box_wrp::after,
.form_box_innr::before,
.form_box_innr::after{
    position: absolute;
    content: "";
    width: 320px;
    height: 320px;
    border-radius: 50%;
    top: -50px;
    left: -20px;
    background-color: rgba(201, 0, 232, 0.5);
    filter: blur(300px);
    -webkit-filter: blur(300px);
    pointer-events: none;
    /* backdrop-filter: blur(300px); */
}

.form_box_wrp::after,
.form_box_innr::after{
    left: unset;
    right: -20px;
}

.form_box_wrp::before,
.form_box_wrp::after{
    top: unset;
    bottom: -70px;
    background-color: rgba(0, 170, 255, 0.4);
}


.form_box_innr{
    padding: 40px 30px;
    position: relative;
    background: url(/images/form_bg_1.png) no-repeat center;
    background-size: 100% 100%;
}

.bx_rnge .bx_rnge_uppr{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.bx_rnge .bx_rnge_uppr h6{
    font-size: 15px;
    line-height: 1;
    color: var(--yellow);
    font-weight: 400;
    font-family: var(--bodyfont);
}
.rng_bar{
    text-align: center;
    font-family: var(--heading);
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    background-color: rgba(217, 217, 217, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.45);
    position: relative;
    padding:  5px 0;
    z-index: 1;
}

.rng_bar .prgres{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #C900E8;
    border-radius: 0  60px 60px 0;
    z-index: -1;
    box-shadow: inset 0px 6.74px 10.79px 0px rgba(0, 0, 0, 0.35),0px 0px 13.48px 0px rgba(201, 0, 232, 0.6);
}

.bx_rnge .trgt{
    text-align: right;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin-top: 5px;
}

.bx_rnge{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hnt_calc{
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.hnt_calc h6{
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}

.lstn_prc_wrp{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.lstn_prc_itm{
    flex: 0 0 auto;
    width: calc(50% - 15px);
}

.lstncnct{
    padding: 0 5px;
    /* border: 1px solid rgba(255, 255, 255, 0.40);
    background-color:rgba(255, 255, 255, 0.10); */
    background: url(/images/bx_bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    position: relative;
}

.rdo_btnwrp{
    margin: 15px -4px 0;
    display: flex;
}
.rdo_itm{
    padding: 0 4px;
    width: 0;
    flex-grow: 1;
}

.cstm_rdo {
    padding: 15px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    position: relative;
    background: url(/images/inpt_bg.png) no-repeat center;
    background-size: 100% 100%;
    text-transform: uppercase;
}

.cstm_rdo:has(input:checked){
    background-image: url(/images/bx_bg_grnt.png);
}

.cstm_rdo  span{
    display: flex;
    align-items: center;
}

.cstm_rdo  span img{
    margin-right: 5px;
}
.cstm_rdo  input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


.inpt_wrp{
    margin-top: 30px;
    position: relative;
}

.inpt_wrp label{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.inpt_wrp label span{
    margin-left: auto;
}

.inpt_wrp input{
    width: 100%;
    background: url(/images/infdl.png) no-repeat center;
    background-size: 100% 100%;
    padding: 15px 120px 16px 25px;
    border: none;
    color: #fff;
    outline: none ;
}

.inpt_wrp input::placeholder{
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
}

.crncy_dtl{
    position: absolute;
    right: 12px;
    bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.crncy_dtl img{
    width: 25px;
    height: 30px;
    object-fit: contain;
}

.form_box_innr .btn_wrp{
    margin-top: 20px;
}

.form_box_innr .btn_wrp .site_btn{
    width: 100%;
}


.form_box_innr .btn_wrp .site_btn button{
    width: 100%;
    background-size: 100% 100%;
    background-image: url(/images/fll_btn_bg.png);
}

.btm_concl{
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}

.btm_concl p + p{
    margin-top: 10px;
    color: var(--yellow);
}
/* presale_sec */


/* mta_tab_sec */

.mta_tab_sec{
    padding: 300px 0 10px;
    margin-top: -250px;
    background: url(/images/tbsc_bg_1.png) no-repeat top center, 
    url(/images/tbsc_bg_2.png) no-repeat center;
    background-size: 100%,100%;
}

.mta_tab_sec .sec_ttle{
    text-align: center;
}

.mta_tab_sec .sec_ttle h2{
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
}

.mta_tab_sec .sec_ttle p{
    max-width: 1000px;
    margin: 0 auto;
}

.tb_vdo_wrp{
    padding: 50px 50px 27px;
    background: url(/images/tbvdo_bg.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 50px;
    position: relative;
}

.vdo_img{
    -webkit-mask-image: url(/images/vdobsshp.svg);
    mask-image: url(/images/vdobsshp.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top;
    position: relative;
}

.vdo_img::before{
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0) 30.045%,rgb(0, 0, 0) 100%);
}

.mta_tab_sec .tab-pane{
    position: relative;
    z-index: 1;
}
.mta_tab_sec .tab-pane::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -55px;
    width: 100%;
    height: 150px;
    background: url(/images/vdosec_step.png) no-repeat center;
    z-index: -1;
}

.vdo_img img{
    width: 100%;
    height: 565px;
}

.vdo_cnct{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    display: flex;
    padding: 0 100px;
}

.vdo_cnct p{
    width: 460px;
    margin-left: auto;
    font-size: 16px;
    line-height: 30px;
}

.vdo_cnct h3{
    font-size: 60px;
    line-height: 70px;
    color: var(--yellow);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.45);
    padding-right: 10px;
}

.ply_btn {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.ply_btn span{
    margin-left: -14px;
}

.nav_tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 180px -12px 0;
}

.nav_tabs .nav-item{
    flex: 0 0 auto;
    width: 25%;
    padding: 0 12px;
}

.nav_tabs .nav_link{
    background: transparent url(/images/tb_btn_out_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 24px 12px 15px;
    border: none;
    filter: drop-shadow( 0 10px 35px  rgba(0, 0, 0, 0.75));
    -webkit-filter: drop-shadow( 0 10px 35px  rgba(0, 0, 0, 0.75));
    height: 100%;
}

.tb_btn_inr{
    padding: 100px 30px 40px;
    background: url(/images/tb_btn_innr_bg.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    height: 100%;
}

.tb_btn_inr::before{
    position: absolute;
    content: "";
    height: 4px;
    width: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.2);
    bottom: -7px;
    right: 0;
    transition: var(--transtn);
}

.tb_btn_inr::after{
    position: absolute;
    content: "";
    left: -5px;
    bottom: -7px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 26px 24px 0;
    border-color: transparent rgba(255, 255, 255, 0.2) transparent transparent;
    transition: var(--transtn);
}

.nav_link:hover .tb_btn_inr::before,
.nav_link.active .tb_btn_inr::before{
    background-color: #00AAFF;
    filter: drop-shadow(0 4px 24px rgba(0, 170, 255, 0.7));
    -webkit-filter: drop-shadow(0 4px 24px rgba(0, 170, 255, 0.7));
}
.nav_link:hover .tb_btn_inr::after,
.nav_link.active .tb_btn_inr::after{
    border-right-color: #00AAFF;
    filter: drop-shadow(0 4px 24px rgba(0, 170, 255, 0.7));
    -webkit-filter: drop-shadow(0 4px 24px rgba(0, 170, 255, 0.7));
}

.tb_btn_inr p{
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    padding-top: 30px;
    font-weight: 400;
}

.tbbtn_img{
    top: -90px;
    left: 0;
    right: 0;
    position: absolute;
    height: 200px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.tbbtn_img::before {
    position: absolute;
    content: "";
    top: 40px;
    left: 0;
    right: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgba(201, 0, 232, 0.9);
    filter: blur(65px);
    -webkit-filter: blur(65px);
    margin: 0 auto;
}

.tbbtn_img img{
    filter: drop-shadow(0 0 15px  rgba(0, 0, 0, 0.55));
    -webkit-filter: drop-shadow(0 0 15px  rgba(0, 0, 0, 0.55));
}

.nav_tabs .nav_link:hover,
.nav_tabs .nav_link.active{
    filter: drop-shadow(0 10px 50px  rgba(0, 170, 255, 0.2));
    -webkit-filter: drop-shadow(0 10px 50px  rgba(0, 170, 255, 0.2));
}
/* mta_tab_sec */


/* cty_sldr_sec */

.cty_sldr_sec{
    padding-top: 200px;
    background: url(/images/cty_sldr_sec_bg.png) no-repeat top center / 100%;
}

.cty_sldr .slick-track{
    padding-top: 430px ;
}


.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
  
.swiper-slide {
    width: 450px;
}

.tken_wrp .swiper-slide {
    padding: 20px 62px;
}
.swiper-slide .tken_item_wrp img{
    height: 400px;
}

.cty_sldr{
    max-width: 1600px;
    margin: -250px auto 0;
    overflow: hidden;
}

.cty_sldr::before{
    position: absolute;
    content: "";
    width: 300px;
    height: 100px;
    /* background: url(/images/slick_arrow.png) no-repeat center; */
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.cty_sldr .slick-arrow{
    font-size: 0;
    background: url(/images/pre_arrow.png) no-repeat;
    width: 60px;
    height: 50px;
    background-size: 26px;
    padding: 20px 40px;
    background-position: center;
    z-index: 1;
    border: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px;
}

.exclusive_slider_wrap  .slick-arrow:hover,
.cty_sldr .slick-arrow:hover{
  box-shadow: 0 0 040px 0 rgba(201, 0, 232, 0.4);
}
.exclusive_slider_wrap  .slick-arrow.slick-next:hover,
.cty_sldr .slick-arrow.slick-next:hover{
  box-shadow: 0 0 040px 0 rgba(0, 170, 255, 0.4);
}
.cty_sldr .slick-arrow.slick-next{
    background-image: url(/images/next_arrow.png);
    margin-left: 45px;
}

/* .cty_sldr::before,
.cty_sldr::after{
    position: absolute;
    content: "";
    top: 250px;
    bottom: 0;
    left: 0;
    width: 500px;
    background: linear-gradient(90deg, rgba(25,1,33,1) 0%, rgba(25,1,33,0) 100%);
} */

.cty_sldr_itm{
    filter: drop-shadow( 0  4px 24px rgba(0, 0, 0, 0.45));
    -webkit-filter: drop-shadow( 0  4px 24px rgba(0, 0, 0, 0.45));
}

.cty_sldr .slick-slide.slick-center{
    filter: drop-shadow( 0  4px 25px rgba(0, 0, 0, 0.75)) drop-shadow( 0  4px 25px rgba(0, 170, 255, 0.5));
}

.cty_sldr .slick-slide{
    position: relative;
    transition: 400ms all ease-in-out;
    opacity: 0.6;
    /* transform: scale(1.3); */
    transform-origin: top;
    /* transform: translateX(200px); */
}
.cty_sldr .slick-slide.slick-active{
    transform-origin: center;
    z-index: 1;
    opacity: 1;
}

/* .cty_sldr .slick-slide.prev1{ */
    .cty_sldr .slick-active{
    /* transform: translateX(100px) translateY(-150px); */
    transform: translate3d(100px,-150px,0);
}

.cty_sldr .slick-slide.prev2{
    transform: translate3d(200px, 0 ,0);
}
/* .cty_sldr .slick-center ~ .slick-slide { */
.cty_sldr .slick-slide.next2{
    /* transform: translateX(-200px); */
    transform: translate3d(-200px, 0, 0);
}
/* .cty_sldr .slick-center + .next1{ */
    .cty_sldr .slick-active + .slick-active + .slick-active{
    /* transform: translateX(-100px) translateY(-150px); */
    transform: translate3d(-100px , -150px, 0);
}
.cty_sldr .slick-slide.slick-center{
    /* transform: scale(1.5); */
    transform-origin: bottom;
    z-index: 2;
    /* transform: translateX(0) translateY(-250px); */
    transform: translate3d(0,-250px, 0);
}
/* 
.cty_sldr .slick-active
{
    background-color: red;
}

.cty_sldr .slick-active +.slick-active
{
    background-color: blue;
}

.cty_sldr .slick-active + .slick-active + .slick-active
{
    background-color: green;
} */

.cty_sldr .slick-slide img{
    width: 575px;
}


.ctsldr_innr{
    padding: 35px 50px 60px;
    background: url(/images/cty_sldr_itm.png) no-repeat top/ 100% 100%;
    max-width: 520px;
    text-align: center;
    position: relative;
}

.ctsldr_innr_img{
    -webkit-mask-image: url(/images/sldr-img_rec.svg);
    mask-image: url(/images/sldr-img_rec.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top;
}

.ctsldr_innr_img img{
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.ctsldr_innr h6{
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 0;
}

.ctsldr_innr p{
    font-size: 14px;
    line-height: 24px;
    color: rgba(225, 225, 255, 0.7);
}

/* cty_sldr_sec */
/* becme_sec */

.becme_sec{
    padding: 270px 0 10px;
    margin-top: -170px;
    background: url(/images/bcm_sc_bg.png) no-repeat top / 100%;
}

.bcm_ttle h2{
    text-align: center;
}

.bcm_ttle h2 strong{
    display: block;
    font-size: 200px;
    line-height: 0.9;
    color: var(--yellow);
    filter: drop-shadow(0 4px 25px rgba(255, 176, 58, 0.6));
    -webkit-filter: drop-shadow(0 4px 25px rgba(255, 176, 58, 0.6));
}

.bcm_ttle h2 span{
    filter: drop-shadow(0 4px 23px rgba(0, 0, 0, 0.35)) drop-shadow( 0 6px 80px #C900E8);
    -webkit-filter: drop-shadow(0 4px 23px rgba(0, 0, 0, 0.35)) drop-shadow( 0 6px 80px #C900E8);
    position: relative;
    top: -55px;
}
.bcm_sc_img {
    text-align: center;
    margin-top: -160px;
}
.lchntr_cnct_wrp{
    background: url(/images/rntbg.png) no-repeat;
    background-size: 100% 100%;
    padding: 32px 12px 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(45px);
    position: relative;
    height: 100%;
}
.lchntr_cnct_wrp::before{
    position: absolute;
    content: "";
    top: 8px;
    left: 12px;
    width: 170px;
    height: 10px;
    background: url(/images/trg_shp.png) no-repeat left bottom;
    filter: drop-shadow(0 1px 15px #00AAFF);
    -webkit-filter: drop-shadow(0 1px 15px #00AAFF);
}

.lchntr_cnct_wrp_innr{
    padding: 40px 40px 45px 28px;
    background: url(/images/rtinnrbg.png) no-repeat center/ 100% 100%;
    position: relative;
    height: 100%;
}

.lchntr_cnct_wrp_innr::before{
    position: absolute;
    content: "";
    right: -2px;
    bottom: 2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 24px 24px;
    border-color: transparent transparent #C900E8 transparent;
    filter: drop-shadow(0 0 9px #C900E8);
    -webkit-filter: drop-shadow(0 0 9px #C900E8);
}

.lchntr_cnct_wrp_innr h6{
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 150px;
}

.lchntr_cnct_wrp_innr p{
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 15px;
}

.lchhtrsc_icn{
    position: absolute;
    top: -43px;
    right: 40px;
}

.lchhtrsc_icn img{
    filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.3));
    position: relative;
}

.lchhtrsc_icn::before{
    position: absolute;
    content: "";
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: rgba(255, 176, 58, 0.71);
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    filter: blur(45px);
    -webkit-filter: blur(45px);
}

.bylse_cnct_wrp{
    margin-top: -200px;
}

/* becme_sec */


/* how it works */

.howitbg {
    padding: 90px 0 300px;
    background: url(/images/bg_how.png) left top no-repeat;
    background-size: cover;
  }

.howcontarea {
    position: relative;
}

.howcontarea h2{
    font-size: 80px;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
  
}

.howimgarea {
    padding-top: 133px;
}

.howimgtoparea {
    background: url(/images/howmain.png) left top no-repeat;
    min-height: 478px;
    justify-content: center;
    display: flex;
    background-size: contain;
}

.howvertiarea {
    width: 20%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
   
}

.topboxtxtarea {
    position: relative;
    margin-top: -43px;
    /* display: flex;
    justify-content: center; */
 
}

.botimgarea {
    width: 56px;
    height: 56px;
    margin-bottom: 94px;
    margin-left: 123px;
 
}

.botimgarea2 {
    width: 56px;
    height: 56px;
    margin-bottom: 95px;
    margin-left: 100px;

}

.botimgarea3 {
    width: 56px;
    height: 56px;
    margin-bottom: 88px;
    margin-left: 74px;

}

.topimgarea1 {
    width: 56px;
    height: 56px;
    margin-top: 75px;
    margin-left: 111px;
}

.topimgarea2 {
    width: 56px;
    height: 56px;
    margin-top: 80px;
    margin-left: 86px;
}


.numbg {
    background-color: rgba(225, 225, 255, 0.25);
    width: 67px;
    height: 67px;
    text-align: center;
    border: dashed 2px #C900E8;
    border-radius: 50px;
    line-height: 67px;
    font-size: 35px;
    font-family: var(--heading);
    margin: 0 auto;
    font-weight: 700;
}

.topboxtxtarea h3 {
    padding: 20px 0;
    text-transform: uppercase;
}

.topboxtxtarea p {
    font-family: var(--bodyfont);
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
}

.howvertiarea:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
}


 /* Marquee Sliders  */

.phase_mrq_slide {
  padding-right: 120px;
}

.phase_mrq_slide span {
  color: #ffaf3a;
  font-size: 105px;
  font-weight: 700;
  line-height: 119.53px;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--heading);
}

.phase_mrq_slide span::before {
  position: absolute;
  top: 53%;
  right: -100px;
  width: 85px;
  height: 85px;
  background: url(/images/colon.png) no-repeat center;
  background-size: 100% 100%;
  content: "";
  transform: translateY(-47%);
}



/* Personalize Start */
.prsnl_hdng h2 {
    color: transparent;
    font-size: 165px;
    line-height: 120px;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
}

.prsnl_hdng h3 {
    color: rgb(255, 255, 255);
    font-size: 64px;
    line-height: 80px;
    text-transform: uppercase;
    max-width: 400px;
    margin-left: 35px;
    padding-top: 10px;
}

.prsnl_hdng {
    display: flex;
    align-items: center;
    margin-bottom: 75px;
    position: relative;
}

.prsnlze_sec {
    position: relative;
    padding: 0px 0 100px;
    margin-bottom: -50px;
}

.prsn_tab_wrp>ul>li {
    width: 33.33%;
    flex: 0 0 auto;
}

.prsn_tab_wrp>ul>li button {
    width: 100%;
    background: url(/images/tab_bg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 0 !important;
    color: rgb(255, 255, 255);
    font-family: var(--heading);
    font-size: 37px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    padding: 29px 45px 36px;
    transition: var(--transtn);
    scale: 1.05;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prsn_tab_wrp>ul>li .active,
.prsn_tab_wrp>ul .show>.nav-link {
    background: url(/images/tab_bg_after_two.png) no-repeat center;
    background-size: 100% 100%;
    scale: 1.15;
    padding: 35px 55px;
    font-size: 34px;
    background-color: transparent !important;
}

.prsn_tab_wrp>ul .nav-link.active img {
    scale: 0.92;
}

.prsn_tab_wrp>ul>li button img {
    max-width: 43px;
    transition: var(--transtn);
}

.prsn_tab_wrp>ul>li button:hover {
    color: #fff;
}

.tab_sub ul li {
    width: 20%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/tab_2_bg.png) no-repeat center;
    filter: drop-shadow(0px 8px 26px rgba(230, 65, 255, 0.27));
    padding: 30px 0;
}


.tab_sub ul {
    display: flex;
}

.w100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tab_sub li button {
    max-width: 207px;
    height: 100%;
    background-color: transparent !important;
    padding: 0;
    position: relative;
}

.tab_sub li button img {
    /* border: 1px solid #fff; */
}

.main_bg {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    bottom: 0;
}

.main_bg img {
    width: 100%;
    height: 100%;
}

.prsn_tab_wrp {
    position: relative;
}

.tab_sub {
    position: absolute;
    bottom: -137px;
    width: 100%;
    z-index: 2;
}

.prsnlze_sec .phase_mrq_slider_sec {
    margin-top: 260px;
}

.prsn_tab~.tab-content {
    padding-top: 800px;
}

.tab_sub .tab-content {
    position: absolute;
    bottom: 350px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.tab_sub li button.active::after {
    content: 'Equipped';
    position: absolute;
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(34px);
    background: rgba(255, 255, 255, 0.1) url(/images/check.png) no-repeat center 50px;
    width: 160px;
    height: 160px;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 36px;
    font-size: 20px;
}

.lightstar img {
    width: 100%;
}

.lightstar {
    width: 100%;
    position: absolute;
    top: 0;
}

/* Personalize End */

/* Token start */

.tken_sec {
    position: relative;
    padding: 0px 0;
}

.tken_item {
    padding: 40px 0px;
    transition: var(--transtn);
    scale: 0.8;
    height: auto;
    padding: 0 5px;
}

.tken_item_wrp {
    position: relative;
    height: 100%;
}

.tken_item_wrp::after {
    position: absolute;
    content: '';
    background: url(/images/frame_4.png) no-repeat center;
    background-size: 100% 100%;
    /* top: -8%;
    left: -10%;
    right: -10%;
    bottom: -9%; */
    top: -20px;
    left: -36px;
    right: -32px;
    bottom: -20px;
    z-index: 2;

}

.tken_item_wrp img {
    width: 100%;
    /* padding: 6% 7% 6%; */
    position: relative;
    z-index: 1;
    padding: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 55px;
}

.tken_item_wrp h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -30px;
    background: url(/images/ovrly.png) no-repeat center;
    z-index: -1;
    background-size: 100% 100%;
    border-radius: 0 0 65px;
}

.tken_item.slick-active.slick-center {
    scale: 0.88;
}

.tken_slider .slick-track {
    padding: 25px 0;
    display: flex;
}

.tken_item.left-skew {
    transform: skewY(-10deg);
    transition: transform 0.3s ease;
}

.tken_item.right-skew {
    transform: skewY(10deg);
    transition: transform 0.3s ease;
}

.tken_item.center-skew {
    transform: skewY(0deg);
    transition: transform 0.3s ease;
    scale: 1.1;
}

.tken_item_wrp h3 {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px;
    z-index: 2;
}

.tken_item_wrp span {
    width: 100%;
    position: relative;
}

.tken_bg {
    width: 100%;
    position: absolute;
    top: 170px;
}

.tken_bg img {
    width: 100%;
    opacity: 0.2;
}

.tken_bg::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

.token_dtl_sec_main .token_dtl_con li:nth-child(1) {
    padding-right: 40px; 
    /* new */
  }
  
  .token_dtl_sec_main .token_dtl_con li:nth-child(4) h4{
    padding-right: 40px;
    word-wrap: break-word;
    /* new */
  }
  
  .token_dtl_sec_main .token_dtl_con li:nth-child(2) {
    display: inline-flex;
    margin-left: -5%;
    padding: 15px 20px; 
    /* new */
  }
  
  .token_dtl_sec_main .token_dtl_con li:nth-child(3),
  .token_dtl_sec_main .token_dtl_con li:nth-child(5) {
    padding-left: 6%;
    padding-right: 65px;
    /* new */
  }


/* Token end */

/* marquee css */

.phase_mrq_slide {
    padding-right: 120px;
}

.phase_mrq_slide span {
    color: #ffaf3a;
    font-size: 106.25px;
    font-weight: 700;
    line-height: 119.53px;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: var(--heading);
}

.phase_mrq_slide span::before {
    position: absolute;
    top: 53%;
    right: -100px;
    width: 85px;
    height: 85px;
    background: url(/images/colon.png) no-repeat center;
    background-size: 100% 100%;
    content: "";
    transform: translateY(-47%);
}

.phase_mrq_slider_rtl {
    direction: rtl;
}

.tken_sec .site_btn {
    transform: translateX(-50%);
    left: 50%;
    margin-top: 50px;
}
.tken_sec .site_btn a,.tken_sec .site_btn button {
    height: 90px;
    padding: 0 45px;
    background-size: 100% 100%;
}

/* marquee css */

/* exclusive_sec-----start */
.exclusive_wrap {
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.exclusive_slider_wrap {
    margin-top: 60px;
    padding-bottom: 50px;
}

.exclusive_heading_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exclusive_head h2 {
    text-transform: uppercase;
}

.exclusive_head p {
    max-width: 850px;
    color: rgb(255 255 255 / 70%);
    margin-top: 15px;
}

.ex_sli_item_wrp {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    padding: 36px 30px 55px 40px; 

}

.ex_sli_item_wrp:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/images/xclusive_crp_3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    bottom: 0;
    opacity: 0;
    transition: var(--transtn);
}

.ex_sli_item_wrp .ex_img_wrap {
    width: 50%;
    flex: 0 0 auto;
    padding: 0px 8px;
    height: 320px;
}

.ex_sli_item_wrp .ex_text_wrap {
    width: 50%;
    flex: 0 0 auto;
    z-index: 1;
    padding: 0px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ex_sli_item_wrp .ex_img_wrap img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
}

.ex_text_wrap h6{
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
margin-bottom: 6px;

}

.ex_sli_item_wrp .ex_text_wrap p {
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.ex_sli_item_wrp .ex_text_wrap a {
    color: #FFAF3A;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.ex_sli_item_wrp .ex_text_wrap a span {
    margin-left: 5px;
    padding-left: 5px;
}

.exclusive_whol_wrap {
    position: relative;
}

.exclusive_whol_wrap>span {
    max-width: 1050px;
    background-color: rgb(255 255 255 / 30%);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.exclusive_whol_wrap>span::before {
    content: "";
    background-color: #FFAF3A;
    position: absolute;
    width: 62%;
    bottom: 0;
    left: 0;
    height: 2px;
}

.ex_sli_item.slick-current .ex_sli_item_wrp:after {
    opacity: 1;
}

.exclusive_slider_wrap .slick-list {
    width: 100vw;
}

.exclusive_slider_wrap .slick-prev,
.exclusive_slider_wrap .slick-next {
    bottom: -23px;
    border: none;
    position: absolute;
    right: 0;
    font-size: 0;
}

.exclusive_slider_wrap .slick-next {
    background: url(/images/next_arrow.png) no-repeat;
    width: 10px;
    height: 30px;
    background-size: 26px;
    right: 21px;
    bottom: -16px;
    padding: 19px 39px;
    background-position: center;
    z-index: 1;
}

.exclusive_slider_wrap .slick-prev {
    background: url(/images/pre_arrow.png) no-repeat;
    width: 25px;
    height: 30px;
    background-size: 26px;
    right: 113px;
    bottom: -16px;
    padding: 20px 40px;
    background-position: center;
    z-index: 1;
}
/* .ex_sli_item_wrp {
    width: 700px;
}
.ex_sli_item {
    margin: 0 35px;
} */


/* 18-9 */
/* .exclusive_wrap::after{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 100%);
    top: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
}
.tken_wrp::before{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 100px;
} */
.exclusive_wrap{
    margin-top: -200px;
    background-color: transparent;
    z-index: 1;
}
.tken_bg{
    z-index: 1;
    pointer-events: none;
}
.tken_wrp {
    padding-bottom: 320px;
}

.tken_bg::before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 80%);
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
}


/* 18-9 */

.tken_wrp{
    /* padding-bottom: 160px; */
    position: relative;
}

.butt_back {
    position: absolute;
    right: -10px;
    bottom: -47px;
}
.ex_sli_item {
    margin: 0 15px;
    max-width: 700px;
}
/* exclusive_sec_end */



/* deb_b */

/* Tokenomic Start */

/* 18-9 */

.tkn_str_bg{
    position: absolute;
    top: -300px;
    /* height: 100%; */
    bottom: 0;
    left: 0;
    width: 100%;
}

.tkn_str_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tkn_str_bg::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180.00deg, rgb(16, 16, 16),rgba(16, 16, 16, 0) 50%,rgba(16, 16, 16, 0.9) 87.76%,rgb(16, 16, 16) 100%);
}

.tokenomic_sec .container{
    position: relative;
    z-index: 1;
}

/* .tokenomic_btn_wrp, */
.tokenomic_mb_sldr_wrp{
    display: none;
}

/* 18-9 */


/* left colum start */
.tokenomic_bg {
    background:url(/images/token_bg.webp) bottom center no-repeat ;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .tokenomic_circle {
    position: relative;
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
    margin-top: -70px;
  }
  .tokenomic_circle_left {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    margin-top: 170px;
    transform: translateX(-215px);
  }
  .tokenomic_circle_left li {
    display: flex;
    font-size: 16px;
    position: relative;
    align-items: center;
  }
  .token_details {
    padding-right: 12px;
  }
  .token_details p {
    min-width: 118px;
  }
  .token_details h3 {
    color: #ffaf3a;
    font-size: 16px;
    font-weight: 700;
  }
  .tokenomic_circle_left li h2,
  .tokenomic_circle_right h2 {
    font-size: 42px;
  }
  .tokenomic_circle_left li:first-child {
    margin-bottom: 70px;
  }
  .tokenomic_circle_left li:first-child::after {
    position: absolute;
    content: " ";
    background: url(/images/left_1.png) left bottom no-repeat;
    width: 370px;
    height: 100%;
    bottom: -54px;
    left: 0;
    margin-left: -10px;
    background-size: contain;
  }
  .tokenomic_circle_left li:nth-child(2) {
    margin-bottom: 100px;
  }
  .tokenomic_circle_left li:nth-child(2)::after {
    position: absolute;
    content: " ";
    background: url(/images/left_2.png) left bottom no-repeat;
    width: 430px;
    height: 11px;
    bottom: -12px;
    left: 0;
    margin-left: -10px;
    background-size: contain;
  }
  .tokenomic_circle_left li:nth-child(3)::after {
    position: absolute;
    content: " ";
    background: url(/images/left_3.png) left bottom no-repeat;
    width: 135%;
    height: 100%;
    bottom: -7px;
    left: 0;
    margin-left: -10px;
    background-size: contain;
  }
  /* left colum end */
  /* Right colum start */
  .tokenomic_circle_right {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    transform: translate(234px);
  }
  .tokenomic_circle_right li {
    display: flex;
    position: relative;
    justify-content: end;
    align-items: center;
  }
  .tokenomic_circle_right li:nth-child(1) {
    margin-bottom: 57px;
    margin-top: 0;
  }
  .tokenomic_circle_right li:nth-child(1)::after {
    position: absolute;
    content: " ";
    background: url(/images/right_1.png) top right no-repeat;
    width: 435px;
    height: 100%;
    top: 100%;
    right: 0;
    background-size: 100% 100%;
  }
  .tokenomic_circle_right li:nth-child(2) {
    margin-bottom: 55px;
  }
  .tokenomic_circle_right li:nth-child(2)::after {
    position: absolute;
    content: " ";
    background: url(/images/right_2.png) top right no-repeat;
    width: 460px;
    height: 100%;
    top: 100%;
    right: 0;
    background-size: 100% 100%;
  }
  .tokenomic_circle_right li:nth-child(3) {
    margin-bottom: 55px;
  }
  .tokenomic_circle_right li:nth-child(3)::after {
    position: absolute;
    content: " ";
    background: url(/images/right_3.png) top right no-repeat;
    width: 336px;
    height: 100%;
    top: 100%;
    right: 0;
    background-size: contain;
  }
  .tokenomic_circle_right li:nth-child(4) {
    margin-bottom: 55px;
  }
  .tokenomic_circle_right li:nth-child(4)::after {
    position: absolute;
    content: " ";
    background: url(/images/right_4.png) top right no-repeat;
    width: 420px;
    height: 100%;
    top: 100%;
    right: 0;
    background-size: 100%;
  }
  
  .tokenomic_circle_right li:nth-child(5) {
    margin-right: 50px;
  }
  .tokenomic_circle_right li:nth-child(5)::after {
    position: absolute;
    content: " ";
    background: url(/images/right_5.png) top right no-repeat;
    width: 460px;
    height: 89px;
    bottom: -14px;
    right: 0;
    background-size: contain;
  }
  /* Right colum end */
  
  .tokenomic_sec .title {
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }
  
  .tokenomic_sec .title_pera {
    max-width: 865px;
    position: relative;
    z-index: 2;
    line-height: 30px;
    color: #ffffffb3;
  }
  .tokenomic_btn_wrp {
    padding-bottom: 106px;
    margin-top: -170px;
  }
  
  .tokenomic_btn_wrp .site_btn a {
    background-size: 100% 100%;
    padding: 0 30px;
  }
  /* Tokenomic End */
  
  /* Token Start  */
  
  .token_dtl_sec {
    background: url(/images/token_sec_bg_main.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 130px;
    padding-top: 90px; 
    margin-top: -110px; 
    /* overflow-x: hidden; */
  }
  .token_dtl_sec > .container {
    position: relative;
  }
  
  .token_dtl_sec_main {
    background: url(/images/token_bg_img.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: -20px;
    padding: 90px 125px 115px 70px;
    max-width: 1195px;
  }
  
  .token_dtl_sec_main h2 {
    margin-bottom: 15px;
  }
  
  .token_dtl_sec_main p {
    max-width: 500px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #ffffffb3;
  }
  
  .token_dtl_sec_main .token_dtl_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  
  .token_dtl_con_wrp {
    position: relative;
  }
  
  .token_dtl_sec_main .token_dtl_con li {
    width: 33%;
    position: relative;
    padding: 15px 0;
  }
  
  /* .token_dtl_con_wrp .token_dtl_con::before {
    background: url(/images/hor_line.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    width: 85%;
    height: 2px;
  } */
  .token_dtl_sec_main .token_dtl_con li:nth-child(1)::before{
    background: url(/images/hor_line.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: "";
    width: 250%;
    height: 2px;
  }
  
  .token_dtl_con_wrp .token_dtl_con::after {
    background: url(/images/hor_line.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: "";
    width: 85%;
    height: 2px;
  }
  
  .token_dtl_con_wrp .token_dtl_con li:nth-child(4):after {
    background: url(/images/ver_line.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -80%;
    bottom: 0%;
    left: calc(100% - 20px);
    content: "";
    width: 2px;
  }
  
  .token_dtl_con_wrp .token_dtl_con li:nth-child(4)::before {
    background: url(/images/ver_line.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -80%;
    bottom: 100%;
    right: calc(50% + 20px);
    content: "";
    width: 2px;
  }
  
  .token_dtl_con_wrp .token_dtl_con li:nth-child(2):after {
    position: absolute;
    width: 12px;
    height: 12px;
    right: calc(0% - 7px);
    bottom: -7px;
    transform: rotate(45deg);
    z-index: 5;
    content: "";
    background: #ffaf3a;
  }
  
  .token_dtl_con_wrp .token_dtl_con li:nth-child(2)::before {
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(0% - 7px);
    bottom: -7px;
    transform: rotate(45deg);
    z-index: 5;
    content: "";
    background: #ffaf3a;
  }
  
  .token_dtl_con_wrp .token_dtl_con li:nth-child(5)::before {
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(0% - 35px);
    bottom: -7px;
    transform: rotate(45deg);
    z-index: 5;
    content: "";
    background: #ffaf3a;
  }
  

  
  .token_dtl_sec_main .token_dtl_con li:nth-child(3),
  .token_dtl_sec_main .token_dtl_con li:nth-child(5) {
    padding-left: 6%;
  }
  
  .token_dtl_con_wrp .token_dtl_con li:nth-child(2) .token_dtl_list_wrap {
    margin: 0 auto;
  }
  
  .token_dtl_sec_main .token_dtl_con li:nth-child(4) {
    width: 66%;
  }
  
  .token_dtl_sec_main .token_dtl_con h3 {
    color: #ffaf3a;
    font-size: 30px;
    line-height: 50px;
  }
  
  .token_dtl_sec_main .token_dtl_con h4 {
    color: #ffffff;
    font-family: var(--bodyfont);
    font-size: 27px;
    font-weight: 400;
    line-height: 50px;
  }
  
  .token_dtl_sec_sub {
    background: url(/images/token_bg3.png) no-repeat center;
    background-size: 100% 100%;
    padding: 80px 25px 75px 55px;
    position: absolute;
    right: -15px;
    top: 97px;
  }
  
  .token_dtl_sec_sub ul li h3 {
    color: #ffaf3a;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  
  .token_dtl_sec_sub ul li h4 {
    text-align: center;
    font-family: var(--bodyfont);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 15px;
  }
  .token_dtl_sec_sub ul li + li {
    margin-top: 30px;
  }
  

  .qube_3d {
    position: absolute;
    top: -150px;
    right: 0px;
    transform: rotate(-35deg);
    filter: drop-shadow(0px 4px 50px rgba(255, 175, 58, 0.2));
  }
  
  
  /* Token End  */
  
  /* Phase Start */
  
  .phase_sec {
    background-color: #010110;
    background: url(/images/phase_hole_sec_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 170px;
  }
  
  .phase_slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .phase_slide {
    background-image: url(/images/phase_sec_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: calc(25% - 20px);
    padding: 90px 15px 115px;
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.45));
  }
  
  .phase_btn {
    position: absolute;
    max-width: 185px;
    background: url(/images/phase_bg.png) no-repeat center;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading);
  }
  
  .phase_slide h3 {
    color: #ffaf3a;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-bottom: 35px;
    font-family: var(--heading);
  }
  
  .phase_list li {
    margin-bottom: 20px;
  }
  
  .phase_list li:last-child {
    margin-bottom: 0;
  }
  
  .custom_check {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .custom_check input {
    width: 20px;
    height: 20px;
    left: 0;
    position: absolute;
    opacity: 0;
  }
  
  .custom_check .cstm_checkbox {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .custom_check .cstm_checkbox::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 4px;
    width: 0px;
    height: 0px;
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    transform: rotate(40deg);
    opacity: 0;
    transition: width 0.5s, height 0.5s, opacity 0.5s;
  }
  
  .custom_check input:checked ~ .cstm_checkbox::after {
    width: 10px;
    height: 17px;
    opacity: 1;
  }
  
  .check_con {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .lbl_txt {
    margin-left: 30px;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
  }
  
  .phase_line_main {
    border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
    margin-top: 50px;
  }
  
  .phase_line_sub {
    width: 20%;
    position: relative;
  }
  
  .phase_slide::before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -60px;
    transform: rotate(45deg);
    z-index: 5;
    content: "";
    background: #7a7a7a;
  }
  
  .phase_slide:first-child::after {
    position: absolute;
    width: 100vw;
    height: 4px;
    right: calc(50% - 10px);
    bottom: -53px;
    z-index: 5;
    content: "";
    background: #ffaf3a;
  }
  
  .phase_slide:first-child::before {
    background: #ffaf3a;
  }
  
  .phase_btn_wrp {
    text-align: center;
    margin-top: 68px;
  }
  
  .phase_sec .site_btn a {
    background-size: 100% 100%;
    padding: 0 30px;
  }
  
  .phase_sec p {
    line-height: 18px;
    margin-top: 45px;
    margin-bottom: 60px;
    text-align: center;
  }
  
  .phase_mrq_slide {
    padding-right: 120px;
  }
  
  .phase_mrq_slide span {
    color: #ffaf3a;
    font-size: 106.25px;
    font-weight: 700;
    line-height: 119.53px;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: var(--heading);
  }
  
  .phase_mrq_slide span::before {
    position: absolute;
    top: 53%;
    right: -100px;
    width: 85px;
    height: 85px;
    background: url(/images/colon.png) no-repeat center;
    background-size: 100% 100%;
    content: "";
    transform: translateY(-47%);
  }



.phase_list li {
    margin-bottom: 15px;
    position: relative;
  }
  
  .phase_list li span {
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  
  .phase_list li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: url(/images/chech_png.png) no-repeat center;
    background-size: contain;
  }
  
  .phase_list li:last-child {
    margin-bottom: 0;
  }
  
  /* Phase End */
  
  /* Logos Start */
  
  .logos_sec {
    background-color: #000;
    background-image: url(/images/apart_main_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    padding-bottom: 160px;
  }
  
  .logos_sec h3 {
    color: #ffaf3a;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 65px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  
  .logos_sec_list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .logos_sec_list .logos_sec_img {
    flex: 0 0 auto;
    width: calc(25% - 1px);
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    position: relative;
  }
  
  .logos_sec_list .logos_sec_img::before,
  .logos_sec_list .logos_sec_img:nth-child(4)::after {
    width: 12px;
    height: 12px;
    background: linear-gradient(
      180deg,
      rgb(239, 134, 255),
      rgb(114, 208, 255) 100%
    );
    border-radius: 100%;
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
  }
  
  .logos_sec_list .logos_sec_img:nth-child(4)::after {
    left: calc(100% - 6px);
    top: calc(100% - 6px);
  }
  
  .logos_sec_list .logos_sec_img:nth-child(1)::before,
  .logos_sec_list .logos_sec_img:nth-child(6)::before,
  .logos_sec_list .logos_sec_img:nth-child(7)::before {
    top: calc(100% - 6px);
  }
  
  .logos_sec_list .logos_sec_img:nth-child(5):before {
    display: none;
  }
  
  .logos_sec_list .logos_sec_img:nth-child(5),
  .logos_sec_list .logos_sec_img:nth-child(6),
  .logos_sec_list .logos_sec_img:nth-child(7) {
    border-bottom: none;
  }
  
  .logos_sec_list .logos_sec_img:nth-child(1),
  .logos_sec_list .logos_sec_img:nth-child(5) {
    border-left: none;
  }
  
  .logos_sec_list .logos_sec_img img {
    flex: 0 0 auto;
    max-width: 80%;
    max-height: 90px;
  }
  
  /* Logos End */
  
  /* Apart Start */

  /* 18-09 */

  .hmeaprt_bg_csno{
    position: absolute;
    top: 120px;
    bottom: -800px;
    left: 0;
    width: 100%;
  }

  .hmeaprt_bg_csno::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 100%);

  }

  .hmeaprt_bg_csno::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0.8) 100%);

  }

  .hmeaprt_bg_csno img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .faq_wrap_sec {
    position: relative;
}

  /* 18-09 */

  
  .home_apart {
    /* background-color: #000; */
    /* background-image: url(/images/apart_main_bg.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: relative;
  }
  
  /* .home_apart::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgb(16, 16, 16),
        rgba(16, 16, 16, 0.6) 50%,
        rgb(16, 16, 16) 100%
      ),
      url(5532919);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
  } */
  
  .home_apart .title {
    color: #ffaf3a;
    text-transform: uppercase;
    max-width: 840px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
  }
  
  .home_apart_con {
    background-image: url(/images/apart_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 100px 85px 90px 75px;
    margin: 0 -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* box-shadow: 0px 10px 120px 0px rgba(0, 0, 0, 0.6); */
    filter: drop-shadow(0px 10px 120px rgba(0, 0, 0, 0.6));
    position: relative;
    z-index: 2;
  }
  
  .home_apart_con .home_apart_head {
    width: 22%;
  }
  
  .home_apart_con .home_apart_head h3 {
    font-size: 25px;
    height: 110px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-top: dashed 1px #ffffff4d;
  }
  
  .home_apart_con .home_apart_body {
    width: 78%;
  }
  
  .home_apart_con .home_apart_body .home_apart_slide ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    border-top: dashed 1px #ffffff4d;
  }
  
  .home_apart_con .home_apart_head h3:first-child,
  .home_apart_con .home_apart_body .home_apart_slide ul li:first-child {
    margin-top: 15px;
    border-top: none;
  }
  
  .home_apart_con .home_apart_body .home_apart_slide ul li img {
    max-width: 100px;
    max-height: 45px;
  }
  
  .home_apart_con .home_apart_body .check,
  .home_apart_con .home_apart_body .uncheck {
    font-size: 25px;
  }
  
  .home_apart_con .home_apart_body .check .fa-circle-check {
    color: #ffaf3a;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px rgba(255, 175, 58, 0.3);
  }
  
  .home_apart_slider .home_apart_slide:first-child {
    background-image: url(/images/apart-first-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
  }
  
  .home_apart_slider .home_apart_slide:first-child li:first-child img {
    filter: brightness(0) invert(1);
    opacity: 0.5;
  }

  .ex_sli_item.slick-current .ex_sli_item_wrp .ex_img_wrap img {
    border-radius: 35px;
}
  
  /* Apart End */



  /* devsw */



/* faq-----------sec---------------start */
.faq_wrap_sec {
    padding: 0px 0px 70px;
}

.faq_heading h2 {
    text-transform: uppercase;
}

.faq_heading {
    text-align: center;
    margin-bottom: 20px;
}

.faq_whol_wrap .accordion-item {
    background-color: transparent;
    border: none;
    /* border-bottom: 1px solid rgb(255 255 255 / 30%); */
    padding: 23px 20px 10px;
}

.faq_whol_wrap .accordion-header {
    background-color: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 30px;
}

.faq_whol_wrap .accordion-button {
    background-color: transparent;
    padding: 0;
}

.faq_whol_wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq_whol_wrap .accordion-item:has(.accordion-button:not(.collapsed)) {
    /* background-image: url(/images/faq_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-bottom: 1px solid transparent; */
    /* mask-image: url(/images/vector_57.svg) ; */

    position: relative;
    background: url(/images/S_faq_main.png) top center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.faq_whol_wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-header {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}

.faq_whol_wrap .accordion-item:has(.accordion-button:not(.collapsed))::after {
    background: url(/images/S_faq_buttom.png);
    width: 901px;
    height: 21px;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -21px;
    background-size: contain;
background-repeat: no-repeat;
}

.faq_whol_wrap .accordion-collapse.show .accordion-body::after {
    background: url(/images/faq_border.png) right top no-repeat;
    width: 388px;
    height: 36px;
    content: "";
    position: absolute;
    right: 0px;
    bottom: -32px;
}

.faq_whol_wrap .accordion-item:has(.accordion-button:not(.collapsed))::before {
    background-image: url(/images/S_faq_top.png);
    /* background:#0aacff; */
    width: 924px;
    height: 9px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    /* transform: rotate(180deg); */
    margin-top: -9px;

}

.faq_whol_wrap .accordion-button h4 {
    font-size: 25px;
    color: #fff;
}

.faq_whol_wrap .accordion-body {
    padding: 0px 0px 0px 0px;
}

.faq_whol_wrap .accordion-body p {
    color: #fff;
    line-height: 30px;
    /* max-width: 1120px; */
}

.faq_whol_wrap .accordion-button::after {
    background-image: none;
    content: "\f0d7";
    font-family: "fontawesome";
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #E2921C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_whol_wrap .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.faq_button {
    margin: 40px auto 0px;
    text-align: center;
}

.faq_whol_wrap .accordion-item:last-of-type {
    border-radius: 0;
}

.faq_whol_wrap .accordion-item:first-of-type {
    border-radius: 0;
}

.faq_whol_wrap .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.faq_heading p {
    margin-top: 15px;
}

.faq_whol_wrap {
    margin-top: 70px;
}

/* faq-------------sec------------end */


/* footer------------------------start */


/* 18-9 */

.ftrbg_str{
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(/images/ftrbgstr.png) no-repeat center / cover;
    z-index: -1;
}

.ftrbg_str::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.00deg, rgb(16, 16, 16),rgba(16, 16, 16, 0.6) 50%,rgb(16, 16, 16) 100%);
}

/* 18-9 */


.main_footer {
    background-image: url(/images/foot_back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 50px 0px 90px;
    position: relative;
}

.main_footer:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 23px solid #C900E8;
    top: 10px;
    right: 17px;
    transform: rotate(38deg);
    filter: drop-shadow(1px -1px 3px #C900E8);
}

.main_footer:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 23px solid #00AAFF;
    bottom: 15px;
    left: 13px;
    transform: rotate(220deg);
    filter: drop-shadow(1px -1px 3px #00AAFF);
}

.bar {
    width: 25%;
    height: 15px;
    background-color: #00AEEF;
    box-shadow: inset 0px 0px 10px #00AEEF;
    position: absolute;
    top: 22px;
    left: 27px;
    filter: drop-shadow(-2px -1px 7px #00AAFF);
}

.bar::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -19px;
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 19px solid #00aeef;
}

.pink_bar {
    position: absolute;
    right: 30px;
    bottom: 16px;
}

.pink_bar span {
    border: 6px solid rgb(230, 65, 255);
    box-shadow: 0px 1px 17px 0px rgb(201, 0, 232);
}

.pink_bar span:first-child {
    width: 344px
}

.pink_bar span:nth-child(2) {
    width: 73px
}

.pink_bar span:nth-child(3) {
    width: 125px
}

.upper_footer {
    border-top: 1px solid rgb(255 255 255 / 30%);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 0px 0px;
}

.upper_footer .row>* {
    border-right: 1px solid rgb(255 255 255 / 30%);
}

.upper_footer .row>*:last-child {
    border-right: none;
}

.foot_logo a img {
    max-width: 500px;
}

.foot_logo {
    text-align: center;
    margin-bottom: 25px;
}

.footer_link {
    padding: 30px 0px;
}

.footer_link p {
    max-width: 450px;
}

.footer_link h5 {
    color: #fff;
    font-size: 34px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
}

.footer_link ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.foot_link_2,
.foot_link_3 {
    padding-left: 60px;
}

.footer_link ul li {
    width: 50%;
    flex: 0 0 auto;
}

.footer_link ul li a {
    color: #fff;
    position: relative;
    transition: all 0.5s ease;
    padding: 10px 0px;
}

.footer_link ul li a:after {
    position: absolute;
    background-color: #FFAF3A;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 10px;
    content: "";
    height: 1px;
    transform: scale(0);
    transition: all 0.5s ease;
}

.footer_link ul li a:hover:after {
    transform: scale(1);
}

.footer_link p a {
    color: #FFAF3A;
    position: relative;
}

.footer_link p a::after {
    position: absolute;
    background-color: #FFAF3A;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 1px;
    transform: scale(0);
    transition: all 0.5s ease;
}

.footer_link p a:hover::after {
    transform: scale(1);
}
.footer_link ul li a:hover {
    color: #FFAF3A;
}


.lower_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.lower_footer ul li a {
    font-size: 24px;
    color: #fff;
    padding: 0px 12px;
}

.lower_footer ul {
    display: flex;
    align-items: center;
}

.lower_footer ul li a:hover {
    color: #FFAF3A;
}

/* footer-----end */

.numbg{
    line-height: 60px;
}
.close_nv, .clss_tgl.ovrly, .mbltgl_btn{
    display: none;
}
/* .presale_sec{
    overflow: hidden;
} */

/* 1911 */
.phase_line_main > .container{
    display: none;
}


.home_apart_slider .slick-next {
    background: url(/images/next-h-ar.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 10px;
    left: 138px;
    top: 55px;
    bottom: unset;
    background-position: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    z-index: 2;
  }
  
  .home_apart_slider .slick-prev {
    background: url(/images/pre-h-ar.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 10px;
    left: -16px;
    top: 55px;
    bottom: unset;
    background-position: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    z-index: 2;
  }


.home_apart_slider .slick-prev,
.home_apart_slider .slick-next {
  font-size: 0;
}

.home_apart_slider .slick-prev:hover,
.home_apart_slider .slick-next:hover {
  border: 1px solid #c900e8;
}

.home_apart_slider .slick-arrow.slick-disabled {
  background-color: rgb(255 255 255 / 70%);
}



/* star_animation */
@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}
.star-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    /* z-index: 0; */
    pointer-events: none;
}

.howitbg,
.presale_sec {
    position: relative;
}

.howitbg .container,
.presale_sec .container{
    position: relative;
    z-index: 2;
}


.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
        524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
        440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
        -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
        828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
        563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
        -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 6s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 6s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 6s linear infinite;
}


.star_field2 .layer:nth-child(1),
.star_field2.layer:nth-child(2),
.star_field2.layer:nth-child(3) {
 animation-delay: 4s;   
}

.qube_3d {
    transform: translateY(15px) rotate(-35deg);
    animation: bounce 1.5s linear infinite alternate;
}
  
  @keyframes bounce {
    0% {
      transform: translateY(15px) rotate(-35deg);
    }
    50% {
      transform: translateY(0) rotate(-35deg);
    }
    100% {
      transform: translateY(-15px) rotate(-35deg);
    }
  }

  /* .lchhtrsc_icn{
    transform: translateY(15px);
    animation: bounce2 1.5s linear infinite alternate;
  }

  @keyframes bounce2 {
    0% {
      transform: translateY(15px) ;
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-15px);
    }
  } */

 