.side-nav {
  position: fixed;
  top: 0;
  z-index: 60;
  width: 0%;
  height: 100%;
  right: 0;
  background-image: url("/img/hafez4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65% 50%;
  background-color: rgb(100, 100, 100);
  background-blend-mode: multiply;
  transition: all 0.6s;
}
.side-nav a {
  color: white;
  text-align: center;
  padding: 1rem;
  font-family: IranYekan;
  min-width: 15rem !important;
  display: inline-block;
}
.side-nav a:hover {
  color: #c3c3c3;
}
.side-nav .close-nav {
  font-size: 22px;
  padding: 8px 0 0 16px;
  width: 3rem;
}
.side-nav .close-nav:hover {
  color: rgb(135, 135, 135);
}

.navbar-mobile-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6745098039);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 45;
  top: 0;
}

.navbar-background-visible {
  visibility: visible;
  opacity: 100%;
}

.navbar-desktop {
  position: fixed;
  top: 0;
  z-index: 45;
  justify-content: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6235294118);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.navbar-desktop li {
  height: 5rem;
  display: flex;
  align-items: center;
}
.navbar-desktop li a {
  color: white;
  padding: 0 2rem;
  display: inline-block;
  font-family: IranYekan;
}
.navbar-desktop li:hover a {
  color: rgb(214, 214, 214);
}

.nav-link1 {
  padding: 1rem 0.8rem !important;
}
.nav-link1 span {
  color: white;
  border-radius: 8px;
  padding: 8px 16px;
}
.nav-link1 span:hover {
  opacity: 0.85;
}
.nav-link1:hover {
  background-color: transparent !important;
}

.instagram-icon-desktop {
  padding: 0.3rem 0.3rem !important;
}

.logo-brand div,
.logo-brand-stroke div {
  z-index: 20;
  width: 24rem;
  height: 15rem;
}
.logo-brand div .title-background,
.logo-brand-stroke div .title-background {
  background-color: rgba(255, 255, 255, 0.345);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.logo-brand div .title,
.logo-brand-stroke div .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-brand div .title h1,
.logo-brand div .title span,
.logo-brand-stroke div .title h1,
.logo-brand-stroke div .title span {
  padding: 10px;
  display: inline-block;
  background: radial-gradient(#fff200, #ff0000, #540094, #295100);
  background-size: 250% 250%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-animation 20s ease-in-out infinite;
}
.logo-brand div .titleStroke,
.logo-brand-stroke div .titleStroke {
  -webkit-text-fill-color: black !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  animation: none !important;
  background: transparent !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 150% 150%;
  }
  50% {
    background-position: 150% 0%;
  }
  75% {
    background-position: 0% 150%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.PosCenter {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.laguageChange {
  background-color: rgb(25, 25, 25);
  color: white;
  display: block;
  padding: 0.7rem !important;
}

.btnctn-bottom-right {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
  .btnctn-bottom-right {
    display: none;
  }
} /*# sourceMappingURL=shared.css.map */
