    body, html{
    font-family:"Quicksand", sans-serif;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
p{
    font-size: 1em;
    margin: 0;
    color: black;
    font-weight: 400;
}

h1{
    font-size: 3.125rem;
    padding: 3rem 0;
    font-weight: 700;
    font-style: italic;
    color: #33576E;
    text-decoration: underline;
}

h2{
    margin-top: 100px;
    font-size: 3.125rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

h3 {
    font-size: 1.5em;
    font-weight: 600;
    padding-top: 1rem;
}

h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1em;
}

h6 {
    font-weight: 600;
    border-bottom: 1px solid #9eb7c8;

}
.c-item {
    width: 100%;
}

.c-img {
    object-fit: cover;
}



video {
    width: 90%;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 40px;    
}

.overlay video{
    opacity: 50%;
    z-index: 3;
}

.wrapper {
    background: #9ec8b9;
    background: linear-gradient(90deg, rgba(158,200,185,1) 0%, #9eb7c8 46%, rgba(158,200,185,1) 100%);
}

#about-me{
    line-height: 1.5;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.1em;
    font-weight: 400;
    padding-bottom: 2vh;
}


.about-me1 {
    background-color: #9eb7c8;
    border-radius: 10%;
    box-sizing: border-box;
    padding: 2em;
    align-items: center;
}
.about-me2 {
    background-color: #9eb7c8;
    border-radius: 10%;
    box-sizing: border-box;
    padding: 1.5em;
    margin: 2%
}

.contact-form {
    display: flex;
    justify-items: center;
    padding: 5vh 0;
    color: #313935f5;
    justify-content: center;
}
form {
    display: flex;
    gap: 8px;
    width: 95%;
    flex-direction: column;
}
input[type=text], input[type=email], textarea {
    border: 1px solid #bababa;
    border-radius: 0.7em;
    background-color: #f3f3f3;
}

button[type=submit] {
    width: 20%;
    margin: 0 auto;
    border: 1px solid #9d9b9b;
    border-radius: 10px;
    background-color: #f3f3f3;
    color: #31393599;
}

button[type=submit]:hover {
    background-color:#5C8374
}

.contact-page {
    display: flex;
    justify-content: center;
    margin: 1vh 0 0 0;
    padding-bottom: 2vh;
    background-color: #f3f3f3;
}

.links{
    display: flex;
    justify-content: center;
}

.contact-page h3 {
    padding: 0;
}

.links a {
    line-height: 1.9;
    text-decoration: none;
    padding: 1vh;
}

.links:hover {
    text-decoration: underline;
}

.navbar {
    background-color: #313935f5;
}

.nav-item {
    font-weight: 700;
}

.nav-item:hover {
    transform: translateY(-0.15em);
}

.navbar-text,
.nav-link,
.nav-link.active,
.navbar-brand {
    color: #9eb7c8;
}


.skill-list {
    font-size: 0.9em;
    padding-bottom: 5vh;
}




#skill {
    margin: 0.5em;
    background-color: #9EC8B9;
    border-radius: 15px;
    padding-bottom: 10px;
    margin-top: 5vh;
}

#skill:nth-of-type(2) {
    margin: 0.5em;
    background-color: #9eb7c8;
    border-radius: 15px;
    margin-top: 5vh;
}

#skill:last-of-type{
    margin-top: 0;
}

.page{
    background-color: #9EC8B9;
    margin: 0;
    padding: 2vh;
}
.exp{
    background-color: white;
    border-radius:10px;
    width: fit-content;
    padding: 2vh;
    margin: 0 auto;
}
.exp p{
    color: #313935f5;
    font-weight: 600;
    border-bottom: 1px solid #9eb7c8;
}

.panel{
    background-color: white;
    border-radius: 10px;
    width: 98%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 2.5vh;

}

.offer-table{
    display: flex;
    justify-content: center;
    align-items: center;
}
#offer{
    padding: 2vh;
    border-bottom: 1px solid #9eb7c8;
}

.top{
    text-decoration: none;
    padding: 10px;
    font-family: sans-serif;
    color: #fff;
    background: #000;
    border-radius: 100px;
}


#go-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #5C8374;
    color:rgb(255, 255, 255);
    opacity: 0.5;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    cursor: pointer;
    box-shadow: 5px 2px 4px rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear;
}
#go-to-top:hover{
    opacity: 1;
}

footer{
    background-color: #313935f5;
    height: 10vh;
    color: #9eb7c8;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer p{
    color: aliceblue;
    font-size: 1em;
}



/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #skill:nth-child(even){
        background-color: #9eb7c8
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #skill:nth-child(even){
        background-color: #9eb7c8
    }
    
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #skill:nth-child(even){
        background-color: #9eb7c8
    }
    #skill:last-of-type{
        margin-top: 5vh;
    }
    .panel {
        flex-direction: row;
        width: 70%;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #skill:nth-child(even){
        background-color: #9eb7c8
    }
    #skill:last-of-type{
        margin-top: 5vh;
    }
    .panel {
        flex-direction: row;
        width: 65%;
    }
}




/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1440px) {

    h1{
        font-size: 3.125rem;
        margin: 2.5rem, 0;
        padding: 3rem;
        font-weight: 700;
        font-style: italic;
    }
    p{
        font-size: 1.5rem;
    }
    #skill:last-of-type{
        margin-top: 5vh;
    }
    

    video {
        width: 48%;
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 40px;    
    }
    #about-me{
        line-height: 1.6;
        width: 55%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .about-me2 {
        background-color: #9eb7c8;
        box-sizing: border-box;
        padding: 0.7em 1.5em 2.2em 3em;
        margin: 0 0 5% 7%;
        transition: 1s;
        opacity: 0.5;
    }
    
    .about-me2:hover {
        opacity: 1;
        border-radius: 25% 10%;

    }

    
    .about-me1 {
        background-color: #9eb7c8;
        box-sizing: border-box;
        padding: 0.7em 1.5em 2.2em 3em;
        margin: 0 7% 5% 0;
        transition: 1s;
        opacity: 0.5;
    }
    .about-me1:hover {
        opacity: 1;
        border-radius: 10% 25%;
    }

    
    .c-img {
        object-fit: contain;
        height: 50rem;
    }
    

    #skill {
        opacity: 0.5;
        transition: all .3s ease-in-out; 

    }
    #skill:hover {
        opacity: 1;
        transform: scale(1.05); 
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }
    #skill:first-of-type {
        opacity: 0.5;
        transition: all .3s ease-in-out; 

    }
    #skill:first-of-type:hover {
        opacity: 1;
        transform: scale(1.05); 
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    #offer p{
        font-size: 1.1em;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    #offer {
        margin: 1vh 0;
        border-right: 1px solid #e1f1ff;
        border-bottom: none;
    }
    .panel {
        flex-direction: row;
        width: 70%;
    }

    .page{
        background-color: #9EC8B9;
        margin: 0;
        padding: 5vh;
    }

    .exp p {
        font-weight: 600;
        color: #313935f5;
        font-size: 1.3em;
    }
    h6{
        font-weight: 600; 
    }

    form {
        width: 30%;
    }

    .contact-page {
        align-items: center;
        padding-bottom: 3vh;

    }
    .contact-page h3 {
        margin: 0;
    }

}


@media (min-width: 2200px) {
    .panel {
        flex-direction: row;
        width: 50%;
    }

 }
