
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");



body {
    font-family: "Barlow", sans-serif;
    line-height: 1.7;
    color: #516171;
}

h1, h2, h3, h4,h5, h6{
    font-weight: 700 !important;
    color:  #092032;
}

a {
    color:  #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}


img {
    width: 100%;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-cover {
    background-position: bottom !important;
    background-repeat: no-repeat!important;
    background-size: 100% 115% !important;
}

datalist { 
    display: none;
  }
  







/* NAVBAR */
.top-nav {
    background-color: #ff4d29;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    color: #ffffff;
}

.top-nav i, 
.top-nav span {
    vertical-align: middle;
}


.social-links a{
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
}

.social-links a:hover{
    background-color: #fff;
    color: #ff4d29 ;
}



.navbar {
    box-shadow: 0px 6px 30px rgba(0,0,0,0.08);
}



.navbar-brand {
    font-weight: 700;
    font-size: 26px;
    color: #092032 ;
}



.navbar-brand span {
    color: #ff4d29 ;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {

    color: #fb411b;
}



/* BTN */

.btn {
    padding: 9px 24px;

}

.btn-brand {
    background-color: #ff4d29;
    color:#ffffff ;
    border-color: #ff4d29;
}

.btn-brand:hover { 
    color:#ffffff ;
    background-color: #fb411b;
}





/* HERO-SECTION */
/* SLIDER */
.slide1 {
    width: 100%;
    background:  linear-gradient(#09325004, #09325004),  url(/static/assets/img/sections/blockchain.jpg);
    
}






