@font-face {
  font-family: HDFont;
  src: url('../fonts/MyriadPro-Regular.otf');
}

body {
  background-color: #000;
  overflow: hidden;
  margin: 0 auto; 
  font-family: HDFont;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #222; 
}

svg path {
  fill : #fff;
}

#slideShow svg path{
  fill:#DA2128;
}
.container {
  margin: auto;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden; 
}

.position-relative {
  position: relative !important; 
}

.position-absolute {
  position: absolute !important; 
}

.w-100 {
  width: 100%; 
}
.d-none {
  display: none !important;
}
.main-component {
  right: 3%;
  top: 200px;
  height: 100%;
  width: 30%;
  display: flex; 
}

.text-menu {
  width: 65%;
  padding: 0 50px; 
}

.text-menu .menu {
  margin-bottom: 10px; 
}

.text-menu .menu img {
  height: 5vw; }

.text-menu .menu:nth-child(odd) img {
  margin-left: 100px; 
}

.image-menu {
  width: 10%; 
}

.slide-show {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transition: 0.5s;
  height: 100vh; 
  overflow: hidden;
}

#slideShow::-webkit-scrollbar {
  width: 12px;
  background-color: #f3f3f3; 
}

#slideShow .splide.is-active .splide__list {
  flex-direction: column; 
  height: 100vh;
  overflow: scroll;
  transform: unset !important;
}

.slide-show .splide__list {
  background-color: #f2f2f2; 
}

.slide-show .splide__list .splide__slide {
  margin: 0px 10px 10px;
  width: 200px !important;
  height: 128px !important; 
}

#primary-slider .splide__list .splide__slide {
  background-size: contain !important;
  /*padding-top: 7vh;*/
  /*padding-bottom: 7vh;*/
  /*background-origin: content-box !important;*/
}

.fastTool{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
}

.fastTool .pagination input{
  width: 50px;
  height: 26px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
}
.openSlideShow {
  font-size: 16px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  padding: 15px;
  border: none;
}

.closeSlideShow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  left: -50px;
  top: 50%;
  z-index: 3;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%; 
}

.openSlideShow:hover {
  background-color: #444; 
}

.splide {
  padding: 0 !important; 
}

#slideRanger {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  display: flex;
}

#slideRanger .outputWrap{
  width: 1024px;
  margin: auto;
  position: relative;
}

.rangeInput:hover #backgroundSlider{
    display: block;
}

#slideRanger .rangeInput {
  width: 100%;  
  margin: 0;
  padding: 0;
  border: 1px solid #Fff;
  height: 8px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

#primary-slider {
  width: 100%; 
}

#backgroundSlider{
  display: none;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4B4B4B;
  border-radius: 10px;
  z-index: 0;
}

#backgroundSliderMainDot{
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #DA2128;
  border-radius: 10px;
  z-index: 2;
}

.splide__arrow svg{
  width: 4em !important;
  height: 4em !important;
}

.splide--nav>.splide__track>.splide__list>.splide__slide{
  opacity: 1;
}

.number{
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: absolute;
  top: 44%;
  left: 43%;
}

#rangeInput:hover ~ output{
  visibility: visible !important;
} 

.dot:hover ~ output{
  visibility: visible !important;
} 

#slideRanger output{
  position: absolute;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px; 
  height: 100px; 
  text-align: center; 
  color: white; 
  border-radius: 10px; 
  display: flex; 
  bottom: 175%;
  left: 0;
  margin-left: -5%;
  border: 2px solid #fff;
  visibility: hidden;
  justify-content: center;
  align-items: center;
}

#slideRanger output:after { 
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  margin-top: 0px;
}

.dot {
  height: 8px;
  width: 5px;
  position: absolute;
  background-color: #FFBD14;
  display: inline-block;
  top: 1px;
}


.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{
  border-color: #DA2128 !important;
}

/* #mainDot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
} */

#secondary-slider .splide__track .splide__slide{
  overflow: hidden;
}