@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* global styles start */
:root{
    --white-color: #fff;
    --light-green-color: #8BC630;
    --green-color: #59AA09;
    --black-color: #000;
    --blur-color: #FFFFFF45;
    --gray-color: #444444;
    --light-gray-color: #B2AFAF;
    --light-gray-bg: #f2f2f2;
    --green-gradient: linear-gradient(250.04deg, #52AA00 6.91%, #C3E646 101.33%);
    --main-transition: 0.3s;
    --arabic-font-family: "Beiruti", sans-serif;
    --english-font-family: 'Almarai', sans-serif;
    --english-title-font-family: "Marcellus", serif;
}
body{
    font-family: var(--english-font-family);
    font-size: 18px;
    line-height: 170%;
    background-color: #fcfdff;
}
html,body{
    overflow-x: hidden;
}
*{
    line-height: 170%;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    html {
        font-size: 90%;
    }
    }
    @media (max-width: 500px) {
    html {
        font-size: 80%;
    }
    }
    @media (max-width: 400px) {
    html {
        font-size: 70%;
    }
    }
    @media (max-width: 300px) {
    html {
        font-size: 54%;
    }
}
a{
    text-decoration: none;
    color: inherit;
}
p{
    margin: 0;
}
h1,h2,h3{
    font-family: var(--english-title-font-family);
}
.form-control,
.form-control:focus,
.form-select,
.form-select:focus{
    caret-color: var(--light-green-color-color);
    outline: none;
    box-shadow: none;
    background-color: var(--blur-color);
    color: var(--green-color);
}
.form-select,
.form-select:focus{
    color: var(--black-color);
}
.form-control:focus,
.form-select:focus{
    border-color: var(--light-green-color);
}
.form-select option:hover{
    background-color: var(--light-green-color) !important;
    color: var(--white-color);
}
.form-control::placeholder,
.form-select::placeholder,
input[type="date"]{
    color: var(--gray-color);
}
.form-check-input{
    background-color: var(--blur-color);
    backdrop-filter: blur(50px);
    width: 1.5rem;
    height: 1.5rem;
}
.form-check-input,
.form-check-input:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.form-check-input:checked{
    background-color: var(--orange-color);
}

.choices__item--choice.is-highlighted {
    background-color: var(--light-green-color) !important;
    color: var(--white-color) !important;
}

.padding-section{
    padding: 3.5rem 0;
}
.bg-blur{
    background: #FFFFFF4D;
    backdrop-filter: blur(10px)
}
.w-fit{
    width: fit-content;
}
.text-content p{
    font-size: 1.3rem;
    line-height: 2rem;
}
.text-content li{
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.text-justify{
    text-align: justify;
    hyphens: auto;
}
.text-xs{
    font-size: 12px;
    font-weight: 400;
}
.text-sm{
    font-size: 14px;
    font-weight: 400;
}
.text-green{
    color: var(--green-color);
}
.text-light-green{
    color: var(--light-green-color);
}
.text-gray{
    color: var(--gray-color);
}
.bg-light-green{
    background-color: var(--light-green-color);
}
.bg-light-gray{
    background-color: var(--light-gray-bg);
}
/* global styles end */

/* common elemnts start */
.large-span{
    font-size: 3.5rem;
}

.main-btn {
    background-color: var(--light-green-color);
    color: var(--white-color);
    border-radius: 0.5rem;
    font-size: 1rem;
    padding: 0.7rem 2.5rem;
    border: none;
    transition: background 0.2s;
    display: block;
    width: fit-content;
}
.main-btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}

.main-title{
    text-align: center;
    font-size: 2.75rem;
}

.main-banner-title{
    font-size: 1.75rem;
    margin-bottom: 2rem;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 6.25rem;
    padding: 1rem 2rem;
    background-color: var(--white-color);
    color: var(--green-color);
    box-shadow: 0px 0px 4px 0px #0000001A;
}
.main-banner-title i{
    color: var(--light-green-color);
}
.main-banner-title i:nth-child(2){
    transform: scaleX(-1);
}

.main-swiper-buttons .swiper-button-prev::after,
.main-swiper-buttons .swiper-button-next::after{
    font-family: bootstrap-icons !important;
    color: var(--white-color);
    background: var(--green-gradient);
    backdrop-filter: blur(50px);
    border-radius: 50%;
    font-size: 1.2rem;
    padding: 0.5rem;
    transition: var(--main-transition);
}
@media (max-width:992px) {
    .main-swiper-buttons{
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 4rem;
        margin-top: 2rem;
    }
    .main-swiper-buttons .swiper-button-prev,
    .main-swiper-buttons .swiper-button-next{
        position: relative;
        transform: scaleX(-1);
    }
}
.main-swiper-buttons .swiper-button-prev::after{
    content: "\F12F";
}
.main-swiper-buttons .swiper-button-next::after{
    content: "\F138";
}

.video-play-btn {
    background: var(--blur-color);
    backdrop-filter: blur(50px);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
}
.video-play-btn:hover {
    background: var(--green-gradient);
}

.dark-layer {
    box-shadow: 0px 4px 10px 0px #00000040;
    background: #00000033;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-details p{
    margin-bottom: 1rem;
}
/* common elemnts end */

/* start header */
header.home-header{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}
header .navbar-toggler:focus{
    box-shadow: none;
}
header .navbar-toggler{
    filter: brightness(0) invert(1);
}
header .navbar{
    background-color: var(--green-color);
}
header.home-header .navbar{
    background-color: #00000033;
    backdrop-filter: blur(5px);
}
header .navbar-brand img{
    max-width: 12rem;
}
header .nav-item .nav-link{
    color: var(--white-color);
}
header .nav-item .nav-link.active{
    font-weight: 600;
}
header .main-btn,
header .main-btn:hover{
    background-color: var(--white-color);
    color: var(--green-color);
}
header.home-header .main-btn,
header.home-header .main-btn:hover{
    background-color: var(--green-color);
    color: var(--white-color);
}
/* end header */

/* start footer */
footer{
    background-image: url('../images/footer-bg.webp');
    background-size: cover;
}
/* end footer */

/* hero section start */
.hero-bg {
    height: 100vh;
}
.hero-overlay {
    background-color: rgba(0,0,0,0.2);
}
.hero-content {
    min-height: 100vh;
}
.hero-btn:hover{
    background-color: var(--light-green-color);
}
/* hero section start */

/* upcoming section start */
.upcoming-section .icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    color: #fff;
    margin-bottom: 0.6rem;
    background-color: var(--light-green-color);
}
.upcoming-section .progress-circle {
    width: 22rem; 
    height: 22rem;
}
.upcoming-section .progress-circle-text {
    font-family: var(--english-title-font-family);
}
/* upcoming section end */

/* media section start */
.media-section {
    background-image: url('../images/light-gray-bg.png');
    background-size: cover;
}
.media-section .card{
    height: 27rem;
    background-color: transparent;
}
.media-section .card .img-switcher{
    height: 16rem;
}
.media-section .card .img-switcher img {
    opacity: 0;
    transition: opacity 0.8s;
    height: 16rem;
    object-fit: cover;
    width: 100%;
    transition: 0.8s cubic-bezier(.47,1.64,.41,.8);
}
.media-section .card .img-switcher img.active {
    opacity: 1;
    z-index: 1;
}
.media-section .card:hover .img-switcher,
.media-section .card:hover .img-switcher img{
    height: 12rem;
}
.media-section .card .content-box{
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--green-gradient);
    color: var(--white-color);
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s cubic-bezier(.47,1.64,.41,.8);
    transform: scale(0.3);
    
}
.media-section .card:hover .content-box{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: bottom right;
    min-height: 15rem;
}
.media-section .card:hover .title-box{
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
    transform-origin: top left;
}
/* media section end */

/* audience types section start */
.audience-types-section{
    background-image: url('../images/green-bg.png');
    background-size: cover;
}
.audience-types-section .types-slider .swiper-slide .card{
    height: 12rem;
}
.audience-types-section .types-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
/* audience types section end */

/* sessions section start */
.sessions-section .step-label {
    color: var(--gray-color);
    transition: color 0.3s;
    cursor: pointer;
    user-select: none;
}
.sessions-section .step-label.active,
.sessions-section .step-label.completed {
    color: var(--green-color);
}
.sessions-section .step-dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid var(--white-color);
    background: var(--gray-color);
    transition: border 0.3s, background 0.3s;
    cursor: pointer;
}
.sessions-section .step-dot.active,
.sessions-section .step-dot.completed {
    background: var(--green-gradient);
    border: 3px solid var(--light-green-color);
    box-shadow: 0 2px 6px #b8e98650;
}
.sessions-section .step-line {
    height: 2px;
    background: var(--light-gray-color);
    transition: background 0.3s;
}
.sessions-section .step-line .progress-bar {
    background: var(--green-gradient);
    transition: width 0.4s cubic-bezier(.47,1.64,.41,.8);
    border-radius: 1px;
}
@media (max-width: 767.98px) {
    .sessions-section .custom-stepper { width: 99%; }
    .sessions-section .step-label { font-size: 1.07rem;}
    .sessions-section .step-dot { width: 16px; height: 16px;}
    .sessions-section .step-line { margin-bottom: 11px;}
}
.sessions-section .sessions-slider .main-card{
    background-size: cover;
}
/* sessions section end */

/* testimonials section start */
.testimonial-slider .card{
    box-shadow: 0 2px 6px #b8e98650;
    min-height: 43rem;
}
.testimonial-slider .card img{
    width: 11rem;
    border-radius: 2rem 0 2rem 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40%);
    box-shadow: 6px 5px 0px 0px var(--light-green-color);
}
/* testimonials section end */

/* statistics section start */
.statistics-section .content{
    top: 60%;
    left: 60%;
    transform: translate(-50%, -50%);
}
/* statistics section end */

/* why-we-care section start */
.why-we-care-section{
    background: linear-gradient(180deg, #6FE100 0%, #00AFA9 100%);
}
.why-we-care-section .main-title span{
    font-size: 8rem;
}
.why-we-care-section .box {
    font-family: var(--english-title-font-family);
    flex: 0 0 5.5rem;
    min-width: 5.5rem;
    max-width: 5.5rem;
    transition: flex-basis 0.5s cubic-bezier(.47,1.64,.41,.8), max-width 0.5s, min-width 0.5s;
    height: 20rem;
    min-height: 20rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.why-we-care-section .box .side-title-box {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.45s;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}
.why-we-care-section .box .side-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1.25rem;
}
.why-we-care-section .box .content {
    position: absolute;
    inset: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transition: opacity 0.4s;
    pointer-events: none;
    z-index: 3;
}
.why-we-care-section .box.active {
    flex: 0 0 34rem;
    min-width: 34rem;
    z-index: 4;
}
.why-we-care-section .box.active .side-title-box {
    opacity: 0;
    pointer-events: none;
}
.why-we-care-section .box.active .content {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 1400px) {
    .why-we-care-section .box.active {
        flex: 0 0 27rem;
        min-width: 27rem;
    }
}
@media (max-width: 1200px) {
    .why-we-care-section .box.active {
        flex: 0 0 25rem;
        min-width: 25rem;
    }
}
@media (max-width: 991.98px) {
    .why-we-care-section .d-flex {
        flex-direction: column !important;
        gap: 1.2rem !important;
    }
    .why-we-care-section .box {
        width: 100%;
        flex: none;
        min-width: 100%;
        max-width: 100%;
        height: 3.2rem;
        min-height: 3.2rem;
        max-height: 3.2rem;
        transition: max-height 0.5s cubic-bezier(.47,1.64,.41,.8), height 0.5s, flex-basis 0.5s, max-width 0.5s, min-width 0.5s;
        margin-bottom: 1rem;
    }
    .why-we-care-section .box .side-title {
        writing-mode: initial;
        text-orientation: initial;
        font-size: 1.13rem;
        padding-left: 1.2rem;
        padding-top: 0.4rem;
        transition: none;
    }
    .why-we-care-section .box.active {
        max-height: 20rem;
        height: 20rem;
        min-width: 100%;
        max-width: 100%;
    }
}
/* why-we-care section end */

/* dictionary section start */
.dictionary-section .box .content-box{
    opacity: 0;
    visibility: hidden;
    transition: 0.8s cubic-bezier(.47,1.64,.41,.8);
    transform: scale(0.3);
    background: var(--green-gradient);
}
.dictionary-section .box:hover .content-box{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: top right;
}
/* dictionary section end */

/* media partners section start */
.media-partners-section img{
    filter: grayscale(1);
    transition: 0.3s;
}
.media-partners-section img:hover{
    filter: none;
}
/* media partners section end */

/* publications section start */
.publications-section{
    background-image: url('../images/dark-green-bg.png');
    background-size: cover;
}
.publications-section img.position-absolute{
    transform: translateY(100%);
}
@media (max-width: 992px) {
    .publications-section img.position-absolute{
        position: relative !important;
        max-width: 20rem;
        margin: 0 auto;
        display: block;
    }
}
/* publications section end */

/* FAQs section start */
.FAQS-section .accordion{
    box-shadow: 0px 0px 16px 0px #0000001A;
}
.FAQS-section .accordion-button:not(.collapsed),
.FAQS-section .accordion-button,
.FAQS-section .accordion-item{
    background-color: var(--white-color);
    color: inherit;
    border-top: none;
    border-left: none;
    border-right: none;
}
.FAQS-section .accordion-item:last-child{
    border-bottom: none;
}
.FAQS-section .accordion-header button{
    color: var(--gray-color);
    font-size: 1.25rem;
    font-weight: 500;
}
.accordion-button:not(.collapsed){
    color: var(--green-color) !important;
}
.FAQS-section .accordion-body{
    color: var(--gray-color);
    font-size: 1rem;
}
.FAQS-section .accordion-button:focus{
    box-shadow: none;
}
/* FAQs section end */

/* registration form start */
.registration-form-wrapper{
    min-height: 100vh;
}
.registration-form{
    background-color: var(--blur-color);
    backdrop-filter: blur(50px);
    box-shadow: 0px 0px 16px 0px #0000000D;
    padding: 3.5rem;
}
.registration-form label{
    margin-bottom: 0.7rem;
}
.registration-form input,
.registration-form .choices__inner{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 10px;
    background-color: var(--blur-color);
}
.registration-form .choices__list--dropdown, .choices__list[aria-expanded]{
    border-radius: 10px;
}

.registration-form .stepper {
    gap: 3rem;
}
.registration-form .step {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.registration-form .step-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 4px solid var(--light-gray-bg);
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: border 0.3s;
}
.registration-form .step .inner {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--light-green-color);
    opacity: 0;
    transition: background 0.3s, opacity 0.3s;
}
.registration-form .step.active .step-circle {
    border-color: var(--light-green-color);
}
.registration-form .step.active .inner {
    background: var(--green-gradient);
    opacity: 1;
}
.registration-form .step .step-label {
    color: var(--gray-color);
    font-weight: 500;
    font-size: 1.25rem;
    transition: color 0.3s;
}
.registration-form .step.active .step-label {
    color: var(--light-green-color);
    font-weight: 600;
}
.registration-form .form-step { display: none; }
.registration-form .form-step.active { display: block; }

.registration-form .upload-box {
    background: #F1F1F1F1;
    border-radius: 18px;
    padding: 40px 0 30px 0;
    text-align: center;
    border: none;
    position: relative;
    transition: border 0.3s;
    cursor: pointer;
    min-height: 170px;
}
.registration-form .upload-label {
    color: var(--green-color);
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}
.registration-form .upload-label:hover {
    text-decoration: none;
    color: var(--light-green-color);
}
.registration-form .upload-icon {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--green-color);
    vertical-align: middle;
    margin-left: 5px;
}
.registration-form .upload-desc {
    color: var(--gray-color);
    font-size: 1rem;
    margin-top: 10px;
    letter-spacing: 1px;
}
.registration-form  input[type="file"] {
    display: none;
}
.registration-form .fileName {
    margin-top: 15px;
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}
.registration-form .filePreview {
    display: block;
    max-width: 200px;
    max-height: 100px;
    margin: 10px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 2px 10px #0001;
}
.registration-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}
.registration-form input[type="date"]::-webkit-input-placeholder { color: #555; }
.registration-form input[type="date"]::-moz-placeholder { color: #555; }
.registration-form input[type="date"]:-ms-input-placeholder { color: #555; }
.registration-form input[type="date"]::placeholder { color: #555; }

.registration-form .toggle-btn-group .btn-check:checked + .btn-outline-success {
    background: var(--light-green-color);
    color: var(--white-color);
    border: 2px solid var(--green-color);
    box-shadow: 0 0 0 0.1rem #58b23433;
}
.registration-form .toggle-btn-group .btn-outline-success {
    color: var(--green-color);
    border: 2px solid var(--green-color);
    background: var(--white-color);
    border-radius: 16px;
    padding: 8px 15px;
    min-width: 50px;
    transition: 0.2s;
}
.registration-form .toggle-btn-group .btn-outline-success:hover,
.registration-form .toggle-btn-group .btn-outline-success:focus {
    background: var(--light-green-color);
    color: var(--white-color);
    border-color: var(--green-color);
}
.registration-form .questions-textarea {
    background: #F1F1F1F1 !important;
    border: none;
    border-radius: 2rem 2rem 0 2rem;
    min-height: 130px;
    color: var(--green-color);
    resize: none;
    box-shadow: none;
    padding: 1rem;
}
.registration-form .questions-textarea:focus {
    border: var(--green-color);
}
.registration-form .upload-box.small-box{
    background-color: #263238;
    min-height: fit-content;
    height: fit-content;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}
.registration-form .upload-box.small-box .upload-icon {
    font-size: 1.2rem;
    color: var(--white-color);
}
.registration-form .upload-box.small-box .upload-label {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: var(--white-color);
}
/* registration form end */

/* custom-about-section start */
.bg-about-shapes{
    background-image: url('../images/backk.png');
    background-size: cover;
}
.custom-about-section .shadow-box{
    box-shadow: 0px 0px 20px 0px #00000029;
}
.custom-about-section .box-green{
    background-color: var(--green-color);
}
.custom-about-section .box-green .box-border{
    border-right: 1px solid #CECDCC;
}
@media (max-width:992px) {
    .custom-about-section .box-green .box-border{
        border-right: none;
        border-bottom: 1px solid #CECDCC;
    }
}
/* custom-about-section end */

/* publications start */
.publications-banner{
    height: 70vh;
}
.publications-banner .layout{
    background: linear-gradient(270deg, rgba(38, 38, 38, 0) 45.18%, #262626 100%);
}
.publications-banner img{
    transform: scaleX(-1);
}

.publications .box{
    box-shadow: 0px 0px 16px 0px #00000029;
}
.publications .box img{
    width: 17rem;
}
@media (min-width:768px) {
    .publications .box img{
        width: 17rem;
        
        top: -25%;
        right: 3%;
    }
}
/* publications end */

/* start editions */
.speakers-slider img {
    transform: scaleX(-1);
}
.speakers-slider .details{
    background-color: var(--green-color);
    min-height: 15rem;
}

.editions-tabs{
    background-color: var(--blur-color);
    backdrop-filter: blur(50px);
}
@media (max-width: 992px) {
    .editions-tabs{
        position: relative !important;
    }
}
.editions-tabs .nav-link{
    font-weight: 500;
    font-size: 1.125rem;
    border: solid 1px var(--green-color);
    background-color: var(--white-color);
    color: var(--green-color);
}
.editions-tabs .nav-link.active{
    background-color: var(--green-color);
    color: var(--white-color);
}
.photo-gallery .last-box{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.photo-gallery .last-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.359);
}
.photo-gallery .last-box::after{
    content: '\F4FA';
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--white-color);
    font-size: 1.5rem;
    font-weight: 600;
}
/* start editions */

/* start danger */
.danger-desc img.position-absolute{
    transform: scaleX(-1);
}
.danger-statistics .box{
    box-shadow: 0px 0px 16px 0px #0000000D;
}
.danger-statistics .box img{
    width: 2rem;
}
.danger-slider .box .details{
    box-shadow: 0px 0px 16px 0px #0000001A;
}
/* end danger */

/* start news */
.news-banner{
    background-image: url('../images/bg-shapped-light-gray.png');
    background-size: cover;
}
.news-card .details{
    box-shadow: 0px 0px 16px 0px #0000000D;
}
.news-card .details .main-btn{
        border-radius: 1rem 0;
}
/* end news */

/* start news details */
.news-details .social li a{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green-color);
    background-color: var(--white-color);
    box-shadow: 0px 0px 16px 0px #0000000D;
}
.news-details .social li a:hover{
    background-color: var(--green-color);
    color: var(--white-color);
}
/* end news details */.youtube-bg-embed { position: absolute; inset: 0; overflow: hidden; z-index: 0; background: #000; }
.youtube-bg-embed .youtube-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .youtube-bg-embed .youtube-iframe { width: 140%; height: 140%; }
}
