
@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);
    
}




/* INPUT TABLE */
.input-table {
    background-color: #f2f2f2; 
    padding: 10px; 
    margin: 0 auto; 
    border: 5px solid #cfcdcd;
    text-align: left;
}
.input-table-th {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #cfcdcd;
}
.input-table-td {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 4px;
    border-right: #cfcdcd solid;   
}
.input-table-input {
    text-align: center;
    border: none; 
    width: 90%;
}
.input-table-select {
    text-align: center;
    width: 90%;
}
.input-table-divide {
    border-bottom: 1.5px solid #cfcdcd ;
}



/* DISPLAY TABLE */
.display-table {
    background-color: #f2f2f2; 
    padding: 10px; 
    margin: 0 auto; 
    border: 5px solid rgb(95, 105, 105);
    text-align: left;
}
.display-table-th {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ffffff;
    background-color: rgb(95, 105, 105);
    font-weight: bolder;
}
.display-table-td {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 4px;
    border-right: #cfcdcd solid;   
}
.display-table-display {
    text-align: center;
    border: none; 
    width: 90%;
}
.display-table-select {
    text-align: center;
    width: 90%;
}
.display-table-divide {
    border-bottom: 1.5px solid #cfcdcd ;
}








