html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 16px/1.6 , sans-serif;
  color: #333;
  text-align:center;
  background: #fff;
}
img {
  border: 0;
  max-width: 100%;
}
html {
  -ms-overflow-style: scrollbar;
}

.lang{
  position: fixed;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #000;
  border-radius:3px;
  border:1px solid #000;
  padding:0 5px;
  margin: 10px;
  z-index: 9999;
  background: #fff;
}
.preloader {
  background: -moz-linear-gradient(top, #cfb7ad 0%, #ece8e9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cfb7ad 0%,#ece8e9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cfb7ad 0%,#ece8e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb7ad', endColorstr='#ece8e9',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

#fullpage {
  z-index: 99;
}
.section{
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section{
    padding: 50px 0;
  }
  .abobg{
    padding-bottom: 100px;
  }
}

/*==============================================
SOCIAL
================================================*/
.social-warp {
  padding:0;
  position: fixed;
  bottom:0.5%;
  left: 0;
  z-index: 9999999;
  width: 100%;
}
.social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social-icons li {
  display: block;
}
.social-icons li a {
  display:block;
  text-align:center;
  font-size:0.9rem;
  width: 48%;
  float: left;
  padding:10px;
  margin: 1%;
}
.social-icons li a:hover {
  color: #ecf0f1;
}
.soc-l{
  background-color: #1abc9c;
  border: 1px solid #1abc9c;
  box-shadow: 0 6px 0 #16a085;
  border-radius: 5px;
  color: #ecf0f1;
  cursor: pointer;
}

.soc-r{
  background-color: #dc3545;
  border: 1px solid #dc3545;
  box-shadow: 0 6px 0 #e24b61;
  border-radius: 5px;
  color: #ecf0f1;
  cursor: pointer;
}

@media (min-width: 767px) {
  .social-icons li a {
    display: inline-block;
    float: right;
    max-width: 150px;
  }
  .soc-r{
    display: none;
    visibility: hidden;
  }
}

/*==============================================
cover
================================================*/

.coverbg{
  background-repeat: no-repeat;
  background: url(../images/banner.png) center bottom;
  background-size: cover;
  height: 100vh;
  padding:0;
}
.b-text{
  max-width: 600px;
  margin: auto;
}
.next-section {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.next-section span {
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.next-section i:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .coverbg{
    background-repeat: no-repeat;
    background:none;
    background-size: cover;
    height:auto;
    padding: 0;
  }
  .coverbg .col-md-6{
    padding: 0;
  }
}
/*==============================================
about
================================================*/
.abobg{
  width: 100%;
  height: auto;
  position: relative;
      background-repeat: no-repeat;
  background: url(../images/mv-bg.jpg)  center right;
  background-size: cover;
  background-attachment: fixed;
}

.abobg video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.abobg video {
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.abobg .overlay {
  content: '';
  opacity: 0.3;
  background: #cfb7ad; 
  /*background: -moz-linear-gradient(top, #cfb7ad 0%, #ece8e9 100%); 
  background: -webkit-linear-gradient(top, #cfb7ad 0%,#ece8e9 100%); 
  background: linear-gradient(to bottom, #cfb7ad 0%,#ece8e9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb7ad', endColorstr='#ece8e9',GradientType=0 );*/
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, #000 0%, #000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
  position:absolute;
  z-index: 1;
  left:0;
  top:0;
  right:0;
  bottom: 0;
}

.about-contentbox{
  z-index: 2;
  position: relative;
  border: 1px solid #777;
  padding: 50px 50px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 15px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
  text-align: justify;
}
.about-contentbox h3{
  font-size: 1.5rem;
  font-family: serif;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.2em;
}
.about-contentbox p{
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.8em;
}
.about-contentbox .sign{
  max-width: 100px;
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-contentbox{
    position: relative;
    padding:15px;
  }
  .about-contentbox .sign{
    right:2%;
    bottom:0;
  }
  .about-contentbox h3{
    font-size: 1.3rem;
  }
  .about-contentbox p{
    font-size: 1rem
  };
}
/*==============================================
mv
================================================*/
.mvbg{
  background-repeat: no-repeat;
  background: url(../images/mv-bg.jpg)  center right;
  background-size: cover;
  background-attachment: fixed;
}
.vidbox{
  border: 1px solid #555;
  box-shadow: 0 16px 15px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
@media (max-width: 767px) {
  .mvbg{
    background-attachment: scroll;
  }
}
/*==============================================
lyric
================================================*/
.lyricbg{
  position: relative;
  background-repeat: no-repeat;
  background: url(../images/lyric-bg.jpg)  center right;
  background-size: cover;
  background-attachment: fixed;
}
.lyricbox{
  border: 1px solid #777;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  font-size: 1rem;
  line-height: 1.7;
  box-shadow: 0 16px 15px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.coverphoto{ 
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent) , to(rgba(250, 250, 250, 0.3)));
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  width: 90%;
  margin: auto;
}

.titlearea-wrap{
  position: absolute;
  top:-15%;
  left:-10%;
  z-index: 2;
}
.titlearea{
  position: relative;
  display: block;
  max-width: 250px;
  text-align: left;
}

.tit-top{
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  z-index: 2;
  position: absolute;
  top: 15%;
  left: 10%;
}
.rotate {
  width:50% ;
  animation: rotation 10s infinite linear;
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

@media (max-width: 767px) {
  .lyricbg{
    background-attachment: scroll;
  }
  .titlearea-wrap{
    display: none;
  }
  .coverphoto{
    margin-bottom: 50px;
  }
}
/*==============================================
media
================================================*/
.mediabg{
  position: relative;
  background-repeat: no-repeat;
  background: url(../images/media-bg.jpg)  center right;
  background-size: cover;
  background-attachment: fixed;
}
.mediabox{
  border: 1px solid #777;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  font-size: 1rem;
  line-height: 1.7;
  box-shadow: 0 16px 15px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.mediabox a img:hover{
  box-shadow:1px 1px 3px 2px rgba(0, 0, 0,.2);
}

.mediaitem{
  display: block;
  height:800px ;
  background: no-repeat top center;
  background-size: cover;
}

.carousel-control-prev {
  margin-left: -100px;
}

.carousel-control-next {
  margin-right: -100px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.mediatitle{
  max-width: 60%;
}

@media (max-width: 767px) {
  .mediatitle{
    max-width: 100%;
    min-width: 100%%;
  }
  .mediaitem{
    height: 600px;
  }
  .carousel-control-prev {
    margin-left: -42px;
  }
  .carousel-control-next {
    margin-right: -42px;
  }
}

.vidtitle{
  font-size: 30px;
  font-family: serif;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}


footer{
  color: #fff;
  background: #779BBB; 
  background: -moz-linear-gradient(top, #779BBB 0%, #A68FBA 100%); 
  background: -webkit-linear-gradient(top, #779BBB 0%,#A68FBA 100%); 
  background: linear-gradient(to bottom, #779BBB 0%,#A68FBA 100%); 
}
