body {
  padding: 0;
  font-family: sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: sans-serif;
}
#main_container {
  overflow-x: hidden;
}
#Background_video {
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #07195bd9;
  z-index: 0;
}

.navbar {
  padding: 10px 20px !important;
}
.navbar-collapse {
  flex-grow: 0 !important;
}
.navbar-nav .nav-link {
  color: #fff !important;
  width: 80px;
}
.navbar-nav .nav-link .active {
  color: #ffffffb2 !important;
}

.brand-logo {
  width: 100%;
  /* margin-left: 50px; */
  height: auto;
  object-fit: contain;
}
/* .white_box {
  border: 1px solid #fff;
  padding: 20px;
} */
.logo-box {
  align-items: center;
  padding: 40px 20px;
  background-color: #50505038;
  top: 0;
  width: 220px;
  left: 80px;
  position: absolute;
}
.web {
  display: block;
}
.phone {
  display: none;
}
.grid-container {
  width: 60%;
  margin: 1% auto;
  position: relative;
}
.clock-count {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%) scale(3.5);
  top: 160px;
}
.clock-ticker {
  position: relative;
  margin-top: 160px;
  width: 100%;
  height: 100vh;
}
.text-top,
.text-middle,
.text-bottom {
  position: absolute;
}
.text-top {
  top: 90px;
  left: 43%;
  z-index: 99;
}
.text-middle {
  top: 165px;
  left: 34%;
}
.text-middle h1 {
  font-size: 5em;
}
.text-bottom {
  left: 45%;
  top: 410px;
}
.sub-text {
  font-size: 19px;
}
.down-scroll-arrow {
  z-index: 99;
  bottom: -135px;
  position: absolute;
  left: 49%;
}

#lowerPage {
  margin-top: 5%;
  padding: 0;
  overflow: hidden;
  position: absolute;
  color: #fff;

  background: linear-gradient(
    to top,
    rgb(220 220 220 / 91%),
    rgb(226 226 226 / 75%),
    rgb(255 255 255 / 65%),
    rgb(255 255 255 / 50%),
    rgba(255, 255, 255, 0) 100%,
    rgba(0, 44, 71, 0) 0%
  );
  position: relative;
  z-index: 1;
  color: #000;
}
.headeing h3 {
  color: #090446;
  letter-spacing: 0.2em;
}
.about_text {
  width: 40%;
  margin: 40px auto;
  color: #090446;
  padding: 0 20px 50px;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
}
.page-content {
  padding: 120px 0 90px;
}
#footer {
  background-color: #fff;
  color: #090446;
  text-align: center;
  padding: 0 10px 10px;
}

#footer span {
  font-size: 14px;
}
.subscribe {
  width: 40%;
  margin: 0 auto 80px;
  color: #090446;
}
.subscribe h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
#subscribe-form input {
  width: 100%;
  margin-top: 5px;
  height: 5vh;
}

.tick-box {
  display: flex;
  align-items: center;
  text-align: left;
}
.tick-box input {
  width: max-content !important;
  margin-right: 20px;
}
.tick-box label {
  line-height: 1.2;
}
button.btn.submit-btn {
  background: #090446;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 30px;
  float: right;
}
/* Custom Hamburger */
.menu-toggle {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Collapse as overlay */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    background-color: #0e2a3b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: right 0.4s ease-in-out;
    z-index: 998;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-nav .nav-link {
    color: white !important;
    font-size: 20px;
    margin-bottom: 20px;
  }

  /* Hamburger (menuToggle) base */
  .menu-toggle {
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
  }

  /* Animate to X */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Close Button Styling */
  .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease;
  }

  /* Animate Close In */
  .navbar-collapse.show .close-btn {
    opacity: 1;
    transform: scale(1);
  }

  .logo-box {
    align-items: center;
    background-color: transparent;
    left: 0;
    padding: 0;
    position: relative;
  }

  .brand-logo {
    width: 60%;
    position: unset;
  }

  nav.navbar {
    background: #ced4da24 !important;
    padding: 20px !important;
    position: sticky;
  }
  .web {
    display: none;
  }
  .phone {
    display: block;
  }
  #footer span {
    font-size: 9px;
    padding: 10px !important;
  }

  .about_text {
    width: 100%;
  }
  .subscribe {
    width: 100%;
  }

  .down-scroll-arrow {
    left: 43%;
  }
  .subscribe h6 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .submit-btn {
    background: #090446;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 30px;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

/* ---------- Mobile Devices (up to 767px) ---------- */
@media (max-width: 767px) {
  /* styles for small phones, large phones */
  body {
    font-size: 14px;
  }

  .menu-toggle {
    scale: 0.9;
  }

  .text-middle h1 {
    font-size: 2.5em;
  }

  .clock-ticker img {
    width: 80%;
  }
  .clock-count {
    transform: translate(-50%, 10%) scale(1.8);
    top: 43px;
    left: 50%;
  }
  #main-text {
    position: absolute;
    left: 25%;
    top: 15%;
  }
  #sub-main-text {
    margin-top: 30%;
  }
  .comingUp h1 {
    font-size: 40px;
  }
  .comingUp p {
    letter-spacing: 0.2em;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* ---------- Tablets (iPad Portrait: 768px - 991px) ---------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* styles for iPads, small tablets */
  body {
    font-size: 15px;
  }
  .text-middle h1 {
    font-size: 3.5em;
  }
  .clock-ticker {
    margin-top: 30%;
  }
  .clock-count {
    position: absolute;
    transform: translateX(-50%) scale(3.2);
    top: 158px;
    left: 50%;
  }
  #main-text {
    position: absolute;
    left: 35%;
    top: 12%;
  }
  #sub-main-text {
    margin-top: 30%;
  }
  .comingUp h1 {
    font-size: 45px;
  }
  .comingUp p {
    letter-spacing: 0.2em;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .down-scroll-arrow {
    left: 45%;
    bottom: -20%;
  }
  #footer span {
    font-size: 14px;
  }
  #Background_video {
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
}

@media screen and (width: 1300px) and (height: 700px) {
  .down-scroll-arrow {
    bottom: -45%;
  }
}

/* ---------- iPad Pro / Landscape Tablets (992px - 1199px) ---------- */
@media (min-width: 992px) and (max-width: 1199px) {
  /* styles for medium devices like iPad Pro landscape */
}
