html {
    scroll-behavior: smooth;
}

/*================== SALES NEW ======================*/

.sales-discount-per {
    /* margin: 20px 0; */
    /* padding: 30px 0; */
}

.sales-discount-per .img {
    border-radius: 10px;
    padding: 20px;
    background: radial-gradient(#00e9ff, #0000008c);
    box-shadow: 0 0 14px;
}

.sales-discount-per .img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.sales-discount-per .img-bg img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.sales-discount-per .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}

.sales-discount-per .info {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.sales-discount-per .price,
.sales-discount-per .text {
    font-size: 34px;
    color: #000;
}

.sales-discount-per .price {
    font-size: 34px;
    color: #000;
    font-weight: 700;
}

.sales-discount-per .price.line {
    position: relative;
}

.sales-discount-per .price.line:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #b02221;
    top: 50%;
    transform: translateY(-50%);
}

.sales-order {
    text-align: center;
}

.sales-order h1 {
    font-weight: 700;
}

.sales-order button {
    text-align: center;
    padding: 6px 9px;
    background: linear-gradient(69deg, #10c02d 14%, #56f470 100%);
    color: white;
    border-radius: 14px;
    border: 1px solid #56f470;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0;
    outline: none;
}

.sales-discount-per .title {
    margin: 0 auto 40px;
    font-weight: 700;
    text-align: center;
}

/* ===== Deadline Timer ===== */

.timer {
    text-align: center;
    margin: 20px 0;
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 5px;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 19px;
    background: #1e1d1d;
    display: inline-block;
}

#clockdiv div > span {
    padding: 15px;
    border-radius: 13px;
    background: #474444;
    display: inline-block;

    font-size: 56px;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .sales-discount-per .title {
        font-size: 27px;
    }

    .sales-order h1 {
        font-size: 27px;
    }
}

@media (max-width: 525px) {
    .sales-discount-per .title {
        font-size: 18px;
    }

    .sales-order h1 {
        font-size: 18px;
    }

    #clockdiv div > span {
        padding: 12px;
        font-size: 40px;
    }

    .sales-order button {
        font-size: 22px;
    }

    .smalltext {
        font-size: 13px;
    }
}

@media (max-width: 426px) {
    #clockdiv div {
        border-radius: 10px;
    }

    #clockdiv div > span {
        padding: 10px;
        font-size: 35px;
        border-radius: 8px;
    }
}

@media (max-width: 321px) {
    #clockdiv div {
        padding: 7px;
    }

    #clockdiv div > span {
        padding: 5px;
        font-size: 30px;
    }

    .smalltext {
        font-size: 11px;
    }
}

@media (max-width: 300px) {
    #clockdiv div {
        padding: 4px;
    }
}


/*================== SALES-FORM ======================*/

.p-md-5 {
    padding: 5rem !important;
}

.p-md-5 .sales-form__title {
    line-height: 1.1;
    margin-bottom: 20px;
}

.p-md-5 .sales-form__order {
    line-height: 1.1;
}

.p-md-5 .field-signupform-lang_check {
    width: 100%;
    text-align: center;
}

.p-md-5 .field-signupform-lang_check img {
    height: 200px;
    object-fit: cover;
    display: block;
    background: #ffffff;
    box-shadow: 0px 3px 16px #7c7171;
    margin: 30px 25px;
    padding: 0 12px;
}

.p-md-5 .field-signupform-lang_check .modal-radio {
    position: relative;
}

.p-md-5 .field-signupform-lang_check .title {
    position: absolute;
    font-size: 22px;
    bottom: -5px;
    left: 70px;

}

.p-md-5 .field-signupform-lang_check .check {

    margin-left: 23px;


    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 100px;
    background-color: #FFF;
    border: 2px solid #26AFFF;
    -webkit-box-shadow: 0px 0px 0px 0px #26afff inset;
    box-shadow: 0px 0px 0px 0px #26afff inset;
    -webkit-transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.p-md-5 .field-signupform-lang_check .checkbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.p-md-5 .field-signupform-lang_check .checkbox:checked ~ .check {
    border-color: #26AFFF;
    box-shadow: 0px 0px 0px 15px #26AFFF inset;
}

.p-md-5 .field-signupform-lang_check .checkbox:checked ~ .check::after {
    opacity: 1;
    transform: scale(1);
}

.p-md-5 .field-signupform-lang_check .check:after {

    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-size: 50%;
    background-image: url(http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
    -webkit-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);

}


@media (max-width: 992px) {
    .p-md-5 {
        padding: 3rem !important;
    }

    .p-md-5 .sales-form__title {
        font-size: 2rem;
    }

    .p-md-5 .sales-form__order {
        font-size: 2rem;
    }
}

@media (max-width: 425px) {
    .p-md-5 {
        padding: 2rem !important;
        margin-bottom: 20px;
    }

    .p-md-5 .sales-form__title {
        font-size: 22px;
    }

    .p-md-5 .sales-form__order {
        font-size: 22px;
    }
}


/*================== Steps ======================*/

.steps {
    background: #ffffff;
}


/*================== SLIDER PARTNERS ======================*/


.per-partners {
    padding: 90px 0 40px;
    background-color: #eee;
}

.per-partners .owl-nav {
    display: none;
}

.per-partners .owl-carousel .owl-stage {
    height: auto;
}

.per-partners .slider-body {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.per-partners .slider-body .slide-item {
    padding: 20px;
    margin: 15px;
    border-radius: 10px;

    box-shadow: 0 0 7px #00aaba;
    background-color: #fff;
}

.per-partners .slider-body .slide-item img {
    height: 80px;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 450px) {
    .per-partners {
        padding: 30px 0 15px;
    }
}


/*========= Fixing MF Bugs of Carousel-1 ==========*/

.question-carousel {
    background-size: cover;
}

.question-carousel .question-items__img {
    width: 80px !important;
}

@media (max-width: 767px) {
    .owl-carousel-1 .owl-item.active.center .question-items {
        width: 300px;
    }

    .owl-carousel-1 .owl-item.active.center .question-items__box {
        width: inherit;
    }
}

@media (max-width: 599px) {
    .owl-carousel-1 .owl-item.active.center {
        width: 360px !important;
    }
}

@media (max-width: 425px) {
    .owl-carousel-1 .owl-item.active.center .question-items {
        width: 300px;
    }

    .owl-carousel-1 .owl-item.active.center .question-items__box {
        width: inherit;
    }
}

/*========= END Fixing MF Bugs of Carousel-1 ==========*/


/*================== FOOTER ======================*/

.footer {
    position: relative;
}

.footer .footer-logo {
    height: 60px;
    margin-bottom: 20px;
}

.footer .per-social {
    margin-right: 15px;
}

.footer .per-social img {
    height: 40px;
}

.footer .per-footer-title {
    font-weight: 700;
    font-size: 21px;
    color: #000;
}

.footer .footer-social {
    padding-top: 25px;
}

@media (max-width: 425px) {
    .footer {
        text-align: center;
    }

    .footer .align-items-center {
        justify-content: center;
    }

    .footer .per-social {
        margin-right: 0 7px;
    }
}


/*================== Call Btn ======================*/

.popup-block {
    position: fixed;
    z-index: 2;
    bottom: 7%;
    right: 2.7%;
    display: block;
}

.popup-block .popup-block-btn {
    text-decoration: none;
    border-radius: 50%;
    background-color: #00aaba;
    height: 60px;
    position: relative;
    width: 60px;
    display: block;
    transition: .2s linear;
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
}

@media (max-width: 425px) {
    .popup-block .popup-block-btn {
        width: 50px;
        height: 50px;
    }
}

.popup-block .popup-block-btn svg {
    position: absolute;
    font-size: 22px;
    height: 29px;
    fill: #333;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-block .popup-block-btn:hover {
    background-color: #333;
    -webkit-box-shadow: 0 0 20px;
    box-shadow: 0 0 20px;
}

.popup-block .popup-block-btn:hover svg {
    fill: #00aaba;
}

.popup-block .popup-block-body {
    background-size: cover;
    position: absolute;
    width: 255px;
    bottom: 150%;
    right: 0;
    background: #eee;
    color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popup-block .popup-block-body.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.popup-block .popup-block-body h6 {
    padding: 10px;
    padding-right: 24px;
    border-radius: 5px 5px 0 0;
    background-color: #00aaba;
    color: #fff;
}

.popup-block .popup-block-body h6 .close-btn {
    position: absolute;
    right: 5px;
    top: -2px;
    font-size: 29px;
    color: #000;
    text-decoration: none;
}

.popup-block .popup-block-body ul {
    margin-bottom: 0;
    padding-left: 0;
    padding: 10px;
}

.popup-block .popup-block-body ul li {
    list-style: none;
}

.popup-block .popup-block-body ul .body-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
}

.popup-block .popup-block-body ul .body-icon svg {
    height: 25px;
    margin-right: 10px;
}

.popup-block .popup-block-body ul .body-icon i {
    font-size: 25px;
    margin-right: 10px;
}

.popup-block .popup-block-body ul .body-icon .fa-fw {
    width: 1em;
    text-align: left;
}

.popup-block .popup-block-body ul .body-icon a {
    color: #00aaba;
    text-decoration: none;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    font-weight: 700;
}

.popup-block .popup-block-body ul .body-icon a:hover {
    color: #000;
}

.popup-overlay.active.active {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed !important;
}


/*================== Modal Form ======================*/


.per-banner {
    background-color: green;
    padding: 50px 0;
    color: #fff;
}

.per-banner .banner-content h1 {
    font-size: 46px;
    color: #fff;
}

.per-banner .banner-content p {
    color: #fff;
    font-size: 24px;
}

.per-banner .banner-content ul li {
    padding-left: 40px;
    font-size: 18px;
    position: relative;
}

.per-banner .banner-content ul li::after {
    position: absolute;
    left: 11px;
    top: 0;
    content: '';
    display: block;
    width: 13px;
    height: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 4px solid #faaf3b;
    border-right: 4px solid #faaf3b;
}

.per-banner .banner-form .form {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.per-banner .banner-form h4 {
    font-size: 28px;
    color: #000;
}

.per-banner .banner-form input {
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 18px;
    margin-bottom: 25px;
    border: 1.5px solid #8d8787;
    outline: none;
}

.per-banner .banner-form button {
    width: 200px;
    border-radius: 50px;
    padding: 5px 10px;
    background: linear-gradient(69deg, #10c02d 14%, #56f470 100%);
    border: 1px solid #56f470;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    outline: none;
}

.modal .per-banner {
    background-color: transparent;
    width: 350px;
    margin: auto;
}

.help-block-error {
    color: blueviolet;
}

.modal .modal-content {
    border: none;
}

.modal .close {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    outline: none;
}

.modal .per-checkbox {
    width: 300px;
    margin: 20px 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal .per-checkbox label {
    font-size: 26px;
    color: #000;
    position: absolute;
    z-index: 10;
    padding-left: 50px;
    cursor: pointer;
    margin-bottom: 0;
}

.modal .per-checkbox input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.modal .per-checkbox input:checked ~ .check {
    border-color: #26AFFF;
    -webkit-box-shadow: 0px 0px 0px 15px #26AFFF inset;
    box-shadow: 0px 0px 0px 15px #26AFFF inset;
}

.modal .per-checkbox input:checked ~ .check::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal .per-checkbox .check {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 100px;
    background-color: #FFF;
    border: 2px solid #26AFFF;
    -webkit-box-shadow: 0px 0px 0px 0px #26AFFF inset;
    box-shadow: 0px 0px 0px 0px #26AFFF inset;
    -webkit-transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.modal .per-checkbox .check::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-size: 50%;
    background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
    -webkit-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

/* ===== Modal Active Form ===== */


.per-banner .field-signupform-lang_check img {
    height: 150px;

    object-fit: cover;
    display: block;
    background: #ffffff;
    /* box-shadow: 0px 3px 16px #7c7171; */
    margin: 25px 13px;
    padding: 0 12px;
}

.per-banner .field-signupform-lang_check .modal-radio {
    position: relative;
}

.per-banner .field-signupform-lang_check .title {
    position: absolute;
    font-size: 22px;
    bottom: -7px;
    left: 50px;
    color: #000;
}

.per-banner .field-signupform-lang_check .check {

    margin-left: 23px;

    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 100px;
    background-color: #FFF;
    border: 2px solid #26AFFF;
    -webkit-box-shadow: 0px 0px 0px 0px #26afff inset;
    box-shadow: 0px 0px 0px 0px #26afff inset;
    -webkit-transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.per-banner .field-signupform-lang_check .checkbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.per-banner .field-signupform-lang_check .checkbox:checked ~ .check {
    border-color: #26AFFF;
    box-shadow: 0px 0px 0px 15px #26AFFF inset;
}

.per-banner .field-signupform-lang_check .checkbox:checked ~ .check::after {
    opacity: 1;
    transform: scale(1);
}

.per-banner .field-signupform-lang_check .check:after {

    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-size: 50%;
    background-image: url(http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
    -webkit-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);

}

.per-banner .banner-content .form {
}

@media (max-width: 575px) {
    .modal .per-banner {
        width: 270px;
    }

    .modal .per-banner .banner-form input {
        width: 204px;
    }
}

@media (max-width: 425px) {
    .per-banner .field-signupform-lang_check img {
        margin: 0px 13px;
    }
}


/*================== Payme PAGE ======================*/

.payme .payme-header {
    padding: 10px 0;
}

.payme .logo {
    height: 60px;
    width: 100%;
    object-fit: cover;
}

.payme .btn-back a {
    font-size: 25px;
    color: black;
    text-decoration: none;
}

.payme .payme-info {
    margin-top: 50px;
    padding: 50px
}

.payme .payme-info h1 {
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
}

.payme .payme-info p {
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #111111;
    line-height: 1;
    font-size: 22px;
}

.payme .payme-info > div {
    display: flex;

    margin: 10px 0;
}

.payme .payme-info .type {
    width: 40%;
    padding: 7px;
    text-align: left;
    font-weight: 700;
}

.payme .payme-info .name {
    margin-top: 50px;
}

.payme .payme-info .info {
    width: 60%;
    font-weight: 700;
    text-align: left;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #a09494;
    padding: 7px 10px;
}

.payme .payme-info .payme-btn {
    /* background: linear-gradient(69deg, #10c02d 14%, #56f470 100%); */
    /* border: 1px solid #56f470; */
    background-color: #fff;
    box-shadow: 0 0 7px #cc6abbab;
    padding: 15px 10px;
    border: none;
    color: white;
    border-radius: 14px;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;

    margin-top: 20px;
    outline: none;
}

.payme .payme-info h5 {
    margin: 50px;
    color: rgb(81, 166, 245);
}

.payme .payme-info h2 {
    margin: 50px;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
}

.payme .payme-info .payme-img img {
    height: 60px;
}

@media (max-width: 992px) {
    .payme {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .payme .payme-info {
        padding: 50px 30px;
    }

    .payme .payme-info .payme-btn {
        font-size: 23px;
    }
}

@media (max-width: 425px) {
    .payme .payme-info .info {
        width: 70%;
    }

    .payme .payme-info .type,
    .payme .payme-info .info {
        font-size: 18px;
    }

    .payme .payme-info .info {
        margin: 13px 0;
    }

    .payme .payme-info .payme-btn {
        font-size: 20px;
    }

    .payme .payme-info {
        padding: 30px 0;
        border-radius: 25px;
    }

    .payme .payme-info p {
        font-size: 19px;
    }

    .payme .payme-info h5 {
        margin: 50px 0;
    }
}

@media (max-width: 375px) {
    .payme .payme-info h1 {
        font-size: 40px;
    }

    .payme .payme-info h2 {
        font-size: 30px;
        margin: 10px;
    }
}


/* ==================== Prize ======================== */

.prize {
    text-align: center;
    margin: 70px 0;
}

.prize .prize-body {
    margin: 50px 0;
}

.prize .section-title {
    color: #0181ff;
    font-weight: 700;

}

.prize .item-body {
    background-color: #eee;
    height: 400px;
    padding: 20px;
    margin-bottom: 15px;

    position: relative;

}

.prize .item-body span {

    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 40px;
    padding: 10px;
    background: rgb(191, 30, 237);
    background: linear-gradient(0deg, rgba(191, 30, 237, 1) 21%, rgba(148, 187, 233, 1) 100%);
}

.prize .item-body img {
    width: 100%;
    object-fit: contain;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    max-height: 368px;
}

.prize .prize-body .item-title {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    transition: .2s linear;
}

.prize .prize-body a {
    text-decoration: none;
}

.prize .prize-body a:hover .item-title {
    color: #3275fd;
}

.prize .price-terms {
    text-align: center;
}

.prize .price-terms .title {
    font-weight: 700;
    margin-bottom: 20px;
}

.prize .price-terms ul {
    text-align: left;
    margin: 0 15px;
}

.prize .price-terms ul li {
    margin-bottom: 18px;
    font-size: x;
    color: #212529;
}

@media (max-width: 1200px) {
    .prize .section-title {
        font-size: 35px;
    }
}

@media (max-width: 992px) {
    .prize .section-title {
        font-size: 29px;
    }

    .prize .item-body {
        height: 270px;
    }

    .prize .price-terms ul li {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .prize .item-body {
        height: 270px;
    }
}

@media (max-width: 426px) {
    .prize {
        margin: 0;
    }

    .prize .section-title {
        font-size: 22px;
    }

    .prize .item-body {
        height: 310px;
    }

    .prize .price-terms ul li {
        font-size: 15px;
    }

    .prize .prize-body .item-title {
        margin-bottom: 35px;
    }
}


/* ==================== Prize-Detail PAGE ======================== */


.detail-page-body {
    /*background: transparent linear-gradient(237deg, #96d0ff 0%, #f173ff 100%);*/
    /*height: 100vh;*/
    background-repeat: no-repeat;
    background-size: cover;
    background: transparent linear-gradient(237deg, #f2faff 0%, #f6ecf7 100%);
}

.prize-detail-body {
    /*background-image: url('/frontend/web/img/per-img/note.png');*/
    background-repeat: no-repeat;
    background-position: 100% 50%;

    padding-top: 20px;
}

.prize-detail-body .content {
    padding-top: 50px;
}

.prize-detail-body form {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.prize-detail-body .input {
    height: 40px;
    width: 300px;
    outline: none;
    padding: 7px 10px;
    border: 1px solid #7c7a7a;
    background: #3b404138;
    margin: 0 7px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff4f4;
    border-radius: 4px;
}

.prize-detail-body form button {
    height: 40px;
    /*width: 117px;*/
    padding: 7px 10px;
    background: linear-gradient(69deg, #10c02d 14%, #56f470 100%);
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #cc6767;
    margin: 0 7px;

    border-radius: 3px;
    color: #fff;
    margin-top: 32px;
}

.prize-detail-body form button img {

    height: 100%;
    object-fit: contain;

}

.prize-detail-body .main-title {
    font-size: 54px;
}

.prize-modal .main-subtitle {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 50px;

    text-align: left;
}

.prize-modal .list {
    list-style-type: none;
    font-style: italic;
}

.prize-modal .list li {
    font-size: 16px;
}

.img-hidden {
    width: 100%;
    /*display: none;*/
}

.prize-detail-body ::-webkit-input-placeholder {
    color: white;
}

.prize-detail-body :-ms-input-placeholder {
    color: white;
}

.prize-detail-body ::placeholder {
    color: white;
}

.prize-modal {
    max-width: 90%;
    margin: 1.75rem auto;
}

.prize-modal .inner-body {
    padding: 20px;
}

.detail-page-body .prize {
    margin: 0;
}

.detail-page-body .section-title {
    padding-top: 50px;
}

.detail-page-body .prize .item-body {
    background: radial-gradient(#b63aa3, #091c1994);
    border-radius: 5px;
    box-shadow: 0 0 10px black;
}

.detail-page-body .modal-content {
    background: linear-gradient(45deg, #e972ea, #69fed5);
}

.detail-page-body .item-body span {
    border-radius: 8px;
    top: 8px;
    left: 8px;
    box-shadow: 0 0 8px #221f1f;
}

.detail-page-body .footer {
    background: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 48px;
    padding-bottom: 8px;
}

.detail-page-body .id-confirm-btn {
    margin: 0 7px;
    border: none;
    padding: 4px 8px;
    color: #fff;
    outline: none;
    border-radius: 4px;
    background: linear-gradient(69deg, #10c02d 14%, #56f470 100%);
}


@media (max-width: 1366px) {
    .detail-page-body {
        height: auto;
    }

    .prize-detail-body {
        padding-top: 50px;
    }
}

@media (max-width: 992px) {
    .detail-page-body {
        height: auto;
    }

    .prize-detail-body .input {
        width: 260px;
    }

    .prize-detail-body {
        background-image: none;
    }

    .img-hidden {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .prize-detail-body .main-title {
        text-align: center;
    }

    .prize-detail-body .main-subtitle {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .prize-detail-body form {
        flex-direction: column;
    }

    .prize-detail-body .input {
        width: 100%;
    }

    .prize-detail-body .input {
        margin: 0;
    }

    .prize-detail-body form button {
        width: 140px;
        margin: 0 auto 10px;
    }
}

@media (max-width: 576px) {
    .prize-detail-body {
        padding-top: 45px;
    }

    .prize-detail-body .check-block from {
        flex-direction: column;
    }

    .prize-detail-body .input,
    .prize-detail-body button {
        margin: 0px;
        margin-bottom: 10px;
    }

    .prize-detail-body .main-subtitle {
        font-size: 19px;
    }

    .prize-detail-body .main-title {
        font-size: 38px;
    }

    .prize-detail-body .list {
        padding-left: 0;
    }

    .prize-modal .main-title {
        font-size: 2rem;
    }

    .prize-modal .main-title {
        font-size: 2rem;
    }

    .prize-modal .main-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center;
    }

    .prize-modal .list li {
        font-size: 13px;
    }

    .detail-page-body .id-confirm-btn {
        display: block;
        margin: 6px auto 0;
    }

}

@media (max-width: 310px) {
    .prize-detail-body .input {
        width: 240px;
    }
}


/*background: linear-gradient(62deg, #00e7ff, #e868d8);*/
