* {
  margin: 0;
  padding: 0;
  font-family: Acumin Variable Concept;
}

.header {
min-height: 100vh;
width: 100%;
background-image: url(https://val.mk//background.jpg);

background-position: center;
background-size: cover;
position: relative;
}

nav {
display: flex;
padding: 2% 2%;
justify-content: space-between;
align-items: center;
}

nav img {
width: 60px;
}

.nav-links {
flex: 1;
text-align: right;
}

.nav-links ul li {
list-style:  none;
display: inline-block;
padding: 8px 2px;
position: inherit;
}

.nav-links ul li a {
color: #ffffff;
text-decoration: none;
font: 13px;
}

.nav-links ul li::after{
  content: '';
  width:  0%;
  height:  2px;
  background:  #000000;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after{
  width: 100%;
}


.text-box{
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box h1{
  font-size: 62px;
  color: #30a133;
}

.text-box p{
  margin: 10px 0 40px;
  font-size: 14px;
  color: #fff;
}

.hover-btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 3px solid #fff;
  padding:  20px 34px;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: 1s;
}

.hover-btn:hover{
  border: 1px solid #000000;
  background: #000000;
  transition: 1s;
}



.movies{
  width: 80%;
  margin: auto;
  text-align:  center;
  padding-top: 100px;
}
h1{
  font-size: 36px;
  font-weight: 600;
}

p{
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.movies-col{
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 30px;
  position:  relative;
  overflow: hidden;
}

.movies-col img{
  width:  100%;
  display: block;
}


.actors{
  width: 80%;
  margin: auto;
  text-align:  center;
  padding-top: 100px;
}
h1{
  font-size: 36px;
  font-weight: 600;
}

p{
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.actors-col{
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 30px;
  position:  relative;
  overflow: hidden;
}

.actors-col img{
  width:  100%;
  display: block;
}

.layer{
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.layer:hover{
  background: rgba(118, 125, 127, 0.7);
}

.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.layer h3{
  width: 100%;
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

.layer:hover h3{
  bottom:  40%;
  opacity: 1;
}


.film{
  width: 80%;
  margin: auto;
  text-align:  center;
  padding-top: 100px;
}
h1{
  font-size: 36px;
  font-weight: 600;
}

p{
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.film-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
}

.film-col img{
  width: 100%;
  border-radius: 10px;
}

.film-col p{
  padding: 0;
}

.film-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.glumci{
  width: 80%;
  margin: auto;
  text-align:  center;
  padding-top: 100px;
}
h1{
  font-size: 36px;
  font-weight: 600;
}

p{
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.glumci-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
}

.glumci-col img{
  width: 100%;
  border-radius: 10px;
}

.glumci-col p{
  padding: 0;
}

.glumci-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
}


.footer{
  width: 80%;
  margin: auto;
  text-align:  center;
  padding-top: 100px;
}
h4{
  font-size: 36px;
  font-weight: 600;
}

p{
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.icons .fa{
  color: #000000;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}
.fa-heart-o{
  color: #000000;
}



.sub-header{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(https://val.mk/background.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header h1{
  margin-top: 100px;
}

.about-us{
  width: 80%;
  margin-top: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.about-col{
  flex-basis: 48%;
  padding: 30px 2px;
}

.about-us img{
  width: 100%;
  margin-left: 50px;
  border-radius:  10px;
}

.about-us h1{
  padding-top: 0;
  padding: 80px;
}

.about-us p{
  padding: 2px 80px 2px;
}



.contact-us{
  width: 80%;
  margin: auto;
}

.contact-col{
  flex-basis: 48%;
  margin-bottom: 30px;
  padding: 150px;
}

.contact-col p {
  padding-left: 40px;
  align-items: center;
}

.contact-col h5 {
  padding-left: 33px;
  align-items: center;
}

.contact-col i {
  padding-left: 33px;
  align-items: center;
}

.contact-col div{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 100px;
}

.contact-col div .fa{
  font-size: 28px;
  color: #222;
  margin: 10px;
  margin-right: 30px;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  z-index: 9999;
}

#back-to-top:hover {
  background-color: #555;
}
