@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);
}


body
{
    margin: 0;
    padding: 0;
}

/* Header */
.header
{
    background: #983369;
    padding: 10px;
    color: white;
    text-align: center;
    font-family: "Hance Regular";
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.buttonLogin
{
    border-radius: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: #eecd77;
    margin-right: 20px;
}
.buttonLogin:hover
{
    background-color: white;
}


 .navbar
 {
    font-family: Hance;
 
 }
 /* Navbar */

 .linkNavbar
 {
    font-size:23px;
    font-weight: bolder;
    color: rgb(142, 130, 130) !important;
 }
 .linkNavbar:hover
{
        color: #983369 !important;

}
.linkNavbar:focus
{
        color: #983369 !important;
        text-decoration: underline #eecd77;
        text-decoration-thickness: 15% !important;

}
.activeNavbar
{
        color: #983369 !important;
        text-decoration: underline #eecd77 !important;
        text-decoration-thickness: 15% !important;
}


/* Footer */
.lastFooter
{
    background-color: #eecd77;
    color: #3b4253;
    /* font-family: Hance; */

    font-weight: bolder;
    font-size: 13pt;
    text-align: center;
}

.FooterSection
{
    background-color: #0b1c46;
    /* font-family: Hance Regular !important; */
    
    color:white;
 
}

.FooterLink
{
   
    color: white !important; 
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
}
.FooterLink:hover
{
   
    color: #eecd77 !important
}
.listFooter
{
  
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: larger;
    font-weight: bold;
}

.textFooter
{
    margin-top: 2px;
    font-family: monospace !important;
    font-weight: 900;

}
.linkFooter
{
    line-height: 2;
}

/* Social Media */

.socialColor {
    color: #eecd77 !important;
    text-decoration: none;
}
.socialColor:hover {
    color: inherit !important;
}

.socialLink
{
    text-align: center;
font-size: larger;

}

/* Media Quires */
 @media (min-width: 992px)
 {
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: space-evenly;
    /* align-items: center !important; */

}
 }

 @media (min-width: 768px)
 {
.text-md-start {
    text-align: center !important;
}

.textFooter
{
    margin-top: 5px;
}
.logoResponsive
{
    display: flex;
    justify-content: center;
    margin: auto;
}
 }
 
