@font-face{
    font-family: 'Ge SS Two';
    src: url(Fonts/GE-SS-Two-Light.otf) format('OpenType');
    font-weight: 100;
}
@font-face{
    font-family: 'Ge SS Two';
    src: url(Fonts/GE-SS-Two-Med.otf) format('OpenType');
    font-weight: 200;
}
@font-face{
    font-family: 'Ge SS Two';
    src: url(Fonts/GE-SS-Two-Bold.otf) format('OpenType');
    font-weight: 300;
}
@font-face{
    font-family: 'Raleway';
    src: url(Fonts/Raleway-Regular.ttf) format('TrueType');
    font-weight: 100;
}
@font-face{
    font-family: 'Raleway';
    src: url(Fonts/Raleway-Medium.ttf) format('TrueType');
    font-weight: 200;
}
@font-face{
    font-family: 'Raleway';
    src: url(Fonts/Raleway-Bold.ttf) format('TrueType');
    font-weight: 300;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    border: none;
}
body{
    background-color: white;
}
header{
    background-color: white;
    box-shadow: 0 10px 20px #0000004d;
    position: relative;
    z-index: 1;
}
li{
    list-style: none;
}

a{
    text-decoration: none;
}

.direction-rtl{
    direction: rtl;
}
.direction-ltr{
    direction: ltr;
}
#newzelanda-egypt{
    font-family: ge ss two;
    font-weight: 200;
}
#newzelanda-egypt-en{
    font-family: raleway;
    font-weight: 300;
}


