#video_bg {
    right: 0;
    bottom: 0;
    min-width: 100%; 
    margin-top: -300px;
  }
  .inner_caption{
      height: 100%;
  }
  .video_overlay {
    position: absolute;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    background: rgb(0 0 0 / 40%);
    color: #f1f1f1;
    width: 100%;
    height: 100vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .video_overlay .inner_caption h1{
    font-size: calc(50px + (100 - 50) * ((100vw - 320px) / (1600 - 320)));
    font-family: poppins-extralight, poppins, sans-serif;
  }
  .video_overlay .inner_caption p{
    font-size: calc(23px + (40 - 23) * ((100vw - 320px) / (1600 - 320)));
    font-family: poppins-extralight, poppins, sans-serif;
  }
  .packages{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }


.dest_wed_title{
    /* background-color: #0a60a587; */
    color: #ffffff;
    padding: 10px 10px;
}
.dest_wed_title h1{
    font-weight: 600;
}
.dest_wed_title h4{
    font-weight: 800;
}
.dest_wed_features_box{
    height: 100vh;
    /* background-image: linear-gradient(0deg, rgb(0 0 0 / 58%), rgb(0 0 0 / 23%)),url(../images/dest_wedding/features_bg.jpg); */
    background-image: linear-gradient(0deg, rgb(10 57 94 / 65%), rgb(10 64 106 / 71%)),url(../images/dest_wedding/features_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.feature_cols{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.feature_col div{
    padding-bottom: 40px;
}
.feature_col img{
    height: 50vh;
}
.feature_col div i{
    color: #ffffff;
    font-size: 50px;
    font-size: calc(20px + (50 - 20) * ((100vw - 320px) / (1600 - 320)));
}
.feature_col div h4{
    color: #ffffff;
    font-weight: 800;
    font-size: calc(11px + (18 - 11) * ((100vw - 320px) / (1600 - 320)));
}
.favorite_places_sec .row .col-sm-4{
    padding: 30px;
}
.favorite_places_sec .row .col-sm-4 div{
    box-shadow: 0px 0px 12px #0004;
    border-radius: 10px;
}
.favorite_places_sec .row .col-sm-4 div h4{
    padding: 10px 5px;
    font-weight: 800;
}
.favorite_places_sec .row .col-sm-4 div button{
    margin-bottom: 10px;
    background-color: #d7014c;
    border-color: #ffffff;
    transition-duration: .3s;
}
.favorite_places_sec .row .col-sm-4 div button:hover{
    background-color: #ffffff;
    color: #000000;
    border-color: #d7014c;
}
.favorite_places_sec .row .col-sm-4 div img{
    width: 90%;
    padding-top: 10px;
}
