:root {
    --color-primary: #393d3f;
    --color-secondary: #be0005;

    --doc-text: #000;
    /* gray-800 */
    --doc-muted: #6b7280;
    /* gray-500 */
    --doc-heading: #000;
    /* slate-900 */
    --doc-accent: #be0006;
    /* sky-500 */
    --doc-border: #bdbdbd;
    /* gray-200 */
    --doc-bg: #ffffff;
    --doc-callout-info: #be0006;
    --doc-callout-success: #10b981;
    /* emerald */
    --doc-callout-warn: #f59e0b;
    /* amber */
    --doc-radius: 14px;
    --doc-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    --doc-scroll-offset: 96px;
}


body.theme-dark .box-partner h2,
body.theme-dark .response-time strong,
body.theme-dark .features-box i,
body.theme-dark .tag-box i {
    color: #d7d7d7;
}

body.theme-dark .nav-tabs .nav-link.active {
    color: #fff;
    background: none;
}

body.theme-dark .nav-tabs .nav-link {
    font-weight: bold;
    color: #868686;
    padding: 15px 5px;
}

body.theme-dark .content-woo,
body.theme-dark .feature,
body.theme-dark .list-features-box .list-group-item:first-child,
body.theme-dark .tag {
    background-color: #1c1c1c !important;
}

body.theme-dark .product-card,
body.theme-dark .features-box,
body.theme-dark .product-side,
body.theme-dark .product-tab,
body.theme-dark .tag-box {
    background-color: #212529 !important;
}

#header .box-search button,
#header .box-cart button,
#header .box-account a {
    color: #000;
}

body:not(.home) #header .box-top-header {
    opacity: 1;
    visibility: visible;
}

.mybtn1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background: #ff414d;
    color: #fff;
    border: 2px solid #ff414d;
    border-radius: 4px;
    padding: 12px 30px;
    transition: all 0.3s ease-in;
}

.mybtn1:hover {
    background: none;
    color: #ff414d;
}

.hero-woo {
    position: relative;
    padding: 55px 0;
    overflow: hidden;
}

.content-hero-woo {
    z-index: 10;
    position: relative;
}

.content-hero-woo h1 {
    font-size: 25px;
}

.content-hero-woo .woocommerce-breadcrumb {
    color: #9a9a9a;
}

.content-hero-woo p {
    color: #c6c6c6;
}

.hero-woo .color-right {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 670px;
    justify-content: center;
    left: calc(69.84375000000003% - 772px / 2);
    overflow: visible;
    padding: 0;
    position: absolute;
    top: -400px;
    transform: perspective(1200px);
    width: 772px;
    z-index: 0;
}

.hero-woo .color-right-1 {
    -webkit-filter: blur(90px);
    background-color: #be0005;
    border-radius: 100%;
    filter: blur(90px);
    flex: none;
    height: 618px;
    position: absolute;
    right: -283px;
    top: 0;
    width: 838px;
    z-index: 1;
    opacity: 0.45;
}

.hero-woo .color-right-2 {
    -webkit-filter: blur(82px);
    background-color: #c21116;
    border-radius: 50%;
    filter: blur(82px);
    flex: none;
    height: 514px;
    left: -310px;
    position: absolute;
    top: 31px;
    width: 791px;
    z-index: 1;
    opacity: 0.45;
}

.hero-woo .color-left {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 670px;
    justify-content: center;
    left: calc(18.046875000000025% - 772px / 2);
    overflow: visible;
    padding: 0;
    position: absolute;
    top: -400px;
    transform: perspective(1200px);
    width: 772px;
    z-index: 0;
}


.hero-woo .color-left-1 {
    -webkit-filter: blur(76px);
    background-color: #0034ff;
    /* light blue */
    border-radius: 100%;
    filter: blur(76px);
    flex: none;
    height: 523px;
    position: absolute;
    right: 268px;
    top: 119px;
    width: 536px;
    z-index: 1;
    opacity: 0.35;
}

.hero-woo .color-left-2 {
    -webkit-filter: blur(95px);
    background-color: #00d4ff;
    /* aqua blue */
    border-radius: 100%;
    filter: blur(95px);
    flex: none;
    height: 345px;
    overflow: hidden;
    position: absolute;
    right: 62px;
    top: 123px;
    width: 345px;
    will-change: transform;
    z-index: 1;
    opacity: 0.3;
}


.hero-woo .framer-19sflp7 {
    bottom: -130px;
    flex: none;
    height: 115px;
    right: 0;
    overflow: hidden;
    position: absolute;
    width: 196px;
}

.framer-19sflp7 {
    bottom: -100px;
    flex: none;
    height: 135px;
    left: 30%;
    overflow: hidden;
    position: absolute;
    width: 166px;
}

.mybtn2 {
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background: #be0005;
    color: #ffffff;
    border: 2px solid #be0005;
    border-radius: 15px;
    padding: 10px 25px;
    transition: all 0.3s ease-in;
}

.mybtn2:hover {
    background: #fff;
    color: #be0005;
}

@keyframes shapeani1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes shapeani2 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes shapeani3 {
    0% {
        transform: translateY(15px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(15px);
    }
}

@keyframes b-shadow {
    0% {
        box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
    }

    50% {
        box-shadow: 0px 0px 0px 50px rgba(59, 38, 219, 0.1), 0px 0px 0px 75px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1), 0px 0px 0px 125px rgba(59, 38, 219, 0.1), 0px 0px 0px 150px rgba(59, 38, 219, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
    }
}


.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.section-title {
    text-align: center;
    margin-bottom: 56px;
}

.section-title.extra .title {
    margin-bottom: 24px;
}

.section-title.white .subtitle {
    color: #fff;
}

.section-title.white .title {
    color: #fff;
}

.section-title.white p {
    color: rgba(255, 255, 255, 0.7);
}

.section-title .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}

.section-title p {
    font-size: 14px;
    line-height: 35px;
    color: #555;
    margin: 0 auto;
}

.video-play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 78px;
    text-align: center;
    font-size: 26px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.video-play-btn i {
    color: #ff414d;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: text-color;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    position: inherit;
    z-index: 9;
}

.feature img {
    width: 610px;
    max-width: unset;
}

.feature-circle-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -9;
}

.feature-circle-inner i {
    font-size: 12px;
    font-weight: 900;
    color: #f56a79;
}

.discount-circle-inner {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #be0005;
    border-radius: 50%;
    position: relative;
}

.discount-circle-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 3px dashed #fff;
    animation: shapeani2 12s linear infinite;
}

.discount-circle-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.email-success {
    display: block;
    width: 100%;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

/*-------------------------
    Preloader Css
---------------------------*/

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #ff414d;
    justify-content: center;
}

.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.preloader-inner .cancel-preloader a {
    background-color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    color: #f56a79;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
    background-color: #00aeff;
    color: #fff;
}

.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    transform: rotate(45deg);
    font-size: 0;
}

.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    transform: scale(1.1);
    display: inline-block;
}

.cube-folding span::before {
    content: "";
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    transform-origin: 100% 100%;
    animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
    transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
    animation-delay: 0.3s;
    background-color: #f2f2f2;
}

.cube-folding .leaf3 {
    transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
    animation-delay: 0.9s;
    background-color: #f2f2f2;
}

.cube-folding .leaf4 {
    transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
    animation-delay: 0.6s;
    background-color: #e6e6e6;
}

@keyframes folding {

    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.cube-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    filter: blur(2px);
    border-radius: 100%;
    z-index: 1;
    animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    color: white;
    position: relative;
    top: 25px;
    z-index: 2;
    animation: text 0.5s ease infinite alternate;
    text-transform: uppercase;
}

@keyframes text {
    100% {
        top: 35px;
    }
}

@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

.navigation.innerpage {
    background: #fff;
    border-bottom: 0px;
}

/*-----------------------------
** Hero Area Start
------------------------------*/

.hero-area {
    position: relative;
    /* padding: 20% 0px 20%; */
    background: #fff;
    background-size: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.hero-area:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #fff 100%);
    bottom: 0;
    content: '';
    display: block !important;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
    border-radius: 5px 5px 0 0;
}

.hero-area .left-content {
    z-index: 100;
}

.hero-area .left-content .content .title {
    font-size: 30px;
    line-height: 60px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 5px;
}

.hero-area .left-content .content .subtitle {
    font-size: 14px;
    line-height: 28px;
    color: #555;
}

.hero-area .left-content .content .links {
    margin-top: 15px;
}

.hero-area .left-content .content .links a {
    margin: 0px;
}

.hero-area .right-img {
    text-align: center;
    position: relative;
}

.discount-circle {
    position: absolute;
    left: 130px;
    top: 15px;
    z-index: 96;
}

.discount-circle .discount-circle-inner {
    text-align: center;
}

.discount-circle .discount-circle-inner .price {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.discount-circle .discount-circle-inner .price span {
    display: block;
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
}

.hero-area .right-img .img {
    position: absolute;
    top: -100px;
    left: -50px;
    width: 100%;
    width: auto;
    /* animation: shapeani3 5s linear infinite; */
}

/*---------------------------
** About Area Start
---------------------------*/
/*---------------------------
** About Area Start
---------------------------*/

.technology {
    padding: 110px 0px 120px;
    position: relative;
}

.technology .iamge {
    display: block;
    text-align: center;
}

.technology .box .inner-box {
    padding: 25px 15px;
    transition: all 0.3s ease-in;
    text-align: center;
    border: 2px solid #f56a79;
    border-radius: 10px;
}

.technology .box .inner-box .icon {
    font-size: 55px;
    text-align: center;
}

.technology .box .inner-box .icon img {
    display: inline-block;
    max-width: 80px;
    margin: 0 0 5px 0;
    transition: all 0.3s ease-in;
}

.technology .box .inner-box .title {
    font-size: 17px;
    line-height: 31px;
    color: #242424;
    font-weight: bold;
    margin: 9px 0px 5px;
    transition: all 0.3s ease-in;
}

.technology .box .inner-box .text {
    margin-bottom: 0px;
    font-size: 13px;
    transition: all 0.3s ease-in;
    line-height: 29px;
    color: #888;
}

.technology .box .inner-box ul {
    list-style: none;
    padding: 0;
}

.technology .box .inner-box strong {
    margin-bottom: 0px;
    font-size: 13px;
    transition: all 0.3s ease-in;
    line-height: 29px;
    font-weight: 100;
    color: #888;
}

.technology .box .inner-box:hover {
    background: #f3f3f3;
    border-color: #000000;
}

.technology .box .inner-box:hover .title,
.technology .box .inner-box:hover strong,
.technology .box .inner-box:hover .text {
    color: #000;
}

.technology .box.one {
    margin-bottom: 30px;
}

.technology .box.two {
    margin-top: 30px;
}

.technology .box.four {
    margin-top: 30px;
}

.box-technology {
    text-align: justify;
}

.box-technology p {
    font-size: 14px;
    line-height: 32px;
    color: #555;
    margin-bottom: 15px;
}

.box-technology h3 {
    font-size: 19px;
}

.technology .content {
    list-style: none;
    padding: 0;
}

.technology .content i {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 20px;
    color: #be0005;
    line-height: 1;
}

.technology .content li {
    padding: 10px 28px 10px 0;
    position: relative;
    text-align: justify;
}

.technology .content li p {
    font-size: 13px;
}

/*---------------------------
** We are best Area Start
---------------------------*/

.size-desktop {
    overflow: unset;
}

.product-image {
    background-color: #f7f7f7;
    width: 100%;
    border-radius: 50% / 100%;
    border-top-left-radius: 0;
    text-align: center;
    border-top-right-radius: 0;
}

.product-image img {
    margin-bottom: -100px;
    padding: 65px 0;
}

.product-image-wordpress {
    position: relative;
    background: #f7f7f7;
    text-align: center;
    border-top: 400px solid #fafafa;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}

.page-wordpress .size-desktop {
    margin-top: 200px;
}

.product-image-wordpress-bottom {
    position: relative;
    background: #fff;
    text-align: center;
    border-top: 200px solid #f7f7f7;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}

.box-laptop img {
    position: absolute;
    mix-blend-mode: multiply;
    top: -350px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.background-gray {
    position: relative;
    padding: 110px 0 15px 0;
    background: #f7f7f7;
}

.section-content .header {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}

.section-content p {
    font-size: 14px;
    line-height: 35px;
    color: #555;
    margin: 0 auto;
}

.size-desktop .section-title {
    margin-bottom: 85px;
}

.size-desktop .info .feature-list {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.features {
    padding: 30px 0 !important;
}

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: white;
    transition: ease-in-out 0.3s;
    box-shadow: 2px 0 14px 0 rgb(127 127 127 / 12%);
}

.features .icon-box i {
    font-size: 45px;
    padding-left: 20px;
    line-height: 1;
}

.features .icon-box strong {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 13px;
}

.whaybsize-desktopest .info .feature-list li {
    display: flex;
    margin-bottom: 30px;
}

.size-desktop .info .feature-list li:last-child {
    margin-bottom: 0px;
}

.size-desktop .info .feature-list li .icon {
    margin-right: 30px;
}

.size-desktop .info .feature-list li .icon i {
    color: #ff414d;
    font-size: 55px;
    line-height: 65px;
}

.size-desktop .info .feature-list li .content {
    flex: 1;
}

.size-desktop .info .feature-list li .content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}

.size-desktop .info .feature-list li .content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}

.size-desktop .info .feature-list li:hover .icon::after {
    border-color: #ff414d;
    animation: shapeani2 10s linear infinite;
}

.size-desktop .about-img {
    text-align: center;
    padding: 0px 90px;
    align-self: center;
}

.size-desktop .about-img img {
    animation: shapeani3 5s linear infinite;
}

/*---------------------------
** Feature Area Start
---------------------------*/

.feature {
    padding: 110px 0px 95px;
    position: relative;
}

.feature .section-title {
    margin-bottom: 47px;
}

.feature .left-feature .feature-box .icon {
    margin-left: 20px;
}

.feature .left-feature .feature-box .details {
    text-align: right;
}

.feature .right-feature .center-feature {
    text-align: center;
    justify-content: center;
}

.feature .right-feature .feature-box .icon {
    margin-left: 5px;
}

.feature .right-feature .feature-box .details {
    text-align: right;
}

.feature .feature-box {
    margin-bottom: 30px;
    display: flex;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 1000;
    min-height: 170px;
}

.feature .feature-box .icon-area {
    display: flex;
}

.feature .feature-box .icon-area .icon {
    align-self: center;
}

.feature .feature-box .icon {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    text-align: center;
    line-height: 80px;
    font-size: 41px;
    border-radius: 50%;
    position: relative;
    position: relative;
    color: #c61f23;
}

.feature .feature-box .details {
    flex: 1;
}

.feature .feature-box .details .title {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #242424;
    margin: 26px 0px 8px;
}

.feature .feature-box .details .text {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
}

.feature .feature-box .feature-circle {
    opacity: 0;
    transition: all 0.3s ease-in;
    z-index: 95;
}

.feature .feature-box:hover .feature-circle {
    opacity: 1;
}

.feature .feature-box1 .feature-circle {
    position: absolute;
    right: -90px;
    top: 170px;
}

.feature .feature-box2 .feature-circle {
    position: absolute;
    right: -90px;
    top: 80px;
}

.feature .feature-box3 .feature-circle {
    position: absolute;
    right: -90px;
    top: -5px;
}

.feature .feature-box4 .feature-circle {
    position: absolute;
    left: -120px;
    right: auto;
    top: 110px;
}

.feature .feature-box5 .feature-circle {
    position: absolute;
    left: -100px;
    top: 80px;
}

.feature .feature-box6 .feature-circle {
    position: absolute;
    left: -130px;
    top: 50px;
}

/*---------------------------
** Video Area Start
---------------------------*/

.video {
    padding: 40px 0px;
    position: relative;
}

.video .section-title {
    margin-bottom: 20px;
    text-align: right;
}

.video .section-title h2 {
    font-size: 20px;
}

.video .video-wrapper {
    position: relative;
}

.video .video-wrapper .video-box {
    position: relative;
    background: #ff414d;
    padding: 0px;
    z-index: 99;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.video .video-wrapper .video-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border: 9px solid #dddddd;
    outline: 5px solid #ff0f0f;
}

/* .video .video-wrapper .video-box::after {
        position: absolute;
        content: " ";
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        background-image: url(../images/video.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        left: 0;
        z-index: -1;
    } */

/* .video .video-wrapper .video-box .overly {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #00000059;
        opacity: 0.7;
    } */

.video .video-wrapper .video-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video .fun-box .inner-content {
    margin-bottom: 5px;
}

.video .fun-box .inner-content .categori {
    font-size: 13px;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.video .fun-box .inner-content .categori i {
    color: #ff414d;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

/*-----------------------------
** Pricing Area Start
------------------------------*/

.pricing {
    padding: 70px 0px 0px;
    position: relative;
}

.pricing .product-slider .item .single-product {
    text-align: center;
    background: #fff;
    border: 2px solid rgba(245, 106, 121, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.pricing .product-slider .item .single-product .img {
    text-align: center;
    padding: 30px 50px 24px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pricing .product-slider .item .single-product .img .links {
    display: inline-block;
    position: absolute;
    top: 101%;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in;
    opacity: 0;
}

.pricing .product-slider .item .single-product .img .links .mybtn1 {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.pricing .product-slider .item .single-product .img .links .mybtn1:hover {
    color: #fff;
}

.pricing .product-slider .item .single-product .content {
    padding: 23px 30px 30px;
}

.pricing .product-slider .item .single-product .content .stars {
    padding-left: 0px;
    margin-bottom: 4px;
    margin-top: 2px;
}

.pricing .product-slider .item .single-product .content .stars li {
    display: inline-block;
    font-size: 14px;
    color: #56eb00;
}

.pricing .product-slider .item .single-product .content .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}

.pricing .product-slider .item .single-product .content .price {
    margin-bottom: 20px;
}

.pricing .product-slider .item .single-product .content .price .new-price {
    display: inline-block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #242424;
    margin-right: 7px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.pricing .product-slider .item .single-product .content .price small {
    font-size: 18px;
    font-weight: 700;
    color: #888;
    display: inline-block;
}

.pricing .product-slider .item .single-product:hover {
    border-color: #f56a79;
}

.pricing .product-slider .item .single-product:hover .img .links {
    top: 0px;
    opacity: 1;
}

.pricing .product-slider .owl-controls {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.pricing .product-slider .owl-controls .owl-nav {
    display: inline-block;
}

.pricing .product-slider .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s ease-in;
    background: rgba(255, 65, 77, 0.2);
    color: #242424;
}

.pricing .product-slider .owl-controls .owl-nav div:hover {
    background: #ff414d;
    color: #fff;
}

/*-----------------------------
** Pricing Area Start
------------------------------*/
/*---------------------------
** Testimonial Area Start
---------------------------*/

.testimonial-area {
    padding: 110px 0px 120px;
    position: relative;
    background: #F7F9FF;
}

.testimonial-area .section-title {
    margin-bottom: 55px;
}

.testimonial-area .testimonial-slider .owl-stage-outer {
    overflow: hidden;
}

.testimonial-area .testimonial-slider .client {
    text-align: center;
    background: #fff;
    border: 2px solid rgba(245, 106, 121, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease-in;
    padding: 30px 30px 29px;
}

.testimonial-area .testimonial-slider .client .client-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 16px;
    border: 3px solid #ff414d;
}

.testimonial-area .testimonial-slider .client .client-image img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-area .testimonial-slider .client .client-say {
    margin-bottom: 19px;
}

.testimonial-area .testimonial-slider .client .client-name a {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.testimonial-area .testimonial-slider .client .designation {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #555;
}

.testimonial-area .testimonial-slider .client:hover {
    border-color: #ff414d;
}

.testimonial-area .testimonial-slider .owl-controls {
    display: block;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 91;
}

.testimonial-area .testimonial-slider .owl-controls .owl-nav {
    display: inline-block;
}

.testimonial-area .testimonial-slider .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s ease-in;
    background: rgba(255, 65, 77, 0.2);
    color: #242424;
}

.testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
    background: #ff414d;
    color: #fff;
}

.stars a {
    color: #9aff0b;
    font-size: 1.3em !important;
}

.stars a:hover {
    color: var(--color-primary);
    font-size: 1.3em !important;
}

.product-doc {
    font-family: var(--doc-font);
    line-height: 1.75;
}

.product-doc * {
    box-sizing: border-box;
}

.product-doc :where(h2, h3, h4) {
    color: var(--doc-heading);
    scroll-margin-top: var(--doc-scroll-offset);
}

.theme-dark .product-doc :where(h2, h3, h4) {
    color: #fff;
}

.theme-dark .product-doc blockquote {
    background-color: #0b1220;
}

.product-doc h2 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.product-doc h3 {
    font-size: clamp(1.15rem, 1rem + .6vw, 1.5rem);
    font-weight: 700;
    margin-block: 1.8rem .75rem;
}

.product-doc h4 {
    font-size: clamp(1.05rem, .95rem + .4vw, 1.25rem);
    font-weight: 700;
    margin-block: 1.2rem .5rem;
}

.product-doc p {
    margin-block: .75rem;
}

.product-doc p.lead {
    font-size: 1.1em;
    color: var(--doc-heading);
    margin-block: 1rem;
}

.product-doc a {
    color: var(--doc-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.product-doc a:hover {
    text-decoration-thickness: 2px;
}

.product-doc ul,
.product-doc ol {
    margin-block: .75rem 1rem;
    padding-inline-start: 1.25rem;
}

.product-doc li {
    margin-block: .35rem;
}

.product-doc li::marker {
    color: var(--doc-accent);
}

.product-doc .feature-list {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem 0;
}

.product-doc .feature-list li {
    position: relative;
    padding-inline-start: 1.6rem;
    margin-block: .4rem;
}

.product-doc .feature-list li::before {
    content: "✓";
    position: absolute;
    inset-inline-start: 0;
    color: #10b981;
    font-weight: 700;
}

.product-doc blockquote {
    margin: 1.2rem 0;
    padding: .9rem 1rem;
    border-inline-start: 4px solid var(--doc-accent);
    background: #f8fafc;
    /* slate-50 */
    border-radius: var(--doc-radius);
    box-shadow: var(--doc-shadow);
}

.product-doc code {
    font-family: var(--doc-mono);
    font-size: .95em;
    padding: .1em .35em;
    border-radius: 6px;
}

.product-doc pre {
    font-family: var(--doc-mono);
    font-size: .9em;
    background: #0b1220;
    color: #e5e7eb;
    padding: 1rem;
    border-radius: var(--doc-radius);
    overflow: auto;
    box-shadow: var(--doc-shadow);
}

.product-doc .callout {
    border: 1px solid var(--doc-border);
    border-radius: var(--doc-radius);
    padding: .9rem 1rem;
    margin-block: 1.1rem;
    box-shadow: var(--doc-shadow);
    background: #fff;
}

.product-doc .callout .title {
    font-weight: 700;
    margin-bottom: .25rem;
}

.product-doc .callout.info {
    border-color: color-mix(in srgb, var(--doc-callout-info) 35%, #fff);
}

.product-doc .callout.success {
    border-color: color-mix(in srgb, var(--doc-callout-success) 35%, #fff);
}

.product-doc .callout.warn {
    border-color: color-mix(in srgb, var(--doc-callout-warn) 35%, #fff);
}

.product-doc .badge {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    padding: .25rem .5rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    /* indigo */
}

.product-doc table {
    width: 100%;
    border-collapse: collapse;
    margin-block: 1rem;
}


.product-doc th {
    background: #f8fafc;
    text-align: start;
}

.product-doc hr {
    border: 0;
    height: 1px;
    background: var(--doc-border);
    margin-block: 1.5rem;
}

.product-doc .aside {
    border: 1px dashed var(--doc-border);
    border-radius: var(--doc-radius);
    padding: .8rem 1rem;
    background: #fcfcfd;
    margin-block: 1rem;
}

/*-----------------------------
** FAQ Area Start
------------------------------*/

.faq {
    padding: 110px 0px 100px;
    position: relative;
    background: #f7f7f7;
    text-align: right;
}

.faq .accordion {
    width: 100%;
}

.faq .card {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 3px;
    position: relative;
}

.faq .card-header strong {
    text-align: right;
    color: #000;
    background: none;
    border: 0;
    font-weight: 700;
    font-size: 0.85em;
    outline: 0;
    display: inline-block;
    width: 100%;
}

.faq .card-header {
    background-color: #fff;
    padding: 13px 15px;
    outline: 0;
}

.faq .card-header i {
    font-weight: bold;
    font-size: 1.3em;
    float: left;
    vertical-align: middle;
}

.faq [data-toggle="collapse"] .fa:before {
    content: "\f106";
}

.faq [data-toggle="collapse"].collapsed .fa:before {
    content: "\f107";
}

.faq .card-body {
    font-size: 13px;
    text-align: left;
    line-height: 28px;
    color: #666;
}

.faq .card {
    font-size: 0.9em;
    border: 1px solid #eff2f7;
    border-radius: 0.75rem;
    box-shadow: 0 0 1.25rem rgb(1 22 39 / 5%);
}

.faq .accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.box-count-about strong {
    font-size: 15px;
}

.box-count-about span {
    color: #666;
}

.page-about p {
    font-size: 14px;
    line-height: 30px;
}

.page-about h2 {
    margin-top: 35px;
    font-weight: bold;
    font-size: 21px;

}

.page-about h3 {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-primary);
}

.page-about .timeline-wrapper {
    border-bottom-width: 1px;
    border-color: rgba(228, 221, 218, .5);
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 1px;
    background: linear-gradient(360deg, #fff 40%, #f5f7f6 100%) !important;
}

/*-----------------------------
** Contact Area Start
------------------------------*/

.contact {
    padding: 120px 0px 120px;
    position: relative;
}

.contact .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.contact .address .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 17px;
}

.contact .address .list p i {
    color: #ff414d;
    margin-right: 10px;
}

.contact .address .list p:last-child {
    margin-bottom: 0px;
}

.contact .contact-form-wrapper {
    background: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
    padding: 30px 25px 30px;
    transition: 0.3s ease-in;
}

.contact .contact-form-wrapper .section-title {
    margin-bottom: 48px;
}

.contact .contact-form-wrapper #contact-form textarea {
    margin-bottom: 9px;
}

.contact .contact-form-wrapper #contact-form .mybtn1 {
    width: 100%;
}

.map_wrapper {
    padding: 0px !important;
    border: 0px !important;
    position: relative;
    bottom: -9px;
}

.map_wrapper iframe {
    width: 100% !important;
    height: 450px !important;
    margin: 0px;
    padding: 0px;
}

/*-----------------------------
** Contact Area End
------------------------------*/

.compare-section {
    padding: 90px 0px 90px;
}

.compare-section .mybtn1 {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background: rgba(255, 65, 77, 0.2);
    color: #000;
    transition: all 0.3s linear;
}

.compare-section .mybtn1:hover {
    color: #fff !important;
}

.compare-section .compare-table th,
.compare-section .compare-table td {
    font-size: 14px;
    vertical-align: middle;
}

.compare-section .compare-table .price {
    font-size: 24px;
    font-weight: 700;
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.compare-section .compare-table thead .product-image {
    padding: 30px 15px;
}

.compare-section .compare-table thead .product-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    color: #242424;
}

.compare-section .compare-table thead .product-subtitle {
    font-size: 14px;
    font-weight: normal;
    color: #555;
    line-height: 24px;
    margin-bottom: 0px;
}

.compare-section .compare-table tbody th {
    width: 150px;
    color: #242424;
}

.compare-section .compare-table tfoot td {
    vertical-align: middle;
}

.compare-section .compare-table tfoot td a {
    display: block;
    margin: 0 auto;
}

.subscribe-section {
    padding: 110px 0px 120px;
}

.subscribe-section .newsletter-form-area {
    position: relative;
    text-align: center;
}

.subscribe-section .newsletter-form-area input {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: 1px solid rgba(255, 65, 77, 0.1);
    padding: 0px 30px;
    background: none;
    color: #242424;
    background: #fff;
    box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
}

.subscribe-section .newsletter-form-area button,
.contact-box-section button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    font-size: 16px;
    padding: 0px 25px;
    background: #ff414d;
    color: #fff;
    border: 2px solid #ff414d;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.subscribe-section .newsletter-form-area button span {
    margin-right: 5px;
}

.subscribe-section .newsletter-form-area button:hover {
    background: none;
    color: #ff414d;
}

.subscribe-section .newsletter-form-area button:focus {
    outline: 0px;
}

.navbar-expand-lg .navbar-nav {
    margin-right: auto;
    margin-left: 0px !important;
}

.whaybest .info .feature-list {
    padding-right: 0px;
}

.whaybest .info .feature-list li .icon {
    margin-right: 0px;
    margin-left: 30px;
}

.feature .left-feature .feature-box,
.testimonial-slider,
.subscribe-section .newsletter-form-area input {
    direction: ltr;
}

.feature .feature-circle {
    display: none;
}

.product-slider,
.owl-carousel {
    direction: ltr;
}

.video .fun-box .inner-content .categori i {
    margin-right: 0px;
    margin-left: 10px;
    vertical-align: middle;
}

.faq .accordion .panel-title {
    padding: 15px 30px 15px 55px;
}

.faq .accordion .panel-title::before {
    right: auto;
    margin-right: auto;
    margin-left: 10px;
    left: 20px;
}

.faq .accordion .panel-title::after {
    right: auto;
    left: 0px;
}

.faq .accordion .panel::after {
    left: auto;
    right: 0px;
}

.input-field[type=email] {
    direction: ltr;
}

.contact .address .list p i {
    margin-right: auto;
    margin-left: 10px;
}

#mainmenu ul.navbar-nav li {
    text-align: right;
}

#mainmenu ul.navbar-nav {
    padding-right: 0px;
}

@media only screen and (max-width:1199px) {
    .about .box .inner-box {
        padding: 27px 15px 35px;
    }
}

@media only screen and (max-width: 991px) {
    .home3 .hero_slider .item {
        padding: 120px 0px 120px;
    }
}

.about-item {
    margin: 15px 0 10px;
    display: inline-block;
    width: 100%;
}

.head-h3 {
    font-size: 15px;
    font-family: 'paresefid-700';
    font-weight: bold;
}

.why-product {
    background-color: #f1f0ee;
    padding: 90px 0;
}

.why-product-icon {
    margin-left: 30px;
}

.why-product-icon i {
    color: #be0005;
    font-size: 55px;
    line-height: 65px;
}

.why-product-text {
    flex: 1;
    font-size: 0.9em;
}

.why-product-text p {
    font-size: 0.9em;
}

.why-product-item {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}

.why-product-text {
    font-size: 14px;
    line-height: 35px;
}

#pricing::before {
    content: "";
}

.section-padding {
    padding: 90px 0;
}

.bg-gray {
    background: #f7f7f7;
}

.pricing-area .pricing {
    margin-top: 30px;
}

.pricing-area .single-item {
    margin-bottom: 30px;
}

.pricing-area .pricing-item {
    background: #ffffff;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
}

.pricing-area .single-item:nth-child(2) .pricing-item,
.pricing-area .single-item .pricing-item:hover {
    border: 2px solid #bb0b0b;
}

.pricing-area .single-item:nth-child(2) .pricing-item {
    padding: 80px 30px;
    margin-top: -30px;
}

.pricing-area .pricing-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: right;
    width: 100%;
}

.pricing-area .pricing-item .pricing-header {
    text-align: center;
    margin-bottom: 0;
    border: none;
    padding: 0;
    display: block;
}

.pricing-area .pricing-item .pricing-header i {
    display: block;
    font-size: 40px;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin-right: 0;
    margin-left: 0;
    margin: auto auto 15px;
    color: #bb0b0b;
    vertical-align: middle;
}

.pricing-area .pricing-item.active .pricing-header i {
    color: #bb0b0b;
}

.pricing-area .pricing-item .pricing-header i::after {
    position: absolute;
    left: -8px;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/divar/icon-shape.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.07;
}

.pricing-area .pricing-item .pricing-header h4 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.pricing-area .pricing-item .price {
    text-align: center;
    position: relative;
    z-index: 1;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pricing-area .pricing-item .price::after {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 300%;
    z-index: -1;
}

.pricing-area .pricing-item .price span {
    font-weight: 600;
    margin: 25px auto;
    letter-spacing: -1px;
    font-size: 30px;
}

.pricing-area .pricing-item .price h2 strong {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #666666;
    margin-top: 5px;
    text-transform: capitalize;
}

.pricing-area .pricing-item .price span sub {
    font-size: 19px;
    font-weight: bold;
    vertical-align: middle;
}

.pricing-area .pricing-item .price del {
    color: #888;
    display: inline-block;
    width: 100%;
    font-size: 0.6em;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 0px;
}

.pricing-area .pricing-item .price span sup {
    font-size: 24px;
    top: -35px;
    font-weight: 600;
    margin-right: 3px;
}

.pricing-area .pricing-item .footer {
    text-align: center;
    margin-top: 35px;
}

.pricing-area .pricing-item i {
    margin: 10px;
    color: #232323;
    font-size: 18px;
}

.pricing-area .pricing-item i.fa-circle-o {
    color: #bb0b0b;
}

.pricing-area .pricing-item li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 0.7em;
    justify-content: space-between;
    margin: 5px 0;
}

.pricing-area .pricing-item li p {
    padding: 0;
    margin: 0;
}

.pricing-area li p strong {
    background-color: #fbeded;
    color: #000;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 8px;
    font-size: 1.2em;
}

.pricing-area .pricing-item li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
    justify-content: center;
}

.pricing-area .pricing-item .btn {
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1em;
    border: 2px solid #232323;
}

.pricing-area .pricing-item li strong {
    font-weight: 600;
}

.pricing-item .btn.btn-dark.border:hover {
    background-color: #232323;
    color: #ffffff !important;
    border: 2px solid #232323;
}

.pricing-item.active .btn {
    background-color: #be0005;
    color: #fff;
    border: 2px solid #be0005;
}

.pricing-item .btn:hover {
    background-color: #393d3f;
    border: 2px solid #232323;
    color: #fff;
}

.img-iran {
    opacity: 0.5;
}

#speed-site {
    position: relative;
}

#speed-site .section-content .header {
    line-height: 40px;
    font-size: 1.5em;
}

#speed-site .strong {
    color: #bb0b0b;
    font-size: 1.9em;
    font-weight: bold;
}

#speed-site .strong b {
    letter-spacing: -1px;
    vertical-align: top;
}

#speed-site .p {
    font-size: 0.8em;
}

.box-place {
    position: absolute;
    left: 210px;
    top: 0;
    z-index: 10;
    text-align: center;
}

.box-title-place {
    background-color: #fff;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
}

.box-title-place strong {
    font-size: 1.3em;
    color: #000;
    padding: 0;
    background: 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-image: linear-gradient(120deg, rgba(255, 193, 7, 0.4) 0, rgba(255, 193, 7, 0.4) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 80%;
    position: relative;
}

.box-title-place p {
    font-size: 0.8em;
    color: #444;
    line-height: 30px;
}

.box-title-place {
    background-color: #fff;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0px 0 -30px 0;
    padding: 30px 20px;
    border-radius: 0.75rem;
    box-shadow: 0 0 1.25rem rgb(1 22 39 / 5%);
}

.place-left {
    position: absolute;
    left: 80px;
    top: 70px;
    color: #bb0b0b;
    font-weight: bold;
    font-size: 1.3em;
    z-index: 100;
}

.place-center {
    position: absolute;
    right: 360px;
    top: 230px;
    color: #bb0b0b;
    font-weight: bold;
    font-size: 1.3em;
    z-index: 100;
}

.place-right {
    position: absolute;
    left: 380px;
    top: 270px;
    color: #bb0b0b;
    font-weight: bold;
    font-size: 1.3em;
    z-index: 100;
}

.form-divar {
    padding: 35px;
}

.form-divar .wpforms-container-full {
    width: 100% !important;
}

.form-divar form label {
    font-size: 0.9em !important;
    color: #444;
    margin-bottom: 8px !important;
}

.form-divar button[type=submit] {
    background-color: #be0005;
    border-radius: 12px;
    padding: 8px 35px 8px 35px !important;
    color: #fff;
    font-size: 0.9em !important;
    width: 100%;
}

.form-divar textarea {
    height: 80px !important;
}

@media (max-width: 768px) {
    .hero-area .right-img .img {
        position: unset;
        margin: 45px 0;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 100% !important;
        margin: 0 !important;
    }

    .form-divar {
        padding: 0;
    }

    .section-title .title {
        line-height: 40px;
    }

    .hero-area .title {
        font-size: 19px !important;
        line-height: 38px !important;
        margin-bottom: 6px !important;
        text-align: center;
    }

    .technology .box.two {
        margin: 30px 0;
    }

    .hero-area .w-100 {
        width: auto !important;
    }

    .hero-area .left-content {
        text-align: center;
    }

    .img-logo-slider {
        margin: 25px 0;
    }

    .hero-area .left-content .content .subtitle {
        text-align: center;
    }

    .hero-area .left-content .content .links {
        text-align: center;
    }

    .section-content .header {
        font-size: 20px !important;
    }

    .box-place {
        left: 90px !important;
        top: -50px !important;
    }

    .place-right {
        left: 290px;
        top: 240px;
    }

    .place-center {
        right: 220px;
        top: 160px;
    }

    .pricing-area .pricing-item {
        margin: 40px 0;
    }

    .pricing {
        padding: 0;
    }

    .feature .feature-box .details .title {
        font-size: 18px;
    }
}

/* box project wordpress page */

.card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 5%);
}

.box-project {
    padding: 90px 0;
    background-color: #f3f3f3;
}

.item-projects h3 {
    font-size: 0.9em;
    margin: 15px 0;
}

.item-projects h3 a {
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

.item-projects p {
    font-size: 0.7em;
    line-height: 27px;
    margin-bottom: 15px;
    color: #555;
}

.item-project-task {
    background-color: #f3f3f3;
    color: #555;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 0.8em;
    float: left;
    font-weight: bold;
}

.progress-sm {
    height: 0.375rem;
}

.page-wordpress .right-img {
    position: inherit;
}

.big-img-slider {
    width: auto !important;
    left: -100px !important;
    right: auto;
    top: 150px !important;
    max-width: unset !important;
}

.page-wordpress .pricing-header h4 {
    color: #007bff;
    font-size: 1.6em;
}

.page-wordpress .mybtn2 {
    background: #0189ff;
    border: 2px solid #0189ff;
}

.page-wordpress .mybtn2:hover {
    color: #fff;
    background-color: #be0005;
    border: 2px solid #be0005;
}

.page-wordpress .technology .box .inner-box {
    padding: 25px 15px;
    transition: all 0.3s ease-in;
    text-align: center;
    border: 2px solid #a3d4ff;
}

.img-title-slider {
    background-color: #f8f8f8;
    padding: 13px 10px;
    border-radius: 15px;
}

.item-projects img {
    width: 100px;
    margin: 35px 0 15px 0;
}

.page-wordpress .seo-item-services {
    border-top: 0px;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.page-wordpress .box-seo-item-title strong {
    margin: 10px 0;
}

.page-wordpress .hero-area {
    padding: 230px 0 200px 0;
}

.page-wordpress .pricing-area .single-item:nth-child(2) .pricing-item,
.page-wordpress .pricing-area .single-item .pricing-item:hover {
    border: 2px solid #007bff !important
}

.item-customer:hover,
.item-projects:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out all;
}

.item-customer,
.item-projects {
    transform: scale(1);
    transition: 0.3s ease-in-out all;
}

.pricing-area .pricing-item span i:hover {
    color: #007bff;
    cursor: help;
}

.page-wordpress {
    overflow: hidden;
}

.page-wordpress .pricing-header i {
    color: #007bff !important;
}

.page-wordpress .video {
    padding: 0;
}

@media (max-width: 768px) {
    .page-wordpress .form-divar {
        padding: 0;
    }

    .big-img-slider {
        width: 100% !important;
        position: relative !important;
        left: auto !important;
        right: auto;
        top: auto !important;
        height: auto !important;
    }

    .page-wordpress .hero-area .title {
        margin-top: 0;
    }

    .page-wordpress .hero-area {
        padding: 120px 0 120px 0;
    }

    .page-wordpress .left-content {
        text-align: center;
    }

    .img-title-slider {
        margin: 15px auto;
        text-align: center;
        width: 70%;
        vertical-align: middle;
    }

    .product-image-wordpress {
        border-top: 200px solid #fafafa;
    }

    .box-laptop img {
        top: -130px;
    }

    .page-wordpress .size-desktop {
        margin-top: 20px;
    }

    .product-image-wordpress-bottom {
        border-top: 90px solid #f7f7f7;
    }

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

    .page-wordpress .seo-item img {
        max-width: 100px;
    }

    .features .icon-box {
        padding: 5px;
    }

    .technology {
        padding: 0px 0px 120px;
    }

    .feature {
        padding: 25px 0px 25px;
    }

    .why-product {
        padding: 50px 0;
    }

    .hero-area {
        height: auto;
        padding: 100px 0px;
    }
}

.img-logo-slider {
    padding: 0 15px;
    border-radius: 15px;
    background-color: #f8f8f8;
}

.product-template-page-woocommerce-theme .hero-area .title {
    font-size: 23px !important;
}

.product-template-page-woocommerce-theme .inner-box .icon img {
    max-width: 180px !important;
}

.content-woo {
    background-color: #f5f7f6;
    display: inline-block;
    width: 100%;
}

.product-tab {
    background: #fff;
    border-bottom-width: 1px;
    padding: 0;
    margin-bottom: 30px;
}

.product-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 45px;
    margin-bottom: 15px;
}

.product-side {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-bottom: 15px;
}

.badge-discount {
    background: #ff9606;
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 50%;
    font-size: 0.75rem;
}


.tag-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.tag-box i {
    margin-left: 10px;
    color: #424244;
}

.tag {
    background: #f6f8f7;
    color: #76767C;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    transition: 0.3s;
}

.tag:hover {
    background: #878F9B;
    color: #fff;
}

.nav-tabs .nav-link {
    font-weight: bold;
    color: #000000;
    padding: 15px 5px;
}

.tab-icons .nav i {
    color: #bcbcbc;
    margin-right: 12px;
    font-size: 18px;
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    border: unset;
    border-bottom: 3px solid #be0005;
}

.tab-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-link:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}


.box-content .badge-blog {
    font-size: 14px;
    color: #fff;
}

.box-content {
    margin-bottom: 25px;
    line-height: 35px;
    color: #333;
    font-size: 15px;
}

.box-content h1,
.box-content h2,
.box-content h3,
.box-content h4,
.box-content h5,
.box-content h6 {
    margin: 20px 0 10px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

.box-content h1 {
    font-size: 28px;
}

.box-content h2 {
    font-size: 24px;
}

.box-content h3 {
    font-size: 20px;
}

.box-content h4 {
    font-size: 18px;
}

.box-content h5 {
    font-size: 16px;
}

.box-content h6 {
    font-size: 14px;
}

.box-content p {
    margin: 0 0 15px;
    color: #444;
}

.box-content ul,
.box-content ol {
    margin: 0 0 15px 20px;
}

.box-content li {
    margin-bottom: 6px;
}

.box-content a {
    color: var(--color-secondary);
    text-decoration: none;
}

.box-content a:hover {
    text-decoration: none;
}

.box-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 15px 0;
}

.box-content blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    background: #f8f9fa;
    border-left: 4px solid var(--color-secondary);
    color: #555;
    font-style: italic;
}

.box-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.box-content th,
.box-content td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.box-content th {
    background: #f1f1f1;
    font-weight: 600;
}

.box-content pre,
.box-content code {
    font-family: monospace;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 6px;
}

.box-content pre {
    overflow-x: auto;
    padding: 15px;
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.action-buttons button {
    text-align: center;
    background-color: #f9fafc;
    border: 1px solid #f1f1f2;
}

.content-team {
    font-size: 14px;
}

.product-price {
    text-align: center;
}

.product-price strong {
    font-size: 1.2em;
}

.product-price del {
    font-size: 1.2em;
    margin: 0 10px;
    color: #979797;
}

.product-price ins {
    font-size: 1.5em;
    color: green;
    text-decoration: none;
    font-weight: bold;
}

.action-buttons button i {
    vertical-align: middle;
}

.btn-like {
    color: red;
}

.btn-share {
    color: #000;
}

.stats-box {
    display: flex;
    justify-content: space-around;
}

.stat {
    text-align: center;
}

.stat .count {
    font-size: 1.5rem;
    font-weight: bold;
}

.stat .label {
    font-size: 0.85rem;
    color: #777;
}

.features-list {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.features-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.features-list i {
    color: #28a745;
}

.price-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.price-box .price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

.price-box .sub {
    font-size: 0.85rem;
    color: #888;
}



.response-time {
    text-align: center;
    font-size: 1em;
    color: #666;
}

.response-time strong {
    font-size: 1em;
    color: #000;
}

.box-single-cart {
    display: flex;
}

.features-box {
    background: #eff1f3;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    border: 1px solid #d8dde1;
}

.features-box i {
    margin-left: 10px;
    color: #424244;
}

.feature {
    background: #fff;
    color: #76767C;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    transition: 0.3s;
}

.feature:hover {
    background: #393d3f;
    color: #fff;
}

.box-side {
    height: 100%;
}

/* .box-sticky {
    position: sticky;
    top: 70px;
    z-index: 1;
    background-color: #f9fafc;
    transition: 0.3 all ease-in-out;
}

.box-sticky.is-stuck {
    padding: 25px 0;
    transition: 0.3 all ease-in-out;
} */
.list-features-box .list-group {
    margin: 5px 0;
}

.list-features-box .list-group-item {
    width: 50%;
    text-align: center;
}

.list-features-box .list-group-item:first-child {
    background-color: #eff1f3;
}

.list-features-box .list-group-item:first-child {
    font-weight: bold;
}


.map-section {
    background-color: #f8f8f8;
}

.map-section .map-box iframe {
    width: 100%;
    height: 350px;
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-image img {
    height: 50px;
}

.icon-contact img {
    height: 385px;
    margin: 0 auto;
    width: auto;
}

.contact-box-section .box-about-link {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    position: relative;
}

.contact-box-section .right-sidebar-box strong,
.contact-title strong {
    font-size: 1.3em;
    font-weight: 700;
    color: var(--color-secondary);
}

.contact-box-section .right-sidebar-box form {
    background-color: #f8f8f8;
    padding: 35px;
    border-radius: 8px;
    overflow: hidden;
}

.contact-box-section .right-sidebar-box label {
    font-size: 0.9em !important;
}

.woocommerce-product-gallery__image,
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery img {
    width: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    display: block;
}

.woocommerce-product-gallery--with-images {
    width: 100% !important;
    display: inline-block;
    border: 5px solid #ffffff69;
    border-radius: 8px;
    background-color: #ffffff69 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px;
    background-color: #fff;
}

.woocommerce table.shop_attributes th {
    width: 30%;
    white-space: nowrap;
    padding: 10px 5px;
    line-height: 35px;
}


.page-title {
    display: block;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 15px 80px;
    margin-top: 89px;
    text-align: left;
    z-index: 65;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(360deg, #fff 40%, #f5f7f6 100%);
}

.page-title h1 {
    font-size: 1.2em;
    text-align: left;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.page-title mark {
    color: inherit;
    padding: 0;
    background: 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-image: linear-gradient(120deg, rgba(255, 193, 7, 0.4) 0, rgba(255, 193, 7, 0.4) 100%);
    background-repeat: no-repeat;
    background-size: 100% .3em;
    background-position: 0 80%;
    position: relative;
}

.icon-contact img {
    height: 385px;
    margin: 0 auto;
    width: auto;
}

.contact-box-section iframe {
    filter: grayscale(1);
    display: inline-block;
    width: 100%;
}

.contact-box-section .box-about-link {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    position: relative;
}

.contact-box-section .right-sidebar-box strong,
.contact-title strong {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--color-secondary);
}

.contact-box-section .right-sidebar-box form {
    background-color: #f8f8f8;
    padding: 35px;
    border-radius: 8px;
    overflow: hidden;
}

.contact-box-section .right-sidebar-box label {
    font-size: 0.9em !important;
}

.contact-detail .box-about-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-detail .box-about-link i {
    height: 40px;
    width: 40px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.3em;
    margin-right: 15px;
}


.box-about-link strong {
    color: #000;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.footer .box-about-link strong {
    all: unset;
}

.box-about-link span {
    color: #555;
    width: 100%;
    display: inline-block;
    font-size: 1em;
    font-family: ekad, sans-serif;
}

.footer .box-about-link i {
    all: unset;
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 5px;
}

.footer .box-about-link span {
    all: unset;
    color: #555;
}

@media (min-width:0px) and (max-width:769px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    .contact-detail .box-about-link {
        display: flex;
        justify-content: flex-start;
    }

    .page-title {

        padding: 15px 0px;
        margin-top: 69px;
    }
}