:root {
    --darkBlue: #4a5275;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('./fonts/TT\ Trailers\ Trial\ Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

body {
    width: 100%;
    height: 100%;
    background: #F0F3FF;
}

.container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}

.header-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 120px;
    padding: 0 16px;
}

.header-wrapper a {
    text-decoration: none;
}

.logo {
    width: 78px;
    height: 33px;
}

.header-button {
    display: flex;
    gap: 8px;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid var(--darkBlue);
    height: 44px;
    width: 161px;
    border-radius: 100px;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease;
}

.header-button:hover {
    opacity: 0.9;
}

.header-button--img {
    width: 100%;
    max-width: 20px;
}

.header-button--text {
    color: var(--darkBlue);
    font-size: 14px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    min-width: 94px;
    line-height: 20px;
}

/* hero */
.hero {
    position: relative;
    overflow: hidden;
}

.hero-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 16px 120px;
}

.hero-wrapper--top {
    gap: 80px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.hero-info {
    max-width: 629px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero-title {
    color: var(--darkBlue);
    font-size: 88px;
    font-style: normal;
    font-family: "TT Trailers", sans-serif;
    font-weight: 800;
    line-height: 77px;
    letter-spacing: 0;
    text-align: center;

}

.feature-tags {
    gap: 8px;
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.feature-tag {
    gap: 8px;
    display: flex;
    padding: 4px 12px 4px 8px;
    position: relative;
    align-items: center;
    border-radius: 12px;
    background-color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;

}

.feature-tag:nth-child(1) {
    color: #d679b2;
}

.feature-tag:nth-child(2) {
    color: #73b9d1;
}

.feature-tag:nth-child(3) {
    color: #7391d1;
}

.tag-description {
    color: #979db7;
    font-size: 16px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.hero-image--container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img {
    width: 100%;
    max-width: 438px;
    height: 820px;
}

.hero-group {
    width: 100%;
    max-width: 540px;
    position: absolute;
    bottom: 94px;
    z-index: 10;
}

.hero-subtitle--container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hero-gradient {
    position: absolute;
    width: 100%;
    height: 552px;
    bottom: 0;
    left: 0;
    right: 0;
}

/* .hero-rectangle {
    height: 530px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 4;
} */

.hero-gradient--elipse {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 150%;
    height: 1000px;
    background-color: #5576FF;
    opacity: 30%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

    filter: blur(70px);
}

.hero-gradient--elipse2 {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 150%;
    height: 1000px;
    background-color: #FF1B2A;
    opacity: 30%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

    filter: blur(80px);

}

.hero-gradient--elipse3 {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 150%;
    height: 1000px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;

    filter: blur(30px);
}

.hero-conic--gradient {
    display: none;
    position: absolute;
    bottom: 230px;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 650px;
    border-radius: 100%;
    background: conic-gradient(from 180deg, #5576FF, #FF1B2A);
    opacity: 50%;
    filter: blur(120px);
}

.hero-subtitle-text {
    background: linear-gradient(180deg, #AFBAE5 0%, #8B97CD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 88px;
    font-family: "TT Trailers", sans-serif;
    font-weight: 600;
    line-height: 77px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hero-subtitle--image {
    width: 70px;
}

/* days */

.days {
    width: 100%;
    background: #FFF0F5;
}

.days-gradient {
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #FFF0F5 100%);
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;

}

.days-title,
.pregnancy-title,
.child-title {
    display: flex;
    gap: 24px;
    align-items: center;

}

.days-title h2 {
    color: #d679b2;
    font-size: 60px;
    font-style: normal;
    font-family: "TT Trailers", sans-serif;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}

.days-title--img,
.pregnancy-title--img,
.child-title--img {
    width: 36px;
    height: 36px;
}

.days-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
    gap: 16px;
}

.days-img,
.pregnancy-img,
.child-img {
    height: 500px;
}

.days-img2,
.days-img6 {
    display: none;
}

/* pregnancy */

.pregnancy {
    width: 100%;
    background: #F0FBFF;
}

.pregnancy-gradient {
    position: relative;
    background: linear-gradient(180deg, #FFF0F5 0%, #F0FBFF 100%);
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;
}



.pregnancy-title h2 {
    color: #79BFD6;
    font-size: 60px;
    font-style: normal;
    font-family: "TT Trailers", sans-serif;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}


.pregnancy-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
    gap: 16px;
}


.pregnancy-img6,
.pregnancy-img7,
.pregnancy-img8,
.pregnancy-img9 {
    display: none;
}

/* child */

.child {
    width: 100%;
    background: #F0F3FF;
}

.child-gradient {
    position: relative;
    background: linear-gradient(180deg, #F0FBFF 0%, #F0F3FF 100%);
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;
}



.child-title h2 {
    color: #7391D1;
    font-size: 60px;
    font-style: normal;
    font-family: "TT Trailers", sans-serif;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}


.child-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
    gap: 16px;
}

.child-img2,
.child-img6 {
    display: none;
}

/* tips */

.tips-gradient {
    background: linear-gradient(180deg, #F0F3FF 0%, #F2F4F9 100%);
    height: 200px;
}

.tips-wrapper {
    margin: 100px 0 300px;
    position: relative;
    height: 900px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.tips-conic--gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 864px;
    border-radius: 100%;
    background: conic-gradient(from 180deg, #5576FF, #FF1B2A);
    opacity: 50%;
    filter: blur(200px);

}

.tips-info {
    display: flex;
    gap: 50px;
    flex-direction: column;
    position: relative;
}

.tips-icon {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.tips-title {
    position: relative;
    color: #fff;
    font-size: 88px;
    font-style: normal;
    font-family: "TT Trailers", sans-serif;
    font-weight: 500;
    line-height: 77px;
    letter-spacing: 0;
    z-index: 2;
    max-width: 580px;
    text-align: center;
}



.tips-message {
    z-index: 2;
    height: 110px;
    gap: 16px;
    width: 100%;
    display: flex;
    padding: 16px;
    position: absolute;
    max-width: 360px;
    box-shadow: 0 20px 40px 0 rgba(74, 82, 117, .05);
    box-sizing: border-box;
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0) translateX(0);

    }

    50% {
        transform: translateY(-5px) translateX(-5px);
    }
}

/* Cu rotație + plutire */
@keyframes floatUpDown2 {

    0%,
    100% {
        transform: rotate(2deg) translateY(0);
    }

    50% {
        transform: rotate(3deg) translateY(-5px);
    }
}

@keyframes floatUpDown3 {

    0%,
    100% {
        transform: rotate(-4deg) translateY(0);
    }

    50% {
        transform: rotate(-5deg) translateY(-5px);
    }
}



.tips-message-1 {
    animation: floatUpDown 8s ease-out 0s infinite;
    top: -10px;
}

.tips-message-2 {
    animation: floatUpDown2 8s ease-out 0s infinite;

    transform: rotate(2deg);
    top: 160px;
    right: 20px;
}

.tips-message-3 {
    animation: floatUpDown3 8s ease-out 0s infinite;

    transform: rotate(-4deg);
    top: 160px;
    left: 20px;
}

.tips-message-4 {
    animation: floatUpDown2 8s ease-out 0s infinite;
    transform: rotate(2deg);
    bottom: 160px;
    left: 20px;
}

.tips-message-5 {
    bottom: 0;
    animation: floatUpDown 8s ease-out 0s infinite;

}

.tips-message-6 {
    animation: floatUpDown3 8s ease-out 0s infinite;

    transform: rotate(-4deg);
    bottom: 160px;
    right: 20px;
}

.tips-message::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tips-message::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.tips-tag--red {
    width: fit-content;
    gap: 6px;
    display: flex;
    padding: 6px 8px;
    position: relative;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background: #FFF0F5;
    color: #d679b2;
}

.tips-tag--green {
    width: fit-content;
    gap: 6px;
    display: flex;
    padding: 6px 8px;
    position: relative;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background: #f0fbff;
    color: #73b9d1;
}

.tips-tag--blue {
    width: fit-content;
    gap: 6px;
    display: flex;
    padding: 6px 8px;
    position: relative;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background: #F0F3FF;
    color: #7391d1;
}

.tips-tag--img {
    width: 14px;
    height: 14px;
}

.tips-tag--text {
    height: 14px;
    font-size: 12px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 16px;
}

.tips-message--text {
    height: 36px;
    color: #4a5275;
    font-size: 16px;
    font-weight: 400;
}

/* data */
.data-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 0 16px;
    margin-top: 160px;
}

.data-title{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.slider-title {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    margin-top: 160px;

}

.data-title--text,
.slider-title--text {
    color: #4a5275;
    font-size: 60px;
    font-family: "TT Trailers", sans-serif;
    font-weight: 600;
    line-height: 48px;
}

.data-images {
    justify-content: center;
    display: flex;
    gap: 16px;
}

.data-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.data-img {
    max-width: 547px;
}


.data-img4 {
    display: none;
}

/* slider */
.slider{
    padding: 0 16px;
}
.slider-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.4s ease;
}

.slider-card {
    flex: 0 0 546px;
    /* fix 546px lățime */
    height: 268px;
    margin: 0 8px;
    padding: 32px;
    border-radius: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

.slider-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

.slider-container::before {
    z-index: 3;
    content: "";
    position: absolute;
    left: 0;
    bottom: 88px;
    width: 150px;
    height: 268px;
    background: linear-gradient(90deg, rgba(242, 244, 249, 1) 0%, rgba(242, 244, 249, 0.5) 30%, rgba(242, 244, 249, 0) 100%);
}

.slider-container::after {
    z-index: 3;
    content: "";
    position: absolute;
    right: 0;
    bottom: 88px;
    width: 150px;
    height: 268px;
    background: linear-gradient(90deg, rgba(242, 244, 249, 1) 0%, rgba(242, 244, 249, 0.5) 30%, rgba(242, 244, 249, 0) 100%);
    transform: rotate(180deg);
}

.slider-card--text {
    color: #979db7;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
}

.slider-card--info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slider-card--left {
    align-items: center;
    display: flex;
    gap: 12px;
}

.slider-card--icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.slider-card--user {
    color: #979db7;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.slider-card--right {
    align-items: center;
    display: flex;
    gap: 8px;
}

.slider-card--rating {
    color: #979db7;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.slider-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #fff;
}

/* qr */
.qr {
    padding-top: 200px;
    position: relative;
    overflow: hidden;
}

.qr::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #F0F3FF 0%, rgba(240, 243, 255, 0.7) 40%, rgba(240, 243, 255, 0.3) 70%, rgba(240, 243, 255, 0) 100%);
    z-index: 30;
}

.qr-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1110px;
    max-height: 1110px;
    width: 100%;
    height: 1110px
}

.qr-circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1110px;
    height: 1110px;
    background: #fff;
    filter: blur(40px);
    border-radius: 100%;
    z-index: 20;
}

.qr-gradient--circle {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    max-width: 1110px;
    max-height: 1110px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FF1B2A 0%, #5576FF 100%);
    filter: blur(70px);
    border-radius: 100%;
}

.qr-rectangle {
    background: #F2F4F9;
    width: 100%;
    height: 100%;
}

.qr-info {
    width: 100%;
    position: relative ;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 35;
}

.qr-tag--text {
    color: #d679b2;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* letter-spacing: -1px; */
}

.qr-tag--img {
    width: 16px;
    height: 16px;
}

.qr-title {
    margin-top: 32px;
    color: #4a5275;
    font-size: 60px;
    font-family: "TT Trailers", sans-serif;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0;
}

.qr-image {
    margin-top: 80px;
    width: 350px;
    height: 350px;
    border-radius: 48px;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
}

.qr-subtitle {
    margin-top: 20px;
    color: #979db7;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 24px;
    max-width: 334px;
}

.qr-separator {
    margin: 40px 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    max-width: 350px;
    width: 100%;
    /* lățimea containerului */
    gap: 12px;
}

.qr-separator span {
    color: #979db7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.qr-separator::before,
.qr-separator::after {

    content: '';
    flex: 1;
    /* linii se întind cât e nevoie */
    border-top: 1px dashed #979db7;
    /* linie întreruptă */
}

.qr-buttons {
    width: 100%;
    max-width: 437px;
    display: flex;
    gap: 13px;
}


.qr-button:hover {
    opacity: 0.9;
}

.qr-button {
    cursor: pointer;
    transition: all 300ms ease;
    height: 48px;
    display: flex;
    gap: 8px;
    display: flex;
    padding: 12px 20px;
    position: relative;
    align-items: center;
    border-radius: 100px 100px 100px 100px;
    justify-content: center;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;

}
.qr-button svg{
    width: 18px;
    height: 24px;
}

.qr-ios--button {
    max-width: 204px;
    width: 100%;
    border: none;
    color: #fff;
    background-color: #4a5275;
}

.qr-google--button {
    color: #4a5275;
    width: 100%;
    border: 1px solid #4a5275;
    background: transparent;
}

/* footer */

.footer {
    z-index: 40;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 48px 48px 0 0;
    padding: 60px 0;
}

.footer-wrapper {
    padding: 0 16px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 60px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-copyright--text {
    color: #979db7;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.footer-title {
    background: linear-gradient(90deg, #FF1B2A, #5576FF);
    opacity: 0.5;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-style: normal;
    font-family: "TT Trailers", sans-serif;
    font-weight: 600;
    line-height: 53px;
}

.footer-separator {
    position: relative;
    width: 100%;
    height: 1px;
}

.footer-separator svg {
    position: absolute;
    max-width: 1110px;
    width: 100%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    font-family: sans-serif;
    font-size: 14px;
    color: #2c2c2c;
}

.footer-support {
    background: #F0F3FF;
    border-radius: 28px;
    padding: 24px;
    max-width: 280px;
    width: 100%;
    height: 164px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-support h3 {
    color: #4a5275;
    font-size: 20px;

    font-weight: 600;
    line-height: 24px;
}

.footer-support p {
    font-size: 20px;
    color: #979db7;
    font-weight: 600;
    line-height: 24px;
}

.support-link {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    width: 100%;
    color: #7391d1;
    font-size: 16px;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.support-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7391d1;
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.footer-nav {
    display: flex;
    gap: 80px;
}

.footer-col h4 {
    color: #4a5275;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin-bottom: 16px;
}

.footer-col a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a5275;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
    transition: all 300ms ease;
}

.footer-col a:hover {
    color: #4a6cf7;
}

/* mobile */

@media (max-width: 1440px) {
    .footer-nav {
        gap: 50px;
    }

    .days-wrapper,
    .pregnancy-wrapper,
    .child-wrapper {
        padding: 80px 16px 0;
    }

    .days-img2,
    .days-img6 {
        display: block;
    }

    .days-img1,
    .days-img5 {
        display: none;
    }

    .child-img2,
    .child-img6 {
        display: block;
    }

    .child-img1,
    .child-img5 {
        display: none;
    }

    .days-img,
    .child-img,
    .pregnancy-img {
        width: 48%;
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .footer-bottom {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav {
        width: 100%;
        justify-content: space-around;
        display: flex;
    }

   

    .hero-title {
        font-size: 60px;
    }

    .hero-subtitle-text {
        display: flex;
        flex-wrap: wrap;
        font-size: 40px;
        line-height: 35px;
        gap: 10px;
    }

    .hero-subtitle--container {
        gap: 0;
    }

    .hero-subtitle--image {
        width: 28px;
        height: 28px;
    }

    .child-gradient,
    .pregnancy-gradient,
    .days-gradient {
        padding-top: 160px;
        height: 80px;
    }
    .data-wrapper{
        margin-top: 160px;
    }

    .slider-title {
        margin-top: 120px;
    }

    

    .tips-wrapper {
        height: 823px;
        margin: 0;
    }



    .hero-wrapper {
        padding-bottom: 0;
    }

    .child-title,
    .pregnancy-title,
    .days-title,
    .data-title,
    .slider-title {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .child-title h2,
    .pregnancy-title h2,
    .days-title h2,
    .data-title h2,
    .slider-title h2,
    .qr-title {
        text-align: center;
        line-height: 32px;
        font-size: 40px;
    }

    .child-title img,
    .pregnancy-title img,
    .days-title img,
    .data-title svg,
    .slider-title svg {
        width: 28px;
        height: 28px;
    }

    .tips-title {
        line-height: 60px;
        font-size: 60px;
    }

    .tips-info svg {
        width: 52px;
        height: 77px;
    }
    .tips-info{
        gap: 32px;
    }

    .hero-gradient--elipse3 {
        top: 110%;
        width: 400%;
    }

    .hero-gradient--elipse2 {
        top: 100%;
        width: 400%;
    }

    .hero-gradient--elipse {
        top: 80%;
        width: 400%;
    }

    .data-images {
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .qr{
        padding-top: 140px;
    }
    .tips-gradient {
        height: 100px;
    }
    .pregnancy-img6,
    .pregnancy-img7,
    .pregnancy-img8,
    .pregnancy-img9 {
        display: block;
    }

    .pregnancy-img1,
    .pregnancy-img3,
    .pregnancy-img4,
    .pregnancy-img5 {
        display: none;
    }

   

    .days-img,
    .pregnancy-img,
    .child-img,
    .data-img {
        width: 100%;
        height: auto;
    }

    .data-img3 {
        display: none;
    }

    .data-img4 {
        display: block;
    }

    
    .days-wrapper,
    .pregnancy-wrapper {
        flex-direction: column;
    }
    .qr-circle {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 900px;
        height: 900px;
        background: #fff;
        filter: blur(10px);
        border-radius: 100%;
        z-index: 20;
    }
    
    .qr-gradient--circle {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        max-width: 900px;
        max-height: 900px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #FF1B2A 0%, #5576FF 100%);
        filter: blur(50px);
        border-radius: 100%;
    }
    .tips-conic--gradient{
        filter: blur(80px);
    }
    .qr-wrapper{
        padding: 0 16px;    
        height: 650px;
        align-items: end;
    }
    .qr-image {
        width: 160px;
        height: 160px;
        border-radius: 22px;
        margin-top: 40px;
    }

    .qr-subtitle {
        margin-top: 40px;
        font-size: 14px;

    }

    .qr-separator {
        width: 328px;
        margin: 24px 0;
    }

    .qr-separator span {
        font-size: 14px;
    }

    .qr-button {
        max-width: 100%;
        width: 100%;
        padding: 12px 20px;
    }

    .qr-button p {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -1px;
    }
    .qr-buttons{
        flex-direction: column;
    }

    .footer-support {
        padding: 20px;
        max-width: 100%;
        height: 146px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer-support h3,
    .footer-support p {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -1px;
    }

    .support-link {
        font-size: 14px;
    }

    .footer-col li:last-child {
        margin-bottom: 0;
    }

    .footer-top {
        flex-direction: column;
        align-items: start;
        gap: 32px;
    }

    .footer-title {
        font-size: 40px;
        line-height: 40px;

    }

    .footer-wrapper {
        gap: 32px;
    }

    .footer {
        margin-top: 120px;
        padding-bottom: 40px;
    }

    .footer-bottom {
        gap: 32px;
        align-items: start;
    }

    .footer-nav {
        gap: 32px;
        flex-direction: column;
    }

    .slider-controls button {
        width: 40px;
        height: 40px;
    }

    .slider-card {
        flex: 0 0 346px;
        height: 180px;
        gap: 40px;
        padding: 20px;
        border-radius: 32px;
    }

    .slider-card--text {
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
    }

    .slider-card--right svg {
        width: 16px;
        height: 16px;
    }

    .slider-card--rating {
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }

    .slider-card--icon {
        width: 28px;
        height: 28px;
    }

    .slider-card--user {
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }

    .tips-tag--blue,
    .tips-tag--green,
    .tips-tag--red {
        padding: 4px 6px;
    }

    .tips-tag--text {
        height: 0;
        line-height: 0;
        font-size: 9px;
    }

    .tips-message--text {
        font-size: 11px;
    }

    .tips-tag--img {
        width: 10px;
        height: 10px;
    }

    .tips-message {
        gap: 6px;
        width: 270px;
        height: 80px;
    }

    .tips-message-1,
    .tips-message-5 {
        display: none;
    }

    .tips-message-2 {
        top: 0;
    }

    .tips-message-6 {
        bottom: 0px;
    }
    .tips-message-4{
        bottom: 120px;
    }

    .tips-message-3 {
        top: 120px;
    }

    .hero-conic--gradient {
        display: block;
    }

    .hero-img {
        height: 640px;
    }

    .days-wrapper,
    .pregnancy-wrapper,
    .child-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 8px;
    }

    .data-images {
        gap: 8px;
    }

    .data-left {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .header-wrapper {
        margin-bottom: 80px;
    }

    .hero-info {
        gap: 32px;
    }

    .hero-wrapper--top {
        gap: 50px;
    }
    
.slider-container::before {
    left: -2px;
    bottom: 80px;
    width: 150px;
    height: 180px;
}
.slider-container::after {
    right: -2px;
    bottom: 80px;
    width: 150px;
    height: 180px;
}
.qr-info{
    padding-bottom: 5px;
}
}

@media (max-width: 425px) {
    .slider-container::before {
        display: none;
    }
    .slider-container::after {
        display: none;
    }
    .header-wrapper {
        justify-content: center;
    }

    .header-button {
        display: none;
    }
}