
.section-hero {
    position: relative;
    height: 600px;
    overflow: hidden;
  }
  .section-move .wrapper-content {
    text-align: justify;
    max-width: 800px;
    position: absolute;
    top: 14rem;
    right: -4px;
    padding: 3rem 10px;
    max-height: 300px;
}


.section-move .hero-content-sec {
    position: relative;
    height: 850px;
}

.section-move .wrapper-content .title-text h1 {
    font-weight: 700;
    color: var(--NavyBlue);
    text-shadow: unset;
    text-transform: uppercase;
    font-family: "Futura PT";
    font-size: 3.2rem;
    margin-right: 10rem;
    letter-spacing: 0px;
    word-break: break-word;
    text-align: left;
    }
.section-move .wrapper-content .sub-title-text p{
    font-size: 2rem;
    color: var(--StoneGrey);
    font-family: "Futura PT";
    font-weight: 300;
    height: 100%;
    line-height: 1.2;
    position: relative;
    padding-left: 1rem;
    margin-right: 10rem;
}
.section-move .wrapper-content .sub-title-text p::before {
    content: "";
    width: 4px;
    height: 64px;
    background: var(--PumpkinSpice);
    position: absolute;
    left: 0;
    top: 6px;
}
.option-sec .img-wrapper img {
    border-radius: 20px 0 20px 0;
    margin-bottom: 1rem;
}
video.bg {
  top: -34px;
  left: 0;
  z-index: -188;
  width: 106%;
  object-fit: cover;
  height: 112%;
  position: absolute;
  overflow: hidden;
}
.section-move {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
/* Hero Text */
.Hero-title-sec {
    display: flex;
    justify-content: end;
    margin-top: 8rem;
}
.Hero-title-sec .title-text::before {
    border-left: 10px solid var(--PumpkinSpice);
    position: absolute;
    width: 10px;
    height: 100%;
    content: "";
    Left: -16px;
  }
  .Hero-title-sec .title-text {
    position: relative;
    margin-left: 1rem;
  }

.Hero-title-sec .wrapper-content {
    max-width: 500px;
}
/* Hero h2 and h3 */
.Hero-title-sec h2 {
    text-transform: uppercase;
    color: var(--NavyBlue);
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1;
  }
  .Hero-title-sec h3 {
   
    font-weight: 300;
    font-size: 2rem;
  }
  /* Buttons */
  .Hero-title-sec .button-wrapper a {
    margin-right: .5rem;
    font-size: .82rem;
  }
  .Hero-title-sec .button-wrapper {
    display: flex;
  }

/* background shape */
.Hero-title-sec::before {
    background: #ffffffab;
    content: "";
    height: 72%;
    position: absolute;
    right: 0;
    width: 59%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    z-index: -1;
    top: 4rem;
    
  }





/* media screens */
@media screen and (min-width: 1200px) {
    .Hero-title-sec::before {

        width: 52%;
        
      }
}

@media screen and (max-width: 991px) {
    video.bg {
        left: 0;
        z-index: -188;
        width: 106%;
        object-fit: cover;
        height: 112%;
        position: absolute;
        overflow: hidden;
    }

    .section-move .hero-content-sec .wrapper-content::before{
        position: unset;
    }
    .section-move .wrapper-content .sub-title-text p, .section-move .wrapper-content .title-text h1{
        margin-right: 0;
    }
    .section-move .wrapper-content {
        top: 0;
        padding: 1rem 2rem;
        right: 0;
        margin-top: 1rem;
    }
    .section-move .wrapper-content .sub-title-text p::before {
        margin-left: 0;
    }
    .news-icon a::before {
        bottom: 9px;
    }
    .section-move .wrapper-content .sub-title-text p {
        padding-left: 1rem;
        word-break: break-all;
        letter-spacing: -1px;
    }
    .section-move .wrapper-content .title-text h1 {
        padding-left: 0;
    }
    .Hero-title-sec::before {
        height: 100%;
        width: 100%;
        top: 0;
      }

}
@media screen and (max-width:768px){
    .Hero-title-sec .button-wrapper {
        display: block;
      }
      .Hero-title-sec .button-wrapper span a {
        margin-bottom: 1rem;
      }
      .Hero-title-sec::before {
        clip-path: unset;
      }
}
@media screen and (max-width: 581px) {
    .section-move .wrapper-content {
        top: 0;
        padding: 1rem ;
        right: 0;
        margin-top: 1rem;
    }
    
    .section-move .wrapper-content .title-text h1{
        margin-right: 0;
        font-size: 2rem;
        padding-left: 0;
        
    }
    .section-move .wrapper-content .sub-title-text p{
        font-size: 1.5rem;
        padding-left: 1rem;

    }
    .section-move .wrapper-content .sub-title-text p::before {
        margin-left: 0;
        height: 100%;
        top: 0;
    }

    .section-move {
        position: relative;
        height: 79vh;
        isolation: isolate;
        overflow: hidden;
    }

}
@media screen and (max-width: 480px) {
    
    video.bg {
        top: 0px;
        left: 0px;
        width: 100%;
        object-fit: cover;
        height: 100%;
        margin-top: 4rem;
    }
    .section-move .hero-content-sec {
        height: 0;
    }

    .section-move .bg {
        height: 45rem;
        margin-top: auto;
        position: absolute;
        top: 270px;
    }

    

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