@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Tajawal:wght@300;500&display=swap');

body{
    font-family: Tajawal;
    font-weight: 500;
    margin: 0;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.top_main{
    background-image: url('./assests/03.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    font-family: Tajawal;
}

.content{
    padding: 140px 75px 150px 100px;
}

.heading{
    color: #fff;
    font-family: Arapey;
    text-transform: uppercase;
    font-size: 64px;
    letter-spacing: 7px;
    height: 110px;
}

.drop_down_outer{
    min-height: max-content;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-flow: row wrap;
}

.drop_down{
    padding-right: 45px;
}

.drop_down_p{
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.drop_down_p::after{
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
}

.lists{  
    color: #fff;
    transition: all .7s ease .3s;
    opacity: 0;
    font-family: Tajawal;
}

.lists-nav{
    opacity: 1;
}

.lists ul, .lists-nav ul{
    padding: 0;
}

.lists li, .lists-nav li{
    margin-bottom: 30px;
    font-size: 16px;
}

.lists li a, .lists-nav li a{
    text-decoration: none;
    color: #fff;
    position: relative;
}

.lists li a:hover, .lists-nav li a:hover{
    text-decoration: underline;
    transition: all 0.3s ease-in 0s;
}

.twitter{
    position: absolute;
    bottom: 55px;
    z-index: 1;
    width: calc(100% - 8% - 37px - 37px);
    transition: all .5s ease 4s;
    background: #fff;
}

.twitter_container{
    width: 490px;
    background-color: #fff;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.twitter_image{
    width: 130px;
    height: 130px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

.twitter_image img{
    height: 130px;
    width: 130px;
}

.twitter_info{
    vertical-align: top;
    padding: 10px 20px;
    width: calc(100% - 130px);
    height: 130px;
}

.twitter_info span{
    font-family: Arapey,Tajawal;
    direction: ltr;
    color: #c1a661;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.twitter_info p{
    color: #000;
    margin-top: 10px;
}

.twitter_arrows{
    position: absolute;
    z-index: 111;
    top: calc(50% - 30px);
    left: -15px;
    margin-top: -4.1em;
    transition: all 0.5s ease 0.7s;
}

.twitter_arrows .left-arrow{
    position: relative;
    width: 30px;
    height: 30px;
    display: table;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
}

.twitter_arrows .left-arrow span{
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.twitter_arrows .left-arrow span img{
    width: 13px;
}

.scroll_down_section{
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: opacity .5s ease 20s;
}

.scroll_down_container{
    padding: 12px 15px;
}

.scroll_down_icon{
    display: block;
    margin: auto;
}

.scroll_down_icon img{
    height: 28px;
    width: auto;
    animation: bounce 2s;
    animation-iteration-count: infinite;
    -webkit-animation: bounce 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: bounce 2s;
    -moz-animation-iteration-count: infinite;
}

@keyframes bounce{
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0);
    }

    40%, 43% {
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0);
    }

    70% {
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-7px,0);
    }

    90% {
        transform: translate3d(0,-2px,0);
    }
}

.tweet_container{
    margin: 0;
    padding: 0;
    font-family: Arapey;
}

.tweet_section{
    padding: 100px 4% 0;
}

.tweet_title{
    text-align: center;
}

.tweet_h1{
    padding: 0!important;
    font-size: 25px!important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    color: #c1a661;
    display: inline-block;
    width: auto;
}

.tweet_inner_container{
    padding-top: 45px;
    direction: ltr;
}

.tweet_inner_info{
    display: inline-block;
    vertical-align: top;
}

.tweet_box{
    display: table;
    border-radius: 11px;
    border: 1px solid #ccc;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
}

.tweet_container{
    margin: 0;
    padding: 0;
    font-family: Arapey;
    margin-bottom: 70px;
}

.tweet_section{
    padding: 100px 4% 0;
}

.tweet_title{
    text-align: center;
}

.tweet_h1{
    padding: 0!important;
    font-size: 25px!important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    color: #c1a661;
    display: inline-block;
    width: auto;
}

.tweet_inner_container{
    padding-top: 45px;
    direction: ltr;
}

.tweet_inner_info{
    display: inline-block;
    vertical-align: top;
}

.tweet_box{
    display: table;
    border-radius: 11px;
    border: 1px solid #ccc;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
}

.quote{
    transition: all .5s ease .5s;
    text-align: center;
}

.quote-content{
    width: 40%;
    display: inline-block;
    color: #fff;
    text-align: left;
}

p{
    margin: -1em auto;
}

.content_quote{
    font-size: 30px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-family: Arapey;
    font-style: italic;
    margin: 0 auto;
    color: #000;
}

.content_quote::before{
    content: open-quote;
    display: block;
    font-family: ArapeyItalic;
    font-size: 95px;
    color: #c1a661;
    height: 70px;
    display: inline-block;
    margin-left: -31px;
}

.content_quote::after{
    display: block;
    color: #c1a661;
    font-family: Arapey;
    font-style: italic;
    font-size: 95px;
    content: close-quote;
    text-align: right;
    height: 41px;
}

.journey{
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.5)), url("assests/journey-front.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.journey_mobile{
    display: none;
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    padding: 0 8%;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
}

.journey_container{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    padding: 0 8%;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
}

.journey_head{
    width: 100%;
    overflow: hidden;
    margin-bottom: 4em;
}

.journey_head h1{
    font-family: Arapey,Tajawal;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 55px;
    color: #c1a661;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
}

.journey_btn{
    width: 100%;
    position: relative;
    z-index: 1;
    transition: opacity .5s ease 3s;
}

.journey_btn a{
    color: #c1a661;
    border: 1px solid #c1a661;
    padding: 16px 25px 15px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
    font-weight: 400;
}

.journey_btn a:hover{
    color: #fff;
    background: #c1a661;
}

.journey_btn a span{
    display: inline-block;
    margin-left: 25px;
    width: 20px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    height: 12px;
}

.more_icon .a1{
    left: -40px;
    width: 20px;
    position: absolute;
    top: 0;
    transition: all .8s ease 0s;
}

.more_icon .a2{
    top: 0;
    position: absolute;
    left: 0;
    width: 20px;
    transition: all .8s ease 0s;
    transform: translateX(0);
}

.business{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.5)), url("assests/05.jpeg");
}

.business-p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding-top: 30px;
    max-width: 65%;
    margin-bottom: 0;
}

.business_mobile{
    display: none;
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    padding: 0 8%;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
}

.philanthropy{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.5)), url("assests/IMG_8839.jpg");
}

.philanthropy_mobile{
    display: none;
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    padding: 0 8%;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
}

.news-section{
    padding: 50px 4% 0;
    padding-bottom: 50px!important;
}

.news-container{
    box-sizing: border-box;
    left: 0;
    position: relative;
    width: 100%;
    padding-left: 60px;
    padding-bottom: 0;
    padding-right: 60px;
}

.news-active{
    display: table;
    width: 100%;
    padding-bottom: 75px;
}

.news-info{
    width: 35%;
    display: table-cell;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    padding-right: 30px;
}

.news-title{
    color: #c1a661;
    font-size: 55px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 1s ease 0s;
    font-family: Arapey;
    font-weight: 700;
}

.news-title h6{
    font-size: 55px;
    letter-spacing: 5px;
    font-weight: 700;
}

.news-img img{
    margin-top: -5em;
    height: 23em;
    width: 100%;
    float: right;
}

.news-sub{
    padding-bottom: 30px;
}

.news-sub a{
    text-decoration: none;
}

.news-sub h5{
    font-size: 18px;
    font-weight: 400;
    font-family: Tajawal;
    color: #000;
    margin-top: 0;
    z-index: 1;
    position: relative;
    height: unset;
    line-height: 24px;
    transition: all .8s ease .5s;
}

.news-info p, .news-info span{
    font-family: Tajawal;
    font-weight: 300;
}

.news-img-below img{
    width: 100%;
    height: 13em;
}

.below-news-span{
    color: #000;
    font-family: Tajawal;
    font-weight: 300;
}

.below-news-sub{
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer{
    background-color: #000;
    text-align: center;
    padding: 80px 4% 25px;
    position: relative;
    z-index: 11;
    width: 100vw;
}

.footer-logo{
    padding-bottom: 10px;
}

.footer-menu{
    padding: 70px 0;
}

.footer-menu-container{
    display: flex;
    align-items: start;
    justify-content: center;
    
    font-family: Tajawal;
}

.footer-menu-group{
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding-left: 70px;
    padding-right: 70px;
    text-align: left;
}

.footer-menu-group h1{
    color: #c1a661;
    font-size: 18px;
}

.footer-menu-list ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.footer-menu-list ul li{
    padding-top: 10px;
}

.footer-menu-list ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.footer-logo a{
    text-decoration: none;
}

.footer-logo a span{
    padding-top: 10px;
    display: block;
    font-family: Athelas;
    font-style: italic;
    color: #666;
    font-size: 15px;
}

.copyright{
    color: #b3b3b3;
    font-size: 12px;
    padding-top: 15px;
    letter-spacing: 2px;
}

.mobile_main_text{
    display: none;
    font-size: 25px;
    font-family: Arapey;
}

.slider{
    max-width: 1100px;
    display: flex;
    margin: auto;
    border-radius: 30px;
  }
  .slider .card{
    flex: 1;
    height: 450px;
    min-width: 320px;
    margin: 0 20px;
    background: #fff;
    border-radius: 13px;
    border: 1px solid rgb(219, 219, 219);
  }
  .slider .card .img{
    height: 50px;
    margin: 10px;
    display: flex;
  }
  .slider .card .img img{
      display: block;
      margin: auto 2em;
    height: 1.7em;
    width: 2em;
    object-fit: cover;
  }
  .slider .card .img a{
      text-decoration: none;
      color: #000;
      margin: auto;
      margin-left: 1em;
  }
  .slider .card .img p{
      margin: auto;
      font-weight: 600;
      font-size: 20px;
  }
  .slider .card .content{
    padding: 10px 20px;
  }
  .card .content .title{
    font-size: 25px;
    font-weight: 600;
  }
  .card .content .sub-title{
    font-size: 20px;
    font-weight: 600;
    color: #e74c3c;
    line-height: 20px;
  }
  .card .content p{
    text-align: justify;
    margin: 10px 0;
  }
  .card .content .btn{
    display: block;
    text-align: left;
    margin: 10px 0;
  }
  .card .content .btn img{
      width: 100%;
      height: 12em;
  }
  .card .content .btn button:hover{
    transform: scale(0.9);
  }

  .tweet_info::before{
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ccc;
    content: "";
    top: 0;
    position: relative;
    margin: auto auto 20px;
  }
  .retweet{
      display: inline-flex;
      vertical-align: middle;
      margin: 0 10px;
  }

  .retweet img{
      height: 15px;
      width: 15px;
      margin: 0 10px;
      display: inline-block!important;
      width: 15px!important;
  }

  .retweet p{
      margin-top: 0!important;
  }

  .tweet_btn{
      display: flex;
      justify-content: center;
      margin: 4em auto;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: opacity .5s ease 3s;
}

.tweet_btn a{
    color: #c1a661;
    border: 1px solid #c1a661;
    padding: 16px 25px 15px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
    font-weight: 400;
}

.tweet_btn a:hover{
    color: #fff;
    background: #c1a661;
}

.tweet_btn a span{
    display: inline-block;
    margin-left: 25px;
    width: 20px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    height: 12px;
}

#twitter02, #twitter03, #twitter04, #twitter05{
    display: none;
}

@media only screen and (max-width: 1200px){
    .news-img img{
        width: 28em;
        height: 17em;
    }

    .news-img-below img{
        height: 12em;
    }
}

@media only screen and (max-width: 1050px){
    .news-section{
        padding: 50px 2% 0;
    }

    .news-img img{
        width: 28em;
        height: 17em;
    }

    .news-img-below img{
        width: 15em;
        height: 10em;
    }
}

@media only screen and (max-width: 930px){
    .news-img img{
        width: 24em;
        height: 14em;
    }

    .news-img-below img{
        width: 13em;
        height: 9em;
    }
}


@media only screen and (max-width: 800px){
    .content h1{
        display: none;
    }

    .drop_down_outer{
        display: none;
    }

    .mobile_main_text{
        display: block;
    }

    .quote-content{
        width: 60%;
    }

    .content_quote{
        font-size: 25px;
    }

    .content_quote::before{
        height: 30px;
    }

    .content_quote::after{
        height: 30px;
    }

    .news-info p{
        display: none;
    }

    .news-img img{
        height: 15em;
        width: 22em;
    }

    .news-title h6{
        font-size: 35px;
    }

    .news-container{
        padding: 0;
    }

    .news-img-below img{
        width: 13em;
        height: 8em;
    }

    /* .lists-nav li{
        margin-bottom: 10px;
    } */

    /* .content{
        padding: 40px;
        height: 90%;
    }

    .drop_down_outer-nav{
        display: block;
    }

    .drop_down{
        padding-bottom: 20px;
    } */

    .twitter{
        display: none;
    }
}

@media only screen and (max-width: 600px){
    .quote-content{
        width: 80%;
    }

    .news-img img{
        height: 10em;
        width: 15em;
    }
}

@media only screen and (max-width: 580px){
    .news-img-below img{
        width: 20em;
        height: 12em;
    }
}

@media only screen and (max-width: 501px){
    .journey{
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("assests/journey-front.jpg");
        background-position: center center;
        height: 50vh;
    }

    .journey_container{
        display: none;
    }
    
    .journey_mobile{
        display: flex;
        height: 65vh;
    }

    .journey_head h1{
        font-size: 35px;
    }

    .business{
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("assests/05.jpeg");
    }

    .business_mobile{
        display: flex;
        height: 60vh;
        padding: 0 4%;
    }

    .business-p{
        max-width: 90%;
    }

    .business-p p{
        color: #000;
    }

    .philanthropy_mobile{
        display: flex;
        height: 55vh;
    }

    .philanthropy{
        background-image: linear-gradient(rgba(128, 58, 58, 0.3),rgba(0, 0, 0, 0.3)), url("assests/IMG_8839.jpg");
    }

    .news-info{
        display: none;
    }

    .news-img{
        display: none;
    }

    .news-img-below img{
        display: block;
        margin: auto;
    }
}