/* Master Styles */
:root {
  --var-color-one: rgba(0, 101, 177, 1);
  --var-color-three: #d4dfdc;
  --var-color-two: #161616;
  --var-color-four: #d4dfdc;
  --var-color-five: rgb(6, 6, 6);
}

html,
body {
  height: 1750px;
  width: 100%;
  max-width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  list-style: none;
  font-family: "montserrat", "archivo black", sans-serif;
  z-index: 1;
  background-color: var(--var-color-five);
  color: var(--var-color-three);
  overflow-x: hidden;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 90%;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 38px;
  margin-left: 4%;
}

@media screen and (max-width: 1100px) {
  .container {
    margin-left: 3%;
    padding-top: 3%;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    margin-left: 2%;
  }
}

@media screen and (max-width: 800px) {
  .container {
    width: 85%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 600px) {
  .container {
    margin-left: 0%;
    padding: 15px;
    width: 80%;
  }
}

/* Responsive Nav Bar Styles*/

.nav {
  z-index: 99999999999999;
  position: fixed;
  display: inline;
  display: block;
  justify-content: space-evenly;
  align-items: center;
  height: 20vh;
  background-color: transparent;
  max-width: 100%;
  width: 100%;
  transition: 0.1s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
  .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 10vh;
    padding: 1rem;
  }
}

.nav-active {
  display: flex;
  justify-content: space-between;
  opacity: 1;
  height: 10vh;
  box-shadow: 0px 4px 4px -6px rgba(248, 248, 248, 0.5);
  padding: 1rem;

  background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
  /* border: 1px solid rgba(255, 255, 255, 0.3); Light border for edge definition */
  backdrop-filter: blur(10px) saturate(150%); /* Blur and enhance colors */
  -webkit-backdrop-filter: blur(10px) saturate(150%); /* For Safari support */
  /*border-radius: 15px;  Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Subtle shadow for depth */
}

.nav-active .nav {
  display: flex;
}

.nav-active .left-side .brand {
  width: 100%;
  display: inline flex;
  justify-content: space-evenly;
}

.nav-active .nav-links {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
}

.left-side .brand {
  width: 100%;
  color: rgb(247, 247, 247);
  font-family: "mulish", "montserrat", "open sans", "PT sans", "lato",
    sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-stretch: 100%;
  font-variation-settings: normal;
  font-feature-settings: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.01rem;
  animation: fadeIn 0.3s 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1500px) {
  .nav-active .left-side .brand {
    font-size: 1.2rem;
    letter-spacing: 0.01rem;
  }
}

@media screen and (max-width: 1200px) {
  .left-side .brand {
    font-size: 1.2rem;
    letter-spacing: 0.01rem;
  }
  .nav-active .left-side .brand {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .left-side .brand {
    font-size: 1rem;
  }
  .nav-active .left-side .brand {
    font-size: 1rem;
  }
}

.left-side .brand a {
  list-style: none;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #232222 0%,
      #424846 8%,
      #8e9d99 30%,
      #e6ebea 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #d9d7d7 0%,
      #fafffe 8%,
      #3a3d3c 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--var-color-three);
  cursor: pointer;
}

.left-side .brand a:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #282727 0%,
      #ffffff 35%,
      #f3f9f8 40%,
      #2c302f 50%,
      #fcfcfc 100%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffff 12%,
      #2d3332 25%,
      #343736 40.5%,
      #d4dfdc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

.nav-links {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  text-align: center;
  font-family: "racing sans one", "archivo black", sans-serif;
  font-weight: 1000;
  letter-spacing: 3px;
  background-color: transparent;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-links a {
  list-style: none;
  line-height: 1rem;
  font-size: 0.9rem;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #a6aaaa 8%,
      #c6d0ce 30%,
      #ebf1f0 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #676d6c 25%,
      #9ca4a2 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--var-color-three);
  cursor: pointer;
  animation: fadeIn 0.3s 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.nav-links a:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #9eaaa6 0%,
      #ffffff 35%,
      #f3f9f8 40%,
      #9eaaa6 50%,
      #fcfcfc 100%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffff 12%,
      #f3f9f8 25%,
      #343736 40.5%,
      #d4dfdc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .nav-links a {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }

  .nav-active .nav-links a {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
}
/*@media screen and (max-width: 1050px) {
  /*.left-side .brand {
    letter-spacing: 4px;
    font-size: 0.9em;
  }

  .nav-links {
    font-size: 0.9em;
    letter-spacing: 2px;
  }

  .nav-active .left-side .brand {
    font-size: 0.9rem;
    letter-spacing: 3px;
  }
  .nav-active .nav-links {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 600px) {
  .left-side .brand {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  .nav-active .left-side .brand {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  .nav-active .nav-links {
    font-size: 1rem;
  }
}

@media screen and (max-width: 400px) {
  .nav {
    padding: 30px;
  }
  .left-side .brand {
    font-size: 0.8rem;
    letter-spacing: 0px;
  }

  .nav-active .left-side .brand {
    font-size: 0.8rem;
    letter-spacing: 0px;
  }
  .nav-active .nav-links {
    font-size: 0.9rem;
    letter-spacing: 0px;
  }
}*/

/* Hamburgeer Styles */

.hamburger {
  display: none;
  padding-right: 1rem;
  padding-left: 1rem;
}
.hamburger:hover {
  opacity: 0.6;
  cursor: pointer;
}

.hamburger div {
  width: 1.5rem;
  height: 0.15rem;

  background-color: rgb(209, 204, 204);
  margin: 0.3rem;
  cursor: pointer;
  transition: all 0.3s ease;

  background: rgba(255, 255, 255, 0.4); /* Semi-transparent background */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Light border for edge definition */
  backdrop-filter: blur(10px) saturate(150%); /* Blur and enhance colors */
  -webkit-backdrop-filter: blur(10px) saturate(150%); /* For Safari support */
  border-radius: 9px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Subtle shadow for depth */
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .nav-links {
    z-index: 99999999999999999;
    position: absolute;
    right: 1vw;
    height: 30vh;
    top: 12vh;

    opacity: 99%;
    flex-direction: column;
    align-items: center;
    width: 25%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    font-size: 1rem;
    font-family: "racing sans one", "archivo black", sans-serif;

    background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
    border: 1px solid rgba(255, 255, 255, 0.3); /*  Light border for edge definition */
    backdrop-filter: blur(10px) saturate(150%); /* Blur and enhance colors */
    -webkit-backdrop-filter: blur(10px) saturate(150%); /* For Safari support */
    border-top-left-radius: 15px; /*Rounded corners */
    border-top-right-radius: 15px; /*Rounded corners */
    border-bottom-left-radius: 15px; /*Rounded corners */
    border-bottom-right-radius: 15px; /*Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Subtle shadow for depth */
  }

  .nav-links:hover {
    transform: scale(0.9);
    background: rgba(15, 15, 15, 0.2); /* Semi-transparent background */
    border: 1px solid rgba(15, 15, 15, 0.3); /* Light border for edge definition */
    backdrop-filter: blur(5px) saturate(150%); /* Blur and enhance colors */
    -webkit-backdrop-filter: blur(5px) saturate(150%); /* For Safari support */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Subtle shadow for depth */
  }

  .nav-active .nav-links {
    z-index: 99999999999999999;
    position: absolute;
    right: 1vw;
    height: 30vh;
    top: 12vh;

    opacity: 99%;
    flex-direction: column;
    align-items: center;
    width: 25%;

    font-size: 1rem;
    font-family: "racing sans one", "archivo black", sans-serif;

    background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
    border: 1px solid rgba(255, 255, 255, 0.3); /*  Light border for edge definition */
    backdrop-filter: blur(10px) saturate(150%); /* Blur and enhance colors */
    -webkit-backdrop-filter: blur(10px) saturate(150%); /* For Safari support */
    border-radius: 9px; /*Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Subtle shadow for depth */
  }
  .nav-links li {
    opacity: 0;
  }

  .hamburger {
    display: block;
  }

  .nav-active {
    transform: translateX(0%);
  }

  .nav-active-wc {
    transform: translateX(0%);
  }

  .nav-active-contact {
    transform: translateX(0%);
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .toggle .line1 {
    transform: rotate(-315deg) translate(-10px, 10px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    transform: rotate(315deg) translate(-5px, -15px);
  }
}

/*Index Video & Video Text Styles*/

.video {
  filter: brightness(100%);
}

.video-text {
  max-width: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(-60vh);
  animation: fadeIn 3s 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1100px) {
  .video-text {
    transform: translateY(-45vh);
  }
}
@media screen and (max-width: 900px) {
  .video-text {
    transform: translateY(-40vh);
  }
}
@media screen and (max-width: 760px) {
  .video-text {
    transform: translateY(-30vh);
  }
}
@media screen and (max-width: 600px) {
  .video-text {
    transform: translateY(-26vh);
  }
}

@media screen and (max-width: 500px) {
  .video-text {
    transform: translateY(-25vh);
  }
}
@media screen and (max-width: 400px) {
  .video-text {
    transform: translateY(-24vh);
  }
}

.video-text h1 {
  display: block;
  top: calc(50% + 30px);
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 0.1rem;
  text-shadow: 0 1px 0 transparent;
  transition: all ease-out 0.8s;
  font-family: "racing sans one", "faster one", "open sans", "archivo black",
    "montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(247, 247, 247);
  /*border: 0.1rem solid rgba(247, 247, 247, 0.6);*/
  width: 12rem;
  height: 100%;
  padding: 1rem;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Light border for edge definition */
  backdrop-filter: blur(10px) saturate(150%); /* Blur and enhance colors */
  -webkit-backdrop-filter: blur(10px) saturate(150%); /* For Safari support */
  border-radius: 9px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Subtle shadow for depth */
}

@media screen and (max-width: 1000px) {
  .video-text h1 {
    font-size: 1.5rem;
    width: 9rem;
  }
}

@media screen and (max-width: 600px) {
  .video-text h1 {
    font-size: 1.2rem;
    width: 8rem;
  }
}

.video-text h1:hover {
  transform: scale(0.9);
  border-radius: 45px;

  background: rgba(1, 102, 177, 1); /* Semi-transparent background */
  border: 0.1rem solid rgb(171, 175, 178); /* Light border for edge definition */
  backdrop-filter: blur(5px) saturate(150%); /* Blur and enhance colors */
  -webkit-backdrop-filter: blur(5px) saturate(150%); /* For Safari support */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Subtle shadow for depth */
}

.video-text h1 a {
  text-decoration: none;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #fafffe 8%,
      #373a39 30%,
      #e6ebea 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #f3f9f8 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.video-text h1 a:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #232424 0%,
      #3a3e3d 8%,
      #ffffff 30%,
      #c1cac4 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #bbc8c5 0%,
      #8e9d99 8%,
      #f3f9f8 25%,
      #7d7979 40.5%,
      #8e9d99 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Index Top UL Styles */
.index-top-container ul {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.index-top-container ul li {
  height: 1.5rem;
  display: flex;
  overflow: hidden;
  margin-bottom: 0.5rem;
  justify-content: center;
}

.index-top-container ul li span {
  display: block;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-family: "lato", sans-serif;
  transform: translateY(200%);
  margin: 0.03rem;
}

@media screen and (max-width: 1000px) {
  .index-top-container ul li span {
    letter-spacing: 0px;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 600px) {
  .index-top-container ul li span {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 500px) {
  .index-top-container ul li span {
    font-size: 0.7rem;
  }
}

.index-top-container ul li span.active {
  transform: translateY(0%);
  transition: 1s ease-out;
}

.index-top-container ul li:hover {
  opacity: 1;
}

.index-top-container ul a:hover {
  text-decoration: none;
  list-style: none;
}

.index-top-container .gap {
  width: 0.3rem;
}

/*Index Top Text Styles*/
.index-top-container {
  width: 100%;
  max-width: 100%;
}

.index-top-text h1 {
  text-transform: uppercase;
  padding-top: 1rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "inter", "montserrat", "racing sans one", "archivo black",
    sans-serif;
  font-size: 1.8rem;
  color: var(--var-color-three);
  /*background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #212222 8%,
      #8e9d99 30%,
      #444948 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #676d6c 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;*/
}
.index-top-text h1:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #232424 0%,
      #d4d8d7 8%,
      #ffffff 30%,
      #404341 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #646c6a 0%,
      #a6adac 8%,
      #f3f9f8 25%,
      #ffffff 80.5%,
      #505452 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.index-top-text h2 {
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "racing sans one", "archivo black", sans-serif;
  font-size: 1rem;
  color: var(--var-color-five);
  /*background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #3b3d3d 8%,
      #353938 30%,
      #444948 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #676d6c 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;*/
}
.index-top-text h2:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #232424 0%,
      #3a3e3d 8%,
      #ffffff 30%,
      #212322 80%,
      transparent 90%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #8e9d99 8%,
      #f3f9f8 25%,
      #131313 80.5%,
      #d8dddb 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.index-top-text h3 {
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  font-family: "inter", "Montserrat", "racing sans one", "archivo black",
    sans-serif;

  font-size: 1.8rem;
  color: var(--var-color-three);
  /*background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #3b3d3d 8%,
      #282a29 30%,
      #444948 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #676d6c 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;*/
}
.index-top-text h3:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #232424 0%,
      #3a3e3d 8%,
      #d1d0d0 30%,
      #9da29f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #646c6a 0%,
      #8e9d99 8%,
      #b1bebc 25%,
      #131313 80.5%,
      #d8dddb 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1000px) {
  .index-top-text h1 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5rem;
  }
  .index-top-text h2 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1rem;
  }
  .index-top-text h3 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .index-top-text h1 {
    font-size: 1.2rem;
  }
  .index-top-text h2 {
    font-size: 0.9rem;
  }
}

.index-top-text p {
  text-align: center;
  font-size: 1rem;
  font-family: "lato", "montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 3rem;
  padding-top: 1rem;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
}
@media screen and (max-width: 600px) {
  .index-top-text p {
    font-size: 0.9rem;
  }
}

.quote-container {
  padding: 1rem;
}
@media screen and (max-width: 1000px) {
  .quote-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.quote-container h1 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  font-family: "inter", "PT sans", "Montserrat", "racing sans one",
    "archivo black", sans-serif;
  font-size: 1.8rem;
  color: var(--var-color-three);
  /*background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #3b3d3d 8%,
      #333736 30%,
      #444948 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #676d6c 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;*/
}

@media screen and (max-width: 1000px) {
  .quote-container h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .quote-container h1 {
    font-size: 1.2rem;
  }
}
.quote-container h1:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #232424 0%,
      #ffffff 8%,
      #000000 30%,
      #979e9b 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #646c6a 0%,
      #4d5252 8%,
      #2e3231 25%,
      #ffffff 40.5%,
      #ffffff 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.quote-container p {
  text-align: center;
  font-size: 1rem;
  font-family: "lato", "PT sans", "montserrat", sans-serif;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 3rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .quote-container p {
    font-size: 0.9rem;
  }
}

/*Index Slideshow Pop-Up Text Styles */
.text-top1 {
  max-width: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(0);
}

.text-top1 h1 {
  font-weight: 100;
  display: block;
  top: calc(50% + 30px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin: auto;
  font-family: "racing sans one", "archivo black", sans-serif;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 0 1px 0 transparent;
  transition: all ease-out 0.8s;
  color: rgb(247, 247, 247);
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #fafffe 8%,
      #8e9d99 30%,
      #e6ebea 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #f3f9f8 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  filter: brightness(100%) drop-shadow(3px 3px 3px rgb(0, 0, 0));
  animation: disappear1 10s infinite;
  transform: translateY(-100vh);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .text-top1 h1 {
    transform: translateY(-85vh);
    font-size: 1.8rem;
  }
}
@keyframes disappear1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.9;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.text-top1 h1:hover {
  color: rgba(247, 247, 247, 0.6);

  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #fafffe 8%,
      #4e5251 30%,
      #e6ebea 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #f3f9f8 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-top2 {
  max-width: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(0);
}

.text-top2 h1 {
  font-weight: 100;
  display: block;
  top: calc(50% + 30px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin: auto;
  font-family: "racing sans one", "archivo black", sans-serif;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0px;
  transition: all ease-out 0.8s;
  animation: disappear2 10s infinite;
  transform: translateY(-107vh);
  color: rgb(247, 247, 247);
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #fafffe 8%,
      #8e9d99 30%,
      #e6ebea 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #f3f9f8 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  filter: brightness(100%) drop-shadow(3px 3px 3px rgb(0, 0, 0));
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .text-top2 h1 {
    transform: translateY(-90vh);
    font-size: 1.8rem;
  }
}
@keyframes disappear2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  555% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.text-top2 h1:hover {
  color: rgba(247, 247, 247, 0.6);

  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #fafffe 8%,
      #4e5251 30%,
      #e6ebea 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #fafffe 8%,
      #f3f9f8 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/*.typed-text2 {
  color: transparent;
  animation: disappear2 10s infinite;
}
@keyframes disappear2 {
  0% {
    color: white;
  }
  99% {
    color: white;
  }
  100% {
    color: transparent;
  }
}
*/

.text-top3 {
  max-width: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(0);
}

.text-top3 h1 {
  font-weight: 100;
  display: block;
  top: calc(50% + 30px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin: auto;
  font-family: "racing sans one", "archivo black", sans-serif;
  font-size: 6rem;
  text-align: center;
  letter-spacing: 0px;
  transition: all ease-out 0.8s;
  animation: disappear3 20s infinite;
  transform: translateY(-130vh);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .text-top3 h1 {
    transform: translateY(-118vh);
    font-size: 3rem;
  }
}
@keyframes disappear3 {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*.typed-text3 {
  color: transparent;
  animation: disappear3 15s infinite;
}
@keyframes disappear3 {
  0% {
    color: white;
  }
  99% {
    color: white;
  }
  100% {
    color: transparent;
  }
}
*/

.text-top4 {
  max-width: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(0);
}

.text-top4 h1 {
  font-weight: 100;
  display: block;
  top: calc(50% + 30px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin: auto;
  font-family: "racing sans one", "archivo black", sans-serif;
  font-size: 6rem;
  text-align: center;
  letter-spacing: 0px;
  transition: all ease-out 0.8s;

  animation: disappear4 20s infinite;
  transform: translateY(-145vh);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .text-top4 h1 {
    transform: translateY(-125vh);
    font-size: 3rem;
  }
}

@keyframes disappear4 {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.text-top5 {
  max-width: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(0);
}

.text-top5 h1 {
  font-weight: 600;
  display: block;
  top: calc(50% + 30px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin: auto;
  font-family: "open sans", "racing sans one", "archivo black", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
  transition: all ease-out 0.8s;
  animation: disappear5 1s 1;
  opacity: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .text-top5 h1 {
    font-size: 1.2rem;
  }
}
@keyframes disappear5 {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/*Photo Gallery*/
.container-images {
  margin: auto;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 0;
  padding-top: 3rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1300px) {
  .container-images {
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }
}

@media screen and (max-width: 1000px) {
  .container-images {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .container-images {
    grid-template-columns: 1fr;
    padding: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }
}

.portfolio-img-background-top {
  height: 500px;
  width: 100%;
  z-index: 99999999;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(90%);
  border-radius: 9px;
}

.portfolio-img-background-top:hover {
  transform: scale(0.9);
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 600px) {
  .portfolio-img-background-top {
    height: 350px;
  }
}

.portfolio-img-text-top {
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: block;

  width: 100%;
}

.portfolio-img-text-top:hover {
  transform: scale(1);
  transition: ease-in-out 0.3s;
}

.portfolio-img-text-top h1 {
  display: flex;
  margin: auto;
  text-align: center;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;

  font-size: 1rem;
  font-family: "lato", "PT sans", "montserrat", sans-serif;
  font-weight: 600;
  color: var(--var-color-three);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .portfolio-img-text-top h1 {
    font-size: 0.9rem;
  }
}

.photo-text {
  max-width: 100%;
  width: 100%;
  text-align: center;

  animation: fadeIn 3s 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*@media screen and (max-width: 1100px) {
  .photo-text {
    transform: translateY(0);
  }
}
@media screen and (max-width: 900px) {
  .photo-text {
    transform: translateY(0);
  }
}
@media screen and (max-width: 760px) {
  .photo-text {
    transform: translateY(0);
  }
}
@media screen and (max-width: 600px) {
  .photo-text {
    transform: translateY(0);
  }
}

@media screen and (max-width: 500px) {
  .photo-text {
    transform: translateY(-24vh);
  }
}
@media screen and (max-width: 400px) {
  .photo-text {
    transform: translateY(-20vh);
  }
}*/

.photo-text h1 {
  display: block;
  top: calc(50% + 30px);
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 0.1rem;
  text-shadow: 0 1px 0 transparent;
  transition: all ease-out 0.8s;
  font-family: "racing sans one", "archivo black", "montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 1000;
  color: var(--var-color-three);
  /*border: 0.1rem solid rgba(247, 247, 247, 0.6);*/
  width: 9rem;
  height: 100%;
  padding: 1rem;
  text-transform: uppercase;
  background: rgba(247, 247, 247, 0); /* Semi-transparent background */
  border: 1px solid rgb(247, 247, 247); /* Light border for edge definition */
  backdrop-filter: blur(30px) saturate(150%); /* Blur and enhance colors */
  -webkit-backdrop-filter: blur(30px) saturate(150%); /* For Safari support */
  border-radius: 9px; /* Rounded corners */
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);  Subtle shadow for depth */
}

.photo-text h1:hover {
  transform: scale(0.9);
  border-radius: 45px;

  background: rgba(1, 102, 177, 1); /* Semi-transparent background */
  border: 0.1rem solid rgb(171, 175, 178); /* Light border for edge definition */
  backdrop-filter: blur(30px) saturate(150%); /* Blur and enhance colors */
  -webkit-backdrop-filter: blur(30px) saturate(150%); /* For Safari support */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Subtle shadow for depth */
}

.photo-text h1 a {
  text-decoration: none;

  /*background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #9e9e9e 0%,
      #292a2a 8%,
      #171818 30%,
      #7a807e 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #5e5e5e 0%,
      #abacac 8%,
      #383c3b 25%,
      #262828 40.5%,
      #6d706f 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;*/
  color: var(--var-color-three);
}
.photo-text h1 a:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #232424 0%,
      #3a3e3d 8%,
      #ffffff 30%,
      #ffffff 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #d3e8e2 8%,
      #f3f9f8 25%,
      #ffffff 40.5%,
      #8e9d99 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/*Index Body Text Styles 
.index-body-container {
  width: 100%;
  max-width: 100%;
  transform: translateY(-70px);
}
@media screen and (max-width: 1000px) {
  .index-body-container {
    transform: translateY(-200px);
  }
}

@media screen and (max-width: 600px) {
  .index-body-container {
    transform: translateY(-200px);
  }
}
@media screen and (max-width: 400px) {
  .index-body-container {
    transform: translateY(-300px);
  }
}

.index-container-1 {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
}

@media screen and (max-width: 1000px) {
  .index-container-1 {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
}

.index-container-2 {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
  padding-top: 2%;
}

@media screen and (max-width: 1000px) {
  .index-container-2 {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
}*/

/* Index Body UL Styles 
ul {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 600px) {
  ul {
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 1%;
  }
}

ul li {
  height: 1.5rem;
  display: flex;
  overflow: hidden;
  margin-bottom: 0.5rem;
  justify-content: flex-start;
}

ul li span {
  display: block;
  line-height: 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "montserrat", sans-serif;
  transform: translateY(200%);
  margin: 0.03rem;
}

@media screen and (max-width: 1000px) {
  ul li span {
    letter-spacing: 0px;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 600px) {
  ul li span {
    font-size: 0.7rem;
  }
}

ul li span.active {
  transform: translateY(0%);
  transition: 1s ease-out;
}

ul li:hover {
  opacity: 1;
}

ul a:hover {
  text-decoration: none;
  list-style: none;
}

.gap {
  width: 0.3rem;
}*/

/* Index Photo Styles*/
.intro {
  max-width: 100%;
  width: 100%;
  height: 850px;
  box-sizing: border-box;
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: -2;
  overflow: hidden;
}

.slideShowImages {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  max-width: 100%;
  width: 100%;
  height: 850px;
  object-fit: cover;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  filter: brightness(50%);
}
@media screen and (max-width: 1000px) {
  .intro {
    height: 800px;
    width: 100%;
  }
  .slideShowImages {
    height: 800px;
  }
}
@media screen and (max-width: 600px) {
  .intro {
    height: 700px;
    width: 100%;
  }
  .slideShowImages {
    height: 700px;
  }
}
@media screen and (max-width: 400px) {
  .intro {
    height: 600px;
    width: 100%;
  }
  .slideShowImages {
    height: 600px;
  }
}

.portfolio-items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
}

.portfolio-photos-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-size: contain;
  column-gap: 10px;
}

.portfolio-photo-wrapper {
  position: relative;
}

.portfolio-img-background-body {
  height: 80vh;
  width: 760px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-100px);
}

@media screen and (max-width: 1000px) {
  .portfolio-img-background-body {
    height: 50vh;
    width: 100%;
    display: none;
  }
}

.portfolio-img-background-body2 {
  height: 80vh;
  width: 760px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-100px);
}
@media screen and (max-width: 1000px) {
  .portfolio-img-background-body2 {
    height: 50vh;
    width: 100%;
    transform: translateY(-10px);
  }
}

/* WorkersCompensation Body Text Styles
.wc-container-1 {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
  transform: translateY(20%);
}

@media screen and (max-width: 700px) {
  .wc-container-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.wc-text-title {
  color: var(--var-color-two);
}

.wc-text-title h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 3px;
  font-family: "baskervville", serif;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 1000px) {
  .wc-text-title h1 {
    font-size: 1.8rem;
    text-align: left;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 600px) {
  .wc-text-title h1 {
    font-size: 1.5rem;
    padding-bottom: 5%;
  }
}

.wc-text {
  color: var(--var-color-two);
}

.wc-text h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 3px;
  font-family: "baskervville", serif;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 1000px) {
  .wc-text h1 {
    font-size: 1.8rem;
    text-align: left;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 600px) {
  .wc-text h1 {
    font-size: 1.5rem;
    padding-bottom: 5%;
  }
}

.wc-text p {
  text-align: center;
  font-size: 1rem;
  font-family: "lato", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}

.quote-container-wc {
  color: var(--var-color-two);
  padding: 10%;
}

.quote-container-wc h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 3px;
  font-family: "baskervville", serif;
}

@media screen and (max-width: 900px) {
  .quote-container-wc h1 {
    padding: 3%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .quote-container-wc h1 {
    padding: 2%;
    font-size: 1rem;
  }
}

.quote-container-wc p {
  text-align: center;
  font-size: 1rem;
  font-family: "lato", sans-serif;
  font-weight: 500;
  padding-top: 1%;
  letter-spacing: 3px;
}
@media screen and (max-width: 600px) {
  .quote-container-wc p {
    font-size: 0.9rem;
  }
}

 WorkersCompensation Photo Styles 
.photo-container {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
}

@media screen and (max-width: 980px) {
  .photo-container {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.photo-container-2 {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-evenly;
}

@media screen and (max-width: 980px) {
  .photo-container-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}

.intro-wc {
  max-width: 100%;
  width: 100%;
  height: 750px;
  box-sizing: border-box;
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: -2;
  overflow: hidden;
}

.slideShowImages-wc {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  max-width: 100%;
  width: 100%;
  height: 750px;
  object-fit: cover;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  filter: brightness(100%);
}

@media screen and (max-width: 1000px) {
  .intro-wc {
    height: 500px;
    width: 100%;
  }
  .slideShowImages-wc {
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .intro-wc {
    height: 450px;
    width: 100%;
  }
  .slideShowImages-wc {
    height: 450px;
  }
}

.portfolio-img-background-body-wc {
  height: 60vh;
  width: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .portfolio-img-background-body-wc {
    height: 50vh;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .portfolio-img-background-body-wc {
    height: 40vh;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .portfolio-img-background-body-wc {
    height: 30vh;
    width: 100%;
  }
}

.portfolio-img-background-body2-wc {
  height: 50vh;
  width: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .portfolio-img-background-body2-wc {
    height: 40vh;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .portfolio-img-background-body2-wc {
    height: 30vh;
    width: 100%;
  }
}*/

/* Contact Photo Styles 
.intro-contact {
  max-width: 100%;
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: -2;
  overflow: hidden;
}

.slideShowImages-contact {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  max-width: 100%;
  width: 100%;
  height: 500px;
  object-fit: cover;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  filter: brightness(50%);
}

/* Contact Text Styles*/
/* .contact-container {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
  padding-top: 1%;
}

@media screen and (max-width: 980px) {
  .contact-container {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1%;
  }
}
@media screen and (max-width: 760px) {
  .contact-container {
    padding: 3%;
    transform: translateY(-80px);
  }
}
@media screen and (max-width: 600px) {
  .contact-container {
    padding: 5%;
    transform: translateY(-80px);
  }
}

.contact-text {
  display: block;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "montserrat", sans-serif;
  margin: 0.03rem;
  padding: 20%;
  text-align: left;
}

.contact-text p a {
  text-decoration: none;
  color: var(--var-color-two);
}
@media screen and (max-width: 980px) {
  .contact-text {
    display: none;
  }
}

/*Email Form Styles*/
/*.email-services {
  align-items: center;
}
.email {
  align-items: center;
}

input[type="text"] {
  background-color: #fff;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid var(--var-color-two);
  font-family: "montserrat", sans-serif !important;
  color: var(--var-color-two) !important;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.9rem;
  border-radius: 0%;
}

input[type="email"] {
  background-color: #fff;
  color: var(--var-color-two) !important;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid var(--var-color-two);
  font-family: "montserrat", sans-serif !important;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.9rem;
  border-radius: 0%;
}

.mail-form-submit {
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 10%;
}

form {
  transition: all 4s ease-in-out;
  text-align: center;
  font-family: "montserrat", sans-serif;
}

.form-control-submit {
  background: transparent;
  border-color: white;
  border: transparent;
  outline: 0.5px solid var(--var-color-two);
  border-bottom: 1px solid transparent;
  border-right: transparent;
  color: var(--var-color-two);
  font-size: 0.9rem;
  letter-spacing: 2px;
  height: 50px;
  width: 100px;
  text-align: center;
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  margin: 10%;
}
@media screen and (max-width: 768px) {
  .email .mail-form-submit {
    width: 100%;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 540px) {
  .email .mail-form-submit {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 420px) {
  .email .mail-form-submit {
    width: 100%;
    padding: 10px;
  }
}
*/

/* Contact Text Styles*/
.contact-container {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
  padding-top: 1rem;
  background-color: transparent;
  transform: translateY(-30px);
}

@media screen and (max-width: 1000px) {
  .contact-container {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1rem;
  }
}
@media screen and (max-width: 760px) {
  .contact-container {
    padding: 1rem;
    transform: translateY(-120px);
  }
}
@media screen and (max-width: 600px) {
  .contact-container {
    padding: 1rem;
    transform: translateY(-120px);
  }
}

.contact-text {
  display: block;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-family: "lato", sans-serif;
  margin: 0.03rem;
  padding: 20%;
  text-align: left;
  /*text-transform: uppercase;*/
}
.contact-text p {
  color: var(--var-color-three);
}
.contact-text p a {
  text-decoration: none;
  color: var(--var-color-three);
}
@media screen and (max-width: 980px) {
  .contact-text {
    display: none;
  }
}

/*Email Form Styles*/
.email-services {
  align-items: center;
}
.email {
  align-items: center;
  background-color: transparent;
  color: var(--var-color-three) !important;
}

input[type="text"] {
  background-color: transparent;
  color: var(--var-color-one) !important;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid var(--var-color-three);
  font-family: "PT sans", sans-serif !important;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.9rem;
  border-radius: 0%;
}

input[type="email"] {
  background-color: transparent;
  color: var(--var-color-one) !important;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid var(--var-color-three);
  font-family: "lato", sans-serif !important;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.9rem;
  border-radius: 0%;
}

.mail-form-submit {
  background-color: transparent;
  color: var(--var-color-three) !important;
  border: none;

  text-align: center;
  font-family: "lato", sans-serif !important;
  font-size: 0.9rem;
  font-weight: 500;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 10%;
}

form {
  transition: all 4s ease-in-out;
  text-align: center;
  font-family: "lato", sans-serif;
}

.form-control-submit {
  background: transparent;
  border-color: white;
  border: transparent;
  outline: 0.5px solid var(--var-color-three);
  border-bottom: 1px solid transparent;
  border-right: transparent;
  border-radius: 9px;
  color: var(--var-color-three);
  font-size: 0.9rem;
  letter-spacing: 2px;
  height: 50px;
  width: 100px;
  text-align: center;
  font-family: "lato", sans-serif;
  text-decoration: none;
  margin: 10%;
}
@media screen and (max-width: 768px) {
  .email .mail-form-submit {
    width: 100%;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 540px) {
  .email .mail-form-submit {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 420px) {
  .email .mail-form-submit {
    width: 100%;
    padding: 10px;
  }
}

/* PhotoSlider Styles*/
.gallery-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  transform: translateY(3.5rem);
}

@media screen and (max-width: 600px) {
  .gallery-container {
    transform: translateY(5.5rem);
  }
}

.thumbnails {
  position: absolute;
  bottom: 8px;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.thumbnails div {
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: var(--var-color-three);
  border-radius: 100%;
  transform: translateY(-9rem);
  z-index: 9999999999999999999;
}

@media screen and (max-width: 600px) {
  .thumbnails div {
    transform: translateY(-12rem);
  }
}

.thumbnails div.highlighted {
  background-color: var(--var-color-one);
}

.slides {
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  width: 1125px;
  padding: 0 0.25rem;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

@media screen and (max-width: 600px) {
  .slides {
    width: 500px;
  }
}

.slides > div {
  scroll-snap-align: start;
}

.slides img {
  width: 540px;
  height: 500px;
  object-fit: cover;
  border-radius: 9px;
  filter: brightness(50%);
}

.slides img:hover {
  transition: ease-in-out 0.3s;
  filter: brightness(25%);
}

@media screen and (max-width: 600px) {
  .slides img {
    width: 450px;
  }
}

.slides h1 {
  text-align: center;
  color: var(--var-color-three);
  font-family: "inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  transform: translateY(-300px);
  text-shadow: 0 1px 0 black;
}
.slides p {
  text-align: center;
  color: var(--var-color-three);
  font-family: "lato", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transform: translateY(-300px);
  padding-left: 3rem;
  padding-right: 3rem;
  text-shadow: 0 1px 0 black;
}

.slides::-webkit-scrollbar {
  display: none;
}

/*Footer Styles*/
.footer {
  position: relative;
  max-width: 100%;
  width: 100%;
  text-align: center;
  background-color: var(--var-color-two);
  opacity: 0.9;

  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #ebebeb 0%,
      #b3b5b4 8%,
      #95a09e 30%,
      #a5a9a8 40%,
      #e3e8e8 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #a19e9e 0%,
      #fbfffe 8%,
      #c2c7c6 15%,
      #ecf0ef 20.5%,
      #d6dedc 100%
    );
  padding: 10%;
}

.footer:hover {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #e0dede 0%,
      #e0e9e8 8%,
      #cdd2d1 15%,
      #e5ebea 20.5%,
      #c8cccb 100%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,

      #d2d0d0 0%,
      #ccd0cf 8%,
      #dde0df 30%,
      #cbd5d3 40%,
      transparent 80%
    );
  padding: 10%;
}
.footer h1 {
  font-size: 0.9rem;
  font-family: "inter", sans-serif;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 500;
  color: var(--var-color-two);
  opacity: 1;
  padding: 1rem;
  text-transform: uppercase;
}

.footer h1 span {
  font-size: 0.9rem;
  font-family: "mulish", sans-serif;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 600;
  color: var(--var-color-two);
  opacity: 1;
  padding: 1rem;
  text-transform: uppercase;
}

.footer h2 {
  font-size: 0.9rem;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 30px;
  font-weight: 500;
  color: var(--var-color-two);
  opacity: 1;
}

.footer h3 {
  font-size: 0.8rem;
  font-family: "inter", sans-serif;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 500;
  color: var(--var-color-two);
  opacity: 1;
  padding: 1rem;
}

.footer a {
  list-style: none;
  color: var(--var-color-two);
  opacity: 1;
  font-family: "racing sans one", sans-serif;
}
.footer a:hover {
  color: gray;
  text-decoration: none;
}

/* Cookie Popup Styles */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Dark background */
  color: var(--var-color-three);
  padding: 20px;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1000;
}

.cookie-content {
  background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  width: 80%;
  max-width: 600px;
}

.cookie-btn {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #232222 0%,
      #424846 8%,
      #8e9d99 30%,
      #e6ebea 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #d9d7d7 0%,
      #fafffe 8%,
      #3a3d3c 25%,
      #646c6a 40.5%,
      #f3fefc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--var-color-three);
  border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 10px 20px;
  margin: 10px;
  transition: opacity 0.3s ease;
}

.cookie-btn:hover {
  opacity: 0.9;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #282727 0%,
      #ffffff 35%,
      #f3f9f8 40%,
      #2c302f 50%,
      #fcfcfc 100%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffff 12%,
      #2d3332 25%,
      #343736 40.5%,
      #d4dfdc 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

/* Mobile Adjustments */
@media screen and (max-width: 600px) {
  .cookie-content {
    width: 90%;
  }

  .cookie-btn {
    font-size: 0.8rem;
  }
}
