@import url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

.languageBtn,
.navbar-cutom {
    overflow: hidden;
    position: relative
}

.btn-primary,
.content-pillar .container,
.languageBtn,
.languageBtn span.icon,
.navbar-cutom,
section .container,
section.hero .container {
    position: relative
}

.content-box,
.cp-content-slide-box,
.img-box:before,
.meet-box,
.navbar-cutom:before {
    mix-blend-mode: normal
}

*,
.form-box,
.meet-box {
    box-sizing: border-box
}

@font-face {
    font-family: SFMono;
    src: url('../fonts/majalia/majalla.ttf') format('woff2'), url('../fonts/majalia/majallab.ttf') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Sakkal Majalla';
    src: url('../fonts/majalia/SakkalMajalla.woff') format('woff2'), url('../fonts/majalia/SakkalMajalla.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Sakkal Majalla';
    src: url('../fonts/majalia/SakkalMajalla-Bold.woff') format('woff2'), url('../fonts/majalia/SakkalMajalla-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --font-family-english: 'Sakkal Majalla';
    --font-family-arabic: 'Sakkal Majalla';
    --body-font-Arabic: 'Sakkal Majalla';
    --body-font-english: "Inter", sans-serif;
    --bg-primary-gradient: radial-gradient(185.3% 158.92% at 50% -19.81%, #AC75FF 0%, #1F1743 84.13%);
    --bg-cta-gradient: radial-gradient(131.35% 286.45% at -15.39% -69.91%, #AC75FF 0%, #1F1743 100%);
    --bg-nav-btns: #1F174366;
    --text-primary-gradient: linear-gradient(181.53deg, #AC75FF 3.84%, rgba(1, 71, 255, 0) 118.37%);
    --base-color-primary: #1F1743;
    --base-color-secondary: #AC75FF;
    --txt-color: #525252;
    --border-color: #DEDEE0;
    --header-space: 0
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

li,
ul {
    list-style: none
}

hr {
    border: 0;
    border-top: 1px solid #f3f6f7;
    margin: 15px 0
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    color: inherit;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-style: normal;
    background: #fff;
    font-family: var(--font-family-english)
}

.languageBtn span.lang,
.navbar-nav a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-family-english)
}

.themeSlideBtn button.btn,
section.hero,
section.meet,
section.overview,
section.themes {
    background-position: center
}

textarea {
    resize: none;
    line-height: 18px;
    font-family: var(--font-family-english);
    padding: 10px
}

.copyright p,
.moreText ul p,
figure,
section.overview .moreText p {
    margin: 0
}

.dnone {
    display: none !important
}

body {
    background-color: #04414f;
    font-family: var(--font-family-english)
}

.navbar-cutom {
    width: 1370px;
    margin: 34px auto 0;
    background-color: transparent;
    height: 67px;
    border-radius: 34px;
    padding: 0 ;
}

.navbar-cutom:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    background: radial-gradient(100% 100% at 0 50.75%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .092) 48.08%, rgba(255, 255, 255, 0) 100%);
    background-blend-mode: plus-lighter;
    filter: blur(2px);
    backdrop-filter: blur(23.65px);
    border-radius: 33.5px;
    transform: rotate(-180deg)
}

.btn.btn-primary:before,
.languageBtn:before,
.meet-box:before {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#fff, transparent);
    transition: .5s ease-in-out;
    opacity: .5;
    content: ""
}

.navbar-nav {
    gap: 63px
}

.navbar-nav a {
    line-height: auto;
    text-transform: uppercase;
    transition: .3s ease-in-out
}

.navbar-nav a:focus,
.navbar-nav a:hover,
ul.legal li a:focus,
ul.legal li a:hover {
    color: #fff;
    text-shadow: 0 3px 5px #fff
}

.languageBtn {
    width: 83px;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 18.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.languageBtn span.lang {
    position: relative;
    top: 1px
}

.languageBtn span.icon {
    top: -1px
}

.languageBtn:before,
.meet-box:before {
    position: absolute;
    transform: translateX(100%)
}

.counter-animation-box .icon,
ul.infolist li span.icon {
    background-image: url(../images/icon-bg.svg);
    background-size: cover;
    overflow: hidden
}

.languageBtn:hover::before {
    transition: .5s ease-in-out;
    transform: translateX(-100%)
}

.btn-primary {
    background: linear-gradient(270deg, #4080ab, #f6ae2d);
    height: 62px;
    display: inline-flex;
    min-width: 282px;
    border-radius: 50px;
    font-family: var(--font-family-english);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    border: 1px solid #fff;
    overflow: hidden
}

.btn.btn-primary:hover {
    border-color: #ccc
}

.btn.btn-primary:before {
    position: absolute;
    transform: translateX(100%);
    left: 0;
    top: 0
}

.btn.btn-primary:hover:before,
.meet-box:hover:before {
    transform: translateX(-100%)
}

.btn span.icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    right: -1px;
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -1px 0 0;
    overflow: hidden
}

@keyframes arrowMove {
    0% {
        transform: translateX(-50px);
        opacity: .5;
        filter: drop-shadow(0px 0px 0px #d5d5d53b)
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        filter: drop-shadow(39px 0px 0px #d5d5d53b)
    }
}

@keyframes arrowMoveArabic {
    0% {
        transform: translateX(50px);
        opacity: .5;
        filter: drop-shadow(0px 0px 0px #d5d5d53b)
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        filter: drop-shadow(-39px 0px 0px #d5d5d53b)
    }
}

.btn-primary:hover span.icon svg {
    animation: 1.8s arrowMove
}

html[lang=ar] .btn-primary:hover span.icon svg {
    animation: 1.8s arrowMoveArabic
}

html[lang=ar] .btn span.icon {
    margin: 0 0 0 -1.5px
}

.btn span.text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(100% - 65px);
    position: relative;
    top: 3px
}

html[lang=ar] .btn span.text {
    top: 0
}

section.hero {
    padding: 175px 0 120px;
    position: relative;
    top: -102px;
    background-color: #023d4b;
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    max-height: 726px;
    margin-bottom: -102px
}

section.hero .container:after {
    content: "";
    width: 238px;
    height: 238px;
    background-image: url(../images/circle.svg);
    position: absolute;
    bottom: 20px;
    right: 100px;
    background-size: 160%;
    background-position: center
}

.content-logo {
    margin: 0 0 39px
}

ul.infolist {
    padding: 0;
    margin: 0 0 43px
}

ul.infolist li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-bottom: 8px
}

ul.infolist li span.icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

ul.infolist li span.text {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px
}

.leftBox h4 {
    font-family: var(--font-family-english);
    font-weight: 700;
    font-size: 46px;
    color: #fff
}

.leftBox h1 {
    font-family: var(--font-family-english);
    font-weight: 700;
    font-size: 121px;
    color: #fff;
    line-height: 63%;
    margin-bottom: 36px
}

.dateBox .dateNumber,
.dateBox .month,
.rightBox h4,
.rightBox h5,
section.overview .btn {
    line-height: 100%;
    color: #fff
}

.leftBox h1 span {
    display: block;
    text-align: left;
    margin-bottom: 7px
}

.leftBox h1 span:nth-child(2) {
    text-indent: 6.6rem
}

.leftBox h1 span:nth-child(3) {
    text-indent: 19.7rem
}

.btnbox {
    width: calc(100% + 80px)
}

.textBox {
    margin-bottom: 45px
}

.rightBox h4 {
    font-family: var(--font-family-english);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 18px;
    text-align: end
}

.mobile .title-bottom-box p,
.rightBox h5,
section.overview p {
    font-family: var(--body-font-english)
}

.rightBox h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: end
}

.dateBox {
    background: linear-gradient(45deg, #4080ab, #59a694);
    width: 146px;
    height: 106px;
    border: 1px solid #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.underline,
section.overview .btn:hover .down-border {
    width: 100%
}

.dateBox .dateNumber {
    font-family: var(--font-family-english);
    font-weight: 700;
    font-size: 61px
}

.dateBox .month {
    font-family: var(--font-family-english);
    font-weight: 400;
    font-size: 18px
}

section.overview {
    background-color: #0a3e50;
    background-image: url(../images/overview-bg.png);
    background-size: cover;
    min-height: 695px
}

section.overview .content {
    padding: 52px 0 104px;
    position: relative
}

section.overview .down-dvdr,
section.overviewSec .down-dvdr,
section.themes .down-dvdr {
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
    bottom: -8px
}

section.overview h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 61px
}

section.overview p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    max-width: 549px;
    margin-bottom: 42px
}

section.overview .moreText {
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s
}

section.overview .moreText.show {
    max-height: 1500px
}

.moreText ul {
    padding: 0;
    margin: 0 0 40px
}

.moreText ul li {
    position: relative;
    padding-left: 20px
}

.moreText ul li:before {
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 7px
}

.counter-animation {
    display: flex;
    max-width: 553px;
    gap: 52px
}

.counter-animation .dvdr {
    width: 3px;
    min-height: 128px;
    background-color: #fff
}

.counter-animation-box .icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px
}

.counter-animation-box h1 {
    font-size: 61px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 9px;
    line-height: 41px
}

.counter-animation-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 11px
}

section.overview .btn {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    height: 23px;
    padding: 0
}

section.overview .btn:hover {
    color: #fff
}

.underline {
    height: .5px;
    background-color: #fff;
    position: absolute;
    bottom: -10px
}

.content-box .top-line,
.down-border {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    transition: .5s ease-in-out
}

.down-border {
    width: 31px;
    bottom: -10px;
    z-index: 1
}

.content-box {
    background: linear-gradient(78.01deg, #3ead9a 1%, #3a75aa 50.16%, #0a5463 99.32%);
    box-shadow: 0 0 4px rgba(64, 64, 64, .25);
    backdrop-filter: blur(6.8px);
    border-radius: 16px;
    max-width: 578px;
    height: 270px;
    padding: 55px 44px;
    position: relative;
    transform: scale(1);
    transition: .5s ease-in-out
}

.content-box:hover {
    transform: scale(1.03);
    transition: .5s ease-in-out
}

.content-box .top-line {
    width: calc(100% - 88px);
    top: -1.5px;
    left: 44px
}

.theme-slide-card:after,
.theme-slide-card:before {
    content: "";
    width: 84%;
    height: 3px;
    position: absolute;
    background: #f6ae2d;
    left: 8%
}

.content-box:hover .top-line {
    width: 90%;
    left: 5%
}

.content-box .icon {
    margin-bottom: 23px
}

.content-box h4 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    line-height: 14px;
    position: relative;
    margin-bottom: 28px
}

.content-box p.content-box-para,
.over-box .content p {
    font-family: var(--body-font-english);
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 17px
}

.contact-box h3,
.over-box .content h4,
.title-bottom-box h3,
section.themes .title h2 {
    line-height: 29px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

section.themes {
    background-image: url(../images/themes-bg.png);
    background-size: cover
}

section.themes .theme-content {
    padding: 94px 0 98px;
    position: relative
}

section.themes .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px
}

.meet-flex,
.themeSlideBtn {
    align-items: center;
    display: flex
}

.themeSlideBtn {
    justify-content: center;
    gap: 11px
}

.themeSlideBtn button.btn {
    background-image: url(../images/slide-btn-bg.png);
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background-size: cover;
    transform: scale(1);
    transition: .5s ease-in-out
}

@keyframes pulse-gradient {

    0%,
    100% {
        background-size: 100% 100%
    }

    50% {
        background-size: 120% 120%
    }
}

.cp-slider-btn button.btn:hover,
.themeSlideBtn button.btn:hover,
.speaker-top-slider button:hover,
.slider-btns button:hover,
.speakerPopup button.f-button.is-close-btn:hover,
.speakerPopup .slider-btns button:hover,
#partnersModal .modal-dialog .modal-content .modal-body .modal-header button.btn-close:hover {
    animation: 1s infinite pulse-gradient;
    background: radial-gradient(90deg, #dcab4a, #d1bc83, #dcab4a);
    background-size: 200% 200%;
    transform: scale(1.05);
    transition: .5s ease-in-out
}

.theme-slider {
    margin-left: -10px
}

.theme-slider .slick-slide {
    margin: 0 5px
}

.theme-main-slide-card {
    position: relative;
    overflow: hidden;
    padding: 11.5px 0 1.5px 10px
}

.theme-slide-card:before {
    top: -1.8px;
    z-index: 1
}

.theme-slide-card:after {
    bottom: -2px;
    z-index: 0;
    transition: .5s ease-in-out
}

.theme-slide-card:hover:after {
    height: 0
}

.theme-slide-card .over-box:after,
.theme-slide-card .over-box:before {
    width: 84%;
    height: 3px;
    left: 8%;
    background: #f6ae2d;
    z-index: 0;
    content: ""
}

.theme-slide-card {
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative
}

.img-box,
.over-box {
    border-radius: 20px;
    width: 100%
}

.img-box {
    height: 100%;
    position: relative;
    overflow: hidden
}

img.theme-slide-img {
    width: calc(100% + 10px);
    height: calc(100% + 10px)
}

.title-bottom-box {
    position: absolute;
    bottom: 0;
    background: #08525feb;
    width: 100%;
    height: 97px;
    padding: 27px 19px
}

.title-bottom-box h3 {
    text-align: center;
    max-width: 224px
}

.over-box {
    position: absolute;
    top: -10px;
    height: 100%;
    background: #256c7a;
    left: -10px;
    border: 1px solid #fff;
    background-image: linear-gradient(0deg, #3ead9a 1%, #3a75aa 50.16%, #0a5463 99.32%);
    background-blend-mode: lighten;
    box-shadow: inset 5px 5px 0 0 #1b1b1b2e
}

.over-box .content {
    padding: 42px;
    background-image: url(../images/over-theme-slide-bg.png);
    height: 100%;
    background-size: 104%;
    background-position: bottom;
    background-repeat: no-repeat
}

.over-box .content .icon {
    margin-bottom: 15px
}

.over-box .content h4 {
    max-width: 224px;
    position: relative;
    margin-bottom: 27px
}

.theme-slide-card .over-box {
    height: 100%;
    border: 0 solid transparent;
    transform: translateX(-101%);
    transition: .5s ease-in-out;
    left: -10px;
    top: -10px;
    width: 100%;
    z-index: 2
}

.theme-slide-card .over-box:before {
    top: -2px;
    position: absolute
}

.theme-slide-card .over-box:after {
    bottom: -1.9px;
    position: absolute
}

.theme-slide-card:hover .over-box {
    height: 100%;
    border: 1px solid #fff;
    transform: translateX(1%);
    left: -10px;
    top: -10px;
    width: 100%
}

.img-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: 2;
    background: linear-gradient(195.66deg, #3eaa9b 0, #33709f 47.6%, #0c5667 100%);
    border-radius: 16px;
    transform: rotate(-180deg)
}

.theme-slide-card .img-box:before {
    transition: .5s ease-in-out;
    transform: translateY(0);
    height: 0
}

.theme-slide-card:hover .img-box:before {
    transform: translateY(0);
    height: 100%
}

.mobile .theme-slide-card {
    height: 657px
}

.mobile .thumbnail-slide {
    height: 370px;
    width: 100%
}

.mobile .thumbnail-slide .theme-slide-img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.mobile .title-bottom-box {
    height: 285px;
    background: linear-gradient(195.66deg, #3eaa9b 0, #33709f 47.6%, #0c5667 100%);
    mix-blend-mode: normal;
    border-radius: 0;
    position: relative;
    padding: 55px 20px
}

.mobile .title-bottom-box h3 {
    position: relative;
    margin-bottom: 52px;
    font-size: 45px;
    line-height: 39px;
    max-width: 100%
}

.mobile .title-bottom-box:before {
    content: "";
    width: 84%;
    height: 5px;
    top: -3px;
    position: absolute;
    background: #f6ae2d;
    left: 8%;
    z-index: 0
}

.mobile .theme-slide-card:hover .img-box:before {
    display: none
}

.mobile .title-bottom-box h3 .down-border {
    left: calc(50% - 16px);
    bottom: -21px
}

.mobile .title-bottom-box p {
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.meet-and-cp {
    width: 100%;
    overflow: hidden
}

section.meet {
    background-image: url(../images/meet-bg.png);
    background-size: cover;
    min-height: 810px
}

section.meet .meet-content {
    padding: 102px 0
}

section.meet h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 37px
}

.cp-content h4,
.meet-flex h5,
section.meet p {
    font-family: var(--body-font-english);
    font-weight: 300;
    line-height: 17px
}

section.meet p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 64px
}

.meet-box {
    background: linear-gradient(88.14deg, #3eaa9b 1.84%, #3a75aa 50.44%, #0e5768 99.51%);
    border: .5px solid rgba(255, 255, 255, .73);
    box-shadow: 0 0 4px rgba(76, 76, 76, .25);
    border-radius: 16px;
    margin-bottom: 29px;
    position: relative;
    overflow: hidden
}

.cp-content-slide-box,
.form-box:before {
    box-shadow: 0 0 4px rgba(255, 255, 255, .25), inset 0 0 4px rgba(255, 255, 255, .25);
    backdrop-filter: blur(4.9px)
}

.meet-flex {
    justify-content: flex-start;
    height: 73px;
    padding: 22px 31px 22px 43px;
    gap: 21px
}

.meet-flex h5 {
    margin: 0;
    font-size: 15px;
    color: #fff
}

.content-pillar {
    position: relative;
    /* background-image: url(../images/cp-bg.png); */
    background-image: url(../images/cp-english-bg.png);
    background-size: cover;
    background-position: bottom;
    min-height: 1312px
}

html[lang='ar'] .content-pillar {
    background-image: url(../images/cp-arabic-bg.png);
}

.content-pillar .cp-content {
    background: linear-gradient(257deg, #f6ae2d 4.26%, rgba(246, 174, 45, 0) 91.97%);
    border-radius: 16px;
    min-height: 518px;
    background-color: #fff;
    top: -188px;
    position: relative;
    width: 100%;
    padding: 81px 72px 0 44px;
    margin-bottom: -50px
}

.content-pillar .cp-content:after {
    content: "";
    width: 238px;
    height: 238px;
    background-image: url(../images/circle.png);
    position: absolute;
    background-size: 160%;
    background-position: center;
    z-index: 5;
    right: -140px;
    bottom: -111px
}

.cp-slider-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px
}

.contact-left-box,
.time-block {
    flex-direction: column;
    display: flex
}

.cp-slider-btn .btn {
    background-image: url(../images/cp-slide-btn-bg.png);
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: .5s ease-in-out
}

.cp-content-slide-box:before,
.cp-image-slide-box:before {
    content: "";
    width: 88%;
    height: 3px;
    background-color: #08525f;
    position: absolute;
    left: 6%;
    top: -1.5px
}

.cp-content h4 {
    margin: 0 0 19px;
    font-size: 18px;
    color: #08525f
}

.cp-content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    color: #08525f;
    text-transform: uppercase;
    margin-bottom: 46px
}

.cp-content-slide-box p,
.cp-slider .item ul li,
.cp-slider .item-mobile ul li {
    font-size: 15px;
    font-weight: 300;
    color: #08525f;
    line-height: 17px;
    font-family: var(--body-font-english)
}

.cp-content-slide-box {
    left: -26px;
    padding: 30px 70px;
    position: absolute;
    width: 578px;
    height: 247px;
    background: rgba(255, 255, 255, .23);
    border-radius: 16px;
    z-index: 2
}

.cp-content-slide-box p {
    margin: 0 0 14px
}

.cp-content-slide-box .btn.btn-read, .cp-mobile-content .btn.btn-read {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #08525F;
    padding: 0 0 9px;
    position: relative;
}

.cp-content-slide-box .btn.btn-read .down-line, .cp-mobile-content .btn.btn-read .down-line {
    height: 3px;
    width: 100%;
    display: block;
    border-bottom: 0.5px solid #08525F;
    position: relative;
    top: 6px;
}

.cp-content-slide-box .btn.btn-read .down-line:before, .cp-mobile-content .btn.btn-read .down-line:before {
    content: "";
    width: 31px;
    height: 3px;
    background: #F6AE2D;
    position: absolute;
    left: 0;
    border: 0;
}

.cp-slider .item ul,
.cp-slider .item-mobile ul {
    margin: 0;
    padding: 0
}

.cp-slider .item ul li,
.cp-slider .item-mobile ul li {
    margin: 0 0 5px 15px;
    position: relative
}

.cp-slider .item ul li:before,
.cp-slider .item-mobile ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    background: #08525f;
    border-radius: 50%;
    top: 5px
}

.cp-image-slide-box {
    position: relative;
    left: 20px;
    z-index: 1;
    height: 297px;
    width: 578px;
    border-radius: 10px
}

.cp-img-box img,
.map-box {
    border-radius: 16px
}

.cp-image-slide-box .cp-slider,
.map-box iframe {
    border-radius: 16px;
    overflow: hidden
}

.cp-image-slide-box:before {
    z-index: 2
}

.digit-strip,
.event-box h4,
.form-box,
.form-box form,
.map-box {
    position: relative
}

.cp-img-box {
    height: 100%
}

.content-pillar .down-dvdr {
    position: relative;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d
}

.map-box:after,
.map-box:before {
    width: 88%;
    height: 3px;
    background-color: #f6ae2d;
    left: 6%;
    z-index: 2;
    position: absolute;
    content: ""
}

.contact-box {
    padding: 93px 0
}

.event-box .icon {
    margin-bottom: 14px
}

.event-box h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 42px
}

.event-box p {
    margin: 0 0 55px;
    font-family: var(--body-font-english);
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 17px
}

.event-box p a {
    color: inherit
}

.event-box p a:hover {
    color: #fff;
    text-shadow: 0 3px 5px #fff;
}

.map-box {
    width: 100%;
    height: 297px
}

.contact-left-box {
    justify-content: space-between;
    height: 100%
}

.map-box:before {
    top: -1.5px
}

.map-box:after {
    top: auto;
    bottom: -1.5px
}

.form-box,
.form-box:before {
    height: 100%;
    mix-blend-mode: normal
}

.form-box {
    background: linear-gradient(88.14deg, #3eaa9b 1.84%, #3a75aa 50.44%, #0e5768 99.51%);
    border: .5px solid rgba(255, 255, 255, .73);
    box-shadow: 0 0 4px rgba(76, 76, 76, .25);
    border-radius: 16px;
    padding: 27px 34px
}

.form-box:before {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .23);
    border-radius: 16px;
    content: "";
    left: 0;
    top: 0;
    z-index: 0
}

.form-box form {
    z-index: 1
}

.form-box .feild-set {
    margin-bottom: 112px
}

.form-box input.form-control {
    background: 0 0;
    border: 0;
    font-family: var(--body-font-english);
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    margin-bottom: 33.32px;
    padding: 0 0 10px;
    box-shadow: 0 0
}

.form-box input::placeholder {
    color: #fff
}

.form-box .btnbox {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 81px
}

.counter-box {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 16px;
    background: linear-gradient(45deg, #4080ab, #59a694);
    height: 106px
}

.counter {
    display: flex;
    align-items: center;
    justify-content: end
}

.counter-box h4 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 35.31px;
    line-height: 100%;
    color: #fff;
    text-align: left
}

.timer-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    padding: 0 29px
}

.time-block {
    align-items: center
}

.digit-row {
    display: flex
}

.digit-container {
    width: 24px;
    height: 61px;
    overflow: hidden;
    margin: 0 2px
}

.digit-strip {
    transition: transform .5s ease-in-out;
    color: #fff
}

.digit-strip span {
    display: block;
    font-family: var(--font-family-english);
    font-weight: 700;
    font-size: 61px;
    color: #fff;
    line-height: 100%
}

.explore h4,
.theApp h4 {
    font-family: var(--font-family-english);
    font-size: 28px;
    line-height: 38.2px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase
}

.time-block .label {
    margin-top: 0;
    font-family: var(--font-family-english);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase
}

footer {
    padding-top: 49px;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: top
}

.explore h4 {
    margin-bottom: 14px
}

.theApp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 51px
}

.theApp ul li a,
ul.legal li a {
    font-family: var(--body-font-english);
    font-size: 16px;
    font-weight: 400;
    color: #fff
}
.theApp ul li a:hover {
    color: #fff;
    text-shadow: 0 3px 5px #fff;
}

ul.footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 40px
}

.copyright,
ul.legal {
    align-items: center;
    display: flex
}

ul.footer-nav li {
    width: 50%
}

ul.footer-nav li a {
    font-family: var(--body-font-english);
    font-weight: 400;
    font-size: 16px;
    line-height: 34.8px;
    color: #fff
}

hr.footer-hr {
    border: 1px solid #fff
}

.copyright {
    font-family: var(--body-font-english);
    font-size: 16px;
    font-weight: 400;
    line-height: 34.8px;
    color: #fff;
    justify-content: space-between;
    padding: 0 0 20px
}

ul.legal {
    padding: 0;
    margin: 0;
    gap: 15px
}

section.overviewSec .container {
    padding: 5rem 0
}

section.overviewSec h4.secHeading {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

section.overviewSec p {
    font-size: 26px;
    color: #fff;
    line-height: 28px
}

section.overviewSec ol li {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    font-family: var(--body-font-english);
    font-weight: 300;
    list-style: auto;
    margin-bottom: 15px
}

.backToTop {
    position: fixed;
    right: -300px;
    bottom: 60%;
    z-index: 200;
    background-color: var(--base-color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 50px 0 0 50px
}

.backToTop:hover {
    color: #fff
}

.backToTop.show {
    right: -140px
}

.backToTop.show:hover {
    right: 0
}

.backToTop i {
    font-size: 50px;
    margin-right: 20px
}

.backToTop span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

/* featured speaker section */
.featured-section {
    padding: 87px 0 112px;
}

.featured-section h3 {/* FEATURED SPEAKERS */
    font-family: 'Sakkal Majalla';
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 68px;
}

.featured-section .btnbox {
    padding-top: 94px;
}
/* featured speaker section */

/* Featured Partners Section */
.featured-partner {
    padding: 95px 0 0;
    background-image: url(../images/featured-partners-english-bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

html[lang='ar'] .featured-partner {
    background-image: url(../images/featured-partners-arabic-bg.png);
}

.partners-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 70px;
}
html[lang='ar'] .partners-box h3 {
    font-family: 'Sakkal Majalla';
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
}

.partners-box figure.imgBox {
    margin: 0 auto 70px;
    max-width: 736px;
}

.featured-partner .down-dvdr {
    position: relative;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
}

.partners-slider-extend {
    margin-bottom: 105px;
    overflow-x: hidden;
}

.partners-slider-extend .partners-slider {
    margin-bottom: 70px;
}
.partners-slider-extend .partners-slider button.slick-arrow {
    display: none !important;
}
.partners-slider-extend .partners-slider {
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 0.5px solid rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 4px rgba(76, 76, 76, 0.25);
    box-sizing: border-box;
    height: 149px;
    padding: 12px 0;
}
.partners-slider-extend .partners-slider .slick-track .slick-slide {
    margin: 0 5.5px;
}
.partners-slider-extend .partners-slider .item {
    width: 201px;
    height: 125px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 0.5px solid rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 4px rgba(76, 76, 76, 0.25);
    border-radius: 16px;
    margin: 0 6px;
}
.partners-slider-extend .partners-slider .item .partners-slide-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.partners-slider-extend .partners-slider:before {
    content: "";
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    bottom: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
    max-width: 952px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}

.partners-slider-extend .partners-slider:after {
    content: "";
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    top: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
    max-width: 952px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}

/* Featured Partners Section */

/* speaker Page */
section.hero-speaker {
    height: 100%;
    background-image: url(../images/hero-speaker-english-bg.png);
    background-position: left bottom;
    background-size: cover;
    padding-top: 0;
    position: relative;
    top: -102px;
    margin-bottom: -102px;
}
section.hero-speaker .container {
    position: relative;
    display: flex;
    align-items: start;
    min-height: 750px;
    padding-top: 182px;
    padding-bottom: 101px;
}

section.hero-speaker .down-dvdr {
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
    bottom: 14px;
}
.slick-slide.slick-current.slick-active.slick-center {
    padding: 2px 0;
}

.slick-slide.slick-current.slick-active.slick-center figure.speaker-img {
    width: 278px;
    height: 278px;
}

.speaker-top-slider .slick-track {
    padding-top: 80px;
}
.speaker-top-slider .slick-slide.slick-current.slick-active.slick-center .item {transform: scale(1);
    opacity: 1;
    top: -30px;
    position: relative;
}
.speaker-top-slider .slick-slide.slick-current.slick-active.slick-center .item .speaker-info {display: block;}
.speaker-top-slider .slick-slide .item {
    transform: scale(1);
    opacity: 1;
}
.speaker-top-slider .slick-slide .item .speaker-info {
    display: none;
}
.speaker-top-slider button.slick-arrow {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    color: transparent;
    position: absolute;
    top: 25%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    /* left: 0; */
    background-color: transparent;
    background-image: url(../images/slide-btn-bg.png);
    background-size: cover;
    border: 0;
}
.speaker-top-slider button.slick-arrow:before {
    content: "";
    background-image: url(data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.35147 4.62171C8.91385 4.19553 8.20432 4.19553 7.7667 4.62171L1.04308 11.1695C0.605455 11.5956 0.605455 12.2866 1.04308 12.7128L7.7667 19.2605C8.20433 19.6867 8.91385 19.6867 9.35147 19.2605C9.7891 18.8344 9.7891 18.1434 9.35147 17.7172L4.54084 13.0324L22.0063 13.0324C22.6252 13.0324 23.1269 12.5438 23.1269 11.9411C23.1269 11.3384 22.6252 10.8498 22.0063 10.8498L4.54084 10.8498L9.35147 6.16503C9.7891 5.73885 9.7891 5.04789 9.35147 4.62171Z" fill="white"/></svg>);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.speaker-top-slider button.slick-prev {
    left: 0;
}
.speaker-top-slider button.slick-next {
    right: 0;
}


.speaker-top-slider button.slick-prev:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.35147 4.62171C8.91385 4.19553 8.20432 4.19553 7.7667 4.62171L1.04308 11.1695C0.605455 11.5956 0.605455 12.2866 1.04308 12.7128L7.7667 19.2605C8.20433 19.6867 8.91385 19.6867 9.35147 19.2605C9.7891 18.8344 9.7891 18.1434 9.35147 17.7172L4.54084 13.0324L22.0063 13.0324C22.6252 13.0324 23.1269 12.5438 23.1269 11.9411C23.1269 11.3384 22.6252 10.8498 22.0063 10.8498L4.54084 10.8498L9.35147 6.16503C9.7891 5.73885 9.7891 5.04789 9.35147 4.62171Z" fill="white"/></svg>');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}

.speaker-top-slider button.slick-next:before {
    content: "";
    right: 0;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.7486 4.62171C15.1862 4.19553 15.8958 4.19553 16.3334 4.62171L23.057 11.1695C23.4946 11.5956 23.4946 12.2866 23.057 12.7128L16.3334 19.2605C15.8958 19.6867 15.1862 19.6867 14.7486 19.2605C14.311 18.8344 14.311 18.1434 14.7486 17.7172L19.5593 13.0324L2.09377 13.0324C1.47487 13.0324 0.973162 12.5438 0.973162 11.9411C0.973162 11.3384 1.47487 10.8498 2.09377 10.8498L19.5593 10.8498L14.7486 6.16503C14.311 5.73885 14.311 5.04789 14.7486 4.62171Z" fill="white"/></svg>');
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
}
.speaker-top-slider .slick-list {
    width: 836px;
    margin: 0 auto;
}

section.hero-speaker h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-transform: uppercase;
}

.speaker-top-slider {margin-bottom: 0px;}

.speaker-info {}

.speaker-info h4 {font-size: 30px;font-weight: normal;line-height: 30px;color: #fff;margin-bottom: 19px;}

.speaker-info h3 {
    font-family: var(--font-family-english);
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 41px;
}

.speaker-info h3 .down-border {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    transition: .5s ease-in-out;
    left: calc(50% - 15px);
    width: 31px;
    top: 46px;
}

.speaker-info h5 {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
}

figure.speaker-img {
    height: 217px;
    width: 217px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 55px;
    position: relative;
}
figure.speaker-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.23);
    mix-blend-mode: normal;
    backdrop-filter: blur(5px);
}
.speaker-top-slider .slick-slide.slick-current.slick-active.slick-center .item figure.speaker-img {
    overflow: unset;
}
.speaker-top-slider .slick-slide.slick-current.slick-active.slick-center .item figure.speaker-img:before {
    background: transparent;
    backdrop-filter: unset;
}
.speaker-top-slider .slick-slide.slick-current.slick-active.slick-center .item figure.speaker-img .top-line {
    top: -1.5px;
    content: "";
    width: 84%;
    height: 3px;
    position: absolute;
    background: #f6ae2d;
    left: 8%;
}
.speaker-top-slider .slick-slide.slick-current.slick-active.slick-center .item figure.speaker-img .bottom-line {
    bottom: -1.5px;
    content: "";
    width: 84%;
    height: 3px;
    position: absolute;
    background: #f6ae2d;
    left: 8%;
}

figure.speaker-img img {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

section.hero-speaker .slider-btns {position: relative;left: 0;width: 168px;top: -16px;}

section.hero-speaker .slider-btns button {background: transparent;}

/* section.hero-speaker .slider-btns button:hover,
.speaker-top-slider button.slick-arrow:hover {background-color: #1F1743;} */
/* 
section.hero-speaker .slider-btns button:focus,
.speaker-top-slider button.slick-arrow:focus {background-color: #AC75FF;border-color: #AC75FF;} */






/* speaker more */
section.speaker-more {
    background-image: url(../images/speaker-more-english-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.speaker-more .down-dvdr {
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
    bottom: 0;
}
section.speaker-more .container {
    padding: 88px 0;
}

section.speaker-more h3 {
    font-family: var(--font-english-objektiv-mk2);
    margin-bottom: 57px;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.speaker-over-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
    max-width: 278px;
    width: 100%;
}
.speaker-over-box .speakers-box {
    background: linear-gradient(78.01deg, #3EAD9A 1%, #3A75AA 50.16%, #0A5463 99.32%);
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: 0.5s ease-in-out;
    border: 1px solid #fff;
    overflow: hidden;
}
.speaker-over-box .speakers-box .top-line {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    top: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 224px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}
/* .speaker-over-box:hover .speakers-box {
    filter: blur(3px);
} */
.speaker-over-box .speakers-box .bottom-line {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    bottom: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 224px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}

.speaker-over-box .speakers-box figure {
    max-width: 278px;
    max-height: 278px;
    width: 100%;
    border-radius: 40px;
    position: relative;
}
.speaker-over-box .speakers-box figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
}
.speaker-over-box .speakers-box figure:after {
    content: "";
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    bottom: -2.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 224px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
    z-index: 333;
}

.speaker-over-box .speakers-box h4 {
    font-size: 30px;
    font-weight: normal;
    font-weight: bold;
    margin: 27px 27px 41px;
    color: #fff;
    position: relative;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    transform-origin: left;
}
.speaker-over-box .speakers-box h4 .down-border {
    bottom: -18px;
}

.speaker-over-box .speakers-box p {
    font-size: 15px;
    line-height: 25px;
    max-width: 222px;
    margin: 0 auto 35px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    transform-origin: left;
}

.speaker-over-box .speakers-box:hover h4, .speaker-over-box .speakers-box:hover p {
    transform: scale(1.1);
    transform-origin: left;
}

.speaker-over {
    height: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    text-align: center;
    z-index: 1;
    background: #1f1743d8;
    transition: 0.5s ease-in-out;
    border-radius: 40px;
    overflow: hidden;
}
/* .speaker-over-box:hover .speaker-over {
    transition: 0.5s ease-in-out;
    top:0;
    height: 100%;
} */

.speaker-over button.btn.btn-transparent {
    border-color: white;
    color: white;
    height: 87px;
    max-width: 271px;
    width: calc(100% - 40px);
    position: relative;
    top: 8rem;
} 
.speaker-over button.btn.btn-transparent:focus {
    background: #AC75FF;
    border-color: #AC75FF;
}


.speaker-over-box {
    position: relative;
    overflow: visible; 
}

.speaker-over {
    position: absolute;
    top: -10px; 
    left: -10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    transform: translate(-20px, -20px) scale(0.96) matrix(-1, 0, 0, 1, 0, 0);
    transition: all 0.45s cubic-bezier(.22,.9,.3,1);
    z-index: 5;
    /* Rectangle 58023 */
    background: rgba(255, 255, 255, 0.23);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25), inset 0px 0px 4px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4.9px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 16px;
    padding: 32px 24px;
    border: 1px solid #fff;
}

.speaker-over button {
    min-width: 230px;
}

.speaker-over-box .speakers-box .btn.btn-simple {
    background: #08525f61;
    width: 100%;
    border-radius: 0 0 16px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}
.speaker-over-box .speakers-box .btn.btn-simple svg {
    margin: 0 0 0 15px;
    position: relative;
    top: -2px;
}

/* .speaker-over button:hover {
    background: #fff;
    color: #000;
} */

.speaker-over-box:hover .speaker-over {
    opacity: 1;
    transform: translate(0,0) scale(1);
    height: 100%;
}


/* popup slider */
#speakerPopupDiv {
    display: none; /* Hide by default */
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
    background: linear-gradient(180deg, #08525F 0%, rgba(2, 61, 75, 0.71) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.speakerPopup .top-line {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    top: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 929px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}


.speakerPopup {
    /* min-height: 650px; */
    max-width: 1178px;
    padding: 41px 40px;
    width: 100%;
    background: linear-gradient(78.01deg, #3EAD9A 1%, #3A75AA 50.16%, #0A5463 99.32%);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(64, 64, 64, 0.25);
    backdrop-filter: blur(6.8px);
    border-radius: 16px;
    border: 1px solid #ffffff;
}



.speakerPopup .slick-slide {
    margin: 0 10px;
}

.speakerPopupInner {}

.speakerPopupInner .introDv {}

.speakerPopupInner .introDv .dp {
    width: 278px;
    height: 278px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 41px;
    position: relative;
}
.speakerPopupInner .introDv .dp .top-line {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    top: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 224px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}
.speakerPopupInner .introDv .dp figure.speakerDp {
    width: 100%;
    height: 100%;
}
.speakerPopupInner .introDv .dp figure.speakerDp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introTxt {}

.introTxt h3 {
    font-size: 32px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 41px;
    position: relative;
}
.introTxt h3 .down-border {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    transition: .5s ease-in-out;
}

.introTxt h5 {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.introTxt h5.country {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #F6AE2D;
    margin-top: 20px;
}

.speakerPopupInner .introDv .content p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.speakerPopup .slider-btns {
    position: relative;
    width: 176px;
    margin: auto 0 auto auto;
    top: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 33;
}

.speakerPopup button.slick-arrow {
    /* display: none !important; */
}
.speaker-prev-popup-btn svg,
.speaker-next-popup-btn svg {
    pointer-events: none;
}

.speakerPopup .slider-btns button {
    border: 0;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s ease-in-out;
    background-image: url(../images/slide-btn-bg.png);
    background-color: transparent;
    background-position: center;
}

.speakerPopup button.f-button.is-close-btn {
    background-image: url(../images/slide-btn-bg.png);
    width: 83px;
    height: 83px;
    background-size: cover;
    transform: scale(1);
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    right: 2.5rem;
    top: 2.5rem;
    opacity: 1 ;
    background-position: center;
    background-color: transparent;
}

button.f-button.is-close-btn svg {
    display: none;
}
button.f-button.is-close-btn:before {
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml,<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.82812 6.92188L14.7188 16H11.0469L6.875 9.375L2.48438 16H0.34375L5.95312 8.07812L0.765625 0H4.4375L7.875 5.60938L11.5312 0H13.6719L8.82812 6.92188Z" fill="white"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.speakerPopup:after {
    content: "";
    width: 238px;
    height: 238px;
    background-image: url(../images/circle.png);
    position: absolute;
    background-size: 160%;
    background-position: center;
    z-index: 5;
    right: -161px;
    top: 128px;
}
.speakerPopup:before {
    content: "";
    width: 238px;
    height: 238px;
    background-image: url(../images/circle.png);
    position: absolute;
    background-size: 160%;
    background-position: center;
    z-index: 5;
    left: -131px;
    bottom: -126px;
}

/* Partners page */
section.hero-partners {
    position: relative;
    top: -101px;
    background-image: url(../images/hero-partners-english-bg.png);
    background-size: cover;
    margin-bottom: -101px;
}

section.hero-partners h3 {
    font-family: 'Sakkal Majalla';
    font-weight: 700;
    font-size: 32px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 37px;
}

section.hero-partners p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 76px;
}

section.hero-partners .down-dvdr {
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
    bottom: -8px;
}

section.hero-partners .container {
    padding: 182px 0 112px;
    min-height: 485px;
}

html[lang="ar"] section.hero-partners button.btn.btn-primary {
    width: 348px;
}


section.founding-partners {
    background-image: url(../images/founding-partners-english-bg.png);
    background-size: cover;
    background-position: bottom center;
}

section.founding-partners .container {
    position: relative;
    padding: 112px 0 44.5px;
}

section.founding-partners .down-dvdr {
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
    bottom: -8px;
}

section.founding-partners .partners-dv:last-child {
    margin-bottom: 126px;
}
.founding-partner-img {
    margin: 0 auto 27.5px;
    max-width: 736px;
}

.partners-dv {
    padding: 81.5px 0;
}
.partners-dv h3 {
    font-family: 'Sakkal Majalla';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 73px;
}

.partners-info-box {
    margin:  0 6.18px;
}

.partners-info-box figure {
    max-width: 225.72px;
    width: 100%;
    height: 140.37px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 0.5px solid rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 4px rgba(76, 76, 76, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5.31px 11.34px;
    margin-bottom: 31.63px;
}

.partners-info-box figure img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.partners-info-box .info-dv {}

.partners-info-box .info-dv h4 {/* Founding Partners */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 49px;
}

.partners-info-box .info-dv h4 .down-border {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    transition: .5s ease-in-out;
    left: calc(50% - 15.5px);
    width: 31px;
    top: 38px;
}

.partners-info-box .info-dv h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

/* partenrs page popup */
#partnersModal .modal-dialog {
    max-width: 1178px;
}
#partnersModal .modal-dialog:after {
    content: "";
    width: 238px;
    height: 238px;
    background-image: url(../images/circle.png);
    position: absolute;
    background-size: 160%;
    background-position: center;
    z-index: 5;
    left: -140px;
    bottom: -111px;
}

#partnersModal .modal-dialog .modal-content {
    background: linear-gradient(78.01deg, #3EAD9A 1%, #3A75AA 50.16%, #0A5463 99.32%);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(64, 64, 64, 0.25);
    backdrop-filter: blur(6.8px);
    border-radius: 16px;
    border: 0.5px solid #fff;
}
html[lang="ar"] #partnersModal .modal-dialog .modal-content {
    background: linear-gradient(-78.01deg, #3EAD9A 1%, #3A75AA 50.16%, #0A5463 99.32%);
}
#partnersModal .modal-dialog .modal-content .modal-body {
    padding: 77px 51px 72px 40px;
}

#partnersModal .modal-dialog .modal-content .modal-body .modal-header {
    border: 0;
    padding: 0;
}

#partnersModal .modal-dialog .modal-content .modal-body .form-box {
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 0;
    border-radius: 0;
    padding: 0;
}

#partnersModal .modal-dialog .modal-content .modal-body .form-box:before {
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 0;
}

#partnersModal .modal-dialog .modal-content .modal-body .modal-header .modal-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 53px;
}

#partnersModal .modal-dialog .modal-content .modal-body .modal-header button.btn-close {
    background-image: url(../images/slide-btn-bg.png);
    width: 83px;
    height: 83px;
    background-size: cover;
    transform: scale(1);
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    right: 41px;
    top: 40px;
    opacity: 1;
    position: absolute;
}
html[lang="ar"] #partnersModal .modal-dialog .modal-content .modal-body .modal-header button.btn-close {
    left: 41px;
    right: auto;
}

#partnersModal .modal-dialog .modal-content .top-line {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    transition: .5s ease-in-out;
    width: calc(100% - 78px);
    top: -1.5px;
    left: 44px;
}

#partnersModal .form-box .btnbox {
    margin-bottom: 0;
}

/* Faq Page Start */
section.frequently {
    /* background-color: #f4f4f4; */
    background-image: url(../images/faq-english-bg.png);
    background-size: cover;
    background-position: top center;
    position: relative;
    top: -101px;
    overflow: hidden;
    margin-bottom: -101px;
}
section.frequently .container {
    padding: 182px 0 80px;
}
section.frequently .down-dvdr {
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
    bottom: -8px;
}
section.frequently h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 81px;
}

section.frequently .accordion-item:last-child .accordion-body {
    border-bottom: 0;
}
section.frequently  .accordion-item:last-child h2.accordion-header button.accordion-button {
    border-bottom: 0;
}

section.faq {
    padding: 118px 0;
    /* background: url(../images/faq-bg.png) right center no-repeat #f4f4f4; */
    /* min-height: 1069px; */
    background-color: #f4f4f4;
}

section.faq h3 {
    padding: 0 88px;
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 50px;
    color: var(--base-color-primary);
    text-transform: uppercase;
}
.accordion-item {
    padding: 0 44px;
    border-bottom: 0;
    transition: 0.3s ease-in-out;
    background: linear-gradient(78.01deg, #3EAD9A 1%, #3A75AA 50.16%, #0A5463 99.32%);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(64, 64, 64, 0.25);
    backdrop-filter: blur(6.8px);
    border-radius: 16px !important;
    margin-bottom: 38px;
}

.accordion-item, .accordion-item.on {
    position: relative;
    border: 1px solid #fff !important;
}

.accordion-item .top-line {
    height: 3px;
    background-color: #f6ae2d;
    position: absolute;
    transition: .5s ease-in-out;
    top: -2.5px;
    width: 92%;
    left: 4%;
    z-index: 33333;
}

.accordion-item h2.accordion-header {
}

.accordion-item h2.accordion-header button.accordion-button {
    background: transparent;
    box-shadow: 0 0 0 0;
    padding: 24px 0px;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.accordion-item h2.accordion-header button.accordion-button .down-border {
    top: 70px;
}
.accordion-item h2.accordion-header button.accordion-button[aria-expanded="true"] .down-border {
    display: block;
}
.accordion-item h2.accordion-header button.accordion-button[aria-expanded="false"] .down-border {
    display: none;
}
.accordion-item h2.accordion-header button.accordion-button[aria-expanded="true"] {
    border-bottom: 0px;
}

.accordion-body {
    padding: 0 0 37px;
    /* border-bottom: 1px solid var(--base-color-primary); */
}

.accordion-body p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}


.accordion-button::after {
    /* background-image: url('data:image/svg+xml,<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.763 9.37413C17.2138 8.92336 17.2138 8.19252 16.763 7.74175L9.83737 0.81613C9.3866 0.365358 8.65575 0.36536 8.20498 0.81613L1.27936 7.74175C0.828592 8.19252 0.828592 8.92336 1.27936 9.37414C1.73013 9.82491 2.46098 9.82491 2.91175 9.37414L7.86691 4.41898L7.86691 22.4092C7.86691 23.0467 8.38369 23.5635 9.02118 23.5635C9.65866 23.5635 10.1754 23.0467 10.1754 22.4092L10.1754 4.41898L15.1306 9.37413C15.5814 9.82491 16.3122 9.82491 16.763 9.37413Z" fill="white"/></svg>'); */
    background-image: url('data:image/svg+xml,<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.279 14.6674C0.828232 15.1181 0.828232 15.849 1.279 16.2998L8.20462 23.2254C8.65539 23.6761 9.38624 23.6761 9.83701 23.2254L16.7626 16.2998C17.2134 15.849 17.2134 15.1181 16.7626 14.6674C16.3119 14.2166 15.581 14.2166 15.1302 14.6674L10.1751 19.6225L10.1751 1.63232C10.1751 0.994835 9.6583 0.478051 9.02082 0.478051C8.38333 0.478051 7.86655 0.994835 7.86655 1.63232L7.86655 19.6225L2.91139 14.6674C2.46062 14.2166 1.72977 14.2166 1.279 14.6674Z" fill="white"/></svg>');
    transition: 0.5s ease-in-out;
    background-size: 15px;
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.279 14.6674C0.828232 15.1181 0.828232 15.849 1.279 16.2998L8.20462 23.2254C8.65539 23.6761 9.38624 23.6761 9.83701 23.2254L16.7626 16.2998C17.2134 15.849 17.2134 15.1181 16.7626 14.6674C16.3119 14.2166 15.581 14.2166 15.1302 14.6674L10.1751 19.6225L10.1751 1.63232C10.1751 0.994835 9.6583 0.478051 9.02082 0.478051C8.38333 0.478051 7.86655 0.994835 7.86655 1.63232L7.86655 19.6225L2.91139 14.6674C2.46062 14.2166 1.72977 14.2166 1.279 14.6674Z" fill="white"/></svg>');
    background-size: 15px;
    transform: rotate(0deg);
}
section.faq a.btn.btn-primary {
    background: transparent;
    width: 406px;
    border-color: var(--base-color-primary);
    color: var(--base-color-primary);
    height: 87px;
    line-height: 2.9;
    font-family: var(--font-english-objektiv-mk1);
    font-size: 18px;
}

section.faq a.btn.btn-primary svg path {fill: #372762;}

section.faq a.btn.btn-primary svg {
    transition: 0.5s ease-in-out;
}

section.faq a.btn.btn-primary:focus {
    color: #fff;
    background-color: var(--base-color-secondary);
    border-color: var(--base-color-secondary);
}

section.faq a.btn.btn-primary:focus svg path {
    fill: #fff;
}

/* Faq Page End */

/* Knowledge Hub */
section.hero-knowledge-hub {
    padding: 184px 0 110px;
    top: -101px;
    position: relative;
    background-image: url(../images/knowledge-hub-english-bg.png);
    background-size: cover;
    margin-bottom: -101px;
    overflow: hidden;
}

section.hero-knowledge-hub:after {
    content: "";
    position: absolute;
    height: 15px;
    background-color: #f6ae2d;
    bottom: -5px;
    width: 74.3%;
    left: 13.15%;
}

section.hero-knowledge-hub .title h3 {
    font-family: 'Sakkal Majalla';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 37px;
}

section.hero-knowledge-hub .title p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 76px;
}

section.hero-knowledge-hub .content-pillar .cp-content {
    top: 0;
    padding: 70px 71px 70px 44px;
    margin-bottom: 0;
}
section.hero-knowledge-hub .content-pillar {background-image: none;min-height: auto;}

section.hero-knowledge-hub .content-pillar .cp-content .cp-slider-btn {
    position: relative;
    top: -50px;
}

section.hero-knowledge-hub .content-pillar .cp-content h4 {
    margin-top: -80px;
}

section.hero-knowledge-hub .content-pillar .cp-content h3 {
    margin-bottom: 26px;
    color: #08525F;
}

section.hero-knowledge-hub .content-pillar .cp-content-slide-box {
    height: 267px;
}

section.hero-knowledge-hub .content-pillar .cp-content-slide-box p {
    color: #08525F;
    margin-bottom: 19px;
}

section.hero-knowledge-hub .content-pillar .cp-content .cp-content-slide-box:after {
    content: "";
    width: 88%;
    height: 3px;
    background-color: #08525f;
    position: absolute;
    left: 6%;
    bottom: -1.5px;
}

section.hero-knowledge-hub .content-pillar .cp-content:after {
    visibility: hidden;
}

.press-releases {
    padding: 75px 0 0;
}
.press-releases {
    padding: 75px 0 0;
}

.press-releases h3 {
/* Mask group *//* PRESS RELEASES */font-family: 'Sakkal Majalla';font-style: normal;font-weight: 700;font-size: 32px;line-height: 45px;display: flex;align-items: center;color: #FFFFFF;margin-bottom: 57px;}

.press-releases .card {
    max-width: 373px;
    height: 377px;
    width: 100%;
    background: transparent;
    border-color: transparent;
}

.press-releases .pr-card {
    width: 100%;
    height: 100%;
    background: rgba(8, 82, 95, 0.26);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(76, 76, 76, 0.25);
    border-radius: 16px;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}

.press-releases .card .top-line {
    width: 87.55%;
    height: 3px;
    background-color: #F6AE2D;
    position: relative;
    top: 0.5px;
    margin: 0 auto;
}

.press-releases .card .bottom-line {
    width: 87.55%;
    height: 3px;
    background-color: #F6AE2D;
    position: relative;
    top: -2.5px;
    margin: 0 auto;
}

.press-releases .pr-card figure {
    height: 100%;
    overflow: hidden;
}

.press-releases .pr-card .pr-info {
    height: 97px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgb(8 82 95 / 97%);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(76, 76, 76, 0.25);
    border-radius: 0px 0px 16px 16px;
    padding: 22px 0 17px;
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.press-releases .card:hover .pr-info {
    opacity: 0;
}

.press-releases .pr-card .pr-info h4 {
    text-align: center;
    font-family: 'Sakkal Majalla';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.press-releases .pr-card-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -15px;
    top: -15px;
    background: rgba(255, 255, 255, 0.23);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25), inset 0px 0px 4px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4.9px);
    border-radius: 16px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translate(-20px, -20px) scale(0.96) matrix(-1, 0, 0, 1, 0, 0);
    transition: all 0.45s cubic-bezier(.22, .9, .3, 1);
    z-index: 5;
    background: rgba(255, 255, 255, 0.23);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25), inset 0px 0px 4px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4.9px);
    border-radius: 16px;
    padding: 32px 24px;
    border: 1px solid #fff;
}

.press-releases .pr-card-hover .top-line {
    position: absolute;
    top: -1.7px;
}

.press-releases .pr-card-hover .bottom-line {
    position: absolute;
    bottom: -1.5px;
    top: auto;
}

.pr-card-hover-info {
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.pr-card-hover-info h4 {/* PRESS RELEASE NAME */
    font-family: 'Sakkal Majalla';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 224px;
    position: relative;
}

.pr-card-hover-info h4 .down-border {
    bottom: -33px;
    left: calc(50% - 15px);
}

.press-releases .card:hover .pr-card-hover {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    height: 100%;
}
/* Knowledge Hub */

/* program page */
.program-full {
    background-color: #033c4b;
}
section.hero-programs {
    position: relative;
    top: -101px;
    background-image: url(../images/hero-partners-english-bg.png);
    background-size: cover;
    margin-bottom: -101px;
}

section.hero-programs h3 {
    font-family: 'Sakkal Majalla';
    font-weight: 700;
    font-size: 32px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 37px;
}

section.hero-programs p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 76px;
}

section.hero-programs .down-dvdr {
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
    bottom: -8px;
}

section.hero-programs .container {
    padding: 182px 0 112px;
    min-height: 485px;
}

html[lang="ar"] section.hero-programs button.btn.btn-primary {
    width: 348px;
}


section.program-list {
    padding: 87px 0 0;
    background-image: url(../images/program-list-english-bg.png);
    background-position: bottom center;
    background-size: cover;
}

.program-tabs .bottom-space {
    height: 87px;
}
.program-tabs .down-dvdr {
    position: relative;
    width: 100%;
    height: 15px;
    background-color: #f6ae2d;
    bottom: -8px;
}

.program-tabs {}

.program-tabs ul.nav {
    padding: 0 0 24px;
    gap: 21px;
    border-bottom: 1px solid #F6AE2D;
    margin-bottom: 25px;
}

.program-tabs ul.nav li.nav-item {}

.program-tabs ul.nav .nav-link {
    border: 1px solid #fff;
    width: 377.89px;
    height: 76.52px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.program-tabs ul.nav .nav-link.active {
    color: #fff;
    border-color: #fff;
    background: linear-gradient(78.01deg, #3EAD9A 1%, #3A75AA 50.16%, #0A5463 99.32%);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(64, 64, 64, 0.25);
    backdrop-filter: blur(6.8px);
}

.program-tabs ul.nav .nav-link.active:before {
    content: "";
    position: absolute;
    width: 77%;
    height: 0px;
    left: 11.5%;
    top: -1.5px;
    border-top: 3px solid #F6AE2D;
}

.timeDv {
    width: 160px;
    margin-right: 25px;
}

.btn.btn-time {
    width: 100%;
    transition: 0.5s ease-in-out;
    height: 42px;
    background: linear-gradient(78.01deg, #3EAD9A 1%, #3A75AA 99.32%);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(64, 64, 64, 0.25);
    backdrop-filter: blur(6.8px);
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    border: 0px;
}

.btn.btn-time svg path {
    fill: #fff;
    transition: fill 0.5s ease-in-out;
}

/* .btn.btn-time:is(:active, :hover) {
    background: linear-gradient(-78.01deg, #3EAD9A 1%, #3A75AA 99.32%);
    transition: 0.5s ease-in-out;
} */

.btn.btn-time:is(:active, :hover) svg path {
    fill: #1F1743;
}

.sessionDv {
    width: calc(100% - 275px);
}

.btn.btn-time svg {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.sessionDv h5 {
    font-size: 16px;
    color: #AC75FF;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: normal;
}
.sessionDv h5.time {
    font-weight: normal;
}

.sessionDv h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 38px;
    position: relative;
}

.sessionDv h3 .down-border {
    bottom: -20px;
}

.sessionDv p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0 0 25px;
}

.sessionDv h4 {
    font-size: 18px;
    color: #AC75FF;
    font-weight: bold;
    margin-bottom: 21px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.sessionDv h4 svg {
    margin-right: 11px;
}

.list-with-images {
    padding: 0 25px;
    gap: 19px;
    margin-bottom: 21px;
}

.list-with-images figure {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.session-info-list {
    position: relative;
    top: -5px;
}

.session-info-list h4.title {
    font-family: var(--font-english-objektiv-mk2);
    font-size: 18px;
    color: #1F1743;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 32px;
    display: flex;
    align-items: center;
}

.session-info-list p.designation {
    font-size: 16px;
    color: #1F1743;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 25px;
}

.session-list-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #F6AE2D;
    margin-bottom: 28px;
}
.session-list-box.last {
    border-bottom: 0; margin-bottom:0;
}
.sessionDv .session-list-box:last-child {border-bottom: 0; margin-bottom:0;}

.lunch-break {
    padding: 0;
    margin-top: -2px;
    margin-bottom: -1px;
    position: relative;
    top: -26px;
    background: linear-gradient(78.01deg, #3EAD9A 1%, #3A75AA 50.16%, #0A5463 99.32%);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 4px rgba(64, 64, 64, 0.25);
    backdrop-filter: blur(6.8px);
}
.lunch-break .session-list-box  {
    padding-top: 49px;
    padding-bottom: 49px;
}

.lunch-break .session-list-box {
    border-bottom: 1px solid #F6AE2D;
    align-items: center;
    margin: 0;
}

.lunch-break .btn.btn-time {
    background: #fff;
    color: #0A3E50;
}

.lunch-break .btn.btn-time svg path {
    fill: #ac75ff;
}

.lunch-break .sessionDv h5.time {
    color: #fff;margin-bottom: 7px;text-align: left;
}
.lunch-break .sessionDv h3 {
    margin: 0;
    color: #fff;
}

/* program list */