@charset "utf-8";
@font-face {
    font-family: iranSans-medium;
    src: url("../fonts/IRANSansWeb_Medium.woff");
    font-weight: normal;
    font-style: normal;
}

* {
    text-rendering: optimizeSpeed; /* default */
    image-rendering: optimizeSpeed; /* FUCK SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges; /* Firefox                        */
    image-rendering: -o-crisp-edges; /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: optimize-contrast; /* CSS3 Proposed                  */
}

/* End navbar-custome */

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

nav ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover, a:active, a:visited, a:focus, a:target {
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
    outline: none;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    background: #FFFFFF;
	overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.survey-logo{
	margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 80px;
}
body::-webkit-scrollbar {
    display: none;
}

* {
    font-family: Samim;
}

img {
    max-width: 100%;
    -webkit-user-drag: none;
}

.no-padding {
    padding: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-padding-r {
    padding-right: 0;
}

input, textarea {
    outline: none;
}

.main {
    position: relative;
}

* {
    outline: none;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h4, h5, h6 {
    margin: 0;
}

.section-box {
    position: relative;
    width: 100%;
}

.section-box::after {
    content: "";
    display: block;
    clear: both;
}

.test-section {
    position: relative;
    height: 100px;
    background: #194975;
    margin-bottom: 20px;
}

.no-m {
    margin: 0;
}

.design_form {
    position: relative;
    width: 100%;
    padding-top: 2rem;
    min-height: 100vh;
    padding-bottom: 1rem;
	background: rgb(187,8,23);
	background: linear-gradient(90deg, rgba(187,8,23,1) 0%, rgba(121,9,32,1) 35%, rgba(255,0,104,1) 100%);
}

.design_form .design-form-wrapper {
    position: relative;
    width: 100%;
    margin-top: 2rem;
}

.design_form .design-form-wrapper h1 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2.7rem;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.1);
    margin-bottom: 4rem;
    font-family: iranSans-medium;
}

.design_form .design-form-wrapper .survey {
    position: relative;
    width: 100%;
    padding: 4rem 0 2rem;
    border: 2px solid rgb(255, 255, 255, 0.5);
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.05);
}

.survey h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    font-family: iranSans-medium;
}

.survey ul {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.survey ul li {
    position: relative;
    width: 4.8rem;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.survey ul li .survey-choise {
    position: relative;
    width: 100%;
    height: 4.8rem;
    box-shadow: none;
    margin: 0;
    opacity: 0;
    border: none;
    cursor: pointer;
    border-radius: 100%;
}

.survey ul li:active {
    transform: scale(1.1);
}

.survey ul li:hover {
    transform: scale(1.1);
}

.no_m {
    margin: 0 !important;
}

.survey ul li input[type=radio]:checked {
    opacity: 0.5;
}

.survey ul li span {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    margin-top: 1.1rem;
    font-family: iranSans-medium;
}

.survey-comment-title {
    margin-top: 4.5rem;
}

.survey-comment {
	position: relative;
    width: 100%;
    height: 3.9rem;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    box-shadow: none;
    margin-top: 0.2rem;
    text-indent: 0.5rem;
    margin-bottom: 4rem;
    color: white;
    font-size: 15pt;
    font-family: 'iranSans-medium';
}

.survey-comment-btn {
    position: relative;
    display: block;
    width: 10rem;
    height: 3.7rem;
    background: #19752d;
    color: #FFFFFF;
    border: 1px solid #288f3e;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 3.7rem;
    margin: auto;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all .25s ease-in-out;
    font-family: iranSans-medium;	
}

.survey-comment-btn:hover {
    transform: scale(1.1);
    color: #FFFFFF;
    line-height: 3.6rem;
}

@media screen and (max-width: 500px) {

    .survey h2 {
        line-height: 2.9rem;
    }

    .survey ul {
        margin-bottom: 5rem !important;
    }

    .survey-comment-title {
        margin-top: 0 !important;
    }
}