.view-product-page {
    padding-bottom: 70px;
}

.view-product-header {
    min-height: 400px;
    height: 55vh;
    position: relative;
}

.swipe-card-img {
    aspect-ratio: 2.5;
    object-fit: cover;
    width: 100%;
}
.swiper-product {
    position: relative;
}
.main-swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    padding: 20px 0 !important;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-swiper-pagination.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ffffff;
}
.main-swiper-pagination.swiper-pagination-bullet-active {
    width: 30px !important;
    border-radius: 50px;
}
.video-container {
    width: 100% !important;
    height: 350px;
}
.slide-auto-width img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 2.5;
    object-fit: cover;
}

.slide-auto-width {
    width: 80%;
    display: flex
;
    height: auto !important;
}

.slide-auto-width:nth-child(2n) {
    width: 35%;
}

.slide-auto-width:nth-child(3n) {
    width: 35%;
}

.slide-auto-width:nth-child(4n) {
    width: 30%;
}
.vph-view {
    object-fit: cover;
}

.thumb-slide-img {
    object-fit: cover;
    aspect-ratio: 1.5;
}

.gradient-easing {
    background: transparent linear-gradient(
        180deg,
        #ffffff00 0%,
        #3e3e3e00 47%,
        #00000045 62%,
        #00000047 77%,
        #0000008c 100%
    ) 0% 0% no-repeat padding-box !important;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

.vph-title-bg {
    background: #fff;
    display: inline-block;
    padding: 12px 20px;
}

.vph-category {
    font-weight: 600;
    color: #555;
    line-height: 1;
    margin-bottom: 5px;
}

.vph-title {
    font-size: 30px;
}

.breadcrumb-item a {
    font-size: 17px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\e903";
    font-family: "icomoon" !important;
    line-height: 1;
    font-size: 13px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.view-product-container {
    padding-bottom: 55px;
    /*padding-top: 50px;*/
}
.btn-bg {
    background: #525659;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}
.btn-bg:hover,
.btn-bg:active {
    background: #292b2d;
}
.btn-bg:active {
    opacity: 0.7;
}
.btn-bg .icon {
    font-size: 26px;
    margin-inline-end: 8px;
}
.btn-bg-dark {
    background: #222;
}
.addition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.addition-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: start;
}
.addition-text {
    font-size: 17px;
}

.vp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12.52rem;
    gap: 50px;
}

.vpd-title,
.vpv-title {
    margin-bottom: 15px;
    font-size: 28px;
}

.vpd-sub-title {
    font-size: 27px;
    margin-inline-end: 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.vpd-title {
    /*border-block: 1px solid var(--border-color);*/
    /*padding-bottom: 17px;*/

}

.vpv-title {
    display: none;
}

.vpd-text {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.vpd-text p {
    margin-bottom: 8px !important;
}

.vp-view-block {
    position: relative;
}

.vp-contact-form {
    border: 1px solid #3e3e3e;
    padding: 20px 35px;
    display: none;
    position: relative;
}

.btn-close-contact {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 0;
    font-size: 14px;
    font-weight: bolder;
}

.vp-details-info.active {
    display: none !important;
}

.vp-success-msg {
    position: relative;
    display: none;
    border: 1px solid #3e3e3e;
}

.sma-block {
    height: 388px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sma-block .icon {
    background: #61c79c;
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}

.vp-contact-form.active,
.vp-success-msg.active {
    display: block !important;
}

.vp-contact-form .form-title .title {
    font-size: 20px;
    color: #000;
}

.vpv-img {
    /*height: 520px;*/
    height: auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.3;
}

.swiper-pagination {
    right: 25px !important;
}

/*.swiper-product,
.vp-view-block,
.swiper-product .swiper-wrapper {
  height: 100%;
}*/
.preview-slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 10px;
    inset-inline-end: 10px !important;
    background-color: var(--main-color);
    color: #fff;
    font-size: 21px;
    z-index: 10;
    border-radius: 50%;
}

.preview-slider-btn:hover {
    background-color: var(--main-color-dark);
}

.preview-slider-btn:active {
    transform: scale(0.9);
}

.vpd-actions {
    /*  padding-top: 40px;*/
}

.open-contact-btn.active {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

.tfc-bg {
    background: #f4f4f4;
    padding: 33px 0 40px;
}

.slider-header-sm {
    border-top: none;
    margin-bottom: 15px;
    padding-bottom: 11px;
}

.rpc-card {
    display: block;
}

.rpcc-img {
    /* border: 2px solid #e3e3e3; */
    margin-bottom: 15px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /*height: 183px;*/
    height: auto;
    aspect-ratio: 1.5;
}

.rpcc-title {
    color: #333;
    font-size: 19px;
    font-weight: 500;
}

.related-products-container {
    padding-top: 25px;
}

.slider-preview-modal {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

.slider-preview-modal.active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.spm-card {
    min-height: 100vh;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.psd-block {
    /*border: 2px solid var(--border-color);*/
}

.spm-card img {
    /*height: 100vh;*/
    height: calc(100vh - 60px);
    width: auto !important;
    max-width: auto !important;
}

.btn-close {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10;
    color: #fff;
    font-size: 20px;
}

.btn-close:hover {
    color: #eee;
}

.btn-close:active {
    opacity: 0.7;
    transform: scale(0.9);
}

.btn-arrow-spm {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    color: #ddd;
    background: none;
}

.btn-arrow-spm.btn-arrow-prev {
    left: 30px;
}

.btn-arrow-spm.btn-arrow-next {
    right: 30px;
}

.modal-youtube-popup {
    max-width: 70vw !important;
}

.embed-youtube-popup {
    height: 80vh !important;
}

.vpd-details-grid,
.vpd-actions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12.52rem;
    gap: 22px;
    padding-top: 23px;
}

.vpd-actions-grid {
    gap: 20px;
}

.vpdg-card-sub-title {
    font-weight: 600;
    font-size: 15px;
    color: #aaa;
    margin-bottom: 2px;
}

.vpdg-card-title {
    font-size: 28px;
}

.vpdag-card img {
    height: 45.6px;
    object-fit: cover;
}

.hidden-sm {
    display: none !important;
}


/* Modal */
.modal-tab-container {
    background: #f8f9fb;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 30px;
}

.modal-tab-flexable {
    display: flex;
}

.modal-tab-actions {
    width: 43px;
    margin-inline-start: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.modal-tab-tel {
    margin: 25px 0;
}

.modal-tab-actions > div {
    width: 100%;
}

.mss-btn-black {
    background: #000 !important;
    color: #fff;
}

.mss-btn-black:hover,
.mss-btn-black:active,
.mss-btn-black:focus {
    background: #000 !important;
    color: #fff;
}

.mss-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 13px;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 9px 7px;
}

.mss-btn .icon-sm {
    font-size: 26px !important;
}

.modal-tab-content {
    width: calc(100% - 70px);
}

.modal-tab-normal-main-image {
    width: 75%;
    height: 550px;
    margin-inline-end: 15px;
}

.modal-tab-normal-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}

.modal-tab-normal-images {
    width: 25%;
}

.modal-tab-overview {
    /* height: 550px; */
    overflow-y: auto;
    scroll-behavior: smooth;
}


/* Track */
.scroller::-webkit-scrollbar {
    background: transparent !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

.scroller::-webkit-scrollbar-track {
    background: transparent !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 50px;
    background: transparent !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
    background: #ccc !important;
    background: transparent !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

/* Scroller Bar */


.msni-row {
    height: calc(33.3% - 10px);
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    opacity: 0.4;
}

.msni-row:last-of-type {
    margin: 0;
}

.msni-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .msni-row.unactive {
  opacity: 0.4;
} */
.msni-row.active {
    opacity: 1;
}

.md-video-container {
    width: 100%;
    height: 550px;
    position: relative;
}

.modal-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vp-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s linear;
}

.vp-overlay button {
    width: 90px;
    height: 90px;
}

.md-video-container:hover .vp-overlay {
    opacity: 1;
}

.md-video-container .vp-overlay.active {
    opacity: 1 !important;
}

.modal-tab {
    display: none;
}

.modal-project-tab {
    display: none;
}

.modal-project-tab.active,
.modal-tab.active {
    display: block !important;
}

.wrapper-container.toggle-wrapper-active {
    display: none !important;
}

.mss-btn .icon {
    font-weight: bold;
    font-size: 19px;
    color: #000 !important;
}

.md-tab-btn.mss-btn.active {
    background: #000 !important;
    color: #fff !important;
}

.md-tab-btn.mss-btn.active .icon {
    color: #fff !important;
}

.modal-tab-arrows {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 18px 0;
}

.mss-btn-arrow {
    width: 100%;
}

.mss-btn-arrow:hover {
    color: #666;
}

.mss-btn-arrow:active {
    opacity: 0.5;
}

.mss-btn-arrow .icon {
    font-size: 25px;
    font-weight: bold;
}

.fraction-counter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.fraction-counter span {
    width: 100%;
    text-align: center;
    padding: 10px 8px;
    font-size: 17px;
    line-height: 1;
    font-weight: 500 !important;
    background: #fff;
}

.fraction-counter span:first-of-type {
    border-bottom: 1px solid #000;
}

.mtaf {
    display: none;
}

.mtaf.active {
    display: block !important;
}

.swiper-wrapper-modal-tab {
    height: 550px;
}

.swiper-wrapper-modal-tab-thumb img {
    height: 550px;
}

.swiper-wrapper-modal-tab .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background: #fff;
}

/* Modal */

.area-title {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 17px;
    color: #000;
    margin-top: 12px;
}

.area-title .icon {
    font-size: 21px;
    margin-inline-end: 10px;
    font-weight: 600;
}

#youtbeVideoModal,
#embedYoutubePopup,
#embedYoutubePopupSlider {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    cursor: pointer;
}

.unit-title-res {
    margin-inline-end: 10px;
}
.product-slider-details {
    color: #fff;
    transform: rotateZ(-90deg);
}
.psd-tile {
    font-weight: 700;
    font-size: 28px
}
.rpc-block .slider-header-sm-title {
/*padding-bottom: 10px;*/
    font-size: 25px !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .modal-youtube-popup {
        max-width: 100% !important;
    }

    .embed-youtube-popup {
        height: 310px !important;
    }
}

@media (max-width: 767.98px) {
    .vph-title-bg {
        padding: 10px 15px;
    }

    .view-product-header .gradient-easing {
        padding-bottom: 30px;
    }

    .vph-category {
        font-size: 14px;
    }

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

    .breadcrumb-item a {
        font-size: 14px;
        font-weight: 600;
    }

    .rpcc-title {
        font-size: 17px;
    }

    .vp-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 22px;
    }

    .vp-details {
        order: 2;
    }

    .vpd-title {
        display: none;
    }

    .vpv-title {
        display: block;
    }

    .vpd-title,
    .vpv-title {
        font-size: 21px;
        margin-bottom: 11px;
    }

    .vpd-sub-title {
        font-size: 21px;
    }

    .vpv-img {
        height: 300px;
    }

    .vpd-text {
        font-size: 17px;
    }

    .preview-slider-btn {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .vp-contact-form {
        padding: 37px 20px 20px;
    }

    .spm-card img {
        height: auto;
        width: 100% !important;
        max-width: 100% !important;
    }

    .btn-close {
        top: 15px;
        right: 15px;
        font-size: 16px;
    }

    .btn-arrow-spm.btn-arrow-next {
        right: 15px;
    }

    .btn-arrow-spm.btn-arrow-prev {
        left: 15px;
    }

    .swiper-pagination {
        right: 15px !important;
        display: flex;
    }

    .related-products-container {
        padding-top: 10px;
    }

    .vpd-details-grid,
    .vpd-actions-grid {
        gap: 15px;
    }

    .vpdg-card-sub-title {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .vpdg-card-title {
        font-size: 22px;
    }

    .area-title {
        margin-inline: 0;
        /*    margin-bottom: 10px;*/
        font-size: 15px;
    }

    .area-title .icon {
        font-size: 19px;
    }

    .hidden-sm {
        display: inline-flex !important;
    }

    .swiper-product,
    .vp-view-block,
    .swiper-product .swiper-wrapper {
        height: auto;
    }

    /* Modal View */
    .modal-tab-container {
        padding: 0;
    }

    .modal-tab-flexable {
        flex-wrap: wrap;
        /*    flex-direction: column-reverse;*/
    }

    .modal-tab-flexable > div {
        width: 100%;
    }

    .modal-tab-actions {
        padding: 13px;
        display: flex;
        flex-wrap: wrap;
    }

    .mss-btn {
        width: auto;
        display: inline-flex;
        align-items: center;
        padding: 5px 7px;
        margin: 0 !important;
        margin-inline-end: 10px !important;
    }

    .modal-tab-arrows-fraction {
        display: none;
    }

    .modal-tab-actions > div {
        width: auto !important;
    }

    .modal-top-actions,
    .modal-tab-tel {
        display: flex;
    }

    .mtaf {
        display: none !important;
    }

    .modal-tab-tel {
        margin: 0;
    }

    .project-cover-img {
        height: 250px;
    }

    .project-profile-outer {
        width: 140px;
        height: 140px;
        top: -65px;
    }

    .project-design-structure {
        flex-wrap: wrap;
    }

    .project-bar-fake-profile {
        width: 100% !important;
        height: 50px !important;
        border: none !important;
        display: none;
    }

    .pd-data-text .pbd-row:first-of-type {
        margin-inline-start: 160px;
    }

    .project-bar-details {
        width: 100% !important;
    }

    .project-bar-details,
    .project-bar-actions {
        border: none !important;
    }

    .project-bar-actions {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 !important;
        gap: 0;
        border: 1px solid #e0e0e0 !important;
    }

    .project-action-btn {
        display: flex;
        align-items: center;
        /* justify-content: center; */
        border: 1px solid #e0e0e0;
        padding: 11px;
    }

    .project-action-btn .title {
        min-width: 62px;
        width: auto;
        text-align: start;
    }

    .project-action-btn .icon {
        margin: 0;
        width: auto;
        margin: 0 10px;
        min-width: 32px;
        font-size: 22px;
    }

    .pbd-title {
        margin-bottom: 7px;
        font-size: 12px;
    }

    .pbd-data {
        font-size: 19px;
    }

    .pdb-date-row {
        margin-bottom: 0 !important;
        display: none;
    }

    .pbd-row {
        margin-bottom: 25px;
    }

    .project-bar-details {
        flex-wrap: wrap;
    }

    .sidebar-accordion,
    .text-location,
    .about-developer {
        width: 100% !important;
    }

    .project-design-structure > div {
        padding: 21px 0 13px;
    }

    .project-bar-details {
        padding-bottom: 0 !important;
    }

    .dc-btn .icon {
        display: none;
    }

    .vp-overlay {
        height: 100% !important;
    }

    .md-video-container {
        height: auto;
    }

    .ds-modal-tab-flexable {
        flex-wrap: wrap;
    }

    .vp-overlay button {
        width: 60px;
        height: 60px;
    }

    .ds-modal-tab-flexable > div {
        width: 100%;
        height: auto;
    }

    .modal-tab-normal-main-image {
        min-height: 300px;
        margin-inline-start: 15px;
    }

    .msni-row {
        height: 100px;
    }

    .modal-tab-normal-main-image {
        padding: 0 !important;
    }

    .modal-tab-overview {
        padding-top: 10px;
        height: auto;
    }

    .modal-tab-normal-images {
        overflow-x: auto;
    }

    .swiper-wrapper-modal-tab {
        height: 80px;
    }

    .msni-row {
        margin-bottom: 0;
        margin-inline-end: 15px;
        display: inline-block;
        max-width: 33.333%;
        padding: 0;
        border: 0;
        flex-basis: 33.333%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .msni-row:last-of-type {
        margin-inline-end: 0;
    }

    .modal-project-tab {
        height: 100%;
    }

    .ds-modal-tab-flexable {
        height: 100%;
    }

    #embedYoutubePopupSlider {
        height: 400px;
    }
    .rpc-block .slider-header-sm-title {
        font-size: 19px !important;
    }
    .slider-header-sm {
        padding: 14px 0 15px;
    }

    /* Modal View */

    .btn-bg {
        padding: 12px 10px;
        font-size: 12px;
        height: 45px;
    }
    .video-container {
        height: auto !important;
        aspect-ratio: 1.4 !important;
    }
    .slide-auto-width img {
        aspect-ratio: 1.8;
    }
    .addition-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .addition-title {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .addition-text {
        font-size: 15px;
    }
    .btn-bg .icon {
        font-size: 18px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .modal-youtube-popup {
        max-width: 85vw !important;
    }

    .embed-youtube-popup {
        height: 50vh !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .modal-youtube-popup {
        max-width: 89vw !important;
    }

    .rpcc-title {
        font-size: 17px;
    }

    .rpcc-img {
        margin-bottom: 12px;
    }

    .vph-title-bg {
        padding: 12px 20px;
    }

    .vph-title {
        font-size: 24px;
    }

    .vpd-title,
    .vpv-title {
        font-size: 21px;
        margin-bottom: 19px;
    }

    .vpd-sub-title {
        font-size: 21px;
    }

    .area-title {
        margin-inline: 0;
        margin-top: 10px;
        font-size: 17px;
    }

    .area-title .icon {
        font-size: 18px;
    }

    .vp-grid {
        gap: 25px;
    }

    .vpd-text {
        font-size: 16px;
    }

    .vpd-text br {
        content: "";
    }

    .vp-contact-form {
        padding: 40px 20px 20px;
    }

    .spm-card img {
        height: auto;
        width: 100% !important;
    }

    .vpdg-card-sub-title {
        font-size: 13px;
    }

    .vpd-details-grid,
    .vpd-actions-grid {
        gap: 12px;
    }

    .vpdg-card-title {
        font-size: 22px;
    }

    .modal-tab-normal-images {
        width: 100%;
    }

    .modal-tab-normal-main-image {
        padding: 0;
        width: 100%;
        padding-bottom: 15px;
    }

    .ds-modal-tab-flexable {
        flex-wrap: wrap;
    }

    .swiper-wrapper-modal-tab {
        height: 100px;
    }

    .vpv-img {
        height: 400px;
    }
    .btn-bg {
        padding: 15px 10px;
        font-size: 11px;
    }
    .video-container {
        height: 250px;
    }
    .btn-bg .icon {
        font-size: 16px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .vpd-title {
        font-size: 25px;
        padding-block: 13px;
    }

    .vpd-sub-title {
        font-size: 25px;
    }

    .vpdg-card-title {
        font-size: 24px;
    }

    .vpd-details-grid,
    .vpd-actions-grid {
        gap: 15px;
    }
    .btn-bg {
        padding: 15px 10px;
        font-size: 15px;
    }
    .btn-bg .icon {
        font-size: 21px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}
