* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    

}

@font-face {
    font-family: 'cairo';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    overflow-x: hidden !important;
    height: 100vh;
    font-family: 'cairo' !important;
    color: #333;
    line-height: normal !important;
    background-image: url('../img/bg.png');
    background-size: cover;
    /* height: 100vh; */

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: normal !important;
}

input {
    border: none !important;
    border-radius: 300px !important;
    box-shadow: 1px 1px 13px 0px rgb(51 51 51 / 15%) !important;
    padding: 15px 30px !important;
    margin: 1vh auto !important;
}

input:focus-visible {
    border: 1px solid #B68E59 !important;
}



::placeholder {
    color: rgb(51, 51, 51, 0.3) !important;
}

h2 {
    color: #B68E59;
    font-weight: 600;
}

.logo {
    width: 30%;
    margin: 1.5vh 0;
    display: flex;
}

a.nav-link:hover {
    transform: scale(1.1);
    font-weight: 600;
}


.col-lg-10.col-xl-7.mx-auto {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button.btn.btn-primary,
a.btn.btn-primary {
    background-color: #B68E59;
    border: none;
    border-radius: 200px;
    /* height: 50px; */
    padding: 1.5vh 3vw;
    width: max-content;
    /* font-size: 1.25vw; */
    font-weight: 500;
}

a.navbar-brand {
    margin: 0;
    padding: 0;
}

nav.navbar.navbar-expand-lg {
    width: 100%;
    z-index: 50;
    background-color: rgb(51, 51, 51, 0.6);
    background-blend-mode: multiply;
    backdrop-filter: blur(5px);
    top: 0;
    position: fixed;
}


ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
    /* margin: 0 auto; */
    justify-content: space-between;
    width: 100%;
}

a.nav-link {
    color: #fff;
    opacity: 0.8;
    width: max-content;

}


button.navbar-toggler {
    background-color: #fff;
}

a.nav-link.active {
    color: #fff !important;
    font-weight: bold;
    /* font-size: 18px; */
    opacity: 1;
    border-bottom: 4px solid;
}


.carousel-item img {
    animation: zoominout 10s ease-in-out infinite;
    height: 100vh;
    background-size: cover;
}


@keyframes zoominout {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);

    }

}

.carousel-item.active {
    height: 100vh;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.carousel-caption.d-md-block.container {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* margin: 0 auto; */
    /* width: 100%; */
    text-align: right;
    padding: 0;
    right: 0;
    left: 0;
    width: initial;
    margin: 0 auto;
}

.carousel-caption.d-md-block.container h3 {
    font-weight: 500;
    /* font-size: 18px; */
    margin: 1vh 0 0;
    color: rgb(255, 255, 255, 0.9);
}

.carousel-caption.d-md-block.container h1 {
    font-weight: bold;
    margin: 1vh 0 0;
    /* font-size: 4vw; */
}

.carousel-caption.d-md-block.container p {
    margin: 1vh 0 0;
    /* font-size: 2vw; */
    color: rgb(255, 255, 255, 0.85);
}

.btn.btn-primary.btn-secondary {
    color: #B68E59;
    border: 1.5px solid #B68E59;
    background-color: #fff;
}

.carousel-btn {
    margin: 2vh 0 0;
}

.carousel-btn button.btn.btn-primary {
    margin: 0 0 0 1vh;
}

/* .apply-sec {
    background-color: #fff;
} */


section#AlppyForHijj {
    margin: 10vh auto;
}

.container.cards-container {
    display: flex;
    flex-direction: column;
}



.grid {
    display: grid;
    gap: 8vh;
    grid-template-columns: auto auto auto;
    margin: 10vh auto 20vh;

}


.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    z-index: 10;
    border-radius: 8px;
    padding: 10vh 5vh;
}

.card-body:last-child {
    justify-content: center;

}


.card.grid-item {
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: 1px 1px 13px 0px rgb(51 51 51 / 15%);

    /* justify-content: space-between; */
}

.card-img-top {
    width: 30vw;
}

.img-card-container-top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    width: 100%;
}

.card-img-top {
    position: relative;
    width: auto;
}

.img-card-container-bottom {
    position: absolute;
    bottom: 0;
}

.card-text {
    color: rgb(51, 51, 51, 80);
}

.card:hover {
    border: 1px solid #B68E59;
    transform: scale(1.02);
    transition: all .3s ease-in-out;
    /* color: #fff;
    background-color: #B68E59; */
}

.card:hover .card-title {
    color: #B68E59;
}

.card:hover .card-text {
    color: rgb(182, 142, 89, 0.9);
}

.card:hover .btn.btn-primary.btn-secondary {
    color: #fff;
    background-color: #B68E59;

}

.card:hover:last-child .btn.btn-primary.btn-secondary {
    color: #fff;
    background-color: transparent;
    border: none;

}

.card-title {
    font-weight: 600;
    margin: 0 auto 4vh;
}

.card:last-child {
    background-color: rgb(182, 142, 89, 0.8);
    color: #fff;
}

.card:last-child .card-text,
.card:last-child .card-title {
    color: #fff;
}


.about-us {
    transition: 1s all ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25vh 0;
    background-color: #F8F4EE;
}

.container.about-sponsor-container {
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 15vh;
}

.about-us-container {
    gap: 8vh;
    grid-template-columns: auto auto;
    justify-items: stretch;
    display: grid;
    align-items: center;
}

.about-img {
    width: 100%;

}


.sponsor-img-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-items: center;
    align-items: center;
    margin: 10vh auto 0;
}


.hijj-infographic {
    background-color: rgb(182, 142, 89, 0.1);
    padding: 10vh 0 0;
    margin: 0 auto;
}

section.container.hijj-infographic-container {
    display: flex;
    margin: 0vh auto;
    flex-direction: column;
    padding: 0 0 15vh;
}

img.img-hijj-infographic {
    width: 70vw;
    margin: 5vh auto 0;

}

/* section.news {
    padding: 20vh 0;
    background-color: #F8F4EE;
}

.news-carousel {
    margin: 10vh auto 0;
}

.news-carousel img
{
    animation: none
} */

/* footer {
    background: #fff;
    padding: 2vh 0;
}
ul.footer-links.nav {
    display: flex;
    justify-content: space-evenly;
}
 */

.marquee {
       overflow: hidden;
       white-space: nowrap;
       width: 100%;
       box-sizing: border-box;
       background-color: #333;
     
   }

.marquee p {
     display: inline-block;
     
    animation: scroll 70s linear infinite;
    text-decoration: none;
   	color: #fff;
}
@keyframes scroll {
    100% {
                transform: translateX(100%); /* Start fully off-screen to the right */
            }
           
}

/* .news-bar {
    overflow: hidden;
    position: fixed;
    bottom: 0%;
    z-index: 100;
    padding: 0;
    margin-top: 0 !important;
    height: 60px !important;
} */
.news-bar {

    overflow: hidden;
    position: sticky;
    bottom: 0%;
    z-index: 100;
    padding: 0;
     

}

.row.news-row {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
    align-content: center;
}

span.d-flex.align-items-center {
    margin: 0 auto;
}

.d-flex.flex-row.flex-grow-1.flex-fill.justify-content-center.py-2.text-white.px-1.news {
    background-color: #333;
    margin: 0 auto;
    height: 60px !important;
    display: flex;
}

.d-flex.justify-content-between.align-items-center.breaking-news.bg-white {
    height: 50px !important;
    background-color: #333 !important;
    height: 60px !important;
    margin: 0 auto !important;
    /* padding: 0; */
}

.news-scroll a {
    text-decoration: none;
    color: #fff;
}

.dot {
    width: 8px;
    height: 8px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;

}

button.navbar-toggler.navbar-close-btn {
    background: transparent;
    color: #fff;
    /* position: absolute; */
    /* top: 7vh; */
    /* right: 2vh; */
    /* font-size: 30px; */
    text-align: right;
    width: 100%;
    border: 0;
    margin: 0 !important;
}

.navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none
}



section.container.content-container {
    margin: 0 auto 10vh;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding: 0 1vh;
    content: var(--bs-breadcrumb-divider, ">")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

section.container.content-container {
    margin: 5vh auto 10vh;
    z-index: 100;
    padding: 0 0 15vh;
    height: 100%;
}

.content {
    margin: 5vh auto;
    display: grid;
    grid-template-columns: 45% 50%;
    align-items: stretch;
    justify-items: center;
    column-gap: 5%;
    width: 100%;
}

.content-logo-container {
    margin: 10vh auto 0;

}

.content-img-container {
    background-image: url("../img/img10.png");
    /* background-color: bisque; */
    width: 100%;

}

.container.sponsor-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    /* align-content: stretch; */
    margin: 10vh auto 0;
}

.container.sponsor-container img {
    margin: 0 5vh 0 0;
}

.vector-container-top {
    width: auto;
}

.breadcrumb-item a {
    color: #B68E59;
}


.form-control.Disabled {
    background: #dcdcdc;
    color: #333;
}

input.form-control.Disabled:focus-visible {
    border: 0 !important;
    transform: none;
}

input.form-check-input {
    margin: 0 !important;
    margin-left: 3vh !important;
}

@media (max-width:991px) {

    .grid {
        display: grid;
        gap: 8vh;
        grid-template-columns: auto auto;
        margin: 10vh auto 20vh;
    }

    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        display: flex;
        align-items: center;
        width: 40%;
        /* margin: 0 auto; */
        justify-content: space-evenly;
        background: #333;
        position: absolute;
        top: 0;
        height: 100vh;
        left: 0;
        /* z-index: 30000; */
    }

    nav.navbar.navbar-expand-lg {
        background: transparent;
    }

    button.navbar-toggler {
        margin: 5vh 0 !important;
    }

    .logo {
        margin: 1.5vh auto;
    }
}


@media (max-width:768px) {

    .carousel-caption.d-md-block.container {

        align-items: center;
        text-align: center;
    }

    form.carousel-btn {
        display: flex;
        flex-direction: column;
    }

    .carousel-btn button.btn.btn-primary {
        margin: 0.75vh auto;
    }

    form.carousel-btn {
        display: flex;
        flex-direction: column;
    }


    .grid {
        display: grid;
        gap: 8vh;
        grid-template-columns: auto;
        margin: 10vh auto 20vh;
        width: 80%;
    }

    .carousel-caption.d-md-block.container p {
        margin: 1vh 0 0;
        /* font-size: 3vw; */
        color: rgb(255, 255, 255, 0.85);
    }

    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        display: flex;
        align-items: center;
        width: 70%;
        /* margin: 0 auto; */
        justify-content: center;
        background: #333;
        position: absolute;
        top: 0;
        height: 100vh;
        left: 0;
        /* z-index: 30000; */
        flex-direction: column;
    }

    .logo {
        width: 45%;
        margin: 1.5vh auto;
    }

    a.nav-link {
        color: #fff;
        opacity: 0.8;
        width: max-content;
        padding: 3vh;
    }

    .content {
        display: block;
    }

    .content-img-container {
        display: none;
    }

    nav.navbar.navbar-expand-lg {
        background: transparent;
    }

    button.navbar-toggler {
        margin: 5vh 0 !important;
    }

    h1 {
        font-size: larger;
    }

    h3 {
        font-size: medium;
    }

    .d-flex {
        display: flex !important;
        margin: 4vh auto 0;
    }
}