* {
    margin: 0;
    padding: 0;
}

.logo-head {
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
    color: #020c50;
}

.nav-header {
    display: flex;
    justify-content:space-around;
    list-style-type:none;
    margin-top: 5px;
}

.nav-header li {
    margin-right: 20px;

}

.nav-header a {
    text-decoration: none;
    color: #697c79;
}

.nav-header a:hover {
    color: #8ab6af;
}

main {
    width: 100%;
    top: 72px;
    position: absolute;
}

.bg-image {
    height: 570px;
}

.bg-image img{
    height: 100%;
    width: 100%;
}

.section {
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section .text-area {
    padding: 20px;
    margin: 20px;
    z-index: 1;
}

.section h4 {
    text-align: center;
    font-family: "Cookie";
    font-size: 3rem;
    color: white;
}

.section p {
    text-align: center;
    font-family: "Cookie";
    font-size: 1.2rem;
    color: white;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background:  #020c50;
    width: 100%;
    height: 90vh;
    opacity: 0.3;
}

.second-main {
    margin-top: 30px;
    margin-left: 300px;
    margin-right: 300px;
}

.second-main h4, .third-main h4, .the-team h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.row-first p {
    font-size: 14px;
    text-align: center;
}

.row-first h4 {
    color:  #020c50;
}

.card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.row-first .card {
    width: 18rem;
    border-radius: 20px;
    border: white;
}

.third-main {
    margin-top: 40px;
    background: #ebecef;
    padding: 20px;
    text-align: center;
}

.third-main p, .the-team p {
    text-align: center;
    font-size: 15px;
    margin-left: 30px;
    margin-right: 30px;
}

.third-main p a, .the-team p a {
    text-decoration: none;
    color: #020c50;
    font-weight: bold;
}

.third-main p a:hover, .the-team p a:hover {
    text-decoration: none;
    color: #b5b6c4;
    font-weight: bold;
}

.row-second h4 {
    font-size: 14px;
}

/*.third-main .card {*/
/*    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);*/
/*    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);*/
/*    cursor: pointer;*/
/*    width: 18rem;*/
/*    height: 20rem;*/
/*}*/

/*.third-main .card:hover{*/
/*    transform: scale(1.05);*/
/*    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);*/
/*}*/

/*.third-main .card-body {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.third-main img {*/
/*    height: 170px;*/
/*}*/

.the-team {
    background: #fff;
    padding: 20px;
}

.images ul {
    list-style: none;
    text-align: center;
}

.images li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
}

.images {
    justify-content: center;
}

.images p {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 15px;
    font-family: "Cookie";
    font-weight: bold;
}

.circular-image {
    border-radius: 50%;
    height: 180px;
    width: 180px;
}

.member {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.img-title {
    font-size: 13px;
    color: #e5b62c;
}

.names {
    color: black;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Cookie';
    color: #697c79;
}

.footer {
    background: #020c50;
    padding: 10px 150px;
}

.information {
    margin-top: 30px;
    width: 100%;
    height: 200px;
    display: flex;
}

.info1 {
    width: 25%;
    margin-right: 10px;
}

.info2 {
    width: 58%;
    margin-right: 10px;
    margin-left: 10px;
}

.info3 {
    width: 20%;
    margin-left: 10px;
}

.information h4 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #b2aeae;
    font-family: 'Cookie';
}

.information img {
    height: 20px;
    width: 20px;
}

.information ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.information ul li{
    color: white;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}

.information ul li:hover {
    color: #b2aeae;
}

.info1 .emails {
    margin-left: 20px;
}

.info2 p{
    text-align: center;
    color: white;
    margin: 20px 100px;
}

.info2 .open{
    margin-top: 0px;
    color: #e5b62c;
    margin-bottom: 0px;
    font-size: 12px;
}

.info3 a {
    text-decoration: none;
    color: white;
}

.projects, .seminars, .careers, .seminar {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px;
}

.projects h4, .partners h4, .seminars h4, .careers h4, .seminar h4 {
    font-family: 'Cookie';
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
}

.funder {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 18rem;
}

.projects p, .partners p {
    font-family: 'Cookie';
    text-align: center;
    font-size: 1.2rem;
}

.projects p a{
    text-decoration: none;
    color:  #e5b62c;
}

.projects p a:hover {
    color: #83f309;
}

.projects-list {
    /*margin-top: 30px;*/
    justify-content: center;
}

.projects-list ul {
    list-style: none;
    text-align: center;
}

.projects-list li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.project {
    width: 18rem;
    height: 23rem;
    border-radius: 10px;
    background: white;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

.mainbar .project {
    width: 16rem;
    height: 27rem;
}

.project:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.project img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 11rem;
}

.mainbar img {
    height: 17rem;
}

.project h4 {
    height: 9rem;
    font-family: 'Cookie';
    font-size: 1rem;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}

.mainbar h4 {
    height: 6.8rem;
}

.project .view, .dataset-li-div .view {
    height: 1px;
    width: 100%;
    background: #b5c2c0;
}

.views {
    height: 1px;
    width: 100%;
    background: #b5c2c0;
    margin-bottom: 20px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.project p {
    font-family: 'Cookie';
    font-size: 0.9rem;
    padding: 10px;
    text-align: left;
    color: #697c79;
}

.partners {
    background: #fff;
    margin-bottom: -15px;
    text-align: center;
}

.papers {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    display: flex;
}

.sidebar {
    width: 15%;
}

.viewbar {
    background: #d7d9d9;
    width: .1%;
}

.mainbar {
    width: 83%;
    text-align: center;
}

.load-more {
    margin: 20px;
    background: #5f6dd0;
    color: white;
    width: 100px;
    padding: 10px;
}

.load-more:hover {
    background: #122183;
    color: white;
}

.some-projects {
    margin-left: 40px;
    margin-right: 40px;
}

.some-projects ul, .partner-logo ul {
    list-style: none;
    text-align: center;
    margin-top: 20px;
}

.some-projects li, .partner-logo li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.some-list .card {
    height: 300px;
    width: 17rem;
    background: white;
    border-radius: 10px;
    background: white;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

.some-list .card:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.some-list .card img {
    height: 150px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.some-list .card p {
    height: 100px;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.partner-logo {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 30px;
}

.partner-logo img {
    width: 100px;
    height: 100px;
}

.content {
    margin-right: 200px;
    margin-left: 200px;
    margin-top: 30px;
}

.content h4 {
    font-family: 'Cookie';
    font-weight: bold;
    font-size: 2.5rem;
}

.content .team {
    font-family: 'Cookie';
    font-style: normal;
    color: #020c50;
}

.content ul {
    list-style: none;
}

.content-list li {
    display: inline-block;

}

.ongoing {
    background: #05d54f;
    border-radius: 10px;
    text-align: center;
    color: white;
    padding: 5px;
}

.ended {
    background: #f80606;
    border-radius: 10px;
    text-align: center;
    color: white;
    padding: 5px;
}

.seminars {
    /*height: 70vh;*/
    margin-bottom: 20px;
    margin-top: 30px;
}

.seminars p, .careers p {
    font-size: 1.2rem;
    font-family: 'Times New Roman';
}


.img-gradient {
    position:relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img-gradient::after {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));
}

.loading {
    background: #263188;
    color: white;

}

.loading:hover {
    background: #3c47a4;;
    color: white;
}

.project-links {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.project-links a {
    text-decoration: none;
    color: white;
    background: #3844a1;
    margin-left: 10px;
    margin-right: 10px;
}

.project-links a:hover {
    background: #3c47a4;;
    color: white;
}

.profile {
    /*margin: 20px;*/
    height: 80vh;
}


.div-summary {
    float: left;
    height: 100%;
    background: #f5f7fa;
    width: 20%;
    position: relative;
}

.summary {
    margin: auto;
    width: 250px;
    height: 450px;
    /*background: #020c50;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
}

.summary img {
    /*border: 2px solid #bbe0d9;*/
    margin-bottom: 10px;
}

.summary .name {
    font-weight: bold;
    font-size: 16px;
}

.summary .role {
    font-size: 13px;
}

.summary .role-1 {
    font-size: 12px;
    font-style: italic;
}

.summary .summary-list {
    list-style: none;
}

.summary .summary-list li, .read-more{
    padding: 5px;
    background: #bbe0d9;
    color: white;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
}

.read-more {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: -5px;
}

.read-more:hover {
    text-decoration: none;
    color: #faf5f5;
}

.div-details {
    float: right;
    height: 100%;
    width: 80%;
    padding: 20px;
}

.details {
    /*background: #020c50;*/
    margin: 45px;
    height: 65vh;
    font-family: "Times New Roman";
}

.hello {
    font-weight: bold;
    font-size: 16px;
}

.name-2 {
    font-weight: bold;
    font-size: 25px;
}

.about-2 {
    font-size: 16px;
}

.intro {
    display: none;
}

.about {

}

.dataset, .set {
    text-align: center;
    width: 100%;
}

.dataset ul, .set ul {
    list-style: none;
}

.dataset-li, .set-li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.dataset-li-div {
    width: 14rem;
    height: 20rem;
    background: white;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
    border-radius: 10px;
    text-align: left;
}

.set-li-div {
    width: 17rem;
    height: 18rem;
    background: white;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
    border-radius: 10px;
    text-align: left;
}


.dataset-li-div:hover, .set-li-div:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.dataset-li-div img {
    width: 100%;
    height: 8rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.set-li-div img {
    width: 100%;
    height: 10rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dataset-details {
    padding: 10px;
    margin-top: 10px;
    height: 9rem;
}

.set-li-div-p {
    height: 8rem;
    padding: 10px;
    text-align: center;
    width: 100%;
    position: relative;
}

.set-li-div-p-child {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.set-li-div-p-child p {
    color: black;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.lmd {
    color: black;
    font-size: 16px;
    font-weight: bold;
    font-family: "Times New Roman";
}

.upt {
    color: #8ab6af;
    font-size: 14px;
    font-family: "Times New Roman";
}

.dataset-li-div .funder {
    color: #8ab6af;
    font-size: 13px;
    padding: 10px;
    font-family: "Times New Roman";
}

.seminar {
    height: 85vh;
    margin-top: 30px;
}

.dataset-name {
    font-family: "Arial Black";
    font-size: 25px;
}

.seminar .team {
    font-family: "Times New Roman";
}

.dataset-section {
    margin-top: 30px;
}

.section-head {

}

.section-head ul {
    list-style: none;
}

.section-head ul li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

/*.section-head ul li a {*/
/*    text-decoration: none;*/
/*}*/

.section-head .view1 {
    height: 2px;
    width: 100%;
    margin-top: 10px;
    background: black;
    display: none;
}

.section-head p {
    color: black;
    font-family: "Times New Roman"
}

.dataset-section .view {
    height: 1px;
    width: 100%;
    background: #bdcecb;
}

.data, .code, .issue, .meta {
    width: 100%;
    height: 100%;
}

.code, .issue, .meta {
    display: none;
}

.dataset-body {
    margin-top: 20px;
    font-family: "Times New Roman";
}

.data-body {
    color: #67837f;
}

.meta-body {
    color: #67837f;
    font-size: 12px;
    font-weight: bold;
}

.meta ul {
    list-style: none;
}

.meta ul li {
    display: inline-block;
    margin-right: 50px;
}

.download-data {
    float: right;
    color: white;
    background: black;
    border-radius: 20px;
    font-family: "Times New Roman";
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    text-decoration: none;
}

.download-data:hover {
    color: black;
    background: white;
    border: 1px solid #8ab6af;
    text-decoration: none;
}

.micro {
    margin-bottom: 20px;
    margin-top: 10px;
}

.micro ul {
    list-style: none;
}

.micro ul li {
    display: inline-block;
    margin-right: 20px;
}

.popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index:1;
    display: none;
}

.popup .content-4 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: white;
    width: 450px;
    height: 220px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.popup .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #222;
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.popup.active .overlay {
    display: block;
}

.popup.active .content-4 {
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms ease-in-out;
}

.data-links ul {
    list-style: none;
}

.data-links ul li {
    display: inline-block;
}

.data-links ul li a {
    text-decoration: none;
}

.data-links ul li a div {
    padding: 10px;
    margin-right: 20px;
    margin-top: 10px;
    background: #c0ded9;
    color: black;
    font-size: 12px;
    border-radius: 20px;
}

.data-links ul li a div:hover {
    background: #222;
    color: white;
}


/*       Hackathon css       */

.hackathon {
}

.hack-image {
    height: 80vh;
    position: relative;
}

.hack-image img {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
}

.hack-image .hack-overlay {
    height: 100%;
    width: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 50%;
}

.hack-text {
    position: absolute;
    top: 30%;
    left: 10%;
    right: 40%;
    color: white;
}

.hack-text h1 {
    font-size: 60px;
}

.hack-text p {
    margin-bottom: 40px;
}

.hack-text .apply-link {
    background: white;
    color: #020c50;
    padding: 15px 40px;
    border-radius: 20px;
    margin-top: 50px;
    text-decoration: none;
}

.hack-text .apply-link:hover {
    background: #020c50;
    color: white;
}

.hack-details {
    margin: 40px 80px;
}

.hack-timeline {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.hack-timeline .card {
    border-radius: 10px;
    text-align: left;
}

.hack-timeline .card p {
    font-size: 14px;
}

.hack-apply {
    text-align: right;
    margin-top: 50px;
}

.hack-apply .apply-link {
    background: white;
    color: #020c50;
    padding: 15px 40px;
    border-radius: 20px;
    margin-top: 50px;
    border: 1px solid #020c50;
    text-decoration: none;
}

.hack-apply .more-link {
    color: white;
    background: #020c50;
    padding: 15px 40px;
    border-radius: 20px;
    margin-top: 50px;
    text-decoration: none;
}

.hack-apply .more-link:hover {
    background: white;
    color: #020c50;
    border: 1px solid #020c50;
}

.hack-apply .apply-link:hover {
    color: white;
    background: #020c50;

}

@media screen and (max-width: 768px) {
    .logo-head {
        display: none;
    }

    .nav-header li a {
        font-size: 7px;
    }

    .hack-text {
        position: absolute;
        top: 30%;
        left: 10%;
        right: 10%;
    }

    .hack-text h1 {
        font-size: 40px;
    }

    .hack-text p {
        margin-bottom: 20px;
    }

    .hack-text .apply-link {
        padding: 10px 20px;
        border-radius: 10px;
    }

    .hack-timeline .card {
        margin-bottom: 20px;
    }

    .hack-apply {
        text-align: center;
    }

    .hack-apply .apply-link {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 12px;
    }

    .hack-apply .more-link {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 12px;
    }

    .footer {
        display: none;
    }

}





