@font-face {
    font-family: dubai;
    src: url(fonts/Dubai-Regular.woff);
}
:root {
    --orange: #f99940;
    --grey: #f5f6fc;
    --beige: #fff9f1;
    --darkgrey: #d1dede;
    --bluegrey: rgba(19, 31, 75, 0.6);
    --bluegreysemi: rgba(19, 31, 75, 0.9);
    --blue: #4a60f4;
    --darkblue: #131f4b;
  }
  

body {
    font-family: dubai;
    background: url(bodybg.jpg);
    background-size: cover;
    background-position: bottom center;
}
section {
    position: relative;
}
img {
    max-width: 100%;
}
.navbar-brand img {
    height: 40px;
    width: auto;
}
.navbar {
    background-color: var(--darkblue) !important;
    border-bottom: 2px solid var(--orange);
    box-shadow: 0px 0px 5px #000;
}
.navbar:before {
    content: "";
    background: var(--darkblue);
    width: 96%;
    height: 30px;
    position: absolute;
    left: 2%;
    bottom: -10px;
    z-index: -1;
    filter: brightness(0.9);
}
.navbar:after {
    content: "";
    background: var(--darkblue);
    width: 92%;
    height: 30px;
    position: absolute;
    left: 4%;
    bottom: -20px;
    z-index: -9;
    filter: brightness(0.8);
}
.media-item{
    margin-bottom: 30px;
}
.partners-carousel {
    padding-top: 100px;
    padding-bottom: 100px;
}
.partner-holder {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-primary {
    border-color: var(--orange) !important;
    background-color: var(--orange) !important;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.btn-primary:hover {
    opacity: 0.8;
}
a.nav-link {
    color: #fff !important;
    border-bottom: 2px solid transparent;
    transition: border 0.2s ease-in-out;
    font-size: 20px;
    padding: 10px 16px !important;
}
button.navbar-toggler {
    filter: brightness(0) invert(1);
}
a.nav-link.active, a.nav-link:hover {
    border-bottom: 2px solid var(--orange);
}
.btn-outline-primary {
    border-color: var(--orange);
    color: var(--orange);
}
.btn-outline-primary:hover {
    border-color: var(--orange);
    background-color: var(--orange);
    color: #fff;
}
.landing{
    background-image: linear-gradient(var(--bluegreysemi), var(--bluegreysemi)), url(../assets/bg.jpg);
    background-position: center;
    background-size: cover;
    height: calc(100vh - 60px);
    min-height: 910px;
    color: #fff;
}
.main-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.landing h1 {
    font-size: 60px;
    margin-bottom: 30px;
}
.padding{
    padding-top: 100px;
    padding-bottom: 100px;
}
.apps a {
    margin-bottom: 15px;
    display: inline-block;
}
.apps img {
    width: 209px;
    filter: brightness(0.95);
}
#Apps {
    background-image: url(../assets/mobile.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 800px;
}
.orange{
    color: var(--orange);
}
.white {
    color: #fff;
}
.blue {
    color: var(--darkblue);
}
#AboutUs, #Join, #Media {
    background-color: rgb(250, 250, 250, 0.7);
}
#AboutUs h1, #Apps h1 {
    color: var(--darkblue);
}
#Apps h1 {
    font-size: 60px;
}
#Apps h2 {
    font-size: 40px;
}
.about-item {
    margin-top: 20px;
    border-left: 5px solid var(--orange);
    min-height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 4px 4px 11px rgb(0 0 0 / 7%);
    border-radius: 10px;
    background-color: #fff;
}
.about-image {
    margin-top: 0px;
}
.about-item p {
    font-size: 20px;
}
.left-tick:after {
    content: '';
    width: 41%;
    height: 10px;
    bottom: -5px;
    background-color: var(--darkblue);
    left: 0;
    position: absolute;
    z-index: 1;
}
.right-tick:after {
    content: '';
    width: 41%;
    height: 10px;
    bottom: -5px;
    background-color: var(--orange);
    right: 0;
    position: absolute;
    z-index: 1;
}
.slick-arrow {
    display: none !important;
}
.footer-container {
    background-color: var(--darkblue);
    position: relative;
}
footer {
    background-color: var(--darkblue);
    padding-top: 100px;
    padding-bottom: 100px;
}
footer .fa {
    padding: 5px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    color: #fff;
  }  
  footer .fa span {
    font-family: dubai;
  }
  a.maarof {
    position: absolute;
    top: 0;
    right: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.article {
    padding-top: 100px;
    padding-bottom: 100px;
}
.techstars {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.techstars img {
    width: 200px;
    border-radius: 10px;
    overflow: hidden;
}