html {
    background: url("../images/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: Byekan;
    font-size: 14px;

}

@font-face {
    font-family: Byekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: Byekan;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/woff2/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: Byekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/oet/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: Byekan;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: Byekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

/*----------------------- End Font -----------------------*/

ul {
    list-style: none;
    background-color: rgb(100, 41, 21);
    height: 30px;
    width: 100%;
}

li {
    float: right;
}

nav > ul > li > a {
    text-decoration: none;
    color: white;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 600px) {
    nav > ul > li > a {
        padding: 0 5px !important;
        font-size: 13px;
    }
    #main{
        width: 98% !important;
        margin-right: 5px;
        margin-left: 5px;
    }
    #ARAZ-TARH{
        display: none;
    }


}
@media only screen and (max-width: 840px) {
    nav > ul > li > a {
        padding: 0 12px;
        font-size: 13px;
    }
}
nav > ul > li > a:hover {
    background: rgba(255, 250, 250, 0.52);
    transition: all 0.3s ease;
    color: black;
    border-bottom: 3px solid #000;
}
#main{
    background: rgba(255, 255, 255, 0.75);
    width: 450px;
    height: 300px;
    margin: 180px auto;
    border-radius: 20px 20px;
    border-right: 4px solid #73372a;
    border-left: 4px solid #73372a;
	position: relative;
	
}
footer p{
    background: rgb(100, 41, 21);
    height: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
}
.logo{
    background-image: url("../images/logo.png");
    background-size: 351px 100px;
    width: 350px;
    height: 90px;
    margin: auto;
}
.txt{
    width: 50%;
    height: 35px;
    border: 0;
    margin: auto;
    display: block;
    border-radius: 20px;
    background-color: rgba(78, 32, 16, 0.75);
    padding-right: 10px;
    font-family: ARAZ-TARH;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}
select{
    width: 51.7% !important;
    color: #ffffff !important;
}
.btn{
    width: 51.7% !important;
    background-color: rgb(72, 28, 13);
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn:hover{
    background-color: rgba(138, 43, 226, 0.72);
    transition: all 0.3s ease;
    color: white;
}
p{
    direction: rtl;
    color: rgb(0, 0, 0);
    margin-right: 15px;
    margin-top: 20px;
}
.p{
    font-size: 12px;
    margin-top: 5px;

}
.heart {
    margin-left: 10px;
    position: absolute;
    left: 5px;
    bottom: 56px;
}
.heart:nth-child(1) svg {
  opacity: 0;
  -webkit-animation: heartUp 1.4s infinite ease-in;
  animation: heartUp 1.4s infinite ease-in;
}
.heart:nth-child(2) svg {
  position: absolute;
  left: 1rem;
  opacity: 0;
  -webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
  animation: heartUp 1.4s 0.3s infinite ease-in;

}
.heart:nth-child(3) svg {
  position: absolute;
  left: 1.5rem;
  opacity: 0;
  -webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
  animation: heartUp 1.4s 0.9s infinite ease-in;

}
.heart:nth-child(4) svg {
  position: absolute;
  left: 0.2rem;
  opacity: 0;
  -webkit-animation: heartUp 1.4s 0.9s infinite ease-in;
  animation: heartUp 1.4s 1.2s infinite ease-in;
}

svg {
  fill: #9136108f;
}
.HaMeD{
	height: 30px;
    width: 115px;
    position: relative;
    text-align: center;
    margin-left: 20px;
    background: rgba(77, 31, 15, 0.64);
    line-height: 30px;
    border-radius: 5px 19px;
}

@-webkit-keyframes heartUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(10deg);
    transform: translate3d(0, 0, 0) rotate(10deg);
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
    transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
  }
  100% {
    opacity: 0;
  }
}
@keyframes heartUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(10deg);
    transform: translate3d(0, 0, 0) rotate(10deg);
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
    transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
  }
  100% {
    opacity: 0;
  }
}
.char{
    background: #14e053;
    width: 51%;
    padding: 2px;
    text-align: center;
    font-size: 13px;
	border-radius:3px;
	display:none;
	position: absolute;
	left: 145px;
}
#ss{
    color: white;
    width: 167px;
    padding: 3px;
    text-align: center;
    font-family: Byekan;
    font-size: 13px;
	display:none;
	margin:auto;
}
#SK_req {
  background: #fff0;
  width: 87%;
  margin-right: 5%;
  border-right: 15px solid #fff0;
  height: 15px;
  color: #e5030300;
  font-size: 13px;
}

.req {
  color: #030303;
  float: right;
  padding-right: 75px;
  padding-top: 5px;
}

.req:hover {
  color: #000000;
}