@import url("https://fonts.googleapis.com/css?family=Ramabhadra&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
body {
  background-color: #f0e9d2;
  font-family: "Ramabhadra", sans-serif;
}

h2,
h6 {
  font-family: 'Noto Serif', serif !important;
}

.topHeader {
  font-family: 'Open Sans', sans-serif;
  padding: 3px 0;
  max-width: 90%;
  margin: auto;
}

.topHeader .contactNumber {
  background-color: #f6e0ce;
  border-radius: 31px;
  padding: 5px 20px;
}

.topHeader .contactNumber i {
  color: #DB4242;
}

.topHeader .contactNumber a {
  color: #000;
}

.topHeader .socialMedia {
  line-height: 2px;
}

.topHeader .socialMedia a {
  text-decoration: none;
}

.topHeader .socialMedia i {
  color: #fff;
  background-color: #DB4242;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  position: relative;
  background-size: 100%;
  background-position: top center;
  overflow: hidden;
  line-height: 2em;
  text-align: center;
}

.topHeader .socialMedia i:hover {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  background-color: #694c5c;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: -3px;
  background-color: white;
  z-index: 10000 !important;
  -webkit-box-shadow: 0 1px 1px 0 #d5dbe1;
          box-shadow: 0 1px 1px 0 #d5dbe1;
}

header .header {
  max-width: 90%;
}

header img {
  width: 150px;
  margin-bottom: -34px;
  border-radius: 0px 0px 25px 25px;
}

header .dropdown-item {
  cursor: pointer;
}

header .mobileNavbarone a {
  font-family: 'Open Sans', sans-serif;
  color: black;
  font-size: 17px;
}

header .mobileNavbarone a:hover {
  color: blue;
  text-decoration: none;
}

header button {
  background-color: #ed2f1c !important;
}

header button a:hover {
  text-decoration: none;
}

.dropdown-toggle {
  cursor: pointer;
}

.show-menu-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
  float: right;
  margin: 0px;
}

.hide-menu-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
}

#chk {
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}

@media screen and (min-width: 772px) {
  .dropdown-item {
    color: black;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 400px;
  }
  .mobilemenu {
    display: none !important;
  }
}

@media screen and (max-width: 771px) {
  .moblieHide {
    display: none !important;
  }
  .bookaTour {
    border: 1px solid #fff !important;
    width: 250px;
    margin: auto;
  }
  .dropdown-menu a {
    color: black;
  }
  .mobileNavbarone {
    margin-bottom: 25px;
  }
  header {
    color: #ffff;
  }
  .show-menu-btn,
  .hide-menu-btn {
    display: block;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 85%;
    background: #333;
    right: -100%;
    top: 0;
    text-align: center;
    border-radius: 0px 0px 0px 50px;
    padding: 80px 0;
    line-height: normal;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .menu a {
    display: block;
    color: #fff !important;
  }
  .hide-menu-btn {
    position: absolute;
    top: 13px;
    right: 65px;
  }
  #chk:checked ~ .menu {
    right: 0;
  }
}

.backgroundimagePgae {
  background-image: url("./assests/allpagesbg.jpg");
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: 0 24%;
  width: 100%;
  height: 330px;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(57, 71, 70, 0.7);
  box-shadow: inset 0 0 0 1000px rgba(57, 71, 70, 0.7);
}

.backgroundimagePgae label {
  font: small-caps bold 50px system-ui;
  font-family: 'Open Sans', sans-serif;
}

.contact .info .icon {
  font-size: 20px;
  color: #ed2f1c;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  background-color: #fff;
}

.contact .info .info-title {
  margin: 15px 0 12px;
  font-size: 24px;
  letter-spacing: 0.9px;
}

.contact .info p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.contact textarea:focus,
.contact textarea.form-control:focus,
.contact input[type="text"]:focus,
.contact input[type="email"]:focus {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}

.contact form {
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.contact form .input-group-alternative {
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  border: 0;
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.backgroundimage {
  background-image: url("./assests/homebanner.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 85vh;
}

.activitiesSectionHome .card .card-img-top {
  height: 190px !important;
}

@media only screen and (min-width: 768px) {
  .activitiesSectionHome .card .card-body {
    height: 155px;
  }
}

@media only screen and (max-width: 767px) {
  .activitiesSectionHome .card-body {
    height: auto !important;
  }
  .activitiesSectionHome p {
    font-size: 20px;
  }
}

.donateVolunterrHome,
.activitiesSectionHome .card:hover {
  -webkit-box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px 5px rgba(0, 0, 0, 0.1);
}

.donationDetails p:nth-child(1) {
  width: 250px;
}

.donationDetails p:nth-child(2) {
  width: 200px;
}

a {
  color: #fff;
}

.sub_parallax {
  background-image: url("./assests/homebanner.jpg");
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(15, 25, 24, 0.7);
          box-shadow: inset 0 0 0 1000px rgba(15, 25, 24, 0.7);
  padding: 20px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_parallax button {
  padding: 15px 45px;
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: white;
  margin: 0px 8px 15px;
}

.sub_parallax .btn:nth-child(1) {
  background-color: #ff6b70;
}

.sub_parallax p {
  max-width: 450px;
}

.donateVolunterrHome {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.donateVolunterrHome .card-title {
  color: black;
  font-family: 'Open Sans', sans-serif;
}

.donateVolunterrHome .row h1 {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: capitalize;
}

.donateVolunterrHome .row img {
  width: 50%;
  height: 100px;
}

.activitiesSectionHome {
  padding: 100px 0px 100px;
  background-color: #edf1f5;
}

.activitiesSectionHome .card-text {
  font-family: "Ramabhadra", sans-serif;
  font-size: 20px;
}

.missionVision ol li {
  font-size: 20px;
}

.missionVision img {
  height: 350px;
  margin: auto;
  max-width: 100%;
}

.missionVision .mission {
  padding: 100px 0 50px;
}

.missionVision .vision {
  padding: 50px 0 100px;
}

.eventsSection {
  padding: 100px 0px 100px;
  background-color: #edf1f5;
}

.eventsSection .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.eventsSection h4 {
  line-height: 1.5;
}

.eventsSection img {
  height: 350px;
}

.eventsSection .fa {
  color: blue;
  font-size: 20px;
}

.eventsSection .carousel {
  background-color: #fff;
}

.eventsSection .carousel .paddingEvents {
  padding: 10px !important;
}

.footerSection {
  font-family: 'Open Sans', sans-serif;
}

.footerSection button {
  padding: 10px 35px;
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: white;
  background-color: #3cc88f;
}

.footerSection h2 {
  color: #c4c5c7;
}

.footerSection .quickLinks a {
  background: white;
  width: 35px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footerSection .quickLinks a:hover {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  background-color: #343a40;
  color: #ffff;
  text-decoration: none;
}

.footerSection .navbarSec {
  max-width: 900px;
  padding: 0 50px;
}

.footerSection a:hover {
  color: #fff;
}

.footerSection p {
  font-family: "Ramabhadra", sans-serif !important;
  font-size: 21px;
  letter-spacing: 0.8px;
  font-weight: 200;
}

@media screen and (max-width: 645px) {
  .mission .vision,
  h1 {
    text-align: center;
  }
  .vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .navbarSec {
    display: none !important;
    margin-bottom: 0px !important;
  }
}
/*# sourceMappingURL=styles.css.map */