body {
	margin: 0;
	padding: 0;
	background: url('https://webnxa.com/home-furniture/wp-content/uploads/2025/10/body-bg.png');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wdt-animation-wrapper {
    width: 100%;
    display: flex;
    gap: 15px;
    overflow: hidden;
}
.wdt-animation-main-marqee {
    display: flex;
    gap: 15px;
    flex-shrink: unset;
    animation: MarqueeLeft 24s 
linear infinite 0ms;
}
.wdt-animation-item.text-item a {
    white-space: nowrap;
    font-size: 14px;
    color: #FFF;
}


/* Animation for the first right to left marquee */
@keyframes MarqueeLeft {
  0% {
    transform: translateX( calc(0% + 40px));
  }
  100% {
    transform: translateX(-100%);
  }
}

li#menu-item-33 a {
    background: #dd7210;
    border-radius: 35px;
    padding: 10px 20px;
    margin-left: 30px;
    line-height: normal;
}

.wrap-section-list {
    position: relative;
    width: 100%;
    display: block;
    height: 55px;
}
span.wrap-list1 {
    height: 50px;
    width: 2px;
    display: block;
    background: #FFF;
    position: absolute;
    left: 50%;
}
span.wrap-list2 {
    width: 44%;
    height: 2px;
    display: block;
    background: #FFF;
    position: absolute;
    bottom: 4px;
    left: 50%;
}
span.dots {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    background: #FFF;
    border-radius: 100%;
	animation: dotshadow 0.9s linear infinite 1ms;
}

@keyframes dotshadow {
  0% {
    box-shadow: 0 0 0px 0px #FFF;
  }
  100% {
    box-shadow: 0 0 10px 2px #FFF;
  }
}
.wrap-section-hero-banner span.wrap-list2 {
    top: 0;
    left: unset;
    right: 50%;
    bottom: unset;
}
.wrap-section-hero-banner span.dots {
    right: unset;
    left: 0;
    bottom: unset;
    top: -7px;
}
.wrap-section-hero-banner span.wrap-list1 {
    height: 100%;
}

.bottom-wrap-section-wrappp {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    gap: 40px;
}
.right-marquee-wrap {
    flex: 0 0 auto;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 40px;
	animation: dotshadow1 25s linear infinite 1ms;
}

@keyframes dotshadow1 {
    0% {
       transform: translateX( calc(0% + 40px));
    }

    100% {
        transform: translateX(-100%);
    }
}

.wrapper-section-list1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
}
.wrapper-section-list1 img {
    width: 40px;
    display: block;
}
.wrapper-section-list1 a {
    color: #FFF;
    font-family: Marcellus, serif;
    font-size: 33.1525px;
    font-weight: normal;
    line-height: normal;
}

.wrapper-hover-setup img {
    transform: scale(1);
    transition: 0.5s;
}
.wrapper-hover-setup:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}
.counter-wrapper-set .ekit-wid-con .elementskit-countdown-timer.ekit-countdown {
    width: 100%;
    display: flex;
}
.counter-wrapper-set .elementskit-inner-container {
    margin: 0 !important;
}
.our-team-setup img {
	transition: 0.5s;
}
.our-team-setup:hover img {
    opacity: 0.7;
	transition: 0.5s;
}
.our-team-setup .social-up-bottom {
    transition: 0.5s;
}
.our-team-setup:hover .social-up-bottom {
    bottom: 20px !important;
    transition: 0.5s;
}
.form-suscribe form {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100% !important;
    position: relative;
}
.form-suscribe form .tnp-field.tnp-field-email {
    margin: 0;
    padding: 0;
    width: 100%;
}
.form-suscribe form .tnp-field.tnp-field-email label {
    display: none;
}
.form-suscribe form .tnp-field.tnp-field-button {
    position: absolute;
    right: 7px;
    top: 5px;
}
.form-suscribe form .tnp-field.tnp-field-button input.tnp-submit {
    position: unset;
    height: 52px;
    width: 52px;
    border-radius: 100%;
    background-color: #FFF !important;
    background-image: url('https://webnxa.com/home-furniture/wp-content/uploads/2025/10/Vector.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: none !important;
    cursor: pointer;
}
.form-suscribe form .tnp-field.tnp-field-email input#tnp-1 {
    width: 100%;
    height: 64px;
    border-radius: 45px;
    background: transparent;
    border: 1px solid #969696;
    padding: 0 30px;
    color: #FFF;
    font-family: 'Mulish';
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
}
.image-before-wrapper::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    height: 80px;
    width: 80px;
    background: #2b2b2b;
    z-index: 5;
    border-radius: 100%;
	transition: 0.5s;
}
.image-before-wrapper img {
    z-index: 9;
    position: relative;
}
.section-grid-wrappers:hover .image-before-wrapper::before {
	transition: 0.5s;
	transform: scale(0.8);
}

/* Start Custom Tab bar */
.custom-tabbar-set .e-n-tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.custom-tabbar-set .e-n-tabs-heading {
    width: 30%;
    float: unset;
    max-width: 100%;
    min-width: 30%;
    display: grid !important;
    grid-template-columns: auto auto !important;
    gap: 40px !important;
    padding: 0;
    margin: 0;
    justify-content: space-between !important;
}
.custom-tabbar-set .e-n-tabs-content {
    width: 63% !important;
    flex: unset !important;
}
.custom-tabbar-set .e-n-tabs-heading .e-n-tab-title {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 15px !important;
    padding: 10px;
    flex-direction: column;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 170px !important;
}
.custom-tabbar-set .e-n-tabs-heading .e-n-tab-title span.e-n-tab-icon svg {
    width: 38px;
    height: 38px;
}
.custom-tabbar-set .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    color: #FFF;
    font-size: 15px;
}
.custom-tabbar-set .e-n-tabs-heading .e-n-tab-title:hover {
    text-decoration: none !important;
}
#menu-item-33 a.ekit-menu-nav-link:hover {
    color: #FFF;
}

/* End Custom Tab bar */

@media only screen and (max-width: 1025px) {
	
li#menu-item-33 a {
    background: #dd7210;
    border-radius: 35px;
    padding: 10px 20px;
    margin-left: 15px;
    line-height: normal;
    width: auto;
    max-width: max-content;
    margin-top: 10px;
}

}

@media only screen and (max-width: 600px) {

.counter-wrapper-set .ekit-wid-con .elementskit-countdown-timer.ekit-countdown {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
	gap: 15px;
}
.counter-wrapper-set .elementskit-timer-container		{
	margin: 0px !important;	
	width: 100%  !important;
	padding: 0px !important;	
}

	
.custom-tabbar-set .e-n-tabs-heading {
	width: 100%;
    grid-template-columns: auto auto;
    gap: 10px !important;
    margin: 0 0 10px 0;
}
.custom-tabbar-set .e-n-tabs-heading .e-n-tab-title {
    height: 120px;
	margin: 0 !important;
}
.custom-tabbar-set .e-n-tabs-heading .e-n-tab-title:hover {
    text-decoration: none !important;
	margin: 0 !important;
}


}
	