/* Ensure the video covers the entire background */
.video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/* Gradient overlay to darken the video slightly */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000b5, #000000d4);
  z-index: 0;
}

/* Text content */
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;

  padding: 10px;
  box-sizing: border-box;
}

.content h1 {
  color: white;
  font-family: 'Courier New', Courier, monospace;
  font-size: clamp(1.2rem, 4.5vw, 4rem);
  /* Responsive font size using clamp */
  background: #4354797a !important;
}

/* Typewriter effect */
.typewriter {
  border-right: .15em solid #ffffff;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  font-size: clamp(1rem, 4.5vw, 3.5rem) !important;
  /* Initially hidden */
  animation: typing 3.5s steps(40, end) forwards, blink .75s step-end infinite;
}

/* Typing animation */
@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* Blinking cursor */
@keyframes blink {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: white;
  }
}

/* Ensure the body and HTML cover the full screen */
#welcome {
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Arial, sans-serif;
  z-index: 1;
  position: relative;
}

/* logo */
.logo {
  max-width: 191px !important;
  max-height: 100px !important;
}

.black_h_l_t {
  animation: black_h_l_t_f 0.5s linear forwards;
}

.black_h_l_b {
  animation: black_h_l_b_f 0.5s linear forwards;
}

@keyframes black_h_l_t_f {
  0% {
    left: -50%;
  }

  100% {
    left: 0%;
  }
}

@keyframes black_h_l_b_f {
  0% {
    left: 50%;
  }

  100% {
    left: 0%;
  }
}

/* about us */
.heading_text {
  box-shadow: rgb(99, 155, 189) 0px 5px;
}

.heading {
  display: flex;
  justify-content: center;
}

.go_down_button {
  position: absolute;
  z-index: 5;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  right: 30px;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  font-size: large;
}

.go_down_button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid white;
  animation: godownbtnanimation 1s 0s infinite forwards;
}

.go_down_button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid white;
  animation: godownbtnanimation 2s 1s infinite forwards;
}

.go_down_button i {
  animation: downarrowanimation 1s forwards;
}

@keyframes godownbtnanimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes downarrowanimation {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.white_home_logo {
  display: none;
}

.sticky-top.navbar-light .white_home_logo {
  display: inline;
}

.sticky-top.navbar-light .black_home_logo {
  display: none;
}

@media screen AND (max-width:991px) {
  .navbar.navbar-expand-lg {
    position: absolute;
    width: 100%;
    z-index: 111;
  }

  #navbarCollapse {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
  }
}

/* Fade-in effect for subtitles */
.fade-in-text {
  color: #ffffff;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 10px;
  font-weight: 300;
  opacity: 0;
  animation: fadeIn 6s forwards;
}

/* Delay effect for the second line */
.fade-in-text.delay {
  animation-delay: 1.5s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.list_style {
  list-style: none;
}



/* STEP*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900);

body {
  font-family: "Raleway", sans-serif;
  color: #333;
}

header h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

header p {
  text-align: center;
  margin-bottom: 0;
}

.hexa {
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213, 213, 213);
  background: -moz-linear-gradient(top,
      rgba(213, 213, 213, 0) 0%,
      rgb(213, 213, 213) 8%,
      rgb(213, 213, 213) 92%,
      rgba(213, 213, 213, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(30, 87, 153, 1)),
      color-stop(100%, rgba(125, 185, 232, 1)));
  background: -webkit-linear-gradient(top,
      rgba(213, 213, 213, 0) 0%,
      rgb(213, 213, 213) 8%,
      rgb(213, 213, 213) 92%,
      rgba(213, 213, 213, 0) 100%);
  background: -o-linear-gradient(top,
      rgba(213, 213, 213, 0) 0%,
      rgb(213, 213, 213) 8%,
      rgb(213, 213, 213) 92%,
      rgba(213, 213, 213, 0) 100%);
  background: -ms-linear-gradient(top,
      rgba(213, 213, 213, 0) 0%,
      rgb(213, 213, 213) 8%,
      rgb(213, 213, 213) 92%,
      rgba(213, 213, 213, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(213, 213, 213, 0) 0%,
      rgb(213, 213, 213) 8%,
      rgb(213, 213, 213) 92%,
      rgba(213, 213, 213, 0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa {
  width: 16px;
  height: 10px;
  position: absolute;
  background: #00c4f3;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00c4f3;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255, 255, 255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254, 254, 254);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media (min-width: 768px) {
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }

  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254, 254, 254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254, 254, 254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media (min-width: 992px) {
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

/* END */

/* alert css */
.panel-heading h3 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(215, 215, 215, 0.433);
  font-size: 0.9rem !important;
}

.panel-heading button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: 0.5s;
  /* color: rgb(199, 199, 199); */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  padding: .375rem .75rem;
  font-size: 1.3rem;
  border-radius: 10px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.notice.panel {
  padding: 10px;
  border-radius: 10px;
}

.panel-success,
.panel-success * {
  background-color: #198754 !important;
  color: white !important;
}

.panel-danger,
.panel-danger * {
  background-color: #80000c !important;
  color: white !important;
}

.panel-warning,
.panel-warning * {
  background-color: #ffc107 !important;
  color: white !important;
}

.panel-info,
.panel-info * {
  background-color: #0dcaf0 !important;
  color: white !important;
}

.panel-primary,
.panel-primary * {
  background-color: #257ab5 !important;
  color: white !important;
}

.panel-light,
.panel-light * {
  background-color: #f2f9f9 !important;
  color: #001442 !important;
}

.panel-dark,
.panel-dark * {
  background-color: #001442 !important;
  color: white !important;
}

/* alert end */