@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Almarai", Sans-serif;
}

.main-sec {
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0;

}

body {
    overflow-x: hidden;
}

/* ------------------------ Navbar ------------------------- */
.main-bg-img,
.footer img.bg{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/* ------------------------ Navbar ------------------------- */
.navbar {
    height: auto;
    padding: 55px 0 0px;
    /* height: 46px; */
    z-index: 5;
}

.navbar img {
    width: 35.65px;
}

.navbar ul {
    width: 80%;
    text-align: center;
    display: flex;
    padding-right: 5.5%;
    justify-content: flex-start;
    margin-bottom: 0;
}

.navbar ul li {
    list-style: none;
    float: left;
    padding: 0px 36px;
}

.navbar ul li a {
    color: #666868;
    font-family: "Almarai", Sans-serif;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    font-size: 19.84px;

}

.navbar ul li a:hover {
    color: #2B38BA;
}

@media screen and (max-width: 1024px) {
    .navbar img {
        width: 28px;
    }

    .navbar ul li {
        padding: 10px 24px;
    }

    .navbar ul li a {
        font-size: 12px;
    }
}

.nav-menu,
.open-menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar {
        height: auto;
        padding: 11px 0;
    }

    .navbar ul {
        display: none;
        position: absolute;
        background: #ffffff;
        top: 51px;
        left: 0;
        width: 100%;
        flex-direction: column;
        border-radius: 0 0px 24px 24px;
        border: 1px solid #D9D9D9;
        z-index: 100;
    }

    .dis-flex-menu {
        display: flex !important;
    }

    .mb-menu-hide {
        display: none !important;
    }

    .nav-menu svg {

        height: 20px;
        fill: #000;
    }

    .nav-menu {
        display: block;
    }
}

/* ------------------------ Hero Section ------------------------- */
.hero-section {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
}


.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 30px;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.investment-hero .hero-content {
    
    justify-content: center;
    height: 100%;
}

.heading-title {
    font-family: "Almarai", Sans-serif;
    font-size: 68.00px;
    font-weight: bold;
    line-height: 1.6em;
    color: #050717;
}

.heading-2 {
    font-family: "Almarai", Sans-serif;
    font-size: 43.26px;
    font-weight: 800;
    line-height: 1.6em;
    color: #000000;
}
.sub-heading{
    font-size: 18.03px;
    color: #919191;
    font-weight: 400;
}

.w-90 {
    width: 95% !important;
}

.hero-content p {
    line-height: 1.9em;
    color: #919191;
    width: 90%;
    font-size: 22.5px;
}

.hero-content .p2 {
    margin-top: 48px;
}

.hero-content .qr-img {
    height: 89.51px;    
}

.hero-content .img-2 {
    height: 106.73px;

}

.btn-blue{
    height: 47px;
    border-radius: 40px;
    color: #fff;
    background-color: #0046FF;
    font-size: 15px;
    padding: 8px 20px;
    font-weight: bold;
}
.hero-video2 {
    display: none;
}
.img-container{
    gap: 71px;
    align-items: center;
}
.hero-section .left-img{
    width: 100%;
    height: auto;
    /* margin-left: -100px; */
}
@media screen and (max-width: 1050px) {
    .hero-section {
            padding-top: 30px;
    }
    .heading-title {
        font-size: 40px;
        line-height: 49px;
        text-align: center;
    }

    .hero-content {
        justify-content: center;
        align-items: center;
    }

    .hero-content p {
        text-align: center;
        font-size: 18px;
    }

    .hero-video {
        margin-top: 168px;
        width: 90%;
        position: relative;
        left: -10%;
    }

    .hero-content .p2 {
        margin-top: 30px;
        margin-bottom: 14px;
    }

    .hero-content .img-2 {
        height: 82px;
        margin-top: 0px;

    }
     .main-bg-img {
    height: 3100px;
    }
    .img-container{
        gap: 20px;
    }
    .hero-content .qr-img{
        height: 75px;

    }
}

@media screen and (max-width: 768px) {
    .hero-section .container {
        margin-top: 30px;
    }
    .hero-section .row {
        flex-direction: column-reverse;
    }
    .heading-title {
        font-size: 50px;
    }
   .main-bg-img {
    height: 4900px;
    }
}

@media screen and (max-width: 720px) {
    .hero-section {
        flex-direction: column-reverse;
    }

    .hero-section h1 {
        font-size: 40px;
        line-height: 49px;
    }

    .hero-section p {
        font-size: 14px;
    }


    .hero-video {
        display: none;
    }

    .hero-video2 {
        border: none;
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;
        margin-top: 0;
    }

    .hero-content p {
        width: 80%;
    }
}

@media screen and (max-width: 411px) {
    .app-store-img {
        margin-top: 0;
    }

    .hero-content .p2 {
        margin-top: 20px;
    }

    .hero-video2 {
        border-top: 1px solid #dcd9d9;
        margin-top: 25px;
    }
    .img-container {
        gap: 20px;
        justify-content: center !important;
    }
    .img-container img{
        width: 40%;
        height: auto !important;
    }
}


/* ------------------------ blood of the star ------------------------- */
.blood-of-the-star{
    padding: 127px 0;
}
.blood-of-the-star .row{
    width: 90%;
    margin: 60px auto 0;
}
.blood-of-the-star .row .col-lg-5,
.blood-of-the-star .row .col-lg-7{
    margin-bottom: 30px;
}
.card-bg{
    background-color: #fff;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    padding: 42px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.card-1 img{
    height: 85px;
    margin-bottom: 24px;
}
.card-1 h2{
    font-size: 26px;
    font-weight: 900;
    color: #000000;
    font-family: "Almarai", Sans-serif;
}
.card-1 p{
    font-size: 14px;
    font-weight: 400;
    color: #919191;
    font-family: "Almarai", Sans-serif;
}
.blood-of-the-star .btn-blue{
    height: 50px;
}
@media screen and (max-width: 992px) {
    .blood-of-the-star .row {
    width: 100%;
    margin: 40px auto 0;
}
.card-1 h2{
    font-size: 20px;
}
.card-1 p{
    font-size: 13px;
}
.card-bg {
    padding: 42px 30px 20px;
}
}
/* ------------------------ birth to Nayeb ------------------------- */
.birth-to-nayeb{
    padding: 100px 0;
}
.birth-to-nayeb .container{
    width: calc(100% - 277px) !important;
    padding: 0 !important;
}
.birth-to-nayeb .heading-2{
    font-size: 61.32px;
}
.birth-to-nayeb .sub-heading,
.team .sub-heading{
    font-size: 12px;   
    display: flex;
    justify-content: flex-end;
}
.birth-to-nayeb .sub-heading{
    font-size: 10.18px;   
}
.team .sub-heading span,
.birth-to-nayeb .sub-heading span{
    width: 70%;
}
.birth-to-nayeb .row{
    margin-top: 77px;
}
.birth-to-nayeb .row .col-lg-4{
    margin-bottom: 30px;
}
.card-2 {
    padding: 32px 20px 25px;
    text-align: center;
}
.card-2 img{
    height: 66.27px;
    margin-bottom: 20px;
}
.card-2 h2{
    font-size: 18.38px;
    font-weight: 800;
    color: #000000;
    font-family: "Almarai", Sans-serif;
    text-align: center;
}
.card-2 p{
    font-size: 10.18px;
    font-weight: 400;
    color: #AAAAAA;
    font-family: "Almarai", Sans-serif;
    margin-bottom: 0;
}

/* ------------------------ birth to Nayeb ------------------------- */
.team{
    padding: 100px 0;
}
.team .heading-2{
    font-size: 63.24px;
}
.team .row{
    margin: 80px auto 0;
    /* width: 90%; */
    justify-content: center;
}
.team .row .col-lg-4{
    margin-bottom: 30px;
}
.card-3 {
    text-align: center;
    padding: 20px 30px;
    
}
.card-3 img{
    width: 100%;
    margin-bottom: 30px;
}
.card-3 h2{
    font-size: 27.57px;
    font-weight: 700;
    color: #000000;
    font-family: "Almarai", Sans-serif;
    text-align: center;
    margin-bottom: 15px;
}
.card-3 p{
    font-size: 20.25px;
    font-weight: 600;
    color: #919191;
    font-family: "Almarai", Sans-serif;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .birth-to-nayeb .container{
            width: 100% !important;
            padding: 30px !important;
    }
}
@media screen and (max-width: 992px) {
    .card-3 {
        padding: 0;
    }
    .card-3 h2 {
        font-size: 25px;
    }
    .card-3 p  {
        font-size: 18px;
    }
     .team, .birth-to-nayeb{
    padding: 50px 0;
}
.team .row, .birth-to-nayeb .row {
    margin: 40px auto 0;
}
.heading-2, .birth-to-nayeb .heading-2, .team .heading-2{
    font-size: 35px;
}
.sub-heading {
    font-size: 17px;
}
}
@media screen and (max-width: 763px) {
   
.heading-2, .birth-to-nayeb .heading-2, .team .heading-2 {
    text-align: center !important;
        font-size: 35px;
}
.team .sub-heading span, .birth-to-nayeb .sub-heading span {
    width: 100%;
    text-align: center;
}
.birth-to-nayeb .sub-heading, .team .sub-heading {
    font-size: 13px;
}
}
@media screen and (max-width: 580px) {
      
.heading-2, .birth-to-nayeb .heading-2, .team .heading-2 {
    text-align: center !important;
        font-size: 28px;
}
.sub-heading {
    font-size: 15.03px;
}
    .card-3 {
        padding: 20px 30px;
        
    }
    .team .row .col-lg-4{
        margin-bottom: 0px;
    }
    .card-3 img{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 411px) {
    .main-bg-img {
    height: 5000px;
    }
}

/* ------------------------ Footer ------------------------- */
.footer {
    position: relative;
    padding: 194px 0 52px;
}
.footer .container{
    width: 75%;
}

.footer img.bg{
    height: 100%;
}

.f-content .qr-img {
    height: 147.55px;
}
.footer ul li {
    list-style: none;
}


.f-content ul li {
    padding: 15px 0;
    text-align: right;
}

.f-content ul li a {
    font-family: "Almarai", Sans-serif;
    color: #000000;
    font-size: 15.99px;
    font-weight: 800;
    text-align: right;
    text-decoration: none;
    outline: none;
}
.sub-footer-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
.social ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 159px;
}
.social ul li a{
    float: left;
    height: 23.27px;
    width: 23.27px;
    fill: #C4C4C4;
    border-radius: 50%;
}
.sub-footer-content p{
    font-size: 7.49px;
    color: #000000;
    font-weight: 400;
    margin-top: 47px;
}


@media screen and (max-width: 992px) {
.f-content .qr-img {
    height: auto;
    width: 90%;
}
}
@media screen and (max-width: 763px) {
   .social, .social ul {
    width: 100%;
   }
   .social ul {
    justify-content: space-between;
    gap: 0px;
}
.f-content .col-lg-7{
    display: flex;
    justify-content: center;
}
.f-content .qr-img {
    height: 140px;
    margin-bottom: 30px;
}
.f-content ul li{
    text-align: center;
}
}
@media screen and (max-width: 414px) {
.f-content .qr-img {
    height: 140px;
    margin-bottom:10px;
}

}
