/* Global */
* {
    font-family: "Arabic Dubai" !important;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

body,
html {
    height: 100%;
    /* scroll-behavior: smooth; */
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dubai Font */
@font-face {
    font-family: "Arabic Dubai";
    src: url("../fonts/dubai_fonts/DubaiW23-Regular.eot") format("eot");
    src: url("../fonts/dubai_fonts/DubaiW23-Regular.ttf") format("ttf");
    src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff") format("woff");
    src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Arabic Dubai";
    src: url("../fonts/dubai_fonts/DubaiW23-Medium.eot") format("eot");
    src: url("../fonts/dubai_fonts/DubaiW23-Medium.ttf") format("ttf");
    src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff") format("woff");
    src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Arabic Dubai";
    src: url("../fonts/dubai_fonts/DubaiW23-Bold.eot") format("eot");
    src: url("../fonts/dubai_fonts/DubaiW23-Bold.ttf") format("ttf");
    src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff") format("woff");
    src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Arabic Dubai";
    src: url("../fonts/dubai_fonts/DubaiW23-Light.eot") format("eot");
    src: url("../fonts/dubai_fonts/DubaiW23-Light.ttf") format("ttf");
    src: url("../fonts/dubai_fonts/DubaiW23-Light.woff") format("woff");
    src: url("../fonts/dubai_fonts/DubaiW23-Light.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
}
.ne_font {
    font-family: "Arial" !important;
}

.fas,
.fal,
.far,
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

input,
button {
    outline: none !important;
    border: none;
    background: none;
}

button {
    cursor: pointer;
}
.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center {
    display: flex;
    align-items: center;
}
.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    cursor: pointer;
    color: #000;
}

ul {
    margin-bottom: 0;
}

.btn,
.nav-icon-btn,
.video-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gradient-easing {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.00709) 10.47%,
        rgba(0, 0, 0, 0.02755) 19.56%,
        rgba(0, 0, 0, 0.06016) 27.58%,
        rgba(0, 0, 0, 0.1037) 34.81%,
        rgba(0, 0, 0, 0.15697) 41.57%,
        rgba(0, 0, 0, 0.21875) 48.13%,
        rgba(0, 0, 0, 0.28782) 54.79%,
        rgba(0, 0, 0, 0.36296) 61.85%,
        rgba(0, 0, 0, 0.44297) 69.61%,
        rgba(0, 0, 0, 0.52662) 78.36%,
        rgba(0, 0, 0, 0.6127) 88.39%,
        rgba(0, 0, 0, 0.7)
    );
    bottom: 0;
    right: 0;
    left: 0;
}
.width-fluid {
    width: 100%;
}
.height-fluid {
    height: 100%;
}
.white-color {
    color: #ffffff !important;
}
.black-color {
    color: #000000 !important;
}
.main-color {
    color: #3b79a7;
}
.gray-color {
    color: #898989;
}
.form-group {
    border: 1px solid #000;
}
.icon-search {
    display: inline-block;
    margin-right: 7px;
}
.form-control {
    display: block;
    color: #666666;
    font-size: 18px;
    background: none;
    font-weight: 400;
    padding: 10px;
    height: auto;
    border-radius: 0;
    border: none;
}
.form-control::placeholder {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}
.form-control:hover {
    outline: none;
}
.form-control:active {
    outline: none;
}
.form-control:focus {
    outline: none;
    background: none;
    border: none;
}

input[type="file"] {
    opacity: 0;
    z-index: 20;
    top: 0;
    left: 0;
}
.padding-0 {
    padding: 0 !important;
}
.circle {
    border-radius: 100% !important;
}
.opacity-hover:hover {
    opacity: 0.7;
}
.opacity-hover:active {
    opacity: 0.4;
}
.title {
    font-weight: 600;
    font-size: 27px;
}
.text {
    font-size: 16px;
    line-height: 1.3;
}
.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.overlay {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
}
small {
    color: #333;
    font-weight: 600;
}

.bg-title {
    color: #000;
    font-weight: bold;
    line-height: 1;
    font-size: 37px;
}
.sub-title {
    color: #07197c;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.mini-title {
    font-size: 22px;
    color: #fff;
}
select {
    border: none !important;
    background: none;
    width: 100% !important;
}

/** Buttons **/
.btn {
    border-radius: 4px;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/* Checkbox */
.fake-checkbox {
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    cursor: pointer;
}
.input-checkbox {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    cursor: pointer;
}
.input-checkbox:checked + .fake-cb-child > span {
    opacity: 1;
}
.fake-cb-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 3px;
    border: 2px solid #fff;
}
.fake-cb-child > span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}
.checkbox-text {
    margin: 0 9px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    width: calc(100% - 40px);
    color: #fff;
}
.checkbox-toggle-btn > div {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.checkbox-toggle-btn .icon {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
/* Checkbox */

/* Scroller Bar */
.ref-text::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.ref-text::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.ref-text::-webkit-scrollbar-thumb {
    background: #e2e2e2;
    border-radius: 50px;
}

/* Handle on hover */
.ref-text::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
/* Scroller Bar */

.wrapper {
    background: linear-gradient(175deg, #3286c4 0%, #010a72 100%);
}
/* Global */

/* Navbar */
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    padding: 20px 0;
}
.navbar {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-icon-btn {
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 1;
    margin: 0 20px;
}
.nav-icon-btn:last-of-type {
    margin-right: 0;
}
.nav-icon-btn .icon {
    font-size: 26px;
}
.nav-icon-title {
    font-size: 16px;
    margin-left: 10px;
}
.nav-icon-btn:hover {
    opacity: 0.7;
    color: #fff;
}
.nav-icon-btn:active {
    opacity: 0.5;
}
.nav-icon-btn:focus {
    color: #fff;
}
.nav-icon-btn-login .nav-icon-title {
    opacity: 0;
    font-size: 15px;
}
.nav-icon-btn-login:hover .nav-icon-title {
    opacity: 1;
}
.menu-btn-container {
    position: relative;
    z-index: 50;
}
.menu-btn {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: 27px;
    height: 18px;
    cursor: pointer;
    display: none;
}
.menu-btn > div {
    height: 1px;
    width: 100%;
    background: #fff;
}
.nav-logo {
    position: relative;
    z-index: 50;
}
.hidden-nav {
    display: none;
}
.menu-close {
    display: none;
    width: 28px;
}
#nav.active .menu-close {
    display: block !important;
}
#nav.active .menu-btn {
    display: none !important;
}
.nav-links-footer {
    display: none;
}
.nav-links-body {
    display: flex;
}
/* Navbar */

/* Home */
.homepage-container {
    min-height: 100vh;
    display: flex;
    place-items: center;
    background: linear-gradient(175deg, #3286c4 0%, #010a72 100%);
    padding: 80px 0 50px;
}
.homepage-view {
    width: 53%;
    min-height: 500px;
    height: 10vw;
    padding: 5px 5px 5px 0;
    border-radius: 0 260px 260px 0;
    border: 2px solid #fff;
    border-left: none;
    overflow: hidden;
}
.homepage-details {
    width: 47%;
    padding-left: 50px;
    padding-right: 100px;
}
.homepage-view-outer {
    height: 100%;
    width: 100%;
    position: relative;
    padding-left: 0;
    overflow: hidden;
    border-radius: 0 260px 260px 0;
}
.homepage-view-outer img {
    /* position: absolute; */
    /* top: -30%; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    /* transform: scaleY(0.9); */
}
.badge {
    width: 195px;
    padding: 0;
}
.homepage-details .bg-title {
    font-size: 50px;
    color: #fff;
}
.home-line {
    height: 2px;
    background: #fff;
    width: 70%;
}
.homepage-details .text {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}
.auth-container {
    display: flex;
    padding: 15px 0;
}
.auth-shape-border {
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.auth-shape {
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
}
.auth-view {
    width: calc(100% - 100px);
}
.auth-btn-container {
    border: 2px solid #fff;
    border-radius: 5px 0 0 5px;
    padding: 3px;
    width: 100px;
    margin-left: 20px;
    border-right: none;
    position: relative;
}
.auth-icon-circle {
    position: absolute;
    bottom: -16px;
    left: 97%;
    height: 65px;
}
.auth-btn {
    background: #7985a7;
    color: #fff;
    border-radius: 3px;
    padding: 9px 15px;
    font-size: 19px;
    line-height: 1;
    width: 100%;
}
.auth-btn:hover {
    background: #63729d;
}
.auth-btn:active {
    background: #505d82;
}
.auth-form-input {
    margin-bottom: 13px;
}
.auth-form-input input {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 18px;
    border-radius: 6px;
    color: #000;
    font-size: 20px;
}
.auth-form-input input::placeholder {
    color: #9a9a9a;
}
.auth-view-card {
    display: none;
}
.auth-view-card.active {
    display: block !important;
}
.auth-login input {
    text-align: left;
}
.idx-header-res {
    display: none;
    padding: 0 15px;
}
/* Home */

/* Footer */
footer {
    border-top: 1px solid #fff;
    padding: 5px 20px 5px 50px;
    position: relative;
}
.footer-shape {
    position: absolute;
    bottom: 103%;
    right: 47px;
    width: 80px;
}
.footer-link {
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
.footer-link:hover {
    color: #fff;
    opacity: 0.7;
}
.footer-link:active {
    color: #fff;
    opacity: 0.4;
}
.footer-link:focus {
    color: #fff;
}
.hidden-footer-link {
    display: none;
}
/* Footer */
.basal-text {
    color: #fff;
    font-weight: bold;
    padding-left: 35px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Extra small devices (portrait phones, less than 767px) */
@media (max-width: 767.98px) {
    /* Global */
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Global */

    /* Navbar */
    nav {
        padding: 9px 0;
    }
    .nav-logo img {
        height: 30px;
        filter: brightness(0) invert(1);
    }
    .menu-btn {
        display: flex;
    }
    .nav-menu-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #021b67;
        display: none;
    }
    #nav.active .nav-menu-links {
        display: block !important;
    }
    .nav-links-body {
        min-height: calc(100vh - 42.5px);
        width: 100%;
        padding: 120px 15px 40px;
        display: block;
    }
    .nav-icon-btn {
        margin: 0 0 24px 0;
        display: flex !important;
    }
    .nav-icon-title {
        font-size: 15px;
        margin-left: 15px !important;
    }
    .nav-icon-btn .icon {
        margin: 0 !important;
        width: 26px;
    }
    .nav-icon-btn-login .nav-icon-title {
        opacity: 1;
    }
    .nav-icon-btn-login {
        margin-top: 50px !important;
    }
    .nav-links-footer {
        padding: 12px 15px;
        position: relative;
        border-top: 1px solid #fff;
        display: block;
    }
    .nlf-badge {
        position: absolute;
        bottom: 100%;
        right: 15px;
        width: 76px;
    }
    .nlf-text {
        color: #fff;
        font-size: 12px;
    }
    /* Navbar */

    /* Index */
    .homepage-container {
        display: block;
        padding: 55px 0 20px;
    }
    .homepage-container > div {
        width: 100%;
    }
    .homepage-view-outer img {
        transform: scale(1);
        position: static;
    }
    .homepage-view {
        min-height: 190px;
        height: 204px;
        padding: 2px 2px 2px 0;
        /* width: 360px !important; */
        max-width: calc(100% - 20px);
    }
    .homepage-details {
        padding: 30px 15px;
    }
    .sub-title {
        font-size: 13px;
    }
    .badge {
        width: 140px;
        padding: 0;
    }
    .homepage-details .bg-title {
        font-size: 26px;
    }
    .homepage-details .mini-title {
        font-size: 12.5px;
        line-height: 1.1;
        font-weight: 600;
        margin: 13px 0 !important;
    }
    .auth-container {
        display: block;
    }
    .auth-view {
        width: 100%;
    }
    .auth-action {
        text-align: right;
        padding-top: 15px;
    }
    .home-line {
        width: 100%;
    }
    .auth-btn-container {
        left: -59px;
    }
    .homepage-details .text {
        font-size: 13px;
    }
    .idx-header-res {
        display: block;
    }
    .idx-header {
        display: none;
    }
    /* Index */

    /* Footer */
    footer {
        padding: 15px;
    }
    .hidden-footer-link {
        display: block;
    }
    /* Footer */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        /* max-width: 540px; */
    }

    .homepage-view {
        height: 385px !important;
        width: 500px !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        /* max-width: 720px; */
    }

    /* Index */
    .homepage-view {
        min-height: 400px;
        width: 370px;
    }
    .homepage-view-outer img {
        transform: scaleY(1);
        position: static;
    }
    .homepage-details {
        width: calc(100% - 370px) !important;
        padding-left: 30px;
        padding-right: 50px;
    }
    .homepage-details .badge {
        width: 183px;
    }
    .homepage-container {
        padding: 90px 0 50px;
    }
    .sub-title {
        font-size: 17px;
    }
    .homepage-details .bg-title {
        font-size: 30px;
    }
    .mini-title {
        font-size: 16px;
        line-height: 1.1;
    }
    .auth-container {
        display: block;
    }
    .auth-view {
        width: 100%;
    }
    .auth-action {
        text-align: right;
        margin-top: 15px;
    }
    .auth-btn-container {
        margin: 0;
        position: relative;
        left: -58px;
    }
    /* Index */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        /* max-width: 960px; */
    }

    /* Index */
    .homepage-view {
        min-height: 380px;
        width: 490px;
    }
    .homepage-view-outer img {
        transform: scaleY(1);
        position: static;
    }
    .homepage-details {
        width: calc(100% - 490px) !important;
        padding-left: 30px;
        padding-right: 50px;
    }
    .homepage-details .badge {
        width: 183px;
    }
    .homepage-container {
        padding: 90px 0 50px;
    }
    .sub-title {
        font-size: 17px;
    }
    .homepage-details .bg-title {
        font-size: 30px;
    }
    .mini-title {
        font-size: 16px;
        line-height: 1.1;
    }
    .auth-container {
        display: block;
    }
    .auth-view {
        width: 100%;
    }
    .auth-action {
        text-align: right;
        margin-top: 15px;
    }
    .auth-btn-container {
        margin: 0;
        position: relative;
        left: -58px;
    }
    /* Index */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container-fluid {
        /* max-width: 1140px; */
    }

    /* Index */
    .homepage-container {
        padding: 90px 0 50px;
    }
    .homepage-view {
        width: 48%;
    }
    .homepage-details {
        width: 52%;
    }
    .homepage-view-outer img {
        position: static;
        transform: none;
    }
    .homepage-details .bg-title {
        font-size: 35px;
    }
    .mini-title {
        font-size: 17px;
        line-height: 1;
    }
    /* Index */
}

@media (min-width: 1400px) {
    .container-fluid {
        /* max-width: 1400px; */
    }
    /* .wrapper {
    max-width: 1600px;
    margin: auto;
  }
  .navbar {
    max-width: 1552px;
    margin: auto;
  } */

    .homepage-details .bg-title {
        font-size: 3vw;
    }
    .mini-title {
        font-size: 1.2vw;
    }
    .homepage-details .text {
        font-size: 1.1vw;
    }
    .homepage-view {
        min-height: auto;
        height: 31vw;
        border-radius: 0 1000px 1000px 0;
    }
    .homepage-view-outer {
        border-radius: 0 1000px 1000px 0;
    }
    .homepage-view-outer img {
        object-fit: cover;
        object-position: initial;
    }
    .auth-shape img {
        height: 4vw;
    }
    .auth-view {
        height: 4vw;
    }
}
