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

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

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

#running-children img {
    height: 115%;
    width: auto;
    object-fit: cover;
    position: relative;
    margin: 0 auto;
    left: -7.5vh;
    display: block;
}

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

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

#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;
}

#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;
    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: #00284D;
}

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

#home-myperischool-logo {
    width: 300px;
    height: auto;
    margin-bottom: 40px;
    margin-top: 7vh;
    position: relative;
}

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

#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: #0091EA;
}

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

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

#home-slide-contact-us-btn {
    background-color: #0091EA;
    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: #00284D;
}

#blue-wave {
    position: absolute;
    top: -5vh;
    right: -290px;
    height: 115vh;
    width: auto;
}

@keyframes myperischoolDashedCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#blue-wave circle {
    transform-box: fill-box;
    transform-origin: center;
    transform: rotate(0deg);
    animation: myperischoolDashedCircle infinite linear 12s;
}

@keyframes blueShape1 {
    0% {
        transform: translateX(60.04469px) translateY(36.70454px) rotate(-10deg);
    }
    100% {
        transform: translateX(60.04469px) translateY(36.70454px) rotate(4deg);
    }
}

#blue-shape-1, #blue-shape-2, #blue-shape-3 {
    transform-box: fill-box;
    transform-origin: center;
    transform: translateX(60.04469px) translateY(36.70454px) rotate(-10deg);
    animation: blueShape1 infinite alternate ease 2s;
}

@keyframes blueShape2 {
    0% {
        transform: translateX(60.04469px) translateY(36.70454px) rotate(60deg);
    }
    100% {
        transform: translateX(60.04469px) translateY(36.70454px) rotate(0deg);
    }
}

#blue-shape-2, #blue-shape-3 {
    animation: blueShape2 infinite alternate ease 2s;
}

@keyframes whiteShape1 {
    0% {
        transform: translateX(60.04469px) translateY(36.70454px) rotate(-10deg);
    }
    100% {
        transform: translateX(60.04469px) translateY(36.70454px) rotate(4deg);
    }
}

#white-shape-1, #white-shape-2, #white-shape-3 {
    transform-box: fill-box;
    transform-origin: center;
    transform: translateX(60.04469px) translateY(36.70454px) rotate(-10deg);
    animation: whiteShape1 infinite alternate ease 2s;
}

@keyframes whiteShape2 {
    0% {
        transform: translateX(60.04469px) translateY(36.70454px) rotate(60deg);
    }
    100% {
        transform: translateX(60.04469px) translateY(36.70454px) rotate(0deg);
    }
}

#white-shape-1, #white-shape-2 {
    animation: whiteShape2 infinite alternate ease 2s;
    animation-delay: 1s;
}

@keyframes whiteLines {
    0% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

#white-lines, #blue-lines {
    transform-box: fill-box;
    transform-origin: center;
    transform: rotate(0deg);
    animation: whiteLines infinite alternate ease 2.5s;
}

#notre-solution-container {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: -60px;
    margin-left: -80px;
    margin-bottom: -20px;
}

#home-devices {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

#home-devices img {
    object-fit: contain;
}

#home-devices #home-computer-container {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: fit-content;
}

#home-devices #home-computer-container img {
    height: 410px;
    width: auto;
}

#home-devices #home-computer-container picture:not(:first-child) img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@keyframes homeComputerCard1 {
    0% {
        opacity: 1;
        transform: translateY(0%);
    }
    60% {
        opacity: 1;
        transform: translateY(0%);
    }
    65% {
        opacity: 0;
        transform: translateY(0%);
    }
    80% {
        opacity: 0;
        transform: translateY(-5%);
    }
    85% {
        opacity: 1;
        transform: translateY(0%);
    }
}

#home-devices #home-computer-container picture:nth-child(2) img {
    animation: homeComputerCard1 8s ease infinite;
}

@keyframes homeComputerCard2 {
    0% {
        opacity: 1;
        transform: translateY(0%);
    }
    60% {
        opacity: 1;
        transform: translateY(0%);
    }
    65% {
        opacity: 0;
        transform: translateY(0%);
    }
    85% {
        opacity: 0;
        transform: translateY(-5%);
    }
    90% {
        opacity: 1;
        transform: translateY(0%);
    }
}

#home-devices #home-computer-container picture:nth-child(3) img {
    animation: homeComputerCard2 8s ease infinite;
}

@keyframes homeComputerCard3 {
    0% {
        opacity: 1;
        transform: translateY(0%);
    }
    60% {
        opacity: 1;
        transform: translateY(0%);
    }
    65% {
        opacity: 0;
        transform: translateY(0%);
    }
    90% {
        opacity: 0;
        transform: translateY(-5%);
    }
    95% {
        opacity: 1;
        transform: translateY(0%);
    }
}

#home-devices #home-computer-container picture:nth-child(4) img {
    animation: homeComputerCard3 8s ease infinite;
}

#home-devices picture:nth-child(2) img {
    height: 130px;
    width: auto;
    margin-bottom: 48px;
    margin-left: -175px;
    position: relative;
}

#home-devices picture:nth-child(3) img {
    height: 90px;
    width: auto;
    margin-bottom: 50px;
    margin-left: -262px;
    position: relative;
}

#notre-solution {
    width: 440px;
    margin-bottom: 110px;
    margin-left: -130px;
    position: relative;
    z-index: 1;
}

#notre-solution > div:first-child {
    color: #00284D;
    padding: 0 0 12px 125px;
    font-family: Qualy, sans-serif;
    font-size: 22px;
}

#notre-solution > div:last-child {
    background-color: #00284D;
    color: white;
    font-family: Qualy, sans-serif;
    padding: 22px 0 22px 125px;
    font-size: 38px;
    border-radius: 0 8px 8px 0;
    line-height: 46px;
}

#notre-solution > div:last-child span {
    color: #0091EA;
    margin-right: 10px;
}