/*@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Rubik', serif;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body {
    background: #000000;
    color: #fff;
    text-shadow: 0.2vw 0.2vw 0.5vw #000000;
    padding: 0;
    margin: 0;
    height: 100%;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #fff;
}
.area{
    width: 100%;
    height:100vh;
}
label.error {
    position: relative;
    top: -1vw;
    height: 0;
    display: block;
    color: #ff6347;
    text-shadow: none;
}
input.error {
    border: 1px solid #ff6347;
}

.container {
    margin: auto 2vw;
}
.card {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
    border-top: 1px solid rgba(255,255,255,0.5);
    border-radius: 1rem;
    padding: 1.5rem;
    z-index: 10;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.text_one {
    font-size: 6vw;
    line-height: 8vw;
}
.text_two {
    font-size: 4.5vw;
    line-height: 6vw;
    display: block;
    margin-top: 4vw;
}
.text_three {
    font-size: 3vw;
    line-height: 4vw;
}
label.error {
    position: relative;
    top: -1vw;
    height: 0;
    display: block;
}
.link_one {
    color: #8062f3;
}
.input_one {
    line-height: 8vw;
    outline: none;
    font-size: 4.5vw;
    display: block;
    padding: 1vw 5% 1vw;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 0.3rem;
    box-shadow: 0rem 0rem 0.2rem rgba(0, 0, 0, 0.3) inset;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 2vw;
}
.input_one:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(0px);
    transition: 400ms;
    transform: skewX(45deg) translateX(calc(-500%))
}
.input_one:focus {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-right-color: rgba(255, 255, 255, 0.1);
	border-bottom-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0.5rem 0.7rem rgba(0, 0, 0, 0.1);
}
.input_one::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.button{
	font-size: 7vw;
	color: #fff;
	border-radius: 0.3rem;
	background: rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-right-color: rgba(255, 255, 255, 0.1);
	border-bottom-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 8vw;
}
.button:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 150%;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(0px);
    animation: glow 3s linear infinite;
}
.icon {
	padding: 2%;
	font-size: 5vw;
	color: #fff;
	border-radius: 0.3rem;
	background: rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-right-color: rgba(255, 255, 255, 0.1);
	border-bottom-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 1%;
	width: 10vw;
	height: 10vw;
}
.icon::before {
	content: "";
	position: absolute;
	display: block;
	width: 60%;
	height: 150%;
	background: rgba(255, 255, 255, 0.5);
	filter: blur(0px);
	animation: glow 2s linear infinite;
}
.btnv1,.swal2-styled.swal2-confirm,.swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
    background: linear-gradient(to bottom, #FFF 0%, #B7B6B6 100%);
    border: 0.5vw solid rgba(255,255,255,0.5);
    margin: 1vw;
    background-clip: padding-box;
    display: inline-block;
    border-radius: 7px;
    padding: 2vw;
    color: black;
    text-shadow: none;
    font-weight: bold;
}
.swal2-title {
    color: #000;
    text-shadow: 0.2vw 0.2vw 0.5vw #fff;
}
.nav.btnv1{
    position: absolute;
    line-height: 0;
}
.btnv1full{
    min-width: 30vw;
    font-size: 5vw;
    line-height: 5vw;
}
.swal2-styled:focus{
    box-shadow: none;
    min-width: 35vw;
}
.no-margin{
    margin: 0 !important;
}
.swal2-success-fix {
    display: none;
}
.swal2-success-circular-line-right {
    display: none;
}
.swal2-success-circular-line-left {
    display: none;
}
.swal2-popup {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    backdrop-filter: blur( 5px );
    border-left: 1px solid rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
}
.swal2-popup {
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
}
.swal2-title {
    font-size: 8vw;
    line-height: 8vw;
}

.view-video-btn {
    font-size: 5vw;
    line-height: 10vw;
    display: block;
    padding: 1% 0 0;
    width: 50%;
    margin: 3vw auto;
}
.create_frame {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 2vw;
}
.create_frame .card {
    top: 2vh;
    position: relative;
    backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
    height: 85vh;
}



@keyframes glow {

    0%{
        
        transform: skewX(45deg) translateX(calc(-500%))
    }
  30%{
        
        transform: skewX(45deg) translateX(300%) translateY(-4vh);
    }
  60%{
        
        transform: skewX(45deg) translateX(300%) translateY(-4vh);
    }
    90%{
        transform: skewX(45deg) translateX(calc( -500%))
    }
  100%{
        transform: skewX(45deg) translateX(calc( -500%))
    }

}