/* VARS */
:root {
    --purple-gradient: linear-gradient(135.12deg, #7E3CD6 0%, #6428B4 100%);
    --purple: #6428B4;
    --light-purple: #9D54FF;
    ;
    --dark-gray: #434343;
    --light-gray: #F5F8F7;
    --dark-purple: #4B0082;
    --oscare-blue_light: #1ce3e5;
    --oscare-blue: #15B7B9;
    --oscare-blue_dark: #192a51;
    --oscare-red_light: #f32929;
    --oscare-red_dark: rgb(150, 2, 2);
    --oscare-grey_light: #F5F8F7;
    --oscare-grey_dark: #e2e2e2;
    --oscare-black_light: #4F4C4C;
    --oscare-black_off: #757474;
    --oscare-text-shadow: 3px 4px 7px rgba(0, 16, 19, 0.3);
    --oscare-blue-01: #CAFFFE;
    --oscare-blue-02: #D3F5F5;
    --oscare-blue-03: #E7F9F7;
    --oscare-blue-04: #6DD0C0;
    --oscare-green-01: #099E9F;
    --oscare-green-02: #0F97A8;
    --oscare-green-03: #33A1AF;
    --oscare-green-04: #187D8C;
    --oscare-gray-02: #D2E4E4;
    --oscare-gray-03: #E3EBED;
    --oscare-gray-04: #F1F9F8;
}

/* general */
*:focus {
    outline: none !important;
}

*:focus-visible {
    outline: 2px solid var(--oscare-green-01) !important;
    outline-offset: -2px;
}

.main-btn {
    font-size: 18px;
    padding: 10px 25px 7px;
    border: none;
    border-radius: 10px;
    display: inline-block;
}

.color-light-gray {
    color: var(--light-gray)
}

.color-black-off {
    color: var(--oscare-black_off)
}

.color-black-light {
    color: var(--oscare-black_light)
}

.sticky-text-back {
    position: sticky;
    position: -webkit-sticky;
    top: 15vh;
    left: 5vw;
    min-height: 10vh;
    font-size: clamp(96px, 12vw, 144px);
    font-weight: 800;
    letter-spacing: 1%;
}

.home-basic-p {
    font-size: 18px;
    max-width: min(100%, 440px);
}

.h4-main-oscare {
    font-size: clamp(28px, 3vw, 36px);
    line-height: clamp(32px, 4vw, 40px);
    font-weight: 500;
}

.oswald-font {
    font-family: 'Oswald', sans-serif;
}

.gothic-font {
    font-family: 'Gothic A1', sans-serif;
}

@media (max-width: 575.98px) {
    .sticky-text-back {
        font-size: clamp(56px, 15vw, 96px);
    }

    .home-basic-p {
        font-size: 16px;
    }
}

/* main-nav */
.nav-main .login-btn {
    background: var(--oscare-green-04);
    color: var(--oscare-grey_light);
    padding: 8px 20px 5px;
}

.nav-main .join-btn {
    background: var(--oscare-blue-01);
    color: var(--oscare-black_off);
    padding: 9px 20px 4px;
}

.main-nav-button {
    min-width: 84px;
    background-color: #f1f1f1;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: background-color 0.2s ease-out;
}

.main-nav-button span {
    background-color: var(--oscare-green-03);
    color: white;
    transition: background-color 0.2s ease-out;
}

.main-nav-button img {
    transition: transform 0.2s ease-out;
}

.main-nav-button:hover {
    background-color: var(--oscare-grey_dark);
}

.main-nav-button:hover span {
    background-color: var(--oscare-green-04);
}

.main-nav-button:hover img {
    transform: scale(1.1);
}

#navbarText {
    flex-grow: unset !important;
}

#site-header .desktop-nav-link {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 100%;
    padding: 2px 2px;
    color: var(--oscare-green-04);
    text-decoration: none;
    transition: all 0.3s ease-out;
}

/* #site-header .desktop-nav-link:hover {
    transform: scale(1.05);
} */

#site-header {
    min-height: 100px;
}

#site-header .main-icon-oscare {
    min-height: 84px;
    display: flex;
    align-items: center;
}

/* animations */
.fade-left,
.fade-right,
.fade-down,
.practice-managers,
.dental-teams {
    opacity: 0;
}

.fade-left {
    transform: translateX(-50px);
}

.fade-right {
    transform: translateX(50px);
}

.fade-down,
.practice-managers,
.dental-teams {
    transform: translateY(50px);
}

/* home-page */
.main-home {
    /* min-height: calc(100vh - 121px); */
    overflow: hidden;
}

.members-together-image {
    background-image: url('/static/images/banners/members-together-banner5.webp');
    background-position: top;
    min-height: 230px;
    background-size: cover;
}

.home-hero-image-section>h1 {
    font-family: LatoBold;
    font-size: 2.8em;
    color: #fff;
    text-transform: none;
    line-height: 1.2em;
}

.home-hero-image-section>h4 {
    font-family: LatoLight;
    color: #fff;
    text-transform: none;
}

.main-home>div:first-child {
    background: radial-gradient(50% 50% at 50% 50%, rgba(21, 183, 185, 0.22) 0%, rgba(196, 196, 196, 0) 100%);
    position: relative;
    min-height: 260px;
}

.main-home>div:first-child>h1 {
    font-size: clamp(36px, 7vw, 72px);
    text-transform: none;
    letter-spacing: unset;
    line-height: clamp(40px, 8vw, 76px);
    position: relative;
    z-index: 2;
    color: #166f7d;
}

.main-home>div:first-child>h2 {
    font-size: clamp(32px, 6vw, 68px);
    text-transform: none;
    letter-spacing: 3px;
    line-height: clamp(36px, 7vw, 72px);
    color: var(--oscare-gray-04);
    position: absolute;
}

.main-home>div:first-child>h2:nth-child(2),
.main-home>div:first-child>h2:nth-child(4),
.main-home>div:first-child>h2:nth-child(6) {
    font-weight: 800;
}

.main-home>div:first-child>h2:nth-child(3),
.main-home>div:first-child>h2:nth-child(5),
.main-home>div:first-child>h2:nth-child(7) {
    font-weight: 200;
}

.main-home>div:first-child>h2:nth-child(2) {
    top: 10%;
    left: 15%;
}

.main-home>div:first-child>h2:nth-child(3) {
    top: 35%;
    left: 3%;
}

.main-home>div:first-child>h2:nth-child(4) {
    top: 60%;
    left: 30%;
}

.main-home>div:first-child>h2:nth-child(5) {
    top: 5%;
    left: 45%;
}

.main-home>div:first-child>h2:nth-child(6) {
    top: 23%;
    left: 82%;
}

.main-home>div:first-child>h2:nth-child(7) {
    top: 55%;
    left: 65%;
}

.main-home>div:last-child {
    flex: 1;
}

.main-home>div:last-child h3 {
    font-size: 48px;
    font-weight: 500;
}

.main-home>div:last-child div:first-child {
    background: var(--oscare-green-01);
}

.main-home>div:last-child div:first-child h3 {
    color: var(--oscare-blue-01);
}

.main-home>div:last-child div:first-child button {
    background: var(--oscare-blue-01);
}

.main-home>div:last-child div:first-child h3,
.main-home>div:last-child div:first-child p {
    position: relative;
    z-index: 10;
}

.main-home>div:last-child div:first-child>img {
    max-width: 25%;
    position: absolute;
    bottom: 0;
    left: 1%;
}

/* .main-home > div:last-child div:last-child{
    background: var(--oscare-blue-01);
}
.main-home > div:last-child div:last-child h3{
    color: var(--oscare-green-02);
}
.main-home > div:last-child div:last-child button{
    background: var(--oscare-green-02);
} */
/* .main-home > div:last-child div:last-child h3,
.main-home > div:last-child div:last-child p {
    position: relative;
    z-index: 10;
}
.main-home > div:last-child div:last-child > img {
    max-width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
} */
@media (max-width: 767px) {
    .main-home>div:last-child>div>h3 {
        font-size: 28px;
    }

    .main-home>div:last-child>div>p {
        font-size: 16px;
    }

    .main-home>div:last-child div:first-child>img {
        max-width: 40%;
        position: absolute;
        bottom: 0;
        left: 45%;
    }
}

@media (max-width: 575.98px) {
    .main-home>div:first-child>h2:nth-child(2) {
        top: 18%;
        left: 8%;
    }

    .main-home>div:first-child>h2:nth-child(3) {
        top: 43%;
        left: 0%;
    }

    .main-home>div:first-child>h2:nth-child(4) {
        top: 75%;
        left: 25%;
    }

    .main-home>div:first-child>h2:nth-child(5) {
        top: 10%;
        left: 40%;
    }

    .main-home>div:first-child>h2:nth-child(6) {
        top: 28%;
        left: 65%;
    }

    .main-home>div:first-child>h2:nth-child(7) {
        top: 65%;
        left: 50%;
    }
}

/* main-education */
/* .main-education {
    background: var(--light-gray);
}

.main-education>div>div:first-child {
    color: var(--oscare-gray-02);
}

.main-education>div>div:nth-child(2) button {
    background: var(--oscare-blue);
}

.main-education>div>div:nth-child(2) {
    position: relative;
    top: -5vh;
}

.main-education>div>div:nth-child(2) {
    margin-top: -3vh;
} */

.main-education {
    background: #17a2b8;
}

.main-education>div>div:first-child {
    color: #F5F8F7;
}

.main-education .home-build-block li {
    color: #fff;
}

.main-education .color-white {
    color: #fff !important;
}

.main-education>div>div:nth-child(2) button {
    background: var(--oscare-blue);
}

.main-education>div>div:nth-child(2) {
    position: relative;
    top: -5vh;
}

.main-education>div>div:nth-child(2) {
    margin-top: -3vh;
}

/* education-sub */
.education-sub {
    position: relative;
    background-color: #17a2b8;
}

.education-sub>div {
    background: var(--oscare-gray-03);
    border-radius: 30px;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

.education-sub::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    background: var(--oscare-green-04);
}

.education-sub>div>div header {
    text-align: center;
}

.education-sub>div>div header>img {
    height: clamp(180px, 25vw, 280px);
    width: auto;
}

.education-sub>div>div h6 {
    line-height: 24px;
}

.education-sub .report-component-wrapper {
    min-height: 263px;
    transform: scale(1.2);
}

#report-animation-component {
    max-height: 263px;
    height: 0;
    opacity: 0;
}

@media (max-width: 575.98px) {
    .education-sub>div>div header {
        max-width: 256px;
    }
}

@media (max-width: 991.98px) {
    .education-sub .report-component-wrapper {
        min-height: 180px;

    }

    #report-animation-component {
        max-height: 180px;
    }
}

/* marketing-main */
.marketing-main {
    background: var(--oscare-green-04);
}

.marketing-main>div:first-child {
    color: var(--oscare-green-03);
}

.marketing-main>div>div:nth-child(2) button {
    background: var(--oscare-blue_light);
}

/* compliance-main */
.compliance-main {
    background: var(--oscare-blue-02);
}

.compliance-main>div>div:first-child {
    color: var(--oscare-blue-04);
}

.compliance-main>div>div:nth-child(2) {
    margin-top: -25px;
}

.compliance-main>div>div:nth-child(2) button {
    background: var(--oscare-blue_dark);
}

.compliance-main-tabs {
    overflow-x: hidden;
}

.compliance-main-tabs>div {
    border-radius: 30px;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
    background: var(--oscare-blue-03);
    position: relative;
    z-index: 2;
    width: 70%;
}

.compliance-main-tabs>div:not(:first-child) {
    margin-top: -30px;
}

@media (max-width: 575.98px) {
    .compliance-main-tabs>div {
        width: 100%;
    }

    .compliance-main-tabs>div img {
        max-height: 180px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .compliance-main-tabs>div {
        width: 90%;
    }

    .compliance-main-tabs>div img {
        max-height: 180px;
    }
}

/* shop-main */
.shop-main>div>div:first-child {
    color: var(--oscare-gray-02);
}

.shop-main>div>div:last-child button {
    background: var(--oscare-blue);
}

.shop-main>div>div:last-child {
    margin-top: -30px;
}

/* visting-user-content*/

.visitor-title {
    min-height: 10vh;
    font-size: clamp(72px, 9vw, 108px);
    font-weight: 800;
    letter-spacing: 1%;
}

@media (max-width: 575.98px) {
    .visitor-title {
        font-size: clamp(56px, 15vw, 96px);
    }
}

.visitor-list-heading {
    min-height: 8vh;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 700;
    letter-spacing: 1%;
}

@media (max-width: 575.98px) {
    .visitor-list-heading {
        font-size: clamp(38px, 10vw, 64px);
    }
}

.vistor-list-item {
    border-radius: 15px;
    background: var(--oscare-blue-02);
}

.visitor-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.visitor-container-alt {
    background: var(--oscare-blue-03);
    overflow-wrap: break-word;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1201px) {
    .vistor-list-container-alt {
        max-width: 1200px;
    }
}

.visitor-display-image img {
    max-width: 80%;
    height: auto;
}

@media (max-width: 1199px) {
    .visitor-display-image {
        width: 200px;
        height: auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* our-store*/

.our-store-card {
    height: 250px;
    background-color: #fff;
    border-radius: 30px;
}

.our-store-card img {
    width: 100%;
    height: 200px;
    display: block;
}

.our-store-product-text h4 {
    display: block;
    font-family: "Hind Guntur";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 22px;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
}

/* dashboard */
.permission-togglers-wrapper {
    min-width: 450px;
}

/* pimcore backend components */
.hero-four-wrapper {
    display: flex;
    flex-direction: column;
}

.hero-four-wrapper>.grid-item-2 {
    margin-top: -2rem;
    z-index: 1;
}

.hero-six-wrapper {
    display: flex;
    flex-direction: column;
}

.hero-six-wrapper>.content-box {
    margin: -2rem 1rem 0;
    position: relative;
    z-index: 1;
}

.min-w-xs {
    min-width: 220px;
}

.min-w-sm {
    min-width: 250px;
}

.bi-color-bg {
    z-index: 1;
}

.bi-color-bg>.top,
.bi-color-bg>.bottom {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 50%;
}

.bi-color-bg>.top {
    top: 0;
}

.bi-color-bg>.bottom {
    top: 50%;
}

.icon-feature-wrapper {
    z-index: 1;
    width: 50px;
    height: 50px;
}

.icon-feature-wrapper i {
    font-size: 2.5rem;
}

.icon-feature-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 75%;
    width: 75%;
    border-radius: 50%;
    z-index: -1;
}

.block-six-accordion i {
    transition: 0.3s all ease;
    transform: translateX(-50%);
}

.block-six-accordion button[aria-expanded="true"]+i {
    transform: translateX(0%) rotate(180deg);
}

.block-nine-grid {
    display: flex;
    flex-direction: column;
}

.block-faq-wrapper {
    border: 2px solid var(--oscare-green-04);
    border-radius: 5px;
}

.block-faq-wrapper .question {
    border: 0;
    background-color: transparent;
}

.block-faq-wrapper .content {
    border-top: 2px solid var(--oscare-green-04);
}

@media screen and (min-width: 768px) {

    .hero-four-wrapper {
        display: grid !important;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }

    .hero-four-wrapper>.grid-item-1 {
        grid-column: 1 / span 7;
        grid-row: 1 / span 4;
    }

    .hero-four-wrapper>.grid-item-2 {
        grid-column: 2 / span 5;
        grid-row: 3 / span 3;
        margin-top: 0;
    }

    .hero-six-wrapper {
        display: block;
    }

    .hero-six-wrapper>.content-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 70%;
        margin: 0;
    }

    .block-two-card-wrapper.two {
        max-width: 350px;
    }

    .block-two-card-wrapper.three {
        max-width: 230px;
    }

    .half-container {
        max-width: calc(720px/2);
    }

    .three-cards-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        gap: 1rem;
    }

    .four-cards-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 1rem;
    }

    .block-nine-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .block-two-card-wrapper.two {
        max-width: 400px;
    }

    .block-two-card-wrapper.three {
        max-width: 280px;
    }

    .half-container {
        max-width: calc(992px/2);
    }

    .four-cards-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        gap: 1rem;
    }

    .block-nine-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .hero-four-wrapper {
        grid-template-rows: repeat(6, 1fr);
    }

    .hero-four-wrapper>.grid-item-1 {
        grid-row: 1 / span 5;
    }

    .hero-four-wrapper>.grid-item-2 {
        grid-column: 3 / span 3;
        grid-row: 3 / span 4;
    }

    .hero-six-wrapper>.content-box {
        max-width: 50%;
    }

    .half-container {
        max-width: calc(1140px/2);
    }
}

/* Academy */
.article a,
.academy a {
    color: inherit;
}

.article a:hover,
.academy a:hover {
    text-decoration: none;
}

.academy-hero p,
.academy-hero span,
.academy .default-card p,
.academy .default-card span {
    font-family: 'Gothic A1', sans-serif;
}

.academy .sub-card .card-base,
.academy .main-card,
.academy .default-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.academy .sub-card .card-base:hover,
.academy .main-card:hover,
.academy .default-card:hover {
    transform: translateY(-5px);
    box-shadow: rgb(60 64 67 / 30%) 0px 3px 5px 0px,
        rgb(60 64 67 / 15%) 0px 3px 6px 3px;
}


.academy-hero .card-wrapper {
    position: relative;
    bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    z-index: 2;
}

.academy-hero .image-wrapper {
    position: relative;
    z-index: 1;
    max-height: 280px;
    width: 100%;
}

.academy-hero .hero-card {
    z-index: 2;
    width: 100%;
    max-width: 700px;
}

.academy-hero .hero-card h2 {
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: clamp(1.75rem, 5vw, 3.25rem);
}

.academy-hero ul::after {
    content: '';
    background-color: var(--oscare-green-04);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
}

.academy-hero .sub-articles-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 320px);
    justify-content: center;
}


.academy .sub-card {
    width: min(100%, 320px);
    z-index: 1;
}

.academy .sub-card h3 {
    letter-spacing: unset;
}

.academy .sub-card img {
    object-fit: cover;
}

.newsletter-subscribe input,
.email-banner input,
details.action input {
    border: 0;
    background-color: var(--oscare-gray-04);
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
}

.email-banner input,
details.action input {
    background-color: var(--oscare-gray-02);
}

.email-banner h2 {
    max-width: 420px;
}

.academy .main-card {
    max-width: 500px;
}

.academy .main-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.academy .default-card {
    max-width: 270px;
}

.academy .latest {
    background-color: var(--oscare-green-04);
    position: relative;
}

.academy .default-card img {
    width: 270px;
    height: 220px;
    object-fit: cover;
}

.default-articles-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 270px);
    justify-content: center;
}

.academy .swiper-slide-visible {
    position: relative;
}

.academy .swiper-slide {
    opacity: 1 !important;
}

.academy .swiper-slide {
    opacity: 1 !important;
}

.academy .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.academy .carousel-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    width: fit-content !important;
}

.academy .swiper-pagination-bullet-active {
    background-color: var(--oscare-green-03);
}

.academy .swiper-button-disabled {
    opacity: 0;
}

.academy .card-wrapper {
    margin-bottom: -30px;
}

.article main h2 {
    font-size: clamp(24px, 4vw, 36px);
    line-height: 150%;
}

.article main h3 {
    font-size: clamp(20px, 3.5vw, 32px);
    line-height: 150%;
}

.article main h4 {
    font-size: clamp(18px, 3vw, 28px);
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .academy-hero .sub-card .details {
        flex-direction: column;
    }

    .academy-hero .sub-card .details>div {
        display: none;
    }

    .academy-hero .card-wrapper .card-base {
        min-width: 450px;
    }
}

@media screen and (min-width: 992px) {
    .academy-hero>div {
        margin-bottom: 7%;
    }

    .academy-hero .card-wrapper {
        bottom: unset;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-bottom: unset;
    }

    .academy-hero .image-wrapper {
        z-index: 1;
        max-height: 600px;
        width: auto;
        flex: 1;
    }

    .academy-hero .hero-card {
        position: relative;
        top: 13%;
        left: 13%;
        width: min(100%, 700px);
        z-index: 2;
    }
}

@media screen and (min-width: 1200px) {
    .academy-hero .sub-card .details {
        flex-direction: row;
    }

    .academy-hero .sub-card .details>div {
        display: block;
    }

    .academy-hero>div {
        margin-bottom: 5%;
    }

    .academy-hero .card-wrapper {
        position: unset;
    }

    .academy-hero .swiper-slide {
        position: relative;
    }

    .academy-hero .hero-card {
        position: absolute;
        top: 50%;
        left: unset;
        right: 45vw;
        transform: translateY(-50%);
        z-index: 2;
        width: min(50vw, 700px);
    }
}