@import "stylesheet.css";

:root {
    --primary: #db500e;
    --secondary: #b2b2b2;
}
/* html {
    scroll-behavior: smooth;
} */
body {
    direction: rtl;
    font-family: "Peyda" !important;
    background-color: #e4e4e4;
}
a,
a:hover {
    color: #000;
    text-decoration: none;
}
.primary-background {
    background-color: var(--primary);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.menu-wrapper {
    display: flex;
    align-items: center;
}
.image-wrapper {
    display: flex;
    justify-content: start;
}
.image-wrapper img {
    height: 100px;
    width: auto;
    padding: 20px;
}
.date-wrapper {
    display: flex;
    justify-content: flex-end;
    color: #fff;
}
.slider-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.title-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.hr {
    display: block;
    flex: 1;
    margin: 0 20px;
    height: 2px;
    background: var(--secondary);
}
.vr {
    height: 45px;
    width: 2px;
    margin: 0 15px;
}

.title-text img {
    height: 50px;
    color: var(--secondary);
}
.title-text h3 {
    font-weight: bold;
    color: var(--secondary);
}
.special-news-wrapper {
    height: 500px;
    overflow: hidden;
}
.special-news-wrapper {
    position: relative;
    background: url(../images/grayorange.webp) no-repeat;
    background-position: center center;
    background-size: cover;
}
.date-wrapper h4 {
    margin-bottom: 0.2rem !important;
}
.white-part p {
    text-align: justify;
}
.blog-content h4 {
    font-size: calc(1rem + 0.3vw) !important;
    line-height: 25px;
}
.image-view-img h4 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #c5c5c5ef;
    text-align: center;
    padding: 10px 0;
    /* margin-bottom: 0; */
    font-weight: bold;
}
.image-view-img {
    position: relative;
}
@media screen and (max-width: 1200px) {
    .special-news-wrapper {
        height: auto;
    }
    .special-image-rp {
        width: 100%;
        padding-right: 0 !important;
        margin-top: 15px;
    }
    .special-image-rp img {
        width: 100%;
    }
    .orange-part {
        display: none;
    }
    .white-part {
        margin-bottom: 40px;
    }
    .white-part a {
        right: 50% !important;
        transform: translate(50%, 50%) !important;
    }
    .image-view-img {
        order: 1;
        height: auto !important;
        margin-top: 15px;
    }
    .image-view-content {
        order: 2;
    }
    .image-view-img img {
        height: auto !important;
    }

    .center-content h4 {
        margin-top: 0 !important;
    }
    .image-view-content {
        padding: 30px 15px !important;
        padding-top: 30px !important;
        justify-content: flex-start !important;
        height: auto !important;
    }
    .image-view-img h4 {
        font-size: calc(1rem + 0.3vw);
    }
}
@media screen and (min-width: 1200px) {
    .hide-on-large-screens {
        display: none;
    }
    h4 {
        font-size: 1.25rem !important;
    }
}
@media screen and (max-width: 1200px) {
    .primary-background {
        position: relative;
    }
}
@media screen and (max-width: 575px) {
    .image-wrapper {
        justify-content: center;
    }

    .date-wrapper {
        justify-content: center;
        margin-bottom: 5px;
    }
    .date-wrapper h4 {
        font-size: 1.1rem !important;
    }
    .mobile-height {
        height: 300px;
    }
    .mobile-height img {
        height: 100%;
        object-fit: cover;
    }
}
.special-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90%;
}
@media screen and (max-width: 991px) {
    .special-image {
        width: 100%;
        height: auto;
    }
}
.special-image img {
    height: 100%;
    object-fit: cover;
}
.special-titles {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.empty-part {
    width: 50%;
}
.white-part {
    background-color: #fff;
    position: relative;
    padding: 150px 25px;
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.white-part a {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-200px, 50%);
}
.white-part p {
    font-weight: 500;
    line-height: 25px;
    font-size: 0.9rem;
}
@media screen and (max-width: 400px) {
    .white-part p {
        line-height: 21px;
    }
    .white-part h4 {
        margin-bottom: 15px !important;
        margin-top: 5px !important;
    }
    .white-part h5 {
        margin-bottom: 0 !important;
    }
}
.white-part h4 {
    font-weight: bold;
    margin-bottom: 18px;
}
.white-part h5 {
    font-size: 1rem;
}
.orange-part {
    background-color: var(--primary);
    opacity: 0.8;
    height: auto;
}
.single-news {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 50px;
    margin: 0 0.5em;
    overflow: hidden;
}
.single-news img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
}
.single-news h4 {
    font-weight: bold;
    max-height: 25%;
    margin-bottom:5px
    /* height: 30%; */
}

.blog-content {
    background: #fff;
    padding: 20px;
    width: 80%;
    bottom: 0;
    transform: translate(0);
    height: 215px;
    margin-top: -80px;
}

.single-news a {
    position: absolute;
    z-index: 5;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    bottom: -10%;
    right: -10%;
}
.single-news a::before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    background-color: var(--primary);
    text-align: center;
    margin-right: -15px;
    margin-left: 10px;
    padding: 15px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}
.carousel-indicators {
    bottom: -40px !important;
}
.article-single {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 20px;
}
.rainbow-color:nth-child(1) {
    background: #e94f35;
}
.rainbow-color:nth-child(2) {
    background: #eb5d40;
}
.rainbow-color:nth-child(3) {
    background: #eb694b;
}
.rainbow-color:nth-child(4) {
    background: #ea7d64;
}
.article-single img {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
}
.article-single h5 {
    color: #fff;
}
.article-single h4 {
    font-weight: bold;
}
.divider {
    display: block;
    flex: 1;
    height: 2px;
    margin: 20px 20px;
    background: #fff;
}
.article-single .article-content {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
}
.article-content h4 {
    margin-bottom: 20px;
}
.article-single:hover .article-content {
    transform: translateY(0);
}
.article-single .title {
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.article-single .post {
    display: block;
    font-size: 17px;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .article-single {
        margin-bottom: 30px;
    }
    .special-image {
        width: 90%;
    }
    .nav-link img {
        height: 150px !important;
        width: 200px !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .nav-link img {
        height: 150px !important;
        width: 180px !important;
    }
}

.sticked-row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.article-content a {
    position: absolute;
    z-index: 5;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    bottom: 0;
    right: 0;
}
.article-content a::before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    background-color: var(--primary);
    text-align: center;
    margin-right: -15px;
    margin-left: 10px;
    padding: 15px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}
.gray-background {
    background-color: #c5c5c5;
}
.gallery .nav-link img {
    height: 250px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
}
.gallery .tab-pane img {
    height: 100%;

    transform: scale(1.2);
}
.gallery-desc {
    height: 450px;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.gallery-desc h4,
.gallery-desc h5 {
    font-weight: bold;
    color: #fff;
}
.image-view-content button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    transform: translate(0, -35px);
    outline: none;
    border: none;
    border-radius: 0;
}
.image-view-content h5 {
    font-size: 0.875rem;
    line-height: 30px;
    margin-bottom: 20px;
}
.image-view-content h4 {
    font-size: 1.2rem;
    line-height: 30px;
}
.gallery-image {
    height: 450px;
    overflow: hidden;
}

.nav {
    background: #e4e4e4;
    padding: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    filter: opacity(100%);
    background-color: #e4e4e4;
    overflow: hidden;
}
.nav-pills .nav-link {
    border-radius: 0;
}
.gallery .nav-link {
    filter: opacity(50%);
    background-color: #e4e4e4;
    transition: all 0.15s ease-in-out;
}
.gallery .nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery .nav-link {
    margin: 0 auto;
}
.media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-link {
    padding: 0;
    overflow: hidden;
    position:relative;
}
.nav-link::after{
    content:'\f144';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left:50%;
    top: 50%;
    transform:translate(-50%,-70%);
    color: #fff;
    font-size:40px;
    height:70px;
    width: 70px;
    background: rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 35px;
}
.media li {
    width: 100%;
}

.video {
    width: 100%;
}
.video-panel {
    height: 100%;
}
.media-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.video-title {
    background-color: #000;
    color: #fff;
    margin-top: 10px;
    padding: 15px 10px;
}
.nav-item h6 {
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.nav-link button {
    position: relative;
}

.video-nav {
    height: 592px;
    overflow-y: scroll;
    background-color: #c5cfd4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .video-nav {
        height: 520px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .video-nav {
        height: 448px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .video-nav {
        height: 378px;
    }
}
.video-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
}
.bottom-content {
    background-color: var(--primary);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single-content h4 {
    font-weight: bold;
    margin-bottom: 15px;
}

.single-content h4::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background-color: #fff;
}
.single-content p {
    color: #fff;
}
.full-divider {
    width: 100%;
    margin: 15px 0;
    display: block;
}
.single-content:last-child .divider {
    display: none;
}
.single-content {
    width: 100%;
}
.bottom-content a {
    width: 100%;
}

.orange-background {
    background-color: var(--primary);
}
.big-divider {
    height: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.center-content h5,
.center-content h4 {
    font-size: 15px;
    color: #fff;
}

.center-content p {
    color: #fff;
    font-size: 15px;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    width: 45px;
    height: 45px;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
}
.slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
}
.news-carousel {
    padding: 0 30px;
}
.nav-item img {
    width: 100% !important;
}
.nav-item {
    width: 33%;
    padding: 20px 0;
}
.slider-nav {
    background-color: #fff;
    margin-top: 20px;
}
.image-view {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.image-view-content {
    background-color: var(--primary);
    height: 350px;
    flex-direction: column;
    position: relative;
    padding: 0 15px;
}

.image-view-img {
    height: 350px;
    padding: 0;
}
.carousel-control-next-icon {
    background-image: url(/files/panel/templates/one/images/chevron-right.svg) !important;
    filter: drop-shadow(0 0 0.5rem #000);
}
.carousel-control-prev-icon {
    background-image: url(/files/panel/templates/one/images/chevron-right.svg) !important;
    filter: drop-shadow(0 0 0.5rem #000);
    transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
    .image-view-img {
        order: 1;
    }
    .image-view-content {
        order: 2;
    }
}
.image-view-img img {
    object-fit: cover;
    height: 100%;
    object-position: center center;
}
.nav-pills .nav-link.active h6 {
    width: 100%;
    border-radius: 0 !important;
    background: var(--primary);
}
.nav-pills .nav-link {
    border-radius: 0 !important;
    background: #e4e4e4;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.social-icons ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
}
.social-icons li {
    display: inline;
}
.social-icons li img {
    height: 20px;
    width: 20px;
    margin: 0 4px;
}

.btn-black,
.btn-black:hover {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}
.img_notifications {
    max-width: 100%;
    width: 100%;
    max-height: 474px;
    object-fit: cover;
}
.nav-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nav-img {
    height: 100px;
}
@media screen and (min-width: 1500px) {
    .nav-img {
        height: 140px;
    }
}
@media screen and (max-width: 1110px) {
    .nav-img {
        height: 75px;
    }
}
@media screen and (min-width: 521px) {
    .mobile-nav-hide {
        display: none;
    }
}
@media screen and (max-width: 520px) {
    .desktop-nav-hide {
        display: none;
    }
}
@media screen and (min-width: 635px) {
    .white-part {
        padding: 0 25px;
    }
}
/*@media screen and (max-width: 549px) {
    .white-part {
        padding: 195px 25px;
    }
} */
@media screen and (max-width: 359px) {
    .white-part {
        padding: 175px 25px;
    }
}
@media screen and (max-width: 767px) {
    .video-nav {
        height: auto;
    }
    .column-flex {
        flex-direction: column;
    }
    .column-flex h4 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 500px) {
    .blog-content h4 {
        font-size: calc(1rem + 0.3vw);
        line-height: 25px;
    }
}
.blog-content p {
    text-align: justify;
    margin-top:16px
}
.slick-dots li button:before {
    font-size: 35px !important;
}
.slick-dots li.slick-active button:before {
    color: var(--primary);
}
.slick-dots {
    bottom: -30px !important;
    right: 0;
}
.additional-margin {
    margin-top: 55px !important;
}

.copy-footer p {
    margin-bottom: 0;
    margin-top: 5px;
}
@media screen and (min-width: 320px) and (max-width: 370px) {
    .blog-content {
        height: 283px;
    }
    .single-news h4 {
        max-height: 27%;
    }
}
@media screen and (min-width: 371px) and (max-width: 440px) {
    .blog-content {
        height: 245px;
    }
}
@media screen and (min-width: 441px) and (max-width: 508px) {
    .blog-content {
        height: 205px !important;
    }
}

@media screen and (min-width: 509px) and (max-width: 767px) {
    .blog-content {
        height: 180px !important;
    }
    .single-news h4 {
        max-height: 28%;
        margin-bottom: 0!important;
    }
    .blog-content p {
        margin-bottom: 9px;
        margin-top: 9px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .blog-content {
        height: 150px;
    }
    .blog-content p{
        margin-bottom: 9px;
        margin-top: 9px;
    }
}

@media screen and (min-width: 500px){
    .slider-wrapper-mobile {
        display:none ;
    }

}

@media screen and (max-width: 499px){
    .slider-wrapper{
        display:none;
    }
    .image-view-img h4{
        position: static;
        font-size: 14px;
        padding: 10px 15px;
        line-height: 23px;
    }
}
