/* Fonts */
/* latin-ext */
@font-face {
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Antonio/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8StBaWHASQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Antonio/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8StPaWE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Satisfy/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.yellow_color{
    color: #fee542 !important;
}

.black_color{
    color: #000 !important; 
}

/* Logo Bigger */
.main-brand img,
.dsnload__img img {
  width: 140px;
}
/* Span Font */
span, .sub-heading {
    font-family: 'Antonio';
}
/* Background Images Black Filter */
/*[data-overlay="7"]::before, [data-dsn-overlay="7"]::before{
    opacity: 0.3;
}*/
/* Robotic Camera */
.brands.background-section{
    src: url('img/robotic/SonyCine_FR7.webp');
}

.section-seat .content-blure{
    backdrop-filter: blur(5px);
}

/* Text Justify */
.text_justify{
  text-align: justify;
}

/* Play Reel Button Black Color SVG */
/*.dsn-btn-shape .icon svg{
  fill: #000 !important;
}*/

/* List-style in Services */
.dsn-service li{
  list-style: disc !important;
}

