:root{
    --color05: rgba(116,170,234,1.00);
    --color01: rgba(37,109,231,1.00);
    --colorPageCustom: rgba(77,79,178,1.00);
	--mainColor1: rgba(0,133,22,1.00);
	--mainColor2: rgba(249,245,161,1.00);
	--mainColor3: rgba(199,167,0,1.00);
	--mainColor4: rgba(241,241,241,1.00);
	--mainColor5: rgba(30,30,30,1.00);
	--mainColor6: rgba(10,170,25,1.00);
	--mainColor7: rgba(59,56,56,1.00);
	--colorSofta: rgba(0,133,22,1.00);
	--colorSuppo: rgba(23,102,186,1.00);
    --colorPageCustom: rgba(46,90,180,1.00);
}

html,
body{
    width:100%;
    height: 100vh;
    height:100lvh;
    overflow-x:hidden;
    overflow-y: auto;
    margin: 0;
    background-color: var(--mainColor4);
	font-family: DMSans;
    scroll-behavior: smooth;
}

* { -webkit-appearance:none; }

#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("/imgs/bgr_hotelcloud.webp");
    clip-path: ellipse(91% 62% at 50% 30%)
}

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

@keyframes kk{
    
    0%{ 
        transform: scale(1.25) translateY(0px);
    }
    50%{ 
        transform: scale(1.25) translateY(-5px);
    }
    100%{ 
        transform: scale(1.25) translateY(0px);
    }
    
}

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;
    animation: kk 5s linear infinite;
}

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;
}

    
}


@media (max-width: 800px){
	html { font-size:11px; }
}

@media (min-width:801px) and (max-width: 1100px){
	html { font-size:14px; }
}

@media (min-width:1101px) and (max-width: 1300px){
	html { font-size:16px; }
}

@media (min-width: 1301px){
	html { font-size:19px; }
}

html{
	scroll-behavior: smooth !important;
}

a{
	color:inherit;
	text-decoration: none;
}

#toplogo{
    top:0px;
    left:0px;
    right: 0px;
    margin: 20px auto;
    position: fixed;
    width:150px;
    height: auto;
    z-index: 5555;
}

#toplogo img{ 
    width: 100%;
    height: auto;
}

#whatsappicon{
    position:fixed;
    bottom:20px;
    right:20px;
    width:65px;
    height:65px;
    background-size:65px 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/imgs/whatsapp.svg");
    z-index: 9909;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.2s;
}

#whatsappicon:hover{
    box-shadow: inset 0px -20px 5px rgba(66,204,46,0.3);
    transform: scale(1.02);
}

#whatsappicon a{ 
    display: block;
    width:100%;
    height: 100%;
}

#menubtn{ display:none; }

#menubtnlab{ 
	position: fixed; 
	width:90px;
	height: 70px;
	left:0px;
	right:0px;
	top:0px;
	margin: auto;
	line-height: 90px;
	font-size:35px;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	color:white;
	transform: rotate(0deg);
	z-index: 5665;
}

#menubtnlab:before{ 
	position: absolute;
	top:70px;
	right:0px;
	border-left:45px solid transparent;
	border-top:45px solid rgba(0,0,0,0.4);
	border-bottom:45px solid transparent;
	border-right:45px solid transparent;
	content: "";
}

#menushow{
    display:none;
}

#menuswitch {
    position: fixed;
    top:30px;
    right:30px;
    margin: auto 0px;
    width:50px;
    height:50px;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px 0px;
}

@media screen and (min-width:800px){
    #menuswitch {
        bottom:0px;
    }
}

#menuswitch div{
    display: flex;
    width:45px;
    height:5px;
    background-color: white;
    border-radius: 100px;
    transition: all 0.2s;
    box-shadow: inset 0px 3px 2px rgba(22,22,2,0.2), 0px 0px 3px black;
}

#menuswitch div:nth-last-of-type(2){
    width:55px;
}

#menushow:checked ~ #menuswitch div{
    position: absolute;
    transform:rotate(45deg);
}

#menushow:checked ~ #menuswitch div:nth-of-type(2){
    transform:rotate(135deg);
    width:45px;
}


#menuwrap {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    height: 100%;
    translate: 100% 0px;
    clip-path: ellipse(100% 10% at 100% 0%);
    height: 100dvh;
    padding: 0px 7%;
    box-sizing: border-box;
    z-index: 5555;
    transition: translate 0.5s, clip-path 2s;
    background-size: cover;
    background-color:rgba(22,22,22,0.7);
    background-image: linear-gradient(116deg, rgba(26, 24, 24, 0.83), rgba(43, 46, 58, 0.8) 68.91%, rgba(27, 27, 27, 0.72) 99.16%);
}

#menuwrap #lnsw{
    position: absolute;
    bottom:20px;
    left:50%;
    translate: -50% 0px;
    width:60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menushow:checked + #menuwrap {
    translate:0% 0px;    
    clip-path: ellipse(100% 180% at 100% 50%);
}

#menubtnlab #on{ display: none; transform: rotate(90deg) scale(1.3, 1.0); }
#menubtnlab #off{ display: block; transform: rotate(90deg); }

#menubtn:checked ~ #menubtnlab #on { display: block; }
#menubtn:checked ~ #menubtnlab #off { display: none; }

#menuwrap ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:100%;
    flex-wrap: wrap;
	height: auto;
    gap:5px min(10px, 4%);
	padding: 20px 2% 0px 2%;
	margin: 0;
	box-sizing: border-box;
	list-style:none;
}

#menuwrap ul li {
    position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin:0px;
	font-size: 35px;
	width:100%;
	height:auto;
	font-weight: 500;
	color: var(--mainColor4);
	background-attachment: fixed;
	text-transform: capitalize;
    text-wrap:nowrap;
	padding:0px 25px;
	box-sizing: border-box;
	opacity: 1.0;
	transition: all 0.5s;
	cursor: pointer;
    animation-name: blnk;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
} 

#menuwrap ul li a { 
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width:100%;
	height:auto;
	cursor: pointer;
}

#menuwrap ul li:hover {
    font-weight: 800;
}

#menuwrap ul li ul { 
    display:flex;
    width:100%;
    height: auto;
    max-height: 0px;
    padding: 0px 0px;
    flex-wrap: wrap;
    border-radius: 12px;
    translate:0px 0px;
    max-width: initial;
    overflow:hidden;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 55;
    gap:10px;
    transition: all 0.5s;
}

@keyframes ani {
    0%{ max-height: 0px; }
    20%{ max-height: 40px; }
    85%{ max-height: 100px; }
    100%{ max-height: 500px; }
}

#menuwrap ul li:focus > ul,
#menuwrap ul li:hover > ul {
    display:flex;
    padding: 5px 0px;
    animation: 2s ani 0.5s linear 1 forwards;
}

#menuwrap ul li ul li { 
    width:auto;
    height:32px;
    line-height: 32px;
    z-index: 55;
    margin:0;
    padding: 0px 15px;
    background-color: white;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 300;
	color:rgba(75,75,75,1.00);
    transition:all 0.2s;
}

#menuwrap ul li ul li:hover {
    transform:scale(1.02);
}


#wrap {
    display: flex;
    width:100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.btns{
	display: inline-block;
	width:auto;
	height:50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 800;
	border-radius: 30px;
	padding: 0px 25px;
	box-sizing: border-box;
	margin: 20px 0px;
	text-align: center;
	background-color: #DE157F;
	color:#E2E2E2;
	transition: all 0.3s;
}

.btns:hover{
	transform:scale(1.04);
}
