::placeholder {
    color: red;
}

::-ms-input-placeholder {
    color: red;
}

.for-couple p{
    display:flex;
    align-item:center;
}



.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 23px;
    left: 21px;
    background-color: #ed404c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wedding-expert-call {
    position: relative !important;
    color: #FF142A !important; /* Default color */
    margin-left: 35px !important;
}

/* Target iOS devices */
@supports (-webkit-touch-callout: none) {
    .wedding-expert-call {
        color: #FF142A !important; /* Color for iOS devices */
    }
}


.custom-btn {
    background-color: white;
    color: red;
    border: 2px solid #95222c;
    border-radius: 5px;
    padding: 5px 30px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.custom-btn:hover {
    background-color: #ED404C;
    color: white;
}

.inner-para p {
    text-align: left;
    padding: 0 30px;
    margin: 15px 0;
}

.vendor-show-case-video video {
    height: 330px !important;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.P-subparagraph {
    color: #923535;
}

.close {
    color: black;
}

.close span {
    font-size: 1rem;
}

.check-container {
    overflow-y: auto;
    height: 230px;
}

.form-title {
    font-size: 18px;
    color: #ff4d4d;
    margin-bottom: 8px;
    display: block;
}

.form-subtitle {
    font-size: 14px;
    color: #ff4d4d;
    margin-bottom: 20px;
}

.checkbox-group {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.checkbox-label {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: #ff4d4d;
    user-select: none;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f4d5da;
    border-radius: 4px;
}

.checkbox-label input:checked~.checkbox-custom {
    background-color: #ff4d4d;
}

.checkbox-custom:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked~.checkbox-custom:after {
    display: block;
}

.checkbox-label .checkbox-custom:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.event-location-container {
    background-color: transparent;
    /* padding: 30px; */
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    max-width: 500px;
    width: 100%;
}

.event-location-title {
    color: #ff4757;
    margin-bottom: 5px;
}

.event-location-subtitle {
    color: #ff8080;
    margin-top: 0;
}

.event-location-option {
    background-color: #ffe6e6;
    border-radius: 25px;
    padding: 0px 20px;
    margin: 10px 0;
}

input[type="radio"] {
    display: none;
}

.event-location-option label {
    display: block;
    cursor: pointer;
    padding: 5px 0;
    color: #ff4757;
}

input[type="radio"]:checked+label {
    font-weight: bold;
}

.event-location-submit {
    background-color: #ff4757;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 10px;
}

.event-location-submit:hover {
    background-color: #ff2e43;
}

.event-location-error {
    color: #ff4757;
    /* margin-top: 10px; */
}

#form-scrol-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

#form-scrol-bar::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

#form-scrol-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d62929;
}

.venue-selection-container {
    text-align: center;
    color: #ff5e5e;
}

.venue-selection-container p {
    font-size: 14px;
    margin: 0;
    color: #923535;
}

.choose-message {
    margin-bottom: 16px;
}

.venue-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 250px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.venue-option {
    border: 2px solid #ffb3b3;
    border-radius: 8px;
    margin: 8px;
    padding: 8px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
    background-color: white;
}

.venue-option input[type="checkbox"] {
    display: none;
}

.venue-option img {
    width: 100%;
    border-radius: 4px;
}

.venue-option span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #ff5e5e;
}

.venue-option:hover {
    border-color: #ff5e5e;
    background-color: #ffe6e6;
}

.venue-option input[type="checkbox"]:checked+img+span {
    border-color: #ff5e5e;
    background-color: #ffe6e6;
}

.error-message {
    color: #ff5e5e;
    font-size: 14px;
    height: 20px;
    /* margin-top: 16px; */
}

button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #ff5e5e;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #e04e4e;
}

/* .lp-form-img {
    background-image: url(/mwp/assets/images/MWP-png.png) !important;
    background-position: center !important;
    background-size: cover !important;
} */

.date-input-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.date-input-container label {
    font-size: 1rem;
    margin: 10px 9px;
    text-align: center;
    color: red;
}

.date-input-container input {
    border: none;
    border-bottom: 2px solid #ff5e5e;
    background: none;
    text-align: center;
    color: red;
    font-size: 24px;
    width: 80px;
    margin: 0 4px;
}

input::placeholder {
    color: #909090;
}

.date-input-container input:focus {
    outline: none;
}

.date-input-container span {
    color: #ff5e5e;
    font-size: 24px;
}

.option-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    height: 60%;
    margin: auto;
}

.input-group {
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.option-container {
    display: block;
}

.pop-btn.active {
    background-color: #ff142a;
    color: white;
    cursor: pointer;
}

.pop-btn:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}

.mwp-logo-form-bottom {
    height: 80px;
    max-width: 150px;
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.mwp-logo-form-bottom img {
    width: 100%;
    height: auto;
}

.section-top-item {
    height: auto;
    width: 100px;
    position: absolute;
    right: 50px;
    top: 10%;
}

.contact-input-style {
    border-radius: 10px !important;
    padding: 20px 10px !important;
}

.sideimage {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: -35px;
}

 /*Image animation */
 .image {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(100%);
}

.image.active {
    opacity: 1;
    transform: translateY(0);
} 

/*.image {*/
/*    opacity: 0;*/
/*    animation: fadeIn 0.7s ease-in-out;*/
/*}*/

.image.active {
    opacity: 1;
}

.image.animate {
    animation: fadeInOut 7s infinite;
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.input-group {
    animation: fadeIn 0.7s ease-in-out;
}

.title-button-container h1 {
    font-size: 3.5rem;
    text-align: center;
    line-height: 55px;
    font-weight: 700;
    color: darkred;
}

.modal {

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-values:hover {
    background-color: #ed404c;
    color: white;
    transition: 0.3s ease;
}

.btn-values {
    background-color: #fff;
    color: #ed404c;
    transition: 0.3s ease;
}

.btn-select-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px 0px;
}

.input-title {
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 500;
    color: #923535;
}

.modal-content {
    border: none;
    background-size: cover;
    border-radius: 20px;
    background: rgb(255 163 163 / 87%);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgb(255 255 255 / 71%), 0 0 20px rgb(255 255 255 / 39%);
    margin:auto;
}

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.navigation-buttons button {
    flex: 1;
    margin: 0 10px;
}

.custom-modal-body {
    width: 95%;
    height: 85vh;
    overflow-y: auto;
    margin: auto;
}

.custom-modal-dialog {
    max-width: 95%;
}

.form-section {
    display: flex;
    max-width: 1200px;
    width: 100%;
    /* background: white; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    height: 70vh;
    gap: 20px;
}

.images-container {
    flex: 1;
    position: relative;
    /* overflow: hidden; */
    left: -15px;
}

.images-container img {
    position: absolute;
    width: 90%;
    height: 90%;
    object-fit: cover;
    opacity: 0;
    border-radius: 10px;
    left: 50px;
    top: 20px;
}

.images-container .active {
    opacity: 1;
}

.title-button-container {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f3f4f6;
    align-items: center;
    height: fit-content;
    margin: auto;
    border-radius: 10px;
}

.form-container {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f3f4f6;
    display: none;
}

.input-group {
    display: none;
    flex-direction: column;
}

.btn-values.active {
    background-color: #ff142a;
    color: white;
}

.input-group.active {
    display: flex;
}

label {
    margin-bottom: 5px;
    /* font-weight: bold; */
}

input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: red;
    width: 96%;
    display: block;
    margin: 0 auto;
}

/* input:focus-visible {
    border-color: red;
} */

input:focus {
    outline: none;
    border-color: red;
    box-shadow: 0 0 3px red;
    /* -moz-box-shadow: 0 0 3px red; */
    /* -webkit-box-shadow: 0 0 3px red; */
}

.pop-btn {
    padding: 15px 20px;
    font-size: 16px;
    background-color: #ed404c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 96%;
    margin: auto;
}

/* button:hover {
    background-color: #0056b3;
} */

#startButton {
    display: block;
    margin: 20px auto;
}

#submitButton {
    display: none;
    /* Initially hide the submit button */
}

.event_date {
    color: #ed404c;
}

.form-container {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #fda7b3;
    border-radius: 5px;
    /* background-color: transparent; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: linear-gradient(45deg, #fefefe, transparent);
    text-align: center;
}

.form-control {
    width: 100% !important;
    padding: 10px;
    margin: 5px 0 15px 0;
    /* border: 1px solid #FDA7B3; */
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-input-style::placeholder {
    color: #ed404c;
}

.submit-contact {
    background-color: #ed404c;
    color: #fff;
    border: none;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 0;
    cursor: pointer;
    border-radius: 4px;
    width: 96%;
    margin: auto;
}

.submit-contact:hover {
    background-color: #fda7b3;
}

.contact-submit-btn {
    text-align: center;
}

.form-title {
    text-align: center;
    color: #ed404c;
    margin-bottom: 20px;
    font-size: 24px;
}

.container-service .dummyicon.hover-image {
    position: absolute;
    /* Overlap the main image */
    top: 0;
    left: 0;
    width: 100%;
    /* Match the main image width */
    height: 100%;
    /* Match the main image height */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    /* Smooth transition */
}

.container-service:hover .dummyicon.hover-image {
    opacity: 1;
    /* Show the hover image on hover */
}

.header-landing-page h2 {
    font-size: 2.5rem;
}

.header-landing-page span {
    color: #ff0000;
    font-size: 2rem;
}

.header-landing-page p {
    font-size: 1rem !important;
    margin: 30px 0;
}

.header-landing-page {
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

.wedding-expert-content-LP {
    margin-top: 10%;
}

.step-box-content-outer img {
    border-radius: 0 0 30px 30px;
}

.step-box-content-outer {
    border: 1px solid #ff0000;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.step-box-content h2 {
    color: #ff0000;
    font-size: 48px;
}

.step-box-content h3 {
    color: #f5001e;
    font-size: calc(22px + 0.2vw);
}

.step-box-content p {
    font-size: calc(14px + 0.2vw) !important;
    color: #333;
    padding: 20px 0;
}

.step-box-content .step-number {
    font-size: 4.5rem;
    color: #ff0000;
    padding-top: 30px;
    padding-bottom: 10px;
}

.wave-bg {
    background-color: white;
    /*padding: 0px 10px;*/
    border-radius: 30px;
}

.wedding-expert-call:before {
    left: 90px !important;
}

.wedding-expert-btn {
    margin-top: 20px !important;
    justify-items: center;
    display: grid;
    align-items: center;
}

.swift-up-text {
    color: red;
}

.coupple-thought-1 {
    border: 1px dashed black;
    margin: auto;
    padding: 10px 20px;
    width: 95%;
    border-radius: 10px;
}

.container-testimonial {
    width: 85%;
    margin: auto;
}

.custom-res1 {
    text-align: center;
    padding: 0 20px;
}

.view-changes {
    text-align: left;
}

.sub-title-1 {
    font-weight: 700;
}

:root {
    --headingSize: 55px;
    --background-color: black;
}

.additional-img {
    padding: 14px 25px;
    border: none;
    margin: 0 0;
    color: white;
    background-color: red;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 700;
}

.additional-img-2 {
    padding: 14px 25px;
    border: none;
    margin: 0 0;
    color: white;
    background-color: red;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 700;
    position: relative;
    top: 40px;
}

span {
    display: inline-block;
    /* overflow: hidden; */
    animation: 0.3s swift-up ease-in-out forwards;
}

i {
    font-style: normal;
    position: relative;
    top: var(--headingSize);
    animation: 0.5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}

@media screen and (max-width: 1000px) {
    :root {
        --headingSize: 35px;
    }
}

.custom-sticky-navbar {
    display: none;
}

.my-nav-custom {
    background-color: #ed404c !important;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.new-header-logo {
    height: auto;
    width: 300px;
}

#myBtn {
    display: none !important;
}

:root {
    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --body-color: #393937;
    --accent-color: #fff;
    --white-color: #fff;
    --box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
        0 0 100px #03e9f4;

    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: "Montserrat", sans-serif;
    --normal-font-size: 2rem;

    /*========== Font weight ==========*/
    --font-regular: 400;
    --font-semi-bold: 600;

    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
}

/*=============== BASE ===============*/

.button-animation {
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 13px 25px;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 4px;
    transition: 0.5s;
    float: right;
    border-radius: 10px;
    font-size: 1.1rem;
    background-color: #923535;
}

.button-animation span {
    position: absolute;
    display: block;
}

.button-animation span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-color));
    animation: btn-anim1 2s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.button-animation span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--accent-color));
    animation: btn-anim2 2s linear infinite;
    animation-delay: 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.button-animation span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, var(--accent-color));
    animation: btn-anim3 2s linear infinite;
    animation-delay: 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.button-animation span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--accent-color));
    animation: btn-anim4 2s linear infinite;
    animation-delay: 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

.button-animation:hover {
    color: white;
    border-radius: 5px;
}

.custom-sticky-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dc3545;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 1;
}

.container-service:hover {
    box-shadow: 0 14px 28px rgba(173, 21, 21, 0.55),
        0 10px 10px rgba(158, 60, 60, 0.62);
    transition: 0.3s ease-in-out;
}

.my-logo img {
    height: auto;
    width: 100px;
    background-color: #ff9da2;
    border-radius: 10px;
}

.my-read-btn {
    font-size: 1.2rem;
    margin: auto;
    border: none;
    background-color: red;
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
    width: 44%;
    height: 61px;
}

.my-read-btn:hover {
    color: white;
}

.section-1 {
    margin-top: 7%;
}

.my-con-h {
    height: 100%;
}

.vid-box video {
    height: auto;
    width: 100%;
    border-radius: 20px;
}

/* .container-social a{
   border: 1px solid black;
   margin: 0 0;
} */

/* .vid-box{
   text-align: center;
} */

.con-btn {
    border: 2px solid #923535;
    width: 219px;
    border-radius: 15px;
    margin: 10px 13px;
    color: white;
    background-color: #923535;
    padding: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.container-social {
    display: flex;
}

.con-btn a {
    color: white;
}

.vid-box {
    padding: 0px 15px;
}

.section-2 {
    margin-top: 5%;
}

.section-2 h4 {
    font-size: 2rem;
    font-weight: 700;
    color: red;
}

.container-service {
    background-color: #923535;
    color: white;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: 95%;
}

.container-service h4 {
    color: white;
}

.wedding-expert-content2 {
    margin-top: 23%;
}

.container-service h4 {
    font-size: 1.2rem;
    margin: 20px 0;
}

.container-service p {
    font-size: 1.5rem;
    padding: 20px 0;
}

.servie-btn {
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    padding: 6px 13px;
}

.servie-btn:hover {
    color: white;
}

coupple-thought {
    /* border: 1px dashed black; */
    /* padding: 24px; */
    border-radius: 10px;
    width: 90%;
    margin: auto;
}

.star {
    color: red;
}

.section-3 {
    margin: 7% 0;
}

.section-3 h2 {
    margin: 35px 0;
    color: red;
    font-weight: 700;
}

.section-2 h2 {
    margin: 30px 0;
    color: red;
    font-weight: 700;
}

.coupple-thought h4 {
    color: red;
    font-size: 1.1rem;
}

.location {
    color: red;
    font-size: 0.8rem;
}

.container-points {
    height: auto;
    width: 70%;
    margin: 25px auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 55px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.container-points h4 {
    font-weight: 700;
    color: red;
    font-size: 1.5rem;
}

.section-4 h2 {
    color: red;
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
}

.points-con {
    text-align: left;
}

.points-con i {
    color: red;
    font-size: 1.2rem;
}

.point {
    padding: 10px 0;
    text-align: left;
}

.head {
    color: red;
    font-weight: 700;
    font-size: 1.1rem;
}

.points-con P {
    text-align: center;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-header {
    cursor: pointer;
}

.accordion-body.show {
    display: block;
}

.btn-faq {
    color: black;
}

.section-5 {
    padding: 40px 0;
}

.container-faq {
    /* border: 2px solid #dee2e6; */
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.btn-faq {
    text-align: left;
    border: none;
    width: 100%;
    height: auto;
    padding: 15px 12px;
    font-size: 1.4rem;
    border-radius: 10px;
    background: linear-gradient(to right, #ffa79d, rgba(255, 0, 0, 0.742));
}

.btn-faq::after {
    border: none;
}

.section-5 h2 {
    color: red;
    font-size: 2.3rem;
    text-align: center;
    font-weight: 700;
}

.accordion-body p {
    border: 1px solid black;
    padding: 30px 10px;
    border-radius: 10px;
    font-weight: 600;
    color: crimson;
    text-align: left;
}

.btn-faq:focus {
    border: none !important;
}

.cl-down {
    color: white;
    float: right;
}

.btn-faq {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-faq {
    color: white;
}

.landing-page-responsive {
    top: -50px;
}

.owl-prev:before,
.owl-next:before {
    font-size: 20px;
}

.con-btn h4 {
    font-weight: 700;
    font-size: 2.5rem;
}

.section-6 {
    margin: 5% 0;
}

.for-couple {
    /* border: 1px solid black; */
    margin: 20px auto;
    text-align: left;
    padding: 21px 20px;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    height: 70%;
}

.check-size {
    font-size: 2.7rem;
    color: red;
}

.arange {
    width: 70%;
    margin: auto;
}

.container-MWP-for h2 {
    color: red;
    font-size: 2rem;
    font-weight: 700;
    margin: 22px 0;
}

.dummyicon {
    height: auto;
    width: 45%;
    border: 1px solid white;
    border-radius: 60%;
    /* background-color: wheat; */
}

.connect-now {
    font-size: 1.5rem;
    border: none;
    height: 45px;
    width: 35%;
    margin: 0 32%;
    border: 1.5px solid red;
    border-radius: 5px;
    background-color: red;
    color: white;
    font-weight: 600;
    transition: 0.3s;
    padding: 0;
}

body {
    background-color: #fff0f7;
}

.main-head {
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 20px;
    color: #923535;
}

.my-read-btn:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: 0.3s ease-in-out;
}

.thumbnail {
    border-radius: 25px;
    height: auto;
    width: 100%;
    padding: 6px;
}

.highlight {
    color: white;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
    background: red;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
    margin-top: 15px;
}
.highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50px;
    height: 100%;
    background: linear-gradient(120deg, rgb(255 249 249 / 5%) 0%, rgb(250 250 250 / 58%) 50%, rgba(255, 255, 255, 0) 100%);
    animation: flickerEffect 4s infinite;
}

@keyframes flickerEffect {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}


.owl-dot span {
    color: red !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: red;
    /* border: 1px solid black !important; */
    padding: 4px !important;
    border-radius: 10px;
    background-color: red !important;
    margin: 0 3px;
}

.section-6-btn {
    border: none;
    padding: 12px 16px;
    color: white;
    background-color: #973738;
    border-radius: 5px;
    font-weight: 700;
    width: 30%;
}

.section-5-btn {
    border: none;
    padding: 12px 16px;
    color: white;
    background-color: #973738;
    border-radius: 5px;
    font-weight: 700;
    width: 30%;
}

.section-2-btn {
    font-size: 1.2rem;
    margin: auto;
    border: none;
    background-color: red;
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
    width: 22%;
    height: 61px;
    margin-top: 30px;
}

@media screen and (min-width: 1025px) {
    .for-desktop {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .section-1 {
        margin-top: 13%;
    }

    .for-desktop {
        display: none;
    }

    .main-head {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .my-read-btn {
        width: 80%;
        margin: 5px 25px;
    }

    .con-btn {
        border: 2px solid #923535;
        width: 100%;
        border-radius: 15px;
        margin: 13px 8px;
        color: white;
        background-color: #923535;
        padding: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .con-btn h4 {
        font-size: 1.6rem;
    }

    .custom-res1 {
        padding: 0 20px;
    }

    .for-couple {
        /* border: 1px solid black; */
        margin: 20px auto;
        text-align: left;
        padding: 21px 6px;
        border-radius: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        height: auto;
        width: auto;
    }

    .check-con {
        width: 100px;
    }

    .section-2 h4 {
        font-size: 0.9rem;
        font-weight: 700;
    }

    .container-points {
        height: auto;
        width: 90%;
        margin: 25px auto;
        background-color: #fff;
        padding: 20px 0;
        padding: 20px;
    }

    .connect-now {
        font-size: 1.5rem;
        border: none;
        height: 45px;
        width: 64%;
        margin: 10px 18%;
        border: 1.5px solid red;
        border-radius: 5px;
        background-color: red;
        color: white;
        font-weight: 600;
        transition: 0.3s;
    }

    .section-3 h2 {
        margin: 35px 0;
        color: red;
        font-weight: 700;
        font-size: 1.6rem;
    }

    .arange {
        width: 90%;
        margin: auto;
    }

    .section-5 {
        padding: 0;
    }

    .container-faq {
        width: 100%;
    }

    .btn-faq {
        text-align: left;
        border: none;
        width: 100%;
        height: auto;
        padding: 15px 12px;
        font-size: 1.1rem;
        border-radius: 10px;
        background: linear-gradient(to right, #a86058, rgba(255, 0, 0, 0.742));
    }

    .vid-box {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .confused {
        margin-top: 35px;
    }

    .wedding-expert-content2 {
        margin-left: -3%;
    }

    .wedding-expert-image {
        padding: 20px 0px 20px 0px !important;
        text-align: center;
        margin-left: 0 !important;
    }

    .container-service {
        padding: 20px 5px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    .section-2-btn {
        width: auto;
    }

    .section-1 {
        margin-top: 18%;
    }

    .main-head {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .my-read-btn {
        width: 80%;
        margin: 5px 25px;
    }

    .con-btn {
        border: 2px solid #923535;
        width: 100%;
        border-radius: 15px;
        margin: 13px 8px;
        color: white;
        background-color: #923535;
        padding: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .con-btn h4 {
        font-size: 1.6rem;
    }

    .custom-res1 {
        padding: 0 20px;
    }

    .for-couple {
        /* border: 1px solid black; */
        margin: 20px auto;
        text-align: left;
        padding: 21px 6px;
        border-radius: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        height: auto;
        width: auto;
    }

    .check-con {
        width: 100px;
    }

    .section-2 h4 {
        font-size: 0.9rem;
        font-weight: 700;
    }

    .container-points {
        height: auto;
        width: 90%;
        margin: 25px auto;
        background-color: #fff;
        padding: 20px 0;
        padding: 20px;
    }

    .connect-now {
        font-size: 1.5rem;
        border: none;
        height: 45px;
        width: 64%;
        margin: 10px 18%;
        border: 1.5px solid red;
        border-radius: 5px;
        background-color: red;
        color: white;
        font-weight: 600;
        transition: 0.3s;
    }

    .section-3 h2 {
        margin: 35px 0;
        color: red;
        font-weight: 700;
        font-size: 1.6rem;
    }

    .arange {
        width: 90%;
        margin: auto;
    }

    .section-5 {
        padding: 0;
    }

    .container-faq {
        width: 100%;
    }

    .btn-faq {
        text-align: left;
        border: none;
        width: 100%;
        height: auto;
        padding: 15px 12px;
        font-size: 1.1rem;
        border-radius: 10px;
        background: linear-gradient(to right, #996862, rgba(255, 0, 0, 0.742));
    }

    .vid-box {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .confused {
        margin-top: 35px;
    }

    .wedding-expert-content2 {
        margin-left: -3%;
    }

    .wedding-expert-image {
        padding: 20px 0px 20px 0px !important;
        text-align: center;
        margin-left: 0 !important;
    }

    .container-service {
        padding: 20px 0;
    }

    .for-desktop {
        display: block;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .for-mobile {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    
        .wedding-expert-image{
        margin:auto !important;
    }
    
      .inner-para p{
        padding:0;
        text-align:center;
    }



    .venue-grid {
        height: 220px;
    }

    .scroll-mobile-view {
        overflow-y: scroll;
        height: 230px;
        overflow-x: hidden;
    }


    .date-input-container input {
        width: 90% !important;
        margin: auto;
    }

    .date-input-container label {
        display: none;
    }


    .sideimage {
       display:none;
    }

    /* form responsive css start */

    .custom-modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .images-container {
        display: none;
    }

    .date-input-container input {
        width: 90%;
        margin: auto;
    }

    .date-input-container span {
        display: none;
    }

    .date-input-container {
        display: grid;
        text-align: center;
        width: 100%;
    }

    .mwp-logo-form-bottom {
        bottom: -20px;
    }

    /* 
    .custom-modal-dialog {
        margin: 20% auto;
    } */

    .form-section {
        height: auto;
        margin: 50px auto;
    }

    .custom-modal-body {
        height: auto;
        padding: 0;
    }

    .form-container {
        padding: 20px 10px;
    }

    /* form responsive css end */

    .header-landing-page h2,
    .header-landing-page span {
        font-size: 2rem;
    }

    .header-landing-page img {
        width: 100%;
        height: auto;
    }

    .wedding-expert-call:before {
        left: -30px !important;
    }

    .container-get-started h2 {
        font-size: 1.8rem !important;
    }

    .apply-btn {
        padding: 10px 5px !important;
        width: auto;
        padding: 10px !important;
    }

    .inner-container-custom {
        height: auto !important;
    }

    .epic_plan_detail p {
        padding-left: 75px;
    }

    .epic_plans {
        height: 100%;
        border-radius: 22px;
        width: auto;
    }

    .container-check-box {
        width: 90% !important;
        margin: auto;
    }

    .timeline ul li.in-view div {
        margin: 25px 0;
    }

    .inner-container-3 {
        margin: 10% 0;
    }

    .additional-img-2 {
        top: 0 !important;
    }

    .section-6 {
        margin: 15% 0;
    }

    .section-6-btn,
    .section-5-btn,
    .section-2-btn {
        width: 43% !important;
    }

    .section-1 {
        margin-top: 13%;
    }

    .for-mobile {
        display: none;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .main-head {
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .my-read-btn {
        width: 80%;
        margin: 5px 25px;
    }

    .con-btn {
        border: 2px solid #923535;
        width: 100%;
        border-radius: 15px;
        margin: 13px 8px;
        color: white;
        background-color: #923535;
        padding: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .con-btn h4 {
        font-size: 1.6rem;
    }

    .custom-res1 {
        padding: 0 20px;
    }

    .for-couple {
        /* border: 1px solid black; */
        margin: 20px auto;
        text-align: left;
        padding: 21px 6px;
        border-radius: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        height: auto;
        width: auto;
    }

    .check-con {
        width: 100px;
    }

    .section-2 h4 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .container-points {
        height: auto;
        width: 100%;
        margin: 25px auto;
        background-color: #fff;
        padding: 20px 0;
        padding: 20px;
    }

    .connect-now {
        font-size: 1.5rem;
        border: none;
        height: 45px;
        width: 64%;
        margin: 10px 18%;
        border: 1.5px solid red;
        border-radius: 5px;
        background-color: red;
        color: white;
        font-weight: 600;
        transition: 0.3s;
    }

    .section-3 h2 {
        margin: 35px 0;
        color: red;
        font-weight: 700;
        font-size: 1.6rem;
    }

    .arange {
        width: 90%;
        margin: auto;
    }

    .section-5 {
        padding: 0;
    }

    .container-faq {
        width: 100%;
    }

    .btn-faq {
        text-align: left;
        border: none;
        width: 100%;
        height: auto;
        padding: 15px 12px;
        font-size: 1.1rem;
        border-radius: 10px;
        background: linear-gradient(to right, #996862, rgba(255, 0, 0, 0.742));
    }

    .vid-box {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .confused {
        margin-top: 35px;
    }

    .wedding-expert-content2 {
        margin-left: -3%;
    }

    .wedding-expert-image {
        padding: 20px 0px 20px 0px !important;
        text-align: center;
        margin-left: 0 !important;
    }

    .section-2 h4 {
        font-size: 2rem !important;
        font-weight: 700;
        padding: 0 25px;
    }

    .view-changes {
        text-align: center;
    }
}

@media only screen and (min-width: 361px) and (max-width: 480px) {
    
        .wedding-expert-image{
        margin:auto !important;
    }
    
      .inner-para p{
        padding:0;
        text-align:center;
    }



    .venue-grid {
        height: 220px;
    }

    .scroll-mobile-view {
        overflow-y: scroll;
        height: 230px;
        overflow-x: hidden;
    }


    .date-input-container input {
        width: 90% !important;
        margin: auto;
    }

    .date-input-container label {
        display: none;
    }

    .sideimage {
        display:none;
    }

    /* form responsive css start */

    /* .custom-modal-dialog {
        margin: 20% auto;
    } */

    .images-container {
        display: none;
    }

    .date-input-container input {
        width: 90%;
        margin: auto;
    }

    .date-input-container span {
        display: none;
    }

    .date-input-container {
        display: grid;
        text-align: center;
        width: 100%;
    }

    .mwp-logo-form-bottom {
        bottom: -20px;
    }

    .custom-modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .form-section {
        height: auto;
        margin: 50px auto;
    }

    .custom-modal-body {
        height: auto;
        padding: 0;
    }

    .form-container {
        padding: 20px 10px;
    }

    /* form responsive css end */

    .header-landing-page h2,
    .header-landing-page span {
        font-size: 1.7rem;
    }

    .header-landing-page img {
        width: 100%;
        height: auto;
    }

    .wedding-expert-call:before {
        left: -30px !important;
    }

    .container-get-started h2 {
        font-size: 1.8rem !important;
    }

    .apply-btn {
        padding: 10px 5px !important;
        width: auto;
        padding: 10px !important;
    }

    .inner-container-custom {
        height: auto !important;
    }

    .epic_plans .basic_plan .epic_common_amt {
        margin-top: 50px;
    }

    .epic_plans {
        height: 100%;
        margin: 20px 0;
        margin: 20px -13px;
    }

    .epic_plans .basic_plan {
        height: 175px !important;
        border-radius: 10px;
    }

    .epic_plans {
        height: 100%;
        border-radius: 22px;
        width: auto;
    }

    .mwp_char {
        display: none;
    }

    .epic_plans .basic_plan .epic_common_amt {
        background: #fff;
        font: normal normal bold 27px / 63px Poppins;
        padding: 4px 10px;
        border-radius: 15px;
        margin-top: 22px;
        display: flex;
    }

    .epic_plan_detail h4 {
        padding-left: 0px;
        font-weight: 700;
    }

    .epic_plan_detail p {
        padding-left: 10px;
    }

    .epic_plans .basic_plan {
        height: 100%;
        background: #fa152a;
        width: 136px;
        padding: 30px 20px;
        position: relative;
        /* display: flex; */
    }

    .container-check-box {
        width: 90%;
        margin: auto;
    }

    .timeline ul li.in-view div {
        margin: 25px 0;
    }

    .inner-container-3 {
        margin: 10% 0;
    }

    .additional-img-2 {
        top: 0 !important;
    }

    .section-2 h4 {
        font-size: 1.6rem !important;
        font-weight: 700;
        padding: 0 25px;
    }

    .section-6 {
        margin: 15% 0;
    }

    .section-6-btn,
    .section-5-btn,
    .section-2-btn {
        width: auto !important;
    }

    .bg-white {
        background-color: white;
    }

    .section-1 {
        margin-top: 18%;
    }

    .for-mobile {
        display: none;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .main-head {
        font-size: 1.9rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .my-read-btn {
        width: 80%;
        margin: 5px 25px;
    }

    .con-btn {
        border: 2px solid #923535;
        width: 100%;
        border-radius: 15px;
        margin: 13px 8px;
        color: white;
        background-color: #923535;
        padding: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .con-btn h4 {
        font-size: 1.6rem;
    }

    .custom-res1 {
        padding: 0 20px;
    }

    .for-couple {
        /* border: 1px solid black; */
        margin: 20px auto;
        text-align: left;
        padding: 21px 6px;
        border-radius: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        height: auto;
        width: auto;
    }

    .check-con {
        width: 100px;
    }

    .section-2 h4 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .container-points {
        height: auto;
        width: 100%;
        margin: 25px auto;
        background-color: #fff;
        padding: 20px 0;
        padding: 20px;
    }

    .connect-now {
        font-size: 1.5rem;
        border: none;
        height: 45px;
        width: 64%;
        margin: 10px 18%;
        border: 1.5px solid red;
        border-radius: 5px;
        background-color: red;
        color: white;
        font-weight: 600;
        transition: 0.3s;
    }

    .section-3 h2 {
        margin: 35px 0;
        color: red;
        font-weight: 700;
        font-size: 1.6rem;
    }

    .arange {
        width: 90%;
        margin: auto;
    }

    .section-5 {
        padding: 0;
    }

    .container-faq {
        width: 100%;
    }

    .btn-faq {
        text-align: left;
        border: none;
        width: 100%;
        height: auto;
        padding: 15px 12px;
        font-size: 1.1rem;
        border-radius: 10px;
        background: linear-gradient(to right, #996862, rgba(255, 0, 0, 0.742));
    }

    .vid-box {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .confused {
        margin-top: 35px;
    }

    .wedding-expert-content2 {
        margin-left: -4%;
    }

    .wedding-expert-image {
        padding: 20px 0px 20px 0px !important;
        text-align: center;
        margin-left: 0 !important;
    }

    .view-changes {
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    
    .wedding-expert-image{
        margin:auto !important;
    }

    .inner-para p{
        padding:0;
        text-align:center;
    }

    .venue-grid {
        height: 220px;
    }

    .scroll-mobile-view {
        overflow-y: scroll;
        height: 230px;
        overflow-x: hidden;
    }

    .date-input-container input {
        width: 90% !important;
        margin: auto;
    }

    .date-input-container label {
        display: none;
    }

    .sideimage {
      display:none;
    }

    .error-message {
        display: none;
    }

    /* .date-input-container {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        overflow-y: scroll;
        width: 260px;
    } */

    /* form responsive css start */



    .date-input-container span {
        display: none;
    }

    .date-input-container {
        display: grid;
        text-align: center;
        width: 100%;
    }

    .mwp-logo-form-bottom {
        bottom: -20px;
    }

    .custom-modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .form-section {
        height: auto;
        margin: 50px auto;
    }

    .custom-modal-body {
        height: auto;
        padding: 0;
    }

    .form-container {
        padding: 20px 10px;
    }

    /* form responsive css end */
    /* new  css start  */

    .custom-modal-dialog {
        /* margin-top: 20%; */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .section-top-item {
        right: 20px;
        top: 10%;
    }

    .images-container {
        display: none;
    }

    .title-button-container h1 {
        font-size: 2.5rem;
    }

    /* new  css end  */

    .header-landing-page h2,
    .header-landing-page span {
        font-size: 1.5rem;
    }

    .header-landing-page img {
        width: 100%;
        height: auto;
    }

    .wedding-expert-call:before {
        left: -30px !important;
    }

    .container-get-started h2 {
        font-size: 1.8rem !important;
    }

    .apply-btn {
        padding: 10px 5px !important;
        width: auto;
        padding: 10px !important;
    }

    .inner-container-custom {
        height: auto !important;
    }

    .epic_plans .basic_plan .epic_common_amt {
        margin-top: 50px;
    }

    .epic_plans {
        height: 100%;
        margin: 20px 0;
        margin: 20px -13px;
    }

    .epic_plans .basic_plan {
        height: 175px !important;
        border-radius: 10px;
    }

    .epic_plans {
        height: 100%;
        border-radius: 22px;
        width: 322px;
    }

    .mwp_char {
        display: none;
    }

    .epic_plans .basic_plan .epic_common_amt {
        background: #fff;
        font: normal normal bold 27px / 63px Poppins;
        padding: 4px 10px;
        border-radius: 15px;
        margin-top: 22px;
        display: flex;
    }

    .epic_plan_detail h4 {
        padding-left: 0px;
        font-weight: 700;
    }

    .epic_plan_detail p {
        padding-left: 10px;
    }

    .epic_plans .basic_plan {
        height: 100%;
        background: #fa152a;
        width: 136px;
        padding: 30px 20px;
        position: relative;
        /* display: flex; */
    }

    .container-check-box {
        width: 90% !important;
    }

    .heading h1 span {
        font-size: 1.8rem;
    }

    .timeline ul li.in-view div {
        margin: 25px 0;
    }

    .view-changes {
        text-align: center;
    }

    .inner-container-3 {
        margin: 10% 0;
    }

    .happy-client {
        font-weight: 700;
        font-size: 1.7rem !important;
        color: red;
        margin-bottom: 5%;
    }

    .container-check-box h2 {
        margin: 0 0;
    }

    .additional-img-2 {
        top: 0 !important;
    }

    .section-6 {
        margin: 15% 0;
    }

    .section-6-btn,
    .section-5-btn,
    .section-2-btn {
        width: 60% !important;
    }

    .section-1 {
        margin-top: 18%;
    }

    .for-mobile {
        display: none;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .main-head {
        font-size: 1.9rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .my-read-btn {
        width: 100%;
        margin: 0;
    }

    .con-btn {
        border: 2px solid #923535;
        width: 100%;
        border-radius: 15px;
        margin: 13px 8px;
        color: white;
        background-color: #923535;
        padding: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .con-btn h4 {
        font-size: 1.6rem;
    }

    .custom-res1 {
        padding: 0 20px;
    }

    .for-couple {
        /* border: 1px solid black; */
        margin: 20px auto;
        text-align: left;
        padding: 21px 6px;
        border-radius: 5px;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        height: auto;
        width: auto;
    }

    .check-con {
        width: 100px;
    }

    .section-2 h4 {
        font-size: 2rem;
        font-weight: 700;
        padding: 0 25px;
    }

    .container-points {
        height: auto;
        width: 100%;
        margin: 25px auto;
        background-color: #fff;
        padding: 20px 0;
        padding: 20px;
    }

    .connect-now {
        font-size: 1.5rem;
        border: none;
        height: 45px;
        width: 64%;
        margin: 10px 18%;
        border: 1.5px solid red;
        border-radius: 5px;
        background-color: red;
        color: white;
        font-weight: 600;
        transition: 0.3s;
    }

    .section-3 h2 {
        margin: 35px 5px;
        color: red;
        font-weight: 700;
        font-size: 1.6rem;
    }

    .arange {
        width: 90%;
        margin: auto;
    }

    .section-5 {
        padding: 0;
    }

    .container-faq {
        width: 100%;
    }

    .btn-faq {
        text-align: left;
        border: none;
        width: 100%;
        height: auto;
        padding: 15px 12px;
        font-size: 1.1rem;
        border-radius: 10px;
        background: linear-gradient(to right, #996862, rgba(255, 0, 0, 0.742));
    }

    .vid-box {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .confused {
        margin-top: 35px;
    }

    .wedding-expert-content2 {
        margin-left: -14%;
    }
}