* {
  /*outline: 1px solid red;*/
  box-sizing: border-box;
}

.slidedesc {
  position: absolute;
  top: 50%;
  /* center vertically */
  left: 50%;
  /* center horizontally */
  transform: translate(-50%, -50%);
  /* true center */
  color: white;
  font-size: 3rem;
  font-weight: bold;
  /* optional background */
  padding: 10px 20px;
  border-radius: 8px;
  z-index: 2;
  /* ensure it's above image */
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

#nav,
body {
  overflow-x: hidden;
}

*,
a {
  text-decoration: none
}

.blocker,
.blocker1 {
  -webkit-user-drag: none
}

.about-header3,
.contact-box {
  box-sizing: border-box
}

.contact-us,
.headline,
.overlay-text {
  text-transform: uppercase
}

.abt,
.abt2,
.bg,
.cube,
.footer-logo {
  object-fit: cover
}

::-webkit-scrollbar {
  width: 0;
  height: 0
}

#nav,
.bg,
.hero {
  width: 100%
}

* {
  font-family: Lato, sans-serif
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #262626
}

.menu-toggle {
  display: none;
  font-size: 30px;
  background: 0 0;
  border: none;
  color: #fff;
  cursor: pointer
}

#nav {
  position: fixed;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  font-size: 18px;
  box-sizing: border-box;
  /* include padding/border in width */
  z-index: 1000;

  animation: 2s ease-in-out fadeDown
}

a {
  color: #d4af37;
  font-size: 1rem;
  gap: 20px;
  transform: uppercase
}

.logo {
  display: flex;
  height: 80px
}

.nav-links {
  padding-right: 50px;
}

.nav-links a {
  margin: 0 15px;
  transition: color .3s ease-in-out
}

.bg {
  position: absolute;
  height: 950px;
  z-index: -1
}

.about-header,
.mid {
  position: flex
}

.hero {
  height: 100vh
}

.herosectionslideshow {
  animation: 2s ease-in-out zoomInPlace
}

.main-content {
  color: #fff;
  margin: 0 20px;
  max-width: 100%;
  font-size: 1.3rem
}

.description1 {
  margin-bottom: 20px
}

.blocker {
  user-drag: none
}

#app {
  transition: opacity .3s ease-in-out
}

.space {
  padding: 60px
}

.aa,
.spacer50,
.tac {
  padding: 50px
}

.about-content {
  height: 100vh;
  padding-top: 5vh;
  padding-left: 30%;
  padding-right: 30%;
  color: #fff
}

.ash,
.ash2,
.termsandcond {
  color: #d4af37
}

.ash2 {
  font-size: .75rem
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  padding-left: 20%;
  padding-right: 20%;
}

.about-header,
.about-header3 {
  padding: 0 200px;
  max-width: 100%
}

.about-text,
.home-content {
  color: #fff
}

.about-text2 {
  color: #fff;
  flex: 1;
  padding-left: 20%;
  padding-right: 20%;
}

.contact-card,
.contact-us,
.footer2,
.quick {
  color: #c3a132
}

.about-container3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap
}

.abt2 {
  max-width: 50%;
  width: 100%;
  height: 1000px
}

.abt {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0 90px
}

.slide,
.slideshow {
  width: 100%;
  height: 100%
}

.logo-d {
  padding: 2 0
}

.purpose-header {
  display: flex;
  max-width: 100%;
  gap: 0;
  margin: auto
}

.dsd {
  padding: 20px
}

.description2 {
  max-width: 90%;
  padding: 20px;
  margin: 0 40px
}

.mid {
  max-width: 100%;
  padding: 100px;
  justify-content: center
}

.contact-us {
  max-width: 100%;
  justify-content: right;
  display: absolute;
  font-size: .8rem;
  padding: 0 50px;
  margin: 0 20px
}

.footer,
.image-grid {
  margin: 0 auto;
  max-width: 100%
}

.contacthead {
  max-width: 100%;
  grid-template-columns: repeat(3, 1fr);
  display: grid
}

.blocker1 {
  user-drag: none;
  position: relative;
  padding: 0
}

.contact-description {
  max-width: 100%;
  padding: 0 300px;
  justify-content: center;
  color: #b7b7b7
}

.contact-box {
  width: 100%;
  padding: 40px 20px;
  text-align: center
}

.contact-title {
  max-width: 100%;
  color: #f8f4ef
}

.blocker12 {
  -webkit-user-drag: none;
  user-drag: none;
  position: flex;
  justify-content: center
}

.slideshow {
  position: relative;
  /* needed for absolutely positioned children */
  width: 100%;
  height: 100vh;
  /* full viewport height */
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: 30s infinite fadeSlideshow;
}

.headline,
.home-content span {
  opacity: 0;
  animation: 30s infinite fadeZoomInText
}

.home-content span:first-child,
.slide:first-child {
  animation-delay: 0s
}

.home-content span:nth-child(2),
.slide:nth-child(2) {
  animation-delay: 6s
}

.home-content span:nth-child(3),
.slide:nth-child(3) {
  animation-delay: 12s
}

.home-content span:nth-child(4),
.slide:nth-child(4) {
  animation-delay: 18s
}

.home-content span:nth-child(5),
.slide:nth-child(5) {
  animation-delay: 24s
}

.home-content span {
  padding-right: 20px;
  position: absolute;
  font: 800 2rem Lato, sans-serif
}

.cube,
.grid-item {
  height: 100%;
  width: 100%;
  animation: linear appearScroll;
  animation-timeline: view();
  animation-range: entry 0px
}

.headline {
  color: #fff;
  width: 100%;
  transition: opacity 1s ease-in-out;
  transform-origin: center;
  -webkit-text-stroke: 1px white
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(700px, 1fr));
  gap: 16px;
  width: 100%
}

.cube {
  border-radius: 8px;
  display: block
}

.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .7)
}

.grid-item {
  display: grid;
  position: relative;
  overflow: hidden
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  background-color: #313131;
  color: #fff
}

.links-footer1,
.links-footer2,
.links-footer3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  border: 5px solid #2a2929
}

.footer2 {
  max-width: 100%
}

.footer-head {
  flex: 1;
  max-width: 50%;
  height: 850px;
  overflow: hidden
}

.map {
  max-width: 100%;
  height: 450px;
  margin: 60px;
  border-radius: 10px;
  border: 10px solid #2a2929
}

.description-footer {
  font-size: .8rem;
  line-height: 1.5
}

.footer-logo {
  max-width: 100%;
  height: 100px;
  margin: 0 auto
}

.links-footer1 {
  max-width: 90%
}

.links-footer2,
.links-footer3 {
  color: #c3a132
}

.footer-wrapper {
  padding: 0;
  margin: 0
}

.det {
  margin: 4px 0;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  word-break: break-word
}

.links-footer {
  font-size: .8rem
}

.blocker12 {
  padding: 0;
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto
}

.tach1,
.terms-and-cond {
  padding-left: 20%;
  padding-right: 20%
}

.terms-and-cond {
  font-size: 1rem;
  color: #f8f4ef
}

.tach1,
.tach2,
.tach3 {
  color: #d4af37;
  margin-bottom: 20px
}

.tach1 {
  font-size: 2.5rem;
  text-align: center
}

.tach2,
.tach3 {
  font-size: 1.5rem
}

.tacp1 {
  padding-bottom: 10px
}

.note {
  font-style: italic;
  color: tomato;
  padding-bottom: 5px;
  font-size: 1.2rem
}

.notep {
  color: #d4af37;
  padding-bottom: 10px;
  word-spacing: 2px
}

.descriptions {
  padding-left: 10%;
  padding-right: 10%;

}

.desc1 {
  animation: linear appearScroll;
  animation-timeline: view();
  animation-range: entry 0px
}

.desc2 {
  animation: linear appearScroll;
  animation-timeline: view();
  animation-range: entry 0px
}

@media (max-width:430px) {

  .blocker1,
  .blocker12,
  .blocker {
    width: 100%;
    height: auto;
    padding: 0
  }

  .headline,
  .main-content {
    font-size: 1.2rem
  }

  .grid-item,
  .image-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  ::-webkit-scrollbar {
    scroll-behavior: smooth
  }

  .nav-links a {
    font-size: 12px;
    margin: 0 0;
  }

  .nav-links {
    align-items: center;
    gap: 10px
  }

  .logo {
    height: 50px;
    /* or whatever fits your design */
    width: auto;
  }

  .main-content {
    padding: 0 10px
  }

  .space {
    padding: 10px
  }

  .grid-item {
    grid-template-rows: auto auto auto auto auto auto
  }

  .slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Make it full-screen height */
    overflow: hidden;
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
    display: flex;
    /* For centering slide description */
    justify-content: center;
    align-items: flex-end;
    padding: 2rem;
    color: white;
    font-size: 1.5rem;
    text-shadow: 0 0 5px black;
    
  }

  .slidedesc {
    position: absolute;
    top: 50%;
    /* center vertically */
    left: 50%;
    /* center horizontally */
    transform: translate(-50%, -50%);
    /* true center */
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    /* optional background */
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 2;
    /* ensure it's above image */
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  }

  .background-wrapper {
    height: 10vh
  }

  .home-content span {
    font: 600 1.3rem Lato, sans-serif;
    padding-right: 10px
  }

  .herosectionslideshow {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

@media (max-width:900px) {

  .grid-item,
  .image-grid,
  .links-footer1,
  .links-footer2,
  .links-footer3 {
    grid-template-columns: 1fr
  }

  .det,
  .footer {
    text-align: center
  }

  .descriptions {
    animation: linear appearScroll;
    animation-timeline: view();
    animation-range: entry 40px
  }

  .main-content {
    font-size: 1rem;
    padding: 0 10px
  }

  .slide {
    height: 100vh
  }

  .headline {
    font-size: .9rem
  }

  .background-wrapper {
    height: 30vh
  }

  .grid-item {
    grid-template-rows: 9rem 1rem 1rem auto 1rem 4rem
  }

  .logo {
    width: 50px;
    height: 70px
  }

  .nav-links {
    font-size: .2rem;
    display: flex
  }

  .footer {
    flex-direction: column;
    align-items: center
  }

  .footer-head {
    flex: 1;
    min-width: 250px
  }

  .det {
    font-size: 13px
  }
}

@media (max-width:1200px) {
  .mid {
    padding: 40px 20px
  }

  .contact-us1 {
    padding: 0;
    font-size: 1.5rem;
    text-align: center
  }

  .contact-description {
    padding: 0 20px;
    font-size: .9rem;
    text-align: center
  }

  .contacthead {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 15px
  }

  .links-footer1,
  .links-footer2 {
    grid-template-columns: repeat(3, 1fr)
  }

  .contact-card {
    background-color: rgba(255, 255, 255, .03);
    border-radius: 8px;
    padding: 15px;
    text-align: center
  }

  .contact-title {
    color: #c3a132;
    font-size: 1rem;
    margin-bottom: 5px
  }

  .contact-card h3 {
    font-size: .85rem;
    margin: 3px 0;
    color: #fff;
    word-break: break-word
  }

  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 15px
  }

  .footer-head {
    max-width: 100%;
    height: auto;
    padding: 0 10px
  }

  .description-footer {
    font-size: .85rem;
    line-height: 1.5;
    text-align: center;
    padding: 0 10px
  }

  .quick {
    margin-top: 20px;
    font-size: 1rem;
    color: #c3a132
  }

  .links-footer1 {
    display: grid;
    gap: 8px;
    width: 100%;
    max-width: 350px;
    margin: 10px auto
  }

  .links-footer2,
  .links-footer3 {
    display: grid;
    gap: 8px;
    width: 100%;
    max-width: 300px;
    margin: 10px auto
  }

  .links-footer {
    font-size: .85rem;
    padding: 4px 0
  }

  .links-footer3 {
    grid-template-columns: 1fr
  }

  .det {
    font-size: .8rem;
    margin-bottom: 5px
  }
}

@media (max-width:1300px) {

  .aa,
  .about-header,
  .about-header3 {
    padding: 20px 10px
  }

  .about-content {
    padding: 20px;
    max-width: 100%;
    color: #fff;
    text-align: center
  }

  .about-content img.blocker1 {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    display: block
  }

  .ash {
    font-size: 1rem;
    margin-top: 10px
  }

  .description1 {
    font-size: .9rem;
    line-height: 1.5;
    padding: 0 10px;
    text-align: left
  }

  .description2,
  .dsd,
  .purpose-header {
    text-align: center
  }

  .about-container,
  .about-container3 {
    flex-direction: column;
    padding: 0 10px;
    align-items: center;
    gap: 20px
  }

  .about-text,
  .about-text2 {
    max-width: 100%;
    padding: 0 10px;
    text-align: center
  }

  /* .abt,
  .abt2 {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0
  } */

  .purpose-header {
    flex-direction: column;
    align-items: center;
    gap: 5px
  }

  .logo-d {
    max-width: 50px;
    height: auto
  }

  .description2 {
    font-size: .9rem;
    padding: 0 10px
  }

  .ash2 {
    font-size: .85rem
  }

  .dsd {
    padding: 10px;
    font-size: .9rem
  }
}

@keyframes appearScroll {
  from {
    opacity: 0;
    scale: 0.5
  }

  to {
    opacity: 1;
    scale: 1
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px)
  }

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
  }
}

@keyframes fadeSlideshow {

  0%,
  100%,
  28% {
    opacity: 0
  }

  20%,
  8% {
    opacity: 1
  }
}

@keyframes fadeZoomInText {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  20%,
  5% {
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
  }

  100%,
  25% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
  }
}

@keyframes zoomInPlace {
  from {
    opacity: 0;
    transform: translateZ(-30px);
    -webkit-transform: translateZ(-30px)
  }

  to {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
  }
}