* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import url("https://fonts.cdnfonts.com/css/telegraf");

body {
  font-family: "Telegraf", sans-serif;
}

html {
  scroll-behavior: smooth;
}

header {
  color: white;
}

.header-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #009cde;
  padding: 15px 20px;
}

nav {
  display: flex;
  align-items: center;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
}

.burger div {
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
}

.pb-full {
  padding-bottom: 100%;
}

.container {
  max-width: 1540px !important;
  margin: auto;
  padding: 0 15px;
}

.slick-dots li button:before {
  font-size: 16px !important;
  color: #ffffff !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #009cde !important;
}
.slick-dots {
  bottom: 40px !important;
}

.slick-list.draggable,
.slick-track,
.slick-slide img {
  height: 100%;
}

.MobileImg {
  display: none;
}

img.smartphoneImage {
  width: 450px;
  transform: scale(1.1);
}

.iframeWrapper {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  width: 98%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iframeImage {
  width: 100%;
  border: none;
  height: 100%;
  padding: 10px;
}

.page {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 10px;
}

.popup {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

div#media-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000d6;
  right: 0;
  border: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.show-popup .popup {
  opacity: 1;
  visibility: visible;
}

.popup > iframe {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}

a.poppuAnchor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f5f7f9;
}

.gallryContainer {
  max-width: 1100px;
  margin: auto;
}

.error {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}
.form_control input.error {
  border: 1px solid red;
}

/* Responsive Styles */
@media (max-width: 1023px) {
  .nav-links {
    position: absolute;
    right: 0;
    height: 100vh;
    top: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    padding-top: 90px;
    z-index: 9;
  }

  .nav-links li {
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-bottom: 15px;
  }

  .nav-links.active {
    width: 200px;
  }

  .nav-links.active li {
    opacity: 1;
    transition-delay: 0.7s;
  }

  .burger {
    display: flex;
    z-index: 10;
  }

  .burger.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .burger.toggle .line2 {
    opacity: 0;
  }

  .burger.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .slick-dots {
    bottom: 20px !important;
  }

  .smartphone {
    position: relative;
    width: max-content;
    margin-right: 15px;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    font-size: 13px !important;
  }

  .slick-dots {
    bottom: 30px !important;
  }

  .slick-dots li {
    margin: 0px !important;
  }

  .desktopImg {
    display: none;
  }

  .MobileImg {
    display: block;
  }

  img.smartphoneImage {
    width: 85%;
    transform: scale(1.1);
    margin: auto;
  }

  .iframeWrapper {
    width: 89%;
  }

  nav {
    width: 65px;
    justify-content: end;
  }

  .news-alert-visible #feature {
    padding-top: 0 !important;
  }

  .news-alert-button {
    display: none !important;
  }

  .news-header {
    display: none !important;
  }

  .main-timer {
    flex-direction: column;
  }
}

.news-header {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .post:hover .overlay {
    display: block;
  }
}

.news-alert-wrapper {
  background-color: #b3e5fc;
  max-height: 80px;
  opacity: 1;
  overflow: hidden;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
}

.news-alert-wrapper.hidden {
  max-height: 0;
  opacity: 0;
  padding: 0;
}

.news-bar-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.news-bar-left img {
  height: 80px;
}

.news-bar-center {
  flex: 1;
  text-align: center;
}

.news-header {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 24px;
  color: #6d6d6d;
}

.main-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.news-timer span {
  font-weight: bold;
}

.news-bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-bar-right button {
  background-color: #009cde;
  border: none;
  padding: 10.5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 15px;
}
.news-bar-right button:hover {
  background-color: #005f8a;
}

span.news-timer-label {
  font-size: 14px;
  font-weight: 600;
  color: black;
}

.news-timer {
  background-color: #213147;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  font-family: "Roboto";
  font-weight: bold;
  gap: 4px;
  padding: 2px 4px;
}

.news-bar-right button svg {
  fill: currentColor;
}

.close-btn-wrapper {
  cursor: pointer;
  position: relative;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6d6d6d;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: bolder;
  top: -5px;
}

/* .news-alert-visible #feature {
  padding-top: 153px;
} */

.news-alert {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.news-alert.show {
  display: block;
  opacity: 1;
}

@media (max-width: 991px) {
  .news-bar-container .news-header {
    font-size: 16px;
  }

  .news-bar-container .main-timer span.news-timer-label {
    font-size: 14px;
  }

  .news-timer span {
    font-size: 14px;
  }

  .news-alert-wrapper {
    max-height: 60px;
    height: 60px;
  }

  .news-bar-left img {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .main-timer {
    gap: 0;
  }

  .news-bar-left img {
    width: 100%;
    max-height: 60px;
  }

  span.news-timer-label {
    white-space: nowrap;
  }
}

div#popup1 {
  display: none;
}

div#popup1.show {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}

#popup1.show .popup {
  visibility: visible;
  opacity: 1;
}

#popup1 .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

#popup1 .popup .content p {
  font-size: 20px;
}

#popup1 .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #007bff;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

#popup1 .button:hover {
  background: #007bff;
}

#popup1 .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

#popup1 .overlay:target {
  visibility: visible;
  opacity: 1;
}

#popup1 .popup {
  margin: 70px auto;
  padding: 30px;
  background: #000;
  border: 10px solid white;
  width: 100%;
  position: relative;
  transition: all 1s ease-in-out;
  height: auto;
  color: #fff;
  max-width: 470px;
}

#popup1 .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

#popup1 .popup .close {
  position: absolute;
  top: -45px;
  right: -25px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#popup1 .popup .close:hover {
  color: #007bff;
}

#popup1 .popup .content {
  max-height: 30%;
  overflow: auto;
  text-align: center;
}

#popup1 .popup .content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 0;
  margin-top: 20px;
}

#popup1 .popup .content form input {
  width: 100%;
  border-radius: 24px;
  padding: 10px 20px;
  border: 1px solid;
  color: #000;
  outline: none;
}

#popup1 .popup .content form .submit {
  background: #007bff;
  border-radius: 24px;
  padding: 10px 20px;
  width: 150px;
  color: #fff;
}
.bannerWrapper {
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1.bannerpara {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.bannerinner a {
  background: #009cde;
  color: #fff;
  padding: 9px 30px;
  border-radius: 6px;
  margin: auto;
  display: block;
  width: max-content;
  font-size: 20px;
  margin-top: 15px;
}
.background-images img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0px;
  object-fit: cover;
}
.background-images {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
img.MobileImg {
  display: none !important;
}
.bannerinner p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  margin: 10px 0;
}
.bannerinner {
  max-width: 1000px;
}

.bannerinner a:hover {
  background: #005f8a;
}
@media screen and (max-width: 700px) {
  #popup1 .box {
    width: 85%;
  }

  #popup1 .popup {
    padding: 15px;
  }

  #popup1 .popup .content p {
    font-size: 16px;
  }

  .news-bar-right {
    gap: 10px;
    width: 160px;
  }

  #popup1 .popup {
    width: 85%;
  }

  .news-bar-right button {
    padding: 10.5px 10px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px;
    display: flex !important;
  }

  .news-bar-center {
    flex: 1;
    text-align: center;
  }

  .news-header {
    display: block !important;
    line-height: normal;
  }

  div#news-alert {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .background-images {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
  body.news-alert-visible .background-images-outer {
    height: calc(100dvh - 230px);
  }
  .bannerinner {
    padding: 0 15px;
  }
  h1.bannerpara {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    line-height: 30px;
  }
  .bannerinner p {
    font-size: 16px;
  }
  .background-images-outer {
    height: calc(100dvh - 180px);
  }
  body img.MobileImg {
    display: block !important;
  }
  img.desktopImg {
    display: none !important;
  }
  .mobile-tooltip {
    position: relative;
  }
  .mobile-tooltip p {
    position: fixed;
    bottom: 136px;
    left: 0; /* transform: translateX(-100%); */
    background-color: #2c3f73e3;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: normal;
    max-width: 100vw;
    font-size: 12px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    display: block;
    width: 97%;
    margin: auto;
    right: 0;
  }
  .mobile-tooltip.show-tooltip p {
    display: block !important;
    opacity: 1;
  }
  .mobile-tooltip:active p,
  .mobile-tooltip:focus p {
    opacity: 1;
  }
  .show-tooltip {
    position: relative;
  }
  .mobile-tooltip.show-tooltip::after {
    content: "";
    position: absolute;
    top: -22px;
    right: 26px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #2c3f73e3;
    z-index: 20;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
