@font-face {
	font-family: B Nazanin;
	src: url(fonts/BNazanin.ttf);
}
body {
	font-family: "B Nazanin";
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: navy;
}
#content {
	margin: 0 auto;
	display: table;
	z-index: 20;
	direction: rtl;
	margin-bottom: 12px;
}
#err_kind {
	font-size: 18px;
	color: red;
	display: none;
}
#radio {
	background-color: none;
	padding: 4px;
	padding-left: 0;
	width: 349px;
	display: table;
	margin: 0 auto;
	padding-bottom: 0px;
}
@keyframes spark {
	0% {background-color: white;}
	100% {background-color: transparent;}
}
@keyframes spark2 {
	0% {background-color: white;}
	100% {background-color: transparent;}
}
#radio label div {
	animation-duration: 0.15s;
}
#radio label:nth-child(1) div {
	animation-delay: 0.15s;
}
#radio label:nth-child(2) div {
	animation-delay: 0.3s;
}
#radio label:nth-child(3) div {
	animation-delay: 0.45s;
}
#radio label:nth-child(6) div {
	animation-delay: 0.6s;
}
#radio label:nth-child(5) div {
	animation-delay: 0.75s;
}
#radio label:nth-child(4) div {
	animation-delay: 0.9s;
}
#radio label:nth-child(7) div {
	animation-delay: 1.05s;
}
#radio label:nth-child(8) div {
	animation-delay: 1.2s;
}
#radio label:nth-child(9) div {
	animation-delay: 1.35s;
}
label > input{
  visibility: hidden;
  position: absolute;
}
label > input + div {
  cursor:pointer;
  border:2px solid transparent;
  background-color: none;
  padding: 4px;
  text-align: center;
  padding-top: 10px;
  margin-left: 3px;
  width: 100px;
  height: 100px;
  margin-bottom: 6px;
  border: 1px white solid;
  border-radius: 3px;
  color: white;
}
#radio label {
	display: inline-block;
}
#radio i {
	font-size: 55px;
	color: white;
	margin-bottom: 8px;
}
#radio span {
	font-size: 25px;
}
label > input:checked + div {
  background-color: white;
  color: black;
}
#radio input:checked + div > i {
	color: black;
}
#reminder {
	box-sizing: border-box;
	display: none;
	width: 360px;
	direction: rtl;
	border-radius: 6px;
	padding: 9px;
	font-family: "B Nazanin";
	font-size: 25px;
	margin-top: 8px !important;
	border: 2px white solid;
	align-content: right;
	margin: 0 auto;
}
#cta1 , #cta2 {
	width: 360px;
	border-radius: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "B Nazanin";
	font-size: 25px;
	margin-top: 8px;
	border: 3px white double;
}
#cta1 {
	background-color: white;
}
#cta2 {
	background: none;
	color: white;
}
label {
	display: table;
	font-size: 18px;
	font-family: "B Nazanin";
	color: white;
	font-weight: 800;
}
#reminder input {
	display: table-caption;
	font-size: 15px;
	font-family: "B Nazanin";
	background-color: transparent;
	border: 2px white solid;
	border-radius: 7px;
	width: 283.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 11px;
}
#expdate input {
	width: 100px !important;
	display: inline;
}
#bgvid {
	height: auto;
	width: 100%;
	z-index: -100;
	background-attachment: fixed;
	position: fixed;
}
#logo {
	display: block;
	margin: 0 auto;
	width: 245px;
	height: 72px; 
	margin-bottom: 10px; 
}
#logocon {
	background-color: white;
	border-radius: 7px;
	display: inline-table;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 20.5px;
	font-weight: 600;
}
#menu {
	list-style: none;
	direction: rtl;
	border-bottom: 2.5px solid white;
	display: table;
	border-radius: 20%;
	font-size: 20px;
	color: white;
	font-weight: 700;
	padding: 7px;
	padding-bottom: 6px;
	padding-top: 0;
}
#menu li {
	display: inline;
	margin-left: 32px;
}
#telephone {
	display: none;
}
footer {
	background-color: white;
	border-radius: 8px 8px 0 0;
	display: block;
	margin: 0 auto;
	padding: 3px 8px 3px 8px;
	width: 430px;
	text-align: center;
	font-weight: 700;
}
footer a {
	text-decoration: none;
	color: blue;
}
a {
	text-decoration: none;
	color: white;
}
#success {
	background-color: white;
	color: black;
	width: 250px;
	height: 250px;
	border-radius: 6px;
	z-index: 10;
	position: absolute;
	top: calc(50% - 125px);
	left: calc(50% - 125px);
	box-shadow: 0 0 120px black;
	font-size: 27px;
	display: none;
}
#success i {
	font-size: 200px;
	top: calc(50% - 80px);
	left: calc(50% - 85px);
	position: relative;
	padding-top: 10px;
	display: none;
}
@media only screen and (max-width: 1024px) {
	#bgvid {
		min-width: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
	}
}
@media only screen and (max-width: 800px) {
	footer {
		width: 80%;
	}
}