@charset "UTF-8";
@font-face {
    font-family: "Unicons";
    src: url("c-fonts/unicons/Unicons.woff2") format("woff2"), url("c-fonts/unicons/Unicons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.swiper-controls {
    position: absolute !important;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.swiper-controls .swiper-navigation {
    pointer-events: all;
}
.swiper-controls .swiper-navigation .swiper-button {
    background: rgba(var(--bs-white-rgb), 0.7);
    color: #343f52;
    border: 0;
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
    width: 2.2rem;
    height: 2.2rem;
    line-height: inherit;
    border-radius: 100%;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .swiper-controls .swiper-navigation .swiper-button {
        transition: none;
    }
}
.swiper-controls .swiper-navigation .swiper-button:hover {
    background: rgba(var(--bs-white-rgb), 0.9);
}
.swiper-controls .swiper-navigation .swiper-button:focus {
    outline: 0;
}
.swiper-controls .swiper-navigation .swiper-button:after {
    font-family: "Unicons";
    font-size: 1.2rem;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    left: 1rem;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:after {
    content: "\e949";
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    right: 1rem;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-next:after {
    content: "\e94c";
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-disabled {
    background: rgba(var(--bs-white-rgb), 0.7);
}
.swiper-controls .swiper-pagination {
    bottom: -2.8rem;
    position: absolute !important;
    pointer-events: all;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.3rem;
    padding: 0;
    background: #aab0bc;
    opacity: 0.5;
    border-radius: 100%;
    border: 3px solid transparent;
    transform: scale(0.6);
}
@media (prefers-reduced-motion: reduce) {
    .swiper-controls .swiper-pagination .swiper-pagination-bullet {
        transition: none;
    }
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:hover {
    transform: scale(1);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:focus {
    outline: 0;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
    background: none;
    border-color: #aab0bc;
}
.swiper-container {
    -webkit-user-select: none;
    position: relative;
    z-index: 10 !important;
}
.swiper-container.clients .swiper {
    display: flex;
    align-items: center;
}
.swiper-container .swiper img {
    width: 100%;
    height: auto;
}
.swiper-container.nav-color .swiper-button,
.swiper-container.nav-color .swiper-slide figure .item-link {
    background: rgba(var(--bs-primary-rgb), 0.9) !important;
    color: var(--bs-white) !important;
}
.swiper-container.nav-color .swiper-button.swiper-button-disabled,
.swiper-container.nav-color .swiper-slide figure .item-link.swiper-button-disabled {
    background: rgba(var(--bs-primary-rgb), 0.7) !important;
}
.swiper-container.nav-color .swiper-button:hover,
.swiper-container.nav-color .swiper-slide figure .item-link:hover {
    background: var(--bs-primary) !important;
}
.swiper-container.nav-dark .swiper-button,
.swiper-container.nav-dark .swiper-slide figure .item-link {
    background: rgba(0, 0, 0, 0.3) !important;
    color: var(--bs-white) !important;
}
.swiper-container.nav-dark .swiper-button.swiper-button-disabled,
.swiper-container.nav-dark .swiper-slide figure .item-link.swiper-button-disabled {
    background: rgba(0, 0, 0, 0.1) !important;
}
.swiper-container.nav-dark .swiper-button:hover,
.swiper-container.nav-dark .swiper-slide figure .item-link:hover {
    background: rgba(0, 0, 0, 0.5) !important;
}
.swiper-container.nav-bottom .swiper-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transform: none;
    position: absolute !important;
    bottom: -3.2rem;
    left: 0;
    width: 100%;
}
.swiper-container.nav-bottom .swiper-navigation .swiper-button {
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    position: relative;
    margin: 0 0.2rem;
}
.swiper-container.nav-bottom .swiper-navigation+.swiper-pagination {
    bottom: -5.2rem;
}
.swiper-container.nav-bottom.nav-far .swiper-navigation {
    bottom: -4.1rem;
}
.swiper-container.nav-bottom.nav-start .swiper-navigation {
    text-align: left;
    justify-content: flex-start;
}
.swiper-container.nav-bottom.nav-start .swiper-navigation .swiper-button {
    margin: 0 0.4rem 0 0;
}
.swiper-container.dots-over .swiper-pagination {
    bottom: 0.6rem;
}
.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet {
    background: var(--bs-white);
    opacity: 1;
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
}
.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    border-color: var(--bs-white);
}
.swiper-container.dots-start .swiper-pagination {
    text-align: left;
    justify-content: flex-start;
}
.swiper-container.dots-light .swiper-pagination .swiper-pagination-bullet {
    background: var(--bs-white);
    opacity: 1;
}
.swiper-container.dots-light .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    border-color: var(--bs-white);
}
.swiper-container.dots-dark .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}
.swiper-container.dots-dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    border-color: rgba(0, 0, 0, 0.3);
}
.swiper-container.dots-light.dots-light-75 .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.75;
}
.swiper-container.dots-closer .swiper-pagination {
    bottom: -2rem;
}
.swiper-slide.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, 0.5);
}
.swiper-slide.rounded.bg-overlay:before {
    border-radius: 0.4rem;
}
.swiper-slide.bg-overlay-300:before {
    background: rgba(30, 34, 40, 0.3);
}
.swiper-slide.bg-overlay-400:before {
    background: rgba(30, 34, 40, 0.4);
}
.swiper-slide.bg-overlay [class*=container]>*,
.swiper-slide.bg-overlay .caption-wrapper>* {
    position: relative;
    z-index: 3;
}
.swiper-slide .caption-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.swiper-slide .caption-wrapper .caption {
    display: flex;
}
@media (max-width: 767px) {
    .caption-wrapper {
        display: none !important;
    }
}
.swiper-hero,
.swiper-hero .swiper-slide {
    height: 750px !important;
}
.swiper-hero .swiper-slide {
    background-size: cover;
    background-position: center center;
}
@media (max-width: 767px) {
    .swiper-hero,
    .swiper-hero .swiper-slide {
        height: 500px !important;
    }
    .swiper-hero .swiper-navigation {
        display: none;
    }
}
.swiper-fullscreen {
    height: 100vh;
}
.swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
.swiper-fullscreen .swiper-thumbs {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide {
    cursor: pointer;
    width: 2.5rem !important;
    height: 2.5rem !important;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 2;
    transition: all 150ms ease-in-out;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 100%;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide.swiper-slide-thumb-active:after {
    border-color: rgba(var(--bs-white-rgb), 0.6);
}
@media (max-width: 1199.98px) {
    .swiper-fullscreen,
    .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
        height: 750px !important;
    }
}
@media (max-width: 767px) {
    .swiper-fullscreen,
    .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
        height: 500px !important;
    }
}
@media (min-width: 1024px) {
    .swiper-auto .swiper-slide {
        width: 850px;
    }
    .swiper-auto.swiper-auto-xs .swiper-slide {
        width: 600px;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .swiper-auto .swiper-slide {
        width: 600px;
    }
    .swiper-auto.swiper-auto-xs .swiper-slide {
        width: 400px;
    }
}
@media (max-width: 767px) {
    .swiper-auto.swiper-auto-xs .swiper-slide {
        width: 300px;
    }
}
.swiper-container .swiper-slide [class*=animate__] {
    animation-name: none;
    visibility: hidden;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__] {
    visibility: visible;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInUp {
    animation-name: fadeInUp;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInDown {
    animation-name: fadeInDown;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInTopRight {
    animation-name: fadeInTopRight;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInUp {
    animation-name: slideInUp;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInDown {
    animation-name: slideInDown;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInLeft {
    animation-name: slideInLeft;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInRight {
    animation-name: slideInRight;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__zoomIn {
    animation-name: zoomIn;
}
.item-inner {
    padding: 1rem 0.75rem;
}
.swiper-thumbs-container:not(.swiper-fullscreen) .swiper-main {
    position: relative;
}
.swiper-thumbs-container:not(.swiper-fullscreen) .swiper:not(.swiper-thumbs) {
    margin-bottom: 0.5rem;
}
.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen) .swiper-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.7;
}
.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen) .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-static {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000;
}
@media (min-width: 1400px) {
    .container-custom {
        max-width: 80%;
    }
}
@media (min-width: 1200px) {
    .container-custom {
        max-width: 90%;
    }
}
.swiper-wrapper.ticker {
    transition-timing-function: linear !important;
}

.item figure,
.swiper-slide figure {
    position: relative;
}
.item figure .item-link,
.item figure .item-like,
.item figure .item-view,
.swiper-slide figure .item-link,
.swiper-slide figure .item-like,
.swiper-slide figure .item-view {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 1rem;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    color: #343f52;
    background: rgba(var(--bs-white-rgb), 0.7);
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
    font-size: 1rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item figure .item-link:hover,
.item figure .item-like:hover,
.item figure .item-view:hover,
.swiper-slide figure .item-link:hover,
.swiper-slide figure .item-like:hover,
.swiper-slide figure .item-view:hover {
    background: rgba(var(--bs-white-rgb), 0.9);
}
.item:hover figure .item-link,
.item:hover figure .item-like,
.item:hover figure .item-view,
.swiper-slide:hover figure .item-link,
.swiper-slide:hover figure .item-like,
.swiper-slide:hover figure .item-view {
    opacity: 1;
    right: 1rem;
}
.item figure .item-like,
.item figure .item-view,
.swiper-slide figure .item-like,
.swiper-slide figure .item-view {
    background: var(--bs-white);
}
.item figure .item-like,
.swiper-slide figure .item-like {
    bottom: auto;
    top: 1rem;
}
.item figure .item-view,
.swiper-slide figure .item-view {
    bottom: auto;
    top: 3.7rem;
}
.item figure .item-cart,
.swiper-slide figure .item-cart {
    opacity: 0;
    position: absolute;
    bottom: -2rem;
    padding: 0.8rem;
    margin: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: var(--bs-white);
    background: rgba(38, 43, 50, 0.8);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.item figure .item-cart i,
.swiper-slide figure .item-cart i {
    font-weight: normal;
    margin-right: 0.25rem;
    margin-top: -0.05rem;
}
.item figure .item-cart:hover,
.swiper-slide figure .item-cart:hover {
    background: rgba(38, 43, 50, 0.9);
}
.item:hover figure .item-cart,
.swiper-slide:hover figure .item-cart {
    opacity: 1;
    bottom: 0;
}
.shop figure {
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
}
.uil-focus-add:before {
    content: "\eb22";
}
.glightbox-mobile .goverlay {
    background: rgba(30, 34, 40, 0.9);
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    border: 0;
    background: rgba(0, 0, 0, 0.3);
    color: var(--bs-white);
    font-size: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    border-radius: 100%;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
    transition: background 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glightbox-clean .gprev:before,
.glightbox-clean .gnext:before {
    font-family: "Unicons";
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
    background: rgba(0, 0, 0, 0.5);
}
.glightbox-clean .gprev:after,
.glightbox-clean .gnext:after {
    display: none;
}
.glightbox-clean .gclose {
    top: 0.75rem;
    right: 0.75rem;
}
.glightbox-clean .gclose:hover {
    background: rgba(0, 0, 0, 0.5);
}
.glightbox-clean .gclose:after {
    font-family: "Unicons";
    content: "\ed3b";
}
.glightbox-clean .gprev {
    left: 0.75rem;
}
.glightbox-clean .gprev:before {
    content: "\e949";
}
.glightbox-clean .gnext {
    right: 0.75rem;
}
.glightbox-clean .gnext:before {
    content: "\e94c";
}
.glightbox-clean .gprev svg,
.glightbox-clean .gnext svg,
.glightbox-clean .gclose svg {
    display: none;
}
.glightbox-clean .gprev.disabled,
.glightbox-clean .gnext.disabled,
.glightbox-clean .gclose.disabled {
    display: none;
}
.glightbox-clean .gslide-media {
    box-shadow: none;
}
.glightbox-clean .gslide-description {
    background: none;
}
.glightbox-clean .gdesc-inner {
    padding: 1rem 0 1rem 0;
    text-align: center;
}
.glightbox-clean .gdesc-inner .gslide-title {
    margin: 0;
}
.glightbox-clean .gdesc-inner .gslide-title+.gslide-desc {
    margin-top: 0.3rem;
}
.glightbox-clean .gdesc-inner .gslide-title,
.glightbox-clean .gdesc-inner .gslide-desc {
    color: var(--bs-white);
}
@media (min-width: 768px) {
    .glightbox-clean .gprev,
    .glightbox-clean .gnext {
        transform: translateY(-50%);
        top: 50%;
    }
}
.gbtn.focused {
    outline: none;
}
.gvideo .plyr {
    border-radius: 0 !important;
}
.gslide-image img {
    max-height: 100vh;
}
