@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300; 400; 500; 600; 700&display=swap');
* {
    font-family: 'Open Sans', sans-serif;
    /* background-color: #f8f9fa; */
    font-family: 'Open Sans', sans-serif;
}

.home-text {
    width: 35%;
    padding-top: 7rem;
}

.home-text h1{
    font-size: 4em;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

nav h1{
    font-size: 3em;
    color: #333;
    font-family: 'Times New Roman', serif;
    /* font-weight: 700; */
    margin: 2rem;

}

.home-text h3{
    font-size: 2em;
    color: #333;
    font-weight: 200;
    transition: 0.5s;
    padding-left: 2rem;
}

.home-text p {
    font-size: 1.2em;
    color: #666;
    margin: 10px 0;
    transition: 0.5s;
}

.home-media ion-icon {
    font-size: 2em;
    color: #333;
    margin: 10px 0;
    transition: 0.5s;
    margin-right: 1em;
    margin-top: 1em;
}

.about h1 {
    font-size: 3em;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-top: 3em;
}

.about-main p {
    font-size: 1.2em;
    color: #666;
    margin: 10px 0;
    transition: 0.5s;
    margin-top: 2rem;
    margin-bottom: 4em;
}

.about-text i {
    font-size: 4.5em;
    color: #333;
    margin: 10px 0;
    transition: 0.5s;
}

.about-text p {
    font-size: 1em;
    color: #666;
    margin: 10px 0;
    transition: 0.5s;
    width: 80%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.about-text h3{
    font-size: 2em;
    color: #333;
    font-weight: 200;
    font-weight: 700;
}

.contact h1 {
    font-size: 3em;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-top: 3em;
}


footer .content a{
    text-decoration: none;
    margin: 2rem;
    color: black;
}

footer .content{
    display: flex;
    justify-content: center;
}

footer .content-social{
    display: flex;
    justify-content: center;
}

footer .content-social i{
    text-decoration: none;
    margin: 2rem;
    color: black;
    font-size: 2rem;
}

.contact-logo ion-icon {
    font-size: 2em;
    color: #333;
    margin: 10px 0;
    transition: 0.5s;
    margin-right: 1em;
    margin-top: 1em;
}

.contact-logo h3{
    color: #333;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 700;
}

.work h1{
    font-size: 3em;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 3em;
    /* margin-bottom: 1em; */
}

.work h2{
    font-size: 3em;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* margin-top: 3em; */
    margin-bottom: 1em;
}

.work p {
    font-size: 1.2em;
    color: #666;
    margin: 10px 0;
    width: 100%;
    padding-top: 5rem;
}


 /* width */
 ::-webkit-scrollbar {
    width: 8px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
    background: #ccc; 
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: #333; 
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #151515; 
    }


    @media screen and (max-width: 400px)  {
        
        .logo{
            width: 160%;
        }

    }