.weatherWidget {
    width: 230px;
    height: 100px;
    background: #2A2A2A80;
    border-radius: 8px;
    margin: 20px;
}

.title_1 {
    font-size: calc(11px + 0.2vw);
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}

body.rtl .title_1 {
    font-size: calc(16px + 0.2vw);
}

.title_2 {
    font-size: calc(30px + 5vw);
    font-weight: 600;
    line-height: 106%;
    display: block;
    padding-top: 25px;
}

body.rtl .title_2 {
    font-size: calc(40px + 5vw);
    padding-top: 0;
}

@keyframes zoom-in-zoom-out-left {
    0% {
        scale: 100%;
        transform-origin: 50% 50%;
    }

    100% {
        scale: 115%;
        transform-origin: 50% 50%;
    }
}

.card__three {

    &::before,
    &::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale3d(0, 0, 1);
        transition: transform .3s ease-out 0s;
        background: rgba(0, 0, 0, .1);
        content: '';
        pointer-events: none;
    }

    &::before {
        transform-origin: left top;
    }

    &::after {
        transform-origin: right bottom;
    }

    &:hover,
    &:focus {

        &::before,
        &::after {
            transform: scale3d(1, 1, 1);
        }
    }
}

path#riyadh_en,
path#iarr_en,
path#kkrr_en {
    display: block;
}

path#riyadh_ar,
path#iarr_ar,
path#kkrr_ar {
    display: none;
}

body.rtl path#riyadh_en,
body.rtl path#iarr_en,
body.rtl path#kkrr_en {
    display: none;
}

body.rtl path#riyadh_ar,
body.rtl path#iarr_ar,
body.rtl path#kkrr_ar {
    display: block;
}

#mapContainer {
    z-index: 1;
    position: relative;
}

.navbar {
    backdrop-filter: blur(4px);
}

.scrollHome {
    background: unset;
    box-shadow: none;
    transition: all ease-in-out 0.5s;

    .navbar-nav .nav-link {
        color: white !important;
    }

    .navbar-toggler .hamburger-toggle .hamburger span {
        background: #fff;
    }

    #langSwitchBtn img {
        filter: invert(1);
    }
}

.glass_effect {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
}

.our_reserve_text_box {
    margin: 20px;
    padding: 20px 30px;
    border-radius: 8px;
}

#our_reserves_left_section {
    position: relative;
    min-height: 650px;
    background-image: url("../../img/index/our_reserves_photo_left.jpg");
    background-size: cover;
}

@-webkit-keyframes MOVE-BG {
    from {
        background-position: 0% 0%
    }

    to {
        background-position: 300% 0%
    }
}

.applyCloud {
    position: relative;
}

.applyCloud::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../../img/index/cloud.png");
    top: 0;
    width: 100%;
    height: 55%;
    background-size: cover;
    background-position-x: 896px;
    opacity: 0.7;
    -webkit-animation-name: MOVE-BG;
    -webkit-animation-duration: 80s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

#our_reserves_right_section {
    min-height: 650px;
    background-image: url("../../img/index/our_reserves_photo_right.png");
    background-size: cover;
}

#our_reserves_title {
    position: absolute;
    white-space: nowrap;
    top: 38%;
    right: -10vw;
    font-size: calc(15px + 2.0vw);
}

@media (min-width: 1400px) {
    body.rtl #our_reserves_title {
        left: -18vw;
        right: auto;
    }
}

@media (max-width: 1400px) {
    #our_reserves_title {
        top: 4% !important;
        right: 10vw;
    }

    #mapContainer {
        direction: ltr !important;
    }
}


.slick-slide img {
    border-radius: 0 !important;
}

.extenderForLargeScreens {
    height: 200px;
}

.stats_num {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}

.our_reserve_text_box .stats_num {
    padding-bottom: 5px;
}

.stats > div {
    padding: 30px 20px;
    position: relative;
    line-height: 14px;
}

.our_reserve_text_box .stats > div {
    padding: 20px 15px;
}

.tiny-text {
    font-size: 12px;
}

.stats > div > h4 {
    font-size: 22px;
}

.seperator {
    width: 5px;
    height: 30%;
    display: block;
    border-left: 1px solid #F99D1C;
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

body.rtl .seperator {
    right: 0;
    left: auto;
    border-left: none;
    border-right: 1px solid #F99D1C;
}

.ecosystems_stats {
    background-image: url("../../images/ecosystems.webp");
    background-size: cover;
    background-position: center;
    min-height: 200px;
    border-radius: 8px;
}

.ecosystems_stats .glass_effect {
    border-radius: 6px;
    margin: 0px 40px;
    padding: 0 1rem;
}

@media (max-width: 850px) {
    .ecosystems_stats .glass_effect {
        margin: 0px;
        padding: 0 1.5rem;

    }
}

.community_stats {
    background-image: url("../../images/community_stats_image.webp");
    background-size: cover;
    background-position: center;
}

.communityContainer {
    position: relative;
}

.community-number-box h3 {
    font-size: 40px;
    font-weight: 700;
}

.community-number-box p {
    text-transform: capitalize;
}

.full_border::after {
    width: 20px;
    height: 20px;
    background: white;
    z-index: 10;
    content: " ";
    display: block;
    right: 0;
    transform: translate(50%, 50%);
    bottom: 0;
    position: absolute;
}

.rectBorder {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid white;
}

/* Define the classes */

.full_border {
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'>    <line x1='0' y1='0' x2='100%' y2='0' stroke='white' stroke-width='2' stroke-dasharray='20 20' /><line x1='100%' y1='0' x2='100%' y2='100%' stroke='%23EF9700' stroke-width='2' stroke-dasharray='20 20' /><line x1='0' y1='100%' x2='100%' y2='100%' stroke='%23EF9700' stroke-width='2' stroke-dasharray='20 20' /> <line x1='0' y1='0' x2='0' y2='100%' stroke='white' stroke-width='2' stroke-dasharray='20 20' /></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

.card.news-card {
    border: none;
    box-shadow: none;
}

body.rtl {
    font-family: 'DIN Next LT Arabic', serif !important;
}

.banner-section {
    margin-top: -81px;
}

.banner-section .btn {
    border-radius: 30px !important;
    padding: 15px 24px;
    font-weight: 400;
    font-size: 14px !important;
}

body.rtl .banner-section .btn {
    font-size: 18px !important;
    line-height: 20px;
    padding-bottom: 20px !important;
}

.btn.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.btn.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn.btn-secondary {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--secondary-light);
    border-color: var(--secondary-light);
    color: white !important;
}

.btn.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
    border-radius: 30px;
}

.btn.btn-outline-primary:hover {
    border-color: var(--primary);
    color: white !important;
    background-color: var(--primary);
}

.btn-primary-link {
    color: var(--primary);
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.read-more-arrow {
    fill: var(--primary) !important;
    padding-bottom: 3px;
}

body.rtl .read-more-arrow {
    padding-bottom: 0;
}

/*--.Main Banner.--*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
    transition: all ease-in-out .3s;
    margin: 0 !important;
}

.slick-slide::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, #09151f00, #00000000), linear-gradient(270deg, #08151f33, #08151f33);
}

.slick-current {
    transform: scale(1);
}

.slide {
    position: relative;
    display: inline-block;
}

.slide .slider-img {
    display: block;
    object-fit: cover;
    height: 100vh;
    width: 100%;
    scale: 115%;
    transform-origin: 50% 50%;
}

.slide-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    left: 50%;
}

.slide-content-2 {
    position: absolute;
    top: 10%;
    left: 6vw;
    color: white;
    z-index: 2;
    text-align: left;
    max-width: 100%;
}

.slide-content-2 img {
    height: 100%;
}

.slide-content h3,
.slide-content-2 h3 {
    font-size: calc(30px + 1.6vw);
    margin: 0 0 10px 0;
    font-weight: bold;
}

.slide-content p,
.slide-content-2 p {
    font-size: calc(16px + 0.4vw);
    max-width: 800px;
    margin: 0 auto;
}

.slide-content .hint {
    font-style: italic;
    font-size: calc(1vw + 0.5vh);
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

body.rtl .mirrorInRTL {
    transform: scaleX(-1);
}

.sliderNavBox {
    text-align: center;
}

.sliderDots {
    display: inline-block;
    position: relative;
    width: 180px;
}

.slick-dots {
    background: unset !important;
    border-radius: 20px;
    width: 100%;
    padding: 8px 12px;
    bottom: -40px;
}

.slide.slick-active img {
    animation: zoom-in-zoom-out-left 10s ease infinite;
}

.slide.slick-active[data-slick-index='3'] img {
    animation: unset;
}

.slick-dots li.slick-active button:before {
    color: white;
}

.slick-dots li button:before {
    color: #95908A;
    opacity: 1;
}

.slick-dots li {
    margin: 0;
    vertical-align: middle;
}

.slick-dots li button:before {
    font-size: 9px;
}

#sliderNavBoxBanner {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
}

/*--.about-authority-section.--*/
.about-authority-section {
    overflow: hidden;
    margin-top: -6.5px;
}

.about-authority-section .row {
    height: 100%;
}

.about-authority-section .col-lg-8,
.about-authority-section .col-lg-4 {
    height: 100%;
}

.about-authority-section img {
    width: 100%;
    height: 100%;
}

.section-title {
    font-weight: 500;
    font-size: 38px;
    text-transform: capitalize;
}

.section-text {
    text-align: justify;
    font-size: 14px;
}

/*--.strategic-pillars-section.--*/
.strategic-pillars-title {
    font-weight: 600;
    padding-bottom: 15px;
}

.pillar-box {
    background-color: #F9F8F8;
    color: #000;
    border-radius: 8px;
    transition: transform 0.3s ease;
    height: 100%;
}

.pillar-box:hover {
    transform: translateY(-10px);
}

.pillar-box img {
    padding-bottom: 10px;
}

.pillar-box h4 {
    font-weight: 600;
    font-size: 20px;
}

.pillar-box p {
    font-size: 14px;
    text-align: justify;
}

/*--.initiatives-section.--*/

.initiatives-section {
    padding: 4rem 0 3rem 0;
    background-color: #F9F8F8;
}

.initiatives-section .card {
    background-color: transparent;
    border: none;
}

/* Tooltip styling */
.tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    /* Black background with some transparency */
    color: #fff;
    /* White text */
    padding: 10px;
    border-radius: 8px;
    /* Rounded borders */
    display: none;
    pointer-events: none;
    /* Prevent mouse interactions with the tooltip */
    z-index: 1000;
    max-width: 200px;
    /* Adjust as needed */
    text-align: left;
    /* Align text to the left */
    font-size: 14px;
    /* Adjust font size as needed */
}

.tooltip img {
    width: 30px;
    /* Adjust logo size as needed */
    height: auto;
    vertical-align: middle;
    /* Align logo vertically with text */
    margin-right: 8px;
    /* Space between logo and text */
}

.tooltip-content {
    display: flex;
    align-items: center;
    /* Align logo and text */
}

.tooltip-content span {
    margin-left: 8px;
    /* Space between logo and text */
}

.reserves-title {
    font-size: clamp(28px, 4vw, 38px);
    font-weight: bold;
    text-transform: capitalize;
}

.text-with-line {
    position: relative;
    padding-left: 20px;
    padding-top: 0.5rem;
    height: 100%;
    min-height: 40px;
    margin: auto;
    font-size: 16px;
}

body.rtl .text-with-line {
    padding-right: 20px;
}

.text-with-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #F99D1C;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

body.rtl .text-with-line::before {
    right: 0;
}

.text-with-circle {
    position: relative;
    padding-left: 25px;
    font-weight: 300;
    font-size: 14px;
}

body.rtl .text-with-circle {
    padding-right: 25px;
}

.reserve-brief {
    font-weight: 300;
    font-size: 14px;
}

.text-with-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 2px solid #F99D1C;
    border-radius: 50%;
    background-color: transparent;
}

body.rtl .text-with-circle::before {
    right: 0;
}

.grid {
    --gap: 2em;
    --line-offset: calc(var(--gap) / 2);
    --line-thickness: 1px;
    --line-color: #F99D1C;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    gap: var(--gap);
    text-align: right !important;
}

.grid-item {
    position: relative;
}

.grid-item::before,
.grid-item::after {
    content: '';
    position: absolute;
    background-color: var(--line-color);
    z-index: 1;
}

.grid-item::after {
    inline-size: 100vw;
    block-size: var(--line-thickness);
    inset-inline-start: 0;
    inset-block-start: calc(var(--line-offset) * -2);
}

.grid-item::before {
    inline-size: var(--line-thickness);
    block-size: 100vh;
    inset-block-start: 0;
    inset-inline-start: calc(var(--line-offset) * -1);
}

#sliderNavBoxCards {
    margin-top: 18px;
}

/*--.News Section.--*/
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#content {
    display: grid;
    grid-gap: 20px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #content {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, minmax(200px, 200px));
        grid-gap: 20px;
        margin: 0 auto;
    }

    .one {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .two {
        grid-column: 3/5;
    }

}

.news-card {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    border: none;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 0;
}

.news-card-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    z-index: 1;
}

.news-card-content {
    color: #fff;
}

.news-card-title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.news-card-date {
    margin: 5px 0 0;
    font-size: 12px;
}

.slide-centers {
    margin:0 auto;
}

.wmax1000 {
    max-width:1000px
}

.map-margins {
    margin-top:calc(-50px - 10vw);
}

.height280 {
    height:280px;
}

.span-middle {
    vertical-align:middle;
    font-size:34px;
}