::-webkit-scrollbar{
    display: none;
}
body {
    background:rgb(255, 241, 214);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
    overflow: hidden;
    user-select: none;
}
a {
    color: inherit; 
    text-decoration: none;
    transition: color linear 0.2s;
    color: black;
}
a:hover, a:active {
    color: white;
}
.social {
    position: absolute;
    text-align: right;
    font-size: 12px;
    right: 50px;
    top: 0;
    margin-top: 48px;
}
.contact {
    position: absolute;
    text-align: right;
    color: black;
    font-size: 12px;
    right: 50px;
    bottom: 0;
    margin-bottom: 50px;
    padding-bottom: 4px;
    border-bottom: 1px solid black;
    width: 100%;
    clip-path: inset(0 0 0 100px);
}
.arrow {
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px;
    transition: filter ease-in-out 0.2s;
    clip-path: inset(0 8px 0 0);
}
.arrow:hover, .arrow:active {
    filter: invert(100%);
}
.background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 600px;
    background-color: rgb(30, 30, 30);
}
.fantom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 600px;
    padding: 0;
    margin: 0;
}
.fantom > h1 {
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px black;
    text-shadow: none;
    z-index: -1;
}
.move2 {
    top: 0px;
    left: 0px;
}
.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 600px;
    padding: 0;
    margin: 0;
    clip-path: margin-box;
}
h1 {
    position: absolute;
    font-size: 130px;
    color: white;
    margin-top: -50px;
    z-index: 1;
    text-shadow: 40px 30px 10px rgb(30, 30, 30);
    letter-spacing: 1px;
}
.move {
    top: 0px;
    left: 0px;
}
.container p {
    color: white;
    width: 380px;
    margin: 10px;
    text-align: justify;
    padding-top: 4px;
    transition:
    word-spacing linear 0.1s,
    text-align linear 0.1s,
    font-size linear 0.1s,
    text-transform linear 0.1s,
    letter-spacing linear 0.1s,
    width linear 0.1s,
    height linear 0.1s;
}
.me p {
    background: rgb(30, 30, 30);
    position: absolute;
    top: 13%;
    font-size: 12px;
    border-top: 0.5px dashed white;
    z-index: 2;
    word-spacing: 160px;
    height: 310px;
    clip-path: margin-box;
    text-transform: uppercase;
    line-height:16px;
    border-bottom: 0.5px dashed white;
    padding-bottom: 3px;
}
.me:hover p:hover, .me:active p:active {
    word-spacing: 0;
    text-align: left;
    font-size: 16px;
    text-transform: none;
}
.studio {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    right: 50%;
    height: 174px;
    padding-top: 8px;
    word-spacing: 90px;
    line-height: 17px;
    width: 190px;
}
.studio:hover, .studio:active {
    word-spacing: 0;
    writing-mode: horizontal-tb;
    text-align: right;
}
.free p {
    position: absolute;
    color: rgb(30, 30, 30);
    width: 384px;
    font-size: 11px;
    bottom: 0;
    padding: 8px;
    left: 400px;
    background: white;
    z-index: 1;
    margin: 0;
    word-spacing: 18px;
}
.free:hover p:hover, .free:active p:active {
    word-spacing: 0;
    letter-spacing: 2.5px;
    font-size: 16px;
}
.free:hover .square, .free:active .square {
    width: 20px;
    height: 20px;
}
.made {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 5px;
    height: 193px;
    width: 200px;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.made p {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    position: absolute;
    width: auto;
    bottom: 10px;
    text-transform: uppercase;
}
.made:hover p, .made:active p {
    font-size: 12px;
    width: auto;
}
.made:hover .circle, .made:active .circle {
    width: 60px;
    height: 60px;
    transform: translateX(125px);
}
.image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 80%;
    background-color: red; 
    background-image: linear-gradient(90deg, rgba(190,138,64,0) 70%, red 102%),url(/images/maison.jpg);
    background-size: cover;
    background-position: right;
}
.image p {
    position: absolute;
    text-align: right;
    font-size: 10px;
    padding: 0;
    color: white;
    background: rgb(30, 30, 30);
    visibility: hidden;
    width: auto;
    right: 0;
    padding: 4px 8px 4px 8px;
    transition: none;
}
.image:hover p, .image:active p {
    visibility: visible;
}
.circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 10px;
    left: 10px;
    background: white;
    transition:
    width linear 0.1s,
    height linear 0.1s,
    transform linear 0.1s;
}
.square {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 10px;
    right: 10px;
    background: rgb(30, 30, 30);
    z-index: 2;
    transition:
    width linear 0.1s,
    height linear 0.1s;
}
span {
    text-decoration: underline;
    text-underline-offset: 5px;
}
@media (max-width: 800px) {
    .social {
        display: none;
    }
    .arrow {
        margin: 10px;
    }
    .contact {
        right: 10px;
        margin-bottom: 10px;
        clip-path: inset(0 0 0 20px);
    }
    .background {
        width: 300px;
    }
    h1 {
        font-size: 60px;
        margin-top: -30px;
        z-index: 1;
        letter-spacing: 1px;
    }
    .fantom {
        width: 300px;
    }
    .container {
        width: 300px;
    }
    .container p {
        width: 130px;
    }
    .free p {
        width: 134px;
        left: 150px;
        word-spacing: 0;
    }
    .free:hover p:hover, .free:active p:active {
        word-spacing: 0;
        letter-spacing: 2.5px;
        font-size: 12px;
    }
    .made {
        display: none;
    }
    .me p {
        top: 10%;
        font-size: 12px;
        border-top: 0.5px dashed white;
        z-index: 2;
        word-spacing: 20px;
        height: 325px;
    }
    .studio {
        line-height: 12px;
    }
    .free:hover .square, .free:active .square {
        width: 16px;
        height: 16px;
    }
    .square {
        bottom: 4px;
        right: 4px;
        width: 9px;
        height: 9px;
    }
    .image {
        background-position: 300px 400px;
    }
    .image p {
        width: fit-content;
    }

}