/* zoom card img */
body {
    color: #3c484e;
    font-family: 'Roboto Light', 'Roboto Medium', 'Roboto',Helvetica,Arial,sans-serif;
    line-height: 1.5em;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
}
.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Light', 'Roboto Medium', 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}
p, div{
    font-weight: 400;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}
.post-full-content h1, .post-full-content h2, .post-full-content h3, .post-full-content h4, .post-full-content h5, .post-full-content h6 {
    color: #090a0b;
    font-family: 'Roboto Light', 'Roboto Medium', 'Roboto',Helvetica,Arial,sans-serif;
}
.post-full-content h1 {
    margin: .5em 0 .2em;
    font-size: 4.6rem;
    font-weight: 700;
}
.post-full-content h2 {
    margin: .5em 0 .2em;
    font-size: 3.6rem;
    font-weight: 700;
}
.post-full-content h3 {
    margin: .5em 0 .2em;
    font-size: 3.2rem;
    font-weight: 700;
}
.post-full-content h4 {
    margin: .5em 0 .2em;
    font-size: 2.8rem;
    font-weight: 700;
}
.post-full-content h5 {
    margin: .5em 0 .2em;
    font-size: 2.5rem;
    font-weight: 700;
}
.post-full-content p,
.post-full-content div {
    line-height: 1.9em; /* 2.2em; */
    font-size: 1.3em;
    color: #3c484e;
    font-weight: 300;
}

.post-full-content ul,
.post-full-content li {
    font-weight: 300;
    /*text-align: justify;*/
    line-height: 1.8em;
    font-size: 1.1em;
    margin: .5em 0;
    color: #3c484e;
}
strong{
    font-weight: 600;
}
.zoom {
    transition: ease .2s;
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%);
}
.img-zoom {
    object-fit: cover;
    width: 100%;
    height: 14em; <!-- 16 -->
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (min-width: 1400px) {
    .img-zoom {
        height: 16em;
    }
}
.colored-shadow {
    transform: scale(.94);
    top: 12px;
    left: 0;
    filter: blur(12px);
    position: absolute;
    width: 100%;
    height: 14em;
    background-size: cover;
    transition: opacity .45s;
    z-index: -2;
}
@media (hover: none) and (pointer: coarse) {
    .zoom:active {
        transform: scale(1.01);
        -webkit-filter: brightness(750%);
        -moz-filter: brightness(75%);
        -o-filter: brightness(75%);
        -ms-filter: brightness(75%);
        filter: brightness(75%);
    }
}
@media (hover: hover) and (pointer: fine) {
    .zoom:hover {
        transform: scale(1.01);
        -webkit-filter: brightness(750%);
        -moz-filter: brightness(75%);
        -o-filter: brightness(75%);
        -ms-filter: brightness(75%);
        filter: brightness(75%);
    }
}
.post-full-content img, .post-full-content video {
    display: block;
    margin: 1.5em auto;
    max-width: 500px;
    height: auto;
}
.remove-scrollbar {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.remove-scrollbar::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.lightbox {
    width: 100%;
    height: auto;
}
.lightbox:hover {
    cursor: zoom-in;
}
.light-img:hover {
    cursor: zoom-in;
}
img.cp-lightimg {
    position: relative;
    transition: all 300ms;
    z-index: 1001;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}
img.cp-lightimg:hover {
    cursor: zoom-out;
}
div.cp-lightoverlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    transition: all 300ms;
}
div.cp-lightoverlay.cp-lightoverlay-in {
    opacity: 1;
}
.header-title {
    font-size: 2.4rem;
    font-weight: 500;
}
@media(max-width: 480px){
    .header-title {
        font-size: 2.0rem;
    }
}
@media(max-width: 394px){
    .header-title {
        font-size: 1.5rem;
    }
}
.big-card-image-height {
    height: 25rem
}
.big-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
@media(max-width: 480px) {
    .big-card-image-height {
        height: 15rem
    }

    .big-card-text {
        -webkit-line-clamp: 3;
        font-size: 15px;
    }
}
@media(max-width: 400px){
    .big-card-image-height {
        height: 13rem
    }
    .big-card-text {
        -webkit-line-clamp: 3;
        font-size: 15px;
    }
}
.navbar .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
}
a:focus {
    outline: none;
}
.carousel {
    height: 700px;
}
.carousel-img {
    object-fit: cover;
    min-height: 300px;
    max-height: 700px;
}
@media (max-width: 1800px) {
    .carousel {
        height: 600px;
    }
}
@media (max-width: 1800px) {
    .carousel-img {
        min-height: 600px;
        max-height: 600px;
    }
}
@media (max-width: 768px) {
    .carousel {
        height: 300px;
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media (max-width: 768px) {
    .carousel-img {
        min-height: 300px;
        max-height: 300px;
    }
}
@media (max-width: 768px) {
    .card-mobile-margin {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.banner-text {
    font-weight: 500; font-size: 0.7em;
}
.banner-div {
    position: absolute; z-index: 1;
}
.fas, .fab {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    display: inline-block;
    height: 22px;
    width: 24px;
}
svg path {
    transform-box: fill-box;
    transform-origin: center;
}
.fa-facebook {
    background-color: #fff;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3E%3C/svg%3E");
}
.fa-instagram {
    background-color: #fff;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}
.fa-youtube {
    background-color: #fff;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
}
.fa-map-marker-alt {
    background-color: #198754;
    padding-right: 0;
    height: 18px;
    width: 20px;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E");
}
.fa-arrow-right {
    background-color: #198754;
    padding-top: 3px;
    height: 13px;
    width: 11px;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
.icon-color {}
.fa-solid {
    background-color: #3C484E;
}
.fa-inverse svg path {
    background-color: #fff;
}
.fa-footer {
    background-color: #3C484E;
    padding-right: 0;
    height: 18px;
    width: 20px;
}
.fa-loc-footer {
    height: 14px;
    width: 10px;
}
