body {
    background-color: #fff;
}

.sticky {
    min-height: 80px;
    width: 100%;
    background-color: #f8f5f5;
    border-bottom: 3px solid #C53C18;
}

.form-section {
    min-height: 100vh;
}

.bottom-cover {
    position: absolute;
    z-index: -3;
    height: 200px;
    width: 100%;
    bottom: 0;
}

section {
    position: relative;
}

.text-theme-primary {
    color: #ffa07a;
}

.text-theme-secondary {
    color: #ff8c00;
}

.card-form {
    border: 6px dashed #ff8c00;
    border-radius: 0;
}

.bg-theme-primary {
    background-color: #ffdab9;
}

.bg-theme-secondary {
    background-color: white;
}

.btn-theme {
    border: none;
    background: linear-gradient(to bottom, #ff8c00 0, #ff8c00 100%) no-repeat;
    font-weight: bold;
    color: white;
    width: 100%;
}

.btn-theme:hover {
    box-shadow: 0 10px 15px 0 rgba(240, 115, 115, 0.7);
    transform: translateY(-5px);
    transition: transform 0.3s, box-shadow 0.3s;
}

.header-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    /* color: #e72819; */
}

.header-info .t {
    text-shadow: none;
    /* background: linear-gradient(to top, #ff8c00 0%, #ffb347 100%); */
    background: #221212;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.header-product {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-product img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-top {
    position: relative;
    width: 100%;
    height: 400px;
}

.form-top .product {
    position: absolute;
    height: 100%;
    z-index: 2;
}

.form-top .off {
    position: absolute;
    z-index: 2;
    left: -40px;
    width: 170px;
    height: 170px;
    bottom: -50px;
    animation: beat 3s infinite ease-in-out alternate;
}

.form-top .duston-img-top {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* box-shadow: 0 4px 15px rgb(0 0 0 / 35%); */
    /* border-radius: 120px 0 0 340px; */
}

.how-img-container {
    width: 150px;
    height: 150px;
    padding: 30px;
    margin: 0 auto;
    border: 3px solid #C53C18;
    background-color: #f5fbff;
    position: relative;
}

.how-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.work-img {
    margin-bottom: 20px;
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.step-how {
    width: 30px;
    height: 30px;
    background-color: white;
    position: absolute;
    bottom: -15px;
    left: 57.5px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-bottom .opacity-div,
.form-bottom .bg-form {
    bottom: 0;
}

.bg-form {
    position: absolute;
    bottom: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(ellipse farthest-side at top, transparent 0%, #fff 100%), linear-gradient(44deg, rgb(249 139 2 / 30%) 0, rgba(255, 174, 182, 0.43) 100%); */
    background: #FFEDDF;
    background-position: bottom;
    background-size: cover;
}

.bg-form-top {
    top: 0;
    bottom: unset;
    height: 300%;
}

@media (max-width:350px) {
    .stars-rate {
        width: 100%;
        justify-content: flex-start;
    }

    .btnform {
        width: 7rem !important;
    }
}


@media (min-width:600px) {
    .desk-size {
        font-size: 18px !important;
    }
}


@media (max-width:600px) {
    .list {
        font-size: 16px;
    }

    .header-product img {
        padding: 20px 0;
        height: 300px;
    }
}

.card-icon {
    text-shadow: none;
    background-color: #fadeccfd;
    /* color: #e72819; */
    border-radius: 10px;
}

.card-img-top {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: contain;
    margin: auto;
}

.popup {
    background-color: #A4542E;
    width: 90%;
    z-index: 2;
    position: relative;
    margin: auto;
    line-height: 1;
    padding: 10px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.rect {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    top: -10px;
    z-index: -1;
    background-color: #A4542E;
    transform: rotate(45deg);
}

@keyframes beat {
    0% {
        transform: scale(1.0)
    }

    30% {
        transform: scale(1.0)
    }

    40% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1.0)
    }

    60% {
        transform: scale(1.1)
    }

    70% {
        transform: scale(1.0)
    }

    100% {
        transform: scale(1.0)
    }
}

.htu {
    position: relative;
}

.htu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1;
}

.ingredient-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}


.list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.list li {
    padding-left: 24px;
    position: relative;
}

.list li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: -5px;
    top: 6px;
    background: url('../images/check.png') no-repeat;
    background-position: center;
    background-color: #ff8c00;
    border-radius: 50%;
    background-size: 10px 10px;
}