body {
    font-family: "Roboto Slab", serif !important;
    background-color: #291B00 !important;
    color: white !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls {
display:none !important;
}
video::-webkit-media-controls-timeline {
display: none;
}

video::-webkit-media-controls-current-time-display {
display: none;
}
video::-webkit-media-controls-start-playback-button {
display: none !important;
-webkit-appearance: none;
}
video::-moz-range-track{
display: none !important;
}
.IIV::-webkit-media-controls{
opacity: 0;
pointer-events: none;
width: 5px;
}
.fs-p {
    font-family: "Poppins", sans-serif;
}

.btn-1 {
    background: linear-gradient(87.44deg, #F8A102 8.1%, #FEE09C 71.18%) !important;
    border: 1px solid #F8A102 !important;
    border-radius: 100px !important;
    color: #000 !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-1:hover {
    background: #000000 !important;
    border: 1px solid #F8A102 !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02);
}

.btn-2 {
    border: 1px solid #F8A102 !important;
    border-radius: 100px !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-2:hover {
    border: 1px solid #F8A102 !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02);
}

.title {
    font-family: "Roboto Slab", serif;
    font-size: 54px;
    font-weight: 400;
}

.gradtxt {
    background: linear-gradient(90deg, #FFC62A 0%, #FFFFFF 56.73%, #FF9500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fs1 {
    font-size: 3.5rem !important;
}

/* Home Page style */
.banner-bg {
    background: url('../../images/banner-bg.png') center/cover no-repeat;
    background: #000;
    min-height: 100vh;
    padding: 0;
}
.site-container {
    max-width: 95% !important;
}
.dn {
    display: none;
}
.sitebtn {
    min-width: 160px;
    padding: 12px;

} 
.bannervid,.solutionvid {
    position: absolute;
    right: 0;
    height:100%;
    top:0;
}
.blurbox{
    background: #000000;
    width: 130px;
    height: 100%;
    position: absolute;
    filter: blur(42px);
    left: -80px;
}

.bannervid video,.solutionvid video {
    height: 100%;
}

.leftvid {
    position: absolute;
    left: -5%;
    height: 70vh;
    top: 0px;
    top: 0vh;
}

.banner-bg:before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0), rgb(0 0 0 / 0%));
    width: 50%;
    left: 0px;
    z-index: 9;
    top:0px;
}
.blurbox1 {
    background: linear-gradient(180deg, #000000 50%, #00000000);
    width: 100%;
    height: 10%;
    position: absolute;
    filter: blur(0px);
    left: 0;
    z-index: 9;
    top: 0px;
}
.blurbox2 {
    background: linear-gradient(0deg, #000000 50%, #00000000);
    width: 100%;
    height: 10%;
    position: absolute;
    filter: blur(0px);
    left: 0;
    z-index: 9;
    bottom: 0px;
}
.centel-bg:before {
    position: absolute;
    content: "";
    height: 100%;
    background:linear-gradient(90deg, #00000000,#000000db,#000000);
    width: 70%;
    right: 0;
    z-index: 9;
    top:0;
    height: 100%;
}
.solutions-bg:before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, #000000, #000000db, #00000000);
    width: 60%;
    left: 0;
    z-index: 9;
    top:0;
    height: 100%;
}
.container-fluid,.container {
    position: relative;
    z-index: 9;
}

video#myVideo::after {
    content: "";
    position: absolute;
    z-index: 999;
    width: 30%;
    height: 100%;
    background: red;
    top: 0;
    left: 0;
}
section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.about-bg {
    background: url('../../images/about-bg.png') center/cover no-repeat;
}

.market-bg {
    background: url('../../images/market-bg.png') center/cover no-repeat;
}

.centel-bg {
    background: url('../../images/centel-token.png') center/cover no-repeat;
}
.centel-bg1 {
    background: url('../../images/centel-token.png') center/cover no-repeat;
    background-size: cover;
    background-attachment: fixed;
        background-position: 20%;
}

.centel-bg1:before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(271deg, #00000042, #00000073, #000000a3);
    width: 60%;
    left: 0;
    z-index: 9;
    top: 0;
    height: 100%;

}
.solutions-bg {
    background: url('../../images/solution-bg.png');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner-bg::after {
    content: "";
    position: absolute;
    background:#000 ;
    filter: blur(5);
    top:0;
}
.card-bg-1 {
    background-color: #161616;
}
.card-bg-1:hover {
    background-color: #3d311a;
}
.btn-1, .btn-2 {
    min-width: 170px;

}
.centel-token {
    transition: all 0.35s ease;
}
.centel-token.p-3 {
    transition: 0.35s;
    padding: 15px 25px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 10px 10px;
}
.step-box {
    padding: 25px 40px;
    background: #3f3524;
    margin-bottom: 40px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    transition: 0.35s;
    border:1px solid transparent;
}
.roadpic{
    border-radius: 15px;
    box-shadow: -14px 14px 0px #6f4c14;
    border: 5px solid #ffd567;
    transition: 0.35s;
}
.roadpic:hover {
     transform: scale(1.01);
    box-shadow: -14px 14px 0px #fffdf5;
   
}
.step-box:hover {
    background: #3d2c10;
    transform:scale(1.1);
    border:1px solid #ffcf42;
}
.stickypic {
    position: sticky;
    top: 27vh;
}
.error{color: #ff6363;}
.stickypic img{max-width: 90%}
.step-box p{color:#fff !important}
.inheritsec {overflow: inherit !important;}
.circleno
{
    background: linear-gradient(45deg, rgb(255, 235, 59), rgb(255, 193, 7));
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: bold;
    left: -20px;
    position: absolute;
    top: -28px;

}
.col .step-box:nth-child(even) .circleno {
    right: 0;
    left: inherit;
}
.centel-token > div:first-child{width: 100px}
.centel-token > div:first-child svg{max-width: 80px}
.centel-token > div:nth-child(2) {width: 100%}
.centel-token:hover {
    background: #1D170A;
    border: 1px solid #67524C;
    
    transform: scale(1.03);
}

.yellow-bg {
    background-color: #FFDD7E;
}

.yellow-bg-1 {
    background: #3A2E19;
    border: 1px solid #887045;
    border-radius: 10px;
    transition: all 0.35s ease;

    &:hover {
        background: #f9cc5b;
        color: #000;
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

        svg {
            filter: invert();
        }
    }
}

.cus-bg-3 {
    background:#0a0701;
}
.cus-bg-4{
    background: #161009;
}

.process-section{
    color:#fff;
    overflow:hidden;
}

.center-ui{
    max-width:100%;
}

.step-box h3{
    color:#FFC247;
    font-size:40px;
    font-weight:700;
    margin-bottom:15px;
}

.step-box p{
    color:#8f8f8f;
    line-height:1.6;
}

.bottom-content{
    margin-top:-40px;
}

.bottom-content h3{
    color:#FFC247;
    font-size:42px;
    font-weight:700;
}

.bottom-content p{
    color:#8f8f8f;
}

/* about page */
.about-banner-bg {
    background: url('../../images/about/banner-bg.png') center/cover no-repeat;
}

.cus-vh-50 {
    height: 30vh !important;
}

.about-page-bg {
    background: #FFF0C2;
    background: linear-gradient(90deg, rgba(255, 240, 194, 1) 0%, rgba(255, 211, 77, 1) 100%);
}

.aboutpage-card {
    background: linear-gradient(304.84deg, #614E2A 0%, #3A2E19 91.79%);
    border: 1px solid #9C8B6B;
    border-radius: 15px;
}

.technology-card {
    background: linear-gradient(304.84deg, #614E2A 0%, #3A2E19 91.79%);
    border: 1px solid #9C8B6B;
    border-radius: 15px;
    transition: all 0.3s ease;

    .title {
        font-family: "Roboto Slab", serif;
        font-size: 24px !important;
        font-weight: 800;
    }

    .fs-1 {
        background: linear-gradient(90deg, #FFC62A 0%, #FFFFFF 56.73%, #FF9500 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        transition: all 0.3s ease;
    }

    &:hover {
        background: linear-gradient(304.84deg, #ffbb3c 0%, #faab21 91.79%);
        color: #000;

        .fs-1 {
            background: none !important;
            -webkit-text-fill-color: #000 !important;
            color: #000 !important;
        }
    }
}
.forms{background: #473b28;
    border-radius: 10px;}
.roadmap .roadmap-py:hover .position-absolute
{
  filter: sepia(0) contrast(1.5) hue-rotate(338deg);
  transform: translate(-50%,-50%) scale(1.2) !important;
      background: #ffd466;
    border-radius: 100px;
    width: 100px;
    height: 100px;
}    
.roadmap > div:nth-child(odd) {
    border-right: 2px dashed #fff;
    border-bottom: 2px dashed;
    padding-right: 50px;
    
}
.roadmap > div:nth-child(even) {
    border-left: 2px dashed #fff;
    border-bottom: 2px dashed;
    padding-left: 50px;

}
.roadmap-py{
    padding-top: 80px;
    padding-bottom: 80px;
}
.nav-link{
    color: white !important;
    text-transform: uppercase;
}
.nav-link:hover{
    color: rgb(255, 196, 0) !important;
    font-weight: 800;
}

.navbar-custom {
    background: transparent;
    transition: background-color 0.4s ease;
}
.navbar-custom.scrolled {
    background: #000;
}
.nav-f {
  font-size: 17px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
.nav-f:hover {
  transform: translateY(-5px);
  font-weight: 600;
}
.nav-f.active {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.nav-f.active::before {
    content: "";
    height: 5px;
    width: 50%;
    background-color: #ffd362;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.rightbor
{
      width: 50%;
    left: -1%;
    position: relative;
}

/*--carousel-small--*/
.carousel-inner {
position: relative;
width: fit-content;
overflow: hidden;
margin: auto;
}

.worksilder-bg {
background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 216, 77, 1) 100%);

}

.carousel-inner {
position: relative;
overflow: hidden;
border-radius: 15px;
}
/* ===button=== */
.theme-btn {
    background: linear-gradient(90deg, #fea032 0%, #ffd88c 100%);
    border-radius: 50px;
    white-space: nowrap;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding: 10px 8px;
}
.theme-btn:hover {
  background-color: #FF9800;
  box-shadow: 0 0 20px #FFC107;
  transform: scale(1.1);
  color: white;
}
.sign:hover {
  color: #ff326c !important ;
  transform: scaleX(1.1);
  border-color: #ff326c;
}
.theme-out-btn {
  border: 4px solid #ff3d69;
  border-radius: 50px;
  position: relative;
}
.theme-out-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 50px;
  background: #ff386a;
  z-index: -1;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}
.theme-out-btn:hover {
  border: 4px solid #ff3d69;
  color: #e8e8e8;
}
@media(max-width:1200px){
.title
    {
      font-size: 44px;
    }
    .centel-bg:before, .solutions-bg:before
    {
      height: 100%;
      width: 100%;
      background: #0000008c;
    }
}
@media(max-width:991px){
    .step-box{
        text-align:center !important;
        margin-bottom:40px;
    }
    .bottom-content{
        margin-top:30px;
    }
    .title
    {
      font-size: 34px;
    }
    .leftvid{left: -210px;height: 100%;}
    .mn{display: none;}
    .fs1
 {
    font-size: 1.5rem !important;
}
.mbtn{flex-wrap: nowrap;flex-direction: column;}
.navbar-toggler{background: #ffe6b5 }
.navbar {background: #000}
.navbar ul{margin-top: 10px}
.nav-f{font-size: 15px;padding-bottom:15px;}
.nav-f.active::before{left: 0;width: 100%}
.navbar-collapse{padding-bottom: 20px}
.bannervid{right: -210px;}
.solutionvid{right: -440px;}
.centel-token.p-3{padding: 12px}
.centel-token > div:first-child{width: 70px}
.centel-token > div:first-child svg {max-width: 60px;}
}
@media(max-width: 600px) {
        .title {
            font-size: 27px;
        }
        .highcharts-label tspan:first-child{font-size:20px}
        .banner-bg:before{width: 100%}

}
.yellow-color{color: #ffc62a}
.socialicons a:hover{filter: sepia(1) hue-rotate(347deg); transform: scale(1.1);}

