/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: rgb(16, 17, 19);
    background-color: rgb(255,255,255);
    scroll-behavior: smooth;
    font-family: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

a {
    color: #b08e1b;
    transition: 500ms;
    text-decoration: none;
}

a:hover {
    color: #cca411;
    text-decoration: none;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background: #005cff;
    transition: 500ms;
}

.scrollup:hover {
    color: #fff;
    background: rgb(0, 88, 238);
    background: linear-gradient(360deg, rgba(0, 88, 238, 1) 0%, rgba(0, 40, 160, 1) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

@font-face {
    font-family: 'Basis Grotesque Arabic Pro';
    src: local('Basis Grotesque Arabic Pro Bold'), local('Basis-Grotesque-Arabic-Pro-Bold'),
        url('fonts/BasisGrotesqueArabicPro-Bold.woff2') format('woff2'),
        url('fonts/BasisGrotesqueArabicPro-Bold.woff') format('woff'),
        url('fonts/BasisGrotesqueArabicPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Aventa Regular';
    src: local('Aventa Regular'), local('Aventa-Regular'),
        url('fonts/Aventa-Regular.woff2') format('woff2'),
        url('fonts/Aventa-Regular.woff') format('woff'),
        url('fonts/Aventa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Aventa Black';
    src: local('Aventa Black'), local('Aventa-Black'),
        url('fonts/Aventa-Black.woff2') format('woff2'),
        url('fonts/Aventa-Black.woff') format('woff'),
        url('fonts/Aventa-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Avenir Book';
    src: local('Avenir Book'), local('Avenir-Book'),
        url('fonts/Avenir-Book.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Aventa Medium';
    src: local('Aventa Medium'), local('Aventa-Medium'),
        url('fonts/Aventa-Medium.woff2') format('woff2'),
        url('fonts/Aventa-Medium.woff') format('woff'),
        url('fonts/Aventa-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gotham Narrow';
    src: local('Gotham Narrow'), local('Gotham-Narrow'),
        url('fonts/GothamNarrow-Light.otf') format('opentype');
    font-style: normal;
  }
   @font-face {
    font-family: 'Gotham Medium';
    src: local('Gotham Medium'), local('Gotham-Medium'),
        url('fonts/GothamNarrow-Medium.otf') format('opentype');
    font-style: normal;
  }
  @font-face {
    font-family: 'Gotham Light';
    src: local('Gotham Light'), local('Gotham-Light'),
        url('fonts/GothamNarrow-XLight.otf') format('opentype');
    font-style: normal;
  }
   @font-face {
    font-family: 'El Messiri';
    src: local('El Messiri'), local('El-Messiri'),
        url('fonts/elmessiri-regular.otf') format('opentype');
    font-style: normal;
  }