:root {
    --black: #121212;
    --primary: #c1c1bd;
    --secondary: #B3B2AE;
    --white: #000000;
    --accent: #505fff;
    --abcwght: 900;


}

.double-vh-screen{
    position: fixed;
    height: 100vh;
    z-index: -5;
    padding: 0px !important;
}

.square-bg-rot{
    margin-left: -60px;
    transform: rotate(10deg);
    transform-origin: top left;
}

.p-content-scroll{
    height: auto;
    display: flex;
    margin-top: 20vh;
    padding-left: 100px;
    width: 70%;
}

.pcontent-box{
    height: auto;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 20px;
}

.pimages-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 95%;
    padding: 0px 20px 0px 20px;
    row-gap: 40px;
}

.pimages-box img{
    width: 100%;
}

.pinfo-container{
    height: 100vh;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.pinfo-box{
    display: flex;
    height: 70%;
    width: 100%;
    background-color:var(--primary) ;
    border: var(--secondary) 2px solid;
}

.p-markers-box{
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0px 60px 0px;

}

.p-markers{
    height: 2%;
    width: 10px;
    background-color: var(--secondary);
    border-radius: 10px;
}

.pinfo-text-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    padding: 20px;
    color: var(--black);
}

.pr-name{
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -2px;
}

.extra-desc{
    margin-top: 20px;
    font-style: italic;
}

.pr-links-box{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    height: auto;
    row-gap: 20px;
}

.pr-links-box > a{
    font-family: Neue Kaine Variable;
    text-decoration: none;
    color: var(--black);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.6em;
    width: 200px;
    border: var(--secondary) 2px solid;
    background-color: var(--secondary);
    height: 40px;
    text-align: center;
    transition: all 0.1s ease-in-out;
    

}

.pr-links-box > a:hover{
    background-color: var(--accent);
    color: var(--white);
    border: var(--secondary) 2px solid;

}




@media screen and (max-width: 1440px) {



    .p-content-scroll{
        padding-left: 0px;
    }

    .pinfo-box{
        height: 470px;
    }

    .pr-desc{
        font-size: 18px;
    }

    .extra-desc{
        font-size: 18px;
    }

    .pr-links-box > a{
        font-size: 22px;
        width: 150px;
        height: 30px;
        line-height: 1.5em;
    }
}


@media screen and (max-width: 1366px) {

    .pr-desc{
        font-size: 16px;
    }

    .extra-desc{
        font-size: 16px;
    }

    .pinfo-container{
        width: 35%;
    }

    .p-content-scroll{
        width: 65%;
    }


}




@media screen and (max-width: 1024px) {
    
    .pcontent-box{
        flex-direction: column-reverse;
        align-items: center;
    }

    .p-content-scroll{
        margin-top: 0px;
        width: 100vw;
        padding-left: 20px;
    }

    .pinfo-container{
        width: 100%;
        height: 280px;
        margin-top: 100px;
        padding: 90px 20px 20px 20px;
    }

    .pinfo-box{
        height: 100%;
        opacity: 1;
        transition: opacity 0.7s ease-in-out;
    }

    .pinfo-text-container{
        flex-direction: row;
        justify-content: space-between;
    }

    .pr-name{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .extra-desc{
        margin-top: 5px;
    }

    .pr-links-box{
        row-gap: 10px;
        width: auto;
        height: 100%;
        justify-content: end;
        padding-right: 0px !important;
    }



    .pinfo-text-container > div{
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    .pimages-box{
        width: calc(100vw - 40px);
        padding: 0px;
        row-gap: 10px;
    }

    .p-markers-box{
        width: 20px;
        padding: 60px 5px;
    }
}

@media screen and (max-width: 900px) {

    .pinfo-text-container{
        column-gap: 20px;
        row-gap: 20px;
    }

    .pr-links-box > a {
        font-size: 22px;
        width: 150px;
        height: 30px;
        line-height: 1.5em;
    }

    .pinfo-container{
        height: auto ;

    }

    .pr-links-box{
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    .p-content-scroll{
        width: 100%;
    }


}

@media screen and (max-width: 700px) {

    .pinfo-text-container{
        flex-direction: column;
    }

    .pr-links-box{
        display: flex;
        flex-direction: row;
    }

}