@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat/Montserrat-Medium.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;
}

*, ::after, ::before {
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: unset;
}

h1, h2, h3,
h4, h5, h6, figure {
    margin: 0;
}

header {
    background-color: white;
    width: 100%;
    height: auto;
}


figcaption {
    margin: 32px 0;
    text-align: center;
    line-height: 26px;
}

.mt-150 {
    margin-top: 150px;
}

.cus-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto !important;
}


#mainBanner {
    position: relative;
    display: flex;
    direction: rtl;
}

picture {
    display: flex;
    width: 100%;
}

.absolute-img {
    position: absolute;
    width: 100%;
    /* height: auto; */
    height: 100vh;
    object-fit: cover;
    right: -200%;
    transition: all 0.8s ease-in-out;
    /* z-index: 5; */
    z-index: 11;
}

#mainBanner .main-img {
    width: 100%;
    /* height: auto; */
    height: 100vh;
    object-fit: cover;
}

#mainBanner .cus-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 100px;
}

#mainBannerOverlay {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.main-banner-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    direction: ltr;
}

.main-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    opacity: 0;
}

h1 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #f2f2f2;
    margin: 0 !important;
}

h2 {
    color: #f2f2f2;
    font-size: 23px;
    line-height: 32px;
    margin: 0 !important;
    max-width: 75%;
}

.bold {
    font-family: "Montserrat-Bold", sans-serif;
}

.purple {
    color: #75A78A;
}

.writer-info-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
}

.writer-info-div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.writer-info-div span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #F2F2F2;
}

.main-content-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 6%;
    width: 100%;
    margin-top: 75px;
}

.main-content {
    margin: auto;

    max-width: 50%;
    width: 100%;
}

.main-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #1A1A1A;
    margin: 0 0 32px 0;
}

.main-content h2 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 22px;
    margin-bottom: 16px !important;
    margin-top: 45px !important;
    color: #333333;
}

.content-section .main-content {
    margin: auto;
}

section {
    position: relative;
    z-index: 0;
}

.image-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 32px auto !important;
}

.image-container.mx-60 {
    max-width: 60%;
}

.images-flex {
    display: flex;
    width: 100%;
    gap: 32px;
}

.images-flex.end {
    align-items: flex-end;
}

.image-container img {
    width: 100%;
    height: auto;
}

.image-section {
    position: relative;
    width: 100%;
}

.image-section img {
    width: 100%;
    height: auto;
}

.scroll-image-section {
    position: relative;
    width: 100%;
    overflow: visible;
}


.scroll-image-section figure {
    position: sticky;
    top: 0;
}

.scroll-image-section figure picture img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



.image-bg-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}


.scroll-content-section {
    background-color: rgba(51, 51, 51, 0.7);
    width: 50%;
    padding: 20px 35px;
}

.scroll-content-section .main-content {
    max-width: 100% !important;
}

.scroll-content-section .main-content p,
.scroll-content-section .main-content h2 {
    color: #f2f2f2;
}

.scroll-content-section .main-content h2 {
    font-size: 26px;
}

.main-sec-title-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.main-sec-title-wrapper .cus-container {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    height: 100%;
    padding: 0;
    margin-top: 100px !important;
}

.main-sec-title {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 48px;
    line-height: 55px;
    color: white;
    width: 100%;
    margin-top: 24px !important;
}

.main-sec-title.quote {
    position: relative;
    font-size: 24px;
    color: #f2f2f2;
    padding-right: 50px;
    max-width: 30%;
    line-height: 32px;
}

.main-sec-title.quote::before {
    content: "";
    position: absolute;
    background-image: url("../images/icons/quote.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    top: -30px;
    right: 0;
}

.vid-section {
    position: relative;
    width: 100%;
}

.vid-section video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transform: scaleX(-1);
}

.main-sec-title.f-28 {
    font-size: 28px;
}

.ai-generated-text-wrapper {
    position: absolute;
    bottom: 50px;
    right: 0;
    background-color: rgba(39, 60, 48, 0.3);
    padding: 12px 40px;
    width: 100%;
    text-align: right;
    max-width: fit-content;
}

.ai-generated-text-wrapper span {
    font-size: 14px;
    color: #f2f2f2;
}

.boxes-columns-container, .tabs-boxes-container {
    display: flex;
    gap: 20px;
    max-width: 70%;
    margin: 32px auto;
    width: 100%;
}

.boxes-title-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.boxes-title-column h3 {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    color: #f2f2f2;
    background-color: #4D4D4D;
}

.box-image {
    text-align: center;
    padding: 40px;
    background-color: #F2F2F2;
}

.box-image img {
    width: 85px;
    height: 65px;
    margin: auto;
}

.boxes-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.boxes-wrapper span {
    font-family: "Montserrat-Bold", sans-serif;
    text-align: center;
    padding: 0 20px;
    background-color: #F2F2F2;
    line-height: 24px;
    width: 100%;
    height: 100%;
    min-height: 85px;
    max-height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-boxes-btns-wrapper {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.tab-box {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 17px;
    padding: 20px;
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    transition: all 0.4s;
    color: #1A1A1A;
}

.tab-box.active {
    transition: all 0.4s;
    color: #f2f2f2;
    background-color: #75A78A;
}

.tabs-content-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
}

.tabs-content-wrapper img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 32%;
    height: auto;
    opacity: 0.2;
}

.tab-content-div {
    display: none;
    position: relative;
    max-width: 95%;
    width: 100%;
    /* margin: 20px auto; */
    margin-bottom: 20px;
}

.tab-content-div.active {
    display: block;
}

.content-div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.content-box {
    padding: 20px;
    width: 100%;
    background-color: #333;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content-box p, .content-box ol li,
.content-box ul li {
    font-size: 17px;
    line-height: 26px;
    color: #f2f2f2;
    margin: 0;
}

.content-box span {
    display: flex;
    justify-content: flex-end;
    color: #f2f2f2;
    text-align: left;
    line-height: 24px;
}

.content-box ol,
.content-box ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
}

.content-box ul li::marker {
    font-size: 30px;
    color: #75A78A;
}

.center {
    text-align: center !important;
}

.arij-inv-txt {
    font-family: "Montserrat-Bold", sans-serif;
    font-style: italic;
    font-size: 19px;
    color: #1a1a1a;
}

.bg-color-section {
    position: relative;
    background-color: #80449e;
    width: 100%;
    height: auto;
    padding: 50px 0;
    overflow: hidden;
}

.bg-color-section h2 {
    font-size: 32px;
    color: #f2f2f2;
    margin-bottom: 32px !important;
}

.bg-color-section .main-content p {
    color: #f2f2f2;
}

.green-scoll {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}

.green-scoll img {
    width: 100%;
    height: 100%;
}


#main-sec-video {
    position: relative;
    overflow: visible;
    direction: ltr;
    background-color: black;
}

#main-bg-video {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* z-index: -1; */
    z-index: 1;
}

.video-container::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9), transparent);
    position: absolute;
    inset: 0;
    z-index: 1;
}

.video-container {
    width: 100%;
    position: sticky;
    top: 0;
    display: inline-block;
    text-align: left;
}

.video-container video {
    transform: scaleX(-1);
}

.video-content {
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 50px;
    color: #f2f2f2;
    overflow: visible;
    direction: rtl;
    float: right;
    background-color: rgba(51, 51, 51, 0.7);
}

.video-content h2 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 28px;
    line-height: 46px;
    color: #f2f2f2;
    margin-bottom: 32px !important;
}

.video-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #f2f2f2;
    margin: 0 0 32px 0;
}

.bg-cutter-wrapper {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    /* height: 660px; */
    height: 200px;
    z-index: 9999;
    margin: 50px 0;
}

#cutter-1 {
    background-image: url("../images/cutter1.png");
}

#cutter-2 {
    background-image: url("../images/cutter2.png");
}

.absolute-text {
    position: absolute;
    top: 32px;
    right: 6%;
    max-width: 15%;
}



.shared-with-div {
   border-top: 1px solid #e2e2e2;
   width: 100%;
   margin: 75px auto;
   padding: 28px;
   background-color: #e2e2e21c;
   display: flex;
   flex-direction: column;
   gap: 42px;
}


.shared-lang-wrapper {
   display: flex;
   flex-direction: column;
   gap: 28px;
}
.shared-lang-wrapper h6 {
   font-family: 'Montserrat-Bold', sans-serif;
   display: flex;
   align-items: baseline;
   gap: 8px;
   font-size: 18px;
   font-weight: bold;
   color: #1a1a1a;
}
.shared-lang-wrapper h6::before {
   content: "";
   display: flex;
   background-color: #b4031b;
   width: 5px;
   height: 5px;
   border-radius: 50%;
}
.shared-links-wrapper {
   display: flex;
}
.shared-links-wrapper span {
   display: flex;
   max-width: 90%;
   width: 100%;
   gap: 10px;
   flex-wrap: wrap;
}

.shared-links-wrapper a:not(:last-child) {
   border-left: 2px solid #b4031b;
   padding-left: 10px;
}
.shared-links-wrapper a {
   color: #1A1A1A !important;
}

.investigation-tags-container {
   width: 100%;
   border-top: 1px solid #e2e2e2;
   padding-top: 20px;
   margin: 0 auto 32px auto;
}
.investigation-tags-wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   max-width: 100%;
   margin: auto;
   gap: 8px;
}
.investigation-tags-wrapper a {
   font-size: 14px;
   display: flex;
   align-items: center;
   padding: 6px 15px;
   color: #b4031b;
   background-color: transparent;
   border: 1px solid #b4031b;
   border-radius: 7px;
   transition: all 0.5s;
}
.investigation-tags-wrapper a:hover {
   color: white;
   background-color: #b4031b;
   border: 1px solid #b4031b;
   transition: all 0.5s;
}


/* Media Queries */

@media (max-width: 1199px) {
    .cus-container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .cus-container {
        max-width: 1200px;
    }

    /* #mainBanner{
        background-position: top;
        height: 100vh;} */

}

@media (min-width: 1500px) {
    .cus-container {
        max-width: 1400px;
    }
}

@media (min-width: 992px) and (max-width: 1198px) {
    /* .cus-container{
        max-width: 720px;
    } */

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-content {
        max-width: 75%;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .cus-container {
        max-width: 90%;
    }

    #mainBanner {
        height: 700px;
    }

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    #mainBanner .main-img {
        object-fit: cover;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-idea-wrapper {
        max-width: 100%;
    }

    .main-content {
        max-width: 75%;
        width: 100%;
        margin: auto;
    }

    .main-sec-title {
        max-width: fit-content;
        padding-bottom: 0;
    }

    .main-sec-title-wrapper.bg .main-sec-title {
        max-width: fit-content
    }

    .main-sec-title-wrapper .cus-container {
        justify-content: flex-start;
    }

    .bg-law-box-wrapper {
        max-width: 90%;
        height: fit-content;
    }

    .law-box-row {
        flex-direction: column;
        gap: 35px;
        padding: 35px;
    }

    .law-content {
        max-width: 90%;
        gap: 12px;
    }

    .law-content h3 {
        font-size: 22px;
    }

}

@media (max-width: 991px) {
    .cus-container {
        max-width: 90% !important;
        padding: 0;
    }

    #mainBanner {
        height: 100vh !important;
    }

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    #mainBanner .main-img {
        object-fit: cover;
    }
    .absolute-img{display: none;}

    h2 {
        max-width: 100%;
    }

    .main-content p {
        text-align: left;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-idea-wrapper {
        max-width: 100%;
    }

    .main-content {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }

    .main-sec-title-wrapper {
        position: unset;
    }

    .image-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-sec-title, .main-sec-title-wrapper.bg .main-sec-title {
        font-size: 28px;
        line-height: 34px;
        margin: 0 auto !important;
        text-align: left;
        width: 100%;
        color: #f2f2f2;
        max-width: 100%;
        padding: 20px 0;
    }

    .main-sec-title-wrapper .cus-container {
        margin-top: 20px !important;
    }

    .scroll-content-section, .video-content {
        width: 100%;
    }

    .ai-generated-text-wrapper {
        max-width: 100%;
        bottom: 0;
    }

    .scroll-content-section .main-content h2 {
        margin-bottom: 32px !important;
    }

    .images-flex {
        flex-direction: column;
    }

    .tabs-boxes-container {
        flex-direction: column !important;
        max-width: 90%;
    }

    .absolute-text {
        position: unset !important;
        max-width: 100%;
    }

    .bg-cutter-wrapper {
        height: 200px;
        background-attachment: unset;
        margin: 20px 0;
    }

    .main-sec-title.f-28 {
        font-size: 28px;
        line-height: 42px;
    }

    .scroll-image-section{
        background: none;
    }
    .scroll-image-section figure picture img{height: auto;}
    .scroll-content-section{background-color: #1A1A1A;}
    .shared-lang-wrapper h6::before{width: 9px;}
}

/* End Media Queries */