@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@300;400;700&display=swap');

/* General Styles */
.ad{
    display: none;
}
.pinterest-posts > span {
    min-width: 1360px !important; 
}
        .wedding-hub-container {
            margin: 0 auto;
            font-family: 'Playfair Display', serif;
        }

        .wedding-hub-container header{
            position: static;
        }
        .wedding-hub-container .page-heading-1, .wedding-hub-container .page-heading-2, .wedding-hub-container .page-heading-4, .wedding-hub-container p{
            margin: 0;
            font-family: 'Playfair Display', serif ;
        }
            .wedding-hub-container .page-heading-2 {
                font-size: 36px;
            }
        
        .wedding-hub-container .title a, 
        .wedding-hub-container .banner-content a:not(.page-heading-1), 
        .wedding-hub-container .title span, 
        .wedding-hub-container .banner-content span{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0;
            text-align: center;
        }
        .wedding-hub-container .pinterest .page-heading-2{
            font-weight: 500;
        }

        .wedding-hub-container .page-heading-1{
            font-weight: 500 ;
            font-style: normal ;
            font-size: 48px ;
            line-height: 120% ;
            letter-spacing: -0.02em ;
        }
        
        .wedding-hub-container .center-content {
            /* padding: 0 280px; */
            max-width: 1360px;
            margin: auto;
        }

        /* Header Section */
        .wedding-hub-container .ad {
            background-color: #f0f0f0;
            text-align: center;
            padding: 20px 0;
        }
        .wedding-hub-container .ad .page-heading-2, .wedding-hub-container .ad .page-heading-2 a {
            font-size: 14px ;
            color: #333 ;
            margin: 0 ;
        }

        .wedding-hub-container.power-list-container .blog-post-header p.name-sec{
            margin-bottom: 7px !important;
        }
        .wedding-hub-container.power-list-container .blog-post-header .arth-name p{
            font-family: 'Poppins', sans-serif;
        }
        .wedding-hub-container.power-list-container .power-text-box p{
            font-family: 'Tinos', serif;
        }

        /* Main Content Section */
        .wedding-hub-container .header {
            position: relative;
            /* overflow: hidden; */
        }
        .wedding-hub-container .header{
            width: 100%;
            height: 850px;
            background: url(./images/header-bg.jpg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            opacity: 1;
            /* position: absolute; */
            /* top: 695px; */
            left: 0px;
            /* overflow: hidden; */
            /* margin-bottom: 525px; */
         }
        .wedding-hub-container .header .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 96px;
            text-transform: uppercase;
            font-weight: 500;
        }
        .wedding-hub-container .header .breadcrumb {
            font-family: 'Poppins', sans-serif;
            position: absolute;
            top: 10px;
            left: 10%;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 500;
            display: flex;
            gap: 7px;
            margin-left: 0px;
        }

        /* Grid Section */
        .wedding-hub-container .header-main {
            position: relative;
            top: -100px;
            left: 0;
            gap: 10px;
            z-index: 1;
            margin-bottom: -100px;
        }
        .wedding-hub-container .header-main img {
            width: 100%;
            height: auto;
            border: 15px solid #fff;
        }

        /* Footer Section */
        .wedding-hub-container .title {
            text-align: center;
            padding: 20px 0px;
        }
        .wedding-hub-container .title .page-heading-1 {
            margin-bottom: 20px ;
            margin-top: 10px;
        }
        .wedding-hub-container header .author div:hover, .wedding-hub-container header .author p:hover{
            text-decoration: underline;
        }
        .wedding-hub-container header .uppercase a:hover{
            text-decoration: underline;
        }
        .wedding-hub-container .uppercase{
            text-transform: uppercase;
        }
        .wedding-hub-container a{
            text-decoration: none;
            color: inherit;
        }
        .wedding-hub-container a:hover{
            text-decoration: none;
            color: inherit;
        }
        .wedding-hub-container .author{
            font-family: 'Poppins', sans-serif;
            display: flex;
            gap: 10px;
            flex-direction: column;
            justify-content: space-between;
            font-weight: 500;
            line-height: 100%;
        }
        .wedding-hub-container .post-duration{
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
        }

        /* Banner CSS */
        
        .wedding-hub-container .banner-1 {
            display: grid;
            grid-template-columns: 5fr 3fr;
            background-color: #B1A091;
            position: relative;
            margin-top: 72px;
            height: 900px;
        }
        .wedding-hub-container .banner-image{
            overflow: hidden;
        }
        .wedding-hub-container .banner-image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 20%;
        }
        .wedding-hub-container .banner-content{
            color: #FFFFFF;
            padding: 100px 60px;
            max-width: 415px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .wedding-hub-container .banner-content p{
            text-align: left;
        }
        .wedding-hub-container .banner-content .bottom p{
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 120%;
        }
        .wedding-hub-container .banner-content .page-heading-1{
            margin-bottom: 30px;
            margin-top: 7px;
        }
        .wedding-hub-container .banner-content .bottom{
            max-width: 200px;
            margin-top: 20px;
        }
        .wedding-hub-container .sponsored{
            position: static !important;
        }
        .wedding-hub-container .banner-right .sponsored:after{
            top: 0 !important;
        }
        .wedding-hub-container .banner-flag {
            position: absolute;
            background-color: #FFEE00;
            padding: 10px;
            left: 35px;
            bottom: 0;
            width: 170px;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            line-height: 120%;
            letter-spacing: 0em;
        }
        .wedding-hub-container .banner-flag .page-heading-4{
            font-weight: 700 ;
        }
        .wedding-hub-container .banner-flag p{
            font-weight: 400;
        }
        


        /* Post section */
        .wedding-hub-container .big-post, .wedding-hub-container .small-post{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
        }
        .wedding-hub-container .view-all{
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 20px;
            line-height: 1;
            letter-spacing: 0;
            margin-bottom: 5px;
            
        }
        .wedding-hub-container .view-all:hover{
            text-decoration: none !important;
        }
        
        .wedding-hub-container .big-post .post-preview-img-link{
            width: 100%;
            max-width: 650px;
            aspect-ratio: 1 / 1;
        }
        .wedding-hub-container .small-post{
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 50px;
            padding: 40px 0px;
        }
        .wedding-hub-container .post-section{
            margin: 140px auto;
            position: relative;
        }
        .wedding-hub-container .post-section .page-heading-1{
            font-size: 64px ;
        }
        .wedding-hub-container .post-section .banner-flag{
            bottom: 50%;
        }
        
        .wedding-hub-container .post-section-title{
            display: flex;
            justify-content: space-between;
            gap: 60px;
            border-top: 1px solid #000000;
            margin: 40px 0px;
            align-items: end;
            padding-top: 31px;
            margin-bottom: 76px;
        }
        .wedding-hub-container .big-card-image{
            position: relative;
        }
        /* .wedding-hub-container .sponsored {
            position: absolute;
            top: 0;
            
        } */
        /* .wedding-hub-container .sponsored:after{
            background: #444444;
            padding: 5px;
            color: #ffffff;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 12px;
            line-height: 1;
            letter-spacing: 0;
            border-radius: unset;
        } */
        .wedding-hub-container .spotlight {
            position: absolute;
            top: 25px;
            left: 35%;
            color: #FFFFFF;
            border-bottom: 3px solid #ffffff;
            padding-bottom: 3px;
        }
        .wedding-hub-container .spotlight span{
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 22px;
            line-height: 1;
            letter-spacing: 0.2em;
            text-align: center;
            text-transform: uppercase;
        }
        .wedding-hub-container .small-card .post-preview-img-link{
            width: 100%;
            aspect-ratio: 1 / 1;
            min-width: 120px;
        }
        .wedding-hub-container .small-card img, .wedding-hub-container .big-card img{
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover;
        }
        .wedding-hub-container .small-card .post-preview-img-link{
            max-height: 650px;
        }
        .wedding-hub-container .post-preview-info{
            display: flex;
            flex-direction: column;
            text-align: left;
          
        }
        .wedding-hub-container .post-preview-info p{
            display: block;
        }
        .wedding-hub-container .post-preview-info .page-heading-2, .wedding-hub-container .post-preview-info .page-heading-2 a{
            font-weight: 500 ;
            font-style: normal ;
            font-size: 32px ;
            line-height: 120%;
            letter-spacing: -0.02em;
            font-family: 'Playfair Display', serif;
            margin: 7px 0px 10px 0px;
        }
        .wedding-hub-container .post-preview-info a,
        .wedding-hub-container .post-preview-info span{
            font-family: 'Poppins', sans-serif ;
            font-weight: 500;
            font-style: normal;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0;
        }

        .wedding-hub-container .pinterest img{
            width: 100%;
            height: 100%;
        }
        .wedding-hub-container .pinterest .post-section-title{
            display: block;
            text-align: center;
        }

        /* Pinterest section */
        .pinterest-logo{
            max-width: 150px;
            height: auto;
            margin: 50px 0px;
        }
        .pinterest-posts{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin: 50px 0px;
        }
        .wedding-hub-container .post-preview-info .page-heading-3, .wedding-hub-container .post-preview-info .page-heading-3 a {
            font-size: 20px;
        }
        .wedding-hub-container .pinterest-posts .post-preview-info a{
            font-weight: unset;
        }
        .wedding-hub-container .post-preview-info .page-heading-3 a,
        .post-description {
            display: -webkit-box;           
            -webkit-box-orient: vertical;   
            overflow: hidden;               
            text-overflow: ellipsis;       
            -webkit-line-clamp: 2;          
            line-clamp: 2;                 
        }
        .wedding-hub-container .pinterest-posts .post-preview-img-link {
            border-radius: 15px;
            overflow: hidden;
        }
        

@media (max-width: 1600px) {
    .wedding-hub-container .banner-1{
        margin-top: 52px;
    }
    .wedding-hub-container .post-section .banner-flag {
        bottom: 57.2%;
    }
    .wedding-hub-container .post-section .page-heading-1{
        font-size: 48px ;
    }
    .wedding-hub-container .view-all {
        font-size: 16px;
        white-space: nowrap;
    }
    .wedding-hub-container .post-preview-info .page-heading-2, .wedding-hub-container .post-preview-info .page-heading-2 a{
        font-size: 28px ;
    }
}
@media (max-width: 1024px) {
    .wedding-hub-container .center-content {
        padding: 0 35px;
    }
    .wedding-hub-container .header .overlay{
        font-size: 48px;
    }
    .wedding-hub-container .header-main{
        top: -50px;
        margin-bottom: -50px;
    }
    .wedding-hub-container .header {
        /* margin-bottom: 390px; */
        height: 400px;
    }
}
@media (max-width: 768px) {
    .wedding-hub-container .page-heading-1, .wedding-hub-container .banner-content a.page-heading-1{
        font-size: 32px ;
    }
    .wedding-hub-container .post-section {
        margin: 63px auto;
    }
    .wedding-hub-container .header {
        background-position: 83% center;
    }
    .wedding-hub-container .title .author{
        gap: 7px;
    }
    .wedding-hub-container .title p:not(.page-heading-1), .wedding-hub-container .banner-content p, .wedding-hub-container .banner-content a:not(.page-heading-1), .wedding-hub-container .banner-content span{
        font-size: 12px;
    }
    .wedding-hub-container .banner-1{
        margin-top: 40px;
        display: block;
    }
    .wedding-hub-container .banner-1 .banner-image{
        height: 500px;
    }
    .wedding-hub-container .banner-image img{
        object-position: center;
    }
    .wedding-hub-container .banner-flag{
        display: none;
    }
    .wedding-hub-container .banner-content p {
    text-align: center;
    }
    .wedding-hub-container .banner-content{
        margin: auto;
        text-align: center;
        padding: 35px;
        height: 400px;
    }
    .wedding-hub-container .banner-content .bottom {
        max-width: 150px;
        margin: 0 auto;
    }
    .wedding-hub-container .banner-content .bottom p{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }
    .wedding-hub-container .post-section .page-heading-1 {
        font-size: 40px;
        text-align: left;
    }
    .wedding-hub-container .post-section-title{
        gap: 31px;
        margin-bottom: 40px;
    }
    .wedding-hub-container .big-post, .wedding-hub-container .small-post{
        grid-template-columns: 1fr;
    }
    .wedding-hub-container .big-card .post-preview-info{
        text-align: center;
    }
    .wedding-hub-container .big-card .author{
        gap: 7px;
    }
    .wedding-hub-container .small-post .author{
        gap: 5px;
    }
    .wedding-hub-container .small-post .post-preview-info{
        padding: 0;
    }
    .wedding-hub-container .small-post{
        gap: 50px;
        padding: 60px 0px 30px 0px;
    }
    .wedding-hub-container .small-card{
        display: flex;
        gap: 30px;
    }
    .wedding-hub-container .post-preview-info a, .wedding-hub-container .post-preview-info p, .wedding-hub-container .post-preview-info span{
        font-size: 12px;
    }
    .wedding-hub-container .page-heading-2{
        font-size: 20px;
    }
    .wedding-hub-container .pinterest .page-heading-2{
        padding: 0px 50px;
    }
    .wedding-hub-container .small-card .post-preview-info .page-heading-2, .wedding-hub-container .small-card .post-preview-info .page-heading-2 a {
        font-size: 20px ;
    }
    
    .wedding-hub-container .title a, .wedding-hub-container .banner-content a:not(.page-heading-1), .wedding-hub-container .title span, .wedding-hub-container .banner-content span{
        font-size: 12px;
    }
    .pinterest-posts {
        grid-template-columns: repeat(2, 1fr);
    }
    .wedding-hub-container .post-preview-info .page-heading-3, .wedding-hub-container .post-preview-info .page-heading-3 a {
        font-size: 14px;
    }
    .wedding-hub-container .small-card .post-preview-img-link{
        width: 120px;
    }
    
}
@media (max-width: 576px) {
    .wedding-hub-container .ad{
        height: 600px;
    }
}
@media (max-width: 375px){
    .wedding-hub-container .post-preview-info .page-heading-2, .wedding-hub-container .post-preview-info .page-heading-2 a {
        font-size: 20px ;
    }
    .wedding-hub-container .small-card .post-preview-info .page-heading-2, .wedding-hub-container .small-card .post-preview-info .page-heading-2 a {
        font-size: 20px ;
    }
}
