body {
  padding-top: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
  background-color: #e3e3e3;
  overflow-x: hidden;
}

.marketing {
  margin-bottom: -12rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  main {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .second-nav {
    margin-top: 0rem !important;
  }

  .mob-nav-hide {
    display: none !important;
  }

  .navbar-nav {
    background-color: #562d16;
    padding-left: 1rem;
  }

  .carousel-img-wh {
    object-fit: cover;
  }

  .intro-1,
  .intro-2 {
    line-height: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
    font-size: unset !important;
  }

  .lead {
    font-size: 10px;
    font-weight: 0;
  }

  #learn-model {
    display: none !important;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #562d16 !important;
}

.nav-link {
  color: #FFFFFF;
}

.first-nav {
  height: 2rem;
  z-index: 100;
}

.second-nav {
  margin-top: 2rem;
}

.second-nav-div {
  height: 0rem;
  margin-top: 1rem;
}

.vri-logo-mt {
  margin-top: -1.1rem;
}

.first-nav-border {
  border-bottom: 1px solid transparent;
  border-image: url(../images/nav_line.png) 1 1 5 1;
  -moz-border-image: url(../images/nav_line.png) 1 1 5 1;
  height: 1.5rem;
}

.vfs {
  font-size: 67%;
}

ul.horizontal-list {
  list-style: none;
  color: white;
  display: inline-block;
  margin-top: 1rem;
}

ul.horizontal-list li {
  background-color: #f08231;
  display: inline-block;
  min-width: 4rem;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: .7rem;
  font-size: 10px;
  font-weight: bolder;
}

.copyright {
  background-color: #472510;
  color: #FFFFFF;
}

a.ft-links {
  display: block;
  color: #FFFFFF !important;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.ft-first,
.ft-second {
  border-top: 1px solid transparent;
  border-image: url(../images/nav_line.png) 1 1 5 1;
  -moz-border-image: url(../images/nav_line.png) 1 1 5 1;
  background-color: #562d16;
  color: #FFFFFF;
  z-index: 100;
  position: relative;
}

.ft-heading {
  color: #f08231;
  font-weight: bolder;
  text-decoration: underline;
}

.cjc {
  text-align: center;
}

.orange {
  color: #f08231
}

ul.ft {
  list-style: none;
}

ul.ft li {
  cursor: pointer;
}

.subscribe-form {
  border-radius: 20px;
  border: 2px solid #fcdfce;
  padding: .5rem;
}

.subscribe-form button {
  font-size: 12px;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 5px;
  background-color: #f08231;
  font-weight: bolder;

  &:hover {
    color: #000000;
  }
}

.subscribe-form input {
  border: 0px;
  background-color: #562d16;
}

.subscribe-form ::placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.triangle {
  width: 100%;
  z-index: 100;
}

.carousel-img-border {
  border: 1rem solid transparent;
  border-image: url('../images/frame_1.png') 15 stretch;
}

.carousel-img-wh {
  width: 100%;
  height: 100%;
}

.carousel-btn {
  background-color: #f08231;
  border: 1px solid #f08231;
  color: #FFFFFF;
}

.block-1 {
  background-image: url("../images/grow.png");
  background-color: #fffbf0;
  height: 30rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.block-3 {
  background-image: url("../images/learn.png");
  background-color: #fffbf0;
  height: 45rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

h2.blk-bg {
  background-color: #f08231;
  color: #FFFFFF;
  padding: .3rem;
  border-radius: .5rem;
  height: 3.5rem;
}

.intro-1 {
  font-weight: 400;
  line-height: 2.5rem;
  padding-left: 10rem;
  padding-right: 10rem;
  font-size: 1.5rem;
}

.intro-2 {
  font-weight: 400;
  line-height: 2.5rem;
  font-size: 1.5rem;
}

.txt-highlight {
  background-color: #f08231;
  color: #FFFFFF;
  padding: 0 5px;
  border-radius: 10px;
  font-weight: 500;
}

.acc-tree {
  background-image: url("../images/back_tree.png");
  background-color: #e4e4e4;
  height: 30rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-bottom: -6rem;
}

.acc-intro {
  margin-top: -12rem;
  font-size: 1.1rem;
  color: #562d16;
}

.acc-fw {
  text-decoration: underline;
  font-weight: bolder;
}

.learn-model-img {
  width: 9rem;
  height: 9rem;
}

.learn-model-img-height {
  height: 9rem;
}

.learn-fw {
  font-weight: 500;
  color: #472510;
}

.donation-caption {
  background-color: #f08231;
  opacity: 0.8;
  border-radius: 1rem;
}

.donation-form {
  background-color: #FFF;
  border: 1px solid #f08231;
  border-radius: 1rem;
  padding: 1rem;
}

.donate-push-wrapper {
  display: block !important;
  padding: 0.5rem 0 2.5rem 0;
  background:#f7eddc;
  width: calc(100% + 4rem);  
  border-radius: 7px;
}

.donate-push-item {
  display: block;
  text-align: center;
}

img.donate-push-cards {
  display: block;
  height: 1.25rem;
  margin:.25rem auto;
  margin-bottom: 0.25rem;
}

.aboutus {
  background: #fff6e0;
}

.nav-link {
  &:hover, &:focus {
      color: #FFFFFF !important;
      font-weight: bolder;
    }
}

.gallery-item {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.gallery-item img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-title {
  background: linear-gradient(45deg, #ff6b6b, #ff8e53);
  padding: 40px 0;
  margin-bottom: 40px;
  color: white;
  border-radius: 0 0 50px 50px;
}

.ratio {
  position: unset !important;
}