@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500&display=swap');
:root{
    --golden-color: rgb(237,205,1);
}
body{
    font-family: 'Tajawal', sans-serif;
}

.social-icons span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color:var(--golden-color);
    text-align: center;
}
.social-icons span a{
    text-decoration: none;
    color: black;
}
.right-border{
    border-right: 2px solid white;
}

.text-decoration a{
    text-decoration: none;
    color: white;
}
.text-decoration a:hover{
    color: white;
}
.navbar-logo{
    width:100px;
}
.navbar-items li{
    padding: 0px 20px;
}
.navbar-items li a{
    font-weight: bold;
    font-size: 16px;
    color: #000 !important;
}
.navbar-items li a:hover{
    border-bottom: 2px solid gold ;
}
    .logo-footer img{
        width: 70%;
        }
        .footer-ul{
            list-style: none;
        
        }
        .footer-ul li{
        padding: 6px;
        }
        .footer-ul li a{
            text-decoration: none;
            color: white;
        }
        .footer-ul li a:hover{
            text-decoration: none;
            color:var(--golden-color);
        }
        .footer-h4{
            border: 1px solidvar(--golden-color);
            width: 50%;
            margin: 0 auto;
        }
        .golden-text{
            color:var(--golden-color);
        }
        .btn-login {
            background-color:var(--golden-color);
        }
