
html, body {
  width: 100%;
  height:100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(-55deg, #27f5eb, #ff8150, #a6f527, #27f5eb);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
 
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@font-face {
  font-family: "Courier Prime";
  src: url(https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap);
  font-weight: normal;
}

h1 { 
	font-family: "Courier Prime", Times, serif;
  font-weight: normal;
  font-style: normal;
	font-size: 24px;
	color: #ffffff;
	border-right: .0em solid gray;
	width: 18.5em; 
	width: 14ch;
	margin-bottom: 4%;
	white-space: nowrap;
	letter-spacing: 3px;
	overflow: hidden;
	text-align: center;
	text-shadow: 1px 1px 2px black, 0 0 1px black, 0 0 1px black;
	-webkit-animation: typing 2s steps(14, end),
	           blink-caret .5s step-end infinite alternate;
}

p { text-shadow: 1px 1px #666666; font-size: 17px; color: #ffffff; line-height: 1.8; }


.hv {
position: relative;
height: 550px; /* or any desired height */
}

.hvcenter {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* START NAVIGATION */

.navbar {
  width: 100%;
  background: #2e4053; 
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index:99;
  margin: 0;
}

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #d4ac0d;
  background-image: linear-gradient(to right, red, orange);
}

.active {
  background-color: #e74c3c;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
} 

/* END NAVIGATION */

 
.footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #2e4053;
  color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}  

.footer a {
  color: white;
  text-decoration: underline;
  font-size: 17px;
}

.footer a:hover {
  color: #ffff00;
}


/* START CONTACT FORM */

input {
    background-color: purple;
    color: white;
    width: 60%;
    padding: 10px;
    border-radius: 5px;
    border-color: #cccccc;
    box-sizing: border-box;
}
input:focus {
    background-color: #0F52BA;
}
input:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}

button[type="submit"] {
    background-color: purple;
    width: 150px;
    display: block;
    margin: 0px auto;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    font-family: "Courier New", Courier, monospace;
    color: white;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: indigo;
}

input::placeholder {
  color: white;
  opacity: 0.5;
  font-weight: bold;
}
textarea::placeholder {
  color: white;
  opacity: 0.5;
  font-weight: bold;
}
textarea:focus {
    background-color: #0F52BA;
}
textarea:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}
textarea {
    background-color: purple;
    color: white;
    width: 60%;
    height: 250px;
    padding: 10px;
    border-radius: 5px;
    border-color: #cccccc;
    box-sizing: border-box;
}

/* END CONTACT FORM */


/* START IMDB BUTTON */
.button-32 {
  background-color: #fff000;
  border-radius: 12px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  transition: 200ms;
  width: 200px;
  box-sizing: border-box;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-32:not(:disabled):hover,
.button-32:not(:disabled):focus {
  outline: 0;
  background: #f4e603;
  box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

.button-32:disabled {
  filter: saturate(0.2) opacity(0.5);
  -webkit-filter: saturate(0.2) opacity(0.5);
  cursor: not-allowed;
}

/* END IMDB BUTTON */

.specific-img {
      max-width: 400px; 
      padding: 25px; 
      height: auto;
    }


/* START IMAGE CAROUSEL */


.gallery{
  position: relative;
  width: 205px;
  height: 300px;
  transform-style:preserve-3d;
  animation:rotate 55s linear infinite;
  place-items:center;
  margin-top: 2%;
  margin-bottom: 20%;
  top: 50%;
  display: grid;
  justify-content: center;
  align-items: center;
}

@keyframes rotate{
  from{
    transform:perspective(5000px) rotateY(0deg);
  }
  
  to{
    transform:perspective(5000px) rotateY(360deg);
  }
}

.gallery span{
  position:absolute;
  width:100%;
  height:100%;
  transform-origin:center;
  transform-style:preserve-3d;
  transform:rotateY(calc(var(--i) * 45deg)) translateZ(300px);
}

.gallery span img{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* END IMAGE CAROUSEL */




.box {
  background-color: rgba(0, 0, 0, 0.5); /* 50% opacity background */
  color: #ffffff; /* Non-transparent text */
  opacity: 0.8; /* Optional: for additional transparency */
  padding: 20px;
}
 
.box2 {
  background-color: rgba(0, 0, 0, 0.5); /* 50% opacity background */
  color: #ffffff; /* Non-transparent text */
  opacity: 0.8; /* Optional: for additional transparency */
  padding: 5%;
}

.box3 {
  background-color: rgba(0, 0, 0, 0.5); /* 50% opacity background */
  color: #ffffff; /* Non-transparent text */
  opacity: 0.8; /* Optional: for additional transparency */
  padding: 5%;
}

.box3 p {
  text-shadow: 1px 1px #111111; 
  font-size: 17px; 
  color: #ffffff; 
  width: 90%; 
  margin-bottom: 5%; 
  line-height: 1.8;
  text-align: center;
}

@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

.tallboy {  
width: 96%;
text-align: center; 
margin: 0;
padding: 0;
height: 100vh;
display: inline-block;
}

/* START IMAGE GALLERY */

div.gallery2 {
  margin: 5px; 
  justify-content: center; 
  border: 1px solid #111111;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  width: 150px;
  background: #333333;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 5px 10px 0 rgba(0,0,0,.15);
}

div.gallery2:hover {
  border: 1px solid #ffffff;
  transform: scale(1.2); 
}

div.gallery2 img {
  width: 99%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  color: #ffffff;
}

/* END IMAGE GALLERY */


