@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    /* background-color: #D2D2D2 !important;  */
}
h1,h2,h3,h4,h5,h6{
    font-family: 'poppins';
}

p{
    font-family: 'poppins';
}

li{
    font-family: 'poppins';
}

span{
    font-family: 'poppins';
}

a{
    font-family: 'poppins';
}

button{
    font-family: 'poppins';
}

/* Header */
.main-header {
    background-color: #ebf0f1;
}

.header {
    padding: 10px 20px;
}

.header-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-buttons {
    display: flex;
    gap: 10px;
}

.header-btn {
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.sign-in {
    color: #000;
    background-color: #DFDFDF;
}

.get-started {
    background-color: #DB1F26;
    color: white; /* Text color */
    font-weight: bold; /* Make text bold */
    text-decoration: underline; /* Add underline to text */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow */
    padding: 10px 20px; /* Adjust padding as needed */
    border: none; /* Remove default border */
    border-radius: 5px; /* Optional: rounded corners */
    text-align: center; /* Center text */
    display: inline-block; /* Ensure the button displays correctly */
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition for background color and shadow */
}

.get-started:hover {
    background-color: #a3181d; /* Darker shade on hover for better effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Darker shadow on hover */
    color: #FFF;
}

.background-container {
    position: relative;
    display: inline-block; /* Adjust as needed */
}

.background-image {
    display: block;
    width: 100%; /* Adjust to fit your container */
    height: auto; /* Maintain aspect ratio */
}


/* Navbar */
.header-menu a {
    color: #323232;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar a{
    font-size: 14px;
}

.navbar-brand{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute !important;
    left: 12.5% !important;
    transform: translateX(-50%) !important;
    top: 24px !important;
}

.nav-logo img {
    height: 30px; /* Adjust based on your logo size */
}

.header-menu {
    display: flex;
    gap: 15px; /* Space between nav items */
}

.nav-item {
    margin-right: 20px; /* Space between nav items, adjust as needed */
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-link.active {
    font-weight: bold; /* Bold font for active link */
    color: #000; /* Active link color (adjust as needed) */
}

/* Hero Section */
.hero-section {
    margin-top: -76px;
}

.hero-text {
    color: #000;
    font-size: 42px; /* Increase the font size for larger text */
    line-height: 1.5;
    margin-bottom: 30px; /* Adjust spacing below the text */
    margin-top: -8rem; /* Adjust to position the text upwards */
}

.hero-buttons-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.hero-text-container {
    /* display: flex; */
    align-items: center;
    font-size: 18px;
}

.pos-image {
    max-width: 85%; /* Maintain the reduced image size */
    height: auto;
    margin-top: 20px; /* Add space between the text and the image */
}

/* About US */

.aboutus-container {
    background-color: #000;
    color: #FFF;
    margin: 0 auto;
    padding: 50px 0;
}

.about-us {
    display: flex;
    gap: 40px;
    padding: 20px;
}


.about-us-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.about-us-text p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #fff;
}
.drive-more {
    background-color: #262626;
    padding: 20px;
    width: 500px; 
    position: relative;
    text-align: left;
    border-radius: 25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    margin-left: 70px;
}

.drive-more p:first-of-type {
    font-size: 14px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.drive-more h2 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.3;
    position: relative;
    top: 60px; /* Adjust this value to align the text with the second chart */
}

.barcharts {
    display: flex;
    justify-content: flex-end; 
    align-items: flex-end;
    margin-top: -83px;
    margin-bottom: -19px;
    gap: 15px;
}

.barcharts img {
    width: 10%;
}

.barcharts img:nth-child(1) {
    height: 120px;
}

.barcharts img:nth-child(2) {
    height: 170px;
}

.barcharts img:nth-child(3) {
    height: 200px;
}

.arrow {
    position: absolute;
    left: 17rem;
    top: 210px;
    width: 30px;
    height: auto;
}

.lines{
    display: flex;
    margin: auto;
    justify-content: center;
    padding-top: 10px;
}

.lines img{
    padding: 12px;
}




.drive-more p:last-of-type {
    font-size: 12px;
    color: #fff;
    margin: 0;
}
/* General Section Styling */
.aboutus-section {
    padding: 20px;
    border-radius: 8px;
    color: #fff;
}

.aboutus-section h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: bold;
}

.aboutus-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.aboutus-section ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.00em;
}

/* Stat Section */
.stat-section {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.main-image {
    height: 175px;
    width: 175px;
    display: block;
}

.companyCount-img {
    height: 175px;
    width: 175px;
    margin-left: 10px;
}

.overlay-image {
    position: absolute;
    top: 120px;
    left: 15px;
    height: 30px;
    width: 153px;
    object-fit: cover;
    z-index: 1;
}

/* Arrow Line Styling */
.arrow-lineImg1 {
    margin-left: -21rem;
    margin-top: 38px;
    width: 224%;
}

.headingAndCircle1 {
    margin-top: -75px;
}

.arrow-lineImg3 {
    margin-left: 17px;
    width: 45%;
    margin-top: 77px;
}

.arrow-lineImg2 {
    position: absolute;
    left: 15.8rem;
    top: 40px;
    width: 100%;
}

.aboutus-section2 {
    margin-top: -249px;
}

.headingAndCircle3 {
    margin-left: 179px;
    margin-top: -21px;
}
.first-heading {
    margin-left: 50px;
}

.first-ul {
    margin-left: 50px !important;
}
.sections {
    margin-top: 30px;
}

.sections .section {
    padding: 20px;
    background-color: #222;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #444;
}

/* Updated carousel section */
/* .tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
}

.tab {
    padding: 10px 25px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 200px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.tab:hover {
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.tab.active {
    background-color: #e74c3c;
    color: white;
    width: 200px;
    border-color: none;
}

.carousel-container {
    overflow: hidden;
    padding: 20px;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.product {
    flex: 0 0 calc(33.333% - 30px);
    text-align: center;
    margin: 0 15px;
    background: #F0F0F0;
    padding: 40px;
    border-radius: 25px;
    border: 2px solid #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product:hover {
    transform: scale(1.05);
}

.product p {
    font-size: 28px;
    color: #434343;
    font-weight: bold;
}

.product img {
    max-width: 100%;
    height: auto;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.nav-button {
    background: #000;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #FFF;
    border-radius: 14px;
    padding: 8px;
    width: 50px;
    transition: background 0.3s ease;
}

.nav-button:hover {
    background: #333;
}

.page-indicator {
    margin: 0 15px;
    font-weight: bold;
    color: #434343;
}

.nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
} */



.variants {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding-top: 30px;
}

.variant {
    padding: 15px 30px;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    border: none;
}

.variant.active {
    background-color: #e74c3c;
    color: white;
}

.variant:not(.active) {
    background-color: #f0f0f0;
    color: #333;
}

.carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
    margin-bottom: 10px;

}

.product {
    flex: 0 0 calc((100% - 60px) / 3); /* Adjust based on 3 products, with margins */
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 10px; /* Adjust to avoid cutting the product */
    background: #F0F0F0;
    border-radius: 25px;
    border: 2px solid #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding-top: 40px;
}

.product a{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.product-name {
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 24px;
    padding-top: 32px;
}

.product-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.payment-type {
    font-style: italic;
    color: #666;
    font-size: 18px;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.nav-button {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    margin: 0 11px;
}

.nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#pageIndicator {
    font-size: 18px;
    font-weight: bold;
}
/* POS Image carousel */

.carousel-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.heading {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.heading span {
    color: #ff3b3f;
}
.discount-system {
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 10px;
}
.discount-system h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}
.discount-system p {
    font-size: 1rem;
}
.see-details {
    color: white;
    text-decoration: underline;
    font-size: 1rem;
}

.ready {
    background-color: #ff3b3f;
    color: white;
    font-size: 2rem;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin: 50px 0;
}
.ready .btn {
    margin-top: 10px;
    background-color: white;
    color: #ff3b3f;
    font-weight: bold;
}
.testimonials {
    margin: 50px 0;
}
.testimonial-carousel {
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-carousel img {
    border-radius: 50%;
    margin-right: 20px;
}
.testimonial-carousel h5 {
    font-weight: bold;
    margin-bottom: 10px;
}
.testimonial-carousel p {
    font-size: 0.9rem;
}
.testimonial-carousel .stars {
    color: #ff3b3f;
    font-size: 1.2rem;
}

.brands-section {
    background-color: #000;
    padding: 50px 0;
    color: #FFF;
}
.brands-section h1 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 36px; /* Increased for better readability */
}

.brands-section p {
    color: #FFF;
    text-align: center; /* Center the subheading text */
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
}

.bg-white {
    width: 65%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.triangle-corner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #000 transparent;
}

.brand-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Ensures 4 columns of images */
    gap: 10px;
    justify-items: center;
    align-items: center;
}

.brand-images img {
    width: 75px; /* Adjusted size to maintain consistency */
    height: 75px;
    object-fit: contain;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
    transition: transform 0.3s;
}
.brands-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.brands-overlay img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    padding: 5px;
    transition: transform 0.3s;
}
.background-container {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.background-image {
    display: block;
    width: 100%;
    height: auto;
}

a.more-details {
    position: absolute;
    top: 281px;
    right: 15px;
    color: #FFF;
    text-decoration: none;
    z-index: 2;
    padding: 5px 10px;
    font-size: 12px;
}

a.more-details:hover {
   color: #FFF; /* Add hover effect */
}
.valueAdded-con{
    padding: 0 15px;
   
}

.valueAdded-row{
    margin-left: -15px;
    margin-right: -15px;
}

.valueAdded-col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.pos-img img {
    max-width: 70%; /* Adjust this value to make the image smaller */
    height: 600px;
}

.subtract-img {
    position: relative;
    margin-top: -148px;
}

.subtract-img img {
    max-width: 80%;
    height: auto;
}

.subtract-text {
    position: absolute;
    bottom: 16px;
    left: 11px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}
.visible {
    opacity: 1;
    transition: opacity 0.5s ease-in-out; /* Adjust for smoothness */
}

.hidden {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.main-heading {
    text-align: center;
    margin-bottom: 40px; /* Adds space below the main heading */
}

.discount-heading {
    font-size: 36px; /* Adjust the font size as needed */
    text-align: center;
    margin-bottom: 20px; /* Adds space below the heading */
}

.discount-heading span {
    display: block;
}

.valueAdded-span1{
    font-size: 47px;
}

.valueAdded-span2{
    font-size: 56px;
    color: #DB1F26;
}

.valueAdded-span3{
    font-size: 47px;
}

.valueAdded-ancher{
    display: flex;
    justify-content: end;
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}

.valueAdded-con h1{
    padding: 26px;
    color: #000;
    font-weight: bold;
    padding-left: -14px;
    margin-left: -64px;
}

.cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D72F28;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.cta h2 {
    font-size: 50px;
    margin: 0;
    padding-left: 40px;
}

.cta a {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 40px;
    border-radius: 25px;
    margin-left: auto; /* Moves the button to the end */
    cursor: pointer;
    margin-right: 50px;
    text-decoration: none;
}

.cta a:hover{
    color: #D72F28;
}


.testi-header {
    display: ruby-text; 
}
.testi-header h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    flex: 1; /* Takes up available space */
}
.testi-header p {
    font-size: 16px;
    color: #666;
    margin: 10px 0 0;
}
.testimonials {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonials .info {
    max-width: 50%;
}
.testimonials .info h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.testimonials .info p {
    font-size: 16px;
    color: #666;
    margin: 10px 0 0;
}
.testimonials .info .client-satisfied {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.testimonials .info .client-satisfied img {
    border-radius: 50%;
    margin-right: -9px;
}
.testimonials .info .client-satisfied .plus-icon {
    background-color: #D72F28;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-left: -8px;
    width: 40px;
    text-align: center;
}
.testimonials .info .client-satisfied span {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}
.testimonial-card {
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    max-width: 45%;
}
.testimonial-card .quote {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.testimonial-card .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.profile-img{
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -72px;
}
.testimonial-card .author .name {
    font-size: 16px;
    font-weight: 700;
}
.testimonial-card .author .position {
    font-size: 14px;
    color: #999;
}
.testimonial-card .stars {
    color: #D72F28;
    margin-top: 10px;
}
.testimonial-card .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D72F28;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 35px;
    display: flex;
    justify-content: center;
}
.testimonial-card .nav.left {
    left: -20px;
}
.testimonial-card .nav.right {
    right: -20px;
}
footer {
    background-color: #000;
    color: #FFF;
    padding: 50px 0;
}

.footer-items {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-items li {
    margin-right: 20px; /* Space between items */
}

.footer-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: -22px;
}

.footer-ul li {
    margin-bottom: 10px; /* Space between list items */
    padding-left: 20px;
}

.footer-ul li a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

.footer-ul li a:hover {
    text-decoration: underline;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    margin-right: 15px; /* Space between icons */
    background-color: #D72F28;
    border-radius: 50px;
    padding: 15px
}

.inquire-btn {
    background-color: #ff2c2c;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 20px 0;
    border-radius: 5px;
}
.circle-container {
    position: relative;
    display: inline-block; /* Keeps the container size based on the contents */
}

.newImage{
    width: 125%;
    margin-left: -44px;
}

.big-circle {
    display: block;
    height: 60px;
    width: 60px;
    margin-top: -38px;
    margin-left: 25px;
    cursor: pointer;
}


.round-arrow {
    position: absolute;
    top: 95.4%;
    left: 8.8%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}

.footer-line{
    background-color: #D92127;
    color: #FFF;
    text-align: center;
    padding: 8px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.brand-image {
    background-color: white; /* White background color */
    border-radius: 25px; /* Border radius */
    padding: 10px; /* Optional: add padding around the image */
    display: inline-block; /* Ensure the div only takes up as much width as necessary */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: add a subtle shadow */
    display: flex;
    width: 30%;
}

.brand-image img {
    border-radius: 25px; /* Ensure the image fits within the rounded corners */
    display: block; /* Remove any default inline spacing */
    width: 100%; /* Ensure the image fits within the div */
    height: auto; /* Maintain aspect ratio */
}
.fifth-div {
    height: 100%;
    width: 100%;
    background-color: #0F0F0F;
    display: flex;
    justify-content: center;
}

.fifth-child {
    margin-top: 80px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #ffff;
}

.child-1 {
    width: 100%;
    font-size: 35;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}

.child-2 {
    margin-top: 30px;
    width: 80%;
    font-size: 18px;
    text-align: center;
}

.child-3 {
    line-height: 25px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    width: 60%;
}

.child-4 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.child-4 button {
    width: 180px;
    height: 55px;
    border-radius: 100px;
    background: none;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    color: #FFF;
}

.child-4 button:hover {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 500;
}

.child-4 a {
    color: #ffffff;
}


.sixth-div {
    background-image: url('../images/WebsiteBackground.png');
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.seventh-div {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.seventh-child {
    display: flex;
    margin-top: 80px;
    flex-direction: column;
    width: 90%;
    align-items: center;
}

.seventh-heading {
    font-weight: 600;
    font-size: 50px
}

.seventh-child2 {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    font-size: 25px;
    flex-direction: column;
    width: 70%;
    align-items: center;
}

.brand-box {
    display: flex;
    width: 100%;
    height: 130px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.marquee {
    align-items: center;
    left: 100%;
    top: 50%;
    display: flex;
    height: 120px;
    position: absolute;
}

.marquee img {
    height: 100px;
    width: 100px;
    margin-right: 60px;
}

.product-box {
    height: 65px;
    width: 150px;
    border-radius: 15px;
    box-shadow: -1px 2px 9px 2px rgb(229, 226, 226);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box img {
    height: 100%;
    width: 90px;
    border-radius: 20px;
}

.seventh-child3 {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    font-size: 25px;
    flex-direction: column;
    width: 70%;
    align-items: center;
}

.bank-box {
    display: flex;
    width: 100%;
    height: 140px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.marquee2 {
    align-items: center;
    display: flex;
    height: 120px;
    top: 50%;
    left: 100%;
    position: absolute;
}

.marquee2 img {
    height: 100px;
    width: 200px;
}


.seventh-child4 {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    font-size: 25px;
    flex-direction: column;
    width: 60%;
    align-items: center;
    margin-bottom: 60px;
}

.partner-box {
    display: flex;
    width: 100%;
    height: 130px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.box-align {
    display: flex;
}
#dynamicHeading{
    margin-left: 14px;
}

.terminal-text1{
    bottom: -38px;left: -12px;color: #fff;padding: 10px;border-radius: 5px;font-size: 18px;position: relative;
}
.terminal-text2{
    bottom: -38px;left: -12px;color: #fff;padding: 10px;border-radius: 5px;font-size: 18px;position: relative;
}

.last-tag{
    margin-left: 22rem;
}

.program-heading{
    padding-left: 16px;
    padding-top: 20px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 2rem;
}


.productIMG1{
    height: 380px;margin-top: -81px;margin-left: -77px;
}

.productIMG2{
    height: 306px;margin-top: 11px;margin-left: 12px;
}

.productIMG3{
    margin-top: -49px;
}