html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Shabnam-Medium-FD.woff') format('woff');
}

@font-face {
    font-family: ShabnamBold;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Shabnam-Bold-FD.woff') format('woff');
}

body {
    direction: rtl;
    font-family: Shabnam;
    background-image: url('../img/bg.jpg');
    height: 100vh;
}

@media only screen and (max-width: 768px) {
    .box-pardakht {
        top: 0 !important;
        position: inherit !important;
        right: 0 !important;
        transform: none !important;
        width: inherit !important;
    }

    .uk-input {
        width: 100% !important;
    }

    .form-payment img {
        width: 35% !important;
    }
}

.box-pardakht {
    border-radius: 30px;
    box-shadow: 0px 0px 13px 0px #e4e5e7;
    padding: 35px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 80%
}

.title-description {
    margin-top: 17px;
    font-family: ShabnamBold;
    text-align: center;
    color: black;
    font-size: 25px;
    margin-bottom: 35px
}

.title-form {
    margin-top: 17px;
    text-align: center;
    font-size: 25px;
    font-family: ShabnamBold;
    color: black;
    margin-bottom: 35px;
}

.description p {
    font-family: Shabnam;
    color: #969494;
    font-size: 13px;
    position: relative;
    line-height: 23px;
}

.uk-input, .uk-textarea {
    font-family: Shabnam !important;
    font-size: 12px !important;
    border: 2px solid #f1f3f7 !important;
    border-radius: 4px !important;
}

.btn-payment {
    background: #39b54a;
    color: #fff !important;
    text-align: center;
    border-radius: 7px !important;
    border: none !important;
}

.uk-input {
    width: 49% !important;
    float: right;
    margin-left: 5px !important;
    margin-bottom: 25px !important;
}

.uk-textarea {
    width: 99% !important;
}

.input-price {
    position: relative;
}

.price-toman {
    position: absolute;
    top: 47px;
    left: 9px;
    font-size: 13px;
    font-family: Shabnam !important;
    font-size: 13px !important;
    border-right: 1px solid #f1f3f7 !important;
    width: 43px;
    padding-right: 26px;
    height: 27px;
    padding-top: 8px;
    background: #fff;
}