@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}


body{
	font-family: 'Montserrat', sans-serif;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #000;
  z-index: 99;
}
#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-25px;
  margin-left:-25px;

  z-index: 100;
}


img{
	max-width: 100%;
}
p{
  color: #bebebe;
  text-align: left;
  line-height: 27px;
}

.container{
	margin: 0px auto;
  max-width: 1130px;
  padding: 0px 25px;
  margin-bottom: 50px;
}


.wave{
  position: relative;
  /* background: linear-gradient(0deg, #1c1c1c 0%, #000000 100%); */
  background-image: url("../images/curtain-background.png");
  background-position: bottom;
  background-size:cover;
  background-color: transparent;

	/* background-position: 0px 0px;
	animation: animatedBackground 10s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-webkit-animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-o-animation: animatedBackground 10s linear infinite; */
  
}
.wave {
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:24px;
  padding-top:25px;
  padding-bottom:25px;
  
}
.wave::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image:
   /* radial-gradient(circle at 10px -5px, transparent 12px, rgb(0, 0, 0) 13px); */
}
.wave::after{
  /* content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image:
    radial-gradient(circle at 10px 15px, rgb(0, 0, 0) 12px, transparent 13px); */
}

.login{
  /* background-color: #000; */
  padding: 10px;
  padding-top: 100px;
  color: #999;
  /* border-bottom: #333 solid 2px; */
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  font-size: 15px;
  bottom: 0px;
  z-index: 1;
}
.login-input{
  background-color: transparent;
  border: #fff solid 1px;
  border-radius: 5px;
  padding: 15px;
  width: 25px;
  margin: 5px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
}
.login-input:focus{
  outline:0;
  background-color: transparent;
  border: #eee solid 1px;
  border-radius: 5px;
  padding: 15px;
  width: 25px;
  margin: 5px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
}
.login-logo{
  max-width: 100%;
  width: 230px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.err{
  color: rgb(188, 57, 57);
  padding: 20px;
  display: none;
}

.logo{
	text-align: center;
	padding: 10px;
  width: 160px;
  margin: 0 auto;
}
.nav{
	background-color: #282828;
	padding: 0px;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav ul{
	padding: 0px;
    overflow: auto;
    margin: 0px;

}
.nav ul li{
	list-style: none;
	display: inline-flex;
}
.nav ul li a:hover{
/*	background-color: #000;*/
	color: #ffffff;

}
.nav ul li a{
	padding: 15px 25px;
	text-decoration: none;
	color: #bcbcbc;
}
.nav ul li a.active{
	color: #ffffff;
}

li a.active {
  border-bottom: #999 solid 1px;
  color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.slider{
	text-align: center;
	padding: 25px;
}
.body-area{
	margin-top: 50px;
}
.body-area h1{
	font-size: 25px;
	color: #bebebe;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}

.text-center{
	text-align: center;
}

.min-height{
	height: 500px;
}


/* TABS */

.tab {
  overflow: hidden;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #000000;
  color: #989898;
}

.tab button {
  background-color: inherit;
/*  float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #949494;

  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tab button:hover {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tab button.active {
  background-color: #202020;
  color: #fff;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;

  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.tabcontent {
  display: none;
  padding: 12px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  color: #fff;
  background-color: #202020;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 25px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* TABS ENDS */

#video{
  /* -webkit-box-shadow: 0px 0px 27px -6px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 27px -6px rgba(255,255,255,1);
  box-shadow: 0px 0px 27px -6px rgba(255,255,255,1);   */
}

/* YOUTUBE HEIGHT */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* YOUTUBE HEIGHT END */

textarea{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  background-color: #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 15px;
  color: #bebebe;
  max-width: 550px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
textarea:focus{
  outline-style: none;
  box-shadow: none;
  background-color: black;
  color: white;
}
input[type="submit"]{
  background-color: #222222;
  border: #333333 solid 2px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: block;
}

.projects{
  color: #fff;
}
.projects ul{
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.projects ul li{
  display: inline;
  text-align: center;
  padding: 10px;
}
.projects ul li img{
  max-width: 150px;
}

.col-md-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.clearfix{
  clear: both;
}

#clickme{
  cursor: pointer;
}

#letter{
  display: none;
}


.cover:hover{
  opacity: 0.6;
  transition: opacity 1s ease 0s;
}
.cover:hover .instruction {
  opacity: 1;
  transition: opacity 1s ease 0s;
  color: #000;
}

.cover{
  font-family: 'Patrick Hand', cursive;
  font-size: 22px;
  color: #fff;
  position: relative;
  content: "";
  height: 350px;
  background: url(../images/letter-bg.jpg) repeat;
  max-width: 800px;
  padding: 25px;
  letter-spacing: 1px;
  color: #000 !important;
  box-sizing: border-box;
  margin: 25px auto;
  animation: myAnim 2s ease 0s 1 normal forwards;

}

@keyframes myAnim {
  0% {
    transform: scale(0.5);
  }
  
  100% {
    transform: scale(1);
  }
}

.cover:before{
  position: absolute;
  background: url(../images/letter-trip-hori.jpg) repeat center;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 8px;
}
.cover:after{
  position: absolute;
  background: url(../images/letter-trip-hori.jpg) repeat center;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 8px;
}
.cover-ticket{
  position: absolute;
  right: 15px;
  top: 8px;
}
.cover-name{
  text-align: left;
  position: absolute;
  top: 50%;
  left: 30px;
}

.instruction{
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 12px;
  opacity: 0;
}

.letter{
    font-family: 'Patrick Hand', cursive;
    background: url(../images/letter-bg.jpg) repeat;
    border:  #131313 solid 2px;
    position: relative;
    padding: 60px 80px;
    letter-spacing: 1px;
    color: #000 !important;
}
.letter p{
    font-size: 20px;
    line-height: 36px;
    color: #000 !important;
    text-align: left !important;
}

.letter:before{
  position: absolute;
  background: url(../images/letter-trip.jpg) repeat center;
  content: "";
  left: 0px;
  bottom: 0px;
  top: 0px;
  width: 10px;
}
.letter:after{
  position: absolute;
  background: url(../images/letter-trip.jpg) repeat center;
  content: "";
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 10px;
}

.logo-label{
  position: absolute;
  right: 80px;
  top: 20px;
}
.logo-label img{
  max-width: 130px;
}

.theatre{
  margin: 0 auto;
  text-align: center;
}
.sheets{
  width: 1200px;

}

.asay{
  max-width: 100px !important;
}



 @media only screen and (max-width: 480px)  {
  .letter-body{
    margin: 0px;
    padding: 0px;
   }
   .letter p {
    font-size: 18px;
    line-height:28px;
    }

    .asay{
      max-width: 60px  !important;
    }

    .theatre{
      margin-top: 50px !important;
    }

 }

 @media only screen and (min-width: 200px) and (max-width: 650px)  {
  .nav ul li a{ padding: 10px 10px; }
  .projects ul li img{ max-width: 50px; }
  .projects ul li:nth-child(2) img{ max-width: 40px; }
  .projects ul li:nth-child(3) img,
  .projects ul li:nth-child(4) img,
  .projects ul li:nth-child(5) img{ min-width: 75px; }
  .letter{ margin: 10px 5px; }
  .letter:before,.letter:after{ width: 5px; }
  .min-height{ height: 300px; }
  .login-logo{width: 150px;}
  .logo-label img { max-width: 100px; }

@media only screen and (min-width: 651px) and (max-width: 800px)  {
	.nav ul li a{
		padding: 10px 10px;
	}
  .projects ul li img{
    max-width: 100px;
  }
}

@media only screen and (max-width: 800px)  {

  .col-md-6 {
      width: 100%;
      clear: both;
      box-sizing: border-box;
  }

}


@media only screen and (max-width: 800px)  {

  .logo-label{
    position: relative;
    text-align: left;
    right: inherit;
    top: inherit;
    }
    .letter{
      padding: 10px 20px;
    }

}
