/*
Theme Name: Arkid
Theme URI: https://wp.dynamiclayers.net/arkid/
Author: DynamicLayers
Author URI: https://themeforest.net/user/dynamiclayers/portfolio
Description: Create your next Architecture and Interior Design website with Arkid WordPress Theme.
Version: 2.0.1
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Arkid is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arkid
*/
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-loader {
    position: relative;
    width: 120px;
    height: 120px;
}

.logo-loader img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
    z-index: 2;
}

.logo-loader span {
    position: absolute;
    inset: 0;
    border: 4px solid #e5e5e5;
    border-top: 4px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
