#eai-tamplate .package__type h1{
    color: #2ABB9C;
    font-size: 38px;
    font-weight: 900;
    line-height: 36px; 
    margin-top: 40px;
    margin-bottom: 15px;
}
#eai-tamplate .package__type p{
    color: #040404;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 80px;
}
#eai-tamplate .icon-1-img {
    position: absolute;
    top: 16px;
    right: -42px;
}
#eai-tamplate .icon-2-img {
    position: absolute;
    top: 14%;
    left: -5px;
    transform: translateY(14%);
}
#eai-tamplate .icon-3-img {
    position: absolute;
    bottom: -12px;
    right: -20%;
    transform: translateX(20%);
}
#eai-tamplate .package__type-img-text {
    position: absolute;
    border-radius: 40px;
    background: rgba(210, 142, 112, 0.70);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 238px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 53px;
    top: 40%;
    transform: translate(20% ,40%);
    right: -20%;
    z-index: 9;
    text-align: center;
}
#eai-tamplate .icon-1-img::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342' height='318' viewBox='0 0 342 318' fill='none'%3E%3Crect x='65.6548' y='-17.3709' width='308.075' height='271' rx='69.5' transform='rotate(17.8402 65.6548 -17.3709)' stroke='white'/%3E%3C/svg%3E");
}
#eai-tamplate .icon-2-img::after{
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='29' viewBox='0 0 30 29' fill='none'%3E%3Crect x='6.31887' y='-1.37086' width='26.3987' height='25.1032' rx='9.5' transform='rotate(17.8402 6.31887 -1.37086)' stroke='white'/%3E%3C/svg%3E");
}
#eai-tamplate .icon-3-img::after{
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='32' viewBox='0 0 62 32' fill='none'%3E%3Cpath d='M60.7676 31.5L60.7676 23.997C60.7676 17.0489 56.2834 10.895 49.6694 8.76637L27.9488 1.77586C19.6929 -0.881218 10.8232 3.52325 7.95029 11.7066L1.00093 31.5018' stroke='white'/%3E%3C/svg%3E");
}
#eai-tamplate .package__type-item{
    border-radius: 90px;
    background: linear-gradient(90deg, #F0CBB8 0%, #D58B6A 94%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 70px 0px 77px;
    margin-bottom: 36px;
}
#eai-tamplate .package__type-img{
    width: 100%;
    max-width: 296px;
    min-height: 350px;
    position: relative;
}
#eai-tamplate .package__type-img img{
    width: 100%;
    height: 100%;
    min-height: 350px;
    z-index: 1;
    position: relative;
    object-fit: cover;
}
#eai-tamplate .package__type-item-info{
    width: 53.9%;
}
#eai-tamplate .package__type-img-box {
    width: 43%;
    display: flex;
    justify-content: end;
    margin-right: 115px;
}
#eai-tamplate .package__type-item-info h2{
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 14px;
    position: relative;
    margin-bottom: 70px;
}
#eai-tamplate .package__type-item-info h2 span{
    position: relative;
    z-index: 2;
}
#eai-tamplate .package__type-item-info h2 span::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 127px;
    height: 22px;
    background-color: #BA7A5E;
    right: 15.5%;
    transform: translateX(15.5%);
    z-index: -1;
}
#eai-tamplate .package__type-item-info .description{
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 24px;
}
#eai-tamplate .package__type-item-price{
    display: flex;
    justify-content: end;
    align-items: center;
}
#eai-tamplate .package__type-item-real-price{
    position: relative;
    margin-left: 27px;
}
#eai-tamplate .package__type-item-real-price span{
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
#eai-tamplate .package__type-item-real-price p{
    color: rgba(255, 255, 255, 0.60);
    font-size: 34px;
    font-weight: 800;
    line-height: 26px;
    text-align: center;
}
#eai-tamplate .package__type-item-real-price::after {
    width: 100%;
    height: 1px;
    content: '';
    border-top: 1px solid #E0E0E0;
    transform: rotate(-45deg) translateY(50%);
    position: absolute;
    top: 50%;
}
#eai-tamplate .package__type-item-discount-price span {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}
#eai-tamplate .package__type-item-discount-price{
    margin-left: 43px;
}
#eai-tamplate .package__type-item-discount-price p{
    color: #FFF;
    font-size: 34px;
    font-weight: 800;
    line-height: 26px;
    text-align: center;
}
#eai-tamplate .icon-see-package{
    line-height: 0;
    padding: 5px 11px;
    background-color: #DA9779;
    border-radius: 80px;
    display: inline-block;
    margin-right: 12px;
}
#eai-tamplate .icon-see-package::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cpath d='M7.76362 6.9082L3.7168 10.955L7.76362 15.0018' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5228 10.9551H3.7168' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#eai-tamplate .package__type-item-link{
    width: 100%;
    border-radius: 80px;
    background: #FFF;
    color: #090909;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    padding: 4px 8px 4px 4px;
    justify-content: space-between;
}
#eai-tamplate .package__type-item-link:hover{
    opacity: .8;
}
#eai-tamplate .package__type-item-link-box{
    width: max-content;
}
#eai-tamplate .package__type-item-2{
    background: linear-gradient(90deg, #47B2C9 0%, #228AA1 67%);
}
#eai-tamplate .package__type-item-info-2 h2 span::after {
    background-color: #079EBE;
}
#eai-tamplate .package__type-img-text-2 {
    background: rgba(29, 105, 129, 0.70);
}
#eai-tamplate .icon-see-package-2{
    background: #258EA4;
}
#eai-tamplate .package__type-item-3{
    background: linear-gradient(90deg, #2994AB 0%, #1FAAC8 100%);
}
#eai-tamplate .package__type-item-info-3 h2 span::after {
    background: #06B3B2;
}
#eai-tamplate .package__type-img-text-3 {
    background: rgba(1, 153, 152, 0.60);
    top: 24%;
    transform: translate(20% ,24%);
}
#eai-tamplate .icon-see-package-3{
    background: #1BABAA;
}
#eai-tamplate .package-1{
    padding-bottom: 55px;
}

@media screen and (max-width:1024px) {
    #eai-tamplate .package__type-item {
        flex-direction: column;
        padding: 0px 18px 0px 21px;
        margin-bottom: 46px;
        border-radius: 38px;
        padding-top: 18px;
    }
    #eai-tamplate .package__type-item-info {
        order: 2;
    }
    #eai-tamplate .package__type-img-box {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
    #eai-tamplate .package__type-item-info {
        width: 100%;
    }
    #eai-tamplate .package__type-img {
        min-height: 243px;
    }
    #eai-tamplate .package__type-img img {
        min-height: 243px;
    }
    #eai-tamplate .icon-1-img::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='210' viewBox='0 0 227 210' fill='none'%3E%3Crect x='40.6333' y='-17.3709' width='213.71' height='187.954' rx='69.5' transform='rotate(17.8402 40.6333 -17.3709)' stroke='white'/%3E%3C/svg%3E");
    }
    #eai-tamplate .icon-1-img {
        top: 16px;
        right: -25px;
    }
    #eai-tamplate .icon-2-img::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Crect x='3.63332' y='-1.21461' width='18.0335' height='17.1335' rx='8.56677' transform='rotate(17.8402 3.63332 -1.21461)' stroke='white'/%3E%3C/svg%3E");
    }
    #eai-tamplate .icon-3-img::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='52' viewBox='0 0 29 52' fill='none'%3E%3Cpath d='M28 1.32422L10.2929 9.49988C4.62768 12.1156 0.999999 17.7863 0.999999 24.0262L0.999999 35.0311C1 43.7047 7.91108 50.7989 16.5817 51.0256L28 51.3242' stroke='white'/%3E%3C/svg%3E");
    }
    #eai-tamplate .icon-3-img {
        bottom: 6px;
        right: -27%;
        transform: translateX(27%);
    }
    #eai-tamplate .package__type-img-text {
        max-width: 200px;
        font-size: 14px;
        line-height: 44px;
        transform: translate(12% ,40%);
        right: -12%;
    }
    #eai-tamplate .package__type-item-info h2 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 16px;
        margin-top: 20px;
        text-align: center;
    }
    #eai-tamplate .package__type-item-info h2 span::after {
        bottom: -2px;
        width: 80px;
        height: 22px;
        right: 63.5%;
        transform: translateX(63.5%);
    }
    #eai-tamplate .package__type-item-info .description {
        font-size: 14px;
        line-height: 19px;
    }
    #eai-tamplate .package__type-item-price {
        display: flex;
        flex-direction: column;
    }
    #eai-tamplate .package__type-item-discount-price {
        margin-left: 0px;
    }
    #eai-tamplate .package__type-price-box {
        margin-bottom: 0px;
    }
    #eai-tamplate .package__type-item-link-box {
        max-width: 100%;
        margin-bottom: 20px;
    }
    #eai-tamplate .package__type-item-discount-price {
        margin-bottom: 32px;
    }
    #eai-tamplate .package__type-item-real-price p {
        font-size: 28px;
    }
    #eai-tamplate .package__type-item-real-price span {
        color: rgba(255, 255, 255, 0.60);
        font-size: 14px;
    }
    #eai-tamplate .package__type-item-discount-price p {
        font-size: 30px;
    }
    #eai-tamplate .package__type-item-discount-price span {
        font-size: 14px;
    }
    #eai-tamplate .package__type-item-real-price::after {
        transform: rotate(-45deg) translateY(33%);
        top: 33%;
    }
    #eai-tamplate .package__type h1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 18px;
        text-align: center;
    }
    #eai-tamplate .package__type p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
        text-align: justify;
    }
}

@media screen and (max-width:350px) {
    #eai-tamplate .package__type-img-text {
        transform: translate(0% ,40%);
        right: 0%;
    }
}
@media screen and (max-width:470px) {
    #eai-tamplate .package__type-img-text {
        transform: translate(-2% ,40%);
        right: -6%;
    }
}