:root {
    --primary: #19627a;
    --primary-blue: #000;
    --primary-blue-light: #007bff;
    --primary-red: #cf0a0a;
    --primary-red-dark: #ffb0b0;
    --accent: #f99607;
    --dark: #162045;
    --light-accent: #f8deb93b;
}

* {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Oswald;
    src: url(fonts/Oswald.ttf);
}

@font-face {
    font-family: SourceSans3;
    src: url(fonts/SourceSans3.ttf);
}

@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Regular.ttf);
}

body {
    font-family: Poppins, Courier, monospace;
}

.z-depth-0 {
    box-shadow: none !important;
}

.z-depth-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
        0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
        0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
        0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.bg-body-primary {
    background-color: var(--primary-blue);
}

.navbar-item a {
    font-family: Poppins, Courier, monospace;
    color: #000;
    font-weight: 400;
    margin-right: 1rem;
    font-size: 1rem;
    text-decoration: none;
    line-height: 5px;
}

.navbar-item a:hover,
.navbar-item.active a {
    font-weight: 600;
    border-bottom: 4px solid var(--accent);
}

.dropdown-item-hover:hover,
.dropdown-item-hover:active,
.dropdown-item-hover.active {
    background-color: var(--primary);
    color: #fff;
}

.dropdown-item-no-hover:hover,
.dropdown-item-no-hover:active {
    background-color: transparent !important;
    color: #000;
}

.hero .title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.hero .subtitle {
    color: var(--dark);
    text-align: center;
}

.section-title {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.service-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    line-height: 1.2;
}

.focus {
    background: var(--light-accent);
    overflow: hidden;
    position: relative;
}

.focus-circle-1 {
    background: var(--primary);
    opacity: 0.15;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    z-index: -5;
}

.focus-circle-2 {
    background: var(--accent);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 160px;
    left: -5%;
}

.focus-circle-3 {
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 220px;
    left: 2%;
}

.team {
    background: #fefbf7;
    overflow: hidden;
    position: relative;
}

.logo-linkedin {
    width: 28px;
    position: absolute;
    bottom: 18px;
    right: 5px;
    z-index: 2;
}

.joinUs {
    background: #e8f0f3;
    overflow: hidden;
    position: relative;
}

.joinUs .title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.joinUs .subtitle {
    color: var(--dark);
    text-align: center;
}

.no-underline {
    border-bottom: none !important;
    text-decoration: none !important;
}

.no-underline:hover {
    border-bottom: none !important;
    text-decoration: none !important;
}

.top-social {
    margin-left: 0.6rem;
}

.top-social a {
    color: #000;
    transition: all 0.5s;
}

.top-social a:hover {
    color: var(--primary-blue);
}

.top-social i {
    font-size: 18px;
}

.share-social {
    margin-right: 0.6rem;
}

.share-social img {
    color: #000;
    transition: all 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.share-social img:hover {
    transform: scale(1.2);
}

.share-social i {
    font-size: 18px;
}

.hoverable,
.hoverable-sm {
    transition: box-shadow 0.25s;
}

.hoverable:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.hoverable-sm:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.hoverable-xs:hover {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

.post-image {
    object-fit: contain;
    object-position: center;
}

.product-image {
    object-fit: fill;
    object-position: center;
}

.status-tag {
    font-family: Oswald, Courier, monospace;
    position: absolute;
    left: -5px;
    top: 25px;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    background-color: var(--accent);
    color: #000;
}

.status-tag-danger {
    background-color: var(--primary-red);
    color: #fff;
}

.product-title {
    font-family: Oswald, Courier, monospace;
    letter-spacing: -0.02em;
    font-size: 18px;
    font-weight: 700;
}

.product-price.old-price {
    color: #55585b;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 500;
}

.product-price {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: var(--primary-blue-light);
}

.product-details-price.old-price {
    color: #55585b;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 500;
}

.product-details-price {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.04em;
    color: #000;
}

main {
    min-height: 75vh;
}

footer {
    background-color: rgb(243, 247, 250);
}

.footer-link {
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    line-height: 5px;
}

.footer-link:hover,
.footer-link.active {
    border-bottom: 3px solid var(--accent);
}

.border-blue {
    border-color: var(--primary-blue) !important;
}

.border-yellow {
    border-color: var(--accent) !important;
}

.border-red {
    border-color: var(--primary-red) !important;
}

.breadcrumb {
    font-family: Oswald, Courier, monospace;
    font-weight: 700;
}

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

.bg-accent {
    background-color: var(--accent);
}

.text-blue {
    color: var(--primary-blue);
}

.text-primary {
    color: var(--primary) !important;
}

.post-title {
    font-size: 2em;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.author-section {
    padding: 1.5rem 0;
}

.btn-outline-light {
    color: #fff;
    border-width: 2px;
}

.two-line-ellipsis-sm {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* Number of lines to show */
    max-height: 3em; /* (Number of lines * line-height) */
    line-height: 1.2em; /* Line height */
}

.two-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* Number of lines to show */
    max-height: 3em; /* (Number of lines * line-height) */
    line-height: 1.5em; /* Line height */
}

.category-title {
    min-height: 15vh;
    background-color: rgba(39, 66, 133, 0.1);
}

.category-title .title {
    font-family: Oswald, Courier, monospace;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

.dropdown-item:active {
    background-color: var(--primary);
}

.dropdown-menu {
    border-radius: 0.375rem;
}

/* UNSET SHADOW */
.accordion-button:focus,
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.tp-product-details-price {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.top-header-logo {
    width: 240px;
}

.social-icon {
    text-decoration: none;
    background-color: #000;
    border: solid 1px #000;
    margin-right: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 100%;
    transition: all 0.3s;
}

.social-icon a {
    color: #fff;
}

.social-icon:hover {
    background-color: #fff;
    border: solid 1px #000;
}

.social-icon:hover a {
    color: #000;
}

.slogan {
    font-family: Oswald, Courier, monospace;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
}

.tagline {
    font-family: Oswald, Courier, monospace;
    color: #fff;
    margin-bottom: 0px;
}

.text-blue a {
    color: var(--primary-blue) !important;
}

.dropdown-menu {
    min-width: unset !important;
}

.dropdown-toggle {
    border: none;
}

.lang .dropdown-toggle::after {
    display: none;
}

.text-bg-accent {
    border: 1px solid var(--accent);
    background-color: var(--accent);
    border-radius: 100%;
}

.text-bg-accent i {
    color: #000;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-check:checked + .btn,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-theme {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.1s linear;
    font-size: 16px;
    height: auto;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 15px;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 160px;
    letter-spacing: 0.01em;
}

.btn-top {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all 0.5s linear;
    font-size: 16px;
    height: 60px;
    width: 60px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    letter-spacing: 0.01em;

    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 5;
}

.btn-theme-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-theme-primary:hover {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}

.btn-theme-outline-primary {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-theme-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn-theme-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-theme-dark:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.circle {
    background: linear-gradient(
        150deg,
        #f8deb9 23.34%,
        rgba(248, 222, 185, 0) 87.09%
    );
    opacity: 0.35;
    width: 980px;
    height: 980px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(0, -35%);
    z-index: -1;
}

.circle-center {
    position: absolute;
    z-index: -1;
    opacity: 0.1 !important;
    background: rgb(25, 98, 122);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 0.1;
    top: 10vh;
    right: 40%;
}

.circle-corner {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    background: var(--primary);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    top: -25%;
    right: -18vw;
}

@media (min-width: 992px) {
    .circle-corner {
        width: 400px;
        height: 400px;
        border-radius: 50%;
        top: -25%;
        right: -22vw;
    }
}

@media (min-width: 768px) {
    .circle-corner {
        width: 400px;
        height: 400px;
        border-radius: 50%;
        top: -25%;
        right: -28vw;
    }
}

.circle-corner-sm {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    background: var(--primary);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    top: -25%;
    right: -18vw;
}

.circle-decor {
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        90deg,
        #19627a 23.34%,
        rgba(221, 233, 251, 0) 87.09%
    );
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 0.15;
    top: 30%;
    right: -10%;
}

.video_wrap {
    width: 100%;
    position: relative;
    z-index: -1;
    height: 100%;
}

.video_wrap video {
    width: 100%;
}

.nav-theme-link {
    font-family: Poppins, Courier, monospace;
    color: #000;
    font-weight: 400;
    margin-right: 1rem;
    font-size: 1rem;
    text-decoration: none;
    line-height: 5px;
    border: none;
    background-color: transparent;
    padding-bottom: 0.6rem;
}

.nav-theme-link:hover,
.nav-theme-link.active {
    font-weight: 600;
    border-bottom: 4px solid var(--accent);
}

@media (min-width: 992px) {
    .sidebar {
        position: sticky !important;
        top: 95px !important;
        height: 120vh !important;
        height: 120dvh !important;
        overflow: hidden;
    }

    .sidebar-sm {
        position: sticky !important;
        top: 95px !important;
        height: 100vh !important;
        height: 100dvh !important;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .top-header-logo {
        width: 160px;
    }

    .social-icon {
        margin-right: 8px;
        font-size: 12px;
        height: 20px;
        width: 20px;
    }

    .slogan {
        font-size: 1.3rem;
    }

    .tagline {
        font-size: 0.8rem;
    }

    .search-icon {
        font-size: 14px;
    }

    .sidebar {
        position: static !important;
        height: unset !important;
        height: unset !important;
        overflow: hidden;
    }

    .category-title .title {
        font-size: 20px;
    }
}
