@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=Bungee+Spice&family=Lato:wght@300&family=Poppins:wght@200&display=swap');


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /* font-weight: bold; */
    scroll-behavior: smooth;
}

body{
    scroll-behavior: smooth;
}

#project-desc{
    background: url("https://static.igem.wiki/teams/4746/wiki/mine-removebg-preview.png");
    background-position: center center;
    background-size: cover;
    height: 450px;
    margin-bottom: 80px;
}

.project-container{
    max-width: 90vw;
    margin: auto;
}

.project-container h3{
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}

.project-content{
    background-color: rgba(0, 0, 0, 0.548);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-content h3{
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    text-align: center;
    color: #fff;
}

p{
    font-size: 20px;
    line-height: 40px;
    text-align: justify;
    padding-bottom: 20px;
}

#problem{
    margin-bottom: 40px;
}

#impact{
    margin-bottom: 40px;
}

.brine-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.brine-img img{
    width: 200px;
}

.point{
    display: flex;
    justify-content: center;
}

.point i{
    margin-right: 5px;
    color: rgb(102, 102, 11);
}

.brine-extraction{
    margin-bottom: 40px;
}

.rock-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.rock-img img{
    width: 500px;
}

#exisitng-sol{
    margin-bottom: 40px;
}

.sdg-img img{
    width: 300px;
}

.sdg{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sdg p{
    padding-right: 20px;
}

#sdg{
    margin-bottom: 50px;
}

#contribution{
    margin-bottom: 50px;
}

.project-desc-flex{
    display: flex;
    justify-content: space-between;
}

#project-desc-right{
    width: 85%;
    margin-left: 10px;
}

#project-desc-left{
    width: 15%;
    position: sticky;
    left: 20;
    top:200px;
    height: 900px;
}

#project-desc-left a{
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bolder;
    color: #555555;
    transition: all ease-in-out 0.5s;
}

#project-desc-left a:hover{
    color: #292929;
}

.project-desc-left-content{
    background-color: #b4b2b2;
    width: 95%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

@media screen and (max-width: 1200px){
    #project-desc-right{
        width: 70%;
        margin-left: 0px;
    }

    #project-desc-left{
        width: 20%;
    }
}

@media screen and (max-width: 1200px){
    .sdg{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    #project-desc-left{
        width: 25%;
    }
}

@media screen and (max-width: 1000px){
    #problem-main-img img{
        width: 500px;
    }
}

@media screen and (max-width: 800px){
    .rock-img img{
        width: 300px;
    }

    .project-container{
        max-width: 95vw;
        margin: auto;
    }
}

@media screen and (max-width: 700px){
    #problem-main-img img{
        width: 350px;
    }
}
