html,
body{
    overflow-x:hidden;
    width:100%;
}

body{
    font-family:'Poppins',sans-serif;
    background:#faf7f2;
}

p{
    text-align: justify;
    hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
}
@media (max-width:767px){
    p{
        text-align:left;
    }
}

.artist-header{
    background:#fff;
    border-bottom:1px solid rgba(0,0,0,.08);
    padding:12px 0;
}

.logo-wrap{
    display:inline-block;
}

.artist-logo{
    max-height:120px;
    width:auto;
    transition:.4s;
}

.artist-logo:hover{
    transform:scale(1.03);
}

.artist-contact{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.artist-contact a{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration:none;
    color:#2d2d2d;
}

.artist-contact small{
    display:block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#111;
}

.artist-contact strong{
    font-size:17px;
    font-weight:600;
    color:#2d2d2d;
}

.icon-circle{
    width:48px;
    height:48px;
    border:1px solid #a479a6;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#a479a6;
    transition:.3s;
}

.artist-contact a:hover .icon-circle{
    background:#a479a6;
    color:#fff;
}

@media(max-width:767px){

    .artist-header{
        padding:10px 0;
    }

    .artist-logo{
        max-height:60px;
    }

    .artist-contact small{
        display:none;
    }

    .artist-contact strong{
        display:none;
    }

    .icon-circle{
        width:42px;
        height:42px;
    }

}






.artist-nav{
    background:#fff;
    border-top:1px solid #eee;

}

/* Desktop Menu */

.desktop-menu{
    width:100%;
    justify-content:center;
    gap:35px;
}

.desktop-menu .nav-link{
    color:#222;
    font-size:16px;
    font-weight:500;

    position:relative; text-transform: uppercase;
}

.desktop-menu .nav-link:hover{
    color:#a479a6;
}



.desktop-menu .nav-link:hover::after{
    width:100%;
}










.navbar{background:#f0f0f0;}
/* Mobile Navbar */

.navbar-brand img{
    height:55px;
    width:auto;
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
}

.navbar-toggler i{
    font-size:28px;
    color:#a479a6;
}

/* Offcanvas */

.offcanvas{
    width:280px;
    background:#fff;
}

.offcanvas-title{
    font-family:'Playfair Display',serif;
    color:#a479a6;
}

.mobile-menu{
    padding:0;
    margin:0;
    list-style:none;
}

.mobile-menu li{
    border-bottom:1px solid #eee;
}

.mobile-menu a{
    display:block;
    padding:17px 0;
    text-decoration:none;
    color:#333;
    font-size:16px;
    font-weight:500;
}

.mobile-contact{
    display:flex;
    flex-direction:column;
    gap:17px;
}

.mobile-contact a{
    text-decoration:none;
    color:#111;
}

.mobile-contact i{
    color:#a479a6;
    margin-right:8px;
}

/* Desktop */

@media(min-width:992px){

    .navbar-brand{
        display:none;
    }

    .navbar-toggler{
        display:none;
    }
}


.mobile-call{

    display:flex;

    align-items:center;

    gap:8px;

    text-decoration:none;

    font-size:17px;

    font-weight:600;

    color:#111;

    animation:phoneGlow 2s infinite;
}


.mobile-call i{

    width:36px;
    height:36px;

    border-radius:50%;

    background:#c68b3c;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:14px;
}

.mobile-call span{

    background:linear-gradient(45deg,#111,#333);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    letter-spacing:.5px;
}

@keyframes phoneGlow{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.05);
    }

    100%{
        transform:scale(1);
    }
}


.epochal-parallax{
    position:relative;
    overflow:hidden;
    height:100vh;
}

.epochal-parallax img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transition:transform .1s linear;
}

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

    .epochal-parallax{
        height:65vh;
    }

    .epochal-parallax img{
        object-fit:cover;
        object-position:center center;
        top:0;
        left:0;
        transform:none !important;
    }

}

/*==========================
Hero Slider
==========================*/

.hero-slider{

    background:#faf8fb;

}

#heroSlider{


    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

#heroSlider img{

    width:100%;

    object-fit:cover;
    display:block;

}

/*==========================
Navigation
==========================*/

.carousel-control-prev,
.carousel-control-next{

    width:70px;
    opacity:1;

}

.slider-arrow{

    width:58px;
    height:58px;

    border-radius:50%;

    background:rgba(255,255,255,.92);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#8d5da4;

    font-size:24px;

    transition:.35s;

    box-shadow:0 8px 25px rgba(0,0,0,.18);

}

.slider-arrow:hover{

    background:#8d5da4;
    color:#fff;
    transform:scale(1.08);

}

/*==========================
Indicators
==========================*/

.carousel-indicators{

    margin-bottom:25px;

}

.carousel-indicators button{

    width:12px !important;
    height:12px !important;

    border-radius:50%;

    border:none;

    background:#fff;

    opacity:.5;

}

.carousel-indicators .active{

    opacity:1;
    background:#8d5da4;

}

/*==========================
Responsive
==========================*/

@media(max-width:576px){


  

    .slider-arrow{

        width:42px;
        height:42px;

        font-size:18px;

    }

    .carousel-control-prev,
    .carousel-control-next{

        width:50px;

    }

}


.epochal-intro-section{
    background: #e8d3db;
    padding: 90px 20px;
    text-align: center;
}

.epochal-intro-section .container{
    max-width: 1000px;
    margin: auto;
}

.epochal-tagline{
    display: block;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7a5c6c;
    margin-bottom: 20px;
    font-weight: 600;
}

.epochal-intro-section h2{
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    color: #2b1d24;
    margin-bottom: 25px;
    font-weight: 600;
}

.epochal-lead{
    font-size: 17px;
    line-height: 1.7;
    color: #111;
    margin-bottom: 25px; text-align: center;
}

.epochal-description{
    font-size: 17px;
    line-height: 1.7;
    color: #111;
    max-width: 1000px;
    margin: auto; text-align: center;
}

.epochal-quote{
    margin-top: 35px;
    font-size: 30px;
    font-weight: 600;
    color: #2b1d24;
    font-family: 'Playfair Display', serif;
}

.epochal-buttons{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.epochal-btn{
    background: #2b1d24;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    min-width: 240px;
    border-radius: 6px;
    font-size: 17px;
    transition: .3s;
}

.epochal-btn:hover{
    background: #7a5c6c;
    color: #fff;
}

@media(max-width:768px){

    .epochal-intro-section{
        padding: 70px 20px;
    }

    .epochal-intro-section h2{
        font-size: 38px;
    }

    .epochal-lead{
        font-size: 17px;
    }

    .epochal-description{
        font-size: 16px;
    }

    .epochal-quote{
        font-size: 24px;
    }

.epochal-btn{
    background: #2b1d24;
    color: #fff;
    text-decoration: none;
    padding: 15px 14px;
    min-width: 50%;
    border-radius: 6px;
    font-size: 17px;
    transition: .3s;
}
    
}


@media (max-width:576px){

    .epochal-buttons{
        flex-wrap:nowrap;
        gap:10px;
    }

    .epochal-buttons .btn{
        flex:1;
        min-width:0;
        padding:12px 10px;
        font-size:14px;
        text-align:center;
        white-space:nowrap;
    }

}













.artist-quote-section{
    position: relative;
    padding: 60px 0;
    background: url('../images/artist-parallax.jpg') center center/cover no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.artist-quote-section::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

.artist-quote-section .container{
    position: relative;
    z-index: 2;
}
.quote-box{
    max-width:1000px;
    margin:auto;
    text-align:center;
    border:1px solid rgba(255,255,255,.15);
    padding:80px;
    position:relative;
}

.quote-icon{
    color:#a479a6;
    font-size:40px;
    margin-bottom:30px;
}

.quote-box h2{
    color:#fff;
    font-family:'Playfair Display',serif;
    font-size:42px;

    font-weight:400;
    font-style:italic;
}

.quote-author{
    margin-top:40px;
    color:#fff;
    font-size:17px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.quote-box span{
    color:#fff;
    font-size:14px;
    letter-spacing:2px;
}

@media (max-width:767px){

    .artist-quote-section{
        padding:70px 0;
    }

    .quote-box{

        padding:40px 20px;

        margin:0 15px;
    }

    .quote-icon{

        font-size:28px;

        margin-bottom:20px;
    }

    .quote-box h2{

        font-size:28px;

        line-height:1.5;
    }

    .quote-author{

        margin-top:25px;

        font-size:15px;

        letter-spacing:1px;
    }

    .quote-box span{

        font-size:12px;

        letter-spacing:1px;

        display:block;

        margin-top:5px;
    }

}









.featured-artworks{
    padding:50px 0;
    background:#fdfaf8;
}

.section-heading{
    max-width:750px;
    margin:0 auto 70px;
}

.section-heading span{
    color:#a479a6;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:13px;
    display:block;
    margin-bottom:17px;
}

.section-heading h2{
    font-family:'Playfair Display',serif;
    font-size:44px;
    color:#222;
    margin-bottom:20px;
}

.section-heading p{
    color:#111;
    line-height:1.9;
}

.art-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    background:#fff;

    box-shadow:
    0 17px 40px rgba(0,0,0,.08);
}

.art-card img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.art-card:hover img{
    transform:scale(1.08);
}

.art-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:25px;

    background:linear-gradient(
        transparent,
        rgba(0,0,0,.85)
    );
}

.art-overlay h3{
    color:#fff;
    font-size:24px;
    margin:0;
    font-family:'Playfair Display',serif;
}

.gallery-btn{
    display:inline-block;
    padding:17px 40px;
    background:#a479a6;
    color:#fff;
    text-decoration:none;
    border-radius:50px; font-size:17px; font-weight: 600;
    transition:.4s;
}

.gallery-btn:hover{
    background:#a479a6;
    color:#fff;
}

@media(max-width:991px){

    .featured-artworks{
        padding:40px 0;
    }

    .section-heading h2{
        font-size:38px;
    }

    .art-card img{
        height:320px;
    }

}





.artist-testimonial{
    background:#f7f6f4;
}

.testimonial-image{
    height:650px;
}

.testimonial-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.testimonial-content{
    padding:50px;
    position:relative;
}

.sub-title{
    display:block;
    margin-bottom:35px;
    letter-spacing:3px;
    font-size:13px;
    color:#a479a6;
    font-weight:600;
}

.swiper-slide h2{
    font-family:'Playfair Display',serif;
    font-size:22px;

    font-style:italic;
    color:#222; line-height:1.6;
    margin-bottom:40px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:35px;
}

.client-avatar{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#a479a6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
}

.client-info h5{
    margin:0;
    font-size:20px;
}

.client-info span{
    color:#111;
}

.divider{
    width:100%;
    height:1px;
    background:#ddd;
    margin-bottom:35px;
}

.swiper-slide p{
    font-size:22px;
    line-height:1.8;
    color:#111;
}

.testimonial-nav{
    display:flex;
    gap:17px;

}

.swiper-button-prev-custom,
.swiper-button-next-custom{

    width:65px;
    height:65px;

    border-radius:50%;

    background:#111;

    color:#fff;

    cursor:pointer;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s;
}

.swiper-button-next-custom{
    background:#fff;
    color:#111;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover{
    transform:translateY(-3px);
}

@media(max-width:991px){

    .testimonial-image{
        height:400px;
    }

    .testimonial-content{
        padding:40px 25px;
    }

    .swiper-slide h2{
        font-size:20px;
    }

    .swiper-slide p{
        font-size:17px;
    }

}








.about-artist-section{
    position: relative;
    padding: 50px 0 !important;
    overflow: hidden;

    background:
    radial-gradient(circle at 10% 20%,
    rgba(168,120,255,.15),
    transparent 35%),

    radial-gradient(circle at 90% 80%,
    rgba(210,180,255,.12),
    transparent 35%),

    linear-gradient(
    135deg,
    #120d1f 0%,
    #1a1230 50%,
    #0f0a1d 100%);
}

/* Decorative Glow */

.about-artist-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(139,92,246,.12);
    filter:blur(60px);
    top:-150px;
    left:-60px;
}

.about-artist-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(200,169,106,.08);
    filter:blur(60px);
    bottom:-150px;
    right:-60px;
}

.about-content{
    max-width:900px;
    margin:auto;

    position:relative;
    z-index:2;
}

.artist-subtitle{
    display:inline-block;
    color:#a479a6;
    font-size:16px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:25px;
}

.about-content h2{
    font-size:44px;
    color:#fff;
    line-height:1.1;
    margin-bottom:30px;
    font-family:'Cormorant Garamond', serif;
}

.divider{
    margin:0 auto 50px;
}

.divider span{
    width:90px;
    height:2px;
    background:#a479a6;
    display:block;
    margin:auto;
    position:relative;
}

.divider span::before,
.divider span::after{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    border:2px solid #a479a6;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
}

.divider span::before{
    left:-17px;
}

.divider span::after{
    right:-17px;
}

.about-content p{
    color:rgba(255,255,255,.78);
    font-size:17px;
    line-height:2;
    margin-bottom:30px;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

.artist-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:25px;
    padding:16px 40px;
    border-radius:60px; font-size:17px;

    background:linear-gradient(
    135deg,
    #a479a6,
    #a479a6);

    color:#fff;
    text-decoration:none;
    font-weight:600;

    transition:.4s ease;
}

.artist-btn:hover{
    transform:translateY(-4px);
    color:#fff;
    box-shadow:0 15px 40px rgba(139,92,246,.35);
}

.artist-btn i{
    transition:.3s;
}

.artist-btn:hover i{
    transform:translateX(5px);
}

/* Responsive */

@media(max-width:991px){

    .about-artist-section{
        padding:60px 20px;
    }

    .about-content h2{
        font-size:32px;
    }

}

@media(max-width:767px){

    .about-content h2{
        font-size:30px;
    }

    .about-content p{
        font-size:16px;
        line-height:1.9;
    }

    .artist-subtitle{
        letter-spacing:2px;
    }

}









/* =========================
   Instagram Section
========================= */

.instagram-feed{
    padding:60px 0 50px;
    background:#fff;
}

.instagram-feed span{
    display:block;
    color:#a479a6;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
    margin-bottom:17px;
}

.instagram-feed h2{
    font-family:'Playfair Display',serif;
    font-size:38px;
    color:#222;
    margin:0;
}



.artist-footer{
    background:#000;
    color:#fff;
    padding:80px 0 0;
}

.footer-logo{
    max-width:290px;
    margin-bottom:0px;
}

.footer-widget p{
    color:#fff; text-align: left;
    line-height:1.7; 
}

.footer-widget h4{
    font-family:'Playfair Display',serif;
    margin-bottom:25px;
    font-size:24px;
}

.footer-widget ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-widget ul li{
    margin-bottom:12px;
}

.footer-widget ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#a479a6;
    padding-left:5px;
}

.footer-contact i{
    color:#fff;
    width:22px;
}

/* Social */

.footer-social{


    padding:20px 0;

    display:flex;

    justify-content:center;

    gap:17px; background:#0e0e0e;

    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-social a{

    width:50px;
    height:50px;

    border-radius:50%;

    background:#1c1c1c;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    text-decoration:none;

    transition:.3s;
}

.footer-social a:hover{
    background:#a479a6;
    transform:translateY(-5px);
}

/* Bottom */

.footer-bottom{

    padding:25px 0;

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;
}

.footer-bottom p{
    margin:0;
    color:#fff;
    font-size:14px;
}

@media(max-width:991px){

    .artist-footer{
        text-align:center;
    }

    .footer-bottom{
        justify-content:center;
        flex-direction:column;
        gap:10px;
    }

}

.footer-bottom p a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.footer-bottom p a:hover{
    color:#fff;
}

.footer-about p{
    word-break: normal;
    overflow-wrap: normal;
    
    line-height: 2;
}

.footer-about-text{
    line-height: 2;

    word-break: normal;
    overflow-wrap: normal;
    
}

.floating-contact{

    position:fixed;

    left:20px;

    bottom:25px;

    z-index:9999;

    display:flex;

    flex-direction:column;

    gap:12px;
}

.float-icon{

    width:60px;
    height:60px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    color:#fff;

    font-size:24px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

    transition:.3s;

    position:relative;
}

.call-btn{
    background:#a479a6;
}

.whatsapp-btn{
    background:#25D366;
}

/* Hover */

.float-icon:hover{
    transform:translateY(-5px);
    color:#fff;
}

/* Pulse Animation */

.float-icon::before{

    content:'';

    position:absolute;

    inset:0;

    border-radius:50%;

    animation:pulse 2s infinite;
}

.call-btn::before{
    background:rgba(214,123,138,.4);
}

.whatsapp-btn::before{
    background:rgba(37,211,102,.4);
}

@keyframes pulse{

    0%{
        transform:scale(1);
        opacity:.8;
    }

    70%{
        transform:scale(1.6);
        opacity:0;
    }

    100%{
        opacity:0;
    }
}

@media(max-width:768px){

    .float-icon{
        width:55px;
        height:55px;
        font-size:22px;
    }

}






.footer-cta-strip{

    background:linear-gradient(
    135deg,
    #f0f0f0 0%,
    #f0f0f0 50%,
    #f0f0f0 100%
    );

    padding:35px 0;
}

.footer-cta-inner{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;
}

.footer-cta-inner h3{

    color:#111;

    margin:0;

    font-size:34px;

    font-family:'Playfair Display',serif;
}

.footer-cta-inner p{

    margin:8px 0 0;

    color:#111; font-size:17px;
}

.footer-cta-inner a{

    background:#111;

    color:#fff;

    text-decoration:none;

    padding:15px 32px;

    border-radius:50px;

    font-weight:600;

    white-space:nowrap;

    transition:.3s;
}

.footer-cta-inner a:hover{

    transform:translateY(-3px);
}

@media(max-width:767px){

    .footer-cta-inner{

        flex-direction:column;

        text-align:center;
    }

    .footer-cta-inner h3{

        font-size:26px;
    }

}





/* =========================
   Preloader
========================= */

#preloader{

    position:fixed;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:#ffffff;

    display:flex;

    justify-content:center;
    align-items:center;

    z-index:999999;

    transition:.8s;
}

.preloader-content{

    text-align:center;
}

.preloader-content img{

    width:280px;

    max-width:80%;

    animation:logoFade 2s ease;
}

/* Animated Line */

.loader-line{

    width:220px;

    height:3px;

    margin:30px auto 0;

    background:rgba(0,0,0,.08);

    border-radius:50px;

    overflow:hidden;

    position:relative;
}

.loader-line::before{

    content:'';

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:linear-gradient(
        90deg,
        #a479a6,
        #d67b8a,
        #f0a500
    );

    animation:loading 2s linear forwards;
}

/* Animations */

@keyframes loading{

    from{
        left:-100%;
    }

    to{
        left:100%;
    }
}

@keyframes logoFade{

    0%{
        opacity:0;
        transform:translateY(20px);
    }

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





.page-title{
    padding: 80px 0;
    background: linear-gradient(180deg,#fafafa,#f2f2f2);
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.page-title h1{
    margin:0;
    font-size:42px;
    font-weight:600;
    color:#111;
    letter-spacing:1px;
}

/* =========================
   ABOUT ARTIST
========================= */

.about-artist-section{

    padding:0px 0;

    background:#fff;
}
.about-image{

    position:relative;

    overflow:hidden;

    border-radius:25px;

    height:600px;
}

.about-image video{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    border-radius:25px;

    transition:.5s;
}

.about-image:hover video{

    transform:scale(1.05);
}
.about-tag{

    display:inline-block;

    color:#7d4b8f;

    font-size:14px;

    font-weight:600;

    letter-spacing:3px;

    margin-bottom:17px;
}

.about-content h2{

    font-family:'Playfair Display', serif;

    font-size:44px;

    line-height:1.2;

    margin-bottom:25px;

    color:#111;
}

.about-content p{

    font-size:17px;

    line-height:1.9;

    color:#111;

    margin-bottom:20px;
}

.about-btn{

    display:inline-block;

    margin-top:15px;

    background:#7d4b8f;

    color:#fff;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.about-btn:hover{

    background:#111;

    color:#fff;
}



.artist-gallery-page{

    padding:60px 0;

    background:#fff;
}

.section-title span{

    display:block;

    color:#a479a6;

    letter-spacing:3px;

    font-weight:600;

    margin-bottom:10px;

    text-transform:uppercase;
}

.section-title h2{

    font-family:'Cormorant Garamond',serif;

    font-size:44px;

    color:#2d2330;

    margin-bottom:50px;
}



    










.commission-process-section{

    padding:60px 0;

    background:#fff;
}

.section-title span{

    color:#7d4b8f;

    letter-spacing:3px;

    font-size:14px;

    font-weight:600;
}

.section-title h2{

    font-family:'Playfair Display',serif;

    font-size:55px;

    margin:15px 0;
}

.section-title p{

    max-width:800px;  text-align: center;

    margin:auto;

    color:#111;
}

.process-card{

    background:#fff;

    padding:40px 30px;

    border-radius:25px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.process-card:hover{

    transform:translateY(-10px);
}

.step-number{

    width:70px;

    height:70px;

    margin:auto;

    border-radius:50%;

    background:#7d4b8f;

    color:#fff;

    font-size:24px;

    font-weight:600;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;
}

.process-card h4{

    margin-bottom:15px;
}

.process-card p{

    color:#111;

    line-height:1.8; text-align: center;
}

.commission-cta{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:linear-gradient(135deg,#fcf8fd 0%,#f7eef9 55%,#fdfbfe 100%);
    border-top:1px solid rgba(175,120,170,.15);
    border-bottom:1px solid rgba(175,120,170,.15);
}

.commission-cta::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(181,122,181,.10);
    border-radius:50%;
    top:-180px;
    left:-60px;
    filter:blur(20px);
}

.commission-cta::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(206,150,214,.12);
    border-radius:50%;
    bottom:-150px;
    right:-60px;
    filter:blur(20px);
}

.commission-cta .container{
    position:relative;
    z-index:2;
}

.commission-cta h2{
    color:#7d4b8f;
    font-family:'Playfair Display',serif;
    font-size:48px;
    font-weight:600;
    margin-bottom:17px;
}

.commission-cta p{
    color:#111;
    font-size:17px;
    line-height:1.8;
    max-width:700px;
    margin:0 auto 35px;
}

.commission-cta a{
    display:inline-block;
    padding:15px 38px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    color:#fff;
    background:linear-gradient(135deg,#b57ab5,#8c5ca5);
    box-shadow:0 12px 30px rgba(181,122,181,.28);
    transition:.35s;
}

.commission-cta a:hover{
    transform:translateY(-4px);
    box-shadow:0 17px 40px rgba(181,122,181,.35);
}





.artist-testimonials-page{

    padding:60px 0;

    background:#fff;
}

.section-title span{

    color:#7d4b8f;

    letter-spacing:3px;

    font-size:14px;

    font-weight:600;
}

.section-title h2{

    font-size:44px;

    margin:15px 0;

    font-family:'Playfair Display',serif;
}

.section-title p{

    max-width:750px;

    margin:auto;

    color:#111;

    line-height:1.8;
}

.testimonial-card{

    background:#fff;

    padding:25px;

    border-radius:25px;

    height:100%;

    position:relative;

    transition:.4s;

    box-shadow:0 15px 40px rgba(0,0,0,.06); border:1px solid #ccc;
}

.testimonial-card:hover{

    transform:translateY(-10px);
}

.quote-icon{

    color:#7d4b8f;

    font-size:32px;

    margin-bottom:20px;
}

.testimonial-card p{

    color:#111;

    font-size:17px;

    line-height:1.9;

    margin-bottom:30px;
}

.testimonial-author h5{

    margin:0;

    font-weight:600;
}

.testimonial-author span{

    color:#111;

    font-size:14px;
}



/* =========================
   CONTACT SECTION
========================= */

.artist-contact-section{
    padding:60px 0;
    background:#fff;
}

.contact-tag{

    display:inline-block;

    color:#7d4b8f;

    font-size:14px;

    font-weight:600;

    letter-spacing:3px;

    margin-bottom:15px;
}

.contact-info-box h2{

    font-family:'Playfair Display',serif;

    font-size:44px;

    line-height:1.2;

    margin-bottom:25px;

    color:#111;
}

.contact-info-box p{

    color:#111;

    line-height:1.9;

    margin-bottom:35px;
}

/* Contact Items */

.contact-item{

    display:flex;

    gap:20px;

    margin-bottom:30px;
}

.contact-item i{

    width:60px;
    height:60px;

    border-radius:50%;

    background:#7d4b8f;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    flex-shrink:0;
}

.contact-item h5{

    margin-bottom:5px;

    font-size:17px;

    color:#111;
}

.contact-item a,
.contact-item p{

    margin:0;

    color:#111;

    text-decoration:none;
}

/* Form */

.contact-form-box{

    background:#fff;

    padding:50px;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.contact-form-box h3{

    margin-bottom:30px;

    font-family:'Playfair Display',serif;

    font-size:34px;
}

.contact-form-box .form-control{

    height:55px;

    border:1px solid #e5e5e5;

    border-radius:12px;

    box-shadow:none;

    padding:15px;
}

.contact-form-box textarea.form-control{

    height:auto;

    resize:none;
}

.contact-form-box .form-control:focus{

    border-color:#7d4b8f;

    box-shadow:none;
}

/* Button */

.contact-btn{

    border:none;

    background:#7d4b8f;

    color:#fff;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.contact-btn:hover{

    background:#111;
}

/* Mobile */

@media(max-width:991px){

    .artist-contact-section{
        padding:80px 0;
    }

    .contact-info-box{
        text-align:center;
        margin-bottom:40px;
    }

    .contact-info-box h2{
        font-size:38px;
    }

    .contact-item{
        justify-content:center;
        text-align:left;
    }

    .contact-form-box{
        padding:30px;
    }

}

@media(max-width:767px){

    .contact-info-box h2{
        font-size:32px;
    }

    .contact-item{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .contact-form-box h3{
        font-size:28px;
    }

}






.custom-painting-section{

    padding:60px 0;

    background:#fff;
}

.painting-image img{

    border-radius:25px;

    width:100%;

    transition:.4s;
}

.painting-image:hover img{

    transform:scale(1.03);
}

.section-tag{

    display:inline-block;

    color:#7d4b8f;

    font-size:14px;

    font-weight:600;

    letter-spacing:3px;

    margin-bottom:15px;
}

.painting-content h2{

    font-family:'Playfair Display',serif;

    font-size:38px;

    line-height:1.2;

    margin-bottom:25px;

    color:#111;
}

.painting-content p{

    color:#111;

    line-height:1.9;

    margin-bottom:20px;
}

.painting-features{

    list-style:none;

    padding:0;

    margin:30px 0;
}

.painting-features li{

    margin-bottom:15px;

    color:#111;

    font-weight:500;
}

.painting-features i{

    color:#7d4b8f;

    margin-right:10px;
}

.custom-btn{

    display:inline-block;

    background:linear-gradient(
    135deg,
    #7d4b8f,
    #b97dcf);

    color:#fff;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.custom-btn:hover{

    transform:translateY(-3px);

    color:#fff;
}



.art-workshop-section{

    padding:60px 0;

    background:#fff;
}

.section-tag{

    display:inline-block;

    color:#7d4b8f;

    font-size:14px;

    font-weight:600;

    letter-spacing:3px;

    margin-bottom:15px;
}

.workshop-content h2{

    font-family:'Playfair Display',serif;

    font-size:38px;

    margin-bottom:25px;

    color:#111;
}

.workshop-content p{

    color:#111;

    line-height:1.9;

    margin-bottom:20px;
}

.workshop-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin:35px 0;
}

.feature-item{

    display:flex;

    align-items:center;

    gap:12px;

    background:#fff;

    padding:15px 20px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.feature-item i{

    color:#7d4b8f;

    font-size:20px;
}

.workshop-btn{

    display:inline-block;

    background:linear-gradient(
    135deg,
    #7d4b8f,
    #7d4b8f);

    color:#fff;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.workshop-btn:hover{

    color:#fff;

    transform:translateY(-3px);
}

/* Gallery */

.workshop-gallery{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;
}

.workshop-gallery img{

    width:100%;

    height:260px;

    object-fit:cover;

    border-radius:20px;

    transition:.4s;
}

.workshop-gallery img:hover{

    transform:scale(1.04);
}


.art-classes-section{
    padding:60px 0;
    background:#fff;
}

.class-intro{
    max-width:1000px;
    font-size:17px;
    line-height:1.9;
    color:#111;
}

.classes-gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.class-gallery-item{
    display:block;
    overflow:hidden;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.class-gallery-item img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.class-gallery-item:hover img{
    transform:scale(1.08);
}

@media(max-width:991px){

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

    .class-gallery-item img{
        height:240px;
    }

}

@media(max-width:767px){

    .classes-gallery{
        gap:15px;
    }

    .class-gallery-item img{
        height:180px;
    }

}

/* Dark Background */

.goverlay{
    background:rgba(10,10,10,.96) !important;
    backdrop-filter:blur(8px);
}

/* Image */

.gslide-image img{

    border-radius:20px;

    box-shadow:0 20px 70px rgba(0,0,0,.45);

    border:4px solid rgba(255,255,255,.08);

}

/* Close Button */

.gclose{

    width:52px !important;
    height:52px !important;

    background:#111  !important;

    border-radius:50%;

    color:#111 !important;

    top:25px !important;
    right:25px !important;

    transition:.3s;

}

.gclose svg{
    width:20px;
    height:20px;
}

.gclose:hover{

    background:#a479a6 !important;

    color:#fff !important;

    transform:rotate(90deg);

}

/* Navigation Buttons */

.gprev,
.gnext{

    width:60px !important;
    height:60px !important;

    border-radius:50%;

    background:rgba(255,255,255,.12) !important;

    backdrop-filter:blur(10px);

    transition:.3s;

}

.gprev svg,
.gnext svg{

    width:24px;
    height:24px;

    stroke:#fff !important;

}

.gprev:hover,
.gnext:hover{

    background:#a479a6 !important;

    transform:scale(1.08);

}

/* Caption */

.gslide-description{

    background:rgba(0,0,0,.55) !important;

    backdrop-filter:blur(12px);

    border-radius:18px;

    padding:20px 25px !important;

    max-width:700px;

    margin:auto;

}

.gslide-title{

    color:#fff !important;

    font-size:26px !important;

    font-family:'Playfair Display',serif;

}

.gslide-desc{

    color:#ddd !important;

    font-size:16px !important;

    line-height:1.8;

}

/* Loader */

.gloader{

    border-color:#a479a6 transparent #a479a6 transparent !important;

}

/* Mobile */

@media(max-width:767px){

    .gprev,
    .gnext{

        width:45px !important;
        height:45px !important;

    }

    .gclose{

        width:45px !important;
        height:45px !important;

        top:15px !important;
        right:15px !important;

    }

    .gslide-image img{

        border-radius:12px;

    }

}






.corporate-events-section{

    padding:60px 0;

    background:#fff;
}

.corporate-content h2{

    font-family:'Playfair Display',serif;

    font-size:38px;

    line-height:1.2;

    margin-bottom:25px;

    color:#111;
}

.corporate-content p{

    color:#111;

    line-height:1.9;

    margin-bottom:20px;
}

.corporate-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin:35px 0;
}

.feature-box{

    background:#fff;

    padding:17px 20px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:500;
}

.feature-box i{

    color:#7d4b8f;

    font-size:20px;
}

.corporate-btn{

    display:inline-block;

    background:linear-gradient(
    135deg,
    #7d4b8f,
    #7d4b8f);

    color:#fff;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.corporate-btn:hover{

    color:#fff;

    transform:translateY(-3px);
}

/* Gallery */

.corporate-gallery{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;
}

.corporate-gallery img{

    width:100%;


    border-radius:20px;

    transition:.4s;
}

.corporate-gallery img:hover{

    transform:scale(1.05);
}




.creative-collaboration-section{

    padding:60px 0;

    background:#fff;
}

.collaboration-content h2{

    font-family:'Playfair Display',serif;

    font-size:38px;

    line-height:1.2;

    margin-bottom:25px;

    color:#111;
}

.collaboration-content p{

    color:#111;

    line-height:1.9;

    margin-bottom:20px;
}

.collaboration-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin:35px 0;
}

.feature-item{

    background:#fff;

    padding:16px 20px;

    border-radius:15px;

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:500;
}

.feature-item i{

    color:#7d4b8f;

    font-size:17px;
}

.collaboration-btn{

    display:inline-block;

    padding:15px 35px;

    border-radius:50px;

    text-decoration:none;

    color:#fff;

    font-weight:600;

    background:linear-gradient(
    135deg,
    #7d4b8f,
    #7d4b8f);

    transition:.3s;
}

.collaboration-btn:hover{

    transform:translateY(-3px);

    color:#fff;
}

/* Gallery */

.collaboration-gallery{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;
}

.collaboration-gallery img{

    width:100%;


    object-fit:cover;

    border-radius:20px;

    transition:.4s;
}

.collaboration-gallery img:hover{

    transform:scale(1.05);
}

.artist-exhibitions{
    padding:50px 0;
    background:#f8f5ff;
}

.section-title span{
    color:#7d4b8f;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:55px;
    margin:15px 0;
    color:#2d2140;
}

.section-title p{
    max-width:750px;
    margin:auto;
    color:#222;
}

.exhibition-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.exhibition-image{
    position:relative;
    height:100%;
}

.exhibition-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    min-height:550px;
}

.year-badge{
    position:absolute;
    top:30px;
    left:30px;

    width:60px;
    height:60px;

    background:linear-gradient(
    135deg,
    #a479a6,
    #a479a6);
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;
    font-weight:600;
}

.exhibition-content{
    padding:40px;
}

.event-tag{
    display:inline-block;
    padding:8px 17px;
    border-radius:50px;
    background:#c9a86a;
    color:#fff;
    margin-bottom:20px;
}

.exhibition-content h3{
    font-size:32px;
    margin-bottom:20px;
    color:#2d2140;
}

.exhibition-content p{
    color:#222;
    line-height:1.9;
}

.exhibition-content ul{
    margin:30px 0;
    padding:0;
    list-style:none;
}

.exhibition-content ul li{
    margin-bottom:12px;
    color:#444;
}

.view-btn{
    display:inline-block;
    padding:14px 35px;
    background:linear-gradient(
    135deg,
    #a479a6,
    #a479a6);
    color:#fff;
    border-radius:50px;
    text-decoration:none;
}

.exhibition-list{
    padding:0;
    margin:0;
}

.exhibition-list li{
    list-style:none;
    margin-bottom:15px;
    font-size:16px;

}

.exhibition-list li i{
    width:25px;
    color:#c9a86a !important;
    margin-right:12px;
}


.back-to-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    background:linear-gradient(135deg,#a479a6,#a479a6);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
    z-index:999;
    box-shadow:0 10px 25px rgba(139,92,246,.35);
    transition:.3s ease;
    opacity:0;
    visibility:hidden;
}

.back-to-top.active{
    opacity:1;
    visibility:visible;
}

.back-to-top:hover{
    color:#fff;
    transform:translateY(-5px);
}

@media (max-width: 767px){

    .quick-links{
        text-align:center;
    }

    .quick-links ul{
        display:grid;
        grid-template-columns:repeat(2, auto);
        justify-content:center;
        gap:10px 40px;
        padding:0;
        margin:0;
    }

    .quick-links ul li{
        list-style:none;
        margin:0;
    }

}







.about-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    height:600px;
}

.about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:25px;
    transition:.5s;
}

.about-image:hover img{
    transform:scale(1.05);
}

@media(max-width:991px){

    .about-image{
        height:450px;
    }

}

@media(max-width:767px){

    .about-image{
        height:350px;
    }

}







.artist-video-section{
    padding:60px 0;
    background:#fff;
}

.artist-video-content h2{
    font-family:'Playfair Display',serif;
    font-size:46px;
    line-height:1.2;
    margin:20px 0 25px;
    color:#111;
}

.artist-video-content p{
    font-size:17px;
    line-height:1.5;
    color:#111; text-align: justify;

}

.artist-video-btn{
    display:inline-block;
    margin-top:15px;
    padding:16px 36px;
    background:#a479a6;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.artist-video-btn:hover{
    background:#111;
    color:#fff;
    transform:translateY(-3px);
}

.artist-video-box{
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
}

.artist-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width:991px){
    .artist-video-box{
        height: 320px;
    }
}
@media(max-width:991px){

    .artist-video-section{
        padding:80px 0;
    }

    .artist-video-content{
        text-align:center;
    }

    .artist-video-content h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .artist-video-content h2{
        font-size:32px;
    }

}







/*==================================================
Gallery Section
==================================================*/

.artist-gallery{
    padding:100px 0;
    background:#faf8fb;
}

.gallery-heading span{
    display:inline-block;
    font-size:16px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#9d6ca8;
    margin-bottom:12px;
}

.gallery-heading h2{
    font-size:38px;
    font-weight:700;
    color:#111;
    margin-bottom:18px;
}

.gallery-heading p{
    max-width:650px;
    margin:auto;
    color:#111; text-align: center;
    line-height:1.8; font-size: 17px;
}


/*==================================================
Desktop Sidebar
==================================================*/

.gallery-sidebar{

    position:sticky;
    top:120px;

    background:#fff;

    border-radius:20px;

    padding:30px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.gallery-sidebar h4{

    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    color:#222;

}

.gallery-sidebar button{

    width:100%;

    display:flex;
    align-items:center;
    gap:12px;
    border-top:1px solid #ccc;
       border-left:none;
              border-right:none;
    border-bottom:1px solid #ccc;
    background:none;

    text-align:left;

    padding:10px 18px;

    border-radius:12px;

    margin-bottom:10px;

    transition:.35s;

    font-size:16px;
    font-weight:500;

    color:#111;

}

.gallery-sidebar button i{

    font-size:18px; color:#ae76a6;

}

.gallery-sidebar button:hover,
.gallery-sidebar button.active{

    background:linear-gradient(135deg,#9b6ab0,#6b4c83);

    color:#fff;

    transform:translateX(8px);

}
.gallery-sidebar button i{
    font-size:18px;
    color:#ae76a6;
    transition:.35s;
}

/* Hover */
.gallery-sidebar button:hover i{
    color:#ffd86b;
}

/* Active */
.gallery-sidebar button.active i{
    color:#ffd86b;   /* Gold */
}
/*==================================================
Mobile Filter Button
==================================================*/

.gallery-filter-btn{

    border:none;

    background:#9b6ab0;

    color:#fff;

    padding:14px 28px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.gallery-filter-btn:hover{

    background:#7f548f;

}


/*==================================================
Offcanvas
==================================================*/

.offcanvas{

    width:300px;

}

.offcanvas-header{

    border-bottom:1px solid #eee;

}

.offcanvas-title,
.offcanvas h5{

    font-weight:700;

}

.offcanvas-body button{

    width:100%;

    border:none;

    background:#f6f6f6;

    padding:14px 18px;

    margin-bottom:12px;

    border-radius:12px;

    text-align:left;

    transition:.3s;

}

.offcanvas-body button:hover,
.offcanvas-body button.active{

    background:#9b6ab0;

    color:#fff;

}
/*==================================================
Masonry Gallery
==================================================*/

.masonry-gallery{
    margin:0 -11px;
}

.gallery-item{
    width:33.3333%;
    padding:11px;
    position:relative;
}

.gallery-item a{
    display:block;
    position:relative;
    overflow:hidden;
    border-radius:20px;
    text-decoration:none;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:auto;
    display:block;
    border-radius:20px;
    transition:.6s cubic-bezier(.2,.8,.2,1);
}

/*==============================
Overlay
==============================*/

.gallery-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.45);
    opacity:0;
    transition:.35s;
}

.gallery-overlay span{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    color:#9b6ab0;
    transform:scale(.6);
    transition:.35s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-item:hover .gallery-overlay span{
    transform:scale(1);
}

/*==================================================
Responsive
==================================================*/

@media(max-width:1199px){

    .gallery-heading h2{
        font-size:32px;
    }

}

@media(max-width:991px){

    .artist-gallery{
        padding:70px 0;
    }

    .gallery-heading h2{
        font-size:38px;
    }

    .gallery-item{
        width:50%;
    }

}


/* Mobile */
@media (max-width:576px){
    .gallery-item{
    width:33.3333%;
    padding:11px;
    position:relative;
}
    .gallery-heading h2{
        font-size:30px;
    }

    .gallery-heading p{
        font-size:15px;
    }
    .gallery-item{
        width:50%;
        padding:8px;
    }

    .gallery-overlay span{
        width:45px;
        height:45px;
        font-size:18px;
    }

}


.instagram-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:12px 22px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    font-size:15px;
    background:linear-gradient(135deg,#f58529,#dd2a7b,#dd2a7b,#8134af,#515bd4);
    background-size:250% 250%;
    transition:all .35s ease;
    box-shadow:0 10px 25px rgba(221,42,123,.35);
}

.instagram-btn:hover{
    color:#fff;
    background-position:right center;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(221,42,123,.45);
}

.instagram-btn i{
    font-size:18px;
}



.masonry-gallery{
    column-count:3;
    column-gap:5px;
}

.gallery-item{
    display:inline-block;
    width:100%;

    break-inside:avoid;
    position:relative;
}

.gallery-item img{
    width:100%;
    height:auto;
    display:block;
    border-radius:18px;
}

@media(max-width:991px){
    .masonry-gallery{
        column-count:2;
    }
}

@media(max-width:576px){
    .masonry-gallery{
        column-count:1;
    }
}