
.hero-section {
  position: relative;
  height: 115vh;
  width: 100vw;
  overflow: hidden;
  margin-top: -11rem;
}


.container {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}


.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) 0% 0% no-repeat padding-box;
  z-index: 0;
}

.hero-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  width: 100%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
}


.hero-content h1 {
  font-size: 5rem !important;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #fff !important;
}

.hero-content p {
  font-weight: 400 !important; 
  margin-bottom: 2rem;
  width: 70%;
  color: #fff !important;
  max-width: 83ch !important;
  
}

.home-btn {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 12px 30px;
  border: 1.5px solid #B4DAC3;
  border-radius: 300px;
  background-color: #B4DAC3;
  color: #1A333C;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-decoration: none;
  outline: none;
  gap: 0.5rem;
}

.home-btn .icon {
  margin-left: 5px;
  transition: all 0.2s ease-out;
}

.home-btn:hover {
  background-color: #B4DAC3;
  color: #1A333C;
  border-color: #B4DAC3;
}

.home-btn:hover .icon {
  transform: rotate(45deg);
  transition: all 0.2s ease-out, transform 0.2s ease-out;
}

.home-btn-link {
  text-decoration: none;
}

.home-btn-link:hover {
  text-decoration: none;
}

.play-btn {
  position: absolute;
  bottom: 6vh;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.play-btn:hover {
  color: #1A333C;
  background-color: #fff;
}

.play-btn:hover svg path {
  stroke: #1A333C;
  
}

.play-btn svg {
  width: 60%;
  height: 60%;
  stroke-width: 1.5;
}

.play-btn svg path {
  fill: none;
  stroke: #fff;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  position: relative;
  top: 15%;
  left: 57%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}


.lightbox-close {
  position: absolute;
  top: -20px;
  right: 17%;
  color: #00000000;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

video.lightbox-video {
  width: 80%;
  height: auto;
}


.no-scroll {
  overflow: hidden;
  
}

@media screen and (min-width: 2090px) {
  .hero-content {
  padding-left: 0%;
}
}



@media screen and (max-width: 1100px) {

.lightbox-content {
  top: 25%;
}
}

@media screen and (max-width: 920px) {
  
  .lightbox-content {
  top: 25%;
  
}
  
  .hero-section {
  height: 100vh;
  
  
}
  
  
  
  @media screen and (max-width: 830px) {
    
  .hero-content h1 {
  font-size: 4rem !important;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #fff !important;
}
  
  .hero-content p {
  font-weight: 400 !important; 
  margin-bottom: 2rem;
  width: 100%;
  color: #fff !important;
}
  
  .osk-btn { 
  font-size: 1rem !important; 
 
}
}
  
  @media screen and (max-width: 665px) {

.lightbox-content {
  top: 40%;
}
    
    .hero-content h1 {
  font-size: 3rem !important;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #fff !important;
}
  
  .hero-content p {
  font-weight: 400 !important; 
  font-size: 1rem !important;
  margin-bottom: 2rem;
  width: 100%;
  color: #fff !important;
}
  
  .osk-btn { 
  font-size: 1rem !important; 
 
}
    
 
}
  
  
  
  
   @media screen and (max-width: 505px) {

    
    .hero-content h1 {
  font-size: 2.5rem !important;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #fff !important;
}
  
  .hero-content p {
  font-weight: 400 !important; 
  font-size: 1rem !important;
  margin-bottom: 2rem;
  width: 100%;
  color: #fff !important;
}
  
  .osk-btn { 
  font-size: 1rem !important; 
 
}
     
  .play-btn {
  bottom: 10vh;
    
     }
}
  
  
