
/***************************/
.page-title{
    display: none;
}
.breadcrumb-wrap{
    display: none;
}
.venu-banner{
    height: 90vh;
}
.venu-banner img.img-fluid{
      height: 800px;
    max-height: 800px;
}
section.ready-form h2 {
    color: var(--black-color);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 300;
    font-family: var(--heading-font);
    margin-bottom: 25px;
    color: #000 !important;
}
section.ready-form form input, section.ready-form form select, section.ready-form form textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 5px;
    margin-bottom: 15px;
}
section.ready-form form .form-group {
    padding: 0px;
}
section.ready-form form .col-lg-6{
width: 49%;
}
section.ready-form form .row{
    justify-content: space-between;
}
section.ready-form form label{
    font-size: 13px;
    font-weight: normal;
    color: #000;
}
section.ready-form form .col-lg-3{
    width: 23.5%;
}
.budgets p, .events p{
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}
section.ready-form form input[type="radio"]{
    display: inline;
    width: 19px;
    height: 19px;
    margin-top: 2px;
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
}
section.ready-form form .budgets label, section.ready-form form .events label{
    margin-bottom: 10px;
}
.radio-list-group {
    display: flex;
    justify-content: space-between;
}
.budgets {
    width: 49%;
}
.events {
    width: 49%;
}
section.ready-form p.head-form {
    margin-bottom: 10px;
}
section.ready-form form textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
}

section.ready-form {
    background: #f3f3f1;
    padding-top: 40px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fdf8f81c;
    z-index: 0;
}

section.ready-form label {
    color: #fff;
}

.msg p{
   color: #fff;
}

.gall-img {
    height: 100%;
    width: 100%;
}

.gall-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
      filter: grayscale(60%);
}



.gall-img img:hover{
      filter: grayscale(0);
}

section.gallery_sec .head-sec h2{
  text-align:center;
  margin-bottom:40px;
}


section.gallery_sec {
padding-top:0;
}

.col-6.p-0.groom-info {
    background: var(--lt-bg-color);
}

.groom-data {
    padding: 30px;
}

.col-6.p-0.bride-info {
    background: var(--lt-bg-color);
}

.bride-data {
    padding: 30px;
}


ul.s-links {
    display: flex;
    gap: 12px;
}


ul.s-links i{
  font-size: 22px;
  margin-top: 20px;
}

.w-event-img{
    text-align: end;
}

section.w-event-sec{
  padding-top:0;
}

section.w-event-sec .row{
    gap: 45px 0;
}


section.w-event-sec .head-sec h2{
  text-align:center;
  margin-bottom:40px;
}

.form-ready .main-btn{
  width:15%;
}


.events_sec {
  background:url('../images/venubg.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px #f8f9fa8f;
    height: 500px;
}

.event-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
}

section.your-day-way .your-way-text{
  text-align:center;
}

.checklist{
        bottom: 71px;
}









section.opt-services {
    background: var(--lt-bg-color);
    padding-top: 80px;
}

section.opt-services .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out
}

section.opt-services .overlay a {
    color: var(--white-color);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

section.opt-services .overlay i {
    color: var(--white-color);
    font-size: var(--f18)
}

section.opt-services .row {
    justify-content: center;
    gap: 30px 0;
    padding-top: 25px;
}

section.opt-services .atr-btn {
    text-align: center;
    margin-top: 40px
}

section.opt-services .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px
}

section.opt-services .view a {
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center
}



section.opt-services .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30)
}

section.opt-services img.img-fluid {
    width: 100%;
    height: 280px;
    object-fit: cover;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

section.opt-services .pro-img a::after,section.opt-services .pro-img a::before {
    position: absolute;
    height: 100%;
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: .5s;
    display: none;
    content: ""
}

section.opt-services .pro-img a::before {
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 100%);
    top: 15px;
    background-color: rgba(0,0,0,.05);
    width: calc(100% - 66px);
    left: 33px;
    transition: .5s
}

section.opt-services .pro-img a::after {
    top: 8px;
    background-color: rgba(0,0,0,.1);
    width: calc(100% - 16px);
    left: 8px;
    transition: .5s
}

section.opt-services .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    display: flex;
    border-radius: 0
}

.gallery .rev .col-5 .img img,.gallery .rev .col-7 .img img {
    transform: scale(1);
    transition: .5s
}

section.opt-services .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p15) var(--p20) var(--p15);
    background: #fff;
    box-shadow: 0 1px 17px 0 rgba(0,0,0,.05);
    margin-top: -20px;
    border-radius: 0
}

section.opt-services .prop-card:hover .pro-cont {
    background: #fff
}

section.opt-services .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14)
}

section.opt-services .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px
}

section.opt-services .rating {
    margin-bottom: 0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px
}

section.opt-services h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 32px;
    overflow: hidden;
    width: 100%;
    font-family: var(--other-font)
}

.prop-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40)
}

section.opt-services p.adr {
    font-size: var(--f15);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: 0;
    line-height: 1.5;
    height: 22px;
    overflow: hidden;
    border-bottom: 0 solid #36454f59;
    padding-bottom: 0
}

section.gallery {
    background: #f7f7f7;
    padding: 0px;
}
section.gallery .container-fluid{
    padding: 0px;
}
section.gallery img{
    height: 280px;
    object-fit: cover;
}
section.gallery .owl-nav i{
    font-size: 40px;
    color: #fff;
}
section.gallery .owl-nav {
    width: 95%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}
section.gallery-sec .head-sec{
    text-align: center;
    margin-bottom: 30px;
}
section.gallery-sec .head-sec h2{
    color: var(--black-color);
}
section.gallery-sec img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.gallery-sec .gallery-image{
    position: relative;
    overflow: hidden;
    height: 550px;
}
section.gallery-sec .gallery-details {
    position: relative;
}
section.gallery-sec a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
section.gallery-sec h4{
    font-size: var(--f28);
    line-height: 1.2;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0;
    text-align: center;
    font-family: var(--heading-font);
    text-shadow: 0 0 2px #000;
}
section.gallery-sec .gallery-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.opt-services img.img-fluid:hover{
  transform: scale(1.14);
}




