 
 @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); 
 * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
ul, li {
    margin: 0px !important;
    padding: 0px !important;
}
li {
    list-style: none;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0px !important;
    padding: 0px !important;
}
p {
    font-size: 14px;
}
a {
    text-decoration: none;
    outline:none;
}
body {
    font-family: "Nunito", sans-serif !important;    
}
.font {
    font-family: "Merriweather", serif;
}
.navigation li a {
    color: #000000b3;
    text-decoration: none;
    font-size: 12px;
    text-transform:uppercase;
}
.profile {
    width: 154px;
    margin: 0 auto !important;
}
.profile img {
    width: 100%;
    border-radius: 50%;
}
.designation {
    color: #ac3939;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
}
.home-section {
    background-color: #ede8ec;
    padding: 78px 30px;
}
.home-section img {
    width: 45px;
    position: relative;
    top: -30px;
    left: 0;
}
.about-section, .skills-section, .education-section, .experience-section, 
.contact-section, .projects-section {
    padding: 30px 30px 0px 30px;
}
.contact-section {
    padding: 30px;
}
.hometitle {
    font-size: 54px;
}
.home-text {
    font-size: 18px;
}
.download-cv {
    border: 1px solid #ac3939 !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    background: #ac3939 !important;
    color: #fff !important;
}
.maintitle h3 {
    color: #999;
    font-size: 12px;
    letter-spacing: 3px;
}
.title-sub {
    font-family: "Merriweather", serif;
    font-size: 27px;
}
.about-body p, .skills-body p {
    font-size: 15px;
    color: #000000b3;
}
.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex-item {
    background: #ffffff;
    width: 100%;
    margin: 0 20px 0 0px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 11px 11px #e9e9e9;
}
.graphic  {
    border-bottom: 2px solid #2c98f0;
}
.graphic i {
    color: #2c98f0;
    font-size: 36px;
}
.web  {
    border-bottom: 2px solid #ec5453;
}
.web i {
    color: #ec5453;
    font-size: 36px;
}
.admin  {
    border-bottom: 2px solid #f9bf3f;
}
.admin i {
    color: #f9bf3f;
    font-size: 36px;
}
.phone  {
    border-bottom: 2px solid #a84cb8;
}
.phone i {
    color: #a84cb8;
    font-size: 36px;
}
.sidebar {
    background: #f2f3f7;
    height: 100%;
    width: 25%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    box-shadow: 4px 0px 10px #d1d1d1;
    padding: 30px 20px 10px 20px !important;
}
.project-done {
    background: #f9bf3f;   
}
.project-done h1 {
    font-size: 24px;
}
.skill-box h3 {
    font-size: 14px;
    background: #f2f2f2;
    padding: 10px 10px !important;
    border-radius: 45px;
    color: #000000;
    font-style: italic;
    border: 1px solid #ccc;
    font-family: "Merriweather", serif;
}
.skill-flex {
    display: flex;
}
.skill-flex li {
    margin: 0px 18px 0px 0px !important;
    background: #f2f2f2;
    width: 80px;
    height: 80px;
    border-radius: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 0px 6px 11px #bebebe;
}
.skill-flex li img {
    width: 40px;
    margin: 0px auto;
}
.education-left {
    position: relative;
    padding: 0px 0px 0px 72px;
}
.education-left i {
    position: absolute;
    left: 6px;
    font-size: 39px;
    top: 3px;
    color: #d9d9d9;
}
.education-left h2 {
    font-size: 15px;
    margin: 0px 0px 5px 0px !important;
    font-family: "Merriweather", serif;
    font-weight: bold;
}
.education-left p {
    color: #000000b3;
}
.education-right h2 {
    font-size: 15px;
    margin: 0px 0px 5px 0px !important;
    font-weight: bold;
}
.education-right p {
    color: #000000b3;
}

.exp-header h1 {
    font-size: 18px;
    margin: 0 0 5px 0 !important;
}
.exp-header p {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 15px 0 !important;
}
.exp-header ul li {
    list-style: circle;
    font-size: 15px;
    padding: 0px;
    margin: 0 0 5px 15px !important;
}
.contact-card {
    position: relative;
    padding: 10px 0px 0px 70px;
    display: flex;
    flex-direction: column;
}
.contact-card h4 {
    position: absolute;
    left: 0px;
    background: #f2f2f2;
    top: 0px;
    width: 54px;
    height: 54px;
    text-align: center;
}
.contact-card h4 i {
    font-size: 24px !important;
    color: #999;
    padding: 15px 0 0 0;
}
.contact-card p a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.contact-form input, .contact-form input:focus, .contact-form input:active, 
.contact-form textarea, .contact-form textarea:focus, .contact-form textarea:active {
    color: #181818;
    border-radius: 0px;
    outline: none;
    background: #f2f2f2;
    border: none;
    font-size: 14px;
    padding: 12px 12px;
    box-shadow:none;
}

.project-menu {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.project-menu .card {
    width: 280px;
    height: 360px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
.project-menu .card:hover {
    transform: translateY(0px);
}
.project-menu .card:hover:before {
    opacity: 1;
}
.project-menu .card:hover .info {
    opacity: 1;
    transform: translateY(0px);
}
.project-menu .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}
.project-menu .card img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}
.project-menu .card .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
}
.project-menu .card .info h1 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}
.project-menu .card .info p {
    letter-spacing: 0;
    font-size: 14px;
    margin: 10px 0px 20px 0px !important;
    line-height: 16px;
}
.project-menu .card .info a {
    padding: 0.6rem;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 12px;
    background: transparent;
    color: #fff !important;
    text-decoration:none;
}
.project-menu .card .info a:hover {
    background: transparent;
    color: white;
}
.fa-whatsapp {
    color: #11ab11;
    font-size: 48px !important;
}
.fa-linkedin-square {
    color: #0a66c2;
    font-size: 48px !important;
}
.fa-envelope-o {
    color: #d94d40;
    font-size: 48px !important;    
}
.fa-github {
    color: #fc3819;
    font-size: 48px !important;
    
}
.social-icons li {
    display: inline-block;
    margin: 0px 20px 0px 0px !important;
}
.timeline-icon {
    border-color: #ac3939 !important;
    box-shadow: 3px 3px 0 rgb(255 217 217) !important;
    height: 20px !important;
    width: 20px !important;
    left: -10px !important;
}
.fa-check {
    color: #ac3939 !important;
    font-size: 9px !important;
}
.bsb-timeline-5 {
    --bsb-tl-color: #dcdcdc !important;
    position: relative;
    left: 9px;
}
i.fa.fa-angle-double-right {
    font-size: 21px;
    padding: 5px 5px;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.openmenu, .closemenu {
    display: none;
}
p.openmenu {
    position: relative;
}
.openmenu img {
    width: auto;
}
.profilesection h4 {
    font-size: 18px;
    margin: 15px 0px 0px 0px !important;
    font-weight: bold;
    font-style: italic;
}
.profilesection h4 a {
    text-decoration: none;
    color: #ac3939;    
}
.contact-form button {
    padding: 12px 12px;
}