@import url(../fonts/stylesheet.css);
body {
  overflow-x: hidden;
  font-family: "Crimson Pro", serif; }

.main-header {
  background-color: #e1fffe; }

.bg-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block; }
  .bg-thumb img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    min-height: 100%;
    transform: translateY(-50%);
    object-fit: cover; }
  .bg-thumb::after {
    content: "";
    width: 100%;
    display: block;
    background-color: #fff;
    padding-bottom: 75%; }

.img-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 200px; }

.bg-thumb::after .camp-container {
  border-radius: 10px; }

.heading-camp-section {
  font-size: 100px;
  font-weight: 600;
  line-height: 90.65px;
  letter-spacing: 0%;
  text-align: center; }

.subheading-camp-section {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 65.47px;
  letter-spacing: -2%;
  text-align: center; }

.heading {
  font-family: "Crimson Pro", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: #222; }

.why-bundle {
  background: #fff6ec; }

.card-custom {
  background: #fff6ec;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e3ded7;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05); }

.emoji {
  font-size: 20px;
  color: #ff5733;
  margin-right: 8px; }

.app-heading {
  font-family: "Crimson Pro", serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 90px;
  letter-spacing: -2%; }

.app-text {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center; }

.download-app {
  width: 350px; }

#navbarNav {
  background-color: transparent;
  /* Transparent on screens 768px and larger */ }

.footer-section {
  font-family: "Nunito", sans-serif; }

.why-bundle-content {
  font-family: "Nunito", sans-serif; }

.why-bundle-text-heading {
  font-family: "Crimson Pro", serif; }

a {
  color: #0f172a !important; }

@media screen and (max-width: 767px) {
  .comingsoon {
    height: 100% !important;
    padding: 20px !important; }

  .why-bundle {
    height: 100% !important; }

  .download-app {
    width: 200px; }

  .img-content {
    top: 60px; }

  .heading-camp-section {
    font-size: 50px; }

  .subheading-camp-section {
    font-size: 20px;
    line-height: normal; }

  .heading {
    font-size: 32px; }

  .app-heading {
    font-size: 36px;
    line-height: normal; }

  #navbarNav {
    background-color: #e1fffe; } }

/*# sourceMappingURL=style.css.map */
