:root{
	--mainColor1: rgba(35,35,35,1.00);
	--mainColor2: rgba(250,237,133,1.00);
	--mainColor3: rgba(103,247,183,1.00);
	--mainColor4: rgba(70,69,69,1.00);
	--mainColor5: rgba(197,197,197,1.00);
	--mainColor6: rgba(237,237,237,1.00);
}

html,
body{
	padding: 0;
	margin:0;
    width: 100%;
    background-color:white;
    box-sizing: border-box;
    height:100dvh;
    height: -webkit-fill-available;
    scroll-behavior: smooth;
	font-family:Gotham, "Helvetica Neue", Helvetica, sans-serif;
}

#topmenu{
	position:fixed;
	top:0px;
	left:0px;
	width: min(250px, 60%);
	height:120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	z-index:5555;
	border-radius:0px 0px 3px 3px;
	margin:auto auto;
    }

#topmenu #logo{
	width:auto;
	height:26px;
}

@keyframes ani {
    0%{ opacity:0; }
    100%{ opacity:1; }
}

#topmenu #logo path{ 
    opacity: 0; 
}

#topmenu #logo path:nth-of-type(1){ animation: 2s ani 1s linear 1 forwards; }
#topmenu #logo path:nth-of-type(2){ animation: 2s ani 1.5s linear 1 forwards; }
#topmenu #logo path:nth-of-type(3){ animation: 2s ani 2s linear 1 forwards; }
#topmenu #logo path:nth-of-type(4){ animation: 2s ani 2.5s linear 1 forwards; }
#topmenu #logo path:nth-of-type(5){ animation: 2s ani 3s linear 1 forwards; }
#topmenu #logo path:nth-of-type(6){ animation: 2s ani 3.5s linear 1 forwards; }
#topmenu #logo path:nth-of-type(7){ animation: 2s ani 4s linear 1 forwards; }
#topmenu #logo path:nth-of-type(8){ animation: 2s ani 4.5s linear 1 forwards; }
#topmenu #logo path:nth-of-type(9){ animation: 2s ani 5s linear 1 forwards; }


#wrapall{
    display: flex;
    width: 100vw;
    height: 100dvh;
    z-index: 2222;
	overflow:hidden;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
	background-image: radial-gradient(rgba(219,56,58,1.00) 0%,rgba(17,19,149,1.00) 100%);
	transition:all 1s;
}

#wrapall .slide{
	position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0px 0px 0px 0px;
    width: 0%;
    height: 100%;
	overflow: hidden;
	background-position:center;
	background-size:cover;
    background-image: radial-gradient(rgba(142,142,142,1.00), rgba(45,2,2,1.00));
	transition:all 0.6s;
	z-index: 2224;
	
}

#wrapall .slide .cont_wrap{
	display:flex;
	width:70%;
	max-width: 850px;
    flex-direction: column;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:auto;
	z-index: 2282;	
}
	
#wrapall .slide .cont_wrap h1{
	display:flex;
	width:auto;
	height:auto;
	line-height:min(4.5vw, 50px);
	font-size:min(5vw, 55px);
	font-weight:800;
	font-family:"Franklin Gothic Bold", "Arial Black", sans-serif;
	text-align:left;
	font-style:italic;
	text-transform:uppercase;
	color:white;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-shadow:0px 3px 8px rgba(22,22,22,1.00);
	z-index: 2299;
	
	}
	
#wrapall .slide .cont_wrap h5{
	display:inline-block;
	width:100%;
	height:auto;
	line-height:18px;
	font-size:12px;
	font-weight:300;
	letter-spacing: 1px;
	font-style:italic;
	color:white;
	padding:0px 0px 0px 0px;
	margin:10px 0px 15px 0px;
	text-shadow:0px 3px 2px rgba(22,22,22,1.00);
	z-index: 2299;	
}

#wrapall .slide .cont_wrap .btnwrap{
    display: flex;
    width: auto;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3px 8px;
}

#wrapall .slide .cont_wrap .btnwrap .btn{
	display: flex;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 900;
	font-style:italic;
	letter-spacing:1px;
	padding: 0px 30px 0px 30px;
	margin: 0px;
	cursor:pointer;
	border-radius: 100px;
	text-align: center;
	background-color: var(--mainColor2);
	color:black;
	transition:all 1s;
	}
	
#wrapall .slide .cont_wrap .btn:hover{
	background-color: rgba(172,142,0,1.00);
	}

#wrapall .slide #sli2{
	display: block;
	position:absolute;
	bottom:0px;
	right:0px;
	width:auto;
	height: auto;
	max-width: 45%;
	max-height: 75%;
	z-index: 2252;
	}
	
#moreinfo{
	position:absolute;
	top:100dvh;
	left:0px;
	padding:140px 0px 140px 0px;
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	width:100%;
	height:auto;
	overflow:visible;
	text-align:center;
    gap: 20px 30px;
	background-color:rgba(242,242,242,1.00);
    background-image: linear-gradient(33deg, rgba(237,237,237,1.00) 0%, rgba(219,219,219,1.00) 55%, rgba(235,235,235,1.00) 99%);
	margin:0px 0px 0px 0px;
	z-index:4444;
	}


#moreinfo .infocase{
	position:relative;
	display:flex;
    flex-direction: column;
	width:min( 95%, 355px);
	margin:5px 5px;
	height:auto;
	padding:10px 0px 20px 0px;
	background-color:rgba(244,244,244,1.00);
    box-shadow: 0px 1px 5px rgba(131,131,131,0.2);
    border-radius:13px;
	box-sizing:border-box;
    align-self: stretch;
	}
	
#moreinfo .infocase .split_image{
	display:block;
	width:100%;
	height:auto;
	box-sizing:border-box;
	text-align:center;
	}
	
#moreinfo .infocase .split_image img {
	display:block;
	width:auto;
    height: auto;
	max-width:90%;
	margin:auto auto auto auto;
	}
	
#moreinfo .infocase .split_info{
	display:block;
	width:100%;
	height:auto;
	margin:auto auto auto auto;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	}
	
#moreinfo .infocase .split_info h4{
	display:inline-block;
	width:100%;
	font-size:24px;
	font-weight:800;
	margin:20px auto 5px auto;
	padding:0px 20px 0px 20px;
	box-sizing:border-box;
	text-align:center;
	}
	
#moreinfo .infocase .split_info p{
	display:inline-block;
	width:auto;
	font-size:14px;
	font-weight:400;
	letter-spacing:0px;
	text-align:left;
	line-height:25px;
	margin:5px auto 10px auto;
	padding:0px 20px 0px 20px;
	box-sizing:border-box;
	}
