.bg-img{
    background-image:url('../assets/images/desktop/1.webp');
    height: 100vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
}
.bg-img1{
    background-image:url('../assets/images/desktop/4.webp');
    height: 100vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
}
.bg-img2{
    background-image:url('../assets/images/desktop/5.webp');
    height: 100vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
}
.bg-img3{
    background-image:url('../assets/images/desktop/8.webp');
    height: 100vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
}
.bg-img4{
    background-image:url('../assets/images/desktop/3.webp');
    background-position:center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    height: 95vh;
    width: 100%;
}
.bg-image-text{   
    text-align: center;
}
.wedding{
    color: white;
    font-size: 150px;
    position: absolute;
    top: 50vh; 
    left: 23%;
    font-weight:normal;

}
.wedding-text{
    text-align: center;
    font-weight: lighter;
    letter-spacing: 2px;
    line-height: 33px;
    /* font-size: 20px !important; */


}
.wpb_text_column li {
    /* float: left; */
    display: inline-block; 
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
    text-align: center;
}
.offered{
    text-align: center;
    font-size: 30px;
    font-weight: lighter;

    color: gray;
    padding-bottom: 20px;
}
.wpb_text_column li {
    width: 29%;
    margin: 0 2%;
}
.wpb_text_column li {
    /* font-size: 21px; */
    line-height: 195%;
    /* font-weight: 300; */
}

.trans{
    background-image: url('../assets/images/transparent.jpg');
    height: auto;
    width: 100%;
    background-position:center;
    background-repeat: no-repeat; 
    background-size:cover;
    
  }
  .background-overlay{
    height: auto;
    width: 100%;
    background-color: rgba(170, 169, 169, 0.61);
  }
/* .wpb_wrapper .wpb_text_column ul li {
    padding: 2px 0;
    color: #898989;
} */
/* gift-ul */
.gift-ul li{
   /* color: lightgray; */
   color: gray;
   font-weight: lighter;
    }
    .overlay1{
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        opacity: 1;
        display: flex; 
        justify-content: center;
        align-items: center;
      }
      .offered-flex>hr{
        background-color:gray;
      }
     


@media screen and (max-width:492px){
    .gift-ul {
        padding: 0px 10px ;
        align-items: center !important;
    }
.gift-ul li{
/* width: 80%; */
text-align: center !important;
width: 100%;
padding: 10px 0px;
font-size: 20px ;
/* margin-left: 0%; */
/* background-color: black !important; */
}
.wedding {
    color: white;
    font-size: 44px;
    position: absolute;
    top: 30vh;
    left: 20%;
    font-weight: normal;
}
.bg-img {
    background-image:url('../assets/images/mobile/Weddings.webp');
    height: 50vh;
}
.bg-img1 {
    background-image:url('../assets/images/mobile/Non\ Profit.webp');
    height: 50vh;
}
.bg-img2 {
    background-image:url('../assets/images/mobile/Corporate.webp');
    height: 50vh;
} 
.bg-img3 {
    background-image:url('../assets/images/mobile/Slide\ 4.webp');
    height: 50vh;
}
.bg-img4 {
    background-image:url('../assets/images/mobile/Branding\ &\ Consulting.webp');
    height: 50vh;
}
.wedding-text {
    font-size: 15px;
}
.offered { 
   
    font-size: 30px;
    font-weight: lighter;
    
}
.nav-logo{
    margin-left: 0% !important;
} 
.nav-drop{
    margin-top: 20px ;
  }
  .text-respon-coun{
    font-size: 40px !important;
}
.text-respon-NON{
    font-size: 40px;
}
.offered-flex{ 
    display: none;
}
.nav-text{
    font-size: 16px !important;
  }
  .trans{
    background-image: url('../assets/images/transparent.jpg');
    /* height: auto; */
    width: 100%;
    background-position:center;
    background-repeat: no-repeat; 
    background-size:100% 100% !important;
    
  }
} 