@font-face {
  font-family: 'Frutiger Next for EVN';
  src: url('../font/FrutigerNextforEVN-Light.woff2') format('woff2'),
    url('../font/FrutigerNextforEVN-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger Next for EVN';
  src: url('../font/FrutigerNextForEVN-Bold.woff2') format('woff2'),
    url('../font/FrutigerNextForEVN-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


html {
  overflow: hidden;
}


body {
  font-family: 'Frutiger Next for EVN';
  margin: 0;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #eb1c24 !important;
  transition: background-color 0.5s;
  color: white;
  overflow: hidden;
}


#overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background-color: rgba(0, 0, 0, 1); /* Start fully opaque black */
  z-index: 1;
  transition: background-color 0.5s, opacity 0.5s;
  height: 100%;
  width: 100%;
}


#wrap {
  background: url(../img/pokana-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}


#slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #818488;
  border-radius: 20px;
  padding: 10px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

#slider {
  height: 360px;
  width: 10px;
  margin: 20px;
  transition: opacity 0.5s;

}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: red;
}


.ui-slider-vertical .ui-slider-handle {
  left: -6px;
  margin-left: 0;
  margin-bottom: -0.6em;
  border-radius: 10px;
  border: 2px solid #c5c5c5;
  cursor: pointer;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5;
  background: #ccc;
  font-weight: normal;
  color: #ffffff;
}


.content {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  opacity: 1;
  /* Initially hide the text */
  display: none;
  z-index: 0;
}

.content p {
  margin: 0px;
}


.sub_title {
  font-size: 50px;
}

.main_title {
  font-size: 130px;
  font-weight: bold;
}

.main_title1 {
  font-size: 118px;
  line-height: 50px;
}

.date {
  font-size: 130px;
  padding-top: 40px;

}

.location {
  font-size: 47px;
  color: #000;
  font-weight: 600;
}

.email {
  font-size: 39px;
  padding-top: 30px;
}

.email a {
  font-size: 36px;
  color: #fff;
  text-decoration: none;
}


.icon {
  width: 30px;
}

.top-icon {
  margin-bottom: 10px;
}

.bottom-icon {
  margin-top: 10px;
}