.landing_container {
  margin: 0 auto;
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.landing_container_sub {
  max-width: 2500px;
  margin: 0 auto;
}

.landing_dasher {
  position: absolute;
  inset: 0;
}

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

.landing_gradient_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg,
  rgba(0, 0, 0, 0.75) 0%,
  rgba(0, 0, 0, 0.35) 40%,
  rgba(0, 0, 0, 0.75) 100%);
  mix-blend-mode: multiply;
}


.landing_content_container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 3rem;
}


.landing_content_first {
  flex: 0 1 60%;
  padding: 3rem 0 3rem 3rem;
  color: white;
}

.landing_content_first_container {
  color: white;
  max-width: 100%;
}

.landing_content_first_h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.landing_content_first_h1 span {
  color: #1BB76D;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 10px
}

.landing_content_first_h1_within {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 0.75rem;
}

.landing_content_first_h1_within img {
  height: 3.5rem;
  width: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.landing_content_first_line {
  max-width: 300px;
  height: 1px;
  background: white;
  margin: 2rem 0;
}

.landing_content_first_content {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

.landing_content_first_btn_block {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.landing_content_first_btn_block a {
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.125rem;
  background: rgba(27, 183, 109, 1);
  color: white;
  text-decoration: none;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.landing_content_second {
  flex: 0 1 40%;
  padding: 3rem;
  color: white;
}

/*Video styles*/
.video-container {
  position: relative;
  width: 100%;
}
.landing_video {
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.play-button::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent rgba(27, 183, 109, 1);
  margin-left: 5px;
}
.video-controls-container {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  background: rgba(27, 183, 109, 0.8);
  box-sizing: border-box;
  justify-content: center
}
.video-controls-play {
  all: unset;
  padding: 0 0 0 10px;
  font-size: 25px;
  width: 20px;
  cursor: pointer
}
.video-controls-full {
  all: unset;
  padding: 0 10px 0 0;
  font-size: 20px;
  cursor: pointer
}
.video-controls-volume {
  width: 100px;
  cursor: pointer;
  background-color: rgba(27, 183, 109, 0.1);
}
.video-controls-bar {
  flex: 1;
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.video-controls-bar::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border-color: gray;
}
.video-controls-bar::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
}
.video-controls-volume-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0 0 0 5px;
  font-size: 16px;
}
.video-controls-bar::-moz-range-progress {
  height: 8px;
  background-color: #000000;
  border-radius: 4px;
}


.video-controls-volume::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border-color: gray;
}
.video-controls-volume::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
}
.video-controls-volume::-moz-range-progress {
  height: 8px;
  background-color: #000000;
  border-radius: 4px;
}

/*end video styles*/

.landing_name_container {
  color: whitesmoke;
  display: flex;
  bottom: 3rem;
  right: 25%;
  flex-direction: column;
  padding-top:40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.landing_name_name {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  letter-spacing: 0.3px;
}

.landing_name_position {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  opacity: 0.9;
}

@media (max-width: 1350px) {
  .landing_content_container {
    flex-direction: column;
  }

  .video-container {
    width: 60%;
  }

  .landing_content_second {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .landing_container {
    height: fit-content;
  }
}

@media (max-width: 900px) {
  .landing_content_first_h1 {
    font-size: 2rem;
  }

  .landing_content_first_subcontent {
    font-size: 1.5rem;
  }

  .video-container {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .landing_content_first_btn_block a {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0;
  }

  .landing_content_first_container {
    padding: 0;
  }

  .landing_content_first {
    padding: 0.5rem 0;
  }

  .landing_content_second {
    padding: 0;
  }

  .video-controls-container {
    gap: 5px;
    padding: 0px;
  }

  .play-button {
    width: 40px;
    height: 40px;
  }

  .play-button::after {
    content: '';
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent rgba(27, 183, 109, 1);
    margin-left: 5px;
  }

  .video-controls-volume {
    display: none;
  }
}
























