@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 150vh;
  /* اضافه کردن ارتفاع برای ایجاد اسکرول */
  font-family: iransans;
  line-height: 2;
  font-size: 1rem;
  text-align: right;
}

body,
html {
  overflow-x: hidden;
}

.row {
  margin: 0px;
}

.none {
  display: none;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.container {
  overflow: unset !important;
}

p {
  line-height: 2;
}

h1 {
  font-size: 36px;
  font-weight: 800;
}

h2 {
  font-size: 32px;
  font-weight: 800;
}

h3 {
  font-size: 22px;
  font-weight: 800;
}

h4 {
  font-size: 18px;
  font-weight: 800;
}

h5 {
  font-size: 16px;
  font-weight: 800;
}

h6 {
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 600px) {
  .room__titr {
    font-size: 20px !important;
  }

  .Collections__titr {
    font-size: 20px !important;
  }
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px !important;
}

.container2 {
  max-width: 450px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px !important;
}

@font-face {
  font-family: "iransansBold";
  font-weight: bold;
  src: url("../fonts/iransans/IRANSansXFaNum-Bold.woff2") format("woff2"), url("../fonts/iransans/IRANSansXFaNum-Bold.woff") format("woff"), url("../fonts/iransans/IRANSansXFaNum-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "iransans";
  font-weight: normal;
  src: url("../fonts/iransans/IRANSansXFaNum-Regular.woff2") format("woff2"), url("../fonts/iransans/IRANSansXFaNum-Regular.woff") format("woff"), url("../fonts/iransans/IRANSansXFaNum-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "dima";
  src: url("../fonts/dima/Dima Naskh Regular.ttf") format("truetype");
}

@font-face {
  font-family: "diba";
  src: url("../fonts/diba/Diba Regular.ttf") format("truetype");
}

@font-face {
  font-weight: 900;
  font-family: "kahroba";
  src: url("../fonts/kahroba/Kahroba-VF-OA[wght,wdth,CNTR].woff2") format("woff2");
}

.tran {
  transition: 0.7s;
}

.none {
  display: none;
}

.button__dark {
  border-radius: 18px;
  background: #181823;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.button__dark:hover {
  background: #ffffff;
  border-color: #3a3a50;
  transform: translateY(-3px);
  color: #181823;
}

.button__dark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(90, 90, 120, 0.2) 10%, transparent 60%);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.button__dark:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.button__dark img {
  width: 24px !important;
  height: 24px !important;
}

.header {
  margin-bottom: 52px;
}

.header__nav {
  box-shadow: 0px 6px 8px 0px rgba(224, 224, 224, 0.25);
  margin-bottom: 52px;
  padding: 24px 0px;
}

.header__title {
  background: url(../img/header/Group.png) no-repeat center center;
  background-size: contain;
}

.header__subject {
  padding: 132px 0px 111px 0px;
}

.header__titr h1 {
  color: #f8fcfb;
  text-align: right;
  font-family: kahroba;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 32px;
}

.header__titr h2 {
  color: #f8fcfb;
  text-align: right;
  font-family: kahroba;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 32px;
}

.header__titr p {
  color: #f8fcfb;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 32px;
}

.header__logo {
  width: 58px;
  display: inline-block;
}

.header__menu {
  display: inline-block;
}

.header__icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.header__item {
  display: inline-block;
  margin-left: 32px;
}

.header__video video {
  border-radius: 48px;
  max-width: 100%;
  width: 640px;
  max-height: 380px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.header__buttn2 {
  display: none;
}

.header__link {
  position: relative;
  color: #9aa6b2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-right: 8px;
  padding: 7px;
}

.header__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.header__link:hover::after {
  border-color: #0c9676;
  transform: scale(1.1);
}

.button__dark {
  color: #fff;
  font-size: 18px;
  font-weight: 450;
  padding: 10px 10px;
}

.button__dark img {
  margin-right: 12px;
}

.header__video {
  position: relative;
  width: 600px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.video {
  text-align: -webkit-center;
}

.header__button1 {
  padding: 12px 20px !important;
  margin-left: 20px;
}

.header__button2 {
  padding: 12px 20px !important;
}

.header__logo2 {
  display: none;
}

#my-menu .mm-navbar {
  background: #0c9676 !important;
}

.mm-menu {
  animation: fadeInRight 0.5s ease-in-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mm-menu {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}

/* آیتم‌های منو */
.mm-listview>li>a {
  color: #333;
  padding: 15px 25px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  color: #0c9676;
}

/* افکت هاور روی آیتم‌ها */
.mm-listview>li>a:hover {
  background: #e8f5e9;
  color: #2e7d32;
  padding-left: 35px;
}

/* آیکون‌ها در منو */
.mm-listview>li>a i {
  margin-left: 10px;
  color: #2e7d32;
  transition: color 0.3s;
}

/* تغییر رنگ آیکون در هاور */
.mm-listview>li>a:hover i {
  color: #1b5e20;
}

/* آیتم فعال */
.fas {
  border-radius: 8px;
}

/* زیرمنو */
.mm-panel {
  background-color: #f9f9f9;
}

/* دکمه بستن منو */
.mm-btn_close {
  color: #2e7d32;
  font-size: 26px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.mm-btn_close:hover {
  transform: rotate(90deg);
}

/* انیمیشن باز شدن منو */
.mm-menu {
  animation: fadeInRight 0.5s ease-in-out;
  margin: 0 !important;
  padding: 0;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.footer {
  border-top: 8px solid var(--Brown-Yellow, #d09f67);
  background: var(--Paolo-Veronese-Green, #0c9676);
  padding: 60px 0px;
}

.footer__logo img {
  width: 77px;
  height: 94px;
}

.footer__location {
  padding-bottom: 52px;
}

.footer__list ul {
  list-style: disc;
  list-style-position: inside;
}

.footer__list ul li::marker {
  color: #ffffff;
}

.footer__item {
  margin: 24px 0px;
}

.footer__link {
  color: var(--Mint-Cream, #f8fcfb);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.footer__bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer__text p {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.footer__mysocial {
  display: inline-block;
}

.social img {
  width: 32px;
  height: 32px;
  margin: 0px 10px;
}

.news {
  position: relative;
  border-radius: 48px;
  height: 360px;
  padding: 40px 32px;
}

.news__box {
  border-radius: 48px;
  background: #fff;
  background: white;
  padding: 32px 24px;
  box-shadow: 0px 6px 0px 0px rgba(191, 191, 191, 0.25);
}

.news__titr {
  color: #181823;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
}

.news__clock {
  display: block;
  color: #9aa6b2;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

.news__date {
  color: #9aa6b2;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}

.news__description {
  color: #181823;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.news__button {
  all: unset;
  color: var(--Eerie-Black, #181823);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #181823;
  padding: 9px 6px;
  border-radius: 12px;
  display: none;
}

.news__button img {
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
  margin-right: 10px;
}

.news__poster {
  width: 200px;
  height: 286px;
  overflow: hidden;
  border-radius: 16px;
}

.news__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__slider {
  position: relative;
  border-radius: 48px;
  bottom: 115px;
}

.news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/news/Banner.png) no-repeat center top;
  background-size: cover;
  z-index: -1;
  border-radius: 48px;
}

.news__salam {
  text-align: center;
}

.news__salam h1 {
  color: #f8fcfb;
  font-family: kahroba;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px;
}

.news__salam p {
  color: var(--Mint-Cream, #f8fcfb);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.news__salam .salam2 {
  font-size: 48px !important;
}

.news_nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 100px;
}

.news_nav .item {
  width: 70%;
}

.dots_new {
  position: relative;
  bottom: 88px;
  text-align: center;
}

.news_dots {
  padding: 9px 22px 4px 22px;
  background: rgba(208, 159, 103, 0.1);
  display: inline-block;
  border-radius: 32px;
}

.news_dots .owl-dot {
  all: unset;
  background: #d09f67;
  width: 13px;
  height: 13px;
  margin: 0px 7px;
  border-radius: 50px;
  padding: 0px;
  cursor: pointer;
}

.news_dots .owl-dot.active {
  padding: 1px;
  background: #854c0a;
}

.news_nav .owl-prev,
.news_nav .owl-next {
  all: unset;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  cursor: pointer;
  transition: 0.8s;
}

.news_nav .owl-prev:hover,
.news_nav .owl-next:hover {
  background: #181823;
}

.news_nav .owl-prev span,
.news_nav .owl-next span {
  padding: 20px 28px;
  color: #fff;
  font-size: 33px;
}

.contain {
  max-width: 1080px;
  margin: 0 auto;
}

.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel .owl-item {
  width: 50%;
  /* دو آیتم در هر ردیف */
  margin-bottom: 10px;
}

.custom-prev {
  position: absolute;
  top: 48%;
  border: 1px solid #181823;
  background: #181823;
  padding: 20px;
  border-radius: 50%;
}

.custom-prev svg path {
  stroke: #fff;
}

.custom-next {
  position: absolute;
  left: 0;
  border: 1px solid #181823;
  top: 48%;
  background: #181823;
  padding: 20px;
  border-radius: 50%;
}

.custom-next svg path {
  stroke: #fff;
}

.swiper-button-disabled {
  background: #fff;
  border: 1px solid #181823;
}

.swiper-button-disabled svg path {
  stroke: #181823;
}



.custome-pagination {
  display: inline;
  padding: 11px 22px 6px 22px;
  background: rgba(208, 159, 103, 0.1);
  border-radius: 32px;
}

.custome-pagination .swiper-pagination-bullet {
  background: #d09f67;
  width: 13px;
  height: 13px;
  padding: 0px;
  cursor: pointer;
}

.custome-pagination .swiper-pagination-bullet-active {
  padding: 1px;
  background: #854c0a;
  width: 14px;
  height: 14px;
}

.swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: block;
  justify-content: center;
  align-items: center;
}

.plans {
  margin-bottom: 56px;
}

.plans__subject {
  text-align: center;
  background: url(../img/plans/plans.png) no-repeat center top;
  background-size: cover;
  padding: 30px 0px;
}

.plans__titr {
  color: #f8fcfb;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 16px;
}

.plans__text {
  color: #f1f2f3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.plans__item {
  border-radius: 0px 0px 32px 32px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 6px 0px 0px rgba(225, 225, 225, 0.25);
}

.plans__box {
  text-align: center;
  margin-bottom: 16px;
  transition: all 0.4s ease;
  padding: 5px;
  border-radius: 12px;
}

.plans__box span {
  color: #181823;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.plans__box:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.plans__image {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 96px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.plans__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan {
  margin-bottom: 56px;
}

.plan__subject {
  text-align: center;
  padding: 30px 0px;
}

.plan__titr {
  color: #0c9676;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.plan__text {
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.plan__add {
  display: inline-block;
  border-radius: 16px;
  background: rgba(12, 150, 118, 0.1);
  padding: 20px;
}

.plan__item {
  border-radius: 0px 0px 32px 32px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 6px 0px 0px rgba(225, 225, 225, 0.25);
  border: 1px solid #35a88d;
}

.plan__box {
  margin-bottom: 16px;
}

.plan__box span {
  color: #181823;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.plan__image {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 96px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.plan__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan__box {
  background: linear-gradient(145deg, #f3f4f6, #e0e0e0);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 18px;
  max-width: 360px;
  margin: auto;
  position: relative;
  margin-bottom: 15px;
}

.plan__box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.plan__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.plan__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan__box:hover .plan__img img {
  transform: scale(1.05);
}

.plan__accept {
  padding: 16px;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  position: relative;
}

.plan__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.plan__cate {
  font-size: 1.4rem;
  font-weight: bold;
  color: #49c7ac;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.plan__day {
  background: #49c7ac;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 1rem;
  color: #49c7ac;
  font-weight: bold;
  transition: background 0.3s ease;
}

.plan__box:hover .plan__day {
  background: #49c7ac;
}

.plan__date {
  font-weight: bold;
  color: #49c7ac;
}

.plan__box::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background: rgba(73, 199, 172, 0.21);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.plan__box:hover::before {
  top: -70px;
  left: -70px;
  width: 140px;
  height: 140px;
  background: rgba(73, 199, 172, 0.21);
}

.donate {
  margin-bottom: 56px;
}

.donate__subject {
  text-align: center;
  background: url(../img/donate/donate.png) no-repeat center top;
  background-size: cover;
  padding: 13px 0px;
  margin-bottom: 44px;
}

.donate__titr {
  color: #f8fcfb;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 16px;
}

.donate__text {
  color: #f1f2f3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.donate__form {
  text-align: right;
  padding: 24px 32px;
  border-radius: 32px;
  background: var(--White, #fff);
  box-shadow: 0px 6px 0px 0px rgba(225, 225, 225, 0.25);
}

.donate__cost {
  border-radius: 32px;
  background: var(--White, #fff);
  padding: 29px 32px;
  box-shadow: 0px 6px 0px 0px rgba(225, 225, 225, 0.25);
}

.donate__hadis {
  color: #0c9676;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0px;
}

.donate__heart {
  color: #181823;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin: 12px 0px;
}

.donate__heart img {
  width: 40px;
  height: 40px;
  margin: 12px 0px;
}

.donate__help {
  color: var(--Gray-04, #aeb8c1);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 32px;
}

.donate__input {
  cursor: pointer;
  padding: 13px 18px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid var(--Gray-02, #d7dbe0);
}

.donate__input img {
  width: 24px;
  height: auto;
  margin-left: 12px;
}

.donate__input input {
  border: none;
  outline: none;
}

.donate__input .icon {
  width: 17px !important;
}

.donate__cost {
  text-align: right;
}

.donate__cost__costitr {
  color: var(--Eerie-Black, #181823);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.donate__img {
  width: 40px;
  height: 40px;
}

.donate__costtext {
  color: var(--Gray-05, #9aa6b2);
  margin: 14px 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.cost {
  margin-bottom: 16px;
}

.cost_name {
  color: var(--Eerie-Black, #181823);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.costprrice {
  color: #0c9676;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.scroll {
  max-height: 190px;
  overflow-y: auto;
  direction: rtl;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scroll {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

@media (min-width: 300px) and (max-width: 767px) {
  .header__nav {
    display: none;
  }

  .header__logo2 {
    padding: 16px 0px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }

  .header__logo2 img {
    width: 58px;
    height: 70px;
  }

  .mmenu {
    position: absolute;
    right: 18px;
    top: 41%;
    border-radius: 40px;
    background: var(--White, #fff);
    box-shadow: 0px 2px 6px 0px rgba(94, 90, 90, 0.25);
    font-size: 22px;
    color: black;
    padding: 4px 15px 1px 15px;
  }

  .header__title {
    background: unset !important;
  }

  .cream-layer {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 31px;
    background-color: #f0e9dd;
    border-radius: 0 0 32px 32px;
    z-index: -2;
    margin: 0 auto;
    width: 80%;
  }

  .header__titr h1 {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-family: Kahroba;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 8px !important;
  }

  .header__titr h2 {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-family: Kahroba;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 5px !important;
    display: none;
  }

  .header__titr p {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .header {
    margin: 0px 15px 24px 15px;
  }

  .header__subject {
    padding: 0px;
    background-color: #0c9676;
    background-image: url(../img/header/pattern.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 46px;
    text-align: center;
    padding: 25px 30px;
    position: relative;
    margin-bottom: 24px;
  }

  .header__video {
    width: unset !important;
    height: unset !important;
  }

  .panel {
    padding: 12px 56px !important;
  }

  .header__button1 {
    margin-left: 0px !important;
  }

  .header__buttn1 {
    display: none;
    margin-left: 0px;
  }

  .header__buttn2 {
    display: block;
  }

  .header__buttn2 .panel {
    margin-top: 8px;
  }

  .bott {
    margin-bottom: 27px;
  }

  .news::before {
    border-radius: unset !important;
  }

  .news_nav {
    display: none !important;
  }

  .news__salam h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 14px !important;
  }

  .news__salam .salam2 {
    font-size: 24px !important;
  }

  .news__poster {
    width: 124px;
    height: 174px;
  }

  .news__titr {
    font-size: 14px;
    margin-bottom: 4px !important;
    line-height: 25px;
  }

  .news__date {
    font-size: 14px;
  }

  .news__clock {
    font-size: 14px;
  }

  .news__description {
    display: none;
  }

  .news__button {
    display: inline-block !important;
  }

  #news .contain {
    margin: 0px 24px;
  }

  .news__box {
    border-radius: 16px;
    padding: 10px 0px 10px 10px;
  }

  .news__slider {
    bottom: 132px;
  }

  .dots_new {
    bottom: 123px;
  }

  .news_dots {
    padding: 1px 20px 0px 20px;
  }

  .news_dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  #news {
    margin-bottom: -60px;
  }



  .custom-next,
  .custom-prev {
    display: none !important;
  }

  .plans__subject {
    background: url(../img/plans/Banner.png) no-repeat;
    background-size: cover;
    background-position: right;
  }

  .plans__image {
    width: 72px !important;
    height: 72px !important;
  }

  .plans__box span {
    font-size: 18px;
  }

  .plans__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .plans__text {
    font-size: 14px;
  }

  .plans__subject {
    padding: 18px 24px;
  }

  .swiper {
    padding-top: 0px;
  }

  .plans__text {
    margin-bottom: 0px;
  }

  .plan__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .plan__text {
    font-size: 14px;
  }

  .plan__add {
    padding: 24px;
  }

  .donate__subject {
    background: url(../img/plans/Banner2.png) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 24px;
  }

  .donate__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .donate__text {
    font-size: 14px;
  }

  .donate__hadis {
    font-size: 12px;
  }

  .donate__heart {
    font-size: 18px;
  }

  .donate__heart img {
    width: 24px;
    height: 24px;
  }

  .donate__help {
    font-size: 12px;
  }

  .donate__form {
    margin: 0px 24px;
    padding: 0px;
    padding-bottom: 20px;
  }

  .donate__form input {
    font-size: 14px;
  }

  .donate__img {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }

  .donate__costtex {
    font-size: 12px;
  }

  .costprrice {
    font-size: 14px;
  }

  .cost__name {
    font-size: 16px;
  }

  .comment__heyat {
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
  }

  .comment__titr {
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
  }

  .comment__titr img {
    width: 32px !important;
    height: 32px !important;
  }

  .comment__text {
    font-size: 14px !important;
    text-align: center !important;
  }

  .comment__area {
    padding: 4px !important;
  }

  .comment__button button {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }

  .comment__list {
    border-top: unset !important;
    border-bottom: 1px solid #d7dbe0 !important;
    padding-bottom: 16px;
  }

  .comment__number {
    font-size: 20px !important;
  }

  .comment__red {
    font-size: 14px !important;
  }

  .comment__name {
    font-size: 14px !important;
    margin-left: 3px !important;
  }

  .comment__img {
    width: 40px !important;
    height: 40px !important;
    margin-left: 0px !important;
  }

  .comment__time {
    font-size: 12px !important;
  }

  .comment__info {
    font-size: 12px !important;
    margin-right: 45px !important;
  }

  .comment__like,
  .comment__heartred {
    font-size: 14px !important;
  }

  .comment__box {
    margin-bottom: 10px !important;
  }

  .logoo {
    display: block !important;
  }

  .footer__logo {
    display: none !important;
  }

  .footer__logoo {
    width: 77px;
    height: 94px;
    margin: 0 auto;
  }

  .foot__none {
    display: none !important;
  }

  .locate {
    height: 169px !important;
  }

  .footer {
    padding: 20px 0px !important;
  }

  .footer__social {
    text-align: center !important;
    margin-bottom: 25px !important;
  }

  .footer__text {
    text-align: center !important;
  }

  .footer__text p {
    font-size: 12px !important;
  }

  .social img {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header__nav {
    display: none;
  }

  .header__logo2 {
    padding: 16px 0px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }

  .header__logo2 img {
    width: 58px;
    height: 70px;
  }

  .mmenu {
    position: absolute;
    right: 18px;
    top: 41%;
    border-radius: 40px;
    background: var(--White, #fff);
    box-shadow: 0px 2px 6px 0px rgba(94, 90, 90, 0.25);
    font-size: 22px;
    color: black;
    padding: 4px 15px 1px 15px;
  }

  .header__title {
    background: unset !important;
  }

  .cream-layer {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 31px;
    background-color: #f0e9dd;
    border-radius: 0 0 32px 32px;
    z-index: -2;
    margin: 0 auto;
    width: 80%;
  }

  .header__titr h1 {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-family: Kahroba;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 8px !important;
  }

  .header__titr h2 {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-family: Kahroba;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 5px !important;
    display: none;
  }

  .header__titr p {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .header {
    margin: 0px 15px 24px 15px;
  }

  .header__subject {
    padding: 0px;
    background-color: #0c9676;
    background-image: url(../img/header/pattern.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 46px;
    text-align: center;
    padding: 25px 30px;
    position: relative;
    margin-bottom: 24px;
  }

  .header__video {
    width: unset !important;
    height: unset !important;
  }

  .panel {
    padding: 12px 56px !important;
  }

  .header__button1 {
    margin-left: 0px !important;
  }

  .header__buttn1 {
    display: none;
    margin-left: 0px;
  }

  .header__buttn2 {
    display: block;
  }

  .header__buttn2 .panel {
    margin-top: 8px;
  }

  .bott {
    margin-bottom: 27px;
  }

  .news::before {
    border-radius: unset !important;
  }

  .news_nav {
    display: none !important;
  }

  .news__salam h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 14px !important;
  }

  .news__salam .salam2 {
    font-size: 24px !important;
  }

  .news__poster {
    width: 240px;
    height: 276px;
  }

  .news__titr {
    font-size: 14px;
    margin-bottom: 4px !important;
    line-height: 25px;
  }

  .news__date {
    font-size: 14px;
  }

  .news__clock {
    font-size: 14px;
  }

  #news .contain {
    margin: 0px 24px;
  }

  .news__box {
    border-radius: 16px;
    padding: 10px 0px 10px 10px;
  }

  .news__slider {
    bottom: 132px;
  }

  .dots_new {
    bottom: 123px;
  }

  .news_dots {
    padding: 1px 20px 0px 20px;
  }

  .news_dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  #news {
    margin-bottom: -60px;
  }


  .custom-next,
  .custom-prev {
    display: none !important;
  }

  .plans__subject {
    background: url(../img/plans/Banner.png) no-repeat;
    background-size: cover;
    background-position: right;
  }

  .plans__image {
    width: 72px !important;
    height: 72px !important;
  }

  .plans__box span {
    font-size: 18px;
  }

  .plans__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .plans__text {
    font-size: 14px;
  }

  .plans__subject {
    padding: 18px 24px;
  }

  .swiper {
    padding-top: 0px;
  }

  .plans__text {
    margin-bottom: 0px;
  }

  .plan__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .plan__text {
    font-size: 14px;
  }

  .plan__add {
    padding: 24px;
  }

  .donate__subject {
    background: url(../img/plans/Banner2.png) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 24px;
  }

  .donate__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .donate__text {
    font-size: 14px;
  }

  .donate__hadis {
    font-size: 12px;
  }

  .donate__heart {
    font-size: 18px;
  }

  .donate__heart img {
    width: 24px;
    height: 24px;
  }

  .donate__help {
    font-size: 12px;
  }

  .donate__form {
    margin: 0px 24px;
    padding: 0px;
    padding-bottom: 20px;
  }

  .donate__form input {
    font-size: 14px;
  }

  .donate__img {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }

  .donate__costtex {
    font-size: 12px;
  }

  .costprrice {
    font-size: 14px;
  }

  .cost__name {
    font-size: 16px;
  }

  .comment__heyat {
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
  }

  .comment__titr {
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
  }

  .comment__titr img {
    width: 32px !important;
    height: 32px !important;
  }

  .comment__text {
    font-size: 14px !important;
    text-align: center !important;
  }

  .comment__area {
    padding: 4px !important;
  }

  .comment__button button {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }

  .comment__list {
    border-top: unset !important;
    border-bottom: 1px solid #d7dbe0 !important;
    padding-bottom: 16px;
  }

  .comment__number {
    font-size: 20px !important;
  }

  .comment__red {
    font-size: 14px !important;
  }

  .comment__name {
    font-size: 14px !important;
    margin-left: 3px !important;
  }

  .comment__img {
    width: 40px !important;
    height: 40px !important;
    margin-left: 0px !important;
  }

  .comment__time {
    font-size: 12px !important;
  }

  .comment__info {
    font-size: 12px !important;
    margin-right: 45px !important;
  }

  .comment__like,
  .comment__heartred {
    font-size: 14px !important;
  }

  .comment__box {
    margin-bottom: 10px !important;
  }

  .logoo {
    display: block !important;
  }

  .footer__logo {
    display: none !important;
  }

  .footer__logoo {
    width: 77px;
    height: 94px;
    margin: 0 auto;
  }

  .foot__none {
    display: none !important;
  }

  .locate {
    height: 169px !important;
  }

  .footer {
    padding: 20px 0px !important;
  }

  .footer__social {
    text-align: center !important;
    margin-bottom: 25px !important;
  }

  .footer__text {
    text-align: center !important;
  }

  .footer__text p {
    font-size: 12px !important;
  }

  .social img {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .header__nav {
    display: none;
  }

  .header__logo2 {
    padding: 16px 0px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }

  .header__logo2 img {
    width: 58px;
    height: 70px;
  }

  .mmenu {
    position: absolute;
    right: 18px;
    top: 41%;
    border-radius: 40px;
    background: var(--White, #fff);
    box-shadow: 0px 2px 6px 0px rgba(94, 90, 90, 0.25);
    font-size: 22px;
    color: black;
    padding: 4px 15px 1px 15px;
  }

  .header__title {
    background: unset !important;
  }

  .cream-layer {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 31px;
    background-color: #f0e9dd;
    border-radius: 0 0 32px 32px;
    z-index: -2;
    margin: 0 auto;
    width: 80%;
  }

  .header__titr h1 {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-family: Kahroba;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 8px !important;
  }

  .header__titr h2 {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-family: Kahroba;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 5px !important;
    display: none;
  }

  .header__titr p {
    color: var(--Mint-Cream, #f8fcfb);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .header {
    margin: 0px 15px 24px 15px;
  }

  .header__subject {
    padding: 0px;
    background-color: #0c9676;
    background-image: url(../img/header/pattern.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 46px;
    text-align: center;
    padding: 25px 30px;
    position: relative;
    margin-bottom: 24px;
  }

  .header__video {
    width: unset !important;
    height: unset !important;
  }

  .panel {
    padding: 12px 56px !important;
  }

  .header__button1 {
    margin-left: 0px !important;
  }

  .header__buttn1 {
    display: none;
    margin-left: 0px;
  }

  .header__buttn2 {
    display: block;
  }

  .header__buttn2 .panel {
    margin-top: 8px;
  }

  .bott {
    margin-bottom: 27px;
  }

  .news::before {
    border-radius: unset !important;
  }

  .news_nav {
    display: none !important;
  }

  .news__salam h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 14px !important;
  }

  .news__salam .salam2 {
    font-size: 24px !important;
  }

  .news__poster {
    width: 240px;
    height: 276px;
  }

  .news__titr {
    font-size: 14px;
    margin-bottom: 4px !important;
    line-height: 25px;
  }

  .news__date {
    font-size: 14px;
  }

  .news__clock {
    font-size: 14px;
  }

  #news .contain {
    margin: 0px 24px;
  }

  .news__box {
    border-radius: 16px;
    padding: 10px 0px 10px 10px;
  }

  .news__slider {
    bottom: 132px;
  }

  .dots_new {
    bottom: 123px;
  }

  .news_dots {
    padding: 1px 20px 0px 20px;
  }

  .news_dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  #news {
    margin-bottom: -60px;
  }



  .custom-next,
  .custom-prev {
    display: none !important;
  }

  .plans__subject {
    background: url(../img/plans/Banner.png) no-repeat;
    background-size: cover;
    background-position: right;
  }

  .plans__image {
    width: 72px !important;
    height: 72px !important;
  }

  .plans__box span {
    font-size: 18px;
  }

  .plans__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .plans__text {
    font-size: 14px;
  }

  .plans__subject {
    padding: 18px 24px;
  }

  .swiper {
    padding-top: 0px;
  }

  .plans__text {
    margin-bottom: 0px;
  }

  .plan__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .plan__text {
    font-size: 14px;
  }

  .plan__add {
    padding: 24px;
  }

  .donate__subject {
    background: url(../img/plans/Banner2.png) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 24px;
  }

  .donate__titr {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .donate__text {
    font-size: 14px;
  }

  .donate__hadis {
    font-size: 12px;
  }

  .donate__heart {
    font-size: 18px;
  }

  .donate__heart img {
    width: 24px;
    height: 24px;
  }

  .donate__help {
    font-size: 12px;
  }

  .donate__form {
    margin: 0px 24px;
    padding: 0px;
    padding-bottom: 20px;
  }

  .donate__form input {
    font-size: 14px;
  }

  .donate__img {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }

  .donate__costtex {
    font-size: 12px;
  }

  .costprrice {
    font-size: 14px;
  }

  .cost__name {
    font-size: 16px;
  }

  .comment__heyat {
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
  }

  .comment__titr {
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
  }

  .comment__titr img {
    width: 32px !important;
    height: 32px !important;
  }

  .comment__text {
    font-size: 14px !important;
    text-align: center !important;
  }

  .comment__area {
    padding: 4px !important;
  }

  .comment__button button {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }

  .comment__list {
    border-top: unset !important;
    border-bottom: 1px solid #d7dbe0 !important;
    padding-bottom: 16px;
  }

  .comment__number {
    font-size: 20px !important;
  }

  .comment__red {
    font-size: 14px !important;
  }

  .comment__name {
    font-size: 14px !important;
    margin-left: 3px !important;
  }

  .comment__img {
    width: 40px !important;
    height: 40px !important;
    margin-left: 0px !important;
  }

  .comment__time {
    font-size: 12px !important;
  }

  .comment__info {
    font-size: 12px !important;
    margin-right: 45px !important;
  }

  .comment__like,
  .comment__heartred {
    font-size: 14px !important;
  }

  .comment__box {
    margin-bottom: 10px !important;
  }

  .logoo {
    display: block !important;
  }

  .footer__logo {
    display: none !important;
  }

  .footer__logoo {
    width: 77px;
    height: 94px;
    margin: 0 auto;
  }

  .foot__none {
    display: none !important;
  }

  .locate {
    height: 169px !important;
  }

  .footer {
    padding: 20px 0px !important;
  }

  .footer__social {
    text-align: center !important;
    margin-bottom: 25px !important;
  }

  .footer__text {
    text-align: center !important;
  }

  .footer__text p {
    font-size: 12px !important;
  }

  .social img {
    width: 24px !important;
    height: 24px !important;
  }
}

/* دسکتاپ */
.comment {
  margin-bottom: 52px;
}

.comment__allbox {
  border-radius: 32px;
  background: var(--White, #fff);
  box-shadow: 0px 8px 44px 0px rgba(211, 211, 211, 0.35);
  padding: 26px 24px;
}

.comment__heyat {
  color: var(--Brown-Yellow, #d09f67);
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
}

.comment__titr {
  color: var(--Eerie-Black, #181823);
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 12px;
}

.comment__titr img {
  width: 40px;
  height: 40px;
}

.comment__text {
  color: var(--Gray-05, #9aa6b2);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.comment__area {
  padding: 32px;
  border-radius: 24px;
  background: rgba(208, 159, 103, 0.1);
  margin-bottom: 32px;
}

.comment__area textarea {
  all: unset;
  padding: 20px;
  width: 50%;
  height: 150px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.comment__button {
  text-align: left;
}

.comment__list {
  border-top: 1px solid #d7dbe0;
  padding-top: 30px;
  margin-bottom: 24px;
}

.comment__number {
  color: var(--Eerie-Black, #181823);
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-left: 16px;
  margin-bottom: 24px;
}

.comment__red {
  padding: 2px 16px;
  border-radius: 24px;
  background: var(--Radical-Red, #fc345c);
  color: var(--White, #fff);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comment__img {
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-left: 12px;
}

.comment__img img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.comment__box {
  margin-bottom: 50px;
}

.comment__name {
  color: var(--Eerie-Black, #181823);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-left: 12px;
}

.comment__time {
  color: var(--Gray-05, #9aa6b2);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.comment__info {
  margin-right: 70px;
  color: var(--Eerie-Black, #181823);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.comment__icon {
  margin-right: 70px;
}

.comment__like {
  color: var(--Gray-05, #9aa6b2);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-left: 16px;
}

.comment__like img {
  width: 24px;
  height: 24px;
}

.comment__heartred {
  color: var(--Radical-Red, #fc345c);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.comment__heartred img {
  width: 24px;
  height: 24px;
}

.comment__all {
  max-height: 400px;
  overflow: auto;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

/* استایل کلی مودال */
.heyat-modal-content {
  border: none;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
  /* فونت سایت */
}

/* هدر مودال */
.heyat-modal-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: none;
  padding: 1.5rem 2rem;
  position: relative;
}

.heyat-modal-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 3px;
  background: linear-gradient(90deg, transparent, #198754, transparent);
  /* رنگ سبز سیدی */
  border-radius: 10px;
}

.heyat-modal-title {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 1.4rem;
}

.btn-close {
  margin: 0px !important;
}

/* دکمه بستن */
.btn-close-custom {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.8rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.btn-close-custom:hover {
  background-color: #ffebee;
  transform: rotate(90deg);
}

/* تصویر داخل مودال */
.modal-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal-img-wrapper img {
  transition: transform 0.5s ease;
}

.modal-img-wrapper:hover img {
  transform: scale(1.05);
}

/* لیست مراسمات */
.ceremony-list-container {
  max-height: 400px;
  overflow-y: auto;
  padding: 5px;
}

/* اسکرول بار زیبا */
.ceremony-list-container::-webkit-scrollbar {
  width: 6px;
}

.ceremony-list-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.ceremony-list-container::-webkit-scrollbar-thumb {
  background: #198754;
  /* رنگ سبز */
  border-radius: 10px;
}

/* آیتم‌های لیست (کارت‌ها) */
.ceremony-item {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ceremony-item:hover {
  transform: translateY(-4px) translateX(-4px);
  box-shadow: 5px 5px 20px rgba(25, 135, 84, 0.15);
  /* سایه سبز ملایم */
  border-color: #d1e7dd;
}

.ceremony-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #e9ecef;
  transition: background 0.3s;
}

.ceremony-item:hover::before {
  background: #198754;
}

.ceremony-title {
  font-weight: 700;
  color: #333;
  font-size: 1rem;
  margin-bottom: 4px;
  display: block;
}

.ceremony-date {
  font-size: 0.85rem;
  color: #888;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ceremony-btn {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
  border: none;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s;
}

.ceremony-item:hover .ceremony-btn {
  background: #198754;
  color: #fff;
}

/* انیمیشن لود شدن آیتم‌ها */
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-item {
  animation: slideUpFade 0.4s ease forwards;
}


:root {
  /* پالت رنگی لوکس و مدرن */
  --gold-primary: #d4af37;
  /* طلایی استاندارد */
  --gold-dark: #b4941f;
  /* طلایی تیره‌تر برای هاور */
  --teal-dark: #134e4a;
  /* یشمی/سبز تیره (بسیار سنگین و شیک) */
  --teal-light: #f0fdfa;
  /* پس‌زمینه خیلی روشن */
  --text-main: #1e293b;
  --text-muted: #64748b;
  --white: #ffffff;
  --shadow-soft: 0 10px 30px -5px rgba(0, 0, 0, 0.06);
  /* سایه نرم و مدرن */
  --radius-card: 16px;
  /* گردی مدرن */
}


.courses-section {
  padding: 60px 0;
  direction: rtl;
  background: linear-gradient(to bottom, #ffffff, #f1f5f9);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- هدر مدرن --- */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.header-title {
  position: relative;
  padding-right: 15px;
}

/* خط عمودی طلایی کنار عنوان */
.header-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background: var(--gold-primary);
  border-radius: 4px;
}

.header-title h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--teal-dark);
  margin: 0;
}

.header-title p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 5px 0 0 0;
}

/* --- دکمه‌های اسلایدر (فلت و نرم) --- */
.slider-controls {
  display: flex;
  gap: 10px;
}

.nav-btn {
  width: 42px;
  height: 42px;
  border: none;
  background: var(--white);
  color: var(--text-main);
  border-radius: 50%;
  /* دایره کامل */
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* سایه ظریف */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* انیمیشن نرم */
  font-size: 1rem;
}

.nav-btn:hover {
  background: var(--teal-dark);
  color: var(--white);
  transform: translateY(-2px);
  /* کمی بالا می‌آید */
  box-shadow: 0 8px 20px rgba(19, 78, 74, 0.25);
  /* سایه رنگی */
}

.nav-btn:active {
  transform: translateY(0);
}

/* --- بدنه اسلایدر --- */
.courses-wrapper {
  position: relative;
}

.courses-container {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  padding: 20px 5px 40px 5px;
  /* پدینگ پایین برای سایه‌ها */
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.courses-container::-webkit-scrollbar {
  display: none;
}

/* --- کارت محصول (Clean & Modern) --- */
.course-card {
  background: var(--white);
  border-radius: var(--radius-card);
  width: 280px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  position: relative;
  /* حذف بوردر، استفاده از سایه */
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: var(--shadow-soft);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* افکت هاور کارت */
.course-card:hover {
  transform: translateY(-8px);
  /* حرکت محسوس به بالا */
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.12);
}

/* بخش تصویر */
.card-image-wrapper {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.course-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* زوم نرم عکس هنگام هاور */
.course-card:hover .course-img {
  transform: scale(1.08);
}

.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--teal-dark);
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
}

/* محتوا */
.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.category-label {
  font-size: 0.75rem;
  color: var(--gold-primary);
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.course-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.6;
  margin: 0 0 12px 0;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.course-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.meta-item i {
  color: #cbd5e1;
}

/* فوتر کارت */
.card-footer {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-wrapper {
  display: flex;
  flex-direction: column;
}

.price-original {
  font-size: 0.75rem;
  text-decoration: line-through;
  color: #94a3b8;
  margin-bottom: -2px;
}

.price-final {
  color: var(--teal-dark);
  font-weight: 800;
  font-size: 1.1rem;
}

.price-unit {
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--text-muted);
}

/* دکمه ثبت نام - متنی اما با استایل */
.btn-link {
  color: var(--gold-primary);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}

.btn-link i {
  font-size: 0.8rem;
  transition: transform 0.3s;
}

.course-card:hover .btn-link {
  color: var(--gold-dark);
}

.course-card:hover .btn-link i {
  transform: translateX(-4px);
  /* فلش به سمت چپ حرکت میکند */
}

@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .slider-controls {
    align-self: flex-end;
  }
}

/* --- استایل جدید بخش مشخصات مدرس --- */
.course-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* پخش کردن آیتم‌ها */
  margin-bottom: 15px;
  padding-bottom: 15px;
  /* خط جداکننده ظریف */
  border-bottom: 1px dashed #e2e8f0;
  /* خط چین بسیار کمرنگ */
}

/* کانتینر عکس و نام مدرس */
.teacher-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* استایل عکس گرد مدرس */
.teacher-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--white);
  /* حاشیه سفید برای تمیزی */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* سایه ریز */
}

/* استایل نام مدرس */
.teacher-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
}

/* استایل ساعت دوره (سمت چپ) */
.course-duration {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: var(--text-muted);
  background: #f1f5f9;
  padding: 4px 8px;
  border-radius: 6px;
}

.course-duration i {
  color: var(--gold-primary);
  /* آیکون ساعت طلایی */
}


/* Modern Light Course Theme */
:root {
  /* پالت اصلی - روشن */
  --c-bg-body: #f8fafc;
  /* خاکستری محو مایل به آبی */
  --c-bg-card: #ffffff;
  /* سفید مطلق */
  --c-bg-hover: #f1f5f9;
  /* رنگ هاور */

  /* متون */
  --c-text-primary: #0f172a;
  /* سرمه‌ای خیلی تیره */
  --c-text-secondary: #475569;
  /* خاکستری متوسط */
  --c-text-muted: #94a3b8;
  /* خاکستری روشن */

  /* رنگ برند (Accent) */
  --c-brand: #2563eb;
  /* آبی استاندارد و جذاب */
  --c-brand-hover: #1d4ed8;
  /* آبی تیره‌تر برای هاور */
  --c-brand-light: #eff6ff;
  /* آبی خیلی روشن برای پس‌زمینه */

  /* وضعیت‌ها */
  --c-success: #10b981;
  --c-success-bg: #ecfdf5;
  --c-lock: #cbd5e1;

  /* بوردر و سایه */
  --c-border: #e2e8f0;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-blue: 0 10px 25px -5px rgba(37, 99, 235, 0.25);

  --radius-lg: 16px;
  --radius-xl: 24px;
}

/* تنظیمات کلی */
.course-layout-light {
  background-color: var(--c-bg-body);
  color: var(--c-text-primary);
  font-family: inherit;
  /* فونت سایت شما */
  direction: rtl;
  min-height: 100vh;
  line-height: 1.6;
}

/* --- Hero Section (هدر) --- */
.hero-section-light {
  background: #ffffff;
  padding: 10px 20px 100px;
  /* فضای پایین بیشتر برای همپوشانی */
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--c-border);
}

/* پترن پس‌زمینه مدرن */
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#e0e7ff 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.5;
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}

.badge-pill {
  background-color: var(--c-brand-light);
  color: var(--c-brand);
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--c-text-primary);
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.hero-desc {
  font-size: 1.15rem;
  color: var(--c-text-secondary);
  max-width: 600px;
  margin-bottom: 30px;
}

.hero-stats {
  display: flex;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--c-border);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-item strong {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--c-text-primary);
}

.stat-item span {
  font-size: 0.9rem;
  color: var(--c-text-muted);
}

/* باکس شناور سمت چپ هدر */
.hero-card-wrapper {
  position: relative;
}

.hero-video-card {
  background: var(--c-bg-card);
  border-radius: var(--radius-xl);
  padding: 15px;
  box-shadow: var(--shadow-blue);
  border: 1px solid var(--c-border);
  transition: transform 0.3s ease;
}

.hero-video-card:hover {
  transform: translateY(-5px);
}

.thumbnail-area {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1e293b, #0f172a);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.play-btn-pulse {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}

.play-btn-pulse:hover {
  transform: scale(1.1);
  background: var(--c-brand);
  border-color: var(--c-brand);
}

.cta-button {
  display: block;
  width: 100%;
  padding: 16px;
  background: var(--c-brand);
  color: white;
  text-align: center;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transition: all 0.2s;
}

.cta-button:hover {
  background-color: var(--c-brand-hover);
  box-shadow: 0 6px 15px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}

/* --- Main Layout --- */
.course-container {
  max-width: 1200px;
  margin: -60px auto 60px;
  /* بالا کشیدن باکس‌ها روی هدر */
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  position: relative;
  z-index: 5;
}

/* Content Area */
.content-card {
  background: var(--c-bg-card);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid var(--c-border);
}

.section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--c-border);
}

.section-head h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}

.section-head i {
  color: var(--c-brand);
  font-size: 1.4rem;
}

.typography-content {
  color: var(--c-text-secondary);
  font-size: 1rem;
  line-height: 1.9;
}

/* Video Player */
.video-player-box {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #000;
  margin-bottom: 40px;
  display: none;
  /* JS toggles this */
  animation: slideDown 0.5s ease;
}

.video-player-box video {
  width: 100%;
  display: block;
}

.player-footer {
  background: var(--c-bg-card);
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--c-border);
}

.playing-title {
  font-weight: 600;
  color: var(--c-text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #ef4444;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2);
  animation: pulse 2s infinite;
}

.download-link {
  color: var(--c-text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--c-bg-hover);
  text-decoration: none;
  transition: all 0.2s;
}

.download-link:hover {
  background: var(--c-border);
  color: var(--c-text-primary);
}

/* --- Sidebar (Syllabus) --- */
.sidebar-sticky {
  position: sticky;
  top: 20px;
}

.syllabus-card {
  background: var(--c-bg-card);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  border: 1px solid var(--c-border);
}

.syllabus-header {
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid var(--c-border);
}

.accordion-item {
  border-bottom: 1px solid var(--c-border);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-trigger {
  width: 100%;
  text-align: right;
  padding: 18px 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

.accordion-trigger:hover {
  background-color: var(--c-bg-hover);
}

.accordion-trigger[aria-expanded="true"] {
  background-color: var(--c-bg-hover);
}

.trigger-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--c-text-primary);
  display: block;
}

.trigger-subtitle {
  font-size: 0.8rem;
  color: var(--c-text-muted);
  font-weight: 400;
  margin-top: 4px;
  display: block;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fcfcfc;
}

/* Video List Items */
.video-item {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  padding: 14px 20px;
  gap: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.2s;
}

.video-item:last-child {
  border-bottom: none;
}

.video-item:hover {
  background-color: white;
}

.video-item.is-active {
  background-color: var(--c-brand-light);
  border-right: 3px solid var(--c-brand);
}

.video-item.is-active .vid-title {
  color: var(--c-brand);
  font-weight: 700;
}

.vid-num {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--c-bg-body);
  color: var(--c-text-muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.video-item.is-active .vid-num {
  background: white;
  color: var(--c-brand);
}

.vid-info {
  display: flex;
  flex-direction: column;
}

.vid-title {
  font-size: 0.9rem;
  color: var(--c-text-secondary);
  margin-bottom: 2px;
}

.vid-meta {
  font-size: 0.75rem;
  color: var(--c-text-muted);
  display: flex;
  gap: 8px;
}

.badge-free {
  color: var(--c-success);
  background: var(--c-success-bg);
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 600;
}

.icon-status {
  color: var(--c-text-muted);
  font-size: 1.1rem;
}

.video-item.is-locked {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(1);
}

/* Animations */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(0.95);
    opacity: 0.8;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .course-container {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-desc,
  .hero-stats {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .hero-card-wrapper {
    margin-top: 20px;
  }

  .course-container {
    display: flex;
    flex-direction: column-reverse;
    /* Sidebar goes to bottom on tablet/mobile */
  }

  .sidebar-sticky {
    position: static;
  }
}

.checkout-page {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8fafc;
}

.checkout-card {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.checkout-header {
  padding: 24px;
  text-align: center;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
}

.checkout-body {
  padding: 24px;
}

.course-summary {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.course-summary img {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
}

.summary-info h2 {
  font-size: 18px;
  margin-bottom: 6px;
}

.summary-info span {
  display: block;
  font-size: 13px;
  color: #6b7280;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f5f9;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.price-box strong {
  font-size: 18px;
  color: #16a34a;
}

.pay-btn {
  width: 100%;
  border: none;
  padding: 14px;
  border-radius: 12px;
  background: #22c55e;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.pay-btn:hover {
  background: #16a34a;
}

.checkout-footer {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  padding: 12px;
  border-top: 1px solid #e5e7eb;
}


.auth-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.auth-modal.active {
    display: block;
}

.auth-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

.auth-box {
    position: relative;
    background: #fff;
    width: 420px;
    max-width: 95%;
    margin: 8vh auto;
    border-radius: 14px;
    padding: 24px;
    animation: scaleIn .3s ease;
}

.auth-close {
    position: absolute;
    top: 12px;
    left: 12px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

@keyframes scaleIn {
    from { transform: scale(.9); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}






/*# sourceMappingURL=style.css.map */