/*
Theme Name: Sepid Grease
Author: SITELINER
Version: 1.0
*/

:root{
  --mainColor: #F7C400;
  /* #FFA11A */
  /* #F7C400 */
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  background-color: #0B0B0B;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}

.section {
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
}

.sectionv {
  height: 100vh;
}

.single .headerArea, .post-type-archive-event .headerArea,.page .headerArea {
  height: 100px;
}

.home .headerArea{
  height: unset !important;
}

.header {
  background-color: #252525;
  height: 70px;
  border-radius: 11px;
  margin: 0px auto;
  position: absolute;
  z-index: 15;
  left: 50%;
  transform: translatex(-50%);
  top: 20px;
}

#home.header {
  transform: translate(-50%, -100px);
}

.menu {
  width: 100%;
  padding-inline: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100%;
  margin: 0;
}
.menu li{
  position: relative;
}
.menu > li > a {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 3px;
  position: relative;
  letter-spacing: 2px;
  line-height: 1em;
}

.menu > li > a:before {
  content: attr(data-text);
  position: absolute;
  color: var(--mainColor);
  width: 0%;
  overflow: hidden;
  padding: 10px 3px;
  left: 0px;
  top: 1.2px;
  transition: 1s;
}

.menu > li > a:hover:before {
  width: 100%;
  filter: drop-shadow(0 0 25px var(--mainColor));
}

.sub-menu {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: none;
  width: 250px;
  z-index: 100;
  padding: 0;
  margin: 0;
  padding-block: 5px;
}

.menu li:hover .sub-menu {
  display: block;
}

.sub-menu a {
  text-align: center;
  color: black;
  width: 95%;
  display: block;
  padding-block: 10px;
  margin: 0px auto;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  padding-inline: 10px;
}

.sub-menu a:hover {
  background-color: white;
}


.logo {
  position: absolute;
  left: 20px;
  height: 130%;
  top: -15%;
}

.logo img {
  height: 100%;
}

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2.4;
  overflow: hidden;
}

/* ویدیو فول اسکرین */
.bg-video {
  position: absolute;
  inset: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  object-position: -100px;
}

/* گرادیان برای خوانایی */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: black;
  z-index: 2;
  opacity: 0;
}

/* شیشه */
.glass {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.08));
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.glass2 {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.8);
}

/* محتوای Hero */
.hero-content {
  position: absolute;
  z-index: 3;
  width: 680px;
  padding: 15px;
  margin: auto;
  top: calc(50% + 44px);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  left: 50%;
  max-width: 95%;
  text-transform: uppercase;
  opacity: 0;
}

.hero-content h1 {
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  font-size: 70px;
  margin-block: 20px;
}

.hero-content p {
  letter-spacing: 6;
}

.slideContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  transition: all ease-in-out 0.5s;
}

.slideContent img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px;
}

.slideContent span {
  color: white;
}

.slideContent:hover {
  filter: drop-shadow(0px 0px 3px white);
  scale: 1.06;
}

.CatSwiperWrapper {
  opacity: 0;
  scale: 0.5;
}

.CatSwiperWrapper .slideContent{
  padding: 10px;
}

/* .CatSwiperWrapper {
  padding: 20px 40px !important;
} */

.Title {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-size: max(18px, 1.5vw);
  margin-bottom: 20px;
}

.FillText {
  -webkit-text-fill-color: #fff3;
  color: var(--mainColor);
  will-change: background-size;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  width: fit-content;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e8e8e8 !important;
  height: 25px !important;
}

.Partner .swiper-button-next,
.Partner .swiper-button-prev {
  top: calc(50% + 11px) !important;
}

.SwiperWrapper {
  position: relative;
  /* margin: 0px auto; */
}

.swiper-button-next {
  right: 0px !important;
}

.swiper-button-prev {
  left: 0px !important;
}


.catsArea {
  margin-block: 100px;
}

.AboutArea {
  display: flex;
  margin-block: 100px;
}

.AboutArea .part1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: center;
}

.AboutArea .part2 {
  width: 50%;
}

.AboutArea .part1 p {
  text-align: justify;
  margin: 0;
}

.image-stack {
  position: relative;
  width: 100%;
  height: 400px;
  /* transform: translateY(100px); */
}

.card {
  position: absolute;
  width: 260px;
  height: 280px;
  border-radius: 20px;
  object-fit: cover;
  background: #333;
  opacity: 1;
  scale: 1;
}

.card-1 {
  top: 0px;
  left: calc(50% - 85px);
  z-index: 1;
}

.card-2 {
  top: 75px;
  right: calc(50% - 80px);
  z-index: 3;
}

.card-3 {
  bottom: 0;
  left: calc(40% + 40px);
  z-index: 2;
}

:root {
  --spring-easing: linear(0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
      1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
      1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
      0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
      0.998 84%, 1);
  --spring-duration: 1.66s;
}

.ActionButton {
--a: 0%;
  --hue: 32deg;
  --x: 50;
  --y: 50;
  --button: var(--mainColor);
  --edge: 20px;
  --size: 35px;
  background: transparent !important;
  color: #363636 !important;
  font-size: 18px !important;
  position: relative !important;
  padding: calc(var(--size)) calc(var(--size)*1.5) !important;
  animation: color 20s linear infinite both;
  transition: --a .5s ease-in-out, scale var(--spring-duration) var(--spring-easing) !important;
  scale: 0.92;
  isolation: isolate;
  width: fit-content;
  font-weight: 500 !important;
  border: none !important;
  opacity: 1 !important;
}

.ActionButton:hover{
  --a: 100%;
  transition-duration: .5s, 1s;
  box-shadow: none;
  opacity: 1;
  scale: 1;
}

.ActionButton:before{
  content: "";
  position: absolute;
  inset: 0em;
  /** here's the magic. A blur and a svg filter */
  filter: blur(12px) url(#goo) drop-shadow(0 .25em .5em hsla(0deg, 0%, 0%, 0.8));
  /** followed by a radial-gradient which causes the
    gooey effect to follow mouse-position */
  background-image:
    linear-gradient(0deg, var(--button), var(--button)),
    radial-gradient(40% 70% at calc(var(--x) * 1%) calc(var(--y) * 1%),
      hsla(var(--hue), 77%, 77%, var(--a)) 0%,
      transparent 90%);
  /** and finally a background-clip so the radial-gradient
    is larger than the linear-gradient */
  background-clip: content-box, border-box;
  padding: 24px;
  z-index: -1;
  border: inherit;
  animation: color 20s linear infinite both;
}

.AboutArea .ActionButton {
  align-self: end;
  margin-top: 30px;
}

.events {
  height: 100vh;
  margin-top: 150px;
  margin-bottom: 0px;
}

.TitleRaw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxes {
  width: 100%;
  max-width: 1400px;
  height: 70vh;
  position: relative;
  perspective: 1400px;
  /* خیلی مهم برای 3D */
}

.box {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: #3a3a3a;
  transform-style: preserve-3d;
  will-change: transform, filter;
  background-position: center;
  background-size: cover;
}

.events .Title {
  /* margin-bottom: 40px; */
}

.eventDetails {
  position: absolute;
  color: white;
  width: 90%;
  left: 5%;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  align-items: center;
  border-radius: 12px;
  font-weight: 500;
}

.eventDetails p{
  margin:0px;
}

.eventMetas {
  width: 190px;
  display: flex;
  justify-content: space-between
}

.text-section {
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  perspective: 1400px;
  perspective-origin: center;
  color: white;
  text-align: center;
  font-weight: 900;
  overflow: hidden;
}

.perspective-text {
  font-size: 3rem;
  line-height: 1.7;
}

.word {
  display: inline-block;
  opacity: 0;
  transform-style: preserve-3d;
  will-change: transform, filter;
}

.text-section .describText {
  max-width: 600px;
  font-size: 20px;
}

:root {
  --b1cd: #500033;
  --b1cl: #FF0077;
  --b2cd: #000050;
  --b2cl: #0033FF;
  --b3cd: #00501D;
  --b3cl: #00FF44;
  --b4cd: #554D00;
  --b4cl: #FF4E00;
  --b5cd: #300050;
  --b5cl: #8000FF;
  --black: #000;
  --white: #fff;
  --grey: #B5B4B4;
}

.ProductSliderWrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5rem;
  color: white;
}

.ProductSliderWrapper2 {
  /* padding-inline: 8rem; */
  margin-bottom: 100px;
}

@media only screen and (max-width: 1000px) {
  .ProductSliderWrapper2 {
    padding: 0;
  }
}

.ps1 {
  --dc: var(--b1cd);
  --lc: var(--b1cl);
  --lc-rgb: 255, 0, 119;
}

.ps2 {
  --dc: var(--b2cd);
  --lc: var(--b2cl);
  --lc-rgb: 0, 51, 255;
}

.ps3 {
  --dc: var(--b3cd);
  --lc: var(--b3cl);
  --lc-rgb: 0, 255, 68;
}

.ps4 {
  --dc: var(--b4cd);
  --lc: var(--b4cl);
  --lc-rgb: 255, 78, 0;
}

.ps5 {
  --dc: var(--b5cd);
  --lc: var(--b5cl);
  --lc-rgb: 128, 0, 255;
}

.ProductSlider .ps {
  background-color: var(--dc);
}

.ProductSlider .ps .illustration .inner {
  background-color: var(--lc);
}

/* .ProductSlider .ps .illustration .inner::before,
.ProductSlider .ps .illustration .inner::after {
  background-color: rgba(var(--lc-rgb), 0.4);
} */

.inner {
  background-position: center;
  background-size: cover;
}

.ProductSlider .ps button {
  background-color: var(--lc);
}

.ProductSlider {
  display: flex;
  width: 500%;
  height: 32rem;
  transition: all .25s ease-in;
  transform: translateX(0);
}

@media (max-width: 1000px) {
  /* .ProductSlider {
    height: 100vh;
  } */
}

.ProductSlider .ps {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 650px) {
  .ProductSlider .ps {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    padding-bottom: 0px;
  }

}

.ProductSlider .ps .bg {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 68%;
  transform: skewX(7deg);
  position: absolute;
  height: 100%;
  left: -10%;
  padding-left: 20rem;
  transform-origin: 0 100%;
}

@media (max-width: 800px) {
  .ProductSlider .ps .bg {
    width: 65%;
  }
}

@media (max-width: 650px) {
  .ProductSlider .ps .bg {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 54%;
    transform: skewX(0deg);
  }
}

.ProductSlider .ps .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  pointer-events: none;
  transform: skewX(10deg);
}

@media (max-width: 650px) {
  .ProductSlider .ps .bg::before {
    width: 120%;
    transform: skewX(0deg);
  }
}

.ProductSlider .ps .details {
  padding: 5rem 0rem 5rem 9rem;
  z-index: 100;
  grid-column: 1 / span 1;
  grid-row: 1 / -1;
}

@media (max-width: 800px){
    .ProductSlider .ps .details{
    padding-left:5rem;
  }
}

@media (max-width: 650px) {
  .ProductSlider .ps .details {
    grid-row: 2/span 1;
    grid-column: 1/-1;
    text-align: center;
    padding: 2rem;
    transform: translateY(-3rem);
  }

  .ProductSlider{
    height: unset;
  }
}



.ProductSlider .ps .details h1 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: .5rem;
  color:white;
}

.ProductSlider .ps .details p {
  font-size: 18px;
  color: var(--grey);
  margin-bottom: 2rem;
  margin-right: 1rem;
}

@media (max-width: 800px) {
  .ProductSlider .ps .details p {
    margin-right: 0;
  }
}

.ProductSlider .ps .details button {
  padding: 1rem 3rem;
  color: var(--white);
  border-radius: 2rem;
  border: none;
  cursor: pointer;
  transition: .3s;
}

.ProductSlider .ps .details button:hover {
  opacity: .8;
}

.ProductSlider .illustration {
  grid-column: 2 / -1;
  grid-row: 1 / -1;
  justify-self: center;
}

@media (max-width: 650px) {
  .ProductSlider .illustration {
    grid-row: 1/span 1;
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.ProductSlider .illustration div {
  height: 17rem;
  width: 13rem;
  border-radius: 2rem;
  background-color: var(--b1cl);
  /* transform: skewX(-10deg); */
  position: relative;
}

@media only screen and (max-width: 800px) {
  .ProductSlider .illustration div {
    height: 12rem;
    width: 9rem;
  }
}

/* .ProductSlider .illustration div::before,
.ProductSlider .illustration div::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3rem;
} */

.ProductSlider .illustration div::after {
  transform: translate(4rem, -1rem);
}

.ProductSlider .illustration div::before {
  transform: translate(2rem, -2rem);
}

.psNav.prev,
.psNav.next,
.trail {
  position: absolute;
  z-index: 10000;
}

.psNav.prev,
.psNav.next {
  width: 4rem;
  opacity: .2;
  cursor: pointer;
  transition: .3s;
}

.psNav.prev:hover,
.psNav.next:hover {
  opacity: 1;
}

@media (max-width: 650px) {

  .psNav.prev,
  .psNav.next {
    display: none;
  }
}

.psNav.prev {
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.psNav.next {
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.trail {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem;
}

@media only screen and (max-width: 650px) {
  .trail {
    width: 90%;
    bottom: 9%;
  }
}

.trail div {
  padding: 2rem;
  border-top: 3px solid #fff;
  cursor: pointer;
  opacity: .3;
  transition: .3s;
}

@media only screen and (max-width: 650px) {
  .trail div {
    padding: 1rem;
  }
}

.trail div:hover {
  opacity: .6;
}

.trail .active {
  opacity: 1 !important;
}

.Partner {
  margin-block: 100px;
}

.Partner .slideContent img {
  aspect-ratio: 2.3;
}

.LatestPost {
  margin-block: 100px;
}

.Articles {
  width: 100%;
  display: flex;
  gap: 1.33%;
}

.Article {
  width: 24%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Article img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
}

.Article h2 {
  color: white;
  font-size: 14px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.ArticleMeta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #4D4D4D;
  padding-block: 10px;
  color: white;
  font-size: 12px;
}

.Article:hover img {
  filter: drop-shadow(0px 0px 3px white);
  scale: 1.02;
}

.Footer {
  width: 100%;
  background-color: black;
}

.footerMain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-block: 30px;
}

.column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 200px;
}

.column1 img {
  max-width: 128px;
  max-height: 128px;
}

.socials {
  display: flex;
  gap: 10px;

}

.social img {
  width: 100%;
  padding: 5px;
  transition: all ease-in-out 0.4s;
}

.social {
  width: 30px;
  height: 30px;
  border: 2px solid #4B4B4B;
  border-radius: 5px;
  display: grid;
  place-content: center;
  transition: all ease-in-out 0.4s;
}

.social:hover {
  border-color: white;
  transform: translateY(-5px) rotateZ(10deg);
}

.social:hover img {
  filter: brightness(100);
}

.listArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.listTitle {
  color: white;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.listItems ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.listItems a {
  color: #A8A8A8;
  font-size: 15px;
  transition: all ease-in-out 0.3s;
  display: block;
  padding: 5px 10px;
  transform-origin: left center;
}

.listItems a:hover {
  color: white;
  transform: translateY(-5px) rotateZ(7deg);
}

.listItems ul {
  padding: 0;
  margin: 0;
}

.footerMain p {
  color: #A8A8A8;
  font-size: 15px;
  line-height: 1.5;
}

#logoCanvas {
  width: 128px;
  height: 128px;
  display: block;
  margin: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.Copyright {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #A8A8A8;
  font-size: 14px;
  border-top: 1px solid #3B3B3B;
  padding-inline: 10px;
}


#loader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, #0f172a, #020617);
  /* background-color: #f05900; */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.home #loader{
  display: flex;
}

.loader-inner {
  text-align: center;
  color: #fff;
}


.loaderLogo {
  font-size: 42px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 30px;
}


.progress-wrap {
  width: 260px;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}


.progress-bar {
  width: 0%;
  height: 100%;
  /* background: linear-gradient(90deg, #38bdf8, #22c55e, #eab308); */
  background-color: var(--mainColor);
  border-radius: 10px;
}


.percent {
  margin-top: 16px;
  font-size: 14px;
  opacity: 0.7;
}


/* SITE CONTENT */
#site {
  display: none;
}

.StepArea {
  margin-block: 100px;
  overflow-x: auto;
    /* مخفی کردن اسکرول‌بار */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.StepArea::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.Steps {
  width: 100%;
  /* display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px; */
  margin-block: 30px;
  /* min-width: 942.5px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; */
}

.Step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.StepImage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Step button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 104px;
  aspect-ratio: 1;
  background: var(--mainColor);
  border: none;
  border-radius: 50%;
  box-shadow: 10px 10px 33px #403a3e;
  outline: none;
  width: 60%;
}

.Step button:before,
.Step button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  border-radius: 50%;
  border: 2px solid rgba(64, 58, 62, 0.7);
  filter: blur(0);
  transform-origin: 50%;
  z-index: -1;
}

.Step button:hover:before,
.Step button:hover:after {
  border-color: transparent;
  filter: blur(2px);
  transform: scale(4);
  transition: 1000ms transform ease, 2100ms blur ease, 900ms border-color ease;
}

.Step button:hover:after {
  transition-delay: 100ms;
}

.Step img {
  max-width: 60%;
  max-height: 60%;
}

.StepTitle {
  color: #6b6b6b;
  font-size: 18px;
}

.StepContent {
  color: white;
  font-size: 13px;
  line-height: 18px;
  max-width: 200px;
}

.StepContent ul {
  padding-left: 15px;
  list-style: disc;
}

.PageImage {
  width: 100%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 2.5;
}

.ArchiveProducts {
  margin-block: 100px;
}

.ArchiveProducts .Title {
  margin-bottom: 30px;
}

.ArchiveProducts ul {
  list-style: none;
  padding: 0;
display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}

.ArchiveProducts ul li {
  width: 100%;
}

.ArchiveProducts .product-container {
  position: relative;
}

.ArchiveProducts .cardProduct {
  position: relative;
  width: 100%;
  height: 480px;
  background: #232323;
  border-radius: 20px;
  overflow: hidden;
}

.ArchiveProducts .cardProduct:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--mainColor);
  clip-path: circle(150px at 80% 20%);
  transition: .5s ease-in-out;
}

.ArchiveProducts .cardProduct:hover:before {
  clip-path: circle(300px at 80% -20%);
}

.ProductTitle {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 12px;
  font-size: 22px;
}

.bg-title {
  font-size: 10em;
  font-weight: 900;
  font-style: italic;
  color: rgba(255, 255, 255, .04);
  position: absolute;
  max-width: 120%;
  top: -150%;
  transition: .6s;
}

.cardProduct:hover .bg-title {
  transform: translateY(60%);
}

.ProductPhoto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  height: 220px;
  transition: .5s;

}

.cardProduct:hover .ProductPhoto {
  top: 0%;
  transform: translateY(0%);
}

.ProductPhoto img {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
  max-height: 100%;
  object-fit: contain;

}

.cardProduct:hover .ProductPhoto img {
  width: 260px;
  top: 56%;
}

.ProductContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 5;
}

.cardProduct:hover .ProductContent {
  height: 190px;
}

.ProductFeature {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}

.cardProduct:hover .ProductFeature {
  visibility: visible;
  opacity: 1;
  transition-delay: .5s;
}

.ProductFeature h3 {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
}

.ProductFeature span {
  min-width: 20px;
  padding: 0 4px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  margin: 0 5px;
  transition: .4s;
  border-radius: 4px;
  cursor: pointer
}

.ProductFeature span:hover {
  color: #000;
  background: var(--mainColor);
}

.ProductContent .ActionButton {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  outline: none;
  display: block;
  margin: 0px auto;
}

.cardProduct:hover .ActionButton {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s;
  transition-delay: 0.5s;

}

.SingleImage {
  /* width: 100%; */
  aspect-ratio: 2.5;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
}

.SingleTitle {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  color: white;
  height: 80px;
  padding-inline: 40px;
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  font-size: 15px;
}

.tag-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  fill: #0B0B0B;
}

.SingleContent {
  /* width: 100%; */
  border: 1px solid var(--mainColor);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 2%;
  margin-top: 20px;
}

.SingleContent ul {
  list-style: disc;
  padding-left: 20px;
}

.SingleContentText {
  width: 49%;
  color: white;
  font-size: 15px;
  line-height: 1.6;
}

.SingleContentTable {
  width: 49%;
}

.SingleContentTable table th{
  color: white;
}
.SingleContentTable table th h1 {
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  color: white;
  margin-bottom: 0px;
}

.SingleContentTable table td {
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
  -moz-box-shadow: 0 2px 2px -2px #0E1119;
  box-shadow: 0 2px 2px -2px #0E1119;
  color: white;
}

.SingleContentTable table {
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 0 0 0;
}

.SingleContentTable table td,
.SingleContentTable table th {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
}

/* Background-color of the odd rows */
.SingleContentTable table tr:nth-child(odd) {
  background-color: #323C50;
}

/* Background-color of the even rows */
.SingleContentTable table tr:nth-child(even) {
  background-color: #2C3446;
}

.SingleContentTable table th {
  background-color: #1F2739;
}

.SingleContentTable table td:first-child {
  color: white;
}

.SingleContentTable table tr:hover {
  background-color: #464A52;
  -webkit-box-shadow: 0 6px 6px -6px #0E1119;
  -moz-box-shadow: 0 6px 6px -6px #0E1119;
  box-shadow: 0 6px 6px -6px #0E1119;
}

.SingleContentTable table td:hover {
  background-color: #FFF842;
  color: #403E10;
  font-weight: bold;

  box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
  transform: translate3d(6px, -6px, 0);

  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}

@media (max-width: 800px) {

  .SingleContentTable table td:nth-child(4),
  .SingleContentTable table th:nth-child(4) {
    display: none;
  }
}

.NeedHelpArea {
  margin-block: 50px;
}

.NeedHelp {
  width: 500px;
  background-color: black;
  padding: 5px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  max-width: 100%;
}

.NeedHelp span {
  color: white;
  font-size: 20px;
}

.ContactusArea {
  position: relative;
  margin-block: 50px;
}

.ContactusBox {
  border: 1px solid var(--mainColor);
  border-radius: 20px;
  padding: 30px;
  width: calc(100% - 230px);
}

.ContactusDetails {
  width: 460px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  border-radius: 40px;
  padding: 30px 30px;
}

.ContactusForm {
  width: calc(100% - 250px);

}

.ContactusForm textarea {
  width: 100%;
  height: 150px;
  background-color: #2e2e2e;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 10px;
  color: white;
  resize: none;
  outline: none;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
}

.ContactusForm input {
  width: 49%;
  height: 40px;
  background-color: #2e2e2e;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 10px;
  color: white;
  outline: none;
  font-family: 'Raleway', sans-serif;
  display: block;
}

.ContactusForm form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ContactusForm form label{
  color:white;
}

.ContactusForm .ActionButton{
  margin-top: 20px;
}

.ContactusDetails p{
  color:white;
  font-size: 26px;
  margin-block: 0px 10px;
}

.ContactLine{
  width:100%;
  background-color: white;
  border-radius: 17px;
  display: flex;
  padding:10px 20px;
  align-items: center;
  margin-bottom: 15px;
  gap:20px;
  color:#58595B;
}

.ContactusDetails .socials{
  justify-content: space-between;
}

.ContactusDetails .socials .social{
  width:40px;
  height:40px;
  border-color:white;
  filter: brightness(100);
}

.EventsArea{
  margin-block:50px;
}

.EventItems{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:20px;
}

.EventItem{
  position: relative;
  aspect-ratio: 1.3;
  background-size:cover;
  background-position: center;
  border-radius:10px;
  overflow:hidden;
  transition:all .4s ease;
}

.case-study__overlay {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 z-index: 10;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap:30px;
}
 .case-study__overlay:after {
	 content: '';
	 width: 100%;
	 border-radius: 10px;
	 height: 100%;
	 background-color: #202020;
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 z-index: -10;
	 left: 0;
	 transition: all 0.3s ease;
}
 .case-study__title {
	 position: relative;
	 top: -100%;
	 font-size: 20px;
	 font-weight: 100;
	 color: white;
	 text-align: center;
	 letter-spacing: 4px;
	 transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
   margin:0px;
}
 .case-study__link {
	 position: relative;
	 display: block;
	 width: 60%;
	 top: 100%;
	 padding: 10px;
	 margin: 0 auto;
	 color: white;
	 letter-spacing: 2px;
	 text-decoration: none;
	 text-align: center;
	 border: 2px solid white;
	 border-radius: 3px;
	 font-size: 16px;
	 transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}
 .case-study__link:hover {
	 background-color: white;
	 color: #202020;
}
 .EventItem:hover .case-study__title {
	 top: 0;
}
 .EventItem:hover .case-study__link {
	 top: 0;
}
 .EventItem:hover .case-study__overlay:after {
	 opacity: 0.75;
}

.SingleEventTop{
  width:100%;
  color:white;
  margin-top:40px;
  display: flex;
  flex-direction: column;
  gap:20px;
}

.SingleEventTop h1{
  font-size: 30px;
  font-weight: 600;
  margin:0px;
}

.EventSpec{
  border:1px solid var(--mainColor);
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  padding:20px;
  gap:5px;
}

.swiperImg{
  width:100%;
  aspect-ratio: 2.5;
  border-radius: 15px;
}

.swiper-pagination-bullet{
  width:12px !important;
  height: 12px !important;
  background-color: white !important;
  opacity: 1 !important;

}


.swiper-pagination-bullet-active{
  background-color: #F8981D !important;

}

.EventSecription{
  margin-block:30px;
  color:white;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.EventSecription ul{
  list-style: disc !important;
}

.MenuIcon {
  display: none;
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
}

.MenuIcon img {
  width: 30px;
  cursor: pointer;
}

.MobileMenu {
  position: fixed;
  height: 100vh;
  width: 280px;
  left: 0px;
  top: 0px;
  background-color: #D77F00;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.MobileMenu.active {
  transform: translateX(0);
  /* داخل صفحه */
}

.LogoMenu {
  align-self: center;
}

.LogoMenu img {
  /* filter: brightness(0) invert(1); */
  height: 70px;
}

.MobileMenu ul {
  padding: 0px;
}

.MobileMenu>ul>li>a {
  color: white;
  text-align: left;
  display: block;
  padding-block: 10px;
  margin-inline: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.MobileMenu .menu-item-has-children>a {
  position: relative;
}

.MobileMenu .menu-item-has-children>a::after {
  content: "∨";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  background-color: white;
  color: rgba(0, 78, 52, 1);
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: grid;
  place-content: center;
  font-weight: bold;
  padding-top: 0px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.MobileMenu .menu-item-has-children.active>a::after {
  transform: translateY(-50%) rotate(180deg);
}

.MobileMenu .sub-menu {
  position: unset;
  transform: translateX(16px);
  padding-block: 5px;
}

.MobileMenu .sub-menu li a:hover {
  background-color: rgba(122, 118, 118, 0.14);

}

.MobileMenuBackdrop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  display: none;
}

.MobileMenuBackdrop.active {
  display: block;
}

.BlogSlider {
  position: relative;
  width: 1200px;
  margin: 0px auto;
  z-index: -1;
}

.sliderContainer {
  height: 555px;
}

.sliderContainer .sliderItem {
  width: 70%;
  left: 15%;
  top: 70px;
  margin: 0px auto;
  padding-top: 36%;
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  z-index: 9;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
  border-radius: 15px;
	overflow:hidden;
}

.sliderContainer #c_1 {
  transform: translateX(0) scale(1.2);
  z-index: 99;
}

.sliderContainer #c_2 {
  transform: translateX(-22%) scale(1);
}

.sliderContainer #c_3 {
  transform: translateX(22%) scale(1);
}

.prev,
.next {
  position: absolute;
  color: gray;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  top: 50%;
}

.prev {
  left: -40px;
}

.next {
  right: -40px;
}

.sliderContent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  padding: 30px;
  box-sizing: border-box;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.53) 60%);
}

.sliderContent h3 {
  font-size: 18px;
  margin: 10px 0px;
  color: white;
}

.sliderContent p {
  color: white;
  font-size: 15px;
  margin: 10px 0px;
}

.BlogArticlesArea {
  display: flex;
  gap: 1.33%;
  flex-wrap: wrap;
  margin-block: 80px;
}

.BlogArticlesArea .Article {
  width: 24%;
  margin-bottom: 30px;
}

.SingleMain {
  margin-block: 60px;
}

.SingleMain h1 {
  color: white;
  font-size: 18px;
}

.SingleMain .SingleContentText{
  width:100%;
}

.SingleImg {
  width: 100%;
  padding-top: 33%;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  ;
}

.SingleContentText {
  font-weight: 300;
  text-align: justify;
  line-height: 2.5;
}

.SingleContentText ul{
	list-style:disc;
}

.lang {
    position: absolute;
    top: 21px;
    right: 75px;
}

.lang-toggle {
    cursor: pointer;
}

.lang-wrapper {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    display: none;
    min-width: 100px;
    z-index: 9999;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden;
}

.lang-wrapper li {
    list-style: none;
}

.lang-wrapper li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    white-space: nowrap;
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.lang-wrapper.open {
    display: block;
}

.lang-wrapper .current-lang {
    background: rgba(0, 0, 0, 0.3);
}

.lang-wrapper .current-lang a {
    color: white;
}
