body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-optical-sizing: auto;
    width: 100;
    font-size: 1.125rem;
    line-height: 160%;
    color: var(--bs-gray-600);
}
.bg-body-tertiary {
    margin-top: 26px;
    box-shadow: 0 0px 51px rgba(0, 0, 0, 0.13);
}
.option2-site-info{
    border-bottom: 1px solid var(--accent);
}
.option2-site-info .theme-title{
    color: var(--bs-gray-600) !important;
}
.option2{
    box-shadow: var(--header-option-2-box-shadow);
}
.option2 .bg-body-tertiary{
    margin-top: 0px;
    box-shadow: none;
}
.lh-140 {
    line-height: 140% !important;
}
.lh-160 {
    line-height: 160% !important;
}
.bg-accent {
    background-color: var(--accent);
}
.bg-accent-grey {
    background-color: var(--accent-grey);
}
.title-badge{
    background-color: var(--accent);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1rem 33px;
    border-radius: 40px;
    display: inline-flex;
    max-height: 43px;
    color: var(--bs-primary);
    justify-content: center;
    align-items: center;
}
/* -------------------header---------------------- */
.home-header {
    padding-top: 25px;
    height: 165px;
}
.page-header {
    height: 400px;
}

.banner {
    height: 400px;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner-overlay {
    background: color-mix(in srgb, var(--bs-black) 28%, transparent);
    backdrop-filter: blur(5px);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
}

.breadcrump {
    position: absolute;
    text-align: center;
    top: 250px;
    left: 0;
    right: 0;
}
.navbar-autohide {
    position: relative;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    z-index: 1;
}

.navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
}
.navbar-hidden {
    transform: translateY(-100%);
}
header a i {
    color: var(--bs-white);
    transition: color 0.4s ease-in-out;
}
header .navbar .navbar-nav .nav-link {
    color: var(--opposite);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.4s ease-in-out;
    white-space: nowrap;
}
header a:hover i,
header .navbar .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
    background-size: 0% 0%;
}

.navbar ul {
    list-style-type: none;
    padding: 0;
}
.logo {
    max-width: 20rem;
    max-height: 5rem;
}
.navbar-toggler {
    margin-right: 1rem;
}
.modeToggle img {
    display: none;
}
.modeToggle img.activeMode {
    cursor: pointer;
    display: inline-block;
}
.offcanvas.show .modeToggle {
    padding-left: 0;
}
.theme {
    position: fixed;
    bottom: 4%;
    left: 1%;
    z-index: 999999;
}
.icon-placeholder {
    background: color-mix(in srgb, var(--bs-primary) 08%, transparent);
    transition: background 0.3s ease-in-out;
    padding: 1rem;
    border-radius: 50%;
    margin: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-primary);
}
.icon-placeholder-blue {
    background: color-mix(in srgb, var(--bs-primary) 100%, transparent);
    transition: background 0.3s ease-in-out;
    padding: 0.5rem;
    border-radius: 50%;
    margin: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-white);
}
.icon-placeholder-green {
    background: color-mix(in srgb, var(--bs-green) 08%, transparent);
    transition: background 0.3s ease-in-out;
    padding: 0.5rem;
    border-radius: 50%;
    margin: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-green);
}
.icon-placeholder-purple {
    background: color-mix(in srgb, var(--bs-purple) 08%, transparent);
    transition: background 0.3s ease-in-out;
    padding: 0.5rem;
    border-radius: 50%;
    margin: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-purple);
}
.icon-placeholder-red {
    background: color-mix(in srgb, var(--bs-red) 08%, transparent);
    transition: background 0.3s ease-in-out;
    padding: 0.5rem;
    border-radius: 50%;
    margin: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-red);
}
.icon-placeholder-gray {
    background: color-mix(in srgb, var(--bs-gray) 08%, transparent);
    transition: background 0.3s ease-in-out;
    padding: 0.5rem;
    border-radius: 50%;
    margin: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-gray);
}
.ip-wrapper:hover .icon-placeholder,
.icon-placeholder:hover {
    background: color-mix(in srgb, var(--bs-primary) 28%, transparent);
}
.ip-wrapper:hover .icon-placeholder-blue,
.icon-placeholder-blue:hover {
    background: var(--bs-link-hover-color);
}
.ip-wrapper:hover .icon-placeholder-green,
.icon-placeholder-green:hover {
    background: color-mix(in srgb, var(--bs-green) 28%, transparent);
}
.ip-wrapper:hover .icon-placeholder-purple,
.icon-placeholder-purple:hover {
    background: color-mix(in srgb, var(--bs-purple) 28%, transparent);
}
.ip-wrapper:hover .icon-placeholder-red,
.icon-placeholder-red:hover {
    background: color-mix(in srgb, var(--bs-red) 28%, transparent);
}
.ip-wrapper:hover .icon-placeholder-gray,
.icon-placeholder-gray:hover {
    background: color-mix(in srgb, var(--bs-gray) 28%, transparent);
}
.icon-placeholder-blue img,
.icon-placeholder-red img,
.icon-placeholder-purple img,
.icon-placeholder-green img,
.icon-placeholder-gray img,
.icon-placeholder img {
    width: 30px;
    height: 30px;
    display: block;
    transition: transform 0.3s ease-in-out;
}
.icon-placeholder-blue svg,
.icon-placeholder-red svg,
.icon-placeholder-purple svg,
.icon-placeholder-green svg,
.icon-placeholder-gray svg,
.icon-placeholder svg {
    display: block;
    transition: transform 0.3s ease-in-out;
}
.ip-wrapper:hover .icon-placeholder-blue img,
.ip-wrapper:hover .icon-placeholder-blue svg,
.ip-wrapper:hover .icon-placeholder-red img,
.ip-wrapper:hover .icon-placeholder-red svg,
.ip-wrapper:hover .icon-placeholder-purple img,
.ip-wrapper:hover .icon-placeholder-purple svg,
.ip-wrapper:hover .icon-placeholder-green img,
.ip-wrapper:hover .icon-placeholder-green svg,
.ip-wrapper:hover .icon-placeholder img,
.ip-wrapper:hover .icon-placeholder svg,
.icon-placeholder-blue:hover img,
.icon-placeholder-blue:hover svg,
.icon-placeholder-red:hover img,
.icon-placeholder-red:hover svg,
.icon-placeholder-purple:hover img,
.icon-placeholder-purple:hover svg,
.icon-placeholder-green:hover img,
.icon-placeholder-green:hover svg,
.icon-placeholder-gray:hover img,
.icon-placeholder-gray:hover svg,
.icon-placeholder:hover img,
.icon-placeholder:hover svg {
    transform: scale(0.9);
}
/* header .nav-link img {
    width: 2rem;
    height: 2rem;
} */

.full-card-image {
    overflow: hidden;
}

.full-card-image .card-img-overlay {
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4) 100%
    );
}

.full-card-image .text-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
.full-card-image .card-img {
    /* transition: transform 0.6s ease-in-out, filter 0.6s ease-in-out,
        opacity 0.6s ease-in-out; */
    transition: transform 0.6s ease-in-out;
}

.full-card-image:hover .card-img {
    transform: scale(1.07);
}
.img-container .post-img {
    transition: transform 0.6s ease-in-out;
}
.img-container:hover .post-img {
    transform: scale(1.07);
}
/* --------------------link-------------------------- */
a{
    text-decoration: none;
}
header a.mute i,
p.mute,
div.mute,
span.mute,
a.mute{
    color: var(--bs-gray-600);
    transition: color 0.3s ease;
}
header a.mute:hover i,
a.mute:hover{
    color: var(--bs-primary);
}
a .ico{
    transform: rotate(-40deg);
    transition: transform 0.3s ease;
}
a:hover .ico {
    transform: rotate(0deg);
}
.primary-outline-btn{
    text-align: center;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border:2px solid var(--bs-primary);
    font-weight: 700;
    font-size: 1.125rem;
    padding: 1rem 33px;
    border-radius: .5rem;    
    transition: background-color 0.3s ease, color 0.3s ease;
}
.primary-outline-btn:hover{
    background-color: transparent !important;
    color: var(--bs-primary) !important;
}
.motion-link{
    color: var(--opposite);
    background-image: linear-gradient(
        var(--bs-primary),
        var(--bs-primary)
    );
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.3s ease, color 0.3s ease;     
}
.motion-link:hover{
    color: var(--bs-primary);
    background-size: 100% 1px;
}
.motion-link-white{
    color: var(--bs-white);
    background-image: linear-gradient(
        var(--bs-white),
        var(--bs-white)
    );
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.3s ease;    
}
.motion-link-white:hover{
    background-size: 100% 1px;
}
.motion-link-bw{
    color: var(--opposite);
    background-image: linear-gradient(
        var(--opposite),
        var(--opposite)
    );
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.3s ease; 
}
.motion-link-bw:hover{
    background-size: 100% 1px;
}


.wave-link {
    background-image: linear-gradient(var(--bs-primary), var(--bs-primary));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: background-size 0.4s ease, color 0.3s ease;
    background-color: transparent;
}
.wave-link:hover {
    background-size: 100% 100%;
    color: var(--bs-white);
}
a.active {
    color: var(--bs-primary) !important;
}



.mobile-header-top {
    display: none;
}
.text-black-white {
    color: var(--opposite) !important;
}
.text-mute{
    color: var(--bs-gray-600);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--opposite);
}

.text-overlay p,
.text-overlay span {
    color: var(--bs-gray-600);
}

span.mute,
p.mute {
    color: var(--bs-gray-600);
}

.mobile-menu,
.mobile-menu ul {
    list-style-type: none;
}
/* home page */

/* -----------------animations------------------------ */

/* intersection animation */
.animate-reveal,
.move-reveal {
    opacity: 0;
    transition: all 1s ease-in;
}
.reveal {
    opacity: 1;
    filter: blur(0px);
}
.animate-rotate_quartet,
.move-rotate_quartet {
    opacity: 0;
    transform: rotate(-90deg);
    filter: blur(5px);
    transition: all 1s ease-in-out;
}
.animate-rotate_half,
.move-rotate_half {
    opacity: 0;
    transform: rotate(-180deg);
    filter: blur(5px);
    transition: all 1s ease-in-out;
}
.animate-rotate_full,
.move-rotate_full {
    opacity: 0;
    transform: rotate(-180deg);
    filter: blur(5px);
    transition: all 1s ease-in-out;
}
.rotate_quartet,
.rotate_half,
.rotate_full {
    opacity: 1;
    transform: rotate(0deg);
    filter: blur(0);
}
.animate-up,
.move-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.animate-left,
.move-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.animate-right,
.move-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.up,
.left,
.right {
    opacity: 1;
    transform: translate(0);
}
/* End intersection animation */

.cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.1s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--bs-primary);
}

.cursor-follower-inner {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
    /* 2px 2px 5px color-mix(in srgb, var(--bs-black) 50%, transparent) */
    animation: scalepulse 2s infinite;
}

@keyframes scalepulse {
    0% {
        transform: scale(0.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* End cursor follower */

@media (max-width: 768px) {
    body {
        font-size: 1rem;
    }
    .offcanvas {
        overflow: scroll;
    }
    header .logo {
        max-width: 10rem;
    }
    .banner-info {
        display: none;
    }
    #cursor {
        display: none;
        visibility: hidden;
    }
}
@media (max-width: 1024px) {
    .home-header {        
        height: 165px;
        padding-top: 0px;
    }
}
.main-nav li ul.user-auth-menu {
    right: 0 !important;
    left: auto !important;
}
.main-nav .nav-item .user-auth-menu a {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.user-auth-menu img {
    width: 1rem;
    height: 1rem;
}
header .navbar .navbar-nav .nav-link.authentication {
    position: relative;
    padding: 0 !important;
    margin: 0 15px;
}
.authentication img,
.authentication svg {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;

    color: var(--bs-gray-600);
    /* border: 1px solid var(--bs-gray-600); */
}
/* .main-nav li:has(> ul) > span.authentication::after {
    position: absolute;
    bottom: -13px;
    content: "\f0dd";
    left: 27.5px;
    font-family: "FontAwesome";
    color: var(--bs-gray-600);
} */
.main-nav li:has(> ul) > span.authentication::after {
    position: absolute;
    bottom: -21px;
    content: "";
    left: 50%;
    transform: translateX(-33%);
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 1,3 Q 8,6 15,3 L 8,14 Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 1,3 Q 8,6 15,3 L 8,14 Z"/></svg>');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--bs-gray-600);
}
/* .main-nav li:hover:has(> ul) > span.authentication img,
.main-nav li:hover:has(> ul) > span.authentication svg {
    border-color: var(--bs-primary);
} */
.main-nav li:hover:has(> ul) > span.authentication svg {
    color: var(--bs-primary);
}
.main-nav li:hover:has(> ul) > span.authentication::after {
    transform: rotate(0deg);
    transform: translateX(-33%) translateY(5px);
    color: var(--bs-primary);
    background-color: var(--bs-primary);
}
.progress-circle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-75deg);
    right: 15px;
    bottom: 30px;
    z-index: 9991;
    /* opacity: 0;
    visibility: hidden; */
}

.progress-circle {
    width: 38px;
    height: 38px;
    filter: drop-shadow(0 0 8px rgba(var(--bs-body-color-rgb, 0, 31, 63), 0.2));
    border-radius: 50%;
}

.progress-circle-bar {
    fill: none;
    stroke: var(--primary-color, #2e4dfe);
    stroke-width: 5;
    stroke-dasharray: 283;
    stroke-dashoffset: 0;
    transform-origin: center;
    transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
    fill: var(--bs-body-bg);
    stroke: var(--bs-body-bg);
    stroke-width: 5;
    stroke-dasharray: none;
}

.scroll-to-top {
    position: absolute;
    height: 25px;
    width: 25px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(75deg);
}

.scroll-to-top svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: var(--opposite);
    transition: all 0.1s ease;
}