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

.header-index {
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 15;
    display: flex;
    /* transition: all .3s; */
    /* margin-bottom: var(--margin-section); */
	direction: rtl;
}

.header__index-scrolling {
    backdrop-filter: saturate(980%) blur(20px);
    background-color: hsla(0, 0%, 100%, .75);
    border-bottom: 1px solid #e0e0e0;
}

.head__menu-parent {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}

.head__menu-logo {
	width: auto;
	display: flex;
	gap: 8px;
	flex-direction: row;
	align-items: center;
}
.head__menu-content--user span {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-wrap: nowrap;
}
.head__menu-content--user {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    color: #1D242B;
    font-size: 16px;
    font-weight: bold;
    transition: all .3s ease;
    padding: 8px;
    border-radius: 8px;
    font-weight: 500;
}
.head__menu-content--user:hover {
    color: #2563EB;
}
.head__menu-content--user img {
	transition: all .2s ease;
}
.head__menu-content--user:hover img {
	filter: contrast(0) brightness(0) invert(39%) sepia(140%) saturate(680%) hue-rotate(146deg) brightness(78%) contrast(900%);
}
.head__menu-content--user img {
	width: 20px;
	height: 20px;
}
@media screen and (min-width:801px) {
    .head__menu-content {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
	}

    .head__menu-parent {
        position: relative;
    }
}

.menu__content-link svg, .menu__content-link img {
    width: 20px;
    height: 20px;
    color: #1D242B;
}

.mega_menu svg {
    color: unset;
}

.head__menu-logo {
    width: auto;
    position: relative;
}

.head__menu--logo {
    width: auto;
    height: 38px;
    justify-content: center;
    display: flex;
}

.head__only_mobile-logo {
	height: 26px !important;
	width: auto;
}
.head__yalda-icon {
	height: 50px !important;
	margin-right: -25px;	
	width: auto;
}

.menu__content-ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.menu__content-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu__content-link a,
.menu__content-link label, 
.link__empty{
    text-decoration: none;
    color: #1D242B;
    text-wrap: nowrap;
    font-size: 1rem;
    padding: 3px;
    transition: all .3s;
    font-weight: bold;
    z-index: 3;
}
.child_menu_content.mega_menu .d-flex {
	justify-content: start;
}

/* .child_menu_content{
	display: none;
} */

.menu__content-link:hover .menu_hover a,
.menu__content-link:hover .menu_hover svg {
    color: #2563EB;
}
.menu__content-link:last-child img {
	transition: all .3s ease;
}
.menu__content-link:last-child:hover img {
	filter: contrast(0) brightness(0) invert(39%) sepia(140%) saturate(680%) hue-rotate(146deg) brightness(75%) contrast(800%);
}
.mega_menu-link {
    color: #212121;
	transition: all .2s ease;
}

.mega_menu a {
    font-size: 13px;	
}

.toggle_head-menu {
    display: flex;
    gap: 16px;
	align-items: center;
}

.toggle_head-menu svg {
    width: 100%;
    height: 100%;
    margin-top: 8px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(88%) saturate(670%) hue-rotate(203deg) brightness(90%) contrast(102%) drop-shadow(0px 0px 1px #4651c2) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #fff);
    background-color: unset !important;
}

/* search icon */
.hotel-search--input {
    flex: 1;
    padding: 16px 14px;
    width: 100%;
    border: none;
	font-size: .8rem;
	font-family: 'IRANSans';
	/* caret-color: var(--priymary-color-light); */
}
.holder_result {
	overflow-y: auto;
    max-height: calc(100% - 140px);
    scrollbar-width: thin;
}
.search__results--dropdown {
    margin-top: 10px;
}

.result__item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: .8rem;
	border-bottom: 1px solid var(--body-back);
    padding: 20px;
	transition: background .3s ease , border-radius .3s ease;
	will-change: background , border-radius;
	color: var(--text-middle-gray);
}

.result__item:hover {
	background : var(--text-light-gray);
	border-radius: var(--radius-mediom);
}

.result__item a {
	cursor: pointer;
}

.result__item img {
	width: 15px;
	height: 15px;
}

.result__item--hotel {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #000;
	font-weight: 500;
}

.result__item--border {
	flex: 1 1;
}

.result__item--price-info {
	flex: 0 0 auto;
	font-size: .8rem;
}

.search__result--item {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f2f6;
}
.search__result--item:last-child {
    border-bottom: none;
}
.search__result--item:hover,
.search__result--item[aria-selected="true"] {
    background: #f5f8ff;
}

.highlight {
    background: linear-gradient(90deg, rgba(11, 116, 222, 0.12), rgba(11, 116, 222, 0.12));
    font-weight: 600;
}

.search-wrap {
    position: fixed;
    right: 50%;
    top: 50%;
    width: 35vw;
	height: 45svh;
    max-height: 45svh;
    z-index: 36;
    opacity: 0;
    transform: translate(50%, -50%);
    transition: all .3s ease;
    pointer-events: none;
    will-change: opacity, transform;
    border-radius: 8px;
    overflow: hidden;
	background: var(--white);
}

.search-wrap.active {
	opacity: 1;
	transform: translate(50%, -50%);
	pointer-events: auto;
}

.search-wrap .fixed_search__header , .head__menu__header {
	display: flex;
	align-items: center;
	gap: 8px;
	position: sticky;
	top: 0;
	padding: 20px;
	background: #fff;
	z-index: 1;
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
}

.head__menu__header {
	display: none;
}
.search-wrap .fixed_search__header--title , .head__menu__header--title {
	font-weight: bold;
}

.search-wrap .fixed_search__header--icon {
	cursor: pointer;
}

/* overlay */

.hotel__search--wrap-overlay {
    position: fixed;
    width: calc(100% + 5px);
    height: 100%;
    background: #0000007a;
    z-index: 35;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    transition: all .3s ease;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}
#hotel__search--form {
	height: 100%;
}

.hotel__search--results {
	width: 100%;
	height: 100%;
	/* overflow-y: auto;
	scrollbar-width: thin; */
}
.head__menu--left_icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
.head__menu--search-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 260px;
    border: 1px solid #8d8d8dc8;
    border-radius: 8px;
    justify-content: space-between;
    padding: 8px;
    font-size: 14px;
    color: var(--text-gray);
}
.head__menu--search-btn img {
    width: 18px;
    height: auto;
}
.last__search-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	gap: 12px 10px;
}
.last__search--item {
    font-size: .8rem;
    color: #606470;
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    padding: 9px 10px;
    cursor: pointer;
}

.last__search--title {
	color: #606470;
	font-size: 14px;
}

.last__search--results {
	padding: 20px;
}

.search__input--icon {
	position: relative;
	display: flex;
}
.hotel__search--form {
	height: 100%;
}
.hotel__search--icon {
	display: flex;
	align-items: center;
}
.hotel__search--icon img {
    width: 26px;
    height: auto;
}

.hotel__search--input-parent {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #8d8d8dc8;
    padding-left: 8px;
    margin: 0 20px;
    margin-top: 20px;
    border-radius: 8px;
	overflow: hidden;
    transition: border .3s ease;
}
.search__input--search-icon {
	filter: contrast(0);
}

.search__input--search-icon.hidden {
	opacity: 0;
	visibility: hidden;
}

/* search loader */

.infinite-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #666;
  font-size: 14px;
  gap: 8px;
}

.infinite-loader.hidden {
  display: none;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 3px solid #ddd;
  border-top: 3px solid #555;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* search loader */

@media screen and (max-width : 800px) {
	
}

/* loader */

.hotel__search--custom-loader {
    animation: s4 4s infinite;
}

.hotel__search--custom-loader {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    display: grid;
	opacity: 0;
}

.hotel__search--custom-loader.active {
	opacity: 1;
}

.hotel__search--custom-loader::before, .hotel__search--custom-loader::after {
    content: "";
    grid-area: 1 / 1;
    border: 3px solid;
    border-radius: 50%;
    border-color: var(--priymary-color-light) var(--priymary-color-light) #0000 #0000;
    mix-blend-mode: darken;
    animation: s4 1s infinite linear;
}

/* search icon */

.hum-menu {
    display: none;
    cursor: pointer;
}

.hum__custom-menu {
    display: flex;
    width: 32px;
    height: 32px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.hum__custom-menu img,
.mobile__contact img {
    filter: invert(32%) sepia(140%) saturate(680%) hue-rotate(212deg) brightness(58%) contrast(500%) drop-shadow(0px 0px 0px #fff);
    background-color: unset !important;
}

.mobile__contact {
    display: none;
}
.overflow_hidden{
	overflow: hidden;
}

@media screen and (max-width:1280px) {
	.search-wrap {
    	width: 50vw;
	}
}

@media screen and (max-width:992px) {
	.search-wrap {
    	width: 55vw;
	}
	.head__menu--search-btn {
		width: 120px;
	}
}

@media screen and (max-width:800px) {
	.result__item {
		font-size: 1rem;
	}
	.search-wrap {
		width: 100vw;
		max-height: unset;
		height: 100svh;
		transform: translate(-50%, -50%);
		bottom: 0;
		border-radius: 0;
	}
	.hotel__search--results {
		width: 100%;
		min-height: 100%;
		border-radius: 0;
	}
	.hotel__search--input-parent {
		padding: 0 8px;
	}	
	.head__menu-content--user span {
		max-width: 100%;
	}

	.overflow_mobile-hidden{
		overflow: hidden;
	}
    .head__menu-content {
        position: fixed;
        right: 0;
        background: #fff;
        display: flex;
        justify-content: start;
        align-items: start;
        visibility: visible;
        opacity: 1;
        z-index: 33;
        transition: all .2s;
        overflow: hidden;
        top: 64px;
		bottom: 0;
        border-top: 1px solid #eee;
        width: 100%;
        height: calc(100% - 64px);
		/* min-height: 100vh; */
        -ms-overflow-style: none;
        scrollbar-width: none;
		transform: translateX(100%);
		flex-direction: column;
    }
	.head__active {
        display: flex;
        justify-content: space-between;
        width: 100%;
		height: 100%;
        align-items: center;
        position: relative;
        z-index: 33;
        background: #fff;
        padding: 5px 10px 5px 12px;
    }
    .head__menu-content::-webkit-scrollbar {
        display: none;
    }

    .head__menu-content ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: start;
		align-content: flex-start;
        align-items: start;
        gap: 0 !important;
        padding: 0px 20px 60px;
        width: 100%;
        height: 100%;
        max-height: calc(100svh - 125px);
        overflow: auto;
		scrollbar-width: none;
    }

    .menu__content-link {
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .head__menu-content--user {
        border: none;
        position: absolute;
		bottom: 0;
        right: 0;
        padding: 5px 20px 20px;
        height: 60px;
        display: flex;
        align-items: center;
        width: 100%;
        background: #fff;
        color: #1D242B;
        gap: 8px;
    }

    .menu__backdrop {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 32;
        background-color: rgba(0, 0, 0, .50);
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }

    .header-active .menu__backdrop {
        opacity: 1;
        visibility: visible;
    }

    .head__menu-logo img {
        width: auto;
        height: 34px;
    }

    .menu__tel {
        display: flex;
    }

    .hum-menu {
        display: inline-block;
    }

    .mobile__contact {
        display: flex;
    }

    .head__menu-logo::after {
        content: unset;
    }

    .header-index {
        overflow: hidden;
        padding-left: 0;
        height: 64px;
		position: absolute;
        top: 0px;
    }

	.link__empty , .menu__content-link>a {
        font-size: 16px;
		width: 100%;
		padding: 20px 2px;
	}
    .child_menu_content a {
        font-size: 14px;
		font-weight: 500;
		padding: 15px 0;
	}
	.open__menu_label svg {
		transition: all .3s ease;
	}
	.open__menu-item:checked + .open__menu_label svg {
		rotate: 180deg;
	}
    .open__menu_label {
        justify-content: space-between;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        align-items: center;
    }

    .child_menu_content {
        display: flex;
        max-height: 0;
        width: 100%;
        overflow: hidden;
        transition: all .5s;
        /* flex-wrap: wrap; */
        will-change: max-height;
    }

    .color_ccc {
        color: #ccc !important;
    }

    .open__menu-item:checked+.open__menu_label+.child_menu_content {
        max-height: 500px;
        transition: all 1s;
    }

    .arrow_svg {
        transition: all .3s;
    }

    .open__menu-item:checked~.open__menu_label .arrow_svg {
        transform: rotate(180deg);
    }

    .menu__content-link .child_menu_content {
        margin-right: 10px !important;
    }

    .child_menu_content>div {
        width: 100%;
    }

    .head__menu-parent {
        /* width: unset; */
    }

    .head__menu-parent {
        justify-content: space-between;
        width: 100%;
		height: 100%;
        gap: 20px;
        margin: auto;
        position: relative;
    }

    .mega_menu {
        display: flex;
        flex-direction: column;
    }
	.menu__content-link svg , .menu__content-link img{
		width: 20px;
		height: 20px;
	}
	.d-flex {
        gap: 5px;
    }
	.head__yalda-icon {
		height: 40px !important;
	}
	.head__menu--search-btn {
		display: none;
	}
}

.menu__tel a {
    direction: rtl;
    text-decoration: none;
    font-weight: bold;
    direction: rtl;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
}

.parent__menu-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-active .head__menu-content {
    transform: translateX(0);
}

.head__menu-content ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 30px;
}
.d-none {
    display: none !important;
}
button, input, textarea {
    outline: none;
}
.align-center {
    align-items: center;
}

.d-flex {
    display: flex;
	gap: 2px;
}

/* menu icon */
.menu_toggle {
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-end;
    transition: transform 0.3s ease;
    will-change: transform;
    flex-direction: column;
    align-items: flex-end;
}
.parent__menu--toggle {
	position: relative;
}
.clo-menu {
	visibility: hidden;
	position: absolute;
	z-index: 2;
	inset: 0; /* top, left, right, bottom: 0 */
}
.header-active .parent__menu--toggle .clo-menu {
	visibility: visible;
}
.header-active .parent__menu--toggle {
	overflow: hidden;
}
.menu_toggle .box {
    width: 100%;
    height: 2px;
    border-radius: 30px;
    transition: all .3s ease;
    background: #101828;
}

.menu_toggle .box2 {
	width: 80%;
}

.header-active .menu_toggle .box1 {
	transform: translateY(9px) rotate(45deg);
}
.header-active .menu_toggle .box3 {
	transform: translateY(-10px) rotate(-45deg);
}

.header-active .menu_toggle .box2 {
	scale: 0;
	opacity: 0;
	visibility: hidden;
}


@media screen and (min-width:801px) {
	.toggle_head-menu {
        display: none !important;
    }
	.child_menu_content.mega_menu .d-flex {
		justify-content: center;
	}
    .menu__content-link a,
    .menu__content-link label,
	.link__empty {
        padding: 0 3px;
        display: flex;
        align-items: center;
    }

    .arrow_svg {
        display: none;
    }

    .menu__content-link {
        position: relative;
    }
    .menu__content-link:hover>a {
		color: #2563EB;
	}

    .child_menu_content {
        transition: all 0.5s ease-in;
        z-index: 40;
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 50px;
        width: auto;
        overflow: hidden;
        border-radius: 3px;
        background-color: #ffffff;
        max-height: 0;
        will-change: max-height;
        border: 1px solid transparent;
		visibility: hidden;
		padding: 10px 0;
    }

    .child_menu_content > div{
		margin: 10px;
	}
    .menu__content-link:hover .child_menu_content {
        border: 1px solid #E5E5E5;
		max-height: 600px;
		visibility: visible;
    }

	.child_menu_content a {
        font-size: 13px;
        width: 100%;
        padding: 11px 30px;
    }
	.child_menu_content a:hover .mega_menu-link , .child_menu_content a:hover {
		color: #2563EB;
	}

    .child_menu_content svg {
        width: 20px;
        height: 20px;
    }
	.backdrop__menu-eg{
		content: "";
		width: 100%;
		height: 650px;
		position: fixed;
		bottom: 0;
		left: 0;
		transition: all .3s;
		opacity: 0;
		visibility: hidden;
		background: linear-gradient(180deg,rgba(51,51,51,0) 12.81%,rgba(51,51,51,.4) 41.46%,rgba(51,51,51,.4));
		z-index: 5;
	}
	.backdrop__menu-eg-on{
		opacity: 1;
		visibility: visible;
	}	
}