.video{
   display: flex;
   justify-content: space-between;
}
.overview-content{
    margin-left: 40px;
    font-family: 'open sans', sans-serif;
}
.content p{
    margin-top: 20px;
    font-weight: 100;
   font-family: 'Open Sans', sans-serif;
}
.content, h2 {
    font-family: "opens sans", sans-serif;
}
.socials{
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.socials > i{
    font-size: 2rem;
    color: #212153;
}


.E-stats{
    display: flex;
    justify-content: space-around;
    margin: 0;
    font-family: 'Lexand Deca', sans-serif;
}

.Button button{
    align-items: center;
    background-color: #212153;
    border-radius: 0.5rem;
    width: 540px;
    height: 50px;
    padding: 12px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;

}

.p-text{
    margin-top: 20px;
    font-weight: 100;
}

.p-text p {
    font-family: 'Lexand Deca', sans-serif;
    font-size: 15px;
    font-weight: 100;
 
}
.p-text a{
    color: #000;
}


/* overview section */

.overview{
    margin-top: 40px;
}

.over-container{
    display: grid;
    grid-template-columns: 20% 50% 30%;
    grid-column-gap: 1em;
}

.over-content ul{
    text-align: center;
    font-weight: bold;
    display: block;
    margin-top: 25px;
    font-family: 'open sans', sans-serif;

}

.over-content ul li{
    margin-top: 10px;
    text-align: left;
}

.over-details{
    width: 550px;
}

.desc-img{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.desc-img img{
    width: 100px;
}
.description{
    margin-top: 20px;
}

.description p{
    margin: 0;
    font-family: 'open sans', sans-serif;
}

.descrip-image{
    margin-top: 20px ;
    text-align: center;
}

.descrip-image img{
    width: 100px;
    
}

.team-image{
    margin-top: 20px ;
    justify-content: space-between;
}

.team-image img{
    width: 125px;
    margin-top: 20px ;
}


.over-details h2{
    font-weight: bolder;
    text-align: start;
}

.E-card{
    display: block;
}

.card-1{
    width: 300px;
    margin: 10px;
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
}

.E-image{
    margin-top: 20px;
}
.E-image img{
    width: 200px;
}


.Ecard-stats{
    margin-top: 20px;
    display: flex;
    font-family: "Lexand Deca", sans serif;

}

.Ecard-stats span {
    padding:5px;
}

.E-title{
    display: block;
    text-align: center;
    margin-top: 20px;
}

.E-title h4 {
    font-family: "Lexand Deca", sans serif;
}

.E-text{
    margin-top: 20px;
}
.terms, .investor, .markets, .risk {
    font-family: "Open sans", sans-serif;
    font-size:15px;
    font-weight:100;
}
.E-buttons{
    margin-top: 20px;
    margin-bottom: 20px;
}

.E-buttons .follow{
    padding: 3px;
    border-radius: 0.8rem;
    color: #fff;
    background-color: #212153;
}

.E-buttons .btn-icons{
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    background-color: #212153;
}

.card-2{
    margin-top: 50px;
}
.card-details{
    width: 300px;
    margin: 10px;
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.2s;
    display: block;
    
}

.details{
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details span{
    margin: 0px 10px auto;
    text-align: right;
}

.S-right{
    
}

hr{
    margin: 10px 10px auto;
}

.card-3{
    margin-top: 50px;
}

.donate{
    /*width: 300px;*/
    margin-top: 10px;
    background-color: #fff;
    border-radius: 0.4rem;
    /*overflow: hidden;*/
    box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
    /*cursor: pointer;*/
    transition: 0.2s;
    text-align: center; 
}

.donate h2{
    margin-top: 20px;
}

.donate p{
    margin-top: 20px;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
}


.b-donate{
    margin-top: 20px;
    background-color: #0b530e; /* Green */
    border-radius: 0.4rem;
    color: white;
    padding: 12px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}



/* comments section */

.comments{
    display: grid;
    grid-template-columns: 20% 80%;
    grid-column-gap: 1em;
}

.comments-container{
    width: 850px;
    background-color: azure;
    text-align: center;
    justify-content: center;
}
.comments-container h2{
    text-align: start;
}


.user-image
{
    width: 50px;
    height: 50px;
    margin-left: 1rem;
}
.user-image > img
{
    width: 100%;
    height: 100%;
}
.comment-card{
    width: 800px;
    height: 80px;
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.2s;
    align-items: center; 
    display: flex;
    margin-top: 30px;
}


.user-comment{
    margin-left: 20px;
}

.user-comment h3{
    text-align: left;
}
.user-comment > p
{
    font-size: 12px;
}

.comment-footer{
    margin-top: 5px;
    display: flex;
    font-size: 20px;
    text-align: center;
}

.like {
    padding: 0 15px;
    color: #FFC83B;
}

.dislike {
    padding: 0 15px;
    color: #CC6328;
}

.caution {
    padding: 0 15px;
    color: #CC6328;
}
.response {
    padding: 0 15px;
}


.comment-text{
    width: 750px;
    border: none;
   outline-width: 0;
 }

 .input-text
 {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column; 
    margin-top: 2rem;
 }

 .btn-send{
    margin-top: 5px;
 }



.send{
    align-items: center;
    background-color: #212153;
    border-radius: 0.5rem;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #fff;
 }


 /* responsiveness */

 @media only screen and (max-width:850px) {
   
 }