@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat/Montserrat-Medium.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.woff2");
    font-display: swap;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    direction: ltr;
    overflow-x: hidden;
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: left;
}

html {
    width: 100%;
    height: 100%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

a, a:hover {
    text-decoration: unset;
}

h1, h2, h3,
h4, h5, h6, figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

strong {
    font-family: 'Montserrat-Bold', sans-serif;
}


.cus-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.my-50 {
    margin: 50px auto !important;
}

header {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

#awards-header-container {
    display: flex;
    align-items: center;
    /* gap: 40px; */
    padding: 23px 10px;
    justify-content: space-between;
}

.logo-menu-wrapper {
    width: 100%;
    display: flex;
    gap: 40px;
    max-width: 95%;
}

#awards-header-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

#awards-header-container ul li a {
    font-family: "Montserrat-Bold", sans-serif;
    color: white;
    font-size: 17px;
    transition: all 0.4s;
}

#awards-header-container ul li a:hover,
#awards-header-container ul li a.active {
    transition: all 0.4s;
    color: #E40421;
}
.lang-link{
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 17px;
    color: white;
    transition: all 0.4s;
}
.lang-link:hover{
    color: #E40421;
    transition: all 0.4s;
}
.lang-link-mob{display: none;}

#main-section h1 {
    font-family: "Montserrat-Bold", sans-serif;
    margin: 0;
    font-size: 50px;
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 9999999;
    color: #ffffff;
    width: 500px;
    transform: translateY(-50%);
    margin-top: -12px;
    line-height: 68px;
}

#main-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgb(11 4 5 / 74%) !important;
}

h2 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 20px;
    margin: 0 0 24px 0;
    color: #000;
}

.m-t-40 {
    margin-top: 40px !important;
}

.strong-h {
    font-family: "Montserrat-Bold", sans-serif;
}

.main-bg {
    width: 100%;
    height: 700px;
    object-fit: cover;
    transform: scaleX(-1);
}

.cus-container article {
    max-width: 85%;
    margin: auto;
}

#section01 {
    padding: 50px 0 0 0;
    background-color: #ffffff;
    height: auto;
}

#section01 .lead {
    font-size: 18px;
    margin-top: 21px;
    color: #000000;
    font-weight: 400;
    line-height: 1.68421053em;
}

#section01 strong {
    color: #e40521;
}

.best-list img {
    width: 30px;
    height: 30px;
}

.best-list {
    list-style: unset;
}

.best-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    line-height: 36px;
}

.best-list li:last-child {
    margin-left: 36px;
}

.box-final {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 45px;
}

.box-final a {
    display: flex;
    padding: 10px 20px;
    border: 1px solid #e40521;
    color: #1c1a1a;
    font-size: 21px;
    font-weight: 500;
    transition: all .5s;
    border-radius: 5px;
}

.bottom-qa-section {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-top: 70px;
    background-color: #1c1a1a;
}

.faq-link {
    text-align: center;
    width: 200px;
    margin: auto;
    cursor: pointer;
}

.faq-link img {
    width: 115px;
    height: 90px;
    object-fit: contain;
}

.faq-link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-link p {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #F5F5F5;
    font-weight: bold;
    text-align: center;
}

#section02-light {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    padding: 80px 0 15px 0;
}

.jury-container-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
    margin-top: 40px;
    padding: 10px 100px;
    position: relative;
}

.jury-container-main .strong-h {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 40px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: bold !important;
    line-height: 60px;
    padding-left: 60px;
    width: 40%;
    padding-top: 30px;
}

.circle-jury02 {
    width: 60%;
    display: flex;
    justify-content: center;
}

.circle-map {
    background-color: #1c1a1a;
    position: absolute;
    width: 60%;
    right: 0;
    top: -20px;
    padding: 30px;
    height: 120%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.circle-jury02 .jury-elemnt.main {
    display: flex;
    position: relative;
    z-index: 999;
    width: 100%;
    justify-content: center;
    flex-direction: row;
}

.circle-jury02 .jury-elemnt>img {
    border-radius: unset;
    width: 242px;
    height: 265px;
    object-fit: cover;
    filter: unset;
    margin-right: 20px;
}

.circle-jury02 .main .name {
    font-family: "Montserrat-Bold", sans-serif;
    color: #E40421;
    padding-right: 10px;
    font-size: 31px;
    width: auto;
    margin-bottom: 10px;
}

.circle-jury02 .main .title-job {
    padding: 1px 15px;
    color: #F5F5F5;
    font-size: 20px;
    text-align: left !important;
}

.diff-color {
    font-size: 50px;
    background-color: #1c1a1a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jury-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    position: relative;
    z-index: 999;
}

.jury-elemnt {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.jury-elemnt img {
    border-radius: 5px;
    border: unset;
    width: 98%;
    height: 266px;
    object-fit: cover;
    filter: drop-shadow(2px 2px 3px #c0c0c0);
}

.jury-elemnt .name {
    font-family: "Montserrat-Bold", sans-serif;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 600 !important;
    color: #E40421;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.title-job {
    text-align: center !important;
    font-size: 18px;
    color: black;
    margin-top: 4px;
    margin-bottom: 40px;
}

#section02-dark {
    background-color: #1c1a1a;
    position: relative;
    height: auto;
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
}

#section02-dark h3 {
    color: #f2f4f1;
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.Committee-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Committee-elemnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    width: 21.33%;
    cursor: pointer;
}

.Committee-elemnt img {
    width: 98%;
    height: 266px;
    object-fit: cover;
    object-position: top;
    border: unset;
    margin-bottom: 11px;
    border-radius: 8px;
}

.Committee-elemnt .name {
    font-family: "Montserrat-Bold", sans-serif;
    color: #E40421;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.Committee-elemnt .title-job {
    color: #f2f4f1;
    font-size: 19px;
}

#section03 {
    padding: 80px 0;
    height: auto;
    background-color: #F5F5F5;
}

#section03 .strong-h {
    color: #000000;
    margin-top: -34px;
    margin-bottom: 65px;
    font-size: 28px;
}

.timeline {
    position: relative;
    margin: 50px auto;
    padding: 0 0;
    width: 80%;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #1c1a1a;
    top: 0;
    bottom: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 30px;
    border-radius: 9px;
    box-sizing: border-box;
    background-color: #1c1a1a;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: left;
    margin-left: -20px;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: right;
    margin-right: -20px;
    clear: both;
}

.timeline li:nth-child(2) {
    margin-top: 0 !important;
}

.timeline li:before {
    content: " ";
    display: table;
}

.timeline li:after {
    content: " ";
    display: table;
    clear: both;
}

.timeline li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -25px;
    background: #E40421;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -25px;
    background: #E40421;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline .content {
    padding: 0 !important;
}

.timeline ul li h3 {
    font-family: "Montserrat-Bold", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
    color: rgb(255 255 255);
    font-size: 22px;
    padding-top: 0;
    text-align: left;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
    color: white;
    text-align: left;
    line-height: 24px;
}

footer.inverted {
    background: unset;
    background-color: #1c1a1a;
}

footer.inverted .copyright-content {
    background: unset;
    background-color: #1c1a1a;
    min-height: 100px;
    padding: 30px 0;
}

.p-footer {
    text-align: right !important;
    font-size: 18px;
    font-weight: 500;
}

.footerLeft {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    flex-direction: row-reverse;
}

.footerLeft p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

footer.inverted a {
    display: flex;
    transition: 0.3s;
    color: #fff;
}

.footer-logo {
    border-right: 1px solid #ffffff;
    padding-right: 16px;
    width: 100px;
    height: auto;
}

.header-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-content {
    padding: 30px;
}

.header-popup .speaker-image {
    width: 250px;
    height: auto;
    border-radius: unset;
    border: unset;
    box-shadow: 0px 0 8px 1px #8080803d;
    border-radius: 7px;
    margin-bottom: 24px;
}

.header-popup .speaker-name {
    font-family: "Montserrat-Bold", sans-serif;
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
}

.header-popup .speaker-title {
    font-family: "Montserrat-Bold", sans-serif;
    text-align: center;
    color: #e40521;
    font-size: 17px;
    width: 100%;
    margin-bottom: 20px;
}

.header-popup .speaker-bio {
    font-size: 15px;
    text-align: left;
    color: #1E1E1E;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    border-top: unset;
    margin-top: 24px;
}

.modal-footer .btn {
    font-family: "Montserrat-Bold", sans-serif;
    color: #262565;
    text-shadow: unset;
    border: unset;
    font-size: 17px;
}

.btn:not(.btn-outline):not(.btn-light) {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#think01 .modal-body {
    padding: 40px;
}

#think01 h3 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 25px;
    color: #e40521;
    text-align: center !important;
    margin-bottom: 43px;
}

.qustion-container h4 {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    display: flex;
    align-items: baseline;
    margin-top: 19px;
    margin-bottom: 40px;
    text-align: left;
    justify-content: flex-start;
}

#think01 .modal-body p {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}

#think01 .modal-body ul li {
    font-size: 17px;
    line-height: 36px;
}
#think01 .modal-body ul li:last-child {
    margin-left: 34px;
}

img.question {
    width: 27px;
    height: 27px;
}

.modal-body hr {
    background-color: #E40421;
    width: 75%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 0px;
}

.qustion-container a {
    color: #cd061e;
}

#think01 .modal-body ul li img {
    width: 30px;
}

.qustion-container h4>img {
    width: 27px;
    margin-right: 6px;
}



#burger-menu-toggle {
    display: none;
    background: none;
    font-size: 28px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
}

#burger-menu.active {
    left: 0;
}

.menu-icon {
    margin: 0;
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
}

.menu-icon span {
    background-color: white;
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.menu-icon span:first-child {
    top: 0;
}

.menu-icon span:nth-child(2) {
    top: 8px;
}

.menu-icon span:last-child {
    top: 16px;
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:first-child,
.menu-icon.active span:last-child {
    top: 8px;
    background-color: white;
}

.menu-icon.active span:first-child {
    transform: rotate(45deg);
}

.menu-icon.active span:last-child {
    transform: rotate(-45deg);
}


.main-awards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    margin: 40px 0 0 0;
    background-color: #1a1a1a;
    border-radius: 10px;
}
.main-title-awards {
    font-family: "Montserrat-Bold", sans-serif;
    /* color: #1c1a1a; */
    color: #f2f2f2;
    text-align: center !important;
    margin: 45px 0 !important;
}
.box-winner {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: auto;
    background-color: #fcfcfc;
    /* background-color: #1a1a1a; */
    border-radius: 6px;
    /* filter: drop-shadow(2px 2px 3px gray); */
    position: relative;
    padding: 25px 40px;
    gap: 5%;
}
.nominated-investigations-title{
    font-family: "Montserrat-Bold", sans-serif;
    /* color: #E40421; */
    color: #5aa0e3;
    margin-bottom: 12px;
}
.journalist-name{
    font-family: "Montserrat-Bold", sans-serif !important;
    font-size: 20px;
    color: #1c1a1a;
    /* color: #f2f2f2; */
}
.box-winner-content {
    width: 60%;
}
.ar-lang h3 {
    font-family: "Montserrat", sans-serif;
    text-align: right !important;
    direction: rtl !important;
}
.gold-award {
    color: #e6b05e !important;
}
.silver-award {
    color: #cec2ab !important;
}
.bronze-award {
    color: #f79468 !important;
}
.mention-award{
    color: #8b5d37 !important;
}
.ar-lang p {
    font-family: "Montserrat";
    text-align: right !important;
    font-family: 'Montserrat', sans-serif !important;
    direction: rtl !important;
}
.red{
    color: #E40421;
}
.award-p{
    display: block;
    margin: 32px 0;
}

.award-p a {
    font-family: "Montserrat-Bold", sans-serif;
    line-height: 34px;
    padding-left: 22px;
    font-weight: 600;
    color: #f2f2f2;
    margin-top: 40px;
    display: inline;
    font-size: 19px;
    padding: 8px 10px;
    background: #1a1a1a;
    /* background: #f6f6f6; */
    /* color: #1a1a1a; */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.award-description {
    font-size: 17px;
    line-height: 23px;
    padding-left: 22px;
    font-weight: 500;
    color: #1a1a1a;
    /* color: #f2f2f2; */
}
.box-winner-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}
.box-winner-image img {
    width: 70%;
    filter: grayscale(.3);
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
}
.icon-awards {
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
}
.box-winner.double-img{align-items: center;}
.double-img .box-winner-content{
    width: 50%;
}
.double-img .box-winner-image{
    display: flex;
    gap: 10px;
}
.double-img .box-winner-image img{
    width: 50%;
}


.shared-award {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 5%;
}

.shared-award .box-winner {
    max-width: 42%;
    flex-direction: column;
    margin: 0;
    justify-content: space-between;

}

.shared-award .box-winner-content {
    width: 100%;
}

.shared-award .box-winner-image {

    margin: 0 auto;
}
.shared-award .double-img .box-winner-image {
    width: 80%;
}

/* Media Queries */

@media (max-width: 1199px) {
    .cus-container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .cus-container {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
    .cus-container {
        max-width: 1340px;
    }
}

@media (min-width: 992px) and (max-width: 1198px) {
    .shared-with-div {
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .cus-container {
        max-width: 90% !important;
        padding: 0;
    }

    .best-list li {
        font-size: 14px;
        line-height: 35px;
    }

    .jury-container-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

    .jury-container-main .strong-h {
        font-size: 33px;
        color: #000000;
        letter-spacing: 2px;
        font-weight: bold !important;
        width: 100%;
        line-height: 72px;
        padding-left: 0;
        margin-bottom: 70px;
        text-align: center;
        z-index: unset;
        position: unset;
        color: black;
        display: flex;
        justify-content: center;
        padding-top: 0;
    }

    .diff-color {
        font-size: 33px;
        background: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        padding-right: 10px;
    }

    #section02-light {
        padding: 40px 0;
    }

    .circle-jury02 {
        width: 100%;
    }

    .circle-map {
        display: none;
    }

    .circle-jury02 .jury-elemnt {
        flex-direction: column !important;
        align-items: center;
    }

    .jury-elemnt .name {
        font-family: "Montserrat-Bold", sans-serif;
        text-align: center !important;
        font-size: 20px !important;
        /* color: #1c1a1a !important; */
    }

    .circle-jury02 .title-job {
        padding: 1px 15px;
        color: #565656 !important;
        font-size: 20px;
        font-weight: 600;
    }

    .jury-list {
        flex-direction: column;
    }

    .jury-elemnt {
        width: 100%;
    }

    .jury-elemnt img {
        border-radius: 5px !important;
        border: unset;
        width: 300px !important;
        height: 415px !important;
    }

    #think01 .modal-body ul li {
        font-size: 15px;
        line-height: 36px;
    }

    .header-popup {
        flex-direction: column;
    }

    .header-popup .speaker-image {
        margin: 0 0 24px 0;
    }

    .header-popup .speaker-name,
    .header-popup .speaker-title {
        text-align: center;
    }

    .cus-container article {
        max-width: 100%;
    }

    .Committee-list {
        flex-direction: column;
    }

    .Committee-elemnt {
        width: 100%;
    }

    .Committee-elemnt img {
        height: 415px !important;
        width: 300px !important;
    }

    #section03 .strong-h {
        font-family: "Montserrat-Bold", sans-serif;
        text-align: center;
    }

    .timeline {
        width: 100%;
        padding-bottom: 0;
    }

    .timeline ul li:nth-child(odd) {
        margin-right: 0;
    }

    .timeline ul li:nth-child(odd), .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .timeline ul li:nth-child(even){margin-right: 0 !important;}

    .timeline:before,
    .timeline li:nth-child(odd):before,
    .timeline li:nth-child(even):before {
        display: none;
    }

    .timeline ul li h3,
    .timeline ul li p {
        text-align: center !important;
    }

    header {
        background-color: #1c1a1a !important;
        padding: 6px 6px;
        padding-bottom: 9px;
    }

    #main-section h1 {
        font-size: 40px;
        text-align: center;
        right: 0;
        left: 0;
        margin: 0;
        width: 100%;
        line-height: 50px;
    }

    #burger-menu-toggle {
        display: block;
    }

    #burger-menu {
        list-style: none;
        padding: 20px;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #1c1a1a;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
        transition: left 0.3s ease-in-out;
        z-index: 1000;
    
    }

    #section01 {
        padding-top: 15px;
    }

    #think01 .modal-body {
        padding: 10px;
    }

    .qustion-container h4 {
        align-items: center;
    }
    .logo-menu-wrapper{
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        max-width: 100%;
    }
    .lang-link-mob{display: flex;}
    .lang-link{display: none;}
     .main-title-awards{
        font-size: 30px; 
        line-height: 42px;
    }
    .box-winner{
        width: 100%;
        flex-direction: column;
    }
    .box-winner-content,.box-winner-image{
        width: 100% !important;
    }
    .award-p a{
        font-size: 18px;
        line-height: 30px;
    }
     .shared-award{
        flex-direction: column;
        gap: 30px;
    }
    .shared-award .box-winner{max-width: 100%;}
    .icon-awards {left: -25px;}
    .nominated-investigations-title{line-height: 38px;}
}

/* End Media Queries */