@view-transition{
    navigation: auto;
}
:root{
    --theme-heading-font: 'Raleway', sans-serif;
    --theme-accent: darkmagenta;
    --theme-accent-hover: #6e0070;
    --theme-card-bg: #f9f1fb;
    --theme-card-border: #e4c7ec;
}
body.theme-elegant-script{
    --theme-heading-font: 'Dancing Script', cursive;
    --theme-accent: #a67c52;
    --theme-accent-hover: #8a6440;
    --theme-card-bg: #fff;
    --theme-card-border: #e8ddc8;
}
body.theme-terracotta{
    --theme-heading-font: 'Playfair Display', serif;
    --theme-accent: #c1592f;
    --theme-accent-hover: #a3491f;
    --theme-card-bg: #fff;
    --theme-card-border: #f0d5c5;
}
body.theme-teal{
    --theme-heading-font: 'Poppins', sans-serif;
    --theme-accent: #1a8c7d;
    --theme-accent-hover: #146b60;
    --theme-card-bg: #fff;
    --theme-card-border: #c9e8e3;
}
html{
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
}
section{
    padding: 60px 0;
    overflow:hidden ;
}
#navigation{
    background-color:darkmagenta ;
    height: 80px;
    will-change: transform;
    transform: translateZ(0);
}
#navigation .logo{
    
    padding: 17px 30px;
    background-color:darkmagenta;
}
#navigation .logo a{
    font-size: 26px;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
#navigation #navbarNav{
    background-color:darkmagenta;
}
#navigation .navbar-nav{
    background: rgba(255,255,255,0.12);
    padding: 6px;
    border-radius: 30px;
    align-items: center;
}
#navigation #navbarNav a{
    display: block;
    position: relative;
    color:#f0d6f0;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    transition: 0.25s all;
    font-weight: 700;
    border-radius: 20px;
}
#navigation #navbarNav .nav-item a:hover{
    color:#fff;
    background: rgba(255,255,255,0.15);
    text-decoration: none;
}
#navigation #navbarNav .nav-item.active a{
    background:#fff;
    color:darkmagenta;
}
#navigation #navbarNav .nav-item.active a:hover{
    background:#fff;
    color:darkmagenta;
}

#s1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdf6fb;
    padding: 130px 20px 60px;
}
#s1 .container{
    text-align: center;
}
#s1 .avatar-wrap{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 18px;
}
#s1 .avatar-wrap img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
#s1 .avatar-wrap svg{
    position: absolute;
    inset: -4px;
    width: 88px;
    height: 88px;
    transform: rotate(-90deg);
}
#s1 .avatar-wrap circle{
    fill: none;
    stroke: darkmagenta;
    stroke-width: 2.5;
    stroke-dasharray: 264;
    stroke-dashoffset: 264;
    animation: s1-draw 1.1s ease forwards .5s;
}
@keyframes s1-draw{
    to { stroke-dashoffset: 0; }
}
#s1 .tag{
    display: block;
    color: darkmagenta;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
#s1 h1{
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    color: #2b0b2b;
    margin: 0 0 16px 0;
}
#s1 h1 .word-accent{
    color: darkmagenta;
}
#s1 .wordline{
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
#s1 .word{
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    animation: s1-word .55s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes s1-word{
    to { opacity: 1; transform: translateY(0); }
}
#s1 .sub{
    font-size: 15px;
    color: #71576f;
    max-width: 440px;
    margin: 0 auto 28px;
    line-height: 1.6;
}
#s1 .btn1{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: .9rem 2.2rem;
    border-radius: .5rem;
    border: none;
    background-color: darkmagenta;
    color: #fff;
    transition: 0.3s all;
}
#s1 .btn1:hover{
    background-color: #6e0070;
    box-shadow: 0 8px 24px rgba(139,0,139,.35);
}
.about .btn1{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: .75rem 2.5rem;
    border-radius: 50px;
    margin: 10px;
    border : 2px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: 0.6s all;
    border-radius: .5rem;
}
.about .btn1:hover{
    background-color:#D2B4DE ;
    border : 2px solid #D2B4DE;
}
/***about***/

#dis {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(assets/img/wesley-tingey-mvLyHPRGLCs-unsplash.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 20px;
}
#dis .container h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}
#dis .container h4{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
#dis .container p{
    font-size: 20px;
    font-weight:bold;
    color: #fff;
}
#dis .container button{
    display: inline-block;
    background-color:rgba(255, 255, 255, 0.1);
    padding: 6px 30px 8px 30px;
    color:#fff;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
    border : 2px solid #fff;
}
#dis .container button:hover{
    color: #fff;
    background-color:darkmagenta;
}

/* Brush-stroke underline beneath the heading — draws itself in when the
   heading (already tracked by AOS) scrolls into view. */
.dis-heading-wrap{
    display: inline-block;
    position: relative;
}
.dis-heading-wrap .brush-underline{
    display: block;
    width: 200px;
    max-width: 60vw;
    height: 16px;
    margin: -4px auto 0;
}
.dis-heading-wrap .brush-underline path{
    stroke-dasharray: 260;
    stroke-dashoffset: 260;
    transition: stroke-dashoffset 1s ease .6s;
    filter: drop-shadow(0 2px 1px rgba(0,0,0,.35));
}
#dis .container.aos-animate .dis-heading-wrap .brush-underline path{
    stroke-dashoffset: 0;
}

/* A drippy paint edge across the full top of the banner — looks like
   the light section above is dripping down onto the wall, and settles
   in when the banner scrolls into view. */
.paint-edge{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    pointer-events: none;
}
.paint-edge-band{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #fdf6fb;
}
.paint-drip{
    position: absolute;
    top: 0;
    width: 16px;
    fill: #fdf6fb;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .9s cubic-bezier(.34,1.2,.4,1);
}
#dis.aos-animate .paint-drip{
    transform: scaleY(1);
}
#feature{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #D7BDE2;
}


.about{
    display: flex;
    flex-direction: row;
   
}
.about .content1{
    margin-top: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(assets/img/e23e2ee32e3e2e3e2e3e2e3e2e3.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.about .content1 h2{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
 }
 .about .content1 span{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
 }
.about .content h2{
   text-align: center;
   font-family: var(--theme-heading-font);
   color: var(--theme-accent);
   font-weight: 700;
   font-size: 48px;
   line-height: 60px;
   margin-bottom: 20px;
   text-transform: uppercase;
}
.about .content h4{
    font-size:16px;
    line-height: 32px;
    text-align:justify;
}

/***about close***/
#product1{
    text-align: center;
    margin-top: 50px;
}
#product1 .pro-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 26px;
    padding-top: 20px;
    text-align: left;
}
#product1 h2{
    text-align: center;
   font-weight: 700;
   font-size: 48px;
   line-height: 60px;
   margin-bottom: 20px;
   text-transform: uppercase;
}
#product1 p{
    text-align: center;
   font-weight: 600;
   font-size: 20px;
   line-height: 60px;
   margin-bottom: 20px;
   text-transform: uppercase;
}
.section-p1{
    padding: 40px 80px;
}
#product1 .pro{
    display: flex;
    flex-direction: column;
    background: #f9f1fb;
    border: 1px solid #e4c7ec;
    border-radius: 16px;
    padding: 12px 12px 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#product1 .pro:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(139,0,139,.16);
    border-color: darkmagenta;
    text-decoration: none;
    color: inherit;
}
#product1 .pro-imgbox{
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
}
#product1 .pro-imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
#product1 .pro:hover .pro-imgbox img{
    transform: scale(1.05);
}
.carousel-dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 2;
}
.carousel-dot{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(0,0,0,.15);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.carousel-dot.active{
    background: #fff;
    transform: scale(1.2);
}
#product1 .pro-sold{
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(20,0,20,.75);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 20px;
}
#product1 .pro-body{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px 4px 0;
}
#product1 .pro-cat{
    color: darkmagenta;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}
#product1 .pro-body h5{
    padding-top: 6px;
    color: #111;
    font-size: 17px;
    font-weight: 700;
}
#product1 .pro-body .star{
    padding-top: 6px;
}
#product1 .pro-body .star i{
    font-size: 12px;
    color:rgb(243, 181, 25);
}
#product1 .pro-body .pro-desc{
    padding-top: 6px;
    font-size: 13px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#product1 .pro-bottom{
    margin-top: auto;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
#product1 .pro-price{
    font-size: 15px;
    font-weight: 700;
    color: darkmagenta;
}
#product1 .pro-cart{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .5px;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: darkmagenta;
    color: #fff;
    transition: 0.3s all;
    white-space: nowrap;
}
#product1 .pro:hover .pro-cart{
    background-color: #6e0070;
}

.section-m1{
    margin: 40px 0;
}
#banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    text-align: center;
    background : linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(assets/img/b5020457-2b37-4a49-8440-8e629c668dd0.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}
#banner h4{
    color: #fff;
    font-weight: 700;
}
#banner h2{
    color: #fff;
    font-size: 28px;
    font-weight:800 ;

}
.artist{
    padding: 80px 0;
}
.artist-wrap{
    display: flex;
    gap: 50px;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
}
.artist-photo{
    width: 260px;
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
}
.artist-tag{
    display: block;
    color: darkmagenta;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.artist-info h2{
    font-size: 32px;
    margin-bottom: 16px;
    color: #111;
}
.artist-bio{
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}
.artist-pills{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.artist-pills span{
    background: #f0d6f0;
    color: #6e0070;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 7px 14px;
    border-radius: 20px;
}
.artist-bottom{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.artist-btn{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: .8rem 1.8rem;
    border-radius: .5rem;
    background-color: darkmagenta;
    color: #fff;
    display: inline-block;
    transition: 0.3s all;
}
.artist-btn:hover{
    background-color: #6e0070;
    color: #fff;
}
.artist-social{
    display: flex;
    gap: 10px;
}
.artist-social a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #f0d6f0;
    color: darkmagenta;
    transition: 0.3s all;
}
.artist-social a:hover{
    background-color: darkmagenta;
    color: #fff;
}
.artist-social a i{
    font-size: 14px;
}
.contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    background: #fdf6fb;
    padding: 60px 0;
}
.contact .section_title h2{
    font-weight: 700;
   font-size: 48px;
   line-height: 60px;
   margin-bottom: 20px;
   text-transform: uppercase;
   text-align:center;
   color: #111;
}
.contact .section_title p{
    color: #111;
}
.contact .info{
    padding: 30px;
    width: 100%;
    background-color: darkmagenta;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    display: flex;
}
.contact .info_inner{
    padding: 15px;
    color: #fff;
}
.contact .info i{
    font-size: 20px;
    color:darkmagenta;
    width: 44px;
    height: 44px;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
}
.contact .info i:hover{
    background-color:#111;
}
.contact .info_inner h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}
.contact .info_inner p{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans'sans-serif;
}
.contact .email_form{
    width: 100%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.contact .email_form input{
    height: 44px;
}
.contact .email_form input,.contact .email_form textarea{
    border-radius: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.contact .email_form button{
    border: none;
    background-color: #111;
    padding:10px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}
.contact .email_form button:hover{
    background-color: #2c2b2b;
}
.blog{
    margin-top: 70px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.blog .blog1 h2{
    margin-top: 50px;
    font-size: 40px;
    font-weight: 700;
}
.blog .blog1 h4{
    font-size: 30px;
    font-weight: 400;
}
.blog .blog1 img{
    width: 40%;
    height: auto;
    border-radius: 50%;

}
.blog .blog1 button{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: .75rem 2.5rem;
    border-radius: 50px;
    margin: 10px;
    border : 2px solid darkmagenta;
    background-color: transparent;
    color: darkmagenta;
    transition: 0.6s all;
    border-radius: .5rem;
    margin-top: 50px;
}
.blog .blog1 button:hover{
    background-color: darkmagenta;
    color: #fff;
}
.tags{
    background-color: #fdf6fb;
    padding: 60px 0;
}
.press-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 26px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}
.press-card{
    display: flex;
    flex-direction: column;
    background: var(--theme-card-bg);
    border: 1px solid var(--theme-card-border);
    border-radius: 16px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.press-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(139,0,139,.16);
    border-color: var(--theme-accent);
}
.press-imgbox{
    display: flex;
    height: 180px;
    background: #fff;
}
.press-imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.press-imgbox.has-two img{
    width: 50%;
    border-right: 1px solid #eee;
}
.press-imgbox.has-two img:last-child{
    border-right: none;
}
.press-body{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px;
}
.press-date{
    color: var(--theme-accent);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 6px;
}
.press-body h3{
    font-family: var(--theme-heading-font);
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}
.press-body p{
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 14px;
}
.press-links{
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 4px;
}
.press-links a, .press-more-btn{
    -webkit-appearance: none;
    appearance: none;
    forced-color-adjust: none;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .5px;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: var(--theme-accent);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s all;
}
.press-links a:hover, .press-more-btn:hover{
    background-color: var(--theme-accent-hover);
    color: #fff;
}
.press-link-options{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#footer{
    background-color:darkmagenta;
    background-size: cover;
    font-size: 14px;
    color: #fff;
    
}
#footer .footer_top{
    padding: 60px 0 30px 0;
}
#footer .footer_contact,#footer .footer_links{
    margin-bottom: 30px;
}
#footer .footer_top .footer_contact p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Raleway',sans-serif;
    color: #fff;
}
#footer .footer_top .footer_contact a{
    color: #fff;
}
#footer .footer_top h4{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 12px;
}
#footer .footer_top .footer_links ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#footer .footer_top .footer_links ul li{
    padding:  10px 0;
    display: flex;
    align-items: center;
}
#footer .footer_top .footer_links ul li:first-child{
    padding-top: 0;
}
#footer .footer_top .footer_links ul i{
    padding-right: 6px;
    color:#fff;
    font-size: 10px;
}
#footer .footer_top .footer_links ul a{
    color:#fff;
    font-family: 'Open Sans',sans-serif;
    display: inline-block;
    line-height: 1;
    transition: 0.3s ease-in-out;
    font-size: 14px;
}
#footer .footer_top .footer_links ul a:hover{
    color: #2c2b2b;
}
#footer .footer_newsletter{
    font-size: 15px;
}
#footer .footer_newsletter form{
    display: flex;
    height: 44px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 50px;
    border: 1px solid #e4e3e6
}
#footer .footer_newsletter form input[type="email"]{
    border: 0;
    padding: 4px 8px;
    width: 100%;
    border-radius: 50px;
}
#footer .footer_newsletter form input[type="email"]:focus{
    outline: none;
}
#footer .footer_newsletter form input[type="submit"]{
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    background-color:#C39BD3;
    color:#111;
    border-radius: 50px;
    box-shadow:0 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}
#footer .footer_newsletter form input[type="submit"]:hover{
    background-color:#DCEDC8;
}
#footer .copyright{
    font-family: 'Open Sans',sans-serif;
}
#footer .credits{
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
    font-family: 'Open Sans',sans-serif;

}
#footer .credits a{
    color:#fff;
    font-weight: 600;
}
#footer .credits p{
    color: #fff;
}
#footer .social{
    display:flex;
    align-self: center;
    justify-content: center;
}
#footer .social a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 3px;
    transition: 0.3s ease-in-out;
}
#footer .social a:hover{
    background-color: #444444;
    font-size: 16px;
}
#footer .social i{
    color:#111;
}
.back_to_top{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    background-color:#C39BD3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    will-change: transform;
    transform: translateZ(0);
    transition: 0.4s all;
}
.back_to_top i{
    color: #fff;
    font-size: 18px;
}
.back_to_top:hover{
    background-color:#C39BD3;
}
.back_to_top.show_btn{
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width:991px){
    #navigation{
        background-color: darkmagenta;
        top:0;
        box-shadow: 0 2px 15px darkmagenta;
    }
    #navigation #navbarNav{
        background-color: darkmagenta;
    }
    #navigation .navbar-nav{
        background: transparent;
        padding: 0 0 15px;
        border-radius: 0;
        align-items: stretch;
    }
    #navigation .logo{
        padding: 17px 0 17px 0;
    }
    #navigation .container{
        padding-right: 15px;
        padding-left: 15px;
    }
    #navigation #navbarNav a{
        color: #f0d6f0;
        text-align: center;
        margin: 4px 0;
    }
    #navigation #navbarNav .nav-item a:hover{
        color: #fff;
        background: rgba(255,255,255,0.15);
    }
    #navigation #navbarNav .nav-item.active a{
        background:#fff;
        color:darkmagenta;
    }
    #navigation #navbarNav .nav-item.active a:hover{
        background:#fff;
        color:darkmagenta;
    }
    #navigation.nav-scroll{
        background-color: darkmagenta;
    }
    #navigation .navbar-toggler span{
        color: #fff;
        font-size: 21px;
    }
    #navigation .navbar-toggler:focus{
        outline: none;
    }
    #s1 h1, .about .content h2, .portfolio .section_title h2, .treatments .section_title h2, .contact .section_title h2{
        font-size: 32px;
        line-height: 36px;
    }
    .section-p1{
        padding: 40px 20px;
    }
    .artist{
        padding: 50px 0;
    }
    .artist-wrap{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 20px;
    }
    .artist-photo{
        width: 200px;
        height: 250px;
    }
    .artist-pills, .artist-bottom{
        justify-content: center;
    }
    #s1{
        padding: 105px 20px 45px;
    }
    #s1 .avatar-wrap{
        width: 64px;
        height: 64px;
        margin-bottom: 14px;
    }
    #s1 .avatar-wrap img{
        width: 64px;
        height: 64px;
    }
    #s1 .avatar-wrap svg{
        width: 72px;
        height: 72px;
    }
    #s1 .sub{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:500px){
    #navigation .navbar-brand{
        font-size:  19px !important;
    }
}

/***inquire***/
.inquire-section{
    padding-top: 140px;
    min-height: 80vh;
}
.inquire-wrap{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}
.inquire-product{
    display: flex;
    gap: 20px;
    flex: 1 1 320px;
}
.inquire-imgbox{
    position: relative;
    width: 200px;
    height: 250px;
    flex-shrink: 0;
    border-radius: .75rem;
    overflow: hidden;
}
.inquire-product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .75rem;
}
.inquire-tag{
    font-size: 13px;
    text-transform: uppercase;
    color: darkmagenta;
    font-weight: 600;
}
.inquire-product h2{
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    margin: 6px 0;
}
.inquire-product p{
    font-size: 18px;
    font-weight: 600;
}
.inquire-desc{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666;
    margin-top: 6px;
}
.sold-out-note{
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #c0392b;
}
.inquire-form{
    flex: 1 1 320px;
    background: #f7f3fa;
    padding: 30px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.inquire-form h3{
    font-family: 'Raleway', sans-serif;
    color: darkmagenta;
}
.inquire-form label{
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
}
.inquire-form input, .inquire-form textarea{
    padding: .6rem .8rem;
    border: 1px solid #ddd;
    border-radius: .4rem;
    font-family: 'Open Sans', sans-serif;
}
.inquire-form input:focus, .inquire-form textarea:focus{
    outline: none;
    border-color: darkmagenta;
}
.inquire-submit{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: .9rem 2.2rem;
    border-radius: .5rem;
    border: none;
    background-color: darkmagenta;
    color: #fff;
    cursor: pointer;
    transition: 0.3s all;
    align-self: flex-start;
}
.inquire-submit:hover{
    background-color: #6e0070;
}
.inquire-submit:disabled{
    opacity: .6;
    cursor: not-allowed;
}
.inquire-status{
    color: #c0392b;
    font-size: 13px;
}
.inquire-success{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.inquire-success i{
    font-size: 60px;
    color: #1e8449;
    margin-bottom: 16px;
}
.inquire-success h3{
    font-family: 'Raleway', sans-serif;
    margin-bottom: 8px;
}
.inquire-success p{
    margin-bottom: 20px;
}



  
