body {
    line-height: 1.1;
}

/*Animation*/
.scroll-animate span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
}

.clip-reveal {
    display: inline-block;
    /*overflow: hidden;*/
}

.clip-reveal span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
}

/*Animation*/

.scroll-appear-text-inner {
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
}

.scroll-word {
    position: relative;
    display: inline-block;
    color: #ffffff3d;
    /* base color */
    overflow: hidden;
}

.scroll-word .mask-word {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    /* animated color */
    white-space: nowrap;
    clip-path: inset(0 100% 0 0);
    /* start hidden from right */
    transition: clip-path 0.6s ease;
}

.ceo_banner {
    height: 100vh;
    position: relative;
}

.brown-gray {
    background: #7E6F67;
}

.red-grey {
    background: #C3B8B1;
}

.bg-red {
    background: #E41F28;
}

.fs128 {
    font-size: 7vw;
    line-height: 1.2;
}

.fs162 {
    font-size: 9vw;
    line-height: 1.2;
}

.fs96 {
    font-size: 5.5vw;
    line-height: 1.2;
}

.fs55 {
    font-size: 2.8vw;
    line-height: 1.2;
}

.fs64 {
    font-size: 3.75vw;
    line-height: 1.2;
}

.fs48 {
    font-size: 2.8vw;
    line-height: 1.2;
}

.fs42 {
    font-size: 2.5vw;
    line-height: 1.2;
}

.fs32 {
    font-size: 1.75vw;
    line-height: 1.2;
}

.fs16 {
    font-size: 1vw;
    line-height: 1.2;
}

.fs80 {
    font-size: 4.2vw;
    line-height: 1.2;
}

.yellow {
    color: #FCAF17;
}

.bg-y {
    background: #FCAF17;
}

.white {
    color: #ffffff;
}

.fml {
    font-family: 'Frutiger LT Arabic 45';
}

.ff-num {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-weight: bold;
}

.fs-num {
    /* font-size: 150px; */
    font-size: 9.2vw;
}


.grey {
    color: #7E6F67;
}

.grey2 {
    color: #7E6F67 !important;
}

.bg-grey {
    background: #7E6F67;
}

.bg-ligh-grey{
    background-color: #F2F0F0;
}

.bg-light {
    background: #f5f5f5;
}

.line {
    display: block;
    opacity: 0;
    transform: translateY(100%);
}

.fs28 {
    font-size: 1.6vw;
}

.fs26 {
    font-size: 1.5vw !important;
}

.fs22 {
    font-size: 1.14vw;
}

.para {
    font-size: 1.25vw;
    line-height: 1.3;
}

/*
.ceo_banner .ceo_title{
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translate(0, 70%);
  border-right: 40px solid #FCAF17;
  padding-right: 5vw;
}
.ceo_banner .ceo_title h1{
  font-size: 210px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -20px;
}
.ceo_banner .ceo_title h2{
    font-size: 110px;
    line-height: 1;
    color: #fff;
    position: relative;
    top: -20px;
}

.ceo_num div > div {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ceo_num div > div p {
    font-size: 18px;
    color: #fff;
}

.ceo_num div > div p h2 {}

.ceo_num > div {
    padding: 2vw 3vw;
    /* width: 50%; */
/* } */

/*.ceo_num {display: grid;grid-template-columns: repeat(2, 1fr);}

.ceo_num > .left {
    background: #E41F28;
}

.ceo_num > .right {
    background: #7D6E66;
    position: relative;
    top: 50%;
}

.ceo_num div > div h2 {
    font-size: 85px;
    color: #FCAF17;
}

.ceo_num div > div > .riyal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ceo_num div > div .riyal img {
    width: auto;
}

.ceo_num div > div h3 {
    text-align: right;
    font-size: 45px;
    color: #fff;
}

.ceo_num > .left > div {}

.ceo_num div > div:first-child {
    margin-bottom: 7vw;
}

.box_line {
    width: 22%;
    background: #FCAF17;
    height: 2px;
    margin-bottom: 1.5vw !important;
}

.text-alone h2 {
    font-family: 'Frutiger LT Arabic 45';
    font-size: 3vw;
}

.bg-text {
    width: 84%;
    margin: auto;
    font-size: 29px;
    line-height: 1.5;
    font-family: 'Frutiger LT Arabic 45';
}


.ceo_launch{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ceo_launch .left{
  width: 43%;
}
.ceo_launch .right{
  width: 52%;
}

.bg-red-box {
    background: #E41F28;
    padding: 5vw 16vw;
    text-align: -webkit-center;
}
.bg-red-box  h2{
  color: #fff;
  font-weight: bold;
  font-family: 'Frutiger LT Arabic 45';
  justify-content: center;
}*/
p.parab {
    font-size: 38px;
}

/*
.ceo-finaly {
    position: relative;
}

.ceo-finaly > div {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
}
*/

.ceo_last {
    padding-right: 8vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ceo_last .left {
    width: 39%;
}

.ceo_last .right {
    width: 45%;
    background: #E41F28;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 5vw;
    padding-left: 4vw;
}

.footer {
    background: #e41f28;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 3vw;
}

.footer .left {
    border-left: 1px solid #fff;
    padding-left: 4vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.footer .left .right {}

.footer .left>a {
    display: flex;
    align-items: center;
}

.footer div>a>svg {
    border-radius: 50%;
    transition: all .7s ease;
    transform: rotateY(180deg);
}

.footer .left>a>h3 {
    transition: all .7s ease;
}

.footer .left>a>p {}

.footer .right {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    padding-right: 4vw;
}

.footer .right h2 {
    font-size: 3vw;
    color: #fff;
}

.footer .right a {
    display: flex;
    align-items: center;
}

.footer .right a svg {
    transform: rotateY(360deg);
    transition: all .7s ease;
    border-radius: 50%;
}

.footer .right a h3 {
    font-size: 3vw;
    color: #fff;
    margin-right: 2vw;
    transition: all .7s ease;
}

.footer .left>a>div {
    margin-right: 2vw;
}

.footer .left>a>div p {
    font-size: 1.1vw;
    color: #fff;
    margin-top: 10px;
    font-family: 'Frutiger LT Arabic 45';
}

.footer .left>a>div h3 {
    font-size: 3.5vw;
    color: #fff;
    transition: all .7s ease;
}


/*stakeholders*/

.inner_top_small {
    height: 80vh;
    position: relative;
}

.inner_top_small h1 {
    font-size: 10vw;
    font-weight: bold;
    font-family: 'Frutiger LT Arabic 45';
}


.steak {
    /* font-family: Arial, sans-serif; */
    background: #fff;
    padding: 2vw 0 4vw 4vw;
}

.steak-tabs {
    display: flex;
    gap: 40px;
    width: 100%;
}

.steak-tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.steak-tab {
    cursor: pointer;
    color: #7e6f6738;
    font-size: 1.8vw;
    margin-bottom: 40px;
    transition: all .5s;
    position: relative;
    padding-right: 5vw;
}

.steak-tab.active {
    color: #c6001b;
    /* font-weight: bold; */
}

.steak-tab-content-container {
    flex: 1;
    padding-right: 7vw;
}

.steak-tab-content {
    display: none;
    width: 60%;
    margin: 0 auto 0 0;
}

.steak-tab-content.active {
    display: block;
}

.steak-title {
    margin-bottom: 50px;
    font-weight: bold;
    font-family: 'Frutiger LT Arabic 45';
    width: 50%;
    font-size: 4vw;
}

.steak-title.yellow {
    color: #FCAF17;
}

.steak-title.gray {
    color: #7D6E66;
}

.steak-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 50px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.steak-grid li {
    position: relative;
    /* padding-right: 25px; */
    font-size: smaller;
    color: #7D6E66;
    padding-top: 30px;
    margin-bottom: 0;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: 300;
    overflow: hidden;
    font-size: 2.2vw;
}

.steak-grid li p {
    line-height: 1.7;
}

.steak-line {
    position: absolute;
    width: 59px;
    height: 4px;
    background-color: #E41F28;
    right: 0;
    top: 0;
}

.steak-engagement {
    margin-bottom: 8vw;
}

.inner_top_small>div {
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translate(0, -35%);
}

/*History*/

.inner_top_blur {
    height: 100vh;
    position: relative;
}

.inner_top_blur h1 {
    font-size: 12vw;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
    color: #fff;
    transition: all .5s ease;
}

.inner_top_blur div {
    text-align: center;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inner_top_blur h1:hover i {
    /* filter: blur(6px); */
}

.inner_top_blur h1 i {
    transition: all .5s ease;
}

.inner_top_blur h1 span {
    filter: blur(15px);
    transition: all .5s ease;
}

.inner_top_blur h1:hover span {
    filter: blur(0);
}

.num_box .number {
    display: flex;
    align-items: baseline;
}

.num_box .number>i {
    font-size: 55px;
    font-size: 3.5vw;
}

.num_box .number img {
    width: auto;
}

.num_box h3 {
    /* font-size: 28px; */
    font-size: 1.8vw;
}

.num_box {
    padding: 4vw 2vw 15vw 2vw;
}

.num_box .num-line {
    width: 75px;
    height: 3px;
    background: #FCAF17;
    margin-bottom: 2vw;
}

.history_wrap .left .num_box {
    position: absolute;
    bottom: -11vw;
    z-index: -1;
}

.num_box .top {
    margin-bottom: 17vw;
}

.num_box .top p {
    font-size: 1.1vw;
}

.history_wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 6vw;
    padding-right: 8vw;
}

.history_wrap .left {
    width: 40%
}

.history_wrap .right {
    width: 50%;
}

.inner_top_blur.awards div {
    transform: translate(0%, -50%);
    right: 4%;
    text-align: left;
}

.inner_top_blur.awards img {
    height: -webkit-fill-available;
    object-fit: cover;
}


body.awards {
    background: url(../images/award-body-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.paraline {
    position: relative;
    padding-top: 2vw;
}

.paraline::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 200px;
    height: 3px;
    background: red;
}

.advancing_top {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.advancing_top>img {
    height: -webkit-fill-available;
    object-fit: cover;
}

.advancing_top .advani_text {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.advancing_top .advani_text>div h1 {
    font-family: 'Frutiger LT Arabic 45';
    line-height: 1;
    font-size: 7.3vw;
}


.advancing_top .advani_text .first {
    position: relative;
}

.advancing_top .advani_text .first::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 20px;
    height: 86%;
    background: #E41F28;
    display: none;
}

.advancing_top .advani_text .first b {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 20px;
    height: 86%;
    background: #E41F28;
}


.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 20px 0;
    direction: rtl;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    animation-delay: 3.1s; /* ⏱ start after 3 seconds */
}

.marquee-container:hover .marquee-content {
    /*animation-play-state: paused;*/
}

.marquee-container:hover .marquee-text {
/*    -webkit-text-stroke: 2px #fff;
    text-stroke: 1px orange;
    color: transparent;*/
}

.marquee-text {
    font-size: 13vw;
    font-weight: bold;
    color: #ffffff;
    transition: all .5s;
    display: inline-block;
    margin-left: 50px;
    /* spacing between repetitions */
    font-family: 'Frutiger LT Arabic 45';
}

.marquee-text span {
    filter: blur(9px);
    transition: all .5s;
}

.marquee-text:hover span {
    filter: blur(0);
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(50%); }
}

.refill span {
    opacity: 0.2;
    transition: opacity 0.2s;
    display: inline-block;
    white-space: pre;
    /* preserve spaces between words */
}

.footer div>a:hover>svg {
    background: #fff;
}

.footer div>a>svg path {
    transition: all .7s ease;
}

.footer div>a:hover>svg path {
    stroke: #e41f28;
}

.footer div>a:hover h3 {
    color: #FCAF17;
/*    -webkit-text-stroke: 2px #fff;*/
}

/*Micro*/

.micro-banner {
    height: 100vh;
    position: relative;
}

.micro-banner img {
    object-fit: cover;
    height: -webkit-fill-available;
}

.micro-banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.left_line>h2 i {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 88%;
    background: #E41F28;
}


.simple_slider .simpleSwiper {
    border-top: 1px solid #7E6F67;
    padding-top: 3vw;
}


.simpleSwiper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.simpleSwiper .swiper-slide .left {
    width: 50%;
}

.simpleSwiper .swiper-slide .right {
    width: 31%;
}

.simple_slider {
    position: relative;
    margin-top: 15vw;
    margin-bottom: 10vw;
}

.simple_slider .simpleSwiper .nextPrev {}

.nextPrev.simple {
    left: 8%;
    top: -6vw;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 0;
    }
}

#moving-img {
    width: 100%;
    height: 20vw;
    position: relative;
    top: 0;
    right: 0;
    /* background: url(../images/en/piatto-bg.jpg); */
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 100%;
    animation: animatedBackground 500s linear infinite;
}


.bab_table table {
    border-collapse: collapse;
    width: 100%;
}

.bab_table thead th {
    background-color: #7E6F67;
    color: white;
    text-align: center;
    padding: 25px 12px;
    vertical-align: middle;
}

.bab_table tbody td {
    padding: 25px 12px;
    /*font-family: 'Frutiger';*/
    vertical-align: middle;
}

.bab_table tbody tr:last-child td {
    border-bottom: none;
}

.bab_table td,
.bab_table th {
    font-size: 1.4vw;
}

.bab_table tbody td:not(:first-child),
.bab_table thead th:not(:first-child) {
    text-align: center;
}

.bab_table thead th:nth-child(1) {
    text-align: right;
}

.bab_table thead th:nth-child(2) {
    background: #7e6f67d6;
}

.bab_table thead th:nth-child(3) {
    background: #7e6f67c7;
}

.bab_table thead th:nth-child(4) {
    background: #7e6f67ba;
}

.bab_table thead th:nth-child(5) {
    background: #7e6f67a1;
}

.bab_table table tbody tr:nth-child(even) td {
    background: #EDEAE9;
}

.bab_table table tbody tr:nth-child(odd) td {
    background: #fff;
}

.h3border {
    border-bottom: 1px solid;
    padding-bottom: 2vw;
}

.border-yellow {
    border-bottom: 1px solid #FCAF1D;
}

.transaction_first {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 92%;
    margin: auto;
    padding: 6vw 0;
}

.transaction_first h2 {
    width: 50%;
}

.transaction_first>div {
    width: 40%;
    padding-left: 5vw;
}

.tableh3 {
    font-size: 2.8vw;
    /*font-family: 'Frutiger';*/
    font-weight: bold;
}

.simpleSwiper.transaction .swiper-slide .right {
    width: 42%;
}


.trans_pin .left {
    padding-left: 5vw;
    right: 0;
}

.trans_pin .right {}

.trans_pin .left ul li a {
    font-size: 1.75vw;
    color: #7e6f6738;
    transition: all .5s ease;
}

.trans_pin .left ul li.active a,
.trans_pin .left ul li:hover a {
    color: #E41F28;
}

.trans_pin .left ul li {
    margin-bottom: 3vw;
    position: relative;
    padding-right: 3vw;
}

.trans_pin .left ul li::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 1px;
    width: 10px;
    height: 100%;
    background: #E41F28;
    transition: all .5s ease;
}

.trans_pin .left ul li.active::before,
.trans_pin .left ul li:hover::before {
    right: 0;
}

.two-section {
    display: flex;
    justify-content: space-between;
    padding: 8vw 10vw;
}

.two-section h2 {
    width: 40%;
}

.two-section>div {
    width: 30%;
}

.two-section>div>div {
    position: relative;
    padding-top: 2vw;
}

.two-section>div>div::before {
    position: absolute;
    content: "";
}

.two-section>div>div::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 10px;
    background: #fff;
}

.retail_wrap {
    display: flex;
    position: relative;
}

.retail_wrap .retail-left {
    width: 60%;
}

.retail_wrap .retail-right {
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
}

.retail_wrap .retail-right .bott {
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 160%;
}

.treasury_wrap {
    padding: 7vw 14vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.treasury_wrap .tr_left {
    width: 35%;
}

.treasury_wrap .tr_right {
    width: 50%;
}


.treasury_wrap .tr_right p {
    position: relative;
    padding-top: 1.5vw;
    margin-bottom: 5vw;
}

.treasury_wrap .tr_right p i {
    width: 100%;
    height: 1px;
    background: #7E6F67;
    position: absolute;
    top: 0;
    right: 0;
}

.retail_num {
    position: absolute;
    top: 23%;
    right: 20%;
    padding-top: 3vw;
}

.service_sec .steak-engagement .steak-grid.three {
    grid-template-columns: repeat(3, 1fr);
}

.box_inline {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 1vw;
}

.box_inline .box {
    padding: 3vw 1.5vw 2vw;
    position: relative;
}

.box_inline .box>p {
    font-family: 'Frutiger LT Arabic 45';
    font-size: 1vw;
}

.zoom-in-loop {
    animation: zoomInOut 35s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.box_inline .box>i {
    width: 50px;
    position: absolute;
    top: 10%;
    height: 3px;
    background: #FCAF1D;
}

.box_inline .box:last-child>i {
    background: #fff;
}


.box_inner i {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 8px;
    background: red;
}

.customer_3 {
    display: flex;
    justify-content: space-between;
}

.customer_3 .left>div {
    justify-content: space-between;
}

.customer_3 .left>div p {
    width: 45%;
}

.customer_3 .left {
    width: 70%;
}

.customer_3 .right {
    width: 25%;
}

.box_inner.yell i {
    background: #FCAF17;
    height: 4px;
    width: 50px;
}

.left_line>h2.white i {
    background: #fff;
}

ul.slider-list {}

ul.slider-list li {
    margin: 0;
    list-style: disc;
}

.sus_last {
    display: flex;
}

.sus_last>h2 {
    width: 50%;
}

.sus_last>div {
    width: 50%;
    border-right: 1px solid #7e6f674f;
    padding-right: 3vw;
}

.sus_last>div>img {
    width: 85%;
    margin-left: auto;
    padding-right: 1vw;
}

.box_inline.six {
    grid-template-columns: repeat(6, 1fr);
}

.box_inline.six .box:last-child>i {
    background: #fcaf10;
}

.box_inline.six .box:nth-child(1)>i,
.box_inline.six .box:nth-child(4)>i {
    background: #fff;
}

.box_inline.six .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.this_effort {
    height: 100vh;
    position: relative;
}

.this_effort .this_bottom {
    position: absolute;
    z-index: 1;
    top: 35%;
    width: 90%;
    right: 5%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.this_effort .this_bottom .divone {
    border-left: 1px solid #ffffff63;
    padding-left: 2vw !important;
    padding: 4vw 0 5vw;
    width: 45%;
}

.this_effort .this_bottom .divtwo {
    border-left: 1px solid #ffffff63;
    padding-left: 2vw !important;
    border-left: 1px solid #ffffff63;
    width: 23%;
}

.this_effort .this_bottom .divthree {
    width: 22%;
}

.this_effort>h2 {
    position: absolute;
    right: 5%;
    top: 10%;
}

.main_time {
    height: 100vh;
    /*background: url(../images/timeline_bg.jpg);*/
    background-size: cover;
}

.main_time .position {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*Timeline*/

.main_time .swiper {
    height: 100vh;
}

.main_time .swiper-slide {
    /* display: flex; */
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    position: relative;
    height: 100vh;
}

.main_time .timeline {
    position: fixed;
    right: 0vw;
    top: 0;
    /* transform: translateY(-50%); */
    display: grid;
    /* flex-direction: column; */
    grid-template-columns: repeat(1, 1fr);
    gap: 150px;
    height: 100%;
    width: 35%;
}

.main_time .timeline-month {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    transition: all 0.7s ease;
    font-size: 2.5vw;
    font-family: 'Frutiger LT Arabic 45';
    color: #ffffff80;
}

.main_time .timeline-month.active {
    color: orange;
    /* font-weight: bold; */
    /*font-size: 3.75vw;*/
}

.main_time .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: gray;
    margin-right: 29px;
    position: relative;
    z-index: 111;
}

.main_time .dot-indicator {
    position: absolute;
    left: 20px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #E41F28;
    /*transition: transform 0.7s ease;*/
    z-index: 999;
}

.main_time .slide-content {
    color: white;
    width: 55%;
    margin-right: auto;
    /* padding-top: 12%; */
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    padding-bottom: 4%;
    justify-content: space-between;
    padding-top: 7%;
}

.main_time .month-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main_time .main-title {
    margin-bottom: 2vw;
    font-size: 1.5vw;
    width: 60%;
}

.main_time .sub-heading {
    font-size: 1.5vw;
    width: 50%;
}

.main_time .cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    width: 85%;
}

.main_time .card {
    padding: 20px;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    width: 150px;
}

.main_time .yellow-card {
    background-color: #FCAF17;
    color: #fff;
}

.main_time .red-card {
    background-color: rgba(228, 31, 40, 0.6);
}

.main_time .gray-card {
    background-color: #7E6F67;
}

.main_time #timeline i {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #ffffff21;
    left: 30px;
}

.main_time .timeline {
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.main_time .timeline-months-wrapper {
    display: flex;
    flex-direction: column;
    gap: 140px;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-left: 20px;
}

.timeline-months-wrapper {
    position: relative;
}


.main_time .cards .number {
    display: flex;
    align-items: flex-end;
}

.main_time .cards .number b {
    font-size: 2vw;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: 100;
    line-height: 1;
}

.main_time .cards .number b span {
    font-weight: 600;
}

.main_time .cards .box_inner i {
    height: 3px;
    width: 50px;
    background: #fff;
    right: auto;
    top: auto;
}

.main_time .cards .box_inner {
    padding: 2vw 3vw 1vw 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_time .cards .box_inner>p {
    padding-top: 2vw;
    margin-bottom: 2vw;
}

.main_time .cards .box_inner>p:last-child {
    margin-bottom: 0;
}

.main_time .cards .box_inner h2 {
    font-size: 4vw;
}

.main_time .dot-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    background-color: rgba(228, 31, 40, 0.6);
    /* translucent red */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .5;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: .8;
    }

    100% {
        opacity: .5;
    }
}

/*Timeline*/


/*Bod*/
.member-section {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.member-names {
    width: 20%;
    /* padding: 20px; */
    font-size: 14px;
    color: #7a6f67;
    overflow-y: auto;
    position: absolute;
    right: 2.5%;
    bottom: 10%;
}

.board-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.board-list li {
    margin: 10px 0;
    cursor: pointer;
}

.board-list li.active {
    font-weight: bold;
    color: #000;
    position: relative;
}

.board-list li.active::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e41f28;
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle;
}

.member-section .swiper-main {
    width: 90%;
    padding-right: 25vw;
}

.member-section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.member-photo {
    /* width: 28%; */
    border-radius: 40px 0 0 40px;
    overflow: hidden;
    opacity: .1;
    transition: all .5s ease;
}

.swiper-slide-active .member-photo {
    opacity: 1;
}

.member-photo img {
    width: 65%;
    height: auto;
    display: block;
    margin-right: auto;
}

.member-section .swiper-thumbs {
    width: 10%;
    /* display: flex; */
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding-left: 2.5%;
    margin-top: 8vw;
}

.member-section .swiper-thumbs .swiper-slide {
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0.4;
    border-radius: 6px;
    overflow: hidden;
}

.member-section .swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    /*border: 2px solid #e41f28;*/
}

.member-section .swiper-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-section .swiper-thumbs .swiper-wrapper {
    align-items: end;
}

/*Bod*/

.marquee-container.inner::before {
    content: "";
    position: absolute;
    right: -15%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgb(210 205 202 / 12%) 0%, rgba(210, 205, 202, 0) 100%);
    backdrop-filter: blur(5px);
    animation: moveBlur 60s linear infinite;
}

@keyframes moveBlur {
    0% {
        right: -85%;
    }

    100% {
        right: 0%;
    }
}

/*.bg_number .red_bg i,
.bg_number .wt_bg i {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #545454;
}*/

.heading_bab {
  overflow: hidden;
}

.heading_bab i {
  display: inline-block;
  white-space: nowrap;
  transform: translateY(100%);
  opacity: 0;
  line-height: 1.4;
}

.typewriter {
  white-space: nowrap;
  /* overflow: hidden; */
  /*border-left: 2px solid black;*/
  display: inline-block;
}

.buld_sec .grid:nth-child(3) {}

.buld_sec .grid:nth-child(3) .zakat_number {
    flex-direction: column;
}

.buld_sec .grid:nth-child(3) .zakat_number .right {
    justify-content: flex-start;
}

.glanceSwiper .left .box > span {
    font-size: 2.5vw;
}
.timeline_head {
    position: absolute;
    bottom: 5%;
    right: 3%;
}
.timeline_head h1 i {
    line-height: .9;
}
.timeline_head .fs128 {
    font-size: 6vw;
}
.timeline_head .fs128 {
    font-size: 6vw;
}
.timeline_head .fs64 {
    font-size: 3.1vw !important;
}
.page-stakeholders .steak-tabs .right {
    position: absolute;
    width: 40%;
}

sup {
    font-size: 1vw;
    position: relative;
    top: -15px;
}

.vac{
    vertical-align: middle;
}
.steak-tab:before {
    content: "";
    content: "";
    position: absolute;
    right: -10px;
    top: 1px;
    width: 10px;
    height: 100%;
    background: #c6001b;
    transition: all .5s ease;
}
.steak-tab:hover:before,
.steak-tab.active:before {
    right: 0;
}