body {
    width: 100%;
    top: 0;
    left: 0;
    background-color: #dff3f1;
}

.titleWrapper {
    background-image: url("../assets/images/banner-bg-1.jpg");
}

.discountDetailWrapper {
    width: 100%;
    max-width: 1550px;
    padding: 60px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.discountIntroContainer {
    width: 100%;
    max-width: 1530px;
    display: flex;
    align-items: center;
    gap: 50px;
}


.discountIntroContainer img {
    width: 210px;
    aspect-ratio: 1/1;
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
}

.discountIntroContainer .catItemInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.discountIntroContainer .catItemInfo .catItemText {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.discountIntroContainer .catItemInfo .catItemText h2 {
    font-size: 1.5rem;
}

.discountIntroContainer .catItemInfo .catItemText h1 {
    font-size: 2.3rem;
    color: #3c9289;
}

.discountBanner {
    width: 100%;
    height: 100%;
}

.discountBanner img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.discountInfoWrapper,
.discountContactWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.discountInfoWrapper h4 {
    line-height: 1.6;
    font-weight: 400;
}

.discountInfoWrapper .title {
    font-weight: 700;
}

.discountInfoWrapper p {
    font-size: 1.15rem;
}

.contactContainer {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    gap: 15px;
}

.contactItem {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 35px;
    color: #000;
    background-color: #f2fcfb;
    border-radius: 20px;
    text-decoration: none;
    gap: 10px;
}

.contactItem:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 3px 3px 3px #c5eae3;
}

.contactItem img {
    height: 25px;
    margin-top: 3px;
    aspect-ratio: 1/1;
}

.discoutLinkBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discountLink {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discountLink a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 10px 25px;
    color: #fff;
    background-color: #5dc1b5;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 3px 3px 3px #c5eae3;
}

.discountLink a h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.discountLink img {
    width: 15px;
    aspect-ratio: 1/1;
}

.discountLink a svg {
    fill: #fff;
    padding: 5px;
}

.discountLink a:hover {
    background-image: linear-gradient(to right, #71d6e0, #6faea5);
}

.backLinkWrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    border-top: 3px solid #cbeee7;
}

.backLinkBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.backLink {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.backLink a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px 8px 12px;
    background-color: #fff;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 3px 3px 3px #c5eae3;
}

.backLink a h5 {
    font-size: 20px;
    font-weight: 500;
    color: #5dc1b5;
}

.backLink img {
    width: 15px;
    aspect-ratio: 1/1;
}

.backLink a span {
    color: #5dc1b5;
}

.backLink a:hover {
    background-color: #5dc1b5;
}

.backLink a:hover h5,
.backLink a:hover span {
    color: #fff;
}

@media only screen and (max-width:768px) {

    .titleWrapper {
        background-image: url("../assets/images/banner-bg-1-m.jpg");
    }

    .discountDetailWrapper {
        padding: 30px 20px 20px 20px;
        gap: 30px;
    }

    .discountIntroContainer {
        gap: 20px;
    }

    .discountIntroContainer img {
        width: 95px;
        padding: 10px;
        border-radius: 25px;
    }

    .discountIntroContainer .catItemInfo .catItemText {
        gap: 0;
    }

    .discountIntroContainer .catItemInfo .catItemText h2 {
        font-size: 20px;
    }

    .discountIntroContainer .catItemInfo .catItemText h1 {
        font-size: 25px;
    }

    .discountBanner img {
        border-radius: 20px;
    }

    .contactItem {
        padding: 30px 0;
        width: 50%;
    }

    .contactItem img {
        height: 16px;
    }

    .discountLink {
        width: 170px;
    }

    .discountLink a {
        padding: 8px 9px 8px 19px;
        border-radius: 20px;
    }

    .discountLink a h5 {
        font-size: 15px;
    }

    .contactContainer {
        padding: 20px 0 0 0;
    }

    .categoryContainer .categoryItem .catItemInfo .discountLink a h5 {
        font-size: 15px;
    }

    .backLink {
        width: 110px;
    }

    .backLink a {
        padding: 5px 13px 5px 7px;
        border-radius: 20px;
    }

    .backLink a span {
        font-size: 19px;
    }

    .backLink a h5 {
        font-size: 13px;
    }
}