.banner-section {
    background-image: url(../home-images/background-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    --border-transition: 0.3s;
}

.navbar-nav {
    margin-left: auto;
}

.custom-menu li .border-class::after {
    right: calc(-30px/2);
    border-left-style: solid;
    border-left-width: 2px;
    content: "";
    height: 50%;
    border-color: #ddd;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    position: relative;
    width: auto;
    left: auto;
}

.custom-menu li a {
    margin-right: calc(30px/2);


}

.business-card {
    background-color: #121212;
    padding: 50px 0;
    z-index: 99;
}

.cross-text {
    text-decoration: line-through;
    text-decoration-color: red;
}

#the-final-countdown {
    text-align: center;
    color: #eee;
    gap: 6px;
    text-align: left;
}

.timer-flex,
.nfc-timer-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.nfc-timer-flex {
    font-weight: 400;

}

#hour-span {
    font-size: 48px;
    font-weight: 600;

}

#minute-span {
    font-size: 48px;
    font-weight: 600;

}

#second-span {
    font-size: 48px;
    font-weight: 600;

}

.swiper-section {
    background-color: #121212;
    padding: 20px 0;
}

.video-section {
    background-color: #121212 !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.nfc .video-section {
    background-color: #1e1e1e !important;
}

.list-details ul {
    list-style-type: none;
}

.nfc .list-details ul {
    padding-left: 0rem !important;
}

.list-details ul li {
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s;
    color: #fff;
    margin-bottom: 8px;
}

.nfc .list-details ul li {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 16px;
}

.list-details-video ul {
    list-style-type: none;
    padding-left: 0rem !important;
}

.list-details-video ul li {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    margin-bottom: 16px;
}

.app-screen {
    background-image: url(../home-images/banner-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.para-details {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.discover-section {
    background-color: #121212;
    padding: 50px 0;
}

.margin-pic {
    margin-top: -150px;
}

.chat-section {
    background-image: url(../home-images/banner-3.jpg);
    padding: 50px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-section {
    background-image: url(../home-images/footer-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.bottom-footer {
    padding: 100px 0;
}

.swiper-slide img {
    height: auto;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.header-section {
    background-color: #fff;
    border-bottom: 10px solid #D60000;
    padding: 10px 0;
    text-align: center;
}

.img-adjust {
    padding: 20px 0;
    text-align: center;
}

.img-set img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.slider-section {
    padding-top: 50px;
}

.nfc-section {
    padding: 100px 0 20px 0;
}

.multiple-card {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heading-modify {
    font-style: normal !important;
}

.card-img img {
    max-width: 100%;
    object-fit: cover;
}

.footer-bottom {
    padding: 50px 0;
}

.btn-get:hover {
    transform: scale(1.1);
    transition: 0.2s all;
}

.position-text {
    position: relative;

}

.position-text svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}

@keyframes cross {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@keyframes hide-highlight {
    0% {
        opacity: 1;
        stroke-dasharray: 1500 1500
    }

    to {
        opacity: 0;
        filter: blur(10px)
    }
}

.cross-text svg path {
    animation: cross forwards;
    animation-duration: var(--animation-duration, 1.2s);
    animation-iteration-count: 1
}

.cross-text svg path:nth-of-type(2) {
    animation-delay: calc(var(--animation-duration, 1.2s) / 2)
}

.with-line svg path {
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: hide-highlight .4s forwards;
    animation-iteration-count: 1
}

.section-heads {
    font-size: 48px !important;
}
