@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

h2 {
    font-size: 48px;
    text-transform: uppercase;
    color: #636363;
    position: relative;
    padding-bottom: 24px;
}

h2::before {
    position: absolute;
    content: "";
    background: #0ec1e9;
    width: 70px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
}

a,
.btn {
    transition: all .3s;
}


.flex_box {
    display: flex;
}

.grid_box {
    display: grid;
}

header {
    background: #16161640;
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all .3s;
}

header .flex_box {
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    height: 90px;
    transition: all .3s;
}

header.scrolled .logo img {
    height: 70px;
}

header.scrolled {
    background: rgb(0 0 0 / 45%);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 3px 13px rgba(0, 0, 0, 0.6);
}

header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

header .menu ul li a {
    color: #f7f7f7;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.071em;
    transition: all .3s;
}

header .menu ul li a.active {
    font-weight: 700;
    color: #0ec1e9;
}

header .menu ul li a:hover {
    color: #0ec1e9;
}

.banner_sec {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    padding: 30px 0;
    position: relative;
}

.banner_sec::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .2;
}

.banner_sec .button {
    text-align: center;
    position: relative;

}

.banner_sec .button .btn {
    background: #404042;
    height: 55px;
    width: 100%;
    max-width: 210px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.071em;
    border-radius: 0px;
}

.banner_sec .button .btn:hover {
    background: #fff;
    color: #404042;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

header .menu ul .mobile_logo {
    display: none;
}

header .responsive .close_btn {
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}

header .responsive .close_btn i {
    font-size: 26px;
    line-height: 0;
}

header .responsive {
    display: none;
}

header .responsive .close_btn:hover {
    background: #fff;
    color: #000;
}

.Nightlife_App .grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}



.Nightlife_App {
    background-color: #161616;
    padding: 56px 0;
}

.Nightlife_App h2 {
    text-align: center;
    margin-bottom: 50px;
}

.Nightlife_App .img img {
    height: 600px;
}

.Nightlife_App .img {
    text-align: center;
}

.Nightlife_App .cont h3 {
    font-size: 24px;
    color: #f7f7f7;
    margin-bottom: 18px;
}

.Nightlife_App .cont h4 {
    font-size: 18px;
    color: #a4a4a4;
    font-weight: 700;
}

.Nightlife_App .cont ul li {
    font-size: 18px;
    color: #a4a4a4;
}

.Nightlife_App .cont ul li b {
    display: block;
}

.Nightlife_App .cont ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 25px 0 0;
}

.how_works .grid_box {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.how_works .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.how_works .img {
    position: relative;
    padding-bottom: 85%;
}

.how_works .cont {
    background: #363638;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how_works .cont .box {
    max-width: 600px;
    margin: auto;
    padding: 56px 0;
}

.how_works h2 {
    color: #fff;
}


.how_works h3 {
    color: #fff;
    font-size: 24px;
    margin: 35px 0 12px;
}

.how_works p {
    color: #cecece;
    font-size: 18px;
    margin: 0 0 0;
}

.how_works h2::before {
    right: inherit;
}

.up_work {
    background-color: #161616;
    padding: 56px 0;
}

.up_work h2 {
    text-align: center;
}

.up_work .video {
    position: relative;
    padding-bottom: 56%;
}

.up_work .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.up_work .box {
    background: #ffffff;
    padding: 14px;
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
    border-radius: 12px;
}

.home_contact {
    background: #161616;
    padding: 56px 0;
    border-top: 1px solid #ffffff1c;
}

.home_contact h2 {
    text-align: center;
}

.home_contact .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
    align-items: center;
}

.home_contact .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.home_contact .cont {
    max-width: 530px;
}

.home_contact .img {
    position: relative;
    padding-bottom: 75%;
}

.home_contact .cont h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.home_contact .cont p {
    color: #a4a4a4;
    font-size: 18px;
    margin: 0 0 30px;
    line-height: 30px;
}

.home_contact .cont .btn {
    background: #404042;
    height: 55px;
    width: 100%;
    max-width: 170px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.071em;
    border-radius: 0px;
    margin-top: 20px;
}

.home_contact .cont .btn:hover {
    background: #fff;
    color: #404042;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}


.newsletter {
    padding: 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 67%;
    position: relative;
    overflow: hidden;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    top: 0;
    left: 0;
}

.newsletter .newsletter-container {
    max-width: 800px;
    margin: auto;
    position: relative;
}

.newsletter .newsletter-content {
    background: #fff;
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
}

.newsletter .newsletter-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.newsletter .newsletter-content p {
    color: #666;
    max-width: 500px;
    margin: 22px auto;
    font-size: 16px;

}

.newsletter .newsletter-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.newsletter .newsletter-form input {
    padding: 6px 16px;
    width: 350px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    height: 50px;
    font-size: 15px;
}

.newsletter .newsletter-form input:focus {
    border-color: #404042;
}

.newsletter .newsletter-form button {
    padding: 6px 26px;
    border: none;
    background: #404042;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    letter-spacing: .5px;
    height: 50px;
    text-transform: uppercase;
}

.newsletter .newsletter-form button:hover {
    background: #000;
}

footer {
    background: #161616;
    padding: 15px 0;
    border-top: 1px solid #ffffff1c;
}

footer .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

footer h3 {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: .5px;
}

footer .flex_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}



footer .flex_box ul li a {
    background: #fff;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s;
    color: #000;
}

footer .flex_box ul li a img {
    height: 20px;
}

footer .flex_box ul li a:hover {
    transform: scale(1.1);
}

.common_banner {
    padding: 200px 0 100px;
    background-position: center;
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.common_banner h1 {
    font-size: 48px;
    margin: 0;
    position: relative;
    color: #fff;
}

.common_banner::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
}

.Future_out {
    background-color: #161616;
    padding: 56px 0;
}

.Future_out h2 {
    text-align: center;
}

.Future_out .grid_box {
    grid-template-columns: 1fr .8fr;
    gap: 20px;
    margin-top: 60px;
    align-items: center;
}

.Future_out .cont h3 {
    color: #fff;
    font-size: 24px;
}

.Future_out .cont p {
    color: #a4a4a4;
    font-size: 18px;
    margin: 20px 0 0;
}

.Future_out .img img {
    height: 450px;
}

.Future_out .img {
    text-align: center;
}

.what_we_do {
    padding: 56px 0;
    background: #f6f6f6;
}

.what_we_do h2 {
    text-align: center;
}

.what_we_do .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.what_we_do .img img {
    width: 100%;
    transition: all .3s;
}

.what_we_do .img:hover img {
    transform: scale(1.1);
}

.what_we_do .img {
    overflow: hidden;
}

.what_we_do .cont {
    text-align: center;
}

.what_we_do .cont h3 {
    color: #151515;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

.what_we_do .cont p {
    color: #575757;
    font-size: 18px;
    margin: 0 auto;
    max-width: 580px;
    line-height: 30px;
}

.what_we_do .box {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.what_we_do .grid_box:nth-child(even) .img {
    order: 2;
}

.we_exist .cont {
    background: #161616;
}

.we_exist h2 {
    color: #636363;
}

.we_exist p {
    color: #a4a4a4;
    margin: 34px 0 0;
    line-height: 30px;
}

.we_exist .img {
    position: relative;
    padding-bottom: 60%;
}

.we_exist .cont .box {
    max-width: 530px;
}

.Future_out .cont p b {
    display: block;
    margin-bottom: 5px;
}


.Partner_with {
    background: #363638;
    padding: 56px 0;
}

.Partner_with h2 {
    text-align: center;
    color: #fff;
}

.Partner_with h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin: 28px 0 12px;
}

.Partner_with p {
    color: #cecece;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.Partner_with .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.Partner_with .box {
    border: 1px solid #cecece;
    padding: 20px 15px;
    border-radius: 8px;
}

.Partner_with .box h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
}

.Partner_with .box ul {
    color: #cecece;
    padding-left: 20px;
    margin: 18px 0 0;
}

.Partner_with .box ul li {
    font-size: 17px;
}

.Partner_with .box ul li+li {
    margin-top: 8px;
}

.up_work p {
    color: #a4a4a4;
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
}

.get_started {
    background: #363638;
    padding: 56px 0;
}

.get_started h3 {
    color: #ffc;
    font-size: 24px;
}

.get_started .box {
    text-align: center;
}

.get_started p {
    color: #cecece;
    font-size: 18px;
    margin: 14px 0;
}

.get_started .btn {
    height: 55px;
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    max-width: 210px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    margin-top: 10px;
}

.get_started .btn:hover {
    background: #fff;
    color: #363638;
}

.contact_form .grid_box {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact_form {
    padding: 56px 0;
}

.contact_form .form_box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_form .form_box .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact_form .form_box .form-group .form-control {
    height: 50px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: none;
}

.contact_form .form_box .btn {
    background: #404042;
    height: 55px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 0px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.071em;
    border-radius: 0px;
}

.contact_form .form_box .btn:hover {
    background: #4d4d4f;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px;
}

.contact_form .form_box .form-group textarea.form-control {
    height: 150px;
    padding-top: 15px;
}

.contact_form .cont h3 {
    font-size: 36px;
}

.contact_form .cont p {
    color: #5e5e5e;
    font-size: 18px;
    margin: 20px 0;
}

.chatbot .chat-btn {
    background: #363638;
    height: 58px;
    width: 58px;
    border-radius: 50px;
    position: fixed;
    right: 22px;
    bottom: 22px;
    cursor: pointer;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.chatbot .chat-btn:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 2px 0px rgba(0, 0, 0, .09), 0 4px 10px rgba(0, 0, 0, .24) !important;
}

.chatbot .chat-box {
    position: fixed;
    right: 22px;
    bottom: 90px;
    background: #e0e0e1;
    width: 100%;
    max-width: 425px;
    height: 650px;
    min-height: 300px;
    max-height: calc(100% - 110px);
    z-index: 99;
    box-sizing: content-box;
    border-radius: 10px 20px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    overflow: hidden;
}

.chatbot.main .chat-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* Slide into view */
}

.chatbot .chat-btn i {
    display: none;
}

.chatbot.main .chat-btn i {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 0;
}

.chatbot.main .chat-btn svg {
    display: none;
}

.chatbot .chat-box .chat-header {
    background: #363638;
    padding: 15px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.chatbot .chat-box .chat-header img {
    height: 52px;
    width: 52px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 14px 0 12px;
}

.chatbot .chat-box .chat-header h4 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 0;
}

.chatbot .chat-box .chat-header h4 i {
    font-size: 13px;
    -webkit-text-stroke: .5px;
}

.chatbot .chat-box .chat-header h4 span {
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

.chatbot .chat-box .chat-header p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.chatbot .chat-body {
    padding: 15px;
}

.chatbot .chat-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    box-shadow: 0px 41px 20px 40px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.chatbot .chat-footer .form-control {
    box-shadow: none;
    font-size: 14px;
    height: 32px;
    width: 100%;
    padding: 5px;
    margin: 0;
    border: 0;
    resize: none;
    background-color: transparent;
}

.chatbot .chat-footer button {
    height: 30px;
    width: 40px;
    border-radius: 14px;
    line-height: 30px;
    position: relative;
    background: #363638;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbot .chat-footer button i {
    font-size: 14px;
    line-height: 0;
}

.chatbot .chat-footer button svg {
    margin-left: 4px;
}

header .menu ul .mobile_logo img {
    height: 60px;
}









@media (max-width: 1399.98px) {
    .how_works h3 {
        font-size: 22px;
        margin: 24px 0 12px;
    }
}

@media (max-width: 1199.98px) {

    .contact_form .cont p {
        font-size: 16px;
        margin: 12px 0;
    }

    .contact_form .cont h3 {
        font-size: 28px;
    }

    .we_exist p {
        margin: 20px 0 0;
        line-height: 26px;
    }

    .what_we_do .box {
        margin-top: 40px;
        gap: 34px;
    }

    .what_we_do .grid_box {
        gap: 24px;
    }

    .common_banner h1 {
        font-size: 42px;
    }

    .common_banner {
        padding: 170px 0 70px;
    }

    .home_contact .cont p {
        font-size: 16px;
        margin: 0 0 16px;
        line-height: 26px;
    }

    .home_contact .cont h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .how_works .cont .box {
        padding: 40px 0;
    }

    .how_works h3 {
        font-size: 20px;
        margin: 20px 0 10px;
    }

    .how_works p {
        font-size: 16px;
    }

    .Nightlife_App .grid_box {
        grid-template-columns: .8fr 1fr;
    }

    h2 {
        font-size: 38px;
    }

    header .menu ul li a {
        font-size: 14px;
    }

    header .menu ul {
        gap: 20px;
    }

    header .logo img {
        height: 80px;
    }
}

@media (max-width: 991.98px) {


    .chatbot .chat-btn {
        right: 14px;
        bottom: 14px;
    }

    .chatbot .chat-box {
        right: 14px;
    }

    .contact_form {
        padding: 40px 0;
    }

    .contact_form .form_box .form-group {
        margin-bottom: 15px;
    }

    .contact_form .form_box .btn {
        height: 50px;
        font-size: 14px;
    }

    .contact_form .form_box .form-group .form-control {
        height: 45px;
        font-size: 15px;
    }

    .contact_form .cont h3 {
        font-size: 24px;
    }

    .contact_form .form_box h3 {
        font-size: 20px;
    }

    .contact_form .grid_box {
        gap: 20px;
    }

    .get_started .btn {
        height: 50px;
        max-width: 180px;
        font-size: 14px;
    }

    .get_started h3 {
        font-size: 22px;
    }

    .get_started p {
        font-size: 16px;
        margin: 10px 0;
    }

    .get_started {
        padding: 40px 0;
    }

    .Partner_with .box ul li+li {
        margin-top: 6px;
    }

    .Partner_with .box ul li {
        font-size: 16px;
    }

    .Partner_with .box h4 {
        font-size: 18px;
    }

    .Partner_with .grid_box {
        gap: 15px;
        margin-top: 24px;
    }

    .Partner_with p {
        font-size: 16px;
    }

    .Partner_with h3 {
        font-size: 20px;
        margin: 20px 0 10px;
    }

    .Partner_with {
        padding: 40px 0;
    }

    .up_work p {
        margin-top: 18px;
        font-size: 16px;
    }

    .what_we_do .box {
        gap: 24px;
    }

    .what_we_do .cont p {
        font-size: 15px;
        line-height: 24px;
    }

    .what_we_do .cont h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .what_we_do {
        padding: 40px 0;
    }

    .Future_out {
        padding: 40px 0;
    }

    .Future_out .img img {
        height: 380px;
    }

    .Future_out .cont h3 {
        font-size: 22px;
    }

    .Future_out .cont p {
        font-size: 16px;
        margin: 14px 0 0;
    }

    .newsletter {
        padding: 40px 0px;
    }

    .newsletter .newsletter-form button {
        font-size: 14px;
    }

    .newsletter .newsletter-content {
        padding: 34px 20px;
        border-radius: 10px;
    }

    .home_contact {
        padding: 40px 0;
    }

    .home_contact .cont h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .home_contact .cont .btn {
        height: 50px;
        font-size: 14px;
        margin-top: 10px;
    }

    .home_contact .cont {
        max-width: 100%;
    }

    .home_contact .grid_box {
        grid-template-columns: 1fr;
        margin-top: 40px;
        gap: 30px;
    }

    .up_work {
        padding: 40px 0;
    }

    .how_works p {
        font-size: 15px;
    }

    .how_works h3 {
        font-size: 18px;
        margin: 16px 0 10px;
    }

    h2::before {
        width: 60px;
        height: 3px;
    }

    h2 {
        padding-bottom: 16px;
        font-size: 36px;
    }

    .Nightlife_App .cont h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .Nightlife_App .img img {
        height: 500px;
    }

    .Nightlife_App {
        padding: 40px 0;
    }

    .Nightlife_App h2 {
        margin-bottom: 20px;
    }

    .Nightlife_App .img {
        order: 2;
    }

    .Nightlife_App .grid_box {
        grid-template-columns: 1fr;
    }

    .banner_sec .button .btn {
        height: 50px;
        font-size: 14px;
    }

    .banner_sec {
        min-height: 80vh;
        background-attachment: inherit;
    }
}

@media (max-width: 767.98px) {

    .contact_form .grid_box {
        gap: 25px;
        grid-template-columns: 1fr;
    }

    .Partner_with .grid_box {
        grid-template-columns: 1fr;
    }

    .what_we_do .grid_box:nth-child(even) .img {
        order: inherit;
    }

    .what_we_do .box {
        gap: 16px;
        margin-top: 24px;
    }

    .what_we_do .cont {
        padding-bottom: 10px;
    }

    .what_we_do .grid_box {
        gap: 16px;
        grid-template-columns: 1fr;
        background: #fff;
        padding: 12px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

    .common_banner {
        padding: 140px 0 40px;
    }

    .common_banner h1 {
        font-size: 32px;
    }

    .Future_out .grid_box {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .newsletter {
        background-position: 50% 95%;
    }

    .newsletter .newsletter-content p {
        margin: 18px auto;
        font-size: 15px;
    }

    .newsletter .newsletter-content h2 {
        font-size: 26px;
        padding-bottom: 14px;
    }

    .up_work .box {
        margin-top: 24px;
    }

    .how_works .cont {
        display: block;
        padding: 0 15px;
    }

    .how_works .cont .box {
        padding: 30px 0;
        max-width: 100%;
    }

    .how_works .grid_box {
        grid-template-columns: 1fr;
    }

    header.scrolled .logo img {
        height: 60px;
    }

    .Nightlife_App .cont ul {
        gap: 10px;
        margin: 16px 0 0;
    }

    .Nightlife_App .cont ul li {
        font-size: 15px;
    }

    .Nightlife_App .cont h4 {
        font-size: 16px;
    }

    .Nightlife_App h2 {
        margin-bottom: 14px;
    }

    .Nightlife_App .cont h3 {
        font-size: 18px;
    }

    h2 {
        font-size: 28px;
    }

    header .menu ul .mobile_logo {
        display: block;
    }

    .banner_sec {
        min-height: 70vh;
    }

    header .logo img {
        height: 70px;
    }

    header .menu ul li+li {
        border-top: 1px solid #7f7f7f;
    }

    header .menu ul li a {
        width: 100%;
        display: block;
        padding: 18px 12px;
    }

    header .menu ul li {
        width: 100%;
    }

    header .menu ul {
        gap: 0px;
        flex-direction: column;
        justify-content: start;
        background: #000;
        height: 100vh;
    }

    header.main .menu {
        left: 0;
    }

    header .menu {
        position: fixed;
        left: -400px;
        top: 0;
        background: #000000;
        height: 100vh;
        width: 100%;
        max-width: 300px;
        z-index: 99;
        transition: all .3s;
    }

    header .responsive {
        display: block;
    }
}

@media (max-width: 575.98px) {

    .chatbot .chat-box {
        max-width: 350px;
    }

    .contact_form .form_box .form-group {
        margin-bottom: 12px;
    }

    .contact_form .cont h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .up_work .box {
        padding: 10px;
    }

    .Partner_with h3 {
        font-size: 18px;
    }

    .common_banner {
        padding: 120px 0 30px;
    }

    header.scrolled .logo img {
        height: 50px;
    }

    header .logo img {
        height: 60px;
    }

    .common_banner h1 {
        font-size: 28px;
    }

    .Future_out .img img {
        height: 350px;
    }

    .Future_out .cont h3 {
        font-size: 20px;
    }

    .Future_out .cont p {
        font-size: 15px;
        margin: 10px 0 0;
    }

    footer {
        padding: 16px 0;
    }

    footer h3 {
        font-size: 14px;
    }

    footer .flex_box {
        gap: 14px;
        flex-direction: column-reverse;
    }

    .newsletter .newsletter-content h2 {
        font-size: 24px;
    }

    .newsletter .newsletter-form button {
        width: 100%;
    }

    .newsletter .newsletter-form input {
        width: 100%;
    }

    .home_contact .cont h3 {
        font-size: 18px;
    }

    .Nightlife_App .img img {
        height: 400px;
    }

    h2 {
        font-size: 24px;
    }

    .Nightlife_App .cont h3 {
        font-size: 16px;
    }

    .banner_sec {
        min-height: 60vh;
    }
}

@media (max-width: 480px) {}