*{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-x: 0;
}
.navi{
    background-color: rgba(59, 58, 57, 1);
    position: sticky;
    top: 0;
    z-index: 10;
    height: 50px;

}
.navi a{
    text-decoration: none;
    color: white;
}
.navi a:hover{
    text-decoration: underline;
    color: white;
}
.navi ul{
    display: flex;
    gap: 6%;
    justify-content: center;
}
.navi li{
    justify-content: center;
    margin-top: 15px;
    list-style-type: none;
}
.PersonalInformation{
    height: 85vh;
    background-color: rgba(87, 90, 84, 1);
}

.right{
    color: white;

   

}

.right h1{
    font-size: 55px;
    margin-top: 50px;
    margin-bottom: 10px;
    position: absolute;
    left: 51%;
}
.right p{
    color: rgb(189, 189, 189);
    position: relative;
    left: 51%;
    top: 180px;
}
.right a{
    color: white;
    text-decoration: none;
    position: relative;
    top: 300px;
    left: 51%;
}
.right a:hover{
    color: white;
    text-decoration: underline;
    position:relative;
    top: 300px;
    left: 51%;
}

.left p{
    font-size: small;
    font-weight:normal;
}
.left{
    color: white;
    position: relative;
    right: 51%;
    text-align: right;
    top: 190px;
}

.left h2{
    margin-top: 50px;
    margin-bottom: 10px;
}

.myPortfolio{
    height: 60vh;
}
.artworks{
    margin: 0 15vh;
    display: grid;
    gap: 2%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 15px;

   
}
.column p{
    color: #666666;
}
.column img{
    height: 280px;
    width: auto;

    margin-top: 60px;
    margin-bottom: 10px;
}

.pi{
    background-color: rgba(238, 237, 226, 1);
    height: auto;
    display: flex;
    flex-direction: column;
}
.pi hr{
    padding: 0;
    margin: 0 15vh;
    height: 1.2px;
    margin-bottom: 10px;
    background-color: rgba(171, 171, 171, 1);
    
}
.pi h2{
    margin: 0 15vh;
}
.pi p{
    margin: 0 15vh;
    color: rgba(87, 90, 84, 1);
}
.pi h2{
    margin-top: 80px;
    font-size: 3em;
    margin-bottom: 20px;
}
.pi li{
    margin: 0 15vh;
    color: rgba(87, 90, 84, 1);
}
.MyArtworks{
    background-color: rgba(238, 237, 226, 1);
    padding-top: 80px;
    height:auto;
}
.ArtworkHeading h2{
    align-items: center;
    margin: 0 15vh;
    font-size: 3em;
    justify-content: center;
    margin-bottom: 10px;
}
.ArtworkHeading p{
    margin: 0 15vh;
    margin-top: 10px;
    color:rgb(94, 94, 94) ;
}
hr{
    margin: 5px 0;
    margin: 0 15vh;
    height: 1.2px;
    background-color: rgba(171, 171, 171, 1);
}
.artbutton{
    text-align: center;
    margin-top: 140px;
   

}
.artbutton a{
    color: black;
    font-size: 1.1em;
    padding: 6px 18px;
    border: 2px solid black;
    border-radius: 4px;
    text-decoration: none;
}

footer{
    background-color: rgba(40, 40, 40, 1);
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
footer p{
    color: white;
}
footer a{
    color: white;
    text-decoration: none;
    padding: 6px 18px;
    border: 1px solid white;
    border-radius: 4px;
    margin-bottom: 20px;
}
.contact{
    background-color: rgba(242, 242, 242, 1);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact h2{
    margin-top: 100px;
    font-size: 2.5em;
    margin-bottom: 50px
}
.contact input{
    margin-bottom: 20px;
}
.contact a{
    margin-top:70px;
    background-color: rgba(232, 117, 34, 1);
    color:  aliceblue;
    padding: 0.8% 4%;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 80px;
}
.contact p{
    color:rgba(125, 125, 125, 1);
}
.Banner{
    height: 50vh;
    position: relative;
    overflow:hidden
}
.bannerImages img{
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: auto;
    overflow:hidden;
}
.bannerText{
    z-index: 0;
    position: absolute;
    top: 15%;
    left: 20vh;
}
.bannerText h2{
    font-size: 2em;
    color: rgba(228, 243, 221, 1);
}
.bannerText p{
    color: rgba(228, 243, 221, 1);
    margin-right: 60%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.bannerText a{
    font-size: 0.8em;
    color: rgba(228, 243, 221, 1);
    background-color: rgba(232, 117, 34, 1);
    text-decoration: none;
    padding: 0.4% 1.8%;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}