﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  --i: -1;
  --j: -1;
  --r: 0px;
  --wsr: 700px;
}
img
{
cursor:pointer;
}
hr {
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, #f0f0f0, #00b9ff, #59d941, #f0f0f0);
margin:0px;
}

.showformmanperson
{
padding:0px!important
}
.mainindesign
{
 background: url(https://hormozgan.ac.ir/fileupload/14_33/tempfile/P8954781770705871_2577699943169784.jpg);
  background-blend-mode: luminosity;
    background-attachment: fixed;
    background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-top: 4em;
  position:relative;
  font-size: 1em/1.5 trebuchet ms;
  direction:ltr;
}

.headofdesign {
  margin: 1rem;
  padding: 1em 0;
  border-radius: .5em;
  min-width: 95%;
  text-align: center!important;
  backdrop-filter: blur(10px);
  font-size: 1.75em;
  font-weight:bold;
  color: #0f414c;
    text-shadow: 2px 2px 4px rgba(11, 0, 0, 0.9);
    color: #fbf9f9;
}

.setarticle {
  overflow: hidden;
  margin: 1rem;
  width: 21em;
  min-width: 15rem;
  border-radius: 1em;
      z-index: 1;
}
.setarticle:nth-of-type(1) {
  --c0: #0f414c;
  --c1: #79e9fd;
}
.setarticle:nth-of-type(2) {
  --c0: #673a01;
  --c1: #ddac43;
}
.setarticle:nth-of-type(3) {
  --c0: #291c52;
  --c1: #bba9ff;
}
.setarticle:nth-of-type(4) {
  --c0: #36480c;
  --c1: #b0d65f;
}

.setarticle .h3trah, .setarticle section {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 0.5rem;
}
.setarticle .h3trah:before, .setarticle section:before {
  position: absolute;
  z-index: -1;
  top: calc(var(--j)*1rem + (1 + var(--j))*50% - var(--r));
  left: calc(var(--i)*1rem + (1 + var(--i))*50% - var(--r));
  padding: var(--r);
  border-radius: 50%;
  box-shadow: 0 0 0 50em;
  content: "";
}

.setarticle .h3trah:before, .setarticle section {
  color: var(--c1);
}

.setarticle .h3trah {
  justify-content: center;
  display: block;
    color: #260f0f;
    height: var(--wsr);
    font-size: 1em;
    padding-bottom: 40px;
    text-align: justify;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(11, 0, 0, 0.3);
    direction:rtl;
	line-height: unset;
}
.informsc
{
overflow-y: auto;
overflow-x: hidden;
height:100%;
width:100%;
padding:4px;
}
.informsc h6
{
    padding: 20px;
    line-height: unset;
    display: block;
    color: #171b1e;
    font-weight: bold;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14pt;
}
.setarticle .h3trah:before {
  opacity: 0.75;
}

.setarticle section {
  justify-content: space-between;
  min-height: calc(var(--r) - 1rem);
}
.setarticle section:before {
  color: var(--c0);
}

.setarticle p {
  font-size: 0.9em;
  text-align: center;
  width: 100%;
  overflow:hidden;
  white-space: nowrap;
  margin: 0;
  font-weight: bold;
}

.setarticle a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.setarticle a:after {
  content: " ▶";
}
.vasatchin
{
	  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding-top:0;
  position:relative;
  font-size: 1em/1.5 trebuchet ms;
}

.showimagetarh
{
	text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.showimagetarh img
{
	width:40%;
	opacity:0.9;
	border-radius:20px;
}
.showimagetarh img:hover
{
	opacity:1;
}
.showimagetarhg
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.tarhul {
  list-style-type: none;
  width:70vmin;
  height:70vmin;
  position:relative;
}

.tarhul .tarhli { 
  /*
    |a|d|a|
    -------  -           
    |/   \|  | 0.5h
    |\   /|  ^          
    ------- 
    |  w  |
  
    a = 0.5h/tan60 = 0.28867513459h
    d = 0.5h/sin60 = 0.57735026919h
    w = a + d + a  = 1.15470053838h
  
    [zoom out]
  
        |a|_d_|         _____    _
        /|     \       /     \   |
  ang=60_|      \__d__/       \  | h     
       \        /     \       /  |
        \_____|/|      \_____/  _|
              a     
       |--------|
           w
  */
  --h: calc(100% / 3);
  --w: calc(1.15470053838 * var(--h));
  --a: calc(0.28867513459 * var(--h));
  --d: calc(0.57735026919 * var(--h));
  height:var(--h);
  width:var(--w);
  position:absolute;
}

.tarhul .tarhli img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.9;
  /* 
  
   [clip-path coordinates]
  
    --A-F--
   B|/   \|E    coord.
    |\   /|       A(a/w, 0)
    --C-D--       B(0, 50%)
                  C(a/w, 100%)
                  D(100% - a/w, 100%)
                  E(100%, 50%)
                  F(100% - a/w, 0)
                where a/w = 0.24999999999
  */
  --aw:24.99999999999%;
  clip-path:polygon(
    var(--aw) 0,
    0 50%,
    var(--aw) 100%,
    calc(100% - var(--aw)) 100%,
    100% 50%,
    calc(100% - var(--aw)) 0
  );
}

.tarhul .tarhli:nth-of-type(1) {
  left:calc(50% - var(--a) - var(--d) * 0.5);
  top:0;
}
.tarhul .tarhli:nth-of-type(2) {
  left:calc(50% - var(--a) * 2 - var(--d) * 1.5);
  top:calc(var(--h) * 0.5);
}
.tarhul .tarhli:nth-of-type(3) {
  left:calc(50% - var(--a) * 2 - var(--d) * 1.5);
  top:calc(var(--h) * 1.5);
}
.tarhul .tarhli:nth-of-type(4) {
  left:calc(50% - var(--a) - var(--d) * 0.5);
  top:calc(var(--h) * 2);
}
.tarhul .tarhli:nth-of-type(5) {
  left:calc(50% + var(--d) * 0.5);
  top:calc(var(--h) * 0.5);
}
.tarhul .tarhli:nth-of-type(6) {
  left:calc(50% + var(--d) * 0.5);
  top:calc(var(--h) * 1.5);
}



/* 
style 
*/

.tarhul {
  filter:drop-shadow(0 0 10px hsla(0,0%,0%,0.3));
}

.tarhul .tarhli:hover {
  filter:drop-shadow(0 0 10px powderblue);
  z-index:10;
}

.tarhul .tarhli:hover img {
 opacity:1;
}
/*
anim
*/

.tarhul {
  animation:r 4s forwards;
} @keyframes r {
  from {transform:rotate(180deg)}
  to {transform:rotate(0)}
}

.tarhli {
  animation:ir 4s forwards;
} @keyframes ir {
  from {transform:rotate(-360deg)}
  to {transform:rotate(0)}
}




@media (min-width: 34rem) {
  html {
    --r: 4rem;
  }
  
  .headofdesign {
  min-width:unset;
  padding:100px;
}


  .headofdesign {
    position: relative;
  }
  .headofdesign:before, .headofdesign:after {
    position: absolute;
    left: 50%;
    content: "";
  }
  .headofdesign:before {
    top: 100%;
    width: calc(.0625*var(--r));
    height: calc(2*var(--r) + 1rem + var(--wsr) - 83px );
    transform: translate(-50%);
    background: #a7d203a6;
  }
  /*
  .headofdesign:after {
    top: calc(3*1rem + 3.125*var(--r) + var(--wsr) - 65px);
    border: solid calc(.375*var(--r)) transparent;
    padding: calc(.375*var(--r));
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 5px #fff;
    background: #fff padding-box;
  }*/

  .setarticle {
    width: 40%;
  }
.setarticle .h3trah {
    height: var(--wsr);
}
  .setarticle:nth-of-type(-n + 2) {
    --j: 1;
  }
  .setarticle:nth-of-type(odd) {
    --i: 1;
  }
  .setarticle:nth-of-type(0) .h3trah:before, .setarticle:nth-of-type(1) section:before {
    --r: 0;
  }
  .setarticle:nth-of-type(3) section, .setarticle:nth-of-type(4) section {
    padding-right: calc(.5*(1 + var(--i))*(var(--r) - 1rem) + 0.5rem);
    padding-left: calc(.5*(1 - var(--i))*(var(--r) - 1rem) + 0.5rem);
  }
  .setarticle:nth-of-type(3) .h3trah:before{
  padding-right:unset;
  padding-left:unset;
}
 .setarticle:nth-of-type(4) .h3trah:before{
  padding-left:unset;
}
.setarticle:nth-of-type(1) section:before,.setarticle:nth-of-type(2) section:before{
  
  padding-left:unset;
}
  
  .daierevasat{
		position:absolute;
		top: calc(50% - 30px);
                right: calc(50% - 126px);
		border: solid calc(.375*var(--r)) transparent;
		padding: calc(.375*var(--r));
		border-radius: 50%;
		transform: translate(-50%, -50%);
		box-shadow: 0 0 0 5px #a7d203a6;
		background: #a7d203a6 padding-box url('/pic/wlogo.png') no-repeat center;
  }

.tarhul {
    list-style-type: none;
    width: 30vmin;
    height: 30vmin;
    position: relative;
}
  
}



.viewdan
{
	--sb: 20px;
	--csd:#ffdb53;
	--sbf:10px;
	--sbt:6px;
	--bco:#fdf9f9de;
	display:flex;
	flex-wrap:nowrap;
	height: 900px;
	width:100%;
}
.tozihat
{
	  /*  clip-path: polygon(0% 0, 70% 0, 30% 100%, 0% 100%);*/
    width: 100%;
    position: absolute;
    height: 900px;
	background-image: url(https://hormozgan.ac.ir/fileupload/1_1/tempfile/P15944782761_1447603478441397.jpg);
	background-blend-mode: luminosity;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
}
.namadan
{
	    clip-path: polygon(40% 0, 100% 0, 100% 100%, 30% 100%, 50% 50%);
    background-color: #092d45c7;
    width: 100%;
    position: absolute;
    height: 900px;
	/*border:  var(--sb) solid  var(--csd);*/
	
z-index:1;
}


.borderdan
{
	    clip-path: polygon(40% 0, calc(40% - var(--sb)) 0, calc(50% - var(--sb)) 50%, calc(30% - var(--sb)) 100%, 30% 100%, 50% 50%);
    background-color: var(--csd);
    width: 100%;
    position: absolute;
    height: 900px;
	
z-index:2;
}
.line1dan
{
--sb: 27px;
		clip-path: polygon(calc(40% - var(--sb) - var(--sbf)) 0, calc(50% - var(--sb) - var(--sbf)) 50%, calc(30% - var(--sb) - var(--sbf)) 100%, calc(30% - var(--sb) - var(--sbt)) 100%, calc(50% - var(--sb) - var(--sbt)) 50%, calc(40% - var(--sb) - var(--sbt)) 0);
    background-color: var(--bco);
    width: 100%;
    position: absolute;
    height: 100%;
	transform:scale(0.75);
	
z-index:2;
}

.line2dan
{
	--sb: 0px;
	clip-path: polygon(calc(40% + var(--sb) + var(--sbf)) 0, calc(50% + var(--sb) + var(--sbf)) 50%, calc(30% + var(--sb) + var(--sbf)) 100%, calc(30% + var(--sb) + var(--sbt)) 100%, calc(50% + var(--sb) + var(--sbt)) 50%, calc(40% + var(--sb) + var(--sbt)) 0);
    background-color:  var(--bco);
    width: 100%;
    position: absolute;
    height: 100%;
transform:	scale(0.85);
z-index:2;
}
.viewdan{
  background: #111845a6;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
 /* border: 2px solid #2a3cad;*/
  color: white;
  position:relative;
}

.viewdan:before{
  content: '';
  position:absolute;
  top:0;
  left:-25%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  z-index:30;
  clip-path: polygon(0% 0%, 40% 0%, 50% 50%, 30% 100%, 0% 100%);
}
.viewdan:after{
  content: '';
  position:absolute;
  top:0;
  right:-25%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  z-index:30;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 30% 100%, 50% 50%);
    background-color: #092d45c7;
	z-index:0;
	opacity:0.3;
}

.viewdan:hover:before{
  left:-100%;
}
.viewdan:hover:after{
  right:0%;
}



.viewdan .content{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border:1px solid #f0a591;
  padding:20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
  
}

.viewdan span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index:30;
  
}

.viewdan span:nth-child(1)
{
  transform:rotate(0deg);
}

.viewdan span:nth-child(2)
{
  transform:rotate(90deg);
}

.viewdan span:nth-child(3)
{
  transform:rotate(180deg);
}

.viewdan span:nth-child(4)
{
  transform:rotate(270deg);
}

.viewdan span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scale(0.75);
  }
  50%
  {
    transform:scale(1);
  }
  50.1%
  {
    transform:scale(1);
    
  }
  
  100%
  {
    transform:scale(0.75);
    
  }
  
  
}

.viewdan .danshowmore
{
	width: 120px;
    height: 120px;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    border-radius: 50%;
    background-color:  var(--csd);
    display: flex;
    justify-content: center;
    align-items: center;
        color: #949195;
    font-weight: bold;
    font-size: larger;
    text-align: center;
	padding:5px;
    font-weight: bold;
	cursor:pointer;
	box-shadow:rgb(247,239,239,0.82) 0px 2px 25px 0px;
	
z-index:2;
border:3px solid  var(--bco);
}
.showdandet
{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:absolute;
	width:50%;
	left:50%;
	text-align:center;
	direction:rtl;
	height: 100%;
	padding: 20px;
	padding-left:75px;
	overflow:hidden;
	text-shadow: 2px 2px 4px rgba(11, 0, 0, 0.3);
}
.showdandet h4
{
	color: #ffdb53;
	    padding-bottom: 20px;
}
.showdandet p
{
	max-height:70%;
	overflow-y:auto;
	    padding-bottom: 20px;
}

@media (max-width: 450px) {
 .showdandet
{
	justify-content:space-around;
}
 .showdandet p
{
	display:none;
}
}