.hero_banner {
    position: relative;
    padding: 10% 0 10% 0;
    border-top: 2px solid #ba996b;
    border-bottom: 2px solid #ba996b;
}

.hero_banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/wedding/pattern-bannerk.svg') no-repeat center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}


.hero_banner .wedding-banner-slider-wrap {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    max-width: 100%;
    border: 5px solid #ba996b;
    padding: 20px;
    background: white;
}

.hero_banner .wedding-banner-slider {
    padding: 19px 2.1vw;
    border: 0px solid #ba996b;
    position: relative;

}

.hero_banner .img-block {
    width: 100%;
    height: 0;
    padding-bottom: 45.1%;
    position: relative;
}

.hero_banner .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border: 0px solid #ba996b;
}


.hero_banner .container {
    max-width: calc(100% - 26%);
    margin: -37px auto 0;
    width: 100%;
    position: relative;
    left: 5px;
    background: #fff;
}

.hero-banner-slider>.item:first-child {
    display: block;
}

.hero-banner-slider>.item {
    display: none;
}


/*----------------------------------------------------*/

.weddings_banner_section {
    padding: 0 40px;
    width: 100%;
    position: relative;
    border-top: 2px solid #ba996b;
    border-bottom: 2px solid #ba996b;
}

.weddings_banner_section .container {
    padding: 0px 10px;
}

.weddings_banner_top_bottom:before {
    background-image: url('../images/wedding/top-center.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    content: '';
    position: absolute;
    top: 0;
    left: 44%;
    height: 112px;
    width: 100%;
    max-width: 230px;
    z-index: 6;
}

.weddings_banner_top_bottom:after {
    background-image: url('../images/wedding/bottom.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    content: '';
    position: absolute;
    bottom: 0;
    right: 43%;
    height: 112px;
    width: 100%;
    max-width: 270px;
    z-index: 6;
}

/*------------------------*/

.weddings_banner_section:before {
    background-image: url('../images/wedding/left-full.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 44%;
}

.weddings_banner_section:after {
    background-image: url('../images/wedding/right-full.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-width: 44%;
}

/*********************************/

.wedding-banner-slider-wrap {
    width: calc(100vw - 30.8vw);
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    left: 12px;
    right: 0;
    margin: 0 auto;
    max-height: 782px;
    transform: translateY(23%);
}

/*.wedding-banner-slider{
    border: 5px solid #ba996b;
}*/

/*.weddings_banner_sec .wedding-banner-slider-wrap{
    display: none;
}*/


.weddings_banner_section .img-over-text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    max-width: 100%;

    overflow: hidden;
}


.banner_wrapper {
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    z-index: 5;
}


.wedding-banner-slider .slick-list {
    margin: 0;
}


.wedding_box_middle.middel-text-box .heading-main {
    color: #000;
    margin: 0;
}

.wedding_box_middle.middel-text-box .heading-main span {
    display: block;
    font-size: 60px;
    line-height: 66px;
    font-family: 'Chateau Grande Condensed';
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
}

.wedding_inquire_content p a:hover {
    font-family: 'Chronicle Deck Cond Semi';
    color: #ba996b;
}

.weddings_banner_section .grid-middle-title h4 {
    color: #fff;
    font-family: 'Chateau Grande SemiExpanded';
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0.85px;
    line-height: 50px;
    text-align: center;
    max-width: 500px;
    margin: 10px auto;
}

.weddings_banner_section .grid-middle-title:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #ba996b;
    bottom: 0;
    transition: all ease 3s;
    transition-duration: 3s;
    animation-delay: 3s;
    right: 0;
}

.weddings_banner_section .grid-middle-title.aos-animate:before {
    width: 0;
}

.wedding_box_middle.middel-text-box {
    max-width: 514px;
    padding: 50px 65px 50px;
    opacity: 0.88 !important;
    margin: -157px auto 0;
    z-index: 8;
}

.weddings_banner_sec {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    /*  background-image: url('../images/wedding/pattern-banner.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;*/

}

.weddings_banner_sec .single-event-content {
    position: relative;
    max-width: 100%;
}

.weddings_banner_sec .pattern-img {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #ba996b;
    border-bottom: 2px solid #ba996b;
    z-index: 2;
}

.weddings_banner_sec .pattern-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transition: all ease 0.5s;
    transition-duration: 2s;
    transition-delay: 8s;
    transition: all ease 3s;
    transform: scale(1);
    z-index: -2;
}

.weddings_banner_sec .pattern-img.aos-animate:before {
    transform: scale(0);
}


.weddings_banner_sec .pattern-img .svg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}


.weddings_banner_sec .img-over-text {
    position: unset;
    transform: translate(0, 0);
    max-width: 100%;
    margin: 0;
    text-align: center;


}

.wedding-banner-slider.slick-initialized .slick-slide {
    max-height: 620px;
    /*    border: 2px solid #ba996b;*/
    overflow: hidden;
}

.weddings_banner_sec .wedding-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    max-height: 730px;
}


.wedding_inquire_content {
    margin-top: 70px;
    margin-bottom: 70px;
}

.wedding_inquire_content .btnInquire {
    margin-top: 50px;
}


.wedding-slider-wrap {
    position: relative;
    margin: 100px 0 0;
}

.gender-intimacy-section.wed_intimacy_sec {
    position: relative;
    margin: -100px 0 100px;
    z-index: -1;
}


/* Signup Form Section */

.wed_gallery_sec {
    padding: 50px 0 120px;
}


.wedding-gallery-slider .slider-image span img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
}


.wedding_element {
    display: block;
    padding: 0px 40px 60px 40px;
    width: 100%;
    margin: 0 auto;
}

.wedding_element .sign_form_content {
    text-align: center;
    max-width: 62%;
    margin: 0 auto;
    position: relative;
}

.wedding_element .sign_form_content .h3 {
    margin: 0 0 45px 0;
    font-weight: 400;
    font-style: italic;
    font-family: 'Chronicle Deck Cond';
    font-size: 30px;
    letter-spacing: 0;
}

.wedding_element .sign_form_content:before,
.wedding_element .sign_form_content:after {
    display: none;
}

.wed_life {
    margin: 0;
    padding: 75px 0 0;
}

.wed_life .events-life-text .h2 {
    text-transform: lowercase;
}

.wed_life .downCurveArrow {
    margin: 30px 0 30px;
}

.wed_life .downCurveArrow img {
    max-width: 52px;
    width: 100%;
    transform: rotate(90deg);
}

.sign-up-wedding-section.wedding_element .wpcf7-submit {
    min-width: 170px;
    letter-spacing: 2px;
    font-weight: 500;
}

.sign-up-wedding-section.wedding_element .form_desc {
    max-width: 84%;
    margin: 26px auto 0 auto;
}

.sign-up-wedding-section.wedding_element .privacy_text {
    max-width: 84%;
    margin: 20px auto 0 auto;
}

.skin_gray {
    background-color: #B8B8B9;
}


.wedding-gallery-slider .slick-slide,
.moment-gallery-slider .slick-slide,
.modal-gallery-slider .slick-slide {
    margin: 0 20px;
    /* Adjust the gap between slides */
}

.slider-nav .slick-slide {
    margin: 0 5px;
    /* Smaller spacing for thumbnails */
}

/* Fix spacing issues */
.slick-list {
    margin: 0 -20px;
    /* Compensates for the added margins */
}

.modal-gallery-slider .slider-image {
    width: 100%;
    height: 650px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wedding-gallery-slider .slider-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: black;
}

.wedding-gallery-slider .slider-image .gallery_icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.wedding-gallery-slider .slider-image video,
.wedding-gallery-slider .slider-image iframe {
    width: 100%;
    height: 100%;
    /*    object-fit: cover;*/
    object-fit: contain;
}

.modal-gallery-slider video,
.modal-gallery-slider iframe {
    width: 100%;
    height: 601px;
    object-fit: cover;
}

.wedding-gallery-slider .slider-image img,
.modal-gallery-slider .slider-image img,
.modal-gallery-slider .slider-image video,
.modal-gallery-slider .slider-image iframe {
    width: auto;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    visibility: visible;
}

.wed_gallery_sec .title-main {
    color: black;
}

.galleryBtn {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.galleryBtn .btn-secondary {
    border: 2px solid black;
}

.galleryBtn .btn.btn-secondary:before {
    background-color: #000 !important;
}

/*Prepare Section*/

.prepare_sec {
    padding: 75px 0;
}

.prepare_sec .prepare_content {
    text-align: center;
    margin: 15px 0;
}

.prepare_sec .prepare_content p {
    margin: 0 auto;
    padding: 0;
    max-width: 723px;
    width: 100%;
    font-size: 25px;
    font-family: 'Chronicle Deck Cond';
    font-style: italic;
    letter-spacing: 0.61px;
    line-height: 34px;
    color: #000;
}

.prepare_sec .prepare_mainSec {
    margin: 70px 0 0;
}

.prepare_sec .prepare_mainSec .image_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.image-wrap {
    width: 100%;

}

.image-wrap img {
    width: 100%;
    height: 100%;
}

.AboutBtn {
    text-align: center;
    margin: 70px auto 0 auto;
    width: 100%;
}

.photos-grid-section.wedding-photos-grid .parallax-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    object-fit: cover;
}

.bridal_pamper_sec {
    margin-top: 0;
}

.wedding-photos-grid.bridal_pamper_sec .bridal_content {
    text-align: center;
    margin: 35px 0 0;
}

.wedding-photos-grid.bridal_pamper_sec .bridal_content a {
    /*    text-decoration: underline;*/
    font-weight: 500;
}

.wedding-photos-grid.bridal_pamper_sec .bridal_content p {
    margin: 0 auto;
    padding: 0;
    max-width: 723px;
    width: 100%;
    font-size: 25px;
    font-family: 'Chronicle Deck Cond';
    font-style: italic;
    letter-spacing: 0.61px;
    line-height: 34px;
    color: #000;
}

.bridal_pamper_sec .photos-grid {
    margin-top: 60px;
}

.bridal_pamper_sec.wedding-photos-grid .photos-grid .item:nth-child(1) .item-inner:first-child {
    margin-bottom: 40px;
}

.bridal_pamper_sec.photos-grid-section .photos-grid .item:last-child .item-inner:last-child {
    padding-right: 0;
    margin-bottom: 0;
}

.bridal_pamper_sec.photos-grid-section .photos-grid .item:first-child .item-inner:last-child {
    padding-left: 80px;
}

.bridal_pamper_sec.wedding-photos-grid .photos-grid .item:nth-child(1) {
    margin-top: 0;
}

.bridal_pamper_sec.wedding-photos-grid .photos-grid .item:nth-child(2) .item-inner .parallax-item .item-img {
    padding-bottom: 124%;
}


.bridal_pamper_sec .grid-middle-title {
    background-color: #ba996b;
    padding: 50px 50px;
    margin-top: 0;
    position: relative;
}

.bridal_pamper_sec.wedding-photos-grid .photos-grid .item:nth-child(1) .item-inner .parallax-item .item-img {
    padding-bottom: 82%;
}


.bridal_pamper_sec.wedding-photos-grid .photos-grid .item:nth-child(2) .item-inner .parallax-item .item-img {
    padding-bottom: 120%;
}

.bridal_pamper_sec.wedding-photos-grid .photos-grid .item:nth-child(3) .item-inner .parallax-item .item-img {
    padding-bottom: 100%;
}

.bridal_pamper_sec.wedding-photos-grid .parallax-item img {
    height: 120%;
}


.moment_sec {
    padding: 80px 0;
}

.moment_sec .title-main {
    color: black;
    margin: 0;
}

.moment-gallery-slider {
    max-width: 85%;
    margin: 0 auto;
}


.moment-gallery-slider .slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    visibility: visible;
}


.moment-gallery-slider .slider-image {
    width: auto;
    height: 750px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 86%;
    margin: 0 auto;
    background-color: black;

}

.moment-slider-wrap {
    margin-top: 60px;
    position: relative;
}


/*World Cuisine Section*/

.cuisine_sec {
    padding: 80px 0 0 0;
    margin: 0 0;
}


.wedding-photos-grid.cuisine_sec .cuisine_content {
    text-align: center;
    margin: 35px 0 0;
}

.wedding-photos-grid.cuisine_sec .cuisine_content a {
    font-weight: 500;
}

.wedding-photos-grid.cuisine_sec .cuisine_content a:hover {
    font-weight: 500;
    color: #ba996b;
    font-family: 'Chronicle Deck Cond Semi';

}

.wedding-photos-grid.cuisine_sec .cuisine_content p {
    margin: 0 auto;
    padding: 0;
    max-width: 723px;
    width: 100%;
    font-size: 25px;
    font-family: 'Chronicle Deck Cond';
    font-style: italic;
    letter-spacing: 0.61px;
    line-height: 34px;
    color: #000;
}

.cuisine_sec .photos-grid {
    margin-top: 60px !important;
}


.cuisine_sec .photos-grid.row,
.cuisine_sec .photos-grid .row {
    margin: 0px -20px;
    display: flex;
    flex-wrap: wrap;
}

.cuisine_sec .photos-grid .item.img1 .parallax-item .item-img {
    padding-bottom: 80%;
}

.cuisine_sec .photos-grid .item.img2 .parallax-item .item-img {
    padding-bottom: 94%;
}

.cuisine_sec .photos-grid .item.img3 .parallax-item .item-img {
    padding-bottom: 55%;
    margin-bottom: 0;
}

.cuisine_sec .photos-grid .item:nth-child(1) {
    margin-top: 0;
}

.cuisine_sec .photos-grid .item.img1 .parallax-item {
    padding-left: 160px;
}

.cuisine_sec .parallax-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    object-fit: cover;
}

.cuisine_sec.photos-grid-section.wedding-photos-grid .parallax-item img {
    height: 120% !important;
}

.cuisine_sec.photos-grid-section .photos-grid .item:first-child .item-inner:last-child {
    padding-left: 0;
    margin-bottom: 0;
}

.cuisine_sec.wedding-photos-grid .photos-grid .item:nth-child(1) .item-inner:first-child {
    margin-bottom: 0;
}

.cuisine_sec .grid-middle-title {
    padding: 60px 0;
    margin-top: 0;
    position: relative;
    left: -40px;
    margin-right: -40px;
}

.cuisine_sec .grid-middle-title h4 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-family: 'Chronicle Deck Cond';
    font-style: italic;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0.85px;
    line-height: 50px;
    max-width: 570px;
}

.events-logo.wedding_new_event {
    text-align: center;
    margin: 60px 0;
}

.wedding_new_event .events-logo .event-booking-box {
    margin: 30px auto 0;
}

.wedding_new_event {
    margin-bottom: 20px;
}

.wedding_new_event .events-logo {
    text-align: center;
    margin: 40px 0 60px;
}


/*Romantic Setting Section */

.main_tab_wrapper {
    margin: 0 0px 0;
}

.main_tab_wrapper .tabs {
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: center;
    margin: 75px 0;
}

.main_tab_wrapper .tab {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
    letter-spacing: 0;
}

.main_tab_wrapper .tab.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    bottom: 0;
    left: 0;
}

.main_tab_wrapper .content {
    display: none;
    text-align: center;
    width: 50%;
    position: relative;
}

.main_tab_wrapper .content.active {
    display: block;
    width: 100%;
}

.content-container {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 90%;
}


.main_tab_wrapper .bg-cover img {
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-height: 780px;
    object-fit: cover;
}

/*.rom_setting_sec .main_tab_wrapper .slick-arrow.slick-prev {
    left: -100px;
}

.rom_setting_sec .main_tab_wrapper .slick-arrow.slick-next {
    right: -100px;
}
*/
/*SLider Progress Bar*/

.main_tab_wrapper .hotel-progress,
.main_tab_wrapper .ballroom-progress,
.main_tab_wrapper .moments-progress,
.main_tab_wrapper .ceremonies-progress,
.main_tab_wrapper .outdoor-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 40px);
    height: 5px;
    background: #dedede4d;
    margin-left: -20px;
    margin-right: -20px;
}

.main_tab_wrapper .hotel-progress span.active,
.main_tab_wrapper .ballroom-progress span.active,
.main_tab_wrapper .moments-progress span.active,
.main_tab_wrapper .ceremonies-progress span.active,
.main_tab_wrapper .outdoor-progress span.active {
    width: 100%;
}

.main_tab_wrapper .hotel-progress span,
.main_tab_wrapper .ballroom-progress span,
.main_tab_wrapper .moments-progress span,
.main_tab_wrapper .ceremonies-progress span,
.main_tab_wrapper .outdoor-progress span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0px;
    height: 100%;
    background-color: white;
    transition: all 0s linear;
}


.rom_setting_sec .slider-image.bg-cover {
    /*   position: relative;
    height: 0;
    padding-bottom: 56%;*/
    background-color: black;
    margin: 0 auto;
}


.rom_setting_sec .slider-image.bg-cover>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 650px;
    margin: 0 auto;
}

.rom_setting_sec .slider-image.bg-cover.portrait-img img,
.moment_sec .slider-image.bg-cover.portrait-img img {
    width: auto;
}


.gallery-images.wedding_inner_gallery .gallery li {
    padding: 15px;
    width: 33.33%;
}

.gallery-images.wedding_inner_gallery .gallery li>figure>.plus-icon {
    height: 57px;
    width: 57px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    backdrop-filter: none;
}


.gallery-images.wedding_inner_gallery .gallery .plus-icon img {
    opacity: 1;
    visibility: visible;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 15px;
    left: 15px;
    filter: invert(1);
}

.gallery-images.wedding_inner_gallery .gallery li>figure {
    padding-bottom: 68%;
    background: black;
}

.gallery-images .gallery .portrait-img>figure>img {
    width: auto;
    transform: translate(62%, 0);
}


.gallery-images.wedding_inner_gallery .btn_primary_new.load-more-btn,
{
text-align: center;
width: 100%;
margin: 40px auto 30px auto;
display: block;
font-size: 22px;
font-weight: 600;
letter-spacing: 0;
}

.gallery-images.wedding_inner_gallery .load-btn {
    text-align: center;
    width: 100%;
    margin: 40px auto 30px auto;
    display: block;
}

.rom_setting_sec .main_tab_wrapper .slick-arrow.slick-prev {
    left: -100px;
}

.rom_setting_sec .main_tab_wrapper .slick-arrow.slick-next {
    right: -100px;
}

.single-image-popup .gallary-slider .bg-cover img {
    width: auto;
    height: auto;
}

.gallary-popup .gallary-slider .slick-arrow.slick-next:before {
    background-image: url('../images/Arrow_right_colored.svg');
    transform: none;
}

.gallary-popup .gallary-slider .slick-arrow.slick-prev:before {
    background-image: url('../images/Arrow_left_colored.svg');
    transform: none;
}

.gallary-popup .gallary-slider .bg-cover{
    background-color: black;
}

/**************************************Responsive Css starts********************************************************/


@media (min-width: 1800px) and (max-width: 1919px) {

    .hero_banner .container {
        max-width: calc(100% - 25.6%);
    }

    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-prev {
        left: 0;
    }

    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-next {
        right: 0;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {}

@media (min-width: 1500px) and (max-width: 1599px) {}


@media (min-width: 1400px) and (max-width: 1499px) {

    .wedding-banner-slider-wrap {
        max-height: 453px;
        transform: translateY(29%);
    }

    .weddings_banner_sec .wedding-img {
        max-height: 470px;
    }

    .hero_banner .container {
        margin: -32px auto 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .content-container {
        max-width: 85%;
    }

    .main_tab_wrapper .tabs {
        margin: 45px 0;
    }

    .weddings_banner_section:after {
        max-width: 44%;
        background-size: cover;
    }

    .weddings_banner_section:before {
        max-width: 44%;
        background-size: cover;
    }

    .weddings_banner_section .img-over-text img {
        max-height: 490px;
    }

    .weddings_banner_top_bottom:before {
        background-position: -8px -75px;
        background-size: cover;
        left: 44%;
        height: 145px;
        width: 100%;
        max-width: 165px;
    }

    .weddings_banner_top_bottom:after {
        right: calc(100vw - 54vw);
    }

    .weddings_banner_top_bottom:before {
        left: calc(100vw - 70vw);
    }

    .moment-gallery-slider .slider-image {
        height: 560px;
        max-width: 100%;
    }

    .moment_sec .moment-gallery-slider .slick-arrow.slick-prev {
        left: -80px;
    }

    .moment_sec .moment-gallery-slider .slick-arrow.slick-next {
        right: -80px;
    }
}

@media (max-width: 1199px) {
    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-prev {
        left: -100px;
    }

    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-next {
        right: -100px;
    }

    .bridal_pamper_sec {
        margin: 85px 0 80px;
    }

    .main_tab_wrapper .tabs {
        margin: 45px 0;
    }

    .wedding-gallery-slider .slick-slide,
    .moment-gallery-slider .slick-slide {
        margin: 0 10px;
        background-color: black;
    }

    .wedding-slider-wrap {
        margin: 50px 0 0;
    }

    .moment-gallery-slider .slider-image {
        height: 500px;
        max-width: 100%;
    }

    .main_tab_wrapper {
        padding: 0 30px;
    }

    .wedding-slider-wrap {
        margin: 50px 40px 0;
    }

    .wed_gallery_sec {
        padding: 50px 0 50px;
        margin-bottom: 40px;
    }

    .wedding_element .sign_form_content {
        max-width: 74%;
    }

    .cuisine_sec .grid-middle-title {
        left: 0;
        margin-right: 0;
        margin-top: 10px;
        padding: 40px 0;
    }

    .weddings_banner_section:after {
        max-width: 42%;
        background-size: cover;
    }

    .weddings_banner_section:before {
        max-width: 42%;
        background-size: cover;
    }

    .weddings_banner_top_bottom:before {
        background-position: -8px -75px;
        background-size: cover;
        left: 44%;
        height: 145px;
        width: 100%;
        max-width: 165px;
    }

    .weddings_banner_top_bottom:after {
        right: calc(100vw - 64vw);
        bottom: 43px;
    }

    .banner_wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .wedding_box_middle.middel-text-box {
        margin: -100px auto 0;
        z-index: 10;
    }

    .moment-gallery-slider .slick-arrow.slick-prev {
        left: -70px;
    }

    .moment-gallery-slider .slick-arrow.slick-next {
        right: -70px;
    }

    .wedding-gallery-slider .slider-image {
        height: 340px;
    }

    .hero_banner .slick-arrow.slick-next {
        right: -10px;
    }

    .hero_banner .slick-arrow.slick-prev {
        left: -10px;
    }

    /************/

    .rom_setting_sec .slider-image.bg-cover.portrait-img img,
    .moment-gallery-slider .slider-image.bg-cover.portrait-img img {
        width: auto;
        max-height: 560px;
    }


}

@media (min-width: 1025px) and (max-width: 1199px) {
    .weddings_banner_sec .img-over-text {
        max-width: calc(100% - 550px);
        max-height: 360px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .weddings_banner_sec .wedding-img {
        height: 400px;
    }

    .hero_banner .large-text.wedding-3-text {
        top: -56px;
    }

    .hero_banner .container {
        margin: -27px auto 0;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {
    .hero_banner .container {
        margin: -23px auto 0;
    }

    .hero_banner .img-block{
        padding-bottom: 46%;
    }

    .hero_banner .slick-arrow.slick-prev:before,
    .hero_banner .slick-arrow.slick-next:before {
        background-size: 20px;
    }

    .wedding_inquire_content {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .wedding_inquire_content.text-italic {
        font-size: 22px;
        line-height: 31px;
    }


    .wedding_box_middle.middel-text-box {
        margin: -84px auto 0 !important;
        padding: 35px 35px 35px;
        max-width: 340px;
    }

    .wedding_box_middle.middel-text-box .heading-main span {
        font-size: 40px;
        line-height: 45px;
    }

    .weddings_banner_sec .large-text.wedding-3-text .svg {
        width: 935px;
        height: 710px;
    }

    .weddings_banner_sec .large-text.wedding-3-text {
        top: -25px;
    }

    .weddings_banner_sec .large-text.wedding-4-text .svg {
        width: 308px;
        height: 790px;
    }

    .weddings_banner_sec .large-text.wedding-4-text {
        bottom: -179px;
        left: -110px;
    }

    .wedding-gallery-slider .slider-image {
        height: 250px;
    }


}


@media (min-width: 768px) and (max-width: 991px) {

    .hero_banner .slick-arrow.slick-prev:before,
    .hero_banner .slick-arrow.slick-next:before {
        background-size: 26px;
    }

    .moment-gallery-slider .slider-image {
        height: 400px;
        max-width: 100%;
    }

    .moment-slider-wrap {
        margin-top: 30px;
    }

    .rom_setting_sec .slider-image.bg-cover>img {
        max-height: 490px;
    }


    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-next {
        right: -80px;
    }

    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-prev {
        left: -80px;
    }

    .wedding-photos-grid.cuisine_sec .photos-grid .item.img3 {
        max-width: 96%;
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px;
    }

    .cuisine_sec .photos-grid .item.img1 .parallax-item {
        padding-left: 40px;
    }

    .cuisine_sec .photos-grid .item.img2 .parallax-item .item-img {
        padding-bottom: 115%;
    }

    .bridal_pamper_sec.photos-grid-section .photos-grid .item:first-child .item-inner:last-child {
        padding-left: 25px;
    }


    /*.weddings_banner_sec .middel-text-box{
        margin: -143px auto 0 !important;
    }*/

    .cuisine_sec .grid-middle-title h4 {
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0.85px;
        line-height: 34px;
        max-width: 350px;
    }

    .wed_life .downCurveArrow {
        margin: 12px 0 12px;
    }

    .wed_life .downCurveArrow img {
        max-width: 32px;
    }

    .wedding_element .sign_form_content {
        max-width: 100%;
    }

    .prepare_sec {
        padding: 35px 0;
    }

    .AboutBtn {
        margin: 35px auto 0 auto;
    }

    .bridal_pamper_sec {
        margin: 40px 0 40px;
    }

    .wed_gallery_sec .title-main {
        margin: 0;
    }

    .wedding-gallery-slider .slider-image {
        height: 520px;
    }

    .moment_sec {
        padding: 45px 0;
        margin-bottom: 0;
    }

    .moment-slider-wrap {
        padding: 0 40px;
    }

    /*  .weddings_banner_sec .pattern-img {
        border-top: none;
        border-bottom: none;
    }*/

    .gallery-images.wedding_inner_gallery .gallery li {
        padding: 15px;
        width: 50%;
    }

    .wedding_box_middle.middel-text-box {
        max-width: 445px;
        padding: 40px 40px 40px;
        margin: -133px auto 0;
    }

    .wedding_inquire_content {
        max-width: calc(100% - 180px);
        font-size: 22px;
        letter-spacing: 0.61px;
        line-height: 30px;
    }

    .main_tab_wrapper .tabs {
        margin: 30px 0;
        gap: 48px;
    }

    .galleryBtn {
        margin-top: 30px;
    }

    .wedding-photos-grid.bridal_pamper_sec .bridal_content {
        margin: 35px auto 0;
        max-width: calc(100% - 120px);
    }

    .hero_banner .img-block {
        padding-bottom: 48%;
    }

    .hero_banner .container {
        max-width: calc(100% - 28%);
        margin: -24px auto 0;
    }

    .wedding_box_middle.middel-text-box .heading-main span {
        font-size: 42px;
        line-height: 46px;
    }

    .wedding_box_middle.middel-text-box {
        max-width: 348px;
        padding: 35px 35px 35px;
        margin: -71px auto 0;
    }

    .hero_banner .large-text.wedding-3-text {
        top: -58px;
    }

    .hero_banner .large-text.wedding-4-text {
        left: -155px;
        bottom: -440px;
    }

    .hero_banner .large-text.wedding-4-text .svg {
        width: 315px;
        height: 1000px;
    }

    .hero_banner .img-block img {
        top: 11px;
    }

    .wedding_inquire_content {
        margin-top: 40px;
        margin-bottom: 50px;
    }

}

@media (max-width: 767px) {

    .hero_banner .slick-arrow.slick-prev:before,
    .hero_banner .slick-arrow.slick-next:before {
        background-size: 24px;
    }

    .hero_banner .slick-arrow.slick-next {
        right: -20px;
    }

    .hero_banner .slick-arrow.slick-prev {
        left: -20px;
    }

    .hero_banner:before {
        display: none;
    }

    .hero_banner {
        border-top: none;
        border-bottom: none;
        padding: 0;
        margin: 0 -10px;
    }

    .hero_banner .container {
        max-width: 100%;
        margin: 0 auto 0;
        width: 100%;
        position: relative;
        left: 0;
        background: transparent;
    }

    .hero_banner .img-block {
        padding-bottom: 0;
        height: 100%;
    }

    .hero_banner .img-block img {
        position: unset;
        height: 80vh;
    }


    .wedding_box_middle.middel-text-box .heading-main span {
        font-size: 44px;
        line-height: 54px;
    }

    .wedding_box_middle.middel-text-box {
        max-width: 354px;
        padding: 30px 30px 30px;
        margin: -156px auto 0;
    }

    .hero_banner .large-text.wedding-3-text .svg {
        width: 300px;
        height: 100%;
    }

    .hero_banner .large-text.wedding-3-text {
        right: -130px;
        top: -28px;
    }

    .hero_banner .large-text.wedding-4-text {
        left: -285px;
        bottom: -300px;
    }


    .wedding_inquire_content {
        max-width: calc(100% - 165px);
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 22px;
        font-style: italic;
        letter-spacing: 0.61px;
        line-height: 30px;
    }

    .moment_sec {
        padding: 45px 0;
        margin-bottom: 0;
    }

    .moment-slider-wrap {
        padding: 0 35px;
    }

    .moment-gallery-slider {
        max-width: 86%;
    }

    .bridal_pamper_sec {
        margin: 50px 0 60px;
    }

    .bridal_pamper_sec.photos-grid-section .photos-grid .item:last-child .item-inner:last-child {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }

    .title-section .title-main,
    .moment_sec .title-main {

        margin: 0 auto;
        max-width: 100%;
        padding: 0 0 0;
    }

    .wedding-slider-wrap {
        margin: 50px 0 0;
    }

    .prepare_sec .prepare_mainSec .image_grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cuisine_sec .grid-middle-title {
        left: 0;
        margin-right: 0;
        margin-top: 10px;
    }

    .wedding_element .sign_form_content {
        max-width: 74%;
    }

    .wedding_element .sign_form_content {
        max-width: 100%;
    }

    .events-logo .event-booking-box .btn {
        margin-top: 40px !important;
    }


    .wedding-photos-grid.bridal_pamper_sec .bridal_content,
    .wedding-photos-grid.cuisine_sec .cuisine_content {
        max-width: calc(100% - 130px);
        margin: 35px auto 0;
    }

    .weddings_banner_sec .large-text.wedding-3-text {
        top: 0;
    }

    .wedding_new_event .events-logo {
        margin: 15px 0 60px;
    }

    .gender-intimacy-section.wed_intimacy_sec {
        margin: 30px 0 50px;
    }

    .wed_gallery_sec {
        margin-bottom: 0;
    }

    .wedding-slider-wrap {
        margin: 25px 28px 0;
    }

    .galleryBtn {
        margin-top: 35px;
    }

    /* .wedding-gallery-slider .slider-image,.modal-gallery-slider .slider-image {
        height: 259px;
    }*/

    .modal .modal-content .close {
        right: 0;
        height: 40px;
        width: 40px;
    }

    .wedding_new_event .events-logo-wrap .for-desktop {
        display: block !important;
    }

    .wedding_new_event .events-logo .event-booking-box {
        margin: 0 auto 0;
    }

    .moment-slider-wrap {
        margin-top: 30px;
    }

    .moment-gallery-slider .slider-image {
        height: 100%;
    }

    /****/

    .moment-gallery-slider .slick-arrow.slick-prev:after {
        background-size: 20px;
    }

    .moment-gallery-slider .slick-arrow.slick-next:before,
    .moment-gallery-slider .slick-arrow.slick-prev:before {
        background-size: 20px;
    }

    /****/

    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-prev:before,
    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-next:before {
        background-size: 20px;
    }

    /****/

    .moment-gallery-slider .slick-arrow.slick-prev {
        left: -70px;
        background-size: 20px;
    }

    .moment-gallery-slider .slick-arrow.slick-next {
        right: -70px;
                background-size: 20px;
    }

    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-next {
        right: -30px;
        background-size: 20px;
    }

    .rom_setting_sec .main_tab_wrapper .slick-arrow.slick-prev {
        left: -30px;
        background-size: 20px;
    }



   



    .rom_setting_sec .slider-image.bg-cover.portrait-img img {
        max-height: 420px;
    }

    .moment-gallery-slider .slider-image {
        height: 340px;
    }


    .main_tab_wrapper .tabs {
        margin: 36px 0;
        gap: 26px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: center;
        justify-content: center;
    }

    .main_tab_wrapper .tab {
        margin: 0 0 0 0;
        width: 100%;
        font-size: 16px;
        max-width: 100%;
        text-align: center;
    }

    .main_tab_wrapper .tab.active {
        padding: 0 0 5px 0px;
    }

    .main_tab_wrapper {
        width: 100%;
        overflow: hidden;
        padding: 0;
        max-width: 100%;
    }

    .gallery-images.wedding_inner_gallery .gallery li {
        padding: 12px;
        width: 50%;
    }

    .single-image-popup .modal-content {
        max-width: 95%;
    }

    .rom_setting_sec .slider-image.bg-cover>img {
        max-height: 420px;
    }

    .wedding-gallery-slider .slider-image {
        height: 440px;
    }

    .modal-gallery-slider video,
    .modal-gallery-slider iframe {
        height: 300px;
    }


}

@media (min-width: 576px) and (max-width: 767px) {}

@media (max-width: 640px) {


    .wedding_box_middle.middel-text-box {
        max-width: 450px;
        padding: 35px 30px 35px;
        opacity: 0.88 !important;
        /*      margin: -140px auto 0 !important;*/
    }

    .moment_sec .title-main {
        font-size: 48px;
        letter-spacing: 1.17px;
        line-height: 55px;
    }

    .gender-intimacy-section.wed_intimacy_sec .title.title-down {
        bottom: 240px;
    }

    .main_tab_wrapper .tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
        justify-content: center;
        margin: 30px 0;
        gap: 25px 17px;
    }

    .main_tab_wrapper .tab {
        font-size: 18px;
        max-width: 100px;
    }

    .gallery-images.wedding_inner_gallery .gallery li {
        padding: 8px;
        width: 50%;
    }

    .rom_setting_sec .slider-image.bg-cover.portrait-img img {
        max-height: 220px;
    }

     .rom_setting_sec .slider-image.bg-cover img {
        max-height: 220px;
    }


}

@media (max-width: 575px) {
    .wedding_new_event .events-logo-wrap .for-desktop {
        max-width: 320px;
        margin: 0 auto;
    }

    .wedding-gallery-slider .slider-image,
    .modal-gallery-slider .slider-image {
        height: 330px;
    }


    .wed_intimacy_sec.gender-intimacy-section .title.title-down {
        bottom: 138px;
    }

    .galleryBtn {
        margin-top: 30px;
    }

    .main_tab_wrapper .tab {
        font-size: 16px;
    }

    .wedding_element {
        padding: 0px 0 50px 0;
    }

    .wedding_new_event {
        padding-top: 0;
    }

    .wedding_box_middle.middel-text-box .heading-main span {
        font-size: 34px;
        letter-spacing: 1.22px;
        line-height: 40px;
    }

    .wedding_box_middle.middel-text-box {
        max-width: 268px;
        padding: 25px 25px 25px;
        width: 100%;
        margin: -90px auto 0 !important;
    }

    .weddings_banner_sec .pattern-img {
        border-top: none;
        border-bottom: none;
    }

    .wedding_element .sign_form_content .h3 {
        line-height: 30px;
        margin: 0 0 24px 0;
        font-size: 24px;
    }

    .sign-up-wedding-section.wedding_element .form_desc,
    .sign-up-wedding-section.wedding_element .privacy_text {
        max-width: 100%;
    }

    .event-booking-box .btn.btn-secondary {
        font-size: 16px;
    }

    .cuisine_sec .grid-middle-title h4 {
        font-size: 24px;
        line-height: 30px;
        max-width: 300px;
    }

    .wedding_inquire_content {
        margin: 35px auto 35px;
        max-width: calc(100% - 50px);
    }

    .wedding-photos-grid.bridal_pamper_sec .bridal_content,
    .wedding-photos-grid.cuisine_sec .cuisine_content {
        max-width: calc(100% - 50px);
        margin: 35px auto 0;
    }

    .weddings_banner_sec .large-text.wedding-3-text .svg {
        width: 834px;
        height: 600px;
    }

    .weddings_banner_sec .large-text.wedding-4-text {
        left: -240px;
        bottom: 0;
    }

    .weddings_banner_sec .large-text.wedding-4-text .svg {
        height: 837px;
    }


    .wedding_inquire_content,
    .wedding-photos-grid.cuisine_sec .cuisine_content p,
    .wedding-photos-grid.bridal_pamper_sec .bridal_content p,
    .prepare_sec .prepare_content p {
        font-size: 20px;
        line-height: 27px;
    }

    .btn.btn-secondary {
        font-size: 16px;
        padding: 16px 16px;
        min-width: 272px;
    }

    .bridal_pamper_sec {
        margin: 30px 0 30px;
    }

    .prepare_sec {
        padding: 35px 0;
    }

    .prepare_sec .prepare_mainSec {
        margin: 35px 0 0;
    }

    .cuisine_sec {
        padding: 40px 0 0 0;
    }

    .cuisine_sec .photos-grid .item.img1 .parallax-item {
        padding-left: 50px;
    }

    .wed_life .downCurveArrow {
        margin: 15px 0 15px;
    }

    .wed_life .downCurveArrow img {
        max-width: 25px;
    }

    .sign_form_content.wedding_element .mc4wp-form-fields {
        flex-direction: column;
    }

    .sign-up-wedding-section.wedding_element .wpcf7-submit {
        padding: 13px 10px 8px;
        font-size: 16px;
    }

    .wedding_element .sign_form_content .mc4wp-form-fields {
        flex-direction: column;
    }

    .rom_setting_sec .slider-image.bg-cover.portrait-img img {
        max-height: 220px;
    }


}

@media (max-width: 480px) {
    .wedding_new_event .events-logo-wrap .for-desktop {
        max-width: 320px;
        margin: 0 auto;
    }

    .wedding_element .sign_form_content .mc4wp-form-fields {
        flex-direction: column;
    }

    .gallery-images.wedding_inner_gallery .gallery li {
        padding: 8px;
        width: 100%;
    }

}

@media (max-width: 390px) {
    .wedding_new_event .events-logo-wrap .for-desktop {
        max-width: 240px;
        margin: 0 auto;
    }


    .large-text.wedding-3-text .svg {
        width: 834px;
        height: 600px;
    }


}