/*
Theme Name: قالب نگاه نو
Theme URI: https://negahenoco.com
Author: گروه نگاه نو
Author URI: https://negahenoco.com
Description: قالب ویژه طراحی های اختصاصی گروه نگاه نو
Version: 1.0
*/

@charset "UTF-8";

body {
    transition: opacity ease-in 0.2s;
}

html {
  scroll-behavior: smooth;
}

body[unresolved] {
    opacity: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.header-menu a:hover {
    --tw-shadow: 0 0 24px rgba(168, 85, 247, 0.35);
    --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    color: rgb(209, 212, 219) !important;
    transition: all 0.3s 
ease;
}

img.logo {
    max-width: 210px;
    margin-right: -40px;
}

#faq .bg-gradient-to-br > .px-6 {
    max-height: 58px;
    overflow: hidden;
    transition: max-height 0.36s ease, padding 0.36s ease;
}

#faq .bg-gradient-to-br > .px-6 span.text-lg.font-medium {
    width: 100% !important;
    display: inline-block;
}

#faq .bg-gradient-to-br button {
    position: relative;
}

#faq .bg-gradient-to-br button i {
    position: absolute;
    left: 20px;
}

#faq .acc:not(.open) .px-6.pb-4 {
    display: none;
}

.acc.open .px-6.pb-4 {
    display: block;
}

#faq .bg-gradient-to-br.open > .px-6 {
  max-height: 600px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#faq .bg-gradient-to-br:not(.open) > .px-6 {
  display: block;
}

#faq .bg-gradient-to-br button i {
  transition: transform 0.25s ease;
}

#faq .bg-gradient-to-br.open button i {
  transform: rotate(180deg);
}

.mobile-menu {
    position: absolute;
    top: 64px;
    right: 0;
    width: 100%;
    display: none;
}

.mobile-menu.active {
    display: block !important;
}

.all-games-radebandi-content, .fifa-game-radebandi-content, .pes-game-radebandi-content, .physical-game-radebandi-content {
    display: none;
}

.all-games-radebandi-btn.active {
background-image: linear-gradient(to right, #a855f7, #3b82f6);
  --tw-shadow: 0 0 24px rgba(168, 85, 247, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
 transition: all 0.3s ease;
}

.fifa-game-radebandi-btn.active {
background-image: linear-gradient(to right, #22c55e, #3b82f6);
  --tw-shadow: 0 0 24px rgba(16, 185, 129, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
 transition: all 0.3s ease;
}

.pes-game-radebandi-btn.active {
background-image: linear-gradient(to right, #f97316, #3b82f6);
  --tw-shadow: 0 0 24px rgba(249, 115, 22, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
  transition: all 0.3s ease;
}

.physical-game-radebandi-btn.active {
background-image: linear-gradient(to right, #22c55e, #16a34a);
  --tw-shadow: 0 0 24px rgba(34, 197, 94, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
  transition: all 0.3s ease;
}

.all-games-radebandi-content.active, .fifa-game-radebandi-content.active, .pes-game-radebandi-content.active, .physical-game-radebandi-content.active {
    display: block;
}

.all-games-radebandi-btn:hover, .fifa-game-radebandi-btn:hover, .pes-game-radebandi-btn:hover, .physical-game-radebandi-btn:hover {
  --tw-shadow: 0 0 24px rgba(249, 115, 22, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
}

.radebandi-team-btn.active, .mosabeghat-btn.active, .stat-chart-btn.active {
transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  --tw-shadow: 0 0 24px rgba(168, 85, 247, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgb(192 132 252 / 1);
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-color: rgb(168 85 247 / 1);
  border-bottom-width: 2px;
  white-space: nowrap;
  cursor: pointer;
}

.radebandi-team-btn:hover, .mosabeghat-btn:hover, .stat-chart-btn:hover {
--tw-shadow: 0 0 24px rgba(168, 85, 247, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgb(209 213 219 / 1);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.radebandi-team-content, .mosabeghat-content, .stat-chart-content {
    display: none;
}

.radebandi-team-content.active, .mosabeghat-content.active, .stat-chart-content.active {
    display: block;
}

.all-games-mosabeghat-content, .fifa-game-mosabeghat-content, .pes-game-mosabeghat-content, .physical-game-mosabeghat-content {
    display: none;
}

.all-games-mosabeghat-btn.active {
background-image: linear-gradient(to right, #a855f7, #3b82f6);
  --tw-shadow: 0 0 24px rgba(168, 85, 247, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
 transition: all 0.3s ease;
}

.fifa-game-mosabeghat-btn.active {
background-image: linear-gradient(to right, #22c55e, #3b82f6);
  --tw-shadow: 0 0 24px rgba(16, 185, 129, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
 transition: all 0.3s ease;
}

.pes-game-mosabeghat-btn.active {
background-image: linear-gradient(to right, #f97316, #3b82f6);
  --tw-shadow: 0 0 24px rgba(249, 115, 22, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
  transition: all 0.3s ease;
}

.physical-game-mosabeghat-btn.active {
background-image: linear-gradient(to right, #22c55e, #16a34a);
  --tw-shadow: 0 0 24px rgba(34, 197, 94, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
  transition: all 0.3s ease;
}


.all-games-mosabeghat-content.active, .fifa-game-mosabeghat-content.active, .pes-game-mosabeghat-content.active, .physical-game-mosabeghat-content.active {
    display: block;
}

.all-games-mosabeghat-btn:hover, .fifa-game-mosabeghat-btn:hover, .pes-game-mosabeghat-btn:hover, .physical-game-mosabeghat-btn:hover {
  --tw-shadow: 0 0 24px rgba(249, 115, 22, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
}

.all-games-stat-chart-content, .fifa-game-stat-chart-content, .pes-game-stat-chart-content, .physical-game-stat-chart-content {
    display: none;
}

.all-games-stat-chart-btn.active {
background-image: linear-gradient(to right, #a855f7, #3b82f6);
  --tw-shadow: 0 0 24px rgba(168, 85, 247, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
 transition: all 0.3s ease;
}

.fifa-game-stat-chart-btn.active {
background-image: linear-gradient(to right, #22c55e, #3b82f6);
  --tw-shadow: 0 0 24px rgba(16, 185, 129, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
 transition: all 0.3s ease;
}

.pes-game-stat-chart-btn.active {
background-image: linear-gradient(to right, #f97316, #3b82f6);
  --tw-shadow: 0 0 24px rgba(249, 115, 22, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
  transition: all 0.3s ease;
}

.physical-game-stat-chart-btn.active {
background-image: linear-gradient(to right, #22c55e, #16a34a);
  --tw-shadow: 0 0 24px rgba(34, 197, 94, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
  transition: all 0.3s ease;
}

.all-games-stat-chart-content.active, .fifa-game-stat-chart-content.active, .pes-game-stat-chart-content.active, .physical-game-stat-chart-content.active {
    display: block;
}

.all-games-stat-chart-btn:hover, .fifa-game-stat-chart-btn:hover, .pes-game-stat-chart-btn:hover, .physical-game-stat-chart-btn:hover {
  --tw-shadow: 0 0 24px rgba(249, 115, 22, 0.35);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
  color: #fff;
}

.form-success {
    background: #14532d33;
    border: 1px solid #22c55e4d;
    border-radius: 10px;
    color: #4ade80;
}

.form-invalid {
    background: #ef444433;
    border: 1px solid #ef444480;
    border-radius: 10px;
    color: #f87171;
}

.single-registeration, .team-registeration {
    display: none;
}

.single-registeration.active, .team-registeration.active {
    display: block;
}

.single-registeration-btn.active, .team-registeration-btn.active, .single-registeration-btn:hover, .team-registeration-btn:hover {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(255 255 255 / 1);
    background-image: linear-gradient(to right, #a855f7, #3b82f6);
    box-shadow: 0 0 24px rgba(168, 85, 247, 0.35);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.3s;
}

.required {
    color: red;
    padding-left: 6px;
    font-size: 19px;
}


.about-logo img {
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #747474;
    max-height: 135px;
}

.about-logo {
    text-align: center;
    display: flex;
    justify-content: center;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content p {
    line-height: 40px;
}

.line-through {
    text-decoration: line-through;
    color: #ffffff70;
}

@media(max-width:768px) {
    img.logo {
        margin-right: -20px;
    }
}