#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: 700px;
    flex-shrink: 0;
}

#parent-children {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#parent-children img {
    height: 100%;
    width: auto;
    object-fit: cover;
    position: relative;
    margin: 0 auto;
    right: 15%;
    display: block;
}

#wave {
    height: 100%;
    width: auto;
    position: absolute;
    right: -10px;
    top: 0;
}

#home-right-side {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    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: #E62610;
    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 {
    opacity: 0.9;
}

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

#home-familiz-logo {
    width: 420px;
    height: auto;
    margin-bottom: 40px;
    margin-top: 20vh;
    opacity: 0;
    position: relative;
}

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

#familiz-subtitle {
    position: relative;
    width: 720px;
    height: auto;
    margin-top: 7vh;
    opacity: 0;
}

#familiz-subtitle svg {
    position: relative;
}

#familiz-subtitle-blue-background {
    position: absolute;
    top: -60%;
    left: -30%;
    width: 160%;
    height: 220%;
    background: radial-gradient(rgba(0, 169, 230, 0.2) 10%, rgba(0, 169, 230, 0) 75%);
}

@keyframes familizSubtitleRectangle1 {
    0% {
        fill: rgb(252, 165, 0);
    }
    90% {
        fill: rgb(252, 165, 0);
    }
    95% {
        fill: rgb(255, 194, 77);
    }
    100% {
        fill: rgb(252, 165, 0);
    }
}

#familiz-subtitle-rectangle-1 {
    animation: familizSubtitleRectangle1 6s ease infinite;
}

@keyframes familizSubtitleRectangle2 {
    0% {
        fill: rgb(119, 186, 0);
    }
    90% {
        fill: rgb(119, 186, 0);
    }
    95% {
        fill: rgb(140, 219, 0);
    }
    100% {
        fill: rgb(119, 186, 0);
    }
}

#familiz-subtitle-rectangle-2 {
    animation: familizSubtitleRectangle2 6s ease infinite;
    animation-delay: 0.1s;
}

@keyframes familizSubtitleRectangle3 {
    0% {
        fill: rgb(242, 106, 145);
    }
    90% {
        fill: rgb(242, 106, 145);
    }
    95% {
        fill: rgb(255, 128, 165);
    }
    100% {
        fill: rgb(242, 106, 145);
    }
}

#familiz-subtitle-rectangle-3 {
    animation: familizSubtitleRectangle3 6s ease infinite;
    animation-delay: 0.2s;
}

#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: #0e4d8c;
}

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

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

#home-slide-contact-us-btn {
    background-color: #0e4d8c;
    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 {
    opacity: 0.9;
}
