:root {
    --yellow: #FEDD58;
    --blue: #17AFEB;
    --red: #F11623;
    --pink: #ED008A;
    --green: #B1D32F;
    --orange: #FA8F1A;
    --black: #000;
    --fullwidth: 100%;
    --large: 1.6rem;
    --medium: 1.25rem;
    --normal: 1rem;
    --tiny: 0.75rem;

}

html {
    font-family: system-ui, sans-serif;
    background: #fedd58;
    overflow-x: hidden;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

html,
body {
    font-family: Delius;
    color: var(--black);
    font-size: 16px;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--black);
    font-family: Darumadrop One;
    font-weight: 400;
    line-height: 2.5rem;

}

h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
}



h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.5rem;

}

.h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 2.5rem;


}


h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2rem;

}


h4 {
    font-size: 1.6rem;

}


h5 {
    font-size: 1.4rem;
    padding: 0px;


}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}


a {
    text-decoration: none;
    color: var=(--blue)
}

a:hover {
    color: var(--blue);
    text-decoration: underline;
}


blockquote {}

blockquote::before {
    content: open-quote;
    background-color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    font-size: 3em;
    border-radius: 100%;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 10px;

}

blockquote::after {
    content: close-quote;


}


.h1 {
    font-size: 3.5rem;
    padding: 0px;
    margin: 10px;
    line-height: 3rem;


}


.h2-promo {
    font-size: 3.5rem;
    padding-bottom: 10px;
    line-height: 3rem;
}


.h3-promo {
    font-size: 2rem;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 2rem;
}


.h4-promo {
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.8rem;
}

.h4 {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 5px;

}

.h5 {
    font-size: 1.2rem;
    margin-top: 0px;
    margin-bottom: 0px;

}


.p-address {
    font-family: Darumadrop One;
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin: 5px;
    padding-bottom: 15px;
    padding-top: 5px;

}

.p-medium {
    font-size: var(--medium);
    margin-top: 25px;
    line-height: 1.5rem;
}

.p-large {
    font-size: var(--large);
    line-height: 1.8rem;
    width: 90%;
    margin: auto;
    margin-top: 25px;

}

.ul-bullet {

    list-style: none;
}

.li-bullet::before {
    content: "";

    position: absolute;
    top: 0.75em;
    left: -0.5em;

    display: inline-block;
    width: 0.34em;
    height: 0.34em;

    background-color: var(--pink);
    border-radius: 50%;

    transform: translate(0%, -50%);
}

.li-bullet {
    position: relative;
    font-size: 1em;
    line-height: 1.4;
}

ul-bullet:last-of-type li {
    text-indent: 0.5em;
}

ul-bullet:last-of-type li::before {
    left: 0em;
}


.content-centre {
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 80%;
}


.content-left {
    align-content: left;
    text-align: left;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 80%;
}

.content-left-hero {
    align-content: left;
    text-align: left;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.LMS-panel {
    margin-top 5rem;
    margin-bottom: 5rem;
    width: auto;
    height: inherit;
    flex-shrink: 0;
}

.LMS-panel-small {
    margin-top 3rem;
    margin-bottom: 3rem;
    width: auto;
    height: inherit;
    flex-shrink: 0;
}

.standout {
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 20px;

    width: 85%;
    border-radius: 1.25rem;
}

.standout-green {
    background: var(--green);
}

.standout-blue {
    background: var(--blue);
}

.standout-pink {
    background: var(--pink);
}

.standout-white {
    background: #fff;
    border: 3px solid var(--red);
}

.jumbo-basic {
    padding-top: 100px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.jumbo-blue {
    background: var(--blue);
}

.jumbo-pink {
    background: var(--pink);
}

.jumbo-orange {
    background: var(--orange);
}

.jumbo-green {
    background: var(--green);
}

.jumbo-red {
    background: var(--pink);
}


.parent {
    width: 85%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: auto;

}

.parent-4 {
    width: 85%;
    padding-top: 20px;
    justify-content: center;
    margin: auto;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
}

.parent-reverse {
    width: 85%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 1rem;
    margin: auto;
}


.card {
    flex: 1 1 320px;
}

.card-4-column {
    flex: 20%;
    padding: 10px;
}

.card-social {
    margin-top: 30px;
    flex: 1 1 200px;
}


.call-outs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;

}

.call-out {
    position: relative;
    margin: 1em;
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

/* display .call-out as 1:1 ratio */
.call-out:before {
    display: block;
    content: '';
    margin-top: 100%;
}

.link {
    background-color: var(--pink);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.call-out-pink {
    border: 4px solid var(--pink);
}

.call-out-orange {
    border: 4px solid var(--orange);
}

.call-out-blue {
    border: 4px solid var(--blue);
}

.call-out-red {
    border: 4px solid var(--red);
}


@media screen and (min-width: 700px) {
    .call-out {
        width: 47%;
        margin: .5em 1em;
    }

    .content-blog {
        width: 90%;
    }
}

@media screen and (min-width: 960px) {
    .call-outs {
        justify-content: space-between;
    }

    .call-out {
        width: 23.5%;
        margin: 0;
    }

    .content-blog {
        width: 50%;
    }
}


.img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
    margin-bottom: -80px;
}

.img-red {
    border: 4px solid var(--red);
    object-fit: contain;

}

.img-orange {
    border: 4px solid var(--orange);
    object-fit: contain;

}

.img-blue {
    border: 4px solid var(--blue);
    object-fit: contain;

}

.img-green {
    border: 4px solid var(--green);
    object-fit: contain;
}

.img-pink {
    border: 4px solid var(--pink);
    object-fit: contain;

}


.img-logo-contain {
    width: 40%;
    margin: auto;
    margin-bottom: 5%;
    padding-top: 5%;

}

.img-logo {
    width: 100%;
    align-content: center;
    text-align: center;
}


.logo-nav {
    width: 60px;

}

.card-container {
    border-radius: 20px;
    overflow: hidden;
}

.card-container::before {
    content: "";
    display: block;
    height: 160px;
    width: auto;
}

.card-red {
    background: var(--red);
}

.card-blue {
    background: var(--blue);
}

.card-green {
    background: var(--green);
}

.card-pink {
    background: var(--pink);
}

.card-orange {
    background: var(--orange);
}


.card-content {
    background: #fff;
    margin-top: -70px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    align-content: center;
    text-align: center;
}

.card-blog {
    height: auto;
    flex: 1 1 280px;
    margin: auto;

}

.card-content-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    text-align: center;


}

.card-blog-blue {
    border-top: 9px solid var(--blue);

}

.card-blog-orange {
    border-top: 9px solid var(--orange);

}

.card-blog-green {
    border-top: 9px solid var(--green);

}
.card-blog-pink {
    border-top: 9px solid var(--pink);

}

.card-quote {
    overflow: hidden;
    display: block;
    height: 160px;
    width: auto;
    height: 330px;
    padding: 2rem;
    border-radius: 20px;
}


.card-quote-details {
    background: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -70px;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-bottom: 5px;
}

.spacing-quote {
    line-height: 2rem;
}


.card-simple {

    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    align-content: center;
    text-align: center;
    border-radius: 20px;
    height: auto;
    flex-wrap: wrap;

}

.promo {
    width: 470px;
    height: 470px;
    border-radius: 100%;
    margin: auto;
    align-content: center;
    text-align: center;
    padding-top: 50px;
}


.card-profile {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    align-content: center;
    text-align: center;
    border-radius: 20px;
    height: auto;
    width: 300px;
}

.img-profile {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
}

.buttonprime,
.button-second-blue,
.button-second-pink,
.button-second-green,
.button-second-orange,
.button-second-red {
    color: var(--black)
}

.buttonprime {
    margin: 10px;
    height: auto;
    border-radius: .75rem;
    text-align: center;
    font-family: Darumadrop One;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    line-height: 2.25rem;
    padding-bottom: 5px;
    background-color: var(--blue);
    border: 2px solid var(--blue);
    transition-duration: 0.4s;

}

.button-full {
    width: 100%;
}

.button-fit {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;

}

.buttonprime:hover {
    background-color: #1183B0;
    color: white;
}

.buttonprime:active {
    background-color: #0B5775;
    transform: translateY(1px);
}


.button-second-blue {
    height: auto;
    border-radius: .75rem;
    text-align: center;
    font-family: Darumadrop One;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    line-height: 2.25rem;
    padding-bottom: 5px;
    background-color: #fff;
    border: 3px solid var(--blue);
    transition-duration: 0.4s;

}

.button-second-blue:hover {
    background-color: var(--blue);
    color: white;
    border: 3px solid #fff;

}

.button-second-blue:active {
    background-color: #1183B0;
    transform: translateY(1px);
}


.button-second-green {
    height: auto;
    border-radius: .75rem;
    text-align: center;
    font-family: Darumadrop One;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    line-height: 2.25rem;
    padding-bottom: 5px;
    background-color: #fff;
    border: 3px solid var(--green);
    transition-duration: 0.4s;

}

.button-second-green:hover {
    background-color: var(--green);
    color: white;
    border: 3px solid #fff;

}

.button-second-green:active {
    background-color: #64761A;
    transform: translateY(1px);
}

.button-second-orange {
    height: auto;
    border-radius: .75rem;
    text-align: center;
    font-family: Darumadrop One;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    line-height: 2.25rem;
    padding-bottom: 5px;
    background-color: #fff;
    border: 3px solid var(--orange);
    transition-duration: 0.4s;

}

.button-second-orange:hover {
    background-color: var(--orange);
    color: white;
    border: 3px solid #fff;

}

.button-second-orange:active {
    background-color: #64761A;
    transform: translateY(1px);
}


.button-second-red {
    height: auto;
    border-radius: .75rem;
    text-align: center;
    font-family: Darumadrop One;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    line-height: 2.5rem;
    padding-bottom: 5px;
    background-color: #fff;
    border: 2px solid var(--red);
    transition-duration: 0.4s;

}

.button-second-red:hover {
    background-color: var(--red);
    color: white;
    border: 3px solid #fff;


}

.button-second-red:active {
    background-color: #B5101A;
    transform: translateY(1px);
}


.button-second-pink {
    height: auto;
    border-radius: .75rem;
    text-align: center;
    font-family: Darumadrop One;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    line-height: 2.5rem;
    padding-bottom: 5px;
    background-color: #fff;
    border: 2px solid var(--pink);
    transition-duration: 0.4s;

}

.button-second-pink:hover {
    background-color: var(--pink);
    color: white;
    border: 3px solid #fff;


}

.button-second-pink:active {
    background-color: #B20067;
    transform: translateY(1px);
}

*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar {
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    z-index: 100;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items {
    order: 2;
    display: flex;
}

.logo {
    order: 1;
    font-size: 2.3rem;
}

.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    margin-right: auto;
    font-size: 1.3rem;
}

.navbar a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.navbar a:hover {
    color: var(--blue);
    text-decoration: underline;

}

.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin-bottom: 2rem;
}


/* ----------------------- */

[class*='_container'] {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1087px) {
    [class*='_container'] {
        max-width: 970px;
    }
}

@media (max-width: 991.98px) {
    [class*='_container'] {
        max-width: 750px;
    }
}

@media (max-width: 767.98px) {
    [class*='_container'] {
        max-width: none;
    }
}



.card-article {
    margin: 5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 300px;
    max-width: 320px;
}

.article-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article-body {
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 200px;
}

.tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
}

.tag-blue {
    background-color: var(--blue);
}

.tag-green {
    background-color: var(--green);
}

.tag-pink {
    background-color: var(--pink);
}
.tag-orange {
    background-color: var(--orange);
}

.user {
    display: flex;
}

.user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.user-info h5 {
    margin: 0;
}

.user-info small {
    color: #545d7a;
}


/* get-started================================================ */
.get-started {
    background-color: #fff;
}

.get-started__container {
    padding: 120px 15px 20px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    position: relative;
}

.get-started__container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 400px;
    top: 0;
}

.get-started__content {
    flex: 0 1 48%;
    padding: 0 20px;
}

.get-started__block-text {
    max-width: auto;
}

.get-started__image {
    flex: 1;
    position: relative;
    z-index: 2;
    text-align: right;
}

.get-started__image img {
    max-width: 80%;
}

@media (max-width: 991.98px) {
    .get-started__container::before {
        right: 200px;
    }
}

@media (max-width: 767.98px) {
    .get-started__container {
        padding: 100px 15px 30px;
    }

    .get-started__container::before {
        display: none;
    }

    .get-started__block-text {
        max-width: none;
        text-align: center;

    }

    .get-started__content {
        flex: 1 1 100%;
        padding: 0;
    }

    .get-started__image {
        flex: 1 1 100%;
        text-align: center;
        padding: 30px 0;
        max-width: 30%;
        margin: auto;
        display: none;

    }

}

@media (max-width: 768px) {
    .img-logo {
        margin: auto
    }

    .content-blog {
        width: 90%;

    }

    .menu-items li {
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
    }

    .a-link {
        text-decoration: none;
        color: var=(--blue);
        font-size: 30px;
    }

    .logo-nav {
        width: 50px;
        margin-top: 5px;
        margin-left: 10px;
    }

    .container {
        width: 100%;

    }

    .navbar {
        margin: auto;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container {
        display: block;
        height: 64px;

    }

    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: auto;
        right: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;

    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: auto;
        right: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }

    .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items {
        padding-top: 110px;
        background: #fff;
        height: 100vh;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-top: -100px;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li {
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo {
        position: relative;
        top: 0;
        right: 0;
        font-size: 2.5rem;
        order: 2;


    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
    }

}


.accordion {
    width: 85%;
    margin: 2rem auto;
}

.accordion-item {
    background-color: #fff;
    border: 3px solid var(--red);
    margin: 1rem 0;
    border-radius: 0.5rem;
}

.accordion-item-header {
    font-family: Darumadrop One;
    font-size: 1.2rem;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    bottom: 1.4rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
}

footer {
    color: #333;
    background-color: var(--blue);
    position: auto;
    bottom: 0;
    padding-bottom: 10px;
}

.row {
    display: flex;
    padding: 1rem;
}

.column {
    width: calc(100% / 3);
    padding: 0 0.9375rem;
}


p {
    font-size: 1rem;
    line-height: 1.3rem;
}

ul {
    list-style: none;
    margin-left: 10px;
    padding: 0;
}

ul li {
    margin-bottom: 0.625rem;
}

ul li a {
    color: #000;
    font-size: 1rem;
    transition: 0.3s all ease;
}

ul li i {
    color: #000;
}

ul li a:hover {
    color: #000;
    margin-left: 0.2rem;
}

ul.social-icons {
    display: flex;
    column-gap: 0.625rem;
}

.social-icons i {
    color: #000;
}

ul.social-icons li {
    margin-bottom: 0rem;
}

ul.social-icons li a {
    display: grid;
    place-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    border: 1.5px solid #000;
}

ul.social-icons li:hover a {
    background-color: #000;
    animation: shake 0.3s ease;
    margin-left: 0;
}

ul.social-icons li:hover i {
    color: var(--blue);
}







ul.social-icons-blog {
    display: flex;
    column-gap: 0.625rem;
}

.social-icons-blog i {
    color: var(--pink);
}

ul.social-icons-blog li {
    margin-bottom: 0rem;
}

ul.social-icons-blog li a {
    display: grid;
    place-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    border: 1.5px solid var(--pink);
}

ul.social-icons-blog li:hover a {
    background-color: var(--pink);
    animation: shake 0.3s ease;
    margin-left: 0;
}

ul.social-icons-blog li:hover i {
    color: #fff;
}




.copyright {
    text-align: right;
    color: #000;
    background-color: var(--blue);
    padding-right: 50px;
    padding-bottom: 30px;
}

/* Shake animation */
@keyframes shake {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}


/* Responsive adjustments for mobile version */
@media screen and (max-width: 768px) {
    .column {
        margin: 0.4rem 0;
        width: 100%;
        padding: 0;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
    }

    h4 {
        font-size: 1.3125rem;
    }

    p {
        font-size: 0.9375rem;
    }

    ul li a {
        font-size: 0.9375rem;
    }

    ul.social-icons li a {
        width: 1.975rem;
        height: 1.975rem;
    }
}



@media (max-width: 500px) {
    .navbar-container input[type="checkbox"]:checked ~ .logo {
        display: none;
    }

    ul.social-icons-blog {
        display: flex;
        column-gap: 0.625rem;
        margin-left: 0px;
        flex-direction: column;
        column-gap: 5px;
        grid-row-gap: 5px;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 20px;
    }

    .h2 {
        font-size: 2.2rem;
        line-height: 2.2rem;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 2.2rem;
        line-height: 2.2rem;
        margin-bottom: 20px;
    }

    .h3 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        margin-bottom: 20px;
    }

    .h4 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 1.2rem;
        padding: 0px;
    }

    .h5 {
        font-size: 1.2rem;
        padding: 0px;
    }

    .button-fit {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;

    }

    .h2-promo {
        font-size: 1.8rem;
        padding-top: 20px;
        padding-bottom: 5px;
        padding-left: 2rem;
        padding-right: 2rem;
        line-height: 2rem;
        margin: auto;
    }


    .h3-promo {
        font-size: 1.5rem;
        padding-bottom: 5px;
        padding-top: 10px;
        line-height: 1.5rem;
        margin: auto;

    }


    .h4-promo {
        font-size: 1.3rem;
        padding-bottom: 0px;
        padding-top: 10px;
        margin: auto;
        width: 90%;
        line-height: 1.6rem;
    }

    .promo {
        width: 300px;
        height: 300px;
        padding-top: 20px;
    }

    .LMS-panel {
        margin-top 3rem;
        margin-bottom: 3rem;
    }


    .call-outs {
        display: inline-flex;
        flex-direction: row;
        width: inherit;


    }


    .call-out {
        position: relative;
        width: 50% !important;
        max-width: 80px;
        min-width: 80px;
        margin: 5px;
        text-align: center;
        border-radius: 50%;
        overflow: hidden;
    }

    .link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .img-small {
        max-width: 90px;

    }









}

@-ms-viewport {
    width: device-width;
}




/* Reset */
* {
    box-sizing: border-box;
}






.slide-container {
    max-width: 1120px;
    width: 100%;
    margin-top: 20px;
}

.slide-content {
    margin: 0;
    overflow: hidden;
    text-align: center;
        padding-bottom: 30px;
}

.card-slider {
    border-radius: 10px;
    background-color: #FFF;

}

.slider-blue {
    border: 4px solid var(--blue);
}

.slider-green {
    border: 4px solid var(--green);
}

.slider-pink {
    border: 4px solid var(--pink);
}

.slider-red {
    border: 4px solid var(--red);
}

.slider-orange {
    border: 4px solid var(--orange);
}

.image-content,
.card-content-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;

}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;


}

.overlay::after {
    background-color: #FFF;

}

.card-image {
    position: relative;
    height: 200px;
    width: 100%;
    background: #FFF;
    border-radius: 10px 10px 10px 10px;

}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;

}

.name {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.description {
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
}



.swiper-navBtn {
    color: white;
    opacity: 1;

    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: whitesmoke;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 38px;
}

.swiper-button-next {
    right: 0;
    color: white;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination {
    position: relative;
    bottom: 20px; /* Increase bottom spacing */
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10; /* Ensure pagination dots are above the slides */
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff; /* Adjust dot style as needed */
    margin: 0 4px; /* Adjust margin between dots as needed */
    border-radius: 50%;
    opacity: 0.5; /* Adjust dot opacity as needed */
    cursor: pointer;
    transition: opacity 0.2s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
        
    }

    .swiper-navBtn {
        display: none;
    }
}

.auto_slider_container {
    max-width: auto;
    width: 100%;
    display: flex;
    margin: auto;
    overflow-x: hidden;
}

.auto_slider {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotation 8s linear infinite;
}

.auto_slider_li {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    width: 100%;
    background: #ddd;
    margin: 0px 15px;

}

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

    100% {
        transform: translateX(-50%)
    }
}

.content-blog {
    background: #fff;
    border: 3px solid #ED008A;
    border-radius: 10px;
    align-content: left;
    text-align: left;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 702px;

}

.blog-img {
    object-fit: contain;
    width: 99%;
    max-height: 405px;
    border: 4px solid var(--blue);
    border-radius: 10px;

}

.blog-author{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

