@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

html, body {
 background: #FFF;     
   font-family: 'SF Pro Display', sans-serif;
   font-size: 14px;    
    color: #242737;
}

.main-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 80px;
    position: relative;
}

a {
    text-decoration: none;
}

#top-bar {
    height: 48px;
    z-index: 99;
    position: relative;
    padding: 8px 32px;
    max-width: 1280px;
}

.top-right-items a {
    padding: 0px 8px;
}

#top-bar a {
    color: #242737;
}

.hero-video {
    width: 696px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.04), 0px 24px 40px -4px rgba(0, 0, 0, 0.08);
    margin-top: 100px;
    margin-bottom: 40px;
}

#header-bg {
    background: var(--max-relax-main-blue-100, #DDEFFF);
    height: 700px;
    width: 100%;
    position: absolute;
}

#main-navbar {
    display: flex;
    max-width: 1280px;
    height: 64px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #FFF;
    border-radius: 48px;
    background: #FFF;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.08);
}

.nav-link {
    color: #242737;
    font-weight: 900;
    font-size: 14px;
}

.nav-item {
    display: flex;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.navbar-nav {
    display: flex;
    max-width: 1280px;
    height: 64px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.navbar-brand img {
    display: flex;
    width: 160px;
    height: auto;
    justify-content: center;
    align-items: center;
}

.content {
    position: relative;
}

h1 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-left {
    padding: 80px 52px;
}

.hero-left .text-content {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.05px;
    color: #FFF;
    margin-bottom: 24px;
}

.hero-left .title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.btn-white {
    border-radius: 8px;
    background: var(--White, #FFF);
    display: flex;
    height: 56px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.15px;
    color: #8f00e8;
    border-color: #FFF;
    border: 0px;
}

.btn-white:hover {
    background: #8f00e8;
    color: #FFF;
}

.title-big-blue {
    color: var(--max-relax-main-blue-500-base, #0067F6);
    font-family: SF Pro;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-secondary {
    border-radius: 8px;
    background: var(--00-neutral-800, #2F3347);
    display: flex;
    height: 56px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.15px;
    color: #FFF;
    border: 0px;
}

.section-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.header-separator {
    height: 150px;
}

section {
    padding: 16px 40px;
}

.beneficii1 {
    border-radius: 20px;
    background: var(--secondary-electric-blue-100, #E6FFFF);
    padding: 80px 104px;
    margin-left: 0px;
    margin-right: 0px;
}

.beneficii2 {
    border-radius: 20px;
    background: var(--max-relax-main-blue-50, #F0FAFF);
    padding: 80px 104px;
    margin-left: 0px;
    margin-right: 0px;
}

.title-beneficii {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.subtitle-beneficii {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 8px;
}

.beneficiu-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.05px;
    margin-bottom: 8px;
    display: flex;
    align-items: start;
}

.beneficiu-item img {
    margin-right: 8px;
}

.blue-background { 
    background: var(--max-relax-main-blue-600, #0059D4);
    width: 100%;
    height: 674px;
    flex-shrink: 0;
    position: absolute;
}

.grey-background {
    background: var(--00-neutral-50, #F9F9FB);
    width: 100%;
    height: 700px;
    flex-shrink: 0;
    position: absolute;
}

.newsletter-background {
    background: var(--00-neutral-600, #707280);
    width: 100%;
    height: 226px;
    flex-shrink: 0;
    position: absolute;
}

.footer-background {
    background: #575967;
    margin-top: -16px;
    padding: 64px 0px 17px 0px;
}

.color-white {
    color: #FFF !important;
}

.color-neutral {
    color: #E9E9EF;
}

.input-newsletter::placeholder { 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05px;
    color: #ffffff;
}

.input-newsletter {
    border-radius: 6px;
    border: 1px solid var(--00-neutral-300, #CECFDA);
    background: var(--00-neutral-500-base, #9294A4);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    padding: 12px 20px;
    width: 320px;
}

.btn-white-form {
    border-radius: 8px;
    background: var(--White, #FFF);
    display: inline-flex;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    margin-left: 16px;
}

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

.an1 {
    position: absolute;
    top: -142px;
    z-index: 999;
}

.an1-2 {
    position: absolute;
    top: 200px;
    z-index: 999;
}

.an2 {
    margin-top: 151px;
    margin-left: 70px;
}

.an3 {
    position: absolute;
    top: 114px;
    margin-left: -56px;
}

.box-80 {
    border-radius: 20px;
    background: var(--max-relax-main-blue-50, #F0FAFF);
    padding: 80px;
    height: 441px;
}

.box-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 24px;
}

.box-title-48 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 24px;
}

.box-subtitle {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.box-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.05px;
    margin-bottom: 32px;
}

.box-text-bold {
    font-size: 24px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
    padding-bottom: 16px;
}

.btn-blue-bg {
    border-radius: 8px;
    background: #8F00E8;
    border-color: #8F00E8;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 14px 16px;
}

.btn-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
    color: var(--max-relax-main-blue-500-base, #0067F6);
    background: none;
    border: 0px;
    margin-left: 24px;
}

.section-subtitle-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.05px;
}

.box-white {
    border-radius: 16px;
    overflow: hidden;
    background: #FFF;
}

.box-left-float {
    float: left;
}

.box-content-center {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 30px;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    padding-right: 50px;
    margin-left: 0px;
}

.testimonial-item {
    border-radius: 20px;
    background: var(--max-relax-main-blue-500-base, #0067F6);
    padding: 80px;
    color:#FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.05px;
    width: 800px;
}

.testimonial-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
    margin-bottom: 32px;
}

.testimonial-user {
    margin-top: 24px;
}

.testimonial-user img {
    float: left;
    margin-right: 12px;
}

.testimonial-user-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
    text-decoration-line: underline;
    padding-top: 8px;
}

.testimonial-user-functie {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    letter-spacing: 0.35px;
}

.swiper-pagination {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 100% */
    letter-spacing: 0.5px;
    color: #FFF;
    top: 491px !important;
    padding-right: 60px !important;
    text-align: right !important;
}

.swiper-pag-first {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 66.667% */
    letter-spacing: 0.5px;
}

.swiper-btn {
    position: absolute;
    right: 9px;
    top: 244px;
    z-index: 99;
}

.swiper-btn-prev {
    padding: 8px;
}

.swiper-btn-next {
    padding: 8px;
}

.swiper-slide-next .testimonial-item, .swiper-slide-next + div {
    background: #01347c !important;
    opacity: 0;
    display: none;
}    

.btn-outline {
    border-radius: 8px;
    border: 1px solid var(--max-relax-main-blue-500-base, #0067F6);
    color: #0067F6;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
    padding: 12px;
}

.img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    margin: 8px;
    display: flex;
    align-items: end;
}

.img-wrapper img {
    border-radius: 16px;
}

.image-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    position: absolute;
    padding: 16px;
}

.mini-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #242737;
    margin-bottom: 24px;
}

.footer-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.footer-link {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #CECFDA;
    margin-top: 10px;
    display: block;
}

.footer-link-end {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #CECFDA;
    margin-top: 10px;
    display: inline-block;
    margin-right: 48
        px;
}

.footer-icon {
    margin-right: 8px;
}

.footer-social-link {
    margin-right: 16px;
}

.certificare-footer {
    max-height: 40px;
    margin-right: 60px;
}

.footer-end {
    background: #2F3347;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.05px;
}

.hhi_box {
    padding: 24px;
}

.hhi_text {
    margin-top: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.05px;
    color: #242737;
}

.widget {
    border-radius: 12px;
    background: var(--00-neutral-50, #F9F9FB);
    padding: 24px;
}

.widget-percent {
    color: #0067F6;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
}

.widget-percent span {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.widget-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.05px;
}





h2 {
	color: #8F00E8;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px
}

h3 {
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 24px 0;
}

.paragraph {
	margin-bottom: 24px;
	font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.05px;
}

.list-item {
	margin: 8px 0;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: 0.05px;	
}
.sub-list-item {
	margin-left: 36px;	
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: 0.05px;	
}

.subtitle {
	font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.35px;
text-transform: uppercase;
	margin-bottom: 8px;
}

.title {
color: #27013F;	
	font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
	margin-bottom: 32px;
}

.quote {
color:#27013F;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;	
	margin-bottom: 8px;
}

.author {
color: #242737;
margin-top: 16px;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
letter-spacing: 0.05px;	
    position: relative;
	width: max-content;
}
.author::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; 
    background-color: #242737;
}

.quote-details {
    color: #242737;		
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05px;	
}

.strong {
    color: #242737;	
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.05px;	
}

.register-section {
	margin: 150px auto;
	width: 100%;
	max-width: 1440px;
	height: 700px;
	background-image: url('../../assets/images/people-bg.png');
	background-size: cover;
	padding: 0 100px;
    margin-top: 300px;
}

.triangle-img {
    position: absolute;
    margin-top: -169px;
    opacity: 80%;
}

.triangle-text {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 99;
    position: absolute;
    padding: 50px;
    max-width: 400px;
}