@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;
}

.row {
  margin: 0px;
}

.none {
  display: none;
}

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

a {
  text-decoration: none;
}

.container2 {
  max-width: 1300px !important;
  margin: 0 auto;
  overflow: unset;
}

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: 1366px;
  margin: 0 auto;
  overflow: hidden;
}

@font-face {
  font-family: "iransans";
  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");
}
.tran {
  transition: 0.7s;
}

.none {
  display: none;
}

.button__green {
  border-radius: 8px;
  padding: 8px 40px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out; /* انیمیشن نرم */
  position: relative;
  overflow: hidden; /* برای جلوگیری از خروج افکت */
}
.button__green::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3); /* افکت درخشش کم‌رنگ */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.button__rezerv {
  background: rgb(28, 28, 40);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 88px 13px 56px;
  border-radius: 15px;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}
.button__rezerv:hover {
  color: rgb(28, 28, 40) !important;
  background-color: #f3f7f6;
  border: 1px solid rgb(28, 28, 40);
  box-shadow: 0 8px 15px rgba(28, 28, 40, 0.3);
}
.button__rezerv:hover svg path {
  stroke: rgb(28, 28, 40) !important;
}
.button__green:hover::before {
  width: 200%;
  height: 200%;
  opacity: 0;
}
.button__icon {
  margin-left: 4px;
}

.header {
  background: linear-gradient(to bottom, rgba(60, 45, 45, 0.01) 1%, rgb(255, 255, 255)), url(../img/back1.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.header__item {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  transition: color 0.3s ease;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  overflow: hidden;
}
.header__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #007bff;
  transition: all 0.3s ease-in-out;
}
.header__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #007bff;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.header__item:hover {
  color: #007bff;
}
.header__item:hover::before {
  width: 100%;
}
.header__item:hover::after {
  transform: translateX(0);
}
.header__image {
  border-radius: 30px;
  -webkit-mask-image: linear-gradient(to bottom, #000000 60%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header__nav {
  line-height: 60px;
}
.header__button {
  text-align: center;
}
.header__logo .logo {
  display: inline-block;
  font-family: diba;
}
.header__logo {
  text-align: center;
}
.header__logo .logo .mymenu2 {
  display: none !important;
}
.header__rezerv {
  background: rgb(28, 28, 40);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 88px 13px 56px;
  border-radius: 15px;
  margin-left: 20px;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}
.header__rezerv:hover {
  color: rgb(28, 28, 40);
  background-color: #f3f7f6;
  border: 1px solid rgb(28, 28, 40);
  box-shadow: 0 8px 15px rgba(28, 28, 40, 0.3);
}
.header__rezerv:hover svg path {
  stroke: rgb(28, 28, 40);
}
.header__rezerv svg {
  margin-right: 7px;
}
.header__arrow {
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.header__link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #1c1c28;
}
.header__top {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 13px;
}
.header__item:hover .header__Subcategory {
  max-height: 300px;
}
.header__icon {
  display: inline-block !important;
  width: 16px !important;
  height: 16px;
  margin-left: 10px;
}
.header__arrow {
  display: inline-block !important;
  width: 20px !important;
  height: 20px;
}
.header__phone {
  display: inline-block;
  width: 17px;
  height: 18px;
}
.header__about {
  display: inline-block;
  width: 12px;
  height: 18px;
}
.header__Subcategory {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #444444;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 10;
  width: 200px;
  transition: max-height 0.7s ease;
  border-radius: 15px;
  width: 120px;
}
@media (max-width: 1400px) {
  .header__menu {
    display: none;
  }
  .header .button__header {
    display: none;
  }
  .header__toggle {
    display: inline-block;
    position: absolute;
    right: 32px;
  }
}
@media (min-width: 1100px) {
  .header__menu {
    display: inline-block;
  }
  .header__toggle {
    display: none;
  }
}
.header__off {
  text-align: center;
}
.header__off ul {
  position: relative;
  display: inline-block;
  background: #191919;
  border-radius: 10px;
  bottom: -45px;
}
.header__off ul li {
  padding: 18px;
  font-size: 15px;
  cursor: pointer;
}
.header__off ul li:nth-child(2), .header__off ul li:nth-child(3) {
  border-left: 1px solid #3f3f3f;
}
.header__off ul li:nth-child(1) {
  background: #c00502;
  font-size: 25px;
  margin: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 980px) {
  .header .off {
    font-size: 10px;
    margin: 0px 5px;
  }
  .header .off-item {
    padding: 0px;
  }
}
@media (max-width: 980px) and (max-width: 600px) {
  .header__off ul {
    position: relative;
    display: inline-block;
    background: #191919;
    border-radius: 10px;
    bottom: -35px;
    width: 210px;
    padding: 15px;
  }
  .header__off ul li:nth-child(2), .header__off ul li:nth-child(3) {
    border: none;
    border-bottom: 1px solid #fff3f3;
  }
  .header__off ul li:nth-child(1) {
    background: #c00502;
    font-size: 25px;
    margin: 0px;
    border-radius: 10px;
  }
}

.logo {
  margin-top: 12px;
}

.titr1 {
  top: 76%;
  text-align: center;
  font-family: dima;
  border-radius: 32px;
  z-index: 5;
}

.titr4 {
  backdrop-filter: blur(4px);
  padding: 8px;
  border-radius: 12px;
  margin: 0px 6px;
}

.titr2 {
  display: inline-block !important;
  margin-top: 5px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: diba;
}
.titr2 svg {
  margin-right: 4px;
}
.titr2 span {
  margin: 0px 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 6px;
  padding: 4px;
}

.titr3 {
  display: inline-block !important;
  font-family: diba;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 400 !important;
  backdrop-filter: blur(4px);
  padding: 15px;
  border-radius: 8px;
  color: #fff;
}

@media (max-width: 1500px) {
  .titr1 {
    font-size: 15px;
    padding: 5px;
  }
  .titr2 {
    font-size: 15px;
  }
}
.header .owl-carousel {
  position: relative;
  max-height: 580px;
}

.header .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.header .owl-carousel .owl-prev,
.header .owl-carousel .owl-next {
  background: rgba(230, 230, 230, 0.1490196078);
  border: 1px solid rgba(230, 230, 230, 0.1490196078);
  border-radius: 50%;
  color: #fff3f3;
  font-size: 35px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.header .owl-carousel .owl-prev {
  position: relative;
  left: 65px;
}

.header .owl-carousel .owl-next {
  position: relative;
  right: 65px;
}

.header .owl-carousel .owl-nav button span.active {
  background-color: #ff5733;
  color: white;
}

.header .owl-nav button span {
  background: rgba(28, 28, 40, 0.0509803922);
  border-radius: 50%;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 56px;
  height: 56px;
  line-height: 50px;
  transform: scale(1.1);
  transition: all 0.8s ease;
  font-family: none;
}

.header .owl-nav button span:hover {
  border: 1px solid #cecece !important;
  transform: scale(1.1);
}

.header .owl-nav button {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header .owl-dots {
  display: inline-block;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 1px 12px;
  border-radius: 24px;
}

.header .owl-dot {
  width: 12px;
  height: 12px;
  padding: 0px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #1c1c28 !important;
  margin: 0px 3px;
}

.header .owl-dot.active {
  background-color: #1c1c28;
}

.item_hotel {
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-height: 550px;
  max-height: 600px;
  overflow: hidden;
}

.header__nav .container {
  max-width: 2012px;
}

.but-r {
  margin-left: 80px;
}

.but-l {
  margin-right: 80px;
}

.mymenu {
  background: #f3f7f6;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  max-width: 1350px !important;
  text-align: center;
}

.menubutton {
  text-align: center;
  padding-bottom: 13px;
  margin-bottom: 24px;
}

.arrow {
  width: 8px !important;
  height: 12px !important;
  margin-right: 12px;
}

.call {
  font-size: 14px;
  font-weight: 500;
  padding: 13px 88px 13px 56px;
  border: 1px solid rgb(28, 28, 40);
  border-radius: 15px;
  color: rgb(28, 28, 40);
  background-color: transparent;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}
.call:hover {
  color: #fff;
  background-color: rgb(28, 28, 40);
  box-shadow: 0 8px 15px rgba(28, 28, 40, 0.3);
}
.call:hover svg path {
  stroke: white;
}
.call svg {
  margin-right: 7px;
}

.menu-header {
  background-color: #444;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
}

#my-menu .mm-listview a {
  font-family: "Vazir", sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  border-bottom: 1px solid #555;
}

#my-menu .mm-listview a:hover {
  background-color: #555;
  color: #ffd700;
}

#my-menu .mm-listview .fa-chevron-down {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #ddd;
}

#my-menu .mm-listview ul {
  background-color: #333;
}

#my-menu .mm-listview ul a {
  font-size: 14px;
  color: #ddd;
  padding-left: 40px;
}

.header__logo2 {
  display: none !important;
}

.header__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
}

#footer {
  background: url(../img/footer.png) no-repeat center center;
  background-size: cover;
}

.footer {
  border-bottom: 1px solid #cfd2d6;
  padding-bottom: 20px;
  padding-top: 70px;
}

.footer__titr {
  color: #1c1c28;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer__text {
  color: rgba(28, 28, 40, 0.5);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.footer__list li {
  color: rgba(28, 28, 40, 0.5);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__list {
  list-style: disc;
  padding-right: 15px !important;
}

.footer__logo img {
  display: inline-block;
  width: 86px;
  height: 94px;
}

.footer__phone {
  all: unset;
  display: inline-block;
  text-align: right;
  width: 30px;
  height: 30px;
  padding: 20px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: #FABA6B;
  border-radius: 50%;
}

.footer__up {
  text-align: center;
  display: inline-block;
  color: #1c1c28;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__social {
  display: inline-block;
  text-align: left;
}

.footer__tel {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  padding: 8px;
}

.footer__tel svg {
  background: #1C1C28;
  border-radius: 50px;
  width: 37px;
  height: 37px;
}

.social {
  padding-top: 25px;
  border-top: 1px solid #CFD2D6;
}

.footer__tel {
  margin-left: 28px;
}

.footer__logo {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1600px) {
  .header .owl-carousel .owl-nav {
    top: 47%;
    left: 85px;
    right: 86px;
  }
  .header .owl-nav button span {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
  }
  .header .titr1 {
    text-align: center;
  }
}
.titr1 {
  position: absolute;
  text-align: center;
  font-family: dima;
  border-radius: 32px;
  z-index: 5;
}

@media screen and (min-width: 800px) {
  #room {
    padding: 32px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .design__info {
    padding: 16px !important;
    margin: 0px !important;
  }
  .item_hotel {
    max-height: 500px;
    min-height: 450px;
  }
  .header .titr3 {
    font-size: 18px;
  }
  .header .titr2 {
    font-size: 15px;
  }
  .header .titr1 {
    top: 70% !important;
  }
  .design__info {
    margin-bottom: 10px;
  }
  #design .owl-nav .owl-next {
    left: 10% !important;
  }
  #design .owl-nav .owl-prev {
    right: 10% !important;
  }
  .room .owl-nav .owl-prev {
    right: 6% !important;
  }
  .room .owl-nav .owl-next {
    left: 6% !important;
  }
  .help {
    padding-top: 50px !important;
  }
  .baby {
    padding: 30px 24px !important;
  }
  .comment__lorem {
    font-size: 10px !important;
  }
  .comment .owl-carousel .owl-nav {
    top: 94% !important;
    left: -13px !important;
    right: -13px !important;
    justify-content: space-between !important;
  }
  .comment .owl-carousel .owl-nav button span {
    font-size: 26px !important;
  }
  .comment .owl-dots .owl-dot {
    width: 8px !important;
    height: 8px !important;
  }
  .address {
    padding: 0px !important;
  }
  .header__logo .logo .mymenu2 {
    display: inline-block !important;
  }
  .collections {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 800px) {
  .header .titr3 {
    font-size: 16px;
  }
  .header .titr2 {
    font-size: 13px;
  }
  .header .titr1 {
    top: 47% !important;
  }
  .header {
    margin-bottom: 0px;
  }
  .comment__titr {
    font-size: 25px !important;
  }
  .help__titr {
    font-size: 20px !important;
    padding: 5px 15px !important;
  }
  #comment {
    padding: 15px !important;
  }
  #Hussainiyah {
    padding: 15px !important;
  }
  .comment_textcomment {
    right: 41% !important;
  }
  .karbala__titr {
    font-size: 18px !important;
  }
  .karbala__text {
    font-size: 16px !important;
  }
  .collections {
    padding-right: 18px;
    padding-left: 18px;
  }
  #opening {
    padding-right: 18px;
    padding-left: 18px;
  }
  #footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .collections {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  #design .owl-dots {
    margin: 0 !important;
  }
  .header .owl-dots {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 650px) {
  .header .titr3 {
    font-size: 13px;
  }
  .titr3 {
    padding: 8px;
  }
  .off__titr h3 {
    font-size: 20px !important;
  }
  .off__titr svg {
    width: 35px !important;
  }
  .comment__dd {
    padding: 0px !important;
  }
  .baby {
    padding: 11px 0px !important;
    margin-bottom: 30px;
  }
  .slider-for img {
    min-height: 230px !important;
  }
  .comment_textcomment {
    position: unset !important;
    margin: 0px 16px;
  }
  .item_hotel {
    min-height: 270px !important;
    max-height: 350px !important;
  }
  .header .titr2 {
    font-size: 11px;
  }
  .header .titr1 {
    top: 50%;
  }
  .help__sheba {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
  .help__cart {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
  .off .owl-carousel .owl-nav {
    justify-content: space-between !important;
  }
  .comment__like {
    text-align: center !important;
  }
  .menubutton {
    display: none;
  }
  .off__foot {
    font-size: 20px !important;
  }
  .off__tit svg {
    width: 90px !important;
  }
  .off .owl-carousel .owl-nav button span {
    padding: 0px 20px !important;
  }
  .design__text3 {
    text-align: center !important;
  }
  .room__room .owl-carousel .owl-nav .owl-prev,
  .room__room .owl-carousel .owl-nav .owl-next {
    width: 47px !important;
    height: 47px !important;
  }
  .header__logo {
    display: block !important;
  }
  .item_hotel {
    min-height: 200px;
    max-height: 250px;
  }
  .mymenu {
    margin-bottom: 12px;
  }
  .header .owl-dot {
    width: 10px;
    height: 10px;
  }
  .room_nav_container {
    padding-top: 230px !important;
  }
  .off_nav .owl-prev span, .off_nav .owl-next span {
    padding: 0px 18px 7px 18px !important;
  }
  .des_nav .owl-prev span, .des_nav .owl-next span {
    padding: 0px 18px 7px 18px !important;
  }
  .room_nav .owl-prev span, .room_nav .owl-next span {
    padding: 0px 18px 7px 18px !important;
  }
  .coll2_nav .owl-prev span, .coll2_nav .owl-next span {
    padding: 0px 18px 7px 18px !important;
  }
  .comment_nav .owl-prev span, .comment_nav .owl-next span {
    padding: 0px 18px 7px 18px !important;
  }
  .comment2_nav .owl-prev span, .comment2_nav .owl-next span {
    padding: 0px 18px 7px 18px !important;
  }
  .header .owl-dots {
    padding: 0px 10px;
  }
  .room__top svg {
    width: 35px;
  }
  .room__viptitr {
    font-size: 20px !important;
  }
  .room__link {
    font-size: 18px !important;
  }
  .room__vip {
    padding: 10px !important;
  }
  .Hussainiyah__top svg {
    width: 35px;
  }
  .Hussainiyah__viptitr {
    font-size: 20px !important;
  }
  .Hussainiyah__link {
    font-size: 18px !important;
  }
  .Hussainiyah__vip {
    padding: 10px !important;
  }
  .room__room .owl-carousel .owl-stage-outer {
    max-height: 540px !important;
  }
  .hossein {
    padding: 0px;
  }
}
@media only screen and (max-width: 986px) {
  .off__titr {
    text-align: center;
  }
  .nakhl2 {
    display: none !important;
  }
  .off__titr {
    margin-bottom: 0px !important;
  }
  .design__box {
    padding: 9px 3px 0px 3px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
  }
  .design__month {
    font-size: 13px !important;
  }
  .design__price {
    text-align: center !important;
  }
  .design__add {
    padding: 13px 21px 12px 10px !important;
  }
  #chart {
    text-align: -webkit-center !important;
  }
  .design__center {
    background: rgb(91, 210, 204);
    padding: 20px 0px;
  }
  .nakhl {
    display: none;
  }
  .nakhl2 {
    display: none !important;
  }
  .design__box2 {
    margin-bottom: 10px;
  }
  .mywith {
    position: unset !important;
  }
  .my-room {
    text-align: center !important;
  }
  .room__vip {
    text-align: center;
  }
  .room__toman {
    display: inline-block;
    float: left;
  }
  .room__dinar {
    display: inline-block;
    float: right;
  }
  .room__button {
    margin-top: 10px;
  }
  .Hussainiyah__vip {
    text-align: center !important;
  }
  .my-hotel {
    text-align: center !important;
  }
  .Hussainiyah__toman {
    display: inline-block;
    float: left;
  }
  .Hussainiyah__dinar {
    display: inline-block;
    float: right;
  }
  .Hussainiyah__button {
    margin-top: 10px;
  }
  .Hussainiyah__viptitr {
    display: inline-block !important;
    font-size: 20px !important;
  }
  .help__help {
    padding: 15px 0px;
  }
  .first {
    order: 2;
    margin: 10px 0px;
  }
  .design__content {
    -webkit-line-clamp: 3;
  }
  .firs-coll {
    order: 5;
  }
  .second-coll {
    margin-bottom: 10px;
  }
  .footer {
    padding-top: 0px !important;
  }
  .footer__list {
    list-style: none;
  }
  .comment__suggust {
    text-align: center !important;
  }
  .comment__icon {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1000px) {
  .collections2 .owl-carousel .owl-nav {
    all: unset !important;
  }
  .Hussainiyah__box .owl-carousel img {
    margin-bottom: 10px !important;
  }
  .comment__all img {
    top: -7px !important;
    right: 4% !important;
  }
  #comment {
    padding: 0px !important;
  }
  .collections2 .owl-stage-outer {
    max-height: unset !important;
  }
  .opening {
    margin-bottom: 0px !important;
  }
  .collections2 .owl-carousel .owl-nav .owl-prev,
  .collections2 .owl-carousel .owl-nav .owl-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: absolute;
    transition: all 0.3s ease;
  }
  .collections2 .owl-nav .owl-prev {
    right: 20%;
  }
  .design__info p {
    font-size: 15px !important;
  }
  .collections2 .owl-nav .owl-next {
    left: 20%;
  }
  .collections2 .owl-carousel .owl-nav button.owl-prev {
    transform: unset !important;
  }
  .collections2 .owl-carousel .owl-nav button.owl-next {
    transform: unset !important;
  }
  .comment .comment__person {
    text-align: center !important;
  }
  .my_star {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .locationn__wew {
    position: unset !important;
    margin-bottom: 10px;
  }
  .my-location {
    justify-content: center;
  }
  .locationn__text {
    text-align: center !important;
  }
  .address__locate {
    text-align: center !important;
  }
  .address__locate {
    text-align: center !important;
  }
  .footer__titr {
    text-align: center !important;
  }
  .footer__text {
    text-align: center !important;
  }
  .footer__list li {
    text-align: center !important;
  }
  .footer__list {
    margin-bottom: 15px;
  }
  .collections2 .owl-nav .owl-prev {
    top: 51% !important;
    right: 3% !important;
  }
  .collections2 .owl-nav .owl-next {
    top: 51% !important;
    left: 3% !important;
  }
  .collections2__left {
    padding: 0 !important;
  }
  .collections2 .owl-dots {
    display: none !important;
  }
  .collections2__info {
    display: inline-block;
    margin: 8px 8px !important;
  }
  .collections2 .owl-carousel .owl-nav .owl-prev,
  .collections2 .owl-carousel .owl-nav .owl-next {
    background-color: rgba(28, 28, 40, 0.05);
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: absolute;
    transition: all 0.3s ease;
  }
  .my-social {
    text-align: center !important;
  }
  .footer__text {
    display: block !important;
  }
  .phone-center {
    text-align: center !important;
  }
  .collections2 .slider__hotel .owl-carousel .owl-nav {
    display: none !important;
  }
  .image_small {
    display: none;
  }
  .design__hidden {
    display: none;
  }
  .more-text {
    display: none;
  }
  .design__content.open .more-text {
    display: block;
  }
  .item_hotel {
    min-height: 350px;
    max-height: 450px;
  }
}
@media only screen and (max-width: 550px) {
  .header .titr3 {
    font-size: 9px;
  }
  .opening__top {
    padding: 15px 10px !important;
  }
  .header .titr2 {
    font-size: 9px;
  }
  .header .titr1 {
    top: 55% !important;
  }
  .off .owl-carousel .owl-nav {
    margin-top: 30px !important;
  }
  .header .owl-nav button span {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #1c1c28;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 33px;
    height: 33px;
    line-height: 30px;
  }
  .slider-botton {
    width: 35px !important;
    height: 35px !important;
    border-radius: 11px;
  }
  .image_small {
    padding: 2px !important;
  }
  .comment_textcomment {
    right: 107px !important;
  }
  .slider-nav .slick-list {
    top: 10px !important;
    padding: 0px !important;
  }
}
.address {
  background: #f3f7f6;
  padding: 24px 70px;
}
.address__locate {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #1C1C28;
  display: inline-block !important;
}
.address__phone {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
}
.address__location {
  width: 16px;
  height: 19px;
  display: inline-block;
  margin-left: 16px;
}
.address__left {
  text-align: left;
}

#room {
  background: url(../img/orang.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 30px;
  padding: 12px;
  height: 462px;
}

.room {
  /* دکمه سمت چپ */
  /* دکمه سمت راست */
  /* نقطه فعال */
}
.room__vip {
  background: rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgb(255, 255, 255);
  padding: 27px;
  border-radius: 12px;
  margin-bottom: 32px;
}
.room__top {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.room__top2 {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-right: 5px;
}
.room__viptitr {
  color: rgb(110, 46, 0);
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-right: 16px;
}
.room__link {
  font-size: 20px;
  font-weight: 500;
  color: rgb(110, 46, 0);
}
.room__box {
  cursor: pointer;
  background: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, scale 0.3s ease;
  box-shadow: 0px 10px 20px 0px rgba(158, 158, 158, 0.1607843137);
}
.room__box .owl-carousel img {
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  max-height: 200px;
}
.room__hotel {
  margin-bottom: 9px;
}
.room__box:hover {
  transform: translateY(-10px) rotate(1deg); /* چرخش ظریف */
  box-shadow: 0px 20px 40px 0px rgba(158, 158, 158, 0.4);
  background-color: rgb(245, 245, 245); /* تغییر رنگ پس‌زمینه */
  scale: 1.05; /* بزرگ‌تر شدن جعبه */
}
.room__titr {
  color: rgb(23, 24, 27);
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
.room__name {
  display: inline-block;
  color: rgba(28, 28, 40, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  margin-bottom: 0px !important;
}
.room__star {
  display: inline-block;
  color: rgb(28, 28, 40);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px !important;
  font-weight: bold;
}
.room__Services {
  color: rgb(23, 24, 27);
  font-size: 14px;
  font-weight: bold;
  margin: 0px !important;
}
.room__top3 {
  display: inline-block;
  margin-left: 0px;
}
.room__price {
  margin-top: 10px;
}
.room__nav {
  z-index: 5;
}
.room__top4 {
  display: inline-block;
  margin-left: 5px;
}
.room__top3 svg {
  padding: 2px;
  border: 1px solid rgba(28, 28, 40, 0.1);
  border-radius: 5px;
}
.room__top4 img {
  width: 25px;
  height: 25px;
}
.room__dinar {
  color: rgba(28, 28, 40, 0.5);
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.room__toman {
  color: rgb(91, 210, 204);
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.room__button {
  padding: 11px 8px !important;
  align-self: end;
}
.room__button svg {
  margin-right: 16px;
}
.room__room .owl-carousel .owl-nav .owl-prev, .room__room .owl-carousel .owl-nav .owl-next {
  background-color: rgba(28, 28, 40, 0.05);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: absolute;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room__room .owl-carousel .owl-nav .owl-prev:hover, .room__room .owl-carousel .owl-nav .owl-next:hover {
  border: 1px solid #ffffff !important;
  transform: scale(1.1);
}
.room__room .owl-nav .owl-prev {
  right: 35%;
}
.room__room .owl-nav .owl-next {
  left: 35%;
}
.room__room .owl-nav .owl-prev:hover, .room__room .owl-nav .owl-next:hover {
  background-color: #555;
}
.room__room .owl-carousel {
  margin-bottom: 5px;
  max-height: 500px;
}
.room__room .owl-carousel .owl-stage-outer {
  max-height: 550px;
}
.room__room .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 2px;
  display: inline-block;
  border: 1px solid #000;
}
.room__room .owl-dots .owl-dot.active {
  background-color: #000;
  border-color: #000;
}
.room__room .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.room__box .owl-carousel .owl-nav .owl-prev, .room__box .owl-carousel .owl-nav .owl-next {
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: rgba(28, 28, 40, 0.05);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
}
.room__box .owl-carousel .owl-nav .owl-prev {
  right: 10px;
}
.room__box .owl-carousel .owl-nav .owl-next {
  left: 10px;
}
.room__box .owl-nav .owl-prev:hover, .room__box .owl-nav .owl-next:hover {
  background-color: rgba(112, 112, 112, 0.631372549);
}
.room__box .owl-carousel .owl-stage {
  margin-bottom: 15px;
}
.room__box .owl-carousel {
  position: relative;
}
.room__box .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  z-index: 10;
}
.room__box .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
}
.room__box .owl-dots .owl-dot.active {
  background-color: #ffffff;
  border-color: #ffffff;
}

.star {
  font-size: 15px;
  color: gray;
}

.filled {
  color: rgb(250, 186, 107);
}

.mywith {
  max-width: 1000px;
  position: relative;
  bottom: 74px;
}

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

.room_nav .owl-prev span,
.room_nav .owl-next span {
  background: rgba(28, 28, 40, 0.0509803922);
  border-radius: 50%;
  padding: 8px 27px 15px 27px;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: all 1s ease;
  font-family: none;
}

.room_nav button span:hover {
  color: hsl(120, 3%, 16%);
  border: 1px solid hsl(0, 0%, 100%);
}

.room_nav .owl-prev,
.room_nav .owl-next {
  all: unset !important;
  display: inline-block;
}

.room_nav_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding-top: 170px;
  z-index: 5;
}

@media only screen and (max-width: 1200px) {
  .room_nav_container {
    padding-top: 300px;
  }
}
.room_nav {
  display: flex;
}

.room_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.room_nav button {
  background: none;
  border: 1px solid #ccc;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.room_dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 20px;
}

.room_dots .owl-dot {
  width: 12px;
  height: 12px;
  padding: 0px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #1c1c28;
}

.room_dots .owl-dot.active {
  background-color: #1c1c28;
}

#off {
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../img/mm.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40px;
}

.off .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.off__info {
  margin-bottom: 50px;
}
.off__icon {
  width: 39px;
  height: 39px;
  display: inline-block;
}
.off__titr {
  margin-bottom: 25px;
}
.off__titr h3 {
  display: inline-block;
  color: rgb(23, 24, 27);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.off__box {
  text-align: center;
  margin-bottom: 40px;
}
.off__white {
  padding: 20px 10px 0px 10px;
  border-radius: 16px;
  box-shadow: 0px 6px 4px 0px rgba(124, 124, 124, 0.16);
  background: rgb(255, 255, 255);
  min-height: 130px;
}
.off__text {
  font-size: 14px;
  font-weight: 500;
}
.off__boxoff {
  background: hsl(177, 57%, 59%);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  padding: 2px 13px 10px 13px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.off__boxoff img {
  width: 5px;
  height: 9px;
  margin-right: 15px;
}
.off__foot {
  font-size: 40px;
  font-weight: 700;
  color: rgb(28, 28, 40);
}
.off__tit {
  text-align: center;
}
.off__iconfoot {
  width: 136px;
  height: 16px;
}

.off .owl-carousel .owl-nav {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}

.off .owl-carousel .owl-nav button span {
  background: rgba(28, 28, 40, 0.0509803922);
  border-radius: 50%;
  padding: 10px 30px;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: background-color 0.8s;
}

.off .owl-nav button span:hover {
  color: hsl(177, 57%, 59%); /* رنگ متن هنگام هاور */
  border: 1px solid hsl(177, 57%, 59%); /* حاشیه هنگام هاور */
  background-color: rgba(255, 255, 255, 0.1490196078);
}

.off .owl-carousel .owl-dot.active {
  background-color: hsl(177, 57%, 59%) !important; /* رنگ فعال نقطه */
}

#off .owl-dots .owl-dot {
  position: relative;
  bottom: 50px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  border: 1px solid #000;
}

#off .owl-dots .owl-dot.active {
  background-color: #000;
  border-color: #000;
}

#off .owl-dots {
  text-align: center;
}

.off_nav .owl-prev span,
.off_nav .owl-next span {
  background: rgba(28, 28, 40, 0.0509803922);
  border-radius: 50%;
  padding: 8px 27px 15px 27px;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: none;
}

.off_nav button span:hover {
  color: hsl(177, 57%, 59%);
  border: 1px solid hsl(177, 57%, 59%);
  background-color: rgba(255, 255, 255, 0.1490196078);
}

.off_nav .owl-prev,
.off_nav .owl-next {
  all: unset !important;
  display: inline-block;
}

.off_nav_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.off_nav {
  display: flex;
}

.off_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.off_nav button {
  background: none;
  border: 1px solid #ccc;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.off_dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 20px;
}

.off_dots .owl-dot {
  width: 12px;
  height: 12px;
  padding: 0px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #1c1c28;
}

.off_dots .owl-dot.active {
  background-color: hsl(177, 57%, 59%);
}

#design {
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../img/back1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 40px;
}

.design__info h1 {
  color: rgb(28, 28, 40);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.design__info {
  background: rgb(243, 247, 246);
  padding: 32px;
  border-radius: 40px;
  height: 100%;
}
.design__info2 {
  background: rgb(243, 247, 246);
  padding: 31px 15px 37px 15px;
  text-align: center;
  border-radius: 40px;
}
.design__info2 h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 37.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c28;
}
.design__info2 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.04px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(28, 28, 40, 0.6980392157);
}
.design__info p {
  color: rgb(28, 28, 40);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.design__text2 {
  color: rgb(91, 210, 204) !important;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
.design__text3 {
  color: rgba(28, 28, 40, 0.7);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.design__info ul {
  list-style: disc inside !important;
}
.design__info li {
  display: block;
  color: rgb(28, 28, 40);
  font-size: 18px;
  font-weight: 400;
}
.design__image {
  position: relative;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  margin-bottom: 10px;
}
.design__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(15, 15, 16), rgba(33, 34, 37, 0));
  mix-blend-mode: multiply;
  pointer-events: none;
}
.design__icondate {
  display: inline-block !important;
  width: 25px !important;
  height: 26px !important;
}
.design__month {
  display: inline-block;
  color: rgb(28, 28, 40);
  font-size: 19px;
  font-weight: 500;
}
.design__box {
  padding: 11px 7px 0px 45px;
  border: 1px solid #1C1C28;
  border-radius: 12px;
  text-align: right;
  margin-bottom: 37px;
}
.design__add {
  background: rgb(28, 28, 40);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 50px 13px 38px;
  border-radius: 15px;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}
.design__add:hover {
  color: rgb(28, 28, 40);
  background-color: #f3f7f6;
  border: 1px solid rgb(28, 28, 40);
  box-shadow: 0 8px 15px rgba(28, 28, 40, 0.3);
}
.design__add:hover svg path {
  stroke: rgb(28, 28, 40);
}
.design__price {
  text-align: right;
}
.design__button {
  margin-top: 8px;
  display: inline-grid;
  width: 100%;
}
.design__toman {
  font-size: 20px;
  font-weight: 700;
}
.design__box2 {
  padding: 20px 42px;
  background: rgb(255, 255, 255);
  border-radius: 24px;
  border-bottom: 2px solid rgb(91, 210, 204);
}
.design__center {
  text-align: -webkit-center;
}
.design__top {
  width: 30px;
}
.design__number {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(28, 28, 40, 0.5);
}
.design__plus {
  color: rgb(28, 28, 40);
  font-size: 24px;
  font-weight: 700;
}

#design .owl-carousel .owl-nav .owl-prev,
#design .owl-carousel .owl-nav .owl-next {
  display: none;
}

/* دکمه قبلی */
#design .owl-nav .owl-prev {
  right: 40%; /* فاصله از چپ */
}

#design .owl-nav .owl-next {
  left: 40%;
}

#design .owl-nav .owl-prev:hover,
#design .owl-nav .owl-next:hover {
  background-color: #555;
}

#design .owl-carousel .owl-stage {
  margin-bottom: 40px;
}

#design .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  border: 2px solid #000;
}

#design .owl-dots .owl-dot.active {
  background-color: #000;
  border-color: #000;
}

#design .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.mywith {
  max-width: 1000px;
  position: relative;
  bottom: 74px;
}

.read-more-btn {
  display: none;
}

@media (max-width: 986px) {
  .read-more-btn {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .read-more-btn:hover {
    background-color: #555;
  }
}
.des_nav .owl-prev span,
.des_nav .owl-next span {
  background: rgba(28, 28, 40, 0.0509803922);
  border-radius: 50%;
  padding: 8px 27px 15px 27px;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: none;
}

.des_nav button span:hover {
  color: hsl(120, 3%, 16%);
  border: 1px solid hsl(120, 3%, 16%);
}

.des_nav .owl-prev,
.des_nav .owl-next {
  all: unset !important;
  display: inline-block;
}

.des_nav_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 40px;
}

.des_nav {
  display: flex;
}

.des_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.des_nav button {
  background: none;
  border: 1px solid #ccc;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.des_dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 20px;
}

.des_dots .owl-dot {
  width: 12px;
  height: 12px;
  padding: 0px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #1c1c28;
}

.des_dots .owl-dot.active {
  background-color: #1c1c28;
}

.more-text {
  display: none; /* مخفی کردن متن */
}

.design__content.open .more-text {
  display: block; /* نمایش متن هنگام کلیک */
}

.read-more-btn {
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
}

.read-more-btn:hover {
  background-color: #0056b3;
}

.myinfo {
  height: 100%;
}

.nakhl2 {
  display: none;
}

#chart-container {
  text-align: -webkit-left;
}

#collections {
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255) -26%, rgba(255, 255, 255, 0) -121%, rgb(255, 255, 255)), url(../img/back1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.collections {
  padding-top: 80px;
  padding-bottom: 80px;
}

.collections__top {
  position: relative;
  justify-content: center;
  background: url(../img/karbala.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 17px;
  border-radius: 45px;
}

.karbala__titr {
  text-align: center;
  background: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(8px);
  display: inline-block;
  font-size: 32px;
  font-weight: 400;
  line-height: 49.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px;
}

.rr {
  text-align: center;
}

.karbala__text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.collection__bottom {
  position: absolute;
  top: 50%;
}

.collections__number {
  font-size: 32px;
  font-weight: 400;
  line-height: 49.6px;
  text-align: center;
  color: rgb(255, 255, 255);
  backdrop-filter: blur(8px);
  border-radius: 8px;
}

.collections__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  align-items: center;
}

#collections2 {
  background: linear-gradient(to top, rgb(255, 255, 255), rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../img/back1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 40px;
}

.collections2__box {
  padding: 18px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 6px 12px 0px rgba(217, 217, 217, 0.3);
}

.collections2__left {
  border-image-source: radial-gradient(156.54% 156.54% at 50% 96.31%, rgba(82, 82, 82, 0.6) 0%, rgba(206, 210, 223, 0) 48.91%);
  text-align: center;
}

.collections2__titr {
  color: rgb(28, 28, 40);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.collections2__info {
  display: inline-block;
  margin: 10px 37px;
}

.collections2__text {
  color: rgba(28, 28, 40, 0.5);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 28px;
}

.collections2__num {
  color: Raisin Black;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.collections2__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

#main-slider .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#thumbnail-slider .splide__slide img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin: auto;
  cursor: pointer;
  border: 2px solid transparent;
}

#thumbnail-slider .splide__slide.is-active img {
  border-color: #000;
}

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

.splide {
  overflow: visible !important; /* اطمینان از نمایش کامل محتوای Splide */
}

.splide__slide img {
  width: 100%; /* تصاویر داخل Splide به درستی تنظیم شوند */
  height: auto;
}

.owl-carousel .splide {
  margin: 0 auto; /* برای جلوگیری از جا‌به‌جایی اسلایدر Splide */
}

.slider-botton {
  width: 60px;
  height: 60px;
  border-radius: 15px;
}

.slider__hotel .owl-carousel .owl-nav .owl-prev,
.slider__hotel .owl-carousel .owl-nav .owl-next {
  backdrop-filter: blur(4px);
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: absolute;
  transition: all 0.3s ease;
}

.slider__hotel .owl-nav .owl-prev {
  top: 14% !important;
  right: -5% !important;
  transform: unset !important;
  top: 45% !important;
  right: 0% !important;
  cursor: pointer;
}

.slider__hotel .owl-nav .owl-prev span {
  color: white;
}

.slider__hotel .owl-nav .owl-next {
  top: 14% !important;
  left: -5% !important;
  transform: unset !important;
  top: 45% !important;
  left: 0% !important;
  cursor: pointer;
}

.slider__hotel .owl-nav .owl-next span {
  color: white;
}

.line1 {
  position: relative;
  top: 50px;
}

.line1 line {
  stroke: rgba(28, 28, 40, 0.1019607843);
}

.line2 line {
  stroke: rgba(28, 28, 40, 0.1019607843);
}

.line2 {
  position: relative;
  bottom: 128px;
}

.collections2 .owl-stage-outer {
  max-height: 513px;
}

.opening {
  margin-bottom: 25px !important;
}

.slider-for img {
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  min-height: 380px;
}

.slider-nav img {
  border-radius: 12px;
  max-width: 54px;
  max-height: 54px;
  cursor: pointer;
  border: 1px solid white;
}

.slider-nav {
  bottom: 85px;
  display: flex;
  gap: 10px;
  height: 0px;
}

.slider-nav .slick-slide {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.slider-nav .slick-slide {
  opacity: 1;
  width: unset !important;
  margin: 0px 5px;
}

.slider-nav .slick-track {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  margin: 0 auto;
  padding: 10px 5px 0px 5px;
  border-radius: 24px;
  width: unset !important;
}

.slider-nav .slick-list {
  display: flex;
  padding: 0 !important;
}

.slider-for .slick-prev {
  right: 5px !important;
  z-index: 1;
}

.slider-for .slick-next {
  left: 5px !important;
  z-index: 1;
}

.custom-prev {
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 30px;
}

.custom-next {
  font-size: 30px;
  z-index: 1;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  cursor: pointer;
}

.coll_nav .owl-prev span,
.coll_nav .owl-next span {
  background: rgba(28, 28, 40, 0.0509803922);
  border-radius: 50%;
  padding: 7px 24px 13px 24px;
  font-family: none !important;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}

.coll_nav button span:hover {
  color: hsl(120, 3%, 16%);
  border: 1px solid hsl(120, 3%, 16%);
}

.coll_nav .owl-prev,
.coll_nav .owl-next {
  border: none !important;
  display: inline-block;
}

.coll_nav_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  height: 100%;
}

.coll_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.coll_nav button {
  background: none;
  border: 1px solid #ccc;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}

.coll_nav button:hover {
  transform: rotate(0deg) !important;
}

.coll_dots {
  display: grid;
  justify-content: center;
  gap: 10px;
  margin: 10px 0px;
}

.coll_dots .owl-dot {
  width: 12px;
  height: 12px;
  padding: 0px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #1C1C28;
}

.coll_dots .owl-dot.active {
  background-color: #1C1C28;
}

.coll2_nav_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  z-index: 5;
}

.coll2_nav {
  display: flex;
}

.coll2_nav .owl-prev span, .coll2_nav .owl-next span {
  background: rgba(28, 28, 40, 0.0509803922);
  border-radius: 50%;
  padding: 8px 27px 15px 27px;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: all 1s ease;
  font-family: none;
}

.coll2_nav .owl-prev, .coll2_nav .owl-next {
  all: unset !important;
  display: inline-block;
}

.coll2_dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px 8px;
}

.coll2_dots .owl-dot {
  width: 12px;
  height: 12px;
  padding: 0px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #1c1c28;
}

.coll2_dots .owl-dot.active {
  background-color: #1c1c28;
}

#Hussainiyah {
  background: url(../img/blu.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 30px;
  padding: 40px;
}

.Hussainiyah {
  /* نقطه فعال */
}
.Hussainiyah__vip {
  background: rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgb(255, 255, 255);
  padding: 27px;
  border-radius: 12px;
  margin-bottom: 32px;
}
.Hussainiyah__all {
  text-align: center;
  padding: 10px 15px;
}
.Hussainiyah__all a {
  background: rgb(91, 210, 204);
  padding: 10px 20px;
}
.Hussainiyah__top {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.Hussainiyah__top2 {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-right: 5px;
}
.Hussainiyah__viptitr {
  color: rgb(28, 28, 40);
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-right: 16px;
}
.Hussainiyah__link {
  font-size: 20px;
  font-weight: 500;
  color: rgb(28, 28, 40);
}
.Hussainiyah__box {
  background: rgb(255, 255, 255);
  padding: 12px 0px 9px 0px;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(158, 158, 158, 0.1607843137);
}
.Hussainiyah__box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 30px 0px rgba(158, 158, 158, 0.3);
  background-color: rgb(245, 245, 245);
}
.Hussainiyah__box:hover::before {
  opacity: 1;
}
.Hussainiyah__titr {
  color: rgb(23, 24, 27);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px !important;
}
.Hussainiyah__name {
  display: inline-block;
  color: rgba(28, 28, 40, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  margin-bottom: 0px !important;
}
.Hussainiyah__star {
  display: inline-block;
  color: rgb(28, 28, 40);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px !important;
}
.Hussainiyah__Services {
  color: rgb(23, 24, 27);
  font-size: 14px;
  font-weight: 400;
  margin: 0px !important;
  font-weight: bold;
}
.Hussainiyah__top3 {
  display: inline-block;
  margin-left: 0px;
}
.Hussainiyah__price {
  margin-top: 5px;
}
.Hussainiyah__top4 {
  display: inline-block;
  margin-left: 5px;
}
.Hussainiyah__top3 svg {
  padding: 2px;
  border: 1px solid rgba(28, 28, 40, 0.1);
  border-radius: 5px;
}
.Hussainiyah__dinar {
  color: rgba(28, 28, 40, 0.5);
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.Hussainiyah__toman {
  color: rgb(91, 210, 204);
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.Hussainiyah__hotel {
  margin-bottom: 10px;
}
.Hussainiyah__button {
  padding: 8px;
  align-self: end;
}
.Hussainiyah__button svg {
  margin-right: 16px;
}
.Hussainiyah__Hussainiyah .owl-carousel .owl-nav .owl-prev, .Hussainiyah__Hussainiyah .owl-carousel .owl-nav .owl-next {
  background-color: rgba(28, 28, 40, 0.05);
  width: 78px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: absolute;
  transition: all 0.3s ease;
}
.Hussainiyah__Hussainiyah .owl-nav .owl-prev {
  right: 40%;
}
.Hussainiyah__Hussainiyah .owl-nav .owl-next {
  left: 40%;
}
.Hussainiyah__Hussainiyah .owl-nav .owl-prev:hover, .Hussainiyah__Hussainiyah .owl-nav .owl-next:hover {
  background-color: #555;
}
.Hussainiyah__Hussainiyah .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 2px;
  display: inline-block;
  border: 1px solid #000;
}
.Hussainiyah__Hussainiyah .owl-dots .owl-dot.active {
  background-color: #000;
  border-color: #000;
}
.Hussainiyah__Hussainiyah .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.Hussainiyah__box .owl-carousel .owl-nav .owl-prev, .Hussainiyah__box .owl-carousel .owl-nav .owl-next {
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: rgba(28, 28, 40, 0.05);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
}
.Hussainiyah__box .owl-carousel .owl-nav .owl-prev {
  right: 4px;
}
.Hussainiyah__box .owl-carousel .owl-nav .owl-next {
  left: 4px;
}
.Hussainiyah__box .owl-nav .owl-prev:hover, .Hussainiyah__box .owl-nav .owl-next:hover {
  background-color: rgba(112, 112, 112, 0.631372549);
}
.Hussainiyah__box .owl-carousel img {
  height: 100%;
  max-height: 265px;
  min-height: 211px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.Hussainiyah__box .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  z-index: 10;
}
.Hussainiyah__box .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
}
.Hussainiyah__box .owl-dots .owl-dot.active {
  background-color: #ffffff;
  border-color: #ffffff;
}

.star {
  font-size: 15px;
  color: gray;
  font-weight: bold;
}

.filled {
  color: rgb(250, 186, 107);
}

.mywith {
  max-width: 1000px;
  position: relative;
  bottom: 74px;
}

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

@media (min-width: 1500px) {
  .Hussainiyah__Hussainiyah {
    position: relative;
  }
}
@media (min-width: 1100px) {
  .Hussainiyah__Hussainiyah {
    position: relative;
  }
  #Hussainiyah {
    height: 462px;
  }
  .help {
    margin-bottom: 26px;
  }
}
#help {
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../img/back1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 40px;
}

.help {
  padding-top: 295px;
}
.help__help {
  background: url(../img/bird.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.help__hand {
  padding: 80px 0px;
  text-align: center;
}
.help__titr {
  color: var(--White, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 16px;
  background: var(--Medium-Turquoise, #5bd2cc);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 12px 120px;
  display: inline-block;
  margin-bottom: 16px;
  font-family: diba;
}
.help__you {
  color: var(--Raisin-Black, #1c1c28);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: diba;
}
.help__text {
  color: Raisin Black;
  text-align: center;
  margin: 20px 0px;
  margin-bottom: 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.help__cart img {
  width: 14px;
  height: 18px;
  display: inline-block;
  margin-left: 8px;
}
.help__cart {
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 12px;
  background: rgb(28, 28, 40);
  padding: 10px 40px;
  margin-left: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.help__cart:hover {
  background: linear-gradient(45deg, #faba6b, rgb(0, 0, 0));
  transform: scale(1.05);
  box-shadow: 0px 4px 15px rgba(255, 215, 0, 0.5); /* سایه طلایی */
}
.help__cart svg {
  margin-left: 8px;
}
.help__cart2 {
  justify-content: center;
  background: url(../img/Group7.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 28px;
  height: 252px;
  width: 396px;
}
.help__sheba {
  cursor: pointer;
  color: rgb(28, 28, 40);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 40px;
  border-radius: 12px;
  border: 1px solid var(--Raisin-Black, #1c1c28);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.help__sheba:hover {
  background: linear-gradient(45deg, #faba6b, rgb(0, 0, 0));
  transform: scale(1.05); /* بزرگنمایی */
  box-shadow: 0px 4px 15px rgba(255, 215, 0, 0.5); /* سایه طلایی */
}
.help__sheba svg {
  margin-left: 8px;
}
.help__sheba img {
  width: 14px;
  height: 18px;
  display: inline-block;
  margin-left: 8px;
}
.help__cart2 img {
  width: 390px;
}

.cart-logo {
  width: 128px !important;
  margin-bottom: 32px;
}

.cart-number {
  color: #231F20 !important;
  font-family: cursive;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.cart-name {
  color: #1C1C28 !important;
  font-weight: 700;
  font-size: 14px;
  margin-right: 8px;
}

.cart-sheba {
  color: #231F20 !important;
  font-family: cursive;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-evenly;
  text-align: left;
}

#comment {
  background: linear-gradient(to top, rgb(255, 255, 255), rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../img/back1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 30px;
}

.comment__all {
  align-items: center;
  text-align: center;
}

.comment__all img {
  top: 8px;
  position: relative;
  width: 77px;
  right: 55%;
}

.comment__titr {
  color: rgb(28, 28, 40) !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  color: rgba(28, 28, 40, 0.6);
}

.comment__lorem {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 12px;
}

.comment__text {
  color: rgba(28, 28, 40, 0.5);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comment_dots {
  padding: 16px 24px;
  border-radius: 24px;
}

.comment__suggust {
  color: rgb(91, 210, 204);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: right;
}

.comment__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: right;
}

.comment__textvideo {
  color: rgb(28, 28, 40);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: right;
}

.comment__sample video {
  border-radius: 12px;
  max-width: 100%;
  width: 544px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
}

.comment__person {
  padding-top: 12px;
}

.comment__person img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block !important;
  width: unset !important;
}

.my__comments {
  background: white;
  border-radius: 12px;
  padding: 16px;
}

.comment__name {
  display: inline-block;
  color: rgb(28, 28, 40);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comment__slider {
  position: relative;
  background: rgb(243, 247, 246);
  border-radius: 24px;
}

.comment__start {
  font-size: 20px;
  margin-left: 4px;
}

.borderr {
  border-bottom: 1px solid rgba(28, 28, 40, 0.1);
  padding: 1px 0px;
}

.comment__like {
  text-align: left;
}

.comment__like .red {
  font-size: 14px;
  font-weight: 400;
  color: rgb(216, 64, 66);
  margin-left: 18px;
}

.comment__like .blu {
  font-size: 14px;
  font-weight: 400;
  color: rgb(91, 210, 204);
}

.like {
  background: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 16px;
  text-align: right;
}

.comment__slider .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.comment_textcomment {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.17px;
  text-decoration-skip-ink: none;
  position: absolute;
  right: 73px;
  top: -24px;
  background: rgb(91, 210, 204);
  padding: 10px 12px;
  border-radius: 12px;
  z-index: 5;
  color: white;
}

.baby .owl-carousel {
  text-align: center;
}

.baby .owl-carousel .owl-nav {
  position: absolute;
  top: 46%;
  left: -73px;
  right: -73px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.baby .owl-carousel .owl-nav button span {
  background: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 3px 17px 9px 17px;
  font-family: none;
  color: #1c1c28;
  font-size: 31px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.baby .owl-nav button span:hover {
  color: hsl(177, 57%, 59%); /* رنگ متن هنگام هاور */
  border: 1px solid hsl(177, 57%, 59%); /* حاشیه هنگام هاور */
  background-color: rgba(255, 255, 255, 0.1490196078);
}

.baby .owl-carousel .owl-dot.active {
  background-color: hsl(0, 0%, 0%) !important; /* رنگ فعال نقطه */
}

.baby .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0px 3px;
  display: inline-block;
  border: 1px solid #000;
}

.baby .owl-dots .owl-dot.active {
  background-color: #000;
  border-color: #000;
}

.baby .owl-dots {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  background: rgb(255, 255, 255);
  border-radius: 24px;
  padding: 1px 8px;
}

.baby {
  padding: 64px 100px 10px 100px;
}

.ppdd {
  padding: 0px !important;
  background: #f3f7f6;
  border-radius: 24px;
}

.comment__dd {
  background: #f3f7f6;
  padding: 24px;
  border-radius: 24px;
}

.comment__video .my-comment {
  text-align: center;
}

.comment_nav .owl-prev span,
.comment_nav .owl-next span {
  background: rgba(28, 28, 40, 0.0509803922);
  padding: 10px 27px 15px 27px;
  font-family: none;
  border-radius: 50%;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.comment_nav button span:hover {
  color: hsl(120, 3%, 16%);
  border: 1px solid hsl(120, 3%, 16%);
}

.comment_nav .owl-prev,
.comment_nav .owl-next {
  all: unset !important;
  display: inline-block;
}

.comment_nav_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}

.comment_nav {
  display: flex;
}

.comment_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.comment_nav button {
  background: none;
  border: 1px solid #ccc;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.comment_dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.comment_dots .owl-dot {
  width: 12px;
  height: 12px;
  padding: 0px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #1c1c28;
}

.comment_dots .owl-dot.active {
  background-color: #1c1c28;
}

.comment2_nav .owl-prev span, .comment2_nav .owl-next span {
  background: rgba(28, 28, 40, 0.0509803922);
  padding: 10px 27px 15px 27px;
  font-family: none;
  border-radius: 50%;
  color: #1c1c28;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.comment2_nav .owl-prev, .comment2_nav .owl-next {
  all: unset !important;
  display: inline-block;
}

.comment2_dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px 8px;
}

.comment2_dots .owl-dot {
  width: 12px;
  height: 12px;
  padding: 0px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #1c1c28;
}

.comment2_dots .owl-dot.active {
  background-color: #1c1c28;
}

.comment2_nav_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}

.comment2_nav {
  display: flex;
}

.locationn__icon {
  width: 18px;
  width: 18px;
  display: inline-block;
  margin-left: 6px;
}

.locationn__wew {
  font-size: 20px;
  font-weight: 500;
  line-height: 31.3px;
  text-align: center;
  background-color: rgb(250, 186, 107);
  padding: 12px 40px;
  width: auto !important;
  border-radius: 12px;
  position: absolute;
  top: 35%;
  right: 43%;
  z-index: 1;
}

.locationn__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.04px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(28, 28, 40);
}

.address2 {
  padding: 32px;
  border-radius: 40px;
  margin-bottom: 15px;
  background: #f3f7f6;
}

.location__inner {
  z-index: -1;
}

.opening__top {
  position: relative;
  justify-content: center;
  background: url(../img/ContainerStatiscs.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 14px 0px;
  border-radius: 32px;
}

.karbala__titr {
  text-align: center;
  background: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(8px);
  font-family: diba;
  display: inline-block;
  font-size: 32px;
  font-weight: 400;
  line-height: 49.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px;
}

.rr {
  text-align: center;
}

.karbala__text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  font-family: diba;
  margin: 0 !important;
}

.back__karbala {
  background: rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(8px) !important;
}

.locationn__icon2 {
  display: none;
}

.darkmode {
  background: #1c1c28;
}

.darkmode .header {
  background: #1c1c28 url(../img/dark/Group1.png) no-repeat center center;
  background-size: cover;
}

.darkmode p,
.darkmode h1,
.darkmode h2,
.darkmode h3,
.darkmode h4,
.darkmode li,
.darkmode ul,
.darkmode a,
.darkmode h5 {
  color: white;
}

.darkmode .mymenu {
  background: #13131f;
}

.darkmode .address {
  background: #13131f;
}

.darkmode .call {
  background: #13131f !important;
  border: 1px solid #252531 !important;
}

.darkmode .header__rezerv {
  background: #252531 !important;
}

.darkmode .header__rezerv:hover {
  background: #ffffff !important;
  color: #252531 !important;
}

.call:hover {
  background: #ffffff !important;
  color: #252531 !important;
}
.call:hover svg path {
  stroke: #252531 !important;
}

.darkmode #off {
  background: linear-gradient(to bottom, rgb(28, 28, 40) 22%, rgba(28, 28, 40, 0) 70%), url(../img/dark/Group4.png) no-repeat center center;
  background-size: cover;
}

.darkmode .off__white {
  background: #13131f !important;
}

.darkmode .header__item svg path {
  stroke: #faba6b;
}

.darkmode .address svg path {
  stroke: #faba6b;
}

.darkmode .call svg path {
  stroke: white;
}

.darkmode .arroww {
  fill: unset !important;
}

.darkmode .arroww path {
  stroke: white !important;
}

.darkmode .header .owl-nav button span {
  background: #0c0c18 !important;
  color: white !important;
}

.darkmode .off svg path {
  stroke: #ffffff;
}

.darkmode .off__white {
  box-shadow: unset !important;
}

.darkmode .off__white svg {
  margin-bottom: 8px;
}

.darkmode .off__boxoff {
  background: hsl(240, 13.95%, 16.86%);
  color: #faba6b;
}

.darkmode .off__boxoff svg path {
  stroke: #faba6b;
}

.darkmode .off .owl-carousel .owl-nav button span {
  background: #0c0c18;
  color: #faba6b;
  transition: all 0.3s ease;
}

.darkmode .off .owl-carousel .owl-nav button span:hover {
  transform: scale(1.1);
}

.darkmode .off_dots .owl-dot.active {
  background: white !important;
}

.darkmode .off_dots .owl-dot {
  border: 1px solid white;
}

.darkmode .off_nav .owl-prev span,
.darkmode .off_nav .owl-next span {
  background: #2B2B37 !important;
  color: white !important;
  transition: all 0.8s ease;
}

.darkmode .off_nav .owl-prev span:hover {
  border: 1px solid #FABA6B;
}

.darkmode .off_nav .owl-next span:hover {
  border: 1px solid #FABA6B;
}

.darkmode #design {
  background: linear-gradient(to bottom, rgb(28, 28, 40) 22%, rgba(28, 28, 40, 0) 70%), url(../img/dark/Group1.png) no-repeat center center;
  background-size: cover;
}

.darkmode .design__info,
.darkmode .design__info2 {
  background: #13131f;
}

.darkmode .design__text2 {
  color: #faba6b !important;
}

.darkmode .design .nakhl {
  filter: brightness(33%) contrast(164%) hue-rotate(384deg);
}

.darkmode .design .design__text3 {
  color: #ffffff !important;
}

.darkmode .design .design__box svg path {
  fill: rgba(255, 255, 255, 0.5019607843);
}

.darkmode .design .design__box .design__month {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode .design .design__price .design__toman {
  color: #ffffff !important;
}

.darkmode .design .design__add:hover {
  color: #0c0c18 !important;
}

.darkmode .design .owl-carousel .owl-nav button span {
  background: #2b2b37 !important;
  color: #ffffff !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  transition: all 0.3s ease;
}

.darkmode .design .owl-carousel .owl-nav button span:hover {
  border: 1px solid #ffffff !important;
  transform: scale(1.1);
}

.darkmode .arrow__big path {
  fill: white !important;
}

.darkmode .design__box2 {
  background: #171723;
  border-bottom: #0c0c18 !important;
  border-bottom: 2px solid #0C0C18 !important;
}

.darkmode .design__plus {
  color: white !important;
}

.darkmode .design__number {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode #room {
  background: url(../img/dark/VIPsection.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 30px;
}

.darkmode .room__vip {
  background: #171723;
}

.darkmode .room__top svg path {
  stroke: white;
}

.darkmode .room__top2 svg path {
  fill: white;
}

.darkmode .room__box {
  background: #13131f !important;
}

.darkmode .room__box svg path {
  stroke: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode .room__top3 svg {
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
}

.darkmode .room__toman {
  color: #faba6b !important;
}

.darkmode #Hussainiyah {
  background: url(../img/dark/VIPsection.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 30px;
}

.darkmode .Hussainiyah__vip {
  background: #171723;
}

.darkmode .Hussainiyah__top svg path {
  stroke: white;
}

.darkmode .Hussainiyah__top2 svg path {
  fill: white;
}

.darkmode .Hussainiyah__box {
  background: #13131f !important;
}

.darkmode .Hussainiyah__box svg path {
  stroke: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode .Hussainiyah__top3 svg {
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
}

.darkmode .Hussainiyah__toman {
  color: #faba6b !important;
}

.darkmode .Hussainiyah__all a {
  background: #13131f !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.Hussainiyah__all a:hover {
  background: linear-gradient(45deg, rgb(17, 204, 255), rgb(188, 188, 194));
  transform: scale(1.05);
  box-shadow: 3px 16px 15px rgba(147, 147, 147, 0.5);
}

.darkmode #collections {
  background: linear-gradient(to bottom, rgb(28, 28, 40) 22%, rgba(28, 28, 40, 0) 70%), url(../img/dark/Group1.png) no-repeat center center;
  background-size: cover;
}

.darkmode .room__room .owl-carousel .owl-nav .owl-prev,
.darkmode .room__room .owl-carousel .owl-nav .owl-next {
  color: white !important;
}

.darkmode #help {
  background: linear-gradient(to bottom, rgb(28, 28, 40) 22%, rgba(28, 28, 40, 0) 70%), url(../img/dark/Group1.png) no-repeat center center;
  background-size: cover;
}

.darkmode .help__help {
  background: url(../img/dark/donatesection.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.darkmode .help__titr {
  background: #faba6b !important;
  color: #171723 !important;
}

.darkmode .help__text {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode .help__sheba {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode .help__sheba svg path {
  stroke: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode #collections2 {
  background: linear-gradient(to bottom, rgb(28, 28, 40) 22%, rgba(28, 28, 40, 0) 70%), url(../img/dark/Group1.png) no-repeat center center;
  background-size: cover;
}

.darkmode .collections2__box {
  background: #13131f !important;
  box-shadow: unset !important;
}

.darkmode .collections2 .collections2__number {
  color: white !important;
}

.darkmode .collections2 .collections2__text {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode .collections2 .collections2__info svg path {
  fill: #faba6b !important;
}

.darkmode .collections2 .owl-carousel .owl-nav .owl-prev,
.darkmode .collections2 .owl-carousel .owl-nav .owl-next {
  background: #2b2b37 !important;
  color: white !important;
}

.darkmode #comment {
  background: linear-gradient(to bottom, rgb(28, 28, 40) 22%, rgba(28, 28, 40, 0) 70%), url(../img/dark/Group1.png) no-repeat center center;
  background-size: cover;
}

.darkmode .comment__video {
  background: #13131f;
}

.darkmode .comment__slider {
  background: #13131f;
}

.darkmode .like {
  background: #0c0c18;
}

.darkmode .like svg path {
  stroke: white !important;
}

.darkmode .like .red,
.darkmode .like .blu {
  color: white !important;
}

.darkmode .comment .owl-carousel .owl-nav button span {
  background: #0c0c18 !important;
  color: white !important;
}

.darkmode .comment .owl-dots {
  background: #2b2b37 !important;
}

.darkmode .comment .owl-dots .owl-dot.active {
  background: white !important;
  border: 1px solid white;
}

.darkmode .comment .owl-dots .owl-dot {
  background: #2b2b37;
  border: 1px solid white;
}

.darkmode .address2 {
  background: #13131f !important;
}

.darkmode .locationn__text {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.darkmode .address2 svg path {
  stroke: #faba6b !important;
}

.darkmode #footer {
  background: radial-gradient(circle, rgb(28, 28, 40) 40%, rgba(28, 28, 40, 0) 100%), url(../img/dark/Frame142.png) no-repeat center center;
  background-size: cover;
}

.darkmode .footer__tel svg {
  background: #1C1C28 !important;
}

.darkmode .footer__text svg path {
  stroke: #faba6b !important;
}

@media only screen and (max-width: 986px) {
  .darkmode .design__center {
    background: #13131f !important;
  }
}
.darkmode .comment_textcomment {
  background: #FABA6B;
  color: #171723 !important;
}

.darkmode .comment_textcomment svg path {
  fill: #171723;
}

.darkmode .line1 line {
  stroke: rgba(255, 255, 255, 0.1019607843);
}

.darkmode .line2 line {
  stroke: rgba(255, 255, 255, 0.1019607843);
}

.darkmode .my__comments {
  background: #0C0C18 !important;
}

.darkmode .comment__dd {
  background: #13131F;
}

.darkmode .comment__suggust svg path {
  fill: #FABA6B;
}

.darkmode .design .nakhl {
  display: none !important;
}

.darkmode .design .nakhl2 {
  display: block !important;
}

.darkmode .room_nav .owl-prev span, .darkmode .room_nav .owl-next span {
  background: #2B2B37 !important;
  color: white !important;
  transition: all 0.8s ease;
}

.darkmode .room_dots .owl-dot.active {
  background: white !important;
}

.darkmode .room_dots .owl-dot {
  border: 1px solid white;
}

.darkmode .room_nav_container {
  background: linear-gradient(to bottom, rgb(28, 28, 40) 22%, rgba(28, 28, 40, 0) 70%), url(../img/dark/Group1.png) no-repeat center center;
  background-size: cover;
}

.darkmode .des_dots .owl-dot.active {
  background: white !important;
}

.darkmode .des_dots .owl-dot {
  border: 1px solid white;
}

.darkmode .des_nav .owl-prev span, .darkmode .des_nav .owl-next span {
  background: #2B2B37 !important;
  color: white !important;
  transition: all 0.8s ease;
}

.darkmode .room_nav .owl-prev span, .darkmode .room_nav .owl-next span {
  background: #2B2B37 !important;
  color: white !important;
  transition: all 0.8s ease;
}

.darkmode .apexcharts-text {
  color: white !important;
  fill: white !important;
}

.darkmode .header .owl-dots {
  background: #2B2B37;
}

.darkmode .header .owl-dot {
  border: 1px solid white !important;
}

.darkmode .header .owl-dot.active {
  background: white !important;
}

.darkmode .room__vip {
  border-top: none !important;
}

.darkmode .Hussainiyah__vip {
  border-top: none !important;
}

.darkmode .Hussainiyah__link {
  color: rgba(255, 255, 255, 0.5) !important;
}

.darkmode .Hussainiyah__top2 svg path {
  fill: rgba(255, 255, 255, 0.5) !important;
}

.darkmode .room__link {
  color: rgba(255, 255, 255, 0.5) !important;
}

.darkmode .room__top2 svg path {
  fill: rgba(255, 255, 255, 0.5) !important;
}

.darkmode .room__name {
  color: rgba(255, 255, 255, 0.5) !important;
}

.darkmode .Hussainiyah__name {
  color: rgba(255, 255, 255, 0.5) !important;
}

.darkmode .comment_dots .owl-dot.active {
  background: white !important;
}

.darkmode .comment_dots .owl-dot {
  border: 1px solid white;
}

.darkmode .comment_nav .owl-prev span, .darkmode .comment_nav .owl-next span {
  background: #2B2B37 !important;
  color: white !important;
  transition: all 0.8s ease;
}

.darkmode .comment__lorem {
  color: rgba(255, 255, 255, 0.5) !important;
}

.darkmode .comment__titr {
  color: white !important;
}

.darkmode .coll_nav .owl-prev span, .darkmode .coll_nav .owl-next span {
  background: #2B2B37 !important;
  color: white !important;
  transition: all 0.8s ease;
}

.darkmode .coll_dots .owl-dot {
  border: 1px solid white;
}

.darkmode .coll_dots .owl-dot.active {
  background: white !important;
}

.darkmode .design__box {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.darkmode .coll2_nav .owl-prev span, .darkmode .coll2_nav .owl-next span {
  background: #2B2B37 !important;
  color: white !important;
  transition: all 0.8s ease;
}

.darkmode .comment2_nav .owl-prev span, .darkmode .comment2_nav .owl-next span {
  background: #2B2B37 !important;
  color: white !important;
  transition: all 0.8s ease;
}

.darkmode .comment2_dots .owl-dot.active {
  background: white !important;
}

.darkmode .comment2_dots .owl-dot {
  border: 1px solid white;
}

.darkmode .footer__text {
  color: rgba(255, 255, 255, 0.5);
}

.darkmode .footer__list li {
  color: rgba(255, 255, 255, 0.5);
}

.darkmode .opening__top {
  position: relative;
  justify-content: center;
  background: url(../img/musc.png) no-repeat left !important;
  background-size: contain;
  width: 100%;
  padding: 14px 0px;
  border-radius: 32px;
}

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