/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('../fontsMYRIADPRO-COND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('../fontsMYRIADPRO-CONDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('../fontsMyriadPro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('../fontsMYRIADPRO-SEMIBOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('../fontsMYRIADPRO-SEMIBOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('../fontsMYRIADPRO-BOLDCOND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fontsMYRIADPRO-BOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('../fontsMYRIADPRO-BOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('../fontsMYRIADPRO-BOLDCONDIT.woff') format('woff');
    
    
    
    }
    
    .preloader {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Background image layer */
.preloader-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;          /* background image opacity */
    z-index: 1;
}

/* Content on top */
.preloader-heading {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Logo */
.preloader-logo {
    width: 300px;
    margin-bottom: 20px;
    animation: logoZoom 1.5s infinite alternate;
}

@keyframes logoZoom {
    from { transform: scale(1); }
    to   { transform: scale(1.08); }
}

/* Dots animation */
.load-text {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.load-text span {
    font-size: 36px;
    font-weight: bold;
    color: #f8a201;
    opacity: 0;
    animation: dotMove 1.5s infinite;
}

.load-text span:nth-child(1) { animation-delay: 0s; }
.load-text span:nth-child(2) { animation-delay: .2s; }
.load-text span:nth-child(3) { animation-delay: .4s; }
.load-text span:nth-child(4) { animation-delay: .6s; }
.load-text span:nth-child(5) { animation-delay: .8s; }
.load-text span:nth-child(6) { animation-delay: 1s; }

@keyframes dotMove {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
