@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat';
    background-color: #F2F2F2;
    height: fit-content;
    width: 100%;
}

.content {
    margin: 25px 50px;
}

/* Profile */
.profile-Box {
    background: #ffffff;
    margin-top: 25px;
    border-radius: 10px;
    height: fit-content;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.profile-Box .image {
    padding: 25px 25px 0 25px;
}

.profile-Box .image img {
    height: 300px;
    width: 100%;
    border-radius: 10px;
}

.profile-Box .title {
    padding: 25px;
}

.profile-Box .title h1 {
    font-weight: 600;
    font-size: 24px;
    color: #4F4F4F;
}

.profile-Box .subtitle {
    padding: 0 25px;
    margin-bottom: 25px;
}

.profile-Box .subtitle h2 {
    font-weight: 500;
    font-size: 18px;
    color: #828282;
}

.profile-Box .icon {
    display: flex;
    padding: 0 25px;
    margin: 10px 0;
}

.profile-Box .icon h3 {
    margin: 0 25px;
    font-weight: 500;
    font-size: 18px;
    color: #4F4F4F;
}

.profile-Box .text {
    padding: 25px;
}

.profile-Box .text h4 {
    font-weight: 500;
    font-size: 18px;
    color: #828282;
}

/* Profile */
/* Expereinces */
.exp-Box {
    margin: 25px 0;
    padding: 25px;
    border-radius: 10px;
    height: fit-content;
    background: #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.exp-Box .title {
    margin-bottom: 25px;
}

.exp-Box .title h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #4F4F4F;
}

.exp-Box .exp {
    display: flex;
}

.exp-Box .image img {
    width: 75px;
    height: 75px;
}

.exp-Box .exp .info {
    margin: 0 20px;
}

.exp-Box .info .date h3 {
    font-weight: 500;
    font-size: 14px;
    color: #828282;
}

.exp-Box .exp .info .title {
    margin: 10px 0;
}

.exp-Box .exp .info .title h1 {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.exp-Box .exp .info .text {
    margin: 25px 0;
}

.exp-Box .exp .info .text h2 {
    font-weight: 500;
    font-size: 16px;
    color: #828282;
}

/* Experience */
/* Hobbies */
.hobbies {
    margin: 25px 0;
}

.hobbies-Box {
    padding: 25px;
    border-radius: 10px;
    height: fit-content;
    background: #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.hobbies-Box .title h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #4F4F4F;
}

.hobbies-Box .image {
    width: 100%;
    height: 150px;
}

.hobbies-Box .image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.hobbies-Box .hobbies .info {
    margin: 0;
}

.hobbies-Box .hobbies .info .title {
    margin: 10px 0;
}

.hobbies-Box .hobbies .info .title h1 {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.hobbies-Box .hobbies .info .text {
    margin: 10px 0;
}

.hobbies-Box .hobbies .info .text h2 {
    font-weight: 500;
    font-size: 16px;
    color: #828282;
}

/* Hobbies */
/* Skills */
.skills-Box {
    margin: 25px 0;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: fit-content;
    background: #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.skills-Box .title h1 {
    font-weight: 700;
    font-size: 18px;
    color: #4F4F4F;
}

.skills-Box .skill {
    display: flex;
    align-items: center;
}

.skills-Box .skill span {
    font-weight: 500;
    font-size: 16px;
    color: #4F4F4F;
}

.skills-Box .skill .progress {
    background-color: #C4C4C4;
    border-radius: 50px;
    height: 10px;
}

.skills-Box .skill .progress .progress-bar {
    border-radius: 50px;
}

/* Skills */
/* Project */
.bar-Project {
    height: 65px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.bar-Project h1 {
    font-weight: 500;
    font-size: 18px;
    color: #4F4F4F;
}

.project {
    display: flex;
    margin: 25px 0;
    padding: 25px;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.project .image {
    width: 1000px;
    height: 200px;
}

.project .image img {
    width: 100%;
    height: 100%;
}

.project .info {
    margin: 0 25px;
}

.project .info .hastag {
    display: flex;
}

.project .info .hastag h3 {
    font-weight: 500;
    font-size: 16px;
    color: #4F4F4F;
}

.project .info .title {
    margin: 0;
}

.project .info .title h1 {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.project .info .text {
    margin: 25px 0;
}

.project .info .text h2 {
    font-weight: 500;
    font-size: 16px;
    color: #828282;
}

.project .button {
    margin: 25px 0;
}

.project .button .btn {
    border-radius: 5px;
    width: 100px;
    margin-right: 25px;
}

/* Project */
/* Blog */
.bar-Blog {
    height: 65px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.bar-Blog h1 {
    font-weight: 500;
    font-size: 18px;
    color: #4F4F4F;
}

.blog {
    display: flex;
    margin: 25px 0;
    padding: 25px;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.blog .info {
    margin: 0 25px;
}

.blog .text-Shadow h3 {
    font-weight: 500;
    font-size: 16px;
    color: #E0E0E0;
}

.blog .info .title {
    width: 175px;
    margin: 0;
}

.blog .info .title h1 {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.blog .info .text {
    margin: 25px 0;
}

.blog .info .text h2 {
    font-weight: 500;
    font-size: 16px;
    color: #828282;
}

.blog .image {
    width: 2000px;
    height: 300px;
}

.blog .image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

/* Blog */
/* Footer */
footer {
    font-family: 'Courier New', Courier, monospace;
}

footer p{
font-weight: 500;
font-size: 14px;
text-align: center;
color: #828282;
}
/* Footer */