body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(7, 6, 8);
    color: white;
    overflow-x: hidden;
    user-select: none;
    scroll-snap-type: y proximity;
}
body::-webkit-scrollbar {
    display: none;
}
html {
    scroll-behavior: smooth;
}

#bg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgb(7, 6, 8) url("assets/background.jpg");
    top: 0;
    left: 0;
    z-index: -2;
}
#gradient{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(7, 6, 8 ,0.6), rgb(7, 6, 8) 80%);
    top: 0;
    left: 0;
    z-index: -1;
}
#titlePage {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    position: absolute;
    font-size: 6rem;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
#subtitle {
    text-align: center;
    font-size: 1.9rem;
    z-index: 1;
    position: absolute;
    margin-top: 10rem;
    transition: all 0.5s ease-in-out;
}
#desc{
    font-size: 1.4rem;
    text-align: center;
    position:relative;
    z-index: 1;
    margin-top: 10rem;
    max-width: 55rem;
    line-height: 2rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    translate: 0 20px;
}
#titlePage:hover #title {
    translate: 0 -10rem;
}

#titlePage:hover #subtitle {
    translate: 0 -10rem;
}

#titlePage:hover #desc {
    display: block;
    opacity: 1;
    translate: initial;
}










#content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#listCon{
    padding: 2rem;
    width: 100%;
    min-height: 20rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#gradient2{
    position: absolute;
    background-image: linear-gradient(to right, rgb(7, 6, 8), transparent, transparent, rgb(7, 6, 8));
    z-index: 1;
    pointer-events: none;
    width: 83%;
    min-height: 20rem;
}
.navigate{
    position: absolute;
    margin-left: 2rem;
    margin-right: 2rem;
    background-color: black;
    background: none repeat scroll 0;
    border: none;
    cursor: pointer;
    color: black;
    transform: scale(1, 2);
    transition: all 0.1s ease-out;
    z-index: 1;
}
.navigate img{
    width: 30px;
    height: 30px;
}
.navigate:hover {
    transform: scale(1.1, 2.1);
}
#sectLeft{
    left: 0;
}
#sectRight{
    right: 0;
}

#row1 {
    position: absolute;
    list-style-type: none;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 50px;
    align-items: center;
    height: 40%;
    width: 80%;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 10px;
}
#row1::-webkit-scrollbar {
    border-radius: 20px;
    background-color: rgb(38, 33, 42);
}
#row1::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(33, 24, 40);

}


.artCon{
    scroll-snap-align: center;
}
#row1 li {
    border-radius: 50%;
    margin-right: 25px;
    margin-left: 25px;
    transition: all 0.3s ease-in-out;
}
.extenders{
    height: 100%;
    width: 100rem;
    background-color: wheat;
}
#row1 li button {
    border-radius: 50%;
    border: 0.75rem solid rgb(41, 40, 41);
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: white;
    max-width: 10rem;
    max-height: 10rem;
    background-image: url(assets/empty.png) ;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

#row1 li:nth-child(2) button{
    background-image: url(assets/Arts/1.jpg) ;
}
#row1 li:nth-child(3) button{
    background-image: url(assets/Arts/2.jpg) ;
}
#row1 li:nth-child(4) button{
    background-image: url(assets/Arts/3.png) ;
}
#row1 li:nth-child(5) button{
    background-image: url(assets/Arts/4.png);
}
#row1 li:nth-child(6) button{
    background-image: url(assets/Arts/5.jpeg) ;
}
#row1 li:nth-child(7) button{
    background-image: url(assets/Arts/6.jpg) ;
}
#row1 li:nth-child(8) button{
    background-image: url(assets/Arts/7.JPG) ;
}
#row1 li:nth-child(9) button{
    background-image: url(assets/Arts/8.JPG) ;
}
#row1 li:nth-child(10) button{
    background-image: url(assets/Arts/9.png);
}
#row1 li:nth-child(11) button{
    background-image: url(assets/Arts/10.jpg) ;
}



#row1 li button div{
    position: relative;
    translate: -12rem -12rem;
    transform: rotateZ(45deg);
    min-width: 13rem;
    min-height: 13rem;
    background-color: rgb(255, 0, 212);
    opacity: 0.6;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}
/*#row1 li button:hover div{
    translate: initial;
}*/














#artContent{
    position: absolute;
    background-color: rgb(41,40,41);
    border-radius: 50%;
    margin-bottom: 60px;
    width: 20rem;
    height: 20rem;
    z-index: 10;
    display: none;
    flex-direction: row;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

#art{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    background-image: url(assets/empty.png);
    background-position: center;
    background-size: cover;
    height: 83%;
    width: 83%;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

#artTexts{
    opacity: 0;
    position: absolute;
    width: 40rem;
    margin-left: 42rem;
    transition: all 0.3s ease-in-out;
}
#artDesc{
    font-size: 1.2rem;
    line-height: 1.5rem;
}
#keyFacts{
    margin-top: 2rem;
    width: 40rem;
    min-height: 15rem;
}
#keyFacts li {
    margin-bottom: 2rem;
    display: block;
    line-height: 1.4rem;
}
#keyFacts span{
    font-weight: bold;
}

#close{
    position: absolute;
    cursor: pointer;
    background-image: url(assets/close.png);
    background-size: cover;
    background-position: center;
    background-color: transparent ;
    border: none;
    width: 70px;
    height: 70px;
    top: 3rem;
    right: 3rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
