body {
    font-family: Vazir FD;
    background: #343c7b;
}

a {
    text-decoration: none;
    color: #f65724;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}
  
.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.container {
    background: white;
    box-shadow: #181e51 0px 4px 10px;
    padding: 0 16px;
}

.top-nav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 12px;
}

.top-nav__phones {
    display: flex;
    column-gap: 8px;
}

.top-nav__socials {
    display: flex;
    column-gap: 8px;
}

.top-nav__social-link {
    color: #f65724;
}

.menu {
    
}

.menu__logo {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.header {
    background: url('../images/header.jpg') no-repeat center;
    background-size: cover;
    color: white;
    font-size: 6vw;
    font-weight: 500;
    text-align: center;
    height: 300px;
    line-height: 300px;
    margin: 16px -16px;
}

.content {
    padding-top: 16px;
    padding-bottom: 32px;
}

.section {
    margin: 32px 0;
}

.clear {
    clear: both;
}

.section__title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 12px 0;
}

.section__title--no-border {
    border:none !important;
}

.section__content {
}

.section--questions {
}

.section--services {
    color: white;
    padding: 24px;
    overflow: hidden;
    background: #f65724;
    background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://bit.ly/2rlzaXi");
    background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://bit.ly/2rlzaXi");
}

.section--questions img {
    max-width: 100%;
}

.section--ad {
    background: darkblue;
}

.section--ad img {
    width:100%;
}

.stars {
    color: #b0d12b;
}

.glide__item {
    background: #f2f2f2;
    padding: 8px;
}

.glide__item > .item__header {
    text-align: center;
    padding: 12px;
    font-weight: 600;
    color: #512e00;
}

.glide__item > .item__image {
    background: darkred;
    position: relative;
}

.glide__item > .item__image > img {
    width: 100%;
    aspect-ratio: 4/3;
}

.glide__item > .item__image > .item__image-meta {
    position: absolute;
    left: 0;
    top: 0;
}

.glide__item > .item__image > .item__image-meta .stars {
    display: flex;
    flex-direction: row-reverse;
    padding: 8px;
    color: yellow;
    background: rgba(0,0,0,0.2);
}

.glide__item > .item__meta {
    background: yellow;
}

.glide__item .item__intro {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glide__item > .item__content {
    background: #fff;
    color: #3c3c3c;
    margin: 0 20px;
    position: relative;
    top: -20px;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    text-align: justify;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px,rgba(0,0,0,0.1) -1px 1px 4px;
}

.glide__item--top-hotel > .item__content {
    top: 0;
}

.glide__item > .item__content > .item__action {
    background: #ebc304;
    margin: 10px;
}

.glide__item > .item__content > .item__action > button {
    background: none;
    width: 100%;
    padding: 8px;
    outline: none;
    border: none;
    font-weight: 600;
}

.glide__item > .item__content > .item__action-info {
    text-align: center;
    margin: 10px;
    padding: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #343c7b;
}

.service {
    text-align: center;
    padding: 12px;
}

.service > .service__icon {
    font-size: 32px;
}

.service > .service__title {
    font-size: 20px;
    font-weight: 500;
}

.service > .service__description {
    background: lightbrown;
}

.footer {

}

/* Hotel Complete Info */
.hotel-complete-info {
    
}

.hotel-complete-info .section p {
    text-align: justify;
}

.hotel-complete-info__description .section {
    margin-top: 30px;
}

.hotel-complete-info__description .section {
    margin-top: 30px;
}

.hotel-complete-info > :not(.section) + .section {
    margin-top: 32px;
}

.hotel-complete-info__title {
    font-size: 28px;
    font-weight: 500;
    display: flex;
    column-gap: 12px;
}

.hotel-complete-info__title .stars {
    display: flex;
    column-gap: 4px;
    align-items: center;
    font-size: 16px;
}

.hotel-complete-info__title .stars > i {
    color: #b0d12b;
}

.hotel-complete-info__address {
    color: #717171;
    line-height: 2.5;
}

.hotel-complete-info__gallery {
    margin-top: 16px;
    max-width: 600px;
    padding-right: 24px;
    padding-bottom: 24px;
    float: left;
}

.hotel-complete-info .section__title {
    text-align: right;
    border-top: 1px solid #e1e1e1;
}

.hotel-complete-info .section__body {
    color: #5b5b5b;
    line-height: 1.8;
}

.facilities {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.facilities .facility {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    flex-basis: 33%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 12px;
}

.facilities .facility .facility__icon {
    color: #f65724;
}

.facilities .facility .facility__text {
    
}

/* Locations */

.locations {
    display: flex;
    flex-wrap: wrap;
}

.locations .location {
    display: flex;
    flex-basis: 50%;
    padding: 12px;
}

.locations .location .location__title {
    background: #ffedca;
    padding: 2px 16px;
    font-weight: bold;
    color: #978156;
}

.locations .location .location__value {
    padding: 2px 4px;
    border-bottom: 3px dotted #ffedca;
    flex-grow: 1;
    padding-right: 16px;
}

/* Rooms */
.rooms {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.rooms .room {
    display: flex;
    padding: 16px;
    border: 1px solid #e1e1e1;
    column-gap: 16px;
}

.rooms .room .room__image {
    flex: 0 0 250px;
}

.rooms .room .room__image img {
    max-width: 100%;
}

.rooms .room .room__data {
    flex: 1 1 auto;
    border-left: 1px solid #e1e1e1;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.rooms .room .room__title {
    font-size: 20px;
    font-weight: 500;
    color: #f65724;
}

.rooms .room .room__price {
    font-size: 20px;
    font-weight: 500;
    color: #f65724;
}

.rooms .room .room__facilities {
    display: flex;
    flex-wrap: wrap;
}

.rooms .room .room__facilities .room__facility {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.rooms .room .room__facilities .room__facility i {
    color: #f65724;
}

.rooms .room .room__actions {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px;
    font-size: 20px;
}

.rooms .room .room__actions button {
    background: #ebc304;
    outline: none;
    border: 2px solid #ebc304;
    padding: 4px 24px;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 18px;
}

.rooms .room .room__actions button:hover {
    background: none;
    color: #ebc304;
}

/* Splide */
.splide {
    direction: ltr;
}

.splide--thumbnail {
    margin-top: 8px;
}

.splide__slide img {
    width: 100%;
    aspect-ratio: 4/3;
}

.splide__slide {
    opacity: 0.6;
}

.splide__slide.is-active {
    opacity: 1;
}

/* Accordion */
.accordion-item {
    border: 1px solid #eaeaea !important;
}

.accordion-item + .accordion-item {
    border-top: none !important;
}

.accordion-button {
    background: none !important;
    font-size: 18px;
    font-weight: bold;
    color: #605e5e !important;
}

/* Hotel filters */
.hotel-filters .form-check {
    padding: 8px 0;
    margin-right: 24px;
}

/* Start: Accordion */

.accordion-item {
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #f65724 !important;
}

/* End: Accordion */

/* Hotels list */
.hotels-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hotels-list .hotels-list__row {
    display: flex;
    padding: 16px;
    border: 1px solid #e1e1e1;
}

.hotels-list .hotels-list__hotel-image {
    flex: 0 0 250px;
}

.hotels-list .hotels-list__hotel-image img {
    width: 100%;
    aspect-ratio: 4/3;
}

.hotels-list .hotels-list__hotel-info {
    flex: 1 1;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hotels-list .hotels-list__hotel-address {
    margin-top: 6px;
    color: #717171;
}

.hotels-list .hotels-list__hotel-title, .hotels-list .hotels-list__hotel-title a {
    font-size: 20px;
    font-weight: 500;
    color: #f65724;
}

.hotels-list .hotels-list__hotel-actions {
    flex: 0 0 200px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.hotels-list .hotels-list__hotel-facilities {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    font-size: 12px;
}

.hotels-list .hotels-list__hotel-reserve a {
    background: #ebc304;
    outline: none;
    border: 2px solid #ebc304;
    padding: 4px 24px;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 18px;
}

.hotels-list .hotels-list__hotel-reserve a:hover {
    background: none;
    color: #ebc304;
}

.hotels-list__hotel-facilities .hotels-list__hotel-facility {
    padding: 2px 12px;
    border: 1px solid #343c7b;
    color: #343c7b;
}

.hotels-list .hotels-list__hotel-price {
    color: #717171;
}

.hotels-list .hotels-list__hotel-price .price {
    font-size: 20px;
    font-weight: 500;
    color: #f65724;
}

.articles:not(.single) {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}

/* Articles */
.articles .article .article__title {
    font-size: 20px;
    font-weight: 500;
    color: #f65724;
}

.articles .article .article__date {
    color: #717171;
    border-left: 1px solid #e1e1e1;
    padding-left: 16px;
}

.articles .article .article__categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 16px;
}

.articles .article {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e1e1e1;
    flex: calc(50% - 12px) 0 0;
}

.articles .article .article__categories .article__category {
    
}

.articles .article .article__categories .article__category a {
    color: #343c7b;
}

.articles .article .article__image img {
    width: 100%;
    aspect-ratio: 5/3;
}

.articles .article .article__content {
    color: #5b5b5b;
    line-height: 1.8;
    margin-top: 8px;
}

.articles .article .article__meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
}

/* Sidebar */
.sidebar {
    
}

.sidebar .sidebar__title {
    color: #f65724;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 20px;
    box-shadow: rgb(222, 226, 230) 0px -1px 0px 0px inset;
}

.sidebar .sidebar__content {
    padding: 1rem 1.25rem;
}

/* Link list */
.link-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.link-list i {
    font-size: 14px;
    color: #ccc;
}

.link-list .link-list__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.link-list .link-list__item .link-list__title a {
    color: #343c7b;
}

.sidebar__tags,
.article__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
}

.article__tags {
    margin-top: 16px;
}

.sidebar__tag,
.article__tag {
    padding: 2px 12px;
    border: 1px solid #343c7b;
}

.sidebar__tag a,
.article__tag a {
    color: #343c7b;
}

.sidebar__related-posts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
}

.sidebar__related-posts a {
    color: #343c7b;
}

.sidebar__related-post {
    display: flex;
    gap: 8px;
}

.sidebar__related-post .image {
    flex: 0 0 50px;
    height: 50px;
}

.sidebar__related-post .image img {
    width: 100%;
    height: 100%;
}

.sidebar__related-post .title {
    height: 50px;
    overflow: hidden;
    height: 44px;
}

.about__image {
    float: left;
    max-width: 700px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #e1e1e1;
}

.about__text {
    text-align: justify;
    color: #5b5b5b;
    line-height: 1.8;
}

.section--about .section__title {
}

.section--feedback {
    clear: both;
}

.section--feedback .glide__arrow {
    color: white;
    background: #f65724;
    border: none;
    border-radius: 50%;
}

.section--feedback .glide__arrow--left {
    left: -8px;
}

.section--feedback .glide__arrow--right {
    right: -8px;
}

.item--feedback {
    text-align: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    margin: 8px;
    padding: 24px;
}

.item--feedback .title {
    color: #f65724;
    margin-top: 16px;
}

.item--feedback .post {
    color: #717171;
    font-size: 14px;
    margin-top: 4px;
}

.item--feedback .text {
    color: #3e3c3c;
    line-height: 1.8;
}

.contact-us {
    display: flex;
    justify-content: space-between;
    margin: 0 40px;
    background: #fff5f5;
    padding: 24px;
}

.contact-us__info {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-us__row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.contact-us__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f65724;
}

.contact-us__label {
    font-weight: 600;
    margin-left: 12px;
    white-space: nowrap;
}

.contact-us__text {
    color: #535353;
    font-size: 18px;
}

.contact-us__image {
    max-width: 500px;
}

.contact-us__image img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .hotels-list .hotels-list__row {
        flex-direction: column;
    }

    .hotels-list .hotels-list__hotel-actions {
        flex: 0 0 100px;
    }

    .contact-us__image img {
        display: none;
    }

    .about__image {
        max-width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .rooms .room {
        flex-direction: column;
        gap: 16px;
    }

    .rooms .room .room__actions {
        flex: 0 0 100px;
    }

    .hotel-complete-info__gallery {
        width: 100%;
        max-width: 100%;
    }

    .articles .article {
        flex: auto;
    }

    .about__image {
        float: initial;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .contact-us {
        flex-direction: column;
    }

    .contact-us__row {
        flex-direction: column;
    }
}