@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --color-primary: #0dcec0;
  --color-secondary: #f2d057;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 62.5%;
}

.header {
  background-image: linear-gradient(
      218deg,
      rgba(255, 255, 255, 0) 0%,
      /* rgba(255, 255, 255, 0.9) 25%, */
      transparent 25%
    ),
    url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  height: 120vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 85%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 85%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 85%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 85%);
}
.header__logo--box {
  padding: 2rem;
}

.header__logo--box img {
  width: 30rem;
}

.header__navigation {
  padding: 5rem;
}

.header__navigation--list {
  font-size: 1.6rem;
  color: transparent;
  transition: all 0.3s;
}

.header__navigation--link {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.header__navigation--active {
  color: #fff;
    font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.header__navigation--list:hover {
  color: var(--color-primary);
}

.header__navigation--link:hover {
  color: var(--color-primary);
}

.header__navigation--active {
  color: var(--color-primary);
}

.header__content {
  padding: 4rem;
  position: absolute;
  text-align: end;
  right: 5%;
  top: -30px;
}

.header__content--title {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  display: inline-block;
  background-image: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  color: transparent;
  line-height: 2.5rem;
}

.header__content--text {
  font-size: 0.9rem;
  font-weight: 600;
}

/* About Section */
.about__container {
  position: relative;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  background-color: #000;
  margin-top: -7rem;
  margin-left: 8rem;
  padding: 5rem 2rem 5rem 5rem;
  color: white;
}

.about__container2 {
  position: relative;
  z-index: 99;
  display: grid;
  background-color: #000;
  margin-top: -7rem;
  margin-left: 8rem;
  padding: 5rem 2rem 5rem 5rem;
  color: white;
}

.about__heading--title {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 2rem;
  display: inline-block;
  background-image: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  color: transparent;
}

.about__heading--content {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.about__heading--discover {
  display: flex;
  align-items: center;
}

.about__heading--btn {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin-right: 1rem;
}

.arrow--icon {
  font-size: 2rem;
  color: var(--color-primary);
}

/* film container css */

.film__container2 {
  position: absolute;
  z-index: 99;
  width: 550px;
  top: 27rem;
  height: auto;
  left: 14rem;
  display: grid;
  background-color: #000;
  margin-top: -7rem;
  margin-left: 8rem;
  padding: 2rem 2rem 5rem 3rem;
  color: white;
}

.film__heading--title {
  font-size: 2.7rem;
  font-weight: 400;
  display: inline-block;
  background-image: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  color: transparent;
}

.film__heading--content {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.film__form{
  width: 100%;
}

.form__main{
  display: flex; 
}

.form__box1 > input{
  padding: 12px 20px;
  border: none;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 5px;
}

.form__box1,.form__box2, .film__title,.film__category > label{
  font-size: 12px;
  font-weight: lighter;
  color: #b1b1b1;
}

.form__box2 > input{
  padding: 12px 20px;
  border: none;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 5px;
  
}

input:focus{
  outline: none;
}

.film__title > input{
width: 95%;
border: none;
padding: 12px 20px;
margin-top: 5px;
margin-bottom: 20px;
}

.film__category > input{
  width: 95%;
  border: none;
  padding: 12px 20px;
  margin-top: 5px;
  }
.about__heading--btn {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin-right: 1rem;
}


.category__label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 4px 0 8px 0;
}

.film__category .category__input{
  padding: 0.9em 1em;
  border: none;
  border: 0;
}

.arrow--icon {
  font-size: 2rem;
  color: var(--color-primary);
}

.form__buttons{
  margin-top: 50px;
  display: flex;
  justify-content: space-around ;
  cursor: pointer;
 
}

.form__buttons .btn_1{
  padding: 10px 35px;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form__buttons .btn_2{
  padding: 12px 40px;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary)
  );
}

.form__buttons .fa-paperclip{
  font-size: 20px;
  margin-left: 20px;
  background: black;
  color: white;
  padding: 2px;
}
.form__buttons .fa-file-import{
  font-size: 20px;
  margin-left: 20px;
}


/* film container css ends here */

.about__card {
  position: relative;
}

.about__card:last-child {
  margin-top: 5rem;
}
.about__card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about__card--background {
  background-image: linear-gradient(#1a191900, #020202fc);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.about__card--content {
  position: absolute;
  bottom: 5%;
  padding: 2rem;
  width: 100%;
}

.about__card--title {
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}

.about__card__message--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about__card__message--text {
  font-size: 0.8rem;
  font-weight: 400;
}

.about__card__message--click_here {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 800;
}

/* Footer */

.footer {
  padding: 2rem 5rem;
}

.footer__content {
  padding-top: 12rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

.footer__logo--box {
  display: flex;
  align-items: center;
}

.footer__logo--divider {
  width: 2px;
  height: 8rem;
  background-color: #000;
}

.footer__logo--box img {
  -webkit-filter: brightness(0) invert(0);
  -moz-filter: brightness(0) invert(0);
  -ms-filter: brightness(0) invert(0);
  -o-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  width: 200px;
  padding: 1.5rem;
}

.footer--title {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.footer--info {
  font-size: 0.7rem;
}

.footer__social_media--icon-box {
  margin-bottom: 1rem;
}

.footer__social_media--icon {
  font-size: 0.8rem;
  border: 0.15rem solid #000;
  padding: 0.2rem;
  border-radius: 5px;
  color: #000;
  line-height: 11px;
}
.footer__social_media--icon:not(:last-child) {
  margin-right: 0.5rem;
}

/* Responsive */

/* Desktop */
@media screen and (min-width: 1024px) {
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    background-image: linear-gradient(
        0deg,
        /* rgba(255, 255, 255, 0.9) 0%, */
        rgba(255, 255, 255, 0) 50%,
        transparent 50%
      ),
      url("../images/bg.jpg");
    height: 100vh;
  }
  .header__content {
    top: 60%;
    right: 2%;
    padding: 2rem;
  }
  .about__container {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 4rem;
    margin-top: -3rem;
  }


  /* film */


.film__container2 {
  position: relative;
  z-index: 99;
  width: 550px;
  top: 3rem;
  height: auto;
  left: 1rem;
  display: grid;
  background-color: #000;
  margin-top: -7rem;
  margin-left: 8rem;
  padding: 2rem 2rem 5rem 3rem;
  color: white;

}

.footer__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}
}



/* Smart Phone */
@media screen and (max-width: 767px) {
  .header {
    background-image: linear-gradient(
        0deg,
        /* rgba(255, 255, 255, 0.9) 0%, */
        rgba(255, 255, 255, 0) 50%,
        transparent 50%
      ),
      url("../images/bg.jpg");
    height: 100vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  .header__logo--box {
    padding: 1rem;
  }
  .header__logo--box img {
    width: 15rem;
  }
  .header__navigation {
    padding: 2rem;
  }
  .header__navigation--list {
    font-size: 1rem;
  }
  .header__navigation--link {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .header__content {
    top: 50%;
    right: 2%;
    padding: 2rem;
  }
  .header__content--title {
    font-size: 1.2rem;
    /* margin-bottom: 1rem; */
    line-height: 1.4rem;
  }
  .header__content--text {
    font-size: 0.65rem;
  }

/* film */

.film__container2 {
  position: relative;
  z-index: 99;
  width: 60%;
  height: auto;
  left: 0;
  top: -20px;
  display: grid;
  background-color: #000;
  padding: 2rem 1rem 1rem 2rem;
  color: white;
}

.form__main{
  display: block; 
}

.form__box1 > input{
width: 95%;
}

.form__box2 > input{
  padding: 12px 20px;
  border: none;
  width: 95%;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 5px;
  
}

.footer {
  padding: 2rem 0rem;
}

.footer__content {
  /* padding-top: 40rem; */
padding-left: 0 !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

.form__buttons{
  margin-top: 50px;
  display: block;
  margin: 10px;
  margin-left: 40px;
  cursor: pointer;
 
}

.form__buttons .btn_1{
  padding: 10px 35px;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.form__buttons .btn_2{
  padding: 12px 51px;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary)
  );
}
  /* About */
  .about__container {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0;
  }
  .about__heading--title {
    font-size: 2rem;
  }
  .about__heading--content {
    font-size: 0.8rem;
  }
  .about__card--title {
    font-size: 2rem;
  }
  /* Footer */
  .footer {
    padding: 2rem 0;
    padding-left: 0;
  }
  .footer__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__logo--divider {
    display: none;
  }
}
