/* body {
     direction: rtl;
 } */

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--main-color) !important;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Topbar Start ***/
.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030; /* لضمان ظهوره فوق العناصر الأخرى */
}


.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }

}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    /* font-family: 'Montserrat', sans-serif; */
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--main-color) !important;
}

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {
        left: -7px;
    }

    to {
        left: 735px;
    }
}

/*** Topbar End ***/



/*** Features Start ***/
.features {
    width: 100%;
    background: linear-gradient(rgba(26, 125, 255, 0.5), rgba(255, 255, 255, 0.3)), url(../img/features-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Features End ***/


/*** Top News Start ***/
.news-2 h3 , .news-2 h1{
    position: relative;
    color: var(--main-color);
}

.news-2 h3::after, .news-2 h1::after {
    content: "";
    line-height: 1.3rem;
    background: var(--secondary-color);
    position: absolute;
    width: 68%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    /* right: 0; */
    opacity: 0.4;
}

/*** Top News End ***/


/*** Latest News Start ***/
.latest-news .latest-news-carousel.owl-carousel {
    position: relative;
}
/*.owl-nav{*/
/*    position: absolute;*/
/*    top: -73px;*/
/*    display: flex;*/
/*    justify-content:end !important;*/
/*    color:var(--main-color);*/
/*}*/
.owl-nav{
    position: absolute;
    top: -73px;
    display: flex;
    font-size:1.4rem;
    justify-content:end !important;
    color: var(--secondary-color) !important;
}
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 65px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--main-color);
    color: var(--bs-dark);
    border-radius: 20px;
}


.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 65px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--main-color);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
    /* background: var(--main-color);
    color: var(--bs-white); */
    transition: 0.5s;
    font-size: 1.2rem;

    /* border-radius: 10px; */
}

/*** Latest News End ***/


/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    /* border: 1px solid var(--main-color); */
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    /* border: 1px solid var(--main-color); */
    color: var(--bs-dark);
    border-radius: 20px;
    margin-inline-start:16px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
    /* background: var(--main-color);
    color: var(--bs-white);
    border-radius: 10px; */
    font-size: 1.2rem;
}

.populer-news .tab-class .nav-item a.active {
    background: var(--dark) !important;
    color: var(--secondary-color) !important;
}

.ls-new-style .ls-new-style-item {
    position: relative;
    overflow: hidden;
}

.singleSild {
    position: relative;
    overflow: hidden;
}

.ls-new-style .ls-new-style-item img, .singleSild img {
    transition: 0.5s;
}

.ls-new-style .ls-new-style-item:hover img, .singleSild:hover img {
    transform: scale(1.2);
}

.ls-new-style .ls-new-style-item .ls-new-style-content, .singleSild .ls-new-style-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /* background: rgba(0, 0, 0, 0.3); */
    background: rgb(30, 33, 66);
    background: linear-gradient(360deg, rgba(30, 33, 66, 0.9626225490196079) 0%, rgba(26, 45, 135, 0.8057598039215687) 12%, rgba(66, 125, 187, 0.7721463585434174) 23%, rgba(100, 197, 234, 0) 47%);
    border-radius: 10px;
}


/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}

/*** Banner Section End ***/


/*** Footer Start ***/
.footer button:hover {
    background: var(--bs-white) !important;
    color: var(--main-color) !important;
}

.footer .footer-item-1 .line-h {
    line-height: 38px;
}

.footer .footer-item-1 a i {
    transition: 0.5s;
}

.footer .footer-item-1 a:hover i {
    color: var(--main-color) !important;
}

.footer .footer-item-3 a {
    line-height: 38px;
}

.footer .footer-item-2 a {
    transition: 0.5s;
}

.footer .footer-item-2 a:hover {
    color: var(--main-color) !important;
}

.footer .footer-item-3 a {
    transition: 0.5s;
}

.footer .footer-item-3 a:hover {
    color: var(--main-color) !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/*** Footer End ***/

.heroimg {
    height: 35rem !important;
}

/* moving text */
.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}

.breaking-news {
    border: 1px dashed var(--secondary-color);
}

/*** Topbar Start ***/
.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030; /* لضمان ظهوره فوق العناصر الأخرى */
}


.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }

}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--main-color) !important;
}

.rounded-social-circle {
    border-radius: 50%;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background: var(--dark);
    color: var(--secondary-color) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--secondary-color) !important;
}

.border-bottom-dash {
    border-bottom: 2px dashed rgba(100, 197, 235, 0.37) !important;
}

/* .border {
    border: 1px solid #64c5ea !important;
} */

.border-round{
    border: none !important;
}
@media (min-width: 1200px) {
    .border-round{
        border: 1px solid #64c5ea !important;
        /* border-radius:10px  !important; */
    }
.border-bottom-dash {
    border-bottom: none !important;
}
}
@media screen and (max-width: 768px){
    .small-screen-images img{
          width: 70px;  height: 70px;  object-fit: cover;
    }
    .big-screen-images img{
    height: 200px;  object-fit: cover;
}
.main-screen-images img{
      height: 200px;  object-fit: cover;
}
}
@media screen and (min-width: 768px){
    .small-screen-images img{
    width: 150px;  height: 120px;  object-fit: cover;
    }
    .big-screen-images img{
    height: 300px;  object-fit: cover;
}
.main-screen-images img{
     height: 500px;
}
}
