@import url("../vars.css");

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background-color: #ffffff;
}

.knsl-top-bar .container .knsl-right-side {
    width: 90%;
}

.garden_team_block {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.garden_team_block img {
    width: 100%;
    max-height: 340px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}

.garden_team_block .garden_team_overlay_video {
    position: absolute;
    top: calc(100% - 25px);
    right: 20px;
    left: 20px;
    bottom: -20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    height: 50px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    font-size: 17px;
    color: #222;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: unset;
}

.subtitle_span {
    font-size: 13px;
}

.knsl-ath-card .knsl-card-description {
    padding: 15px;
}

.knsl-transition-bottom:after {
    z-index: 1;
}

.knsl-transition-top:before {
    z-index: 1;
}

.knsl-ath-card .knsl-card-description p {
    font-size: 13px;
    text-align: justify;
}

.knsl-testimonials-slider .swiper-slide {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.knsl-testimonials-slider .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.knsl-p-100-150 {
    padding-top: 100px;
    padding-bottom: 150px;
}

.knsl-mt-60 {
    margin-top: 60px;
}

#my_store .knsl-price {
    display: flex;
    align-items: center;
}

#my_store .knsl-price i {
    margin-left: 3px;
}

.knsl-deco-right, .knsl-deco-left {
    z-index: 2;
}

.other_page {
    border-bottom: unset;
}

.knsl-about-card .knsl-about-photo {
    height: 100%;
    padding-bottom: 0;
}

.about-right-slider {
    height: 100%;
}

.about-right-slider-pagination {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-right-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.about-right-slider-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #fff;
    margin: 0 2px;
    opacity: 1;
}

.about-left-slider {
    height: 100%;
}

.about-left-slider-pagination {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-left-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.about-left-slider-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #fff;
    margin: 0 2px;
    opacity: 1;
}

.knsl-title-frame p {
    text-align: justify;
}

.possibilities {
    margin-block-start: 5px;
    padding-inline-start: 20px;
    margin-bottom: 10px;
}

.possibilities li {
    list-style-type: disc;
}

.knsl-banner-simple {
    /*padding-top: 80px;*/
    background-color: #f4f4f4;
}

.title_conference {
    line-height: 1.5;
    margin-bottom: 10px;
    min-height: 70px;
    text-align: justify;
}

.knsl-filter .knsl-work-category {
    padding: 0 20px;
}

.one_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.one_link .knsl-work-category-link {
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 4%);
    position: relative;
    font-size: 15px;
    display: block;
    background-color: #FFFFFF;
    color: #383A4E;
    height: 50px;
    border-radius: 50px;
    margin: 0 5px;
    line-height: 50px;
    padding: 0 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.knsl-slider-nav-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.knsl-slider-nav-panel .knsl-about-slider-1-pagination {
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 4%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    text-align: center;
    z-index: 7;
    font-size: 13px;
    bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 20%);
    box-shadow: 0 0 0 10px rgb(255 255 255 / 20%);
    color: #383A4E;
    position: unset;
}

.knsl-slider-nav-panel .knsl-about-slider-nav {
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 4%);
    background-color: #FFFFFF;
    border-radius: 50px;
    float: left;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 15%);
    box-shadow: 0 0 0 10px rgb(255 255 255 / 15%);
    position: unset;
}

.knsl-about-photo {
    height: 394px;
}

.knsl-about-text {
    height: 394px;
    /*overflow-y: auto;*/
}

.box_scroll {
    height: calc(100% - 58px);
    overflow-y: auto;
}

.box_scroll::-webkit-scrollbar {
    width: 0px;
}

.box_time_pool {
    border: 2px solid #ebebeb;
    border-radius: 5px;
    margin: 0 10px;
    padding: 20px 15px 15px 15px;
    position: relative;
}

.title_box_pool {
    position: absolute;
    top: -11px;
    background: #f4f4f4;
    padding: 0 10px;
}

.box_time_pool img {
    width: 20px;
    filter: opacity(0.6);
}

.knsl-features-card {
    background-color: var(--border-color);
}

.knsl-banner {
    border-bottom: solid 10px var(--border-color);
}

.knsl-icon-box {
    background-color: #fff;
    border: solid 10px var(--border-color);
    z-index: 9;
    position: relative;
    -webkit-box-shadow: inset 0 2px 48px 0 #fff;
    box-shadow: inset 0 2px 48px 0 #fff;
}

.knsl-features-card:before, .knsl-features-card:after {
    background-color: var(--border-color);
}

.knsl-about-card {
    border: solid 10px var(--border-color);
}

.knsl-transition-top:before {
    -webkit-box-shadow: 0 50px 0 50px #f4f4f4;
    box-shadow: 0 50px 0 50px #f4f4f4;
    background-color: #f4f4f4;
    background: linear-gradient(-135deg, #fff 25%, transparent 25%) -50px 0, linear-gradient(-225deg, #fff 25%, transparent 25%) -50px 0, linear-gradient(-315deg, #f4f4f4 25%, transparent 25%), linear-gradient(-45deg, #f4f4f4 25%, transparent 25%);
    background-size: 50px 50px;
    background-color: #fff;
}

.knsl-transition-top {
    background-color: #f4f4f4;
}

.knsl-transition-bottom:after {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 -50px 0 50px #f4f4f4;
    box-shadow: 0 -50px 0 50px #f4f4f4;
    background: linear-gradient(-135deg, #f4f4f4 25%, transparent 25%) -50px 0, linear-gradient(-225deg, #f4f4f4 25%, transparent 25%) -50px 0, linear-gradient(-315deg, #fff 25%, transparent 25%), linear-gradient(-45deg, #fff 25%, transparent 25%);
    background-size: 50px 50px;
    background-color: #fff;
}

.knsl-blog-card .knsl-description-frame .knsl-room-features, .knsl-menu-card .knsl-description-frame .knsl-room-features, .knsl-room-card .knsl-description-frame .knsl-room-features {
    background-color: #f4f4f4;
}

.knsl-blog-card, .knsl-menu-card, .knsl-room-card {
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 0px 6px 1px rgb(179 179 179 / 55%);
    margin-top: 10px;
}

.knsl-image-frame {
    border: solid 10px var(--border-color);
}

.knsl-btn, .knsl-btn:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.knsl-top-bar .container .knsl-left-side .knsl-logo-frame {
    align-items: flex-start;
    position: relative;
}

#my_store .knsl-uni-slider-nav-panel .knsl-uni-slider-pagination {
    background-color: #f4f4f4;
    box-shadow: 0 0 0 10px rgb(244 244 244 / 15%);
}

#my_store .knsl-uni-slider-nav-panel .knsl-uni-nav {
    background-color: #f4f4f4;
    box-shadow: 0 0 0 10px rgb(244 244 244 / 15%);
}

.swiper-button-next1 {
    position: absolute;
    background-color: #ffffff96;
    right: 40px;
    top: calc((100% - 40px) / 2);
    width: 40px;
    height: 40px;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
}

.swiper-button-prev1 {
    position: absolute;
    background-color: #ffffff96;
    left: 40px;
    top: calc((100% - 40px) / 2);
    width: 40px;
    height: 40px;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
}

.knsl-banner .knsl-cover-frame img.knsl-no-zoom {
    webkit-animation: unset;
    animation: unset;
}

.swiper-slide {
    padding: 0 3px;
}

.knsl-uni-slider-rooms, .knsl-uni-slider-store {
    overflow: visible;
    position: relative;
}

.knsl-video-frame {
    padding-bottom: 0;
    height: 300px;
}

.knsl-video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*service page*/
#about_section {
    /*padding-bottom: 150px;*/
}

#main_tabber_container {
    text-align: center;
}

#main_tabber {
    display: inline-block;
    margin-top: 90px;
    margin-bottom: 100px;
    padding-top: 10px;
    width: 100%;
}

#main_tabber_container .headtitle {
    font: bold 20px/45px 'IRANSans';
    /*color: #fff;*/
    margin: 10px;
}

.ts_tabs {
    border-top: none;
}

.ts_tabs .tab_list {
    background: transparent;
    text-align: center;
    border-bottom: 2px solid #a18128;
    margin-bottom: 30px;
}

.ts_tabs .ts_tabs_nav li.ts_tabs_selected {
    position: relative;
}

.ts_tabs .ts_tabs_nav li.ts_tabs_selected:before {
    border-color: rgba(219, 200, 170, 0);
    border-top-color: #a18128;
    border-width: 9px;
    margin-left: -9px;
}

.ts_tabs .ts_tabs_nav li.ts_tabs_selected:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.ts_tabs .ts_tabs_nav li.ts_tabs_selected:after, .ts_tabs .ts_tabs_nav li.ts_tabs_selected:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ts_tabs .ts_tabs_nav li.ts_tabs_selected a {
    color: #fff;
    background: var(--theme-color);
}

.ts_tabs_nav a {
    display: block;
    font: bold 15px/36px IRANSans;
    padding: 0 15px;
    margin-bottom: 8px;
    border-radius: 18px;
    white-space: nowrap;
}

.tabs_content_wrraper .content_tab {
    padding-top: 10px;
    width: 100% !important;
}

.about_owl_container {
    text-align: center;
}

.about_owl {
    max-width: 1200px;
    margin: 0 auto;
    direction: ltr;
    position: relative;
    display: inline-block !important;
}

.about_owl .inner_item {
    width: 235px;
    height: 200px;
    position: relative;
    transition: all 0.4s ease;
    display: inline-block;
    cursor: pointer;
}

.about_owl .inner_item img {
    display: block;
    margin: 0 auto;
}

.about_owl .inner_item .item_link a {
    width: 235px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: block;
}

.about_owl .inner_item .item_cover {
    background: url(../img/services/itemcover.png) no-repeat top center;
    width: 235px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

.about_owl .inner_item .item_detail {
    position: absolute;
    width: 235px;
    text-align: center;
    color: #fff;
    transition: all 0.4s ease;
    bottom: 15px;
}

.about_owl .inner_item .item_detail .title {
    font: bold 13px/35px 'IRANSans';
    display: block;
    padding: 0 10px;
}

.about_owl .inner_item .item_detail .subtitle {
    font: 500 11px/25px 'IRANSans';
    display: block;
    padding: 0 10px;
}

.about_owl .inner_item .item_detail .readmore a {
    background: url(../img/services/itemmore.png) no-repeat scroll 0 0;
    width: 96px;
    height: 30px;
    overflow: hidden;
    text-indent: -99999em;
    font-size: 1px;
    display: inline-block;
}

.about_owl .owl-nav div.owl-prev {
    left: -60px;
    background-image: url(../img/services/arrows01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.about_owl .owl-nav div.owl-next {
    right: -60px;
    background-image: url(../img/services/arrows01.png);
    background-repeat: no-repeat;
    background-position: -43px 0;
}

.about_owl .owl-nav {
    display: none;
}

.ts_tabs_nav li {
    display: inline-block;
}

.ts_tabs_nav li a.active {
    background: var(--theme-color);
    color: #fff;
}

#post-modal-video- .modal-dialog {
    margin-top: 85px;
}

.videoModal {
    width: 100%;
    height: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 5px;
}

.icon_play {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ffffffe0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc((100% - 50px) / 2);
    left: calc((100% - 50px) / 2);
    border-radius: 50px;
    color: var(--theme-color);
    font-size: 20px;
    padding-left: 5px;
}

#videos_section .headtitle {
    font: bold 20px/45px 'IRANSans';
    /* color: #fff; */
    margin: 10px;
    text-align: center;
}

#virtual_tour .headtitle {
    font: bold 20px/45px 'IRANSans';
    /* color: #fff; */
    margin: 10px;
    text-align: center;
}

#videos_section {
    margin-bottom: 40px;
}

#nav_tabs_service {
    flex-wrap: unset;
    overflow-x: auto;
    width: 100%;
}

#nav_tabs_service::-webkit-scrollbar {
    height: 2px;
}

/*end service page*/


.margin_top_ {
    margin-top: -80px;
}

footer .knsl-footer .knsl-footer-logo {
    margin-bottom: 25px;
}

.font-black {
    color: #000;
}

.item_option {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
}

.item_option:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) and (min-width: 992px) {

    #tafrihi .knsl-ath-card:hover .knsl-card-description {
        max-height: 300px;
    }

    #tafrihi .knsl-ath-card .knsl-cover-frame {
        padding-bottom: 185%;
    }
}

@media (max-width: 1200px) {
    #tafrihi a.knsl-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 40px;
        font-size: 13px;
    }

    .knsl-menu nav ul li a {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .knsl-top-bar .container .knsl-right-side {
        width: 100%;
    }

    .margin_top_ {
        margin-top: -152px;
    }

    .knsl-about-card .knsl-about-photo img, .knsl-about-card .knsl-video-frame img {
        position: unset;
    }

    #tafrihi .knsl-ath-card .knsl-card-description p {
        margin-bottom: 0.5rem;
    }

    .order_lg_1 {
        order: 1;
    }

    .order_lg_2 {
        order: 2;
    }

    .order_lg_3 {
        order: 3;
    }

    .order_lg_4 {
        order: 4;
    }

    .order_lg_5 {
        order: 5;
    }

    .order_lg_6 {
        order: 6;
    }

    .order_lg_7 {
        order: 7;
    }

    .order_lg_8 {
        order: 8;
    }

    .order_lg_9 {
        order: 9;
    }

    .order_lg_10 {
        order: 10;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    .knsl-testimonials-slider .swiper-slide.swiper-slide-active {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
}

@media (max-width: 576px) {
    .margin_top_ .knsl-icon-box {
        height: 130px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .knsl-btn, .knsl-btn:focus {
        padding: 0 15px;
        height: 45px;
    }

    h1 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }

    .knsl-banner .knsl-banner-content .knsl-banner-buttons .knsl-btn {
        margin: 0 0px;
    }

    .knsl-btn.knsl-transparent-border, .knsl-btn:focus.knsl-transparent-border {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .swiper-button-next1 {
        right: 15px;
        width: 35px;
        height: 35px;
    }

    .swiper-button-prev1 {
        left: 15px;
        width: 35px;
        height: 35px;
    }

    h2 {
        font-size: 25px;
    }
}

footer ul .nav-link {
    padding: 0px;
}

.knsl-menu .active {
    color: var(--theme-color);
}

.justified-column {
    text-align: justify;
    text-align-last: justify;
    column-count: 1;
    column-gap: 2em;
}
