.head-up-packages{
    margin: 0;
    padding: 1% 0 0 0 ;
    height: 100%;
    background-color: #FFECF8;
    background-image:url("/upload/static/packages-bg-center.png") ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 60% 70%;
}
.packages-new-h1{
    color: #FF5555;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-align: center;

}
.p-deatail-packages-header{
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #000000CC;

}


.packages-card{
    background-color: #FFF;
    border-radius: 20px;
    width: 90%;
    margin: auto;

}

.img-title-package{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 280px !important;
    width: 100%;
    border-radius: 20px;
    margin: auto;
}
.img-title-package p {
    color: #FFF;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 20px !important;
    padding-bottom: 10px;
}
.top-section-packages h2{
    color: #FF5555;
    margin-top: 10%;
}
.packages-card span{
    font-size: 20px;
    text-align: center;

}
.packages-card span del{
    color: #FF5555;
}

.packages-card a{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    color: #FFF;
    width: 90%;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;

}

@media screen and (max-width:992px) {
    .top-section-packages{
        padding: 0 !important;
        margin: 0 !important;
    }
    .top-section-packages h1{
        font-size: 24px;
    }
    .top-section-packages p{
        font-size: 16px;
    }
    .packages-card{
        width: 100% !important;
        padding: 3% !important;
    }

    .img-title-package{
        height: 200px !important;
    }
    .img-title-package p{
        font-size: 14px !important;
    }



}


/*.swiper{*/
/*    max-width: 100% !important;*/
/*}*/
.img-type-package {
    width: 100%;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.package-package{
    background-image: url("/upload/static/packages-package.png");
}
.package-package a{
    color: #8C00FF ;

}
.package-tarkibi{
    background-image: url("/upload/static/package-tarkibi.png");
}
.package-tarkibi a{
    color: #FF0066 ;

}
.package-dore{
    background-image: url("/upload/static/package-dore.png");
}
.package-dore a{
    color: #FF4E28 ;

}

.img-type-package a{
    position: absolute;
    bottom: 10%;
    font-weight: 600;
    border-radius: 15px;
    gap: 20px;
}
.img-type-package a i{
    font-weight: 600 !important;
}



.red-text-package{
    color: #FF0066;
}
.text-des-4-type{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    color: dimgray;
    line-height: 1.4;
}


@media screen and (max-width: 992px) {
    .img-type-package{
        height: 190px;
    }
    .text-des-4-type{
        font-size: 18px;
    }

    .col-4-types-des{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.a-type-diet-package img{
    width: 100%;
    height: auto;
    border-radius: 23px;
}