/*
Theme Name: Comissioncoin Portal
Template: hello-elementor
Description: Page-builder-free Portal landing page for comissioncoin.com.
Version: 1.0.0
Author: THECOMISSION
Text Domain: cc-portal
*/

body.home{background:#050505; margin:0;}
.cc-portal{
	position:relative; width:100%; height:100vh; overflow:hidden; background:#050505;
	background-image:url('https://comissioncoin.com/wp-content/uploads/2024/09/LOCATION-GAINACCESS.webp');
	background-size:cover;
	background-position:center center;
}
.cc-portal-nav{position:absolute; top:24px; left:24px; z-index:3;}
.cc-portal-nav img{display:block; width:220px; height:auto;}
.cc-portal-character{position:absolute; right:0; bottom:0; height:88%; width:auto; max-width:55%; object-fit:contain; object-position:bottom right; z-index:2; pointer-events:none;}
.cc-portal-click{position:absolute; top:45%; left:50%; width:90px; z-index:3; transform:translate(-50%,-50%); cursor:pointer;}
.cc-portal-click img{display:block; width:100%; height:auto; filter:drop-shadow(0 0 10px rgba(0,0,0,.6));}
@media (max-width:720px){
	.cc-portal-nav img{width:150px;}
	.cc-portal-click{width:60px;}
	.cc-portal-character{max-width:75%;}
}
