:root {
    --padding-section-y: 20px;
    --padding-section-z: 16px;
    --padding-content: 8px;
	/* --priymary-color: #0050C7;
	--text-blue: #0050C7; */
	--priymary-color: #2563EB;
	--text-blue: #2563EB;
	--green: #019267;
	--text-green: #019267;
	--filter-priymary-color: contrast(0) brightness(0) invert(38%) sepia(140%) saturate(680%) hue-rotate(146deg) brightness(78%) contrast(900%);

	--border-radius-btn : 3px;
	--border-radius-card : 3px;
	--border-radius-input : 3px;
	--border-radius-img : 3px;
	--border-radius-btn-bottom-sheet : 8px;
	--border-radius-input-bottom-sheet : 8px;
}

li {
    list-style-type: none;
}

/* html::-webkit-scrollbar {
    width: 5px;
    background: var(--tertiary-color);
} */

/* html::-webkit-scrollbar-thumb {
    background: var(--priymary-color);
    cursor: pointer;
} */

body {
    font-size: 1rem;
    color: var(--text-dark);
    font-family: 'IRANSans';
    direction: rtl;
}
/*  */
.container {
    width: 100%;
    margin: auto;
    max-width: 1280px;
}

.overflow__hidden {
    overflow: hidden;
}

.overflow__mobile--hidden {
    overflow: hidden;
}

.section {
    padding: var(--padding-section-y) var(--padding-section-z);
}

.title__section {
    display: flex;
    align-items: center;
    gap: 5px;
}

.title__section--icon {}

.title__section--text {
    color: var(--text-dark);
    font-size: 1.1rem;
}

.toggle__other {
    background-color: unset;
    outline: none;
    border: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: max-content;
    position: absolute;
    bottom: -5px;
    right: 0;
    gap: 5px;
    user-select: none;
    padding: 10px;
    width: 100%;
    justify-content: center;
    background: var(--white);
    z-index: 1;
}

.toggle__other span {
    color: var(--text-blue);
}

.toggle__other .rotate--img {
    transform: rotate(180deg);
}

.toggle__other.toggle__other--active {
    background: linear-gradient(180deg, transparent, #ffffff 20%);
    position: sticky;
    bottom: -1px;
}

.no__show--more .toggle__other {
    display: none;
}

.toggle__other--active .des__show--more {
    display: none;
}

.toggle__other--active .des__show--less {
    display: flex;
}

.active.white__fade::after {
    content: unset;
}

.des__show--less {
    display: none;
}

.white__fade {
    position: relative;
}

.white__fade::after {
    content: "";
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 35px;
    right: 0;
	z-index: 1;
}

.white__fade {
    position: relative;
}

.white__fade::after {
    content: "";
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 35px;
    right: 0;
}

.d-none {
    display: none !important;
}
.hide__element{
	visibility: hidden;
	opacity: 0;
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.overlay,.factor__overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.overlay.active,.factor__overlay.active {
    opacity: 1;
    visibility: visible;
}

.header-index{
    border-bottom: 1px solid var(--gray);
	margin-top: 45px;
}
.header-active .header-index {
	z-index: 35;
}
.head__menu-content {
	top: 0 !important;
	height: 100svh !important;
}
@media screen and (max-width: 800px) {
	.head__menu__header {
		display: flex !important;
	}
}
.holder_banner-top{
	z-index: 16 !important;
}
.contact__parent{
	z-index: 4 !important;
}
/* .menu__backdrop,.contact__parent{
	z-index: 5 !important;
} */
/* .head__active,.head__menu-content{
	z-index: 3 !important;
} */
.mt-sm{
	margin-top: 109px;
}
/* Start Modal */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--white);
    z-index: 20;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateX(-100vw);
    transition: transform var(--time-fast);
	border-radius: var(--border-radius-card);
}

.modal.active {
    transform: translateX(0);
}

.modal__fix {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal__header {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gray-middle);
}

.modal__header--icon {
    padding: 10px 0 10px 10px;
    cursor: pointer;
}

.modal__header--img.close_desktop {
    display: none;
}

.modal__header--img {}

.modal__header--text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--text-dark);
}

.modal__header--title {
    font-size: 1rem;
    font-weight: 500;
}

.modal__header--hotel {
    font-size: 0.8rem;
}

.modal__content {
    overflow: auto;
    flex-grow: 1;
}

.modal__content::-webkit-scrollbar {
    /* width: 5px;
    background: var(--tertiary-color); */
	width: 0;
}

.modal__content::-webkit-scrollbar-thumb {
    /* background: var(--priymary-color);
    cursor: pointer; */
}

/* End of Modal */

/*  */

/* Start Swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .swiper-slide video {
    width: 100%;
    height: 100%;
}

.gallery .swiper-slide img,
.gallery .swiper-slide video {
    background-color: var(--gray);
    aspect-ratio: 16 / 9;
}

/* End Swiper */

/* Start Gallery */
.gallery-swiper .swiper-pagination{
	bottom: var(--swiper-pagination-bottom,8px);
	transition: all var(--time-fast);
}
.video__playing .swiper-pagination{
	bottom: -30px;
}
.gallery-swiper .plyr__controls{
	bottom: -40px;
	transition: all var(--time-fast);
}
.gallery-swiper .swiper-slide{
	border-radius: var(--border-radius-img);
	overflow: hidden;
}
.gallery__icons{
	display: flex;
    align-items: center;
    gap: 5px;
	position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
	transition: all var(--time-fast);
}
.gallery__icons--hidden{
	opacity: 0;
	visibility: hidden;
}
.gallery__icons--item{
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: var(--border-radius-card);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number__slider {
	position: absolute;
    bottom: 10px;
    right: 15px;
    padding: 6px 8px;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: var(--border-radius-card);
    font-size: 0.8rem;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 5px;
	transition: bottom 0.2s;
	height: 34px;
}
.number__slider.off{
	bottom: -60px;
}
.number__slider span{
	height: 17px;
	color: #101828;
}
.video__playing .plyr__controls{
	bottom: 0;
}
.control__video{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	background: unset;
	padding: 10px;    
	cursor: pointer;
}
.control__video img{
    background: unset;
    width: 45px !important;
    height: 45px !important;
    filter: drop-shadow(0px 0px 10px #ccc);
	background-color: unset !important;
}
.video__playing .control__video{
	opacity: 0;
	visibility: hidden;
}

.gallery__hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
}

.gallery__active--content {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	top: 0;
	right: 0;
	font-size: 1.2rem;
	color: var(--white);
	font-weight: 500;
}

.gallery .plyr__video-wrapper,
.gallery .plyr__poster {
    background-color: var(--gray);
}

.gallery-swiper {
    height: 300px;
    width: 100%;
}

.gallery-swiper .plyr--video,
.gallery-swiper figure {
    height: 100%;
}

.gallery-swiper .swiper-pagination-bullet {
    background: var(--white);
    opacity: 0.4;
    transition: width var(--time-fast);
}

.gallery-swiper .swiper-pagination-bullet-active {
    width: 24px;
    opacity: .8;
    border-radius: var(--radius-big);
}

/* End of Gallery */

/* Start Breadcrumb */

.breadcrumb {
    padding: 14px 8px;
    border-bottom: 1px solid var(--gray-middle);
}

.breadcrumb__list {
    display: flex;
    align-items: center;
    overflow: auto;
    scrollbar-width: none;
    gap: 20px;
}

.breadcrumb__item {
    min-width: max-content;
    position: relative;
}

.breadcrumb__item::after {
    content: "";
    border-left: 2px solid rgba(51, 51, 51, 0.7);
    border-top: 2px solid rgba(51, 51, 51, 0.7);
    bottom: 0;
    height: 7px;
    width: 7px;
    left: -12px;
    margin: auto 0;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
}

.breadcrumb__item:last-child::after {
    content: unset;
}

.breadcrumb__item a {
    color: var(--text-gray);
    font-size: var(--text-mediom);
    transition: color var(--time-fast);
}

.breadcrumb__item.active a,
.breadcrumb__item a:hover {
    color: var(--text-blue);
}

/* End of Breadcrumb */

/* Start Hotel Details */
.hotel {
	/* overflow: hidden; */
}

.hotel__info--tour {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
	flex-direction: column;
}

.hotel__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 var(--padding-content);
    flex: 1 1 500px;
    flex-basis: 65%;
}

.hotel__info--name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 5px;
}

.hotel__name {
    display: flex;
    align-items: center;
    gap: 8px;
	flex : 1;
}

.hotel__name--img {}

.hotel__name--title {
    font-size: 1.25rem;
    color: var(--text-dark);
}

.hotel__star {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hotel__star--img {
}
.star__opacity{
	opacity: 0.7;
}

.hotel__star--title {
    color: var(--gray-dark);
    font-size: 0.8rem;
    height: 16px;
}

.hotel__info--address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hotel__address {
    display: flex;
	align-items: center;
    gap: 7px;
}

.hotel__address--text {
    color: var(--text-dark);
    font-size: 0.8rem;
	text-align: justify;
}

.hotel__map {
    color: var(--text-blue);
    font-size: 0.8rem;
}

/* Tour */
.hotel__tour {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
    flex: 1 1 500px;
    flex-basis: 35%;
    position: relative;
    overflow: hidden;
    background-image: url(https://www.yejayekhoob.com/Libraries/images/tour_bg_test.webp);
    background-size: 50% 173px;
    background-repeat: no-repeat;
    direction: ltr;
    background-position: right 0;
    justify-content: center;
	width: 100%;
}
/* .hotel__tour {
	min-height: 122px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
    flex: 1 1 500px;
    flex-basis: 35%;
    position: relative;
    overflow: hidden;
    margin-right: calc(var(--padding-section-z) * -1);
    background-image: url(https://www.yejayekhoob.com/Libraries/images/tour_bg.webp);
    background-size: auto 110%;
    background-repeat: no-repeat;
    direction: ltr;
    background-position: right 5px;
} */
/* .hotel__tour::before,.hotel__tour::after{
	content: "";
    width: 200px;
    height: 200px;
	opacity: 0.05;
	transform: rotate(50deg);
    border-radius: 3px;
    position: absolute;
}
.hotel__tour::before{
    left: -165px;
    bottom: 15px;
    background: #1F78FF;
}
.hotel__tour::after{
    left: -160px;
    bottom: -10px;
    background: #3B82F6;
} */

.hotel__tour--title {
	width: 55%;
    padding: 0;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
	margin-top: -10px;
	max-width: 180px;
}

.hotel__tour--click {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 55%;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    transition: background var(--time-fast);
    border-radius: var(--border-radius-btn);
	/* background: linear-gradient(90deg, #1089D3 0%, #12B1D1 100%); */
	background: #1F78FF;
	max-width: 180px;
}
.hotel__tour--click:hover{
	background: #116ef8;
}

.hotel__tour--btn {
    outline: none;
    border: none;
    background: none;
    font-size: 15px;
    color: var(--white);
    font-weight: bold;
    cursor: pointer;
}

/* End of Hotel Details */

/* Start Navbar Top */
.navbar__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 500px;
    flex-basis: 65%;
	width: 100%;
}

.navbar__top--ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
	padding-top: 15px;
    border-bottom: 1px solid var(--gray-middle);
    justify-content: space-evenly;
	width: calc(100% + 32px);
	margin-right: -16px;
}

.navbar__top--ul .navbar__top--item {
    transition: color var(--time-fast);
    font-size: 0.9rem;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    user-select: none;
}

.navbar__top--ul .navbar__top--item:hover,
.navbar__top--ul .navbar__top--item.active {
    color: var(--text-blue);
}

.navbar__top--ul .navbar__top--item.active::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: var(--priymary-color);
    left: 0;
    bottom: -10px;
}

.navbar__top--fixed {
    /* padding-top: 53px; */
    padding-top: 65px;
}

.navbar__top--fixed .navbar__top--ul{
    /* width: 100%; */
    max-width: 1280px;
    position: fixed;
    right: 50%;
    background-color: var(--white);
    z-index: 5;
    padding: 15px var(--padding-section-z) 10px;
    transform: translateX(50%);
	margin-right: 0;
}
.navbar__top--fixed .navbar__top--ul{
	top: 45px;
}
/* End of Navbar Top */


/* Start Hotel Card Des */
.hotel__card--des {
    padding-top: var(--padding-content);
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
}

.hotel__card {
    display: none;
}

.hotel__description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding-bottom: 35px;
}
.hotel__description span,.hotel__description p,.hotel__description strong{
	font-size: 14px !important;
}
.hotel__description ul{
	padding-right: 20px;
}
.hotel__description li{
	list-style-type: initial;
}
.hotel__des--title {
    font-size: 1.15rem;
    color: var(--text-dark);
}

.hotel__des--text {
    line-height: 2.5;
    position: relative;
    max-height: 240px;
    overflow: hidden;
    text-align: justify;
}

.hotel__description.active .hotel__des--text {
    max-height: 5000px;
}

.no__show--more .white__fade::after,
.no__show--more.white__fade::after {
    content: unset;
}

/* End of Hotel Card Des */

/* Start Rooms */
.rooms {
    display: flex;
    flex-direction: column;
    gap: 15px;
	position: relative;
}
.room__title--tutorial{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.room__tutorial{
    display: flex;
    align-items: center;
    gap: 3px;
    background: unset;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    /* box-shadow: 0 0 5px #CCCCCCCC; */
    padding: 4px 8px;
	transition: border var(--time-fast);
	border-radius: var(--border-radius-card);
}
/* .room__tutorial:hover{
	border-color: #01DB78;
} */
.room__tutorial--text{
   background: linear-gradient(90deg, #12B1D1 0%, #2563EB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 12px;
    /* text-fill-color: transparent;
	font-size: 0.75rem;
    font-weight: 500;
	/* color: #EB2563; */
}
.room__detail--items {
	position: sticky;
	top: 95px;
	z-index: 4;
	transition: top .2s ease-out;
}
.room__detail--items.is-sticky .select__date-parent,.room__detail--items.on__stiky .select__date-parent{
	background-color: #bcbfe1f0;
}
.select__date-sentinel{
	height: 1px;
	position: absolute;
    top: 60px;
}
.select__date-parent {
    display: flex;
    border: 1px solid var(--gray);
    background-color: var(--white);
	/* background-color: #f4f4f4; */
    position: sticky;
    top: 50px;
    z-index: 2;
	width: 100%;
	border-radius: var(--border-radius-card);
	transition: all var(--time-fast);
}
.select__date-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 50%;
    padding: 20px 10px;
    cursor: pointer;
	position: relative;
}

.select__date-detail {
    display: flex;
    flex-direction: column;
	gap: 2px;
}

.select__date-des {
    color: var(--text-gray);
    font-size: 0.75rem;
}

.select__date-select {
    /* font-size: 0.94rem; */
    font-size: 0.75rem;
	color: #000;
    /* font-weight: 500; */
}
.select__date--icon{
	position: absolute;
    left: 4px;
    top: 20px;
}
.select__date-left .select__date--icon{
	left: 10px;
}

.select__date-hr {
    width: 1px;
    background: #ddd;
    margin: 0.5rem;
}

.room__categories{
	display: flex;
	border-bottom: 1px solid var(--gray);
}
.room__categories--list{
	display: flex;
    align-items: center;
    /* overflow: auto; */
    scrollbar-width: none;
    /* gap: 20px;
	border-bottom: 1px solid var(--gray); */
	height: 50px;
}
.room__categories--item{
	/* min-width: 100px; */
	text-wrap : nowrap;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
    font-size: .9rem;
    cursor: pointer;
    color: var(--text-gray);
    font-weight: 500;
    background-color: var(--white);
    padding: 12px;
	transition: color var(--time-fast);
	width: auto;
}
.room__categories--item:hover{
	color: var(--text-blue);
}
.room__categories--item.active{
	color: var(--text-blue);
    background-color: #EFF4FB;
	border-color: var(--priymary-color);
	border-radius: var(--border-radius-btn);
}
/*  */
.room__container{
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.room__items-active{
	order: -1;
}
.room__items{
	display: flex;
    flex-direction: column;
    gap: 8px;
	position: relative;
}
.room__items--title{
	color: var(--text-dark);
    font-size: 16px;
    font-weight: 500;
	/* background: linear-gradient(90deg, #FFFFFF 0%, rgb(31 120 255 / 16%) 100%); */
    padding: 10px 2px;
	border-radius: var(--border-radius-card);
	display: flex;
    align-items: center;
    gap: 8px;
	position: relative;
	overflow: hidden;
}
.room__items--title::before{
	z-index: 3 !important;
}
.room__items--slider{
	padding-bottom: 20px;
}
.room__items--slider .swiper-pagination{
	top: unset;
	bottom: 0;
}
.room__item{
	border: 1px solid var(--gray);
    padding: 6px;
	display: flex;
    flex-direction: column;
    gap: 10px;
	overflow: hidden;
	border-radius: var(--border-radius-card);
}
.room__reserve--section{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.room__discount{
    background-color: var(--white);
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	display: none;
}
.room__discount--value{
    background-color: #D9FFD7;
    padding: 7px;
    color: var(--green);
    font-size: 0.6rem;
    font-weight: bold;
    transform: rotate(0deg);
    height: 27px;
    border-radius: var(--border-radius-card);
}
.discount__active .room__discount{
	display: flex;
}
.room__title{
	display: flex;
    align-items: center;
    gap: 5px;
	position: relative;
}
.room__title--icon{
	background-color: var(--body-back);
    padding: 8px;
    border-radius: var(--border-radius-card);
}
.room__title--text{
	font-size: 1rem;
    color: #000;
	margin-right: 2px;
    margin-top: 2px;
	z-index: 3;
}

.room__details{
	display: flex;
	flex-direction: column;
	align-items: start;
	position: relative;
}
.room__details--hr{
    position: relative;
    height: 2px;
    background: repeating-linear-gradient(to right, #b6b6b670 0, #b6b6b670 8px, transparent 8px, transparent 14px);
    width: 100%;
    margin: 8px 0;
}
.room__options{
	display: flex;
    gap: 10px;
	flex-direction: column;
}
.room__option{
	display: flex;
    align-items: center;
    gap: 5px;
}
.room__discount--text{
	display: flex;
    gap: 10px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 60px;
	position: relative;
}
.room__discount--price{
	color: var(--gray-dark);
    font-size: 0.9rem;
	position: relative;
	/* height: 22px; */
}
.room__discount--price span{
	font-weight: 500;
	position: relative;
}
.room__discount--price span::after{
	content : "";
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: var(--gray-dark);
	right: 0;
    top: 45%;
}

.room__price--parent{	
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.room__price--info{
	/* font-weight: 700; */
}
.room__price--daily{
	height: 27px;
}
.room__price--daily,.room__option--title{
	color: var(--text-dark);
	font-size: 0.8rem;
	position: relative;
}
.room__price--person{
	color: var(--text-blue);
}
.room__price--people{
	/* color: var(--text-blue);
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center; */
}
.room__option--price{
	color: var(--text-blue);
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
}

.not__valid--price,.no__price{
	font-size: 1.1rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	justify-content: center;
    align-items: center;
	display: none;
}
.no__price{
	display: flex;
}
.not__valid--price p,.no__price{
    font-size: 11px;
	color: #000;
    text-align: justify;
	line-height: 2;
}
.not__valid--price p{
	text-align: center;
}

.room__btns{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.room__btn{
	/* background-color: var(--body-back);
	color: var(--text-blue); */
	background-color: var(--priymary-color);
	color: var(--white);
	outline: none;
	cursor: pointer;
    padding: 12px;
    font-weight: 500;
    font-size: 0.8rem;
	transition: border var(--time-fast),background-color var(--time-fast);
	width: 100%;
	border-radius: var(--border-radius-btn);
	border: 1px solid transparent;
	text-wrap: nowrap;
    white-space: nowrap;
}
.room__btn:hover{
	background-color: #1d59db;
}
.room__reserve--all{
	flex: 2;
}

.room__calander--btn{
	/* background-color: transparent; */
    border: 1px solid var(--priymary-color);
	flex: 0;
	background-color: #fff;
    color: var(--text-blue);
}
.room__calander--btn:hover{
	background-color: inherit;
}

.room__items--slider .swiper-wrapper{
	flex-direction: column;
	gap: 5px;
}
.room__reserve--info{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
	padding: 8px;
	z-index: 3;
	transition: all .2s;
}
.room__info--top{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.room__info--title{
    color: #000000;
    font-weight: bold;
    font-size: 1rem;
}
.room__info--date{
    font-size: 0.9rem;
}
.room__info--item{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.room__info--item::before{
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: -11px;
    background-color: #E6E6E6;
}
.room__info--count::before{
	content: unset;
}
.room__info--item-title{
    color: var(--gray-dark);
    font-size: 1rem;
}
.room__info--item-value{
    color: var(--text-dark);
}
.room__info--btns{
    display: flex;
    align-items: center;
    gap: 5px;
	width: 100%;
}
.room__info--btns button{
	flex-grow: 1;
    padding: 12px;
    outline: none;
	font-weight: 500;
	flex-basis: 50%;
	font-size: 0.7rem;
	cursor: pointer;
	transition: opacity var(--time-fast);
	border-radius: var(--border-radius-btn);
    border: 1px solid var(--priymary-color);
	background-color: transparent;
	color: var(--text-blue);
}

.room__count--btns{
    display: flex;
    /* align-items: center;
    gap: 15px; */
}
.room__count--btns button{
	background-color: #DAE9FF;
	border: none;
    outline: none;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	border-radius: var(--border-radius-btn);
}
.room__count--btns button span{
	height: 21px;
	pointer-events: none;
}
.btn__decrease span{
    font-size: 24px;
    height: 31px !important;
}
.room__count--value{
	font-size: 0.9rem;
    background-color: var(--white);
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.room__quiz--info{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--body-back);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
	z-index: 2;
	transition: all var(--time-fast);
}
.room__quiz--text{
	font-size: 0.9rem;
	color: #000;
}

.room__quiz--parent{
	position: relative;
	z-index: 3;
}
.room__title--detail,.room__quiz--close{
	cursor: pointer;
	transition: all .2s;
}
.room__quiz--close{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.room__quiz--close-show .room__title--detail{
	opacity: 0;
	visibility: hidden;
}
.room__quiz--close-show .room__quiz--close{
	opacity: 1;
	visibility: visible;
}
/* End of Rooms */

/* Start Panorama */
.panorama {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.panorama__de {
    display: none;
}

.panorama__md {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    cursor: pointer;
}

.panorama__md::before,
.panorama__md::after {
    content: "";
    width: 100%;
    height: 45px;
    background-color: var(--white);
    position: absolute;
    z-index: 2;
    border-radius: 50%;
}
.panorama__md::before {
    top: -28px;
}
.panorama__md::after {
    bottom: -28px;
}
.panorama__md--img {
    height: 100%;
}
.panorama__md--img video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    overflow: hidden;
    border-radius: var(--border-radius-card);
}
.panorama__md--img figcaption {
    display: none;
}
.panorama__md--overlay {
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    border-radius: var(--border-radius-card);
}
.panorama__md--overlay p {
    font-size: 1rem;
    font-weight: 500;
}
.panorama__md--icon {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
}

.loader__panorama{
	display: flex;
    width: 100%;
    height: calc(100% - 65px);
    position: absolute;
    align-items: center;
    justify-content: center;
    background: var(--white);
    z-index: 3;
    bottom: 0;
    left: 0;
	transition: all .2s;
}
.loader__panorama--parent{
    display: flex;
    flex-direction: column;
    gap: 16px;
	margin-top: -68px;
}
.loader__panorama.off{
	opacity: 0;
	visibility: hidden;
}
.loader__panorama--items{
	/* width: 44px;
	height: 44px; */
	/* animation: loaderPanorama 2s infinite ease;
	transform-style: preserve-3d; */
    width: 110px;
    height: 110px;
	position: relative;
}
.loader__panorama--items::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 10px solid #EBEBEB;
    border-radius: 50%;
    border-top: 10px solid #1F78FF;
    transition: all .3s ease;
    animation: rotatePageLoader 0.8s linear infinite;
	top: 0;
    left: 0;
}
.loader__panorama--items::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0px 3px 4px rgba(26, 26, 26, 0.25);
    border-radius: 50%;
    z-index: 2;
}
.loader__panorama-logo{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader__panorama-yj{

}

@keyframes rotatePageLoader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loader__panorama--item{
	background-color: rgba(0,77,255,0.2);
	height: 100%;
	position: absolute;
	width: 100%;
	border: 2px solid #004dff;
}
.loader__panorama--1{
	transform: translateZ(-22px) rotateY(180deg);	
}
.loader__panorama--2{
	transform: rotateY(-270deg) translateX(50%);
	transform-origin: top right;
}
.loader__panorama--3{
	transform: rotateY(270deg) translateX(-50%);
	transform-origin: center left;
}
.loader__panorama--4{
	transform: rotateX(90deg) translateY(-50%);
	transform-origin: top center;
}
.loader__panorama--5{
	transform: rotateX(-90deg) translateY(50%);
	transform-origin: bottom center;
}
.loader__panorama--6{
	transform: translateZ(22px);
}
@keyframes loaderPanorama {
	0% {
		transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
	}
	50% {
		transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
	}
	100% {
		transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
	}
}
/* Endof Panorama */

/* Start Map */
.map__detail {
    padding: var(--padding-section-y) var(--padding-section-z);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail__content {
    display: flex;
    flex-direction: column;
    max-height: 320px;
    overflow: hidden;
}

.detail__content--parent {
    display: flex;
    flex-direction: column;
    flex: 1 1 500px;
    flex-basis: 50%;
}

.map__detail--des {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.detail__address {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
}

.detail__time_map{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail__time {
    color: var(--text-dark);
    font-size: 13px;
}

.map__detail--items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    gap: 20px;
}

.map__detail--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 15px;
    border-top: 1px solid var(--gray);
}

.map__detail--title {
    font-size: 0.8rem;
}

.map__detail--icons {
    display: flex;
    align-items: center;
    gap: 16px;
	position: relative;
}
.map__detail--hr::after {
	content: "";
    width: 1px;
    height: 70%;
    top: 50%;
    /* left: 49%; */
    left: 51%;
    position: absolute;
    background-color: #B6B6B6;
    transform: translateY(-50%);
}
.map__detail--icon {
    display: flex;
    align-items: center;
    gap: 5px;
}
.map__detail--icon-title{
	font-weight: bold;
}

.map__detail--icon span {
    font-size: 0.7rem;
    color: var(--text-gray);
	text-wrap : nowrap;
	white-space: nowrap;
}

.map__content {
    flex: 1 1 500px;
    flex-basis: 50%;
    background-color: var(--gray);
	height: 240px;
	outline: none;
	z-index: 1;
	border-radius: var(--border-radius-card);
	position: relative;
}
.leaflet-container{
	font-family: inherit;
}
.map__content--open{
    bottom: 16px;
    right: 16px;
	display: flex;
    gap: 8px;
	align-items: center;
}
.map__content--open,.map__full-screen{
	position: absolute;
    z-index: 401;
	cursor: pointer;
    border: none;
    outline: none;
	border-radius: var(--border-radius-btn);
}
.map__content--open .set__map{
	background-color: var(--priymary-color);
	padding: 10px;
	display: flex;
    align-items: center;
	gap: 5px;
	color: var(--white);
    font-size: 16px;
    font-weight: 500;
	border: 1px solid transparent;
	border-radius: var(--border-radius-btn);
}
.open__map{
	/* background-color: var(--white);
	padding: 10px;
	display: flex;
    align-items: center;
	gap: 5px;
	border: 1px solid #DDDDDD;
	border-radius: var(--border-radius-btn); */
	color: var(--text-blue);
    font-size: 13px;
	text-decoration: underline;
}
.map__full-screen{
	background-color: var(--priymary-color);
	padding: 8px;
	top: 15px;
    right: 15px;
}
.leaflet-control-fullscreen{
	display: none;
}

.leaflet-marker-icon{
	pointer-events: none !important;
	outline: none;
}

.detail__content--parent.active .detail__content {
    max-height: 5000px;
}

/* End of Map */


/* Start Facilities */
.facilities {
    padding: var(--padding-section-y) var(--padding-section-z);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.facilities__parent {
    display: flex;
    flex-direction: column;
    gap: 35px;

}

.facilities__items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.facilities .title__section--text{
	height: 20px;
}
.facilities__item--title {
    font-size: 1rem;
	padding-right: 15px;
}

.facilities__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 250px;
    overflow: hidden;
	padding-right: 20px;
}

.facilities__item--content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.facilities__content--icon,.facilities__item--content svg {
    width: 20px;
    height: 20px;
}

.facilities__content--title {
    font-size: 0.9rem;
    color: var(--text-dark);
}

.facilities__items.active .facilities__item {
    max-height: 5000px;
}

/* End of Facilities */

/* Start Rules */
.rules {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rules__parent {
	padding-right: 15px;
}

.rules__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rules__item--content {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    gap: 5px;
}

.rules__content--icon , .rules__item--content svg {
    width: 20px;
    height: 20px;
}

.rules__content--title {
    font-size: 0.9rem;
    color: var(--text-dark);
}

/* End of Rules */

/* Start Comments */
.comments {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comments__title--btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.otehr__comment {
    outline: none;
    border: none;
    background: unset;
    font-size: 0.8rem;
    cursor: pointer;
    color: var(--text-blue);
    font-weight: 500;
}

.comments__parent {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: start;
}

.modal__comment--list-tab {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment__items {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow: auto;
    padding: 2px;
	flex-direction: column;
}
.load__other--comment{
    background-color: unset;
    border: unset;
    outline: unset;
    width: max-content;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    color: var(--text-blue);
	display: flex;
	align-items: center;
	gap: 5px;
	order: 1;
}
.comment__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
	width: 100%;
    border: 1px solid var(--gray);
	border-radius: var(--border-radius-card);
}
.comment__item--off{
	opacity: 0.6;
}
.no__confirm--comment{
    font-size: 0.9rem;
    color: var(--text-dark);
    padding: 0 10px;
    margin-top: 10px;
}
.no__comment{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 15px 10px;
    border: 1px solid var(--gray);
}
.no__comment--text{
    font-size: 0.9rem;
    color: var(--text-dark);
}
.no__comment--btn{
	outline: none;
    border: none;
    background: unset;
    display: flex;
    align-items: center;
    gap: 5px;
	cursor: pointer;
}
.no__comment--btn span{
    font-size: 0.8rem;
    color: var(--text-blue);
    font-weight: 500;
}

.comment__info {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 10px;
}

.comment__profile {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment__profile--img {
    padding: 15px;
    background-color: #EBEBEB;
    border-radius: 50%;
}

.comment__user {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.comment__user--name {
    font-size: 0.9rem;
    font-weight: 500;
}

.comment__user--date {
    color: var(--gray-dark);
    font-size: 0.9rem;
    white-space: nowrap;
    text-wrap: nowrap;
	min-height: 22px;
    min-width: 100px;
	position: relative;
}

.comment__rate {
    display: flex;
    align-items: center;
    color: var(--gray-dark);
    font-size: 0.9rem;
    gap: 5px;
}
.comment__rate--star{
	/* opacity: 0.7; */
}

.comment__rate span {
    height: 18px;
}

.comment__des {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment__des .comment__text {
    color: var(--text-dark);
    font-size: 0.9rem;
    line-height: 2;
}

.comment__answer {
	margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
	background-color: #dddddd17;
    border: 1px solid #cccccc26;
	border-radius: var(--border-radius-card);
}

.comment__answer--profile {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment__answer--profile img {}

.comment__answer--profile span {
    color: #4651C2;
    font-size: 0.9rem;
    font-weight: 500;
}

.comment__answer--text {
    color: var(--text-dark);
    font-size: 0.9rem;
    line-height: 2;
}

.commnts__send {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid var(--gray);
	width: 100%;
	border-radius: var(--border-radius-card);
}

.commnts__send--text {
    font-size: 0.9rem;
    color: var(--text-dark);
}

.commnts__send--btn {
    outline: none;
    border: 1px solid var(--priymary-color);
    color: var(--text-blue);
    background-color: var(--white);
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
	border-radius: var(--border-radius-btn);
}

.comment__detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.comment__detail p {
    font-size: 0.9rem;
    font-weight: 500;
    height: 18px;
}

.comment__title--positive {
    color: var(--green);
}

.comment__title--negative {
    color: var(--red);
}

.comment__detail--des {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment__detail--text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.comment__text--item {
    display: flex;
    gap: 5px;
}

.comment__text--item span {
    color: var(--text-dark);
    font-size: 0.9rem;
}
.comment__reactions{
	display: flex;
    align-items: center;
    gap: 14px;
	padding: 0 10px;
}
.comment__reactions-btns{
	display: flex;
    align-items: center;
    gap: 12px;
}
.comment__reactions--text{
	color: #1D242B;
    font-size: 13px;
}
.comment__reactions--item{
    background-color: #EFF4FB;
    border: unset;
    outline: none;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
	position: relative;
}
.comment__reactions--counter{
	font-size: 13px;
    color: #1D242B;
}
.like.active.comment__reactions--item{
	background-color: #ecfae4;
}
.dislike.active.comment__reactions--item{
	background-color: #fae4e4;
}
.disable__reaction{
	pointer-events: none;
}
.comment__reactions--loader{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #EFF4FB;
    border-radius: 8px;
	opacity: 0;
	visibility: hidden;
}
.comment__reactions--loader-circle{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #a1a3a8;
}
.loader__reaction .reactions__circle-1 {
    animation: animationCircleLoaderReacton1 1.2s linear infinite normal forwards;
}
.loader__reaction .reactions__circle-2 {
    animation: animationCircleLoaderReacton2 1.2s linear infinite normal forwards;
}
.loader__reaction .reactions__circle-3 {
    animation: animationCircleLoaderReacton3 1.2s linear infinite normal forwards;
}
.loader__reaction .comment__reactions--loader{
	visibility: visible;
	opacity: 1;
}
@keyframes animationCircleLoaderReacton1 {
    0% {
        opacity: .9
    }
    33.333333% {
        opacity: .6
    }
    66.666667% {
        opacity: .3
    }
    to {
        opacity: .9
    }
}
@keyframes animationCircleLoaderReacton2 {
    0% {
        opacity: .6
    }
    33.333333% {
        opacity: .3
    }
    66.666667% {
        opacity: .9
    }
    to {
        opacity: .6
    }
}
@keyframes animationCircleLoaderReacton3 {
    0% {
        opacity: .3
    }
    33.333333% {
        opacity: .9
    }
    66.666667% {
        opacity: .6
    }
    to {
        opacity: .3
    }
}
/* End of Comments */

/* Start Gallery Modal */
.modal__gallery {
    width: 100%;
    height: 100%;
    max-width: 1280px;
}

.modal__gallery--switch {
    align-items: center;
    display: flex;
    /* border: 1px solid #E1E1E1; */
	border-bottom: 1px solid #E1E1E1;
}

.gallery__switch--images,
.gallery__switch--videos {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px;
    cursor: pointer;
    user-select: none;
	flex-grow: 1;
	border-bottom: 2px solid transparent;
}

.modal__gallery--categories {
    display: flex;
    align-items: center;
    overflow: auto;
    gap: 25px;
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-middle);
}

.gallery__category-item {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: max-content;
    position: relative;
}

.gallery__category--icon {
    width: 18px;
    height: 18px;
}

.gallery__category--title {
    font-size: 1rem;
    color: var(--text-dark);
}

.gallery__category-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--priymary-color);
    bottom: -8px;
}

.gallery__category-item.active .gallery__category--title {
    font-weight: 500;
    color: var(--text-blue);
}

.gallery__category-item.active .gallery__category--icon {
    filter: var(--filter-priymary-color);
    -webkit-filter: var(--filter-priymary-color);
}

.modal__gallery .modal__content {
    /* padding-left: 5px; */
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal__gallery--img-tab {
    /* display: flex;
    flex-direction: column; */
    /* gap: 15px; */
    /* width: 100%; */

	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 8px;
}

.modal__gallery--video-tab {
    display: none;
}
.modal__gallery--item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.modal__gallery--label {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    padding: 12px 35px;
    background-color: var(--body-back);
    /* border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; */
	border-radius: var(--border-radius-btn);
}

.modal__gallery--label .gallery__label--title {
    color: var(--gray-dark);
    font-size: 1rem;
    font-weight: 500;
}

.modal__gallery--images {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px; */

	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 4px;
}
.modal__gallery--images > a{

}

.modal__gallery--img {
    /* width: 100%;
    height: auto;
    max-height: 300px;
    border-radius: var(--border-radius-img); */

	max-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius-img);
    cursor: pointer;
}
.modal__gallery--video-tab .plyr{
	border-radius: var(--border-radius-img);
}

.videos__tab .modal__gallery--categories {
    display: none;
}

.videos__tab .modal__gallery--img-tab {
    display: none;
}

.videos__tab .modal__gallery--video-tab {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(calc(290px - 0.3rem), 1fr));
}

.images__tab .gallery__switch--images,
.videos__tab .gallery__switch--videos {
    background-color: var(--body-back);
    color: var(--text-blue);
	border-color: var(--text-blue);
}

/* End of Gallery Modal */

/* Start Modal Comment */
.modal__comment {
    width: 100%;
    height: 100%;
    max-width: 1280px;
}

.modal__comment .modal__content {
    /* padding-left: 5px; */
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal__comment--switch {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* border: 1px solid #E1E1E1; */
	border-radius: var(--border-radius-card);
	border-bottom: 1px solid #E1E1E1;
}

.comment__switch--images,
.comment__switch--videos {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px;
    cursor: pointer;
    user-select: none;
	border-bottom: 2px solid transparent;
}

.list__tab .comment__switch--images,
.new__tab .comment__switch--videos {
    background-color: var(--body-back);
    color: var(--text-blue);
	border-color: var(--text-blue);
}

.modal__comment--new-tab {
    display: none;
}

.modal__comment.new__tab .modal__comment--list-tab {
    display: none;
}

.modal__comment.new__tab .modal__comment--new-tab {
    display: flex;
    flex-direction: column;
}

.comment__form {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.comment__item-multy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.comment__rate--new {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 5px;
	flex-wrap: wrap;
}

.comment__rate--new .comment__inp--input {
    flex-grow: 2;
}

.comment__rate--btn {
    padding: 0 10px;
    background-color: #D5E6FF;
    border: none;
    outline: none;
    cursor: pointer;
	border-radius: var(--border-radius-card);
}

.comment__item--inp {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.comment__inp--label {
    color: var(--text-gray);
    font-size: 0.8rem;
}

.comment__inp--input,
.comment__inp--textarea {
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
    outline: none;
    padding: 17px 10px;
    font-size: 0.8rem;
    color: var(--text-dark);
    resize: none;
	border-radius: var(--border-radius-card);
}

.error__inp .comment__inp--input,
.error__inp .comment__inp--textarea {
    border-color: var(--red);
}

.comment__inp--textarea {
    height: 200px;
}

.comment__inp--error {
    font-size: 0.8rem;
    color: var(--red);
    display: none;
}

.error__inp .comment__inp--error {
    display: flex;
}

.comment__rate--list {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.comment__rate--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment__rate--detail {
    display: flex;
    gap: 3px;
}

.comment__rate--detail img {}

.comment__rate--detail span {
    font-size: 0.9rem;
	max-width: 250px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.comment__rate--remove {
    border: none;
    outline: none;
    background-color: unset;
    cursor: pointer;
}

.comment__rate--remove img {}

.comment__item-single {}

.comment__bottom--fiexd {
    padding-top: 40px;
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #FFFFFF 100%);
	/* pointer-events: none; */
}

.comment__btn {
    background-color: var(--priymary-color);
    color: var(--white);
    padding: 10px;
    text-align: center;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: opacity var(--time-fast);
	border-radius: var(--border-radius-btn);
}
.comment__btn:disabled{
	opacity: 0.7;
	cursor: progress;
}

/* End of Modal Comment */

/* Start Modal Panorama */
.modal__panorama {
    width: 100vw;
    height: 100vh;
    max-width: 1280px;
}

/* End of Modal Comment */


a[href="https://leafletjs.com"]{
	display: none;
}

/* Rating Comment */
.form__item_range{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form__item_range-title{
	flex: 1;
	color: rgb(43 71 90 / var(--tw-text-opacity, 1));
    font-size: 1rem;
}
.form__item--holder_range {
	position: relative;
	height: 50px;
	flex: 2;
	display: flex;
    align-items: center;
}
.form__item--range {
	background: linear-gradient(to right, var(--priymary-color) 0%, var(--tertiary-color) 0%);
	width: 100%;
	direction: ltr;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	position: relative;
	height: 12px;
	border-radius: 10px;
	border: none;
	padding: 0;
}
.form__item--range:focus {
	border: none;
}
.range-ticks {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
    top: 50%;
    z-index: 0;
    pointer-events: none;
    transform: translateY(-50%);
}
.range-ticks .range-ticks--title {
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background-color: var(--priymary-color);
	pointer-events: none;
	position: relative;
}
.range-ticks--value {
	position: absolute;
	bottom: -28px;
	right: -2px;
	color: var(--priymary-color);
	font-size: 0.8rem;
	font-family: inherit;
	font-weight: 500;
}
.form__item--range::-webkit-slider-runnable-track {
	height: 12px;
	border-radius: 5px;
}
.form__item--range::-webkit-slider-thumb{
	-webkit-appearance: none;
	appearance: none;
	width: 5px;
	height: 24px;
	background: var(--priymary-color);
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 0 0px 1px var(--white);
	position: relative;
	transform: translateY(-40%);
}
.form__item--range::-moz-range-thumb{
	-webkit-appearance: none;
	appearance: none;
	width: 5px;
	height: 24px;
	background: var(--priymary-color);
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 0 0px 1px var(--white);
	position: relative;
	transform: translateY(-40%);
}
.form__item--range:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
@media screen and (max-width:670px) {
	.form__item_range {
		align-items: unset;	
		flex-direction: column;
		gap: 40px;
	}	
}
.rating__comment{
	display: flex;
    align-items: center;
	gap: 4px;
	font-size: 14px;
	color: var(--text-gray);
}
.rating__comment--icon{
	opacity: 0.5;
}
.rating__comment--number{
    display: flex;
    align-items: center;
}

/*  */

.holder_banner {
    width: 100%;
    display: block;
	border-radius: var(--border-radius-card);
	overflow: hidden;
}
.holder_banner .holder_banner--img {
    width: 100%;
	height: auto;
}
.holder_banner{
	margin-top: var(--padding-section-y) var(--padding-section-z);
}

.room__loader .room__items--title::before,
.room__loader .room__title::before,
.room__loader .room__details::before,
.room__loader .room__btns::before,
.loader__element::before{
	content:"";
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%,-50%);
	width: 101%;
	height: 105%;
	z-index: 4;
	overflow: hidden;
	background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
	background-size: 200% 100%;
	animation: skeleton-loading 2s infinite ease-in-out;
	border-radius: var(--border-radius-btn);
}
@keyframes skeleton-loading {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.not__valid--room .room__discount,.not__valid--room .room__discount--price{
	opacity: 0;
}
.not__valid--room .not__valid--price{
	display: flex;
}
.not__valid--room .no__price{
	display: none;
}


/* Modal */

.call__modal {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
	top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: rgba(0, 0, 0, .7);
    /* backdrop-filter: blur(3px); */
    visibility: hidden;
    z-index: 150;
}

.parent__auth {
    position: relative;
    width: 100%;
    padding: 32px 10px 5px;
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.call__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
	direction: rtl;
	min-width: 100%;
	transition: all .3s;
	transform: translateX(0);
	padding-top: 0;
}

.form__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}
.form__title--text{
	font-size: 16px;
	text-align: center;
}

.form__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form__input:focus-visible {
    outline: none;
}

.form__input {
	border-radius: var(--border-radius-btn-bottom-sheet,8px);
    border: 1px solid #E5E5E5;
    padding: 14px 10px;
    color: #3f3737;
    background-color: #FBFBFB;
}
.input-error{
	border-color: var(--red);
}
.input_error-txt{
	color: var(--red);
    font-size: 12px;
}

.text-bold {
    font-weight: bold;
}

.form_label {
    font-size: 14px;
    color: #3f3737;
}

.form__btn {
	margin-top: 26px;
}
.form__btn:disabled{
	opacity: .7;
}

.close__modal-auth{
	visibility: hidden;
	display: flex;
    justify-content: end;
}
.close__modal-auth img{
	cursor: pointer;
    width: 30px;
    height: 30px;
}

.close__modal-auth svg {
    color: var(--text-white);
    stroke-width: 3px;
}

.close__modal-price {
	position: absolute;
    width: 35px;
    height: 35px;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
	cursor: pointer;
}

.close__modal-price svg {
    color: var(--text-white);
    stroke-width: 3px;
}

.show__password-icon {
    width: 20px;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 30px;
    user-select: none;
}
.call__modal-loader{
	background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    opacity: 0;
    visibility: hidden; 
}
.call__modal-loader-on{
	opacity: 1;
    visibility: visible;
}
.call__modal--content{
	position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call__modal--content img{
	width: 40px;
    height: 40px;
    animation: pulseEditReserve 1.5s infinite ease-in-out;
    -webkit-animation: pulseEditReserve 1.5s infinite ease-in-out;
    -moz-animation: pulseEditReserve 1.5s infinite ease-in-out;
    -ms-animation: pulseEditReserve 1.5s infinite ease-in-out;
}
.call__modal--content::after{
	content: "";
    width: 70px;
    height: 70px;
    border: 5px solid #ccdde9a8;
    border-top: 5px solid #95c4e6b2;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: authLoader 1.5s linear infinite;
    -webkit-animation: authLoader 1.5s linear infinite;
    -moz-animation: authLoader 1.5s linear infinite;
    -ms-animation: authLoader 1.5s linear infinite;
}
.call__modal--title{
	margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}
.parent__help--form{
	display: flex;
    overflow: hidden;
}
.parent__help{
    background-color: var(--white);
    padding: 10px;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--border-radius-card);
    gap: 25px;
    transition: all .3s;
    transform: translateX(210%);
    justify-content: space-between;
}
.show__success--help .call__form{
	transform: translateX(-110%);
}
.show__success--help .parent__help{
	transform: translateX(100%);
}
.help__icon{
	display: flex;
    border-radius: 100%;
    padding: 5px;
    position: absolute;
    top: -50px;
    left: 50%;
    background: linear-gradient(212.78deg, #04BBFF 15.82%, #4C63FF 86.06%);
	width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
	transform: translateX(-50%);
    opacity: 1;
    transition: opacity 0.3s;
	z-index: 2;
}
.help__icon span{
	position: relative;
}
.help__icon span::before{
	content: "";
    width: 35px;
    height: 12px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: -32px;
    bottom: -14px;
	transform: rotate(45deg);
    z-index: 2;
}
.help__icon span::after{
	content: "";
    width: 54px;
    height: 12px;
    background: #d0ebff;
    border-radius: 2px;
    position: absolute;
    left: -17px;
    bottom: -6px;
	transform: rotate(135deg);
}
.help__description{
	text-align: center;
	display: flex;
    flex-direction: column;
    gap: 15px;
	/* font-weight: 500; */
}
.help__description--title{
    color: var(--text-blue);
    font-weight: bold;
    font-size: 24px;
}
.help__description--text{
    color: var(--text-dark);
    font-size: 20px;
}
.help__btn{
	width: 100%;
}
.svg-close-help{}
.fadeIn {
    visibility: visible !important;
    opacity: 1;
    animation: fadeInAnimation .3s;
}

.fadeOut {
    visibility: hidden;
    opacity: 0;
    animation: fadeOutAnimation .3s;
}

/* Start Factor */
.factor-on.factor{
	bottom: 0;
}
/* .open-modal .factor-on,.calendar__show .factor-on{
    opacity: 0;
} */
.factor__overlay{
	z-index: 7;
}
.factor{
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    position: fixed;
    padding: 10px 20px 15px;
    background: #fff;
    box-shadow: 0 -3px 15px #0000003b;
    transition: bottom .3s , opacity 0.2s;
    z-index: 8;
    flex-direction: column;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    bottom: -300px;
	left: 50%;
    transform: translateX(-50%);
}
.factor__center{
	display: flex;
    width: 100%;
    align-items: center;
    height: 44px;
    gap: 8px;
}
.factor__center--btns{
	display: flex;
    flex-direction: column;
    align-items: center;
	flex: 1;
}
.factor__center--btn{
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    width: 100%;
	/* position: absolute;
    top: 0;
    left: 0; */
	/* transition: opacity 0.2s cubic-bezier(.2,.8,.2,1), transform 0.2s cubic-bezier(.2,.8,.2,1) , background 0.2s; */
	/* will-change: opacity, transform; */
}
.cancel__factor--all{
	width: 60px;
}
.cancel__factor--all,.factor__center--btn{
	padding: 12px;
    border-radius: var(--border-radius-btn);
    cursor: pointer;
    border: none;
    white-space: nowrap;
	color: #323742;
	font-size: 0.9rem;
    background: #F3F4F6FF;
}
.factor__center--btn:hover{
	background: rgb(239 239 239);
}
.factor__center--btn span,.factor__center--btn img{
	pointer-events: none;
}
.factor__bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.factor__all--price{
	flex: 1;
	display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 500;
    gap: 3px;
	flex-direction: column;
}
.factor__all--price-text{

}
.factor__bottom--btn{
	flex: 1;
}
.factor__bottom--btn button{
	cursor: pointer;
    background-color: #f9ca24;
    border-radius: 3px;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #f5c51a;
    font-weight: bold;
    font-family: inherit;
    width: 100%;
    color: #333;
    transition: all .3s;
}
.factor__bottom--btn button:hover{
    background-color: #eabc1c;
}
.factor__items{
	display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    border-radius: var(--border-radius-card);
    padding: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .2s ease, opacity .2s ease;
}
.show__factor--room .factor__items{
    max-height: 65svh;
    opacity: 1;
    overflow: auto;
}
.factor__item{
	gap: 8px;
    border-radius: var(--border-radius-card);
    flex-direction: column;
    display: flex;
}
.factor__item-detail{
	display: flex;
    /* flex-direction: column; */
    /* gap: 10px; */
}
.factor__room-name{
	/* text-align: center; */
    font-size: 14px;
    gap: 5px;
	/* padding: 0 10px; */
	color: #1f1f1f;
	display: flex;
	align-items: center;
	gap: 8px;
}
.factor__room-price{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}
.factor__room-price span{
	color: #3C3C3C;
    /* font-weight: 500; */
	font-size: 0.7rem;
}
.factor__room-price p {
	font-size: 0.5rem;
    color: #3C3C3C;
}
.factor__room-detail{
	display: flex;
	flex-direction: column;
    gap: 15px;
	background-color: rgba(233, 239, 253, 1);
	padding: 10px;
	flex: 1;
}
.factor__title--text{
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.factor__room-title{
	color: rgba(118, 118, 118, 1);
}
.factor__room-text{
	color: #3C3C3C;
}
.factor__room-text,.factor__room-title{
	font-size: 0.9rem;
}
.factor__room--night{
	font-size: 0.7rem;
}
.factor__item-payment{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    /* font-size: 0.8rem;
    font-weight: 500; */
    border-radius: var(--border-radius-btn);
    padding: 10px;
    border-top: 1px solid #F2F2F2;
    background-color: rgba(233, 239, 253, 1);
}
.hide__factor{
	/* transform: translateY(-10px); */
    /* opacity: 0; */
	display: none;
}
.show__factor{
	/* transform: translateY(0); */
    /* opacity: 1; */
	display: flex;
}
.show__factor--room .hide__factor{
	/* transform: translateY(0); */
    /* opacity: 1; */
	display: flex;
}
.show__factor--room .show__factor{
	/* transform: translateY(10px); */
    /* opacity: 0; */
	display: none;
}
.factor__item--gift{
	/* background-color: #F1FFF7;
    border-color: #5CC856; */
}
.factor__item--gift-img{
    border: 1px solid rgba(233, 239, 253, 1);
    border-left: none;
	padding: 0 5px 2px 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
}
.factor__item--gift .factor__item-detail{
	height: 170px;
}
.factor__item--gift-yj{
	position: absolute;
    transform: rotate(90deg);
    top: 45px;
}
.factor__item--gift .factor__room-detail{
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}
.factor__item--gift .mt-20{
	margin-top: 20px;
}
.factor__title--free{
    font-size: 14px;
    color: var(--text-dark);
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    text-align: center;
}
.factor__figt-img {
    width: 100%;
    height: 22px;
    position: absolute;
    top: -35px;
}
.factor__figt-img::before {
    content: "";
    width: 100%;
    height: 22px;
    position: absolute;
    background-image: url(https://www.yejayekhoob.com/Libraries/svg/factor_gift.svg);
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.factor__figt-img::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    background-color: #C50000;
    left: -10px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.factor__info{
	display: flex;
    align-items: center;
    gap: 10px;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 0 0 20px;
    margin-bottom: -10px;
	z-index: 2;
}
.factor__info--image{

}
.factor__info--image img{
	border-radius: var(--border-radius-img);
	object-fit: cover;
}
.factor__info--detail{
	width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.factor__detail--info{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.factor__detail--name{
	max-width: calc(100% - 50px);
    text-wrap: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.factor__detail--star{
	font-size: 0.82rem;
	display: flex;
    align-items: center;
    gap: 3px;
}
.factor__detail--address{
	display: flex;
    align-items: center;
    gap: 5px;
}
.factor__detail--address p {
    font-size: 0.87rem;
    max-width: 100%;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.factor__detail--hr{
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(to right, #cfcfcf 0 20px, transparent 18px 40px);
    opacity: 0.8;
    position: absolute;
    bottom: 5px;
}
/* End Factor */

/* Start Modal Tutorial */

.modal__tutorial {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity, visibility;
}
.modal__tutorial--open {
  opacity: 1;
  visibility: visible;
}
.modal__tutorial--parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding-bottom: 15px;
    width: 95%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	max-width: 500px;
}

.modal__tutorial--content {
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal__tutorial--video {
    width: 100%;
    display: flex;
    height: 47svh;
    position: relative;
	background-color: #c4c4c4;
}
.modal__tutorial--open .modal__tutorial--video--loader::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    top: 0px;
    transform: unset ;
    opacity: 1;
    background: linear-gradient(110deg, rgb(236, 236, 236) 8%, rgb(245, 245, 245) 18%, rgb(236, 236, 236) 33%) 0% 0% / 200% 100%;
    animation: 0.8s linear 0s infinite normal none running shine;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.modal__tutorial--video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.modal__tutorial--text p {
    color: #5b656e;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}

.modal__tutorial--video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal__tutorial--btn {
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.tutorial__btn--ok{
	padding: 10px;
    font-weight: 500;
    font-size: 0.85rem;
    font-family: inherit;
    flex-grow: 1;
    outline: none;
    background-color: var(--priymary-color);
    color: var(--white);
    border: 1px solid transparent;
    border-radius: var(--border-radius-btn);
	transition: all var(--time-fast);
	cursor: pointer;
}
.tutorial__btn--repeat{
	border: none;
	outline: none;
	position: absolute;
    top: 5px;
	display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px 2px 5px 5px;
    border-radius: 2px;
	font-family: inherit;
	z-index: 5;
	transition: right .3s;
    right: 5px;
	box-shadow: 0 0 5px #000000a1;
	cursor: pointer;
}
.tutorial__btn--repeat-no{
    right: -105px;
}
.tutorial__btn--repeat span{
    color: #0b6aeb;
    font-size: 12px;
    font-weight: bold;
}
.tutorial__btn--repeat::after{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.tutorial__video--duration {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 13px;
}

.tutorial__video--duration span {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}

.tutorial__video--duration svg {
	position: absolute;
	inset: 0;
	transform: rotate(-90deg);
}

.tutorial__video--duration circle {
	fill: none;
	stroke-width: 2;
}
.tutorial__video--duration .progress {
	stroke: rgba(0, 0, 0, .5);
  	transition: stroke-dashoffset 0.3s linear;
}
/* End Tutorial */

/* Start Offer Modal */
.modal__free-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 500;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
.modal__free-overlay-on .modal__free-overlay{
	visibility: visible;
	opacity: 1;
}
.modal__free {
	position: relative;
    width: 100%;
    padding: 35px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    text-align: center;
    gap: 20px;
	background-color: var(--white);
	border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.modal__free--icon{
	position: absolute;
    top: -105px;
	right: 50%;
	transform: translateX(50%);
}
.modal__free--title{
    color: #134899;
    font-size: 1.3rem;
    font-weight: bold;
}
.modal__free--hilight{
	color: #134899;
    font-size: 1rem;
    font-weight: bold;
	white-space: nowrap;
	text-wrap: nowrap;
}
.modal__free--text{
	font-size: 1rem;
    color: var(--text-dark);
}
.modal__free--hr{
	width: calc(100% + 40px);
    height: 20px;
    position: relative;
}
.modal__free--hr-1,.modal__free--hr-2{
    background: linear-gradient(90deg, var(--priymary-color) 0%, #FFFFFF 100%);
	width: 60%;
    position: absolute;
	height: 6px;
}
.modal__free--hr-1{
	border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
	left: 0;
    top: 0;
}
.modal__free--hr-2{
	border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
	right: 0;
    bottom: 0;
}
.modal__free-gift {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
}
.modal__free-title {
	color: var(--text-dark);	
    font-size: 1.2rem;
	margin-bottom: 20px;
    margin-top: 10px;
	text-shadow: 1px 1px 5px #00000059, -1px -1px 6px #00000030;
}
.modall__free-gift-parent{
	margin-top: -67px;
    filter: drop-shadow(2px 4px 6px #003cd494);
}
.modal__free-description {
	color: #666;	
    font-size: 0.9rem;
	line-height: 1.5;
}
.modal__free-description strong{
	color: #003cd4;
}
.modal__free-button-container {
	display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.modal__free-button {	
	padding: 12px;
	border: 1px solid transparent;
	border-radius: var(--border-radius-btn);
	cursor: pointer;
	transition: background-color 0.3s;
	width: 100%;
    flex: 1 1 100%;
	font-size: 15px;
    font-family: inherit;
	font-weight: 500;
}
.modal__free-button--free {
    background: var(--priymary-color);
    color: var(--text-white);
}
.modal__free-button--no-free {
	background-color: var(--white);
	color: var(--text-blue);
	border-color: var(--text-blue);
}
/* End of Offer Modal */

/* Modals Btn */
.modal__send--btn{
	border: 1px solid transparent;
    outline: none;
    padding: 14px;
    border-radius: var(--border-radius-btn-bottom-sheet,8px);
    background: var(--priymary-color);
    color: var(--text-white);
    font-size: 18px;
    width: 100%;
    cursor: pointer;
	font-family: inherit;
	/* font-weight: bold; */
}

/** Start Other Blogs */
.other__blog {
    display: flex;
    flex-direction: column;
    width: 100%;
	gap: 15px;
}
.other__blog-item {
    border-radius: var(--border-radius-card);
    display: flex;
    flex-direction: column;
    transition: all var(--time-fast);
}

.other__blog-img {
    position: relative;
    display: flex;
}

.other__blog-img::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
	width: 100%;
	height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    border-radius: 5px;
}

.other__blog-img img {
    width: 100%;
    border-radius:  var(--border-radius-card);
	min-height: 230px;
	max-height: 230px;
}

.other__blog-content {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    padding-bottom: 10px;
    z-index: 2;
    width: 100%;
}

.detail__other--blog {
    color: var(--white);
    width: 100%;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
}
.other__blog .swiper-button-prev,.other__blog .swiper-button-next{
	visibility: hidden;
}
/** End Other Blogs */

/** */
/* .hotel_faq{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq__title--btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 5px;
}
.hotel_faq__item {
    background: var(--white);
    padding: 10px 20px;
    border-radius: var(--border-radius-card);
    cursor: pointer;
	border: 1px solid var(--gray);
}
.hotel_faq__item input{
    display: none;
}
.hotel_faq__item--question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    gap: 5px;
}
.hotel_faq__item--question span {
    font-weight: 500;
}
.hotel_faq__item--question img{ 
    transition: all .3s ease;
    width: 18px;
    height: 18px;
}
.hotel_faq__item--answer {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    color: var(--text-gray);
    font-size: 14px;
    text-wrap-style: pretty;
    text-align: justify;

}
.hotel_faq__item input:checked ~ .hotel_faq__item--answer{
    max-height: 200px;
}
.hotel_faq__item input:checked + .hotel_faq__item--question img{
    transform: rotateX(180deg);
}
@media (max-width: 480px) {
	.hotel_faq__item input:checked ~ .hotel_faq__item--answer {
		max-height: 250px;
	}
} */
/** */

/* Start Room Filter */
.filter__room--btn{
	width: 150px;
    position: fixed;
    left: -300px;
    bottom: 60px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    background-color: #fff;
    /* border: 1px solid #DDDDDD; */
    border: 1px solid #cdcdcd;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	transition: all var(--time-fast);
}
.filter__room--btn-show{
	left: 0;
}
.filter__room--count {
    width: 26px;
    height: 26px;
    background-color: #D5EAFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	right: 10px;
    top: -13px;
	transition: all var(--time-fast);
	opacity: 0;
	visibility: hidden;
}
.filter__room--show{
	opacity: 1;
	visibility: visible;
}
.filter__room--count span{
    font-size: 15px;
    font-weight: bold;
    color: var(--text-blue);
}
.filter__room--btn img{}
.filter__room--title{
	font-size: 16px;
	font-weight: 700;
	color: var(--text-dark);
}
.filter__room--parent{
	position: fixed;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: flex;
    align-items: end;
	transition: all var(--time-fast);
	opacity: 0;
	visibility: hidden;
}
.filter__room--show{
	opacity: 1;
	visibility: visible;
}
.filter__room{
	width: 100%;
	background-color: #fff;
	display: flex;
    flex-direction: column;
    gap: 24px;
	padding: 32px 16px;
	border-top-left-radius: 24px;
    border-top-right-radius: 24px;
	position: relative;
}
.filter__group{
	display: flex;
    flex-direction: column;
    gap: 14px;
}
.filter__group--title{
	font-size: 18px;
    font-weight: bold;
    color: #1D242B;
}
.filter__group--buttons{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.filter__btn{
	background-color: transparent;
    padding: 12px;
    border: 1px solid #DDDDDD;
    outline: none;
    border-radius: 8px;
    font-size: 15px;
	transition: all var(--time-fast);
}
.filter__btn--active{
	border-color: var(--priymary-color) !important;
	background-color: #EFF4FB !important;
}
.filter__draggable--icon{
    position: absolute;
    display: flex;
    background-color: #e0e0e0;
    border-radius: 50rem;
    height: 4px;
    width: 60px;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.filter__room--desc{
	display: none;
}
/* End of Room Filter */

.ios-fullscreen{
	position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
    background: var(--white);
}

.star__inputs{
	color: var(--red);
}
@keyframes authLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes authLoader { /* Safari */
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes pulseEditReserve {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes pulseEditReserve { /* Safari */
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOutAnimation {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes fadeInAnimation {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width:800px) {
	.room__container{
		overflow: hidden;
	}
	.rooms.active .room__container{
		max-height: 15000px !important;
	}
	.rooms.active .toggle__other{
		margin-top: -20px;
	}
	.room__items--slider .swiper-button-next, .room__items--slider .swiper-button-prev{
		display: none;
	}
	.modal__gallery--img-1{
		grid-row: span 1;
		height: 90px;
	}
	.modal__gallery--img-2{
		height: 190px;
		grid-row: span 2;
	}
	.modal__gallery--img-3{
		height: 190px;
		grid-row: span 2;
	}
	.modal__gallery--img-4{
		grid-row: span 1;
		height: 90px;
	}
	.modal__gallery--img-5{
		grid-row: span 2;
		grid-column: span 2;
		height: 185px;
	}

}

/* پیام دو انگشتی (touch) */
.leaflet-gesture-handling-touch-warning::after,
.leaflet-gesture-handling-scroll-warning::after {
	direction: rtl;
	text-align: center;
	font-family: inherit;
	font-size: 1.1rem;
	background: rgba(20, 20, 20, 0.75);
	color: #fff;
	padding: 10px 14px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: unset;
	font-weight: 500;
}
/* متن از data-attribute پلاگین */
.leaflet-gesture-handling-touch-warning::after {
	content: attr(data-gesture-handling-touch-content);
}
.leaflet-gesture-handling-scroll-warning::after {
	content: attr(data-gesture-handling-scroll-content);
}

.room__items--hide{
	display: none !important;
}

/* Table Content */
.hotel__description .holder_table {
    overflow-x: auto;
    margin-bottom: 5px;
    padding: 0 1px 5px;
}
.hotel__description .holder_table::-webkit-scrollbar {
    background-color: #eee;
    height: 5px;
    border-radius: var(--radius-mediom);
}
.hotel__description .holder_table::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: var(--radius-mediom);
}
.hotel__description .holder_table table td {
    min-width: 150px;
}
.hotel__description .table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hotel__description table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto;
}
.hotel__description thead {
    background-color: #223A79 !important;
    color: white;
}
.hotel__description th,.hotel__description td {
    padding: 12px 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.hotel__description tbody tr:nth-child(even) {
    background-color: #f1f1f1 !important;
}
.hotel__description tr:hover {
    background-color: #e1e1e1 !important;
}
.hotel__description thead tr {
    background-color: #223A79 !important;
}
.hotel__description thead tr:hover {
    background-color: #223A79 !important;
}
.hotel__description a,.hotel__description a *{
	text-decoration: underline;
	color: var(--priymary-color) !important;
}
.hotel__description h1,.hotel__description h2,.hotel__description h3,.hotel__description h4,.hotel__description h5,.hotel__description h6,
.hotel__description h1 *,.hotel__description h2 *,.hotel__description h3 *,.hotel__description h4 *,.hotel__description h5 *,.hotel__description h6 *{
	text-align: start !important;
	font-size: 16px !important;
}


.off__stiky{
	top: 0 !important;
}
.custom__styles .off__stiky{
	top: -60px !important;
}