.road-rage-regular {
  font-family: "Road Rage", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.landingpage_wrapper {
  background: #000000;
  min-height: 100vh;
  overflow-x: hidden;
  position:Relative;
}


.landingpage_wrapper *,
.landing--headerCover * {
  box-sizing: border-box;
  line-height:1.3;
}

.landingpage_wrapper a {
  transition: all ease 0.3s;
}

.landingpage_wrapper img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.landingpage_wrapper .center-width {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.landing--headerCover{
  position:sticky;
  z-index:10;
  top:0;
  background:#000;
}

.landing--header {
  max-width:1200px;
  margin:0 auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  background: #000000;
  
}

.landing--header .logo {
  width: 146px;
}

.landing--header .links {
  display: flex;
  gap: 30px;
  flex:1;
  align-items: center;
  justify-content: space-between;
}

.landing--header .links a {
  display: block;
  position: relative;
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

.landing--header .links .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.landing--header .links .buttons a {
  padding: 10px 20px;
  border-radius: 35px;

  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lato-Bold";
  line-height: 1;

  color: #fff;
  border: 1px solid #ffffff;
}

.landing--header .links .buttons a:hover {
  background: #ffc427;
  color: #000000;
  border: 1px solid #ffc427;
}

.landing--top {
  position: relative;
}

.landing--top-background {
  background: url(../images/landing_images/topbg.png);
  background-size: cover;
  background-position: center right;
  min-height: 500px;
  padding: 50px 10px;
}

.landing--top .text {
  max-width: 700px;
}

.landing--top .text .title {
  font-size: 150px;
  color: #ffffff;
  text-transform: uppercase;

  font-family: "Road Rage";
  line-height: 1;
  font-style: italic;
}

.landing--top .text .title b {
  display: block;
  color: #ffc427;
  font-size: 120px;
}

.landing--top .text .subtitle {
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 20px;
  font-family: "Lato-Bold";
}

.landing--top .text p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.landing--top .text .buttons {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  align-items: center;
}

.landing--top .text .buttons a {
  padding: 15px 30px;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background:rgba(0,0,0,0.5);
  font-family: "Lato-Bold";
}

.landing--top .text .buttons a.main {
  color: #000;
  background: #ffc427;
  border: 1px solid #ffc427;
}

.landing--top .floating-stat {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}

.landing--top .floating-stat .box {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 20px;
  flex: 1;
  position: absolute;
}

.landing--top .floating-stat .box i {
  color: #ffc427;
  font-size: 40px;
}

.landing--top .floating-stat .box .text {
  color: #fff;
}

.landing--top .floating-stat .box .text b {
  display: block;
  font-size: 20px;
  font-family: "Lato-Bold";
}

.landing--top .floating-stat .box .text p {
  font-size: 16px;
}

.landing--top .floating-stat .box:first-child {
  right: 0;
  top: 0;
}

.landing--top .floating-stat .box:last-child {
  right: 0;
  bottom: 0;
}

.landing--top .floating-stat .box:nth-child(2) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.landing--section-one {
  background: #0a0f1d;
  padding: 20px 10px;
}

.landing--section-one .featured {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  justify-content: space-between;
}

.landing--section-one .featured .items {
  padding: 30px;
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: center;
  flex: 1;
  justify-content: center;
  position: relative;
}

.landing--section-one .featured .items:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
}

.landing--section-one .featured .items:last-child:before {
  display: none;
}

.landing--section-one .featured .items .icon i {
  font-size: 30px 10px;
  color: #ffc427;
}

.landing--section-one .featured .items .text {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.landing--section-one .featured .items .text b {
  color: #ffc427;
  font-family: "Lato-Bold";
}

.landing--section-two {
  background: url("../images/landing_images/midbg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 100px;
  min-height: 700px;
  padding: 50px 10px;
  position: relative;
}

.landing--section-two .title {
  text-align: center;
  font-size: 50px;
  font-family: "Lato-Bold";
  color: #fff;
  padding-bottom: 10px;
}

.landing--section-two .title b {
  color: #ffc427;
}

.landing--section-two .subtitle {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
}

.landing--section-two .floating-text {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 30px 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}

.landing--section-two .floating-text p {
  margin: 5px 0px;
}

.landing--section-three {
  padding: 50px 10px;
}

.landing--section-three .chartcover {
  position: relative;
}

/* OUTER FRAME: this is the gradient — but only ever visible
     as a thin ring, because the inner box covers everything
     except a small padding gap. */
.glow-frame {
  position: relative;
  width: 100%;
  padding: 2px; /* <-- this number = border thickness */
  border-radius: 20px;
  background: linear-gradient(135deg, #ffd76a, #b8860b 40%, #402a06 70%, #ffd76a);
  z-index: 0;
}

/* Soft ambient glow: a blurred copy of the same gradient,
     placed behind the frame only, not touching the inside. */
.glow-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  filter: blur(16px);
  opacity: 0.6;
  z-index: -1;
}

/* INNER BOX: plain dark card. This is what makes the gradient
     collapse down to just a thin outline instead of filling
     the whole card. */
.glow-inner {
  background: #0b0e17;
  border-radius: 18px; /* slightly less than outer, so corners nest */
  padding: 10px;
  text-align: center;
  color: #fff;
}

.chartcover .main-chart .top-chart {
  display: flex;
}

.chartcover .main-chart {
  margin-bottom: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.chartcover .text {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
}

.chartcover .text span {
  display: block;
  font-size: 50px;
  font-family: "Lato-Bold";
}

.chartcover .text span b {
  color: #ffc427;
}

.chartcover .text p {
  font-size: 22px;
}

.chartcover .text p i {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.landing--section-four {
  position: relative;
  padding: 50px 10px;
}

.landing--section-four .text {
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  font-family: "Lato-Bold";
  padding-bottom: 10px;
}

.landing--section-four .text b {
  color: #ffc427;
}

.landing--section-four .subtext {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
}

.landing--section-four .item-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: stretch;
  padding-bottom: 50px;
}

.landing--section-four .item-list .box {
  flex: 1 1 25%;
  padding: 20px 20px;
  background: #080d18;
  border: 1px solid #162032;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;

  align-items: center;
  text-align: center;
  color: #ffffff;
}

.landing--section-four .item-list .box .icon {
  width: 100px;
}

.landing--section-four .item-list .box span {
  font-family: "Lato-Bold";
  font-size: 20px;
  line-height: 1.5;
}

.landing--section-four .item-list .box p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.landing--section-four .workflow-group {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
  position: relative;
}

.landing--section-four .workflow-group:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.landing--section-four .workflow-group .box {
  position: relative;
  width: 100%;
  z-index: 2;
}

.landing--section-four .workflow-group .box .number {
  position: absolute;
  top: -30px;
  padding: 10px 10px;
  border-radius: 8px;
  background: #ffc427;
  text-align: center;
  color: #000000;
  font-family: "Lato-Bold";
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.landing--section-four .workflow-group .box .icon {
  background: #080d18;
  border: 1px solid #162032;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.landing--section-four .workflow-group .box .icon i {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.landing--section-four .workflow-group .box p {
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}

.landing--section-four .buttons {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.landing--section-four .buttons a {
  padding: 15px 30px;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  color: rgb(0, 0, 0);
  background: rgb(255, 196, 39);
  border: 1px solid rgb(255, 196, 39);
  font-family: Lato-Bold;
}

.landing--section-five {
  padding: 80px 10px;
  background: url(../images/landing_images/btmbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.landing--section-five .joinusnow {
  width: 70%;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 30px;
  flex-direction: column;
  color: #ffffff;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 30px;
  border-radius: 15px;
  margin-top: 30px;
}

.landing--section-five .joinusnow .title {
  font-size: 50px;
  color: #fff;
  font-family: "Lato-bold";
}

.landing--section-five .joinusnow .title b {
  color: #ffc427;
  font-family: "Road Rage", sans-serif;
  font-size: 100px;
}

.landing--section-five .joinusnow p {
  font-size: 16px;
  line-height: 1.5;
}

.landing--section-five .buttons a {
  padding: 15px 30px;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  color: rgb(0, 0, 0);
  background: rgb(255, 196, 39);
  border: 1px solid rgb(255, 196, 39);
  font-family: Lato-Bold;
  display: block;
}

.landing--section-six{
  background: #0a0f1d;
  padding: 40px 10px;
}

.landing--section-six .list{
  display:flex;
  gap:100px;
  justify-content: center;
  align-items:center;
  flex-wrap:wrap;
  gap:40px;
}

.landing--section-six .list .item{
  display:flex;
  gap:10px;
  align-items:center;
  color:#fff;
}

.landing--section-six .list .item .icon i{
  font-size:30px;
}

.landing--section-six .list .item .text b{
  font-size:20px;
  font-family:"Lato-Bold";
  padding-bottom:5px;
  display:block;
}

.landing--section-six .list .item .text p{
  font-size:14px;
}

.landing--footer{
  padding:30px 10px;
}

.landing--footer .line-one{
  text-align:center;
  display:flex;
  gap:10px;
  align-items:center;
  color:#ffffff;
  padding-bottom:20px;
  justify-content: center;
}

.landing--footer .line-one p{
  font-size:14px;
}


.landing--footer .line-two{
  color:#ffc427;
  font-family: "Lato-Bold";
  font-size:26px;
  text-align:center;
  position:relative;
  padding-bottom:20px;
  line-height:1.3;
}

.landing--footer .line-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffb85c, transparent);
  box-shadow: 0 0 10px 2px rgba(255, 184, 92, 0.7);
}

.landing--header .mobile-menu i{
  color:#ffffff;
  font-size:40px;
  position:relative;
  display:none;
  z-index:11;
}

@media only screen and (max-width: 1100px) {
 .landing--header .links{
  position:fixed;
  top:0;
  right:-100%;
  width:300px;
  background:#000000;
  border-left:1px solid rgba(255,255,255,0.3);
  height:100vh;
  overflow-y:auto;
  flex-direction: column;
  z-index:10;
  gap:10px;
  padding:10px 30px;
  transition:all ease 0.3s;
  justify-content: center;
 }

 .landing--header .links.show{
  right:0;
  transition:all ease 0.3s;
 }

 .landing--header .links a{
  padding:20px 0px;
 }

 .landing--header .links .buttons{
  flex-direction: column;
  width:100%;
 }

 .landing--header .links .buttons a{
  width:100%;
 }

 .landing--header .mobile-menu i{
    display:block;
    cursor:pointer;
  }
}

@media only screen and (max-width: 850px){
  .landing--top .floating-stat{
    position:relative;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    flex-wrap:wrap;
    margin-top:30px;
  }

  .landing--top .floating-stat .box{
    position:relative;
    top:initial !important;
    left:initial!important;
    bottom:initial!important;
    right:initial!important;
    transform:none !important;
    flex:1;
  }

  .chartcover .main-chart .top-chart{
    flex-wrap:wrap;
  }
}

@media only screen and (max-width: 768px){
  .landing--top .text .title{
    font-size:100px;
  }

  .landing--top .text .title b{
    font-size:100px;
  }

  .landing--top .text .subtitle{
    font-size:20px;
  }

  .landing--top .text p{
    font-size:16px;
  }

  .landing--section-one .featured{
    flex-wrap:wrap;
  }

  .landing--section-one .featured .items{
    flex:1 1 50%;
  }

  .landing--section-two .floating-text{
    width:calc(100% - 20px);
  }

  .landing--section-four .item-list{
    flex-wrap:wrap;
  }

  .landing--section-four .item-list .box{
    flex:1 1 49%;
  }

  .landing--section-five .joinusnow{
    width:100%;
  }
}

@media only screen and (max-width: 576px){
  .landing--section-four .workflow-group{
    flex-wrap:wrap;
    gap:10px;
    row-gap:50px;
  }

  .landing--section-four .workflow-group .box{
    flex:1 1 49%;
  }

  .landing--section-four .workflow-group:before{
    display:none;
  }

  .landing--top-background{
    background-position: center right -200px;
  }
}

@media only screen and (max-width: 480px){
  .landing--top .text .title{
    font-size:50px;
  }

  .landing--top .text .title b{
    font-size:70px;
  }

  .landing--top .text .buttons{
    flex-direction: column;
  }

  .landing--top .text .buttons a{
    width:100%;
   }

  .landing--section-one .featured .items{
    flex:1 1 100%;
  }

  .landing--section-one .featured .items:before{
    display:none;
  }

  .landing--section-two{
    min-height:550px;
  }

  .landing--section-six .list{
    justify-content: flex-start;
  }

  .landing--footer .line-one{
    flex-direction: column;
  }

  .landing--section-two .title,
  .chartcover .text span,
  .landing--section-four .text,
  .landing--section-five .joinusnow .title{
    font-size:40px;
    line-height:1.3;
  }

  .landing--section-five .joinusnow .title b{
    display:block;
  }
  
}