/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2026 | 21:43:06 */
header.jupiterx-header.jupiterx-header-custom {
    position: absolute;
}

.text-yellow {
	color: #FFC107;
}

.zindex-1 {
	z-index: -1;
}

.css-layer {
	box-shadow: 0px 14px 32px 0px #000000C9;
}

._3d-flip-book {
	position: relative;
    bottom: -40px;
    z-index: 11;
	
	@media (max-width: 575px) {
		bottom: 0px;
	}
}

.featured-section {
	overflow: clip;
	
	&:before {
		content: '';
		background-image: url('https://nexversedemo.com/chris/wp-content/uploads/2026/06/shadow-left.webp');
		width: 220px;
        height: 1119px;
        position: absolute;
        top: -400px;
	}
	
	&:after {
		content: '';
		background-image: url('https://nexversedemo.com/chris/wp-content/uploads/2026/06/shadow-right.webp');
		width: 538px;
        height: 1119px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
	}
}

.subscribe-form {
	.jet-subscribe-form__submit {
		flex-direction: row-reverse;
		position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
		
		.jet-subscribe-form__submit-icon {
			margin-right: 0px;
			margin-left: 10px;
		}
	}
}

.yellow-btn {
	.raven-button {
		.raven-button-content {
			.raven-button-icon {
				svg path {
					transition: all .3s ease;
				}
			}
		}
		
		&:hover {
			.raven-button-content {
				.raven-button-icon {
					svg {
						fill: none !important;
						
						 path {
							stroke: #ffffff;
						}
					}
				}
			}
		}
	}
}

.white-btn {
	.raven-button {
		.raven-button-content {
			.raven-button-icon {
				svg path {
					transition: all .3s ease;
				}
			}
		}
		
		&:hover {
			.raven-button-content {
				.raven-button-icon {
					svg {
						 path {
							stroke: #331C2C;
						}
					}
				}
			}
		}
	}
}

@media (max-width: 1024px) {
	.banner-img {
		position: unset!important;
	}
}