@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


html,
body {
    font-family: "Bai Jamjuree";
    font-weight: 400
}
i{
    font-style: normal;
}
body {
    background-color: #07080E;
}

.container {
    max-width: 1260px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 9;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    display: block !important;
}

.menu-toggle {
    display: none;
}

.main-navigation ul#primary-menu>li {
    display: inline-block;
    margin: 0px 20px;
    padding: 10px 0;
}

.main-navigation ul#primary-menu>li>a {
    color: #fff;
    font-weight: 500;
}

.white-bg .main-navigation ul li a {
    color: #31154E;
}

.white-bg .main-navigation ul#primary-menu>li>a {
    color: var(--pur);
}

.white-bg .book_demo_btn {
    border: 1px solid var(--lav);
    color: var(--d-pur);
}

/* Main navigation styling */
.main-navigation {
    display: block;
    /* background-color: #f0f0f0; */
}

.book_demo_btn {
    color: var(--pur);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 48px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    background: transparent;
    position: relative;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-item {
    position: relative;
}

.menu-item a {
    display: block;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.menu-item-has-children>a:after {
    content: "";
    margin-left: 6px;
    width: 16px;
    height: 16px;
    background: url(../images/menu-drop.svg) no-repeat center center / contain;
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
}

.menu-item-has-children:hover>a:after {
    transform: rotate(180deg);
    transition: .3s;
}

.menu-item-has-children.open>a:after {
    transform: rotate(180deg);
    transition: .3s;
}

/* Submenu styling */
.submenu-container {
    display: none;
    /* Hide submenu by default */
    position: absolute;
    top: 100%;
    left: 0;
    /* background-color: #fff; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;

    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    width: auto;
    padding: 8px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.menu-item:hover .submenu-container {
    display: block !important;
    /* Display submenu on hover */
}

.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-menu li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #a14cff;
    font-weight: 500;
    white-space: nowrap;
    padding: 5px 10px;
}

.sub-menu li a:hover {
    background: #eee;
    color: #000;
    border-radius: 5px;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header {
    background-color: #170C23;
    padding: 15px 10px;
}
main{
    background: url(../images/logo_symbol.png) -360px -240px no-repeat;
    overflow-x: hidden;
}
.banner {
    background: url(../images/banner_org_2.png) center 0% no-repeat;
    height: 855px;
    /* background-size: 480px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-direction: column;
    padding-bottom: 120px;
}
.banner_title_box{
    padding-top: 100px;
    text-align: center;
}
.banner h1{
    font-size:32px ;
}
.banner h2{
    color: #fff;
    font-size: 26px;
    text-align: center;
    
}
.banner h2 i{
    font-style: normal;
    color: #A14CFF;
}
.banner p{
    font-size: 18px;
    text-align: center;
    max-width: 900px;
    color: #76EFFF;
    margin: 0 auto;
}
.banner p i{
    color: #a14cff;
    font-weight: 600;
}
.glow_box{
    background: url(../images/glow.png) center no-repeat;
}
.btn{
    background: linear-gradient(112.04deg, #A14CFF 0%, #0169EF 98.85%);
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn:hover{
    color: #fff;
}
h2{
    color: #A14CFF;
    font-size: 42px;
    font-weight: 600;
    margin: 0;
}
p{
    color: #C8C8C8;
    font-size: 18px;
}
.sale_section{
    /* height: 100vh; */
    min-height: 600px;
}
.sale_section .container{
    display: flex;
    flex-direction: row;
}
.sale_section .container > *{
    width: 50%;
}
.sale_section .container .right_countdown{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.countdown_title{
    color: #11DCF7;
    font-size: 20px;
    font-weight: 600;
}
.time-counter{
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 25px;
}
.count{
    width: 65px;
    text-align: center;
}
.num{
    border: 1px solid #0169EF;
    border-radius: 4px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.label{
    color: #fff;
}
.video_outer {
    padding: 35px 0 40px;
   
}
.video_box {
    max-width: 1260px;
    margin: 25px auto 0;
    text-align: center;
}
.video_title{
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 28px;
    color: white;
    text-align: center;
}
.video_box iframe {
    width: 100%;
    max-width: 850px;
    height: 400px;
    border-radius: 6px;
    margin: 0 auto;
}
.buynow_section{
    margin-top: 90px;
    background: url(../images/buynow_bg.jpg) no-repeat top center;
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.buynow_section h3{
    color: #fff;
    font-size: 34px;
    padding: 20px 0 5px;
}
.buynow_section .container{
    text-align: center;
}
.diagram{
    /* background: url(../images/dark_bg2.png) repeat top center; */
    background: linear-gradient(66deg,rgba(7, 8, 15, 1) 50%, #24143a 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
    /* max-width: 600px; */
    margin: 0px auto 20px;
    padding: 100px 0;
}
.diagram > *{
     max-width: 600px;
}
.diagram h2{
    padding: 0 0 60px;
    color: #fff;
}
.diagram h2 i{
    color: #a14cff;
}
.accordion .accordion-item {
  border-bottom: 1px solid #18464e;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  /* max-height: 9em; */
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content ul{
    margin: 10px 10px 30px 30px ;
    padding: 0;
    color: #c8c8c8;;
}
.embed_form{
    margin: 0 auto 60px;
    padding: 25px;
    border-radius: 10px;
    max-width: 600px;
    min-height: 300px;
    background-color: #303768;
}

/* .tokenomics_section{
    min-height: 600px;
    position: relative;
    margin-top: 170px;
}
.tokenomics_section .container{
    display: flex;
    flex-direction: row;
    gap: 33px;
}
.tokenomics_section .container > *{
    width: 50%;
}
.glow_piechart{
    position: absolute;
    z-index: 0;
    left: -300px;
    top: -380px;
    transform: scale(0.8);
}
.right_tokenomics{
}
.tokenomics_section .btn{
    max-width: 220px;

} */

.technology_section{
    height: 100vh;
    position: relative;
}
.technology_section .container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tech_img{
    text-align: center;
    padding-top: 40px;
}
.timeline_section{
    padding-top: 100px;
    position: relative;
}
.timeline_section .container .timeline{
    background: url(../images/timeline_25-26.png) no-repeat;
    min-height: 750px;
    width: 1000px;
    margin: 100px auto 50px;
    position: relative;
}
.glow_timeline{
    position: absolute;
    z-index: 0;
    right: 100px;
    top: 100px;
    transform: scale(0.8);
}
.timeline_section h2{
   text-align: center;
   color: white;
}
.timeline_section h2 i{
    color: #A14CFF;
}
.timeline_section .container > p{
    text-align: center;
    padding: 20px 60px;
 }
.timeline .box{
    max-width: 310px;
    position: absolute;
}
.timeline .box h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    width: 290px;
    height: 90px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.timeline .box p{
    font-size: 14px;
    color: #B3B3B3;
    line-height: 1.2;
    padding-left: 3px;
    margin-top: 6px;
}
.timeline .box p strong{
    color: white;
    font-weight: 500;
}
.top_item h4{
    background: url(../images/time_left.png) no-repeat;
    justify-content: right;
    padding-right: 30px;
}

.botm_item h4{
    background: url(../images/time_right.png) no-repeat;
    justify-content: left;
    padding-left: 40px;
}


.t_1{
    right: 340px;
    top: 510px;
}
.t_2{
    right: 590px;
    top: 210px;
}
.t_3{
    right: -100px;
    top: 370px;
}
.t_4{
    right: 240px;
    top: -40px;
}
.site-footer{
    padding: 40px 14px;
}
.site-footer .container{
    /* display: flex;
    justify-content: space-between; */
}
.site-footer{
    /* background:  url(../images/foot_border.png) no-repeat top center; */
    background: #130621 no-repeat top center;
    padding-top: 55px;
    margin-top: 90px;
}
.foot_row{
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.footer_left{
    /* padding-right: 100px; 
    border-right: 1px solid #777777;*/
    min-width: 35%;
}
.footer_left ul{
    margin: 0;
    padding: 10px 5px;
    column-count: 2;
    gap: 30px;
}
.footer_left ul li{
    list-style: none;
    padding-bottom: 5px;
}
.footer_left ul li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.footer_mid{
    min-width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* .footer_mid::after{
    content: '';
    position: absolute;
    right: -0px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: 1px solid #777;
} */
.footer_mid::before{
    content: '';
    position: absolute;
    left: -0px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: 1px solid #777;
}
.footer_mid ul{
    margin: 0;
    padding: 10px 5px;
}
.footer_mid ul li{
    display: inline-block;
}
.footer_mid ul li a{
    color: #fff;
    font-size: 24px !important;
    margin: 0 20px;
    text-decoration: none;
    
    padding-top:2px;
    padding-bottom:2px;
    /* background: url(../images/read_icon_footer.png) no-repeat;
    padding-left: 30px; */
}
.footer_right{
    min-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_right ul {
    margin: 0;
    padding: 0;
}
.footer_right ul li{
    list-style: none;
}
.footer_right ul li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.foot_botm_row{
    background-color: #07080E;
    padding: 22px 10px 10px;
    text-align: center;
    color: #fff;
}

.welcome_box{
    width: 900px;
    background-color: #201E27;
    border-radius: 10px;
    padding: 20px;
}
.wel_title{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.wel_title.bigger{
    font-size: 58px;
    padding-left: 14px;
    padding-top: 65px;
}
.welcome_box p{
    font-size: 17px;
    color: #fff;
}
.welcome_box strong{
    color: #AE7BFE;
    font-weight: 600;
}
.welcome_box ul {
    margin: 0  15px;
    padding: 0;
}
.welcome_box ul li{
    font-size: 17px;
    color: #fff;
    background: url(../images/bullet_welcome.png) no-repeat 0 6px;
    padding-left: 25px;
    list-style: none;
}
.welcome_box .btn{
    width: 200px;
    margin: 33px auto;
}

.feat_container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-top: 53px;
}
.home_feat_box{
    text-align: center;
    background-color: #17151F;
    /* background-image: linear-gradient(180deg, rgba(147, 80, 254, 0.73) 0%, rgba(95, 89, 249, 0.73) 19.5%, rgba(255, 255, 255, 0.73) 36%, rgba(48, 97, 243, 0.73) 53%, rgba(14, 104, 241, 0.73) 75.5%, rgba(255, 255, 255, 0.73) 87%, rgba(161, 76, 255, 0.73) 100%); */
    
    /* border-image: linear-gradient(to bottom, rgba(147, 80, 254, 0.73) 0%, rgba(95, 89, 249, 0.73) 19.5%, rgba(255, 255, 255, 0.73) 36%, rgba(48, 97, 243, 0.73) 53%, rgba(14, 104, 241, 0.73) 75.5%, rgba(255, 255, 255, 0.73) 87%, rgba(161, 76, 255, 0.73) 100%) 1; */
    

    border-image: linear-gradient(180deg, #39E3DA 0%, #7F41C3 100%) 1;
    border-radius: 5px; /* this doesn't work */
    border-width: 1px;
    border-style: solid;
    padding: 35px 15px 5px;
}
.home_feat_box h6{
    color: #A14CFF;
    font-size: 20px;    
    font-weight: 500;
    margin: 20px 0;
}
.home_feat_box p{
    font-size: 18px;
}
.home_btns_row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 45px;
    padding-bottom: 65px;
    background: url(../images/separator_line.png) no-repeat bottom center;
}
.home_btns_row .btn{
    min-width: 200px
}
.about_section {
    margin-top: 50px;
    /* background: linear-gradient(90deg,#24143a 0%,rgba(7,8,15,1) 100%); */
    padding: 55px 0 105px;

}
.about_section  .container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.about_section  h2{
    font-size: 42px;
    color: white;
    text-align: center;
}
.about_section  h2 i{
    font-style: normal;
    color: #A14CFF;
}
.about_zigzag{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.about_zigzag h3{
    font-size: 32px;
    color: white;
}
.abt_left{
    width: 50%;
    min-width: 50%;
}
.about_zigzag.alternate{
    margin-bottom: 60px;
}
.abt_left ul{
    margin: 0;
    padding: 0;
}

.abt_left ul li{
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 4px 0;
}
.abt_left ul li p i{
    font-style: normal;
    color: #A14CFF;
}
.abt_left ul li img{
    max-width: 80px
}
.bottom_tiles_section{
    padding: 60px 0 20px;
}
.bottom_tiles_section .container {
    max-width: 1000px;
}
.boxlinks{
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    gap: 30px;
    padding-top: 30px;
}
.tile{
    background: #181521;
    border: 1px solid #6C6B6E;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 10px 60px;
    /* min-width: 30%; */
    min-width: 300px;
    min-height: 260px;
    position: relative;
    
}
.tile a{
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #A14CFF;
    text-decoration: none ;
}
.tile img {
    max-width: 90px;
    margin-bottom: 10px;
}
.arrow_link {

    text-align: right;
    position: absolute;
    right: 22px;
    bottom: 20px;
}
.arrow_link a{
    background: url(../images/arrow_link.png) center center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.about_section,
.about_zigzag{
    position: relative;
}
.glow_abt{
    position: absolute;
    z-index: 0;
    /* left: 50%;
    top: -20%; */
    left: 33%;
    transform: scale(1);
    width: 1450px;
}
.home_btns_row i{
    color: #b2b1b1;
}
.about_section h4{
    font-size: 24px;
    color: #fff;
}
.about_section ul{
    margin: 0;
    padding: 0 0 0 0px;
}
.about_section ul li{
    color: #c8c8c8 !important;
}
.join_future{
    font-size:21px;
    color: #a14cff;
    font-weight: 600;
    padding-left: 0px;
    padding-top: 20px;
    display: inline-block;
}
/*
.csoon{
    background: url(../images/comingsoon.png) no-repeat top center;
    text-align: center;
    min-height: 770px;
}
main { background-image: none;}
header,
footer{
    display: none;
}
.csoon h2{
    font-weight: 400;
    font-size: 38px;
    color: #fff;
    padding-top: 45px;
}
.csoon .csoon_logo{
    margin-top: 500px;
}
*/



@media all and (max-width: 767px) {
    .csoon{
        background-size: 655px;
        min-height: auto;
    }
    .csoon h2{
        padding-top: 30px;
    }
    .csoon .csoon_logo {
        margin-top: 375px;
    }
    .wel_title.bigger{
        font-size: 50px;
        padding-top: 75px;
    }
    .diagram img{
        max-width: 98%;
    }
    .timeline_section .container > p{
        padding: 15px 18px;
    }
    .video_outer{
        padding: 35px 20px 40px;
    }
    .video_box iframe{
        max-height: 300px;
    }
    .buynow_section{
        background-size: contain;
    }
    .site-header .container{
        width: 100%;
        padding: 0;
    }
    .home_feat_box p,
    .banner p{
        font-size: 16px;
    }
    .sale_section .container,
    .tokenomics_section .container{
        flex-direction: column;
    }
    .sale_section .container > *,
    .tokenomics_section .container > *{
        width: 100%;
    }
    .main-navigation .menu-toggle {
        background-color: transparent;
        border: 0;
        display: block;
        position: absolute;
        top: -20px;
        right: -10px;
        color: #fff;
        z-index: 999;
    }

    .main-navigation:not(.toggled) .menu-menu-1-container {
        display: none;
    }

    .main-navigation .menu-menu-1-container {
        padding-top: 50px;
        padding-left: 10px;
        position: absolute;
        top: 0;
        left: -10px;
        width: 100vw;
        height: 100vh;
        background-color: #170c23;
        z-index: 9;
    }

    .main-navigation ul#primary-menu>li {
        display: inline-block;
        width: calc(100% - 20px);
        margin: 2px 10px;
    }

    .main-navigation ul#primary-menu li a {
        color: #fff;
    }

    .submenu-container {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        margin-top: 12px;
    }

    .sub-menu li a {
        font-size: 15px;
        padding: 6px 0px;
    }

    body.fixed-position {
        position: fixed;
    }


    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 7px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 14px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 19px;
        left: 8px;
    }

    #nav-icon4 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 10px auto;
        margin-top: 18px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .white-bg #nav-icon4 span {
        background: #a14cff;
    }

    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .sub-menu li a:hover {
        background: rgba(0, 0, 0, 0.35) !important;
    }
    h2{
        font-size: 32px !important;
    }
    h3{
        font-size: 28px !important;
    }
    p{
        font-size: 16px;
    }
    .banner_title_box{
        padding-top: 60px;
    }
    .banner{
        /* background: url(../images/header_coin_1.png) center 14% no-repeat;
        background-size: contain; */
        background-size: 1200px;
       
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
        height: 720px;
    }
    .banner h1{
        font-size: 32px;
    }
    .banner h2{
        font-size: 27px;
        line-height: 1.2;  
    }
    .right_tokenomics{
        text-align: left;
    }
    .glow_piechart{
        left: -370px;
        top: -800px;
    }
    .timeline_section {
        padding-top: 80px;
    }    
    .timeline_section .container .timeline{
        background: none;
        width: 100%;
        padding: 20px;
        margin-top: 30px;
    }
    .timeline .box{
        max-width: 290px;
        margin: 0 auto;
        position: relative;
        right: auto;
        top: auto;
    }
    .timeline .box:nth-child(odd)::before{
        content: '';
        width: 20px;
        border: 1px dashed #fff;
        border-right: 0;
        position: absolute;
        top: 43px;
        left: -20px;
        bottom: -70px;
    }
    .timeline .box:nth-child(even)::after{
        content: '';
        width: 20px;
        border: 1px dashed #fff;
        border-left: 0;
        position: absolute;
        top: 43px;
        right: -20px;
        bottom: -70px;
    }
    .timeline .box:last-child:after{
        display: none;
    }
    .site-footer .container{
        flex-direction: column;
        align-items: center;
    }
    .site-footer ul{
       margin: 30px 0 ;
       padding: 0;
    }
    .technology_section{
        height: auto;
        padding-top: 55px;
    }
    .feat_container{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .about_zigzag{
        flex-direction: column;
        gap: 10px;
    }
    .abt_left {
        width: 100%;
        min-width: 100%;
    }
    .about_zigzag h3{
        margin: 10px 0;
    }
    .abt_right img{
        max-width: 250px;
    }
    .boxlinks{
        flex-direction: column;
    }
    .foot_row {
        flex-direction: column;
    }
    .footer_mid::before,
    .footer_mid::after{
        display: none;
    }
    .footer_mid ul li a{
        margin-left: 0;
    }
    .footer_right ul li{
        display: inline-block;
    }
    .site-footer {
        padding: 40px 14px 10px;
    }
    .site-footer .footer_right ul li{
        margin-left: 6px;
        margin-right: 6px;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .about_zigzag.alternate .abt_left{
        order: 2;
    }
    .about_zigzag.alternate .abt_right{
        order: 1;
    }
    .about_zigzag.alternate .abt_left{
        text-align: right ;
    }
    .feat_container{
        gap: 20px;
        padding:0 10px
    }
    .timeline_section .container .timeline{
        transform: scale(0.6);
        left: -150px;
        top: -160px;
    }
    .boxlinks{
        gap: 20px;
    }
    .tile{
        min-width: 30%;
    }
    .footer_left{
        min-width: 45%;
    }
    .footer_mid{
        min-width: 45%;
    }
    .footer_right{
        min-width: 10%;
    }
}
@media all and (min-width: 768px) {
    .about_zigzag.alternate .abt_left{
        order: 2;
    }
    .about_zigzag.alternate .abt_right{
        order: 1;
    }
    .about_zigzag.alternate .abt_left{
        text-align: right ;
    }
    .feat_container{
        gap: 20px;
        padding:0 10px
    }
    
}

@media all and (min-width: 1200px) {
    .timeline_section .container .timeline{
        left: -70px;
    }
}