@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
* {
  /* border: 1px solid red; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.nepali {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  font-style: normal;
}
body {
  font-family: "Montserrat";
  --background-color: rgb(229, 229, 229);
  --login-color: #0068a9;
  background-color: var(--background-color);
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
}

/* To change the location pointer of Dharan Clock Tower to Red  */
img.huechange {
  filter: hue-rotate(120deg);
}

.logo-img {
  height: 7rem;
  transition: all 0.3s ease;
}

.navbar {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  background: transparent;
  transition: all 0.3s ease;
  background-color: transparent;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.logo-menu-wrapper {
  display: flex;
  gap: 3rem;
}

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

.nav-menu ul li a {
  position: relative;
}

.hover-style {
  cursor: pointer;
  z-index: 90;
}

.hover-style::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  top: -4px;
  height: 1.5px;
  background-color: #323232;
  transition: 0.15s ease-out;
}

.hover-style::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -4px;
  height: 2px;
  background-color: #323232;
  transition: 0.15s ease-out;
}

.hover-style:hover::before {
  width: 70%;
}

.hover-style:hover::after {
  width: 40%;
}

.nav-button-section {
  display: flex;
}

.open-menu-button {
  align-content: center;
  display: none;
}

.button {
  background: transparent;
  position: relative;
  padding: 3px 9px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(40, 144, 241);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: rgb(36, 127, 212);
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
  margin-right: 2rem;
}

.button span {
  z-index: 2;
  margin: 10px;
}

.button svg {
  z-index: 2;
}

.button::before {
  background-color: rgba(229, 229, 229, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  z-index: -1;
}

.button::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: 1;
}

.button:hover {
  color: #fff;
  border: 1px solid rgb(40, 144, 241);
}

.button:hover::after {
  box-shadow: inset 0 0 0 10em rgb(40, 144, 241);
}

.nav-login-button {
  margin: auto;
}

.sidebar-login-button {
  margin-top: 2rem;
}

.open-menu-button i {
  font-size: 1.5rem;
  color: var(--background-color);
}

.navbar.scrolled {
  transition: all 0.3s ease;
  background-color: rgba(168, 168, 168, 0.623);
  /* background-color: rgb(231, 222, 207); */
}

.navbar.scrolled .logo-img {
  height: 5rem;
  width: auto;
  transition: all 0.3s ease;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 3rem;
}

.nav-menu ul li,
.sidebar-menu ul li {
  list-style-type: none;
  font-size: small;
  font-weight: 600;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #000;
}

.no-scroll {
  overflow: hidden;
}

.sidebar {
  position: fixed;
  top: 0;
  height: 100vh;
  right: -100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(25px);
  background-color: rgba(228, 228, 228, 0.829);
  transition: all 0.35s ease;
  z-index: 9;
}

.visible {
  right: 0;
}

.sidebar .close-menu {
  font-weight: 400;
  border-color: #fff;
  border-radius: 50%;
  padding: 0.3rem;
  background-color: white;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.close-menu i:hover {
  font-weight: 600;
  border-color: red;
  cursor: pointer;
}

.sidebar-menu {
  margin-bottom: 1.2rem;
}

.sidebar-menu ul {
  text-align: center;
}

.sidebar-menu ul li a,
.sidebar-social-menu a {
  text-decoration: none;
  color: #000;
}

.sidebar-menu {
  margin-bottom: 2.5rem;
}

.sidebar-menu ul li {
  margin-top: 2rem;
}

.sidebar .landing-menu ul li a {
  color: black;
}

/* Hero Section  */
.hero-section {
  height: 100vh;
  position: relative;
  margin-bottom: 6rem;
}

.hero-section .owl-carousel .owl-item img {
  display: block;
  width: unset;
}

.owl-carousel.item {
  display: none;
}

.owl-carousel.active {
  display: block;
}

.hero-section .item {
  height: 100vh;
  overflow: hidden;
}

.hero-image-wrapper {
  position: absolute;
  width: 50vw;
  height: 50vw;
  right: -287px;
  transform: rotate(45deg);
  overflow: hidden;
  top: 0;
  border-radius: 60px;
}

.hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 103%;
  width: 136%;
  object-fit: cover;
}

.hero-container {
  height: 100%;
  align-content: center;
  overflow: hidden;
}

.landing-text .p1 {
  font-size: 3.6rem;
  font-weight: 500;
}

.highlight {
  color: red; /* Make the full stop red */
  line-height: 0;
  font-size: 6rem; /* Make the full stop bigger */
}

.landing-text .p2 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
}

.landing-menu ul li a.active {
  font-weight: bold;
}

.landing-menu {
  margin-top: -100px;
  z-index: 5;
  display: block;
  position: relative;
}

.landing-menu ul {
  margin-top: 0.5rem;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 3rem;
}

.landing-menu ul li {
  font-size: smaller;
  font-weight: 500;
}

.landing-menu ul li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.active-link {
  font-weight: bold;
}

.chairman-message {
  margin-bottom: 6rem;
}

.chairman-message-title {
  margin-bottom: 2rem;
}

.chairman-message-title p {
  font-size: 1.8rem;
  font-weight: 600;
}

.chairman-image {
  float: left;
  width: 40%;
  height: auto;
  padding-right: 3rem;
  padding-bottom: 2rem;
}

.chairman-message p {
  text-align: justify;
}

/* Group Photo Started */

.group-photo {
  height: auto;
  margin-bottom: 6rem;
}

.group-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Section started */

.about-us {
  margin-bottom: 4rem;
}

.about-us-container .title {
  font-size: 2rem;
  margin-bottom: 4rem;
  font-weight: 600;
}

.about-us-wrapper {
  display: flex;
  gap: 6rem;
  flex-wrap: wrap-reverse;
}

.about-us-content {
  width: 45%;
  /* text-align: justify; */
}

.about-us-image {
  width: 45%;
}

.about-us-image img {
  width: 100%;
  height: auto;
  box-shadow: 159px -78px 0px -25px rgba(13, 36, 14, 0.8);
  -webkit-box-shadow: 94px -85px 0px -44px rgba(185, 185, 185, 0.45);
}

/* Map Section Started */
.map-section {
  height: 65vh;
  width: 100vw;
  margin-bottom: 6rem;
  z-index: 1;
}

/* Activity section started */

.activity {
  margin-bottom: 6rem;
}

.activity-container {
  display: flex;
  flex-wrap: wrap;
}

.activity-image-wrapper {
  width: 50%;
  padding: 2rem;
}

.activity-content {
  width: 50%;
  padding: 2.5rem;
}

.activity-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 159px -78px 0px -25px rgba(13, 36, 14, 0.8);
  -webkit-box-shadow: -55px 62px 0px -23px rgba(209, 209, 209, 0.8);
}

.activity-content {
  width: 50%;
}

.activity-content-description ul li {
  font-size: large;
  list-style-type: circle;
}

.activity-content-description ul p {
  /* text-align: justify; */
  color: var(--primary-text);
}

.bullet-points {
  margin: 1.3rem;
}

/* Footer Section Started */

.footer {
  background-color: rgb(231, 222, 207);
  /* background-color: rgb(214, 213, 213); */
  color: #fff;
}

.footer-one {
  height: 50vh;
  align-content: center;
}

.footer-one-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    align-items: center;
}

.footer-one-wrap ul {
  list-style-type: none;
}

.first-menu-box-one {
  font-size: xx-large;
  width: 40%;
  /* padding-left: 2rem; */
}

.first-menu-box-one ul li {
  margin-bottom: 1rem;
}
.first-menu-box-one ul a {
  text-decoration: none;
  color: #000;
}

.first-menu-box-two {
  width: 55%;
  height: 100%;
  color: #000;
}
.first-menu-box-two .contact{
    margin-top: 15px;
    line-height: 30px;
}

.first-menu-box-three {
  width: 25%;
  height: 100%;
  color: #000;
}

.box-text {
  font-size: large;
}

.footer-two {
  height: 10vh;
}

.footer-two-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer-two-wrap a {
  text-decoration: none;
  color: #000;
}

.footer-two-first {
  width: 50%;
  color: #000;
  /* padding-left: 2rem; */
}

.footer-two-second,
.footer-two-third {
  width: 25%;
  color: #000;
}

.privacy,
.terms,
.instagram,
.facebook {
  margin-right: 1.4rem;
  font-size: smaller;
}

@media (max-width: 391px) {
  .hero-section,
  .chairman-message,
  .group-photo,
  .about-us,
  .map-section,
  .activity {
    margin-bottom: 3rem;
  }

  .logo-img {
    height: 3rem;
    width: auto;
  }

  .navbar.scrolled .logo-img {
    height: 2.4rem;
  }

  .nav-menu {
    display: none;
  }

  .nav-login-button {
    display: none;
  }

  .open-menu-button {
    display: block;
  }

  .sidebar {
    width: 100%;
  }

  .open-menu-button i {
    font-size: 1.4rem;
  }

  .hero-image-wrapper {
    visibility: hidden;
  }

  .landing-text .p1 {
    font-size: 2.5rem;
  }

  .landing-menu ul {
    gap: 1.7rem;
  }

  .landing-menu ul li a {
    color: var(--background-color);
  }

  .hero-section {
    position: relative;
    color: var(--background-color);
    background-size: cover;
    background-image: url('/website/image/oath.png');
    background-position: 42% 12%;
    background-repeat: no-repeat;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    filter: blur(1.8px);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .chairman-image {
    width: 60%;
    height: auto;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }

  .about-us-wrapper {
    gap: 2rem;
  }

  .about-us-content,
  .about-us-image {
    width: 100%;
  }

  .map-section {
    width: 100vw;
    aspect-ratio: 1/1;
  }

  .activity-container {
    display: flex;
    flex-direction: column;
  }

  .activity-image-wrapper,
  .activity-content {
    width: 100%;
  }

  .footer-one {
    height: auto;
    margin-bottom: 2rem;
  }

  .first-menu-box-one {
    width: 100%;
  }

  .first-menu-box-two,
  .first-menu-box-three {
    width: 50%;
    margin-top: 1rem;
  }

  .footer-two-first {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-two-second,
  .footer-two-third {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 391px) and (max-width: 576px) {
  .hero-section,
  .chairman-message,
  .group-photo,
  .about-us,
  .map-section,
  .activity {
    margin-bottom: 3rem;
  }

  .logo-img {
    height: 3.2rem;
    width: auto;
  }

  .navbar.scrolled .logo-img {
    height: 2.5rem;
  }

  .nav-menu {
    display: none;
  }

  .sidebar {
    width: 80%;
  }

  .nav-login-button {
    display: none;
  }

  .open-menu-button {
    display: block;
  }

  .open-menu-button i {
    font-size: 1.4rem;
  }

  .hero-section {
    position: relative;
    color: var(--background-color);
    background-image: url('/website/image/oath.png');
    background-size: cover;
    background-position: 40% 12%;
    background-repeat: no-repeat;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    filter: blur(1.8px);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .hero-image-wrapper {
    display: none;
    visibility: hidden;
  }

  .landing-text .p1 {
    font-size: 2.8rem;
  }

  .landing-menu ul li a {
    color: var(--background-color);
  }

  .hero-section {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    background-image: url('/website/image/oath.png');
    color: var(--background-color);
  }

  .chairman-image {
    width: 60%;
    height: auto;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }

  .about-us-wrapper {
    gap: 2rem;
  }

  .about-us-content,
  .about-us-image {
    width: 100%;
  }

  .map-section {
    width: 100vw;
    aspect-ratio: 1/1;
  }

  .activity-container {
    display: flex;
    flex-direction: column;
  }

  .activity-image-wrapper,
  .activity-content {
    width: 100%;
  }

  .footer-one {
    height: auto;
    margin-bottom: 2rem;
  }

  .first-menu-box-one {
    width: 100%;
  }

  .first-menu-box-two,
  .first-menu-box-three {
    width: 50%;
    margin-top: 1rem;
  }

  .footer-two-first {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-two-second,
  .footer-two-third {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 577px) and (max-width: 1024px) {
  .hero-section,
  .chairman-message,
  .group-photo,
  .about-us,
  .map-section,
  .activity {
    margin-bottom: 3rem;
  }

  .logo-img {
    height: 4.2rem;
    width: auto;
  }

  .navbar.scrolled .logo-img {
    height: 3.4rem;
  }

  .nav-menu ul li a {
    color: var(--background-color);
  }

  .hero-image-wrapper {
    visibility: hidden;
  }

  .landing-menu ul li a {
    color: var(--background-color);
  }

  .hero-section {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    background-image: url('/website/image/oath.png');
    color: var(--background-color);
    background-position: 40% 12%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    filter: blur(1.8px);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .chairman-image {
    width: 60%;
    height: auto;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }

  .about-us-wrapper {
    gap: 2rem;
  }

  .about-us-content,
  .about-us-image {
    width: 100%;
  }

  .map-section {
    width: 100vw;
    aspect-ratio: 1/1;
  }

  .activity-container {
    display: flex;
    flex-direction: column;
  }

  .activity-image-wrapper,
  .activity-content {
    width: 100%;
  }
}
