:root {
  --main-color: #98c4e1; /* Main color */
  --second-color: #65879e; /* Second color */
  --text-color: #424242; /* Text color */
}

body {
  color: var(--text-color);
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  padding-top: 0px;
  top: 0;
}

body.admin-bar .navbar.sticky-top {
  top: 0; /* Adjust for the height of the WordPress admin bar */
}

@media screen and (max-width: 782px) {
  body.admin-bar .navbar.sticky-top {
    top: 0; /* Adjust for the height of the WordPress admin bar on smaller screens */
  }
}

h1 {
  font-family: Oswald;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .page-banner-index div {
    padding: 0 !important;
  }
  .page-banner div {
    padding: 0 !important;
  }
}

h3 {
  text-align: center;
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 150% */
  padding-bottom: 24px;
}

.nav-link {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar {
  background-color: #fff;
  transition: background-color 0.3s ease; /* Smooth transition for the background color change */
  z-index: 100000000;
  margin-top: 0;
}

.navbar-nav a {
  font-family: "Open Sans";
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  text-decoration: none;
}

.navbar-nav a:hover {
  color: var(--main-color) !important;
  font-weight: 600 !important;
}

.navbar-nav a.active {
  color: var(--main-color) !important;
  font-weight: 600 !important;
}

.logo {
  height: 32px;
  padding: 4px;
}

.social-icon-nav {
  display: block;
  height: 36px;
  width: 100%;
}

.social-icon-nav .social-icon:hover rect,
.social-icon-nav .social-icon:active rect {
  fill: var(--second-color);
}

.logo-footer {
  height: 171px;
}

/* .footer ul {
  gap: 32px;
} */

.footer a {
  font-family: "Open Sans";
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  text-decoration: none;
}

.footer a:hover {
  color: var(--main-color) !important;
  font-weight: 600 !important;
}

.footer a.active {
  color: var(--main-color) !important;
  font-weight: 600 !important;
}

.page-banner {
  height: 80vh;
}

.page-banner img {
  object-fit: cover;
  overflow: hidden;
}

.page-banner-index {
  height: 50vh;
}

.page-banner-index img {
  object-fit: cover;
  overflow: hidden;
}

.footer i {
  width: 24px;
  height: 24px;
  color: var(--text-color);
}

.footer p {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 8px 0;
  margin: 0;
}

@media screen and (min-width: 782px) {
  .page-banner .h-50 {
    height: 100% !important;
  }
  .page-banner-index .h-50 {
    height: 100% !important;
  }
}
