@charset "UTF-8";
@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');		 
}
*, *:before, *:after {
  box-sizing: border-box;
  margin:0px;
  padding:0px;
}

body {
  min-height: 100vh;
  font-family: "maziar", sans-serif;
  direction:rtl;
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container:hover .top:before, .container:hover .top:after, .container:hover .bottom:before, .container:hover .bottom:after, .container:active .top:before, .container:active .top:after, .container:active .bottom:before, .container:active .bottom:after {
  margin-left: 200px;
  transform-origin: -200px 50%;
  transition-delay: 0s;
}
.container:hover .center, .container:active .center {
  opacity: 1;
  transition-delay: 0.2s;
}

.top:before, .top:after, .bottom:before, .bottom:after {
  content: "";
  display: block;
  position: absolute;
  width: 200vmax;
  height: 200vmax;
  top: 50%;
  left: 50%;
  margin-top: -100vmax;
  transform-origin: 0 50%;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0, 1);
  z-index: 10;
  opacity: 0.65;
  transition-delay: 0.2s;
}

.top:before {
  transform: rotate(45deg);
  background: #e46569;
}
.top:after {
  transform: rotate(135deg);
  background: #ecaf81;
}

.bottom:before {
  transform: rotate(-45deg);
  background: #60b8d4;
}
.bottom:after {
  transform: rotate(-135deg);
  background: #3745b5;
}

.center {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0, 1);
  transition-delay: 0s;
  color: #333;
}
.center input {
  width: 100%;
  padding: 10px;
  margin: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: maziar;
}
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 40px 9px;
  font-size: 1rem;
  border-radius: 6px;
  transition: all .15s ease-in-out;
  color: #fff;
  background-color: #0d103d;
  font-family:maziar;
  cursor:pointer;
  font-weight:700;
  margin-top:15px;
}
.h2tanzim{font-size:18px;}