body {
    margin: 0;
    padding: 0;
    width: 100svw;
    height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1c1c1c;
}

.profile {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin: 8rem 5rem 2rem 5rem;
}

.proimg {
    width: 290px;
    height: 310px;
    border-radius: 62% 38% 41% 59% / 40% 38% 62% 60%;
    overflow: hidden;
}

.projects {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    height: fit-content;
    padding: 50px 0px 0px 0px;
}

.cards {
    width: 60%;
    height: 15rem;
    display: flex;
    flex-direction: row;
    background: linear-gradient(117.54deg, rgba(255, 255, 255, 0.5) -19.85%, rgba(235, 235, 235, 0.367354) 4.2%, rgba(224, 224, 224, 0.287504) 13.88%, rgba(212, 212, 212, 0.21131) 27.98%, rgba(207, 207, 207, 0.175584) 37.8%, rgba(202, 202, 202, 0.143432) 44.38%, rgba(200, 200, 200, 0.126299) 50.54%, rgba(196, 196, 196, 0.1) 60.21%);
    box-shadow: 0px 1.90554px 45.7329px -1.90554px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(2.5px);
    border-radius: 26.1661px;
    margin-bottom: 30px;
    justify-content: space-evenly;
    align-items: center;
}

/* image-thumbnails */
.cimg {
    width: 40%;
    height: 80%;
    border: none;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}

.cimg1 {
    background-image: url(./projects/music\ app.jpg);
}

.cimg2 {
    background-image: url(./projects/healtho.jpg);
}

.cimg3 {
    background-image: url(./projects/tatamotersui.jpg);
}

.cimg4 {
    background-image: url(./projects/g47studio.jpg);
}

.cimg5 {
    background-image: url(./projects/eduminati.jpg);
}

.cimg6 {
    background-image: url(./projects/chatgpt.jpg);
}

.cimg7 {
    background-image: url(./projects/paranews.jpg);
}

.title {
    height: 12rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title h3 {
    margin: 0;
}

.title p {
    width: 80%;
    font-size: 2.3vh;
    margin: 10px 0px 0px 0px;
    height: 4.3rem;
    overflow: hidden;
}

/* text-css */
@font-face {
    font-family: latoB;
    src: url(./Lato\ Bold.ttf);
}

@font-face {
    font-family: latoR;
    src: url(./Lato\ Regular.ttf);
}

p {
    font-family: latoR;
    font-size: 3.5vh;
    opacity: 0.7;
    color: whitesmoke;

}

h1,
h2,
h3 {
    font-family: latoB;
    font-size: 4vh;
    color: whitesmoke;
}

/* btn-css */

#btn1 {
    background: linear-gradient(145.07deg, rgba(242, 242, 242, 0.25) 0.08%, rgba(242, 242, 242, 0) 105.65%);
    border-radius: 10px;
    font-size: 3vh;
    border: 0px;
    padding: 10px 20px;
    color: whitesmoke;
    box-shadow: 0px 1.90554px 45.7329px -1.90554px rgba(0, 0, 0, 0.18);
    cursor: pointer;
}

.about #btn1{
    background: linear-gradient(145.07deg, rgba(255, 0, 0, 0.623) 0.08%, rgba(240, 1, 1, 0.308) 105.65%);
}
.buttons {
    display: flex;
    justify-content: end;

}

.buttons #btn1 {
    margin-left: 15px;
}

/* footer */
footer {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.social {
    width: 30%;
    display: flex;
    justify-content: space-evenly;
}

.fab {
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: cover;
    display: block;
}

.fabic1 {
    background-image: url(./SocialIcons/Social\ Icons-3.png);
}

.fabic3 {
    background-image: url(./SocialIcons/instagram.png);
}
.fabic5 {
    background-image: url(./SocialIcons/github.png);
}

.fabic6 {
    background-image: url(./SocialIcons/Social\ Icons-2.png);
}

.message{
    position: absolute;
    top: 10px;
    right: 20px;
    margin: 0;
    height: fit-content;
    width: fit-content;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background: linear-gradient(145.07deg, rgba(242, 242, 242, 0.25) 0.08%, rgba(242, 242, 242, 0) 105.65%);
    box-shadow: 0px 1.90554px 45.7329px -1.90554px rgba(0, 0, 0, 0.18);
}
