@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,600;1,700&family=Outfit:wght@100;200;300;400;500;600&display=swap');

.lora-regular {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
}

.lora-semibold {
  font-family: 'Lora', serif;
  font-weight: 600;
  font-style: normal;
}

.lora-bold {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: normal;
}

.lora-semibold-italic {
  font-family: 'Lora', serif;
  font-weight: 600;
  font-style: italic;
}

.lora-bold-italic {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
}

.outfit-thin {
  font-family: 'Outfit', sans-serif;
  font-weight: 100;
}

.outfit-extralight {
  font-family: 'Outfit', sans-serif;
  font-weight: 200;
}

.outfit-light {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
}

.outfit-regular {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}

.outfit-medium {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}

.outfit-semibold {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}

/*HEADER*/
.bg::before, .bg__2::before, .bg__3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.bg > *, .bg__2 > *, .bg__3 > *, .faq > * {
    position: relative;
    z-index: 2;
}

.email_box {
	background: #212121;
}

.email_box div {
	display: flex;
    flex-direction: row;
    padding: 5px 50px;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.email_box img {
	width: 24px;
	height: 24px;
}

.email_box p {
	color: #fff;
	font-size: 15px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    color: white;
    position: relative;
    z-index: 5;
}

.hover-underline-animation {
  	display: inline-block;
  	position: relative;
}

.hover-underline-animation::after {
  	content: '';
  	position: absolute;
  	width: 100%;
  	transform: scaleX(0);
  	height: 2px;
  	top: 0;
  	left: 0;
  	background-color: #00dc9b;
  	transform-origin: bottom right;
  	transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  	transform: scaleX(1);
  	transform-origin: bottom left;
}

.hover-underline-animation:hover::after {
  	transform: scaleX(1);
}

.hover-underline-animation.center::after {
	transform-origin: bottom center;
}

.hover-underline-animation.active::after {
  	transform: scaleX(1);
  	transform-origin: bottom center;
}

.desktop-nav, .desktop { display: flex; }
.mobile-menu { display: none; }

.vertical-divider {
    width: 1px;
    background-color: #fff;
    height: 30px;
    margin: 6px 18px;
}

.right-push {
    display: flex;
    align-items: center;
}

.button-container {
    display: flex;
    gap: 20px;
}

.button-container div {
	padding: 12px 35px;
	border: 1px solid #ffffffaa;
	border-radius: 6px;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	font-size: 16px;
}

.button-container div:hover {
    background-color: #ffffff22;
}

.push_text_1 { margin-left: 12%; }

.push_text_2 { margin-left: 39%; }

.btn-register {
	font-family:"Outfit",sans-serif;
	width: auto!important;
	margin-top: 20px;
}

.form-group-button {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.form_new_btn {
	width: 150px;
	height: 150px;
	background-color: #00dc9b;
  	border-radius: 50%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 20px;
  	color: black;
  	border: 10px solid white;
  	box-shadow: 0 0 0 10px #d9d9d9;
}

/* NEXT SECTION */
.section__title {
    margin-bottom: 30px;
    border-bottom: 2px solid transparent;
    background: linear-gradient(to right, #00dc9b 5%, #f3f3f3 5%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 100%;
}

.title__block {
    margin-bottom: 30px;
}

.block__row__new {
    flex-wrap: nowrap!important;
    color: #000;
    gap: 100px!important;
}

.block__row .block__col {
    align-self: flex-start!important;
}

/* NEXT SECTION */
.bg__2 {
    background-image: url("../assets/bg2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
}

.bg__2 .container {
    padding: 100px 0px;
}

.bg__2 h1 {
    margin-bottom: 20px;
    font-size: 30px;
}

.bg__2 p {
    font-size: 15px;
}

.block__row__new_2 {
    color: #fff;
}

.block__col__2 {
    width: 50%!important;
}

.block__col__3 {
    width: 30%!important;
    text-align: center;
}

.block__row__new2 {
    justify-content: center!important;
}

/* NEXT SECTION */
.section__info {
    text-transform: uppercase;
    color: #000;
}

.section__title__choosing {
    display: flex;
    align-items: center;
}

.seperate {
    flex: 1;
}

.seperate p {
    color: #000;
}

.cards-wrapper {
    display: flex;
    gap: 100px;
    align-items: stretch;
}

.card-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-body {
    flex: 1;
    padding: 20px;
    background: #f7f8fa;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    min-height: 200px;
}

.card-title {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #000;
}

.card-body p {
    color: #000;
}

/* NEXT SECTION */
.how-to-begin {
    background: #fff;
}

.begin-container {
    display: flex;
    flex-wrap: wrap;
}

.begin-image {
    flex: 1;
    min-width: 300px;
}

.begin-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.begin-content {
    flex: 1;
    background: #f7f8fa;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.begin-content h2 {
    font-size: 2rem;
    margin: 0 0 10px;
    color: #000;
}

.begin-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.step-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #00dc9b;
    margin-right: 15px;
}

.step-number-1 {
    color: #555;
}

.step-text h3 {
    margin: 0 0 5px;
    font-size: 1.2rem;
    color: #000;
}

.step-text p {
    margin: 0;
    color: #000;
    font-size: 0.95rem;
}

.register-btn {
    align-self: flex-end;
    display: inline-block;
    margin-top: 30px;
    padding: 12px 20px;
    background: #00dc9b;
    color: #000;
    text-decoration: none;
    transition: background 0.3s;
}

/* NEXT SECTION */
.block__col div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.block__col img {
    width: 20px;
    height: 20px;
}

.block__col > div {
    margin-bottom: 20px;
}

.block__col > div:last-child {
    margin-bottom: 0;
}

/* NEXT SECTION */
.bg__3 {
    background-image: url("../assets/bg3.jpg");
    background-size: cover;
    background-position: 0 -350px;
    background-repeat: no-repeat;
    position: relative;
}

.benefit__col {
    border-bottom: 1px solid transparent;
    background: linear-gradient(to right, #aaa 0%, #aaa 25%, #00dc9b 25%, #00dc9b 75%, #aaa 75%, #aaa 100%);
    background-repeat: no-repeat;
    background-size: 40% 2px;
    background-position: 50% bottom;
}

.benefit__col h1 {
    color: #00dc9b;
    font-size: 45px;
}

.benefit__col p {
    margin-bottom: 20px;
}

/* NEXT SECTION */
.faq {
    background-image: url("../assets/planet.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /*height: 100vh;*/
}

.faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffffb8;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.faq__column {
    background: #00dc9b;
    padding: 20px;
}

.faq__spoiler {
    background: #f7f8fa;
    padding: 20px;
}

.faq__row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.faq__spoiler {
    flex: 1 1 50%;
    min-height: 400px;
    overflow-y: auto;
}

.faq__column {
    flex: 0 0 40%;
    position: sticky;
    top: 20px;
}

.spoiler__item {
    margin-bottom: 10px;
    background: #fff;
}

/* FOOTER */
footer .flex-bl {
	justify-content: space-between;
}

.flex-bl-copyright {
	display: flex;
	justify-content: flex-end;
}

.footer-nav {
	display: flex;
}

footer .nav-footer {
	justify-content: flex-start;
	padding: 0;
}

footer .nav-footer .language {
    margin-left: 0;
    background: transparent;
    border: 1px solid #fff!important;
    border: none;
}

footer .nav-footer .language .subitem a { padding: 6px 0px; }

footer .menu__link {
	color: #fff;
	font-weight: 400;
}

footer .menu__link:hover { color: #00dc9b; }

.nav1 .nav__link:hover {
	text-decoration: none!important;
}

.flex-bl-wrapper {
  	border-bottom: 1px solid #fff;
  	margin-bottom: 20px;
}

/* OTHER PAGES */
.header__pages {
    background: #272727!important;
}

.bg__contact, .bg__signup {
    background-image: url("../assets/bg__contact.jpg");
    min-height: 100%;
}

.bg__about {
    background-image: url("../assets/bg__about.jpg");
    height: 100vh;
}

.faq__about {
    background-size: 57%;
    background-position: 50% 12%;
}

.faq .title-2 {
    font-size: 25px!important;
}

.faq__row__about {
    justify-content: center!important;
}

.faq__column__about {
    flex: 0 0 30%;
}

.home__content--about {
    max-width: 700px;
}

.register-btn-about {
    align-self: flex-start;
}

.home__text-1 {
    font-size: 16px!important;
}

.section__about {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 50px 50px 0 50px;
    background-color: #fff;
    position: relative;
}

.container__about {
    display: flex;
    justify-content: space-around;
}

.how-to-begin__about {
    padding-block: 0 50px;
}

.left-card {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 40px;
    max-width: 500px;
    text-align: center;
    position: relative;
    bottom: 20%;
    z-index: 1;
}

.left-card h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #000;
}

.left-card p {
    color: #000;
    line-height: 1.6;
    font-size: 14px;
}

.right-content {
    max-width: 500px;
}

.right-content h2 {
    font-size: 28px;
}

.right-content p {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.form_new_btn-1 {
    margin: 20px auto;
}

@media (max-width: 768px) {
	.desktop-nav, .desktop, .registration, .home__content__image, .footer-nav { display: none!important; }
    .mobile-menu { 
        display: flex;
        align-items: center;
        gap: 10px; 
    }
    #menu { 
        display: none; 
        position: fixed; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100vh; 
        background: rgba(0, 0, 0, 0.8); 
        text-align: center; 
        padding-top: 100px; 
    }
    #menu.overlay { 
        display: block; 
        z-index: 49;
    }
    #menu ul {
        padding: 0;
    }
    #menu li {
        list-style: none;
        display: flex;
        justify-content: center;
    }
    #menu a {
        color: #fff;
        display: block;
        font-size: 25px;
        margin-bottom: 30px;
        text-decoration: none;
    }
    .contact-btn-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
    }
    #burger-menu { 
        cursor: pointer; 
        height: 27px; 
        width: 27px; 
        position: relative; 
        z-index: 50; 
    }
    #burger-menu span, #burger-menu span:before, #burger-menu span:after {
        background: #fff; 
        display: block; 
        height: 2px; 
        position: absolute; 
        transition: 0.3s ease-in-out;
    }
    #burger-menu span:before, #burger-menu span:after { content: ''; }
    #burger-menu span:before { 
        left: 0; 
        top: -10px; 
        width: 27px; 
    }
    #burger-menu span { 
        right: 0; 
        top: 13px; 
        width: 27px; 
    }
    #burger-menu span:after { 
        left: 0; 
        top: 10px; 
        width: 27px; 
    }
    #burger-menu.close span:before { 
        top: 0; 
        transform: rotate(90deg); 
        width: 27px; 
    }
    #burger-menu.close span { 
        transform: rotate(-45deg); 
        top: 13px; 
        width: 27px; 
    }
    #burger-menu.close span:after { 
        top: 0; 
        left: 0; 
        transform: rotate(90deg); 
        opacity: 0; 
        width: 0; 
    }

    .email_box div {
        justify-content: center;
    }

    .header {
        padding: 10px;
    }

    .button-container {
        justify-content: center;
    }

    .push_text_1, .push_text_2 {
        margin-left: 0;
        display: inline-block;
    }

    .btn-register {
        margin: 10px auto;
    }

    .home__title {
        margin-top: 10px;
        text-align: center;
    }

    .cards-wrapper {
        gap: 50px;
    }

    .begin-step {
        flex-direction: column;
    }

    .bg__3 {
        background-position: center;
    }

    .benefit__col {
        flex-direction: column;
    }

    .seperate p {
        font-size: 12px;
    }

    .seperate h2 {
        font-size: 33px;
    }

    .footer p {
        font-size: 12px;
    }

    .faq .section__info {
        text-align: center;
    }

    .faq .title-2 {
        text-align: center;
    }

    .left-card {
        bottom: 0;
    }

    .container__about {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .how-to-begin__about {
        padding-block: 50px;
    }

    .right-content, .left-card {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .home__text {
        font-size: 16px!important;
        text-align: center;
    }

    .button-container {
        flex-wrap: wrap;
        font-size: 12px;
    }

    .block__row__new {
        flex-direction: column;
        gap: 50px!important;
    }

    .cards-wrapper {
        flex-direction: column;
    }

    .seperate {
        flex: auto;
    }

    .seperate p {
        display: none;
    }

    .seperate h2 {
        font-size: 30px;
    }

    .cards-wrapper {
        gap: 25px;
    }

    .faq__row {
        flex-direction: column;
    }

    .block__col__2 {
        text-align: center;
    }

    .block__col__2, .block__col__3 {
        width: 100%!important;
    }

    .spoiler__title, .spoiler__text {
        font-size: 14px;
    }

    .subitem a {
        font-size: 10px;
    }
}