@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");

* {
  transition: all 0.5s linear;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth;
}

.contents {
  position: relative;
  z-index: 3;
}

.overlay {
  background: rgba(51, 51, 51, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.wrapper {
  position: relative;
  width: 100%;
  padding: 8rem 0 4rem;
}

@media (min-width: 1600px) {
  .wrapper {
    height: 100vh;
  }
}

/*  */
#bgSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bgSlider img {
  display: block;
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#bgSlider .carousel-indicators {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  bottom: unset;
  left: unset;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: flex-end;
  padding-left: 0;
  margin-right: 0%;
  margin-left: 0%;
  list-style: none;
}

@media (max-width: 425.98px) {
  #bgSlider .carousel-indicators {
    right: 5px;
  }
}

#bgSlider .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 25px;
  height: 2px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: 1;
}

#bgSlider .carousel-indicators li.active {
  width: 30px;
  background-color: #ffda79;
}

/* Navbar */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
}

@media (max-width: 575.98px) {
  .navbar {
    background-color: #222222;
  }
}

.navbar-nav .nav-link {
  text-align: center;
  letter-spacing: 0.32px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active {
  color: #ffda79;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 2rem;
  }
}

.navbar-toggler {
  font-size: 25px;
  color: #ffda79;
}

.navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem transparent;
}

/*  */
.joinBtn {
  display: block;
  width: 368px;
  height: 80px;
  background: #ffda79;
  border: 1px solid #ffda79;
  border-radius: 10px;
  letter-spacing: 0.4px;
  color: #44403a;
  font-size: 20px;
  line-height: 80px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 0;
}

.joinBtn:hover {
  background: transparent;
  color: #ffda79;
}

@media (max-width: 575.98px) {
  .joinBtn {
    width: 300px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 425.98px) {
  .joinBtn {
    width: 250px;
    height: 60px;
    line-height: 60px;
  }
}

footer {
  position: relative;
  width: 100%;
  background: #ffda79;
  z-index: 5;
  padding: 1rem 0;
  /* margin-top: 4.32rem; */
}

.footerText {
  letter-spacing: 0.48px;
  color: #222222;
  font-size: 24px;
}

.donationBtn {
  display: block;
  width: 208px;
  height: 50px;
  background: #222222;
  border: 1px solid #222222;
  border-radius: 10px;
  letter-spacing: 0.28px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}

.donationBtn:hover {
  background: transparent;
  color: #222222;
}

.slider {
  position: relative;
  z-index: 2;
  margin-top: 10rem;
}

.swiper-slide {
  width: 380px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 40px;
  position: relative;
  display: block;
}

.swiper-slide .sliderContent {
  position: absolute;
  left: 150px;
  bottom: 0.5rem;
}

.swiper-slide .title {
  letter-spacing: 0.36px;
  color: #ffffff;
  font-size: 18px;
}

.swiper-slide .date {
  letter-spacing: 0.28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.slider .heading {
  letter-spacing: 0.48px;
  color: #ffffff;
  font-size: 24px;
  padding-left: 40px;
  font-weight: 400;
}

.slideControl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.slideControl.prev {
  left: 0;
}

.slideControl.next {
  right: 0;
}

@media (max-width: 767.98px) {
  .swiper-slide {
    width: 280px;
    height: 180px;
    margin: 0 0 0 30px;
  }

  .swiper-slide .sliderContent {
    left: 50px;
    bottom: 1.5rem;
  }

  .slider .heading {
    padding-left: 30px;
  }

  .slideControl {
    position: static;
    transform: translateY(0%);
    margin-left: 30px;
  }

  .slideControl.prev {
    left: 0;
  }

  .slideControl.next {
    right: 0;
  }
}
