@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@300;400;600&display=swap');

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

.header__pages {
    background-color: #000!important;
}

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

.contact-btn {
    width: auto;
    display: flex;
    align-items: center;
    gap: 2px;
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.btn-arrow {
	width: 15px;
	height: 15px;
}

.menu__link:hover, .nav__link:hover {
  	background: rgba(255, 255, 255, 0.15);
  	backdrop-filter: blur(10px) saturate(180%);
  	-webkit-backdrop-filter: blur(10px) saturate(180%);
  	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  	transform: translateY(-2px) scale(1.02);
  	border-radius: 50px;
}

.right-section {
	gap: 10px;
}


/* BANNER */
.home__buttons {
    display: flex;
    gap: 20px;
}

.btn__1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    height: 48px;
    cursor: pointer;
    color: #000;
    background: #C3F53C;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    width: auto;
    white-space: nowrap;
    font-weight: 600;
}

.btn__1 span {
  	display: inline-flex;
  	align-items: center;
  	gap: 8px;
}

.btn__1 .btn-arrow {
  	width: 16px;
  	height: 16px;
}

.contact-btn:hover, .register-btn:hover, .btn__1:hover, .btn:hover, .captial-btn:hover {
    transform: translateY(-2px);
}

.growing__together {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px) scale(1.02);
    border-radius: 50px;
    padding: 10px 50px;
    
    display: inline-flex;
    justify-content: center;
}

.growing__together_title {
  	display: inline-flex;
  	align-items: center;
  	gap: 8px;
  	font-weight: 400;
  	font-size: 18px;
  	white-space: nowrap;
  	color: #fff;
}

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

.home__title span {
	font-family: 'Anton', sans-serif;
}

.form__bg {
  	border-radius: 10px;
  	background: rgba(255, 255, 255, 0.15);
  	background: linear-gradient(
    	135deg,
    	rgba(255, 255, 255, 0.2) 0%,
    	rgba(255, 255, 255, 0.05) 100%
  	);
  	backdrop-filter: blur(10px) saturate(180%);
  	-webkit-backdrop-filter: blur(10px) saturate(180%);
  	border: 1px solid rgba(255, 255, 255, 0.3);
  	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  	margin-top: 0!important;
}

.home__section {
	position: relative;
}

.flash__1 {
	position: absolute;
	bottom: 10%;
	z-index: 1;
}

.flash__2 {
	position: absolute;
	left: 30%;
    top: 42%;
	z-index: 1;
}


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

.nav1 .nav__link a:hover {
	color: #C3F53C;
}

.language__1 {
	border: 1px solid #fff;
	color: #000;
}

.language__1 > a::after {
    content: "";
    display: inline-block;
    width: 24px!important;
    height: 24px!important;
    min-width: 20px!important;
    background: url("../assets/direction-down-black.svg") no-repeat center center!important;
    background-size: contain;
    vertical-align: middle;
}

.menu__link__1 {
	color: #000!important;
	font-weight: 500!important;
}

.menu__link__1:hover {
	color: #C3F53C!important;
}

.submenu1 {
    position: absolute;
    left: 0;
    top: calc(100% + 9px);
    z-index: 5;
    display: none;
    border-radius: 0px;
    padding: 3px 5px;
    width: 110%;
    background: #fff;
    border: 1px solid white;
    max-height: 300px;
    overflow-y: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    color: #000;
}

.subitem__1 {
	margin-bottom: 2px;
	border-radius: 8px;
	color: #000;
}

.subitem__1 a {
	padding: 6px 10px;
}

.subitem__1 a:hover {
	color: #C3F53C;
}

.footer-hr {
    border: none;
    height: 1px;
    background-color: #b1b1b1;
    width: 100%;
    margin: 0px auto 0 auto;
}

.holder__title {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px) scale(1.02);
    border-radius: 50px;
    padding: 10px;
    
    display: inline-flex;
    justify-content: center;
}

.holder__join {
    font-family: 'Anton', sans-serif;
    font-size: 80px!important;
}

.holder__join span {
    font-family: 'Anton', sans-serif;
    font-size: 80px!important;
}

.holder__button {
    margin-top: 30px;
}

.faq__title {
    color: #000!important;
}

.faq__title__block {
    padding: 5px;
    border: 1px solid #000;
}

.faq__title-2 {
    font-family: 'Anton', sans-serif;
    font-size: 80px!important;
    color: #000!important;
}

.upper-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.section-2 {
    margin: 0 auto;
    padding: 60px 20px;
}

.meeting-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 0 60%;
    border-radius: 10px;
}


.section-header {
    margin-bottom: 20px;
    flex: 1;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    font-family: 'Anton', sans-serif;
    font-size: 80px!important;
}

.section-header h2 span {
    color: #000;
}

.section-header p.description {
    color: #555;
    line-height: 1.6;
    max-width: 600px;
}

.content-2 {
    flex: 1;
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.feature h3 {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    gap: 10px;
    flex-direction: column;
    color: #22242F;
}

.feature h3 span {
    color: #4CAF50;
    margin-right: 8px;
    font-size: 18px;
}

.feature p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.content-2 img {
    width: 20%;
    border-radius: 16px;
}

.stats-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
}

.stat h3 {
    font-size: 80px;
    font-weight: 900;
    color: #C3F53C;
    margin: 0 0 8px;
    font-family: 'Anton', sans-serif;
}

.stat p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.steps__container {
    position: relative;
    z-index: 2;
}

.flash__1__steps-section {
    bottom: 50%!important;
}

.flash__2__steps-section {
    top: 24% !important;
    left: 20% !important;
}

.vertical-dashed-line {
    position: absolute;
    border-left: 5px dashed gray;
    height: 950px;
    left: 50.5%;
    top: 9%;
}

.steps__title {
    color: #C3F53C;
    padding: 0 10px;
}

.green_circle {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 48.9%;
}

.green_circle-1 {
    top: 20%;
}

.green_circle-2 {
    top: 50%;
}

.green_circle-3 {
    top: 80%;
}

.reviews__cards__container {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.section__reviews__cards {
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.flash__section__reviews__cards {
    top: 0!important;
}

.steps-section {
  padding: 60px 20px;
  background: #000;
  text-align: center;
  position: relative;
}

.flash__steps {

}

.steps-section h2 {
  font-size: 80px;
  margin-bottom: 40px;
  font-family: 'Anton', sans-serif;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
}

.step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.step:nth-child(even) {
  flex-direction: row-reverse;
}

.step img {
  width: 500px;
  border-radius: 10px;
}

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

.step-content h3 {
  color: #8bcf35;
  font-size: 50px;
  font-family: 'Anton', sans-serif;
}

.step-content h4 {
    color: #fff;
    font-size: 50px;
    font-family: 'Anton', sans-serif;
}

.step-content p {
    color: #fff;
}

.div__centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 100%;
}

.new_title {
    text-transform: uppercase!important; color: #fff!important; font-family: 'Anton', sans-serif!important; font-size: 80px!important;
}

.block__new {
    flex-direction: column!important; width: 90%!important; border: 1px solid gray!important; padding: 20px!important; margin-bottom: 20px!important; border-radius: 10px!important; justify-content: space-between!important;
}

.wtff {
    display: flex!important; flex-direction: row!important; align-items: center!important; justify-content: space-between!important;
}

.wttf2 {
    display: flex!important; flex-direction: column!important;
}

.wtff3 {
    margin-bottom: 0!important; color: #fff!important;
}

.wtff4 {
    border-radius: 10px!important; color: #C3F53C!important;
}

.wttf5 {
    color: #C3F53C!important;
}

.block__body p {
    color: #fff!important;
}

.why-section {
  padding: 60px 20px;
  background: #fff;
  color: #000;
  text-align: center;
}

.why-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.why-section p {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555;
}

.features__second__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: auto;
  margin: 0 auto;
}

.feature__second__section {
  flex: 1 1 300px;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
}

.feature__second__section h3 {
  font-size: 50px;
  margin-bottom: 10px;
  font-family: 'Anton', sans-serif;
}

.feature__second__section p {
  color: #333;
}

.feature__second__section.green {
  background: #C3F53C;
}

.feature__second__section.dark {
  background: #1F3102;
  color: #fff;
}

.feature__second__section.dark p {
  color: #ddd;
}

.clarified {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lefted {
    text-align: start;
}

.sectionize p {
    font-size: 25px;
    text-align: left;
}

.card-person {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.lets {
    text-transform: uppercase; color: #fff;
}

.signup__container {
    display: flex;
    position: relative;
    z-index: 2;
}

.signup__home__content {
    width: 50%;
}

.signup__home__content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.login {
    position: relative;
    overflow: hidden;
}

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

.contact__home__hold h1 {
    font-size: 100px!important;
    text-align: center!important;
}

.contact__container {
    display: flex;
    position: relative;
    z-index: 2;
    gap: 20px;
}

.contact__home__title {
    color: #000!important;
}

.contact__homey {
    flex: 1;
}

.contact__homey a {
    color: #000;

}

.contact__homey p {
    color: #000;
    font-size: 18px;
}

.contact__form {
    flex: 1;
}

.contact__form ul li {
    color: #b1b1b1!important;
    font-size: 15px!important;
}

.contact__form label {
    color: #000;
}

.form-group.row {
    display: flex;
    gap: 20px;
}

.input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.btn-contact {
    gap: 10px;
}

.contact__home__hold p {
    color: #fff;
}

.flash__contact_1 {
    top: -40%!important;
}

.flash__contact_2 {
    top: 0!important;
}

.contact__bg {
    position: relative;
    overflow: hidden;
}


.stats__delivers {
    width: 90%;
    margin-top: 1rem;
}

.stat__delivers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 500;
}

.stat__deliver__info {
    display: flex;
    justify-content: space-between;
}

.stat__delivers__span-1 {
    color: #2B2B5E;
    font-weight: 600;
}

.progress-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.progress-bar {
    background: #ccc;
    border-radius: 10px;
    height: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.progress {
    height: 100%;
    background: #C3F53C;
    border-radius: 10px;
}

.future {
    display: flex; 
    flex-direction: row;
    gap: 20px;
}

.future-image {
    display: flex;
    flex: 1;
}

.future-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.future-content {
    flex: 1;
}

.future h2 {
    font-family: "Anton", sans-serif;
    font-size: 80px;
    color: #000!important;
}

.future h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.home__content__section_2 {
    width: 50%;
}

.home__content__section_2 p {
    color: #fff;
}

.home__buttons__about {
    margin-top: 50px;
}

.home__right {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.home__right div img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border: 1px solid #fff;
    border-radius: 10px;
}

.home__right__2 {
    margin-top: 20%;
}

.drops {
    position: absolute;
}

.drops__1 {
    left: 57%;
    top: 0%;
}

.drops__2 {
    left: 97%;
    top: 85%;
    rotate: 180deg;
}

.spans {
    position: absolute;
    padding: 5px;
    border-radius: 20px;
    z-index: 3;
}

.span_1 {
    background: #FBFFE5;
    color: #000;
    top: 6%;
    left: 68%;
}
.span_2 {
    background: #EFF7FF;
    color: #007efc;
    top: 65%;
    left: 58%;
}
.span_3 {
    background: #f7ffcd;
    color: orange;
    top: 27%;
    left: 88%;
    rotate: 40deg;
    padding: 10px 30px;
}

.about__section {
    position: relative;
}

@media (width: 1024px) {
    .step img, .step-content {
        width: 400px;
    }

    .vertical-dashed-line {
        height: 800px;
    }

    .green_circle {
        left: 48.3%;
    }

    .drops, .spans { display: none; }
}

@media (max-width: 768px) {
/* START MENU */
	.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: #C3F53C; 
        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; 
    }

/* END MENU */

.drops, .spans, .flash__1__steps-section, .flash__2__steps-section { display: none; }

.future {
    flex-direction: column;
}

.home__title {
    font-size: 50px!important;
}

.home__content {
    width: 100%;
    text-align: center;
}

.home__content .home__buttons {
    justify-content: center;
    margin-bottom: 10px;
}

.upper-section {
    flex-direction: column;
}

.section-header {
    width: 100%;
}

.step img, .step-content {
    width: 300px;
}

.vertical-dashed-line {
    height: 850px;
}

.green_circle {
    left: 47.5%;
}

.reviews__cards__container {
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.features__second__section {
    flex-direction: column;
}

.sectionize p {
    font-size: 20px;
}

.holder__join br {
    display: none;
}

.holder__join span {
    display: inline-block!important;
}

.signup__container {
    flex-direction: column;
}

.contact__container {
    flex-direction: column;
}

}

@media (max-width: 475px) {
	.header {
		padding: 15px 20px;
	}

    .meeting-img {
        object-position: 22% 60%;
    }

    .stats-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .vertical-dashed-line, .green_circle { display: none; }

    .step {
        flex-direction: column;
    }

    .step:nth-child(even) {
        flex-direction: column;
    }

    .sectionize p {
        font-size: 18px;
    }

    .feature__second__section h3 {
        font-size: 40px;
    }

    .why-section h2, .faq__title-2, .new_title, .lets, .section-header h2 {
        font-size: 40px!important;
        margin-bottom: 0!important;
    }

    .step-content h4 {
        font-size: 30px;
    }

    .stats__delivers {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .header {
        padding: 15px 10px;
    }

    .stat__deliver__info {
        flex-direction: column;
    }
}