/* Font */
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

/* Reset CSS */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Archivo Black", sans-serif;
  overflow-x: hidden;
}

/* Common CSS */

.container {
  max-width: 1230px;
  margin: 0 auto;
}

.primary-btn {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 10px 30px;
  background: #ea2227;
  color: #fff;
  text-decoration: none;
}

.primary-btn:hover {
  background: #c91518;
}

.slide-in-left {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.75s;
}

.slide-in-left.animate {
  opacity: 1;
  transform: none;
}

/* Navbar CSS */

.logo {
  max-width: 130px;
  position: relative;
  z-index: 99 !important;
}

.nav-link {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

.nav-link:hover {
  color: #ea2227 !important;
}

/* Hero Section CSS */
.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
}

video {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

/* Our Story Section CSS */
.our-story {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.story-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: -1;
  width: 100vw;
  height: 130vh;
  object-fit: cover;
  opacity: 60%;
}

.section-title {
  font-size: 96px;
  color: #fff;
}

/* Collaboration Section CSS */
.collaboration {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.collaboration-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 101vh;
  width: 100vw;
  object-fit: cover;
}

.collaboration-title {
  font-size: 40px;
  width: 60%;
  color: #fff;
}

.collaboration-text {
  color: #fff;
  margin-top: 20px;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  width: 33%;
}

/* Slider CSS */
.slider {
  position: relative;
  height: 100vh;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  top: 90%;
  left: 50px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
}
.swiper-button-next {
  top: 90%;
  left: 110px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #ea2227;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-pagination-progressbar {
  width: 10px !important;
  background: #fff;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ea2227;
}

/* Contact Page CSS */
.contact-header {
  position: relative;
  background: #300a0c;
}

.contact-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 25%;
}

.page-title {
  font-size: 60px;
  height: 454px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  color: #fff;
}

/* Our Story Page CSS */
.space-top {
  text-align: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 20px;
}

.parallax-section {
  height: 871px;
  overflow-y: hidden;
  background: #000;
}

.custom-container {
  max-width: 665px;
  height: 100%;
  position: relative;
  margin: auto;
}

#confetti {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#title {
  max-width: 665px;
  color: #e22e2e;
  margin-bottom: 0;
  font-size: 36px;
  text-align: center;
  position: relative;
  z-index: 5;
}

#description {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  color: #fff;
  max-width: 665px;
  margin: auto;
  text-align: center;
  opacity: 0;
  transform: translateY(-470px);
}

#description p {
  width: 75%;
  margin: auto;
}

#bg {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.extra-space {
  height: 150px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Footer */
footer {
  border-top: 4px solid #e22e2e;
  padding: 40px 0;
  background: #fff;
}

footer a {
  text-decoration: none;
  color: #171a1f;
}

.copyright-text {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  color: #323842;
  opacity: 0.7;
  margin-top: 20px;
}

.copyright-text a {
  text-decoration: underline;
}

.footer-link-list {
  list-style: none;
  padding: 0;
}

.footer-link-list li {
  margin: 10px 0;
}

.footer-link-list li a:hover {
  color: #e22e2e;
}

.footer-title {
  color: #171a1f;
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: #e22e2e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-right: 10px;
}

.social-link:hover {
  color: #fff;
  transition: 0.3s ease;
}
