/*
Theme Name:Spinzo child
Template: heaven
Author: Heaven WP
Description: Heaven Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.40.1693277791
Updated: 2023-08-29 02:56:31

*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* theme loader */
.themeloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(./assets/image/themloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    background-color: var(--global-palette9);
}

/*------------ common css ------------*/
.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
    margin: 0;
}

* {
    box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 0px;
}

/* archive page search css */
.primary-sidebar .wp-block-search .wp-block-search__input,
.primary-sidebar .wp-block-search .wp-block-search__input:focus {
    box-shadow: none;
    border: 1px solid var(--global-palette6);
    border-color: var(--global-palette6);
    color: var(--global-palette1);
    border-radius: 0;
    background-color: var(--global-palette8);
}

.wp-block-search .wp-element-button.wp-block-search__button {
    background: var(--global-palette1);
    box-shadow: none;
    border-radius: 0;
    color: var(--global-palette9);
}

.wp-block-search .wp-element-button.wp-block-search__button:hover {
    background: var(--global-palette2);
    color: var(--global-palette9);
}

/* archive page read more */
body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 500;
    color: var(--global-palette1);
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .heaven-svg-iconset {
    display: none;
}

/* archive conetnt left sidebar */
body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    list-style: none;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    color: var(--global-palette2);
}

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
    padding-block: 6px;

}

/* single blog page comment form */
body .comment-form p.comment-form-float-label label {
    margin-left: 10px;
    border-radius: 0;
}

.comment-form p.comment-form-float-label:focus {
    box-shadow: none;
}

.comment-form p.comment-form-float-label #comment {
    color: var(--global-palette1);
    border-radius: 0;
    box-shadow: none;
}

textarea,
input[type="email"],
input[type="text"],
input[type="url"] {
    background-color: var(--global-palette8);
    border: 1px solid var(--global-palette6);
    color: var(--global-palette1);
}

.comments-area .comment-form p.comment-form-float-label label.float-label,
.comment-input-wrap .comment-form-author label.float-label,
.comment-input-wrap .comment-form-email label.float-label,
.comment-input-wrap .comment-form-url label.float-label {
    color: var(--global-palette1);
}

/* footer */
.site-middle-footer-wrap.site-footer-row-container.site-footer-focus-item {
    margin: auto;
}

.site-footer-section .widget-area ul {
    list-style: none;
}

.footer-widget-area-inner .wp-block-list {
    padding: 0;
    margin: 0;
}

/*------------ end common css ------------*/

/* -------------------- ----> elementor design css <---- -------------------- */
/* blog dotted title */

.loop-entry .entry-header .entry-title,
.blog-section .uc_post_title,
.blog-section .uc_post_list_title,
.blog-section .uc_post_list_title a {
    display: block;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-section .uc_post_list_content {
    min-width: 0;
}

footer .site-footer-section .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-section #uc_post_carousel_elementor_29f0b99-wrapper .ue-meta-data {
	position: absolute;
	top: 22px;
	left: 0px;
	background-color: var(--global-palette2);
	padding: 10px 20px;
	border-radius: 0 5px 5px 0px;
}

/* newslatter section */
.newsletter-form {
    position: relative;
    width: 100%;
    display: inline-block;
}

.newsletter-form .sub-email {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.newsletter-form input[type="email"],
input[type="text"],
.newsletter-form input[type="email"],
input[type="text"]:focus {
    border-radius:10px;
    background:var(--global-palette9);
    border: none;
    padding:14px 125px 14px 18px;
    color: var(--global-palette1);
    box-shadow: none;
    width: 100%;
    display: block;
    /* margin: 0 57px; */
}

.newsletter-form input[type="email"]::placeholder{
    color: var(--global-palette1);
}

.mc4wp-form .newsletter-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url(./assets/image/send.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 55px;
    padding: 0;
    border: none;
}

@media (max-width: 576px) {
    .newsletter-form {
        width: 100%;
    }
}
/* gallery area */
.gallery-area {
    overflow: hidden;
}

.gallery-area .gallery-icon.landscape {
    overflow: hidden;
}

.gallery-area .attachment-full.size-full {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.gallery-area .attachment-full.size-full:hover {
    -webkit-transform: scale(1.1);
    transform: scale (1.1);
}

/*shine animation*/
.shine-effect {
    overflow: hidden;
}

.shine-effect::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine-effect:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* side-effect */
.side-effect img {
    position: relative;
    animation: run 3s linear infinite;
}

@keyframes run {
    0% {
        left: 0;
    }

    50% {
        left: 2%;
    }

    100% {
        left: 0;
    }
}


/* ============================= */
/* contact us page */
/* ============================= */
.code-form {
    max-width: 900px;
}

.code-form .form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.code-form .form-row.two-col .field {
    width: 50%;
}

.code-form .form-row.full {
    display: block;
    width: 100%;
}

.code-form .field span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.code-form input[type="text"],
.code-form input[type="email"],
.code-form input[type="tel"],
.code-form textarea {
    width: 100%;
    padding: 18px 20px;
    border: none;
    border-radius: 6px;
    background-color:var(--global-palette3);
    font-size: 15px;
    color:var(--global-palette1);
    outline: none;
    box-shadow: none;
}

.code-form input::placeholder,
.code-form textarea::placeholder {
    color: var(--global-palette4);
    opacity: 1;
}

.code-form textarea {
    height: 200px;
    resize: none;
}

.code-form input[type="submit"] {
    padding: 19px 56px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: var(--global-palette9);
}

@media (max-width: 1024px) {
    .code-form .submit-row {
        display: block;
        width: 100%;
    }

    .code-form input[type="submit"] {
        width: 100%;
        text-align: center;
    }
}

/* Mobile Layout */
@media (max-width: 768px) {
    .code-form .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .code-form .form-row.two-col .field {
        width: 100%;
    }
}


/* category addon css */
/* uncategorize  not display */
.uc_post_grid_style_one_item:has(.uc_title a[href*="uncategorized"]) {
    display: none;
}


/* addon buttom icon css */
.uc_post_grid_style_one_button {
    overflow: hidden;
}

.uc_post_grid_style_one_button .uc_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.uc_post_grid_style_one_button .uc_btn::before {
    content: "+";
    font-size: 24px;
    padding: 5px 8px;
    border: 1px solid var(--global-palette9);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.3s ease, 
                color 0.3s ease, 
                border-color 0.3s ease;
}

.uc_post_grid_style_one_button .uc_btn span {
    display: inline-block;
}

.uc_post_grid_style_one_button .uc_btn:hover span {
    animation: slideLTR 0.5s ease forwards;
    padding-left: 10px;
}

.uc_post_grid_style_one_button .uc_btn:not(:hover) span {
    animation: slideRTL 0.5s ease forwards;
    padding-left: 10px;
}

.uc_post_grid_style_one_button .uc_btn:hover::before {
    background-color:var(--global-palette9);
    color:var(--global-palette1);
    border-color: var(--global-palette9);
}

@keyframes slideLTR {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRTL {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/* elementer button css */
.btn-slide-icon .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden; 
}

.btn-slide-icon .elementor-button-icon {
    border: 1px solid var(--global-palette9);
    border-radius: 5px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn-slide-icon .elementor-button-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.btn-slide-icon .elementor-button-text {
    display: inline-block;
}

.btn-slide-icon .elementor-button-content-wrapper:hover .elementor-button-text {
    animation: slideLTR 0.5s ease forwards;
}

.btn-slide-icon .elementor-button-content-wrapper:not(:hover) .elementor-button-text {
    animation: slideRTL 0.5s ease forwards;
}

.btn-slide-icon .elementor-button-content-wrapper:hover .elementor-button-icon {
    background-color: var(--global-palette9);  
    border-color: var(--global-palette9);
    color: var(--global-palette1);            
}

@keyframes slideLTR {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRTL {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* footer gallery css */

@media (max-width: 1024px){
    body .is-layout-flex {
	    display: flex;
	    justify-content: center;
    }
}



















