/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Fonts */
:root {
    --font-default: "Montserrat", sans-serif;
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
}



:root {
    scroll-behavior: smooth;
}

#main {
    margin-top: 90px;
}

@font-face {
    font-family: 'orpheus pro bold condensed';
    src: url('../../frontend/font/Orpheus-Pro/orpheus_pro_bold_condensed-webfont.woff2') format('woff2'),
        url('../../frontend/font/Orpheus-Pro/orpheus_pro_bold_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orpheus Pro';
    src: url('../../frontend/font/Orpheus-Pro/OrpheusPro.woff2') format('woff2'),
        url('../../frontend/font/Orpheus-Pro/OrpheusPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/



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

# Header Css

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

.custom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}


.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF !important;
}

.navbar-container {
    max-width: 1765px;
}

.sticky-header .nav-link {
    color: #000 !important;
}

.custom-header .navbar-brand img {
    width: 100%;
}

.sticky-header .default-logo {
    display: none;
}

.custom-header .hover-img {
    display: none;
}

.sticky-header .hover-img {
    display: block;
}

.custom-header .navbar-nav {

    align-items: center;

}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-collapse.collapse.show {
    display: block !important;
}

.custom-header .head-icons.d-flex {
    filter: brightness(0) invert(1);
}

.sticky-header .head-icons.d-flex {
    filter: unset;
}

.custom-header:hover .nav-link {
    color: #000 !important;
}

.custom-header:hover .hover-img {
    display: block;
}

.custom-header:hover .default-logo {
    display: none;
}

.custom-header:hover .head-icons.d-flex {
    filter: unset;
}



button.navbar-toggler {
    position: absolute;
    right: 0;
}



.custom-header .navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    opacity: 1;
}





.nav-link:hover {

    color: #AFB994;

}

.custom-header .user-img img,
.cart-img img {
    width: 100%;
}

.head-icons .user-img {
    margin-right: 10px;
}


.navbar-dark .navbar-toggler-icon {

    background-image: url('../../frontend/img/Toggle-btn.png');
    width: 35px;
    height: 35px;

}

.custom-header:hover {
    background-color: #FFFFFF !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    text-align: center;
}

.dropdown-menu,
.dropdown-menu.show {
    display: none;
    border: none !important;
    width: 247px;
    background: #B6B4B1 0% 0% no-repeat padding-box !important;
    left: -50px !important;
    border-radius: 0 !important;
    top: 129px !important;
}

.dropdown-menu .drop-content {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.dropdown-toggle::after {
    opacity: 0;
}

.next-pagination img:hover,
 .prev-pagination img:hover {
        filter: brightness(0.5);
    }


/* Header-css end  */


/*--------------------------------------------------------------
         # Footer
--------------------------------------------------------------*/

.footer a {
    text-decoration: none !important;
}

.footer .foot-container {
    max-width: 1580px;
}

footer .logo-para p {
    color: #252525;
    opacity: 1;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 25px;
    max-width: 380px;
}

.footer-links .info-a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding-bottom: 15px
}

.footer-links li {
    font-family: 'Montserrat';
    padding-bottom: 8px;
    font-weight: 600;

}


.footer-links li a {
    color: #252525;
    font-size: 16px;
    line-height: 20px;
}


.social-footer img {
    width: 27px;
    margin-left: 10px;
}


.social-icon img {
    width: 15px;
}

.social-footer {
    margin-top: 20px;
}

.footer-content .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.footer .whatsapp {
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: 42px;
}

.social-icons img {
    padding-right: 40px;
    padding-top: 25px;
}

footer {
    background: #F5F5F4;
}


.footer-section .logo {
    margin-bottom: 30px;
}
.wedding-sec img.img-fluid {
    height: 600px;
    object-fit: cover;
}
.home-main-page .wedding-sec .right-side-content {
    padding-bottom: 60px;
}
footer .logo a {
    letter-spacing: 1.6px;
    color: #252525;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.social-footer li.ps-5 {
    padding-left: 20px;
}


.footer-content {
    padding: 65px 0px;
}

.foot-container {
    max-width: 1600px;
}

.footer .whatsapp img {
    width: 50px;
}

.evenloop img {
    width: 50px;
}

.whatsapp {
    right: 30px !important;
}

.evenloop {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 30px;
}

/*Site-Footer Css End*/

.portfolio-sec .lc-block img.img-fluid {
    height: 500px !important;
    width: 100%;
    object-fit: cover !important;
}
.wedding-Services-sec .frame-head {
    font-size: 55px;
    line-height: 70px;
    color: #252525;
    font-family: Orpheus Pro;
    padding: 60px 0px;
}

.wedding-Services-sec .img-weading .about-bot h3 {
    text-align: center;
    margin: auto;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 70px;
    font-family: 'Montserrat';
}


.wedding-Services-sec .img-wedding {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 688px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}


.wedding-Services-sec .about-btn {
    position: relative;
    bottom: -90px;
    margin-top: 100px;
    transition: all 0.3s ease-in-out;
    background-color: #53a6a1a1;
    font-family: Montserrat;
    font-size: 15px;
    padding: 20px 30px;
}

.about-btn:hover {
    background-color: #53a6a1a1 !important;
}



.wedding-Services-sec .img-weading:hover {
    transition: all 0.3s ease-in-out;
}

.wedding-Services-sec .img-weading:hover .about-btn {
    bottom: 46px;
    transition: all 0.3s ease-in-out;

}

.wedding-Services-sec {
    margin-bottom: 150px;
}


.wedding-Services-sec .img-wedding:hover {
    backdrop-filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    backdrop-filter: opacity(0.1);
}

.wedding-Services-sec .img-wedding::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: grayscale(1);
    background-size: cover;
    background-position: center;
    mix-blend-mode: hue;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}



.wedding-Services-sec .img-wedding {
    transition: backdrop-filter 0.3s, opacity 0.3s;
}

.wedding-Services-sec .img-wedding:hover:before {
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
}


.wedding-Services-sec .img-wedding:hover .about-btn {
    bottom: 46px;
    transition: all 0.3s ease-in-out;
}

.wedding-Services-sec h3.wedding-text.text-white {
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    text-align: center;
    margin: auto;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 70px;
    font-family: 'Montserrat';
    transition: all 0.3s ease-in-out;
}

.wedding-Services-sec .wedding-content {
    position: relative;
}

.wedding-Services-sec .img-wedding:hover h3.wedding-text.text-white {
    top: -15px;
    transition: all 0.3s ease-in-out;
}


.row.wedding-row {
    overflow: hidden;
}

.image-container:hover .overlay-title {
    bottom: 12px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}




/*--------------------------------------------------------------
                                        #Site-Other-Pages-css starting
                             --------------------------------------------------------------*/


.container {
    max-width: 1580px !important;
}


/* Home-page css start */

.home-content-1,
.wedding-sec,
.testimonial-sec {
    padding: 150px 0px;
    background-color: #E8E7E5;
}

.home-content-1 .main-div-hp h2 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    letter-spacing: 1.8px;
    color: #848484;
    text-align: left;
    padding-bottom: 20px;
}


.home-content-1 .main-div-hp .para-h {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #252525;
    text-align: left;
    max-width: 385px;
    padding-top: 30px;
}

.home-content-1 .main-div-hp h1 {
    font-size: 55px;
    line-height: 70px;
    text-align: left;
    font-family: 'Orpheus Pro';
    max-width: 400px;
}

.home-content-1 .find-more-btn {
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    color: #252525;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 45px;

}

.wedding-row {
    display: flex;
    align-items: center;
}

.details-col,
.wedding-col,
.family-col {
    position: relative;
}


.home-content-1 .icon-img {
    position: absolute;
    bottom: 0px;
    width: 21.24px;
    height: 20px;
}

.home-content-1 .r-hov-img {
    display: none;
}

.find-div:hover .icon-img {
    display: none;
}

.find-div:hover .r-hov-img {
    display: block;
}


.find-div:hover .find-more-btn {
    transform: translateX(10px);
    color: #848484;
    transition: all 0.3s ease-out;
}

.carousel .carousel-control-prev-icon {
    background-image: url('../../frontend/img/arrow_left_white.svg') !important;
}

.carousel .carousel-control-next-icon {
    background-image: url('../../frontend/img/arrow_right_white.svg') !important;
}

.carousel .carousel-control-prev-icon:hover {
    background-image: url('../../frontend/img/arrow_left_grey.svg') !important;
}

.carousel .carousel-control-next-icon:hover {
    background-image: url('../../frontend/img/arrow_right_grey.svg') !important;
}

.home-slider .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 71px !important;
    height: 13px !important;
}


.story-sec {
    background-image: url(../../frontend/img/home-story-bg.jpg) !important;
    height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.story-sec .left-heading {
    font-size: 55px;
    line-height: 70px;
    text-align: left;
    font-family: 'Orpheus Pro';
    color: #FFFFFF;
}

.story-sec .right-p {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Montserrat';
    text-align: left;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0px !important;
}


.story-sec .story-p {
    display: flex;
    justify-content: end;
}




.wedding-sec .main-div-wedding h2 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    letter-spacing: 1.8px;
    color: #848484;
    text-align: left;
    padding-bottom: 20px;
}

.wedding-sec .main-div-wedding h1 {
    font-size: 55px;
    line-height: 70px;
    text-align: left;
    font-family: 'Orpheus Pro';
    max-width: 480px;
}

.wedding-sec .main-div-wedding .wedding-para {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #252525;
    text-align: left;
    max-width: 600px;
    padding-top: 30px;
}
.home-main-page .home-content-1 .details-col {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.wedding-sec .wedding-btn {
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 20px 48px;
    background: #53A6A1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    /*position: absolute;*/
    padding-bottom: 22px;
}

.wedding-btn:hover,
.family-btn:hover,
.corporate-page .contact-btn:hover {
    opacity: 0.77 !important;
}



.family-sec {
    background: #F5F5F4;
    padding: 150px 0px;

}

.family-sec .right-img {
    display: flex;
    justify-content: end;
}
.home-main-page .family-sec .wedding-row .left-side-content {
    padding-bottom: 60px;
}

.family-sec h2 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    letter-spacing: 1.8px;
    color: #848484;
    text-align: left;
    padding-bottom: 20px;
}

.family-sec h1 {
    font-size: 55px;
    line-height: 70px;
    text-align: left;
    font-family: 'Orpheus Pro';
}

.family-sec .family-para {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #252525;
    text-align: left;
    max-width: 600px;
    padding-top: 30px;
}

.family-sec .family-btn {
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 20px 48px;
    background: #53A6A1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    /*position: absolute;
    bottom: -105px;*/
}

.family-sec .overlay-text,
.wedding-sec .overlay-text,
.corporate-sec .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    color: white;
    display: flex;
    align-items: end;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.family-sec .overlay-title,
.wedding-sec .overlay-title,
.corporate-sec .overlay-title {
    position: absolute;
    bottom: -80px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 70px;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    left: 50px;
    opacity: 0;
}



.corporate-sec h1 {
    max-width: unset !important;
}

.kind-words-sec {
/*    background-image: url(../../frontend/img/kind-words.jpg) !important;*/
    height: 850px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.portfolio-sec {
    padding: 120px 0px;
    position: relative;
}

.portfolio-sec .lc-block {
    position: relative;
}

.portfolio-sec .image-container,
.family-sec .image-container,
.corporate-sec .image-container,
.wedding-sec .image-container {
    position: relative;
    display: inline-block;
}



.portfolio-sec .image-container:hover .overlay-text,
.family-sec .image-container:hover .overlay-text,
.family-sec .image-container:hover .overlay-title,
.corporate-sec .image-container:hover .overlay-text,
.corporate-sec .image-container:hover .overlay-title,
.wedding-sec .image-container:hover .overlay-text,
.wedding-sec .image-container:hover .overlay-title {
    opacity: 1;
    display: flex;
    align-items: center;
}




.portfolio-sec h1 {
    font-size: 45px;
    line-height: 55px;
    font-family: 'Orpheus Pro';
    width: 100%;
        /* max-width: 460px; */
    text-align: center;
    margin: 0 auto;
    padding-bottom: 35px;

}

.portfolio-sec .view-more-btn {
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    color: #252525;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    position: absolute;
    bottom: 60px;
    left: 46%;
}
.load_more.text-center.load-more {
    margin-top: 50px;
}
.award-inner-section .back-div .back-btn {
    line-height: 23px !important;
    left: 55px !important;
}
.award-inner-section .col-lg-2 {
    position: relative;
}
.award-inner-section .back-div .icon-img {
    top: 0px !important;
}
.family-hero-sec h2.family-text {
    font-size: 55px;
    font-weight: 400;
    font-family: 'Orpheus Pro';
    padding-top: 70px !important;
}

.portfolio-sec .icon-img {
    padding-right: 12px;
    position: absolute;
    bottom: 60px;
    left: 44%;
}


.portfolio-btn-div .r-hov-img {
    display: none;
}

.portfolio-btn-div:hover .icon-img {
    display: none;
}

.portfolio-btn-div:hover .r-hov-img {
    display: block;
}


.portfolio-btn-div:hover .view-more-btn {
    transform: translateX(10px);
    color: #848484;
    transition: all 0.3s ease-out;
}



.portfolio-sec .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    color: #ffffff;
    display: flex;
    align-items: end;
    font-size: 11px;
    text-align: center;
    line-height: 100px;
    opacity: 0;
}

.portfolio-sec .image-container:hover .overlay-text {
    opacity: 1;
}


.portfolio-sec .over-head {
    margin-bottom: 40px;
    margin-left: 40px;
    font-size: 20px;
    line-height: 70px;
    font-family: 'Montserrat';
}

.portfolio-sec .container {
    max-width: 1780px !important;
}

.kind-words-sec .swiper-kind {
    overflow: hidden;
    position: relative;
}

.kind-words-sec .msg-title {
    font-size: 55px;
    line-height: 70px;
    text-align: left;
    font-family: 'Orpheus Pro';
    color: #FFFFFF;
}


.kind-words-sec .kind-msg p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #FFFFFF;
    text-align: left;
    max-width: 600px;
    padding: 50px 0px;
    margin-bottom: 0;
}

.kind-words-sec .card-slide {
    background: #A8A7A4 0% 0% no-repeat padding-box;
    border-radius: 0px 100px;
    opacity: 0.9;
    width: 100%;
    max-width: 615px;
    padding: 70px 65px;
}

.kind-author {
    padding: 30px 0px;
}

.kind-words-sec .author {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    color: #FFFFFF;
    letter-spacing: 0.9px;
    text-align: left;
}



.kind-words-sec .swiper-button-about-prev, .kind-words-sec .swiper-button-about-next {
    position: absolute;
    bottom: 60px;
    left: 74px;
    z-index: 999;
}



.kind-words-sec .swiper-button-about-next {
    left: 165px;
}



.kind-words-sec .navigation-about .swiper-button-about-prev .img-fluid,
.kind-words-sec .navigation-about .swiper-button-about-next .img-fluid {
    display: block;
}

.kind-words-sec .navigation-about .swiper-button-about-prev .hov-arrow,
.kind-words-sec .navigation-about .swiper-button-about-next .hov-arrow {
    display: none;
}

.kind-words-sec .navigation-about .swiper-button-about-prev:hover .img-fluid,
.kind-words-sec .navigation-about .swiper-button-about-next:hover .img-fluid {
    display: none;
}

.kind-words-sec .navigation-about .swiper-button-about-prev:hover .hov-arrow,
.kind-words-sec .navigation-about .swiper-button-about-next:hover .hov-arrow {
    display: block;
}



.memory-sec {
    background-image: url(../../frontend/img/about-memories.jpg) !important;
    height: 450px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

.memory-sec .left-memories {
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    font-family: Orpheus Pro;
    position: absolute;
    top: 83px;
    left: 200px;
}

.story-memories .icon-img {
    position: absolute;
    bottom: 98px;
    width: 21.24px;
    height: 20px;
    right: 338px;
}

.story-memories .r-hov-img {
    display: none;
}

.story-memories:hover .icon-img {
    display: none;
}

.story-memories:hover .r-hov-img {
    display: block;
}


.story-memories:hover .get-btn {
    transform: translateX(10px);
    color: #848484;
    transition: all 0.3s ease-out;
}

.story-memories .get-btn {
    position: absolute;
    right: 195px;
    bottom: 95px;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 27px;
    text-decoration: none;
}

/*Home page css end*/


/*journal-page css start*/


.journal-page {
    background-color: #E8E7E5;
}


.journal-page .journal-section {
    margin-top: 165px;
    background-color: #E8E7E5;
}

.journal-page .journal-heading h1 {
    text-align: center;
    font-size: 55px;
    line-height: 70px;
    font-family: Orpheus Pro;
    font-weight: 400;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}

.journal-page .journal-heading {
    padding-top: 167px;
    padding-bottom: 107px;
}


.journal-page .journal {
    position: relative;
    display: inline-block;
}

.journal-section .journal:hover .overlay-text h1 {
    opacity: 1;
}

.journal .overlay-text h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    transition: opacity 0.3s ease;
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    font-family: Orpheus Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
}




.journal-page .journal-row {
    padding-bottom: 22px;
}

.journal-page .page-item .page-link {
    color: #252525;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
}

.journal-page .pagination-section {
    position: relative;
    padding: 80px 0px;
}

.journal-page .prev-pagination {
    position: absolute;
    right: 270px;
}

.journal-page .next-pagination {
    position: absolute;
    right: 183px;
}

.journal-page .page-link:focus {
    box-shadow: none !important;
}

.journal-page .pagination {
    --bs-pagination-border-color: none;
}



/*journal-inner-page css start*/

.journal-inn-page {
    background: #E8E7E5;
    padding-top: 320px;
    padding-bottom: 150px;

}

.journal-gallery-sec .container {
    max-width: 1029px !important;
}

.journal-inn-page .back-div .icon-img {
    width: 21.24px;
    height: 20px;
    position: absolute;
    top: 323px;
}

.journal-inn-page .back-div .r-hov-img {
    display: none;
}

.journal-inn-page .back-div:hover .icon-img {
    display: none;
}

.journal-inn-page .back-div:hover .r-hov-img {
    display: block;
}


.journal-inn-page .back-div:hover .back-btn {
    transform: translateX(10px);
    color: #848484;
    transition: all 0.3s ease-out;
}

.journal-inn-page .back-div .back-btn {
    position: absolute;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: bold;
    color: #252525;
    font-family: 'Montserrat';
    line-height: 27px;
    text-decoration: none;
    left: 217px;
}

.journal-inn-page .main-div-jn h1 {
    font-size: 55px;
    line-height: 70px;
    text-align: center;
    font-family: 'Orpheus Pro';
}

.journal-inn-page .main-div-jn h2 {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Montserrat';
    letter-spacing: 1.6px;
    color: #848484;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
}

.journal-inn-page .main-div-jn {
    margin: 80px 0px;
}

/*journal-or inner page css end*/


/*shop page css start*/


.shop-page {
    background-color: #E8E7E5;
    padding-top: 320px;
}

.shop-page .product-hero {
    padding-bottom: 140px;
    text-align: center;
}


.shop-page .product-heading h1 {
    font-size: 55px;
    line-height: 70px;
    font-family: 'Orpheus Pro';
    color: #252525;
}


.shop-page .shop-category h4 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    letter-spacing: 1.8px;
    color: #848484;
    text-align: left;
    padding-bottom: 20px;
}

.shop-page .accordion-button {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #252525;
    text-align: left;
    font-weight: 500;
    background: #E8E7E5;
}

.shop-page .accordion-body {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #252525;
    text-align: left;
    padding-top: 30px;
    padding-left: 38px;
    background: #E8E7E5;
}

.shop-page .accordion-button:focus {
    background: #E8E7E5 !important;
    box-shadow: none !important;
}

.shop-page .accordion-button:not(.collapsed) {
    background-color: #E8E7E5;
    color: #252525;
}

.shop-page .accordion {
    --bs-accordion-bg: none !important;
    --bs-accordion-border-color: none !important;
}

.shop-page .accordion-button.collapsed::after {
    background-image: url(../../frontend/img/icon_plus.svg) !important;
    position: absolute;
    right: 90px;
    box-shadow: none !important;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.shop-page .accordion-button:not(.collapsed)::after {
    background-image: url(../../frontend/img/icon_minus.svg) !important;
    position: absolute;
    right: 90px;
    box-shadow: none !important;
    width: 16px;
    height: 16px;
    top: 16px;
}

.shop-page .prod-inn-div {
    position: relative;
    display: inline-block;
}

.shop-page .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
}

.shop-page .product-overlay:hover .overlay {
    opacity: 0.15;
}

.shop-page .product-hov {
    background-color: #F5F5F5;
    width: 100%;
    height: auto;
}

.shop-page .shop-products-img p {
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 33px;
    text-align: left;
    color: #252525;
    font-weight: 500;
}

.shop-page .shop-products-img {
    text-decoration: none;
}

.shop-page .prod-inn-div {
    margin-bottom: 25px;
}


.shop-page .product-row {
    padding-top: 50px;
}

.shop-page .pagination-section .container {
    max-width: 813px !important;
}

.shop-page .page-item .page-link {
    color: #252525;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
}

.shop-page .pagination-section {
    position: relative;
    padding: 80px 0px;
}

.shop-page .prev-pagination {
    position: absolute;
    right: 270px;
}


.shop-page .next-pagination {
    position: absolute;
    right: 183px;
}

.shop-page .page-link:focus {
    box-shadow: none !important;
}

.shop-page .pagination {
    --bs-pagination-border-color: none;
}

/*shop-inner-page css start*/

.shop-inner {
    padding-top: 320px;
    background: #E8E7E5;
}

.shop-inner .back-btn-row {
    margin-bottom: 100px;
}

.shop-inner #aad-cart {
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 20px 48px;
    background: #53A6A1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 0.77;
    text-align: center;
}

.shop-inner .product #aad-cart img {
    margin-left: 20px;
}

.shop-inner #aad-cart:hover {
    opacity: 0.7;
}

.shop-inner #aad-cart span {
    display: flex;
    justify-content: end;
    position: relative;

}

.product-price.mt-4 {
    margin-top: 0px !important;
}

.Shop-inner-QTA-buttons {
    width: 300px;
    height: 55px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.Shop-inner-QTA-buttons button,
input {
    border: none;
    background-color: #F4F4F4;
    text-align: center;
}

#Shop-inner-QTY-counter {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.add-to-cart.mt-5 {
    margin-top: 30px !important;
}

.Shop-inner-QTY-text {
    padding-right: 36px;
}

.shop-inner .slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

.side-pics div#prev {
    padding-bottom: 10px;
}

.side-pics {
    text-align: center;
}

.side-pics div#prev {
    padding-bottom: 10px;
    margin-top: -30px;
}

.side-pics div#next {
    padding-top: 10px;
}


.shop-inner .main-img img,
.imgs img {
    width: 100%;
}

.shop-inner .imgs img {
    width: 93px;
    height: 95px;
    object-fit: cover;
    margin-bottom: 10px;
}

.shop-inner #product-detail .content {
    display: flex;
    padding-bottom: 0px !important;
}

.shop-inner .imgs {
    display: table-caption;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3px;
    width: 120px;
    overflow-y: scroll;
    height: 415px;
    padding: 5px;
    overflow-x: hidden;
}

.Shop-inner-QTY-text {
    padding-right: 36px;
}

/* fade-in animation */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.shop-inner .fade-in {
    opacity: 0;
    animation: fadeIn 0.5s ease-in forwards;
}

.shop-inner .main-img {
    width: 100%;
    margin-top: 10px;
}


.shop-inner .main-img img {
    width: 615px !important;
    margin-left: 10px !important;
}


.shop-inner .prata {
    font-size: 40px;
    line-height: 70px;
    text-align: left;
    font-family: 'Orpheus Pro';
    max-width: 480px;
    color: #252525;
}


.shop-inner .price {
    font-size: 25px;
    line-height: 33px;
    color: #252525;
    font-family: 'Montserrat';
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.shop-inner .product-wrapper {
    margin-left: 32px;
}

.shop-inner .carousel {
    width: 90%;
    margin: 0px auto;
}

.shop-inner .slick-slide {
    margin: 10px;
}

.shop-inner .slick-slide img {
    width: 258px;
    height: 280px;
    margin: unset;
    object-fit: cover;
    border-radius: 10px;

}

.shop-inner .wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.shop-inner .slick-prev.slick-arrow:after {
    content: '❮' !important;
    color: #a8a5a5;
    font-size: 26px;
}

.shop-inner .slick-prev.slick-arrow {
    background-color: transparent;
    border: none;
    color: transparent;
    width: 20px;
    position: absolute;
    right: 265px;
    top: -59px;
}

.shop-inner .slick-next.slick-arrow {
    background-color: transparent;
    border: none;
    color: transparent;
    width: 20px;
    position: absolute;
    right: 188px;
    top: -59px;
}

.shop-inner .slick-next.slick-arrow:after {
    content: '❯' !important;
    color: #a8a5a5;
    font-size: 26px;
}

.shop-inner .p-category h5 {
    font-size: 18px;
    line-height: 28px;
}




.shop-inner .side-pics div#prev {
    padding-bottom: 10px;
}

.shop-inner .side-pics {
    text-align: center;
}

.shop-inner .side-pics div#prev {
    padding-bottom: 10px;
    margin-top: -30px;
}

.shop-inner .side-pics div#next {
    padding-top: 10px;
}

.shop-inner .main-img img#current {
    background-color: #F5F5F5;
}

.product .imgs img {
    background-color: #F5F5F5;
}

.shop-inner .product-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Shop-inner-QTA-buttons .sub,
.add {
    color: #a9a6a0;
    font-size: 30px;
}

.product .discription {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #252525;
    text-align: center;
    max-width: 530px;
    padding-top: 30px;
}


.shop-inner .back-div .icon-img {
    width: 21.24px;
    height: 20px;
    position: absolute;
    top: 323px;
}

.shop-inner .back-div .r-hov-img {
    display: none;
}

.shop-inner .back-div:hover .icon-img {
    display: none;
}

.shop-inner .back-div:hover .r-hov-img {
    display: block;
}


.shop-inner .back-div:hover .back-btn {
    transform: translateX(10px);
    color: #848484;
    transition: all 0.3s ease-out;
}

.shop-inner .back-div .back-btn {
    position: absolute;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: bold;
    color: #252525;
    font-family: 'Montserrat';
    line-height: 27px;
    text-decoration: none;
    left: 217px;
}



.product-slider .swiper-product {
    overflow: hidden;
}

.product-slider .card-slide img {
    background: #F5F5F4;
    width: 100%;
}

.product-slider .f-head {
    font-size: 55px;
    line-height: 70px;
    text-align: center;
    font-family: 'Orpheus Pro';
    color: #252525;
}

.product-slider {
    padding: 120px 0px;
    position: relative;
}

.product-slider .prod-inn-div {
    position: relative;
}

.product-slider .product-info h3 {
    font-size: 18px;
    line-height: 33px;
}


.product-slider .caro-main {
    padding: 80px 0px;
}

.product-slider .product-info {
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 33px;
    text-align: left;
    color: #252525;
    font-weight: 500;
    margin-top: 30px;
}

.product-slider .swiper-button-about-prev {
    position: absolute;
    top: 50%;
    left: 60px;
}

.product-slider .swiper-button-about-next {
    position: absolute;
    top: 50%;
    right: 60px;
}

.product-pric-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-inn-div:hover .overlay {
    opacity: 0.15;
}

.shop-inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
}





.shop-inner .swiper-button-about-prev:hover,
.shop-inner .swiper-button-about-next:hover {
    filter: brightness(0.5);
}


/*testimonial-page css start*/

.testimonials-page .banner-sec {
    background-image: url(../../frontend/img/testimonial-banner.jpg) !important;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}


.testimonials-page .banner-title,
.corporate-page .banner-title {
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    font-family: Orpheus Pro;
    text-align: center;
}

.testimonials-page,
.corporate-page {
    padding-top: 215px;
    background-color: #E8E7E5;
}


.testimonials-page .test-info-col {
    display: flex;
    align-items: center;
}

.testimonials-page .testimonial-name {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    font-family: 'Orpheus Pro';
    color: #252525;
}

.testimonials-page .testimonial-msg {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat';
    color: #252525;
    text-align: left;
    max-width: 760px;
    padding-top: 30px;
}

.testimonials-page .test-sec-2 .testimonial-msg {
    max-width: 640px;
}


.testimonials-page .page-item .page-link {
    color: #252525;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
}

.testimonials-page .pagination-section {
    position: relative;
    padding: 80px 0px;
}

.testimonials-page .prev-pagination {
    position: absolute;
    right: 270px;
}

.testimonials-page .next-pagination {
    position: absolute;
    right: 183px;
}

.testimonials-page .page-link:focus {
    box-shadow: none !important;
}

.testimonials-page .pagination {
    --bs-pagination-border-color: none;
}




.corporate-page .banner-sec {
    background-image: url(../../frontend/img/corporate-bg.jpg) !important;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
}

.corporate-page .banner-description {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
}

.corporate-page .main-div-hp {
    padding: 150px 0px;
    max-width: 1000px;
    margin: 0 auto;
}

.corporate-page .para-info-div p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #252525;
}


.shopping-cart-box .count-list a {
    text-decoration: none;
}
.shopping-cart-box .count-list a:hover {
    text-decoration: none;
}
.payment-btn a#checkoutbtn {
    border-radius: 5px !important;
}

.payment-btn a#checkoutbtn:hover {
    text-decoration: none;
}
.Shop-inner-QTY-counter .Shop-inner-QTA-buttons input#qty {
    text-align: center;
}
/*Site-Media-Query starting for moblie view*/



@media screen and (min-width:1200px) and (max-width:1640px) {
.home-slider .carousel-item .img-fluid {
    max-width: 100%;
    height: 100vh !important;
    object-fit: cover !important;
}
.footer .foot-container {
    max-width: 1300px;
}
.family-sec h1 {
    font-size: 35px;
    line-height: 42px;
}
.family-sec h2 {
    font-size: 15px;
    line-height: 20px;
}
.family-sec .family-para {
    font-size: 15px;
    line-height: 20px;
}
.home-content-1 .main-div-hp h1 {
    font-size: 35px;
    line-height: 55px ;
    text-align: left;
    font-family: 'Orpheus Pro';
    max-width: 385px;
}
.home-content-1 .main-div-hp .para-h {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    max-width: 385px;
    padding-top: 30px;
}
.home-content-1 .right-img .img-fluid {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.home-content-1 .right-img {
    height: 500px;
}
.home-content-1 .details-col {
    padding-right: 60px;
}
.wedding-sec .main-div-wedding h1 {
    font-size: 35px;
    line-height: 42px;
}
.wedding-sec .main-div-wedding .wedding-para {
    font-size: 15px;
    line-height: 20px;
}
.wedding-sec .main-div-wedding h2 {
    font-size: 15px;
    line-height: 20px;
}
.home-main-page .home-page-sec .row,.home-main-page .story-sec .row,.home-main-page .kind-words-sec .row {
    max-width: 1300px;
    margin: 0 auto;
}

}


@media (max-width: 1600px) {
    /*.award-inner-section .back-div .back-btn {*/
    /*left: 70px !important;*/
    /*}*/

    .navbar {
        padding: 0px !important;
    }

    .dropdown-menu,
    .dropdown-menu.show {
        top: 154px !important;
    }

    .service-drop {
        top: 140px !important;
    }

    #navbarDropdown {
        padding: 58px 0px;
    }




    /* home-page media start  */

    .home-page-sec,
    .portfolio-sec {
        padding: 75px 0px;
    }

    .portfolio-sec .view-more-btn {
           bottom: 30px;
    }

    .portfolio-sec .icon-img {
        bottom: 34px;
        left: 43.5%;
    }

    .memory-sec .left-memories {
        left: 70px;
        font-size: 40px;
    }

    .story-memories .get-btn {
        bottom: 85px;
        right: 100px;
    }

    .story-memories .icon-img {
        right: 240px;
        bottom: 88px;
    }

    .portfolio-sec h1,
    .journal .overlay-text h1 {
        font-size: 35px;
        line-height: 40px;
    }





    /*shop-page-inner media start*/

    .shop-page,
    .shop-inner,
    .journal-inn-page {
        padding-top: 200px;
    }

    .shop-page .product-hero {
        padding-bottom: 55px;
    }

    .shop-inner .main-img img {
        width: 100% !important;
    }

    .shop-inner .back-btn-row {
        margin-bottom: 80px;
    }

    .shop-inner .back-div .icon-img,
    .journal-inn-page .back-div .icon-img {
        top: 203px;
    }

    .shop-inner .back-div .back-btn,
    .journal-inn-page .back-div .back-btn {
        left: 50px;
    }

    .shop-inner .product-container {
        max-width: 1210px !important;
    }


    /*testimonials-page media start*/

    .testimonials-page,
    .corporate-page {
        padding-top: 142px;
    }

    .testimonials-page .container {
        max-width: 1383px !important;
    }


    .testimonials-page .wedding-sec,
    .testimonials-page .testimonial-sec {
        padding: 75px 0px;
    }


    .test-sec-2 {
        padding-bottom: 75px;
    }

    .testimonials-page .pagination-section {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .testimonials-page .prev-pagination {
        right: 100px;
    }

    .testimonials-page .next-pagination {
        right: 15px;
    }


    /*   .journal-page- media start*/


    .journal-page .journal-heading {
        padding-top: 75px !important;
        padding-bottom: 40px !important;
    }

    .journal-page .journal-section {
        margin-top: 142px !important;
    }


}

#navbarDropdown {
    padding: 64px 0px;
    margin: 0px 0;
}
.dropdown-menu, .dropdown-menu.show {
    top: 154px !important;
}

@media(min-width: 1601px){
    #navbarDropdown {
    padding: 90px 0px;
    margin: -5px 0;
}
.dropdown-menu, .dropdown-menu.show {
    top: 203px !important;
}
}

@media(max-width: 1024px){
    .dropdown-menu, .dropdown-menu.show {
    top: 152px !important;
}
}


/*@media screen and (min-width:1280px) and (max-width:1440px) {
    .dropdown-menu, .dropdown-menu.show {
    top: 142px !important;
}

@media screen and (min-width:992px) and (max-width:1280px) {
    .dropdown-menu, .dropdown-menu.show {
    top: 142px !important;
}

}*/

@media screen and (min-width:770px) and (max-width:992px) {
    .corporate-page .file-div {
        justify-content: space-between;
        max-width: 742px;
    }

    .custom-header .navbar-dark .navbar-nav .nav-link {
    font-size: 9px !important;
}

.custom-header .user-img img, .cart-img img {
    width: 70%;
}

.head-icons .user-img {
    margin-right: 0px;
}
/*.dropdown-menu, .dropdown-menu.show {
    top: 142px !important;
}*/

}




@media (max-width:769px) {
    button.navbar-toggler {
    top: 30px !important;
}
     .shop-inner .prata {
        max-width: 300px !important;
        text-align: center !important;
    }
.product-short-disc.mt-4 ul>li {
    max-width: 288px !important;
    padding: 10px !important;
}
.product-short-disc.mt-4 ul>li:nth-child(4) {
    word-wrap: break-word !important;
}
    .home-main-page .home-slider .carousel-item .img-fluid {
    max-width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
   /* zoom: 85%;*/
}
.shop-products div#filter_data {
    justify-content: center;
}
.family-sec .family-btn {
    font-size: 11px;
    line-height: 19px;
    padding: 10px 25px;
}
.home-main-page .portfolio-sec .portfolio-btn-div {
    padding-top: 10px;
}
.home-main-page .family-sec .family-col {
    padding-bottom: 50px;
}
.wedding-sec img.img-fluid {
    height: auto;
    object-fit: cover;
}
.wedding-sec .wedding-row {
    flex-direction: column-reverse;
}
.wedding-sec .wedding-row .image-container {
    padding-top: 40px;
}
.testimonials-page .flex-row-reverse {
    flex-direction: column-reverse !important;
}
.testimonials-page .test-sec-2 #testimonial_row {
    flex-direction: column-reverse;
}
.testimonials-page .test-sec-2 .testimonial-msg {
    padding-bottom: 20px;
}
    .custom-header .dropdown-menu {
        top: 30px !important;
        left: -90px !important;
    }

    .custom-header {
        background-color: #F5F5F4;
    }



    .footer-links.list-unstyled {
        padding-top: 20px;
    }

    footer .logo-para p {
        font-size: 14px;
    }

    .footer-links li a {
        line-height: 30px;
        font-size: 15px;
    }

    footer br {
        display: none;
    }

    .footer-links .info-a {
        font-size: 15px;
    }

    .footer-content {
        padding: 30px 0px;
    }



    header.custom-header .navbar-dark .navbar-nav .nav-link {
        font-size: 9px;
    }

    .head-icons .user-img {
        margin-right: 0px;
    }

    .custom-header .collapse:not(.show) {
        display: none !important;
    }

    .head-icons.d-flex .nav-link {
        margin: 8px;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .custom-header .user-img img,
    .cart-img img {
        width: 100%;
        max-width: 15px;
    }

    .head-icons.d-flex a.nav-link.user-img {
        padding-right: 0px;
    }

    .home-beuty-main {
        width: 100%;
        height: 315px;
    }

    #navbarDropdown {
        padding: 8px 0px;
    }



    /*     home-page media*/

    .home-slider {
        margin-top: 100px;
    }

    .row.wedding-row {
        overflow: unset;
    }

    .home-slider .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 40px !important;
    }

    .home-content-1,
    .wedding-sec,
    .testimonial-sec,
    .family-sec,
    .portfolio-sec {
        padding: 20px 0px;
    }

    .home-content-1 .main-div-hp h2 {
        font-size: 15px;
        line-height: 18px;
    }

    .home-content-1 .main-div-hp h1,
    .wedding-sec .main-div-wedding h1,
    .family-sec h1,
    .corporate-page .contact-form-sec .form-head h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }

    .home-content-1 .main-div-hp .para-h {
        font-size: 15px;
        padding: 20px 0px;
        max-width: unset;
        margin-bottom: 40px;
    }

    .home-content-1 .find-more-btn {
        bottom: 22px;
        left: 60px;
        font-size: 14px;
    }

    .home-content-1 .icon-img {
        bottom: 22px;
        left: 18px;
    }

    .story-sec {
        height: 400px;
    }

    .story-sec .left-heading {
        font-size: 28px;
        line-height: 50px;
    }

    .story-sec .right-p {
        font-size: 15px;
        line-height: 18px;
    }

    .story-sec .story-p {
        justify-content: flex-start;
    }

    .wedding-sec .main-div-wedding h2,
    .family-sec h2 {
        padding: 20px 0px;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .portfolio-sec .image-container,
    .family-sec .image-container,
    .corporate-sec .image-container,
    .wedding-sec .image-container {
        margin-bottom: 15px;
    }

    .wedding-sec .main-div-wedding .wedding-para,
    .family-sec .family-para,
    .kind-words-sec .kind-msg p {
        font-size: 15px;
        padding: 20px 0px;
        max-width: unset;
        margin-bottom: 10px;
    }

    .wedding-sec .wedding-btn {
        padding: 10px 25px;
        font-size: 11px;
        bottom: -24px;
    }


    .kind-words-sec .card-slide {
        padding: 30px;
        height: 530px;
    }

    .kind-words-sec .msg-title {
        font-size: 30px;
        line-height: 35px;
    }

    .kind-words-sec .kind-msg p {}

    .kind-words-sec .author {
        font-size: 15px;
        line-height: 18px;
    }

    .kind-words-sec .swiper-button-about-prev,
    .kind-words-sec .swiper-button-about-next {
        bottom: 28px;
    }

    .kind-words-sec .swiper-button-about-next {
        left: unset;
        right: 30px;
    }

    .kind-words-sec .swiper-button-about-prev {
        left: unset;
        right: 115px;
    }

    .portfolio-sec h1 {
        font-size: 30px;
        max-width: 370px;
        line-height: 40px;
    }

    .portfolio-sec .view-more-btn {
        bottom: 18px;
        left: unset;
    }

    .portfolio-btn-div {
        display: flex;
        justify-content: center;
    }

    .portfolio-sec .icon-img {
    bottom: 20px;
    left: 55px;
}

    .memory-sec .left-memories {
        left: 20px;
        font-size: 30px;
        line-height: 40px;
    }

    .memory-sec {
        height: 400px;
    }

    .story-memories .get-btn {
        right: 30px;
        bottom: 110px;
        font-size: 14px;
        line-height: 25px;
    }

    .story-memories .icon-img {
        right: 165px;
        bottom: 114px;
    }




    /*shop-pag media */

    .shop-page .product-heading h1 {
        font-size: 40px;
    }

    .shop-page {
        padding-top: 150px;
    }

    .shop-page .product-hero {
        padding-bottom: 45px;
    }

    .shop-page .shop-category h4 {
        font-size: 15px;
    }

    .shop-page .accordion-button,
    .shop-page .accordion-body {
        font-size: 15px;
        padding: 16px 0px;
    }

    .shop-page .prod-inn-div {
        width: 100%;
        margin-top: 30px;
    }

    .shop-page .shop-products-img p {
        font-size: 15px;
        text-align: center;
        margin-bottom: 0;
    }

    .shop-page .product-row {
        padding-top: 0px;
    }

    .shop-page .pagination-section {
        padding: 30px 0px;
    }

    .shop-page .next-pagination {
        right: 10px;
    }

    .shop-page .prev-pagination {
        right: 100px;
    }

    .shop-page .page-item .page-link {
        font-size: 15px;
    }

    /*shop-inner media starting*/

    .shop-inner .main-img img {
        width: 95% !important;
        margin-left: 0px !important;
        height: auto;
    }
    .shop-inner .imgs img {
    width: 85px;
    height: 85px;
   }
   .shop-inner .product-wrapper {
    margin-left: 0;
   }

    .shop-inner .back-btn-row {
        margin-bottom: 20px;
    }

    .shop-inner .back-div .icon-img {
        top: 153px;
    }

    .shop-inner .back-div .back-btn {
        left: 50px;
    }

    .shop-inner {
        padding-top: 150px;
    }

    .shop-inner .prata {
        font-size: 25px;
        line-height: 30px;
    }

    .product .discription {
        font-size: 15px;
        text-align: left;
        padding-top: 0px;
    }

    .product-slider {
        padding: 40px 0px;
    }

    .product-slider .caro-main {
        padding: 30px 12px;
    }

    .product-slider .f-head {
        font-size: 20px;
        line-height: 35px;
        text-align: left;
    }

    .product-slider .product-info {
        text-align: center;
        font-size: 15px;
    }

    .product-slider .product-info h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .product-slider .swiper-button-about-next,
    .product-slider .swiper-button-about-prev {
        width: 50px;
    }

    .product-slider .swiper-button-about-next {
        top: 75px;
        right: 20px;
    }

    .product-slider .swiper-button-about-prev {
        top: 75px;
        right: 75px;
        left: unset;
    }

    .shop-inner #aad-cart {
        padding: 10px 25px;
        font-size: 12px;
    }


    .Shop-inner-QTA-buttons input {
        text-align: center;
    }

    .Shop-inner-QTA-buttons {
        width: 200px;
    }

    .shop-inner .price {
        font-size: 18px;
    }

    /*testimonials media starting*/


    .testimonials-page,
    .corporate-page {
        padding-top: 115px;
    }

    .testimonials-page .banner-title,
    .corporate-page .banner-title {
        font-size: 26px;
        line-height: 25px;
    }

    .testimonials-page .banner-sec,
    .corporate-page .banner-sec {
        height: 300px;
    }

    .testimonials-page .home-content-1,
    .testimonials-page .wedding-sec,
    .testimonials-page .testimonial-sec {
        padding: 40px 0px;
    }

    .testimonial-info {
        margin-top: 20px;
    }

    .testimonials-page .testimonial-name {
        font-size: 22px;
        line-height: 25px;
    }

    .testimonials-page .testimonial-msg {
        font-size: 15px;
        line-height: 28px;
        padding-top: 18px;
        margin-bottom: 0px;
    }

    .testimonials-page .test-sec-2 {
        padding-bottom: 40px;
    }

    .testimonials-page .pagination-section {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .testimonials-page .prev-pagination,
    .journal-page .prev-pagination {
        right: 100px !important;
    }

    .testimonials-page .next-pagination,
    .journal-page .next-pagination {
        right: 15px !important;
    }

    .testimonials-page .page-item .page-link,
    .journal-page .page-item .page-link {
        font-size: 15px;
    }

    .testimonials-page .next-pagination img,
    .testimonials-page .prev-pagination img,
    .journal-page .next-pagination img,
    .journal-page .prev-pagination img {
        width: 50px !important;
    }

    .testimonials-page .next-pagination img:hover,
    .testimonials-page .prev-pagination img:hover {
        filter: brightness(0.5);
    }


    /* journal-inner media start */


    .journal-inn-page {
        padding-bottom: 40px !important;
        padding-top: 150px !important;
    }

    .journal-inn-page .back-div .back-btn {
        left: 50px !important;
        top: -3px !important;
    }

    .corporate-page [type="file"]::-webkit-file-upload-button {
        width: 120px !important;
        height: 40px !important;
        font-size: 13px !important;
        border: 1px solid !important;
    }

    .corporate-page [type="file"] {
        font-size: 12px !important;
    }

    .corporate-page .file-div {
        padding: 10px 12px !important;
        justify-content: space-between !important;
        max-width: 400px !important;
    }



    /* corporate-page media start */

    .corporate-page .banner-description {
        font-size: 15px;
        line-height: 22px;
    }

    .corporate-page .main-div-hp {
        padding: 40px 0;
    }

    .corporate-page .para-info-div p {
        font-size: 15px;
        line-height: 25px;

    }

    .corporate-page .contact-div-hp {
        padding-bottom: 20px !important;
    }

    .corporate-page .form-label {
        font-size: 11px !important;
        line-height: 25px !important;
    }


    .wedding-Services-sec .frame-head {
        font-size: 35px !important;
        line-height: 50px !important;
        padding: 19px 0px;
    }

    .corporate-page .contact-btn {
        font-size: 14px !important;
        width: 150px !important;
        height: 50px !important;
    }

    .corporate-page .contact-btn-col {
        margin-bottom: 20px !important;
    }

    .img-wedding {
        height: 450px !important;
        margin-bottom: 20px;
    }

    .wedding-Services-sec {
        margin-bottom: 40px;
    }

    .wedding-Services-sec .about-btn {
        padding: 10px 25px;
        font-size: 11px;
    }
    .home-main-page .home-slider img.img-fluid{
    height: 100vh !important;
    object-fit: cover;
}
 .testimonials-page .productdata .row.g-4 {
    justify-content: center;
}

}

@media (max-width:426px) {
    .testimonials-page .productdata .row.g-4 {
    justify-content: center;
}
  
    .pricing-cardx {
    position: absolute;
    top: 40px !important;
    left: 80px !important;
    right: 40px;
}
/*.home-slider img.img-fluid {*/
/*    max-width: 100%;*/
/*    height: 100vh;*/
/*    object-fit: cover;*/
/*}*/

/*.portfolio-sec .overlay-text {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: calc(100% - 3.125rem) !important;
    height: calc(100% - 3.125rem) !important;
    background-color: rgb(0 0 0 / 20%) !important;
    
    transform: translate(-50%,-50%) !important;
}*/
.portfolio-sec .image-container .overlay-text {
    opacity: 1 ;
    /*background-color: #ffffff !important;
    color: #000000 !important;
    margin: 0 auto;*/
}
.home-main-page .portfolio-sec .portfolio-btn-div {
    padding-top: 10px;
}
.portfolio-sec .overlay-text {
    
    display: flex !important;
    align-items: center !important;
    opacity: 1 !important;
}
.portfolio-sec .icon-img {
    bottom: 20px;
    left: 55px;
}
.wedding-Services-sec .img-wedding {
    backdrop-filter: grayscale(1) !important;
    transition: all 0.3s ease-in-out !important;
    backdrop-filter: opacity(0.1) !important;
}
.wedding-Services-sec .img-wedding h3.wedding-text.text-white {
    top: -15px;
    transition: all 0.3s ease-in-out;
}
.wedding-Services-sec .img-wedding .about-btn {
    bottom: 46px;
    transition: all 0.3s ease-in-out;
}
.home-portfolio h1 {
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    font-family: Orpheus Pro;
    font-weight: 400;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}
.home-portfolio {
    display: block !important;
    padding-top: 10px;
}
/*button.navbar-toggler {*/
/*    top: 18px !important;*/
/*}*/
.image-container .overlay-title {
    bottom: 12px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
.wedding-sec .image-container .overlay-title {
    opacity: 1;
    display: flex;
    align-items: center;
}





}
/*.home-portfolio {*/
/*   display: none;*/
/*}*/