@media (min-width: 300px) {
    .section-main {
        background: url(../img/assets/gallery/bg-phoneauth.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
        min-width: 100%;
    }
    .icon-auth {
        position: relative;
        width: 14em;
        height: 14em;
        margin-top: 0em;
    }
    .main-auth {
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 60px 0px 60px 0px;
    }
    .icon-desc {
        position: relative;
        width: 18em;
        height: 13em;
        top: -90px;
    }
    .title-white30,
    .title-bridge {
        color: var(--White, #FFF);
        font-family: Roboto;
        font-size: 25px;
        font-style: normal;
        font-weight: 900;
        line-height: 90%;
    }
    .form-auth-wrapper {
        width: 100%;
        height: 60px;
        border-radius: 25px;
        background: rgba(217, 217, 217, 0.35);
        position: relative;
        margin-bottom: 30px;
    }
    .form-auth-wrapper .input-auth {
        border-radius: 25px;
        padding-left: 5em;
        padding-right: 70px;
    }
    .auth-form {
        width: 100%;
    }
    .auth-icon {
        position: relative;
        height: 60px;
        width: 60px;
        left: -4px;
        top: 0px;
        z-index: 1;
    }
    .auth-title {
        margin-bottom: 50px;
        margin-top: -50px;
    }
    .link-gold12 {
        background: var(--gold, linear-gradient(90deg, #BD8322 0%, #928B6A 51.5%, #845A17 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .text-white12 {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    button.btn-roundgold {
        border-radius: 25px;
        background: var(--gold, linear-gradient(90deg, #BD8322 0%, #928B6A 51.5%, #845A17 100%));
        width: 100%;
        height: 60px;
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        padding: 0px 0px 3px 0px;
    }
    .btn-auth-wrapper {
        margin-bottom: 20px;
        margin-top: 60px;
    }
    a.showhide {
        position: absolute;
        background: #bbb;
        top: 0;
        right: 0;
        height: 100%;
        width: 70px;
        border-radius: 0px 25px 25px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        z-index: 1;
    }
    a.showhide i {
        color: #fff;
        font-size: 23px;
    }
    .form-auth-wrapper.phone {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .phonecode {
        position: relative;
        height: 60px;
        width: calc(30%);
    }
    .phonenum {
        position: relative;
        width: calc(70%);
        border-left: 1px solid #bbb;
        height: 60px;
        border-radius: 0px 25px 25px 0px;
    }
    .phonenum .input-auth {
        padding-left: 1em;
        padding-right: 0px;
    }
    .link-white16 {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .navbar-auth {
        display: flex;
        height: 74px;
        flex-shrink: 0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 10px 10px;
    }
    .icon-logo-auth {
        position: relative;
        height: 60px;
        width: 60px;
    }
    a.nav-logo {
        margin-left: 20px;
        display: block;
    }
    a.profile-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
    }
    .profile-circle-nav {
        background: #bbb;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-left: 10px;
        position: relative;
    }
    a.profile-nav span {
        color: #333;
    }
    .profile-circle-nav i {
        font-size: 60px;
        color: #fff;
    }
    .menu-drop {
        position: absolute;
        top: 60px;
        right: 100px;
        max-height: 10em;
        background: #bbb;
        z-index: 10;
        border-radius: 0px 0px 8px 8px;
    }
    .menu-drop ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: inline-flex;
        flex-direction: column;
    }
    .menu-drop ul li a {
        background: #bbb;
        padding: 10px 30px;
        display: block;
        width: 100%;
        color: #333;
        text-decoration: none;
        margin-top: 5px;
        transition: .3s ease-out;
    }
    .menu-drop ul li:last-child a {
        margin-bottom: 5px;
        border-radius: 0px 0px 8px 8px;
    }
    .menu-drop ul li a:hover {
        color: #fff;
        transition: .3s ease-in;
    }
    .main-weather {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
    }
    .weather-wrapper {
        border-radius: 12px 12px 12px 12px;
        background: rgba(19, 19, 19, 0.50);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 20px 40px 20px 40px;
        margin-top: 20px;
        width: 100%;
    }
    .weather-detail {
        padding: 10px;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px, rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
        border-radius: 12px 12px 12px 12px;
        background: rgba(19, 19, 19, 0.5);
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid #fff;
    }
    .weather-item p {
        padding: 10px 10px 10px 40px;
        margin: 5px 5px 5px 5px;
        font-size: 14px;
        font-weight: 300;
        border: 1px solid #bbb;
        border-radius: 5px;
    }
    .weather-item {
        width: 50%;
    }
    .weather-wrapper .left-box .title h1 {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .weather-wrapper .left-box .desc span {
        margin-bottom: 5px;
    }
    .weather-wrapper .left-box .desc span {
        margin-bottom: 5px;
        display: block;
        margin-top: 20px;
    }
    .weather-wrapper .left-box .desc span,
    .weather-wrapper .left-box .desc p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .weather-wrapper .right-box p {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .weather-wrapper .right-box .title p {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0;
        margin: 0;
    }
    .weather-wrapper .right-box .desc {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .weather-wrapper .right-box .desc .temp {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .weather-wrapper .right-box .desc .temp h4 {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .weather-wrapper .right-box .desc .temp span {
        color: #FFF;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .main-banner {
        position: relative;
    }
    .main-banner .banner-wrapperr {
        margin-top: 10px;
        height: 272px;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>) lightgray 0px -38.014px / 100% 171.983% no-repeat;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
    }
    .banner-wrapperr img {
        border-radius: 12px;
    }
    .banner-wrapperr .banner-desc {
        position: absolute;
        width: 100%;
        bottom: 0px;
        border-radius: 0px 0px 10px 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding: 20px;
        justify-content: space-between;
    }
    .banner-wrapperr .banner-desc .banner-left {
        width: 70%;
        height: 100%;
        padding-right: 30px;
        padding-left: 10px;
    }
    .banner-wrapperr .banner-desc .banner-left h1 {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .banner-wrapperr .banner-desc .banner-left p {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .banner-wrapperr .banner-desc .banner-right {
        width: 30%;
        height: 100%;
    }
    .link-explore {
        border-radius: 20px;
        border: 0.5px solid #A4A4A4;
        background: #000;
        color: #FFF;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: block;
        text-align: center;
        padding: 10px 15px 10px 15px;
        text-decoration: none;
        border: 1px solid #fff;
    }
    .btn-submit-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
    }
    .form-control::placeholder {
        color: #bbb;
    }
    small.text-err {
        position: absolute;
        left: 15px;
        bottom: -18px;
        color: red;
        font-style: italic;
        font-size: 12px;
    }
    .form-group .col-sm-9,
    .form-group .col-sm-4,
    .form-group .col-sm-3 {
        position: relative;
    }
    .section-popup {
        background: rgba(51, 51, 51, 0.51);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
    }
    .close-model i {
        font-size: 25px;
        color: #333;
        cursor: pointer;
    }
    .close-model {
        position: absolute;
        top: 5px;
        right: 7px;
        background: #333;
        border-radius: 50%;
        padding: 0px 10px 4px 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
    }
    .title-model {
        font-size: 16px;
        color: #333;
        line-height: normal;
    }
    .body-model {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .btn-model-wrapper button {
        min-width: 40%;
    }
    .btn-model-wrapper button.btn-back {
        margin-right: 13px;
    }
    .btn-model-wrapper {
        text-align: right;
        margin-bottom: 20px;
    }
    .overlay-loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 2rem;
        z-index: 1000;
        display: none;
    }
    .loading-text {
        font-size: 18px;
        color: #f2f2f2;
    }
    .model-popup {
        background: #fff;
        border-radius: 10px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        min-height: 5em;
        padding: 25px 15px 10px 15px;
    }
    #download-button-container,
    .dt-buttons {
        width: 6em;
    }
    button.btn-actiontable {
        border: none;
        background: transparent;
        padding: 5px 25px;
    }
    .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
        position: relative;
        height: 40px;
        width: 40px;
        left: 12px;
        top: -4px;
    }
    .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .navbar .navbar-brand-wrapper .navbar-brand {
        position: relative;
        height: 50px;
        width: 8em;
        top: 0px;
        left: 20px;
    }
    .navbar .navbar-brand-wrapper .navbar-brand img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .step-create {
        position: relative;
        z-index: 3;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .step-create::before {
        content: "";
        position: absolute;
        background: #333;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .step-create::after {
        content: "";
    }
    .step-create ul {
        list-style-type: none;
        display: flex;
        padding: 0;
        margin: 0;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .step-create ul li {}
    .step-create ul li a {
        background: #12e7f0;
        padding: 10px 15px 10px 15px;
        color: #fff;
        text-decoration: none;
        border-radius: 50%;
        font-size: 15px;
    }
    .step-create ul li a.active {
        background: #c87dff;
    }
    .step-create ul li a.step1 {}
    .step-create ul li a.step2 {}
    .step-create ul li a.step3 {}
    .step-create ul li a.step4 {}
    .step-create ul li a.step5 {}
    .banner-hotel {
        display: flex;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 20px;
    }
    .banner-botel-left {
        background: #bbb;
        min-height: 13em;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 8px;
        position: relative;
    }
    .banner-botel-right {
        /* background: red; */
        min-height: 10em;
        width: 100%;
        /* padding: 10px; */
    }
    .banner-hotel-box {
        background: #bbb;
        width: 100%;
        height: 8em;
        margin-bottom: 10px;
        border-radius: 8px;
        position: relative;
    }
    .form-text-wrapper label {
        font-size: 0.875rem;
        line-height: 1;
        vertical-align: top;
        margin-bottom: 0.5rem;
    }
    .form-text-wrapper {
        margin-bottom: 20px;
    }
    .lat-wraper {}
    .lat-wraper a {
        display: block;
        background: #c87dff;
        text-align: center;
        padding: 15px;
        margin-bottom: 35px;
        border-radius: 10px;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        margin-top: 20px;
    }
    .map-modal-wrapper {
        margin-top: 10em;
        height: calc(90vh - 10em);
        width: 100%;
        position: relative;
        background: #fff;
    }
    #map-modal {
        display: none;
    }
    #map {
        height: calc(90vh - 10em);
    }
    .modal-bg {
        position: fixed;
        background: rgba(51, 51, 51, 0.5);
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .close-modal-black {
        background: #333;
        color: #fff;
        padding: 0px 10px 4px 10px;
        border-radius: 50%;
        font-size: 15px;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9999;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .footer-form {
        text-align: center;
    }
    .form-footer-wrap {
        justify-content: center;
    }
    .form-join {
        width: 35%;
    }
    .gallery-image {
        min-height: 10em;
    }
    .checker_sub span {
        font-size: 16px;
    }
    .number-wrapper h3 {
        font-size: 45px;
    }
    .number-wrapper p {
        font-size: 25px;
    }
    .event-black p {
        font-size: 20px;
    }
    .event-black h2 {
        font-size: 40px;
    }
    .orange-box {
        width: 50%;
        height: 25em;
    }
    .green-box {
        width: 50%;
    }
    .main-flex {
        flex-direction: row;
    }
    .section-main {
        background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0%, rgba(6, 34, 34, 0.6) 33%, rgba(12, 14, 13, 0.5) 71%, rgba(6, 34, 34, 0.8) 100%), url(../img/assets/gallery/bisalamwebauth.png);
        background-position: top center, top center;
        /* Position for both layers */
        background-repeat: no-repeat, no-repeat;
        /* Prevent repeat */
        background-size: cover, cover;
        /* Cover for both layers */
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .title-white30 {
        font-size: 30px;
    }
    .title-bridge {
        font-size: 25px;
        position: relative;
        top: -40px;
    }
    .auth-form {
        width: 70%;
    }
    .icon-logo-auth {
        height: 80px;
    }
    .profile-circle-nav {
        top: 3px;
    }
    .weather-wrapper {
        width: 50%;
    }
    .main-banner .banner-wrapperr {
        height: 400px;
        margin-top: 35px;
    }
    .banner-wrapperr .banner-desc {
        bottom: 25px;
        padding: 35px;
    }
    .link-explore {
        font-size: 14px;
        padding: 16px 15px 16px 15px;
    }
    .banner-wrapperr .banner-desc .banner-left {
        padding-right: 8em;
    }
    .main-weather {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 30px;
        width: 100%;
    }
    .banner-wrapperr .banner-desc .banner-left h1 {
        font-size: 28px;
    }
    .banner-wrapperr .banner-desc .banner-left p {
        font-size: 16px;
    }
    .model-popup {
        width: 50%;
    }
    .step-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .step-create {
        width: 50%;
    }
    .banner-botel-right {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 0px 10px;
    }
    .banner-botel-left {
        min-height: 18em;
    }
    .banner-hotel-box {
        height: 13em;
    }
    .orange-box {
        width: 50%;
        height: 25em;
    }
    .green-box {
        width: 50%;
    }
    .main-flex {
        flex-direction: row;
    }
    .community p {
        font-size: 24px;
    }
    .community h4 {
        font-size: 30px;
    }
    .card-monitor h5 {
        font-size: 24px;
    }
    .card-monitor h4 {
        font-size: 30px;
    }
    .embed-map-frame {
        width: 100% !important;
        height: 170% !important;
    }
    /*
    .embed-map-container {
        width: 129% !important;
        height: 227% !important;
cb4d6f63b71c850361e5ffd98a7a4c54c65efe6b
    }

    /* Accordion / FAQ */
    .accordian-desc {
        margin-bottom: 0px;
    }
    /* Tour */
    .tour-desc {
        font-size: 14px;
    }
    /* Counters */
    .counters-wrapper {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-bottom: 30px;
        flex-direction: row;
    }
    /* Request Date */
    .request-date {
        margin-top: 10px;
    }
    /* Flight / Banner */
    .flight-desc {
        margin-top: 10%;
    }
    .green-left {
        margin-top: -65%;
    }
    .banner-desc {
        margin-top: -20px;
    }
    .phone-img {
        width: 85%;
        top: 0px;
    }
}

@media (min-width: 1024px) {
    .footer-menu ul li:last-child a {
        margin-right: 0px;
    }
    .form-footer-wrap {
        justify-content: end;
    }
    .footer-text {
        text-align: center;
        margin-top: 60px;
    }
    .footer-form {
        text-align: left;
    }
    .footer-menu ul li a {
        margin-right: 20px;
    }
    .footer-menu ul li a:hover {
        background: none;
    }
    .footer-menu ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
    }
    .footer-social ul {
        justify-content: flex-start;
    }
    .footer-left {
        width: 40%;
    }
    .footer-right {
        width: 60%;
        margin-top: 0px;
    }
    .footer-main {
        flex-direction: row;
    }
    .m-pack {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .gallery-image {
        min-height: 12em;
    }
    .event-green {
        width: 50%;
        text-align: start;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        padding: 0px 20px 0px 40px;
    }
    .subscribe-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 15px;
        width: 100%;
    }
    .event-black {
        min-height: 215px;
        width: 50%;
    }
    .event-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .auth-form {
        width: 50%;
    }
    .weather-wrapper {
        width: 40%;
    }
    .main-banner .banner-wrapperr {
        height: 500px;
    }
    .banner-wrapperr .banner-desc {
        padding: 60px;
    }
    .banner-wrapperr .banner-desc .banner-left {
        padding-right: 13em;
    }
    .link-explore {
        font-size: 16px;
        padding: 19px 15px 19px 15px;
    }
    .banner-wrapperr .banner-desc .banner-left p {
        font-size: 18px;
    }
    .banner-wrapperr .banner-desc {
        bottom: 0px;
    }
    .model-popup {
        width: 40%;
    }
    .card-packwrap .pack-post {
        min-height: 13em;
    }
    .card-monitor h4 {
        font-size: 40px;
    }
    .embed-map-frame {
        width: 100% !important;
        height: 100% !important;
    }
    /*
    .embed-map-container {
        width: 114% !important;
        height: 120% !important;
 
    }

    /* Accordion / FAQ */
    .accordion-title {
        font-size: 20px;
        padding: 20px 30px;
    }
    .accordion-faq {
        margin-bottom: 20px;
    }
    .container.container-faq {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .accordian-desc {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .banner-faq {
        min-height: 100vh;
    }
    /* Request Date */
    .request-date {
        margin-top: 5px;
    }
    /* Transportation Section */
    .header {
        padding: 50px 45px 20px;
    }
    .title {
        font-size: 65px;
    }
    .phone-container {
        width: 65%;
        height: 75%;
    }
    .right-content {
        right: 25px;
        top: 130px;
    }
    .store-buttons {
        left: 5%;
        width: 90%;
    }
    .left-content {
        left: -22px;
        bottom: 185px;
    }
    /* Flight / Banner */
    .green-left {
        margin-top: -35%;
    }
    .banner-desc {
        margin-top: 10px;
    }
    .phone-img {
        width: 95%;
        top: 15px;
    }
    .social-icons {
        gap: 15px;
        width: 31%;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {
    .gallery-image {
        min-height: 15em;
    }
    .event-green {
        padding: 0px 20px 0px 60px;
    }
    .number-wrapper h3 {
        font-size: 54px;
    }
    .orange-box {
        width: 40%;
        padding: 60px 70px;
    }
    .green-box {
        width: 60%;
        padding: 60px 60px;
    }
    .card-packwrap .pack-post {
        min-height: 11em;
    }
    .auth-form {
        width: 40%;
    }
    .weather-wrapper {
        width: 30%;
    }
    .main-banner .banner-wrapperr {
        height: 600px;
    }
    .banner-wrapperr .banner-desc {
        padding: 80px;
    }
    .banner-wrapperr .banner-desc .banner-left {
        padding-right: 20em;
    }
    .banner-wrapperr .banner-desc .banner-left h1 {
        margin-bottom: 20px;
    }
    .banner-wrapperr .banner-desc .banner-right {
        width: 20%;
    }
    .model-popup {
        width: 30%;
    }
    .step-create {
        width: 35%;
    }
    .step-wrapper {
        margin-bottom: 50px;
    }
    .banner-hotel {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1.8fr 1fr;
        grid-row-gap: 0px;
        grid-column-gap: 10px;
        height: 30em;
    }
    .banner-hotel-box {
        height: 49%;
        margin-bottom: 0px;
    }
    .banner-botel-left {
        min-height: 18em;
        height: 100%;
    }
    .banner-botel-right {
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .orange-box {
        width: 40%;
        padding: 60px 70px;
    }
    .green-box {
        width: 60%;
        padding: 60px 60px;
    }
    .community h4 {
        font-size: 40px;
    }
    /* Contact Card */
    .contact-card::before {
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 280px;
    }
    .contact-card::after {
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 280px;
    }
    .embed-map-frame {
        width: 100% !important;
        height: 100% !important;
    }
    /* Embed Map Container 
    .embed-map-container {
        width: 110% !important;
        height: 114% !important;
    }*/
    /* Transportation Section */
    .transportation-section {
        padding: 50px 70px;
    }
    .header {
        padding: 50px 40px 20px;
    }
    .social-icons {
        gap: 15px;
        width: 31%;
    }
    .title {
        font-size: 72px;
    }
    .phone-container {
        width: 65%;
        height: 64%;
    }
    .right-content {
        right: 40px;
        top: 200px;
    }
    .left-content {
        left: 0px;
        bottom: 150px;
    }
    .available-text {
        margin-top: 35px;
    }
    .store-buttons {
        left: 0;
        width: 100%;
    }
    /* Flight / Banner */
    .flight-desc {
        margin-top: 5%;
    }
    .green-left {
        margin-top: -28%;
    }
    .banner-desc {
        margin-top: 15px;
    }
    .banner-desc p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .btn-contactus {
        font-size: 20px;
    }
    .banner-faq {
        position: relative;
        height: 110vh;
        overflow: hidden;
    }
    .phone-img {
        width: 100%;
        top: -15px;
    }
}


/* ========================================
   MOBILE FIRST / BASE STYLES
======================================== */


/* ========================================
   TABLET - 768px
======================================== */

@media (min-width: 768px) {
    /* Embed Map Container */
}


/* ========================================
   DESKTOP - 1024px
======================================== */

@media (min-width: 1024px) {
    /* Embed Map Container */
}


/* ========================================
   LARGE DESKTOP - 1400px
======================================== */

@media (min-width: 1400px) {}