html {
    scroll-behavior: smooth;
  }
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
         url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
body{
    font-family: 'poppinsregular';
    font-size: 13px;
    color: #909090;
}
h1,h3 {
    text-transform: uppercase;
}
h2{
    color: #ff9100;
    font-size: 35px;
    font-weight: 800;
}
a:hover{text-decoration: none;}
.section{
    height: 100vh;
    margin-top: 50px;
    padding: 30px 30px;
}
.header{
    height: 100%;
    margin-top: 0px;
    background: url('../images/header-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.lpctoken{
    height: 100%;
    background: url('../images/B-LPC-token.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.lpctoken img{
    width: 100px;
}
.lpctoken h2{
    text-align: center;
    margin: 50px 0  10px;
    letter-spacing: 5px;
}
.lpctoken h3{
    color: #f39b1f;
    font-size: 18px;
    margin: 15px 0;
    font-weight: 800;
}
.lpctoken p{
    text-align: left;
    font-size: 12px;
}
.technology{
    height: 100%;
    background: url('../images/bg-of-mobile02.png');
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top:110px;
}
.box-bg1{
    background: url('../images/Asset18.png');
    background-position: left top;
    background-repeat: no-repeat;
}
.box-bg2{
    background: url('../images/Asset17.png');
    background-position:0 61px;
    background-repeat: no-repeat;
}
.box-bg3{
    background: url('../images/Asset16.png');
    background-position: 38px 51px;
    background-repeat: no-repeat;
}
.tech-box{
    width: 100%;
}
.tech-box .number{
    font-size: 45px;
    font-weight: 800;
    color: black;
    padding:50px 70px 0px 20px;
  
}
.tech-box .tech-h{
    margin: 60px 0 10px;
    font-size: 18px;
    font-weight: 800;
   color: #c46d05; 
}
.technology a{
    border-radius: 15px ;
    border: 1px solid #d19042; 
    padding:12px 30px; 
    text-transform: uppercase; 
    color: #f39b1f;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    letter-spacing: 5px;
}
.missionvision{
    height: 100%;
    background: url('../images/bg_watch.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 30% auto;
   
}
.missionbg{
    height: 100%;
    background: url('../images/globe-dots.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top:50px;
}
.missionvision ul li{list-style: none;
    background: url('../images/Asset22.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding:10px 0 10px 110px;
    color: #a0a09f;
}
.missionvision ul li h4{
    color: #c46d05;
    font-weight: 800;
}
.mission-text h2{
    margin-top:180px;
}
.whitepaper{
    height: 100%;
    background: url('../images/WP-side-BG.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 75% auto;
    padding-top:50px;
}
.whitepaper h2{
    margin-bottom: 70px;
}
.whitepaper a{
    border-radius: 15px ;
    border: 1px solid #d19042; 
    padding:12px 30px; 
    text-transform: uppercase; 
    color: #f39b1f;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    letter-spacing: 5px;
}
.bg{
    height: 100%;
    background: url('../images/WP-lines.png');
    background-position: left top;
    background-repeat: no-repeat;
}
.teammemeber{
    padding-top:50px;
}
.teammemeber .teambox{
    margin-bottom: 75px;
    text-align: center;
}
.teammemeber .teambox h3{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
   color: #c46d05;
}
.teammemeber .teambox h3 span{
    font-size: 11px;
    display: block;
    text-transform: capitalize;
    color: #ff9100;
}
.teammemeber .teambox img{
    width: 75%;
    margin-bottom: 20px;
}
.roadmap{
    height: 100%;
    background: url('../images/globe-dots.png');
    background-position: right ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top:75px
}
.content{
    height: 100%;
    padding: 75px 0 50px;
    background: url('../images/slope-footer.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 95% auto;
}
.content h3{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
    color: #c46d05;
}
.content form input, textarea{
    border:none;
    box-shadow:0px 1px 5px 2px #eaeaea;;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.content form input:focus, .content form textarea:focus, .content form button:focus{
    outline: none;}
.content form button{
    border-radius: 10px ;
    border: 2px solid #d19042; 
    padding:7px 20px; 
    text-transform: uppercase; 
    color: #f39b1f;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    letter-spacing: 5px;
    background: none;
}
.footer{
    padding: 20px 0 0;
    background-color: black; color: white;
}
.footer ul li{
    list-style: none;
    float: left;
    padding:0 10px;
}
.footer ul li:last-child{
    padding-right: 0;
}
.navbar-top{
    position: fixed;
    z-index: 100;
    top: 0;
}
.navbar{
    padding: 0rem 1rem
}
.navbar-light .navbar-brand{
    padding:0;
}
.navbar-nav{
    text-transform: uppercase;
    font-weight: 700;  
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active{
    color: #c46d05;
    padding: 25px 17px 0;
    white-space: nowrap !important;
}
.navbar-light .navbar-nav .nav-link:last-child{
    padding-right: 0;
}
.navbar-top.scrolled {
    background-color: #fff !important;
    border-bottom: solid 1px #eaeaea;
    transition: background-color 200ms linear;
  }
.navbar-top.scrolled .logo img{
     width: 75px; 
     height: auto;
    } 
.navbar-top.scrolled .navbar-light .navbar-nav .nav-link,
.navbar-top.scrolled .navbar-light .navbar-nav .nav-link:hover,
.navbar-top.scrolled .navbar-light .navbar-nav .nav-link.active{
    padding-top: 10px;
}

/*banner*/
.banner-text{ 
    color: #f39b1f;
    position: relative;
    top: 37%;
    width: 45%;
    left: 30%;
}
.banner-text .title{
    text-transform: uppercase;
     font-size:16px; 
}
.banner-text h1{ 
    font-size: 5vw; 
    font-weight: 800;
    letter-spacing: 15px;
}
.banner-text p{
    font-size: 12px; 
    line-height: 28px;
}
.banner-text a{
    border-radius: 10px ;
    border: 1px solid #d19042; 
    padding:15px 25px; 
    text-transform: uppercase; 
    color: #f39b1f;
    display: block;
    font-size: 20px;
}

.social{
    position: relative;
    top: -10px;
    right: 27px;
}
.social li{
    list-style: none;
    float: left;
    padding: 0 10px;
    position: relative;
    top: 0px;;
}
.dp-none{
    display: none;
}
.dp-show{
    display: block;
}
@media only screen and (max-width: 600px) {
    .banner-text{ 
        color: #f39b1f;
         top: 0;
        width: 100%;
        left: 0%;
    }
    .section{
        padding: 30px 0;
    }
    .missionbg ul{
        padding: 0;
    }
    .header{
        padding-top: 70px;}
        .social{
            display: none;
        }
      
}
.navbar-light .navbar-nav .nav-link:focus {
    color: #c46d05 !important;
}
@media only screen and (max-width: 992px) {

    #navbarText.show ul li:first-child{      border-radius: 5px 5px 0 0 ;}
    #navbarText.show ul li:last-child{border-bottom: solid 1px #eaeaea;border-radius:0 0 5px 5px;
    }
    #navbarText.show ul li{ background-color: white;
    border-top: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    border-left: solid 1px #eaeaea;
    
 }
 #navbarText.show ul li a{padding: 10px;}
 .navbar-brand img{width: 75px; height: auto; margin-bottom: 10px;} 
 .social{
    display: none;
}
.navbar-brand{
    width: unset !important;
}
}
 