* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
}

#section-1 {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#section-1 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

#section-1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

#section-1 .container {
  position: relative;
  z-index: 2;
}

section {
  padding: 5% 0 3%;
}

.card-column {
  position: relative;
}

.accomodation-btn {
  position: absolute;
  bottom: 15px;
}

#content {
  padding-bottom: 5%;
}

.carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 50vh;
  overflow: hidden;
}

#myCarousel .carousel-item::before {
  content: '';
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#ski-services,
#la-tania,
#morzine,
#tignes {
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: ellipse(50% 50% at center);
  /* -webkit-clip-path: ellipse(50% 50% at center); */
}

i {
  /* font-size: 40px; */
  position: absolute;
  top: 8px;
  left: 8px;
  /* background-color: #17a2b8;
  color: white; */
}

.fa,
.fab,
.fal,
.far,
.fas {
  line-height: 0.7;
}

.fa-ul > li {
  padding: 2rem 1rem 0;
}

.icon {
  filter: invert(88%) sepia(54%) saturate(0%) hue-rotate(53deg) brightness(109%)
    contrast(100%);
  width: 40px;
  height: auto;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.bg-music {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0.1rem;
}

#audio-btn:focus,
#video-btn:focus {
  box-shadow: inset 0 0 0 1px black, 0 0 0 1px white;
}

@media screen and (max-width: 1200px) {
  .video-container {
    width: 95%;
  }
}

@media screen and (max-width: 991px) {
  .video-container {
    width: 92%;
  }
}

@media screen and (max-width: 640px) {
  #bg-video {
    display: none;
  }

  #section-1 {
    background-image: url('https://source.unsplash.com/XT5OInaElMw/1600x900');
  }
}


/* CSS additions */

#city-input {
  width: 30%;
  height: 36px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.2rem;
}

#btn {
  height: 60px;
  width: 100px;
  border-radius: 10px;
  font-size: 1.2rem;
}

#btn:hover {
  background-color: aqua;
}

#display {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map {
  width: 100vw;
  height: 60vh;
  border: 1px solid rgba(0,0,0,.125);
}

.hide {
  display: none;
}

#calculator {
  cursor: pointer;
}

#pick-date {
  padding: 0.7em 0;
}

#calculator-window{
  position: fixed;
  top: 54%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
  max-height: 90vh;
  overflow-y: scroll;
}

.fa-calculator {
  position: relative;
  top: 0;
  left: 0;
}

.close {
  padding: 0 .7rem;
  border: none;
  box-shadow: 0 0px 10px 0px #333;
  outline: none;
  background-color: transparent;
  font-size: 1.5rem;
}


#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background-color: #000;
  display: none;
}

.form-select option {
  padding: 15px 40px !important;
}

#promotion {
  position: absolute;
  top: 75%;
  left: 50%;
  width:14rem;
  height: 14rem;
  border-radius: 100%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.3);
}

#discount-percent {
color: #17a2b8;
}

#calculator {
  color: #0d6efd;
}

#calculator:hover {
  color: #0a58ca;
}