#home-slide {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#home-left-side {
    display: flex;
    opacity: 0;
    position: relative;
    width: 650px;
    flex-shrink: 0;
}

#pink-wave {
    height: 100%;
    width: auto;
    top: 0;
    right: -85px;
    position: absolute;
    z-index: 5;
}

#home-pattern {
    height: 360%;
    width: auto;
    position: absolute;
    top: -250%;
    right: -140px;
    z-index: 4;
    opacity: 0.3;
    image-rendering: crisp-edges;
}

#white-wave {
    height: 100%;
    width: auto;
    position: absolute;
    z-index: 3;
    top: 0;
    right: -110px;
}

#nursery {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#nursery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#home-right-side {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding-left: 40px;
    box-sizing: border-box;
}

#home-bottom-side {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
}

#home-slide .brochure-download-button {
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 20px;
    transition: 0.15s ease;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 6px 8px rgba(0, 10, 20, 0.1), 0 0 2px rgba(0, 10, 20, 0.12);
    margin-left: auto;
    color: rgb(50, 60, 70);
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0;
}

#home-slide .brochure-download-button:hover {
    bottom: 35px
}

#home-slide .brochure-download-button svg {
    margin-right: 4px;
    transition: 0.15s ease;
    fill: #e71d42;
    width: 32px;
    height: 32px;
}

#home-slide .brochure-download-button div {
    margin-top: 6px;
    font-size: 16px;
    width: 200px;
    text-align: center;
}

#home-slide-contact {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    margin-right: 30px;
    margin-top: 30px;
    color: rgb(50, 60, 70);
    z-index: 2;
    font-size: 16px;
    opacity: 0;
    white-space: nowrap;
}

#home-slide-contact-info {
    display: flex;
    align-items: center;
}

#home-slide-contact a[href^=tel] {
    color: rgb(50, 60, 70);
    text-decoration:none;
}

.contact-vertical-bar {
    position: relative;
    margin: 0 18px;
    height: 25px;
    width: 1px;
    background-color: rgba(50, 60, 70, 0.3);
}

#social-networks-btn {
    display: flex;
    align-items: center;
}

#social-networks-btn a {
    cursor: pointer;
    text-decoration: none;
}

#social-networks-btn a:first-child svg {
    fill: #1278F3;
}

#social-networks-btn a:last-child svg {
    fill: #1DA1F2;
}

#social-networks-btn a svg {
    transition: 0.15s ease;
    height: 22px;
    width: 22px;
}

#social-networks-btn a:hover svg {
    fill: rgb(30, 40, 50);
}

#social-networks-btn a:not(:last-child) {
    margin-right: 14px;
}

#home-mybabiz-logo {
    width: 520px;
    height: auto;
    margin-bottom: 50px;
    margin-top: 15vh;
    opacity: 0;
    position: relative;
}

#home-mybabiz-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#mybabiz-teat-svg {
    position: absolute;
    right: 0;
    top: -20%;
    width: 100%;
    z-index: 5;
    animation: myBabizTeatAnimation 4s ease infinite;
    animation-delay: 6s;
    transform-origin: 84.7% 0%;
}

@keyframes myBabizTeatAnimation {
    0% {
        transform: scaleX(1) scaleY(1) translateY(0%);
        animation-timing-function: ease;
    }
    10% {
        transform: scaleX(1.2) scaleY(0.8) translateY(16%);
        animation-timing-function: ease-in-out;
    }
    12% {
        transform: scaleX(1.2) scaleY(0.8) translateY(16%);
        animation-timing-function: ease-in-out;
    }
    18% {
        transform: scaleX(0.8) scaleY(1.1) translateY(-18%);
        animation-timing-function: ease-out;
    }
    23% {
        transform: scaleX(1) scaleY(1) translateY(-18%);
        animation-timing-function: cubic-bezier(0.2, 0.7, 0.7, 1.3);
    }
    30% {
        transform: scaleX(1) scaleY(1) translateY(0%);
    }
    100% {
        transform: scaleX(1) scaleY(1) translateY(0%);
    }
}

#mybabiz-teat-white-rectangle {
    width: 8%;
    height: 35%;
    position: absolute;
    right: 11.8%;
    top: 0%;
    background-color: white;
    z-index: 4;
    animation: myBabizTeatWhiteRectangleAnimation 4s ease infinite;
    animation-delay: 6s;
}

@keyframes myBabizTeatWhiteRectangleAnimation {
    0% {
        height: 35%;
    }
    10% {
        height: 41%;
    }
    12% {
        height: 41%;
    }
    18% {
        height: 35%;
    }
    25% {
        height: 35%;
    }
    29% {
        height: 38.5%;
    }
    32% {
        height: 35%;
    }
    100% {
        height: 35%;
    }
}

#la-nouvelle-solution-container {
    position: relative;
    width: 940px;
    opacity: 0;
}

#pink-rectangle {
    clip-path: url(#clip-path-for-pink);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow-x: hidden;
    display: none;
}

#pink-rectangle div {
    background: linear-gradient(150deg, #E0559AFF 10%, #E0559A00 50%);
    position: relative;
    left: -1%;
    width: 74%;
    height: 0;
    padding-bottom: 74%;
    transform: translateY(-36%);
    animation: pinkAnimation infinite 2s ease;
    transform-origin: center;
}

@keyframes pinkAnimation {
    from {
        transform: translateY(-36%) rotate(0deg);
    }
    to {
        transform: translateY(-36%) rotate(360deg);
    }
}

#la-nouvelle-solution-svg {
    display: block;
    position: relative;
    z-index: 2;
}

#home-waigeo-logo {
    width: 160px;
    height: auto;
}

#home-bottom-side > a {
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: rgb(50, 60, 70);
}

#home-bottom-side > a > div {
    padding: 0 20px 22px 0;
}

#home-chevron-down-button {
    border-radius: 50%;
    border: none;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 20px 0 40px 0;
    background-color: white;
    cursor: pointer;
    transition: 0.15s ease;
    animation: homeChevronAnimation 0.6s ease infinite alternate;
}

@keyframes homeChevronAnimation {
    from {
        top: 0px;
    }
    to {
        top: 10px;
    }
}

#home-chevron-down-button:hover {
    background-color: #E0559A;
}

#home-chevron-down-button svg {
    fill: #E0559A;
    width: 38px;
    height: 38px;
    transition: 0.15s ease;
}

#home-chevron-down-button:hover svg {
    fill: white;
}

#home-slide-contact-us-btn {
    background-color: #E0559A;
    color: white;
    font-family: Qualy, sans-serif;
    border: none;
    cursor: pointer;
    transition: 0.15s ease;
    padding: 8px 20px 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    margin-top: -3px;
    flex-shrink: 0;
    text-decoration: none;
}

#home-slide-contact-us-btn:hover {
    background-color: rgb(30, 40, 50);
}