.navbar.main-header-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    color: #fff;
}
.main-header-div .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-header-div .logo img {
    width:130px;
    min-height: 60px;
}
.main-header-div .nav-links {
    list-style: none;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    height: 49px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    margin-bottom: 0;
}

.main-header-div .li-active {
    background: rgba(255, 255, 255, 0.1);
    border: 0.5px solid;
    border-image-source: linear-gradient(119.46deg, rgba(255, 255, 255, 0.58) -2.39%, rgba(0, 0, 0, 0) 115.97%);
    padding: 11px;
    border-radius: 25px;
}
.main-header-div .nav-links a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}
.dark-mode .main-header-div .nav-links a {
    color: #FFFFFF;
}
.light-mode .main-header-div .get-started, .get-started {
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 180px;
    height: 46px;
    background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 600;
    font-size: 24px;
    Z-INDEX: 2;
}
.dark-mode .main-header-div .get-started, .get-started {
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 180px;
    height: 46px;
    background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 600;
    font-size: 24px;
    Z-INDEX: 2;
    text-decoration: none;
}

.gradient-border-animate-div {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px;
    width: 180px;
    height: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    color: #FFFFFF;
}

.gradient-border-animate-div:hover::after {
    opacity: 0.5;
}

.gradient-border-animate-div::after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
    inset: 2px;
    border-radius: 43px;
    z-index: 1;
    transition: opacity 0.3s ease;
}


@property --r2 {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@property --x {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}

.dark-mode .gradient-border-animate-div {
    background: conic-gradient(from calc(var(--r2) - 60deg) at var(--x) 10px, #22222252 0%, #fff 12%, #222222bf 25%);
    animation: -0.64s rotating2 6s linear infinite, -0.64s x 6s linear infinite;
}

.mega_menu_dropdown {
    position: static !important;
}
.mega_menu {
    left: 0;
    right: 0;
    /*background: #000;*/
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
    border-radius: 20px;
}
.mega_menu_item {
    width: 20%;
    padding: 20px 15px;
    text-align: start;
}
.main-header-div ul li .mega_menu_item a {
    padding: 4px 0;
    font-weight: bold;
    color: white;
}

.main-header-div ul li .mega_menu_item a:hover {
    color: rgba(255, 255, 255, 0.67);
}
.mega_menu_item h5 {
    background: #c2c2f0;
    margin-bottom: 15px;
    -webkit-background-clip: text;
}
.mega_menu_item img {
    width: 100%;
}

.mega_menu_item a {
    display: block;
    padding: 4px 0;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mega_menu_item a:hover {
    color: #dfe4ff;
}

.dropdown-content .heading {
    font-size: 14px;
    color: #c2c2f0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.dropdown-content a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: 0.2s;
}

.dropdown-content a:hover {
    color: #c1c8ff;
}

.dropdown-content {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 40px;
    left: -40px;
    background-color: #5865F2;
    border-radius: 40px;
    padding: 10px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: 1;
    min-width: 760px;
    height: 555px;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(10px); /* slight slide effect */
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); /* slide up smoothly */
}


.floating-icon {
    width: 190px;
    position: relative;
    left: 605px;
    top: -135px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 15px 20px;
}

@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}


@keyframes x {
    /* w:h === 6:1 */
    /* with a 80px x-margin */
    0% {
        --x: 80px;
    }
    /* 6/(6+3.14) * 50% */
    32.82275711% {
        --x: 120px;
    }
    50% {
        --x: 120px;
    }
    /* 50% + 32.8% */
    82.82275711% {
        --x: 80px;
    }
    100% {
        --x: 80px;
    }
}

@keyframes rotating2 {
    0% {
        --r2: 0deg;
    }
    32.82275711% {
        --r2: 0deg;
    }
    50% {
        --r2: 180deg;
    }
    82.82275711% {
        --r2: 180deg;
    }
    100% {
        --r2: 360deg;
    }
}

.front-switch-div {
    position: relative;
    bottom: 6px;
}

.front-switch-div .form-check.form-switch {
    padding-left: 0.25rem;
    margin-right: 1px;
    margin-bottom: -0.75rem;
}
.front-switch-div .custom-control-label::before {
    left: -2.25rem;
    width: 2.75rem;
    pointer-events: all;
    border-radius: 3rem;
}
.front-switch-div .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1.4rem - 4px);
    height: calc(1.4rem - 4px);
    background-color: #664DFF;
    border-radius: 1.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .front-switch-div .custom-control-label::after {
        transition: none;
    }
}
.front-switch-div .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #664DFF;
    -webkit-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
.front-switch-div .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.front-switch-div .custom-control-label::before {
    height: 1.5rem;
}
.custom-control-label::before {
    position: absolute;
    content: "";
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    pointer-events: none;
    background-color: #ffffff;
    border: 1px solid #664DFF;
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
}
.custom-control-label::after {
    position: absolute;
    content: "";
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background: 50%/50% 50% no-repeat;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #664DFF;
    background-color: #010314;
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #664DFF;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
    box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    vertical-align: top;
}

.front-switch-div .custom-control-label i:first-of-type {
    position: absolute;
    top: 8px;
    left: -32px;
}

.front-switch-div .custom-control-label i:last-of-type {
    position: absolute;
    top: 7px;
    right: -4px;
}

.custom-control-label::before {
    position: absolute;
    content: "";
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    pointer-events: none;
    background-color: #ffffff;
    border: 1px solid #664DFF;
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
}
.custom-control-label::after {
    position: absolute;
    content: "";
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background: 50%/50% 50% no-repeat;
}
.front-switch-div .custom-control-input ~ .custom-control-label::before {
    background-color: #f8f9fa;
    border-color: #bdc6d0;
}

header.header-top nav.navbar.navbar-expand-lg .navbar-nav.ms-auto:nth-of-type(1) .nav-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.switch {
    display: inline-block;
    position: relative;
    margin-top: 7px;
}

.switch__input {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.switch__label {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    background: linear-gradient(183.67deg, #2B4485 6.6%, #AFCAFF 96.98%);
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    box-shadow: -2px 4px 14px 0px #ffffff4D inset;
}
.switch__indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateX(-72%);
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background-image: url("../images/Switch.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.switch__decoration {
    position: absolute;
    top: 65%;
    left: 52%;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 9999px;
    animation: twinkle 0.8s infinite -0.6s;
}
.switch__decoration::before, .switch__decoration::after {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 9999px;
}
.switch__decoration::before {
    top: -14px;
    left: 10px;
    opacity: 1;
    animation: twinkle 0.6s infinite;
}
.switch__decoration::after {
    top: 0px;
    left: 20px;
    animation: twinkle 0.6s infinite -0.2s;
}

@keyframes twinkle {
    50% {
        opacity: 0.2;
    }
}
.switch__indicator, .switch__indicator::before, .switch__indicator::after {
    transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.switch__input:checked + .switch__label {
    background: linear-gradient(180deg, #FF98C8 0%, #FF99EE 100%);
    box-shadow: 0px 6px 8px 3px rgba(0, 0, 0, 0.25) inset;
}
.switch__input:checked + .switch__label .switch__indicator {
    background-image: url("../images/Switch.png");
    transform: translate(-50%, -50%) translateX(72%);
}
.switch__input:checked + .switch__label .switch__indicator::before, .switch__input:checked + .switch__label .switch__indicator::after {
    display: none;
}
.switch__input:checked + .switch__label .switch__decoration {
    top: 50%;
    transform: translate(0%, -50%);
    animation: cloud 8s linear infinite;
    width: 12px;
    height: 12px;
    background-image: url("../images/Cloud-c.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.switch__input:checked + .switch__label .switch__decoration::before {
    width: 22px;
    height: 10px;
    top: auto;
    bottom: -4px;
    left: -21px;
    animation: none;
    background-image: url("../images/cloud.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.switch__input:checked + .switch__label .switch__decoration::after {
    width: 20px;
    height: 8px;
    top: -5px;
    bottom: 0;
    left: -26px;
    animation: none;
    background-image: url("../images/Cloud-b.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.switch__input:checked + .switch__label .switch__decoration, .switch__input:checked + .switch__label .switch__decoration::before, .switch__input:checked + .switch__label .switch__decoration::after {
    border-radius: 9999px 9999px 0 0;
}
.switch__input:checked + .switch__label .switch__decoration::after {
    border-bottom-right-radius: 9999px;
}

@keyframes cloud {
    0% {
        transform: translate(0%, -50%);
    }
    50% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(0%, -50%);
    }
}

.main-inner-footer {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset -8px -8px 8px rgba(0, 0, 0, 0.25), inset 8px 8px 8px rgba(255, 255, 255, 0.7);
    border-radius: 40px 40px 0px 0px;
    padding: 20px 15px 10px;
}
.dark-mode .bs-footer-title h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.light-mode .bs-footer-title h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
ul.bs-links {
    padding-left: 0;
    list-style: none;
}
.dark-mode ul.bs-links li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.light-mode ul.bs-links li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    text-decoration: none;
}
.dark-mode .bs-share li i{
    color: #ffffff;
    font-size: 32px;
}
.light-mode .bs-share li i{
    color: #000000;
    font-size: 32px;
}
.bs-share li {
    margin: 0 10px;
}
.bs-share ul{
    list-style: none;
}
.light-mode .dark-app-logo, .dark-mode .light-app-logo {
    display: none;
}
.dark-mode .dark-app-logo, .light-mode .light-app-logo {
    display: block;
}
.footer-app-logo a{
    margin: 0 15px;
}
.bs-footer {
    position: relative;
}
.bs-footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-footer.png');
    z-index: -1;
    bottom: 0;
    background-position: bottom;
    background: radial-gradient(circle at 30% 30%, #1e2fff, transparent 40%),
    radial-gradient(circle at 70% 70%, #ff9900, transparent 50%),
    linear-gradient(135deg, #000428, #004e92);
    opacity: 0.2;
}

.copy-right-text {
    margin-left: 40px;
}
.dark-mode .copy-right-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
}
.light-mode .copy-right-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 1);
}
.bottom-footer {
    background-color: rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, #ffffff00, var(--color-white-solid, #ffffff00)), linear-gradient(180deg, #0b102e52, #152b6996);
}

.bs-product {
    padding-top: 100px;
}

.menu-toggle {
    display: none;
}

@media (min-width: 319px) and (max-width: 321px) {

    .dark-mode .menu-toggle {
        display: block;
        color: #ffffff;
        margin: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .light-mode .menu-toggle {
        display: block;
        color: #000000;
        margin: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .navbar.main-header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
        flex-direction: row;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .logo img {
        width: 75px;
        min-height: 40px;
    }


    .main-header-div .nav-links {
        list-style: none;
        padding: 8px 10px;
        display: none;
        justify-content: center;
        align-items: center;
        gap: 13px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-bottom: 15px;
        width: 100%;
        height: 100%;
        flex-direction: row;
    }

    .switch__label {
        position: relative;
        display: inline-block;
        width: 55px;
        height: 21px;
        background: linear-gradient(183.67deg, #2B4485 6.6%, #AFCAFF 96.98%);
        border-radius: 9999px;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
        box-shadow: -2px 4px 14px 0px #ffffff4D inset;
    }

    .switch__indicator {
        position: absolute;
        top: 55%;
        left: 54%;
        transform: translate(-50%, -50%) translateX(-72%);
        display: block;
        width: 30px;
        height: 28px;
        border-radius: 9999px;
        background-image: url('../images/Switch.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .switch__input:checked + .switch__label .switch__indicator {
        background-image: url('../images/Switch.png');
        transform: translate(-80%, -50%) translateX(72%);
    }

    .main-header-div .nav-links a {
        text-decoration: none;
        font-weight: 500;
        font-size: 8px;
    }

    .dark-mode .main-header-div .get-started, .get-started {
        color: #ffffff;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 110px;
        height: 30px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        font-weight: 600;
        font-size: 14px;
        Z-INDEX: 2;
        text-decoration: none;
    }

    .light-mode .main-header-div .get-started, .get-started {
        color: #ffffff;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 110px;
        height: 30px;
        background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        font-weight: 600;
        font-size: 14px;
        Z-INDEX: 2;
    }

    .gradient-border-animate-div {
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 4px;
        width: 100px;
        height: 32px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        color: #FFFFFF;
    }

}


@media (min-width: 374px) and (max-width: 376px) {

    .dark-mode .menu-toggle {
        display: block;
        color: #ffffff;
        margin: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .light-mode .menu-toggle {
        display: block;
        color: #000000;
        margin: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .navbar.main-header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
        flex-direction: row;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .logo img {
        width: 75px;
        min-height: 40px;
    }


    .main-header-div .nav-links {
        list-style: none;
        padding: 8px 10px;
        display: none;
        justify-content: center;
        align-items: center;
        gap: 13px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-bottom: 15px;
        width: 100%;
        height: 100%;
        flex-direction: row;
    }

    .switch__label {
        position: relative;
        display: inline-block;
        width: 55px;
        height: 21px;
        background: linear-gradient(183.67deg, #2B4485 6.6%, #AFCAFF 96.98%);
        border-radius: 9999px;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
        box-shadow: -2px 4px 14px 0px #ffffff4D inset;
    }

    .switch__indicator {
        position: absolute;
        top: 55%;
        left: 54%;
        transform: translate(-50%, -50%) translateX(-72%);
        display: block;
        width: 30px;
        height: 28px;
        border-radius: 9999px;
        background-image: url('../images/Switch.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .main-header-div .nav-links a {
        text-decoration: none;
        font-weight: 500;
        font-size: 8px;
    }

    .dark-mode .main-header-div .get-started, .get-started {
        color: #ffffff;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 110px;
        height: 30px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        font-weight: 600;
        font-size: 14px;
        Z-INDEX: 2;
        text-decoration: none;
    }

    .light-mode .main-header-div .get-started, .get-started {
        color: #ffffff;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 110px;
        height: 30px;
        background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        font-weight: 600;
        font-size: 14px;
        Z-INDEX: 2;
    }

    .gradient-border-animate-div {
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 4px;
        width: 100px;
        height: 32px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        color: #FFFFFF;
    }

}


@media (min-width: 424px) and (max-width: 426px) {

    .dark-mode .menu-toggle {
        display: block;
        color: #ffffff;
        margin: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .light-mode .menu-toggle {
        display: block;
        color: #000000;
        margin: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .navbar.main-header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
        flex-direction: row;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .logo img {
        width: 85px;
        min-height: 45px;
    }


    .main-header-div .nav-links {
        list-style: none;
        padding: 10px 10px;
        display: none;
        justify-content: center;
        align-items: center;
        gap: 13px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-bottom: 15px;
        width: 100%;
        height: 100%;
        flex-direction: row;
    }

    .switch__label {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 23px;
        background: linear-gradient(183.67deg, #2B4485 6.6%, #AFCAFF 96.98%);
        border-radius: 9999px;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
        box-shadow: -2px 4px 14px 0px #ffffff4D inset;
    }

    .main-header-div .nav-links a {
        text-decoration: none;
        font-weight: 500;
        font-size: 9px;
    }

    .dark-mode .main-header-div .get-started, .get-started {
        color: #ffffff;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 110px;
        height: 30px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        font-weight: 600;
        font-size: 14px;
        Z-INDEX: 2;
        text-decoration: none;
    }

    .light-mode .main-header-div .get-started, .get-started {
        color: #ffffff;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 110px;
        height: 30px;
        background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        font-weight: 600;
        font-size: 14px;
        Z-INDEX: 2;
    }

    .gradient-border-animate-div {
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 4px;
        width: 100px;
        height: 32px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        color: #FFFFFF;
    }

}


@media (min-width: 767px) and (max-width: 769px) {

    .dark-mode .menu-toggle {
        display: block;
        color: #ffffff;
        margin: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .light-mode .menu-toggle {
        display: block;
        color: #000000;
        margin: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .navbar.main-header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .nav-links {
        list-style: none;
        padding: 10px 20px;
        display: none;
        flex-direction: row;
        justify-content: center;
        width: 85%;
        align-items: center;
        gap: 32px;
        height: 49px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 100px;
        margin-bottom: 15px;
    }

}

@media (min-width: 1023px) and (max-width: 1025px) {

    .menu-toggle {
        display: none;
    }

    .navbar.main-header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .nav-links {
        list-style: none;
        padding: 10px 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 62%;
        align-items: center;
        gap: 32px;
        height: 49px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 100px;
        margin-bottom: 15px;
    }

}

@media (min-width: 1365px) and (max-width: 1441px) {

    .menu-toggle {
        display: none;
    }

    .navbar.main-header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .nav-links {
        list-style: none;
        padding: 10px 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 50%;
        align-items: center;
        gap: 45px;
        height: 49px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 100px;
        margin-bottom: 15px;
    }

}

@media (min-width: 2559px) and (max-width: 2561px) {

    .navbar.main-header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .nav-links {
        list-style: none;
        padding: 27px 25px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 30%;
        align-items: center;
        gap: 55px;
        height: 49px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 100px;
        margin-bottom: 15px;
    }
}
