/**
 * Custom styles for this theme
 */

.key-info {
    position: relative;
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    font-size: 12px;
    color: var(--black-color);
    background: var(--main-color);
    border-radius: 2px;
    margin: 0px;
    border: none;
    outline: none;
}

.key-text {
    font-size: 14px;
    color: var(--color-three);
}

.header-upper {
    backdrop-filter: blur(9px) !important; 
    background-color: #152c29b4 !important;
}

.image-layer {
	position: relative;
	background-size: cover;
	background-position: center;
}

/* Dark overlay */
.image-layer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55); /* adjust darkness */
	z-index: 1;
}

.preloader-logo
{
    max-width:200px;
}