/**
Theme Name: muteweb-theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muteweb-theme
Template: astra
*/
@font-face {
    font-family: 'Segment SemBd';
    src: url('assets/fonts/Segment-SemiBold.eot');
    src: url('assets/fonts/Segment-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Segment-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Segment-SemiBold.woff') format('woff'),
        url('assets/fonts/Segment-SemiBold.ttf') format('truetype'),
        url('assets/fonts/Segment-SemiBold.svg#Segment-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
h1,h2{
	font-family: 'Segment SemBd', sans-serif !important;
}
.header-section {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: .4s ease-in-out;
}
.header-section.active{
    transition: .4s ease-in-out;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
}
.content-animate .elementor-heading-title, 
.content-animate p {
    visibility: visible !important;
    display: block;
}

.lineParent {
    display: block;
    overflow: hidden;
}

.lineChild {
    display: block;
    will-change: transform; 
}
/*<<|--------------Mute Btn 2--------------|>>*/
.mute-btn-2 .elementor-button-icon svg {
    height: 30px;
    width: 30px;
}
.mute-btn-2 span.elementor-button-content-wrapper {
    align-items: center;
}
/*<<|----------------Heading Animations----------------|>>*/
.magic-text .elementor-heading-title {
    display: block;
    overflow: visible;
    text-align: inherit;
}
.char-container {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}
.char {
    display: inline-block;
    transform: translateY(105%);
    will-change: transform;
    backface-visibility: hidden;
}
.sliders-wrapper{
    position: relative;
}
.sliders-wrapper:before {
    content: '';  position: absolute;
    left: 0;  top: auto;
    bottom: 0;  width: 100%;
    height: 307px;  z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
 .service-list-label li.elementor-icon-list-item .elementor-icon-list-text {
    background: rgba(244, 244, 244, 1);  margin-bottom: 20px;
    border-radius: 50px;  padding: 2.5px 15px;
}
.service-list-label li.elementor-icon-list-item .elementor-icon-list-text:hover {
    background: #000000;  color: #fff;
    box-shadow: 4px 5px 20px 4px #ef23013b;
}
/*<<|--------------------Portfolio Cursor--------------------|>>*/
.home-page-work-sec .uael-post-grid__inner,
.home-page-work-sec {
    cursor: none;
}
.custom-portfolio-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 169px;
    height: 169px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
}
.custom-portfolio-cursor img {
    width: 100%;
    height: auto;
}
.portofolios .uael-post__bg-wrap {
    cursor: none !important;
}
.custom-portfolio-cursor.is-active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/*<<|---------------------Button CSS Here---------------------|>>*/
.mute-btn .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    background-color: #000000 !important;
    border-radius: 100px !important;
    height: 60px !important;
    width: auto !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
    padding: 0 28px 0 63px !important;
    transition: all 0.6s cubic-bezier(0.34, 1, 0.34, 1) !important;
    z-index: 1 !important;
}
.mute-btn .elementor-button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #ef0000 !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.6s cubic-bezier(0.34, 1, 0.34, 1) !important;
    z-index: -1 !important;
}
.mute-btn .elementor-button:hover::before {
    transform: scaleX(1) !important;
}
.mute-btn .elementor-button-icon {
    position: absolute !important;
    left: 8px !important; /* Default position */
    background: #ffffff !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.6s cubic-bezier(0.34, 1, 0.34, 1) !important;
    z-index: 3 !important; top: 8px;
}
.mute-btn .elementor-button:hover .elementor-button-icon {
    left: calc(100% - 52px) !important; 
}
.mute-btn .elementor-button-text {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    display: block !important;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    transform: translateX(0) !important;
}
.mute-btn .elementor-button:hover {
    box-shadow: 0 10px 30px rgb(255 0 0 / 33%) !important;
    padding: 0 65px 0 26px !important;
}
.mute-btn .elementor-button-icon svg {
    fill: #000000 !important;
    width: 18px !important;
}
.mute-btn.white-btn .elementor-button {
    background: #fff !important;
    color: #000 !important;
}
.mute-btn.white-btn .elementor-button-text {
    color: #000 !important;
}
.mute-btn.white-btn:hover .elementor-button-text {
    color: #fff !important;
}
.mute-btn.white-btn .elementor-button-icon {
    border: 1px solid #000;
}
.service-wrapper{
    position: relative;
}
.service-row {
    position: sticky;
    top: 0;
    background: #fff;
}
/*<<|---------------------Common css here---------------------|>>*/
.review-video {
    border-radius: 10px;
    overflow: hidden;
}
/*<<|----------------List slide infinite loop-----------------|>>*/
.solutions-list-reverse,
.solutions-list {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}
.solutions-list-reverse .elementor-icon-list-items,
.solutions-list .elementor-icon-list-items {
    display: flex !important;
    flex-direction: row !important;
    width: max-content;
    animation: marquee 85s linear infinite;
}
.solutions-list-reverse .elementor-icon-list-item,
.solutions-list .elementor-icon-list-item {
    display: inline-flex !important;
    align-items: center !important;
    margin-right: 20px !important;
    padding: 6px 25px !important;
    border: 1px solid #ffffff33;
    border-radius: 50px;
    white-space: nowrap;
}
.solutions-list-reverse .elementor-icon-list-item:hover, 
.solutions-list .elementor-icon-list-item:hover {
    background: #ef2301;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.solutions-list-reverse .elementor-icon-list-items {
    animation: marquee-reverse 85s linear infinite; 
}
@keyframes marquee-reverse {
    0% { 
        transform: translateX(-50%); 
    }
    100% { 
        transform: translateX(0); 
    }
}
.chatbot-col:after,
.chatbot-col:before {
    content: '';  position: absolute;
    left: 0;  top: 93px;
    width: 293px;  height: 146px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;  pointer-events: none;
}
.chatbot-col:after{
    left: auto;  right: 0;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.mute-design-tabs ul.eael-tab-inline-icon .eael-tab-title span {
    font-size: 18px;  font-weight: 400;
    display: block;  padding-top: 13px;
    color: #000 !important;
}
.mute-design-tabs ul.eael-tab-inline-icon .eael-tab-title {
    text-align: left;
}
.mute-design-tabs .eael-tabs-content,
.mute-design-tabs .eael-tabs-nav {
    width: 50%;
}
.mute-design-tabs .eael-tab-nav-item.active {
    background: #fff !important;
    border-radius: 10px;
}
.mute-design-tabs .eael-tabs-content .eael-tab-content-item p,
.mute-design-tabs .eael-tabs-content .eael-tab-content-item img {
    width: 100%;  height: 100%;
    object-fit: cover; border-radius: 15px;
}
.ai-video-sec .elementor-background-video-container {
    opacity: 45%;
    transform: scale(1.4);
}
.build-slider .uael-grid-img-thumbnail{
    height: 680px;
}
.build-slider figure.uael-grid-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.expect-box.box1 {
    position: absolute;
    top: 22px;
}
.expect-box.box2 {
    position: absolute;
    left: 22px;
    top: 49%;
    transform: translateY(-50%);
}
.expect-box.box3 {
    position: absolute;
    right: 15px;
    top: 49%;
    transform: translateY(-50%);
}
.expect-box.box4 {
    position: absolute;
    bottom: 37px;
}
/*<<|---------------------Footer CSS Here---------------------|>>*/
.fotr-info-box a.uael-infobox-cta-link:hover {
    color: rgba(239, 0, 0, 1) !important;
}
.footer-contact-form .wpforms-field-container label.wpforms-field-label {
    font-size: 18px;   font-weight: 500;   margin-bottom: 19px;
}
.footer-contact-form .wpforms-field-container textarea,
.footer-contact-form .wpforms-field-container select,
.footer-contact-form .wpforms-field-container input:not([type=submit]) {
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    width: 100%;
    padding: 0 !important;
    color: rgba(102, 102, 101, 1);
    font-size: 21px;
    font-weight: 400;
    max-width: 100%;
}
.footer-contact-form .wpforms-field-container textarea{
	height: 87px;
}
.footer-contact-form .wpforms-container {
    margin-top: 0 !important;
}
.footer-contact-form .wpforms-field-container textarea:focus, 
.footer-contact-form .wpforms-field-container select:focus, 
.footer-contact-form .wpforms-field-container input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(239, 0, 0, 1) !important;
}
.footer-contact-form .wpforms-field-container .wpforms-field {
    padding-bottom: 28px;
}
.footer-loaction-box .uael-infobox-text {
    max-width: 220px;
}
/*<<|-----------------Responsive CSS Here-----------------|>>*/
@media (max-width: 767px){
    body .expect-box {
        position: unset !important;
        transform: none !important;
    }
    .expect-section:after {
        bottom: 0;
        width: 160px;
        height: 182px;
    }
    .expect-box {
        position: unset !important;
    }
    .mute-design-tabs .eael-tab-item-trigger {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .mute-design-tabs ul.eael-tab-inline-icon .eael-tab-title {
        padding-top: 25px;
    }
    .elementor-counter-title {
        text-align: center !important;
    }
    .sliders-wrapper:before {
        content: '';
        position: absolute;
        left: 0;
        top: -5px;
        bottom: auto;
        width: 100%;
        height: 145px;
        z-index: 999;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }
    body .moving-video-wrapper {
        width: 180px;
        bottom: 15px;
        right: 15px;
    }
    .home-profile-box .elementor-image-box-wrapper {
        display: flex;  align-items: center;
        column-gap: 15px;
    }
    .home-profile-box .elementor-image-box-content {
        flex: 1;
    }
    .footer-loaction-box .uael-infobox-text {
        max-width: 100% !important;
    }
    .logo-slider-container .slider-nav button {
        width: 40px !important;  height: 40px !important;
    }
    .logo-slider-container .slider-nav {
        top: 0 !important;
    }
    .logo-group {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .logo-slider-container {
        padding-top: 80px !important;
    }
}











