body {
    font-size: 18px;
}
img {
    user-select: none;
    color: transparent;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hidden-xs {
        display: none;
    }
    .hidden-sm {
        display: block;
    }
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .body-specification { height: 200px !important; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .hidden-xs {
        display: none;
    }
    .hidden-sm {
        display: block;
    }
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .body-specification { height: 200px !important; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .hidden-xs {
        display: none;
    }
    .hidden-sm {
        display: block;
    }
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .hidden-xs {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .hidden-xs {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
}
.navbar-collapse {
    font-weight: bold;
}
.navbar-collapse ul li:focus,.navbar-collapse ul li:hover {
    background-color: rgb(151, 23, 23);
}
.nav-item {
    border-left: 1px solid whitesmoke;
}
.title-mobile {
    text-decoration: none;
    color: #dc3545;
}
.title-mobile .titles {
    transition: 0.8s;
}
a.title-mobile:hover .titles {
    padding-left: 25px;
    transition: 0.8s;
}
.mobile-item {
    padding: 0 20px;
}
.offcanvas-body ul li:focus,.offcanvas-body ul li:hover {
    background-color: #dc3545;
    color: white;
}
.btn.btn-flat {
    border-radius: 0;
    border-width: 1px;
    box-shadow: none;
}
.feature ul li::marker {
    margin: 0;
    display: list-item;
    padding: 0;
    color: #dc3545;
    height: 28px;
    line-height: 28px;
    white-space: nowrap
}
.card-content {
    overflow: hidden;
    padding: 0 5px 15px;
}
.url-text {
    color: black;
    font-size: 16px;
    text-decoration: none;
}
.url-text:hover {
    color: #dc3545;
}
.review {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0px;
}
div .review:before {
    content: "";
    display: block;
    padding-top: 55.952380952381%;
}
.review .url-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.url-link::before {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url("/image/play02.png") 50% / 100% no-repeat;
}
.text-custom a {
    font-size: 14px;
}
.card-overlay {
    position: relative;
    overflow: hidden;
}
.img-display {
    display: block;
    width: 100%;
    height: auto;
}
.card-overlay:hover .overlay {
    cursor: pointer;
    bottom: 0;
    height: 100%;
}
.overlay {
    opacity: 0.2;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #360808;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}
.mobile-profile {
    border-radius: 50%;
    margin-top: 10px;
    width: 100px;
    height: 100px;
}
.profile_top .right svg {
    position: absolute;
    display: block;
    z-index: 1;
    fill: none;
    top: 45px;
    left: 5px;
    stroke: red;
    stroke-linecap: round;
    width: 125px;
    height: 125px;
    stroke-width: 2;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    animation: stroke-draw 6s ease-out infinite alternate
}
@keyframes stroke-draw {
    from {
        stroke: red;
        stroke-dasharray: 1
    }

    to {
        stroke: blue;
        transform: rotate(180deg);
        stroke-dasharray: 8
    }
}
.text-xs {
    font-size: .8rem;
}
.text-button {
    position: relative;
    overflow: hidden;
}
.text-button:hover .over {
    cursor: pointer;
    right: 0;
    width: 100%;
}
.over {
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 100%;
    background-color: #000000;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

/** GRID SCROLL */
.grid-scroll {
    display: grid;
    overflow: auto;
}
.body-specification {
    height: 150px;
    max-height: auto;
    overflow: hidden;
}
.button-readmore {
    background: #ddddddb5;
}
.readmore {
    height: auto !important; 
}
/* .body-grid {
    border: 1px solid #dc3545;
} */

/** FOOTER */
.footer-link {
    text-decoration: none;
    color: #212529BF;
}
.footer-link:hover {
    color: #dc3545;
}

/** CSS LIGHTBOX */
:root {
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
}
  
.gallery-item {
    display: block;
}

.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
    width: 40%;
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

/* @media (min-width: 1400px) {
.lightbox-modal .carousel-inner {
    max-width: 40%;
}
} */

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}
  