body,
h2,
h1,
div {
    padding: 0;
    margin: 0;

}

header {
    height: 100vh;
    background: linear-gradient(90.01deg, rgba(139, 30, 248, 0.1) -36.74%, rgba(210, 81, 255, 0.1) 73.24%);

}

nav {
    padding: 50px 52px 63px 34px;
}

.header-l {
    float: left;
    display: flex;
    margin-left: 20px;
}

.header-r {
    float: right;
}

.eportfolio-name {
    font-family: Lato;
    font-size: 28px;
    font-weight: 800;
    line-height: 33.6px;
    letter-spacing: 0.05em;
    text-align: left;

}

.logo img {
    width: 50px;
    height: 40px;
    /* top: 42px;
    left: 67px;
    gap: 0px;
    opacity: 0px; */

}

a {
    padding: 30px;
    text-decoration: none;
    font-family: Lato;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000000;


}

.nav-btn {
    width: 209px;
    height: 71px;
    top: 43px;
    left: 1247px;
    font-weight: 600;
    font-size: 0.8em;
    gap: 0px;
    opacity: 0px;
    border-radius: 20px;

    border-color: #fff;
    color: #fff;
    background-color: hsl(293, 84%, 42%);
}

.hero {
    margin: 10em;
    align-content: space-between;
    display: flex;
    gap: 25em;
}

.hero-header {
    margin-top: 2em;
}

.hello-name {
    font-family: Lato;
    font-size: 78px;
    font-weight: 600;
    line-height: 93.6px;
    letter-spacing: 0.05em;
    text-align: left;

}

.hero-text {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 43.58px;
    letter-spacing: 0.05em;
    text-align: left;

}

.about-section {
    height: 100vh;
    display: flex;
    flex-direction: column;

    margin: 2em 212px 0 119px;
    font-family: Lato;
    font-size: 78px;
    font-weight: 600;
    line-height: 93.6px;
    letter-spacing: 0.05em;
    text-align: left;

}

.about-text {
    margin: 5em 0 0 0;
    font-family: Lato;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    letter-spacing: 0.05em;
    text-align: left;

}

.service-section {
    height: 100vh;

}

.service-header {
    font-family: Lato;
    font-size: 78px;
    font-weight: 600;
    line-height: 93.6px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0px 0 1em 2em
}

.service-images {
    display: flex;
    align-content: space-between;
    justify-content: center;
    gap: 150px;
}

.work-section {
    height: 100vh;
    background: linear-gradient(90.01deg, #8B1EF8 -36.74%, #D251FF 73.24%);

}

.work-header {
    font-family: Lato;
    font-size: 78px;
    font-weight: 600;
    line-height: 93.6px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 1em 1.5em;
    padding-top: 1em;
    color: #fff;
}

.work-images {
    display: flex;
    align-content: space-between;
    justify-content: center;
    gap: 150px;
}

.website-work {
    width: 565px;
    height: 452px;
    top: 3243px;
    left: 813px;
    gap: 0px;
    border-radius: 50px 0px 0px 0px;
    border: 2px 0px 0px 0px;
    opacity: 0px;

}


.parent {
    position: relative;
    top: 0;
    left: 0;
}

.image1 {
    position: relative;
    top: 0;
    left: 0;

}

.image2 {
    position: absolute;
    top: 30px;
    left: 30px;

}

.image-title {
    position: absolute;
    top: 337px;
    left: 30px;
    font-family: Lato;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 38.4px;
    letter-spacing: 0.05em;
    text-align: left;

}

.get_in_touch {
   padding: 15em 0 0 6em;
    height: 80vh;
    background: #240048;
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.get_in_touch_title{
    font-family: Lato;
    font-size: 78px;
    font-weight: 600;
    line-height: 93.6px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFF;
    width: 548px;



}

.get_in_touch_text{
    font-family: Lato;
    margin-right: 1em;
font-size: 48px;
font-weight: 600;
line-height: 57.6px;
letter-spacing: 0.05em;
text-align: left;
color: #FFFFFF;

}

.get_in_touch_img{

}

.copyright{
    font-family: Lato;
font-size: 24px;
margin: 2em 0 0 0;
font-weight: 600;
line-height: 28.8px;
letter-spacing: 0.05em;
text-align: center;
color: #fff;
}