:root {
  --primary-color: #003f94;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  
}
body {
  overflow-x: hidden;
  color: white;
  gap: 0;
  font-family: "Aileron Heavy", sans-serif;
  width: 100vw;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  cursor: pointer;
}
li {
  list-style: none;
}
/* header : navbar*/
#container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.nav {
  display: flex;
  height: 9vh;
  width: 100%;
  background: black;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  z-index: 100;
  position: sticky;
  top: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
}
.logo img {
  height: 50px;
  margin-left: 30px;
}
.navbar ul {
  display: flex;
  margin-right: 30px;
}
.navbar ul li a {
  font-size: 20px;
  padding: 25px;
}
.navbar ul li a:hover {
  border-bottom: white 1px solid;
}
.transparent {
  opacity: 0.8;
}
/* header:video */
#showcase {
  height: 90vh;
}
#myVideo {
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* page-2: brands */
#page_2 {
  padding-top: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* left */
.info {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: black;
  text-align: left;
  padding: 10px;
  /* font-family: "Aileron Heavy", sans-serif; */
}
.info h1 {
  font-size: 70px;
  line-height: 1.5;
  margin-left: 20px;
}

.info h3 {
  font-size: 35px;
  font-weight: 300;
  margin-left: 20px;
  /* font-family: "Aileron Heavy", sans-serif; */
}
.slideshow-container {
  width: 50%;
  height: 100%;
  position: relative;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}

.slideshow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem;
  padding: 2rem;
}
.explore_btn {
  margin-top: 30px;
  display: inline-block;
  padding: 2% 18%;
  background-color: white;
  color: var(--primary-color);
  border-radius: 50px;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 25%;
  left: 25%;
}
.explore_btn:hover{
  background-color: gainsboro;
}
/* Hide the images by default */
.mySlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  margin-top: -22px;
}

/* Position the "next button" to the right */
.prev {
  left: 30px;
}
.next {
  right: 30px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

#footer {
  border-top: white 1px solid;
  height: 50vh;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  width: 100vw;
  text-align: center;
}
#footer h2 {
  font-size: 30px;
  margin-bottom: 40px;
  width: fit-content;
  width: 100%;
}
#footer h3 {
  font-size: 25px;
  width: 100%;
  /* font-family:"Aileron Heavy",sans-serif; */
}
#footer i {
  color: var(--primary-color);
  padding: 10px;
}
#footer p{
  font-size: 10px;
  width: fit-content;
  margin-top: 30px;
  width: 100%;
}

/* color effect */
.color_text {
  color: var(--primary-color);
}


/*
     FILE ARCHIVED ON 05:59:00 Mar 27, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:31:39 Jun 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.443
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 1089.264
  LoadShardBlock: 94.05 (3)
  PetaboxLoader3.datanode: 99.264 (4)
  load_resource: 38.78
*/