* {
    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/img5.svg'); */
    background-size: cover;
    /* height: 100vh; */

}

.ui-widget-content .ui-inputfield {
    font-weight: normal;
    width: 50% !important;
}

.ui-widget
{
	font-family: 'cairo' !important;
	
	
}

a
{
    color: #B68E59;
    text-decoration: none;
}

a:hover{
    color: #B68E59;
    font-weight: 600px;
}
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;
    width: 100%;
    -webkit-box-shadow:1px 1px 13px 0px rgb(51 51 51 / 15%) !important;
}


input:focus-visible
{
    border: 1px solid #B68E59 !important;
}

::placeholder
{
    color: rgb(51, 51, 51,0.3) !important;
}

h2 {
    color: #B68E59;
    font-weight: 600;
}

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: #B68E59;
    border: none !important;
    border-radius: 200px;
    /* height: 50px; */
    padding: 10px 20px;
    width: max-content;
    /* font-size: 1.25vw; */
    font-weight: 500;
    -webkit-box-shadow:1px 1px 13px 0px rgb(51 51 51 / 15%) !important;
    text-shadow: none !imporatnt;
}


a.navbar-brand {
    margin: 0;
}

nav.navbar.navbar-expand-lg {
    position: absolute;
    width: 100%;
    z-index: 50;
    background-color: rgb(51, 51, 51, 0.3);
    background-blend-mode: multiply;
    /* backdrop-filter: blur(2px); */
    position: fixed;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
    width: 70%;
    /* margin: 0 auto; */
    justify-content: space-between;
}

a.nav-link {
    color: #fff;
    opacity: 0.8;
    width: max-content;

}

button.navbar-toggler {
    background-color: #fff;
}

a.nav-link.active {
    color: #B68E59 !important;
    font-weight: bold;
    font-size: 18px;
    opacity: 1;
    border-bottom: 4px solid;
}


.carousel-item img {
    animation: zoominout 10s ease-in-out infinite;

}

@keyframes zoominout {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);

    }

}

.carousel-caption.d-md-block.container {
    display: flex !important;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    height: 70%;
    /* margin: 0 auto; */
    /* width: 100%; */
    text-align: right;
    padding: 0;
    right: 4vw;
    left: 0;

}

.carousel-caption.d-md-block.container h3 {
    font-weight: 500;
    font-size: 3vw;
    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: 1.25vw;
    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;
}

.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: rgba(182, 142, 89, 0.8);
    color: #fff;
    border: none;
}

.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;
}
 */





img.img-hijj-infographic {
    width: 105vw;
    margin-right:-12%;
  
    display: flex;
    align-items: center; /* Center vertically */
   /* margin: 10vh 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;
}
 */



.news-bar {

    overflow: hidden;
    position: sticky;
    bottom: 0%;
    z-index: 100;
    padding: 0;
     

}


.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 */
            }
           
}






section.container.content-container {
    margin: 0 auto 10vh;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
}

section.container.content-container {
    /* margin: 0 auto 10vh; */
    padding: 0 0 10vh;
    z-index: 100;
    position: relative;
}
.content {
    margin: 5vh auto;
    display: grid;
    
    align-items: stretch;
    justify-items: center;
    column-gap: 5%;
    width: 100%;
}

.content-logo-container {
    margin: 10vh auto 0;
    
}


.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 {
    position: absolute;
} */


form.d-flex.btn-container {
    display: flex;
    justify-content: flex-end;
  
}

button.btn.btn-primary.nav-btn
{
	    margin: 0 3vh 0 0;
}


.ui-button, .ui-button span, button.ui-button.ui-state-default span, .ui-button.ui-state-default span , button.ui-button span
{
	text-shadow: none !important;
}

.ui-button .ui-button-text
{
	font-size: 18px
}

