@import url('variables.css');
.top-section {
	position: relative;
	width: 100dvw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1;
	height: 100dvh;
	padding: 0 40px;
    overflow: hidden;
}
.top-section span {
	font-family: 'Manrope Semibold', sans-serif;
	font-size: var(--fs-hero);
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4em;
	z-index: 2;
	color: #00ff51;
    width: 1100px;
    height: 196px;
}
.top-section .white {
	color: var(--white-color);
}
.top-section p {
	font-size: var(--fs-subtitle);
	margin-bottom: 40px;
	font-weight: 400;
	line-height: 1.7em;
	margin: 0 0 3.6em;
	text-align: center;
	z-index: 2;
	width: 1200px;
    height: 177px;
}
.top-section .layer-black {
	position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background: var(--black-color);
    z-index: 0;
}
.top-section .layer-gradient {
	position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background: linear-gradient(to top, #17343F 0%, rgb(23 52 63 / 0%) 100%);
    z-index: 1;
}
.top-section .tool-tem.url {
	top: 14%;
    left: 4%;
	background: #089234;
}
.top-section .tool-tem.qr {
    top: 70%;
    right: 22%;
	background: #466300;
}
.top-section .tool-tem.vcard {
	bottom: 10%;
    left: 5%;
	background: #16241b;
}
.top-section .tool-tem.catalogue {
	bottom: 54%;
    right: 7%;
	background: #182429;
}
.top-section .tool-tem:hover {
    transform: scale(1.1);
}
.top-section .tool-tem:hover img {
    transform: scale(1.15);
}
.top-section .tool-tem {
	transition: transform .35s ease-in-out;
    position: absolute;
    z-index: 2;
    background: #00ff51;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 20px;
    width: 260px;
    height: 260px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
	gap: 10px;
	cursor: pointer;
}
.top-section .tool-tem img { 
	transition: transform .55s ease-in-out;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.top-section .tool-tem span { 
    font-family: 'Manrope Extrabold', sans-serif;
    font-size: var(--fs-btn);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4em;
	color: var(--white-color);
    width: 230px;
    height: 22px;
}
.top-section .layer-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
	background: url('../images/hdregister.webp') center/cover no-repeat;
    z-index: 0;
    opacity: .3;
}
.register-section {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
	padding: 100px 40px;
	transform: translate(0, -14%);
	z-index: 3;
    position: relative;
}
#submitBtn,
#submitBtn:active,
#submitBtn:focus,
#submitBtn:hover {
	z-index: 1;
    padding: 20px 20px;
    width: 100%;
    margin: 40px 0 0;
	border: none;
}
.ellipse {
	transition: transform 2s linear;
	position: absolute;
	z-index: 0;
	width: 300px;
	height: 300px;
	object-fit: contain;
    opacity: .25;
}
#ellipse1 {
	top: 0;
    left: -27%;
}
#ellipse2 {
	top: 10%;
    right: -47%;
}
#ellipse3 {
	top: 37%;
    left: -74%;
}
#error {
	padding: 10px;
	margin-bottom: 10px;
	font-family: 'Manrope Semibold', sans-serif;
	font-size: var(--fs-btn);
	line-height: 1.1em;
	z-index: 1;
}
#registerForm {
	width: 100%;
	max-width: 700px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
	padding: 80px 60px;
	border-radius: 19px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	background-color: #ffffff05;
    position: relative;
	overflow: visible;
	cursor: pointer;
}
#registerForm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
    border-radius: 15px;
}
#registerForm:hover {
    box-shadow: inset 0 0 60px #1c4f36, inset 5px 0 5px #8dffb1, inset -5px 0 10px var(--secondary-color), inset 5px 0 20px #173f1e, inset -5px 0 20px #0b822a, 0 0 10px #22ff23, -10px 0 50px #72f89e, 10px 0 20px #72f89e;
}
#registerForm .title-wrapper{
    width: 100%;
    z-index: 1;
    font-family: 'Manrope Semibold', sans-serif;
    font-size: var(--fs-hero);
    font-weight: 700;
    line-height: 1.4em;
    color: #00ff51;
	margin: 0 0 40px;
}
#registerForm .form-group p {
    font-family: 'Manrope Medium', sans-serif;
    font-size: var(--fs-btn);
    line-height: 1.3em;
    color: var(--white-color);
	text-align: center;
	margin: 25px 0;
	max-width: 400px;
}
#registerForm .form-group {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
	z-index: 1;
}
#registerForm .form-group input {
	width: 100%;
    margin: 4px 0;
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    min-height: 60px;
    font-size: var(--fs-sm-md);
    font-weight: bold;
    margin-bottom: 10px;
    color: #17343F;
	font-family: 'Manrope Semibold';
}
#registerForm .form-group .checkbox-group {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, max-content);
	gap: 1rem;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
#registerForm .form-group .checkbox-group button {
    margin: 5px 5px 0 0;
    padding: 20px 35px;
    background: #0c1c22;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Manrope ExtraBold', sans-serif;
    font-size: var(--fs-sm);
    line-height: 1.1em;
    color: var(--white-color);
}
#registerForm .form-group .checkbox-group button.selected {
    background: #00ff51;
    color: var(--price-color);
}
.form-group.pass {
	position: relative;
}
.form-group.pass .eye-icon {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.form-group .eye-icon {
    width: 28px;
    height: 28px;
}
.form-group .eye-icon img {
    width: 100%;
    height: 100%;
}
.password-errors {
    width: 100%;
    font-family: 'Manrope Semibold', sans-serif;
    font-size: var(--fs-sssm);
	z-index: 1;
}
.password-errors ul {
    list-style-type: none;
    padding: 0;
}
.password-errors li {
    display: flex;
    align-items: center;
    font-size: 17px;
    margin: 4px 0;
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-sm);
    font-weight: 500;
}
.password-errors li img {
	width: 16px;
    height: 16px;
    margin-right: 8px;
}
.password-errors .invalid {
    color: #ad0000;
}
.password-errors .valid {
    color: #00ff51;
}
.resend-confirmation,
.resend-confirmation:active,
.resend-confirmation:focus {
	width: 100%;
    height: auto;
    font-family: 'Manrope Bold';
    font-size: 22px;
    background-color: #00ff51;
    cursor: pointer;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 24px 68px;
    border-radius: 50px;
    cursor: pointer;
    margin: 40px auto;
    color: #000;
}
.resend-confirmation:hover {
    background-color: #00e64a;
    box-shadow: 0 0 50px rgba(0, 255, 81, 0.8);
}
#terms {
    accent-color: #00ff51 !important;
    width: 25px !important;
    height: 25px !important;
}
.form-group.terms label {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Manrope', sans-serif;
    font-size: var(--fs-sssm);
    line-height: 1.3em;
    color: var(--white-color);
}
.form-group.terms label a,
.form-group.terms label a:active,
.form-group.terms label a:focus,
.form-group.terms label a:hover {
    color: #00ff51;
}
@media (max-width: 1700px) {
	.top-section .layer-gradient {
		background: linear-gradient(to top, #17343F 0%, rgb(23 52 63 / 54%) 100%);
	}
	.top-section .tool-tem.url,
	.top-section .tool-tem.qr,
	.top-section .tool-tem.vcard,
	.top-section .tool-tem.catalogue {
		z-index: 1;
		width: 220px;
		height: 220px;
	}
}
@media (max-width: 1540px) {
    .top-section span {
        width: 944px;
        height: 174px;
    }
}
@media (max-width: 1280px) {
    .top-section p {
        width: 1176px;
        height: 177px;
    }
    .top-section p {
        width: 1000px;
        height: 177px;
        margin: 0;
    }
}
@media (max-width: 1024px) {
    .top-section p {
        width: 860px;
        height: 170px;
    }
    .top-section span {
        width: 670px;
        height: 124px;
        font-size: var(--fs-title);
    }
}
@media (max-width: 900px) {
    .top-section p {
        width: 740px;
        height: 155px;
        font-size: var(--fs-sm);
    }
}
@media (max-width: 768px) {
    .top-section .layer-image {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .top-section p {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .top-section span {
        width: 518px;
        height: 96px;
        font-size: var(--fs-title);
    }
    .top-section .tool-tem {
        opacity: .4;
    }
    .top-section p {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 710px) {
	#registerForm .form-group .checkbox-group {
		grid-template-columns: repeat(2, max-content);
	}
	.top-section .tool-tem.url,
	.top-section .tool-tem.qr,
	.top-section .tool-tem.vcard,
	.top-section .tool-tem.catalogue {
		z-index: 1;
		width: 180px;
		height: 180px;
	}
	.top-section .tool-tem.url {
		top: 100px;
		left: 20px;
	}
	.top-section .tool-tem.qr {
		top: 290px;
		right: 20px;
	}
	.top-section .tool-tem.vcard {
		top: 480px;
		left: 40px;
	}
	.top-section .tool-tem.catalogue {
		top: 670px;
		right: 20px;
	}
	#error { 
		font-size: var(--fs-lg-subtitle);
	}
}
@media (max-width: 680px) {
	#registerForm {
		padding: 50px 20px;
	}
	#registerForm .form-group p {
		font-size: var(--fs-lg-subtitle);
	}
}
@media (max-width: 600px) {
    .top-section span {
        width: 503px;
        height: 93px;
        font-size: var(--fs-smd-title);
    }
}
@media (max-width: 580px) {
    #registerForm .form-group.terms input {
        height: 20px !important;
        margin: 0 4px 0 0;
        min-height: 20px;
        transform: translate(0, 4px);
    }
    .form-group.terms label {
        display: inline;
    }
    .form-group.terms label a {
        display: block;
        width: fit-content;
        margin: 5px auto 0;
    }
    .top-section span {
        width: 494px;
        height: 139px;
    }
}
@media (max-width: 500px) {
	.register-section {
		padding: 100px 20px;
	}
	#registerForm {
		padding: 40px 15px;
	}
	#registerForm .form-group .checkbox-group {
		grid-template-columns: 1fr;
	}
    #registerForm .form-group .checkbox-group {
        gap: .4rem;
    }
    #registerForm .form-group.terms {
        margin: 20px 0 0;
    }
}
@media (max-width: 400px) {
    .top-section span {
        width: 314px;
        height: 89px;
        font-size: var(--fs-xlg-subtitle);
    }
}