@font-face {
  font-family: "Hurme Geometrical Sans 1";
  src: url("./fonts/HurmeGeometricSans1-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Conqueror Sans";
  src: url("./fonts/ConquerorSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Conqueror Sans";
  src: url("./fonts/ConquerorSansLight.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Conqueror Sans";
  src: url("./fonts/ConquerorSansMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Conqueror Sans";
  src: url("./fonts/ConquerorSans-UltraLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FONTSPRING DEMO - The Seasons";
  src: url("./fonts/Fontspring-DEMO-theseasons-reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* The Seasons - Bold */
@font-face {
  font-family: "FONTSPRING DEMO - The Seasons";
  src: url("./fonts/Fontspring-DEMO-theseasons-reg.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Juana';
  src: url('./fonts/JuanaRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
.container {
  width: 93%;
  margin: auto;
}

body{
   font-family: "Conqueror Sans";
}

p{
   font-family: "Conqueror Sans";
}

.crumb {
  font-family: "Conqueror Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 49.7px;
  letter-spacing: 1px;
  color: #7d5e38 !important;
  margin: 0;
  text-transform: uppercase;
}

.crumb.light {
  color: #fff !important;
}


.hero-global{
    background-image:url(assets/Residences-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100vh;
    position: relative;
}
.hero-global::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 22%);
  z-index: 1;
}
.HeroGlobal-txt{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    position: absolute;
    top: 40%;
    left: 0;
    align-items: center;
    width:100%;
    z-index: 991;
}
.HeroGlobal-txt p,
.HeroGlobal-txt a {
    color:#FFFFFF;
    font-size: 16px;
    font-family: "Conqueror Sans";
    font-weight:400;
    margin: 0;
    letter-spacing: 1px;
    text-decoration: none;
}
.HeroGlobal-txt h1{
    font-size:68px;
    font-weight:700;
    color:#FFFFFF;
    margin:0;
    font-family: "FONTSPRING DEMO - The Seasons";
    font-weight:700;
    line-height:88.8px;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    text-align: center;
}
@media (max-width:767px) {
  .HeroGlobal-txt h1{
    font-size:35px;
    line-height: 41.8px;
    width:85%;
  }
  .HeroGlobal-txt br{
      display: none;
  }
  .container {
    width: 90%;
  }
  .crumb {
    line-height: 30.7px;
    font-size:14px;
  }
  .crumb.light {
    color: #fff !important;
    font-size: 13px;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 90%;
  }
  .crumb.light{
    font-size: 14px;
  }
}