/* 
* vazir font
 */
 @font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: vazir;
    src: url('../../fonts/vazir/Vazirmatn-FD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: vazir, Roboto, Tahoma, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

img {
    max-width: 100%;
}

.form-control:focus,
.form-select:focus,
.accordion-button:focus {
    box-shadow: none;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 9999;
}

.header .header__brand img{
    width: 5rem;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 15px -5px #dfdfdfbd;
}

.is-watching {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.header .header__menu nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.header .header__menu nav ul>li {
    list-style: none;
}

.header .header__menu nav ul>li>a {
    position: relative;
    padding: 26px 15px;
    color: #7b7c7c;
    font-size: 16px;
    font-weight: 500;
}

.header .header__menu nav ul>li>a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: transparent;
    bottom: 0;
    right: 0;
    border-radius: 10px 10px 0 0;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.header .header__menu nav ul>li>a:hover {
    color: #edb714;
}

.header .header__menu nav ul>li>a:hover::before {
    background-color: #edb714;
}

.header .header__actions a {
    color: #edb714;
    border: 1px solid #edb714;
    padding: 10px 15px;
    display: flex;
    border-radius: 50px;
    width: 130px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
}

.header .header__actions a:hover {
    background-color: #edb714;
    color: #fff;
}

.hero-section {
    display: flex;
    align-items: center;
    background-image: url('../../images/hero__bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 0;
    height: 600px;
}

.hero__content {
    width: 50%;
    padding-left: 30px;
}

.hero__content h1 {
    color: #edb714;
}

.hero__content h2 {
    color: #787878;
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
}

.hero__content h2 span {
    color: #edb714;
}

.hero__content p {
    font-size: 14px;
    color: #787878;
}

.hero__content a {
    display: inline-flex;
    align-items: center;
    background-color: #edb714;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 10px 30px -5px #edb71483;
}

.search-section {
    margin-top: -80px;
    margin-bottom: 30px;
}

.serach__navigation .nav .nav-item {
    margin-left: 5px;
}

.serach__navigation .nav .nav-item .nav-link {
    background-color: transparent;
    border-radius: 50px;
    color: #787878;
}

.serach__navigation .nav .nav-item .nav-link.active {
    background-color: #edb714;
    box-shadow: 0 10px 30px -5px #edb71483;
    color: #fff;
}

.serach__navigation .nav .nav-item .nav-link svg {
    width: 25px;
    height: 25px;
    fill: #787878;
    background-color: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-left: 5px;
}

.serach__navigation .nav .nav-item .nav-link.active svg {
    fill: #edb714;
}

.search__content {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px -5px #dfdfdfbd;
}

.search__content button {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #edb714;
    border-color: #edb714;
}

.search__content button:hover{
    background-color: #fdc620;
    border-color: #fdc620;
}

.search__content button:focus{
    box-shadow: none;
}

.search__content label {
    opacity: .65;
    font-size: 16px;
}

.search__content .date-picker,
.search__content .destination {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.search__content .date-picker input,
.search__content .destination input {
    border: none;
}

.search__content .date-picker>div:first-child {
    border-left: 1px solid #ced4da;
}

.mds-bs-persian-datetime-picker-popover {
    font-family: 'vazir';
}

.search__content .date-picker>div,
.search__content .destination {
    display: flex;
    align-items: center;
}

.search__content .date-picker>div svg,
.search__content .destination svg {
    margin: 0 15px 0 0;
    fill: #8d8d8d;
}

.search__content .destination svg {
    width: 30px;
    height: 30px;
}

.search__content .date-picker>div:last-child svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.search__content .destination .form-floating {
    width: 90%;
}

.icon-box__item {
    display: flex;
    align-items: center;
}

.icon-box__item figure {
    margin-left: 15px;
}

.icon-box__item figure svg {
  	width:50px;
    height:50px;
    color: #edb714;
}

.icon-box__item .icon-box__item-content h4 {
    font-size: 14px;
    font-weight: 500;
}

.icon-box__item .icon-box__item-content p {
    font-size: 12px;
    font-weight: 200;
    color: #787878;
}

.suggestion {
    position: relative;
    display: block;
    margin: 30px 0;
    padding: 30px 0;
}

.suggestion::before {
    content: '';
    position: absolute;
    background-color: #edb714;
    width: 80%;
    height: -webkit-fill-available;
    border-radius: 60px 0 0 60px;
    right: 0;
    top: 0;
}

.suggestion__title {
    position: relative;
}

.suggestion__title h3 {
    color: #fff;
    font-size: 16px;
}

.suggestion__title p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
}

.suggestion__item {
    background-color: #fff;
    box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, .08);
    border-radius: 20px;
}

.suggestion__item-thumb {
    height: 300px;
    position: relative;
    margin-bottom: 0;
}

.suggestion__item-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

.suggestion__item-thumb .rating {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 60px;
    font-size: 12px;
    color: #edb714;
    display: flex;
    align-items: center;
    justify-content: center;
}

.suggestion__item-thumb .rating>i {
    margin: 0 1px;
}

.suggestion__item .suggestion__item-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 15px 10px;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 20px 20px;
}

.suggestion__item .suggestion__item-content span.location {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 300;
}

.suggestion__item .suggestion__item-content h2 {
    font-size: 14px;
    font-weight: bold;
    color: #212529;
}

.suggestion__item .suggestion__item-content .price {
    font-size: 12px;
    color: #4a4a4a;
}

.suggestion .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: -35px;
    left: 0;
}
.suggestion .owl-nav>button{
    display: flex;
    align-items: center;
}
.suggestion .select2-selection {
    border: none;
    padding: 5px;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6f7275;
}

.suggestion .select2-selection__arrow {
    top: 6px !important;
    left: 6px !important;
}

.select2-dropdown {
    font-size: 14px;
    border: none;
}

.faq-section header {
    margin-bottom: 30px;
}

.faq-section header h3 {
    color: #585858;
    font-size: 16px;
    font-weight: bold;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #585858;
    background-color: #fff;
    box-shadow: none;
}

.faq-section.accordion-button {
    font-size: 14px;
    font-weight: 500;
    color: #585858;
    box-shadow: none;
}

.faq-section .accordion-item {
    margin-bottom: 15px;
    border-radius: .25rem;
}

.faq-section .accordion-body p {
    line-height: 2;
    font-size: 14px;
    color: #919191;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.footer {
    margin-top: 90px;
}

.footer .footer__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: 0 5px 15px -5px #dfdfdfbd;
}

.footer__top-desc {
    font-size: 14px;
    color: #585858;
    font-weight: bold;
}

.footer__contents {
    background-color: #f6f6f6;
    padding: 70px 0 30px;
    margin-top: -40px;
}

.footer__top div>span {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
}

.footer__top div>span i {
    background-color: #edb714;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    padding: 7px;
    font-size: 17px;
}

.footer-widget__item h4,
.footer-widget__item .socials h5 {
    font-size: 16px;
    font-weight: bold;
    color: #585858;
}

.footer-widget__item p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
}

.footer-widget__item .socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-widget__item .socials ul {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.footer-widget__item .socials ul li {
    list-style: none;
}

.footer-widget__item .socials ul li a {
    color: #585858;
    padding: 5px;
    font-size: 20px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-links li {
    width: 50%;
    list-style: none;
}

.footer-links li a {
    font-size: 12px;
    color: #585858;
    font-size: 14px;
}

.footer-links li a::before {
    content: '-';
    right: 0;
    margin-left: 5px;
}

.breadcrumb {
    position: relative;
    background-image: url('../../images/breadcrumb__bg.jpg');
    padding: 85px 0 30px;
    height: 250px;
    align-items: center;
}

.breadcrumb::before {
    content: '';
    position: absolute;
    background-color: rgba(238, 189, 41, .7);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb__content {
    position: relative;
}

.breadcrumb__content h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.breadcrumb__nav {
    display: flex;
    align-items: center;
    color: #fff;
}

.breadcrumb__nav a {
    position: relative;
    color: #fff;
    display: flex;
}

.breadcrumb__nav a::after {
    content: "\ea4d";
    font-family: boxicons !important;
    margin: 0 5px;
}

.breadcrumb__nav span {
    font-weight: 200;
}

.sidebar,
.result_filter,
.product__item {
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: 0 5px 15px -5px #dfdfdfbd;
    background-color: #fff;
}

.sidebar .sidebar__item {
    padding: 15px;
    border-bottom: 1px solid #efefef;
}

.search__result,
.product__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.search__result {
    flex-wrap: wrap;
    justify-content: center;
    background: #eebd29;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}

.search__result h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.search__result>span {
    background-color: #fff;
    color: #eebd29;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 60px;
}

.result_filter {
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.result_filter span,
.result_filter .select2-selection .select2-selection__rendered {
    font-size: 14px;
    color: #979797;
    font-weight: 300;
}

.result_filter .select2 {
    width: 40% !important;
}

.result_filter .select2-selection {
    height: 40px;
    border-color: #efefef;
    display: flex;
    align-items: center;
}

.result_filter .select2-selection__arrow {
    top: 7px !important;
    left: 7px !important;
}

.product__item {
    align-items: stretch;
}

.product__item .product__item-thumb {
    position: relative;
    margin-bottom: 0;
    width: 40%;
    margin-left: 20px;
    padding: 10px;
}

.product__item .product__item-thumb img {
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

.product__item .product__item-metas {
    width: 70%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product__item .product__item-metas h2 {
    font-size: 16px;
    font-weight: bold;
}

.product__item .product__item-metas h2 a {
    color: #585858;
}

.product__item .product__item-metas>span {
    display: block;
}

.product__item .product__item-metas .hotel-starts i,
.product__item .product__item-metas .location i,
.details-meta .hotel-starts i,
.details-meta .location i {
    color: #d7d7d7;
    margin-left: 5px;
}

.product__item .product__item-metas .hotel-starts,
.product__item .product__item-metas .location,
.details-meta .hotel-starts,
.details-meta .location {
    font-size: 14px;
    color: #585858;
}

.product__item .product__item-actions {
    border-right: 1px solid #efefef;
    padding: 0 15px;
    display: flex;
    flex-flow: column;
    width: 30%;
    align-items: center;
    justify-content: center;
}

.product__item .product__item-actions>span {
    color: #585858;
    font-size: 14px;
}

.product__item .product__item-actions del,
.rooms__item .item-content__meta del {
    font-size: 12px;
    color: #a1a1a1;
}

.product__item .product__item-actions strong,
.rooms__item .item-content__meta strong {
    color: #edb714;
    font-size: 18px;
    margin-bottom: 15px;
}

.product__item .product__item-actions a {
    padding: 0.7rem 0.75rem;
    font-size: .875rem;
    color: #fff;
    background-color: #fdc620;
    border-color: #fdc620;
}

.product__item .ribbon-special-hotel {
    position: absolute;
    z-index: 1;
    width: 95px;
    height: 44px;
    text-align: center;
    right: 10px;
    top: 15px;
}

.product__item .ribbon-special-hotel span {
    font-size: 10px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 27px;
    width: 100%;
    display: block;
    background: #eebd29;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    position: absolute;
    top: 3px;
    right: -9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    z-index: 123;
    border-radius: 3px;
    padding: 2px;
}

.product__item .ribbon-special-hotel span i {
    position: relative;
    padding: 2px 10px;
    font-family: inherit;
    font-size: 12px;
}

.product__item .ribbon-special-hotel::after {
    border-right: 9px solid transparent;
    border-top: 12px solid #cda221;
    content: " ";
    height: 0;
    position: absolute;
    right: -9px;
    top: 32px;
}

.sidebar__item .sidebar__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar__item .sidebar__item-header strong,
.sidebar__item .sidebar__item-header i {
    font-size: 14px;
    color: #585858;
    font-weight: 500;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.sidebar__item .sidebar__item-header.active i {
    transform: rotate(-180deg);
}

.result-search-form {
    border: 1px solid #efefef;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.result-search-form input {
    border: none;
    background: transparent;
    padding: 10px;
    width: 80%;
    font-size: 14px;
}

.result-search-form input:focus {
    outline: none;
}

.result-search-form i,
.result-search-form input::placeholder {
    color: #afafaf;
}

.sidebar__item-content {
    margin-top: 30px;
}

.hotel-tumbnails {
    margin-bottom: 30px;
}

.hotel-tumbnails .item,
.map-location,
.rooms__item,
.booking-wrapper .booking-info,
.booking-wrapper .re-search,
.details-content,
.panel-nav,
.panel-content,
.card {
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: 0 5px 15px -5px #dfdfdfbd;
    background-color: #fff;
    padding: 5px;
}

.hotel-tumbnails .item img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.hotel-tumbnails .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    height: 100%;
    width: 130px;
}

.hotel-tumbnails .owl-nav button.owl-prev {
    right: -65px;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 255, 255, 1));
}

.hotel-tumbnails .owl-nav button.owl-next {
    left: 65px;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(255, 255, 255, 1));
}

.hotel-tumbnails .owl-nav button i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    background: #eebd29;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
}

.hotel-tumbnails .owl-nav button.owl-next i {
    left: 20px;
}

.hotel-tumbnails .owl-nav button.owl-prev i {
    right: 0;
}

.chocolat-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-meta h2,
.hotel-rooms {
    font-size: 18px;
    font-weight: bold;
    color: #585858;
}

.details-meta .hotel-starts,
.details-meta .location {
    margin-left: 5px;
}

#map {
    height: 300px;
}

.details-meta span.nearby {
    color: #585858;
    margin: 10px 0;
    display: block;
    font-size: 14px;
    border-top: 1px dashed #d5d5d5;
    padding: 15px 0 0;
}

.details-meta span.nearby i {
    color: #fff;
    background-color: #eebd29;
    padding: 5px;
    border-radius: 50%;
}

.details-meta ul li {
    font-size: 12px;
    color: #585858;
}

.hotel-rooms {
    margin: 30px 0;
}

.rooms__item {
    padding: 0;
    margin-bottom: 30px;
}

.rooms__item header,
.booking-wrapper .booking-info header,
.booking-wrapper .re-search header,
.details-content header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 15px;
    border-bottom: 1px dashed #efefef;
}

.rooms__item header>span,
.booking-wrapper .booking-info header h4,
.booking-wrapper .re-search header h4,
.details-content header h3 {
    font-size: 16px;
    font-weight: bold;
    color: #585858;
}

.rooms__item header .rooms-count {
    display: flex;
    align-items: center;
}

.rooms__item header .rooms-count i {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    font-size: 12px;
    color: #a9a9a9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rooms__item header .rooms-count i.bx.bx-minus {
    margin-left: 0;
}

.rooms__item header .rooms-count input {
    text-align: center;
    border: none;
}

.rooms__item header .rooms-count input::-webkit-outer-spin-button,
.rooms__item header .rooms-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rooms__item header .rooms-count input[type=number] {
    -moz-appearance: textfield;
}

.rooms__item .item-content .item-content__meta .price-title,
.rooms__item header .rooms-count span {
    font-size: 12px;
    color: #585858;
    margin-left: 15px;
}

.rooms__item .item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
}

.rooms__item .item-content .item-content__meta:nth-child(2) {
    border-right: 1px dashed #d7d7d7;
    padding-right: 20px;
}

.rooms__item .item-content .item-content__meta:first-child {
    font-size: 16px;
    color: #585858;
    display: flex;
    align-items: center;
}

.rooms__item .item-content .item-content__meta:first-child i {
    background: #eebd29;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    margin-left: 15px;
}

.booking-wrapper {
    margin: 30px 0;
}

.booking-wrapper .booking-info {
    padding: 0;
    margin-bottom: 30px;
}

.booking-wrapper .booking-info header,
.booking-wrapper .re-search header {
    justify-content: center;
    margin-bottom: 10px;
}

.booking-wrapper .re-search .reserve-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.booking-wrapper .re-search .reserve-date>div input,
.booking-wrapper .re-search .reserve-date>div label {
    font-size: 12px;
}

.booking-wrapper .re-search .reserve-date .form-floating>.form-control {
    height: calc(3rem + 2px);
}

.booking-wrapper .re-search .reserve-date .form-floating {
    width: calc(50% - 5px);
}

.booking-wrapper .re-search .reserve-date .form-floating:first-child {
    margin-left: 5px;
}

.booking-wrapper .re-search .reserve-date .form-floating:nth-child(2) {
    margin-right: 5px;
}

.booking-wrapper .re-search .reserve-date .form-floating input {
    border-color: #f1f1f1;
}

.booking-wrapper .re-search .reserve-date button {
    background-color: #edb714;
    border: none;
    color: #fff;
    font-size: 12px;
    margin: 10px 0;
    border-radius: 0.25rem;
    width: 100%;
    padding: 10px;
}

.map-location {
    position: relative;
    z-index: 9;
}

.details-content__val {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
    color: #898989;
    font-weight: 300;
}

.panel-nav {
    padding: 0;
}

.panel-nav .user-heading {
    padding: 30px;
    text-align: center;
}

.panel-nav .user-heading img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #01b1e3;
}

.panel-nav .user-heading h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0;
}

.panel-nav .user-heading p {
    font-size: 12px;
    color: #7b7c7c;
}

.panel-nav .panel-nav__menu {
    margin: 0;
    padding: 0;
}

.panel-nav .panel-nav__menu>li {
    list-style: none;
}

.panel-nav .panel-nav__menu>li>a {
    padding: 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #7b7c7c;
    border-bottom: 1px dashed #e1e1e1;
}

.panel-nav .panel-nav__menu>li>a i {
    margin-left: 5px;
}

.panel-nav .panel-nav__menu>li:first-child>a {
    border-top: 1px dashed #e1e1e1;
}

.panel-nav .panel-nav__menu>li:last-child>a {
    border: none;
}

.panel-nav .panel-nav__menu>li>a.active {
    border-right: 4px solid #01b1e3;
    color: #01b1e3;
}

.panel-nav .panel-nav__menu>li:hover a {
    color: #01b1e3;
}

.panel-content {
    min-height: 100%;
}

.card .card-header {
    background: none;
    border-bottom: 1px dashed #e1e1e1;
    border-radius: 0;
}

.reserv-card .card-header h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #edb714;
}

.reserv-card .card-header #timer {
    font-size: 16px;
    font-weight: bold;
    color: #edb714;
}

.reserv-card .card-body figure {
    margin-bottom: 0;
}

.reserv-card .card-body figure img {
    border: 1px solid #e1e1e1;
    padding: 5px;
    border-radius: 5px;
}

.reserv-card .card-body .reserve-title h3 {
    font-size: 26px;
    font-weight: bold;
    margin-left: 15px;
}

.reserv-card .card-body .reserve-title .hotel-star i {
    color: #edb714;
}

.reserv-card .card-body .location {
    color: #7b7c7c;
    font-size: 14px;
    margin: 15px 0;
}

.reserv-card .card-body .in-out-infos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reserv-card .card-body .in-out-infos>div {
    border: 1px solid #e1e1e1;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #7b7c7c;
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.reserv-card .card-body .in-out-infos>div i {
    margin-left: 5px;
}

.hotel-booking-room {
    background: #fff;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tableOrderHeadTitle {
    background: #edb714;
    width: 100%;
    color: #fff;
    padding: 20px;
    position: relative;
    text-align: center;
    line-height: 1px;
    font-family: inherit;
    margin: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table_hotel_nz {
    display: table;
    width: 100%;
    position: relative;
}

.thead_hotel {
    background-color: #E5E5E5;
    font-size: 12px;
    font-family: inherit;
    color: #555;
    display: table-header-group;
}

.tr_hotel {
    display: table-row;
}

.th_hotel {
    vertical-align: middle;
    padding: 5px 0;
    display: table-cell;
    text-align: center;
    font-size: 13px;
}

.tbody_hotel {
    transition: all ease .4s;
    display: table-row-group;
}

.hotel_room_row {
    position: relative;
}

.th_hotel {
    vertical-align: middle;
    padding: 5px 0;
    display: table-cell;
    text-align: center;
    font-size: 13px;
}

.tbody_hotel .th_hotel {
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.tbody_hotel .th_hotel:last-child {
    border-left: 1px solid #e2e2e2;
}

.roomFinalPrice {
    display: flex;
    align-items: center;
    justify-content: center;
}

.DivTotalPrice {
    direction: rtl;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    font-size: 15px;
    text-align: left;
    padding: 10px;
    line-height: 30px;
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.HotelRoomFeatureList {
    margin: 0;
}

.HotelRoomFeatureList li {
    list-style: none;
}

.tbody_hotel .th_hotel h5 {
    font-size: 14px;
}

.card {
    margin-bottom: 30px;
}

.nationality {
    margin-bottom: 30px;
}

.nationality ul {
    margin-bottom: 0 !important;
    margin-right: 15px;
}

.nationality ul button {
    font-size: 12px;
    color: #edb714;
}

.nationality .nav-pills .nav-link.active,
.nationality .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #edb714;
}


/*
* responsive start
*/
@media (max-width: 490px) {
    .search__result h4{
        margin-bottom: 15px;
        margin-left: 0;
    }
}
@media (min-width: 576px) {

}

@media (max-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    
}

@media (max-width: 992px) {
    .hero__content{
        width: 100%;
    }
    .header__menu{
        display: none;
    }
    .destination{
        margin-bottom: 15px;
    }
    .search__content .date-picker{
        border: none;
        padding: 0 12px !important;
    }
    .date-picker .form-floating{
        width: 100%;
    }
    .search__content .date-picker>div{
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        margin-bottom: 15px;
    }
    .suggestion::before{
        width: 100%;
    }
    .suggestion__title .select2-container{
        width: 80% !important;
        margin-bottom: 30px;
    }
    .suggestion .owl-nav{
        background-color: #fff;
        top: -66px;
        padding: 10px;
        border-radius: 4px;
    }
    .result_filter span{
        width: 100%;
        margin-bottom: 15px;
    }
    .result_filter .select2{
        width: 48px !important;
    }
    .search__result h4{
        margin-bottom: 0;
        margin-left: 15px;
    }
}
@media (max-width: 768px) {
    .product__item{
        flex-direction: column;
        align-items: center;
    }
    .product__item .product__item-thumb,
    .product__item .product__item-metas{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .product__item .product__item-metas{
        padding: 15px;
    }
    .product__item .product__item-actions{
        width: 100%;
        border-top: 1px solid #efefef;
        flex-direction: row;
        justify-content: space-between;
        padding: 15px;
        flex-wrap: wrap;
    }
    .product__item .product__item-actions strong{
        margin-bottom: 0;
    }

}
@media (max-width: 1199px) {

}
@media (min-width: 1199px) {

}
/*
* responsive end
*/
.toastjs-btn--close{
    display: none;
}
.destination{
    height: 100% !important;
}
input.form-control#destination{
    padding: 1rem 0.75rem !important;
}
.tt-hint{
    display: none;
}
.tt-menu{
    left:0 !important;
    background-color: #FFF;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.tt-selectable{
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}






.main-title{
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 8rem;
    text-shadow: 
    1px 0px 1px #ccc, 0px 1px 1px #eee, 
    2px 1px 1px #ccc, 1px 2px 1px #eee,
    3px 2px 1px #ccc, 2px 3px 1px #eee,
    4px 3px 1px #ccc, 3px 4px 1px #eee,
    5px 4px 1px #ccc, 4px 5px 1px #eee,
    6px 5px 1px #ccc, 5px 6px 1px #eee,
    7px 6px 1px #ccc;
}

.main-title h1{
    font-size: 7rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #555;
}

.main-title h2{
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
}

.svg-img{
   display: block;
   margin: auto;
}

svg{
    display: block;
   margin: auto;
}

#clock{
    animation: clockHand 5s infinite linear;
    
    
    transform-box: fill-box;
    transform-origin: bottom;
}

#leftTree, #righTree{
    animation: tree 2s ease-in-out infinite alternate;
    transform-box: fill-box;
    transform-origin: bottom;
}

#man{
    animation: manBody 1s ease-in-out infinite alternate;
    transform-box: fill-box;
    transform-origin: bottom;
}

#pc-circle{
    fill: #6ace66;
    stroke-width: 4;
    animation: change-light 4s linear infinite alternate;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #f5f5f5;
    font-size: 1.3rem;
}

@keyframes clockHand{
    from{
        transform: rotateZ(0deg);
    }
    from{
        transform: rotateZ(-360deg);
    }
}

@keyframes manBody{
    from{
        transform: rotateX(0deg);
    }
    to{
        transform: rotateX(10deg);
    }
}

@keyframes tree{
    from{
        transform: rotateZ(10deg);
    }
    to{
        transform: rotateZ(-20deg);
    }
}

@keyframes change-light {
    0% {
        stroke: #cd61f8;
      }
      25% {
        stroke: #6ace66;
      }
      75% {
        stroke: #2995c0;
      }
      100% {
        stroke: #e92949;
      }
  }

  /* Media Queries */

  @media (min-width: 640px){
    .main-title h1{
        font-size: 5rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #555;
    }
    
    .main-title h2{
        font-size: 3rem;
        font-weight: 300;
        text-transform: uppercase;
    }
    
     
    }
     
    @media (min-width: 768px){
        .main-title h1{
            font-size: 6rem;
            text-transform: uppercase;
            font-weight: 800;
            color: #555;
        }
        
        .main-title h2{
            font-size: 4rem;
            font-weight: 300;
            text-transform: uppercase;
        }
    
     
    }
     
    @media (min-width: 1024px){
     
        .main-title h1{
            font-size: 7rem;
            text-transform: uppercase;
            font-weight: 900;
            color: #555;
        }
        
        .main-title h2{
            font-size: 5rem;
            font-weight: 300;
            text-transform: uppercase;
        }
     
    }
     
    @media (min-width: 1200px){
     
        .main-title h1{
            font-size: 8rem;
            text-transform: uppercase;
            font-weight: 900;
            color: #555;
        }
        
        .main-title h2{
            font-size: 5rem;
            font-weight: 300;
            text-transform: uppercase;
        }

        .main-title{
            text-align: center;
            margin-top: 4rem;
            margin-bottom: 4rem;
        }
        
     
    }


