.video-container-section {
  position: relative; 
  background-repeat: no-repeat;
  background-size: cover;

}
.video-container-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); 
  z-index: -1; 
}


.hero-sec-innersz h1{
  width:100%;
  max-width:825px;
  margin:0 auto;
}
.box-items {
  position:relative;
  width:160px;
  height:120px;
}
.box-items p {
  position:absolute;
  bottom:22px;
  width:100%;

  display:flex;
  justify-content:center;
  left: 50%;         
  transform: translate(-50%);
}
.box-items img {
  width:auto;
  height:auto;
}
.video-container-section .hero-sec-innersz p {
  font-family: 'avenir-next', 'sans-serif';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.video-container-section a.estimate-btn {
 font-family: 'avenir-next', 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  background: #DE7008;
  border-radius:100px;
  padding:10px 32px;
  color:#fff;
  text-decoration:none;
}
.hero-sec-innersz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1048px;
  margin: 0 auto;
  text-align: center;

  z-index: 1;
  position: relative;
}
.hero-sec-innersz h1 span{
  font-weight:300;
}
.hero-sec-innersz h1 {
  color: #fff ; 
  margin-bottom: 20px;
}
.hero-sec-innersz p {
  color: #F6F5F3;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 500;
}
.video-container-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top:116px;
  padding-bottom:141px;
}
.video-container-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}


@media(max-width: 767px){
  .video-container, .hero-sec {
    height: 75vh;
  }
  .hero-sec-innersz p {
    font-size: 20px;
    line-height: 28px;
  }
}



.boxes-overlay {
  display:flex;
  gap:56px;
  width:100%;
  max-width:1024px;
  justify-content:center;
  margin-top:96px;
}
.boxes-overlay .box-items {
  box-shadow: 0px 4px 16px 0px #0000001A;
  background: #1C1C1C94;
  border-radius:12px;
  padding:26px 32px;
}

.video-container-section .box-items p{
  font-family: 'avenir-next', 'sans-serif';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom:0px !important;
}

@media only screen and (max-width:1024px) {
  .boxes-overlay {
    flex-wrap:wrap;
    gap:18px;
    margin-top:50px;
  }
  .video-container-section {
    padding-top:80px;
    padding-bottom:80px !important;
  }
}
@media only screen and (max-width:1024px) and (min-width:960px) {
  .boxes-overlay {
    width:66%;
  } 
}
@media only screen and (max-width:959px) and (min-width:768px) {
  .boxes-overlay {
    width:70%;
  } 
}