@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/iranyekanwebbold.eot');
	src: url('../fonts/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/iranyekanwebbold.woff') format('woff'),  
		 url('../fonts/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/eot/iranyekanwebthin.eot');
	src: url('../fonts/eot/iranyekanwebthin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebthin.woff') format('woff'),  
		 url('../fonts/ttf/iranyekanwebthin.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/iranyekanweblight.eot');
	src: url('../fonts/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanweblight.woff') format('woff'),  
		 url('../fonts/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/iranyekanwebregular.eot');
	src: url('../fonts/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebregular.woff') format('woff'),  
		 url('../fonts/ttf/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/iranyekanwebmedium.eot');
	src: url('../fonts/eot/iranyekanwebmedium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebmedium.woff') format('woff'),  
		 url('../fonts/ttf/iranyekanwebmedium.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/eot/iranyekanwebextrabold.eot');
	src: url('../fonts/eot/iranyekanwebextrabold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebextrabold.woff') format('woff'),  
		 url('../fonts/ttf/iranyekanwebextrabold.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/iranyekanwebblack.eot');
	src: url('../fonts/eot/iranyekanwebblack.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebblack.woff') format('woff'),  
		 url('../fonts/ttf/iranyekanwebblack.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/eot/iranyekanwebextrablack.eot');
	src: url('../fonts/eot/iranyekanwebextrablack.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/woff/iranyekanwebextrablack.woff') format('woff'),  
		 url('../fonts/ttf/iranyekanwebextrablack.ttf') format('truetype');
}


::-webkit-scrollbar{
width: 12px;
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(#303030,#FF3030);
  border-radius:6px;
}


*{
    background-color: rgb(240, 240, 240);
    font-family:"iranyekan";
    direction: rtl;
}


body{
    background-color: transparent;
}


.logo{
    width: 100px;
    background-color: transparent;
}


/* header */
.welcome{
    display:block;
    align-items: center;
    text-align: center;
    background-image: url(images/website\ background2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:contain;
    color: transparent;
    width: 100hv;
    border-top-left-radius: 40px ;
    border-top-right-radius: 40px ;
  }
.welcome-btn{
  display: flex;
  background-color: transparent;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
}
.welcome-btn button{
  color: rgb(0, 0, 124);
  font-weight: 500;
  background-color: rgba(0, 0, 255, 0.377);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(53, 53, 255);
  border-radius: 15px;
  padding: 10px 25px;
  box-shadow: rgba(0, 0, 255, 0.726) 0 0 20px;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.welcome-btn button:hover{
  background-color: rgba(0, 0, 255, 0.877);
  color: #ccc;
  transition: 0.4s ease-in;
  box-shadow: rgb(0, 0, 121) 0 0 30px;
}
.welcome img{
  background: transparent;
  width: 30%;
}
.welcome p {
    display: flex;
    font-size: 30px;
    font-weight:600;
    color: rgba(255, 255, 255);
    background-color: transparent;
    justify-content: start;
    margin: 0 10% 0 0;
    text-shadow: #303030 0 0 10px;
    stroke: solid 1px #101010;
}
.start{
    color: #303030;
    text-decoration: none;
    font-size: 13px;
    background-color: transparent;
}
.naghsh-buttons{
    display: flex;
    flex-direction:inherit;
    margin-top: 50px;
    padding-bottom: 10px;
    background-color: none;
    text-align: center;
    align-items:center;
    background-color: transparent;
    justify-content: space-evenly;
}
.naghsh-buttons{
  animation: nasghsh-b 1.8s ease-in-out;
}


/* responsive */
@media (max-width: 523px) {
  .naghsh-buttons{
    display: block;
  }
  .welcome p{
    font-size: medium;
  }
  .mafia-btn,.shahrvand-btn,.mostaghel-btn,.shegeft-angiz-btn{
    font-size:medium;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 10px;
    border-radius: 20px;
    color:white;
    transition: 0.3s ease-in;
  }
  .start{
    width: 110px;
    height: 35px;
    font-size: 10px;
    padding: 1px 3px;

  }
  .start button{
    font-size: 10px;
    width: 110px;
    height: 35px;
    padding: 1px 3px;
  }

  .naghsh-buttons a button{
    width: 80px;
    height: 35px;
    font-size: 12px;
  }

  
  .lets-play{
    font-size: 55%;
    border-radius: 5px;
  }
  .lets-play p{
    margin-left: 20px;
  }
  .statistics p{
    font-size: 80%;
  }
  .shahrvand-links{
    font-size: 75%;
  }
  .mafia-links{
    font-size: 75%;
  }
  .mostaghel-links{
    font-size: 75%;
  }
  .shegeft-angiz-links{
    font-size: 75%;
  }
  .poll-title p{
    font-size: 80%;
  }
  .poll div{
    font-size: 60%;
  }
  .lets-play-2{
    font-size: 55%;
  }
  .lets-play-2 p{
    margin-right: 20px;
  }
  .tarkib-bandi img{
    width: 140%;
  }

  .start-game .start-game-flex h1{
    font-size: 100%;
  }
  .start-game p{
    font-size: 60%;
  }
  .start-game .start-game-btn button{
    font-size: 65%;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
  }
  #shahrvand-roles p {
    font-size: smaller;
  }
  #mafia-roles p {
    font-size: smaller;
  }
  #mostaghel-roles p {
    font-size: smaller;
  }
  #shegeft-angiz-roles p {
    font-size: smaller;
  }
  .last-update p{
    font-size: smaller;
  }
  .click-here-for-tarkib-bandi{
    font-size: 30px;
    color: red;
  }
}
@media (max-width: 360px) {
  .naghsh-buttons{
    display: block;
  }
  .welcome p{
    margin-top: 10px;
    padding-left: 40px;
    justify-content: center;
    font-size: medium;
  }
  .mafia-btn,.shahrvand-btn,.mostaghel-btn,.shegeft-angiz-btn{
    font-size:medium;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 10px;
    border-radius: 20px;
    color:white;
    transition: 0.3s ease-in;
  }
  .start{
    width: 110px;
    height: 30px;
    font-size: 10px;
    padding: 1px 2px;

  }
  .start button{
    font-size: 10px;
    width: 100px;
    height: 30px;
    padding: 1px 3px;
  }

  .naghsh-buttons a button{
    width: 80px;
    height: 30px;
    font-size: 11px;
  }



  .lets-play{
    font-size: 45%;
    border-radius: 5px;
  }
  .lets-play p{
    margin: 0 0 0 2px;
  }
  .lets-play-2{
    font-size: 45%;
    border-radius: 5px;
  }
  .lets-play-2 p{
    margin: 0 20px 0 0;
  }
}
@media (max-width: 340px){
  .social-medias p{
    font-size: medium;
  }

  .social-medias div {
    overflow: hidden;
  }
  .social-btn a button{
    font-size: smaller;
  }
  .social-medias div a {
    width: 100%;
    height: 10%;
  }


  .slider-contanior{
    margin: 0;
    padding: 0;
    height: 100hv;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF3030;
    margin-top: 20px;
    
  }
  .slider-contanior div .navigation-mannual{
      position: absolute;
      width: 90%;
      margin-top: -30px;
      display: flex;
      justify-content: center;
      background-color: transparent;
      margin-top: -33px;
      transition: 2s ease-in-out;
    }
    .slider-contanior div img{
      width: 450%;
    }

    #menu-qustion{
      font-size: small;
    }
    .game-info-content p{
     font-size: 10px;
    }
  .tarkib-info p{
    font-size: 10px;
  }
  .tarkib-info p a{
    font-size: 10px;
  }
}
@media (max-width:296px) {
  .slider-contanior{
    margin: 0;
    padding: 0;
    height: 100hv;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF3030;
    margin-top: 20px;
    
  }
  .slider-contanior div .navigation-mannual{
      position: absolute;
      width: 90%;
      margin-top: -30px;
      display: flex;
      justify-content: center;
      background-color: transparent;
      margin-top: -33px;
      transition: 2s ease-in-out;
    }
    .slider-contanior div img{
      width: 450%;
    }

    #menu-qustion{
      font-size: small;
    }
    .game-info-content p{
     font-size: 10px;
    }
  .tarkib-info p{
    font-size: 10px;
  }
  .tarkib-info p a{
    font-size: 10px;
  }
}
/* responsive */

@keyframes nasghsh-b {
  0%{
    opacity: 0;
    transform: translateY(-50px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
@media(prefers-reduced-motion: no-preference){
  .lefts-play-p{
    animation: wipe-enter 1s 1;
  }
}
.mafia-btn,.shahrvand-btn,.mostaghel-btn,.shegeft-angiz-btn{
    font-size:medium;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    color:white;
    transition: 0.3s ease-in;
}



.naghsh-links{
  background: transparent;
  text-decoration: none;
}

.mafia-btn {
    background-color: rgb(255, 0, 0);
    border: solid rgb(255, 22, 14) 1px;
}
.mafia-btn:hover {
    background-color: rgb(255, 255, 255,188);
    border: rgb(255, 255, 255) 4px;
    width: 140px;
    color: red;
    font-weight: 900;
    transition: 0.3s ease-in;
    border: solid rgba(255, 0, 0, 0.418) 1px;
    box-shadow: rgba(255, 0, 0, 0.459) 0px 0px 20px;
}
.shahrvand-btn {
    background-color: rgb(22, 211, 22);
    border: solid rgba(62, 255, 3, 0.76) 1px;
}
.shahrvand-btn:hover {
    background-color: rgba(255, 255, 255,188);
    border: lightgreen 4px;
    width: 140px;
    color: green;
    font-weight: 900;
    transition: 0.3s ease-in;
    border: solid rgba(0, 128, 0, 0.400) 1px;
    box-shadow: rgba(43, 255, 0, 0.459) 0px 0px 20px;
    
}

.mostaghel-btn {
    background-color: rgb(211, 211, 0);
    border: solid rgba(216, 255, 73, 0.76) 1px;
}
.mostaghel-btn:hover {
    background-color: rgba(255, 255, 255,188);
    border: lightyellow 4px;
    width: 140px;
    color: rgb(172, 172, 0);
    font-weight: 900;
    transition: 0.3s ease-in;
    border: solid rgba(175, 175, 0, 0.4) 1px;
    box-shadow: rgba(251, 255, 0, 0.459) 0px 0px 20px;
}

.shegeft-angiz-btn {
    background-color: purple;
    border: solid rgba(255, 3, 242, 0.76) 1px;
}
.shegeft-angiz-btn:hover {
    background-color: rgba(255, 255, 255, 188);
    border: lightslategray 4px;
    width: 140px;
    color: purple;
    font-weight: 900;
    transition: 0.3s ease-in;
    border: solid rgba(128, 0, 128, 0.400) 1px;
    box-shadow: rgba(255, 0, 212, 0.459) 0px 0px 20px;
}

/* header */

.line{
    display:block;
    align-items: center;
    text-align: center;
    width: 80%;
    margin-right: 10%;
    border-radius: 40px;
    align-self: center;
    background-color: none;
    border-bottom: solid #91919185 1px;
    border-radius: 20px ;
    margin-bottom: 20px;
}



.game-info {
    background-color: rgb(49, 49, 49);
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-weight: 700;
    font-size: 15px;
    transition: 0.2s ease-out;
    border-bottom: solid #0e0e0e57 1px;
}
.active, .game-info:hover {
    background-color: rgb(70, 70, 70);
    transition: 0.3s ease-in;
}
.game-info-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    transition: 0.2s ease-out;
}

.game-info-content {
    text-align: right;
    padding: 0 18px;
    background-color: rgb(124, 124, 124);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.game-info:after {
    content:'؟';
    font-size: 15px;
    color: white;
    float: left;
    margin-left: 5px;
    transition: 0.2s ease-out;
}
.active:after {
    content: "\2796";
    transition: 0.2s ease-out;
}

.game-info-content-p{
    font-size: 15px;
    direction: rtl;
    color: rgb(230, 230, 230);
    background-color: transparent;
}



.trakib-button {
    background-color: rgb(49, 49, 49);
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-weight: 700;
    font-size: 15px;
    transition: 0.2s ease-out;
    
}
.active, .trakib-button:hover {
    background-color: rgb(70, 70, 70);
    transition: 0.3s ease-in;
}
.tarkib-info {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color:#f1f1f1;
    transition: 0.2s ease-out;
}

.tarkib-info {
    padding: 0 18px;
    background-color: rgb(124, 124, 124);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.trakib-button:after {
    content:'؟';
    font-size: 15px;
    color: white;
    float: left;
    margin-left: 5px;
    transition: 0.2s ease-out;
}
.active:after {
    content: "\2796";
    transition: 0.2s ease-out;
}

.tarkib-p{
    text-align: right;
    font-size: 15px;
    direction: rtl;
    color: rgb(230, 230, 230);
    background-color: transparent;
}

.link-to-tarkib-guide{
    font-size: 16px;
    background-color: transparent;
    color: #FF3030;
    font-weight: 500;
    text-decoration: none;
}


.slider-contanior{
  margin: 0;
  padding: 0;
  height: 100hv;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF3030;
  margin-top: 20px;
}

.slider{
    margin: 20px 0 20px 0;
    width: 295px;
    height: 640px;
    border-radius: 40px;
    overflow: hidden;
    border: solid #303030 2px;
    box-shadow: #303030b4 0px 0px 40px;
  }
  
  .slides{
    width: 640px;
    height: 640px;
    display: flex;
  }
  
  .slides input{
    display: none;
  }
  
  .slide{
    width: 20%;
    transition: 2s ease-in-out;
    
  }
  
  .slide img{
    width: 295px;
    height: 640px;
    transition: 2s ease-in-out;
  }

  .nav-background input{
    display: none;
    overflow: hidden;
  }
  .nav-background{
    height: 60px;
    background-color: #30303027;
    border-top: 1px dashed #303030da ;
    backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
    margin-top: -59px;
    border-radius: none;
    box-shadow: #101010 1px 1px 30px;
  }
  
  .navigation-mannual{
    position: absolute;
    width: 295px;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    background-color: transparent;
    margin-top: -33px;
    transition: 2s ease-in-out;
  }
  
  .mannual-btn{
    border: 2px solid rgb(255, 83, 83);
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    background-color: rgba(255, 83, 83, 0.100) ;
    transition: 0.5s ease-in-out;
  }
  
  .mannual-btn:not(:last-child){
    margin-left: 10px;
    transition: 0.3s ease-in-out;
  }
  
  .mannual-btn:hover{
    border: 2px solid rgba(255, 174, 174, 0);
    background-color: rgb(255, 44, 44);
    transition: 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.459) 0px 0px 40px;
  }
  
  #radio1:checked ~ .first{
    margin-top: 0%;
    transition: 2s ease-in-out;
  }
  
  #radio2:checked ~ .first{
    margin-top: -101%;
    transition: 2s ease-in-out;
  }
  
  #radio3:checked ~ .first{
    margin-top: -202%;
    transition: 2s ease-in-out;
  }
  
  #radio4:checked ~ .first{
    margin-top: -303%;
    transition: 2s ease-in-out;
  }

  #radio5:checked ~ .first{
    margin-top: -404%;
    transition: 2s ease-in-out;
  }
  
  #radio6:checked ~ .first{
    margin-top: -505%;
    transition: 2s ease-in-out;
  }
  
.navigation-auto{
  position: absolute;
  display: flex;
  width: 295px;
  justify-content: center;
  background-color: transparent;
  margin-top: 600px;
  transition: 2s ease-in-out;
}

.navigation-auto div{
  border: 2px solid #333;
  padding: 5px;
  margin: 4.5px;
  border-radius: 40px;
  transition: 1s ease-in-out;
}

#radio1:checked ~ .navigation-auto .auto-btn-1{
  background-color: #ccc;
}
#radio2:checked ~ .navigation-auto .auto-btn-2{
  background-color: #ccc;
}
#radio3:checked ~ .navigation-auto .auto-btn-3{
  background-color: #ccc;
}
#radio4:checked ~ .navigation-auto .auto-btn-4{
  background-color: #ccc;
}
#radio5:checked ~ .navigation-auto .auto-btn-5{
  background-color: #ccc;
}
#radio6:checked ~ .navigation-auto .auto-btn-6{
  background-color: #ccc;
}

.lets-play{
  margin: 40px 0 40px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.lets-play img{
  width: 25%;
  margin-left: 20px;
  background-color: transparent;
}

.lets-play p{
  margin-right: 30px;
  padding-right: 20px;
  font-size: 160%;
  font-weight: 900;
  border-right: 3px solid #303030;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: #30303027 30px 0px 30px ;
}

.tarkib-bandi{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #303030;
  border-radius: 10px;
}

.tarkib-bandi img{
  width: 60%;
}



.statistics{
  display: flex;
  justify-content: space-evenly;
  margin: 40px 0 0 0;
  background-color: #dadada;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: #c4c4c4 0 0 10px;
}
.stat{
  background-color: transparent;
}
.stroke{
  border-left: 1px solid #1d1d1d52;
  border-right: 1px solid #1d1d1d52;
  margin: 10px 0;
}
.start-date{
  background-color: transparent;
}
.servers{
  background-color: transparent;
}

.stat p, .start-date p, .servers p{
  color: #404040;
  font-weight: 800;
  background: transparent;
}



.last-update{
  display: flex;
  margin: 40px 0 0 0;
  background-color: #c4c4c4;
  border-radius: 11px;
  width: fit-content;
}
.last-update p{
  color: #707070;
  margin: 10px 10px 10px 15px;
  background: transparent;
}
.last-update img{
  background-color: transparent;
  padding-right: 7px;
}


.roles-section{
  text-align: center;
  font-weight: 800;
  background-color: rgb(68, 68, 68);
  margin: 5px 0 0 0 ;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.roles-section p{
  background: transparent;
  margin: 0;
  padding: 10px;
  color: white;
}

.shahrvand-roles{
  display: block;
  background-color: #303030;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 0 20px 0;
  border-top: 1px solid #1a1a1ab2;
  border-bottom: 2px solid rgb(22, 211, 22);
  text-align: center;
  
}

.shahrvand-roles p{
  padding: 0 5px 0 5px;
  background: transparent;
  color: #FF3030;
}

.shahrvand-links{

  display: inline-block;
  background: #404040;
  border-radius: 4px;
  text-decoration: none;
  color: #ccc;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-right: 1px solid #FF3030;
  border-left: 1px solid #FF3030;
  box-shadow: #101020 0 0 10px;
  transition: 0.3s ease-in-out ;
}
.shahrvand-links:hover{
  background:#606060 ;
  transition: 0.3s ease-in-out ;
  border-right: 2px solid rgb(22, 211, 22);
  border-left: 2px solid rgb(22, 211, 22);
}



.shahrvand{
  display: flex;
  flex-direction: column;
  background-color: #303030;
  border-radius: 15px;
  justify-content: space-around;
  border: solid 2px rgb(22, 211, 22);
  box-shadow: rgba(0, 100, 0, 0.459) 0 0 15px;
}
.shahrvand div{
  background-color: #707070;
  margin: 10px 10px;
  border-radius: 10px;
  box-shadow: #101010 0 0 10px;
  border: solid #101020 2px;
}
.shahrvand-title{
  color: #202020;
  background:#909090;
  font-weight: 900;
  font-size: 18px;
  margin-top: 0;
  padding: 5px 1%;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #10102073;
}
.shahrvand-info{
  color: #202020;
  font-weight: 900;
  font-size:small;
  background-color: transparent;
  margin-right: 15px;
  margin-left:15px;
}

.click-here-for-tarkib-bandi{
  color: #f1f1f1;
  font-weight: 400;
  font-size:small;
  background-color: transparent;
  margin: 15px;
  text-align: end;
}
.click-here-for-tarkib-bandi a{
  background-color: transparent;
  color: #FF3030;
  font-weight: 600;
  text-decoration: none;
  text-shadow: #101020 0 0 3px;
}

#up{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 1px solid rgba(255, 0, 0, 0.342);
  outline: none;
  background-color: rgba(255, 0, 0, 0.164);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 20px;
  font-size: 20px;
  padding: 5px 15px;
  box-shadow: red 0 0 5px;
  text-shadow: black 0 0 5px;
  transition: 0.3s ease-in-out;
}
#up:hover{
  background-color: rgb(255, 0, 0);
  transition: 0.3s ease-in-out;
  box-shadow: red 0 0 20px;
}

.h-line{
  display: flex;
  padding-right: 50%;
  background-color: transparent;
  height: 80px;
  width: 1%;
  border-left: 3px dashed #FF3030;
  margin-top: 2px;
}


.poll-section{
  background-color: #FF3030;
  border-radius: 20px;
  margin-top: 2px;
}
.poll-title{
  text-align: center;
  color: rgb(240, 240, 240);
  font-weight: 900;
  font-size: large;
  background-color: transparent;
  padding-top: 3px;
}
.poll-title p{
  background-color: transparent;
}

.poll{
  display: flex;
  flex-direction: row;
  background-color: transparent;
  margin: 20px;
  padding-bottom: 20px;
}
.poll div{
  box-shadow: #101010 0 0 20px;
}

.poll-shahrvand{
  background-image: linear-gradient(to right, green,rgb(0, 240, 0));
  width: 42%;
  text-align: center;
  color: white;
  padding: 10px 0 10px 0 ;
  border-top-right-radius: 15px ;
  border-bottom-right-radius: 15px ;
}
.poll-mafia{
  background-image: linear-gradient(to right, rgb(158, 0, 0),red);
  width: 24%;
  text-align: center;
  color: white;
  padding: 10px 0 10px 0 ;
}
.poll-mostaghel{
  background-image: linear-gradient(to right, rgb(145, 145, 0),rgb(218, 218, 0));
  width: 13%;
  text-align: center;
  color: white;
  padding: 10px 0 10px 0 ;
}
.poll-shegeft-angiz{
  background-image: linear-gradient(to right,rgb(100, 0, 100),purple);
  width: 21%;
  text-align: center;
  color: white;
  padding: 10px 0 10px 0 ;
  border-top-left-radius: 15px ;
  border-bottom-left-radius: 15px ;
}


/* mafia section */


.mafia-roles{
  display: block;
  background-color: #303030;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 0 20px 0;
  border-top: 1px solid #1a1a1ab2;
  border-bottom: 2px solid rgb(211, 22, 22);
  text-align: center;
  
}

.mafia-roles p{
  padding: 0 5px 0 5px;
  background: transparent;
  color: #FF3030;
}

.mafia-links{

  display: inline-block;
  background: #404040;
  border-radius: 4px;
  text-decoration: none;
  color: #ccc;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-right: 1px solid #FF3030;
  border-left: 1px solid #FF3030;
  box-shadow: #101020 0 0 10px;
  transition: 0.3s ease-in-out ;
}
.mafia-links:hover{
  background:#606060 ;
  transition: 0.3s ease-in-out ;
  border-right: 2px solid rgb(90, 0, 0);
  border-left: 2px solid rgb(90, 0, 0);
}



.mafia{
  display: flex;
  flex-direction: column;
  background-color: #303030;
  border-radius: 15px;
  justify-content: space-around;
  border: solid 2px rgb(255, 0, 0);
  box-shadow: rgba(100, 0, 0, 0.726) 0 0 15px;
}
.mafia div{
  background-color: #707070;
  margin: 10px 10px;
  border-radius: 10px;
  box-shadow: #101010 0 0 10px;
  border: solid #101020 2px;
}
.mafia-title{
  color: #202020;
  background:#909090;
  font-weight: 900;
  font-size: 18px;
  margin-top: 0;
  padding: 5px 1%;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #10102073;
}
.mafia-info{
  color: #202020;
  font-weight: 900;
  font-size:small;
  background-color: transparent;
  margin-right: 15px;
  margin-left:15px;
}

.click-here-for-tarkib-bandi{
  color: #f1f1f1;
  font-weight: 400;
  font-size:small;
  background-color: transparent;
  margin: 15px;
  text-align: end;
}
.click-here-for-tarkib-bandi a{
  background-color: transparent;
  color: #FF3030;
  font-weight: 600;
  text-decoration: none;
  text-shadow: #101020 0 0 3px;
}

/* mafia section */

.lets-play-2{
  margin: 40px 0 40px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.lets-play-2 img{
  width: 25%;
  margin-right: 20px;
  background-color: transparent;
}

.lets-play-2 p{
  margin-left: 30px;
  padding-left: 20px;
  font-size: 160%;
  font-weight: 900;
  border-left: 3px solid #303030;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: #30303027 -30px 0px 30px ;
}


/* mostaghel */

.mostaghel-roles{
  display: block;
  background-color: #303030;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 0 20px 0;
  border-top: 1px solid #1a1a1ab2;
  border-bottom: 2px solid rgb(255, 251, 0);
  text-align: center;
  
}

.mostaghel-roles p{
  padding: 0 5px 0 5px;
  background: transparent;
  color: #FF3030;
}

.mostaghel-links{

  display: inline-block;
  background: #404040;
  border-radius: 4px;
  text-decoration: none;
  color: #ccc;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-right: 1px solid #FF3030;
  border-left: 1px solid #FF3030;
  box-shadow: #101020 0 0 10px;
  transition: 0.3s ease-in-out ;
}
.mostaghel-links:hover{
  background:#606060 ;
  transition: 0.3s ease-in-out ;
  border-right: 2px solid rgb(255, 238, 0);
  border-left: 2px solid rgb(255, 238, 0);
}



.mostaghel{
  display: flex;
  flex-direction: column;
  background-color: #303030;
  border-radius: 15px;
  justify-content: space-around;
  border: solid 2px rgb(255, 238, 0);
  box-shadow: rgb(172, 160, 0) 0 0 15px;
}
.mostaghel div{
  background-color: #707070;
  margin: 10px 10px;
  border-radius: 10px;
  box-shadow: #101010 0 0 10px;
  border: solid #101020 2px;
}
.mostaghel-title{
  color: #202020;
  background:#909090;
  font-weight: 900;
  font-size: 18px;
  margin-top: 0;
  padding: 5px 1%;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #10102073;
}
.mostaghel-info{
  color: #202020;
  font-weight: 900;
  font-size:small;
  background-color: transparent;
  margin-right: 15px;
  margin-left:15px;
}

.click-here-for-tarkib-bandi{
  color: #f1f1f1;
  font-weight: 400;
  font-size:small;
  background-color: transparent;
  margin: 15px;
  text-align: end;
}
.click-here-for-tarkib-bandi a{
  background-color: transparent;
  color: #FF3030;
  font-weight: 600;
  text-decoration: none;
  text-shadow: #101020 0 0 3px;
}

/* mostaghel */

.social-medias{
  display: block;
  text-align: center;
  margin: 40px 0 0 0;
  border: 2px dashed #303030;
  border-radius: 20px;
  box-shadow: rgb(170, 170, 170) 0 0 15px;
}
.social-title{
  font-size: 22px ;
  font-weight: 700;
  color: #2b2b2b;
}

.social-btn{
  display: flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 20px;
  height: 200%;
}
.social-btn a{
  background: transparent ;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.social-btn button{
  border-radius: 20px;
  font-size: 15px;
  color:white;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.social-btn img{
  background: transparent;
}
.telegram-svg{
  margin-left: 5px;
}
.instagram-svg{
  margin-right: 5px;
}

.telegram-channle{
  display: flex;
  background-color: rgb(41, 41, 255);
  background-image:linear-gradient(to right,rgb(14, 85, 179),rgb(41, 41, 255));
  padding: 10px 25px;
  justify-content:space-around;
  align-items: center;
  transition: 0.4s ease-in-out;
  margin: 0 0 0 10px;
}
.telegram-channle:hover{
  transition: 0.4s ease-in-out;
  box-shadow: rgb(41, 41, 255) 0 0 15px ;
  padding: 10px 15px;
}
.instagram-page{
  display: flex;
  background-image:linear-gradient(to right,rgb(179, 14, 179),rgb(255, 174, 24));
  padding: 10px 25px;
  justify-content:space-around;
  align-items: center;
  transition: 0.4s ease-in-out;
  margin: 0 10px 0 0 ;
}
.instagram-page:hover{
  transition: 0.4s ease-in-out;
  box-shadow: rgb(212, 41, 255) 0 0 15px ;
  padding: 10px 15px;
}

/* shegeft angiz */
.shegeft-angiz-roles{
  display: block;
  background-color: #303030;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 0 20px 0;
  border-top: 1px solid #1a1a1ab2;
  border-bottom: 2px solid rgb(255, 0, 221);
  text-align: center;
  
}

.shegeft-angiz-roles p{
  padding: 0 5px 0 5px;
  background: transparent;
  color: #FF3030;
}

.shegeft-angiz-links{

  display: inline-block;
  background: #404040;
  border-radius: 4px;
  text-decoration: none;
  color: #ccc;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-right: 1px solid #FF3030;
  border-left: 1px solid #FF3030;
  box-shadow: #101020 0 0 10px;
  transition: 0.3s ease-in-out ;
}
.shegeft-angiz-links:hover{
  background:#606060 ;
  transition: 0.3s ease-in-out ;
  border-right: 2px solid rgb(255, 0, 221);
  border-left: 2px solid rgb(255, 0, 221);
}



.shegeft-angiz{
  display: flex;
  flex-direction: column;
  background-color: #303030;
  border-radius: 15px;
  justify-content: space-around;
  border: solid 2px rgb(255, 0, 221);
  box-shadow: rgb(255, 0, 221) 0 0 15px;
}
.shegeft-angiz div{
  background-color: #707070;
  margin: 10px 10px;
  border-radius: 10px;
  box-shadow: #101010 0 0 10px;
  border: solid #101020 2px;
}
.shegeft-angiz-title{
  color: #202020;
  background:#909090;
  font-weight: 900;
  font-size: 18px;
  margin-top: 0;
  padding: 5px 1%;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #10102073;
}
.shegeft-angiz-info{
  color: #202020;
  font-weight: 900;
  font-size:small;
  background-color: transparent;
  margin-right: 15px;
  margin-left:15px;
}

.click-here-for-tarkib-bandi{
  color: #f1f1f1;
  font-weight: 400;
  font-size:small;
  background-color: transparent;
  margin: 15px;
  text-align: end;
}
.click-here-for-tarkib-bandi a{
  background-color: transparent;
  color: #FF3030;
  font-weight: 600;
  text-decoration: none;
  text-shadow: #101020 0 0 3px;
}


.start-game{
  display: block;
  text-align: center;
  margin: 20px 0;
  background-color: #202020;
  border: 1px solid #642bff8e;
  border-radius: 3px;
}
.start-game-flex{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 1px solid #642bff8e;
  background-color: transparent;
}
.start-game h1{
  color: #e9e9e9;
  font-weight: 800;
  font-size: 30px;
  background-color: transparent;
}

.start-game-btn{
  background:transparent;
  border: none;
}
.start-game-btn button{
  background-color: rgb(47, 47, 226) ;
  border-radius: 20px;
  border: 1px solid blue;
  color: #ccc;
  font-weight: 600;
  padding: 10px 25px;
  box-shadow: rgba(0, 0, 255, 0.459) 0 0 10px;
  transition: 0.5s ease-in;
  cursor: pointer;
}
.start-game-btn button:hover{
  background-color: rgb(0, 0, 255);
  transition: 0.5s ease-out;
  box-shadow: blue 0 0 25px;
  border: 1px solid rgb(64, 64, 233);
}

.start-game p{
  color: #ebebeb;
  font-weight: 800;
  background-color: transparent;
  text-align: center;
}

.copyright{
  margin-top: 20px;
  text-align: center;
  font-size: 80%;
  color: #808080;
  border-top: 1px solid #808080;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  background: #f0f0f0;
}

footer p {
  margin: 0;
}

footer .enamad {
  position: absolute;
  left: 20px;
}

footer .enamad img {
  width: 90px;
  cursor: pointer;
}