@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

.arrow-icon {
    width: 30px;
    height: 30px;
}

.arrow-path {
    fill: #00dddd;
}

.border-secondary-janick {
    border-color: #dbdbdb !important;
}

.boton-personalizado {
    background-color: rgba(41, 40, 58, 0.9) !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    border: 2px solid #00dddd !important;
    transition: all 0.3s ease !important;
}

.boton-personalizado:hover {
    background-color: #00dddd !important;
    color: rgba(41, 40, 58, 0.9) !important;
    border-color: rgba(41, 40, 58, 0.9) !important;
}

.btn-turq-janick {
    background-color: rgba(0, 211, 221, 0.9) !important;
    border-color: rgba(0, 211, 221, 0.9) !important;
    color: rgb(255, 255, 255) !important;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-turq-janick:hover {
    background-color: rgba(0, 211, 221, 1.0) !important;
    color: rgba(41, 40, 58, 1.0) !important;
    border-color: rgba(41, 40, 58, 1.0) !important;
}

.btn-violet-janick {
    background-color: rgba(41, 40, 58, 0.9) !important;
    border-color: rgba(41, 40, 58, 0.9) !important;
    color: rgba(0, 211, 221, 0.9) !important;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1; /* Ensure it's fully visible */
}


.btn-violet-janick:hover {
    background-color: rgba(41, 40, 58, 1.0) !important;
    color: rgba(0, 211, 221, 1.0) !important;
    border-color: rgba(41, 40, 58, 1.0) !important;
}

.card-img-janick {
    height: 400px;
    border-radius: 5px;
}

.custom-toggler {
    border-color: #fff; /* Changes the border color to white */
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.choose {
    background: var(--bs-light);
}

.choose .choose-item {
    display: flex !important;
    border-radius: 10px !important;
}

.choose .choose-item .choose-icon span {
    width: 90px !important;
    height: 90px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(0, 211, 221, 0.9) !important;
    background: rgba(41, 40, 58, 0.9) !important;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61% !important;
    animation-name: icon-animat !important;
    animation-duration: 5s !important;
    animation-delay: 1s !important;
    animation-direction: alternate !important;
    animation-iteration-count: infinite !important;
    transition: 0.5s !important;
}

.circle-bg {
    fill: #fff;
    stroke-width: 1;
}

.custom-container {
    margin-top: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.dash {
    display: inline;
}

.fondo {
    position: relative;
    background-image: url('../img/fondo/JANICK.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.fondo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hero-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9));
    background-repeat: no-repeat;
    background-size: 108% 76%;
}

.imagen-footer {
    height: 100px !important;
    width: 100% !important;
}

.line-break {
    display: none;
}

.nav-item-janick {
    display: inline-block !important;
    margin-right: 15px !important;
}

.nav-item-janick a {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.nav-item-janick svg {
    margin-right: 5px !important;
}

.navjac {
    background-color: rgba(41, 40, 58, 0.9);
    padding: 0px;
}

.offcanvasjac {
    background-color: rgba(41, 40, 58, 0.9);
    border-radius: 10px;
}

/* Post Slide */
.owl-carousel {
    text-align: center;
}

.owl-carousel .owl-item {
    transition: transform 0.3s ease;
}

.owl-carousel .owl-item.center .single-product {
    transform: scale(1.1);
    z-index: 10;
}

.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    align-items: flex-start;
    justify-content: space-between;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    pointer-events: all;
    background-color: transparent !important;
    color: transparent !important;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
    transition: background-color 0.3s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: transparent !important;
}

.owl-nav .owl-prev {
    left: -25px;
}

.owl-nav .owl-next {
    right: -25px;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    --ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.config-slide {
    text-align: center
}

.config-slide.active .config-slide-media {
    border-color: #1766a9
}

.config-slide-label {
    cursor: pointer;
    margin-bottom: 0;
    width: 100%
}

.config-slide-label .btn {
    width: 80%;
    padding: 6px 5px
}

.config-slide-label .btn-more {
    margin-top: 20px
}

.config-slide-label .btn-select {
    margin-top: 10px
}

.config-slide-text {
    color: #333;
    font-weight: 400;
    font-size: 80%;
    width: 100%
}

.config-slide-media {
    background-color: #f7f7f7;
    border: 3px solid #f0f0f0;
    display: block;
    margin-bottom: 0;
    padding: 1px;
    transition: all .4s;
    width: 100%
}

.config-slide-media img {
    height: auto;
    pointer-events: none;
    width: 100%
}

.config-slide-media-1 {
    background-color: transparent !important;
    border: 3px solid transparent !important;
    display: block;
    margin-bottom: 0;
    padding: 1px;
    transition: all .4s;
    width: 100%
}

.config-slide-media-1 img {
    transition: transform 0.4s ease;
    height: auto;
    pointer-events: none;
    width: 100%;
}

.config-slide-media-1 img:hover {
    transform: scale(1.2);
}

/* End of Post Slide */

.product-image img {
    width: 100%;
    height: auto;
}

.schedule {
    display: table;
    width: 100%;
}

.schedule-day,
.schedule-time {
    display: table-cell;
    padding: 5px 10px;
}

.schedule-day {
    text-align: left;
}

.schedule-row {
    display: table-row;
}

.schedule-time {
    text-align: right;
}

.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 211, 221, 0.9);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 211, 221, 0.9);
    background: rgba(41, 40, 58, 0.9);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.svg-turq-janick {
    fill: rgba(0, 211, 221, 0.9);
    width: 50px;
    height: 50px;
}

.text-shadow-white-janick {
    text-shadow: 1px 1px 1px rgba(255, 255, 255) !important;
}

.text-turq-janick {
    color: rgba(0, 211, 221, 0.9) !important;
}

.text-violet-janick {
    color: rgba(41, 40, 58, 0.9) !important;
}

.text-white-janick {
    color: rgba(255, 255, 255, 0.9) !important;
}

.title {
    font-size: 1.5rem;
}

.title-btn-janick {
    font-size: 1rem;
}

.title-btn-janick2 {
    font-size: 1rem;
}

.trending-product {
    background-color: #f9f9f9;
}

.trending-product .section-title {
    margin-bottom: 20px;
}

.product-btn {
    background-color: rgba(0, 211, 221, 0.9) !important;
    border-color: rgba(0, 211, 221, 0.9) !important;
    color: rgb(255, 255, 255) !important;
}

.product-btn:hover {
    background-color: rgba(0, 211, 221, 1.0) !important;
    color: rgba(41, 40, 58, 1.0) !important;
    border-color: rgba(41, 40, 58, 1.0) !important;
}

.view-product-btn {
    background-color: rgba(0, 211, 221, 0.9) !important;
    border-color: rgba(0, 211, 221, 0.9) !important;
    color: rgb(255, 255, 255) !important;
    display: none;
}

.view-product-btn:hover {
    background-color: rgba(0, 211, 221, 1.0) !important;
    color: rgba(41, 40, 58, 1.0) !important;
    border-color: rgba(41, 40, 58, 1.0) !important;
    display: none;
}

.owl-item.active.center .view-product-btn {
    display: inline-block;
}

#header {
    transition: background-color 0.3s ease;
}

body.scrolled #header {
    background-color: #333;
    color: white;
}