:root {
    --primary-color: #08182A;
    --secondary-color: #153151;
    --white-color: #ffffff;
    --white-color-op-90: rgba(255, 255, 255, 0.9);
    --soft-white: #F2F4F6;
    --input-placeholder-color: #666;
    --button-color: #6B7FA0;
    --shape-color: #3B5C85;
    --line-height: 1.5rem;
    --title-line-height: 2rem;
    --popins-font-family: 'Poppins';
    --palatino-font-family: 'Palatino';
    --news-aspect-ratio: 4 / 5;
}

body {
    color: var(--secondary-color);
    line-height: var(--line-height);
    font-family: var(--popins-font-family);
    background-color: var(--soft-white);
}

.arabic-version {
    direction: rtl;
}

html {
    scroll-behavior: smooth;
}

html,
body,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-feature-settings: "liga" 1, "kern" 0;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0px;
}

.arabic-version {
    direction: rtl;
}

@media (min-width: 2030px) {
    :root {
        --container-width: 80vw;
    }

    html {
        font-size: 18px;
    }
}

@media (min-width: 1600px) and (max-width: 2030px) {
    :root {
        --container-width: 80vw;
    }

    html {
        font-size: 17px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    :root {
        --container-width: 1140px;
    }
}

@media (max-width:1199.98px) {
    :root {
        --container-width: 960px;
    }

    html {
        font-size: 15px;
    }
}

@media (max-width:991.98px) {
    :root {
        --container-width: 720px;
    }

    html {
        font-size: 15px;
    }
}

@media (max-width:767.98px) {
    :root {
        --container-width: 540px;
    }

}

@media (max-width:575.98px) {
    :root {
        --container-width: 100vw;
    }

}

@media (min-width: 1600px) {

    .container,
    .container-fluid {
        max-width: 80%;
    }

    .container .container,
    .container .container-fluid,
    .container-fluid .container,
    .container-fluid .container-fluid {
        max-width: 100%;
    }
}

h1 {
    font-family: var(--palatino-font-family);
    font-size: 3.3rem;
    font-weight: 500;
}

h2 {
    font-family: var(--palatino-font-family);
    font-size: 2.3rem;
    font-weight: 500;
}

h3 {
    font-family: var(--palatino-font-family);
    line-height: var(--title-line-height);
    font-size: 1.8rem;
    font-weight: 600;
}

h4 {
    font-size: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 1rem;
    font-weight: 600;
}

h6 {
    font-size: 1.1rem;
    font-weight: 400;
}
p,
span,
.card-date {
    font-size: .9rem;
    font-weight: 400;
}


a {
    text-decoration: none;
}

/* Popins */
@font-face {
    font-family: 'Poppins';
    src: url('../assets/Fonts/Popins/Poppins-Light.eot');
    src: url('../assets/Fonts/Popins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../assets/Fonts/Popins/Poppins-Light.woff2') format('woff2'),
        url('../assets/Fonts/Popins/Poppins-Light.woff') format('woff'),
        url('../assets/Fonts/Popins/Poppins-Light.ttf') format('truetype'),
        url('../assets/Fonts/Popins/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/Fonts/Popins/Poppins-Bold.eot');
    src: url('../assets/Fonts/Popins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/Fonts/Popins/Poppins-Bold.woff2') format('woff2'),
        url('../assets/Fonts/Popins/Poppins-Bold.woff') format('woff'),
        url('../assets/Fonts/Popins/Poppins-Bold.ttf') format('truetype'),
        url('../assets/Fonts/Popins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/Fonts/Popins/Poppins-Medium.eot');
    src: url('../assets/Fonts/Popins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/Fonts/Popins/Poppins-Medium.woff2') format('woff2'),
        url('../assets/Fonts/Popins/Poppins-Medium.woff') format('woff'),
        url('../assets/Fonts/Popins/Poppins-Medium.ttf') format('truetype'),
        url('../assets/Fonts/Popins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/Fonts/Popins/Poppins-Regular.eot');
    src: url('../assets/Fonts/Popins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/Fonts/Popins/Poppins-Regular.woff2') format('woff2'),
        url('../assets/Fonts/Popins/Poppins-Regular.woff') format('woff'),
        url('../assets/Fonts/Popins/Poppins-Regular.ttf') format('truetype'),
        url('../assets/Fonts/Popins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/Fonts/Popins/Poppins-SemiBold.eot');
    src: url('../assets/Fonts/Popins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/Fonts/Popins/Poppins-SemiBold.woff2') format('woff2'),
        url('../assets/Fonts/Popins/Poppins-SemiBold.woff') format('woff'),
        url('../assets/Fonts/Popins/Poppins-SemiBold.ttf') format('truetype'),
        url('../assets/Fonts/Popins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Palatino */
@font-face {
    font-family: 'Palatino';
    src: url('../assets/Fonts/palatino-roman/Palatino.eot');
    src: url('../assets/Fonts/palatino-roman/Palatino.eot?#iefix') format('embedded-opentype'),
        url('../assets/Fonts/palatino-roman/Palatino.woff2') format('woff2'),
        url('../assets/Fonts/palatino-roman/Palatino.woff') format('woff'),
        url('../assets/Fonts/palatino-roman/Palatino.ttf') format('truetype'),
        url('../assets/Fonts/palatino-roman/Palatino.svg#Palatino') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Global Rules */
/* Text Color */
.text-secondary-color {
    color: var(--secondary-color);
}

/* Aspect Ratio */
.aspect-ratio-16-9 {
    aspect-ratio: 16 / 9;
}
.aspect-ratio-27-9 {
    aspect-ratio: 27 / 9;
}

.aspect-ratio-6-4 {
    aspect-ratio: 6 / 4;
}

/* Webkit box  */
.title-only-1-lines {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1* var(--title-line-height) + 2px);
}

.title-only-2-lines {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(2* var(--title-line-height) + 2px);
}

.title-only-3-lines {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(3* var(--title-line-height) + 2px);
}

.title-only-4-lines {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(4* var(--title-line-height) + 2px);
}

.only-1-lines {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1* var(--line-height) + 2px);
}

.only-2-lines {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(2* var(--line-height) + 2px);
}

.only-3-lines {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(3* var(--line-height) + 2px);
}

.only-4-lines {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(4* var(--line-height) + 2px);
}
.only-5-lines {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(5* var(--line-height) + 2px);
}

.default-image-class {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cover-image-class {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.arabic-version .fa-chevron-left,
.arabic-version .fa-chevron-right {
    transform: scale(-1);
}
.main-title-head {
    font-family: var(--palatino-font-family);
}
/* Main Btn */
.main-btn {
    background-color: var(--button-color);
    border: none;
    color: white;
    padding: 10px 40px;
    border-radius: 0;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    width: fit-content;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: var(--palatino-font-family);
}

.main-btn:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 92, 133, 0.3);
}

/* Hero Section */

.hero-section {
    background-color: var(--primary-color);
    padding: 6rem 2rem;
    height: 60vh;
    display: flex;
    align-items: center;
}

.hero-section h1 {
    color: var(--white-color);
    text-align: center;
    font-size: 3rem;
}

.hero-section .divider {
    display: inline-block;
    width: 2px;
    height: 6rem;
    background-color: var(--white-color);
    margin: 0 1.5rem;
    vertical-align: middle;
}

.hero-section p {
    color: var(--soft-white);
    vertical-align: middle;

}

@media (max-width: 992px) {
    .hero-section .divider {
        transform: rotate(90deg);
    }

    .hero-section p {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section p {
        font-size: 0.875rem;
    }
}



/* Slider With Progress Bar */
.slider-with-progress-bar-section {
    padding-block: 2rem;
}



.slider-with-progress-bar--title {
    color: var(--primary-color);
    padding-bottom: 2rem;
}

.slider-with-progress-bar-main-slider .slick-track {
    display: flex;
    gap: 1rem;
}

.slider-with-progress-bar-main-slider .slick-track::after,
.slider-with-progress-bar-main-slider .slick-track::before {
    display: none;
}

.slider-with-progress-bar--single-slide {
    border-radius: 10px;
    overflow: hidden;
}


.slider-with-progress-bar--single-slide.slick-slide.slick-active {
    display: flex;
    flex-direction: column;
    height: auto;

}



.slider-with-progress-bar--progress {
    overflow: hidden;
    border-radius: 30px;
    display: block;
    height: 4px;
    width: 100%;
    background: #eee;
    position: relative;
}

.slider-with-progress-bar--progress span {
    background: var(--secondary-color);
    height: 100%;
    position: absolute;
    inset-inline-start: 0;
    transition: all 0.3s ease-out;
}

.slider-with-progress-bar--controllers {
    padding-block: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-direction: row-reverse;
    width: 70%;
    margin: auto;
}

@media (max-width: 767.98px) {
    .slider-with-progress-bar--controllers {
        width: 100%;
    }
}

.slider-with-progress-bar--controllers-arrow {
    display: flex;
    gap: 0.75rem;
    min-width: max-content;
    max-width: max-content;
}

.slider-with-progress-bar--controllers-arrow .slick-disabled {
    background-color: var(--button-color);
    pointer-events: none;
}

.slider-with-progress-bar--controllers-arrow span {
    border-radius: unset;
    background-color: var(--secondary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider-with-progress-bar--controllers-arrow span:hover {
    transition: all 0.3s ease-out;
    background: var(--primary-color);
}


@media (max-width: 499px) {


    .slider-with-progress-bar--controllers {
        grid-template-columns: auto 1fr;
    }

    .slider-with-progress-bar--controllers>a {
        grid-column: 1/-1;
    }

    .slider-with-progress-bar--controllers-arrow span {
        width: 45px;
    }
}

.arabic-version .fa-arrow-right,
.arabic-version .fa-arrow-left {
    transform: rotate(180deg);
}

.news-aspect-ratio-4-5 {
    aspect-ratio: var(--news-aspect-ratio);
}
.dotjo-color {
    color: #07ef83 !important;
}
