@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  color: #333;
}

p {
  margin: 0;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 70px 0;
  }
}

.links ul {
  gap: 34px;
}

.header {
  padding: 0px 30px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.6s ease-in-out;
}
.header.header-bg {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.98;
}
.header.header-bg .nav-item a {
  color: #333;
}
.header.header-bg .lang-header a {
  color: #333;
}
.header.header-bg .lang-header {
  color: #333;
}

.header a img {
  width: 100%;
}

.navbar-brand {
  max-width: 110px;
  position: fixed;
  margin-top:-30px;
  background-color: #c6c6c6;
}
@media (max-width: 767px) {
  .navbar-brand {
    max-width: 80px;
  }
}

.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  transition: color 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

ul {
  align-items: center;
}

.donate {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 10px;
  background: #329f5b;
  gap: 5px;
  padding: 12px 22px;
  transition: all 0.3s ease;
}
.donate:hover {
  opacity: 0.8;
}

.donate-btn {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  border: 0;
  background: #329f5b;
}

@media (min-width: 992px) {
  .navbar-collapse {
    flex-basis: 0;
    flex-grow: unset;
  }
}

.lang-header {
  width: 100%;
  color: #fff;
  padding-top: 10px;
  text-align: right;
}

.language-selector {
  display: inline-block;
  margin-right: 20px;
}

.language-selector a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
}

.language-selector a img {
  width: 20px;
  height: auto;
  margin-right: 5px;
  margin-top: -7px;
}

.language-selector a .nepal-flag {
  width: 15px;
}

/* Responsive styles */
@media screen and (max-width: 600px) {
  .lang-header {
    text-align: center;
  }
  .language-selector {
    display: block;
    margin: 0 auto;
  }
}
.carousel-content .carousel-item {
  height: 100vh;
}

.carousel-content .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-content {
  position: relative;
}

.carousel-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 25%;
}

.content {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 22px;
}

.content h1 {
  font-family: "Oswald";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .content h1 {
    font-size: 35px;
    line-height: 47px;
  }
}
@media (max-width: 991px) {
  .content h1 {
    font-size: 53px;
    line-height: 66px;
  }
}

.join-form {
  background: rgba(102, 35, 130, 0.7);
  padding: 40px 0 50px;
}
@media (max-width: 767px) {
  .join-form {
    padding: 30px 0;
  }
}

.join-form input {
  width: 100%;
  height: 48px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .join-form input {
    height: 38px;
  }
}

.message p {
  color: #fff;
  text-transform: uppercase;
  font-family: "oswald";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 51px;
  text-align: center;
}
@media (max-width: 767px) {
  .message p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .message p {
    font-size: 28px;
    line-height: 37px;
  }
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .form-section {
    gap: 15px;
    margin-top: 20px;
    flex-direction: column;
  }
}

.form-input {
  max-width: 340px;
  width: 100%;
}

.btn button {
  color: #fff;
  background-color: #329f5b;
  padding: 8px 40px;
  border: 0;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.about {
  padding-top: 40px;
  /* margin-left: 119px; */
}

.page-title {
  text-transform: uppercase;
  font-family: "oswald";
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
  text-align: start;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
.page-title::after {
  content: "";
  height: 5px;
  display: block;
  background: #329f5b;
  width: 100px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .page-title::after {
    width: 50px;
  }
}

.about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .about-content {
    padding-bottom: 30px;
  }
}

.about-content img {
  border: 0;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.about-message p {
  text-align: center;
  color: #333;
  font-family: "poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .about-message p {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.02px;
  }
}
@media (max-width: 991px) {
  .about-message p {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: -0.02px;
  }
}

.heading p {
  text-transform: uppercase;
  font-family: "oswald";
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .heading p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .heading p {
    font-size: 39px;
    line-height: 55px;
  }
}

.heading p::after {
  content: "";
  width: 100px;
  height: 5px;
  display: block;
  background: #329f5b;
}
@media (max-width: 767px) {
  .heading p::after {
    width: 50px;
  }
}

.img-section {
  max-width: 730px;
  height: 486px;
}

.heading-content-p {
  max-width: 674px;
  min-height: 383px;
  background: rgba(255, 255, 255, 0.7);
  padding: 56px 44px 0px 44px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.heading-content {
  display: flex;
}

.about-topic {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 500;
  line-height: 63px;
}
@media (max-width: 767px) {
  .about-topic {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .about-topic {
    font-size: 27px;
    line-height: 36px;
  }
}

.about-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
}
@media (max-width: 767px) {
  .about-desc {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .about-desc {
    font-size: 14px;
    line-height: 25px;
  }
}

.btn-primary {
  background: #329f5b;
  color: #fff;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #329f5b;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 14px;
    padding: 12px 9px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    font-size: 17px;
    padding: 10px 10px;
  }
}
.btn-primary:hover {
  background: #fff;
  color: #329f5b;
}

.btn-learn-more {
  padding-top: 18px;
}

.about-row {
  max-width: 1182px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.about-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about-row {
    flex-direction: row;
  }
}
.about-img {
  max-width: 730px;
}
.about-why-content {
  max-width: 674px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 180px;
  margin-left: -222px;
  padding: 56px 44px 68px;
}
@media (max-width: 767px) {
  .about-why-content {
    padding: 30px 39px 45px;
    margin-top: -41px;
    margin-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-why-content {
    margin-top: 298px;
    margin-left: -402px;
  }
}

.banner {
  position: relative;
  background-image: url("../../Assets/img/banner/banner.jpg");
  background-position: right;
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* padding: 90px 0; */
  z-index: 1;
}
@media (max-width: 767px) {
  .banner {
    padding: 60px 0;
  }
}

.banner::before {
  content: "";
  display: block;
  background: #000;
  opacity: 37%;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.banner::after {
  content: "";
  display: block;
  background-image: url("../../Assets/img/banner/banner-rect.svg");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: calc(50% + 170px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .banner::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .banner::after {
    width: calc(42% + 420px);
    left: -230px;
    background-size: 100% 100%;
  }
}

.banner-head {
  text-transform: uppercase;
  font-family: "oswald";
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
  text-align: start;
}
@media (max-width: 767px) {
  .banner-head {
    color: #fff;
    line-height: 38px;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .banner-head {
    font-size: 34px;
    line-height: 48px;
  }
}

.banner-para {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .banner-para {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .banner-para {
    font-size: 17px;
    letter-spacing: -0.52px;
  }
}

.events-row {
  max-width: 1165px;
  margin: 0 auto;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 50px;
}
@media (max-width: 767px) {
  .events-row {
    gap: 25px;
  }
}
.events-box {
  width: 100%;
}
@media (min-width: 768px) {
  .events-box {
    /* width: calc(33.3333333333% - 34px); */
    width: calc(16.6667% - 34px);
  }
}
.events-date {
  /* font-size: 20px; */
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .events-date {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .events-date {
    font-size: 14px;
    line-height: 15px;
  }
}
.events-img {
  margin-top: 22px;
}
.events-content {
  margin-top: 22px;
}
.events-ttl {
  /* line-height: 45px; */
  line-height: 25px;
  /* font-size: 24px; */
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.15px;
}
@media (max-width: 767px) {
  .events-ttl {
    line-height: 32px;
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .events-ttl {
    line-height: 30px;
    font-size: 20px;
  }
}
.events-txt {
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .events-txt {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .events-txt {
    font-size: 14px;
    line-height: 21px;
  }
}
.events .events-btn a {
  text-decoration: none;
  color: #fff;
}
.events .events-btn {
  margin: 0px auto;
}
.events .view-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.container-lg {
  max-width: 1326px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 78px;
}
@media (max-width: 991px) {
  .container-lg {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 1199px) {
  .footer-name-email {
    flex-direction: column;
  }
}

.footer {
  background: rgba(102, 35, 130, 0.7);
}
.footer-form .contact {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 39px;
  padding-top: 129px;
}
@media (max-width: 991px) {
  .footer-form .contact {
    padding-top: 30px;
  }
}
.footer-name-email {
  display: flex;
  max-width: 480px;
  gap: 21px;
}
.footer-name-email input {
  width: 250px;
  border-radius: 0;
  margin: auto;
  font-size: 16px;
  box-shadow: 1px 1px 0.8px 0.2px;
}
@media (max-width: 991px) {
  .footer-name-email input {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .footer-name-email input {
    width: 330px;
  }
}
.footer-message textarea {
  width: 521px;
  border-radius: 0;
  margin: 42px auto;
  font-size: 16px;
  box-shadow: 1px 1px 0.8px 0.2px;
}
@media (max-width: 1199px) {
  .footer-message textarea {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .footer-message textarea {
    width: 350px;
    margin: 20px auto;
  }
}

@media (max-width: 991px) {
  .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    margin-top: 20px;
  }
}

.footer-info .footer-logo img {
  width: 300px;
  height: 200px;
}
@media (max-width: 1199px) {
  .footer-info .footer-logo img {
    margin-top: 30px;
    width: 250px;
    height: 170px;
  }
}
@media (max-width: 991px) {
  .footer-info .footer-logo img {
    margin-top: 30px;
    width: 218px;
    height: 151px;
  }
}
@media (max-width: 767px) {
  .footer-info .footer-logo img {
    margin-top: 30px;
    width: 218px;
    height: 151px;
  }
}

.contact-details {
  padding-top: 30px;
}
.contact-details img {
  width: 30px;
  height: 30px;
}
.contact-details p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-details p {
    font-size: 16px;
  }
}
.contact-details .details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 20px 0px;
}

.contact {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 39px;
  padding-top: 33px;
}

.footer-socials img {
  height: 60px;
  width: 40px;
  gap: 15px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .footer-socials img {
    margin-bottom: 0px;
  }
}

.footer-map {
  max-width: 500px;
}

.footer-map iframe {
  width: 100%;
  height: 480px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-copyright {
  text-align: center;
  color: #fff;
  padding: 15px 0px;
  background: #333;
  width: 100%;
}

@media (max-width: 767px) {
  .container-lg {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .contact {
    text-align: center;
  }
  .footer-form .contact {
    margin-bottom: 50px;
    padding-top: 40px;
    text-align: center;
  }
  .footer-socials img {
    margin-bottom: 0px;
  }
  .footer-map iframe {
    padding-top: 0px;
    padding-bottom: 20px;
    height: 300px;
  }
  .footer-socials {
    justify-content: center;
    align-items: center;
  }
  .footer-name-email {
    flex-direction: column;
  }
  .footer-message textarea {
    width: 330px;
    margin: 21px auto;
  }
  .footer-message input {
    width: 330px;
    margin: 21px auto;
  }
  .footer-send a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .footer-send {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-info .footer-logo img {
    margin-top: 0px;
  }
}
.banner-second {
  position: relative;
  background-image: url("../../Assets/img/banner/banner2.png");
  background-position: left;
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* padding: 90px 0; */
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-second {
    padding: 60px 0;
  }
}

.banner-second::before {
  content: "";
  display: block;
  background: #000;
  opacity: 37%;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.banner-second::after {
  content: "";
  display: block;
  background-image: url("../../Assets/img/banner/banner-rect2.png");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: calc(50% + 220px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .banner-second::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .banner-second::after {
    width: calc(50% + 150px);
    background-size: 100% 100%;
  }
}

.banner-head-second {
  text-transform: uppercase;
  font-family: "oswald";
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
}
@media (max-width: 767px) {
  .banner-head-second {
    color: #fff;
    line-height: 38px;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .banner-head-second {
    font-size: 34px;
    line-height: 48px;
  }
}

.banner-para-second {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .banner-para-second {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .banner-para-second {
    font-size: 17px;
    letter-spacing: -0.52px;
  }
}

.banner-header-second {
  max-width: 500px;
  margin-left: auto;
  text-align: start;
}
@media (max-width: 991px) {
  .banner-header-second {
    margin-left: 480px;
  }
}
@media (max-width: 767px) {
  .banner-header-second {
    margin-left: 0px;
  }
}

.slider-container {
  max-width: 1015px;
  margin: 0 auto;
  position: relative;
}
.slider-container .swiper-horizontal {
  overflow: hidden;
}
.slider-container .swiper-pagination {
  bottom: -50px !important;
}
@media (max-width: 767px) {
  .slider-container .swiper-pagination {
    bottom: -30px !important;
  }
}
@media (max-width: 991px) {
  .slider-container .swiper-pagination {
    bottom: -35px !important;
  }
}
.slider-container .swiper-pagination-bullet-active {
  background-color: #878080;
}
.slider-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .slider-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.slider-block {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 90px;
  border: 1px solid #c6c6c6;
}
@media (max-width: 991px) {
  .slider-block {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .slider-block {
    padding: 30px 30px 50px;
  }
}

.swiper-prev img,
.swiper-next img {
  width: 60px !important;
  height: 60px !important;
}
@media (max-width: 767px) {
  .swiper-prev img,
  .swiper-next img {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 991px) {
  .swiper-prev img,
  .swiper-next img {
    width: 45px !important;
    height: 45px !important;
  }
}
.swiper-prev {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper-prev {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .swiper-prev {
    left: -50px;
  }
}
.swiper-next {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper-next {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .swiper-next {
    right: -50px;
  }
}

.gallery img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.gallery {
  padding-top: 40px;
  padding-bottom: 70px;
}

.slider {
  margin-top: 86px;
}

.events-btn a {
  text-decoration: none;
  color: #fff;
}

.events-btn {
  margin: 0px auto;
}

.view-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.card-btn {
  padding: 4px 10px;
  font-size: 15px;
  margin-top: 10px;
}

.card h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: "poppins";
}
.card p {
  font-size: 15px;
  color: #333;
  font-weight: 400;
}

.card-img-top {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading .blog-heading {
  margin-bottom: 0px;
}

.bg-img-section {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../../Assets/img/hero/nepal-hero-image.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-img-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 10%;
}

.display-msg {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 22px;
}
.display-msg h1 {
  font-family: "Oswald";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .display-msg h1 {
    font-size: 35px;
    line-height: 47px;
  }
}
@media (max-width: 991px) {
  .display-msg h1 {
    font-size: 53px;
    line-height: 66px;
  }
}

.static-img {
  height: 20vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../../Assets/img/hero/hero-img2.jpg);
  background-position: center;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.static-img-2 {
  height: 20vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../../Assets/img/hero/hero-img3.jpg);
  background-position: center;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.objectives-list li {
  list-style: circle;
  margin: 20px;
  font-size: 18px;
  font-family: "poppins";
  font-weight: 400;
  line-height: 36px;
  color: #333;
}
@media (max-width: 767px) {
  .objectives-list li {
    font-size: 13px;
    font-weight: 300;
  }
}

.objectives {
  padding: 10px 0px;
}

.paragraph {
  color: #333;
  font-family: "poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.02px;
  }
}
@media (max-width: 991px) {
  .paragraph {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: -0.02px;
  }
}

.introduction {
  padding-top: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f2f2f2;
}

.working-area {
  padding-bottom: 20px;
}

.map-nepal {
  max-width: 100%;
}

.map-nepal iframe {
  width: 100%;
  height: 200px;
}

.accordion-body {
  font-size: 15px;
  font-family: "poppins";
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02px;
}

.mission-list li {
  list-style: circle;
  margin: 20px;
  font-size: 18px;
  font-family: "poppins";
  font-weight: 400;
  line-height: 36px;
  color: #333;
}
@media (max-width: 767px) {
  .mission-list li {
    font-size: 13px;
    font-weight: 300;
  }
}

.mission-vision {
  padding: 10px 0px;
}

img {
  max-width: 100%;
}

.gallery-page {
  padding-top: 160px;
}

#gallery-modal .modal-img {
  width: 100%;
}

.gallery-title {
  text-transform: uppercase;
  font-family: "oswald";
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gallery-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
.gallery-title::after {
  content: "";
  height: 5px;
  display: block;
  background: #329f5b;
  width: 100px;
  margin-top: 5px;
  margin: auto;
}
@media (max-width: 767px) {
  .gallery-title::after {
    width: 50px;
  }
}

.blog-image img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-info {
  padding-top: 40px;
}
.blog-info p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  text-align: start;
}
.blog-continue {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .blog-continue {
    max-width: 570px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .blog-continue {
    max-width: 800px;
    margin: auto;
  }
}
.blog-remaining-content p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.section-blogs {
  padding-top: 180px;
}

.heading .related-title {
  margin-bottom: 0px;
}

.contact-form {
  text-align: center;
  width: 100%;
  padding-top: 160px;
}
.contact-form h1 {
  font-family: "Oswald";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact-form h1 {
    font-size: 35px;
    line-height: 47px;
  }
}
@media (max-width: 991px) {
  .contact-form h1 {
    font-size: 53px;
    line-height: 66px;
  }
}

.left-section .contact-input-form {
  text-align: center;
}
.left-section .contact-input-form label {
  font-size: 18px;
  font-weight: 500;
  font-family: "poppins";
  line-height: 28px;
}
.left-section .contact-input-form input {
  border-radius: 5px;
  background: #dedede;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.left-section .contact-input-form textarea {
  border-radius: 5px;
  background: #dedede;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.left-section .contact-input-form .contact-btn button {
  border-radius: 5px;
  padding: 10px 155px 10px 155px;
}

.contact-title {
  text-transform: uppercase;
  font-family: "oswald";
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
.contact-title::after {
  content: "";
  height: 5px;
  display: block;
  background: #329f5b;
  width: 100px;
  margin-top: 5px;
  margin: auto;
}
@media (max-width: 767px) {
  .contact-title::after {
    width: 50px;
  }
}

.contact-logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-logo-image img {
  max-width: 350px;
  width: 100%;
  height: 250px;
}
@media (max-width: 991px) {
  .contact-logo-image img {
    max-width: 250px;
    width: 100%;
    height: 160px;
  }
}

.info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  font-weight: 500;
}
.info img {
  max-width: 30px;
  width: 100%;
  height: 30px;
}
@media (max-width: 991px) {
  .info img {
    max-width: 25px;
    width: 100%;
    height: 25px;
  }
}

.contact-page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 20px 0px 60px 0px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .contact-page {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 0px;
  }
}
@media (max-width: 991px) {
  .contact-page {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 0px;
    flex-wrap: wrap-reverse;
  }
}

.faqs {
  padding: 10px 0;
}

.working-area {
  padding: 10px 0;
}

.event-image img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-info {
  padding-top: 40px;
}
.event-info p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  text-align: start;
}
.event-continue {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .event-continue {
    max-width: 570px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .event-continue {
    max-width: 800px;
    margin: auto;
  }
}
.event-remaining-content p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.event {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .event {
    padding-top: 150px;
  }
} /*# sourceMappingURL=app.css.map */
/* Base dropdown menu */
.dropdown-menu {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  width: 20rem;
  padding: 0.5rem 0;
  position: relative;
  z-index: 1000;
}

/* Dropdown items */
.dropdown-menu .dropdown-item {
  color: #495057;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

/* Hover effect */
.dropdown-menu .dropdown-item:hover {
  background-color: #e9ecef;
}

/* Second-level menu container */
.dropdown-submenu {
  position: relative;
}

/* Second-level dropdown */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.5rem;
  margin-left: 0.1rem;
  border-radius: 0.25rem;
  display: none;
  position: absolute;
  z-index: 1001;
}

/* Show on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


.section-expand{
  background-color: #ffebcd; /* Example background color */
  padding: 1rem; /* Add padding */}
  
