@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --fs10: 10px;
    --fs12: 12px;
    --fs14: 14px;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs32: 32px;
    --fs26: 26px;
    --fs28: 28px;
    --fs30: 30px;
    --fs32: 32px;
    --fs34: 34px;
    --fs36: 36px;
    --fs38: 38px;
    --fs40: 40px;
    --fs42: 42px;
    --fs44: 44px;
    --fs46: 46px;
    --fs48: 48px;
    --fs50: 50px;
    --fs52: 52px;
    --fs54: 54px;
    --fs56: 56px;
    --fs58: 58px;
    --fs60: 60px;
    --fs62: 62px;
    --fs64: 64px;
    --fs66: 66px;
    --fs68: 68px;
    --fs70: 70px;

    --inter: "Inter", sans-serif;

    --colorBlack: #000;
    --colorWhite: #fff;
    --textColor: #555555;
    --lightGrey: #f7f7f7;
    --primary: #009D5F;
    --secondary: #076EF4;

    --border1: #009D5F;
    --border2: #DEE2E6;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
        font-family: "Inter", sans-serif;
}
p{
    color: rgba(255, 255, 255, 0.70);
}

a{text-decoration: none;}

.padd10 {
    padding: 10px 0px;
}

.padd15 {
    padding: 15px 0px;
}

.padd20 {
    padding: 20px 0px;
}

.padd30 {
    padding: 30px 0px;
}

.padd40 {
    padding: 40px 0px;
}

.padd50 {
    padding: 50px 0px;
}

.padd60 {
    padding: 60px 0px;
}

.padd70 {
    padding: 70px 0px;
}

.padd80 {
    padding: 80px 0px;
}

.padd90 {
    padding: 90px 0px;
}

.padd100 {
    padding: 100px 0px;
}

.padd110 {
    padding: 110px 0px;
}

.padd120 {
    padding: 120px 0px;
}
.padd140 {
    padding: 140px 0px;
}
.padd150 {
    padding: 150px 0px;
}
.padd180 {
    padding: 180px 0px;
}
.padd200 {
    padding: 200px 0px;
}
.padd250 {
    padding: 250px 0px;
}

.padd-top-200{
    padding-top:calc(var(--fs50) * 4);
}
.padd-bottom-200{
    padding-bottom:calc(var(--fs50) * 4);
}

.offwhite{color:rgba(255, 255, 255, 0.70);}

ul{
    margin: 0px;
    padding: 0px;
}

ul li{
    list-style:none;
}


/*  Button */

.btn-style.btn-primary{
    padding:0px 5px 0px var(--fs40);
    line-height:var(--fs60);
    font-size: var(--fs22);
    font-weight: 500;
    color: var(--colorBlack);
    background: var(--colorWhite);
    border-radius: var(--fs50);
    font-family: var(--inter);
    border: 1px solid var(--colorWhite);
    gap:var(--fs24);
    width: auto;
    height: auto;
    -webkit-transition: all 3s ease-in-out;  
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;  
    transition: all 3s ease-in-out;

}
.btn-style.btn-primary span{
    background: var(--colorBlack);
    border-radius: var(--fs50);
    width: var(--fs52);
    height: var(--fs52);
    color: var(--colorWhite);
    line-height: var(--fs52);   
}
.btn-style.btn-primary:hover, .btn-style.btn-primary:focus, .btn-style.btn-primary:active{
    color: var(--colorWhite);
    border-color: var(--colorWhite);
    background: var(--colorBlack);
    -webkit-transition: all 1s ease-in-out;  
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out;
}
.btn-style.btn-primary:hover span{
    background: var(--colorWhite);
    -webkit-transition: all 1s ease-in-out;  
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out;
}
.btn-style.btn-primary:hover span img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(94%) saturate(7%) hue-rotate(189deg) brightness(94%) contrast(98%);
    -webkit-transition: all 1s ease-in-out;  
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out;
}



.btn-style.btn-secondary{
    padding:0px 5px 0px var(--fs40);
    line-height:var(--fs60);
    font-size: var(--fs22);
    font-weight: 500;
    color: var(--colorWhite);
    background: var(--colorBlack);
    border-radius: var(--fs50);
    font-family: var(--inter);
    border: 1px solid var(--colorWhite);
    gap:var(--fs24);
    width: auto;
    height: auto;
    -webkit-transition: all 1s ease-in-out;  
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out;
}
.btn-style.btn-secondary span{
    background: var(--colorWhite);
    border-radius: var(--fs50);
    width: var(--fs52);
    height: var(--fs52);
    color: var(--colorWhite);
    line-height: var(--fs52);
}
.btn-style.btn-secondary:hover{
    color: var(--colorBlack);
    border-color: var(--colorWhite);
    background: var(--colorWhite);
    -webkit-transition: all 1s ease-in-out;  
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out;
}
.btn-style.btn-secondary:hover span{
    background: var(--colorBlack);
    -webkit-transition: all 1s ease-in-out;  
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out;
}
.btn-style.btn-secondary:hover span img{
    filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(164deg) brightness(112%) contrast(101%);
    -webkit-transition: all 1s ease-in-out;  
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out;
}



a.btn-primary {
    padding: 0 var(--fs32);
    line-height: var(--fs54);
    font-size: var(--fs20);
    color: var(--colorWhite);
    border-radius: var(--fs50);
    background: #ffffff17;
    border:1px solid rgba(255, 255, 255, 0.15);
    font-weight: 400;
    font-size: 18px;
}
.bl-dte{
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--fs16);
    letter-spacing: 0.2px;
}

.pagination{
    margin: 0;
    display: flex;
    gap: var(--fs10);
    align-items: center;
    justify-content: center;
}
.pagination li span.page-link{
    width: var(--fs50);
    height: var(--fs50);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.13);
    border: 0;
    font-size: var(--fs24);
    color: var(--colorWhite);
    font-weight: 600;
    border-radius: var(--fs50) !important;
}
.pagination li a{
    width: var(--fs50);
    height: var(--fs50);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.13);
    border: 0;
    font-size: var(--fs24);
    color: var(--colorWhite);
    font-weight: 600;
    border-radius: var(--fs50) !important;
}
.pagination li.active span.page-link{
    background: var(--colorWhite);
    color: var(--colorBlack);
}
.pagination li:first-child a{
    background: var(--colorWhite);
    color: var(--colorWhite);
}
.pagination li:first-child a span{
    color: var(--colorBlack);
}
.pagination li:last-child a{
    background: var(--colorWhite);
    color: var(--colorWhite);
}
.pagination li:last-child a span{
    color: var(--colorBlack);
}


/* Header */    

.header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
    background:transparent;
    z-index: 99999;
}
.header.active{
    background: var(--colorBlack);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.10); */
    transition: all 0.2s ease;
}

.navigation{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: calc(var(--fs20) * 4);
}

.navigation > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--fs44);
}
.navigation ul li{
    position: relative;
}
.navigation ul li a, .choose-lang{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size:var(--fs16);
}
.navigation ul li a:hover{
    color: var(--colorWhite);
}

.navigation ul li:hover ul.dropMenu{
    display: flex;
}

ul.dropMenu {
    position: absolute;
    left: -16px;
    margin: 0;
    padding: var(--fs14) 0px var(--fs16);
    gap: 0px;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    background:#000;
    display: none;
}

ul.dropMenu li {
    width: 100%;
}

ul.dropMenu li a {
    display: block;
    background: #000;
    padding: 6px var(--fs16);
    width: 100%;
    line-height: normal;
}
.choose-lang:hover .allLang{
    display: flex;
}

.allLang {
    padding: var(--fs18);
    border-radius: var(--fs24);
    background-image: url(../images/img/front/langbg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    position: absolute;
    top: 24px;
    display: none   ;
}

.allLang ul {
    height: 160px;
    overflow: hidden scroll;
    width: 90px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* width */
.allLang ul::-webkit-scrollbar {
  width: 8px;
  border-radius: var(--fs10);
}

/* Track */
.allLang ul::-webkit-scrollbar-track {
  background:rgba(255, 255, 255, 0.15);
  border-radius: var(--fs10);
  overflow: hidden;
  padding:2px;
}

/* Handle */
.allLang ul::-webkit-scrollbar-thumb {
  background: #1C72F0;
  border-radius: var(--fs10);
}


.allLang li{width: 100%;}
.allLang li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:10px;
}


.head-btns a{
    color: var(--colorWhite);
    font-size: var(--fs20);
    text-decoration: none;
}

.head-btns .signup {
    padding: 8px 5px;
    background-image: url(../images/img/front/btn-outline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 173px;
}

.head-btns .signup span {
    width: var(--fs54);
    height: var(--fs54);
    border-radius: var(--fs50);
    background: #ffffff12;
}

/* Moving stroke animation */
  #movingStroke{
    stroke-dasharray:60 420;
    animation: rotateStroke 2.2s linear infinite;
    
  }

  @keyframes rotateStroke{
    to{
      stroke-dashoffset:-480;
    }
  }

.hamburger {
    width: 55px;
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 11px 10px;
    cursor: pointer;
}
.hamburger span{
    display: block;
    height: 3px;
    width:100%;
    background: #fff;
    border-radius: var(--fs10);
    -webkit-transition: all 0.7s ease-in-out;  -moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;  transition: all 0.7s ease-in-out;
}
.hamburger:hover{
    background: var(--colorWhite);
}
.hamburger:hover span{
    background: var(--colorBlack);
}

.hamburger.open span:first-child {
    transform: rotate(-45deg);
    left: 0;
    position: relative;
    top: 10px;
    -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;
}
.hamburger.open span:nth-child(2) {
    display: none;
    -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;
}
.hamburger.open span:nth-child(3) {
    transform: rotate(45deg);
    left: 0px;
    position: relative;
    top: -10px;
    -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;
}



.mbl-nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: #000;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  z-index: 999;
}

.mbl-nav.show {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
}

.mbl-nav li {
  
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mbl-nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 24px;
  font-size: 15px;
}




/* Footer */

.footer {
    background: #000;
}

.f-top {
    background-image: url(../images/img/front/f-glow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.ttl label{
    color: rgba(255, 255, 255, 0.70);
    font-size: var(--fs16);
}

.f-ttl h4 {
    font-size: var(--fs60);
    letter-spacing: -1.2px;
    line-height: var(--fs64);
    margin-top: var(--fs36);
}

.f-links h4 {
    font-size: var(--fs16);
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: −0.64px;
    margin-bottom: var(--fs20);
}

.f-links ul {
    display: flex;
    flex-direction: column;
    gap: var(--fs10);
}

.f-links ul li a {
    text-decoration: none;
    color: var(--colorWhite);
    letter-spacing: −0.64px;
    font-size: var(--fs16);
}

.f-links ul li a:hover, .get-connect a:hover {
    text-decoration: underline;
}

.get-connect a{
    display: inline-block;
    margin: 5px 0px;
    color: var(--colorWhite);
    text-decoration: none;
}

.f-links p {
    color: var(--colorWhite);
    letter-spacing: −0.64px;
    font-size: var(--fs16);
}

.social-media {
    gap: var(--fs14) !important;
}

.social-media li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs12);
}
.f-bottom{
    background: #232323;
    background: linear-gradient(180deg, rgba(35, 35, 35, 1) 0%, rgba(17, 17, 17, 1) 100%);
}
.f-bottom .f-links{
    gap: var(--fs18);
    display: flex;
    flex-direction: column;
}
.f-bottom .f-links li a {
    text-decoration: underline;
    color: var(--colorWhite);
    letter-spacing: −0.64px;
    font-size: var(--fs16);
}


.ttl h2{
    font-size: var(--fs60);
    letter-spacing:-1.2px;
    line-height: 110%;
    font-weight:400;
}
.ttl p{
    font-size: var(--fs16);
    line-height: var(--fs26);
    color:rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.faq-items .accordion-dark{  border-radius: 0px;}
.faq-items .accordion-dark .accordion-item {
  background:transparent;
  border-color:rgba(255,255,255,15%);
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-radius: 0px;
  padding:15px 0px 35px 0px ;
}

.faq-items .accordion-dark .accordion-item .accordion-button{
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important;
    font-size: var(--fs24);
    line-height: 140%;
    display: flex;
    align-items: flex-start;
    gap: var(--fs20);
}

.faq-items .accordion-dark .accordion-button {
  background: transparent;
  color: #fff;
}

.faq-items .accordion-item .accordion-body{
    padding: 20px 60px 0px 0px;
    color:rgba(255, 255, 255, 0.5);
    font-size: var(--fs16);
    line-height:var(--fs24);
}


.faq-items .accordion-dark .accordion-button:not(.collapsed) {
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.faq-items .accordion-button::after {
  content: "";
  background-image: url(../images/img/front/plus.svg);
  background-repeat: no-repeat;
  background-size: var(--fs40) var(--fs40);
  width:var(--fs40);
  height: var(--fs40);
}

.faq-items .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(../images/img/front/close.svg);
  background-repeat: no-repeat;
  background-size: var(--fs40) var(--fs40);
  width: var(--fs40);
  height: var(--fs40);
}

.cnt-us{
    background-image: url(../images/img/front/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.connect-info h4{
    font-size: var(--fs24);
}

.info-det{
    background: rgba(255, 255, 255, 0.08);
    border-radius:var(--fs24);
    padding: var(--fs20);
}
.info-det label{
    color: rgba(255, 255, 255, 0.29);
    font-size:calc(var(--fs16) - 1px);
    line-height: 140%;
    font-weight: 500;
    margin-bottom: calc(var(--fs10) - 2px);
}
.info-det a{
    color:rgba(255, 255, 255, 0.70);   
    font-weight:500;
    text-decoration:none;
}

.consult-form{
    background: rgba(255, 255, 255, 0.08);
    border-radius: calc(var(--fs18) * 2);
    padding: var(--fs40);
}
.consult-form h4{
    color: var(--colorWhite);
    font-weight: 500;
    font-size:var(--fs24);
    margin-bottom: var(--fs12);
}
.consult-form p{
    color: rgba(255, 255, 255, 0.70);
}

.consult-form label[class="form-label"]{
    color: var(--colorWhite);
    font-size: var(--fs16);
    font-weight: 500;
    margin-bottom: calc(var(--fs10) - 5px);
}
.consult-form input {
    width: 100%;
    line-height: var(--fs54);
    padding: 0 var(--fs18);
    border-radius: var(--fs50);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid transparent;
    outline:none;
    box-shadow: none;
    color: var(--colorWhite);
}

.consult-form input:focus{
    outline:none;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    color: var(--colorWhite);
}
.consult-form textarea {
    width: 100%;
    line-height: var(--fs22);   
    padding: var(--fs18);
    border-radius: var(--fs50);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid transparent;
    outline:none;
    box-shadow: none;
    resize: none;
    color: var(--colorWhite);
}

.consult-form textarea:focus{
    outline:none;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    color: var(--colorWhite);
}

.consult-form button {
    line-height: var(--fs54);
    padding: 2px 4px 2px var(--fs40);
    border-radius: var(--fs50);
    font-size: var(--fs24);
    font-weight: 500;
}
.consult-form button span{
    width: var(--fs52);
    height: var(--fs52);
    border-radius: var(--fs50);
    background: var(--colorBlack);
}
.consult-form button span img{
    height: var(--fs14);
}


/* Chrome, Safari, Edge */
.consult-form input::placeholder, .consult-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Firefox */
.consult-form input::-moz-placeholder, .consult-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

/* Internet Explorer (old) */
.consult-form input:-ms-input-placeholder, .consult-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Edge (old) */
.consult-form input::-ms-input-placeholder, .consult-form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}




.terms{
    background-color: var(--colorBlack);
    background-image: url(../images/img/front/term-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.policy-text {
    padding: 30px 0px;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
}
.policy-text:first-child{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: var(--fs30);
}
.policy-text:last-child{
    border-bottom: 0px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 0px;
}

.policy-text p:last-child{
    margin: 0px;
}

.policy-text h4{
    color: var(--colorWhite);
    font-size: var(--fs24);
}
.policy-text h5{
    font-size: var(--fs18);
    color: var(--colorWhite);
    margin-top: var(--fs28);
    margin-bottom: var(--fs14);
}


.all-blogs{
    background-color: var(--colorBlack);
    background-image: url(../images/img/front/blg-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.blog-articals .card{
    padding: var(--fs24);
    background: rgba(255, 255, 255, 0.07);
}

.bl-content{
    padding:var(--fs16) 0;
}
.bl-content h4{
    color: var(--colorWhite);
    line-height:normal;
    font-weight: 500;
}
.bl-content p{
    display: -webkit-box;
  -webkit-line-clamp:3;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.short-logo{
    position: absolute;
    left:var(--fs10);
    top:var(--fs10);
    max-width: 95%;
}


.short-logo li{
    background: rgba(53, 53, 53, 0.60);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--fs10);
    padding:calc(var(--fs12) - 6px) var(--fs24);
    font-size: var(--fs16);
    color: var(--colorWhite);
    font-weight: 600;
    line-height: normal;
}

.rewards{
    background-color: var(--colorBlack);
    background-image: url(../images/img/front/bonus-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size:cover;
    position: relative;
}
.rewards::before {
    content: "";
    background-image: url(../images/img/front/bonus-bg1.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.terms-rule ul li{
    font-size:var(--fs16);
    color: rgba(255, 255, 255, 0.7);
    list-style: outside;
}

.card-item{
    background-image: url(../images/img/front/card-item.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: auto;
    border-radius:35px;
    overflow: hidden;
    height: 100%; 
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;  
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
    transition: all 0.5s ease-in-out;
}
.card-item:hover{
    top: -12px;
    -webkit-transition: all 0.5s ease-in-out;  
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
    transition: all 0.5s ease-in-out;
}
.t-up{
    background-image: url(../images/img/front/t-up.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding:var(--fs30);
}
.t-up span{
    display: block;
    width: var(--fs60);
    height: var(--fs60);
    background-image: url(../images/img/front/count-bg.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    color: var(--colorWhite);
    font-size: var(--fs24);
    font-weight: 500;
}
.t-up label{
    color: rgba(255, 255, 255, 0.70);
    font-size: var(--fs16);
}

.t-dn{
    padding: var(--fs24) var(--fs30);
    background-image: url(../images/img/front/t-dn.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 100%;
}
.t-dn p{
    font-size: var(--fs16);
    color: rgba(255, 255, 255, 0.70);
}
.t-dn a.btn{
    padding: 0 var(--fs30);
    line-height: var(--fs50);
}

.airdrops {
    background: rgba(255, 255, 255, 0.05);
    padding: 24px;
    border-radius: 30px;
}

.abt-lvl1{
    background-image: url(../images/img/front/abt-bg1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: auto;
}
.abt-h-img {
    margin-top: -70px;
    animation: MoveUpDown 4s ease-in-out infinite;
}

.abt-lvl2{
    background: var(--colorBlack);
    background-image: url(../images/img/front/abt-bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.lp-crd {
    max-width: 54%;
    height: auto;
    position: absolute;
    right: -100px;
    bottom: -270px;
    z-index: 99;
    padding: var(--fs20);
    border-radius: var(--fs20);
    background: rgba(0, 21, 58, 0.45);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--fs16);
}
.lp-crd:before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 21, 58, 0.45);
    filter: blur(40px);
    z-index: 0;
}
.lp-crd p{
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.abt-lvl1 .lp-crd{
    animation: 2s linear infinite alternate MoveUpDown;
}
@keyframes floatMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, -20px); /* right + up */
  }
  50% {
    transform: translate(0, -20px); /* up */
  }
  75% {
    transform: translate(-20px, -20px); /* left + up */
  }
  100% {
    transform: translate(0, 0);
  }
}
.q-items{
    display: flex;
    justify-content: center;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
}
.q-item{
    padding: var(--fs30);
    border-right:1px solid rgba(255, 255, 255, 0.15);
    border-bottom:1px solid rgba(255, 255, 255, 0.15);
}
.q-item:first-child{
    border-left:1px solid rgba(255, 255, 255, 0.15);
}
.q-item:hover{
    background: rgba(255, 255, 255, 0.02);
}

.setp-crd {
    padding: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--fs20);
    overflow: hidden;
}
.setp-crd label{
    color: rgba(255, 255, 255, 0.40);
    font-size: var(--fs24);
}
.step1{
    background-image: url(../images/img/front/step-bg.png);
}
.step2{
    background-image: url(../images/img/front/step-bg1.png);
}
.step3{
    background-image: url(../images/img/front/step-bg3.png);
}

.abt-lvl3{
    background: var(--colorBlack);
    background-image: url(../images/img/front/abt-bg3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.abt-lvl4 {
    background: var(--colorBlack);
    background-image: url(../images/img/front/abt-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.values {
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 48px;
}
.value-item{
    background: #2B2B2B;
    background: linear-gradient(180deg, rgba(43, 43, 43, 1) 0%, rgba(22, 22, 22, 1) 100%, rgba(11, 11, 11, 1) 100%);
    padding: var(--fs20);
    box-shadow: 0px 0px 150px #121212;
    border-radius: var(--fs30);
}

.v-text h4{
    color: rgba(255, 255, 255, 0.70);
    font-size: var(--fs36);
}
.v-text p{
    font-size: var(--fs24);
    margin: 0px;
}


.v-img{
    border-radius: var(--fs20);
    outline: 5px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.abt-lvl5{
    background: var(--colorBlack);
    background-image: url(../images/img/front/abt-bg5.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.vis-card{
    padding: var(--fs26);
    background: #111111;
    border-radius: var(--fs36);
    gap: var(--fs30);
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;  
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
    transition: all 0.5s ease-in-out;
}
.vis-card:hover{
    top: -12px;
    -webkit-transition: all 0.5s ease-in-out;  
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
    transition: all 0.5s ease-in-out;
}
.vis-card:before{
    background-image: url(../images/img/front/vis-shade.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    content: "";
    width: 100%;
    height: 189px;
    left: 0;
    bottom: 0;
    z-index: 9;

}
.vis-img{
    border-radius: var(--fs10);
}
.amn-img {
    /* border: 2px solid #1C3861;
    border-radius: 18px;
    overflow: hidden; */
}
.abt-lvl6{
    background-image: url(../images/img/front/abt-bg6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    min-height: 1080px;
}
.apprch{
    padding: 180px 0px;
}
.num-bg:before {
    height: 100%;
    width: var(--fs60);
    content: "";
    background-image: url(../images/img/front/num-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 150%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ap-card{
    background-image: url(../images/img/front/ap-cargbg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    border-radius: var(--fs16);
    position: relative;
    z-index: 9;
}
.ap-card span{
    border-radius: var(--fs16);
    width: calc(var(--fs38) * 2);
    height: calc(var(--fs38) * 2);
    background: rgba(255, 255, 255, 0.13);
}
.ap-card > div{
    width: calc(100% - 80px);
}
.ap-card h4{
    color: var(--colorWhite);
    margin-bottom: calc(var(--fs10) - 3px);
    font-size: var(--fs22);
}
.ap-card p{
    max-width: 75%;
    line-height: var(--fs20);
}

.cr-lvl1{
    background-image: url(../images/img/front/cr-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    position: relative;
    min-height: auto;
}
.cr-lvl1::before{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/img/front/hand-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:cover;
    animation: MoveUpDown 4s linear infinite alternate;
}
.cr-img {
    position: relative;
     animation: MoveUpDown 2s linear infinite alternate;
}
.cr-img img{right:-30px;}

.cr-lvl2{
    background-image: url(../images/img/front/cr-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cr-lvl2 .t-up h4{
    max-width: calc(100% - 84px);
    font-size:var(--fs20);
}
.cr-lvl3{
    background-image: url(../images/img/front/cr-bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.f-bar {
    padding:var(--fs24);
    background-image: url(../images/img/front/bg-bar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--fs36);
    overflow: hidden;
}
.blck-item{
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--fs10);
    padding: 6px 25px 6px 6px;
}
.blck-item p{
    font-weight: 500;
}

.cr-crd{
    border-radius: var(--fs50);
    padding: var(--fs24);
    border: 2px solid rgba(255, 255, 255, 0.05);
    height: 100%;
}
.cr-crd > div{
    background-image: url(../images/img/front/crd-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: var(--fs20);
    border-radius: var(--fs24);
    height: 100%;
}

.er-lvl1{
    background-image: url(../images/img/front/er-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.er-lvl1 .card-item .t-up{
    height: 100%;
}
.er-lvl1 .card-item .t-up h4 {
    height: 100%;
    width: calc(100% - 90px);
}
.kaks{
    position: relative;
}
.kaks:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff26;
    position: absolute;
    left: 0;
    top: 0;
}
.kaks:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff26;
    position: absolute;
    left: 0;
    bottom: 0;
}
.kaks .q-items .q-item{
    padding: var(--fs20);
    border-top: 0px solid #ffffff26;
    border-bottom: 0;
}
.kaks .q-items .q-item span{
    width: var(--fs56);
    height: var(--fs56);
    background-image: url(../images/img/front/count-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px 56px;

}
.kaks .q-items .q-item p{
    font-size: calc(var(--fs12) + 1px);
    line-height: var(--fs22);
}
.koth .ap-card p{
    max-width:75%;
    font-size: var(--fs16);
}
.koth .ap-card span{
    width:var(--fs48);
    height: var(--fs48);
    border-radius: var(--fs10);
    color: rgba(255, 255, 255, 0.50) !important;
}
.er-lvl2 {
    background-image: url(../images/img/front/abt-bg2.png);
    background-position: center 28%;
    background-repeat: no-repeat;
    background-size: contain;
}
.app-text h2{
    font-size: var(--fs40);
}

.dn-app{
    background-image: url(../images/img/front/dwn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--fs36);
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.80);
}
.app-text {
    padding: 60px 0px 60px 60px;
}
.mbl-img {
    padding: 0 var(--fs24) 0 var(--fs48);
    position: relative;
    height: 100%;
    width: 89%;
}
.mbl-img img {
    color: transparent;
    position: absolute;
    height: 100%;
    width: auto;
}

.app-dis{
    padding: var(--fs60) var(--fs40) var(--fs40);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0px 0px var(--fs36) var(--fs36);
    max-width: 95%;
    margin:-20px auto 0;
    position: relative;
    z-index: 1;
}
.app-dis span {
    width: var(--fs60);
    height: var(--fs60);
    color: var(--colorWhite);
    font-size: var(--fs24);
    background-image: url(../images/img/front/count-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 500;
    display: block;
}
.app-dis p{
    width: calc(90% - 84px);
    line-height: var(--fs20);
}

.ftre-lvl1{
    background-image: url(../images/img/front/ftre-bg4.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    padding-bottom: 400px;
}
.ftre-lvl2{
    min-height: auto;
    background-image: url(../images/img/front/tp-bar1.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ftre-lvl2 .container, .ftre-lvl2 .his-blck{
    position: relative;
    z-index: 9;
}

.ftre-lvl2:before{
    height: 100%;
    width: 3px;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url(../images/img/front/side-bar.svg);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.ftre-lvl2:after {
    content: "";
    z-index: 1;
    background-image: url(../images/img/front/num-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 184px;
    height: 670px;
    position: absolute;
    top: 190px;
    left: calc(50% - 92px);
    animation: moveUpDown 50s linear infinite alternate;
}
@keyframes moveUpDown {
  from {
    top: 0;
  }
  to {
    top: calc(100% - 400px); /* image height adjust */
  }
}
.ftre-lvl3 {
    background-image: url(../images/img/front/ftre-bg2.png);
    background-position:center -25%;
    background-repeat: no-repeat;
    background-size: contain;
}

.his-blck:before{
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    content: "";
    background-image: url(../images/img/front/tp-bar.svg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
.his-blck:after {
    width: calc(var(--fs22) - 1px);
    height:calc(var(--fs22) - 1px);
    border-radius: var(--fs24);
    outline: var(--fs16) solid #ffffff1a;
    content: "";
    background: #fff6;
    position: absolute;
    top: -8px;
    left: calc(50% - 9px);
}

.his-text .ap-card span{
    width:var(--fs48);
    height: var(--fs48);
    border-radius:calc(var(--fs10) - 1px);
    color: rgba(255, 255, 255, 50%) !important;
}
.his-text ul li{
    position: relative;
    line-height: normal;
    color: var(--colorWhite);
    padding-left: var(--fs26);
}
.his-text ul li:before{
    width: 14px;
    height: 2px;
    background:rgba(255, 255, 255, 0.50);
    content: "";
    position: absolute;
    left: 0;
    top:var(--fs12);
}
.his-blck .ttl h2{
    font-size: var(--fs40);
}
.tech-lvl1{
    background-color: var(--bg-black);
    background-image: url(../images/img/front/tch-bg5.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;

}
.tech-lvl1 > div{
        min-height:auto;
        gap: 470px;
}
.tech-lvl2{
    background-color: var(--bg-black);
    background-image: url(../images/img/front/tch-bg4.png);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
}
.video-area {
    background-color: var(--bg-black);
    background-image: url(../images/img/front/tch-bg3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
}
.video-sec{
    outline: 5px solid #141414;
    border-radius: var(--fs36);
}
.ply-btn{   
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    width:150px;
    height: 150px;
    border-radius: calc(var(--fs20) * 2);
    margin: auto;
    animation: zoom-in-zoom-out 3s ease-out infinite;
    cursor: pointer;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.tech-lvl3{
    background-color: var(--bg-black);
    background-image: url(../images/img/front/tch-bg2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    padding-bottom: 900px;
}
.tech-lvl5 {
    background-color: var(--bg-black);
    background-image: url(../images/img/front/tch-bg1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 390px;
}
.amn-text h4{
    font-size: var(--fs22);
}
.video-area .video{
    outline: 5px solid #141414;
}
.video-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.3s ease;
}

.video-play-btn:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.hang-blck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width:100%;
    margin: 80px auto 0;
    gap: 0;

}
.hang-blck .cr-crd {
    max-width: 260px;
    position: relative;
    background-image: url(../images/img/front/shadow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hang-blck .cr-crd:nth-child(3){
    position: relative;
    top:70px;
}
.hang-blck .cr-crd:nth-child(2), .hang-blck .cr-crd:nth-child(4){
    position: relative;
    top:180px;
}
.hang-blck .cr-crd:nth-child(2), .hang-blck .cr-crd:first-child {
    left: -40px;
}
.hang-blck .cr-crd:nth-child(4), .hang-blck .cr-crd:last-child {
    left: 40px;
}
.hang-blck .cr-crd img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(220deg) brightness(105%) contrast(102%);
}

.hm-stpbx{
    background-image: url(../images/img/front/hm-setupbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrk-prc{
    background: #0B0B0B;
    background-image: url(../images/img/front/hm-bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.prc-card{
    background-image: url(../images/img/front/hm-setupbg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.prc-card .value-item{
    background-image: url(../images/img/front/hm-bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 150px #121212;
}
.leadership{
    background-image: url(../images/img/front/hm-bg3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ecosys{
    background-image: url(../images/img/front/hm1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--fs36);
    overflow: hidden;
    min-height: 450px;
}
.eco-crd {
    width: 235px;
    height: 235px;
    border-radius: var(--fs24);
    padding: var(--fs16);
    position: absolute;
    left: var(--fs16);
    bottom: var(--fs16);
    background-image: url(../images/img/front/blueball-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.eco-txt {
    background-image: url(../images/img/front/cmtbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height: 78px;
    margin-bottom: -40px;
    position: relative;
    z-index: 9;
    font-size:var(--fs20);
    text-align: center;
    padding-top: 2px;
    font-weight: 500;
}
.eco-crd p{
    line-height: normal;
}

.leadership .setp-crd {
    background-color: #2C2B37;
    border-radius: var(--fs36);
}   

.mission{
    background-image: url(../images/img/front/hm-bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.arch{
    background-image: url(../images/img/front/hm-bg5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.ieco:before{
    background-image: url(../images/img/front/hm-bg6.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height: 100%;
    content: "";
    left: 24px;
    top: 0;
    position: absolute;
}
.ieco .koth .ap-card span{
    background-image: url(../images/img/front/ieco-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.graph-section {
  background: radial-gradient(circle at center, #071b33, #000);
  padding: 120px 0;
  display: flex;
  justify-content: center;
}

.graph-section svg {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.ieco-img{
   animation: MoveUpDown 10s linear infinite alternate
}
@keyframes MoveUpDown {
  /* Start point */
  0% {
    transform: translateY(0);
  }
  /* Midpoint (moving up) */
  50% {
    transform: translateY(-30px); /* Adjust the pixel value to control the height of the movement */
  }
  /* End point */
  100% {
    transform: translateY(0);
  }
}


.scroll-wrap {
  width: 100%;
  overflow: hidden;
  background: #000;
  padding: 12px 0;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: move-rtl 1s linear infinite;
  will-change: transform;
  animation-duration: 15s;
}

/* RIGHT → LEFT smooth animation */
@keyframes move-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.item {
  white-space: nowrap;
  padding-right: 0px;
}



/* Register custom property for smooth animation */
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.border-gradient {
  --c: #171717;
  --p: 10%;

  background:
    linear-gradient(var(--c), var(--c)) padding-box,
    conic-gradient(
      from var(--gradient-angle),
      transparent,
      #1ABDE7 var(--p),
      transparent calc(var(--p) * 2)
    ) border-box;

  border: 1px solid transparent;
  border-radius: 3rem;

  animation: rotate-gradient 6s linear infinite;
}

/* Rotation animation */
@keyframes rotate-gradient {
  to {
    --gradient-angle: 360deg;
  }
}

.border-gradient{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--fs14);
    padding:6px;
    width: 180px;
}
.border-gradient span{
    width: var(--fs54);
    height: var(--fs54);
    border-radius: var(--fs50);
    background: #ffffff12;
}

/* Button styling */
button {
  width: 250px;
  height: 80px;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  background: transparent;
  cursor: pointer;
}


.partners p{
    color: rgba(255, 255, 255, 0.40);
}
.cnt-item {
    padding: var(--fs28);
    background-image: url(../images/img/front/cntr-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--fs36);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.cntrs{
    background-image: url(../images/img/front/hm-bg7.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
}
.hero-area{
    background-image: url(../images/img/front/hm-bg8.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
}
.hero-lp {
    margin-bottom: -8px;
}
.the-futre{
    background-image: url(../images/img/front/hm-bg9.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size:contain;
    min-height: 1673px;
}
.fture-itm1{
    padding:165px 0 120px 35px;
}
.fture-itm h4{
    color: #1C72F0;
    margin-bottom: var(--fs16);
}
.fture-itm ul li{
    list-style: inside;
    color: rgba(255, 255, 255, 0.70);
}
.fture-itm:before{
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    left:0;
    top:0;
    background-image: url(../images/img/front/vertial-bar.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
}
.fture-itm:after {
    border-radius: var(--fs50);
    content: "";
    background: #1c72f0;
    outline: 15px solid #1c72f040;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 118px;
    left: -9px;
}
.fture-itm1 {
    top: 12px;
}
.fture-itm p{max-width:400px;}
.fture-itm2 {
    left: 208px;
    padding: 100px 0px 180px 45px;
}
.fture-itm2:after{
    bottom: 118px;
    top: auto;
}
.fture-itm3 {
    padding: 165px 35px 120px 0;
    right: 100px;
    top: 77px;
}
.fture-itm3:before{
    left: auto;
    right: 0;
}
.fture-itm3:after{
    left: auto;
    right:-9px;
}


main.content {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.viewbtn > img{
    transform: rotate(90deg);
}
.abt-lvl4 .values .value-item {
  margin: 0 12px;
  box-shadow: none;
}
.abt-lvl4 .values .value-item .v-text p {
    font-size: var(--fs20);
    margin: 0;
    min-height: 110px;
    line-height: 26px;
    overflow: hidden;
}
.v-text h4{font-size: var(--fs28);}

.lineDraw {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lineDraw svg {
    max-width: 75%;
    position: relative;
    left:0;
    bottom: -20px;
}



/* Rotating Lines */
.orbit-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-top: 2px solid #4da3ff;
  border-bottom: 2px solid transparent;
  border-left: 2px dashed #4da3ff;
  border-right: 2px solid transparent;
  animation: rotate 4s linear infinite;
}

/* Button */
.cta-btn {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #4da3ff, #1c5cff);
  color: #fff;
  border: none;
  padding: 18px 36px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 25px rgba(77,163,255,0.5);
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  transform: scale(1.05);
}

/* Animation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}






.video-section{
  position: relative;
  width: 100%;
  min-height: 1510px;
  overflow: hidden;
  color: #fff;

}

/* video */
.bg-video{
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  /* transform: translate(-50%, -50%); */
  object-fit: cover;
  z-index: 1;
}

/* dark overlay */
.video-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2;
}

/* content */
.video-section .content{
  position: relative;
  z-index: 3;
}

.vdoCnt {
    z-index: 9;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.hero-lp{
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.hero-lp img{
    width: 100%;
    height: auto;
    
}
.keyevt .react-multi-carousel-list{
    padding-bottom: 100px;
}
.react-multi-carousel-item {
  padding: 0 12px;   /* gap = 24px */
}
.keyevt .react-multiple-carousel__arrow{
    width: 56px; 
    height: 56px;
    padding: 0px;
    border-radius: var(--fs64);
    background: var(--colorWhite);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
}
.keyevt .react-multiple-carousel__arrow--left{left: 46%;}
.keyevt .react-multiple-carousel__arrow--right{right: 46%;}
.keyevt .react-multiple-carousel__arrow--left:before{
    content: "";
    background-color: var(--colorWhite);
    background-image: url(../images/img/front/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px auto;
    transform: rotate(180deg);
    border-radius: var(--fs64);
    width: 56px;
    height: 56px;
}
.keyevt .react-multiple-carousel__arrow--right:before{
    content: "";
    background-color: var(--colorWhite);
    background-image: url(../images/img/front/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px auto;
    border-radius: var(--fs64);
    width: 56px;
    height: 56px;
}


.vidpop .modal-content{
    background: transparent;
}
.vidpop .modal-body{
    padding: 0px;
    border-radius: var(--fs36);
    border:5px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    overflow: hidden;
}

.mdlcls{
    width:var(--fs56);
    height: var(--fs56);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}
.mdlcls .clsbtns{
    width:var(--fs56);
    height: var(--fs56);
    border-radius: var(--fs50);
    outline: 5px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.modal-backdrop{
    background:rgba(45,  45, 45, 0.75) !important;
}


  .timeline-wrapper {
    padding: 60px 20px;
    position: relative;
  }

  .timeline-line {
    height: 3px;
    background: rgba(255,255,255,0.1);
  }

  .timeline-progress {
    position: absolute;
    height: 2px;
    width: 0%;
    background: #1f6bff;
    transition: width 0.4s ease;
  }
  .timeline {
    display: flex;
    gap:var(--fs60);
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-left: 50px;
  }
  

  .timeline-item {
    transition: 0.3s ease;
  }

  .timeline-item.active {
    opacity: 1;
  }

  .dot {
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
  }

  .timeline-item.active .dot {
    background: #1f6bff;
    box-shadow: 0 0 10px #1f6bff;
  }


.tmlne{
    position: relative;
    padding: 0px var(--fs64);
}
.tmlne:before {
    content: "";
    background: #ffffff0d;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 71px;
    left: 0;
}
.time-item, .timeline-item{
    position: relative;
    padding:107px 30px 0 30px;
}
.tmlne .row > div:first-child .time-item:before, .timeline-item:first-child:before {
    content: "";
    background-image: url(../images/img/front/vertial-bar.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tmlne .row > div:first-child .time-item:after{
    outline: 15px solid rgba(28, 114, 240, 0.26);
    background: #1C72F0;
}
.time-item:after, .timeline-item:after {
    border-radius: var(--fs50);
    content: "";
    background: #fff3;
    outline: 15px solid #ffffff0d;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 62px;
    left: -9px;
}
.timeline-item.active:after{
    outline: 15px solid rgba(28, 114, 240, 0.26);
    background: #1C72F0;
}
.timeline-line {
    background: #ffffff1a;
    width: 100%;
    height: 3px;
    position: relative;
    top: 75px;
    left: 0;
    
}

.time-item h4, .timeline-item h4{
    font-weight: 400;
    color: #aeaeae;
    opacity: 0.36;
}
.time-item p, .timeline-item p{
    color: rgba(255, 255, 255, 0.22);
}
.timeline-item.active h4{
    color: #1C72F0;
    opacity: 1;
}
.timeline-item.active p{
    color: rgba(255, 255, 255, 0.70);
    opacity: 1;
}
.tmlne .row > div:first-child .time-item h4{
    color: #1C72F0;
    opacity: 1;
}
.tmlne .row > div:first-child .time-item p{
    color: rgba(255, 255, 255, 0.70);
}

.stack-cards-container {
  position: relative;
  height: 930vh;
}
@media(max-width: 576px) {
  .stack-cards-container {
    position: relative;
    height: 700vh;
  }
}

.s__rays {
  position: fixed;
  top: 0;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  height: 100%;
  width: 350px;
  
}

a-rays {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    transform: skew(-20deg);
    transition: opacity .7s linear;
    will-change: opacity;
}

a-rays .a__scene {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    transform: translate3d(-50%,0,0);
}
a-rays .a__scene path {
    stroke-linecap: round;
    stroke-width: 1.3px;
    animation: a-rays-move 25s linear infinite;
    will-change: transform;
}
.stack-cards {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  height: 0; 
  width: 100%;
}

.stack-cards__item {
  height: 250px;
  padding: 20px;
  background: #0B4550;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%;
  width: 100%;
  border: 1px solid black;
  border-radius: 1.5rem;
  transform: translate(-50%, -50%);
  transition: transform 1.3s cubic-bezier(0.9, -0.2, 0.1, 1.2), 
              opacity 1.3s cubic-bezier(1, 0, 0, 1) 0s;
  will-change: opacity, transform;
  color: white;
}

.inner {
  position: relative;
  z-index: 2;
  padding: calc(var(--card-width) * .1);
  width: 100%;
  height: 100%;
  background-color: #0B4550;
  border: 1px solid black;
  border-radius: 1.5rem;
}

.stack-cards__item h3 {
  color: white;
  font-weight: 500;
  margin-top: 0;
}

.stack-cards__item p {
  font-weight: 300;
}

.stack-cards__item .counter {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #4cede1;
    font-size: 12px;
    letter-spacing: .1em;
    text-align: center;
}

.shadow {
    position: absolute;
    top: .5rem;
    left: .5rem;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #08333c;
    border: 1px solid #252525;
    border-radius: 1.5rem;
}

.stack-cards__item.slide-up {
  transform: translate(-50%, -260%); /* Move up out of view */
}

.flex {
  display: flex;
  font-size: 1.5rem;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

@keyframes a-rays-move {
  0% {
      transform: translateZ(0);
  }
  100% {
      transform: translate3d(0,-100%,0);
  }
}

.tmrline {
    height: 514px;
}



/* Second Phase */

.ttl2 h2{
    font-size: var(--fs44);
    line-height: 110%;
}
.ttl2 p{
    font-size:var(--fs24);
}
.ttl2 label{
    background: rgba(255, 255, 255, 0.04);
    width: fit-content;
    padding: 8px var(--fs24);
    margin: 0 auto;
    border-radius: var(--fs50);
    color: var(--colorWhite);
    font-size: var(--fs14);
}
.flexibility, .participent, .benefits, .admission{background: #0D0D0D;}
.participation {
    background-image: url(../images/img/user/darkdot.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 35px;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 55px 155px rgba(0, 0, 0, 0.50);
}
.participation .ttl2 label{
    padding: 8px var(--fs24) 8px 10px;
}
.hd-ara{
    height: 100%;
}
.hd-ara p{
    line-height: 110%;
}
.det-vw ul{
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: var(--fs24);
    padding: var(--fs24);
}
.det-vw ul li{
    width: 100%;
    height: auto;
    margin-top: var(--fs10);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: var(--fs10) 0;
}
.det-vw ul li:first-child{
    margin-top: 0px;
}
.det-vw ul li:last-child:before{
    content: none;
}

.det-vw ul li label{
    font-size: var(--fs14);
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: -1%;
    display: block;
    margin: 0px;
    width: 58%;
    position: relative;
}
.det-vw ul li label:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: url(../images/img/user/vrt.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1px;
    height: 100%;
}
.det-vw ul li span{
    color:var(--colorWhite);
    font-size: var(--fs14);
    letter-spacing: -1%;
    display: block;
    text-align: start;
    width: 35%;
}
.det-vw ul li:before{
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 5%);
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 0.1;
}

.det-vw ul li input{
    background: transparent;
    border: 0px;
    outline: none;
}

.blu-style{
    background-image: url(../images/img/user/btnbg.svg);
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    border-radius: var(--fs40);
    line-height: 70px;
    font-size: var(--fs24);
}

.stages {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    position: relative;
}
.stages:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    background-image: url(../images/img/user/hr-ln.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
}
.s-item {
    color: var(--colorWhite);
    font-size: var(--fs20);
    text-align: center;
    width: 18%;
    line-height: normal;
    position: relative;
    padding-top: var(--fs50);
    line-height: 120%;
}
.s-item:before {
    content: "";
    width: var(--fs22);
    height: var(--fs22);
    border-radius: var(--fs40);
    background: #1c72f0;
    outline: 15px solid #1c72f042;
    margin: 0 auto;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    box-shadow: 0 0 80px #1c72f0;
}


.blckr{
    background-image: url(../images/img/user/vrtbg.png);
    background-position: center;
    background-size:100% 100%;
    background-repeat: no-repeat;
    padding: var(--fs20);
    border-radius:var(--fs20);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.blckr .tphed{position: relative; z-index: 9;}
.blckr p{
    width: 75%;
    line-height: normal;
    color: var(--colorWhite);
    position: relative;
    z-index: 9;
}
.blc1{min-height: 641px;}
.blc2{ min-height: 349px;}
.blc3{min-height: 272px;}
.blc3 p{width: 24%;}
.blc3:after {
    content: "";
    background-image: url(../images/img/user/blc3bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    height: 92%;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.blc4{min-height: 272px;}
.blc4 p{width: 90%;}
.blc5{min-height: 429px;}
.blc5 p{width: 90%;}
.blc5:after {
    content: "";
    background-image: url(../images/img/user/blc5bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blc6{min-height: 269px;}
.blc7{min-height: 349px;}
.blc7 p{width: 45%;}
.blc7:after {
    content: "";
    background-image: url(../images/img/user/blc7bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: -10px;
}

.blc8{min-height: 349px;}
.blc8 p{width: 40%;}
.blc8:after {
    content: "";
    background-image: url(../images/img/user/blc8bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 258px;
    position: absolute;
    bottom: 0;
    right: -90px;
}


.tphed h4 {
    color: #fff;
    font-size: 30px;
    text-align: start;
    line-height: normal;
    width: 74%;
}
.tphed div{
    width: var(--fs36);
    height: var(--fs32);
    background: rgba(255, 255, 255, 0.13);
    border-radius: var(--fs10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs14);
    color: rgba(255, 255, 255, 0.50);
}

.admission{padding-bottom: 350px;}
.admission:before{
    background-image: url(../images/img/user/light.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -240px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mbbgb{
    height: auto;
    width: 100%;
    border-radius:var(--fs42);
    background-image: url(../images/img/user/mbtbg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 50px 150px rgba(0, 0, 0, 0.50);
    position: relative;
    z-index: 5;
}

.mbbgb .mbl-img {
    padding: 0;
    width: 80%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.herosec{
    background-image: url(../images/img/user/hero-bg.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1469px;
}


.stmcrd {
    border-radius: var(--fs16);
    width: 480px;
    height: auto;
    padding: var(--fs28);
    background-image: url(../images/img/user/stmpcrd.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 0px;
    bottom:0px;
    box-shadow: 0px 50px 150px rgba(0, 0, 0, 0.50); 
    animation: MoveUpDown 4s linear infinite alternate;
}
.stmcrd h4{
    color: var(--colorWhite);
    text-transform: uppercase;
}
.stmcrd .lne{width: 100%; height: 2px; background: rgba(255, 255, 255, 0.20); margin: var(--fs14) 0;}
.stmcrd ul li{
    color: rgba(255, 255, 255, 0.70);
    list-style: outside;
}
.usrimg{
    position: relative;
}
.usrimg:before {
    /*content: "";*/
    width: var(--fs48);
    height: var(--fs48);
    background-image: url(../images/img/user/userstrke.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -2px;
    left: -2px;
}
.header1 label{
    color: var(--colorWhite);
    font-size: var(--fs16);
    line-height: normal;
    font-weight: 400;
}
.usrwlgt span{cursor: pointer;}
.usrwlgt span:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(0%) hue-rotate(289deg) brightness(114%) contrast(100%);
}

.nav2 ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--fs30);
}
.nav2 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
    text-decoration: none;
    color:rgba(255, 255, 255, 0.50);
    font-size: var(--fs14);
}
.nav2 ul li a:hover{
    color: var(--colorWhite);
}
.nav2 ul li a:hover svg path{
    fill: var(--colorWhite);
    fill-opacity: 1 !important;
    transition: fill-opacity 0.3s ease;
}
.lngblwlt{
    display: flex;
    align-items: center;
    justify-content:flex-end;
    gap: 8px;
}
.crlicon{
    background-image: url(../images/img/user/blbg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: var(--fs42);
    height: var(--fs42);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.lngblwlt .choose-lang{
    background-image: url(../images/img/user/lngbg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:104px;
    height: var(--fs42);
    padding: 10px;
}
.lngblwlt .allLang{
    left: 0;
    transform: translate(0, 16px);
}
.lngblwlt .allLang li a{
    color: #ffffffb3;
    text-decoration: none;
}
.innheadcvr::before{
    background-image: url(../images/img/user/headoutline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 3px;
    content: "";
}
.breadcrume{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs40);
}
.breadcrume.active{display: none;}
.breadcrume li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:8px;
    color: var(--colorWhite);
}
.breadcrume li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:8px;
    color:rgba(255, 255, 255, 0.50);
    text-decoration: none;
}
.breadcrume li:nth-child(2n) svg {
    width: auto;
    height: 16px;
}
.breadcrume li:nth-child(2n) svg path{
    fill:rgba(255, 255, 255, 0.50);
}

.natprtnr, .clndr{
    background: #0d0d0d;
}

.crlitme{
    background-image: url(../images/img/user/crlbg.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--fs36);
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding: var(--fs24);
    overflow: hidden;
}
.crlitme span a{
    width:var(--fs46);
    height: var(--fs46);
    border-radius: var(--fs50);
    background: var(--colorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    float:right;
}
.crlitme span a img{
    width: auto !important;

}
.crlitme p{
    margin-bottom: 0px;
    width: 70%;
    font-size: var(--fs24);
    color: var(--colorWhite);
    line-height: var(--fs26);
}


.ntlptr .react-multiple-carousel__arrow{
    width: 56px; 
    height: 56px;
    padding: 0px;
    border-radius: var(--fs64);
    background: var(--colorWhite);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
}
.ntlptr .react-multiple-carousel__arrow--left{left: 46%;}
.ntlptr .react-multiple-carousel__arrow--right{right: 46%;}

.ntlptr .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 40px;
    right: 40px;
}
.ntlptr .owl-nav button{
    width: 56px;
    height: 56px;
    background: var(--colorWhite) !important;
}
.ntlptr .owl-nav .owl-prev{
    background-color: var(--colorWhite);
    background-image: url(../images/img/front/arrow-black.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 56px 56px;
    transform: rotate(180deg);
}
.ntlptr .owl-nav .owl-next{
    
    background-color: var(--colorWhite);
    background-image: url(../images/img/front/arrow-black.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 56px 56px;
}


.ntlptr .react-multi-carousel-list .carone{padding-top:220px;}
.ntlptr .react-multi-carousel-list .owl-dots {
    gap: var(--fs20);
    bottom: auto;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
}
.ntlptr .react-multi-carousel-list button{
    background: var(--colorWhite);
    border: 0px;
    margin: 0;
}
.ntlptr{
    background-image: url(../images/img/user/crlptrbg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--fs36);
    padding-bottom: var(--fs10);
    box-shadow: 0px 55px 150px rgba(0, 0, 0, 0.50);
    padding-left: 10px;
    padding-right: 10px;
}
.ntlptr .ttl2{
    padding: var(--fs40) var(--fs36);
}
.ntlptr .react-multi-carousel-list .owl-dots button{
    width: var(--fs12);
    height: var(--fs12);
    background: var(--colorWhite);
    
}
.ntlptr .react-multi-carousel-list .owl-dots button.active{
    width: var(--fs18);
    height: var(--fs18);
    background: var(--colorWhite);
    outline: 6px solid rgba(255, 255, 255, 0.48);
}

.ntlptr .react-multi-carousel-item{
    padding: 0px 5px;
}

.ntlptr .react-multiple-carousel__arrow--left{
    left: auto;
    right: 106px;
    top: 40px;
}
.ntlptr .react-multiple-carousel__arrow--right{
    left: auto;
    right: 40px;
    top: 40px;
}

.ntlptr .ttl2{
    position: absolute;
    z-index:9;
}


.clitems{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap:var(--fs10);
}
.clitm {
    border-radius: var(--fs18);
    min-height: 200px;
    padding: var(--fs20);
    background-image: url(../images/img/user/rawbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.clitm:after {
    content: "";
    background-image: url(../images/img/user/lockgrey.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 119px;
    height: 165px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.clitm.done{
    background-image: url(../images/img/user/done.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.clitm.failed{
    background-image: url(../images/img/user/failed.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.clitm.cntnt{
    background-image: url(../images/img/user/cntnt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.clitm.done:after{
    background-image: url(../images/img/user/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 128px;
    height: 138px;  
}
.clitm.failed:after{
    background-image: url(../images/img/user/cross.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 128px;
    height: 138px;  
}
.clitm.golden{
    background-image: url(../images/img/user/locked.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.clitm.golden:after{
    content: "";
    background-image: url(../images/img/user/lockedlck.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 119px;
    height: 165px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.clitm.cntnt:after{
    background-image: none;
}
.clitm.cntnt .cntstts{width: 90%;}
.clitm.cntnt .cntstts p{
    color: rgba(255, 255, 255, 0.70);
}
.cntstts{width: 50%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; position: relative; padding-left: 16px;} 
.cntstts:before{
    width: 5px;
    height: 100%;
    border-radius: var(--fs20);
    content: "";
    background-image: url(../images/img/user/ak5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.clitm .cntstts:before{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width:5px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.clitm.done .cntstts:before{
    background-image: url(../images/img/user/ak1.png);
}
.clitm.failed .cntstts:before{
    background-image: url(../images/img/user/ak2.png);
}
.clitm.cntnt .cntstts:before{
    background-image: url(../images/img/user/ak3.png);
}
.clitm.golden .cntstts:before{
    background-image: url(../images/img/user/ak4.png);
}
.cntstts span{
    color: rgba(255, 255, 255, 0.50);
    font-size: var(--fs16);
    line-height: normal;
}
.cntstts label{
    color: rgba(255, 255, 255, 1);
    font-size: var(--fs16);
    line-height: normal;
}
.clitm.golden .cntstts label, .clitm.golden .cntstts span{
    color: #2C3C5C;
}

.lgnpge{
    background-image: url(../images/img/front/loginbg.png);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mdl{
    width: 560px; 
    padding: var(--fs24);
}
.md-ttl{
    background-image: url(../images/img/front/lgnbg.png);
    background-position:center;
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    padding: var(--fs24);
}
.signinfm .modal-content{
    background: transparent;
}
.md-bdy{
    padding: var(--fs24);
    background-image: url(../images/img/front/lgnfmbg.png);
    background-position:center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 370px;
}
.md-bdy .fmgrp{
    background: rgba(225, 232, 247, 0.05);
    border-radius: var(--fs10);
    padding: var(--fs16);
}
.md-bdy .fmgrp label{
    color: rgba(255, 255, 255, 0.70);
    font-size: var(--fs14);
    margin-bottom:calc(var(--fs10) - 4px);
}
.md-bdy .fmgrp input{
    background: transparent;
    border: 0px;
    padding: 0;
    border-radius: 0;
    color:var(--colorWhite);
}
.md-bdy .fmgrp input:focus{outline: none; box-shadow:none;}
.md-bdy .fmgrp input::-webkit-input-placeholder { color:rgba(255, 255, 255, 0.40); }
.md-bdy .fmgrp input::-moz-placeholder { color:rgba(255, 255, 255, 0.40); }
.md-bdy .fmgrp input:-ms-input-placeholder { color:rgba(255, 255, 255, 0.40); }
.md-bdy .fmgrp input::placeholder { color:rgba(255, 255, 255, 0.40); }


.md-bdy button.btn-primary{
    background-image: url(../images/img/front/bbtnbg.png);
    background-position:center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0;
    color: var(--colorWhite);
    font-size: var(--fs18);
    line-height: 50px;
}
.didnt{
    color: rgba(255, 255, 255, 0.50);
    font-size: var(--fs14);
    letter-spacing: 0.4px;
}

.didnt a{
    color: var(--colorWhite);
}

.mbblmnu .dropdown button {
    background: none;
    border: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
    letter-spacing: 0.3px;
    font-size: 16px;
}
.mbblmnu .dropdown button a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    text-decoration: none;
    color: var(--colorWhite);
}
.mbblmnu .dropdown button a svg path{
    fill: var(--colorWhite);
    fill-opacity: 1;
}
.mbblmnu .dropdown button:focus, .mbblmnu .dropdown button:active{
    background: transparent;
    border: 0px;
    outline: none;
    box-shadow: none;
}
.mbblmnu .dropdown-menu{
    background:#0d0d0d;
    width: 180px;
}
.mbblmnu .dropdown-menu a{
    color:rgba(255, 255, 255, 0.70);
    font-size: var(--fs14);
    letter-spacing: 0.3px;
    padding: var(--fs10) var(--fs14);
}
.mbblmnu .dropdown-menu a:hover, .mbblmnu .dropdown-menu a:focus, .mbblmnu .dropdown-menu a:active{
    color: var(--colorWhite);
    background: transparent;
}
.mbblmnu{display: none;}

.slctnav{font-size: 14px;}
.slctnav img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2622%) hue-rotate(268deg) brightness(115%) contrast(100%);
}
ul.navitms {
    position: absolute;
    width: 200px;
    background: #000;
    z-index: 99;
    padding: 10px 0px;
    border-radius: 24px;
    left: 0;
}

ul.navitms li a{
    padding: 8px 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    display: block;
}
ul.navitms li a:hover{
    color: var(--colorWhite);
}
ul.navitms li a:hover svg path{
    fill: var(--colorWhite);
    fill-opacity: 1;
}

.admnnv{display: none;}

.custom-dropdown {
    position: relative;
    width: fit-content;
    display:none;
}

.dropdown-selected {
    cursor: pointer;
    padding: 12px 14px;
    border-radius: 8px;
    background:transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:12px;
}

.dropdown-selected.active .arrow {
    transform: rotate(180deg);
}

.dropdown-selected > div svg path, .dropdown-selected.active > div svg path{
    fill: var(--colorWhite);
    fill-opacity: 1;
} 
.dropdown-selected > div{
    font-size: 13px;
}

.arrow {
    transition: transform 0.3s ease;
}

.dropdown-list {
    list-style: none;
    padding:10px 0;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 99;
    width: 260px;
        background: #000;
    border-radius: 24px;
}

.dropdown-list li a {
    align-items: center;
    gap: 10px;
    padding:8px 20px;
    color: #ffffff80;
    text-decoration: none;
    display: flex;
    gap: 8px;
    font-size: var(--fs14);
}

.dropdown-list li a:hover {
    background: #1e1e1e;
}

#mobile-modal .sidenav a.active{
    background-size: cover;
}

.modalHead{
    background-image: url(../images/img/user/bg/modalheadbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: var(--fs24);
}

.modalbody{
    background-image: url(../images/img/user/bg/modalbdybg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: var(--fs24);
    border-radius: var(--fs24);
}

.modalbody .msgs{
    color: rgba(255,255,255,0.50);
    line-height:22px;
    font-size: var(--fs18);
}
.btngrp{
    margin-top: 30px;
}
.btnsec {
    background: linear-gradient(286deg, #fff0 20%, #ffffff21 50%, #fff0 80%), linear-gradient(0deg, #ffffff0a 0% 100%) !important;
    background-image: url(../images/img/user/cancel.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 0px;
    height: 60px;
    border-radius: 10px;
}
.btnprm {
    background: linear-gradient(286deg, #fff0 20%, #ffffff52 50%, #fff0 80%), linear-gradient(0deg, #0065d2 0% 100%) !important;
    background-image: url(../images/img/user/confirm.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 0px;
    height: 60px;
    border-radius: 10px;
}



/* Sidebar base */
.notification-sidebar {
  background-image: url('../images/img/user/sidebrbg.png');
  background-size: cover;
  background-position: left top;
  max-width: 360px;
  transform: translateX(0);
  transition: transform 0.5s ease;
}

/* Responsive width */
@media (max-width: 576px) {
  .notification-sidebar {
    max-width: 100%;
  }
}



/* Close button */
.close-btn {
  background: transparent;
  border-radius: 6px;
}

/* Notification list */
.notification-list {
  overflow-y: auto;
  max-height: calc(100vh - 180px);
}


.btside, .wllside {
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100%;
}


.sideheadmain p{
    color: #fff6;
    font-size: 14px;
    font-weight: 300;
}

.notification-item p {
    color: #959595;
    font-size: 14px;
    line-height: 20px;
}
.notification-item img
{
    filter: brightness(0) saturate(100%) invert(90%) sepia(0%) saturate(6508%) hue-rotate(360deg) brightness(83%) contrast(96%);
}
.time-text{
    color: #959595;
    font-size: var(--fs12);
}

.border-gradient-bottom {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-image: linear-gradient(to right, #ffffff0d 0%, #ffffff59 50%, #ffffff0d 100%) 1;
}

/* WebKit scrollbar completely hidden */
.notification-list::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.notification-list::-webkit-scrollbar-track {
  background: transparent;
}

.notification-list::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

#overlayPanel {
  display: none;
}

.sideheadmain .ttlbal{
    margin-bottom: 0px;
    color: #fff6;
}


/* Sidebar base */
.wallet-sidebar {
  width: 360px;
  max-width: 100%;
  background-image: url('../images/img/user/sidebrbg.png');
  background-size: cover;
  background-position: left top;
}

/* Mobile */
@media (max-width: 576px) {
  .wallet-sidebar {
    width: 100%;
  }
}

/* Buttons */
.deposit-btn {
  width: 132px;
  height: 42px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(0deg,#0065d2,#0065d2);
  box-shadow: inset -1px -1px 1px #00000040, inset 1px 1px 1px #ffffff40;
}

.withdraw-btn {
  width: 132px;
  height: 42px;
  border-radius: 15px;
  color: #fff;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  box-shadow: inset -1px -1px 1px #00000040, inset 1px 1px 1px #ffffff0d;
}

/* QR */
.qr-box {
  background: rgba(255,255,255,0.04);
  border-radius: 20px;
  padding: 16px;
  backdrop-filter: blur(12px);
  box-shadow: inset -1px -1px 1px #00000040, inset 1px 1px 1px #ffffff0d;
}

/* Assets list */
.asset-list {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

.asset-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.wallhead p{
    color: #fff6;
    font-size: 16px;
    font-weight: 300;
}

/* Deposit button */
.deposit-btn {
  width: 132px;
  height: 42px;
  padding: 8px 16px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Inter', Helvetica, sans-serif;
  background:
    linear-gradient(286deg,
      rgba(255,255,255,0) 20%,
      rgba(255,255,255,0.32) 50%,
      rgba(255,255,255,0) 80%),
    linear-gradient(0deg, #0065d2 0%, #0065d2 100%);
  box-shadow:
    inset -1px -1px 1px #00000040,
    inset 1px 1px 1px #ffffff40;
  border: none;
}

/* Withdraw button */
.withdraw-btn {
  width: 132px;
  height: 42px;
  padding: 8px 17px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Inter', Helvetica, sans-serif;
  background:
    linear-gradient(286deg,
      rgba(255,255,255,0) 20%,
      rgba(255,255,255,0.13) 50%,
      rgba(255,255,255,0) 80%),
    linear-gradient(0deg,
      rgba(255,255,255,0.04) 0%,
      rgba(255,255,255,0.04) 100%);
  backdrop-filter: blur(12px) brightness(100%);
  -webkit-backdrop-filter: blur(12px) brightness(100%);
  box-shadow:
    inset -1px -1px 1px #00000040,
    inset 1px 1px 1px #ffffff0d;
  border: none;
}

/* Exchange icon */
.exchange-btn img {
  width: 42px;
  height: 42px;
  display: block;
}

.ref .lbl{
    color: var(--colorWhite);
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}
.pra{
    font-size: 12px;
    line-height: 12px;
    color: rgba(255,255,255,0.40);
    font-weight: 300;
}

.deposit-btn:hover, .withdraw-btn:hover{
    color: var(--colorWhite);
}

.deposit-btn:focus, .withdraw-btn:focus{
    outline: none;
    box-shadow: none;
}

.vlu{
    font-size: 16px;
    color: var(--colorWhite);
    text-decoration: none;
    font-weight: 300;
}

.coinn .srtnm{
    color: #a1a1a1;
    font-size: var(--fs12);
}

.coinlist{
    overflow-y: auto;
    max-height: calc(70vh - 180px);
}

/* WebKit scrollbar completely hidden */
.coinlist::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.coinlist::-webkit-scrollbar-track {
  background: transparent;
}

.coinlist::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}
#total-m{
    display: none;
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-width: 360px;
    background-image: url('../images/img/user/sidebrbg.png');
    background-size: cover;
    background-position: left top;
    transition: transform 0.5s ease;
    z-index: 99999;
}

/* Header */
.sidebar-header {
    padding: 20px 24px;
    
}
header.sidebar-header a{
    font-size: var(--fs14);
    color: var(--white);
}
header.sidebar-header a svg path{
    fill: var(--colorWhite);
    fill-opacity: 1;
}

#sidebar{
    display: none;
}

/* Nav */
.sidebar-nav .nav-link {
    height: 62px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.30);
    font-size: 16px;
    font-weight: 300;
    border-radius:16px;
    display: flex;
    align-items: center;
    gap:12px;
}
.sidebar-nav .nav-link.active{
    color: #8ab1ff;
    background-image: url(../images/img/user/bg/navbg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidebar-nav .nav-link.active svg path{
    fill: #8ab1ff;
    fill-opacity: 1;
}

/* Close */
.close-btn {
    background: transparent;
    border: none;
}

#openMnu{
    display: none;
}




/*  Media Queries */

@media only screen and (max-width:1599px){
    .lp-crd{right: -30px; bottom: -207px;}
    .er-lvl2 {        background-position: 50% 26%;    }
    .ftre-lvl3{background-position: 50% 27%;}
    .hang-blck .cr-crd:nth-child(2), .hang-blck .cr-crd:first-child{left: 0;}
    .hang-blck .cr-crd:nth-child(4), .hang-blck .cr-crd:last-child {    left: 0;}
    .the-futre{background-size: cover;}
    .clitems{grid-template-columns: repeat(7, 1fr);}
    .nav2 ul{gap:var(--fs20)}
    .nav2 ul li a{font-size: 15px;}
}
@media only screen and (max-width:1499px){
    .lp-crd{right: -20px; bottom: -207px;}  
    .er-lvl2{background-position: 50% 26%;}
    .ftre-lvl3{background-position: 50% 30%;}
    .clitems{grid-template-columns: repeat(5, 1fr);}
    .nav2{display: none;}
}
@media only screen and (max-width:1399px){
    .lp-crd{right: -0px; bottom: -180px;}  
    .f-bar{flex-wrap: wrap;}
    .f-bar h4{text-align: center; margin-bottom: 20px; width: 100%;}
    .cr-img {    position: relative;     max-width: 66%;}
    .er-lvl2{background-position: 50% 31%;}
    .app-text .ttl h2{ font-size: var(--fs34);}
    .ftre-lvl3{background-position: 50% 44%;}
    .fture-itm1 {    top:var(--fs32);}
    .fture-itm2 {  left: 120px;    top: var(--fs18);  }
    .fture-itm3 {  top: var(--fs56);  }
    .the-futre{min-height: auto;}
}
@media only screen and (max-width:1299px){
    .navigation ul{gap: var(--fs30);}
    .navigation{gap:var(--fs40)}
    .lp-crd{right: -0px; bottom: -180px;}  
    .cr-img {    max-width: 70%;    margin-top: 35px;}
    .setupbx {        max-width: 85%;        margin: 0 auto;        position: relative;        top: -50px;    }
    .hang-blck{max-width: 100%;}
    .hang-blck .cr-crd{max-width: 20%;}
    .hang-blck .cr-crd:nth-child(2), .hang-blck .cr-crd:nth-child(4){top:0px;}
    .hang-blck .cr-crd:nth-child(3){top: 0px;}
    .tech-lvl1 > div{gap:132px;}
    .mbblmnu{display: block;}
    .usrwlgt{display: none !important;}
    #openMnu{display: flex;}

    .hang-blck{gap:var(--fs10); max-width: 95%; justify-content: center;}
    .hang-blck .cr-crd{width:31%; max-width: none; border-color: rgba(255, 255, 255, 0.30);}
    .tech-lvl1 > div{gap: calc(var(--fs50) * 2);}
    .hm-tech.tech-lvl3{padding-bottom:500px;}
    .hm-stpbx{background-size: contain;}
    .hm-stpbx img{max-width:65%;}
    .time-item h4{font-size: var(--fs20);}
    .time-item p{font-size: var(--fs14);}
    .clitm.done:after{width: 100px; height: 108px;}
    .clitm.failed:after{width: 100px; height: 108px;}
    .clitm:after{width: 95px; height: 130px;}
    .clitm.golden:after{width: 95px; height: 130px;}
    .clitems{grid-template-columns: repeat(4, 1fr);}
    .webadmin{display: block;}
    .custom-dropdown{display: block;}
    iframe.mppping {    height: 450px;    width: 100%;}
}

@media only screen and (max-width:1199px){
    .ttl h2{font-size: 42px;}
    .q-items{grid-template-columns: repeat(3, 1fr);}
    .lp-crd {        position: unset;        flex-wrap: wrap;        max-width: 75%;        margin: 0 auto -50px;    }
    .lp-crd{flex-wrap: wrap;}
    .blck3{flex-wrap: wrap;}
    .blck3 > div{width: 48%;}
    .er-lvl2{background-position: 50% 37%;}
    .app-text{padding: var(--fs50);}
    .app-dis p{width: calc(95% - 64px);}
    .er-lvl2 {        background-position: 50% 27%;    }
    .kaks .q-items .q-item{border-bottom:1px solid #ffffff26;}
    .kaks .q-items .q-item:nth-child(4){border-left:1px solid #ffffff26;}
    .kaks .q-items .q-item:nth-child(3), .kaks .q-items .q-item:nth-child(2), .kaks .q-items .q-item:nth-child(1){border-top:1px solid #ffffff26;}
    .kaks:before, .kaks:after{content: none;}
    .er-lvl1 .card-item .t-up h4{font-size: var(--fs18);}
    .ftre-lvl3{background-position: 50% 50%;}
    .tech-lvl5{background-position:22% top;}
    .hang-blck{gap:var(--fs10); max-width: 95%; justify-content: center;}
    .hang-blck .cr-crd{width:31%; max-width: none; border-color: rgba(255, 255, 255, 0.30);}
    .tech-lvl1 > div{gap: calc(var(--fs50) * 2);}
    .connect-info{padding-top: var(--fs48);}
    .im-lg, .im-lg img{height: auto;}
    .ftre-lvl1{padding-bottom: 250px;}
    .leadarea{padding-top: 100px;}
    .abt-lvl1 .lp-crd p{max-width: 78%;}
    a.carousel-control-prev{left: 42%;}
    a.carousel-control-next{right: 42%;}
    .hm-tech.tech-lvl3{padding-bottom:400px;}
    .fture-itm1 {        top: 82px;    }
    .fture-itm2{top: 66px;}
    .fture-itm3{top: var(--fs36);}
    .time-item {    padding: 107px 0px 0 var(--fs20);}
    .tmlne{padding: 0px var(--fs24);}
    .s-item{font-size: 18px;}
    .mbbgb .mbl-img{width: 90%;}
    .blc3:after{width: 64%;    height: 62%;    position: absolute;    bottom: -0;}
    .blc8:after{height: 160px; right: -74px;}
    .blc6 p{width: 100%;}
    .blc8 p{width: 49%;}
    .clitems{grid-template-columns: repeat(3, 1fr);}
    
    
}
@media only screen and (max-width:991px){
    .f-ttl h4{font-size: var(--fs44); line-height: var(--fs52);}
    .vis-card{font-size: calc(var(--fs16) - 1px);}
    .abt-h-img{margin-top: 0px;}
    .lp-crd{position: unset; max-width: 80%; margin-bottom: -50px;}
    .lp-crd{flex-wrap: wrap;}
    
    .cr-img {max-width: 100%;margin-top: 0;    }
    .cr-img img{right: 0;}  
    .mbl-img { width: 100%; padding: 0px 10%;    }
    .mbl-img img{position: unset; margin: 0 auto;}
    .er-lvl2 {        background-position: 50% 33%;    }
    .his-blck .ttl h2{  font-size: var(--fs36);}
    .ftre-lvl3{background-position: 50% 55%;}
    .tech-lvl5{background-position:34% 0; padding: 100px 0px;}
    .tech-lvl3{padding-bottom: 500px;   }
    .tech-lvl3 .kaks .q-item {    background: rgba(0, 0, 0, 0.5);}
    .hang-blck{gap:var(--fs10); max-width: 95%; justify-content: center;}
    .hang-blck .cr-crd{width:49%; max-width: none; border-color: rgba(255, 255, 255, 0.30);}
    .tech-lvl1 > div{gap: calc(var(--fs50) * 2);}
    .tech-lvl1{padding-bottom:var(--fs50);}
    .tech-lvl2{padding: var(--fs50) 0;}
    .tech-lvl3{padding-top: 70px;}
    .tech-lvl3{padding-bottom: 150px;}
    .abt-lvl1 .lp-crd p {        max-width: 72%;    }
    .ourstry, .abt-lvl4, .abt-lvl3{padding-bottom: var(--fs50);}
    .abt-lvl5{padding-top: var(--fs50);}
    .abt-lvl6{min-height: auto;}
    .abt-lvl6 .ttl h2 br{display: none;}
    .abt-lvl6{padding: 100px 0px;}
    .prc-card{background-size: contain;}
    .hm-tech.tech-lvl3{padding-bottom:250px;}
    .hm-stpbx{padding: 100px 0px;}
    .the-futre{background-image: none;}
    .fture-itm1, .fture-itm2, .fture-itm3 {    padding: 50px 0px 0px 50px; top:0;}
    .fture-itm1:after, .fture-itm2:after{	bottom: auto;    top: 52px;}
    .fture-itm2{left: 0;}
    .fture-itm2:after{top: 52px;}
    .fture-itm3{right: 0;}
    .fture-itm3:before{right: auto; left: 0;}
    .fture-itm3:after{left: -9px; top: 52px;}
    .the-futre > div > div.row{max-width: 70%; margin: 0 auto;}
    .fture-itm p{max-width: 100%;}
    .the-futre{min-height: auto;}
    .er-hero{padding-bottom:100px;}
    .tphed h4{font-size: var(--fs26);}
    .participation{background-size: cover;}
    .stages {     gap: 65px;  padding: 70px 0px;     width:100%;        margin: 0 auto;    }
    .s-item{width: 100%; text-align: start;padding-left:75px; padding-top: 0px;}
    .s-item:before{margin: 0; top: 0;    left: 17px;}
    .stages:before {        background-image: url(../images/img/user/hr-ln1.svg);   left: 26px;     width: 5px;        height: 100%;        background-size: 100% 100%;    }
    .blc1{min-height: auto;}
    .tphed h4{width: 80%;}
    .blc3:after{height: 85%;}
    .blc3, .blc4{min-height: auto;}
    .blc5, .blc7 {    min-height: 310px;}
    .blc8{min-height: 269px;}
    .blc8:after {        height: 174px;        right: -27%;    }
    .clitems{grid-template-columns: repeat(3, 1fr);}
    .ntlptr .ttl2 h2{font-size: var(--fs30);}
    .ntlptr .react-multiple-carousel__arrow--right{right: var(--fs20);}
    .ntlptr .react-multiple-carousel__arrow--left{right:86px;}
    
}
@media only screen and (max-width:767px){
    .f-ttl h4{font-size: var(--fs32); line-height: var(--fs40);}
    .copy-right p br{display: none;}
    .ttl h2{font-size: 32px; line-height: 120%;}
    .his-blck .ttl h2 {     line-height: 120%;   font-size: var(--fs32);        word-break: keep-all;        line-height: var(--fs40);    }
    .ttl h2 br{display: none;}
    .short-logo li{padding: calc(var(--fs10) - 4px) var(--fs16);}
    a.btn-primary{line-height: var(--fs52); padding: 0 var(--fs24); font-size: var(--fs18);}
    .mbl-nav{top:calc(var(--fs20) * 4);}
    .q-items{grid-template-columns: repeat(2, 1fr);}
    .abt-lvl2{background-size: auto 24%;}
    .v-text p{font-size: var(--fs18);}
    .ap-card{flex-wrap: wrap;}
    .ap-card > div{width: 100%;}
    .ap-card p{max-width: 100%;}
    .vis-card{font-size:var(--fs16);}
    .lp-crd{position: unset; max-width: 100%; margin-bottom: 0px;}
    .lp-crd{flex-wrap: wrap;}
    .cr-lvl3{background-size: auto 22%;}
     .blck3 > div{width: 100%;}
     .koth .ap-card p{    max-width: calc(100% - 90px);}
    .app-text{padding: var(--fs24);}
    .app-dis{padding: var(--fs48) var(--fs24) var(--fs24) var(--fs24); margin-top: var(--fs24); border-radius: var(--fs36); max-width: 100%;}
    .app-dis p{width: 100%; }
    .dn-app .app-text .ttl h2{font-size: var(--fs24);}
    .er-lvl2 {        background-position: 50% 32%;    }
    .kaks .q-items .q-item{border:1px solid #ffffff26 !important;}
    .his-text .ap-card p{max-width: 75%;}
    .ftre-lvl3{background-position: 50% 60%;}
    .tech-lvl5 {        background-position: 0 0;        padding: 300px 0 100px;        background-size: 160% auto;        background-color:var(--bg-black);    }
    .tech-lvl3{padding-bottom:250px;   }
    .hang-blck{gap:var(--fs10); max-width: 95%; justify-content: center;}
    .hang-blck .cr-crd{width: 48%;}
    .tech-lvl1 > div{gap: var(--fs60);}
    .faq-items .accordion-dark .accordion-item .accordion-button{font-size: var(--fs20); font-weight: 400;}
    .padd-top-200{padding-top: 150px;}
    .policy-text p {    word-wrap: break-word;}
    .ftre-lvl1{padding-bottom: 120px;}
    .er-hero{padding-bottom: 100px;}
    .kak{padding-top: 0px;}
    .abt-lvl6 .ap-card > div {        width: 74%;    }
    .cntrs{padding:60px 0px;}
    .cntr-sec button{font-size: var(--fs16) !important;}
    .cnt-item{padding: var(--fs24);}
    .ieco, .arch, .mission, .atmate, .social, .economy{padding: 60px 0px;}
    a.carousel-control-prev{left: 38%;}
    a.carousel-control-next{right: 38%;}
    .ecosys{min-height: 350px;}
    .hm-tech.tech-lvl3{padding-bottom:200px;}
    .hm-stpbx img {        max-width: 75%;    }
    .hm-stpbx{padding: 80px 0px;}
    .the-futre > div > div.row{max-width: 80%;}
    .padd120, .padd100{padding:var(--fs64) 0;}
    .ftre-lvl2:before { left: 31px;  top: -14px;    }
    .ftre-lvl2:after{top: 150px; left:-23px; width: 112px; height: 400px;}
    .his-blck:after{left: var(--fs24); top: -8px;}
    .his-blck {    padding-left: var(--fs60);    padding-right: var(--fs20);}
    .his-blck:after{width:var(--fs18); height: var(--fs18); outline: var(--fs10) solid #ffffff1a;}
    .ftre-lvl2 > .container{padding-bottom: 100px;}
    .ftre-lvl2 .his-blck{padding-bottom:80px;}
    .padd180{padding: 100px 0px;}
    .dwn-app{padding-bottom: 60px;}
    .er-lvl1{background-image: url(../images/img/front/earn-mbl-bg.png);}
    .er-lvl2 .app-dis p{width:80%; font-size: var(--fs14);}
    .ply-btn{width: 75px; height: 75px;}
    .tech-lvl2{padding: 70px 0px;}
    .video-area{padding: 20px 0px;}
    .tech-lvl3 {        background-size: 135% auto;        padding-top: 60px;        padding-bottom: 225px;    }
    .joinus{padding: var(--fs60) 0px ;}
    .cr-lvl3 {        background-position: 50% 70%;        background-size: 130%;    }
    .abt-lvl3{background-size: 146% auto; background-position: center 32%;}
    .abt-lvl6 {        background-image: url(../images/img/front/abt-bg7.png);        padding-bottom: 480px;        background-size: contain;        background-position: center bottom;    }
    .ap-card span {    border-radius: 8px;    width: var(--fs50);    height: var(--fs50);}
    .abt-lvl6 .ap-card > div {        width: calc(100% - 75px);    }
    .herosec{padding-top: 200px; background-image: url(../images/img/user/hero-bg-mbl.png); min-height: 1385px;}
    .ttl2 h2{font-size: var(--fs32);}
    .ttl2 p {    font-size: 17px;}
    .blu-style{line-height: 60px; height: auto; padding: 0px 24px;}
    .breadcrume{gap:var(--fs16);}
    .det-vw ul li{padding-top: 0px; margin-top: 8px;}
    .det-vw ul li label{width: 100%; margin-bottom: 3px;}
    .det-vw ul li span{width: 100%; background: rgba(255, 255, 255, 0.06); border-radius: var(--fs10); padding: var(--fs10);}
    .det-vw ul li label:after, .det-vw ul li:before{content: none;}
    .participation {        background-size: auto 100%;        background-position: center;    }
    .det-vw ul{background: transparent; padding: 0;}
    .s-item:before{left: 19px;}
    .blckr{min-height: auto;}
    .blc3:after{        height: 100%; width: 47%; bottom: -23px;}
    .blc3 p {    width: 40%;}
    .blc4 p {    width: 50%;}
    .blc8 {        min-height: 269px !important;    }
    .clitems{grid-template-columns: repeat(2, 1fr);}
    .ttl2 h2{font-size: 26px;}
    .crlitme{min-height: 190px;}
    .ntlptr .ttl2{padding: var(--fs24) var(--fs16);}
    .mdl{width: 500px;}
    .ntlptr .ttl2 h2 { font-size: var(--fs24); }
    .ntlptr .ttl2{width:60%}
    .ntlptr .owl-nav button{width:var(--fs44); height: var(--fs44);}
    .ntlptr .owl-nav{top:30px; right: 20px;}
    .crlitme p{font-size:var(--fs20); line-height: var(--fs22);}
    .sidebar{max-width: 100%;}
}   

@media only screen and (max-width:575px){
    .f-ttl h4{font-size: var(--fs30); line-height: var(--fs38);}
    .f-bottom .f-links{gap: var(--fs12);}
    .q-items{grid-template-columns: repeat(1, 1fr);}
    .abt-lvl2{background-size: auto 20%;}
    .blck3 > div{width: 100%;}
    .cr-crd{padding: var(--fs10); border-radius: var(--fs30);}
    .er-lvl2 {        background-position: 50% 36%;    }
    .values{gap: var(--fs24);}
    .hang-blck .cr-crd{width: 100%; max-width: none;}
    .consult-form{padding: var(--fs30) var(--fs20) var(--fs20);}
    .policy-text h4{font-size: var(--fs20);}
    .policy-text h5{font-size: var(--fs18); font-weight: 500;}  
     a.carousel-control-prev{left: 33%;}
    a.carousel-control-next{right: 33%;}
    .hm-tech.tech-lvl3{padding-bottom:100px;}
    .the-futre > div > div.row{max-width: 95%;}
    .btn-style.btn-primary, .btn-style.btn-secondary{font-size: var(--fs18); padding-left: var(--fs26); font-weight: 500;}
    .ftre-lvl2:before{top: 2%;}
    .his-blck {        padding-left: var(--fs44);        padding-right: 0;    }
    .his-blck:after{left: var(--fs20);}
    .ftre-lvl2:before{left: 27px;}
    .ftre-lvl2:after { top: 200px; left: -27px; }
    .ftre-lvl3 {        background-position: 50% 65%;    }
    .er-lvl2 .app-dis p{width:72%; font-size: var(--fs14);}
    .tech-lvl5{background-size: 230%;}
    .f-links ul{gap:6px}
    .f-links ul li a, .get-connect a, .f-links p{font-size: var(--fs14); display: block; line-height: normal;}
    .get-connect br{display: none;}
    .social-media li a{display: flex !important;}
    .herosec{min-height: 1530px;}
    .blckr{justify-content: flex-start;}
    .tphed h4{font-size: var(--fs20);}
    .blckr p{font-size: var(--fs14); width: 100% !important;}
    .blc8 {        min-height: 310px !important;    }
    .blc8:after {        height: 250px;        right: 0;        bottom: -25%;    }
    .blc1 .tphed{order: 1;}
    .blc1 p{order: 2;}
    .blc1 img{order: 3; margin-bottom: -36px;}
    .blc3{min-height: 300px;}
    .blc3:after{background-image: url(../images/img/user/blc3bg1.png);}
    .tphed h4 br{display: none;}
    .blc3:after {        height: 254px;        bottom: -51px;        width: 100%;        background-size: cover;    }
    .blc7{min-height: 300px;}
    .blc7 p {    width: 60% !important;}
    .blc7:after{width: 161%; height: 430px; bottom: -80px; right: 0;}
    .clitems{grid-template-columns: repeat(2, 1fr);}
    .clitm{padding: var(--fs16); min-height: 150px;}
    .clitm.cntnt .cntstts{width: 100%;}
    .clitm.cntnt .cntstts label{font-size: 12px;}
    .clitm.done:after, .clitm.failed:after {        width: 70px;        height: 74px;    }
    .clitm:after, .clitm.golden:after {        width: 65px;        height: 89px;    }
    .mdl{width:100%; padding: 10px;}
    .md-ttl{padding: 14px var(--fs24);}
    .md-bdy{padding: var(--fs16);}
    .mbblmnu .dropdown button{font-size: var(--fs14);}
    .lngblwlt .choose-lang{width: 94px;}
    .breadcrume{gap:10px;}
    .breadcrume li, .breadcrume li a{font-size: 14px; gap:7px}
    .ttl2 label{font-size: var(--fs12); line-height: var(--fs16);}
    .ntlptr .ttl2 h2{font-size:var(--fs18px); font-weight: normal;}
    .ntlptr .owl-nav {        top: 22px;        right: 8px;    }
    .ntlptr .owl-nav button{width: var(--fs38); height: var(--fs38);}
    .crlitme span a{width: 32px; height: 32px;}
    .crlitme{min-height: 150px;}
    .crlitme p { font-size: 16px; line-height: var(--fs20); width: 100%; }
    
    .natprtnr{padding: 180px 0px 100px;}
    .crlicon{width: 28px; height: 28px;}
    .crlicon img{height: 14px;}
    .lngblwlt .choose-lang{width: 70px; font-size: 12px;}
    .lngblwlt .choose-lang img{height: 14px;}
    .ntlptr .react-multi-carousel-list .carone{padding-top:170px;}
}