@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto|Patua+One|IM+Fell+French+Canon+SC&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "sfpro", sans-serif;
  letter-spacing: 1px;
}

a {
  color: black;
  text-decoration: none;
}

@font-face {
  font-family: "sfpro";
  src: url("../fonts/sfpro.woff2") format("woff2"),
    url("../fonts/sfpro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.odometer {
  font-family: "sfpro", sans-serif !important;
  line-height: 42px;
  margin-bottom: 8px;
}

#slide_1,
#slide_2,
#slide_3,
#slide_4,
#slide_5,
#slide_6 {
  overflow: hidden;
}

#slide_1 {
  background: linear-gradient(
      to top,
      rgba(0, 114, 255, 0.8),
      rgba(0, 198, 255, 0.7) 99%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7) 10%,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url("../images/nepal.jpg");
}

#slide_1_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to top,
      rgba(0, 114, 255, 0.8),
      rgba(0, 198, 255, 0.7) 99%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7) 10%,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    );
}

#slide_2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#slide_3 {
  background: linear-gradient(to top left, #0f2027, #203a43, #2c5364);
  padding: 80px;
}

#slide_1,
#slide_2,
#slide_3 {
  color: white;
  position: relative;
  background-size: cover;
  background-position: center top;
}

#slide_2 {
  /* border-left: solid 110px rgba(0, 114, 255, 0.8); */
  color: black;
  background: url("../images/slide2bg.png");
  background-size: cover;
  background-position: right bottom;
}

#slide_6 {
  /*min-height: 100vh;*/
  background: #f0f0f0;
  /* border-left: solid 110px rgba(0, 114, 255, 0.8); */
  color: black;
}

#slide_5 {
  position: relative;
  min-height: 100vh;
  color: white;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/donate.jpg");
  background-size: cover;
  background-position: center bottom;
}

#slide_5 form input[type="image"] {
  outline: 0;
}

#slide_4 {
  text-align: center;
  padding: 5em;
  min-height: 100vh;
  background: #f6f6f6;
  /*border-left: solid 110px rgba(0, 114, 255, 0.8);*/
  color: black;
}

#slide_4 hr {
  display: inline-block;
  margin: 10px;
}

.news_container,
.projects_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.projects_container {
  gap: 2rem;
}

.news {
  overflow: hidden;
  letter-spacing: 0;
  min-height: 320px;
  cursor: pointer;
  text-align: left;
  margin: 0px 20px 40px 20px;
  width: 250px;
  vertical-align: top;
  border-radius: 5px;
  border: solid 1px #ccc;
  background-color: white;
}

.news_img {
  position: relative;
  overflow: hidden;
  height: 150px;
  background-color: #1f1f1f;
  box-sizing: border-box;
}

.news_img img {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news:hover img {
  width: 110%;
  opacity: 0.8;
}

.news_description {
  background-color: white;
  padding: 22px 40px 30px 22px;
  font-size: 15px;
}

.row1 {
  padding: 50px;
  text-align: center;
  position: relative;
  height: 65%;
  color: black;
  background-color: #fafafa;
}

.row2 {
  text-align: center;
  color: black;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px;
  background-color: #f0f0f0;
  font-size: 15px;
}

.row2 font {
  font-size: 20px;
}

.column {
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: left;
  min-width: 25%;
  line-height: 20px;
}

.column i {
  font-size: 22px;
}

.s4feature {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s4feature .appscreen {
  width: 50%;
}

.arrows {
  cursor: pointer;
  z-index: 399;
  font-size: 20px;
  color: black;
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translate(-32px, -32px);
}

.arrow {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  width: 20px;
  height: 20px;
  line-height: 10px;
  background-color: white;
  border-radius: 50%;
}

.sidebar {
  display: none;
  z-index: 400;
  box-sizing: border-box;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.sidebar_socials {
  position: absolute;
  top: calc(50%);
  color: white;
  font-size: 25px;
  transform: translate(-50%, -50%);
  left: 50%;
}

.sidebar_socials i {
  margin-bottom: 30px;
  -moz-transition: transform 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  cursor: pointer;
}

.sidebar_socials i:hover {
  transform: scale(1.07);
}

.circles {
  width: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 32;
  left: 50%;
  transform: translateX(-50%);
}

.circle {
  border-radius: 20px;
  height: 5px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wide {
  width: 30px;
  background-color: white;
}

.logo {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.3);
}

.logo img {
  width: 60px;
  height: 60px;
}

.margined {
  margin-left: 0px;
}

.banner_content_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 2rem;
  position: absolute;
  top: 50%;
  right: 32;
  width: calc(100% - 32 * 2px);
  transform: translateY(-50%);

  z-index: 999;
}

.banner_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  gap: 0.3rem;

  font-size: 50px;
  max-width: 100%;
}

.banner_buttons {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.title_text {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
}

.searchbox {
  vertical-align: middle;
  display: none;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
}

.searchbox input {
  line-height: 15px;
  border: none;
  outline: 0;
  vertical-align: middle;
  margin: 0;
  padding: 10px 20px 10px 20px;
}

.search {
  line-height: 15px;
  cursor: pointer;
  float: right;
  vertical-align: middle;
  outline: 0;
  border: none;
  color: white;
  background: linear-gradient(to left, #ff8f00, #fcbb46);
  padding: 11px;
}

.searchDialog {
  color: black;
  text-align: center;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 5px;
  z-index: 861;
  background-color: white;
  font-size: 16px;
}

.searchIcon {
  width: auto;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header a {
  text-decoration: none;
}

.header ul {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}

.header li {
  color: white;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  font-size: 17px;
  margin: 0 0 0 40px;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header li:hover {
  transform: translate3d(0px, -2px, 0px);
}

.selected::after {
  position: absolute;
  left: 50%;
  top: 25;
  content: "";
  background-color: white;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 5px;
  width: 5px;
}

.header {
  padding: 2em 2em 1em 2em;
}

.eventsheader {
  background-color: white;
}

.navigation {
  float: right;
}

.nav_drawer {
  display: none;
  z-index: 751;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 20px;
  padding: 10px;
  color: white;
  background-color: rgba(31, 31, 31, 0.5);
  border-radius: 5px;
}

.drawer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 750;
  background-color: #1f1f1f;
  color: white;
}

.drawer a {
  text-decoration: none;
  color: white;
}

.drawer ul {
  box-sizing: border-box;
  width: 100%;
  list-style-type: none;
  padding: 80px 0 10px 0;
  margin: 0;
}

.drawer li {
  color: white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
}

.drawer li:hover {
  background-color: #292929;
}

.orange {
  background: linear-gradient(to left, #ff8f00, #fcbb46);
  padding: 10px 25px 10px 25px;
  border-radius: 50px;
  outline: 0;
  border: none;
  color: white;
  cursor: pointer;
}

.learnmore {
  font-weight: 600;
  font-size: 16px;
  -moz-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.learnmore:hover {
  transform: translateY(-4px);
}

.s2feature {
  width: 60%;
  text-align: center;
  font-size: 17px;
  padding: 8rem 3rem 2rem 3rem;
  /* position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

#slide_2 font {
  font-size: 35px;
}

#slide_2,
#slide_3 {
  position: relative;
}

.mission_icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.mission_icon {
  display: inline-block;
  background-color: white;
  border: solid #ff8f00 4px;
  margin: 0 20px 0 20px;
  border-radius: 50%;
  padding: 25px;
}

.blue_border {
  border: solid black 4px;
}

.mission_icon img {
  width: 50px;
  height: 50px;
}

.quote1 {
  position: absolute;
  right: 150px;
  top: 150px;
  font-family: "IM Fell French Canon SC", sans-serif;
  font-size: 150px;
}

.quote2 {
  position: absolute;
  left: 150px;
  top: 150px;
  font-family: "IM Fell French Canon SC", sans-serif;
  font-size: 150px;
}

.world {
  opacity: 0.1;
  text-align: center;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.world img {
  height: 100%;
}

.s3feature {
  width: 70%;
  text-align: center;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s3feature p {
  font-size: 17px;
  display: inline-block;
  width: 60%;
}

.locs {
  display: flex;
  text-align: center;
  align-content: center;
  flex-direction: row;
  justify-content: center;
}

.location {
  color: white;
  cursor: pointer;
  font-size: 18px;
  margin: 20px;
  display: inline-block;
  width: 170px;
  overflow: hidden;
  -moz-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.location:hover {
  transform: translateY(-6px);
}

.location img {
  border-radius: 10px;
  width: 170px;
  height: 170px;
}

/*Events*/

.sb::after {
  background-color: black;
}

.eventsbg {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
  color: white;
  background-color: black;
  background: url("../images/eventsbg.jpg");
  background-size: cover;
  background-position: right bottom;
}

.events_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.event {
  height: 170px;
  overflow: hidden;
  text-align: left;
  border: solid 1px #ccc;
  cursor: pointer;
  margin: 0 40px 40px 0;
  overflow: hidden;
  border-radius: 5px;
  width: 35%;
  min-height: 170px;
}

.event .img_container {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  float: right;
  width: 50%;
  min-height: 170px;
  background: black;
}

.event img {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 170px;
}

.event:hover img {
  height: 190px;
  opacity: 0.7;
}

.event_description {
  color: black;
  background-color: white;
  padding: 25px;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  min-height: 170px;
}

.event_title {
  font-size: 20px;
}

.news_title {
  font-size: 18px;
}

/*Gallery*/

.gallerybg {
  color: white;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
  background-color: black;
  background: url("../images/eventsbg.jpg");
  background-size: cover;
  background-position: left bottom;
}

.aboutbg {
  color: white;
  background: url("../images/eventsbg.jpg");
  background-size: cover;
  background-position: left bottom;
}

.gallery_container {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 180px);
  gap: 5px 5px;
  align-content: center;
  padding: 32px;
}

.g_image {
  position: relative;
  margin: 0 5px 5px 0;
  cursor: pointer;
  background-color: #f0f0f0;
  display: inline-block;
  height: 180px;
  width: 180px;
  vertical-align: top;
  overflow: hidden;
}

.g_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  height: 100%;
  transition: all 0.4s;
}

.g_image:hover img {
  opacity: 0.7;
  height: 110%;
}

.overlay,
.overlay_search {
  display: none;
  background-color: #000000;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 800;
}

#img_view img {
  z-index: 805;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#img_view {
  width: calc(80%);
  display: none;
  z-index: 805;
  height: 80%;
  padding: 0 3em 0 3em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.garrows {
  display: none;
}

.arrow_left {
  z-index: 807;
  padding: 40px;
  font-size: 30px;
  color: #ffffff;
  position: fixed;
  top: 50%;
  left: 10%;
  cursor: pointer;
  transform: translateY(-50%);
}

.arrow_right {
  z-index: 806;
  padding: 40px;
  cursor: pointer;
  font-size: 30px;
  color: #ffffff;
  position: fixed;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

/*About*/

.about_container {
  box-sizing: border-box;
  max-width: 100%;
  display: inline-block;
  background-color: white;
  text-align: center;
  width: 100%;
  border-bottom: solid 2px #f0f0f0;
  padding: 50px 300px 50px 300px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.about_container ul,
.about_container ol {
  margin: 0;
  padding: 0;
}

.about_container li {
  padding-left: 15px;
  margin-top: 8px;
  text-align: justify;
}

/*Login*/

.error,
.cerror {
  display: none;
  background-color: rgba(216, 47, 47, 0.8);
  color: white;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 8px 20px 8px 20px;
  width: 80%;
  font-size: 14px;
}

.loading {
  display: none;
}

.login_container {
  background: rgba(31, 31, 31, 0.4);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
  width: 25%;
  color: white;
  /*background: linear-gradient(to top left, #ff8f00, #fcbb46);*/
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.login_container img {
  width: 60%;
}

.login_container input {
  border: none;
  outline: 0;
  border-radius: 30px;
  width: 95%;
  padding: 12px 20px 12px 20px;
}

.login_button {
  cursor: pointer;
  padding: 8px 40px 8px 40px;
  background: transparent;
  color: white;
  border: none;
  outline: 0;
  border-radius: 30px;
  border: solid 1px white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login_button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.signup_button {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 8px 40px 8px 40px;
  background: white;
  color: black;
  border: none;
  outline: 0;
  border-radius: 30px;
}

.signup_button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/*Signup*/

.signup_container {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
  width: 30%;
  color: white;
  background: rgba(31, 31, 31, 0.4);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

#signup_image,
#manage_image {
  display: none;
}

.up_img label {
  cursor: pointer;
}

.signup_image_upload {
  cursor: pointer;
  overflow: hidden;
  width: 200px;
  height: 200px;
  font-size: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
}

.signup_container input {
  border: none;
  outline: 0;
  border-radius: 5px;
  width: 80%;
  padding: 12px 20px 12px 20px;
}

.signupgo_button,
.bamgo_button,
.confirmPinButton {
  margin-top: 10px;
  cursor: pointer;
  background: linear-gradient(to top left, #ff8f00, #fcbb46);
  padding: 8px 40px 8px 40px;
  color: white;
  border: none;
  outline: 0;
  width: 60%;
  border-radius: 5px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*Dashboard*/

.dashboard_container {
  background-color: white;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 6em 4em 4em 4em;
  display: flex;
  justify-content: center;
}

.id_card {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  width: 230px;
  border: 4px solid transparent;
  background: linear-gradient(to right, white, white),
    linear-gradient(to left, #71c97b, #5d96d6);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.id_card .dp {
  overflow: hidden;
  background-color: white;
  width: 140px;
  height: 140px;
  border: solid 1px #ccc;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.dp img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.qrcode {
  display: inline-block;
}

.qrcode img {
  display: inline-block;
}

.membership {
  background-color: white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 80px;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px 8px 20px;
  display: inline-block;
  border: solid 2px #1581e6;
  border-radius: 50px;
  margin: 30px 20px 20px 20px;
}

.menu {
  margin-left: 60px;
  vertical-align: middle;
  width: 50%;
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: auto auto;
  gap: 40px 20px;
  align-content: center;
}

.option {
  cursor: pointer;
  text-align: center;
}

.option:hover .membership {
  background-color: rgb(21, 129, 230);
  color: white;
}

.option i {
  font-size: 50px;
}

.details_container {
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  display: inline-block;
  background-color: white;
  width: 100%;
  border-bottom: solid 2px #f0f0f0;
  padding: 50px 50px 100px 50px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.details_container p {
  color: #1f1f1f;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.125rem;
}

.details_container i {
  font-size: 22px;
  margin-left: 10px;
  vertical-align: middle;
}

.details_container p iframe {
  width: 100%;
}

.details_container p a {
  color: rgba(0, 198, 255, 1);
}
.aboutbg .b {
  font-size: 20px;
  cursor: pointer;
}

.details_inner {
  box-sizing: border-box;
  width: 50%;
  text-align: left;
  display: inline-block;
}

.details_inner p img {
  width: 100%;
  margin: 20px 0 20px 0;
}

.details_inner i {
  margin-left: 0;
}

.d_img_c {
  /*max-height: 400px;*/
  overflow: hidden;
  width: 100%;
}

.d_img_c img {
  width: 100%;
}

.dashboard_container table {
  margin-top: 70px;
  vertical-align: middle;
  margin-left: 60px;
  text-align: left;
}

.dashboard_container table th {
  font-weight: 600;
  font-size: 24px;
}

.dashboard_container table td {
  vertical-align: middle;
  font-size: 13px;
  color: #747474;
}

.dashboard_container table td:nth-child(2) {
  font-size: 18px;
  color: black;
}

.dashboard_container table td {
  padding: 20px 60px 0 0;
}

.email_confirmation_dialog {
  color: black;
  text-align: center;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 5px;
  z-index: 867;
  background-color: white;
}

.email_confirmation_dialog input {
  border: solid 2px #f0f0f0;
  outline: 0;
  border-radius: 5px;
  width: 80%;
  padding: 12px 20px 12px 20px;
}

.back_button {
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
  width: 50px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 18px;
  margin-right: 20px;
}

.back_button i {
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  margin-left: 1px;
}

.dp_edit {
  border: solid 1px #ccc;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

.dp_edit img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  box-sizing: border-box;
}

.dashboard_container table i {
  vertical-align: middle;
  cursor: pointer;
}

/*Tickets*/

.my_ticket {
  margin: 10px;
  display: inline-block;
  width: 300px;
  height: 465px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 1px #ccc;
  padding: 30px;
  background: url("../images/cardbg.png"), linear-gradient(#fafafa, #fafafa);
  background-size: cover;
  text-align: center;
}

.my_ticket img {
  width: 80px;
}

.t_d_c {
  border-radius: 20px;
  border: solid 2px #1581e6;
  font-size: 24px;
  padding: 15px;
}

.mt {
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  width: 80%;
  color: black;
  font-size: 14px;
}

.membership_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #fafafa;
  margin-bottom: 10px;
  padding: 10px;
}

.membership_type span {
  vertical-align: middle;
}

.membership_type b {
  vertical-align: middle;
}

.membership_type input[type="radio"] {
  vertical-align: middle;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #000;
  color: #666;
  height: 30px;
  width: 30px;
  border: 0;
  margin-right: 8px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
}

.membership_type input[type="radio"]:checked::before {
  position: absolute;
  font: 13px/1 "Roboto", sans-serif;
  left: 11px;
  top: 7px;
  color: white;
  content: "\02143";
  transform: rotate(40deg);
}

.membership_type input[type="radio"]:hover {
  background-color: #333;
}

.membership_type input[type="radio"]:checked {
  background-color: #2a5298;
}

.membership_type label {
  font: 15px/1.7 "Roboto", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  margin-right: 20px;
}

.std_id {
  box-sizing: border-box;
  width: 80%;
  display: inline-block;
  text-align: left;
  height: 0;
  margin-bottom: 20px;
  -moz-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}

.std_id input {
  width: 100%;
  padding: 10px 0 0 0;
}

.bam {
  padding: 8px 20px 8px 20px;
  border: solid 2px white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bam:hover {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  transform: none;
}

.m_cal_open {
  padding: 4em 2em 4em 2em;
  background: rgba(0, 0, 0, 0.2);
  border: solid 2px rgba(60, 150, 199, 0.7);
  border-radius: 3px;
}

.m_cal_open h1 {
  margin: 0 0 5px 0;
}

.members_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.mbr {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0px 20px 30px 20px;
  width: 180px;
  vertical-align: top;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.mbr_img {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  height: 100px;
  width: 100px;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr_img img {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.mbr_img:hover img {
  height: 110%;
}

.m_name {
  margin: 10px 0 5px 0;
  font-size: 20px;
}

/* organization info
.big_text {
    font-size: 50px;
    font-weight: bold;
}

.org_info {
    margin-top: 4rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap-reverse;
    column-gap: 3rem;
    row-gap: 2rem;
} */

/* Impact */
ul.impact {
  width: 100%;
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

ul.impact li {
  padding: 6rem 4rem;
  flex: 1;
  text-align: center;
}

ul.impact li.one {
  background-color: #1f1f1f;
}

ul.impact li.two {
  background-color: #0b60b0;
}

ul.impact li.three {
  background-color: #40a2d8;
}

ul.impact li.four {
  background-color: #005c78;
}

ul.impact li .highlight {
  color: white;
  font-size: 42px;
  font-weight: bold;
}

ul.impact li .desc {
  margin-top: 0.5rem;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

/* highlight */
.project_highlight {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 800px;
  height: 300px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.2);
}

.project_highlight .content {
  flex: 1;
  min-width: 350px;
  padding: 2rem;
}

.project_highlight img {
  flex: 1;
  height: 100%;
  object-fit: cover;
}

/* Card */
.card {
  display: flex;
  flex-direction: row;
  /* border-radius: 5px; */
  /* border: solid 1px #f2f2f2; */
  width: 70%;
  flex-wrap: wrap;
  cursor: pointer;
  overflow: hidden;
  background: white;
  color: black;
}

.card:nth-child(even) {
  flex-direction: row-reverse;
}

.card .img_container {
  background-color: black;
  width: 500px;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}

.card:nth-child(odd) .img_container {
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
}

.card:nth-child(even) .img_container {
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
}

.card img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card .img_container:hover img {
  width: 110%;
  opacity: 0.8;
}

.card .content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.card:nth-child(odd) .content {
  padding: 2rem 2rem 2rem 1rem;
}

.card:nth-child(even) .content {
  padding: 2rem 1rem 2rem 2rem;
}

.card .content b {
  font-weight: bold;
  font-size: 1.7em;
}

.card .content span {
  font-size: 1em;
}

.card .content font {
  color: rgb(120, 120, 120);
}

/* Members Page */
.members_page_container {
  padding: 1rem 3rem 3rem 3rem;
}

.members_page_container hr {
  margin-bottom: 2rem;
}

.members_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 8rem;
}

.member {
  width: 200px;
  vertical-align: top;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

@media (min-width: 2000px) {
  #slide_1 {
    height: 60vh;
  }
}

@media (max-width: 1350px) {
  .project_highlight {
    display: none;
  }
  .banner_txt {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .quote1,
  .quote2 {
    display: none;
  }
  .navigation {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .navigation li.searchIcon {
    margin: 0;
    display: none;
  }
  .searchIcon {
    margin: 0;
    display: none;
  }
  .searchbox {
    display: inline-block;
  }
}

@media (max-width: 1100px) {
  .card .img_container {
    height: 250px;
    width: 100%;
  }

  .card:nth-child(odd) .img_container {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .card:nth-child(even) .img_container {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .card .content {
    width: 100%;
    min-width: auto;
  }

  .card {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .login_container,
  .signup_container {
    box-sizing: border-box;
    width: 80%;
  }
  .row1,
  .row2 {
    height: auto;
  }
  .locs {
    flex-wrap: wrap;
  }
  #slide_2,
  #slide_3,
  #slide_5 {
    box-sizing: border-box;
    padding: 80px 40px 80px 40px;
    text-align: center;
  }

  #slide_2,
  #slide_3,
  #slide_4,
  #slide_5,
  #slide_6 {
    min-height: auto;
  }

  .s2feature,
  .s3feature,
  .s4feature {
    width: 100%;
    display: inline-block;
    position: static;
    transform: none;
    font-size: 15px;
  }
  .s2feature font,
  .s3feature font {
    font-size: 24px;
  }
  .s3feature p {
    width: auto;
  }
  .about_container,
  .details_container {
    padding: 50px;
  }
  .details_inner {
    width: 75%;
  }
  .arrows {
    display: none;
  }
  .navigation {
    display: none;
  }
  .nav_drawer {
    display: inline-block;
  }
  .sidebar {
    display: none;
  }
  .margined {
    margin: 0;
  }
  #slide_1 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/nepal.jpg");
    background-size: cover;
    background-position: left top;
  }
  .banner_txt {
    z-index: 100;
    margin-right: 50px;
    left: 32;
    font-size: 27px;
  }
  .banner_des {
    display: none;
  }
  .banner_txt font {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
  }
  #slide_1,
  #slide_2,
  #slide_3,
  #slide_4,
  #slide_5,
  #slide_6 {
    border: none;
  }
  .events_container {
    display: block;
    text-align: center;
  }
  .event {
    margin: 0 0 40px 0;
    width: 70%;
    display: inline-block;
  }
  .dashboard_container {
    display: block;
  }
  .option i {
    font-size: 35px;
  }
  .dashboard_container {
    text-align: center;
    padding: 6em 1em 4em 1em;
  }
  .menu {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .dashboard_container table {
    box-sizing: border-box;
    margin-left: 32px;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .event {
    overflow: visible;
    height: auto;
  }

  .header {
    padding: 20px;
  }

  .header img {
    margin: 0;
  }

  .banner_txt {
    margin: 0;
    padding: 10px;
    text-align: right;
  }

  .banner_buttons {
    flex-direction: column-reverse;
    align-items: flex-end;

    gap: 1rem;
  }

  ul.impact li {
    padding: 3rem;
  }

  #slide_4 {
    padding: 5em 2em 5em 2em;
  }
  .news {
    margin: 0 0 40px 0;
    box-sizing: border-box;
    width: 85%;
  }
  .dashboard_container table {
    margin-left: 20px;
    margin-right: 20px;
  }
  .dashboard_container table td:nth-child(2) {
    font-size: 14px;
  }
  .details_inner {
    width: 100%;
  }
  #slide_2,
  #slide_3 {
    padding: 50px 20px;
  }
  .column {
    width: 100%;
  }
  .row1 font {
    font-size: 20px;
  }
  .s2feature {
    box-sizing: border-box;
    padding: 30px 10px;
  }
  .gallery_container {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .g_image {
    width: 100%;
    background-color: #f0f0f0;
  }
  .g_image img {
    width: 100%;
    height: auto;
  }
  .g_image:hover img {
    width: 110%;
    height: auto;
  }
  #img_view img {
    width: 80%;
    height: auto;
  }
  .about_container,
  .details_container {
    padding: 40px;
  }
  .mission_icon {
    margin: 10px;
  }
  .event {
    box-sizing: border-box;
    width: 90%;
  }
  .img_container {
    width: 100%;
    float: none;
  }
  .event_description {
    width: 100%;
  }
  .event img {
    width: 100%;
    height: auto;
  }
  .event:hover img {
    height: auto;
    width: 110%;
  }
  .login_container,
  .signup_container {
    width: 100%;
    border-radius: 0;
  }
  .email_confirmation_dialog {
    box-sizing: border-box;
    width: 100%;
  }
  .dashboard_container table td {
    padding: 20px 18px 0 0;
  }
}

@media (max-width: 400px) {
  ul.impact li {
    padding: 2rem;
  }
}
