body {
    margin: 0;
    padding: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    min-width: 160px;
    z-index: 1;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 4px;
}
.dropdown-content a:hover {
    background: #0b0a29;
    border-radius: 4px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
#header .nav-item:last-child {
    padding-right: 10em;
}
#header .nav-item {
    padding: 0.9em;
}
#header .navbar-brand {
    padding-left: 8rem;
}
.nav-link {
    color: #fff;
}
.nav-link:hover {
    color: #fff;
}
.fill-white {
    fill: #ffffff;
}
.y_heading {
    line-height: 1.5;
    font-size: 3.5rem;
    display: flex;
    overflow: hidden;
    color: #fff;
}
.y_malls, .y_restaurants, .y_movies, .y_hotels, .y_airports, .y_markets, .y_shoppings, .y_anywhere {
    color: #00ffa4;
}
.y_heading p{
    margin-left: 15px;
}
.y_heading .y_slider span{
    display: inline-block;
    display: none;
}
.y_heading .y_slider span.text-in {
    display: block;
    animation: textIn .5s ease;
}
@keyframes textIn {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
.y_appdownload_btn {
    margin: 3% 2% 3% 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    color: #0b0a29;
    cursor: pointer;
    overflow: hidden;
    outline: none !important;
    background-color:  #00ffa4;
}
.y_appdownload_btn:hover {
    background-color: #00ffa4;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgba(0, 255, 164, 0.5);
}
#header {
    height: 100vh;
}
.main-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
}
#Layer_1 { 
    position: absolute; 
    top:0; 
    left:0; 
    right:0; 
    bottom:0; 
}
.navbar-toggler i {
    color: #fff;
}
.hover-border {
    position: relative;
    color: #fff;
}
.hover-border::after {
    content: '';
    width: 0%;
    height: 2.1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 10px;
    transition: all 500ms ease;
}
.hover-border:hover::after {
    left: 0%;
    width: 100%;
}
.logo {
    margin-left: 11%;
}
.dropdown a {
    cursor: pointer;
}
.y_main_content {
    margin-top: 10rem;
}
.y_main_content h5 {
    color: #fff;
}
.y_cont_parah {
    color: #fff;
    font-weight: 300;
    width: 50%;
}
.st49 {
    -webkit-box-reflect: below 1px linear-gradient(transparent,#0004);
    outline: none;
    animation: swoosh 5s linear infinite;
}
@-webkit-keyframes swoosh {
    0%,18%,20%,50.1%,60%,65.1%,80%,90.1%,92% {
        fill: rgba(39, 41, 60);
        filter: drop-shadow(none);
    }
    18.1%,20.1%,30%,50%,60.1%,65%,80.1%,90%,92.1%,100% {
        fill:#FF0000;
        filter: drop-shadow(0 0 10px #27293c) drop-shadow(0 0 20px #27293c) drop-shadow(0 0 40px #27293c) drop-shadow(0 0 80px #27293c) drop-shadow(0 0 160px #27293c);
    }
}
@keyframes swoosh {
    0%,18%,20%,50.1%,60%,65.1%,80%,90.1%,92% {
        fill: rgba(39, 41, 60);
        filter: drop-shadow(none);
    }
    18.1%,20.1%,30%,50%,60.1%,65%,80.1%,90%,92.1%,100% {
        fill:#FF0000;
        filter: drop-shadow(0 0 10px #27293c) drop-shadow(0 0 20px #27293c) drop-shadow(0 0 40px #27293c) drop-shadow(0 0 80px #27293c) drop-shadow(0 0 160px #27293c);
    }
}
.check-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    background: url("static/images/check-availability.png");
    background-size: cover;
}
.check-ban-special {
    color: #00ffa4;
    font-size: 3rem;
}
.check-banner-content {
    margin-top: 14rem;
}
.check-banner-heading {
    color: #fff;
    font-weight: 400;
}
.check-banner-parah {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
}
.major-location-box {
    margin-top: 3rem;
    display: flex;
}
.c-b-box {
    border-radius: 10px;
    box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.1),
    inset 3px 3px 6px rgba(0, 0, 0, 0.8);
    background: #0b0a29;
    font-size: 1rem;
    height: 45px;
    width: 30%;
    padding: 5px 15px;
}
.c-b-box input {
    border: none;
    outline: none;
    background: none;
    color: #999999;
}
.c-b-box svg {
    height: 25px;
    margin: 0 0 0 5px;
}
.autocom-box {
    margin-top: 1rem;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 1rem;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    color: #0b0a29;
}
.autocom-box li {
    list-style: none;
    width: 100%;
    cursor: default;
    padding: 5px 6px;
    display: none;
    border-radius: 5px;
}
.autocom-box li:hover {
    background: #0b0a29;
    color: #fff;
}
.c-b-box.active .autocom-box {
    opacity: 1;
    pointer-events: auto;
}
.c-b-box.active .autocom-box li {
    display: block;
}
:root {
	--size: 43px;
	--clr1: #00ffa4;
	--clr2: #999999;
}
.place-check-animation {
    display: grid;
    margin-left: 0.5rem;
}
.spinner, .spinner1, .spinner2 {
    grid-column: 1;
    grid-row: 1;
}
.spinner {
    --animation-duration: 650ms;
    position: relative;
    width: var(--size);
    height: var(--size);
    opacity: 0;
}
.spinner1 {
    animation: spinner1Anime 1s ease-in-out;
    opacity: 0;
}
.spinner2 {
    animation: spinner2Anime 1s ease-in-out;
    opacity: 0;
}
.spinner.active {
    opacity: 1;
}
.spinner1.active {
    opacity: 1;
}
.spinner2.active {
    opacity: 1;
}
.spinner .spinner-item {
    position: absolute;
    width: var(--item-size);
    height: var(--item-size);
    top: calc(50% - var(--item-size) / 2);
    left: calc(50% - var(--item-size) / 2);
    border: 4px solid transparent;
    border-left: 4px solid var(--clr-spinner);
    border-right: 4px solid var(--clr-spinner);
    border-radius: 50%;
    animation: spinnerAnime var(--animation-duration) linear infinite;
}
@keyframes spinnerAnime {
    to {
      transform: rotate(360deg);
    }
}
.spinner .spinner-item:nth-of-type(1) {
    --item-size: var(--size);
    --clr-spinner: var(--clr1);
    border-top: 4px solid var(--clr1);
}
.spinner .spinner-item:nth-of-type(2) {
    --item-size: calc(var(--size) - 15px);
    --clr-spinner: var(--clr2);
    border-bottom: 4px solid var(--clr2);
}
@keyframes spinner1Anime {
    0% {
        transform: scale(0);
        visibility: hidden;
    }
    100% {
        transform: scale(1);
        visibility: visible;
    }
}
@keyframes spinner2Anime {
    0% {
        transform: scale(0);
        visibility: hidden;
    }
    100% {
        transform: scale(1);
        visibility: visible;
    }
}
@media (max-width:995px) {
    .y_heading {
        font-size: 2.5rem;
    }
    .y_main_content {
        margin-top: 8rem;
    }
    .check-banner-content {
        margin-top: 9rem;
    }
    .c-b-box {
        width: 40%;
    }
}
@media (max-width:978px) {
    .logo svg {
        width: 200px;
    }
    .navbar-toggler i {
        font-size: 1.3rem;
    }
}
@media (max-width:948px) {
    #Layer_1 {
        display: none;
    }
    .main-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: -1;
        background-size: cover;
        background-image: url("static/images/main-bg.jpg");
    }
}
@media (max-width:768px) {
    .y_heading {
        font-size: 2.2rem;
    }
    .y_main_content h5 {
        font-size: 1.1rem;
    }
    .y_cont_parah {
        font-size: 0.9rem;
    }
    .check-banner-heading {
        font-size: 1.1rem;
    }
    .check-banner-parah {
        font-size: 0.9rem;
    }
    .check-ban-special {
        font-size: 1.7rem;
    }
    .c-b-box {
        width: 50%;
    }
}
@media (max-width:767px) {
    .y_heading p {
        margin-left: 7px;
    }
    .c-b-box {
        width: 50%;
    }
}
@media (max-width:572px) {
    .y_cont_parah {
        width: 100%;
    }
    .c-b-box {
        width: 60%;
    }
}
@media (max-width:465px) {
    .y_heading {
        font-size: 1.4rem;
    }
    .app_download_buttons {
        text-align: center;
    }
    .c-b-box {
        width: 100%;
    }
}
@media (max-width:425px) {
    .logo {
        margin-left: 5%;
    }
    .y_appdownload_btn {
        font-size: 0.8rem;
    }
}
@media (max-width:375px) {
    .logo {
        margin-left: 3%;
    }
}
/*---------------- Footer css work starts -----------------*/
.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 50px;
    color: #ffffff;
    background-color: #0b0a29;
}
.footer > * {
    flex:  1 100%;
}
.left-footer {
    margin-right: 1.25em;
    margin-bottom: 2em;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer li {
    line-height: 2em;
}
.footer a {
    text-decoration: none;
}
.right-footer {
    display: flex;
    flex-flow: row wrap;
}
.right-footer > * {
    flex: 1 50%;
    margin-right: 1.25em;
}
.right-footer h2 {
    font-weight: 400;
    font-size: 20px;
}
.box a {
    color: #999999;
}
.box a:hover {
    color: #ffffff;
}
.box-customer-support i {
    margin-right: .6em;
}
.box-contact i {
    margin-right: .6em;
}
.address-box {
    color: #999999;
}
.contact-support-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.contact-support-overlay:target {
    visibility: visible;
    opacity: 1;
}
.support-popup {
    margin: 22% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}
.support-popup h5 {
    color: #000000;
}
.contact-support-content {
    color: #000000;
}
.support-popup .close {
    position: absolute;
    top: 2px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.support-popup .close:hover {
    color: #00ffa4;
}
.support-popup .contact-support-content {
    max-height: 30%;
    overflow: auto;
}
.support-icon-popup i {
    margin-right: .6em;
}
@media screen and (max-width: 700px){
    .support-popup{
      width: 70%;
    }
}
.bottom-footer {
    text-align: center;
    color: #999999;
    padding-top: 50px;
}
.company-social-networks {
    margin-top: 30px;
    margin-left: 10px;
}
.company-social-networks a {
    display: inline-block;
    margin-right: 10px;
}
.company-social-networks a {
    color: #ffffff;
}
.c-s-n-twitter:hover {
    color: #00acee;
}
.c-s-n-linkedin {
    margin-left: 1em;
}
.c-s-n-linkedin:hover {
    color: #0e76a8;
}
.address-box-bottom i {
    margin-right: .6em;
}
.r-f-text-deco {
    text-decoration: underline;
    text-decoration-color: #00ffa4;
}
@media screen and (min-width: 600px) {
    .right-footer > * {
    flex: 1;
    }
    
    .left-footer {
    flex: 1 0;
    }
    
    .right-footer {
    flex: 2 0;
    }
}
/*---------------- Footer css work ends -----------------*/