@font-face{font-family:'MontserratReg';
  src: url('font/Montserrat-Regular.eot');
  src: url('font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      url('font/Montserrat-Regular.woff2') format('woff2'),
      url('font/Montserrat-Regular.woff') format('woff'),
      url('font/Montserrat-Regular.ttf') format('truetype'),
      url('font/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face{font-family:'MontserratBold';
  src: url('font/Montserrat-Bold.eot');
  src: url('font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
      url('font/Montserrat-Bold.woff2') format('woff2'),
      url('font/Montserrat-Bold.woff') format('woff'),
      url('font/Montserrat-Bold.ttf') format('truetype'),
      url('font/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: MontserratReg !important;
}
h1, h2, h3, h4, h5 {
  font-family: MontserratBold !important; 
}
.carousel-caption p{
  background: black;
}
.image-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 0 10px;
  grid-auto-rows: 10px;
  width: 100%;
  text-align: center;
}

.image-list img {
  width: 225px;
  grid-row-end: span 2;
  border-radius: 55px;
}

.image-list div {
  margin-top: 10px;
}

.image-list img:hover {
  opacity: 0.8;
  cursor: pointer;
  border-radius: 0;
}
h2 {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
}

iframe {
  width: 100%;
  height: -webkit-fill-available;
  min-height: 588px;
}

.ui.segment {
  width: 100%;
}


.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  max-height: 100vh;
}
.swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 20px;

}

.swiper-slide:hover {
  opacity: 0.8;
  cursor: pointer;
  border-radius: 0;
}

.container{
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-right: 0px;
  margin-left: 0px; 
}

.carousel{
  width: 100%;
}

.footer-bottom {
  margin-top: 50px;
}