:root {
  --green-color: #44b8a8;
  --blue-color: #001e45
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Black.woff2') format('woff2'), url('../font/ArtegraSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-ExtraBold.woff2') format('woff2'), url('../font/ArtegraSans-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Bold.woff2') format('woff2'), url('../font/ArtegraSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Light.woff2') format('woff2'), url('../font/ArtegraSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-ExtraLight.woff2') format('woff2'), url('../font/ArtegraSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Medium.woff2') format('woff2'), url('../font/ArtegraSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Regular.woff2') format('woff2'), url('../font/ArtegraSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../font/MyriadPro-Regular.woff2') format('woff2'), url('../font/MyriadPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gotham Book';
  src: url('../font/Gotham-Book.woff2') format('woff2'), url('../font/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-SemiBold.woff2') format('woff2'), url('../font/ArtegraSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

body,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Segoe UI', sans-serif;
  /* overflow-x: hidden; */
}

.text-green {
  color: var(--green-color) !important
}

.bg-green {
  background-color: var(--green-color)
}

.text-blue {
  color: var(--blue-color)
}

.hero,
.hero-content,
.navbar-waterford .nav-link {
  color: #fff
}

.bg-blue,
.hero-1 {
  background-color: var(--blue-color)
}

.navbar-waterford {
  backdrop-filter: blur(4px);
  z-index: 1000;
  backdrop-filter: blur(4px)
}

.navbar-waterford .nav-link:hover {
  color: #e6e6e6
}

.navbar-waterford .btn-outline-light,
.navbar-waterford .navbar-toggler {
  border-color: rgba(255, 255, 255, .6)
}

.fs-artegra,
.hero h1,
.titles-txt {
  font-family: 'Artegra Sans'
}

.hero-content .word,
.titles-txt {
  text-shadow: #0000005d 3px 3px 5px
}

.circle-img,
.object-fit-cover,
.popup-circle {
  object-fit: cover
}

.hero,
.titles-txt {
  text-align: center
}

.fs-7,
.text-xs {
  font-size: .75rem
}

.navbar-waterford .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 0.9 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.hero-stack {
  position: relative;
  height: calc(100vh * 5)
}

.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center
}

.bi-arrow-right,
.map-locs,
.wave-svg,
section#maps {
  position: relative
}

.live-txt {
  font-weight: light !important
}

.hero .word+.word {
  font-weight: 700 !important
}

.sub-title {
  letter-spacing: .2em;
  font-size: 1.12rem
}

.bi-arrow-right {
  bottom: 5px
}

.hero-2 {
  background: url('../images/banner-2.png') center/cover no-repeat
}

.hero-3 {
  background: url('../images/banner-3.png') center/cover no-repeat
}

.hero-4 {
  background: url('../images/banner-4.png') center/cover no-repeat
}

.hero-5 {
  background: url('../images/banner-5.png') center/cover no-repeat
}

.hero-6 {
  background: url('../images/banner-6.png') center/cover no-repeat
}

.hero-7 {
  background: url('../images/banner-7.png') center/cover no-repeat
}

.hero-8 {
  background: url('../images/banner-8.png') center/cover no-repeat
}

.hero-content {
  padding: 2rem;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(40px)
}

.btn-register {
  bottom: 2rem
}

.about-section,
.services-section {
  background-color: #f8f9fa
}

.hero-content .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px)
}

.img-wrapper-row {
  max-width: 1200px;
  margin: auto
}

.text-teal {
  color: #12b3a5
}

.titles-txt {
  font-weight: 700
}

.wave-svg-2 {
  margin-bottom: -5rem;
  z-index: 99
}

section#maps {
  margin-bottom: -8rem;
  z-index: -1
}

.new-heights {
  margin-top: -14rem
}

.map-locs {
  background: url('../images/map-banner_cleanup.png') 0 -10rem/cover no-repeat;
  bottom: 14rem;
  display: block
}

.title-wrap {
  text-shadow: #00000036 3px 3px 5px
}



.z-index-1 {
  z-index: 9
}

.z-index-2 {
  z-index: 99
}

.wave-svg {
  width: 100%;
  z-index: 9
}

.view-site-btn {
  padding: 10px 5px 5px;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: .3s;
  border-bottom: 2px solid;
  text-decoration: none
}

.view-site-btn:hover {
  background-color: #12b3a5
}

.circle-box {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  transition: .3s
}

.circle-box:hover {
  transform: scale(1.05)
}

.circle-img {
  width: 100%;
  height: 100%
}

.top10-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  display: none;
  z-index: 2000;
  padding: 40px
}

.modal-content-box {
  background: #fff;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
  padding: 30px;
  position: relative
}

.popup-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%
}

.close-btn,
.nav-left,
.nav-right {
  position: absolute;
  background: 0 0;
  border: none;
  cursor: pointer
}

.close-btn {
  top: 15px;
  right: 20px;
  font-size: 35px
}

.nav-left,
.nav-right {
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 700;
  padding: 10px
}

.nav-left {
  left: -50px
}

.nav-right {
  right: -50px
}

@media (max-width:768px) {
  .nav-left {
    left: 5px
  }

  .nav-right {
    right: 5px
  }
}

.waterford-contact {
  background: url("../images/conatct-us.png") center/cover no-repeat;
  min-height: 100vh;
  padding: 40px 0;
  position: relative
}

.left-content {
  padding-left: 7vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around
}

.left-content .logo-img {
  max-width: 260px
}

.left-content p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  max-width: 450px;
  line-height: 1.5
}

.register-box {
  background: rgba(255, 255, 255, .55);
  border-radius: 10px;
  backdrop-filter: blur(2px);
  width: 95%;
  margin-left: auto;
  margin-right: 4vw
}

.register-box label {
  font-size: .85rem;
  font-weight: 600
}

.register-box .form-control {
  border-radius: 0;
  border: 1px solid #999
}

.register-box .btn-primary {
  background-color: #002d64;
  border: none;
  padding: 10px 25px;
  font-weight: 600
}

.modal-SmallImg {
  width: 150px;
  right: -10px;
  top: 20px;
}

.modalMainImg {
  max-width: 350px;
}

.modalNumber {
  font-size: 4.5rem;
}

@media (max-width:991px) {
  .register-box {
    width: 100%
  }

  .left-content {
    text-align: center;
    padding: 20px
  }

  .left-content .logo-img {
    margin: 0 auto 20px
  }
}

.heading-new-heights {
  font-size: 2.2rem;
  font-weight: 700
}

.titles-txt {
  font-size: 4.5rem
}

.title-wrap span {
  font-size: 3.2rem;
  font-weight: 600
}

.modalNumber {
  bottom: 0rem;
  right: 1rem;
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 1;
  color: #e6e9ec;
}

.footer-logo {
  max-width: 260px;
}

@media (min-width:576px) {
  .heading-new-heights {
    font-size: calc(1.5rem + 2vw)
  }

  .titles-txt {
    font-size: 3.5rem
  }

  .title-wrap span {
    font-size: calc(3rem + 1vw)
  }
}

@media (min-width:768px) {
  .heading-new-heights {
    font-size: calc(1.8rem + 2.5vw)
  }

  .titles-txt {
    font-size: 4.5rem
  }

  .title-wrap span {
    font-size: calc(4.1rem + 1.4vw)
  }
}

@media (min-width:992px) {
  .heading-new-heights {
    font-size: calc(2rem + 3vw)
  }

  .ins-title {
    bottom: 3rem
  }

  .ins-2-img {
    position: relative;
    bottom: 4rem;
    left: -3rem
  }

  .circle-box {
    width: 180px;
    height: 180px
  }

  .titles-txt {
    font-size: 5.5rem
  }

  .title-wrap span {
    font-size: calc(5.2rem + 1.8vw)
  }

  .modal-SmallImg {
    width: 150px;
    right: -30px;
    top: 20px;
  }
}

@media (min-width:1200px) {
  .heading-new-heights {
    font-size: calc(2.5rem + 3vw)
  }

  .titles-txt {
    font-size: 7.5rem
  }

  .title-wrap span {
    font-size: calc(5.3rem + 2vw)
  }
}

@media (min-width:1400px) {
  .modalNumber {
    font-size: 13.5rem;
  }

  .heading-new-heights {
    font-size: 5rem
  }

  .titles-txt {
    font-size: 8.5rem
  }

  .title-wrap span {
    font-size: 1.7em
  }
}

.circle-box {
  transition: 0.3s ease;
  border-radius: 50%;
  overflow: hidden;
}

.circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top10Modal .modal-content {
  border-radius: 20px;
}

#top10Modal .modal-body img {
  object-fit: cover;
}

.modal-arrow {
  position: absolute;
  width: 100%;
  top: calc(50% - 40px);
  left: 0;
  padding: 0 6px;
  z-index: 999;
}

@media (max-width:664px) {
  .maplocations {
    max-width: 100%;
  }
}