@import url("dynamic.css");
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"); /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"); /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"); /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"); /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/woff/IRANSansWeb.woff") format("woff"); /* All Major Browsers */
}

body {
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.5;
    direction: rtl;
    font-family: "IRANSans";
    font-weight: 300;
}
html,
body,
.site-wrap,
#home-sec {
    height: 100%;
}
#home-sec .container-fluid {
    overflow: hidden;
}
a {
    outline: none;
}
.btn {
    cursor: pointer;
}
.navbar-header span {
    color: var(--fourth-color);
    font-weight: bold;
    font-size: 18px;
}
.header-top .container .font-weight-bold {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 22px;
    letter-spacing: 3px;
    color: #0f28b8;
}
.text-header {
    color: #0f28b8;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 22px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--first-color) !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: var(--second-color) !important;
    border: solid 2px #ffffff !important;
    width: 15px !important;
    height: 15px !important;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
}
#home-sec .container-fluid .justify-content-start {
    height: Calc(100vh - 111px) !important;
    direction: ltr;
}
#home-sec .container-fluid .justify-content-start .portlet-container {
    position: relative;
}
#home-sec .container-fluid .justify-content-start .portlet-container .back-cov {
    position: relative;
    height: Calc(100vh - 111px) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}
#home-sec
    .container-fluid
    .justify-content-start
    .portlet-container
    .back-cov
    .btn-danger {
    display: table;
    margin: auto;
}
#home-sec
    .container-fluid
    .justify-content-start
    .portlet-container
    .back-cov
    .slide-wrapper {
    position: absolute;
    top: 40%;
    margin: auto;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.38);
    display: table;
    padding: 20px;
}
#home-sec
    .container-fluid
    .justify-content-start
    .portlet-container
    .back-cov
    h2 {
    color: #fff;
    text-align: center;
}
#home-sec
    .container-fluid
    .justify-content-start
    .portlet-container
    .back-cov
    a {
    text-decoration: none;
}
.share-on a {
    text-decoration: none;
}
.text-decoration-none {
    text-decoration: none !important;
}

footer {
    padding: 1em 0 1em;
    background: #343a40;
    color: #ffffff;
}
footer hr {
    background: #c0c0c0 !important;
    width: 100% !important;
}
footer .text-center {
    line-height: 16px;
}
footer .btn-social {
    margin: 10px 0;
}
footer a {
    color: #ffffff !important;
}
footer .row {
    font-size: 14px;
}
/*sprite start*/
.facebook,
.googleplus,
.instagram,
.telegram,
.twitter {
    display: inline-block;
    background: url("../img/sprite.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.facebook {
    background-position: -0px -0px;
    width: 24px;
    height: 24px;
}
.googleplus {
    background-position: -24px -0px;
    width: 24px;
    height: 24px;
}
.instagram {
    background-position: -0px -24px;
    width: 24px;
    height: 24px;
}
.min-nav {
    background-position: -24px -24px;
    width: 24px;
    height: 24px;
}
.telegram {
    background-position: -0px -48px;
    width: 24px;
    height: 24px;
}
.twitter {
    background-position: -24px -48px;
    width: 24px;
    height: 24px;
}
/*sprite end*/
.dirl {
    direction: ltr;
}

/*select.form-control.select-sex{*/
/*    height: auto !important;*/
/*}*/
.box {
    height: 220px;
    position: relative;
    background: rgba(244, 249, 244, 0.94);
    padding: 0 !important;
    border-radius: 10px;
    margin-bottom: 13px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.box .img-wrapper {
    width: 100%;
    height: 164px;
    overflow: hidden;
}
.box .img-wrapper img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.box .detail {
    padding: 10px;
    line-height: 8px;
    text-align: right;
}
.box .detail a {
    color: #0b2e13;
    text-decoration: none;
}
.box .detail p:last-child {
    font-size: 14px;
}
.box .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none;
}
.box .mask h2 {
    text-transform: uppercase;
    color: #4a4646;
    text-align: center;
    position: relative;
    font-size: 12px;
    padding: 10px;
    background: var(--second-color);
    margin: 50px 0 0;
}
.box .mask a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: var(--second-color);
    color: #131313;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.box.executed {
    background: #e5e5e5;
}
.box.executed img {
    opacity: 0.5;
}
.box.executed .mask {
    opacity: 0.8;
}
.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vi-moderate {
    color: #0066cc;
}
.vi-easy {
    color: #208f05;
}
.vi-difficult {
    color: #8e0000;
}
.report-sec .box {
    height: 198px;
}
.bkg-dark {
    background: #eeeeee;
}
.nav-pills .nav-link {
    color: #0c0c0c !important;
}
.nav-pills .nav-link.active {
    background: #343a40;
    color: #ffffff !important;
}
.news-sec {
    border-radius: 5px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
#v-pills-tabContent {
    padding: 20px;
}
.table {
    margin-bottom: 0;
    display: table;
}
.navbar-toggler {
    outline: none !important;
    cursor: pointer;
}
.hike-submit {
    width: 15.66667%;
    margin: 0;
    float: left;
    border: none;
    height: 44px;
    border-radius: 0;
    background-color: var(--fourth-color);
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.new-hike-submit {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.new-hike-submit .hike-submit {
    float: right;
    border-radius: 10px;
}
.new-hike-submit .disabled {
    background-color: #a7a5ac;
    cursor: not-allowed;
}
.textbox,
.select2 {
    background-color: #f6f6f6;
    border: none;
    border-radius: 2px;
    color: #4d4d4d;
    -webkit-font-smoothing: antialiased;
    height: 44px;
    margin: 6px auto;
    padding: 3px 18px 3px 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 100%;
}
.hidden {
    display: none;
}
.container .row .col-6.text-left a {
    color: #7a7766;
}
.pagination {
    display: table;
    margin: auto;
}
.pagination li {
    float: right;
    padding: 0 0.3rem;
    height: 1.5rem;
    font-size: 1.125rem;
    min-width: 1.8rem;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
}
#body-wrapper-ltr .pagination li {
    float: left;
}
.pagination li a {
    color: #0000f0;
}
.page-item.disabled .page-link {
    color: #000000;
}
.pagination .active {
    background: var(--fourth-color);
    border-radius: 15px;
}
.pagination .active a {
    color: #ffffff !important;
}

/* start single page */
section#single-hike div.group-detail.appliances,
section#single-hike div div.description {
    font-size: 15px;
    text-align: justify;
    padding: 0 6px;
}
section#single-hike div.group-detail.appliances div:first-child {
    font-weight: bold;
}
section#single-hike div.detail {
    background: rgba(219, 219, 219, 0.29);
    padding: 0 10px;
}
#single-hike .detail .line {
    border-bottom: 1px solid #e7e7e7;
    display: table;
    width: 100%;
}
#single-hike .detail .line p {
    float: right;
    font-family: Tahoma;
}
#single-hike .detail .line p:first-child {
    margin-left: 2px;
}
#single-hike .detail .sep {
    margin-top: 30px;
}
#single-hike .detail .line div:first-child {
    float: right;
    padding: 6px 0;
}
#single-hike .detail .line div:last-child {
    float: left;
    padding: 6px 0;
}
#single-hike .detail .line a {
    color: #0000ff;
}
#single-hike .share-on {
    margin: 10px 0 -12px;
    display: table;
}
#single-hike .share-on div {
    float: right;
}
#single-hike .share-on div:first-child {
    margin-left: 6px;
    padding-top: 6px;
}
#single-hike .hashtags {
    display: table;
    margin-top: 6px;
}
#single-hike .hashtag {
    float: right;
    border: solid 1px #e5e5e5;
    border-radius: 15px;
    background: rgba(219, 219, 219, 0.63);
    color: rgba(78, 78, 78, 0.85);
    margin: 4px 4px;
    padding: 6px 14px 5px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 2s ease;
}
#single-hike .hashtag a {
    color: rgba(78, 78, 78, 0.85);
}
#single-hike .appliances div:first-child {
    font-weight: bold;
    margin-bottom: 4px;
}
section#single-hike div.group-detail.appliances {
    font-size: 15px;
    text-align: justify;
    padding: 0 6px;
}
section#single-hike div.group-detail.appliances div:first-child {
    font-weight: bold;
}
.single-head h1 {
    font-size: 24px;
}
#single-hike .detail .btn-register {
    margin-top: 20px;
    padding: 10px 10px;
    text-align: center;
    width: auto;
    border-radius: 15px;
    float: none;
}
#single-hike .detail .btn-register a {
    color: #ffffff;
}
/* end single page */

/* start order page*/
.order-detail .container,
.package-detail .container {
    padding: 14px;
    margin-top: 10px;
}
.order-detail .line,
.receipt-detail .line,
.package-detail .line {
    border-bottom: 1px solid #e7e7e7;
    display: table;
    width: 100%;
    padding: 10px;
}
.order-detail .container .detail {
    display: table;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
}
.order-detail .container .detail .float-right {
    width: 50%;
}
.order-submit {
    display: table;
    width: 100%;
    margin: 10px 0 20px;
    padding: 16px;
    box-shadow: 0px 0px 9px #ddd;
    transition: border linear 0.1s, box-shadow linear 0.1s;
}
.order-submit .textbox {
    width: 50%;
}
.order-submit .submit {
    float: none;
    margin-top: 2px;
}
/* end order page*/

/* start modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 760px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
.modal-content-wrapper {
    margin: 10px;
    padding: 10px;
}
.modal-content-wrapper div {
    text-align: right;
    width: 60%;
    margin: 0 auto;
}
#agree-btn {
    color: #0000f0;
    cursor: pointer;
}
.close {
    color: #666666;
    float: left;
    font-size: 20px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    color: #000000;
    height: 34px;
}
.modal-body {
    padding: 8px 16px;
    text-align: center;
}
.new-agree .modal-body {
    text-align: justify !important;
}
.image-close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.image-close:hover,
.image-close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
#single-hike img.mySlides {
    width: auto;
    margin: auto;
    max-width: 90%;
}
.modal-content.report {
    position: relative;
    background-color: transparent;
    /*margin: auto;*/
    padding: 70px 0;
    border: none;
    max-width: 95%;
    box-shadow: none;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: rgba(65, 91, 120, 0.6);
}

/* Position the "next button" to the right */
.next {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background: #145d9a;
}

#sync2 .item {
    cursor: pointer;
}
#sync2 {
    margin: 20px auto 0;
    width: 90%;
}
/* end modal */

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
@media (max-width: 768px) {
    .news-sec .row div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #v-pills-tab a {
        border: solid 1px #e5e5e5;
        background: #f9f9f9;
    }
    .nav-pills .nav-link.active {
        background: #343a40 !important;
        color: #ffffff !important;
    }
    .order-submit .textbox,
    .discount-segment {
        width: 100% !important;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: wrap;
    }
    .navbar .container .navbar-header,
    .navbar .container .font-weight-bold {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 466px) {
    .header-top.navbar.navbar-expand-sm.bg-light.navbar-light.p-1.m-0
        div.container
        div.navbar-header
        a.text-decoration-none {
        display: block;
        width: 100%;
    }
}
@media (max-width: 576px) {
    footer .row .col-12 {
        text-align: center !important;
    }
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    /*margin-top: -1px;*/
}
.menu-navbar ul li {
    list-style-type: none;
    display: inline-block;
    float: none;
    white-space: nowrap;
}
.menu-navbar ul {
    margin: 0;
    padding: 0;
}
.menu-navbar ul ul li {
    display: block;
}

nav.menu-navbar {
    color: #eee;
    min-width: 100%;
    padding: 0;
}
.menu-navbar a {
    display: block;
    padding: 10px;
    color: #ccc !important;
    line-height: 30px;
    text-decoration: none;
}
.menu-navbar a:hover {
    color: #fff !important;
    background-color: #414950;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 0.25rem;
}

.menu-navbar ul ul {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    background-color: #343a40;
    box-shadow: 0 0 10px black;
    border: none;
}
.menu-navbar .dropdown-menu {
    text-align: right;
}
.menu-navbar ul ul li {
    min-width: 150px;
    display: list-item;
    position: relative;
}
.menu-navbar ul ul li a {
    color: #ccc !important;
}

.navbar-collapse.show ul {
    padding-right: 10px;
}
.navbar-collapse.show ul ul {
    position: relative;
}
.navbar-collapse.show ul li {
    display: block;
    max-width: 150px;
}
.navbar-collapse.show ul ul ul {
    position: absolute;
}

.my-pt-20 {
    padding-top: 20px;
}

.my-pt-10 {
    padding-top: 10px;
}

.radius_image {
    border-radius: 20px;
}
.radius_card{
    border-radius: 10px;
}
