@font-face {
    font-family: wt;
    src: url('../webfonts/wt_ar.ttf') format('truetype');
}

@font-face {
    font-family: wt2;
    src: url('../webfonts/wt_en.otf') format('opentype');
}
html, body {
    font-family: wt, wt2;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    color: #063769;
}
.navbar-brand{
    color: #063769;
}
#logo{
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
a {
    color: #063769 !important;
    text-decoration: none !important;
}
a:hover {
    color: #340a54 !important;
}
.footer {
    color: #384f67;
    background-color: #011326;
}
.footer a {
    color: #384f67 !important;
}
.footer a:hover{
    color: #FFF !important;
}
.swiper {
    width: 80%;
}
.swiper-slide img{
    width: 200px !important;
    height: 200px !important;
    object-fit: fill !important;
}