@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


/*
================ TABLE OF CONTENT =========================

  1 - GLOBAL STYLE
1.1 - COMMON STYLE
1.2 - NAV BAR SECTION
1.3 - CAROUSEL / HERO IMAGE

  2 - ABOUT SECTION
  3 - EXIBITIONS SECTION
  4 - GALLERY SECTION
  5 - AWARDS SECTION
  6 - THOUGHTS SECTION
  7 - ARTIST SECTION
  8 - BOOK SECTION
  9 - FOOTER SECTION

================ TABLE OF CONTENT =========================
*/

/* ====== 1 - GLOBAL STYLE STARTS ====== */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }

body{
    background: #534c55 url(../../images/artist_body_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    font-family: 'Jost', sans-serif;
}
/* ====== 1.1 - COMMON STYLE STARTS ====== */
.container{
    max-width: 95% !important;
}
.frame{
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
}
p{
    font-size: 20px;
    font-weight: normal;
    color: #534c55;
    line-height: 2.5rem;
    padding: 0;
    margin: 0;
    letter-spacing: .5px;
}

    h1{ font-size: 4rem;}
    h2{ font-size: 3.5rem;}
    h3{ font-size: 3rem;}
    h4{ font-size: 2.75rem;}
    h5{ font-size: 2.25rem;}
    h6{ font-size: 1.75rem;}


h1, h2, h3, h4, h5, h6{
    color: #190f1d;
    padding: 0;
    margin: 0;
}

h1, h2{
    padding-bottom: 20px;
}

h3, h4{
  padding-bottom: 15px;
}

h5, h6{
  padding-bottom: 10px;
}

a.link {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
}
a {
    color: #111111;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.btn-light:hover{
    color: #ffffff;
    background-color: #333;

}
.btn-light{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background-color: #f2d58f;
    padding: 20px 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0px;
}

.text-semibold{
    font-weight: 500;
}
.text-bold{
    font-weight: 700;
}

ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.title-left {
	text-align: left;
	padding-bottom: 30px;
}

.title-center {
	text-align: center;
	padding-bottom: 60px;
}
.text-container-right, .text-container-left, .text-container{
	display: flex;
    align-items: center;
    justify-content: center;
}

.text-right {
	padding: 0px 50px 0px 0px;
}
.text-left {
    padding: 0px 0px 0px 50px;	
}

.bg-ffffff{
    background-color: #ffffff;
}
.bg-000000{
    background-color: #000000;
}

.para-text-light{
    color: #a497aa;
}
.text-light{
    color: #ffffff;
}
.text-head{
    color: #572b94;
}
.text-subhead{
    color: #ff5400;
}
video {
	width: 100%;
	height: auto;
	border-radius: 25px;
	
}
/* ================================================== */

.section-first{
    padding: 120px 0px 60px 0px;
}

.section{
    padding: 60px 0px ;
}

.section-last{
    padding: 60px 0px 120px 0px;
}

.section-last-1{
    padding: 60px 0px 0px 0px;
}
.section-first-1{
    padding: 0px 0px 60px 0px;
}

/* ================================================== */

.section-large-first{
    padding: 90px 0px 45px 0px;
}
.section-large{
    padding: 90px 0px ;
}
.section-large-last{
    padding: 45px 0px 90px 0px;
}

/* ================================================== */

.section-larger-first{
    padding: 120px 0px 60px 0px;
}
.section-larger{
    padding: 120px 0px ;
}
.section-larger-last{
    padding: 60px 0px 120px 0px;
}
/* ================================================== */

/* ====== 1.2 - NAVBAR ====== */

/* ====== 1.2 - NAVBAR ====== */


/* ====== 1.3 - CAROUSEL / HERO IMAGE STARTS ====== */
    .hero-slider {
    height: 100vh !important;
    overflow: hidden;
}
    .hero-bg, .hero-text {
        background-color: #190f1d;
    }
    .hero-artist{
        height: 100vh !important;
        background-color: #190f1d;      
        overflow: hidden;
    }
    .hero-artist img{
        width: auto;
        max-height: 100%;
        filter: grayscale(1);
        opacity: 0.3;
    }
    
    .hero-text-content h1, .hero-text-content h3 {
        color: #ffffff;
    }
    .hero-text-content p {
        color: #a497aa;
    }
    .hero-text-content h3 {
        font-size: 30px;
    }
    .hero-text {
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-text-content {
        width: 140%;
        position: absolute;
        left: 50px;
        z-index: 1;
    }
    .hero-text-content .name{
        font-weight: 1000;
        color: #fff;
        text-transform: uppercase;
    }
    
    /* ====== 1.3 - CAROUSEL / HERO IMAGE ENDS ====== */


/* ====== 2 - ABOUT ME ====== */
.artist-img{
    width: 100%;
}
.about-text h5{
    font-size: 32px;
    
    line-height: 3.5rem;
    padding-bottom: 30px;
}
/* ====== 2 - ABOUT ME ====== */


/* ====== 3 - EXIBITIONS ====== */

.exbn-tab .active::after{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ff5400;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.exbn-tab .nav-link {
    font-size: 24px;
    color: #999999;
    font-weight: 600;
	display: block;
	padding: 0px;
	margin-left: 40px;
    text-decoration: none;
	transition: color 0.15s ease-in-out;
    position: relative;
}
.exbn-tab .active, .exbn-tab:hover{
    color: #ff5400 !important;
    background-color: transparent !important;
}
.exbn-pic{
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 15px;
}

.exbn-section .exbn-pic img{
    transform: scale(1);
    transition: all 0.5s ease-in-out;    
}

.exbn-section:hover .exbn-pic img{
    transform: scale(1.2);    
}
.exbn-section h6{
    font-size: 24px !important;
    font-weight: normal;
    color: #ff5400 !important;
}
.exbn-section p.location{
    font-size: 16px !important;
    color: #000000 !important;
    padding-top: 20px;
}
.location span{
    font-size: 16px !important;
    font-weight: 600;
    color: #572b94;
}



/* ====== 3 - EXIBITIONS ====== */

/* ====== 4 - GALLERY ====== */

.gallery{
    overflow: hidden !important;
    background-color: #111111;
    height: auto;
    position: relative;
}
.gallery img{
    max-width: 100%;
    height: auto;
    padding: 4px 2px;
    transition: all .8s cubic-bezier(0.165, 0.184, 0.44, 1);
}

.gal-art-info{
    width: 100%;
    text-align: right;
    /* background: rgba(255, 255, 255, .9); */
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 60px 30px 10px 10px;
    opacity: 0;
    position: absolute;
    bottom: -30px;
    left: 0px;
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery:hover .gal-art-info{
    opacity: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.gallery img:hover {
    transform: scale(1.1);
    opacity: 0.3;
    filter: grayscale(1);
}

.gal-art-info h6{
    color: #ffffff;
    font-size: 24px;
    padding: 0px;
}
.gal-art-info p{
    color: #cccccc;
    font-size: 16px;
}

/* ====== 4 - GALLERY ====== */

/* ====== 5 - AWARDS ====== */

.award .nav-link {
    font-size: 24px;
    color: #999999;
    font-weight: 600;
	display: block;
	padding: 0px;
	margin-right: 40px;
    text-decoration: none;
	transition: color 0.15s ease-in-out;
    
}
.award .active, .exbn-tab:hover{
    color: #ff5400 !important;
    background-color: transparent !important;
}
.award-tab-info .awd-info{
    display: inline-block;
}
.award-tab-info .awd-img{
    width: 130px;
    height: 130px;
    float: right;
    border-radius: 10px;
    overflow: hidden;
}
.award-tab-info .awd-img img{
    transition: all .3s ease-in-out;    
}
.award-tab-info ul li:hover .awd-img img{
    color: #572b94;
    transform: scale(1.1)
}

.award-tab-info ul li{
    padding: 30px 0px 40px 0px;
    border-top: 1px solid #999999; 
}
.awd-info h6{
    transition: all .3s ease-in-out;
}
.award-tab-info ul li:hover .awd-info h6{
    color: #572b94;
    transform: translateX(20px);
}

.awd-info p.art{
    font-size: 20px;
    color: #000000;
    padding: 10px 0px 0px 0px;
}
.awd-info p.art-info{
    font-size: 16px;
    color: #534c55;
    line-height: normal;
}
.award-text-outer{
    display: flex;
    align-items: center;
    justify-content: center;  
}
.award-text h6{
    color: #534c55;
    font-weight: normal;
    line-height: 3rem;
}

/* ====== 5 - AWARDS ====== */


/* ====== 6 - THOUGHTS ====== */
.thgt-slider{
    height: 100% !important;
    background-color: #ffffff;
}
.thgt-info{
    text-align: center;
    padding: 40px 100px;
}    

.swiper-slide img{
    max-width: 100%;
    height: auto;
}

/* ====== 6 - THOUGHTS ====== */


/* ====== 7 - ARTIST ====== */
.artist-text h6{
    line-height: 45px;
}
/* ====== 7 - ARTIST ====== */

/* ====== 8 - BOOKS ====== */
.books:hover .bk-img{
    transform: scale(1.1)
}
.bk-img img{
    border-radius: 15px;
}
.bk-img{
    width: 180px;
    height: auto;
    margin-bottom: 40px;
    background-color: #120d14;
    padding: 10px;
    border-radius: 20px;
    transition: all .3s ease-in-out;
}


.bk-text p.bk-head{
    color: #f2d58f;
    font-weight: bold;
}
.bk-text p{
    font-size: 18px;
    color: #a497aa;
    padding: 0px !important;
    line-height: normal;
}
.bk-text a{ 
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 30px;
    
}
.bg-img-book{
    background-color: #190f1d;
    /* background: url(../../images/book_bg.jpg) no-repeat center center fixed;
    background-size: cover; */
}
/* ====== 8 - BOOKS ====== */

/* ====== 9 - FOOTER ====== */
.footer-art{
        padding: 20px 0px;
    }    
    .footer-art p{
        font-size: 16px;
        color: #534c55;
    }

.footer-art .social ul{
    float: right;
    display: block;
}
.footer-art .social ul li{
    display: inline-block;
    padding-left: 20px;
}
.footer-art .social ul li i{
    color: #2b202f;
    font-size: 32px;
    transition: all .3s ease-in-out;
}
.footer-art .social ul li i:hover{
    color: #f2d58f;
}
/* ====== 9 - FOOTER ====== */
 





















