@font-face {
    font-family: GE SS Two;
    src: url("../fonts/GE SS Two Bold.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: GE SS Two;
    src: url("../fonts/GE SS Two Light.otf") format("opentype");
    font-weight: 300;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
}

.card img {
    max-width: 100%;
    max-height: 100%;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .card img {
        height: 11em;
    }
}


#main_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 71px;
    line-height: 87px;
    text-align: center;
    text-transform: uppercase;

}

#main_title:lang(ar) {
    font-family: 'GE SS Two';
}

#intro {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 32px;
    /* or 139% */

    text-align: center;

    color: #FFFFFF;
    max-width: 800px;
    margin: 20px auto;
}

#intro:lang(ar) {
    font-family: 'GE SS Two';
}



:root {
    --menablue: #002773;
    --menaorange: #f1c268;
    --menabg: #fafafb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--menablue);
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 39px;
    text-transform: uppercase;
}

h1 [hreflang="ar"],
h2[hreflang="ar"],
h3[hreflang="ar"],
h4[hreflang="ar"],
h5[hreflang="ar"],
h6[hreflang="ar"] {
    font-family: 'GE SS Two';
    font-weight: 400;
}

[hreflang="ar"] .text-content.left {
    border-left: 2px solid #D9D9D9;
    padding-left: 60px;
    border-right: 0px solid #D9D9D9;
    padding-right: 0px;
}

h3.title {
    font-size: 23px;
}

.btn-mena {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
}



.menasec {
    padding-left: 10%;
    padding-right: 10%;
}

.sec-bg {
    background-color: var(--menabg)
}

.blue-bg {
    background-color: var(--menablue);
}

.card-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    color: #FFF;
}

.card-hover:hover {
    background-color: rgba(0, 0, 0, .5);
}


/*.btn-mena-2{*/
/*    background: transparent;*/
/*    border: 2px solid var(--menaorange) !important;*/
/*    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);*/
/*    border-radius: 8px;*/
/*    color: var(--menaorange);*/
/*    font-weight: 400;*/
/*}*/
.btn-mena-2 {
    background: transparent;
    color: var(--menaorange);

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: var(--menaorange) !important;
}

.btn-mena-2:hover {
    color: var(--menablue);
    background: var(--menaorange);
    border: 2px solid var(--menaorange) !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
}

.btn-mena-4 {
    background: transparent;
    color: var(--menablue);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: var(--menaorange) !important;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.btn-mena-4.active {
    color: var(--menablue);
    background: var(--menaorange);
    border: 2px solid var(--menaorange) !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
}

.btn-mena-4:hover {
    color: var(--menablue);
    background: var(--menaorange);
    border: 2px solid var(--menaorange) !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
}

.btn-mena-3 {
    background: var(--menaorange);
    color: var(--menablue);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: var(--menaorange) !important;
}

.btn-mena-3:hover {
    color: var(--menablue);
    background: transparent;
    border: 2px solid var(--menaorange) !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
}




.btn-footer {
    color: #262626;
    Font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    gap: 10px;

}


#footer {
    text-align: center;
}



#footer-menu {
    border-bottom: 1px solid #CACACA !important;
    display: inline-block;
}


.line {
    width: 100%;
    max-width: 630px;
    height: 1px;
    background: #CACACA;
    position: relative;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    margin-top: 30px;
    margin-bottom: 30px;
}

.line:before,
.line:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
}





::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.obj-con {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tag {
    background: #F2F2F2;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    padding: 7px 12px;
    color: var(--menablue);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    min-width: 50px;
    max-width: fit-content;
    margin-right: 5px;
    margin-top: 5px;
    word-break: break-word;
}

.country_tag {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;

    color: var(--menaorange);

}



.filter {
    margin: 10px 40px;
}

.filter-title {
    background: #F5F5F5;
    padding: 5px 15px;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    margin: 0px;
}

.form-check-label {
    text-transform: uppercase;
    margin: 0px;
}

.filter .form-check {
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0px;
    margin: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.form-check .form-check-input {
    margin-left: 0;
}

.filter-container {
    border-left: 1px solid #D9D9D9;
}

/* The container */
.container {
    display: block;
    position: relative;
    font-size: 22px;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: var(--menaorange);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;

}





.slide_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: capitalize;
}




.slide_description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    transition: all .3s;
    width: 100%;
    max-height: 0px;
    height: 0px;
    margin: 0;
    overflow: hidden;
}

.post-container:hover .slide_description {
    max-height: 45px;
    height: 45px;
    margin: 15px 0;

}

.learn_more {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    padding: 0px;
    text-transform: uppercase;

    color: var(--menaorange);
    float: right;
    box-shadow: none;
}



.event_date {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: var(--menablue);
    text-transform: uppercase;
}


.event_year {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.subs .lottie_top_right {
    top: 64px;
    right: 0px;
    width: 322px;
}

.about_top_left {
    top: 302px;
    left: 0px;
    width: 210px;
}

.about_top_left_mid {
    top: 633px;
    left: 0px;
    width: 110px;
}

.about_bot_left {
    top: 1246px;
    left: 0px;
    width: 88px;
}

.about_top_right {
    top: 426px;
    right: 0px;
    width: 143px;
}

.about_bot_right {
    top: 1014px;
    right: 0px;
    width: 122px;
}

.g_bot_left {
    bottom: 0px;
    top: auto;
    left: 0px;
    width: 88px;
}

.g_bot_right {
    bottom: 0px;
    top: auto;
    right: 0px;
    width: 122px;
}

.g_top_left_mid {
    top: 286px;
    left: 0px;
    width: 91px;
}

.g_top_left {
    top: 0px;
    left: 0px;
    width: 329px;
}

.g_top_right {
    top: 0px;
    right: 0px;
    width: 329px;
}

.subs {
    position: relative;
    overflow: hidden;
    color: var(--menablue);
    padding: 50px 0px;
    background-color: var(--menablue);
    /*background-image: url("/img/sub-bg.png") ;*/
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.subs form {
    margin-top: 40px;

}

.subs h3 {
    color: #FFFFFF;
}




.subs input {
    width: 85%;
    border: 0;
    border-bottom: 3px solid rgba(239, 239, 239, 0.7);
    background-color: transparent;
    height: 50px;
    color: white;
}

/*.subs button{*/
/*	border: 3px solid var(--menaorange) !important;*/
/*	color: var(--menaorange);*/
/*}*/
@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1800px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1500px;
    }
}

input:focus-visible {
    outline: 0px;
}

#footer .fa-brands {
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 10px;
    border-radius: 50%;
    background: #525252;
    color: white;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

#footer .fa-brands:hover {
    background: var(--menaorange);
    color: white;

}

#footer .fa {
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 10px;
    border-radius: 50%;
    background: #525252;
    color: white;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

#footer .fa:hover {
    background: var(--menaorange);
    color: white;

}

header .btn {
    margin: 0px;
}

.search {
    margin: 0px;
    width: 80%;
    border: 0px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px;
    padding-left: 10px;
    background: transparent;
}

.search-box button {
    width: 20%;
    border: 0px;
    border-bottom: 1px solid #c0c0c0;
    background: none;
    padding-bottom: 10px;
    text-align: end;
    padding-right: 6px;
}

.search-box {
    width: 70%;
    padding-top: 15px;
}

.search-box form {
    display: flex;
}

.fa-search:before {
    content: "\f002";
    font-size: 16px;
    color: #FAAF1C;
}

button.login {
    color: var(--menablue);
    background-color: var(--menaorange);
}

button.btn-mena-2.register {
    color: var(--menablue);
    background-color: #F1F1F1;
    border-color: #F1F1F1 !important;
}

button.btn-mena-2.register:hover {
    color: var(--menablue);
    background-color: #e3e3e3;
    border-color: #e3e3e3 !important;
}

.navbar-nav {
    gap: 20px;
    padding: 0;
}

#myVideo {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.hero {
    display: block;
    width: 100%;
    position: relative;
}

input::placeholder {
    color: white;
}

.post-loop {
    width: 100%;
    aspect-ratio: 19 / 15;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    transition: all 0.3s ease-in-out;

}

.post-loop:hover {
    background-size: 110% 110%;
}

.vl {
    border-left: 2px solid white;
    height: 60%;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 13%;
}

#filters-popup {
    width: 520px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.25);
    border: 0px;
    padding: 30px 25px;
    z-index: 99;
    margin-right: 50px;
}

#filters-popup h6 {
    margin-bottom: 1rem;
    font-size: 16px;

}

#filters-popup h3 {
    font-size: 20px;
}

#filters-popup .popup-content {
    border-radius: 10px;
    background: #FFF;
    padding: 30px 20px;
}

input.start-date,
input.end-date {
    border: 0;
    background: #EEF1F4;
    color: var(--menablue);
    font-size: 16px;
    font-family: Montserrat;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

input.start-date:before {
    content: "From";
    background: var(--menablue);
    color: var(--menaorange);
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

input.end-date:before {
    content: "To";
    background: var(--menablue);
    color: var(--menaorange);
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

input[type='date']::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

select.form0select {
    border-radius: 6px;
    border: 1px solid #667080;
    background: #FFF;
}

.form-select:focus {
    border-color: #667080;
}

.filter-option {
    display: flex;
    padding: 9px 16px 9px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    color: var(--menablue);
    background: #EEF1F4;
    cursor: pointer;
}

.clear-filter {
    color: var(--menablue);
    text-decoration: underline;
    cursor: pointer;

}

.filter-option:hover {
    background: var(--menablue);
    color: white;
}

.filter-option i {
    color: var(--menaorange);
}

.filter-option.active {
    background: var(--menablue);
    color: white;
}

.post-container {
    width: 33.3%;
    padding: 15px;
    position: relative;
}

/*.post-container:hover .overlay-1:after {*/
/*    background: #313131*/
/*}*/
.overlay-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #313131 100%);
    mix-blend-mode: multiply;
}

.post-container:hover .overlay-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    background: rgb(49 49 49 / 78%);
    mix-blend-mode: multiply;
    opacity: 1;

}

.post-container .overlay-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: transparent;
    mix-blend-mode: multiply;
    opacity: 0;
    transition: all .3s;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 34px !important;
    /* in addition to being a min-height during natural height, equalizes the heights a little bit */

}

.fc .fc-daygrid-event-harness-abs {
    bottom: 2px !important;
}

.post-loop .post-content {
    z-index: 9;
    padding: 14px;
    width: 100%;
    transition: opacity 0.3s;
}

/*.post-container h4:not(.gender *){*/
/*    opacity: 1!important;*/
/*    transition: opacity 0.3s!important;*/
/*    cursor: default;*/
/*}*/
/*.post-container:hover h4:not(.gender *){*/
/*    opacity: 0!important;*/
/*}*/
.overlay-news {
    background: var(--menablue);
    mix-blend-mode: color;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
}

.upload-btn input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.upload-btn {
    position: relative;
}

.upload-btn label {
    border-radius: 8px;
    height: 48px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--menablue);
    font-weight: 400;
}

.upload-btn img {
    margin-left: 5px;
    animation: none !important;
    opacity: 1 !important;
    transform: translateY(0px) !important;

}

.play-btn {
    background-image: url("/img/Play button.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
}

.category-stamp.news {
    background: var(--menablue);
}

.category-stamp.events {
    background: #CB8333;
}

.overlay-event {
    background: #FFBE18;
    mix-blend-mode: color;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay-podcast {
    background: #FFBE18;
    mix-blend-mode: color;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
}

.category-stamp.podcast {
    background: #EDAB00;
}

.overlay-webinar {
    background: #60ADD9;
    mix-blend-mode: color;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
}

.category-stamp.research {
    background: #37AE0C;
}

.category-stamp.post {
    background: #014B90;
}

.overlay-research {
    background: #42FF00;
    mix-blend-mode: color;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
}

.category-stamp.webinar {
    background: #4A99C7;
}

.post-loop-featured {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;

}

.post-loop-featured:hover {
    background-size: 110% 110%;

}

.post-loop-featured .category-stamp {
    height: 80px;
    top: -40px;
    padding-bottom: 12px;
}

.post-loop-featured .post-content {
    z-index: 9;
    padding: 10px;
    width: 100%;
}

.post-loop-inner {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.knowledge-text p {
    font-size: 14px;
}

.post-loop-inner:hover {
    background-size: cover;
}

.post-loop-inner .post-content {
    z-index: 5;
    padding: 22px;
    width: 75%;
}

.post-loop-inner .post-date {
    color: white;
}

.post-loop-inner .slide_title {
    font-size: 29px;
    line-height: 36px;
}

.post-loop-news {
    width: 100%;
    aspect-ratio: 19 / 15;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.post-loop-news:hover {
    background-size: 110% 110%;
}

.post-loop-events {
    width: 100%;
    aspect-ratio: 19 / 15;
    background-position: 100% 35%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s ease-in-out;

}

.post-loop-community {
    width: 100%;
    aspect-ratio: 19 / 15;
    background-position: 100% 35%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s ease-in-out;

}

.post-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    object-fit: cover;
    transition: ease-in-out 0.3s;
    overflow: hidden;
}

.overflow-hidden:hover .post-img {
    transform: scale(1.1);
}

#blogs .post-container {
    width: 25%;
    padding: 15px;
}

#blogs .post-container.community {
    width: 33.3%;
}

.post-loop-news .post-content {
    z-index: 9;
    padding: 14px;
    width: 100%;
}

.post-loop-events .post-content {
    z-index: 9;
    padding: 14px;
    width: 100%;
}

.post-loop-community .post-content {
    z-index: 9;
    padding: 14px;
    width: 100%;
}

.post-container:hover .post-loop-events .slide_description {
    max-height: 45px;
    height: 45px;
    margin: 15px 0;
}

.post-container:hover .post-loop-community .slide_description {
    max-height: 15px;
    height: 15px;
    margin: 12px 0;
}

.post-content .btn {
    margin-bottom: 0px;
}

.post-loop-news .category-stamp {
    font-size: 11px;
}

/*.post-loop-news .category-stamp{*/
/*    font-size: 11px;*/
/*    min-width: 60px;*/
/*    height: 36px;*/
/*}*/
.category-stamp {
    position: absolute;
    aspect-ratio: 1 / 1;
    display: flex;
    border-radius: 100%;
    top: -52px;
    z-index: 9;
    left: -12px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    height: 100px;
    padding: 5px;
    padding-bottom: 17px;
    padding-left: 12px;
    color: white;
    font-family: 'Montserrat';
    font-size: 9px;
    justify-content: center;
    align-items: flex-end;
}

/*.category-stamp{*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    border-radius: 0% 0% 50% 50%;*/
/*    top: 0px;*/
/*    z-index: 9;*/
/*    min-width: 50px;*/
/*    max-width:fit-content;*/
/*    left: 0px;*/
/*    text-align: center;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    height: 30px;*/
/*    padding: 5px;*/
/*    color: white;*/
/*    font-family: 'Montserrat';*/
/*    font-size: 9px;*/
/*}*/
.bg-images {
    display: none;
}

@media (min-width:1024px) {
    .bg-images.home {
        position: relative;
    }

    .bg-images {
        z-index: -1;
        width: 100%;
        display: block;
    }

    .bg-images img {
        position: absolute;
    }
}

.mobile-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: var(--menablue);
    overflow-x: hidden;
    transition: 0.5s;
}

.mobile-menu-content {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0px 20px;
}

.mobile-menu-content .search-box {
    width: 100%;
    padding-top: 30px;
}

.mobile-menu a:hover,
.mobile-menu a:focus {
    color: #f1f1f1;
}

.mobile-menu .closebtn {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 60px;
}

.mobile-menu .search {
    border-bottom: 1px solid #faaf1c;
}

.mobile-menu .search::placeholder {
    color: white;
}

.mobile-menu .search-box button {
    border-bottom: 1px solid #faaf1c;

}

.mobile-menu .navbar-nav {
    gap: 20px;
    white-space: nowrap;
}

.mobile-menu .nav-menu {
    padding-top: 30px;
}

.featured {
    border-left: none;
}

.feminist-ai-border:before {
    content: '';
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: linear-gradient(221deg, #B62FC0 -64.29%, #409178 61.25%);
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
}

.feminist-ai {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background-image: url("/img/g-bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: block;
    padding: 8px 0px;
    z-index: 3;
}

.feminist-ai p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
}

.research-border .sub-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
}

.research-border {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    text-align: center;
    display: block;
    padding: 8px 0px;
    z-index: 3;
    background: #7bc3ed;
}

.research-border p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 5px;
}

.research-border-border:before {
    content: '';
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: #7BC3ED;
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
}

.feminist-ai img {
    width: 80px;
}

@media (min-width:1024px) {
    .featured {
        border-left: var(--menablue) solid 2px;
    }
}

.btn.submit {
    background-color: var(--menaorange);
}

.search::placeholder {
    color: #00000080;
}

a {
    color: var(--menaorange);
}

.form-control:focus {
    border-color: var(--menaorange);
}

h1 {
    font-size: 36px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #000;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: var(--menaorange);
    border-radius: 2px;
}

.swiper .post-container {
    width: 100%;
}

.swiper-wrapper {
    padding-bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    right: 0px;
    left: 0px;
    width: max-content;
    margin: 0px 20px;
    color: var(--menaorange);
    font-weight: 900;
    top: 0px;

}

.swiper-pagination {
    position: relative;
}

:root {
    --swiper-navigation-size: 18px;
}

.swiper-nav {
    position: relative;
    width: max-content;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.download-btn {
    color: var(--menablue);
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.event-title {
    font-weight: 700;
    color: var(--menablue);
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
}

.save_to_calandar {
    background: #F1F1F1;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #344054;
    padding: 10px 20px;
    text-transform: uppercase;
}

.text-content .small-title {
    color: var(--menablue);
    font-weight: 700;
}

.save_to_calandar.active {
    color: #F1F1F1;
    background: var(--menablue);

}

.save_to_calandar.active i,
.notify_me.active i {
    color: #F1F1F1;

}

.save_to_calandar i,
.notify_me i {
    margin-right: 5px;
    color: var(--menablue);
}

#event-details .save_to_calandar i,
.notify_me i {
    margin-right: 0px;
}

#event-details .notify_me,
#event-details .save_to_calandar {
    font-size: 20px;
}

.notify_me {
    background: var(--menaorange);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: var(--menablue);
    padding: 10px 20px;
    text-transform: uppercase;
    margin-right: 10px;
}

.event-description {
    margin-bottom: 1.5rem;
}

.event_attendance {
    float: right;
    position: relative;
}

.calendar-container .event_attendance {
    cursor: pointer;
}

.event_attendance:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    margin-left: 5px;
    margin-bottom: -2px;
}

.event_attendance.online:after {
    background-color: #00A651;
}

.event_attendance.in-person:after {
    background-color: #2B3491;
}

.event_attendance.hybrid:after {
    background: linear-gradient(120deg, rgba(43, 52, 145, 1), rgba(0, 166, 81, 1));
}

.event_img {
    width: 100%;
    max-height: 250px;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 8px;
}

.search-box.event {
    max-width: -webkit-fill-available;
    margin-bottom: 20px;
}

.countries-map img {
    width: 120%;
    object-fit: contain;
    margin-left: -60px;
}

.countries-map {
    display: flex;
    height: 100%;
}

.objectives-text p {
    color: #FFF !important;
    font-size: 14px;
}

.search-box.event:lang(ar) {
    float: right;
}

.page-item {
    cursor: pointer;
    user-select: none;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: baseline !important;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: baseline !important;
    line-height: 1 !important;
}

.pagination {
    gap: 10px;
    justify-content: center;
    display: flex !important;
    align-items: center !important;
}

.pagination a.active {
    background-color: var(--menaorange);
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.fas.fa-plus {
    font-size: 9px;
}

h6 {
    font-size: 23px;
    line-height: 30px;
}

.btn.subscribe {
    font-weight: 400;

}

/*.footer-divider{*/
/*    border: 1px solid #000000;*/
/*}*/
.navbar .nav-link {
    font-size: 12px;
}

.navbar .nav-link:lang(ar) {
    font-size: 14px;
    font-family: GE SS Two;
    font-weight: 300;
}

[hreflang="ar"] a {
    font-family: GE SS Two;
}

[hreflang="ar"],
[hreflang="ar"] .btn-footer {
    font-family: GE SS Two;
}

.nav-item.active a.nav-link {
    color: var(--menaorange) !important;
    border-bottom: 4px solid var(--menaorange);
    font-weight: 700;
}

.nav-link:hover {
    color: var(--menaorange) !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-item a {
    border-bottom: 4px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-item a {
    color: #333333 !important;
}

.form-check-input:checked[type=checkbox] {
    background: var(--menaorange);
}

.big-title {
    font-size: 46px
}

.fc-daygrid-day-bg {
    display: none !important;
}

.fc-daygrid-day-frame:before,
.fc-daygrid-day-events:before,
.fc-daygrid-event-harness:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-events:after,
.fc-daygrid-event-harness:after {
    display: none !important;
}

.fc .fc-daygrid-day-frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.form-control {
    border-bottom: 1px solid #d2d6da;
    border-top: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-left: 2px;
}

.mobile-menu a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: white !important;
    display: block;
    transition: 0.3s;
    line-height: 36px;
}

.fc .fc-daygrid-event-harness-abs {
    /*position: relative!important;*/
}

#event-details {
    background: var(--menablue);
    padding: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.fc .fc-toolbar-title {
    font-weight: 700;
    align-self: center;
}

/*#calendar *{*/
/*    transition: 0.3s;*/
/*}*/
.fc .fc-button .fc-icon {
    font-size: 2.5em !important;
}

.fc .fc-button-primary:focus {
    box-shadow: none !important;
}

@keyframes event {
    from {
        max-width: 0%;
    }

    to {
        max-width: 25%;
    }
}

#event-details p,
#event-details h3 {
    color: white;
}

.calendar-container {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.20);
    overflow-y: hidden;
}

#calendar {
    padding: 20px;
}

#calendar a:hover,
#calendar a {
    color: var(--menablue);
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    user-select: none;
}

#calendar .fc-daygrid-day-top a {
    width: 28px;
    height: 28px;
    margin: 5px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #7D7D7D;
    background: transparent;
    color: var(--menablue);
}

#calendar .fc-daygrid-day-top.active a {
    border: 3px solid var(--menablue);
    background: var(--menablue);
    color: white;
}

/*.fc-h-event{*/
/*    background: transparent!important;*/
/*    border:none!important;*/
/*    margin: 5px!important;*/
/*}*/
/*.fc-theme-standard td:first-child{*/
/*    border-bottom: 1px solid var(--fc-border-color, #ddd);*/
/*    border-top: 1px solid var(--fc-border-color, #ddd);*/
/*    border-right: 0px solid var(--fc-border-color, #ddd);*/
/*    border-left: 0px solid var(--fc-border-color, #ddd);*/
/*}*/
/*.fc-theme-standard td:last-child {*/
/*    border-bottom: 1px solid var(--fc-border-color, #ddd);*/
/*    border-top: 1px solid var(--fc-border-color, #ddd);*/
/*    border-right: 0px solid var(--fc-border-color, #ddd);*/
/*    border-left: 0px solid var(--fc-border-color, #ddd);*/
/*}*/
/*.fc-theme-standard tr:last-child td {*/
/*    border-bottom: 0px solid var(--fc-border-color, #ddd);*/

/*}*/
.fc .fc-scrollgrid {
    border: none !important;
}

.fc th {
    text-align: left !important;
}

.fc .fc-daygrid-day-top {
    flex-direction: column !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background: transparent !important;
}

.fc-toolbar-chunk {
    display: flex;
}

.fc .fc-button-primary {
    margin-left: 0.75em !important;
    background: transparent !important;
    color: var(--menaorange) !important;
    border: none !important;
}

.fc-direction-ltr .fc-toolbar>*> :not(:first-child) {
    margin-left: 0.75em;
    display: flex;
}

.event-switcher {
    display: flex;
    background: var(--menaorange);
    border-radius: 8px;
    border: 3px solid var(--menaorange);
    transition: 0.3s;
}

.event-switcher a {
    color: #344054 !important;
    font-size: 12px;
    line-height: 24px;
    padding: 5px 30px;
    cursor: pointer;
}

.event-switcher a.active {
    background: white;
    border-radius: 8px;
}

#repos .event_img {
    max-height: 280px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.nav-link {
    text-transform: uppercase;
}

.country-img {
    max-height: 400px;
    position: static;
    max-width: 100%;
    width: 740px;
}

#country .map_container {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}

.coming-soon-hero {
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 56px);
    width: 100%;
}

.coming-soon-hero h3 {
    font-size: 84px;
}

a:hover {
    color: var(--menaorange);
}

a.notify_me:hover {
    color: var(--menablue) !important;
}

a.save_to_calandar:hover {
    color: var(--menablue) !important;
}

.post-content a:hover button {
    color: white;
}

.post-loop-inner .save_to_calandar {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px
}

.post-loop-inner .save_to_calandar i {
    margin: 0px;
}

.post-loop-inner .save_to_calandar.active {
    background: var(--menablue);
}

.post-loop-inner .save_to_calandar.active i {
    color: #F1F1F1
}

.social-icons .fa {
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 10px;
    border-radius: 50%;
    background: #525252;
    color: white;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.social-icons .fa:hover {
    background: var(--menaorange);
    color: white;
}

.page-item.disabled .page-link {
    color: #1D2939;
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
}

.page-item .page-link {
    min-width: max-content;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: baseline !important;
    line-height: 1 !important;
}

.page-item.active .page-link {
    box-shadow: none;
    background: var(--menaorange);
    border-radius: 2px;
    color: var(--menablue);
}

.page-item .page-link,
.page-item span {
    border-radius: 2px !important;
    border: none;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: baseline !important;
    line-height: 1 !important;
}

li.page-item {}

.page-link i {
    margin: 0px 15px;
    font-size: 24px;
    color: var(--menaorange);
    line-height: 1 !important;
    vertical-align: middle !important;
}

.pagination a:hover:not(.active) {
    background: transparent;
}

dotlottie-player {
    position: absolute;
}

.lottie_bot_left {
    bottom: 0px;
    left: 186px;
    width: 88px;
}

.lottie_bot_right {
    bottom: 0px;
    right: 52px;
    width: 100px;
}

.lottie_mid_left {
    bottom: 200px;
    left: 0px;
    width: 180px;
}

.lottie_top_left {
    top: 105px;
    left: 0px;
    width: 245px;
}

.lottie_top_right {
    top: 63px;
    right: 0px;
    width: 275px;
}

.hero-home {
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: var(--menablue);
    /*background-image: url("/img/Group.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 80vh;
}

.bg-images.home {
    position: static;
}

.bg-images.home img {
    position: absolute;
    z-index: -1;
    width: 40px;
}

.map-pop-up {
    padding: 25px 35px;
    background: rgba(0, 39, 115, 0.5);
    mix-blend-mode: normal;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 309px;
}

.map-pop-up .popup-header {
    border-bottom: 2px solid white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.map-pop-up .popup-header h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: white;
}

.map-pop-up .popup-header img {
    width: 99px;
    max-height: 50px;
    object-fit: contain;
}

.map-pop-up .popup-content p {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom: 1px solid white;
    margin: 0px;
    padding: 5px 0px;
}

.map-pop-up .popup-content span {
    font-weight: 400;
}

.subscribe-popup {
    background-color: var(--menablue);
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 30px 20px;
    z-index: 99;
    animation: sub-popup 4s;
}

#textContainer {
    max-height: calc(1.625em * 9);
    overflow: hidden;
    display: block;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*.text-container {*/
/*    !*max-height: 24ch;*!*/
/*    overflow: hidden;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 4;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/

/*}*/
/*.text-container {*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 9;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*}*/
/*.hide-btn + .read-more-btn {*/
/*    display: none;*/
/*}*/

/*.text-container.expanded {*/
/*    -webkit-line-clamp: unset;*/
/*}*/

.text-content {
    transition: max-height 0.3s ease-in-out;
    line-height: 1.625;
    font-weight: 400;
    font-size: 1rem;
}

.bg-gray {
    background-color: #E6E7E880;
}

#textContainer1,
#textContainer2,
#textContainer3 {
    max-height: calc(1.9em* 3);
    overflow: hidden;
}

.read-more-btn {
    padding-left: 0px;
    cursor: pointer;
    color: var(--menaorange);
    text-transform: uppercase;
    /*display: none;*/
    padding-top: 10px;
}

.text-content.right p {
    font-size: 12px !important;
}

.text-content.left {
    border-right: 2px solid #D9D9D9;
    padding-right: 60px;
}

.text-content.left p {
    font-size: 16px !important;
}

@keyframes sub-popup {
    0% {
        bottom: -100%;
        opacity: 0;
    }

    85% {
        bottom: 0px;
        opacity: 0;
    }

    100% {
        bottom: 30px;
        opacity: 1;
    }
}

.language-switcher a.active {
    font-weight: 700;
}

/*.map_container svg {*/
/*    overflow: visible !important;*/
/*}*/
.subscribe-popup h3 {
    font-size: 16px;
    color: white;
    margin-bottom: 1.7rem;
}

.blog-content img {
    width: 100%;
    object-fit: contain;
}

.subscribe-popup form {
    margin-block-end: 0em;
}

/*.subscribe-popup button{*/
/*    border: 3px solid var(--menaorange) !important;*/
/*    margin-bottom: 0px;*/
/*    color: var(--menaorange);*/
/*}*/
/*.subscribe-popup button:hover{*/
/*    color: var(--menaorange);*/
/*}*/
.subscribe-popup input {
    width: 85%;
    border: 0;
    border-bottom: 3px solid rgba(239, 239, 239, 0.7);
    background-color: transparent;
    height: 45px;
    color: white;
}

.btn:hover:not(.btn-icon-only) {
    box-shadow: none;
    transform: translateY(0px);
}

.closebtn {
    position: absolute;
    top: 12px;
    right: 21px;
    font-size: 40px;
    line-height: 35px;
    cursor: pointer;
}

.fc-h-event {
    background-color: var(--menaorange) !important;
    border: 0px !important;
    padding: 0px;
}

#calendar .event-title {
    display: flex;
    white-space: break-spaces;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    text-overflow: ellipsis;
}

#calendar .event_attendance:after {
    margin-top: 5px;
}

.calendar-container .event-title .event_attendance {
    position: fixed;
    top: 5px;
    right: 5px;
}

.fc .fc-daygrid-event-harness-abs {

    bottom: 0px;
    top: auto !important;
}

#map_access {
    display: none !important;
}

.popup-content {
    font-family: 'Montserrat';
}

.square-holder a {
    width: 100%;
}

.square-holder a img {
    max-width: 100%;
    width: 100%;

}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    border-radius: 6px;
    background: #F1F1F1;
    top: 35px;
    text-align: start;
}

.dropbtn {
    cursor: pointer;
}

#sort_menu {
    cursor: pointer;
}

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

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:first-child {
    border-radius: 6px 6px 0px 0px;
}

.dropdown-content a:last-child {
    border-radius: 0px 0px 6px 6px;
}

.square-holder {
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    min-height: 200px
}

.community-img {
    aspect-ratio: 127/183;
}

.nav-item.active .dropbtn.fa.fa-caret-down {
    color: #F4C465;
}

.nav-item .dropbtn.fa.fa-caret-down {
    color: #344767;
    padding: 0rem 0rem 0.5rem 0rem;
}

.dropdown-content .nav-link {
    border-bottom: 1px solid #D0D0D0 !important;
    border-radius: 0px !important;
    color: #344767 !important;
    font-size: 12px;
}

.dropdown-content .nav-link.active {
    font-weight: 700;
}

.nav-item .dropdown-content a.nav-link {
    color: #344767 !important;
    font-weight: 400;
}

.nav-item .dropdown-content a.nav-link.active {
    font-weight: 700;
}

.nav-item .dropdown-content a.nav-link:hover {
    color: var(--menaorange) !important;
}

.dropdown-content .nav-link:last-child {
    border-bottom: 0px solid #D0D0D0 !important;
}

.dropdown-content {
    padding: 3px 20px;
}

.dropdown-content a.nav-item.active {
    color: var(--menaorange) !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar-brand.coming-soon img {
    max-width: 300px;
}

.btn:hover {
    color: var(--menablue);
}

.map_content {
    width: 100%;
    /* min-height: 900px;    */
    overflow: visible;
}

.map_container {
    /* position: absolute; */
    width: 1250px;
    top: -4%;
    right: -1%;
    margin-bottom: 2rem;
}

.language-switcher a {
    color: var(--menablue);
}

.language-switcher {
    padding-top: 0px;
}

@keyframes FadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-content p {
    margin-bottom: 0;
}

/*.text-container:after{*/
/*    width: 100%;*/
/*    height: 20px;*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-image: linear-gradient(rgba(255,0,0,0) 0%, rgba(255,0,0,1) 100%);*/
/*}*/
.filter {
    margin: 10px 0px;
    max-height: 165px;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 100%;
}

.FadeInUp {
    opacity: 0;
    transform: translateY(0px);
    animation: FadeInUp 1s ease-in-out forwards;
}

span:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
form:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(.search-box *):not(#repos *):not(.filter-container):not(#blogs *),
ul:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
img:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(.post-img):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
.position-relative.overflow-hidden:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
.post-container:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
p:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(.slide_description):not(#repos *):not(.filter-container):not(#blogs *),
a:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
h1:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
h3:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
h4:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(#subscribe-popup *):not(#repos *):not(.filter-container):not(#blogs *),
button:not(header *):not(footer *):not(.map_container *):not(.dropdown-content *):not(dialog *):not(#map *):not(.search-box *):not(#subscribe-popup *):not(#repos *):not(.btn-mena-4):not(.filter-container):not(#blogs *) {
    opacity: 1;
    /*transform: translateY(20px);*/
    transition: background 0.3s, color 0.3s, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

video {
    width: 100%;
}

.partners-imgs {
    grid-auto-flow: column;
    gap: 100px;
    grid-template-columns: 255px repeat(auto-fill, 303px) 254px;
}

#map_holder {

    width: 80vw !important;

}

@media (max-width: 1850px) {
    .map_container {
        position: relative;
        width: 80vw;
        top: 0%;
        right: -8%;
    }

    .map_content {
        width: 100%;
        min-height: fit-content;
        overflow: visible;
    }
}

@media (max-width: 900px) {
    /*.text-container {*/
    /*    max-height: 25ch;*/
    /*}*/

    .tt_sm_map {
        display: none !important;
    }

    .square-holder {
        min-height: 115px;
    }

    .language-switcher a {
        font-size: 22px;
    }

    .language-switcher {
        padding-top: 20px;
    }

    .post-loop-inner .post-content {
        width: 100%;
    }

    .countries-map img {
        width: 100%;
        margin-left: 0;
    }

    #blogs .post-container.community {
        width: 100%;
    }

    .pagination {
        gap: 2px;
    }

    .square-holder {
        padding: 0 70px 0 70px;

    }

    .text-content.left {
        border-right: 0px solid #D9D9D9;
        padding-right: 0px;
    }

    .map_container {
        position: absolute;
        width: 120vw;
        top: -20%;
        right: -22%;
    }

    .map_content {
        width: 100%;
        min-height: 260px;
        overflow: clip;
    }

    #filters-popup {
        margin-right: auto;
    }

    .dropdown-content {
        right: 0px;
        top: 35px;
    }

    .g_bot_left {
        bottom: auto;
        top: 550px;
        left: 0px;
        width: 59px;
    }

    .g_bot_right {
        bottom: auto;
        top: 504px;
        right: 0px;
        width: 60px;
    }

    .g_top_left_mid {
        top: 418px;
        right: 0px;
        width: 60px;
    }

    .g_top_left {
        top: 20px;
        left: 0px;
        width: 95px;
    }

    .g_top_right {
        top: 20px;
        right: 0px;
        width: 101px;
    }

    .about_top_left {
        top: 50px;
        left: 0px;
        width: 136px;
    }

    .about_top_left_mid {
        top: 460px;
        left: 0px;
        width: 70px;
    }

    .about_bot_left {
        top: 927px;
        left: 0px;
        width: 57px;
    }

    .about_top_right {
        top: 327px;
        right: 0px;
        width: 93px;
    }

    .about_bot_right {
        top: 711px;
        right: 0px;
        width: 71px;
    }

    .bg-images.contactus {
        display: block;
    }

    .subs .lottie_top_right {
        top: 64px;
        right: 0px;
        width: 322px;
        display: none;
    }

    .map-pop-up {
        padding: 15px 15px;
        width: 250px;
        background: #7387ae;
    }

    .tt_custom_sm {
        overflow: visible !important;
    }

    #tt_sm_map {
        z-index: 10 !important;
        max-width: fit-content !important;
    }

    .subscribe-popup {
        display: none;
    }

    .bg-images.home {
        display: block;
    }

    .hero-home {
        background-size: 0px;
    }

    .post-loop-inner .save_to_calandar {
        top: 15px;
        left: auto;
        right: 15px
    }

    .coming-soon-hero h3 {
        font-size: 26px;
        margin: 0px;
    }

    .coming-soon-hero {
        top: calc(50% - 30px);
    }

    #repos .event_img {
        max-height: 220px;
        height: auto;
        margin-bottom: 1.5rem;
        object-fit: contain;
        object-position: center;
    }

    .country-img {
        width: 100%;
    }

    #repos .event-description {
        margin-bottom: 1.5rem;
    }

    .post-loop-featured {
        width: 50%;
    }

    .post-container {
        width: 50%;
    }

    .big-title {
        font-size: 39px;
        text-align: left;
    }

    .hero {
        margin-top: 0px;
        max-height: 32vh;
    }

    #myVideo {
        height: auto;
        width: 100%;
    }

    h3 {
        font-size: 32px;
        line-height: 48px;

    }

    .search-box {
        width: 100%;
    }

    .event_img {
        max-height: 200px;
        height: auto;
        margin-bottom: 1.5rem;
        object-fit: contain;
        object-position: center;
    }

    .event-description {
        margin-bottom: 0rem;
    }

    .event_date {
        white-space: nowrap;
    }

    #blogs .post-container {
        width: 50%;
    }

    .navbar-brand img {
        width: 215px;
    }

    .lottie_bot_left {
        bottom: 0px;
        left: 120px;
        width: 59px;
    }

    .lottie_bot_right {
        bottom: 0px;
        right: 34px;
        width: 68px;
    }

    .lottie_mid_left {
        bottom: 130px;
        left: 0px;
        width: 120px;
    }

    .lottie_top_left {
        top: 78px;
        left: 0px;
        width: 159px;
    }

    .lottie_top_right {
        top: 57px;
        right: 0px;
        width: 146px;
    }
}

@media (max-width:767px) {
    .obj-con {
        display: block !important;
        grid-auto-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .navbar-brand.coming-soon img {
        max-width: 150px;
    }

    .about_top_left {
        top: 59px;
        left: 0px;
        width: 81px;
    }

    .about_top_left_mid {
        top: 271px;
        left: 0px;
        width: 49px;
    }

    .about_bot_left {
        top: 516px;
        left: 0px;
        width: 52px;
    }

    .about_top_right {
        top: 507px;
        right: 0px;
        width: 47px;
    }

    .about_bot_right {
        top: 294px;
        right: 0px;
        width: 47px;
    }

    .g_bot_left {
        top: 335px;
        left: 0px;
        width: 32px;
    }

    .g_bot_right {
        top: 219px;
        right: 0px;
        width: 33px;
    }

    .g_top_left_mid {
        top: 191px;
        left: 0px;
        width: 36px;
    }

    .g_top_left {
        top: 10px;
        left: 0px;
        width: 68px;
    }

    .g_top_right {
        top: 68px;
        right: 0px;
        width: 51px;
    }

    .lottie_bot_left {
        bottom: 0px;
        left: 27px;
        width: 44px;
    }

    .lottie_bot_right {
        bottom: 0px;
        right: 13px;
        width: 50px;
    }

    .lottie_mid_left {
        bottom: 109px;
        left: 0px;
        width: 83px;
    }

    .lottie_top_left {
        top: 33px;
        left: 0px;
        width: 86px;
    }

    .lottie_top_right {
        top: 23px;
        right: 0px;
        width: 100px;
    }

    .partners-imgs a {
        max-width: 80%;
    }

    .partners-imgs {
        grid-auto-flow: row;
        gap: 10px;

    }

    .navbar-brand img {
        width: 150px;
    }

    h3 {
        font-size: 23px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    h6 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 1rem;

    }

    .post-loop-inner .post-date {
        font-size: 14px;
        margin-bottom: 0;
    }

    .search-box {
        width: 100%;
    }

    #blogs .post-container {
        width: 100%;
        padding: 15px;
    }

    .post-loop-inner .post-content {
        padding: 15px;
    }

    .hero {
        height: auto;
        min-height: 166px;
        display: block;
        width: 100%;
        position: relative;
        margin-top: 0px;
    }

    #myVideo {
        position: relative;
        right: 0;
        bottom: initial;
        z-index: -1;
        width: 100%;
    }

    #main_title {
        font-size: 25px;
        margin-bottom: 0rem;
    }

    .partners {
        display: flex;
        flex-direction: column;
        object-fit: contain;
        gap: 20px;
    }

    .partners img {
        object-fit: contain;
    }

    .navbar-brand img {
        height: 35px;
    }

    .post-loop-featured {
        width: 100%;
    }

    .post-loop-news {
        width: 100%;
    }

    .post-loop-events {
        width: 100%;
    }

    .post-loop-community {
        width: 100%;
    }

    .post-loop {
        width: 100%;
    }

    .post-container {
        width: 100%;
        padding: 15px 0px;
    }

    .feminist-ai-border:before {
        content: '';
        width: calc(100% - -14px);
        height: calc(100% - 15px);
        top: 7px;
        left: -7px;
    }

    #main_title {
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 42px;
        text-align: center;
        text-transform: uppercase;

    }

    #intro {
        font-size: 16px;

    }

    .subs {
        background-size: 0px;
        padding: 30px 0px 10px;
    }

    .subs form {
        margin-top: 15px;

    }

    .big-title {
        font-size: 23px;
        line-height: 28px;
        text-align: center;
    }

    .navbar-brand.coming-soon img {
        width: 180px;
        height: 40px;
    }

}

.objectives-images dotlottie-player {
    margin-bottom: 20px;
    max-width: 100%;
    height: 75px;
    object-fit: contain;
    position: static;
}

.community-img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top;
    height: 100%;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    padding-left: 0px;
    cursor: pointer;
    color: var(--menaorange);
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
}