@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');

/* =====================================================
Small devices (landscape phones, 576px and up)*/
@media (min-width: 575px) {
  

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 993px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* =====================================================
Extra small devices (portrait phones, less than 576px) */
@media (max-width: 400px) {


}
@media (max-width: 575px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
  .text-left {
    padding: 0px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  
}


@media (max-width: 320px) {
 

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 399px) {

p{font-size: 16px; line-height: 2rem;}

h1{ font-size: 2.25rem;}
h2{ font-size: 2rem;}
h3{ font-size: 1.75rem;}
h4{ font-size: 1.5rem;}
h5{ font-size: 1.25rem;}
h6{ font-size: 1.15rem;}

  h1, h2{
    padding-bottom: 15px;
  }
  
  h3, h4{
    padding-bottom: 10px;
  }
  
  h5, h6{
    padding-bottom: 5px;
  }

  .btn-light {
    font-size: 13px;
    padding: 15px 20px;
  }
  .container {
    max-width: 100% !important;
  }
    /* ================================================== */
  
    .section-first{
      padding: 30px 0px 20px 0px;
    }
    .section{
      padding: 20px 0px;
    }
    .section-last{
      padding: 20px 0px 30px 0px;
    }
    
    /* ================================================== */
    
    .section-large-first{
      padding: 30px 0px 15px 0px;
    }
    .section-large{
      padding: 30px 0px;
    }
    .section-large-last{
      padding: 15px 0px 30px 0px;
    }
    
    /* ================================================== */
    
    .section-larger-first{
      padding: 30px 0px 15px 0px;
    }
    .section-larger{
      padding: 30px 0px;
    }
    .section-larger-last{
      padding: 20px 0px 30px 0px;
    }
    /* ================================================== */
    .hero-slider {
      height: 100% !important;
      overflow: hidden;
    }
    .hero-artist {
      display: none;
    }
    .hero-text-content {
      max-width: 95%;
      padding: 30px 15px;
      position: relative;
      left: 0px;
    }
    .hero-text-content h1.name {
      font-size: 2rem;
    }
    .hero-text-content h3 {
      font-size: 30px;
    }
    .about-text h5 {
      font-size: 28px;
      line-height: 3rem;
      padding-bottom: 10px;
    }
    .exbn-tab ul {
      float: left !important;
      margin-bottom: 30px;
    }
    .exbn-tab .nav-link {
      margin: 0px 30px 0px 0px;
    }
    .award .nav-link {
      font-size: 22px;
      margin-right: 20px;
    }
    .award-tab-info .awd-img {
      width: 90px;
      height: 90px;
      float: none;
      display: block;
      margin-top: 20px;
    }
    .awd-info h6{
      font-size: 22px;
    }
    .awd-info p.art{
      font-size: 18px;
    }
    .award-tab-info ul li:nth-last-child(1) {
      margin: 0px 0px 40px 0px;
      border-bottom: 1px solid #999999;
    }
    .thgt-info {
      text-align: center;
      padding: 40px 10px;
    }
    video {
      margin-top: 40px;
      border-radius: 10px;
    }
    .artist-text h6 {
      line-height: 2rem;     
    }
    .bk-img {
      margin-bottom: 0px;
      float: none;
    
    }
    .bk-spc{
      margin-bottom: 40px;
    }
    .bk-spc:nth-last-child(1){
      margin-bottom: 0px;
    }
    .bk-text {
      padding-top: 20px;
    }
    .bk-text a {
      font-size: 13px;
      margin-top: 20px;
    }
    .footer-art .social ul {
      float: left;
      display: block;
    }
    .footer-art .social ul li {
      display: inline-block;
      padding: 20px 10px 0px 0px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 400px) and (max-width: 575.98px) {
p{
  font-size: 16px;
  line-height: 2rem;
}

h1{ font-size: 2.25rem;}
h2{ font-size: 2rem;}
h3{ font-size: 1.75rem;}
h4{ font-size: 1.5rem;}
h5{ font-size: 1.25rem;}
h6{ font-size: 1.15rem;}

  h1, h2{
    padding-bottom: 15px;
  }
  
  h3, h4{
    padding-bottom: 10px;
  }
  
  h5, h6{
    padding-bottom: 5px;
  }
  a {
    display: block !important;
  }
 
  .navbar-brand {
    padding-left: 0px;
  }
  .btn-light {
    font-size: 13px;
    padding: 15px 20px;
  }
  /* ================================================== */
  
  .section-first{
    padding: 30px 0px 20px 0px;
  }
  .section{
    padding: 20px 0px;
  }
  .section-last{
    padding: 20px 0px 30px 0px;
  }
  
  /* ================================================== */
  
  .section-large-first{
    padding: 30px 0px 15px 0px;
  }
  .section-large{
    padding: 30px 0px;
  }
  .section-large-last{
    padding: 15px 0px 30px 0px;
  }
  
  /* ================================================== */
  
  .section-larger-first{
    padding: 30px 0px 15px 0px;
  }
  .section-larger{
    padding: 30px 0px;
  }
  .section-larger-last{
    padding: 20px 0px 30px 0px;
  }
  /* ================================================== */
  .hero-slider {
    height: 100% !important;
    overflow: hidden;
  }

  .hero-slider img.img-fluid{
    width: 100% !important;
    height: auto !important;
  }
  .hero-text-content h3 {
    font-size: 30px;
  }
  .hero-text-content {
    max-width: 95%;
    padding: 30px 15px;
    position: relative;
    left: 0px;
  }
  .hero-text-content h1.name{
    font-size: 2rem;
  }
  .hero-artist {
    display: none;
  }
  .about-text h5 {
    font-size: 28px;
    line-height: 3rem;
    padding-bottom: 10px;
  }
  .exbn-tab .nav-link {
    margin: 0px 40px 0px 0px;
  }
  .exbn-tab ul{
    float: left !important;
    margin-bottom: 30px;
  }
  .award .nav-link {
    font-size: 24px;
    margin-right: 30px;
  }
  .award-tab-info .awd-img {
    width: 100px;
    height: 100px;
    float: none;
    display: block;
    margin-top: 20px;
  }
  .awd-info h6{
    font-size: 22px;
  }
  .awd-info p.art{
    font-size: 18px;
  }
  .award-tab-info ul li:nth-last-child(1) {
    margin: 0px 0px 40px 0px;
    border-bottom: 1px solid #999999;
  }
  .award-text h6 {
    line-height: 2rem;
  }
  .artist-text h6 {
    line-height: 35px;
  }
  video {
    margin-top: 50px;
  }
  .thgt-info {
    text-align: center;
    padding: 40px 60px;
  }
  .bk-img {
    width: 150px;
    height: auto;
    margin-bottom: 0px;
    float: none;
    margin-right: 20px;
  }
  
  .bk-spc{
    margin-bottom: 30px;
  }
  .bk-spc:nth-last-child(1){
    margin-bottom: 0px;
  }
  .bk-text {
    padding-top: 20px;
  }
  .bk-text a {
    margin-top: 20px;
  }
  .footer-art .social ul {
    float: left;
    display: block;
  }
  .footer-art .social ul li {
    display: inline-block;
    padding: 20px 20px 0px 0px;
    
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

p{
  font-size: 17px;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  letter-spacing: .5px;
}
  h1{ font-size: 3rem;}
  h2{ font-size: 2.5rem;}
  h3{ font-size: 2rem;}
  h4{ font-size: 1.75rem;}
  h5{ font-size: 1.5rem;}
  h6{ font-size: 1.25rem;}
  
  h1, h2{
    padding-bottom: 15px;
  }
  
  h3, h4{
    padding-bottom: 10px;
  }
  
  h5, h6{
    padding-bottom: 5px;
  }
  a {
    display: block !important;
  }
 
  .btn-light {
    font-size: 13px;
    padding: 15px 20px;
  }
  /* ================================================== */
  
  .section-first{
    padding: 60px 0px 25px 0px;
  }
  .section{
    padding: 25px 0px;
  }
  .section-last{
    padding: 25px 0px 60px 0px;
  }
  
  /* ================================================== */
  
  .section-large-first{
    padding: 40px 0px 20px 0px;
  }
  .section-large{
    padding: 40px 0px;
  }
  .section-large-last{
    padding: 20px 0px 40px 0px;
  }
  
  /* ================================================== */
  
  .section-larger-first{
    padding: 60px 0px 25px 0px;
  }
  .section-larger{
    padding: 60px 0px;
  }
  .section-larger-last{
    padding: 25px 0px 60px 0px;
  }
  /* ================================================== */
  
  .hero-text-content {
    max-width: 100%;
    padding: 50px 30px;
    position: relative;
    left: 0px;
  }
  
  .hero-text-content h3 {
    font-size: 40px;
  }
  
  .hero-text-content h1.name{
    font-size: 2.25rem;
  }
  .hero-artist {
    display: none;
  }
  .about-text h5 {
    font-size: 30px;
    line-height: 3rem;
    padding-bottom: 15px;
  }
  .exbn-tab .nav-link {
    margin: 0px 40px 0px 0px;
  }
  .exbn-tab ul{
    float: left !important;
    margin-bottom: 30px;
  }
  .award-tab-info .awd-img {
    width: 110px;
    height: 110px;
    float: right;
  }
  video {
    margin-top: 60px;
  }
  .artist-text h6 {
    line-height: 35px;
  }
  .bk-img {
    width: 150px;
    height: auto;
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
  }
  
  .bk-spc:nth-child(1), .bk-spc:nth-child(2){
    margin-bottom: 0px;
  }
  .bk-text {
    padding-top: 20px;
  }
  .bk-text a {
    margin-top: 20px;
  }
  
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
  
  p{
  font-size: 18px;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  letter-spacing: .5px;
}
  h1{ font-size: 3.25rem;}
  h2{ font-size: 2.75rem;}
  h3{ font-size: 2.5rem;}
  h4{ font-size: 2rem;}
  h5{ font-size: 1.75rem;}
  h6{ font-size: 1.5rem;}

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

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

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

  .btn-light {
    font-size: 12px;
    padding: 15px 20px;
  }

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

  .section-first{
    padding: 80px 0px 30px 0px;
  }
  .section{
    padding: 30px 0px;
  }
  .section-last{
    padding: 30px 0px 80px 0px;
  }

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

  .section-large-first{
    padding: 50px 0px 20px 0px;
  }
  .section-large{
    padding: 50px 0px;
  }
  .section-large-last{
    padding: 20px 0px 50px 0px;
  }

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

  .section-larger-first{
    padding: 80px 0px 30px 0px;
  }
  .section-larger{
    padding: 80px 0px ;
  }
  .section-larger-last{
    padding: 30px 0px 80px 0px;
  }
  /* ================================================== */
  .hero-text-content h1.name{
    font-size: 2.75rem;
  }
  .hero-text-content h3 {
    font-size: 42px;
  }
  .hero-text-content {
    width: 100%;
    position: relative;
    padding: 0px 15px;
    left: 0px;
    z-index: 1;
  }
  .hero-artist img {
    width: 100%;
    max-height: none;
    filter: grayscale(1);
    opacity: 0.3;
  }
  .about-text h5 {
    font-size: 32px;
    line-height: 3rem;
  }
  .exbn-tab .mt-4{
    margin-top: 0px !important;
  }
  .award-tab-info .awd-img {
    width: 110px;
    height: 110px;
    float: right;
  }
  .award-text {
    padding-top: 50px;
    border-top: 1px solid #999999;
    margin-top: 0px;
  }
  video {
   margin-top: 80px;
  }
  .bk-img {
    width: 160px;
    height: auto;
    margin-bottom: 40px;
  }
  .bk-spc:nth-child(1), .bk-spc:nth-child(2){
    margin-bottom: 50px;
  }
  .bk-text a {
    margin-top: 20px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

  p{
    font-size: 18px;
    line-height: 2rem;
    font-weight: normal;
    padding: 0;
    margin: 0;
    letter-spacing: .5px;
  }
  h1{ font-size: 3.5rem;}
  h2{ font-size: 3rem;}
  h3{ font-size: 2.75rem;}
  h4{ font-size: 2.5rem;}
  h5{ font-size: 2rem;}
  h6{ font-size: 1.5rem;}

  h1, h2{
    padding-bottom: 15px;
  }
  
  h3, h4{
    padding-bottom: 10px;
  }
  
  h5, h6{
    padding-bottom: 5px;
  }
  .btn-light {
    font-size: 12px;
    padding: 15px 20px;
  }
  /* ================================================== */

  .section-first{
    padding: 100px 0px 40px 0px;
  }
  .section{
    padding: 40px 0px ;
  }
  .section-last{
    padding: 40px 0px 100px 0px;
  }

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

  .section-large-first{
    padding: 70px 0px 25px 0px;
  }
  .section-large{
    padding: 70px 0px ;
  }
  .section-large-last{
    padding: 25px 0px 70px 0px;
  }

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

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

  .hero-text-content .name {
    font-size: 3rem;
  }
  .hero-text-content h3 {
    font-size: 44px;
  }
  .hero-text-content {
    width: 100%;
    position: relative;
    left: 0px;
    z-index: 1;
    padding: 30px;
  }
  
  .hero-artist img {
    width: 100%;
    max-height: none;
    filter: grayscale(1);
    opacity: 0.3;
    position: relative;
    top: -200px;
    bottom: 0;
  }
  .about-text h5 {
    line-height: 3rem;
    padding-bottom: 30px;
  }
  .gallery {
    height: auto;
  }
  .gallery img {
    max-width: 100%;
    height: auto;
  }
  .gal-art-info {
    padding: 60px 10px 10px 10px;
  }
  .award-tab-info .awd-img {
    width: 110px;
    height: 110px;
    float: right;
  }
  .thgt-info {
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
 
}

