﻿/* Style for Flex Container */
#id-b6f1616796f1550618f007d7b5d86221 > .dexter-FlexContainer-Items {
    min-height: 10px;
}

#id-b6f1616796f1550618f007d7b5d86221 > .dexter-FlexContainer-Items > *:nth-child(1) {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    min-height: auto;
}

#id-b6f1616796f1550618f007d7b5d86221 {
    background-image: url(https://cc-prod.scene7.com/is/image/CCProdAuthor/rainbow-mobile@2x?wid=360);
    background-size: cover;
    background-position: 50% 50%;
}

#id-b6f1616796f1550618f007d7b5d86221.dexter-LazyImage {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNjAiIGhlaWdodD0iMTAiPjxyZWN0IHdpZHRoPSIzNjAiIGhlaWdodD0iMTAiIGZpbGwtb3BhY2l0eT0iMCIgLz48L3N2Zz4=);
    background-size: cover;
    background-position: 50% 50%;
}

@media screen and (min-width: 600px) {
    #id-b6f1616796f1550618f007d7b5d86221 {
        background-image: url(https://cc-prod.scene7.com/is/image/CCProdAuthor/rainbow-tablet@2x?wid=768);
        background-size: cover;
        background-position: 50% 50%;
    }

    #id-b6f1616796f1550618f007d7b5d86221.dexter-LazyImage {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NjgiIGhlaWdodD0iMTAiPjxyZWN0IHdpZHRoPSI3NjgiIGhlaWdodD0iMTAiIGZpbGwtb3BhY2l0eT0iMCIgLz48L3N2Zz4=);
        background-size: cover;
        background-position: 50% 50%;
    }
}

@media screen and (min-width: 1200px) {
    #id-b6f1616796f1550618f007d7b5d86221 {
        background-image: url(https://cc-prod.scene7.com/is/image/CCProdAuthor/rainbow-desktop@2x?wid=1920);
        background-size: cover;
        background-position: 50% 50%;
    }

    #id-b6f1616796f1550618f007d7b5d86221.dexter-LazyImage {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjEwIj48cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMCIgZmlsbC1vcGFjaXR5PSIwIiAvPjwvc3ZnPg==);
        background-size: cover;
        background-position: 50% 50%;
    }

    #id-8581b8215cf038a509562de15aa622b5 {
        height: 10px;
    }
}

/* Footer Styles */
.footer {
    position: relative;
    background: #5F41FB;
    padding: 5px;
    margin-top: 100px;
}

.social-icon,
.menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
    list-style: none;
}

.social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

.social-icon__link:hover {
    transform: translateY(-10px);
}

.linksinfooter a {
    display: block;
    color: yellow;
    font-weight: bold;
}

.footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
}

/* Waves Animation */
.wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../../Future_ImagesWeb/SeaWaves.png");
    background-size: 1000px 100px;
}

.wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animatefooter 4s linear infinite !important;
}

.wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animatefooter 3s linear infinite;
}

@keyframes animateWaves {
    0% {
        background-position-x: 1000px;
    }

    100% {
        background-position-x: 0px;
    }
}

@keyframes animatefooter {
    0% {
        background-position-x: -1000px;
    }

    100% {
        background-position-x: 0px;
    }
}
