@import url(fonts/font-awesome.css);
@font-face {
  font-family: 'Snell Roundhand';
  font-style: normal;
  font-weight: normal;
  src: local('Snell Roundhand'), url('../fonts/SnellRoundhand.woff') format('woff');
}
@font-face {
  font-family: 'BodoniSvtyTwoSCITCTT-Book';
  src: url('../fonts/BodoniSvtyTwoSCITCTT-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/BodoniSvtyTwoSCITCTT-Book.woff') format('woff'), url('../fonts/BodoniSvtyTwoSCITCTT-Book.ttf')  format('truetype'), url('../fonts/BodoniSvtyTwoSCITCTT-Book.svg#BodoniSvtyTwoSCITCTT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
* { box-sizing: border-box; -webkit-box-sizing: border-box; }
body{
  background: url(../img/01_08_2024/background.jpg) no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

/* .element-bg{
  background: url(../img/22_09_01/net1.png) no-repeat; 
   background-size: cover;
}  */

.artist-bg{
  /* background: url(../img/22_09_08/net1.png) no-repeat; 
   background-size: cover;
   background-position: center; */
   position: relative;
} 
.pageWrapper { min-height: 100vh; width: 100%; height: 100%; clear: both;  background-attachment: fixed;  padding-bottom: 30px; background-size: cover;}
/* .pageWrapper .contaienr{ background: url(../img/STARS.png) no-repeat center center;} */
.intro-text p{
  margin: 0; padding: 0; font-size: 2rem;
}
/* .contaienr { max-width: 925px; margin: 0 auto; padding: 0 15px;} */
.d-flex { display: flex; }
.site-header { margin-bottom: 0px; padding: 25px 0 15px; }
.fixed-headers {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  background: #000;
  background: rgba(0,0,0,0.5); 
  border-bottom: 1px solid rgba(255,255,255,0.2);
  z-index: 2;
}
.logo { 
  float: left; margin-right: 10px;
  /* width: 100%;
  text-align: center; */
}
.logo span { font-size: 16px; color: #fff; }
.nav ul { margin: 0; padding: 0; list-style: none; display: flex; justify-content: flex-end;}
.nav li { margin-right: 5px;}
.nav li:last-child { margin-right: 0; }
.nav li a { display: block; padding: 10px 15px; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 16px;}
.nav li a.mobileshow { display:none; }
.mobile-show{
  display: none;
}
.desktop-hide{
  display: none;
}
.mobile-hide{
  display: none;
} 
.inline-block{
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .nav li a{ color: #fff;}
  .mobile-hide{
      display: none !important;
  }
  .mobile-show{
      display: block;
  }
}
@media screen and (min-width: 769px) {
  .desktop-inline-show{
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
.nav li a.mobileshow   { display:block; }
}
.banner-text { margin: 0 auto; position: relative; }
.right-logo-bottom {
  position: absolute;
  width: 140px;
  right: 0;
  top: 28px;
}
.banner-text img,
.clients-logo img { max-width: 100%; height: auto;}
.clients-logo.clients-logo-artist{ max-width: 500px}
.clients-logo { max-width: 225px; margin: 15px auto 30px;}
.buy-now-btn { text-align: center; margin: 12px auto 35px;}
.buy-now-btn a { font-size: 18px; background: #fff; border: 1px solid #fff; padding: 20px; display: inline-block; color: #33343D; border-radius: 5px; -webkit-border-radius: 5px; font-weight: bold; min-width: 250px;}
.buy-now-btn a:hover { background: #33343D; color: #fff; text-decoration: none;}
.social-icons { margin-bottom: 10px; margin-top: 20px;}
.social-icons ul { margin: 0; padding: 0; list-style: none; display: flex; justify-content: center;}
.social-icons li { margin-right: 10px;}
.social-icons li:last-child { margin-right: 0;}
.social-icons li a { text-align: center; font-size: 16px; line-height: 35px; width: 35px; height: 35px; background: #fff; color: #33343D; display: block; border-radius: 3px; -webkit-border-radius: 3px;}
.social-icons li a:hover { background: #33343D; color: #fff; text-decoration: none;}
.text-white{ color: #FFF;}
.mt-4{ margin-top: 40px;}
.mb-4{ margin-bottom: 40px;}
.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
p.ron {
  font-size: 25px;
  font-family: 'Snell Roundhand';
  margin-bottom: 0px;
  line-height: normal;
  text-transform: none;
  letter-spacing: 9px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #fff;
}
p.fnf {
  font-size: 17px;
  font-family: 'Snell Roundhand';
  text-transform: none;
  border: 1px solid #fff;
  width: 57%;
  margin: 0 auto;
  padding: 2px 0;
  color: #fff;
  margin-top: 15px;
  letter-spacing: 4px;
}
p.comedress {
  font-size: 55px;
  letter-spacing: 8px;
  font-family: 'Snell Roundhand';
  width: 60%;
  margin: auto;
  text-transform: none;
  font-weight: normal;
  margin-top: 30px;
}
p.info-text {
  font-family: 'BodoniSvtyTwoSCITCTT-Book';
  font-size: px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #fff;
}
.text-undercontent-logo {
  margin: 20px 0 40px;
}
.border-radius-none{
  border-radius: 0;
}
p.nandoe {
  color: white;
  text-align: center;
  font-size: 15px;
  letter-spacing: 10px;
  font-family: 'D-DINCondensed-Bold';
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 800px) {
    
}

@media(max-width: 576px) {
  .logo { float: none; margin-right: 0; margin-bottom: 10px; text-align: center;}
  .clients-logo { max-width: 150px;}
  .clients-logo.clients-logo-artist{ max-width: 300px;}
  .nav ul { justify-content: center; float: none;}
}
@media(max-width: 360px) {
  .nav li a { padding: 8px;}
  
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
   /* iframe{ width:90%; height:379px;} */
  
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}
@media only screen and (max-width:533px){
  p.ron {
      font-size: 15px;
      letter-spacing: 15px;
      font-family: 'Snell Roundhand';
      letter-spacing: 4px;
  }  
  p.fnf {
      font-size: 17px;
      margin-top: 7px;
  } 
  .homepage-content-logo {
      width: auto;
  }  
  .p.comedress{
      font-size: 35px;
      margin-top: 24px;
  }  
  .homepage-content-logo{
      padding-top: 0px;
  }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    
    .btn-buynow{ padding: 10px 20px;}
    .nav li a{
      padding: 3px 3px;
      font-size: 13px;
    }
    .logo-img{
      width: 165px;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    
    .btn-buynow{ padding: 10px 20px;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    
    .btn-buynow{ padding: 10px 20px;}

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    
    .btn-buynow{ padding: 10px 20px;}

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    
    .btn-buynow{ padding: 10px 20px;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    
    .btn-buynow{ padding: 10px 20px;}

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    
    .btn-buynow{ padding: 10px 20px;}
    /* .pageWrapper {  background: url(../img/carnival-bg.jpg) no-repeat center 33px; } */
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
   
    .btn-buynow{ padding: 10px 20px;}

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
   
    .btn-buynow{ padding: 10px 20px;}
    .right-logo-bottom {
      position: unset;
      width: 140px;
      right: 0;
      top: 0;
      margin: -20px auto 0;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    
    .btn-buynow{ padding: 10px 20px;}
    .right-logo-bottom {
      position: unset;
      width: 140px;
      right: 0;
      top: 0;
      margin: -20px auto 0;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    
    .btn-buynow{ padding: 10px 20px;}
    .right-logo-bottom {
      position: unset;
      width: 140px;
      right: 0;
      top: 0;
      margin: -20px auto 0;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    
    .btn-buynow{ padding: 10px 20px;}
    .right-logo-bottom {
      position: unset;
      width: 140px;
      right: 0;
      top: 0;
      margin: -20px auto 0;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    
    .btn-buynow{ padding: 10px 20px;}
    .right-logo-bottom {
      position: unset;
      width: 140px;
      right: 0;
      top: 0;
      margin: -20px auto 0;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    
    .buy-now-btn a.btn-buynow{ padding: 10px 14px; min-width: 150px}
    .right-logo-bottom {
      position: unset;
      width: 140px;
      right: 0;
      top: 0;
      margin: -20px auto 0;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    
    .btn-buynow{ padding: 10px 20px;}
    .right-logo-bottom {
      position: unset;
      width: 140px;
      right: 0;
      top: 0;
      margin: -20px auto 0;
    }
}

/* Custom Css Start Here */
.frame-container{
  /* background: url(../img/elements.png) no-repeat;
  background-size: cover;  */
  position: relative;
}
.frame-container .elements img{
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
}
.content-container{
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Xelosa */
  
.index-logo img{
  width: 60%;
  margin: 0 auto;
}
.header-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.nav li a.highlight-link{
  background-color: #08feff;
  color: #000;
}
.logo-img{
  width: 370px;
}

.btn.btn-white{
  height: 50px;
}
.btn.btn-white .glyphicon{
  top: 11px;
}

.hide-desktop{display: none;}
.menu-btn,.close-nav{ display: none}
.nav.custom-nav{
  margin-left:auto;
}
.text-center.artist-img {
	position: relative;
}
.artist-img img {
	mix-blend-mode: lighten;
}

@media(max-width:992px) {
  .nav.custom-nav{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 9999999;
    display: flex;
    justify-content: flex-end;    
    overflow: hidden;
    width:0;
    height:0;
    opacity:0;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out

  }

  .nav.custom-nav > ul{
    width: 360px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #000;
    position:relative;
    right:-400px;
    height:100%;


    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
  .nav.custom-nav > ul li a{ 
    padding:10px;
    font-size:20px;
	color:#fff;
  }
  .mobile-show {
    display: block !important;
}
.mobile-hide {
	display: none !important;
}
  .close-nav{
    position: fixed;
    display: block;
    width: 24px;
    top: 20px;
    right: 20px;
    z-index: 999999;
  }
  .menu-btn{
    display: block;
    align-items: center;
    vertical-align: middle;
    line-height: 43px;
    width: 45px;
    padding: 0 10px;  
  }

  body.show-nav .nav.custom-nav{display: flex; 
    width:auto;
    height:auto;
    opacity:1;

  }
  body.show-nav .nav.custom-nav > ul{right:0px; }
}

@media(max-width:767px) {
  /* iframe{ width:336px; height:187px;} */
  .logo-img{
    width: 160px;
  }

  .menu-btn{ 
    line-height: 26px;
    width: 40px;
  }
  body{
     /* background-size: contain; */
     background-position: top;
     background-repeat: no-repeat;
     background-attachment: fixed;
  }
  .element-bg{
    background-size: contain;
  }
  .pageWrapper .container{
    padding-left: 0;
    padding-right: 0;
  }
}

.ysot-small-logo{
  max-width: 25%;
  margin: 0 auto;
}
.index-logo{
  position: relative;
}
.address img {
  display: inline-block;
  vertical-align: top;
}
.address{
  font-family: "Oswald";
  text-align: center;
  font-size: 2rem;
}
.address span{
  font-family: "Oswald";
  color: #000;
  font-weight: 300;
  font-size: 2rem;
  display: inline-block;
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .address img{
      display: none;
  }
}
/* .element-bg{
  background: url(../img/22_05_12/elements.png) no-repeat;
  background-size: contain;
} */