/*
This file contains delayable CSS that will be preloaded Asynchronously using Google's recommended filamentgroup loadCSS link stylesheet trick
Type: Delayable CSS
Usage: loadCSS link stylesheet trick
Load: Asynchronously
Devices: All
 */

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    src: url('/wp-content/themes/Digitouch/assets/fonts/GilroyMedium.woff2') format('woff2'), url('/wp-content/themes/Digitouch/assets/fonts/GilroyMedium.woff') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'NarkissBlock';
    font-style: normal;
    font-weight: 500;
    src: url('/wp-content/themes/Digitouch/assets/fonts/NarkissBlockMedium.woff2') format('woff2'), url('/wp-content/themes/Digitouch/assets/fonts/NarkissBlockMedium.woff') format('woff');
    font-display: swap
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(22px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(22px)
    }
}

@keyframes fade {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@media (max-width: 768px){
#videoPopup.shown-video, #closeVideo.shown-video {

    display: none !important;

}
#playShowReel{
    display: none !important;
}
}
