/* Start custom CSS for html, class: .elementor-element-8b622fd *//*==========================
PORTFOLIO HERO
==========================*/

.portfolio-hero{

    position:relative;

    padding:170px 20px 120px;

    background:#0b0b0b;

    overflow:hidden;

    text-align:center;

}

.portfolio-hero .container{

    max-width:900px;

    margin:auto;

    position:relative;

    z-index:2;

}

.portfolio-subtitle{

    display:inline-block;

    color:#D4AF37;

    border:1px solid rgba(212,175,55,.35);

    padding:10px 24px;

    border-radius:50px;

    letter-spacing:3px;

    font-size:13px;

    text-transform:uppercase;

    margin-bottom:30px;

}

.portfolio-hero h1{

    color:#ffffff;

    font-size:72px;

    line-height:1.1;

    font-weight:700;

    margin-bottom:28px;

}

.portfolio-hero h1 span{

    color:#D4AF37;

}

.portfolio-hero p{

    color:#bdbdbd;

    font-size:20px;

    line-height:1.9;

    max-width:760px;

    margin:auto;

}

/*==========================
BACKGROUND GLOW
==========================*/

.hero-glow{

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    filter:blur(140px);

    opacity:.16;

}

.glow-one{

    background:#D4AF37;

    top:-140px;

    left:-120px;

}

.glow-two{

    background:#D4AF37;

    right:-120px;

    bottom:-150px;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:992px){

.portfolio-hero{

padding:140px 20px 90px;

}

.portfolio-hero h1{

font-size:52px;

}

}

@media(max-width:768px){

.portfolio-hero h1{

font-size:40px;

}

.portfolio-hero p{

font-size:17px;

line-height:1.8;

}

}

@media(max-width:480px){

.portfolio-hero{

padding:120px 20px 80px;

}

.portfolio-hero h1{

font-size:32px;

}

.portfolio-subtitle{

font-size:11px;

padding:8px 18px;

}

.portfolio-hero p{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-645667a *//*==============================

FEATURED PROJECT

==============================*/

.featured-project{

padding:120px 20px;

background:#0f0f0f;

}

.featured-project .container{

max-width:1300px;

margin:auto;

}

.section-heading{

text-align:center;

margin-bottom:70px;

}

.section-heading span{

color:#D4AF37;

text-transform:uppercase;

letter-spacing:3px;

font-size:13px;

}

.section-heading h2{

color:#fff;

font-size:48px;

margin-top:15px;

}

.featured-card{

display:grid;

grid-template-columns:1.2fr 1fr;

gap:70px;

align-items:center;

}

.featured-image{

overflow:hidden;

border-radius:25px;

}

.featured-image img{

width:100%;

display:block;

transition:.6s;

}

.featured-card:hover img{

transform:scale(1.05);

}

.project-category{

display:inline-block;

padding:8px 18px;

background:#D4AF37;

color:#111;

border-radius:40px;

font-size:13px;

font-weight:600;

margin-bottom:25px;

}

.featured-content h3{

font-size:42px;

color:#fff;

margin-bottom:20px;

}

.featured-content p{

color:#bdbdbd;

font-size:17px;

line-height:1.9;

margin-bottom:35px;

}

.featured-content ul{

display:flex;

flex-wrap:wrap;

gap:15px;

padding:0;

margin:0 0 40px;

list-style:none;

}

.featured-content li{

padding:12px 22px;

background:#181818;

border-radius:40px;

color:#ddd;

font-size:15px;

border:1px solid #2a2a2a;

}

.project-btn{

display:inline-block;

padding:16px 36px;

background:#D4AF37;

color:#111;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.project-btn:hover{

background:#fff;

}

/*==============================

Responsive

==============================*/

@media(max-width:991px){

.featured-card{

grid-template-columns:1fr;

}

.featured-content{

text-align:center;

}

.featured-content ul{

justify-content:center;

}

}

@media(max-width:600px){

.section-heading h2{

font-size:34px;

}

.featured-content h3{

font-size:30px;

}

.project-btn{

width:100%;

text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4aad425 *//*=========================================
GRAPHIC ROOM STUDIO PORTFOLIO
=========================================*/

.grs-pf-section{
    width:100%;
    background:#0b0b0b;
    padding:120px 20px;
}

.grs-pf-wrap{
    width:100%;
    max-width:1400px;
    margin:0 auto;
}

.grs-pf-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:35px;
}

.grs-pf-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:24px;
    text-decoration:none;
    background:#111;
    min-height:460px;
    transition:.4s ease;
    box-shadow:0 18px 45px rgba(0,0,0,.35);
}

.grs-pf-card:hover{
    transform:translateY(-8px);
}

.grs-pf-image{
    width:100%;
    height:460px;
    object-fit:cover;
    display:block;
    transition:transform .7s ease;
}

.grs-pf-card:hover .grs-pf-image{
    transform:scale(1.08);
}

.grs-pf-content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:35px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.96),
        rgba(0,0,0,.55),
        rgba(0,0,0,0)
    );
}

.grs-pf-tag{
    display:inline-block;
    color:#D4AF37;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.grs-pf-content h3{
    color:#fff;
    font-size:30px;
    line-height:1.2;
    margin:0 0 12px;
}

.grs-pf-content p{
    color:#d5d5d5;
    font-size:15px;
    line-height:1.7;
    margin:0;
}

.grs-pf-btn{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#D4AF37;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:700;
    margin-top:24px;
    opacity:0;
    transform:translateY(20px);
    transition:.4s;
}

.grs-pf-card:hover .grs-pf-btn{
    opacity:1;
    transform:translateY(0);
}

@media(max-width:1024px){

.grs-pf-grid{
    grid-template-columns:repeat(2,1fr);
}

.grs-pf-card,
.grs-pf-image{
    height:420px;
    min-height:420px;
}

}

@media(max-width:767px){

.grs-pf-section{
    padding:80px 16px;
}

.grs-pf-grid{
    grid-template-columns:1fr;
    gap:24px;
}

.grs-pf-card,
.grs-pf-image{
    height:360px;
    min-height:360px;
}

.grs-pf-content{
    padding:24px;
}

.grs-pf-content h3{
    font-size:24px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b8e502 *//*=========================================
GLOBAL
=========================================*/

*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

html,
body{
    width:100%;
    overflow-x:hidden;
    background:#0b0b0b;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

a{
    text-decoration:none;
}

.container{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:0 25px;
}

/*=========================================
APNA BAZAAR HERO
=========================================*/

.ab-case-study{
    padding:100px 0 80px;
    background:#0b0b0b;
}

.ab-case-study .container{
    max-width:1400px;
}

.case-grid{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
    gap:70px;
    align-items:center;
}

.case-content{
    min-width:0;
}

.case-label{
    display:inline-block;
    padding:9px 20px;
    border:1px solid rgba(201,162,39,.25);
    border-radius:40px;
    color:#C9A227;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:13px;
    margin-bottom:22px;
}

.case-content h1{
    font-size:72px;
    line-height:1.05;
    color:#fff;
    font-weight:700;
    margin-bottom:18px;
}

.case-content h1 span{
    color:#C9A227;
}

.case-content h3{
    color:#fff;
    font-size:34px;
    line-height:1.3;
    margin-bottom:25px;
}

.case-content p{
    max-width:620px;
    color:#BDBDBD;
    font-size:18px;
    line-height:1.9;
    margin-bottom:40px;
}

.case-image{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    min-width:0;
}

.case-image img{
    width:100%;
    max-width:560px;
    border-radius:18px;
}

/*=========================================
SERVICES
=========================================*/

.service-icons{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.service{
    display:flex;
    align-items:center;
    gap:10px;
    padding:15px 22px;
    background:#141414;
    border:1px solid rgba(201,162,39,.18);
    border-radius:50px;
    transition:.35s;
}

.service:hover{
    transform:translateY(-5px);
    border-color:#C9A227;
}

.service i{
    color:#C9A227;
    font-size:18px;
}

.service span{
    color:#fff;
    font-size:15px;
    font-weight:600;
}

/*=========================================
INFO GRID
=========================================*/

.info-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    margin-top:60px;
}

.info-card{
    display:flex;
    align-items:center;
    gap:16px;
    background:#141414;
    border:1px solid rgba(201,162,39,.18);
    border-radius:18px;
    padding:25px;
    min-width:0;
    transition:.35s;
}

.info-card:hover{
    border-color:#C9A227;
    transform:translateY(-5px);
}

.info-card i{
    font-size:34px;
    color:#C9A227;
    min-width:42px;
    text-align:center;
}

.info-content small{
    display:block;
    color:#888;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px;
    margin-bottom:6px;
}

.info-content h4{
    color:#fff;
    font-size:18px;
    font-weight:600;
}

/*=====================================
DESIGN PROCESS
=====================================*/

.design-process{
    padding:100px 0;
    background:#111;
}

.section-title{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

.section-title span{
    display:inline-block;
    padding:8px 20px;
    border:1px solid rgba(201,162,39,.25);
    border-radius:40px;
    color:#C9A227;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.section-title h2{
    color:#fff;
    font-size:48px;
    line-height:1.2;
    margin-bottom:15px;
}

.section-title p{
    color:#A5A5A5;
    font-size:17px;
    line-height:1.8;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:25px;
}

.process-box{
    background:#181818;
    border:1px solid rgba(201,162,39,.18);
    border-radius:22px;
    padding:35px;
    transition:.35s ease;
}

.process-box:hover{
    transform:translateY(-8px);
    border-color:#C9A227;
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.process-box .number{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#C9A227;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.process-box h3{
    color:#fff;
    font-size:24px;
    margin-bottom:15px;
}

.process-box p{
    color:#A9A9A9;
    font-size:16px;
    line-height:1.8;
}

/*=====================================
PROJECT HIGHLIGHTS
=====================================*/

.project-highlights{
    padding:100px 0;
    background:#0b0b0b;
}

.project-highlights .container{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:60px;
    align-items:center;
}

.highlight-card{
    background:#161616;
    border:1px solid rgba(201,162,39,.18);
    border-radius:22px;
    padding:45px;
    transition:.35s;
}

.highlight-card:hover{
    border-color:#C9A227;
}

.highlight-card span{
    display:inline-block;
    color:#C9A227;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    margin-bottom:15px;
}

.highlight-card h2{
    color:#fff;
    font-size:42px;
    line-height:1.2;
    margin-bottom:28px;
}

.highlight-card ul{
    list-style:none;
}

.highlight-card li{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:14px 0;
    color:#ddd;
    font-size:17px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.highlight-card li:last-child{
    border-bottom:none;
}

.highlight-card i{
    color:#C9A227;
    font-size:18px;
    margin-top:3px;
}

.highlight-image{
    overflow:hidden;
    border-radius:22px;
    border:1px solid rgba(201,162,39,.18);
}

.highlight-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.highlight-image:hover img{
    transform:scale(1.06);
}
/*=====================================
BRAND GALLERY
=====================================*/

.brand-gallery{
    padding:100px 0;
    background:#0b0b0b;
}

.gallery-title{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.gallery-title span{
    display:inline-block;
    padding:8px 20px;
    border:1px solid rgba(201,162,39,.25);
    border-radius:40px;
    color:#C9A227;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:18px;
}

.gallery-title h2{
    color:#fff;
    font-size:48px;
    margin-bottom:18px;
    line-height:1.2;
}

.gallery-title p{
    color:#A8A8A8;
    line-height:1.8;
    font-size:17px;
}

.gallery-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    grid-auto-rows:260px;
    gap:20px;
}

.gallery-item{
    overflow:hidden;
    border-radius:20px;
    background:#151515;
    border:1px solid rgba(201,162,39,.12);
}

.gallery-item.large{
    grid-row:span 2;
}

.gallery-item.wide{
    grid-column:span 2;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}


/*=====================================
TABLET
=====================================*/

@media (max-width:991px){

.container{
    padding:0 22px;
}

.case-grid{
    grid-template-columns:1fr;
    gap:50px;
}

.case-content{
    text-align:center;
}

.case-content p{
    margin-left:auto;
    margin-right:auto;
}

.case-image{
    justify-content:center;
}

.case-image img{
    max-width:500px;
}

.service-icons{
    justify-content:center;
}

.info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.project-highlights .container{
    grid-template-columns:1fr;
}

.highlight-image{
    order:-1;
}

.gallery-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:220px;
}

.gallery-item.large,
.gallery-item.wide{
    grid-column:auto;
    grid-row:auto;
}

.section-title h2,
.gallery-title h2{
    font-size:40px;
}

.highlight-card h2{
    font-size:36px;
}

}


/*=====================================
MOBILE
=====================================*/

@media (max-width:576px){

.ab-case-study,
.design-process,
.project-highlights,
.brand-gallery{
    padding:70px 0;
}

.container{
    padding:0 18px;
}

.case-content h1{
    font-size:40px;
}

.case-content h3{
    font-size:22px;
}

.case-content p{
    font-size:16px;
}

.case-image img{
    max-width:100%;
}

.service{
    width:100%;
    justify-content:center;
}

.info-grid,
.process-grid,
.gallery-grid{
    grid-template-columns:1fr;
}

.process-box{
    padding:28px;
}

.highlight-card{
    padding:30px;
}

.highlight-card h2{
    font-size:30px;
}

.section-title h2,
.gallery-title h2{
    font-size:32px;
}

.gallery-grid{
    grid-auto-rows:240px;
}

.gallery-item.large,
.gallery-item.wide{
    grid-column:auto;
    grid-row:auto;
}

}


/*=====================================
FINAL OVERFLOW FIX
=====================================*/

html,
body{
    width:100%;
    overflow-x:hidden;
}

*{
    min-width:0;
}

img{
    max-width:100%;
    height:auto;
}

.case-grid,
.process-grid,
.info-grid,
.gallery-grid{
    width:100%;
}

.case-content,
.case-image,
.highlight-card,
.process-box,
.info-card{
    min-width:0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0acd2f *//*========================

SHOWCASE

========================*/

.portfolio-showcase{

padding:140px 20px;

background:#0b0b0b;

}

.showcase-heading{

text-align:center;

max-width:800px;

margin:auto auto 80px;

}

.showcase-heading span{

color:#D4AF37;

letter-spacing:3px;

text-transform:uppercase;

font-size:13px;

}

.showcase-heading h2{

font-size:52px;

color:#fff;

margin:20px 0;

}

.showcase-heading p{

font-size:18px;

color:#bdbdbd;

line-height:1.8;

}

.masonry-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

grid-auto-rows:220px;

gap:25px;

}

.gallery-item{

overflow:hidden;

border-radius:18px;

cursor:pointer;

position:relative;

}

.gallery-item img{

width:100%;

height:100%;

object-fit:cover;

transition:.7s;

display:block;

}

.gallery-item:hover img{

transform:scale(1.12);

}

.large{

grid-column:span 2;

grid-row:span 2;

}

.wide{

grid-column:span 2;

}

.tall{

grid-row:span 2;

}

.gallery-item::after{

content:'View Project';

position:absolute;

left:50%;

top:50%;

transform:translate(-50%,-50%);

padding:14px 28px;

background:rgba(0,0,0,.75);

border:1px solid #D4AF37;

color:#fff;

border-radius:50px;

opacity:0;

transition:.35s;

}

.gallery-item:hover::after{

opacity:1;

}

@media(max-width:992px){

.masonry-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.masonry-grid{

grid-template-columns:1fr;

grid-auto-rows:250px;

}

.large,

.wide,

.tall{

grid-column:unset;

grid-row:unset;

}

.showcase-heading h2{

font-size:36px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1d08d9 *//*================================

PORTFOLIO CTA

================================*/

.portfolio-cta{

    padding:160px 20px;

    background:#111;

    position:relative;

    overflow:hidden;

}

.cta-container{

    max-width:900px;

    margin:auto;

    text-align:center;

    position:relative;

    z-index:2;

}

.cta-tag{

    display:inline-block;

    color:#D4AF37;

    border:1px solid rgba(212,175,55,.35);

    padding:10px 22px;

    border-radius:50px;

    letter-spacing:3px;

    font-size:12px;

    text-transform:uppercase;

    margin-bottom:30px;

}

.portfolio-cta h2{

    color:#fff;

    font-size:64px;

    line-height:1.15;

    margin-bottom:25px;

}

.portfolio-cta h2 span{

    color:#D4AF37;

}

.portfolio-cta p{

    color:#bdbdbd;

    font-size:19px;

    line-height:1.9;

    max-width:700px;

    margin:0 auto 50px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-primary,

.btn-secondary{

    padding:18px 38px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.btn-primary{

    background:#D4AF37;

    color:#111;

}

.btn-primary:hover{

    background:#fff;

}

.btn-secondary{

    border:1px solid #D4AF37;

    color:#D4AF37;

}

.btn-secondary:hover{

    background:#D4AF37;

    color:#111;

}

/* Background Glow */

.portfolio-cta::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:#D4AF37;

    filter:blur(180px);

    opacity:.08;

    top:-150px;

    left:-100px;

}

.portfolio-cta::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    background:#D4AF37;

    filter:blur(180px);

    opacity:.06;

    bottom:-180px;

    right:-120px;

}

@media(max-width:768px){

.portfolio-cta{

padding:100px 20px;

}

.portfolio-cta h2{

font-size:40px;

}

.portfolio-cta p{

font-size:17px;

}

.btn-primary,

.btn-secondary{

width:100%;

text-align:center;

}

}/* End custom CSS */