*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav-item a {
    font-size: 28px;
    font-weight: 275;
    line-height: 54px;
    margin: 0 30px;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
}
a{
    text-decoration: none;
    color: inherit;
}
p{
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    color: rgba(0, 0, 0, 1);
}
img{
    max-width: 100%;
}
h3 a{
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: rgba(0, 0, 0, 1);
}
h3{
    font-size: 36px;
    font-weight: 275;
    line-height: 54px;
    color: rgba(0, 0, 0, 1);
}
h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: rgba(0, 0, 0, 1);
}
footer p a{
    font-size: 32px;
    font-weight: 275;
    line-height: 48px;
    color: rgba(0, 0, 0, 1);
}

.wrapper{
    margin: 0 60px;
}
/* navbar */
.navbar{
    margin: 60px 0;
}
.navbar-brand{
    font-size: 70px;
    font-weight: 500;
    line-height: 105px;
    color: rgba(0, 0, 0, 1);
}
.navbar-collapse{
    justify-content: center;
}
.nav-item a{
    font-size: 36px;
    font-weight: 275;
    line-height: 54px;
    margin: 0 30px;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: rgba(240, 169, 169, 0.72);
    border: 0;
    border-radius: 0;
    text-align: right;
    padding: 30px 20px 20px 60px !important;
    transition: all 0.25s ease-in;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
.dropdown-menu .dropdown-item{
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    line-height: 50px !important;
    color: rgba(255, 255, 255, 1);

}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus{
    color: rgba(240, 169, 169, 0.72);
    transition: all 0.2s ease-in;
}
/* LP-main */
.LP-main .right-main p a{
    font-size: 32px;
    font-style: italic;
    font-weight: 275;
    line-height: 48px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    text-align: right;
}
.LP-main .right-main p a:hover{
    color: rgba(240, 169, 169, 0.72);
    transition: all 0.2s ease-in;
}
.LP-main .right-main p{
    text-align: right;
    margin-bottom: 0;
}

/* images-gallery */
.LP-main .images-gallery img{
    width: 100%;
}

/* Polygon-bottom */
.Polygon-bottom{
    text-align: center;
}
.Polygon-bottom img{
    width: auto;
    margin-bottom: 5px;
}
.Polygon-bottom button{
    background: transparent;
    border: 0;
}

/* footer */
footer{
    background: rgba(185, 159, 176,  0.4);
    padding: 106px 0 46px;
}
.f-main-third h3 a{
    margin-bottom: 55px;
    display: block;
}
.footer-row-bottom h3 a{
    margin-top: 40px;
    display: block;
}
footer img{
    width: auto;
}
footer p{
    margin-bottom: 0;
}
.mobile-footer{
    position: relative;
} 
.mobile-footer .insta-mobile-img{
    position: absolute;
    right: 30px;
    top: 55px;
}

/* neha landing page */
.inner-main-heading {
    position: relative;
    margin-bottom: 85px;
}
.inner-main-heading h3{
    text-align: center;
}
.container-fluid.inner-main-heading::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 1px;
    /* width: 20%; */
    background: url('https://nehak.thinkbar.tech/wp-content/themes/twentytwenty-child/assets/images/LineStrach.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}
.N-main-content span{
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    display: block;
}
.bottom-linked a{
    margin: 60px 0;  
    display: block
}
.bottom-linked h3, .bottom-linked h3 a{
    font-weight: 400;
}



/* image gallery */

/*  */

.container-new img {
    max-width: 100%;
    display: block;
}

.container-new   figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 25px;
    break-inside: avoid;
}

.container-new  figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
}

.container-new  figure a {
    color: black;
    text-decoration: none;
}

.container-new  figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255,255,255,.5);
    padding: .2em .5em;
    justify-self: start;
}

.container-new  {
    column-count: 3;
    column-gap: 25px;
    /* margin-bottom: 40px; */
}
.images-gallery .subtitle-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background: rgba(240, 169, 169, 0.72);
    width: 75%;
    margin: 40px auto;
    display: none;
    transition: all .5s;
}
.images-gallery .subtitle-img p{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}
.images-gallery .container-new figure a{
    position: relative;
}
.images-gallery .container-new figure a:hover .subtitle-img{
    display: flex;
    transition: all 0.5s ease-in-out;
}
.N-content-left img{
    width: 100%;
}


/* news */
.line-strach{
    text-align: center;
    margin: 48px 0 80px;
}
.news-inner .bottom-linked{
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
}


/* process */
.process-inner-img-content{
   margin: 150px 0;
}

/* The Clay Way */
body.page-template-template-theclayway .process-inner-img-content{
    margin: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.page-template-template-theclayway .inner-img-main {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 50px;
}
div#loom-companion-mv3{
	display:none;
}
.page-template-template-neha .N-content-left img{
    height: 100%;
    object-fit: cover;
}
.page-template-template-neha .N-main-content .bottom-linked{
	margin-top: 60px;
}
.page-template-template-news .N-content-left img{
	height: 100%;
}
/*  */
section.content-area.category-template header{
  margin-bottom:50px;
}
section.content-area.category-template .archive-posts div.myart {
    display: flex;
    width: 100%;
    gap: 10px;
  margin-bottom:20px;
}
section.content-area.category-template .archive-posts div.myart .info{
  width:100%;
}
section.content-area.category-template .archive-posts div.myart img {
    width: 100%;
    height: 300px;
    max-width: 300px;
object-fit: cover;
}

/* Pagination container */
.pagination {
    margin: 20px;
    text-align: center;
  justify-content:center;
}

/* Pagination links */
.pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
}

/* Current page link */
.pagination .page-numbers.current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* Previous and Next links */
.pagination .prev,
.pagination .next {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
}

/* Disabled state for Previous and Next links */
.pagination .prev.disabled,
.pagination .next.disabled {
    color: #999;
    border-color: #ccc;
    background-color: #f0f0f0;
    cursor: default;
}

/* Hover state */
.pagination .page-numbers:hover,
.pagination .prev:hover,
.pagination .next:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
/*  */
.wpcf7-form label {
    display: block;
}
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form textarea {
    color: #1f252b;
    width: 100%;
    padding: 5px 16px;
    border-radius: 0;
    border: 1px solid black;
}
.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid black;
    outline-offset: 0;
}
.wpcf7-form input[type="submit"] {
    background-color: black;
    border: 0;
    color: #fff;
    border-radius: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    width: auto;
    padding:10px 40px;
    letter-spacing: 2px;
    font-size: 14px;
}
.wpcf7-form input[type="submit"]:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
}
.wpcf7-textarea {
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.container-fluid.N-main-content.contact .Process-inner-content {
    width: 80%;
    margin: 0px auto;
    padding: 50px 50px;
/*     background: #b99fb066; */
    margin-bottom: 50px;
}
.container-fluid.N-main-content.contact .Process-inner-content p {
    margin-bottom: 10px;
      text-align: center;
}

/*  */
.post-meta-wrapper.post-meta-single.post-meta-single-top ul.post-meta {
    list-style-type: none;
}
.featured-media-inner.section-inner{
  text-align:left;
}

.imgcat-filter.active {
    color: rgba(240, 169, 169, 0.72) !important;
}
.single-myart .post-inner.thin ,
.single-portfolio .post-inner.thin{
    text-align: left;
}
.single-myart .entry-categories-inner ,
.single-portfolio .entry-categories-inner{
    text-align: left;
}
.single-myart .post-date.meta-wrapper ,
.single-portfolio .post-date.meta-wrapper  {
    display: none;
}
.single-myart .entry-title ,
.single-portfolio .entry-title{
    font-size: 30px;
    margin: 20px 0px;
    text-align: left;
    font-weight: 275;
    font-family:"Poppins", sans-serif;
}

/* Default styling when there is an article or no specific layout */
.single-myart .image-posts ,
.single-portfolio .image-posts {
    display: block; /* No grid layout by default */
}

/* Apply grid only when .image-posts contains a figure */
.single-myart .image-posts:has(> figure) ,
.single-portfolio .image-posts:has(> figure) {
    column-count: 3;
}
.single-myart .image-posts.single-post-gallery figure ,
.single-portfolio .image-posts.single-post-gallery figure{
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 25px;
    break-inside: avoid
}
.single-myart .image-posts.single-post-gallery figure a ,
.single-portfolio .image-posts.single-post-gallery figure a{
    position: relative;
    color: black;
    text-decoration: none;
}
.single-myart .image-posts.single-post-gallery figure img ,
.single-portfolio .image-posts.single-post-gallery figure img  {
    /*width: 100%;*/
    display: block;
    max-width: 100%;
}
.single-myart .image-posts.single-post-gallery .subtitle-img ,
.single-portfolio .image-posts.single-post-gallery .subtitle-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background: rgba(240, 169, 169, 0.72);
    width: 75%;
    margin: 25px auto;
    display: none;
    transition: all .5s;
}

.single-myart .image-posts.single-post-gallery .subtitle-img p ,
.single-portfolio .image-posts.single-post-gallery .subtitle-img p{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.single-myart .image-posts.single-post-gallery figure a:hover .subtitle-img ,
.single-portfolio .image-posts.single-post-gallery figure a:hover .subtitle-img {
    display: flex;
    transition: all 0.5s ease-in-out;
}

/*
 ------------------------------------------------------------
|                                                            |
|           CSS Update 19 dec 2024                           |         
|                                                            |
 ------------------------------------------------------------
*/
@media (max-width:767px){
    .navbar .navbar-brand{
        font-size: 48px;
        font-weight: 400;
    }
}
.navbar .navbar-brand{
    font-size: 42px;
    font-weight: 400;
}
@media (min-width:1200px){
    body.single-myart .myart-single .portfolio-sidebar , 
	 body.single-portfolio .myart-single .portfolio-sidebar {
/*         margin-top: -10rem; */
    }
}

@media (min-width:1500px){
    body.single-myart .inner-main-heading , 
	 body.single-portfolio .inner-main-heading {
        margin-bottom: 150px;
    }
    body.single-myart #portfolio-navigation ,
	 body.single-portfolio #portfolio-navigation {
        font-size:36px;
        font-weight:275;
        line-height:24px;
    } 
    body.single-myart .inner-main-heading h3 ,
	body.single-portfolio .inner-main-heading h3  {
        font-size: 36px;
        line-height: 54px;
        font-weight: 275;
        font-family: "Poppins", sans-serif;
    }
     .navbar .navbar-brand{
        font-size: 70px;
        font-weight: 500;
    }
    body.single-myart .myart-single #portfolio-description ,
	 body.single-portfolio .myart-single #portfolio-description {
        margin-top: 60px;
    }
    body.single-myart .myart-single .portfolio-sidebar , 
	body.single-portfolio .myart-single .portfolio-sidebar {
/*         margin-top: -13rem; */
    }
}

body.single-myart .right-main ,
body.single-portfolio .right-main{
    align-items: flex-end;
}

body.single-myart .LP-main ,
body.single-portfolio .LP-main {
    margin-bottom: 50px;
}

body.single-myart .portfolio-image-sidebar ,
body.single-portfolio .portfolio-image-sidebar{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

body.single-myart .portfolio-title-image img ,
body.single-portfolio .portfolio-title-image img {
    width: auto;
    max-width: 100%;
}
/* body.single-myart .portfolio-image ,body.single-portfolio .portfolio-image  {
    flex:2;
} */

body.single-myart #portfolio-navigation ,
body.single-portfolio #portfolio-navigation {
    margin: 150px 0;
}
body.single-myart #portfolio-description ,
body.single-portfolio #portfolio-description {
    margin-top: 40px;
}
body.single-myart p , body.single-portfolio p{
    font-family: "Poppins", sans-serif;
    line-height: 50px;
}
body.single-myart #portfolio-navigation  , body.single-portfolio #portfolio-navigation  {
    font-size: 24px;
    font-weight: 275;
    line-height: 24px;
}

/* 26-12-24 */

nav.navbar.navbar-expand-lg {
    align-items: center;
}

.page-template-template-neha .row {
    gap: 20px;
}

.single-myart .portfolio-image ,
.single-portfolio .portfolio-image {
    display: flex;
    flex-wrap: wrap;
}

.single-myart .portfolio-image .images-gallery ,
.single-portfolio .portfolio-image .images-gallery {
    width: 75%;
}

.single-myart .portfolio-sidebar.right-main  ,
.single-portfolio .portfolio-sidebar.right-main  {
    width: 25%;
}

#back-to-top {
    position: relative;
    bottom: 3px;
    display: flex;
    justify-content: center;
}

#back-to-top .triangle {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 70px solid #B99FB0;
    position: relative;
}

#back-to-top .triangle::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: black;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.row.process-inner-img-content img {
    width: 100%;
}

.row.process-inner-img-content {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.row.process-inner-img-content .col-md-4.p-content-right {
    padding: 0;
}

.single-myart .current-post-content img  ,
.single-portfolio .current-post-content img  {
    width: -webkit-fill-available;
}

.single-myart div#back-to-top ,
.single-portfolio div#back-to-top  {
    display: none;
}