.video-docker video {
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
    }

    .video-docker::after {
        
    }

    .button-style01{
    display: inline-flex;
    background-color: #BA977B;
    color: #FFFFFF;
    width: auto;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1.875rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    font-weight: 300;
    border-radius: 2.5rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    }

    .button-style01:hover {
    transform: scale(1.06);
}

.tab-area{
    max-width: 600px;
}

 .tab-button.active {
    background-color: #292524;
    border-color: #292524;
    color: #fff;
  }
   .tab-button{
    color: #292524;
    min-width: 100px;
   }

 .tabs-switch{
    width: fit-content;
    margin: 0 auto;
 }  

 .hero {
    background: url(../assets/seasonal-flower-bg.jpg) no-repeat center center / cover;
    height: 550px;
    display: flex;
    text-align: center;
    color: #fff;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.event-figure{
    height: 560px;
    border-radius: 5px;
}

.testimonial{
    background-color: #FFF5F5;
}


@media (min-width: 640px) {
  .sm\:h-screen {
    height: 100vh;
}

.sm\:px-10{
    padding-right: 10px;
    padding-left: 10px;
}
}



/*=========================.     Wedding planner page css.     =================================*/

.review-bar{background-color: #090909;}
.review-bar .container{
    max-width: 80%;
}
.hero-text{
    font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.features-box{
    background: #f9fafb;
    border: solid 1px #f9fafb;
}

.features-box:hover{
    border: solid 1px #cacaca;
}

.beyond-figure-tile img{
   -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.beyond-figure-tile:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.tile-figure{
    max-height: 360px;
}
.keeps-couples{
    font-family: "Alata", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-font{
    font-family: Poppins, sans-serif;
}

.trust-planners-figure{
width: 200px!important;
height: 170px!important;
object-fit: cover;
}

.trusted-planner li{
    width: 49%;
    display: inline-block;
}

.dream-menu{
    background-color: #D14343;
}


