@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');

body {
    font-family: "Poppins", sans-serif;
    ;
}

footer {
    font-family: "Poppins", sans-serif;
}
.navbar-brand img{
    width: 220px;
}
.navbar-light a.nav-link {
    color: #000;
    border-bottom: 2px solid transparent;
    margin: 0 1rem;
    font-size: 1.33rem
}

.navbar-light {
    z-index: 3;
    padding: 15px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0 5px 20px -17px rgba(0, 0, 0, 0.34)
}

#navbar li a:hover {
    color: #1c79b8;
    transition: all 1s ease;
    -webkit-transition: all 1s ease
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: var(--bs-navbar-brand-font-size);
    color: #000;
    text-decoration: none;
    white-space: nowrap
}

.secondary {
    background: linear-gradient(90deg, #00c853, #0d64ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
    color: transparent;
    /* fallback */
}


.btn-outline-dark {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #fff
}

.btn {
    background-color: #01bd64;
    border: none;
    border-radius: 25px;
    padding: 11px 35px;
    color: #fff
}

.btn-primary:hover,
.btn-outline-dark:hover {
    background-color: #00c85396
}

.btn-primary:active,
.btn-outline-dark:active {
    background-color: #02774896
}

.btn-primary:focus,
.btn-outline-dark:focus {
    background-color: #02774896
}

.hero {
    /* display: flex; */
    /* align-items: center; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 50% + 50% */
    gap: 20px;
    /* optional spacing between columns */
}

.top-head {
    max-width: 600px;
    /* keep text readable */
    z-index: 1;
    /* make sure text stays above image */
}

.side-img {
    position: absolute;
    position: absolute;
    top: 100px;
    right: -113px;
    z-index: 0;
    height: 95%;
}

.top-head h1 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
}


.top-head {
    padding: 100px 28px 0px 0;
}

.top-head p {
    font-size: 1.3rem
}

.section {
    padding: 6rem 0;
}

p {
    color: #5c5c5c;
}

.sides-all h2,
.slide-head {
    font-size: 2.7rem;
    font-weight: 700;
    max-width: 50rem;
    color: black;
    margin: auto;
}

.sides-all p {
    max-width: 46rem;
    margin: auto;
}

.third-section h3 {
    font-size: 2.7rem;
    font-weight: 700;
    color: black;
    line-height: 1;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-250px * 7))
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-250px * 7))
    }
}

#slide-padding {
    padding: 10rem 0;
}

.slider {
    background: #fff;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 3rem
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg)
}

.slider::before {
    left: 0;
    top: 0
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14)
}

.slider .slide {
    height: 100px;
    width: 250px
}



.boxes .fs-1 {
    font-size: calc(1.425rem + 2.1vw) !important
}

.boxes .gradient {
    background: #00c853;
    background: linear-gradient(217deg, rgb(0 173 104) 0%, rgb(0 173 96 / 70%) 28%, rgb(0 173 96 / 64%) 69%, rgb(0 173 96) 100%);
}

.px-vw-5 {
    padding-left: 10vw;
    padding-right: 10vw
}

.boxes .shadow {
    box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px
}

.get-started .bg-light {
    padding: 25px
}

#background {
    background-color: #ffffff;
    /* black background */
    color: #000000;
    /* white text inside hero */
    min-height: 100vh;
    /* full viewport height */
    display: flex;
    align-items: center;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

@keyframes bg-change {

    0%,
    100% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(-65deg);
    }
}

/* Navbar default (transparent on hero) */
.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: background 0.3s, box-shadow 0.3s;
    z-index: 1000;
    padding: 20px 0;
    /* optional, for rounded corners */
    /* background-color: #14c2cc78;
    background-image: radial-gradient(circle farthest-side at top right, transparent, #0d64ff87), radial-gradient(ellipse farthest-corner at 0% 100%, transparent, #ff00a0bd);
    animation: bg-change 10s infinite;
*/
}

.border-set {
    border: 1px solid #12a6c5ba;
    border-radius: 38px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 2rem;
}

.decorated {
    display: inline-block;
    position: relative;
}







.navbar-nav .nav-link {
    padding: 0 18px !important;
}

.navbar .nav-link,
.navbar .navbar-brand span,
.navbar .btn-outline-dark {
    /* white links on hero */

    /* button border white */
}

/* Navbar after scrolling (white and fixed) */
/* .navbar.scrolled {
    position: fixed;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand span,
.navbar.scrolled .btn-outline-dark {
    color: #000 !important;
    border-color: #000;
} */


h2 {
    font-size: 2.5rem
}

.link-fancy {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.link-fancy:hover {
    color: #8a8a8e
}

.link-fancy-light:hover {
    color: #8a8a8e
}

.link-fancy:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    transform-origin: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #1717e5 0, #1717e5 25%, transparent 0, transparent 50%, #1717e5 0, #1717e5 75%, transparent 0, transparent);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 400% 1px;
    transition: background-position .8s ease-in-out
}

.link-fancy-light:before {
    background-image: linear-gradient(90deg, #fff 0, #fff 25%, transparent 0, transparent 50%, #fff 0, #fff 75%, transparent 0, transparent)
}

.link-fancy:hover:before {
    background-position: 100%
}

.fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

#back-img {
    background: url(./images/both.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 80px)
}

.back-left {
    /* background: url(./images/both.png); */
    background: url(./images/corner.png);

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: calc(100vh - 80px) */
    max-width: 100%;
    height: auto;
}

.second-section video {
    width: 100%;
    height: 493px;
    overflow: hidden;
    outline: 4px solid white;
    outline-offset: -4px;
}

@media (min-width:320px) and (max-width:769px) {
    .top-head {
        padding: 20px
    }
.navbar-brand img {
    width: 175px;
}
    .slide-head {
        padding: 20px
    }

    .sides-all {
        padding: 20px
    }

    .top-head h1 {
        font-size: 2.3rem
    }


    .section .bottom-head {
        padding: 25px !important
    }

    .intro-top {
        padding: 20px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 769px) and (max-width: 1200px) {
    .top-head {
        padding: 50px
    }

    .slide-head {
        padding: 40px
    }

    .sides-all {
        padding: 40px
    }
}

.footer {
    padding: 7rem 0
}

.footer .footer-site-logo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900
}

a {
    text-decoration: none
}

footer .nav-item a {
    color: #fff;
    text-decoration: underline
}

.footer .nav-links {
    padding: 0;
    margin: 0;
    gap: 10px;
    display: flex;
    justify-content: center;
}

.footer .nav-links li {
    display: inline-block
}

.footer .nav-links li a {
    padding: 0 6px;
    color: #fff
}

.footer a {
    color: #fff
}

.footer .nav-links li a:hover {
    color: #4200ff
}

.footer .social h3 {
    font-weight: 700;
    font-size: 18px;
    color: #fefefe
}

.footer .social ul li {
    display: inline-block
}

.footer .social ul li a {
    display: inline-block;
    padding: 5px
}

.footer .copyright {
    color: #999
}

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5
}

.flex-equal>* {
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        flex: 1
    }
}

.overflow-hidden {
    overflow: hidden
}

.modal-header {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-content {
    border-radius: 20px
}

.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    color: #fff
}

.title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #00c853
}

.title::before {
    width: 18px;
    height: 18px
}

.title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite
}

.title::before,
.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0;
    background-color: #00c853
}

.message,
.signin {
    font-size: 14.5px;
    color: #000
}

.signin {
    text-align: center
}

.signin a:hover {
    text-decoration: underline #4169e1
}

.signin a {
    color: #00c853
}

.flex {
    display: flex;
    width: 100%;
    gap: 16px
}

.form label {
    position: relative
}

.form label .input {
    background-color: #fff;
    color: #fff;
    width: 100%;
    padding: 20px 5px 5px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px
}

.form label .input+span {
    color: #000;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: .9em;
    cursor: text;
    transition: .3s ease
}

.form label .input:placeholder-shown+span {
    top: 12.5px;
    font-size: .9em
}

.form label .input:focus+span,
.form label .input:valid+span {
    color: #00c853;
    top: 0;
    font-size: .7em;
    font-weight: 600
}

.input {
    font-size: medium
}

.submit {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
    background-color: #00c853
}

.submit:hover {
    background-color: #00c85396
}

@keyframes pulse {
    from {
        transform: scale(0.9);
        opacity: 1
    }

    to {
        transform: scale(1.8);
        opacity: 0
    }
}

.bottom-head {
    padding: 10px 200px 100px
}

.bar {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bar-row {
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.mastercard {
    height: 60px
}

.visa {
    height: 40px
}

.paypal {
    height: 40px
}

.mastercard path,
.visa path,
.paypal path {
    fill: #d7d7dc
}

.intro-top {
    padding: 110px 200px 0
}

.new-box {
    padding: 50px
}

/* Hero background */
.third-section img {
    width: 95%;
    border-radius: 0rem;
}

.inner-fourth h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.decorated::after {
    right: -23px;
}

.decorated::after {
    content: "";
    position: absolute;
    top: 62%;
    width: 18px;
    height: 4px;
    background: linear-gradient(90deg, #00c853, #0d64ff);
}

.boxes h4 {
    font-weight: 700;
}

.bg-secondary {
    background: linear-gradient(90deg, #00c853, #0d64ff);
    border-radius: 9px;
    padding: 2rem 2rem 0;
}

.fifth-section .sides-all .btn {
    margin: 20px 0 0;
}

.section-6 .decorated::before {
    content: "";
    position: absolute;
    top: 62%;
    width: 18px;
    height: 4px;
    background: linear-gradient(90deg, #00c853, #0d64ff);
}


.section-6 .decorated::before {
    left: -24px;
}

.section-6 .decorated::after {
    display: none;
}

.section-6 h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.get-started {
    /* black inside, gradient border */
    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(90deg, #00ff7f, #3b82f6) border-box;

    border: 4px solid transparent;
    /* width + transparent color */
    border-radius: 16px;
    /* rounded corners */
    overflow: hidden;

    /* optional styling */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    gap: 2rem;
    /* space between columns when using flex */
}

.contact-banner img {
    max-width: 50%;
}

.footer.bg-dark {
    background-color: #000 !important;
}

.contact-banner h2 {
    font-size: 3rem;
    font-weight: 600;
}

.hero-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-section {
    padding: 13rem 0 6rem;
}

.top-section .top-head {
    text-align: center;
    max-width: 870px;
    z-index: 1;
}

.top-section img {
    width: 35%;
    margin-top: 3rem;
}

.interactive-section {
    /* background: linear-gradient(135deg, #000 0%, #111 100%); */
    padding: 4rem 0;
    gap: 2rem;
}

/* shared card styles */
.glass-card {
    flex: 1;
    border-radius: 16px;
    padding: 3rem 2rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* black card look */
.dark-card {
    background: rgb(0, 0, 0);
    border: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}

/* white card look */
.light-card {
    background: #fff;
    border: 2px solid #eee;
    color: #000 !important;
}

/* glow + lift on hover */
.glass-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.15);
}

.glass-card .display-5 {
    font-weight: 700;
    font-size: 2.5rem;
}

.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(90deg, #00c853, #0d64ff, #00d4ff);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.glass-card:hover::before {
    opacity: 1;
}

/* button hover */
.glass-card .btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.glass-card:hover .btn {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.3);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Feature boxes */
.feature-box {
    background: #fff;
    /* white base */
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    margin: 1rem 0;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 2px solid #0000002b;
    background-clip: padding-box;
    height: 83%;
}

/* Gradient border on hover */
.feature-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(90deg, #00c853, #0d64ff);
    background-size: 300% 300%;
    animation: gradientBorder 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.feature-box:hover::before {
    opacity: 1;
}

/* Hover lift & shadow */
.feature-box:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(255, 75, 92, 0.2);
}

/* Icon inside the box */
.feature-box .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #01bd64;
    transition: transform 0.35s ease, color 0.35s ease;
}

.feature-box:hover .icon {
    transform: rotate(-15deg) scale(1.2);
    color: #0d64ff;
}

/* Headings */
.feature-box h3 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #01bd64;
    font-weight: 600;
    transition: color 0.3s ease;
}

.feature-box:hover h3 {
    color: #0d64ff;
}

/* Paragraph */
.feature-box p {
    color: #555;
    font-size: 0.95rem;
}

/* Gradient border animation */
@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.benefit h2 {
    font-size: 2.7rem;
    font-weight: 700;
    max-width: 50rem;
    color: black;
    margin: auto;
}

.new-box h3 {
    font-weight: 700;
    font-size: 2.6rem;
}



.page-partner .feature-box {
    height: 90%;
}

.system-hero.top-section img {
    width: 44%;
    margin-top: 0rem;
}

.feature-box i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #01bd64;
    transition: transform 0.35s ease, color 0.35s ease;
}

.feature-box:hover i {
    transform: rotate(-15deg) scale(1.2);
    color: #0d64ff;
}

/* Gradient text */
.gradient-text {
    background: linear-gradient(90deg, #00c853, #0d64ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Gradient icon (SVG paths inherit currentColor) */
.gradient-icon {
    color: #00c853;
    /* solid green */
}

.gradient-icon path {
    fill: currentColor;
    /* ensures paths use the color */
}



.policy {
    padding: 6rem 0;
}

/* Navbar collapse responsive background */
@media (max-width: 991.98px) {

    /* adjust breakpoint for your navbar */
    .border-set .navbar-collapse {
        background: #ffffff;
        /* solid white */
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    /* Optional: make links easier to see on collapse */
    .border-set .navbar-collapse .nav-link {
        color: #000;
        margin-bottom: 0.5rem;
    }

    /* Button in collapse */
    .border-set .navbar-collapse .btn {
        display: block;
        width: 100%;
        margin-top: 1rem;
    }

    .border-set {
        flex-direction: row;
        align-items: stretch;
    }

    .border-set .navbar-collapse {
        width: 100%;
        /* full width */
        margin-top: 0.5rem;
        width: 85%;
        margin-top: 0.5rem;
        position: absolute;
        top: 66px;
        left: 30px;
    }

    .border-set .navbar-toggler {
        align-self: flex-end;
        /* position toggle button on right */
    }

    .set-nav {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .side-img {
        top: 127px;
        height: 64%;
    }

    #slide-padding {
        padding: 0rem 0;
    }

    .sides-all h2,
    .slide-head {
        font-size: 2rem;
    }

    .glass-card {
        padding: 1rem 1rem;
    }

    .fifth-section img {
        width: 100%;
    }

    .bg-secondary {
        margin: 2rem 0;
    }

    .section {
        padding: 3rem 0;
    }

    .inner-fourth {
        padding: 2rem 2rem;
    }

    .contact-banner img {
        max-width: 86%;
    }

    .lead {
        font-size: 1rem;
    }

    .glass-card .display-5 {
        font-size: 1.5rem;
    }

    .footer {
        padding: 4rem 0;
    }

    .interactive-section {
        padding: 1rem 0;
    }

    .footer {
        padding: 4rem 0;
    }

    .border-set .navbar-collapse {
        width: 72%;
        left: 116px;
    }
}





@media (min-width:320px) and (max-width:767px) {
    .hero {
        grid-template-columns: auto;
    }

    .side-img {
        position: relative;
        height: 27%;
        top: 0;
        right: 0;
    }

    .fifth-section img {
        width: 100%;
    }

    .navbar-brand {
        width: fit-content;
        height: fit-content;

        font-size: 16px;
    }

    #background {

        padding-top: 120px;
    }

    .border-set {
        padding: 10px 1rem;
        justify-content: space-between
    }

    .hero {
        display: flex;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 0px;
        width: 100%;
        flex-direction: column;
    }

    #slide-padding {

        padding: 5rem 0 2rem;
    }

    .sides-all h2,
    .slide-head {
        font-size: 2rem;
    }

    .section {
        padding: 4rem 0;
    }

    .second-section video {
        height: auto;
    }

    .bg-secondary {
        padding: 1rem 5px 0;
        margin: 0rem 0 2rem;
    }

    .get-started {

        padding: 23px !important;
        margin-bottom: 2rem;
    }

    .footer {
        padding: 3rem 0;
    }

    .inner-fourth h2 {
        font-size: 2rem;
    }



    .section-6 h2 {
        font-size: 2rem;
    }

    .benefit h2 {
        font-size: 2rem;
    }

    .contact-banner h2 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem !important;
    }

    .glass-card .display-5 {
        font-size: 1.8rem;
    }

    .top-section img {
        width: 70%;
    }

    .glass-card {
        margin-bottom: 1rem;
        padding: 2rem 2rem;
    }

    .interactive-section {
        padding: 1rem 0;
    }

    .third-section .btn {
        margin-bottom: 25px;
    }

    .top-section {
        padding: 9rem 0 4rem;
    }

    .feature-box {

        height: 94%;
    }

    .bar-row {
        width: 100%;
        gap: 27px;
        margin: 22px 0;
    }

    .col-auto {
        text-align: center;
        margin: 2rem 0;
    }

    .new-box {
        padding: 0;
    }

    .new-box h3 {
        font-size: 1.6rem;
    }

    .footer .nav-links {

        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1800px) {}

@media only screen and (min-width: 2400px) {}