/* imports */
@import url("https://fonts.googleapis.com/css2?family=Aubrey&family=Gudea:ital,wght@0,400;0,700;1,400&display=swap");
/* variables */
:root {
  --primary: #040e47;
  --secondary: #ffc700;
  --white: #ffffff;
  --animate-duration: 0.7s !important;
  --animate-delay: 0.8s !important;
}

/* Reset styles */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  min-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  font-family: "Gudea", sans-serif;
  /* font-family: "Radio Canada", sans-serif; */
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}
/* scrollbar styling */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  /* outline: 1px solid slategrey; */
}

/* custom styles */
.header {
  text-align: center;
  font-size: 51px;
  line-height: 38px;
  color: var(--secondary);
  margin: 12px 0;
}
.header-2 {
  color: var(--secondary);
  text-align: center;
  font-size: 51px;
  line-height: 38px;
  margin: 12px 0;
}
.description-text {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 21px;
  text-align: center;
  line-height: 23px;
  /* max-width: 300px; */
}
.description-text-2 {
  color: var(--primary);
  font-size: 21px;
  text-align: center;
  line-height: 23px;
}
.container {
  display: flex;
  height: 100vh;
}
.hidden {
  visibility: hidden;
}
.show {
  visibility: visible;
}
.hide {
  display: none !important;
}
.block {
  display: block;
}
@media only screen and (max-width: 740px) {
  .header,
  .header-2 {
    font-size: 35px;
    line-height: 40px;
  }
  .description-text,
  .description-text-2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  .header,
  .header-2 {
    font-size: 28px;
  }
  .description-text,
  .description-text-2 {
    font-size: 16px;
  }
}
/* hero section */
.hero {
  justify-content: flex-end;
  position: relative;
  padding: 60px;
  background-color: var(--white);
  background-image: url("../img/hero-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}
.hero-text {
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-text p {
  color: var(--white);
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-family: "Aubrey", cursive;
  letter-spacing: 1px;
}
.hero-text img {
  height: 220px;
  margin-top: -200px;
  filter: drop-shadow(-7px 6px 6px #121856);
}
.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.89);
  opacity: 0.4;
}

@media only screen and (max-width: 760px) {
  .hero {
    padding: 20px;
  }
  .hero img {
    height: 200px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 450px) {
  .hero img {
    height: 130px;
    margin-top: 60px;
  }
}

/* story section */
.story {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url("../img/lagos-city.jpg");
  background-position: center;
  background-size: cover;
}
.story .opacity {
  background-color: rgb(5 15 70 / 85%);
}
.story .card {
  background: none;
  backdrop-filter: none;
}

.story .story-left {
  /* max-width: 500px; */
  width: 50%;
}
.story .story-right {
  width: 50%;
}
.story img {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .story {
    /* padding: 30px; */
    /* background: rgb(4 14 71 / 97%); */
    flex-direction: column;
  }
  .story .opacity {
    height: 100%;
  }
  .story .story-left {
    width: 100%;
  }
  .story .story-right {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .description-text {
    font-size: 18px;
  }
}

/* music section */
.music-section {
  /* padding: 50px; */
  /* background-image: url("assets/img/music-bg.png"); */

  background-color: var(--primary);
  background-position: center;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  background-attachment: fixed;
}
.music-left {
  align-self: end;
}
.music-left img {
  width: 110%;
}
.card {
  /* margin-right: 60px; */
  /* height: 350px; */
  width: 50%;
  height: 100%;
  /* background: var(--white); */
  padding: 60px;
  text-align: center;
  /* border-radius: 6px; */
  -webkit-backface-visibility: visible; /* Safari */
  backface-visibility: visible;
  backdrop-filter: blur(6px);
  background: rgb(4 14 71 / 97%);
  backdrop-filter: grayscale(1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card:hover {
  backdrop-filter: blur(6px);
}

@media only screen and (max-width: 800px) {
  .card {
    /* margin: 30px; */
    /* background: rgb(255 255 255 / 89%); */
    padding: 30px;
    width: 100%;
    height: 100%;
    min-height: 550px;
    background: rgb(4 14 71 / 74%);
    backdrop-filter: none;
  }
  .music-section {
    /* padding: 10px; */
    flex-direction: column;
    background-image: url("../img/two_characters.png");
  }

  .music-section img {
    display: none;
  }

  .card:hover {
    backdrop-filter: none;
  }
}

/* direcotor statment  */

.director-section {
  /* padding: 60px; */
  background-color: var(--white);
  background-image: url("../img/director_bg.png");
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
}
.director-section .opacity {
  background-color: rgb(5 15 70 / 85%);
}
.director-section .card {
  background: none;
  backdrop-filter: none;
}

@media only screen and (max-width: 560px) {
  .director-section {
    /* padding: 10px; */
  }
}
/* worlwideview section */
.worldwide-section {
  /* padding: 70px; */
  background-color: var(--primary);
  background-position: left;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  color: var(--white);
}

.worldwide-section .content {
  /* width: 600px; */
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.worldwide-section .content .top .header {
  font-size: 50px;
  /* color: var(--secondary); */
}

/* .worldwide-section .content .top .description-text {
  font-size: 16px;
  font-weight: 100;
  color: var(--white);
} */
.worldwide-left {
  align-self: end;
  margin-right: 50px;
}

.worldwide-left img {
  width: 110%;
}
.worldwide-section .content .bottom {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.worldwide-section .content .data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worldwide-section .bottom h3 {
  font-size: 120px;
}
.worldwide-section .bottom .data p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-left: -13px;
  transform: rotate(270deg);
}
.worldwide-section .bottom .data:last-child {
  margin-top: -50px;
  margin-left: -8px;
}

.worldwide-section .bottom .countries {
  position: relative;
  margin-top: -5px;
}
/* .worldwide-section .bottom .plus-icon {
  font-size: 30px;
} */
.worldwide-section .bottom .countries h3 {
  font-size: 200px;
  margin-top: -7px;
  font-family: sans-serif;
  display: flex;
}

.worldwide-section .bottom .countries p {
  /* position: absolute;
  top: 80px;
  font-size: 10px;
  transform: rotate(315deg);
  left: -5px;
  letter-spacing: 2px; */
  font-size: 30px;
  margin-top: -60px;
  letter-spacing: 4px;
  font-weight: bold;
}

/* @media only screen and (max-width: 1100px) {
  .worldwide-section .bottom h3 {
    font-size: 140px;
  }
  .worldwide-section .bottom .countries h3 {
    font-size: 140px;
  }
} */
@media only screen and (max-width: 800px) {
  .worldwide-section .content .top .header {
    font-size: 40px;
  }

  .worldwide-section {
    /* padding: 10px; */
    flex-direction: column;
    background-image: url("../img/thief.png");
  }

  .worldwide-section img {
    display: none;
  }

  .worldwide-section .content .bottom {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .worldwide-section .bottom .data p {
    transform: rotate(0deg);
    letter-spacing: 4px;
    font-weight: 100;
    margin-top: -15px;
    margin-left: 3px;
  }
  .worldwide-section .content .bottom-top-group {
    display: flex;
    gap: 15px;
  }

  .worldwide-section .bottom .data {
    flex-direction: column;
  }
  .worldwide-section .bottom .data:last-child {
    margin: 0;
  }
  .worldwide-section .bottom p {
    /* font-size: 14px;
    margin-left: -13px; */
    font-size: 16px;

    /* font-size: 25px; */
    /* margin-top: -20px; */
  }
  .worldwide-section .bottom .countries {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin-top: 5px;
  }
  .worldwide-section .bottom .countries p {
    text-align: center;
    font-size: 20px;
    margin-top: -10px;
    font-weight: 400;
    /* transform: rotate(270deg); */
  }
  .worldwide-section .bottom .countries h3 {
    text-align: center;
    font-size: 120px;
    /* transform: rotate(270deg); */
  }
}

@media only screen and (max-width: 430px) {
  .worldwide-section .content .top .header {
    font-size: 30px;
  }
  /* .worldwide-section .content .top p { */
  /* font-size: 14px !important; */
  /* } */

  .worldwide-section .content .bottom {
    /* flex-direction: column; */
    align-items: center;
    /* gap: 0px; */
  }
  .worldwide-section .bottom h3 {
    font-size: 50px;
  }

  .worldwide-section .bottom p {
    /* font-size: 18px;
    margin-top: -2px; */
  }
  .worldwide-section .bottom .countries h3 {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 45px;
  }
}

/* sponsor section */
.sponsor-section {
  /* padding: 50px; */
  background-color: var(--white);
  background-image: url("../img/N2Hall.png");
  background-position: right;
  background-size: cover;
  /* background-position-x: 200px; */
  /* justify-content: flex-start;
  align-items: center; */
  display: block;
  width: 100%;
}
.sponsor-section .opacity {
  background-color: rgb(5 15 70 / 75%);
}
.sponsor-section .card {
  background: none;
  backdrop-filter: none;
}

.sponsor-card {
  padding: 30px;
  background-color: var(--white);
}
.sponsor-section img {
  /* height: 90%;     */
  /* width: 60%; */
  max-width: 200px;
}
.sponsor-section-box {
  padding: 40px;
  gap: 30px;
  width: 100%;
  max-width: 800px;
}
form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
form input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid var(--primary);
}
form input ::placeholder {
  color: var(--primary);
}
textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid var(--primary);
}

form button {
  height: 50px;
  color: var(--white);
  background-color: var(--primary);
  cursor: pointer;
}

/* film tech sheet container */
.film-tech-section {
  position: relative;
  z-index: 4;
  background-color: var(--primary);
  /* background-image: url("../img/sci-city.png"); */
  /* background-position: center;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center; */
}
.film-tech-left {
  align-self: end;
}

.film-tech-left img {
  width: 110%;
}

.film-tech-section .film-row {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  color: var(--white);
}
.film-tech-section .film-category {
  font-size: 25px;
  font-style: italic;
  margin-right: 20px;
}

.film-tech-section .film-title {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  .film-tech-section img {
    width: 400px;
  }
}
@media only screen and (max-width: 680px) {
  .film-tech-section {
    flex-direction: column;
    background-image: url("../img/boss_lady.png");
  }
  .film-tech-section img {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .film-tech-section .film-title,
  .film-tech-section .film-category {
    font-size: 16px;
  }
}
/* contact section */
.contact-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--primary);
  gap: 15px;
  background-image: url("../img/sci-city.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.contact-section .opacity {
  background-color: rgb(5 15 70 / 75%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contact-section img {
  flex: 1;
  opacity: 0.7;

  /* margin-left: -250px;
  margin-top: -180px; */
}
.contact-content {
  z-index: 10;
  margin-left: 100px;
  /* flex: 1; */
  display: flex;
  /* flex-direction: column;
  justify-content: center;
  align-items: flex-start; */
}
.social-icons {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.social-icons i {
  font-size: 40px;
  color: var(--white);
}
@media only screen and (max-width: 800px) {
  .contact-section img {
    left: 0;
    position: absolute;
    width: 650px;
  }
  .contact-content {
    margin: 0;
    align-items: center;
  }
}

@media only screen and (max-width: 1100px) {
  .contact-content {
    margin: 0;
  }
}
@media only screen and (max-width: 540px) {
  .contact-section {
    height: 500px;
  }
  .contact-content {
    background: rgb(4 14 71 / 57%);
    padding: 20px;
    text-align: center;
  }
  .contact-section img {
    width: 150%;
    margin-top: -100px;
    /* margin-left: -50px; */
  }
}

#back-to-top {
  height: 50px;
  width: 50px;
  background-color: #e9e9e9;
  background-color: rgba(20, 20, 20, 0.4);
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1000;
  /* padding: 9px 13px 7px 13px; */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
#back-to-top i {
  font-size: 30px;
  color: var(--white);
}
#back-to-top:hover {
  opacity: 0.5;
  background-color: rgb(4 14 71 / 90%);
}
/* #back-to-top i ::before {
  content: "";
}
#back-to-top i {
  font-family: "SSGizmo";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
} */
