:root {
  --white: white;
  --blue: #091c36;
  --orange: #f15f22;
  --black: black;
}

a {
  color: var(--white);
  text-decoration: underline;
}

.body {
  background-color: var(--blue);
  font-family: Codecpro, sans-serif;
}

.headimage-wrapper {
  z-index: 30;
  width: 100%;
  height: 40vh;
  filter: saturate(50%);
  background-image: linear-gradient(rgba(9, 28, 54, .4), rgba(9, 28, 54, .4)), url('../images/cheering-crowd-with-hands-in-air-at-music-festival-2023-11-27-04-55-53-utc.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-around;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.icon {
  object-fit: contain;
}

.icon.ss {
  padding: 3rem;
}

.text-wrapper {
  z-index: 25;
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.text-innerwrapper {
  width: 50%;
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-innerwrapper.orange {
  background-color: var(--orange);
}

.heading_construction {
  color: var(--white);
  font-size: 2rem;
  line-height: 2rem;
}

.heading_construction.black {
  color: var(--black);
}

.heading_construction-wrapper {
  border-bottom: 3px solid var(--white);
  margin-bottom: 2rem;
  padding: .5rem;
}

.text_construction {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text_construction.bottom-margin {
  margin-bottom: 8rem;
}

.text_construction.leftalign {
  text-align: left;
  padding-left: 1rem;
  line-height: 1.75rem;
}

.heading_construction-wrapper-2 {
  border-bottom: 3px solid #fff;
  margin-bottom: 2rem;
  padding: .5rem;
}

.heading_construction-2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}

.construction_contact-wrap {
  padding-left: 0;
  display: flex;
}

.construction_iconwrap {
  flex-direction: column;
  display: flex;
}

.construction_contacticon {
  width: 1.25rem;
  height: 1.75rem;
  filter: invert();
  object-fit: contain;
}

.construction_absoluteicon {
  width: 8rem;
  height: 8rem;
  filter: invert();
  margin-top: -4rem;
  margin-left: -4rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.construction_weare_wrapper {
  z-index: 50;
  width: 32rem;
  height: 8rem;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: -16rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4rem;
  left: 50%;
  right: 0%;
}

@media screen and (max-width: 767px) {
  .headimage-wrapper {
    height: 22rem;
  }
}

@media screen and (max-width: 479px) {
  .headimage-wrapper {
    height: 16rem;
    padding-top: 1rem;
    padding-bottom: 8rem;
  }

  .icon.ss {
    padding: 1rem;
  }

  .text-wrapper {
    flex-direction: column;
  }

  .text-innerwrapper {
    width: 100%;
    height: 48rem;
  }

  .heading_construction.black {
    font-size: 1.5rem;
  }

  .construction_weare_wrapper {
    width: auto;
    height: 6rem;
    margin-left: 1rem;
    margin-right: 1rem;
    bottom: -3rem;
    left: 0%;
  }
}


@font-face {
  font-family: 'Codecpro';
  src: url('../fonts/CodecPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}