@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-Thin.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-ExtraLight.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-ExtraLight.woff2') format('woff2');	
}

@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-Light.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-Light.woff2') format('woff2');	
}

@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-Regular.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-Medium.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-Medium.woff2') format('woff2');	
}

@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-SemiBold.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-Bold.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-ExtraBold.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: maziar;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('fonts/ttfe/Estedad-Black.ttf') format('ttf'),   
	url('fonts/woff2e/Estedad-Black.woff2') format('woff2');		 
}

body{
  padding:0;
  margin:0;
  direction:ltr;
}
.vid-container{
  position:relative;
  height:100vh;
  overflow:hidden;
}
.bgvid{
  position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* این خط اضافه شده است */
}
.inner-container{
  width:400px;
  height:600px;
  position:absolute;
  top:calc(35vh - 200px);
  left:calc(50vw - 200px);
  overflow:hidden;
  border-radius:20px;
  direction:ltr;
}
.bgvid.inner{
  top:calc(-50vh + 200px);
  left:calc(-50vw + 200px);
  filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
  -webkit-filter:blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter:blur(10px);
}
.box{
  position:absolute;
  height:100%;
  width:100%;
  font-family:maziar;
  color:#fff;
  background:rgba(11,156,49,0.7);
  padding:15px 0px 0px;
}
.box h1{
  text-align:center;
  margin:30px 0;
  font-size:30px;
}
.box input{
  display:block;
  width:330px;
  margin:10px auto;
  padding:8px 8px 12px;
  background:transparent;
  color:#fff;
  border:0;
  font-size:14px;
  border-radius:5px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}


.box button{
  background:#111;
  border:0;
  color:#fff;
  padding:13px 10px 14px;
  font-size:16px;
  font-weight:900;
  width:330px;
  margin:20px auto;
  display:block;
  cursor:pointer;
}
.box button:active{
  background:#333;
}
.box button:hover{
  background:#333;
}
.box p{
  font-size:14px;
  text-align:center;
}
.box p span{
  cursor:pointer;
  color:#666;
}
.imggg img{width:120px;height:120px;margin-bottom:10px;}
.tanzimh2{font-weight: 900;  font-size: 18px;  color: #fff;}
.pppp{font-weight:800;}

textarea.mizon{
  display:block;
  width:330px;
  height:70px;
  margin:20px auto;
  padding:8px 8px 12px;
  background:transparent;
  color:#fff;
  border:0;
  font-size:14px;
  border-radius:5px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.box select{
  display:block;
  width:330px;
  height:50px;
  margin:20px auto;
  padding:8px 8px 12px;
  background:transparent;
  color:#fff;
  border:0;
  font-size:14px;
  border-radius:5px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.box input:focus,.box input:active,.box button:focus,.box button:active,.box textarea:active,.box select:active,.box textarea:focus,.box select:focus{
  outline:none;
}

::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}
.setayi{display:flex;}
.setayi select{float:right;width:31%;margin-left:3px;}