@import url('https://fonts.googleapis.com/css2?family=Creepster&display=swap');

header{
    font-family: 'Creepster';
    display: flex;
    
}
header p{
  align-items: center;
  justify-content: center;
}
:root {
    --padding-container: 100px 0;
    --color-title: orange;

}
*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
}

.hero {
    width: 100%;
    height: 70vh;
    max-width: 800 px;
    min-width: 600px;
    position: static;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: white;
}

.nav{
    --padding-container:0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10000;
  
  position: sticky;
  display: flex;
  flex-direction: row;
}

.nav__links{
    color: white;
    text-decoration: none;
}

.nav__items{
    list-style: none;

}

.nav__link{
    font-size: 22px;
    padding: 0;
    margin-left: auto;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 4em;
}

.nav__menu{
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.nav__img{
    display: block;
    width: 30px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(180deg, #00000057 0%, #00000057 100%), url(https://th.bing.com/th/id/R.dc8b52c1cb88c714224bc1728ca40f1c?rik=e60Rlyzx2XW6qQ&pid=ImgRaw&r=0);
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
  z-index: -1;
}

h3 {
    color: #361E5C;
    font-style: bold;
    font-family: 'Special Elite';
    font-size: 21px;

}
h2{
  font-family: 'Creepster';
  color: #361E5C;
  font-style: normal;
  font-size: 30px;
}

p {
    color: #361E5C;
    text-align: justify;
    font-family: 'Special Elite';
    font-size: 18px;
    line-height: 1.5em;
}

.hero__container{
    max-width: 800px;
    display: grid;
    --padding-container: 0;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 1em;
    padding-bottom: 100px;
    text-align: center;
}

.hero__title{
    font-size: 5rem;
}

* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

hr {
  position: relative;
  width: 70vw;
  height: 3px;
  background-color: white;
  border-radius: 3px;
  right: -15rem;
  align-items: center;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(17, 16, 16);
  color: white;
}



.sticky {
  background-color: rgb(167, 0, 0);
  padding: 30px;
}

nav div ul {
  display: flex;
  gap: 3rem;
}

nav ul li a {
  font-size: 1.3rem;
  transition: all 0.6s;
}




img {
  width: 25vw;
  height: auto;
  border-radius: 5px;
}

.img1{
  width: 80px;
}

.movie-container {
  padding: 1rem;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.movie-container h2 {
  font-size: 2rem;
  margin: 4rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.movie-container h2::after {
  content: '';
  display: block;
  width: 70%;
  height: 5px;
  margin-top: 0.5rem;
  border-radius: 10px;
  background-color: rgb(167, 0, 0);
}


.cntnt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5rem;
}

.cntnt p {
  width: 60vw;
  line-height: 1.8rem;
}

.cntnt a {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

video {
  width: 50vw;
  margin: 2rem;
  height: auto;
}

center {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

center p {
  font-size: 1.5rem;
}

center div {
  font-size: 2rem;
}

/*footer*/
/*footer*/



footer{
  background-color: #6141a6;
  width: 100vw;
  height: 100hv;

}

.footerContainer{
  width: 100%;
  padding: 70px 30px 20px ;
}

.socialIcons{
  display: flex;
  justify-content: center;
}

.socialIcons a{
  text-decoration: none;
  padding: 10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}

.socialIcons a i{
  font-size: 2em;
  color: #6141a6;
  opacity: 0.9;
}

/*Over effect social media icons*/

.socialIcons a:hover{
  background-color: #6141a6;
  transition: 0.5s;
}

.socialIcons a:hover i{
  color: white;
  transition: 0.5s;
}

.footerNav{
  margin: 30px 0;
  font-family: 'Special Elite';
}

.footerNav ul{
  display: flex;
  justify-content: center;
  list-style: none;
}

.footerNav ul li a{
  color: white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 4em;
  list-style: none;
}

.footerNav ul li a:hover{
  opacity: 1;
}

.footerBottom{
  background-color: #6141a6;
  padding: 20px;
  text-align: center;
}

.footerBottom p{
  color: white;
  text-align: center;
}

.designer{
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}

@media (max-widht: 700px){
  .footerNav ul{
    flex-direction: column;
  }
  .footerNav ul li{
    width: 100%;
    text-align: center;
    margin: 10px;
  }
}