
html, body{ height:100%; margin:0; padding: 0; }
footer{
   position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    background: #474747;
    padding: 50px;
    
    border-top: 0px solid #474747;
    box-shadow: 0px -2px 1px #828282;
    z-index: 1;
}
footer > a{
    position: relative;
    z-index: 50;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s ease;



}
footer > a:hover{

	transition: all 0.5s ease;
    color: #821bb3;
    box-shadow: 0px 0px 8px #ffffff;
}
.fa-navicon{
    position: absolute;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    top: -35px;
}
.nav-open {
    position: absolute;
    width: 500px;
    background: #ccc;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.circle_nav {
  position: fixed;
bottom: 118px;
right: 0;
left: 0;
display: block;
width: 27em;
height: 26em;
font: 500 14px/14px arial normal;
margin: auto;
z-index: 10;
overflow:hidden; 
}
.circle_nav .hamburger {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #000000;
    color: white;
    text-align: center;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: auto;
    line-height: 70px;
    margin-bottom: 6px;
}
.circle_nav .hamburger i { font-size: 22px; }
.circle_nav .hamburger:active, 
.circle_nav .hamburger:hover {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
  background: #3e0766;
  cursor: pointer;
}
.circle_nav a {
  color: white;
  text-decoration: none;
}
.circle_nav.active .hamburger {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
  background: #821bb3;
}
.circle_nav.active .menu {
  pointer-events: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.menu{
  position: absolute;
  top: 50%;
  right: 6%;
  z-index: 0;
  width: 300px;
  height: 300px;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
  pointer-events: none;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.menu > li:nth-of-type(1){
  -moz-transform: rotate(0deg) skew(67deg);
  -ms-transform: rotate(0deg) skew(67deg);
  -webkit-transform: rotate(0deg) skew(67deg);
  transform: rotate(0deg) skew(67deg);
}
.menu > li:nth-of-type(2){

  -moz-transform: rotate(22.5deg) skew(67deg);
  -ms-transform: rotate(22.5deg) skew(67deg);
  -webkit-transform: rotate(22.5deg) skew(67deg);
  transform: rotate(22.5deg) skew(67deg);
}


.menu > li:nth-of-type(1) > a,
.menu > li:nth-of-type(2) > a,
.menu > li:nth-of-type(3) > a,
.menu > li:nth-of-type(4) > a,
.menu > li:nth-of-type(5) > a,
.menu > li:nth-of-type(6) > a,
.menu > li:nth-of-type(7) > a,
.menu > li:nth-of-type(8) > a
{ background-color: #474747; }


.menu > li:nth-of-type(1) > a:hover { background-color: #b89102; }
.menu > li:nth-of-type(2) > a:hover { background-color: #295cc2; }
.menu > li:nth-of-type(3) > a:hover { background-color: #059ea6; }
.menu > li:nth-of-type(4) > a:hover { background-color: #05996c; }
.menu > li:nth-of-type(5) > a:hover { background-color: #18783e; }
.menu > li:nth-of-type(6) > a:hover { background-color: #8000bf; }
.menu > li:nth-of-type(7) > a:hover { background-color: #ff004c; }
.menu > li:nth-of-type(8) > a:hover { background-color: #d200d9; }







.menu > li:nth-of-type(3){
  -moz-transform: rotate(45deg) skew(67deg);
  -ms-transform: rotate(45deg) skew(67deg);
  -webkit-transform: rotate(45deg) skew(67deg);
  transform: rotate(45deg) skew(67deg);
}
.menu > li:nth-of-type(4){
  -moz-transform: rotate(67deg) skew(67deg);
  -ms-transform: rotate(67deg) skew(67deg);
  -webkit-transform: rotate(67deg) skew(67deg);
  transform: rotate(67deg) skew(67deg);
}
{ background-color: #4aa3df; }
.menu > li:nth-of-type(5){
  -moz-transform: rotate(90deg) skew(67deg);
  -ms-transform: rotate(90deg) skew(67deg);
  -webkit-transform: rotate(90deg) skew(67deg);
  transform: rotate(90deg) skew(67deg);
}

.menu > li:nth-of-type(6){
  -moz-transform: rotate(112.5deg) skew(67deg);
  -ms-transform: rotate(112.5deg) skew(67deg);
  -webkit-transform: rotate(112.5deg) skew(67deg);
  transform: rotate(112.5deg) skew(67deg);
}
.menu > li:nth-of-type(7){
  -moz-transform: rotate(135deg) skew(67deg);
  -ms-transform: rotate(135deg) skew(67deg);
  -webkit-transform: rotate(135deg) skew(67deg);
  transform: rotate(135deg) skew(67deg);
}
.menu > li:nth-of-type(8){
  -moz-transform: rotate(157.5deg) skew(67deg);
  -ms-transform: rotate(157.5deg) skew(67deg);
  -webkit-transform: rotate(157.5deg) skew(67deg);
  transform: rotate(157.5deg) skew(67deg);
}



.menu > li{
  position: absolute;
  bottom: 50%;
  right: 50%;
  font-size: 1.5em;
  width: 10em;
  height: 10em;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  overflow: hidden;
  margin-top: -1.3em;
  margin-left: -10em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all 0.3s ease;
}
.menu > li a{
  position: absolute;
  bottom: -7.25em;
  right: -7.25em;
  display: block;
  height: 14.5em;
  width: 14.5em;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  padding-top: 0em;
  text-align: center;
  font-size: 1.19em;
  -webkit-transform: skew(-67deg) rotate(-78deg) scale(1);
  -ms-transform: skew(-67deg) rotate(-78deg) scale(1);
  -moz-transform: skew(-67deg) rotate(-78deg) scale(1);
  transform: skew(-67deg) rotate(-78deg) scale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
  background-color: #ec693d;
}
.menu > li a i, 
.submenu > li a i { padding: 20px 15px 0 0; }
.menu > li a:active, 
.menu > li a:hover, 
.submenu > li a:active { background-color: #821bb3; }
li, ul{
	display: block;
	margin:0;
	padding: 0;
}





#alfd::before {

  content: url('https://site1.masad.ir/saqesic/2024/08/alf30.png');

  display: inline-block;
padding-top: 15px;

}



#sohd::before {

  content: url('https://site1.masad.ir/saqesic/2024/08/soh30.png');

  display: inline-block;
padding-top: 15px;

}



#hesd::before {

  content: url('https://site1.masad.ir/saqesic/2024/08/hesd30.png');

  display: inline-block;
padding-top: 15px;

}



#hesh1::before {

  content: url('https://site1.masad.ir/saqesic/2024/08/hesh130.png');

  display: inline-block;
padding-top: 15px;

}


#hesh2::before {

  content: url('https://site1.masad.ir/saqesic/2024/08/hesh230.png');

  display: inline-block;
padding-top: 15px;

}


#nimd::before {

  content: url('https://site1.masad.ir/saqesic/2024/08/nimd30.png');

  display: inline-block;
padding-top: 15px;
}


#nimh::before {

  content: url('https://site1.masad.ir/saqesic/2024/08/nimh30.png');

  display: inline-block;
  padding-right: 5px;
padding-top: 15px;
}


#mobd::before {

  content: url('https://site1.masad.ir/saqesic/2024/08/mob30.png');

  display: inline-block;
  padding-top: 15px;


}




.tooltip1 {
  position: relative;
  display: inline-block;
 
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 100px;
font-size:14px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;

left:0;
right:-50%;

  top: 50px;
 
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}





.tooltip2 {
  position: relative;
  display: inline-block;
 
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
    width: 100px;
font-size:14px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;


left:0;
right:-50%;
  top: 50px;
 
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}





.tooltip3 {
  position: relative;
  display: inline-block;
 
}

.tooltip3 .tooltiptext3 {
  visibility: hidden;
    width: 100px;
font-size:14px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;

left:0;
right:-50%;
top: 50px;
 
}

.tooltip3:hover .tooltiptext3 {
  visibility: visible;
}





