.video-bg video{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  height: 60vw;
  width: 100vw;
  z-index: 0;
}
.hero-section .video-bg {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.video-bg:before {
    content: '';
    background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3)),linear-gradient(90deg,rgba(0,0,0,.6),transparent 64.70%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.hero-section .video-bg iframe{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  height:60vw;
  width: 100vw;
  z-index: 0;
}
.hero-section .hero-text {
  position: relative;
  z-index:1;
}
.container {
  max-width:1300px;
  margin:0 auto;
  padding:0 10px;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}

.hero-section .hero-text h3 {
  margin-top:43px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.hero-section .hero-text h1 {
  text-align: center;
  font-family: Playfair Display;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 93px;
  max-width: 692px;
  margin: 23px auto 54px ;
}
.hero-section .hero-text .hero-btn {
  display:flex;
  align-items: center;
  justify-content: center;
  gap:21px;
  flex-wrap:wrap;
}
.hero-section .hero-text .hero-btn a {
  color: #fff;
  padding:15px 37px 15px 37px;
  transition:all .5s ease;
  position:relative;
}
.hero-section .hero-text .hero-btn a:before,
.hero-section .hero-text .hero-btn a:after {
  content:'';
  width: 51px;
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  transition:all .5s ease;
}
.hero-section .hero-text .hero-btn a:after {
  left:auto;
  bottom:auto;
  top:0;
  right:0;
}
.hero-section .hero-text .hero-btn a:hover:before,
.hero-section .hero-text .hero-btn a:hover:after{
  width:100%;
}
/* hero-crad */
.hero-card-section .hero-card {
  display: grid;
  color: #fff;
  grid-template-columns:repeat(3,1fr);
  background: #000;
}
.hero-card-section .hero-card .hero-card-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 50px 100px;
  transition: all .5s ease;
  gap: 20px;
}
.hero-card-section .hero-card .hero-card-box h3{
  color: #FFF;
  font-family: Playfair Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin-bottom: 31px;
}
.hero-card-section .hero-card .hero-card-box p,
.hero-card-section .hero-card .hero-card-box p a {
  color:#777;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-card-section .hero-card .hero-card-box h3:before{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #D19D5C;
  top: 14px;
  left: -46px;
  transition:all .5s ease;
}
.hero-card-section .hero-card .hero-card-box:hover {
  background:#D19D5C;
}
.hero-card-section .hero-card .hero-card-box:hover h3:before {
  background:#fff;
}
/* .hero-card-section .hero-card .hero-card-box img {
max-width:93px!important;
width:100%;
} */
}
@media(max-width:1200px) {
  .hero-card-section .hero-card .hero-card-box {
    padding: 70px 60px 50px;
    gap:10px;
  } 
  .hero-card-section .hero-card .hero-card-box img {
    max-width: 50px!important;
  }
}
@media (max-width: 991px) {
  .hero-section{
    padding: 100px 0 !important;
  }
  .hero-section .hero-section-inner {
    padding: 105px 0;
  }
  .hero-section .hero-text h1 {
    font-size: 48px;
    line-height: 71px;
  }
  .hero-card-section .hero-card {
    display: block;
  }
  .hero-card-section .hero-card .hero-card-box {
    padding:36px 36px 36px 60px;
  }
  .header-section nav .links {
    z-index: 56;
  }
  .header-section nav .links .hs-menu-wrapper>ul {
    padding: 35px 71px;
  }
}
@media (max-width: 767px) { 
  .hero-section {
    padding:80px 0 !important;
  }
  .hero-section iframe {
    display: none !important;
  }
}