@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@font-face {
    font-family: Hance Regular;
    src: url(../Fonts/Hacen\ Samra\ Lt.ttf);
}
@font-face {
    font-family: Hance ;
    src: url(../Fonts/Hacen\ Samra.ttf);
}

/* عن القطاع */
.heading 
{
        display: flex !important;
        flex-wrap: wrap-reverse !important;
        justify-content:flex-start !important;
        align-items: baseline !important;
   
}

.textHeading
{
    font-size: xx-large !important;
    font-family: initial !important;
    color: #983369 !important;
    font-weight: bold !important;
    /* border:black solid; */
    width: auto !important;
}
.hrLine
{
    border-top: #97b1f0 inset !important;
}

.Paragraph
{
    font-family: monospace !important;
    font-weight: bolder !important;
    color: grey !important;
}
        
.ContainerImge
{
    width:236px  !important;
    height: fit-content !important;
    border: #eecd77 solid !important;
}
.imageCenter
{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly !important;
}

@media (max-width: 576px)
{
   .hrLine
   {
      width: 50% !important;
   }
   .imageCenter
{
    display: none !important;
}
}
@media (min-width: 768px)
 {
.imageCenter
{
    align-content: center !important;
}
 }

 /* احدث الأخبار */

 .latestNews
 {
    background-color: #0b1c46;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
 }
 .NewsHeading
 {
    color: white;
    font-family: monospace;
    font-weight: 800;
 }
 .hrNews
 {
    border-top:  #eecd77 solid 3px ;
    text-align: center;
    width: 25%;
 }

 /* carousel */

 
 .changeArrow 
 {
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .cardLink
 {
    text-decoration: none !important;
 }

 .card-title
 {
    color: #983369;
    font-family: monospace;
    font-weight: bold;
 }
 .card-text
 {
    color: black;
 }
 .newsStyle
 {
    text-decoration: none;
 }
.card{
height: 100%;
}
 /* form */

form input 
{
    font-family: monospace;
    background-color: #eecd77;
    color: rgb(91, 91, 91);
    border-radius: 8px;
}
form  textarea
{
    font-family: monospace;
    background-color: #eecd77;
    border-radius: 8px;

}

form input[type="file"]
{
    font-family: monospace;
    background-color:inherit;
   
}
form input[type="submit"]
{
    font-family: monospace;
    background-color:#983369;
    color: white;
    font-weight: bold;
    font-size: large;
   
}

/* كوادر الشهر */

.HeroesMonths
{
   color:#983369;
   font-family: monospace;
   font-weight:bolder;
}
.cardHeroes
{
    background-color: transparent !important;
    border: none !important;
    justify-content: center;
    align-items: center;
}
.heroImahe
{
    width: 70%;
    height: 70%;
    border:#eecd77 solid;
}
.hero-title
{
    color:#0b1c46;
    font-family: monospace;
    font-weight:800;
}
.hero-text
{
    color: #983369;
    font-family: monospace;
    font-weight:300;
}

/* apply For the Competition */
.applyForCompetition
{
    color:#983369;
    font-family: Hance;
    text-decoration: underline #eecd77;
    text-decoration-thickness: 15% !important;
}
