*
{
    margin: 0;
    padding: 0;
    font-family: 'Manrope';
}

body
{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  hsl(210, 46%, 95%);
}

.main
{
    width: 44%;
    height: 35%;
    background-color: white;
    border-radius: 1em;
    display: flex;
    flex-direction: row;
}

.card1
{
    height: 100%;
    width: 43%;
    border-top-left-radius:1em;
    border-bottom-left-radius:1em;
    overflow: hidden;
}

.card1 img
{
    height: 100%;
    width: 100%;
    object-fit:cover;
    object-position: left;
}
.card2
{
    height: 100%;
    width: 57%;
    display: flex;
    flex-direction: column;
    padding:0% 6%;
    justify-content: space-evenly;
    position: relative;
}

.para
{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: hsl(217, 19%, 35%);
}

.para p
{
    margin-top: 4%;
    color:  hsl(214, 17%, 51%);
    font-size: 12px;
    line-height: 1.5em;
}

.avtar
{
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    /* justify-content: space-between; */
}

.image
{
    width: 11%;
    height: 90%;
    border-radius: 50%;
}

.image img
{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.name 
{
    padding-left: 4%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:3%
}
.nav
{
    color: hsl(217, 19%, 35%);
    font-weight: 800;
    font-size: 12px;
}

.date
{
    color: hsl(212, 23%, 69%);
    font-size: 12px;
}

.share
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.shareimg
{
    width: 9%;
    height: 74%;
    position: absolute;
    right: -3%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(210, 46%, 95%);
    border-radius: 50%;
    cursor: pointer;
}
.share-bg
{
    filter:sepia();
}

.sh
{
    width: 11%;
    height: 7%;
    background-color: hsl(217, 19%, 35%);
    border-radius: 1em;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    color:hsl(212, 23%, 69%);
    letter-spacing: 0.3em;
    padding: 0% 1.5%;
    position: absolute;
    right: 24%;
    top: 49%;
    display: none;
    font-size: 11px;
    
}

.sh img
{
    margin: 0% 5%;
}

.sh::after
{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid hsl(217, 19%, 35%);
    position: absolute;
    top: 100%;
}

@media screen and (max-width: 768px) {
    .main
    {
        width: 80%;
        height: 90%;
    flex-direction: column;
}

.card1
{
    height: 100%;
    width: 100%;
    border-top-left-radius:1em;
    border-top-right-radius:1em;
    border-bottom-left-radius: 0em;
    overflow: hidden;
}

.card1 img
{
    object-fit: contain;

}

.card2
{
    width: 87%;
}

.avtar
{
    position: relative;
}

.sh
{
    width:70%;
    height: 10%;
    background-color: hsl(217, 19%, 35%);
    border-radius: 1em;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    color:hsl(212, 23%, 69%);
    letter-spacing: 0.5em;
    padding: 0% 5%;
    position: absolute;
    right: 10%;
    top: 85%;    
    display: none;
    font-size: 11px;
    border-top-left-radius:0% ;
    border-top-right-radius:0% ;
    
}

.shareimg2 
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12%;
    height: 45%;
    border-radius: 50%;
    background-color: hsl(214, 17%, 51%);
}
.sh::after
{
    content: none;
}
}