html, body {
    background-color: #fff;
    color: #ffffff;
    /* color: #636b6f; */
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    padding:0px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 100;
}

.content {
    text-align: center;
}

.title {
    /* font-size: 84px; */
    /* font-size: 7vw; */
    font-size: 14vw;
}

.links > a {
    /* color: #636b6f; */
    color: #ffffff;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    /* margin-bottom: 30px; */
}

/* ===================================================== */
@font-face {
    font-family: dubai-light;
    src: url(../fonts/dubai/Dubai-Light.ttf);
    font-weight: light;
}
@font-face {
    font-family: dubai-normal;
    src: url(../fonts/dubai/Dubai-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: dubai-medium;
    src: url(../fonts/dubai/Dubai-Medium.ttf);
    font-weight: medium;
}
@font-face {
    font-family: dubai-bold;
    src: url(../fonts/dubai/Dubai-Bold.ttf);
    font-weight: bold;
}

.welcome-container {
    position: absolute;
    z-index: 100;
}

.welcome-logo {
    height: 40px;
    margin-top: -140px;
}

@media (max-width: 575.98px) {
    .welcome-logo {
        height: 48px;
        margin-top: -140px;
    }
    .title {
        font-size: 14vw;
    }
    .subtitle {
        /* font-size: 6vw !important;
        margin-top: -12px !important;
        line-height: 25px;
        margin-bottom: 10px !important; */
        font-size: 5vw !important;
        margin-top: -19px !important;
        line-height: 25px;
        margin-bottom: 6px !important;
    }
    .subtitle-coming-soon {
        /* font-size: 6vw !important;
        margin-top: -12px !important;
        line-height: 25px;
        margin-bottom: 10px !important; */
        font-size: 5vw !important;
        margin-top: 16px !important;
        line-height: 25px;
        margin-bottom: 6px !important;
        font-weight: bold;
    }
}
@media (min-width: 576px) {
    .welcome-logo {
        height: 100px;
        margin-top: -140px;
    }
    .title {
        font-size: 14vw;
    }
    .subtitle {
        font-size: 6vw !important;
        margin-top: -26px !important;
        line-height: 39px;
        margin-bottom: 8px !important;
    }
    .subtitle-coming-soon {
        font-size: 6vw !important;
        margin-top: 16px !important;
        line-height: 39px;
        margin-bottom: 8px !important;
        font-weight: bold;
    }
}
@media (min-width: 768px) {
    .welcome-logo {
        height: 140px;
        margin-top: -140px;
    }
    .title {
        font-size: 12vw;
    }
    .subtitle {
        font-size: 4vw !important;
        margin-top: -26px !important;
        line-height: 50px;
        margin-bottom: 8px !important;
    }
    .subtitle-coming-soon {
        font-size: 4vw !important;
        margin-top: 16px !important;
        line-height: 39px;
        margin-bottom: 8px !important;
        font-weight: bold;
    }
}
@media (min-width: 992px) {
    .welcome-logo {
        height: 190px;
        margin-top: -140px;
    }
    .title {
        font-size: 7vw;
        margin-top: -25px;
    }
    .subtitle {
        font-size: 3vw !important;
        margin-top: -15px;
        margin-bottom: 38px !important;
        
    }
    .subtitle-coming-soon {
        font-size: 3vw !important;
        margin-top: 16px;
        margin-bottom: 38px !important;
        font-weight: bold;
    }
}

@media (min-width: 1900px) {
    .title {
        font-size: 6vw;
        margin-top: -25px;
    }
    .subtitle {
        font-size: 2vw !important;
        margin-top: -15px;
        margin-bottom: 38px !important;
        
    }
    .subtitle-coming-soon {
        font-size: 2vw !important;
        margin-top: 16px;
        margin-bottom: 38px !important;
        font-weight: bold;
    }
}

@media (min-width: 2300px) {
    .title {
        font-size: 4vw;
        margin-top: -25px;
    }
    .subtitle {
        font-size: 1vw !important;
        margin-top: -15px;
        margin-bottom: 38px !important;
        
    }
    .subtitle-coming-soon {
        font-size: 1vw !important;
        margin-top: 16px;
        margin-bottom: 38px !important;
        font-weight: bold;
    }
}

.title-tech {
    font-family: dubai-bold !important;
    display: contents;
    /* color: #095B93 !important; */
    /* color: #17A1FF !important; */
    /* color: #0091F4 !important; */
    /* color: #1A89C6 !important; */
    color: #ffffff !important;
}
.title-tures {
    font-family: dubai-light;
}

.title {
    font-family: dubai-light;
    color: #ffffff;
    /* color: #C17D1A; */
}

.subtitle {
    font-family: dubai-light;
    color: #ffffff;
    font-size: 3vw;
    /* text-transform: uppercase; */
    text-transform: full-width;
    margin-top: -68px;
}
.subtitle-coming-soon {
    font-family: dubai-light;
    color: #ffffff;
    font-size: 3vw;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    margin-top: 16px;
    font-weight: bold;
}

.social-welcome-footer {
    font-size: 16px;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}

.social-welcome-footer :hover {
    font-size: 16px;
    color: #f5a637;
}
/* ===========================carousel================== */
.carousel-container {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.carousel {
    position: absolute !important;
    height: 100%;
    width: 100%;
}

.carousel-inner {
    position:absolute;
    /* z-index:-1; */
    width:100%;
    height:100%;
}

.carousel-item {
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
}

.welcome-carousel-pic {
    /* position:absolute; */
    /* z-index:-1; */
    width:100%;
    height:100%;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}

.pattern-overlay-img {
    /* background-color: #00000057; */
    /* background-color: #0000008a; */
    background-color: #0000008a;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
}

/* ====================================================== */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000000c8;
    background-clip: padding-box;
    border: 1px solid #f5a637;
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

a.dropdown-item:active,
a.dropdown-item:hover {
    color: #ffffff;
    background-color: rgba(66, 66, 66, 0.76) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    /* background-color: #3490dc; */
    background-color: rgba(66, 66, 66, 0.76) !important;
}
/* ====================================================== */
/* @media (max-width: 575.98px) {} */
@media (min-width: 576px) {}
/* @media (max-width: 767.98px) {} */
@media (min-width: 768px) {}
/* @media (max-width: 991.98px) {} */
@media (min-width: 992px) {}
/* @media (max-width: 1199.98px) {} */
@media (min-width: 1200px) {}
/* ====================================================== */