:root {
  /*========== Company Colors ==========*/

  --main-color: #001659;
  --main-color-alt: #ff9800;
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");

.navStickTop {
  z-index: 500;
  position: fixed;
  margin-top: -1rem;
}
.lang-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.f_t {
  width: 20rem;
}
.rdm {
  font-weight: 600;
}
.rdm:hover,
.txt-title:hover {
  color: var(--main-color-alt);
}
.footer-bottom div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.langList {
  position: fixed;
  top: 5rem;
  background: var(--main-color);
  padding-top: 2rem;
  width: 6rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 0.75rem;
}
.hide {
  display: none !important;
}

.langList a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: azure;
}

.project-detail-grid-item div:nth-child(2) {
  text-align: end;
}

@media screen and (max-width: 420px) {
  .projects-item-content-top h2 {
    font-size: 2.75rem;
  }
  .projects-item-content-top .text-size-xlarge {
    font-size: 1.2rem;
  }
  .footer-grid {
    grid-column-gap: 0.5rem !important;
  }
  #w-node-_010eb94e-e537-e275-f514-c9f83fd6c104-3fd6c0e0 {
    width: 18.5rem;
  }
}

@media screen and (max-width: 380px) {
  .projects-item-content-top h2 {
    font-size: 2.4rem;
  }
  .footer-grid {
    grid-column-gap: 0.5rem !important;
  }
  #w-node-_010eb94e-e537-e275-f514-c9f83fd6c104-3fd6c0e0 {
    width: 13.5rem;
  }
}
@media screen and (max-width: 280px) {
  .projects-item-content-top h2 {
    font-size: 1.75rem;
  }
  .footer-grid {
    grid-column-gap: 0.5rem !important;
  }
  #w-node-_010eb94e-e537-e275-f514-c9f83fd6c104-3fd6c0e0 {
    width: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding: 0 !important;
  }
  .header-bg {
    height: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .header-bg {
    height: 4rem;
  }
  .i_frame {
    display: block;
    width: 22rem;
  }
  .frame_1 {
    display: none !important;
  }
  .projects-item {
    border-radius: 1.5rem;
    top: 7rem;
  }
  .navbar-menu {
    margin-top: -35px;
  }
  .navbar-right {
    margin-top: 0 !important;
  }
  .contact-hero-content-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 390px;
  }
  .footer-bottom div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}

@media screen and (min-width: 1440px) {
  .contact-hero-content-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 476px;
  }
  .i_frame {
    width: 35rem;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .navbar-right {
    right: -6px;
    top: 1.5rem;
  }
}
@media screen and (min-width: 990px) {
  .header-bg {
    height: 4.75rem;
  }
}
#pageHeader {
  transition: background-color 0.3s ease; /* Add a smooth transition effect */
}

.header-bg {
  background-color: #fff; /* Change to the background color you want */
  border-bottom: 1px solid #c4c4c4;
}
