:root {
    --primary-color: #FF3063;
    --secondary-color: #121410;
    --tertiary-color: #161616;
    --quaternary-color: #FFFFFF;
    --quinary-color: #21C712;
    --senary-color: #000000;
    --font-primary: 'Fraunces', sans-serif;
    --font-secondary:'Figtree', sans-serif;
    --font-tertiary: 'Montserrat', sans-serif;
}

.blogcontainer {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
}

/* ===========================
   HERO SECTION
=========================== */

.blog-hero {
    position: relative;
    padding: 100px 0 0px;
    background-size: cover;
    margin-top: -100px;
    background-position: top center;
    background-image: url('../images/blog/blog-hero-bg.png');
/* 	background-image: var(--desktop-bg); */
}

.hero-blog-content-top {
    padding-top: 150px;
}


.blog-hero .blogcontainer {
    position: relative;
    z-index: 2;
}

.blogHeroSlider {
    margin-top: 143px;
}

.subheading {
    display: block;
    text-align: center;
    font-family: var(--font-tertiary);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.blog-hero h1 {
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 62px;
    line-height: 114%;
}

.blog-hero h1 span {
    color: #ff3063;
}

.blog-hero p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    color: #121410;
    font-family: var(--font-secondary);
}

/* ===========================
   SEARCH BAR
=========================== */

.search-wrapper {
    position: relative;
    max-width: 708px;
    margin: 45px auto 0;
}

.search-wrapper input {
    width: 100%;
    height: 68px;
    border: 1px solid #DFDFDF;
    border-radius: 60px;
    background: var(--quaternary-color);
    padding: 0 90px 0 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.search-wrapper input:focus {
    outline: none;
}

.search-wrapper button {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #FF7BA2;
    color: var(--quaternary-color);
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 11px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-shadow {
    width: 463px;
    height: 32px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    background: rgba(0, 0, 0, .14);
    filter: blur(60px);
}

.hero-blog-card {
    padding-bottom: 50px;
}

.hero-blog-image {
    position: relative;
    margin-bottom: 39px;
}

.hero-blog-image img {
    border-radius: 26px;
    width: 100%;
	height:500px;
    object-fit:cover;
}

.hero-blog-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

}

.hero-blog-content h2 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-style: Regular;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    max-width: 799px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-blog-meta {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.blog-hero-right {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.hero-blog-content .know-more-btn {
    width: 178px;
    border-radius: 9999px;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 18px;
    border-top: 1px solid #FF3063;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--senary-color);
    display: flex;
    justify-content: center;

}

.blog-category {
    position: absolute;
    left: 20px;
    gap: 10px;
    bottom: 30px;
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 22px;
    padding-bottom: 12px;
    padding-left: 22px;
    background: #00000024;
    color: var(--quaternary-color);
    backdrop-filter: blur(14px);
    font-family: var(--font-secondary);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;


}

/* ===========================
   FILTER TABS
=========================== */

.blog-filter {
    padding: 25px 0 50px;
}

.tabs-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 63px;
}

.tab-link {
    border: none;
    background: #F9F9F9;
    padding: 16px 24px;
    cursor: pointer;
    min-width: 80px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    border-radius: 999px;
    font-family: Figtree;
	text-transform: capitalize;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 128%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: var(--senary-color);
}

.tab-link.active {
    background: #FF3063;
    color: #FFFCFD;
    border: 1px solid #FF3063;
}

/* ===========================
   BLOG GRID
=========================== */

.blog-grid-section {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.blog-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.blog-card-new {
    background: var(--quaternary-color);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 2.31px 18.02px 0px #0000000D;
    transition: .35s;
}

.blog-card-new .blog-content h3 a,
.post-content h3 {
      font-family: var(--font-primary);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 126%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: var(--senary-color);

}

.blog-card:hover {
    transform: translateY(-8px);
}

.blog-image {
    position: relative;
}

.blog-grid-new .blog-image {
    height: 255px;
    object-fit: cover;
}

.blog-grid-new .blog-image img,
.post-image img {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.card-category {
    position: absolute;
    left: 13px;
    bottom: 13px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, .15);
    backdrop-filter: blur(13px);
    border-radius: 92px;
    color: var(--quaternary-color);
    font-family: var(--font-secondary);
    font-style: Medium;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;

}

.blog-body {
    padding: 20px 15px 15px;
}

.card-footer {
    margin-top: 20px;
    border-top: .58px solid #D9D9D9;
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-footer span {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-style: Regular;
    font-size: 11.05px;
    leading-trim: CAP_HEIGHT;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: bottom;

}

.card-footer a {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #FF7BA2;
    color: var(--quaternary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* ===========================
   PAGINATION
=========================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 70px;
}

/* .pagination a {
    color: var(--senary-color);
    font-size: 16px;
} */

.pagination .page-numbers.current {
    color: #FF3063;
    font-size: 22px;
}

.pagination .page-numbers {
  width: 52px;
    height: 36px;
    background: transparent;
    border-radius: 999px;
    cursor: pointer;
    border: 0px;
    font-family: "Figtree";
    font-weight: 400;
    font-style: Regular;
    text-decoration: none;
    font-size: 22px;
    display: flex;
    line-height: 140%;
    align-items: center;
    justify-content: center;
    letter-spacing: 0%;
    color: #06040A;

}

.pagination .page-numbers.current {
    color: #FF3063;
    text-decoration: underline;
}

.pagination .prev {
    border: 1px solid #E1E1E1;
}

.pagination .next {
    border: 1px solid #FF7BA2;
}

/* ===========================
   BACKGROUND BLURS
=========================== */

.blur-left {
    position: absolute;
    width: 680px;
    height: 680px;
    left: 88px;
    bottom: 50px;
    border-radius: 50%;
    opacity: .4;
    background: radial-gradient(circle, #FF7BA2 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(300px);
}

.blur-right {
    position: absolute;
    width: 525px;
    height: 525px;
    right: 0;
    bottom: 20px;
    border-radius: 50%;
    opacity: .48;
    background: radial-gradient(circle, #FF7BA2 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(300px);
}

.blur-center {
    position: absolute;
    width: 860px;
    height: 860px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(255, 255, 255, .95) 0%,
            rgba(255, 255, 255, 0) 100%);
    filter: blur(140px);
}

section.menu-tabs {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
    background-size: cover;
    background-position: center center !important;
    background-image: url(https://imgpanda.com/upload/ib/ublu6Lw9AL.jpg);
}

.inner-container {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.tabs-container {
    width: 100%;
    margin: 0 auto;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-inner {
    animation: anime-animation 1.2s ease-out forwards;
}

@keyframes anime-animation {
    0% {
        opacity: 0;
        transform: rotateX(-40deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0);
    }
}

.tabs-menu .tab-link i {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
    font-size: 30px;
}

/* ============= Tabs Content ============== */
.tab-content .tab-inner--row {
    display: flex;
    flex-wrap: wrap;
}

.tab-content .tab-inner--row .tab-column {
    flex: 0 0 auto;
    width: 50%;
}

.tab-column ul {
    margin: 0;
    padding: 0px 20px;
    list-style-type: none;
}

.tab-column ul li {
    column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: all .5s cubic-bezier(.61, 1, .88, 1);
    transition: all .5s cubic-bezier(.61, 1, .88, 1);
    cursor: pointer;
}

.tab-column ul li:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.tab-column ul li img {
    border-radius: 50%;
}

.tab-column ul li .column-detail {
    width: 100%;
}

.tab-column ul li .column-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

.column-header span.column-heading {
    color: #383632;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
}

.column-header .column-divider {
    flex-grow: 1;
    margin: 0px 20px;
    border-top: 1px dashed #c7c2bf;
}

.column-header .column-price {
    color: #383632;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
}

.tab-column ul li p.column-desc {
    margin: 0px;
    color: #8d8987;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
}



.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* Blog Detail page */


.blog-detail{
    position:relative;
    overflow:hidden;
    padding:120px 20px 100px;
}

.top-ellipse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}

.top-ellipse img{
    width:100%;
    object-fit:cover;
}

.blog-header{
    text-align:center;
    margin-bottom:60px;
}

.blog-detail-date{
    font-family:var(--font-tertiary);
    font-weight:700;
    font-size:18px;
    line-height:100%;
    text-transform:uppercase;
    margin-bottom:35px;
}

.blog-title{
    max-width:850px;
    margin:auto;
    font-family:'Fraunces';
    font-weight:600;
    font-size:62px;
    line-height:114%;
    margin-bottom:35px;
}

.blog-detail-category{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:37px;
    padding:12px 22px;
    border-radius:100px;
    background:#F1F1F1;
text-transform:capitalize;
    font-family:var(--font-secondary);
    font-size:14px;
}

.blog-featured-image {
    max-width: 1181px;
    margin: 0 auto 107px auto;
}

.blog-featured-image img{
    width:100%;
    height:525px;
    object-fit:cover;
    border-radius:16px;
}

.blog-detail-content{
    max-width:980px;
    margin:auto;
}

.blog-detail-content p{
    font-family:var(--font-secondary);
    font-weight:400;
    font-size:18px;
    line-height:134%;
    margin-bottom:28px;
    color:var(--senary-color);
}

.blog-detail-content h2{
    font-family:var(--font-primary);
    font-weight:400;
    font-size:30px;
    line-height:100%;
    text-transform:capitalize;
    margin:50px 0 24px;
}

/* ==========================
   RELATED POSTS
========================== */

.related-posts{
    padding:80px 0 120px;
    background-image: url("../images/blog-detail/related-post-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.postscontainer{
    max-width: 1194px;
    margin: 0 auto;
    padding: 0 20px;;
}
.related-title{
    text-align:center;
    margin-bottom:60px;

    font-family:'Fraunces';
    font-weight:600;
    font-size:48px;
    line-height:114%;
}

.related-title span{
    color:#ff7fa6;
}

.swiper{
    padding-bottom:60px;
}

.post-card{
    background:var(--quaternary-color);
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.post-image{
    position:relative;
}

.post-image img{
    height:230px;
    object-fit:cover;
    width: 100%;
}

.post-category{
    position:absolute;
    bottom:15px;
    left:15px;

    background:rgba(0,0,0,.45);
    color:var(--quaternary-color);

    padding:8px 14px;
    border-radius:30px;

    font-size:11px;
    font-family:'Montserrat';
}

.post-content{
    padding:23px 21px 32px;
}

/* .post-content h3{
    font-family:'Fraunces';
    font-size:28px;
    font-weight:400;
    line-height:120%;
    margin-bottom:25px;
} */

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
}
.post-footer span {
    font-size: 11px;
    color: var(--senary-color);
    font-family: var(--font-secondary);
    opacity: 48%;
}
.post-footer a{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#ff7fa6;
    color:#fff;
    text-decoration:none;

    display:flex;
    align-items:center;
    justify-content:center;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fe7fa6;
}

.swiper-pagination{
    position:relative !important;
    margin-top:40px;
}
/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:991px) {

    .blog-hero {
        padding: 80px 0 50px;
    }

    .blog-hero h1 {
        font-size: 42px;
    }

    .featured-image img {
        height: 420px;
    }

    .featured-content h2 {
        font-size: 28px;
    }

    .blog-grid-new {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-blog-card {
        padding-bottom: 0px;
    }

    .hero-blog-content h2 {
        font-size: 25px;
    }

    section.menu-tabs {
        padding-top: 70px;
    }

}

@media(max-width:767px) {
    .blog-hero {
        background-image: url(../images/blog/blog-bg-mobile.png);
/* 		background-image: var(--mobile-bg); */
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 0px;
    }

    .hero-blog-content-top {
        padding-top: 100px;
    }

    .subheading,
    .blog-hero p {
        font-size: 16px;
    }

    .blog-hero h1 {
        font-size: 32px;
    }

    .search-wrapper {
        margin-top: 26px;
    }

    .search-wrapper input {

        padding-left: 25px;
    }

    .blogHeroSlider {
        margin-top: 32px;
    }

    .hero-blog-content {
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }

    .blog-hero-right {
        justify-content: center;
        align-items: center;
    }

    .hero-blog-content h2 {
        font-size: 18px;
        margin-bottom: 24px;
        ;
    }
.hero-blog-image{
    margin-bottom: 22px;
}
    .hero-blog-image img {

        width: 100%;
		height:300px;
		object-fit:cover;
    }

    section.menu-tabs {
        padding-top: 0px;
    }

    .tab-link {
        font-size: 14px;
        padding: 10px 22px;
    }

    .featured-image img {
        height: 280px;
    }

    .featured-content h2 {
        font-size: 24px;
    }

    .blog-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 9px
    }

    .blog-grid-new .blog-image {
        height: 130px;
    }

    .card-category {
        font-size: 10px;
    }

    .blog-card-new .blog-content h3 a{
        font-size: 14px;
        margin-bottom: 0px;
    }

    .tabs {
        gap: 8px;
    }

    .tab-btn {
        padding: 12px 18px;
    }

    .pagination {
        gap: 12px;
        flex-wrap: wrap;
    }

    /* blog detail */

    .blog-header{
        padding: 0px 20px;
    }
    .blog-detail-date,
    .blog-detail-content p{
        font-size: 16px;;
    }
    .blog-title{
        font-size: 32px;;
    }
    .blog-featured-image{
        padding: 0 20px;
    }
    .blog-featured-image img{
        height: 290px;
    }
    .blog-featured-image{
        margin: 0 auto 40px auto;
    }
    .blog-detail-content{
        padding: 0 20px;;
    }
    .blog-detail{
        padding-bottom: 0px;
    }
    .related-title{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .post-image img{
        height: 180px;
    }
    .postscontainer{
        padding: 0 20px;;
    }
    .post-content h3{
        display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
}

