@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}


#sponsor {
    padding: 60px 0;
    position: relative;
}
#sponsor .sponsor {
    position: relative;
    z-index: 100;
}
#sponsor .background-wrapper {
    position: absolute;

    width: 100%;
    height: 100%;
    overflow: hidden;
}


#sponsor .background-wrapper .bg-1 {
    width: 300px;
    height: 300px;
    position: absolute;

    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 10s infinite;
    overflow: hidden;
    bottom: -60px;
    left: -200px;

}


#sponsor .background-wrapper .bg-2 {
    width: 200px;
    height: 200px;
    position: absolute;
    transform: rotate(180deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 10s infinite;
    overflow: hidden;
    left: 0;
    bottom: -100px;
}

#sponsor .background-wrapper .bg-3 {
    width: 300px;
    height: 300px;
    position: absolute;
    transform: rotate(180deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 10s infinite;
    overflow: hidden;
    bottom: -180px;
    right: 250px;
}

#sponsor .background-wrapper .bg-4 {
    width: 300px;
    height: 300px;
    position: absolute;

    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 10s infinite;
    overflow: hidden;
    bottom: -200px;
    right: 30px;
}

#sponsor .background-wrapper .bg-5 {
    width: 600px;
    height: 600px;
    position: absolute;
    transform: rotate(180deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 10s infinite;
    overflow: hidden;
    bottom: -100px;
    right: -130px;
}


#sponsor .sponsor .title {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: #935932;
    margin-bottom: 55px;

}


#sponsor .row .bg-wrapper {
    position: relative;
    background: url(/wp-content/themes/blocksy-child/assets/images/pink-bg.png) top left no-repeat;
    background-size: contain;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: left;
}


#sponsor .row .bg-wrapper .img-wrapper img {
    position: absolute;
    top: 280px;
}

#sponsor .row .text-wrapper {
    max-width: 650px;
}

#sponsor .row .text-wrapper h6 {

    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;

}


#sponsor .row .sponsor-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#sponsor .row .sponsor-wrapper .col-md-3{
    padding-right:45px;
}
#sponsor .row .sponsor-wrapper .question {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #333;
}

#sponsor .row .sponsor-wrapper .described {
    width: 64%;
    padding: 20px 120px 20px 0;
    border-top: 1px solid #333;
    font-size: 20px;
}

#sponsor .row .sponsor-wrapper .question > p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #171717;

}


#sponsor .row .sponsor-wrapper .described > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #4D4D4D;

}

#sponsor .row .temporary-btn {
    font-size: 22px;
    font-weight: 600;
    background: #bd713f;
    border-radius: 30px;
    color: #FAFAFA;
    padding: 8px 20px;
    margin-right: 20px;
    cursor: pointer;
    transition: all .3s;
}

#sponsor .row .temporary-btn:hover {
    background: #dc8c58;
}

#sponsor .row .regularly-btn {
    font-size: 22px;
    font-weight: 600;
    background: #935932;
    border-radius: 30px;
    color: #FAFAFA;
    padding: 8px 20px;
    cursor: pointer;
    transition: all .3s;
}
#sponsor .row .regularly-btn:hover {
    background: #bd713f;
}


@media (max-width: 1000px) {

    #sponsor .sponsor .title {
        font-size: 18px;
    }

    #sponsor .row .text-wrapper h5 {
        font-size: 20px;
    }

    #sponsor .row .text-wrapper h6 {
        font-size: 18px;
    }

    #sponsor .row .bg-wrapper .img-wrapper img {
        top: 150px;
    }

    #sponsor .row .sponsor-wrapper .col-md-3{
        padding-right: 15px;
    }

    #sponsor .row .sponsor-wrapper .question > p {
        font-size: 20px;
    }

    #sponsor .row .sponsor-wrapper .question {
        text-align: left;

    }


    #sponsor .row .sponsor-wrapper .described {
        text-align: left;
        word-break: keep-all;
    }

    #sponsor .row .sponsor-wrapper .described {
        font-size: 18px;
        padding: 20px 30px 40px 0;
    }

    #sponsor .row .sponsor-wrapper .described > p {
        font-size: 18px;
    }

    #sponsor .row .temporary-btn {
        margin-bottom: 20px;
        margin-right: 0;
        font-size: 15px;
    }
    #sponsor .row  .regularly-btn {
        font-size: 15px;
    }

    #sponsor .sponsor-background-wrapper .bg-1 {
        width: 300px;
        height: 300px;
        position: absolute;

        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        bottom: -120px;
        left: -200px;

    }


    #sponsor .sponsor-background-wrapper .bg-2 {
        width: 200px;
        height: 200px;
        position: absolute;
        transform: rotate(180deg);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        left: -50px;
        bottom: -120px;
    }

    #sponsor .sponsor-background-wrapper .bg-3 {
        width: 300px;
        height: 300px;
        position: absolute;
        transform: rotate(180deg);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        bottom: -250px;
        right: 250px;
    }

    #sponsor .sponsor-background-wrapper .bg-4 {
        width: 300px;
        height: 300px;
        position: absolute;

        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        bottom: -250px;
        right: 30px;
    }

    #sponsor .sponsor-background-wrapper .bg-5 {
        width: 300px;
        height: 300px;
        position: absolute;
        transform: rotate(180deg);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        bottom: -180px;
        right: -150px;
    }


}

@media (max-width: 767px) {
    #sponsor .sponsor .title {
        text-align: left;
    }

    #sponsor .row .bg-wrapper {
        margin-bottom: 100px;
    }

    #sponsor .row .bg-wrapper .img-wrapper img {
        position: relative;
        top: 50px;
        left: 50%;
        width: 75%;
        height: auto;
        transform: translatex(-50%);
        padding-top: 300px
    }

    #sponsor .row .sponsor-wrapper .described .temporary-btn {
        margin-right: 0;
    }

    #sponsor .row .sponsor-wrapper .question {
        text-align: left;

    }

    #sponsor .row .sponsor-wrapper .described {
        text-align: left;
        word-break: keep-all;
    }

    #sponsor .sponsor-background-wrapper .bg-1 {
        width: 300px;
        height: 300px;
        position: absolute;

        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        bottom: -100px;
        left: -270px;

    }


    #sponsor .sponsor-background-wrapper .bg-2 {
        width: 200px;
        height: 200px;
        position: absolute;
        transform: rotate(180deg);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        left: -100px;
        bottom: -150px;
    }

    #sponsor .sponsor-background-wrapper .bg-3 {
        width: 300px;
        height: 300px;
        position: absolute;
        transform: rotate(180deg);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        bottom: -280px;
        right: 50px;
    }

    #sponsor .sponsor-background-wrapper .bg-4 {
        width: 300px;
        height: 300px;
        position: absolute;

        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        bottom: -260px;
        right: -50px;
    }

    #sponsor .sponsor-background-wrapper .bg-5 {
        width: 300px;
        height: 300px;
        position: absolute;
        transform: rotate(180deg);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: morphing 10s infinite;
        overflow: hidden;
        bottom: -120px;
        right: -250px;
    }



}
