

@font-face {
  font-family: 'AvenirLTStd';
  src: url('../fonts/AvenirLTStd-Roman.otf');
}

*{
  font-family: 'AvenirLTStd', sans-serif
}

@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Regular.otf');
}

.font-cinzel{
  font-family: 'Cinzel', serif;
}

@font-face {
  font-family: 'Minion';
  src: url('../fonts/minion.otf');
}

@font-face {
  font-family: 'Ethnocentric';
  src: url('../fonts/ethnocentricrg.otf');
}

@font-face {
  font-family: 'Halftone_Poster';
  src: url('../fonts/Halftone_Poster.otf');
}

@font-face {
  font-family: 'TerminaTest-Regular';
  src: url('../fonts/TerminaTest-Regular.otf');
}

#bg-video {
  z-index: -5 !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.font-minion{
  font-family: 'Minion', serif;
  font-weight: 100;
}

#header div div a, #header div a{
  font-size: 14px;
  font-family: "TerminaTest-Regular", serif !important;
}

.swiper{
    width: 350px;
    height: 200px;
}
audio::-webkit-media-controls-panel {
    background-color: #343434;
  }
  audio::-webkit-media-controls-current-time-display {
    color: #fff;
  }
  audio::-webkit-media-controls-time-remaining-display {
    color: #fff;
  }
  audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-mute-button {
    border-radius: 50%;
    background-color: white;
  }

  .pphoto{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }
@media screen and (max-width: 600px) {
  #bg-video {
    object-fit: cover;
    margin-top: -60px;
    width: auto;
    height: 100vh;

  }

  #wrapper_video {
    transform: translateX(-50%) !important;
  }
  .pphoto {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-img{
  background-size: cover;
}

#footer_sign{
  width: 60px;
}



/* for same height */
.slick-track{
  max-height: 245px !important;
  display: flex !important;
}

.slick-slide{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch  !important;
  height: inherit !important;
}
/* for same height */

.slider{
  margin: 0 -27px 20px -27px;
}

.slide{
  border-radius: 7px;
  margin: 0 27px;
  width: 100%;
  text-align: center;
  /* transform: rotate3d(1, 1, 0, -20deg); */
  transition: all ease .5s;
}

.slide img{
  max-height: 217px !important;
  margin: auto;
  border-radius: 3px;

}

/* .slide:hover{
  transform: rotate3d(1, 1, 0, 0deg);;
} */

.slide h3 {
  font-size: 20px;
  background-color: #171A1D;
  border-radius: 3px;
}

@media only screen and (max-width: 768px) {

  .slide h3 {
    font-size: 15px;
  }

  .specials_table{
    margin: 20px auto auto auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 100% !important;
    width: 75%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.specials_table{
  margin: 20px auto auto auto;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  max-height: 400px;
  width: 75%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.specials_table a {
  padding: 5px;
  border: white solid 1px;
}



/* scroller */
/* .specials_table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000000;
}

.specials_table::-webkit-scrollbar
{
	width: 7px;
	background-color: #000000;
}

.specials_table::-webkit-scrollbar-thumb
{
	background-color: #ffffff;
	border: 5px solid rgb(255, 255, 255);
  border-radius: 10px;
} */



/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #AAAAAA #DFE9EB;
}*/

/* Chrome, Edge and Safari */
.specials_table::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}
.specials_table::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #0fa8f5 ;
}

.specials_table::-webkit-scrollbar-track:hover {
  background-color: #0fa8f5 ;
}

.specials_table::-webkit-scrollbar-track:active {
  background-color: #0fa8f5 ;
}

.specials_table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #576900 ;
}

.specials_table::-webkit-scrollbar-thumb:hover {
  background-color: #576900 ;
}

.specials_table::-webkit-scrollbar-thumb:active {
  background-color: #576900 ;
}

/* scroller */


/* for photo gallery aspects */
.pswp__img {
  object-fit: contain;
  max-width: none;
}
/* for photo gallery aspects */