#wlc{
    width:100%;
	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: 100%;
	transform-style: preserve-3d;
	z-index: -1;
    clip-path: ellipse(110% 95% at 50% 0%);
}


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

.bg{
    width:100%;
    height:100%;
    background: radial-gradient(
    155% 155% at 55% -21%,
    rgba(183,9,177,1.00) 10.5%,
    rgba(240,62,113,1.00) 16%,
    rgba(202, 179, 214, 1) 65%,
    rgba(148, 201, 233, 1) 100%
  );
}

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

#wlc header .topicwrap {
    max-width: 750px;
	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;
	font-size:3.5rem;
	line-height: 3.4rem;
	font-weight: 800;
}

#wlc header h2{
	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: row;
    flex-wrap: wrap;
    gap: 80px 45px;
    align-items: center;
    justify-content: center;
    width: 100%;
	padding: 15vh 5%;
	box-sizing: border-box;
    height: auto;
	white-space: normal;
	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;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	height: auto;
	text-align: center;
	border-radius: 7px;
	background-color:var(--mainColor4);
    background-image: linear-gradient(355deg, rgba(255,255,255,0.90) 4%, #DEDEDE 49%, rgba(255,255,255,1.00) 88%);
	box-sizing: border-box;
	width: 100%;
	margin:0px;
    align-self: stretch;
	padding: 35px 30px;
	transition: all 0.2s;
}

#wlc section .sectionwrap .wraps {
    width:100%;
    height: auto;
}

#wlc section .sectionwrap:nth-of-type(even) {
    	padding: 35px 20px 35px 50%;
    
    
    * {
      text-align:left;
      justify-content: flex-start;
    }
    
}

#wlc section .sectionwrap:nth-of-type(odd) {
    	padding: 35px 50% 35px 20px;
    
        * {
      text-align:right;
      justify-content: flex-end;
    }

}



#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 h3{
	align-content: center;
	width:100%;
	height: auto;
	font-weight: 900;
    font-size: min(28px, 6vw);
	line-height: min(35px, 6.4vw);
	color: rgba(174,115,222,1.00);
	margin:min(15px, 1.49vw) 0px;
}

#wlc section p{
	display: block;
	align-content: center;
	width:100%;
	max-width:650px;
	height: auto;
	margin: 20px auto;
	align-items: center;
	color:var(--mainColor5);
	font-size: min(19px, 5vw);
	line-height: min(28px, 7.0vw);
	text-align: center;
	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 h3, 
#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 h3 { 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);
}




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

    #wlc header{
        clip-path: ellipse(150% 95% at 50% 0%);
    }
    
    #wlc section {
        gap:20px 20px;
    }
    
    #wlc section .sectionwrap {
    }
    
    #wlc section .sectionwrap:nth-of-type(even),
    #wlc section .sectionwrap:nth-of-type(odd){
        padding: 35px 4%;
        align-items: center;
        justify-content: center;
    }
    
    #wlc section .sectionwrap:nth-of-type(even) *,
    #wlc section .sectionwrap:nth-of-type(odd) * {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #wlc section .sectionwrap p,
    #wlc section .sectionwrap p{    
        font-size: min(14px, 5vw);
        line-height:min(25px, 8.5vw);
    }
    
}

