.logo-brand img {
    height: 100px;
}

.bg-color-ngologo {
    background-image: linear-gradient(90deg, #2ccf58 0%, #5affa5 100%);
}

.color-white {
    color: #fff !important;
}

.banner-card-body {
    padding-bottom: 25px;
}

.theme-color {
    background-color: #005eb8;
}

.heightloader {
    height: 40px;
}

.video-main-box {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section {
    position: relative;
}

.off-white-bg {
    background-color: #dbdbdb;
}

.box-shadow-white {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.footer-bg {
    background-color: #005eb8;
}

.footer-logo-height {
    height: 70px;
    background: white;
    padding: 10px;
}

.mobile-logo {
    height: 70px;
}

.box-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.theme-color-light {
    background-color: #3388d6;
}


/* after loader index page css */
.position-absolute {
    position: absolute;
    top: 5%;
    width: 100%;
}


.position-relative {
    position: relative;
}

.heading-first {
    font-size: 45px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    text-shadow: 2px 2px #d960b9;
}

.plpr-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.margin-top-70 {
    position: absolute;
    bottom: 10px;
}

.position-r-b10 {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.dfjc {
    display: flex;
    justify-content: center;
}



/* door css */


/* From Uiverse.io by 0xnihilism */
.brutalist-button {
    display: flex;
    align-items: center;
    cursor: pointer;

    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border: 3px solid #fff;
    outline: 3px solid #000;
    box-shadow: 6px 6px 0 #005eb8;
    transition: all 0.1s ease-out;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.brutalist-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
    z-index: 1;
    transition: none;
    /* Initially hide the pseudo-element */
    opacity: 0;
}

@keyframes slide {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.brutalist-button:hover::before {
    /* Show the pseudo-element on hover */
    opacity: 1;
    animation: slide 2s infinite;
}

.brutalist-button:hover {
    transform: translate(-4px, -4px);
    box-shadow: 10px 10px 0 #ff72b8;
    background-color: #000;
    color: #fff;
}

@keyframes slide {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.brutalist-button:active {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0 #00a4ef;
    background-color: #fff;
    color: #000;
    border-color: #000;
}

/* Rest of the CSS remains the same */

.ms-logo {
    width: 80px;
    transition: transform 0.2sease-out;
    position: relative;
    z-index: 1;
}

.brutalist-button:hover .ms-logo {
    transform: rotate(-10deg) scale(1.1);
}

.brutalist-button:active .ms-logo {
    transform: rotate(10deg) scale(0.9);
}



.button-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    transition: transform 0.2s ease-out;
    position: relative;
    z-index: 1;
    padding: 5px;
}

.brutalist-button:hover .button-text {
    transform: skew(-5deg);
}

.brutalist-button:active .button-text {
    transform: skew(5deg);
}

.button-text span:first-child {
    font-size: 11px;
}

.button-text span:last-child {
    font-size: 25px;
    text-transform: uppercase;
}

.padding30 {
    padding: 30px;
}

.footer-weight .service-link li a:hover {
    color: #f1f1f1;
}

.vending-units {
    padding: 60px 60px;
}

.footer-weight .social li a:hover {
    background-color: #f1f1f1;
}

.vending-units-main-box {
    width: 60%;
}

.vending-units-main-box p {
    color: #eaeaea;
}

.vending-units-main-box h3,
.vending-units-main-box h5 {
    font-weight: 700;
    color: #eaeaea;
}

.vendiring-box {
    border: 1px solid #888888;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(0, 94, 184, 0.6);
}

.testimonial-card-bg {
    background-color: rgba(0, 94, 184, 0.4);
}

.vendiring-box p,
.vendiring-box i,
.vendiring-box h6 {
    color: #eaeaea;
}

.wishes-network {
    padding: 60px 0;
}

.vending-units {
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 110vh;
}

.wishes-network {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.radius-25 {
    border-radius: 25px;
}

.payment-processing-video video {
    width: 100%;
    padding: 10px;
}

.icon-heading {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.testimonial-area {
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.font-50 {
    font-size: 50px;
    font-weight: 700;
}

.who-it-list li {
    list-style: none;
    color: #ffffff;
    margin-bottom: 15px;
}

.who-it-list li span i {
    margin-right: 10px;
    font-size: 20px;
    color: #005eb8;
    text-align: center;
    align-items: center;
    font-weight: 800;
    padding: 3px;
    border-radius: 3px;
    background-color: white;
}

.light-theme-bg-color {
    background-color: #005eb829;
}

.max-height-290 {
    min-height: 290px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.font-35 {
    font-size: 35px;
    font-weight: 700;
}

.support-verified-image img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.front-video-width {
    width: 100%;
}


@media only screen and (max-width: 767px) {

    .vending-units {
        height: 140vh;
    }

    .vending-units-main-box {
        width: 100%;
    }

    .vending-units {
        padding: 10px 10px;
    }
}
.vending-units-section video{
width: 100%;
}
.background-service-color {
    background-color: rgba(0, 94, 184, 0.7);
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.dfjsb{
    display: flex;
    justify-content: space-between;
}
.backgroundblack{
    background: #000;
}

.max-height-400 {
    min-height: 400px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}