@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400&display=swap');

:root {
    --background-color-animated: white;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-behavior: smooth;
    background-color: #3f1d5e;
}

.header h1 {
    font-weight: 400;
    letter-spacing: 0.3em;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    margin-top: 0.3em;
    color: white;
    transition: color 0.2s ease-out;
    height: 100%;
    vertical-align: middle;
    background: transparent;
}

.header h2 {
    opacity: 0;
    font-size: 1, 2em;
    margin-top: 0;
    padding-top: 0.1em;
    font-weight: 200;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

a {
    text-decoration: none;
    width: fit-content;
    height: 100%;
    background: transparent;
}


/*   <   -    -  H E A D E R  -  -  -  -  */

.header-text1,
.header-text2,
.header-text3,
.header-text4 {
    filter: brightness(1);
    transition: all 0.3s ease-out;
    color: white;
}

.header-text1 {
    color: #3f1d5e;
}

/*Different color Per section*/
/*.header-text1{
    color: #c8ace2;
}
.header-text2{
    color: #e8a7cd;
}
.header-text3{
    color: #d5a5a5;
}
.header-text4{
    color: #a0cdd4;
}
*/
.header-text1:hover {
    filter: brightness(0.7);
}

.header-text2:hover {
    filter: brightness(0.7);
}

.header-text3:hover {
    filter: brightness(0.7);
}

.header-text4:hover {
    filter: brightness(0.7);
}

/* adds highlight block*/
:root {
    --block-posl: 0;
    --block-width: calc(100%/4);
}

.current-block {
    position: absolute;
    background-color: #3f1d5e;
    height: 100%;
    left: var(--block-posl);
    width: var(--block-width);
    border-radius: 7px 7px 0px 0px;
}

.header {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    letter-spacing: 0.15em;
    color: white;
    position: sticky;
    width: 100vw;
    height: 2.5em;
    background-color: black;
}

.header-text {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: transparent;
}


/*   <   -    -   E N A B L E   H O R I Z O N T A L */
/*
.main-wrap{
    width:100vh;
    height:100vw;
    transform:rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x:hidden;
    position: absolute;
    scrollbar-width: none;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;

}
::-webkit-scrollbar{
    display:none;
}
.inner-main-wrap{
    display:flex;
    flex-direction: row;
    width:fit-content;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
}
section{
    scroll-snap-align: start;
}
*/
.scroll-wrap {
    overflow-x: scroll;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

.main-wrap {
    /*overflow-x: scroll;
    overflow-y: hidden;*/
    width: 400vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: calc(100% - 2.5em);
    overflow: visible;
}

section {
    position: relative;
}

/*   <   -    -   G R I D   -   -   >   */
.grid-wrapper--default {
    margin-top: 0.2em;
    display: grid;
    width: 100vw;
    height: 100%;
    grid-template-columns: 31% 31% 11.78% 7.22% 19%;
    grid-template-rows: 31% 19% 12% 19% 19%;
    grid-template-areas:
        "image1 image2 image3 image3 image4"
        "image1 image2 image5 image5 image6"
        "image7 image8 image5 image5 image6"
        "image7 image8 image9 image10 image10"
        "image7 image8 image11 image12 image12";
    grid-gap: 0.2em;
    overflow: hidden;
}

.golden-container {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-out;

}

.golden-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.grid-wrapper--default:hover .golden-container:hover {
    overflow: visible;
    transform: scale(102%);
    z-index: 111;
}

/*.grid-wrapper--default:hover .golden-container:not(:hover){
    filter:saturate(100) contrast(1000);

}*/

.image1 {
    grid-area: image1;
}

.image2 {
    grid-area: image2;
}

.image3 {
    grid-area: image3;
}

.image4 {
    grid-area: image4;
}

.image5 {
    grid-area: image5;
}

.image6 {
    grid-area: image6;
}

.image7 {
    grid-area: image7;
}

.image8 {
    grid-area: image8;
}

.image9 {
    grid-area: image9;
}

.image10 {
    grid-area: image10;
}

.image11 {
    grid-area: image11;
}

.image12 {
    grid-area: image12;
}

/*   -   -   -   -   C O N T A C T   M E    -  -  -  -*/
.contact-me {
    opacity: 0.5;
    position: sticky;
    bottom: 15vh;
    left: 87vw;
    width: 15em;
    height: 5em;
    z-index: 999;
    background-color: var(--background-color-animated);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    font-size: 0.6em;
    text-align: center;
    margin-bottom: -10em;
    border-radius: 1em;
    color: white;
    border: 1px solid white;
    transition: all .2s ease-out
}

.contact-me:hover {
    opacity: 100;
}

.contact-me:active {
    filter: brightness(1.5);
}

.contact-me img {
    margin-top: 1.4em;
    width: auto;
    height: 10em;
    background-color: var(--background-color-animated);
    border-radius: 0 0 100% 100%;
    border: 1px solid white;
    border-top: none;
    z-index: -100;
}

.contact-me h1 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0.5em;
}

.contacts {
    width: 100vw;
    position: fixed;
    height: 7vh;
    background-color: var(--background-color-animated);
    left: 0;
    bottom: 0;
    opacity: 0;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    transition: opacity .2s ease-out;
}

.contacts a {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
}