:root {
    --primary-green: #c9faa5;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

body::-webkit-scrollbar {
    display: none;
}

html {
    height: 100%;
}

body {
    height: 100%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

li {
    list-style-type: none;
}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan.ttf') format('truetype'),
    url('../fonts/yekan.eot?#iefix') format('embedded-opentype');
}

@media screen and (min-width: 1200px) {
    .sidebar {
        background: var(--primary-green) !important;
    }

    .sidebar #leaf3 {
        /*display: none;*/
    }
}

@media screen and (max-width: 768px) {
    .description {
        height: auto;
    }

    #myContainer {
        position: relative !important;
    }

    .content {
        top: 70px;
    }

    .top_menu {
        height: auto;
        display: block !important;
        width: 100%;
        height: 70px !important;
        display: block;
        position: fixed;
        top: 0;
        background: var(--primary-green);
        z-index: 10;
    }

    .top_menu .logo {
        width: 100%;
        height: 100%;
        float: left;
        margin-left: 15px;
        text-align: left;
        display: block;
        margin-top: 5px;
    }

    .top_menu .logo img {
        width: 20%;
        margin: 0 10px 0 0;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 15;
        top: 0;
        right: 0;
        background-color: var(--primary-green);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidebar_extras_language_fa {
        position: absolute !important;
        top: 30px !important;
    }

    .sidebar_extras_language_ar {
        position: absolute !important;
        top: 70px !important;
    }

    .mobile_menu_row {
        height: 1px;
        width: 90%;
        margin: 0px auto;
        background: #b7b6b6;
    }

    .sidenav .mobile_menu {
        margin-top: 50px;
        margin-right: 5px;
    }

    .sidenav .mobile_menu img {
        width: 15%;
    }

    .sidenav .mobile_menu h2 {
        font-size: 11pt;
        display: inline-block;
        margin-right: 0px;
        color: #000;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .content {
        width: 100% !important;
    }

    .sidebar {
        display: none !important;
    }

    .sidebar_extras_home {
        display: none !important;
    }

    .contact_us.information {
        height: auto;
    }

    #darkCover .image-container {
        top: 25% !important;
    }

    #darkCover .album-image {
        width: 95% !important;
    }

    #darkCover .image-container .close-gallery {
        top: -15px !important;
        left: 0 !important;
    }

    #darkCover .image-container .close-gallery img {
        width: 30px;
    }

    #darkCover .image-container .next img, #darkCover .image-container .prev img {
        width: 50px;
    }

    .detail_image img {
        width: 80% !important;
    }
}

@media screen and (max-width: 991px) {
    #darkCover .album-image {
        margin: 50px auto !important;
    }
}

@media screen and (max-width: 500px) {
    .top_menu .logo img {
        margin-top: 10px;
    }
}

@media screen and (max-height: 500px) {
    .menu {
        width: 100%;
        height: 50px;
        display: block;
        background: var(--primary-green);
    }

    .content {
        width: 100% !important;
    }

    .sidebar {
        display: none !important;
    }

    .sidebar_extras_home {
        display: none !important;
    }

    .sidebar_extras_language {
        display: none !important;
    }

    .sidebar_extras_search {
        display: none !important;
    }

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.container-fluid {
    padding: 0;
    min-height: 100vh;
}

.row {
    margin: 0;
}

.no-padding {
    padding: 0 !important;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    /*background: rgba(0, 0, 0, .6);*/
    background: #fff;
    top: 0;
    right: 0;
    z-index: 10;
}

.loading .loading_logo {
    width: 35%;
    position: fixed;
    top: 20%;
    right: 30%;
    z-index: 11;
}


.sidebar {
    height: 100vh;
    background: var(--primary-green);
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 25%;
    position: fixed;
    top: 0;
    right: 0;
    scrollbar-width: none;
}

/* مخفی کردن اسکرول‌بار در حالت عادی (Chrome, Safari, Edge) */
.sidebar .fixed-box::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

/* دستگیره اسکرول - مخفی پیش‌فرض */
.sidebar .fixed-box::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}

/* وقتی هاور میکنی روی باکس، اسکرول ظاهر بشه */
.sidebar .fixed-box:hover::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.4);
}

/* وقتی داری درگ می‌کنی (active) اسکرول پررنگ‌تر بشه */
.sidebar .fixed-box::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.6);
}

.top_menu {
    display: none;
    height: 0;
}

#myContainer {
    position: relative;
    top: 0;
}

.content {
    width: 75%;
    float: left;
    background: #fff;
    position: relative;
}

.sidebar_extras_home {
    position: fixed;
    top: 6%;
    z-index: 4;
}

.sidebar_extras_home::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/icons/home.png) no-repeat var(--primary-green);
    border-top-left-radius: 5px;
    position: relative;
    border: 1px solid #807f7f;
    background-position: center;
    background-size: 70%;
}

.sidebar_extras_language_fa {
    position: fixed;
    top: 11%;
    z-index: 4;
}

.sidebar_extras_language_fa::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/icons/Iran.png) no-repeat var(--primary-green);
    border-top-left-radius: 5px;
    position: relative;
    border: 1px solid #807f7f;
    background-position: center;
    background-size: 70%;
}

.sidebar_extras_language_ar::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    border-top-left-radius: 5px;
    background: url(../images/icons/SA.png) no-repeat var(--primary-green);
    position: relative;
    border: 1px solid #807f7f;
    background-position: center;
    background-size: 70%;
}

.sidebar_extras_language_ar {
    position: fixed;
    top: 16%;
    z-index: 4;
}

.content .row {
    width: 100%;
}

.content .row > div {
    position: relative;
}

.content .row .items {
    width: 100%;
}

.content .row .icon {
    width: 30%;
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
}

.yekan {
    font-family: yekan;
}

.sidebar_menu {
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 20px;
    z-index: 1000;
}

.sidebar .logo {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar_menu .logoLink {
    width: 100%;
    display: block;
    text-align: center;
}

.sidebar_menu_content {
    display: block;
    margin-right: 5%;
    margin-bottom: 2%;
}

.sidebar_menu_content h2 {
    font-size: 10.5pt;
    font-weight: bold;
    color: #31490f;
    display: inline-block;
    margin-right: 10px;
    z-index: 3;
}

.sidebar_menu_content:hover h2 {
    color: #ff631f;
}

.sidebar_menu_content img {
    width: 10%;
}

.aboutus {
    margin-top: 10%;
}

.aboutus span {
    color: #fff;
}

.headerImage {

}

.content .header {
    background: #b7b6b6;
    height: 40px;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.content .header h1 {
    font-size: 12pt;
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
}

.description {
    width: 90%;
    text-align: justify;
    line-height: 40px;
    background: #fff;
    margin: 20px auto !important;
    padding: 20px;
    /*text-indent: 20px;*/
    min-height: 100vh;
}

.description h3 {
    font-size: 11pt;
    color: var(--primary-green);
    font-family: yekan;
}

.roseImage {
    width: 60%;
    margin: 0 auto;
    -webkit-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.5);
}

.album {
    text-indent: 0;
    margin-top: 20px;
}

.album img {
    display: inline-block !important;
    -webkit-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.album img:hover {
    opacity: .7;
}

.album figcaption {
    height: 40px;
    text-align: center;
    font-size: 8pt;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 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-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#cover {
    display: none;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.19);
    /*width: 100%;*/
    top: 0;
    right: 0;
    z-index: 12;
}

#darkCover {
    display: none;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    top: 0;
    right: 0;
    z-index: 12;
}

#darkCover .album-image {
    width: 80%;
    margin: 10px auto;
    z-index: 2;
    border-radius: 1px;
    cursor: pointer;
}

.btn_blue {
    float: left;
    margin-top: 60px;
    margin-bottom: 0;
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #16EFF6, #33b9d0);
    background-image: -moz-linear-gradient(top, #16EFF6, #33b9d0);
    background-image: -ms-linear-gradient(top, #16EFF6, #33b9d0);
    background-image: -o-linear-gradient(top, #16EFF6, #33b9d0);
    background-image: linear-gradient(top, #16EFF6, #33b9d0);
}

.btn_blue:hover {
    background: #1E62D0;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #4080d0, #3D94F6);
    background-image: -moz-linear-gradient(top, #4080d0, #3D94F6);
    background-image: -ms-linear-gradient(top, #4080d0, #3D94F6);
    background-image: -o-linear-gradient(top, #4080d0, #3D94F6);
    background-image: linear-gradient(to bottom, #4080d0, #3D94F6);
    text-decoration: none;
}

.btn_green {
    float: left;
    margin-top: 60px;
    margin-bottom: 0;
    background: #32d027;
    background-image: -webkit-linear-gradient(top, #72ee10, #32d027);
    background-image: -moz-linear-gradient(top, #72ee10, #32d027);
    background-image: -ms-linear-gradient(top, #72ee10, #32d027);
    background-image: -o-linear-gradient(top, #72ee10, #32d027);
    background-image: linear-gradient(top, #72ee10, #32d027);

}

.btn_green:hover {
    background: #32d027;
    color: #fff;
    background-image: -webkit-linear-gradient(to bottom, #32d027, #72ee10);
    background-image: -moz-linear-gradient(to bottom, #32d027, #72ee10);
    background-image: -ms-linear-gradient(to bottom, #32d027, #72ee10);
    background-image: -o-linear-gradient(to bottom, #32d027, #72ee10);
    background-image: linear-gradient(to bottom, #32d027, #72ee10);
    text-decoration: none;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: 100;
    padding: 10px 5px;
    box-shadow: -2px 0 9px 0 #eee;
    -webkit-box-shadow: -2px 0 9px 0 #eee;
    -moz-box-shadow: -2px 0 9px 0 #eee;
    text-shadow: 1px 1px 20px #eee;
    /*border: solid #337FED 1px;*/
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.btn_yellow {
    float: left;
    margin-top: 60px;
    margin-bottom: 0;
    background: #f6f537;
    background-image: -webkit-linear-gradient(top, #f6e542, #eb9316);
    background-image: -moz-linear-gradient(top, #f6e542, #eb9316);
    background-image: -ms-linear-gradient(top, #f6e542, #eb9316);
    background-image: -o-linear-gradient(top, #f6e542, #eb9316);
    background-image: linear-gradient(top, #f6e542, #eb9316);

}

.btn_yellow:hover {
    background: #f6e542;
    color: #fff;
    background-image: -webkit-linear-gradient(to bottom, #eb9316, #f6e542);
    background-image: -moz-linear-gradient(top, #eb9316, #f6e542);
    background-image: -ms-linear-gradient(top, #eb9316, #f6e542);
    background-image: -o-linear-gradient(top, #eb9316, #f6e542);
    background-image: linear-gradient(to bottom, #eb9316, #f6e542);
    text-decoration: none;
}

.btn_red {
    float: left;
    margin-top: 60px;
    margin-bottom: 0;
    background: #eb9316;
    background-image: -webkit-linear-gradient(top, #f6a960, #f62734);
    background-image: -moz-linear-gradient(top, #f6a960, #f62734);
    background-image: -ms-linear-gradient(top, #f6a960, #f62734);
    background-image: -o-linear-gradient(top, #f6a960, #f62734);
    background-image: linear-gradient(top, #f6a960, #f62734);
}

.btn_red:hover {
    background: #1E62D0;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #f65529, #f6b05d);
    background-image: -moz-linear-gradient(top, #f65529, #f6b05d);
    background-image: -ms-linear-gradient(top, #f65529, #f6b05d);
    background-image: -o-linear-gradient(top, #f65529, #f6b05d);
    background-image: linear-gradient(to bottom, #f65529, #f6b05d);
    text-decoration: none;
}

input[type=text], textarea, input[type=email], input[type=password] {
    width: 75%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

select {
    width: 75%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.title2 {
    line-height: 40px;
    color: #fff;
    margin-right: 30px;
    display: inline-block;
    font-size: 11pt;
}

.aboutus span {
    font-size: 12pt;
}

.aboutus a {
    margin-left: 10px;
    margin-right: 10%;
    cursor: pointer;
}

.festival .description {
    width: 100%;
}

.festival .image_container {
    width: 80%;
    margin: 10px auto;
}

.festival .image_container img {
    width: 80%;
    margin: 0 auto;
}

.festival .information {
    float: right;
    margin-top: 20px;
    width: 100%
}

.festival .table {
    width: 80% !important;
    margin: 40px auto;
    border: 1px solid #ccc;
}

.festival .table-responsive {
    border: none !important;
}

.festival .table-responsive .table {
    max-width: none !important;
}

.festival td, .festival th {
    white-space: nowrap;
    width: 10%;
    font-size: 11pt;
    text-align: right;
    padding: 4px;
    vertical-align: middle !important;
}

.festival th, .festival td {
    border-left: 1px solid #ccc;
    text-align: center;
    width: 2%;
}

.festival td {
    background-color: #f9f5f4;
}

.festival th {
    background-color: #4CAF50;
    color: white;
}

.festival .explanation {
    float: right;
    margin-right: 20px;
}

.festival .description .row {
    border-bottom: 1px solid #ccc;
}

.contact_us.information {
    float: right;
    width: 100%;
    font-family: yekan;
    padding: 35px;
    min-height: 100vh;
}

.news.description {
    width: 100%
}

.newsBox {
    -webkit-box-shadow: 0px 1px 5px -1px rgba(133, 133, 133, 1);
    -moz-box-shadow: 0px 1px 5px -1px rgba(133, 133, 133, 1);
    box-shadow: 0px 1px 5px -1px rgba(133, 133, 133, 1);
    width: 100%;
    position: relative;
    float: right;
    color: #000;
    margin-bottom: 15px;
}

.newsBox.active p {
    width: 95%;
}

.news_content {
    width: 95%;
    float: right;
    margin-bottom: 20px;
}

.news_content p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.newsBox a {
    float: right;
    cursor: pointer;
}

.newsBox h3 {
    transition: 0.2s;
    font-size: 10pt;
    position: absolute;
    padding: 6px 15px;
    background-color: #f0ad4e;
    color: #FFF;
    top: -46px;
    right: 10px;
    border-radius: 2px;
}

.newsBox .red_line {
    height: 2px;
    background-color: #f0ad4e;
    width: 100%;
    top: 0px;
    right: -1px;
    position: absolute;
}

.newsBox a {
    float: right;
    /*cursor: pointer;*/
}

.news_image_container {
    float: right;
    margin-top: 20px;
    width: 20%;
    display: none;
}

.newsBox.active .detail_image img {
    display: block !important;
}

.newsBox.active .news_image_container {
    display: none;
}

.detail_image {
    float: right;
    width: 100%;
}

.detail_image img {
    margin: 20px auto;
    width: 50%;
    display: none;
}

.newsImg {
    width: 70%;
    border-radius: 1px;
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 11px -3px #011331;
    -moz-box-shadow: 1px 1px 11px -3px #011331;
    box-shadow: 1px 1px 7px -3px #011331;
}

.newsBox .news i {
    float: right;
    margin-left: 8px;
    font-size: 8px;
    position: relative;
    top: 25px;
}

.newsBox .news p.news_title {
    margin-right: 0;
    margin-bottom: 5px;
    float: right;
    padding: 0 5px;
    font-size: 11pt;
    display: inline-block;
    text-align: justify;
    color: #000;
}

.newsBox .news p:hover {
    color: #2aabd2;
}

.newsBox h3 {
    margin-top: 0;
    transition: 0.2s;
    font-size: 10pt;
    padding: 6px 15px;
    background-color: #f0ad4e;
    color: #FFF;
    top: -26px;
    right: 10px;
    border-radius: 2px;
}

.newsBox:hover {
    -webkit-box-shadow: 0px 1px 5px 1px rgba(133, 133, 133, 1);
    -moz-box-shadow: 0px 1px 5px 11px rgba(133, 133, 133, 1);
    box-shadow: 0px 1px 5px 1px rgba(133, 133, 133, 1);
}

.news {
    float: right;
    width: 75%;
    margin-top: 20px;
    margin-right: 25px;
    font-family: yekan;
}

.news ul {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;

}

.news ul li {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0
}

.news ul li a {
    width: 95%;
}

.news_header .news_date {
    font-family: yekan;
    font-size: 10pt;
}

.newsBox .time_info {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

.newsBox .time_info i {
    font-size: 16px;
    margin-left: 3px;
    color: #bbbec2;
}

.newsBox p {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 30px;
    width: 75%;
    float: right;
    padding: 0px 15px;
    /*font-family: yekan;*/
    font-size: 10.5pt;
    display: inline-block;
    text-align: justify;
    color: #000;
}

.newsBox h2 {
    transition: 0.2s;
    font-size: 10pt;
    position: absolute;
    padding: 6px 15px;
    color: #FFF;
    top: -46px;
    right: 10px;
    border-radius: 2px;
}

.newsBox .red_line {
    height: 2px;
    width: 100%;
    top: 0px;
    right: -1px;
    position: absolute;
}

.news_header .date_text {
    color: #000;
    font-size: 10pt;
    margin-right: 20px;
}

@media screen and (max-width: 650px) {
    .newsBox {
        width: 100% !important;
    }

    .newsBox h3 {
        position: static;
        margin-top: 0;
    }

    .news_image_container {
        width: 100%;
    }

    .news_image_container .newsImg {
        width: 30%;
        margin: 10px auto;
    }

    .news {
        width: 100%;
    }
}

.information .box_info p {
    font-family: yekan !important;
}

.information .box_info p span {
    font-family: yekan !important;
}

#darkCover .image-container {
    position: relative;
    top: 3%;
}

#darkCover .image-container .prev {
    left: 0;
}

#darkCover .image-container .prev:hover, #darkCover .image-container .next:hover {
    background: none;
}

#darkCover .image-container .next {

}

#darkCover .image-container .close-gallery {
    position: absolute;
    cursor: pointer;
    left: 40px;
    top: -30px;
}