
.all{
    display: flex;
    overflow: hidden;
    background: rgb(255, 255, 255);
    background-image: url("../img/cardboard.png");
}
.left{
    height: 100vh;
    flex: 1;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    box-sizing: border-box;
}
.left > .txt{
    max-width: 100%;
    position: absolute;
    top:50%;left:50%;
    transform: translateX(-50%) translateY(-50%);
}
.left > .txt > h1{
    font-size: 50pt;
    text-align: center;
    line-height: 55px;
    background-color: #741926;
    word-wrap: break-word;
    margin: 0px auto;
    padding: 10px;
    border-radius: 15px;
    color: white;
    user-select: none;
}
.left > .txt > h2{
    font-size: 16pt;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    user-select: none;
}
.left > .txt > .titleUp{
    text-align: center;
    font-size: 20pt;
    line-height: 25px;
    font-weight: 600;
    color: #a07649;
}
.left > .txt > .titleUp > b{
    color: #1c355f;
}
.left > .txt > .titleUp > span{
    color: #78232e;
}

.right{
    height: 100vh;
    flex: 1;
    position: relative;
}
.right > .rightBG{
    position: absolute;

    background-color: #c86f09;
    background-image: url("../img/cardboard.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    height: 120%;
    margin-top: -10%;
    width: 130%;
    transform: rotate(4deg);
}

.right > .rightBG2{
    position: absolute;
    /* background: #be9061;
    background: linear-gradient(90deg, #be9061 0%, #e4b582 100%); */
    background-color: #c86f09;
    background-image: url("../img/cardboard.png");
    height: 120%;
    margin-top: -10%;
    width: 130%;
    transform: rotate(-4deg);
}
.right > .rightMid{
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.right > .rightMid > img{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 4;
    user-select: none;
    pointer-events: none;
} 

.right > .rightMid > .productName{
    position: absolute;
    top: 45%; left: 70%;
    line-height: 100px;
    transform: rotate(-90deg) translateY(-190%);
    font-size: 100pt;
    color: white;
    opacity: 0.5;
    z-index: 1;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    user-select: none;
}

a{
    text-decoration: none;
}
.buttonOpen{
    
    font-size: 30pt;
    line-height: 22px;
    color: #741926;
    border: 2px solid #741926;
    width: max-content;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 15px;
    margin: 0 auto;
    transition-duration: 0.2s;
    cursor: pointer;
    margin-top: 10px;
}
.buttonOpen:hover{
    background-color: #741926;
    color: white;
    transition-duration: 0.2s;
}

.back{
    width: 35px;
    height: 35px;
    position: fixed;
    top:5px;
    left:5px;
    z-index: 9999;
    -webkit-mask-image: url('../img/back-button.svg');
    mask-image: url('../img/back-button.svg');
    background-color: #741926;
    
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background-color: #741926;
}
#fp-nav ul li .fp-tooltip{
    color: white;
    border-radius: 10px;
    font-size: 8pt;
    padding: 5px 10px;
    line-height: 10px;
    background-color: #741926;
    font-weight: 700;
}


@media screen and (max-width: 1680px) and (min-width:1025px) {
    .right > .rightBG2{
        margin-top: -100px;
    }
}

@media screen and (max-width: 1456px) and (min-width:1025px) {
    .right > .rightBG2{
        margin-top: -110px;
    }
}
@media screen and (max-width: 1351px) and (min-width:1025px) {
    .right > .rightBG2{
        margin-top: -120px;
    }
}
@media screen and (max-width: 1100px) and (min-width:1025px) {
    .right > .rightBG2{
        margin-top: -125px;
    }
}

/* IPAD */
@media screen and (max-width: 1024px) {
    .all {
      display: block;
    }
    .left{
        height: 50vh;
    }
    .right{
        height: 50vh;
    }
    .right > .rightBG{
        margin-top: 0px;
        margin-left: -15%;
    }
    .right > .rightBG2{
        margin-top: 0px;
        margin-left: -15%;
    }
    .right > .rightMid{
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .right > .rightMid > .productName{
        top:unset;
        left:50%;
        bottom: 10%;
        transform: rotate(0) translateY(0%) translateX(-50%);
    }
    .right > .rightMid > img{
        left: 50%;
        top: 40%;
    }
}

/* SURFACEDUO */
@media screen and (max-width: 550px) {
    .right > .rightMid > img{
        width: 90%;
    }
    .right > .rightMid > .productName{
        font-size: 80pt;
    }
    .left > .txt {
        width: 95%;
    }
    .left > .txt > h1{
        font-size: 40pt;
        line-height: 45px;
        padding: 5px;
    }
    .left > .txt > .titleUp{
        font-size: 20pt;
        line-height: 25px;
    }
    .left > .txt > h2{
        font-size: 14pt;
        line-height: 16px;
    }
}


@media screen and (max-height: 540px) {
    .all {
        display: flex;
    }
    .left{
        height: 100vh;
    }
    .right{
        height: 100vh;
    }
    .right > .rightBG{
        margin-top: -10%;
        margin-left: 0%;
    }
    .right > .rightBG2{
        margin-top: -10%;
        margin-left: 0%;
    }
    .right > .rightMid > .productName{
        font-size: 60pt;
    }
    .left > .txt {
        width: 95%;
    }
    .left > .txt > h1{
        font-size: 30pt;
        line-height: 35px;
        width: 100%;
        padding: 5px;
    }
    .left > .txt > .titleUp{
        font-size: 15pt;
        line-height: 25px;
    }
    .left > .txt > h2{
        font-size: 12pt;
        line-height: 16px;
    }
    .right > .rightMid > img{
        width: 90%;
    }
}

/* IPHONEX */
@media screen and (max-width: 414px) {
    .right > .rightMid > img{
        width: 85%;
    }
    .right > .rightMid > .productName{
        font-size: 60pt;
    }
    .left > .txt {
        width: 95%;
    }
    .left > .txt > h1{
        font-size: 30pt;
        line-height: 35px;
        padding: 5px;
    }
    .left > .txt > .titleUp{
        font-size: 15pt;
        line-height: 25px;
    }
    .left > .txt > h2{
        font-size: 12pt;
        line-height: 16px;
    }
    .buttonOpen{
        font-size: 18pt;
        line-height: 18px;
        color: black;
        border: 2px solid black;
        width: max-content;
        padding: 10px 20px;
        font-weight: 600;
        border-radius: 15px;
        margin: 0 auto;
        transition-duration: 0.2s;
        cursor: pointer;
    }
}


/* PORTRAIT MODE */
@media screen and (max-height: 641px) {
    .left > .txt > h1{
        font-size: 25pt;
        line-height: 25px;
        padding: 5px;
        max-width: 250px;
    }
}