@font-face {
    font-family: "BeatriceTrialMedium";
    src: url("/assets/fonts/Beatrice/BeatriceTRIAL-Medium-BF64829e8f63463.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BeatriceTrialRegular";
    src: url("/assets/fonts/Beatrice/BeatriceTRIAL-Regular-BF64829e8f591fb.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    /* font-family: 'BeatriceTrialRegular', sans-serif !important; */
}
::selection {
    color: rgb(255, 255, 255);
    background: rgb(124, 124, 124);
}
h1,
h2,
h3 {
    font-family: "BeatriceTrialRegular", sans-serif !important;
}

.feature-list {
    padding: 0 10px;
    /* box-shadow: 1px 1px 11px 0px #00000021; */
}

.feature-list ul {
    list-style-type: disc;
    margin-left: 20px;
}

.feature-list ul li {
    font-size: 18px;
    color: black;
    padding: 8px 0;
}

.toggle-feature {
    cursor: pointer;
    color: #333;
}

.toggle-feature i {
    font-size: 16px;
    margin-left: 10px;
    transition: transform 0.9s ease;
}

.toggle-feature i.fa-minus {
    transform: rotate(180deg);
}

.diamond-box {
    grid-column: span 2; /* Makes the box span across two columns */
    display: flex;
    justify-content: center;
    align-items: center;
}

.diamond-img {
    width: 100%;
    height: 600px;
    animation: rotateDiamond 6s linear infinite,
        glowPulse 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes rotateDiamond {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.offcanvas-3__menu li a {
    font-size: 4vh !important;
}
@media only screen and (max-width: 1399px) {
    .offcanvas-3__menu li a {
        font-size: 3vh !important;
    }
}
@media only screen and (max-width: 1199px) {
    .offcanvas-3__menu li a {
        font-size: 3vh !important;
    }
}
@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li a {
        font-size: 2vh !important;
    }
}

/* For Tab */
@media (min-width: 768px) and (max-width: 1024px) {
    .desktop_header {
        display: none;
    }
}

/* For Mobile */
@media (max-width: 767px) {
    .desktop_header {
        display: none;
    }
}

.footer-area {
    background-color: var(--primary);
}
.dark .footer-area {
    background-color: #1b1b1b;
}
.footer-area .footer-area-inner {
    display: grid;
    gap: 80px 60px;
    grid-template-columns: 275px 190px 190px 385px;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 94px;
}
@media only screen and (max-width: 1399px) {
    .footer-area .footer-area-inner {
        padding-top: 80px;
        padding-bottom: 74px;
        grid-template-columns: 215px 190px 190px 315px;
    }
}
@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner {
        padding-top: 60px;
        padding-bottom: 54px;
        gap: 50px 60px;
        grid-template-columns: auto auto auto;
    }
}
@media only screen and (max-width: 767px) {
    .footer-area .footer-area-inner {
        grid-template-columns: auto auto;
    }
}
@media (max-width: 575px) {
    .footer-area .footer-area-inner {
        grid-template-columns: auto;
    }
}
.footer-area .footer-area-inner > * {
    min-width: 130px;
}
.footer-area .footer-area-inner > *:first-child {
    grid-row: span 2;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner > *:first-child {
        grid-row: auto;
    }
}
.footer-area .footer-area-inner > *:first-child:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 400px);
    background-color: #202020;
    top: -200px;
    inset-inline-end: 0;
}
@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner > *:first-child:after {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner > *.newsletter {
        grid-column: span 2;
    }
}
@media only screen and (max-width: 767px) {
    .footer-area .footer-area-inner > *.newsletter {
        order: 1;
    }
}
@media (max-width: 575px) {
    .footer-area .footer-area-inner > *.newsletter {
        grid-column: auto;
    }
}
.footer-area .footer-logo img {
    max-height: 42px;
}
@media only screen and (max-width: 1199px) {
    .footer-area .footer-logo img {
        max-height: 34px;
    }
}
.footer-area .footer-widget-wrapper .title {
    color: var(--white);
    font-size: 30px;
    line-height: 0.73;
}
@media only screen and (max-width: 1399px) {
    .footer-area .footer-widget-wrapper .title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1199px) {
    .footer-area .footer-widget-wrapper .title {
        font-size: 22px;
    }
}
.footer-area .footer-nav-list {
    margin-top: 27px;
}
.footer-area .footer-nav-list li {
    font-size: 18px;
    line-height: 30px;
    color: var(--white-2);
}
.footer-area .footer-nav-list li a:hover {
    color: var(--white);
}
.footer-area .footer-nav-list li .location {
    margin-bottom: 22px;
    display: inline-block;
}
.footer-area .social-links {
    display: flex;
    gap: 20px;
    margin-top: 36px;
}
.footer-area .social-links li {
    line-height: 1;
}
.footer-area .social-links li a {
    color: var(--white-2);
}
.footer-area .social-links li a:hover {
    color: var(--white);
}
.footer-area .newsletter-text {
    margin-top: 29px;
}
.footer-area .newsletter-text .text {
    color: var(--white-2);
}

.copyright-area {
    border-top: 1px solid #202020;
}
.copyright-area-inner {
    padding: 32px 0;
    position: relative;
}
.copyright-area .copyright-text .text {
    text-align: center;
    font-weight: 500;
    color: var(--white-2);
}
.copyright-area .copyright-text .text a {
    color: var(--white);
}

.contact-address {
    border-top: 1px solid #ddd;
    h2 {
        font-size: 30px;
        color: var(--black);
        margin-bottom: 20px;
    }

    ul {
        display: flex;
        gap: 10px 78px;
        flex-wrap: wrap;

        li {
            line-height: 1.5;
            color: var(--secondary);
            padding-bottom: 10px;

            a.location {
                @media (min-width: 768px) {
                    min-height: 75px;
                    display: block;
                }
            }
        }
    }
}

.plus-list {
    ul {
        li {
            font-size: 18px;
            color: var(--primary);
            padding: 8px 0;

            &:not(:first-child) {
                margin-top: 10px;
            }
            &::before {
                content: "+";
                margin-inline-end: 13px;
            }
        }
    }
}

.print-brands {
    a {
        display: block;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 30px 6px;
        text-align: center;

        &:hover {
            border-color: var(--primary);
            background-color: var(--primary);
            color: #fff !important;
        }
    }
}

.faq-area {
    &.no-plus-sign {
        .accordion-button::after {
            content: "" !important;
        }
    }
}

.hero-area {
    @media (max-width: 767px) {
        min-height: 100vh;
        display: flex;
        align-content: flex-end;
        flex-wrap: wrap;
        padding-bottom: 50px;

        .section-title {
            font-size: 36px !important;
        }
    }
}

.offcanvas-3__menu {
    overflow-y: auto !important;

    .dp-menu {
        margin: 20px 0 20px 20px;
    }
}

#app {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    @media (max-width: 767px) {
        height: 250px;
    }
}
.swiper {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #fff;
}
.demo-slide-title {
    font-weight: bold;
    font-size: 58px;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10%;
    z-index: 100;
    transform: translate3d(0, 0, 0);
}
.swiper-slicer-image {
    max-width: unset;
}
.portfolio-slider {
    position: relative;
    z-index: 1;
}
.portfolio-slider .nav-icon {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    /* color: var(--black); */
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.portfolio-slider .slider-nav {
    display: flex;
    height: 100px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
@media only screen and (max-width: 1919px) {
    .portfolio-slider .slider-nav {
        height: 80px;
    }
}
.portfolio-slider .portfolio-pagination {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
    height: 100px;
    left: 0;
    right: 0;
    display: inline-flex;
    gap: 20px;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
@media only screen and (max-width: 1919px) {
    .portfolio-slider .portfolio-pagination {
        height: 80px;
    }
}
@media only screen and (max-width: 1399px) {
    .portfolio-slider .portfolio-pagination {
        gap: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-slider .portfolio-pagination {
        display: none;
    }
}
.portfolio-slider .portfolio-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: var(--black);
    opacity: 1;
    border-radius: 2px;
    transition: all 0.5s;
    margin: 0;
}
@media only screen and (max-width: 1199px) {
    .portfolio-slider .portfolio-pagination .swiper-pagination-bullet {
        width: 20px;
    }
}
.portfolio-slider
    .portfolio-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
}
@media only screen and (max-width: 1199px) {
    .portfolio-slider
        .portfolio-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }
}
.portfolio-slider .slider-nav-box {
    position: absolute;
    bottom: 45%;
    width: 100%;
    @media (max-width: 767px) {
        bottom: 31%;
    }
}
.portfolio-slider .slide-content {
    position: absolute;
    width: 100%;
    bottom: 20%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.portfolio-slider .slide-content .tag {
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--black);
}
@media only screen and (max-width: 1199px) {
    .portfolio-slider .slide-content .tag {
        font-size: 14px;
    }
}
.portfolio-slider .slide-content .title {
    font-size: 80px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    color: var(--black);
}
@media only screen and (max-width: 1399px) {
    .portfolio-slider .slide-content .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .portfolio-slider .slide-content .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-slider .slide-content .title {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .portfolio-slider .slide-content .title {
        font-size: 36px;
    }
}
.portfolio-slider .swiper-slide-active .slide-content {
    opacity: 1;
    visibility: visible;
} /*# sourceMappingURL=master-portfolio-slicer.css.map */

.client-area .client-box img {
    opacity: 1 !important;
}

.blog-details-fullBody {
    p {
        font-weight: 300;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    ul {
        li {
        }
    }
}

.pricing-area {
    @media screen and (min-width: 767px) {
        .section-title {
            font-size: 4rem;
        }
    }
}
.pricing-area .pricing-wrapper {
    grid-template-columns: repeat(4, 1fr);
    @media screen and (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
    }
}
.pricing-box {
    padding: 35px 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-start;

    .feature-list {
        ul {
            margin-left: 0;
        }
    }
}
.pricing-box .price {
    font-size: 40px;
}

.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    right: 90px;
    z-index: 9999;
    img {
        width: 40px;
    }
}

.footer-contact {
    width: 100%;
    .box {
        .title {
            line-height: 100%;
            font-size: 30px;
        }
        svg {
            color: var(--white-2);
            margin-right: 5px;
        }
    }
    a {
        font-size: 18px;
        line-height: 30px;
        color: var(--white-2);
        margin-bottom: 1px;
        display: inline-block;
        &:hover {
            color: var(--white);
        }
    }
}

.contact-address-light {
    border-top: 1px solid #ddd;
    .footer-contact {
        .box {
            svg {
                color: var(--secondary);
            }
        }
        a {
            color: var(--secondary);
            &:hover {
                color: var(--white-2);
            }
        }
    }
}

.home-hero-area {
    background: transparent url("/img/home-bg.jpg") no-repeat center center /
        cover;

    .section-title {
        color: #fff;
    }
    p {
        color: #fff;
    }
    .wc-btn-underline {
        color: #fff !important;
    }
}
.home-menu {
    .main-menu li a {
        color: #fff;
    }
    .main-menu li a:hover {
        color: #666;
    }
    .menu-item-has-children {
        a {
            color: #fff !important;
        }
    }
    .btn-text-flip {
        background-color: #fff;
        span {
            color: #000;
        }
    }
}
