html,
body{
    height:100vh;
    height: 100svh;
    background-color:rgba(22,34,113,1.00);
    background-image: linear-gradient(33deg, rgba(10,31,145,1.00) 10%, rgba(26,26,116,1.00) 99%);
}

#wlc{
    width: 100vw;
	height: 100vh;
	height: 100lvh;
	overflow-y: auto;
	overflow-x:hidden;
	perspective: 10px;
}

#wlc header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75%;
    background-color: rgba(60,60,60,0.56);
    background-image: linear-gradient(22deg, red 0%, blue 88%);
    min-height: 450px;
	transform-style: preserve-3d;
    clip-path: ellipse(79% 97% at 50% 2%);
	z-index: -1;
}

.bg {
	position:absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.bg{
	transform: translateZ(-10px) scale(2);
}

.bg:after{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:50px;
	background-color:red;
	content: "";
	z-index: 0;
	transform: translateZ(-9px) scale(2);
}

#wlc header .topicwrap {
	text-align: center;
	align-items: center;
	align-content: center;
}

#wlc header h1{
	align-content: center;
	width:95%;
	max-width: 850px;
	height: auto;
	margin: auto;
	color:white;
    text-align: center;
	font-size:3.5rem;
	line-height: 3.4rem;
	font-weight: 900;
}

#wlc header p{
	display: block;
	align-content: center;
	width:50%;
	height: auto;
	margin: 20px auto 0px auto;
	align-items: center;
	color:white;
	font-size:1.2rem;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	font-weight: 200;
}

#wlc section {
    position: relative;
    display:flex;
    flex-direction: column;
    width: 100%;
	padding: 15vh 5%;
	box-sizing: border-box;
    height: auto;
    gap: min(5vw, 35px) 0px;
	white-space: normal;
    align-items: center;
    justify-content: center;
	perspective: 10px;
    transform-style: preserve-3d;
    z-index: 1;
}

@keyframes wow {
	0%{
	font-size: 5rem;	
	}
	100%{
	font-size: 0rem;	
	}
}

#wlc section:before {
	content:"^";
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	width:110px;
	height:70px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	color:lime;
	font-size: 3rem;
	text-align: center;
	animation: wow 2s infinite; 
	transform: translateY(-70px) translateZ(20px) rotate(180deg);
}

#wlc section .sectionwrap {
	display: flex;
	height: auto;
	text-align: center;
	border-radius: 15px;
    flex-direction: column;
	background-color: #CDCDCD;
    background-image: linear-gradient(155deg, rgba(219,219,219,1.00) 22%, rgba(224,224,224,1.00) 88%);
	box-sizing: border-box;
	width:100%;
    max-width: 800px;
	margin:0px;
	padding: 50px;
    align-items: flex-start;
    justify-content: center;
	transition: all 0.2s;
}

#wlc section .sectionwrap h2,
#wlc section .sectionwrap p,
#wlc section .sectionwrap a.linkbtn {
    text-align: left;
}

#wlc section .sectionwrap h2{ font-size: min(3.2vw, 35px); margin: 10px 0px; }
#wlc section .sectionwrap p{ font-size: min(3vw, 15px); letter-spacing: 0.2; }
#wlc section .sectionwrap a.linkbtn{
    background-color:rgba(128,180,238,1.00);
    border-radius: 25px;
    height: min(5vw, 40px);
    line-height: min(5vw, 40px);
    padding: 0px 25px;
    font-weight: 700;
    box-sizing: border-box;
    margin: 20px 0px;
    font-size: min(2.5vw, 20px); 

}

#wlc section .btn{
	display: block;
	width:80px;
	height: 2.4rem;
	line-height: 2.4em;
	background-color:var(--mainColor6);
	color:var(--mainColor4);
	padding: 6px 25px;
	margin:25px auto;
	font-size: 1.05rem;
	font-weight: 900;
	border-radius: 100px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

#wlc section .sectionwrap .btn:hover{
	padding: 6px 25px;
}

#wlc section img{
	max-width: 14rem;
	align-content: center;
	transition: all 0.5s;
}


#wlc section img:hover {
	transform: scale(1.05) rotate(1deg);
}


#wlc section h2{
	align-content: center;
	width:100%;
	height: auto;
	font-size:3.1rem;
	font-weight: 900;
	color: var(--colorRental);
	margin:0px;
}

#wlc section p{
	display: block;
	align-content: center;
	width:100%;
	max-width:650px;
	height: auto;
	margin: 0px;
	align-items: center;
	color:var(--mainColor7);
	font-size:0.86rem;
	line-height: 1.5rem;
	text-align: center;
	letter-spacing: 0.1rem;
	font-weight: 200;
}

#wlc footer {
    position: relative;
    display: flex;
    align-content: center;
    color: var(--mainColor4);
    font-size: 3rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: var(--mainColor6);
    padding: 5rem 0;
    z-index: 444;
}

#wlc footer .call h5, 
#wlc footer .call p {
	display: block;
	align-content: center;
	width:80%;
	max-width:650px;
	height: auto;
	margin: auto;
	align-items: center;
	text-align: center;
}

#wlc footer .call {
	width: 100%;
}

#wlc footer .call h5 { font-size:1.2rem; font-weight: 300; } 
#wlc footer .call p { font-size:2rem; font-weight: 900; }

#wlc footer:before{
	position:absolute;
	top:0px;
	left:40px;
	content: "";
	width:15px;
	height:100%;
	transform: skewX(-66deg);
	border-right:8px solid var(--mainColor2);
	background-color: var(--mainColor3);
}

#wlc footer:after{
	position:absolute;
	top:0px;
	right:40px;
	content: "";
	width:15px;
	height:100%;
	transform: skewX(66deg);
	border-right:8px solid var(--mainColor2);
	background-color: var(--mainColor3);
}