@font-face {
  font-family: Bonheurroyale;
  src: url('../fonts/BonheurRoyale-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Herrvonmuellerhoff;
  src: url('../fonts/HerrVonMuellerhoff-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montecarlo;
  src: url('../fonts/MonteCarlo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poiretone;
  src: url('../fonts/PoiretOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1 {
  color: #333333f2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Herrvonmuellerhoff, Georgia, sans-serif;
  font-size: 13rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poiretone, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.main_sections {
  position: relative;
}

.container-large {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.comming_soon_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.cs_bg {
  background-image: url('../images/Desktop---1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text_wrapper {
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7.7rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.4rem;
    line-height: 1;
  }

  .comming_soon_wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 100svh;
    padding-top: 10rem;
  }

  .heading {
    font-size: 4.5rem;
  }
}


@font-face {
  font-family: 'Bonheurroyale';
  src: url('../fonts/BonheurRoyale-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Herrvonmuellerhoff';
  src: url('../fonts/HerrVonMuellerhoff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montecarlo';
  src: url('../fonts/MonteCarlo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poiretone';
  src: url('../fonts/PoiretOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}