/*
 Theme Name:     ON
 Theme URI:      https://ad-emotion.marketing
 Description:    Theme of ON
 Author:         MZDN
 Author URI:     https://ad-emotion.marketing
 Template:       Divi
 Version:        1.0.0
*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #d4202c;
}

::-webkit-scrollbar-track {
  background: #010101;
  /*border-left: 1px solid #e8e8e8;*/
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Bold'), local('Industry-Bold'),
    url('/wp-content/themes/on/fonts/Industry-Bold.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Black Italic'), local('Industry-BlackItalic'),
    url('/wp-content/themes/on/fonts/Industry-BlackItalic.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Light'), local('Industry-Light'),
    url('/wp-content/themes/on/fonts/Industry-Light.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Medium'), local('Industry-Medium'),
    url('/wp-content/themes/on/fonts/Industry-Medium.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Black'), local('Industry-Black'),
    url('/wp-content/themes/on/fonts/Industry-Black.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Thin Italic'), local('Industry-ThinItalic'),
    url('/wp-content/themes/on/fonts/Industry-ThinItalic.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Light Italic'), local('Industry-LightItalic'),
    url('/wp-content/themes/on/fonts/Industry-LightItalic.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Bold Italic'), local('Industry-BoldItalic'),
    url('/wp-content/themes/on/fonts/Industry-BoldItalic.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Medium Italic'), local('Industry-MediumItalic'),
    url('/wp-content/themes/on/fonts/Industry-MediumItalic.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Industry';
  src: local('Industry Thin'), local('Industry-Thin'),
    url('/wp-content/themes/on/fonts/Industry-Thin.woff2') format('woff2'),
    url('/wp-content/themes/on/fonts/Industry-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Industry' !important;
}

.scrolltext::-webkit-scrollbar{
    /*display: none;*/
    width: 1px;
}
.scrolltext{
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    /*-ms-overflow-style: none; 
    scrollbar-width: none;  */
}
.backdrop-blur{
    backdrop-filter: blur(5px);
    background: #0000004f;
    padding: 15px;
}
.img-shadow img{
    box-shadow: rgba(0, 0, 0, 0.30) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.et-social-foursquare a.icon:before{
    content:url(/wp-content/uploads/2024/04/brand-imdb.svg);
    filter: invert(1);
}
.custom-btn.dnxte_button .dnxt-btn-icon i{
	position: relative;
	top: -1px;
	padding-right: 10px !important;
}