/* ========= Responsive Styles (max-width: 1224px) ========= */

@media (max-width: 1224px) {

    header .navbar-brand img {
        width: 250px;
    }

    header .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        padding: 22px 15px;
    }

    .hero-section .hero-main-box .hero-content h3,
    .hero-section .hero-main-box .hero-content h3 span {
        font-size: 90px;
        margin-top: 30px;
        text-align: center;
        letter-spacing: 7px;
    }

    .hero-section .hero-main-box .hero-content h4 {
        font-size: 40px;
        margin-top: 20px;
        text-align: center;
    }

    .hero-section .hero-main-box .hero-content h5,
    .hero-section .hero-main-box .hero-content h6 {
        font-size: 50px;
        margin-top: 25px;
    }

    /* Hero Wrapper Text */
    .hero-wrapper .hero-text-box h2,
    .hero-wrapper .hero-text-box h2 span {
        font-size: 85px;
        text-align: center;
    }

    .hero-wrapper .hero-text-box h4 {
        font-size: 45px;
        font-weight: 600;
    }

}

/* ========== max-width: 1024px ========== */
@media (max-width: 1024px) {

    header .navbar-brand img {
        width: 215px;
    }

    header .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 20px 12px;
    }

    header .navbar-nav .nav-item .nav-link i {
        margin-top: 0px;
    }

    .attend-btn {
        font-size: 16px;
        padding: 13px 25px;
    }

    /* Hero Section Content */
    .hero-section .hero-main-box .hero-content h2 {
        font-size: 20px;
        text-align: center;
    }

    .hero-section .hero-main-box .hero-content h3,
    .hero-section .hero-main-box .hero-content h3 span {
        font-size: 75px;
        margin-top: 30px;
        text-align: center;
        letter-spacing: 8px;
    }

    .hero-section .hero-main-box .hero-content h4 {
        font-size: 36px;
        margin-top: 25px;
        text-align: center;
        letter-spacing: 1px;
    }

    .hero-section .hero-main-box .hero-content h5,
    .hero-section .hero-main-box .hero-content h6 {
        font-size: 40px;
        margin-top: 30px;
        text-align: center;
    }

    .hero-section .shape-item .flower-img-1 img {
        display: none;
    }

    /* Hero Slider Box */
    .hero-slider-box {
        padding: 40px;
        position: absolute;
        left: 50%;
    }

    .hero-slider-box .hero-slider-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-slider-box .hero-slider-content h3,
    .hero-slider-box .hero-slider-content h3 span {
        font-size: 95px;
        margin-top: 30px;
        text-align: center;
    }

    .hero-slider-box .hero-slider-content h4 {
        font-size: 42px;
        font-weight: 600;
    }

    .hero-slider-box .hero-slider-content h5,
    .hero-slider-box .hero-slider-content h6 {
        font-size: 40px;
    }

    /* Hero Wrapper Text */
    .hero-wrapper .hero-text-box h2,
    .hero-wrapper .hero-text-box h2 span {
        font-size: 80px;
        text-align: center;
    }

    .hero-wrapper .hero-text-box h3 {
        font-size: 45px;
        letter-spacing: 0.5px;
        text-align: center;
    }

    .hero-wrapper .hero-text-box h4,
    .hero-wrapper .hero-text-box h5 {
        font-size: 35px;
        letter-spacing: 1px;
        text-align: center;
    }

    .side-shape-1,
    .side-shape-2 {
        display: none;
    }

    .timer-box-2::before {
        width: 225px;
        height: 225px;
        top: 5px;
        left: -12px;

    }

    .hero-section .shape-item .home-element2 img {
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .story-content-item .outer-bottom img {
        width: 400px;
        max-width: 100%;
    }

    .who-we-are {
        height: 50vh;
    }

    .blog-box h3 {
        font-size: 30px;
    }

    .blog-box .blog-content ul li {
        font-size: 16px;
        font-weight: 600;
        color: var(--text-color);
    }

    .blog-box .blog-content ul li:first-child {
        position: relative;
        padding-right: 10px;
    }

    .main-heading {
        font-size: 50px;
        margin: 0px;
    }

    .sub-heading {
        font-size: 45px;
    }

    .child-heading {
        font-size: 24px;
    }

    .couple-box {
        padding: 0;
    }
}

/* ========== max-width: 991px ========== */
@media (max-width: 991px) {

    .hero-section {
        padding-top: 60px;
    }

    .hero-section .hero-img img {
        display: none;
    }

    .hero-section .hero-img::before {
        display: none;
    }

    .attend-btn {
        display: none;
    }

    .hero-slider-box .hero-slider-content h3,
    .hero-slider-box .hero-slider-content h3 span {
        font-size: 85px;
        margin-top: 30px;
        text-align: center;
    }

    .hero-slider-box .hero-slider-content h4 {
        font-size: 38px;
        font-weight: 600;
    }

    .menu {
        display: block !important;
        position: absolute;
        z-index: 111;
    }

    header .navbar-nav {
        display: none;
    }

    .paragraph br {
        display: none;
    }

    .auto-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* ========== max-width: 768px ========== */
@media (max-width: 768px) {

    /* Hero Content Headings */
    .hero-section .hero-main-box .hero-content h2 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    .hero-section .hero-main-box .hero-content h3,
    .hero-section .hero-main-box .hero-content h3 span {
        font-size: 70px;
        font-weight: 600;
        margin-top: 30px;
        text-align: center;
    }

    .hero-section .hero-main-box .hero-content h4 {
        font-size: 35px;
        font-weight: 500;
        margin-top: 25px;
        letter-spacing: 1px;
        text-align: center;
    }

    /* Hero Slider Section Overlay */
    .hero-slider-section .swiper-slide::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), #0000006b);
        z-index: 2;
        overflow: hidden;
    }

    /* Hero Slider Content */
    .hero-slider-box {
        padding: 0;
        position: absolute;
        text-align: center;
        background: transparent;
        border: none;
        backdrop-filter: blur(0px);
    }

    .hero-slider-box .hero-slider-content h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .hero-slider-box .hero-slider-content h3,
    .hero-slider-box .hero-slider-content h3 span {
        font-size: 75px;
        margin-top: 30px;
        text-align: center;
    }

    .hero-slider-box .hero-slider-content h4 {
        font-size: 35px;
        letter-spacing: 0.5px;
        text-align: center;
    }

    .hero-slider-box .hero-slider-content h5,
    .hero-slider-box .hero-slider-content h6 {
        font-size: 40px;
        font-weight: 600;
    }

    /* Hero Wrapper */
    .hero-wrapper {
        padding: 60px 0;
    }

    .hero-wrapper .hero-text-box h2,
    .hero-wrapper .hero-text-box h2 span {
        font-size: 90px;
        letter-spacing: 4px;
        line-height: 1.1;
        text-align: center;
    }

    .text-content h4 {
        text-align: center;
    }

    .story-padding,
    .story-padding-right {
        padding: 0;
    }

    .story-content-item h2,
    .story-content-item h3 {
        text-align: center;
    }

    .story-content {
        margin-top: 30px;
    }

    /* Story Image Circle */
    .story-img-3 {
        position: relative;
        width: 400px;
        height: 400px;
        margin: auto;
    }

    .story-img-3 img {
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .story-img-3::before {
        content: "";
        position: absolute;
        inset: -20px 2px 42px -73px;
        width: 350px;
    }

    .story-img-inner::before {
        inset: 14px 49px -12px !important;
    }

    /* General Typography */
    .main-heading {
        font-size: 45px;
        text-align: center;
    }

    .sub-heading {
        font-size: 38px;
        font-weight: 600;
    }

    .feature-box h3 {
        font-size: 38px;
    }

    .child-heading {
        font-size: 22px;
        font-weight: 600;
    }

    /* Spacing & Visibility Tweaks */
    .section-padding {
        padding: 50px 0;
    }

    .about-padding {
        padding: 0;
    }

    .section-element img,
    .section-element-2 img {
        display: none;
    }

    /* Blog Box */
    .blog-box h3 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.2;
    }

    .footer-padding {
        margin-left: 0px;
    }
    
    .contact-info-box {
        margin-top: 20px;
    }

}

/* ========max-width:425px========= */

@media(max-width:425px) {

    header .navbar-brand img {
        width: 220px;
    }

    .hero-section .hero-main-box .hero-content h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
        margin-top: 10px;
    }

    .hero-section .hero-main-box .hero-content h3 {
        font-size: 50px;
        margin-top: 15px;
        font-weight: 600;
        letter-spacing: 4px;
        text-align: center;
    }

    .hero-section .hero-main-box .hero-content h3 span {
        font-size: 50px;
        font-weight: 600;
        text-align: center;
    }

    .hero-section .hero-main-box .hero-content h4 {
        font-size: 26px;
        margin-top: 20px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;
    }

    .hero-section .hero-main-box .hero-content h5,
    .hero-section .hero-main-box .hero-content h6 {
        font-size: 38px;
        margin-top: 25px;
        font-weight: 600;
        text-align: center;
    }

    .hero-section .hero-main-box .hero-content p {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }

    /* Hero Slider Content */
    .hero-slider-section .swiper-slide {
        position: relative;
        height: 90vh;
    }

    .hero-slider-section {
        height: 90vh;
    }

    .hero-slider-box .hero-slider-content h2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
    }

    .hero-slider-box .hero-slider-content h3,
    .hero-slider-box .hero-slider-content h3 span {
        font-size: 60px;
        margin-top: 30px;
        text-align: center;
    }

    .hero-slider-box .hero-slider-content h4 {
        font-size: 25px;
        font-weight: 600;
    }

    .hero-slider-box .hero-slider-content h5,
    .hero-slider-box .hero-slider-content h6 {
        font-size: 30px;
        font-weight: 600;
        margin-top: 15px;
        letter-spacing: 2px;
        text-align: center;
    }

    /* Hero Wrapper */
    .hero-wrapper .hero-text-box h4 {
        margin-bottom: 0;
    }

    .hero-wrapper .hero-text-box h2 {
        font-size: 45px;
        line-height: 1.2;
    }

    .hero-wrapper .hero-text-box h2 span {
        font-size: 45px;
    }

    .hero-wrapper .hero-text-box h3 {
        font-size: 26px;
    }

    .hero-wrapper .hero-text-box h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .timer-section .timer-box {
        width: 210px;
        height: 210px;
    }

    .timer-section .timer-box span.value {
        font-size: 55px;
    }

    .counter-number {
        font-size: 60px;
    }

    .timer-box-3 span.value {
        font-size: 42px;
        line-height: 1;
    }

    .couple-box .couple-content .couple-icon h2 {
        font-size: 35px;
        font-weight: 600;
        margin: 0;
    }

    .couple-img-3 {
        position: relative;
        width: 340px;
        height: 340px;
    }

    .couple-img-3 img {
        width: 340px;
        height: 340px;
    }

    .couple-img-3::before {
        content: "";
        position: absolute;
        inset: 21px 0px 0px 20px;
        width: 300px;
        height: 300px;
    }

    .story-content .date-card {
        position: absolute;
        top: -31px;
        right: 30px;
        padding: 10px 30px;
    }

    .story-content .date-card-2 {
        position: absolute;
        top: -24px;
        left: 15px;
        padding: 10px 30px;
    }

    .story-img-3 {
        width: 300px;
        height: 300px;
    }

    .story-img-3 img {
        width: 320px;
        height: 320px;
    }

    .story-img-3::before {
        content: "";
        position: absolute;
        inset: -10px 2px 24px -59px;
        width: 277px;
    }

    .flower-img-shape img {
        position: absolute;
        bottom: -30px;
        width: 160px;
        left: 0;
        z-index: 2;
    }

    .guest-tittle h5 {
        font-size: 20px;
        font-weight: 500;
    }

    .our-guest-box-3 {
        position: relative;
        width: 305px;
        height: 305px;
        border-radius: 50%;
        background: transparent;
        overflow: hidden;
        margin: auto;
    }

    .guest-tittle h3 {
        font-size: 35px;
    }

    .blog-box h3 {
        font-size: 28px;
        margin-top: 10px;
    }

    .blog-box .blog-content {
        padding: 10px;
    }

    .blog-box .blog-content ul li {
        font-size: 16px;
        font-weight: 400;
    }

    .blog-box .blog-content .read-more a {
        font-size: 17px;
        text-decoration: none;
    }

    .blog-wrapper .create-post .lab-inner {
        padding: 0px 12px;
    }

    .blog-wrapper .post-content-item .meta-item li {
        font-size: 13px;
        margin-right: 6px;
    }

    .blog-wrapper .post-thumb {
        padding: 0;
    }

    .blog-wrapper .post-content-item h3 a {
        font-size: 30px;
    }

    .main-heading {
        font-size: 35px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .sub-heading {
        font-size: 35px;
        font-weight: 600;
        color: var(--black-color);
    }

    .paragraph {
        font-size: 17px;
        font-weight: 400;
    }

    .rsvp-card {
        padding: 30px 15px;
    }

    label {
        font-size: 14px;
    }

    .rsvp-shape img {
        position: absolute;
        width: 265px;
        height: 100vh;
        object-fit: cover;
        left: -44px;
    }

    .paly-btn img {
        width: 100%;
        height: 45vh;
        object-fit: cover;
        display: block;
    }

    .feature-box h3 {
        font-size: 32px;
    }

    .login-box .login-other {
        display: flex;
        margin-bottom: 30px;
        flex-flow: column;
    }

    .login-box .login-other-sign {
        margin-top: 10px;
    }

    .login-box label,
    .login-box .forget a {
        font-size: 16px;
        margin-bottom: 0;
    }

    .contact-box {
        padding: 20px;
    }

    .footer-padding {
        margin: 0;
    }

    .breadcrumb-wrapper {
        background: #bd6b6b2b;
        min-height: 250px;
    }

    .event-title {
        font-size: 35px;
    }

    .services-box h3 {
        font-size: 36px;
    }

    .contact-detail .details p {
        font-size: 17px;
    }

    .footer-quick-links ul li a {
        font-size: 17px;
    }

    .footer-box img {
        width: 270px;
    }

    .hero-slider-box .hero-slider-content .heading-line img {
        width: 250px;
        position: inherit;
        margin: auto;
    }

}