@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
}
.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}

.navigation{
	width: 100%;
	background: #fff;
    z-index: 1;
}
.navigation .toggle-bar{
	display: none;
}
.navigation .row{
	display: flex;
}
.navigation .col-lg-6{
	width: 50%;
}
.navigation .logo{
    padding: 20px 0;
	text-align: left;
}
.navigation .row .toggle-bar{
	text-align: right;
}
.navigation .logo img{
	width: 160px;
	padding: 0;

}
.navigation .menu ul{
	list-style-type: none;
	width: 100%;
	overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: right;
}
.navigation .menu ul li{
	display: inline-block;

}
.navigation .menu ul li a{
	display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 36px 25px;
    font-size: 18px;
    font-weight: 400;
}
.navigation .menu ul li a:hover{
    color: #0074FF;
}

.hero-section{
    width: 100%;
    height: 600px;
    background: url('../images/HGF---Hero---Desktop.jpg');
    background-size: cover;
}

.hero-section .caption .heading{
    max-width: 500px;
    padding-top: 100px;
    padding-bottom: 80px;
}
.hero-section .caption .heading h2{
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.hero-section .caption .heading p{
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
}
.hero-sub-section{
    width: 100%;
    height: 450px;
    background: url('../images/HGF---PageTitle---Desktop.jpg');
    background-size: cover;
    margin-bottom: 50px;
}
.hero-sub-section .caption .heading{
    max-width: 500px;
    padding-top: 100px;
    padding-bottom: 80px;
}
.hero-sub-section .caption{
    position: relative;
}
.hero-sub-section .caption .heading h2{
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.hero-sub-section .caption .heading p{
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.about-hero .caption a{
    color: #fff;
    text-decoration: underline;
}
.about-hero .caption .heading{
    max-width: 700px;
}
.about-hero .caption .right-btn a{
    display: inline-block;
    background: #fff;
    color: #0074FF;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 100px;
    transition: .3s;
}
.about-hero .caption .right-btn a:hover{
    background: #000;
    color: #fff;
}


.hero-section .row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.hero-section .box1{
    background: url('../images/HGF---FactBox---Left.jpg');
}
.hero-section .box2{
    background: url('../images/HGF---FactBox---Center.jpg');
}
.hero-section .box3{
    background: url('../images/HGF---FactBox---Right.jpg');
}

.hero-section .box{
    width: 100%;
    height: 180px;
    background-size: cover;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 20px;
    padding: 20px 30px;
    overflow: hidden;
    box-sizing: border-box;
}
.hero-section .box h3{
    font-size: 80px;
    color: #fff;
}
.hero-section .box h4{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    
}
.services-section{
    width: 100%;
    background: url('../images/HGF-Icon-Nodes.svg');
    background-size: calc(60%);
    background-repeat: no-repeat;
    background-position: left top;
}
.future-section .left-text{
    width: 60%;
}
.future-section {
    padding-top: 70px;
}
.future-section .right-text{
    width: 40%;
}
.future-section .left-text h2{
    font-size: 55px;
    font-weight: 500;
    text-align: right;
    margin-right: 20px;
    margin-top: 172px;
}
.future-section .right-text h2{
    font-size: 55px;
    font-weight: 600;
    color: #0074FF;
    line-height: 1.5em;
}
.future-section .right-text h2:nth-child(1){
    opacity: .4;
}
.future-section .right-text h2:nth-child(2){
    opacity: .6;
}
.future-section .right-text h2:nth-child(3){
    opacity: 1;
}
.future-section .right-text h2:nth-child(4){
    opacity: .6;
}
.future-section .right-text h2:nth-child(5){
    opacity: .45;
}
.service-box {
    margin-top: 70px;
}
.service-box .row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.service-box .card{
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 15px #c4c4c4;
}
.service-box .card img{
    width: 50px;
}
.service-box .card h2{
    color: #0074FF;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.service-box .card p{
    line-height: 1.5em;
    font-size: 15px;
}
.service-box .transparent-card{
    box-shadow: none;
    display: flex;
    align-items: center;
}
.service-box .transparent-card a{
    background: linear-gradient(90deg, #00C7FF, #0078FF);
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
}

.hedera-section{
    background: url('../images/HGF-Icon-Hedera.svg');
    background-size: calc(55%);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: -100px;
}
.hedera-section .hedera-content{
    padding-top: 200px;
}
.hedera-section .hedera-content .heading h2{
    font-size: 45px;
    margin-top: 20px;
}
.hedera-section .hedera-content .details p{
    line-height: 1.4em;
    font-size: 15px;
}
.client-logo-section{
    margin-top: 70px;
    margin-bottom: 50px;
}
.client-logo-section .row{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 35px;
    grid-row-gap: 50px;
}
.client-logo-section .item img{
    width: 90px;
    height: 35px;
}

footer{
    width: 100%;
    background: url('../images/HGF---PageTitle---Desktop.jpg');
    background-size: cover;
    padding: 80px 0;
    margin-top: 100px;
}
footer .footer-menu h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
footer .footer-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .footer-menu li a{
    color: #eeeeee;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
footer .footer-menu li a:hover{
    color: #fff;
    text-decoration: underline;
}


/* Join Page Desktop version css*/
.join-section{
    width: 100%;
    margin-top: -150px;
    margin-bottom: 100px;
}
.join-section .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.join-section .card{
    background: #fff;
    padding: 30px 20px;
    padding-bottom: 110px;
    border-radius: 10px;
    box-shadow: 1px 10px 15px #c4c4c4;
    position: relative;
}
.join-section .card img{
    width: 60px;
}
.join-section .card h2{
    color: #000;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.join-section .card p{
    line-height: 1.5em;
    font-size: 15px;
}
.join-section .card .btn{
    position: absolute;
    bottom: 40px;
}
.join-section .card a{
    background: linear-gradient(90deg, #00C7FF, #0078FF);
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    margin-right: 20px;
}
.join-section .card a:hover{
    background: linear-gradient(90deg, #0078FF, #00C7FF);
}

/* Community page desktop version css */
.community-section .row{
    grid-template-columns: repeat(4, 1fr);
}
.community-section .card{
    padding-bottom: 30px;
}
.contributor-section{
    width: 100%;
    margin-top: 80px;
}
.contributor-section .heading{
    padding-right: 30px;
}
.contributor-section .heading h2{
    font-size: 30px;
    margin-bottom: 15px;
}
.contributor-section .heading p{
    line-height: 1.5em;
}
.contributor-section .logo-list img{
    width: 100%;
}

/* About page desktop version css */
.about-section{
    width: 100%;
    margin-top: 100px;
}
.about-section .image h2{
    font-size: 30px;
}
.about-section .image{
    padding-right: 40px;
}
.about-section .image img{
    width: 100%;
    margin-top: 50px;
}
.about-section .details p{
    font-size: 15px;
    line-height: 1.5em;
}

.ledger-section{
    width: 100%;
    margin-top: 100px;
}
.ledger-section .details{
    padding-right: 40px;
}
.ledger-section .details h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.ledger-section .details p{
    font-size: 15px;
    line-height: 1.5em;

}
.ledger-section .featured-box .card{
    display: flex;
    padding: 30px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    margin-bottom: 30px;
}
.ledger-section .featured-box .card .image{
    width: 15%;
    text-align: center;
    padding-right: 20px;
}
.ledger-section .featured-box .card .image img{
    width: 70px;
}
.ledger-section .featured-box .card .text{
    width: 85%;
}
.ledger-section .featured-box .card .text h2{
    font-size: 22px;
    margin-bottom: 10px;
}
.ledger-section .featured-box .card .text p{
    font-size: 15px;
}

/* Project page desktop version css*/
.project-category {
    width: 100%;
    margin-top: -100px;
}
.project-category .image{
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 10px 15px #c4c4c4;
}
.project-category .image img{
    width: 100%;
}

.project-section{
    width: 100%;
    margin-top: 100px;
}
.project-section .heading h2{
    font-size: 30px;
    
}
.project-section .heading p{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.project-section .row{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.project-section .card{
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 10px 15px #c4c4c4;
    position: relative;
    text-align: center;
}
.project-section .card img{
    width: 40px;
}
.project-section .card h3{
    color: #000;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.project-section .card p{
    line-height: 1.5em;
    font-size: 15px;
}

.hips-section{
    width: 100%;
    margin-top: 100px;
}
.hips-section .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.hips-section .card{
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 1px 10px 15px #c4c4c4;
    position: relative;
    box-sizing: border-box;
}
.hips-section .card img{
    width: 60px;
}
.hips-section .card h2{
    color: #000;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.hips-section .card p{
    line-height: 1.5em;
    font-size: 15px;
}
.hips-section .card a{
    background: linear-gradient(90deg, #00C7FF, #0078FF);
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 20px;
}
.hips-section .card a:hover{
    background: linear-gradient(90deg, #0078FF, #00C7FF);
}


.mobile-view{
    display: none;
}

.navigation input{
    display: none;
}
.navigation label{
    display: none;
}




@media only screen and (max-width: 768px){
    .mobile-view{
        display: block;
    }
    .desktop-view{
        display: none;
    }
    .col-lg-4{
        width: 100%;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-3{
        width: 100%;
    }
    .navigation .menu ul .btn a{
        display: none;
    }
    .navigation{
        width: 100%;
    }
    
    .navigation .row{
        display: flex;
    }
    .navigation .col-lg-6{
        width: 50%;
    }
    .navigation .col-lg-9{
        width: 100%;
    }
    .navigation img{
        width: 25%;
        padding-top: 0px;
        padding: 17px;
    }
    .navigation .nav-order-btn{
        display: inline-block;
        vertical-align: sub;
    }
    .navigation .nav-order-btn a{
        display: inline-block;
        font-size: 14px;
        text-align: center;
        padding: 12px 12px;
        background: #f17c00;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 5px;
        vertical-align: super;
    }
    .navigation .toggle-bar{
        display: block;
        text-align: right;
    }
    .navigation-bar{
        
    }
    .navigation .fa{
        font-size: 27px;
        color: #000;
    }
    .navigation .menu ul{
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        background: #252525;
        position: absolute;
        margin-left: 0;
        left: 0;
        text-align: left;
        margin: 0;
        padding: 0;
        z-index: 1;
        margin-top: 4px;
    }
    
    .navigation-bar-show{
    }
    .navigation .menu ul li{
        display: block;
        border-bottom: 1px solid #828282;
    }
    .navigation .menu ul li a{
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 20px 16px;
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        margin: 0;
    }
    .navigation .logo img{
        width: 100px;
        padding: 0 10px;
    }





    .navigation input{
        display: block;
    }
    .navigation label{
        display: block;
    }
    .navigation .col-lg-9{
        text-align: right;
    }

    .navigation label {
        display: inline-block;
        background-color: #ccc;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 4px;
        margin-top: 15px;
      }
      
      .navigation input[type=checkbox] {
        display: none;
      }
      
      .navigation :checked + .menu {
        display: block;
      }
      
      .navigation .menu{
        display: none;
      }










    .container{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .hero-section{
        background: url('../images/HGF---Hero---Mobile.jpg');
        background-size: calc(100%);
        background-position: top right;
        height: 100%;
        padding-bottom: 50px;
    }
    .hero-section .row{
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-section .caption .heading{
        padding-top: 150px;
        max-width: 100%;
    }
    .hero-section .caption .content{
        margin-top: 100px;
    }
    .future-section .left-text{
        width: 50%;
    }
    .future-section .right-text{
        width: 50%;
    }
    .future-section .left-text h2{
        font-size: 30px;
        margin-top: 56px;
    }
    .future-section .right-text h2{
        font-size: 30px;
    }
    .service-box .row{
        grid-template-columns: repeat(1, 1fr);
    }
    .service-box .card{
        box-sizing: border-box;
    }
    .hedera-section .hedera-content{
        padding-top: 120px;
    }
    .hedera-section .hedera-content .row{
        display: block;
    }
    .hedera-section .hedera-content .heading h2{
        margin-bottom: 20px;
        font-size: 35px;
    }
    .client-logo-section .row{
        grid-template-columns: repeat(3, 1fr);
    }
    footer{
        padding: 40px 0;
    }
    footer .row{
        display: block;
    }
    footer .footer-menu{
        margin-top: 30px;
    }
    .hero-sub-section{
        height: 100%;
    }
    .hero-sub-section .caption .heading h2{
        font-size: 35px;
    }
    .hero-sub-section .caption .heading p{
        font-size: 15px;
    }
    .about-hero .caption .heading{
        max-width: 100%;
    }
    .hips-section{
        margin-top: 80px;
    }
    .hips-section .row{
        grid-template-columns: repeat(1, 1fr);
    }
    .community-section .row{
        grid-template-columns: repeat(1, 1fr);
    }
    .join-section{
        margin-top: -90px;
    }
    .contributor-section .row{
        display: block;
    }
    .contributor-section .heading{
        padding-right: 0;
    }
    .contributor-section .logo-list{
        text-align: center;
        margin-top: 20px;
    }
    .col-lg-8{
        width: 100%;
    }
    .join-section .row {
        grid-template-columns: repeat(1, 1fr);
    }
    .join-section .card .btn{
        position: relative;
    }
    .join-section .card{
        padding-bottom: 30px;
    }
    .join-section .card .btn{
        margin-top: 40px;
        bottom: 0;
    }
    .join-section .card a{
        margin-right: 0;
        display: block;
        width: 150px;
        text-align: center;
    }

    .project-category{
        margin-top: 0;
    }
    .project-category .image{
        box-shadow: none;
        padding: 10px;
        box-sizing: border-box;
    }
    .project-section .row{
        grid-template-columns: repeat(2, 1fr);
    }
    .about-hero .caption .right-btn a{
        position: relative;
        top: -50px;
        
    }
    .about-section .row{
        display: block;
    }
    .about-section .image img{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .about-section .image{
        padding-right: 0;
    }
    .ledger-section .row{
        display: block;
    }
    .ledger-section .details{
        padding-right: 0;
    }
    .ledger-section .featured-box .card{
        display: block;
    }
    .ledger-section .featured-box{
        margin-top: 30px;
    }
    .ledger-section .featured-box .card .image img{
        margin-bottom: 20px;
        width: 60px;
    }




  


}