﻿.mob-bottom-menu {
    display: none;
}
.mobclose .btnclose {
    display: none;
}
@media screen and (max-width: 767px) {
    .mobclose .btnclose {
        display: block;
        z-index: 99;
        right: 0px;
        transition: all 200ms;
        font-size: 25px;
        font-weight: bold;
        top:50px;
        /* text-decoration: none; */
        color: #333;
        border-radius:200px;
    }
    .btnclose
    {
        display:none;
    }
}

@media screen and (max-width: 767px) {
    .mob-bottom-menu {
        display:block;
        position: absolute;
        top: 0px;
        right: 10px;
        transition: all 200ms;
        font-size: 25px;
        font-weight: bold;
        /* text-decoration: none; */
        color: #333;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.mob-bottom-menu .bottom-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 70px;
    margin: 0;
}

.mob-bottom-menu .bottom-menu-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration:none;
}
.btnclose {
    position: absolute;
    top: 0px;
    right: -32px;
    transition: all 200ms;
    font-size: 25px;
    font-weight: bold;
    /* text-decoration: none; */
    color: #333;
}

.clients .swiper-slide img:hover {
    opacity: 1;
    filter: none;
}
.clients {
    padding-bottom: 30px;
    background-color: #ffffff;
}


    .clients .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .clients .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #d7df21;
        }

        .clients .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #d7df21;
        }



    .clients .swiper-slide img:hover {
        opacity: 1;
        filter: none;
    }
    .greeting-form {
        padding: 80px 0px;
        text-align: center;
        background-color: #ffddea;
    }
    .greeting-form .form {
        text-align: left;
        max-width: 600px;
        margin: auto;
        background-color: #fff;
        padding: 40px;
        margin-top: 40px;
    }
    .greeting-form .section-title::after {
            content: "Your Sweet Wishes?";
     }

.wedding-details .sub-box {
    padding: 30px;
    border-radius: 15px;
    border: 1px dashed #dd0051;
    margin-top: 40px
}

.wedding-detail-section .wedding-details .sub-box .top-image {
    margin: -30px -30px;
    margin-bottom: 30px
}

.wedding-detail-section .wedding-details .sub-box img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0
}


@media(max-width: 575.98px) {
    .wedding-details .wedding-date {
        font-size: 1.7rem !important
    }

        .wedding-details .wedding-date span {
            padding: 0 15px !important
        }
}

.form-group {
    margin-bottom: 1.2rem
}

    .form-group label {
        font-weight: 600;
        margin-bottom: 5px
    }