.programs-holiday__wrapper{
    padding-top: 170px;
    padding-bottom: 60px;
    position: relative;
}
.programs-holiday__items{
    margin-top: 60px;
}
.programs-holiday__item{
    padding-top: 80px;
    background-color: #AA81ED;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}
.programs-holiday__item:nth-child(2){
    background-color: #488881;
}
.programs-holiday__item:nth-child(3){
    background-color: #74B959;
}
.programs-holiday__item:nth-child(4){
    background-color: #2699D6;
}
.programs-holiday__item:nth-child(5){
    background-color: #F088B6;
}
.programs-holiday__item:not(:last-child){
    margin-bottom: 60px;
}
.programs-holiday__item-top{
    display: flex;
    align-items: center;
    padding-left: 50px;
    position: relative;

}
.programs-holiday__item-top img{
    margin-right: 50px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    z-index: 10;
}
.programs-holiday__item-top:before{
    content: '';
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
}
.programs-holiday__item-top h3{
    font-family: 'Balsamiq Sans', cursive;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #AA81ED;
    z-index: 10;
}
.programs-holiday__item:nth-child(2) .programs-holiday__item-top h3{
    color: #488881;
}
.programs-holiday__item:nth-child(3) .programs-holiday__item-top h3{
    color: #74B959;
}
.programs-holiday__item:nth-child(4) .programs-holiday__item-top h3{
    color: #2699D6;
}
.programs-holiday__item:nth-child(5) .programs-holiday__item-top h3{
    color: #F088B6;
}
.programs-holiday__item-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(../images/png/programs-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    box-sizing: border-box;
}
.programs-holiday__item-full{
    padding: 30px 50px 60px;
    width: 100%;
}
.programs-holiday__item-full div{
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.programs-holiday__item-full ul{
    margin-bottom: 15px;
    max-width: 476px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.programs-holiday__item-full ul li {
    max-width: 310px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: .5s;
}
.programs-holiday__item-full ul li:hover{
 margin-left: 5px;
}
.programs-holiday__item-full ul li:nth-child(3){
    width: 100%;
    margin-top: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.programs-holiday__item-left,
.programs-holiday__item-right{
    max-width: 50%;
    width: 100%;
    padding: 40px 50px 60px;
    box-sizing: border-box;
}
.programs-holiday__item-left ul,
.programs-holiday__item-right ul{
    max-width: 476px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.programs-holiday__item-left ul:not(:last-child),
.programs-holiday__item-right ul:not(:last-child){
    margin-bottom: 15px;
}

.programs-holiday__item-left ul li,
.programs-holiday__item-right ul li
{
    width: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: .5s;
}

.programs-holiday__item-left li:nth-child(2),
.programs-holiday__item-right li:nth-child(2)
{
    text-align: right;
}
.programs-holiday__item-left li:nth-child(3){
    margin-top: 5px;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #FFFFFF;
}
.programs-holiday__item-right.img-on{
    max-width: 500px;
    width: 100%;
    margin-top: -20px;
    padding: 0;
}
.programs-holiday__item-right.img-on img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.collect-holiday__background{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -10;
}
/* == celebration == */
.celebration__wrapper{
    padding-bottom: 120px;
}
.celebration__items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.celebration__item{
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    background-color: #AA81ED;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    background-image: url('../images/png/cost-background-1.png');
    background-position: 30% 100%;
    background-repeat: no-repeat;
    background-size: 300%;
    transition: .5s;
}
.celebration__item:hover{
    /*background-position: 22% 100%;*/
    background-size: 320%;
}
.celebration__item:nth-child(2n){
    background-color: #488881;
}
.celebration__item:nth-child(3n){
    background-color: #74B959;
}
.celebration__item:nth-child(4n){
    background-color: #2699D6;
}
.celebration__item:nth-child(5n){
    background-color: #F088B6;
}
.celebration__item:nth-child(6n){
    background-color: #AA81ED;
}
.celebration__title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.celebration__subtitle{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
.celebration__center{
    margin-top: 30px;
    margin-bottom: 30px;
}

.celebration__center h2{
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.celebration__center h3{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
.celebration__bottom{
    margin-top: auto;
    font-family: 'Balsamiq Sans', cursive;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
    .programs-holiday__item-top{
        padding-left: 20px;
    }
    .programs-holiday__item-top img {
        margin-right: 30px;
    }
    .programs-holiday__item-top h3{
        font-size: 18px;
        line-height: 28px;
    }
    .programs-holiday__item-left, .programs-holiday__item-right{
        max-width: 100%;
        padding: 20px;
    }
    .programs-holiday__item-left ul li, .programs-holiday__item-right ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .programs-holiday__item-right img{
        display: block;
        width: 100%;
    }
    .programs-holiday__item-full div{
        flex-wrap: wrap;
    }
    .programs-holiday__item-right.img-on{
        margin-top: 0;
    }
    .programs-holiday__item{
        overflow: hidden;
    }
    .programs-holiday__item-full ul li{
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }
    .celebration__items{
        grid-template-columns: 1fr;
    }
}

