:root{
    --color05: rgba(116,170,234,1.00);
    --color01: rgba(37,109,231,1.00);
}

html,
body{
    width:100%;
    height: 100vh;
    height:100lvh;
    overflow-x:hidden;
    overflow-y: auto;
    background-color:rgba(230,233,234,1.00);
}

#wrap #wlc{
    width: 100%;
    box-sizing: border-box;
    perspective: 100px;
    transform-origin: center;
    z-index: 10;
}

header{
    display: flex;
    flex-direction: column;
    width:100%;
    height: auto;
    position: relative;
    min-height: 100vh;
    min-height: 100lvh;
    align-items: center;
    justify-content: center;
    background-color: rgba(204, 216, 231, 1);
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
    background-image: linear-gradient(12deg, rgba(160,196,227,0.25) 0%, rgba(45,43,233,0.53) 88%), url("/images/bgr_hotelcloud.webp");
    clip-path: ellipse(91% 62% at 50% 30%)
}

@media screen and (max-width: 850px){
    header{
    background-attachment: scroll;
    }
}

header #bg_img{
    position:absolute;
    bottom:0px;
    left:0px;
    right: 0px;
    width: min(65%, 500px);
    height: auto;
    translate:0px 0px;
    margin: 0px auto;
    transform:scale(1.25);
    z-index: -1;
}

header h1{
    max-width: min(85%, 750px);
    font-size: min(55px, 12vw);
    line-height: min(62px, 12.5vw);
    font-weight: 900;
    color:white;
    letter-spacing: -1px;
    text-shadow: 1px 1px 2px rgba(22,22,144,1.0), 0px 3px 5px rgba(22,22,144,1.0);
    transform: translateX(0%) translateY(-50px) scale(1.0) translateZ(50px);
    margin: 20px auto;
    text-align: center;
}

header p{
    max-width: min(75%, 650px);
    font-size: min(25px, 5vw);
    line-height: min(32px, 5.5vw);
    font-weight: 300;
    color:white;
    transform: translateY(-50px);
    margin: 15px auto;
    text-align: center;
}

header a.btnlink{
    display:flex;
    width:auto;
    margin: 20px auto;
    line-height: 40px;
    font-size: 16px;
    font-weight: 800;
    background-color: rgba(80,140,235,1.00);
    color:white;
    border-radius: 100px;
    transform:  translateY(-50px) scale(1.0);
    padding:0px 25px;
    transition: all 0.2s;
    box-shadow: 0px 2px 5px rgba(2,2,2,0.2);
}

header a.btnlink:hover{
    transform: translateY(-52px) scale(1.05);
}


@media screen and (orientation: portrait) and (max-width: 800px){
    
    header h1{
        max-width: min( 95%, 550px );
        font-size: 9vw;
        line-height: 8.9vw;
        margin: 0;
    }
    
    header p{
    max-width: min( 90%, 600px );
    font-size: 4vw;
    line-height: 6.5vw;
    font-weight: 300;
    color:white;
    margin: 15px auto;
    text-align: center;
}
    
}

section {
    position: relative;
    display: flex;
    flex-direction: column;
    width:100%;
    height: auto;
    min-height: 80vh;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

section:nth-of-type(1) {}
section:nth-of-type(2) {}

section .sectionwrap {
    display: flex;
    width:100%;
    height:auto;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    box-sizing: border-box;
    min-height: 65vh;
    min-height: 65lvh;    
    perspective: 100px;
    padding:60px 5% 60px 5%;
}

section .sectionwrap:nth-of-type(odd) { flex-direction: row;  }
section .sectionwrap:nth-of-type(even) { flex-direction: row-reverse; }

section .sectionwrap  .part1,
section .sectionwrap  .part2 {
    display: flex;
    flex-direction: column;
    width:50%;
    min-width: 50%;
    max-width: 50%;
    height: auto;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

section .sectionwrap .part1 {
    position: relative;
    z-index:10;
}

section .sectionwrap .part2 {
    gap:10px 0px;
}


section .sectionwrap .part1 img { width:75%; height: auto; }


section .sectionwrap  .part2 h2{
    font-size: min(45px, 9vw);
    line-height: min(52px, 9.5vw);
    font-weight: 900;
    width: 100%;
    color:#2E2C2C;
    margin:0px;
    letter-spacing: -1px;
    text-align: left;
}

section .sectionwrap  .part2 h3{
    font-size: min(22px, 6vw);
    line-height: min(28px, 6.5vw);
    font-weight: 600;
    width: 100%;
    color:#4183B4;
    margin:35px 0px 0px 0px;
    letter-spacing: 0px;
    text-align: left;
}

section .sectionwrap .part2 h5{
    font-size: min(20px, 5vw);
    line-height: min(25px, 5.5vw);
    font-weight: 700;
    width: 100%;
    color:#185F93;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: left;
}

section .sectionwrap .part2 p{
    font-size: min(16px, 4vw);
    line-height: min(32px, 8.25vw);
    font-weight: 300;
    width: 100%;
    color:#2E2C2C;
    margin:0;
    letter-spacing: 0.5px;
    text-align: left;
}

section .sectionwrap:nth-of-type(5) {
    position: relative;
    background-image: linear-gradient(55deg, rgba(182,233,53,1.00) 2%, rgba(228,246,77,1.00) 99%);
    padding: 80px 0px 100px 0px;
    align-items: center;
    justify-content: center;
    filter:invert();
    
    gap: 0px 4%;
}

section .sectionwrap:nth-of-type(5):before {
    position: absolute;
    content:"";
    width:100%;
    height:25px;
    border-radius: 10px 0px 0px 10px;
    top:0px;
    left:5%;
    translate: 0px -50px;
    background-color:rgba(182,233,53,1.00);
    z-index: 444;
}

section .sectionwrap:nth-of-type(5):after {
    position: absolute;
    content:"";
    width:90%;
    height:25px;
    bottom:0px;
    left:0%;
    border-radius: 0px 10px 10px 0px;
    translate: 0px -50px;
    background-color: rgba(6,6,6,1.00);
    z-index: 555;
}

section .sectionwrap:nth-of-type(5) .part2{
    max-width:400px;
    min-width: 300px;
    margin: 50px auto;
}


section .sectionwrap.pricewraps{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:100px 5% 100px 5%;
}


section .sectionwrap.pricewraps h3{
    font-size: min(32px, 10vw);
    line-height: min(38px, 10.5vw);
    font-weight: 900;
    max-width: 650px;
    color:#002139;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap.pricewraps p{
    font-size: min(15px, 4vw);
    line-height: min(30px, 7.5vw);
    font-weight: 300;
    max-width: 650px;
    color:#002139;
    margin:20px 0px 20px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap.pricewraps #taulukko{
    display: flex;
    flex-direction: column;
    width:100%;
    max-width: 650px;
    height:auto;
}

section .sectionwrap.pricewraps #taulukko .rivi{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(212,212,212,1.00);
}

section .sectionwrap.pricewraps #taulukko .rivi:nth-of-type(1){
    font-weight: 900;
}

section .sectionwrap.pricewraps #taulukko .rivi div:nth-of-type(1),
section .sectionwrap.pricewraps #taulukko .rivi div:nth-of-type(2){
    display: flex;
    flex-direction: row;
    width:50%;
    height:45px;
    line-height: 45px;
}

section .sectionwrap.pricewraps #taulukko .rivi div:nth-of-type(1){
    text-align: left;
    justify-content: flex-start;
}
section .sectionwrap.pricewraps #taulukko .rivi div:nth-of-type(2){
    text-align: right;
    justify-content: flex-end;
}

section .sectionwrap.otayhteytta{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:60px 5% 60px 5%;
    background-color: rgb(185, 212, 255);
    clip-path: ellipse(120% 60% at 50% 60%);
}


section .sectionwrap.otayhteytta h3{
    font-size: min(32px, 10vw);
    line-height: min(38px, 10.5vw);
    font-weight: 900;
    max-width: 650px;
    color:#002139;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap.otayhteytta p{
    font-size: min(15px, 4vw);
    line-height: min(22px, 4.5vw);
    font-weight: 300;
    max-width: 650px;
    color:#002139;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap.otayhteytta #taulukko{
    display: flex;
    flex-direction: column;
    width:100%;
    max-width: 650px;
    height:auto;
}

#mobiiliimg,
#posimg,
#digitalsignageimg{
    position: fixed;
    top:0px;
    left:0px;
    bottom:0px;
    margin: auto auto auto 0px;
    width:min(35%, 500px);
    max-width: 400px;
    max-height: 55vh;
    transform: translateX(-155%) scale(1.2) translateZ(10px);
    height: auto;
    transition: all 0.6s;
    z-index: 1;
}


#mobiiliimg{
    left:inherit;
    right:0px;
    margin: auto 0px auto auto;
    transform: translateX(155%) scale(1.2) translateZ(10px);
}

@media screen and (max-width: 750px){
        
    section .sectionwrap {
        width: 100%;
        flex-direction: column;
    }
    
    section .sectionwrap:nth-of-type(odd) { flex-direction: column;  }
    section .sectionwrap:nth-of-type(even) { flex-direction: column; }

    section .sectionwrap .part1,
    section .sectionwrap .part2 {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        margin-top:40px;
        gap:15px 0px;
    }
            
section .sectionwrap  .part2 h2{
    font-size: min(45px, 9vw);
    line-height: min(45px, 9vw);
    font-weight: 900;
    color:#2E2C2C;
    margin:0;
    letter-spacing: -2px;
    text-align: center;
}

section .sectionwrap .part2 h3{
    font-size: min(22px, 6vw);
    line-height: min(28px, 6.5vw);
    font-weight: 600;
    color:#4183B4;
    margin:35px 0px 0px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap .part2 h5{
    font-size: min(17px, 5vw);
    line-height: min(25px, 5.5vw);
    font-weight: 700;
    color:#185F93;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap .part2 p{
    font-size: min(16px, 5.5vw);
    line-height: min(32px, 10.65vw);
    font-weight: 300;
    max-width: 85%;
    color:#2A2A2A;
    margin:0;
    letter-spacing: 1px;
    text-align: center;
    
}

section .sectionwrap.pricewraps{
    align-items: center;
    justify-content: center;
    padding:60px 5% 60px 5%;
}


section .sectionwrap.pricewraps h3{
    font-size: min(32px, 10vw);
    line-height: min(38px, 10.5vw);
    font-weight: 900;
    max-width: 650px;
    color:#002139;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap.pricewraps p{
    font-size: min(15px, 4vw);
    line-height: min(22px, 4.5vw);
    font-weight: 300;
    max-width: 650px;
    color:#002139;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap.pricewraps #taulukko{
    display: flex;
    flex-direction: column;
    width:100%;
    max-width: 650px;
    height:auto;
}

section .sectionwrap.pricewraps #taulukko .rivi{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(212,212,212,1.00);
}

section .sectionwrap.pricewraps #taulukko .rivi:nth-of-type(1){
    font-weight: 900;
}

section .sectionwrap.pricewraps #taulukko .rivi div:nth-of-type(1),
section .sectionwrap.pricewraps #taulukko .rivi div:nth-of-type(2){
    display: flex;
    flex-direction: row;
    width:50%;
    height:45px;
    line-height: 45px;
}

section .sectionwrap.pricewraps #taulukko .rivi div:nth-of-type(1){
    text-align: left;
    justify-content: flex-start;
}
section .sectionwrap.pricewraps #taulukko .rivi div:nth-of-type(2){
    text-align: right;
    justify-content: flex-end;
}




section .sectionwrap.otayhteytta{
    align-items: center;
    justify-content: center;
    padding:60px 5% 60px 5%;
}


section .sectionwrap.otayhteytta h3{
    font-size: min(32px, 10vw);
    line-height: min(38px, 10.5vw);
    font-weight: 900;
    max-width: 650px;
    color:#002139;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: center;
}

section .sectionwrap.otayhteytta p{
    font-size: min(17px, 4vw);
    line-height: min(29px, 5vw);
    font-weight: 300;
    max-width: 650px;
    color:#002139;
    margin:20px 0px 10px 0px;
    letter-spacing: 0px;
    text-align: center;
}
    

section .sectionwrap.otayhteytta .btns{
    margin:7px 0px;
}
    
section .sectionwrap.otayhteytta #taulukko{
    display: flex;
    flex-direction: column;
    width:100%;
    max-width: 650px;
    height:auto;
}



#mobiiliimg,
#posimg,
#digitalsignageimg{
    position: fixed;
    top:0px;
    left:0px;
    bottom:0px;
    margin: auto auto auto 0px;
    width:min(35%, 500px);
    max-width: 400px;
    max-height: 55vh;
    transform: translateX(-155%) scale(1.2) translateZ(10px);
    height: auto;
    transition: all 0.6s;
    z-index: 1;
}


#mobiiliimg{
    left:inherit;
    right:0px;
    margin: auto 0px auto auto;
    rotate: 350deg;
    scale: 2.6;
    transform: translateX(155%) scale(1.2) translateZ(10px);
    translate: -40px 0px;
}
    
#posimg{
    rotate: 10deg;
    scale: 1.75;
}
    
#digitalsignageimg{
    rotate: 330deg;
    scale: 2.0;
}

    
}
