.navbar {
    border-radius: 6.74px;
    background-color: rgba(230, 236, 247, 0.555);
    backdrop-filter: blur(16px);
}

.navbar-toggler {
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    cursor: pointer;
    display: flex;
    --bs-navbar-toggler-padding-x: 0px;
}

.pointer {
    cursor: pointer;
}

.fixed-top {
    position: fixed;
    top: calc(var(--leftMargin) / 2);
    right: var(--leftMargin);
    left: var(--leftMargin);
    z-index: 1030;
}

.navbar-tablist {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.navbar-tablist .tab-item {
    display: flex;
    align-items: center;
    padding: 0px 16px;
    gap: 12px;
    width: 240px;
    height: 48px;
    border-radius: 4px;
}

.navbar-tablist .tab-item .tab-link {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #666666;
}

.navbar-tablist .tab-item.active {
    background: linear-gradient(278.42deg, #E6744E -39.16%, #6D17EF 79.58%) !important;
    color: white !important;
    /* transition: all ease 1s; */
}

.navbar-tablist .tab-link {
    color: inherit;
}

.navbar-tablist .tab-item.active .tab-link {
    color: white !important;
}

.navbar-tablist .tab-item.active svg path {
    fill: white;
}

.navbar .navbar-nav .nav-link {
    font-size: 13.47px !important;
    /* color: rgb(167, 141, 206); */
    font-weight: 500;
    line-height: 24px;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--white);
}

.navbar .nav-link.active::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -18px;
    background: linear-gradient(88.39deg, #F07C40 0.27%, #85421E 207.81%);
    transition: 0.5s transform ease;
    transform: scale3d(1, 1, 1);
    transform-origin: 100% 50%;
    border-radius: 4px;
}

.navbar .nav-link.active {
    color: #10244C !important;
    position: relative;
    font-weight: 600;
    font-size: 16.84px !important;
}

.navbar-collapse.collapse.show .nav-link.active::before {
    bottom: -2px;
}

.nav-wrapper {

    border: 0.84px solid rgb(255, 255, 255);
    color: #000000B0;
    ;
}

.nav-wrapper.wrapped {
    padding-bottom: 1.5rem !important;
}

.navbar-toggler .line {
    fill: none;
    stroke: #000000B0;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-toggler .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.navbar-toggler .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.navbar-toggler .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.navbar-toggler.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.navbar-toggler.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.navbar-toggler.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.navbar .navbar-nav .nav-link {
    font-size: var(--h5);
}

#header.nav-wrapper>div {
    flex-wrap: inherit;
    padding-top: 13.3px;
    padding-bottom: 13.3px;
}

.navbar-toggler {
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    cursor: pointer;
    display: flex;
    --bs-navbar-toggler-padding-x: 0px;
}

@media (max-width: 888px) {
    .dropdown-menu-center {
        zoom: 0.8;
    }

    @supports (-webkit-touch-callout: none) {
        .nav-card-title {
            font-size: 80% !important;
        }

        .navbar-tablist .tab-item .tab-link,
        .nav-card-desc,
        .dropdown-menu-center .app-chip,
        .dropdown-menu-center .utility-chip,
        .dropdown-menu-center .service-chip,
        .nav-card-knowmore {
            font-size: 70% !important;
        }
    }

}

.logo {
    height: 40px;
}

.main-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    color: #fff;
    font-size: 16px;
    background: rgba(16, 38, 82, 1);
    padding: 30px 24px;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.69);
    margin: 0 10px;
    font-weight: 700;
}

.footer-nav a.active {
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
}

.social-icons a {
    color: #fff;
    margin-left: 12px;
    font-size: 20px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.16);
    height: 40px;
    border-radius: 4px;
    align-content: center;
    text-align: center;
}

.newsletter input {
    background: #142F54;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius: 0px;
    box-shadow: 2px 2px 10px 0px #08090DB0;
    width: 320px;

}

.newsletter input:focus {
    outline: none;
    box-shadow: none;
}

.newsletter button {
    background: #0f2342;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 6px;
}

.footer-bottom {
    font-size: 12px;
    margin-top: 10px;
}

.footer-logo img {
    max-height: 30px;
}

footer .subscribe-btn {
    min-width: 128px;
    width: fit-content;
    height: 42px;
    border-radius: 8px;
    border: 1px solid rgb(126, 138, 162);
    color: #fff;
    padding: 4px;
}

footer .subscribe-btn span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
    border: 0.4px solid rgba(255, 255, 255, 0.16);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: grid;
    place-items: center;

}

.btn-style-1 {
    background: linear-gradient(88.81deg, #1964FA -2.96%, #0337A0 104.11%) !important;
    width: fit-content;
    min-width: 88px;
    height: 31px;
    border-radius: 6px;
    border: 1px solid rgb(66, 154, 248) !important;
    color: white !important;
    gap: 8px;
    box-shadow: -8px -8px 16px 0px rgba(0, 0, 0, 0.24) inset;
    box-shadow: 8px 8px 16px 0px rgba(255, 255, 255, 0.24) inset;

}

.sign-in-btn {
    width: fit-content;
    min-width: 64.94737243652344px;
    height: 31.473684310913086px;
    border-radius: 6px;
    border: 0.84px solid rgba(231, 231, 231, 1);
    color: rgba(17, 17, 17, 1) !important;
    background-color: rgba(255, 255, 255, 1) !important;
    text-align: center;
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

/* custom margin  */
.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-32 {
    margin-top: 32px;
}