/*
 * Globals
 */
* {
  box-sizing: border-box;
}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */


#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

#bg-video::-webkit-media-controls-panel {
  display: none !important;
}


.cover-container {
  max-width: 82em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  background-color: transparent;
  z-index: 1000;
  /* margin-bottom: 2rem !important; */
}

.logo-container {
  flex: 1;
  width: 150px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 15px;
  /* z-index: 1000; */
}

.logo {
  width: 150px;
  height: 75px;
  object-fit: cover;
  filter: brightness(1.3);
}

.logo-placeholder {
  flex: 1;
}

/* ...existing code... */

.glass-nav {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 20px;
  display: flex;
  justify-content: space-around;
  width: inherit;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  border-image: linear-gradient(270deg, #ff00cc, #3333ff, #00ffcc, #ff00cc) 1;
  animation: borderMarquee 3s linear infinite;
}


@keyframes borderMarquee {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

/* ...existing code... */

/*
 * Header
 */
.nav-masthead {
  background-color: transparent;
  /* display: flex; */
  /* justify-content: space-evenly; */
  width: 800px;
  align-items: center;
  position: absolute;
  left: 200px;
  top: 40px;

}

.nav-masthead .nav-link {
  flex: 0.2;
  text-align: center;
  font-family: 'Wigrum Web', 'sans-serif';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-size-adjust: 100%;
  color: #FFFFFF;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
  /* margin-left: 1rem; */
  top: auto;
}

.nav-masthead .active {
  color: #ffffff;
  border-bottom-color: #ffffff;

}


/* unsplash:Q_RBVFFXR_g */

/* .logo { */
/* width: 75%; */
/* height: auto; */
/* object-fit: contain; */
/* position: absolute;  */
/* top: 10px; */
/* left: 10px; */
/* width: 150px; */
/* height: auto; */
/* margin-right: 200px; */
/* } */
.nav-toggle {
  display: none;
  position: absolute;
  top: 35px;
  right: 20px;
  background-color: transparent;
  border: none;
  color: rgb(255, 253, 253);
  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
}

.nav-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 834px) {

  /* .nav-masthead {
    position: fixed;
    flex-direction: column;
    align-items: center;
    text-align: center;

    justify-content: space-evenly;
    margin-top: 40px;
  } */
  /* .nav-masthead {
    background-color: rgba(0, 0, 0, .8);
  } */

  /* .nav-toggle .bar {
    background-color: rgb(250, 250, 250) ;
  } */

  .nav-toggle {
    display: block;
  }

  .nav-masthead {
    position: fixed;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    margin-top: 40px;
    top: 80px;
    left: 0;
    /* width: 100%; */
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    display: none;
    transition: all 0.3s ease;
  }

  .nav-masthead.show {
    display: flex;
  }

  .nav-masthead .nav-link {
    text-align: center;
    margin-top: 8px;

  }

  .logo-container {
    position: absolute;
    margin: 0 auto;
    top: 15px;
    left: calc(50%-35px);
  }

  .lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat";
  }

  .lead .btn:last-child {
    margin-left: 0 !important;
  }

  h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}

main .btn {
  width: 180px;
  height: 50px;
  text-align: center;
}


.btns {
  display: flex;
  gap: 10px;
  width: 100%;

}

.btn-option {
  /* padding: 8px 16px; */
  border: none;
  background-color: black;
  color: white;
  cursor: pointer;
  border-radius: 18px;
  transition: all 0.3s ease;
  flex: 1;
  height: 60px;
}

.btn-option:hover {
  background-color: #7FE4CF;
}

.btn-option.active {
  background-color: #479E99;
  color: black;
  /* border-color: #F6D253; */
}

.hover-line-button {
  position: relative;
  padding: 10px 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

.hover-line-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #ED783A;
  transition: width 0.3s ease;
}

.hover-line-button:hover::after {
  width: 100%;
}


footer {
  display: block;
  unicode-bidi: isolate;
}


.icon-svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
  max-width: 100%;
  /* background-color: rgba(255, 255, 255, 0.3); */
  /* border-radius: 80%; */
}

@media (max-width: 768px) {
  .btn-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: calc(100% - 40px) !important;
  }

  /* .rollout-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  } */

  .btn-option {
    font-size: 12px;
    /* padding: 6px 8px; */
  }
}

@media (max-width: 450px) {
  .btn-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 20px) !important;
  }

  .btn-option {
    height: 85px;
  }
}


.writer {
  color: #479E99;
}

@media (max-width: 780px) {
  .writer {
    font-size: 30px;
  }
}

.slide-up {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 2.5s ease, transform 1.6s ease;
}

.slide-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.slide-up.fade-out {
  opacity: 0;
  transition: opacity 0s ease;
}

.title-font {
  font-family: "Montserrat", sans-serif;
}

.txt-font {
  font-family: "Archivo Narrow", sans-serif;
}