/*
Theme Name: CCJ New

*/

/* Base Styles */
:root {
  --tropical-lagoon: #00aaab;
  --galactic-blue: #004e74;
  --accent-color: #ff8200;
  --text-color: #101010;
  --winters-breath: #cee6e7;
  --imperial-purple: #832672;
  --flaming-ruby: #EC2544;
  --white: #ffffff;

  font-size: 10px;
}

.hidden {
  display: none;
}

.hide_on_desktop {
  display: block;
}

.hide_on_mobile {
  display: block;
}

@media (min-width: 931px) {
  .hide_on_desktop {
    display: none;
  }
}

@media (max-width: 930px) {
  .hide_on_mobile {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.section {
  padding-left: 15px;
  padding-right: 15px;
}

.image {
  max-width: 100%;
}

.position-sticky {
  position: sticky;
  top: 40px;
}

/* Section Curves */
.section-curve {
  height: 150px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: inherit;
}

.section-content {
  padding-bottom: 15%;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .section-content {
    padding-bottom: 100px;
  }
}

.curver::before {
  content: '';
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 2123px;
  height: 519px;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  z-index: 0;
}

.main {
  overflow: hidden;
}

/* Need Section */
.need-section {
  background-color: var(--white);
  position: relative;
}

.need-section.curver::before {
  background-color: var(--white);
}

.need-section .ellipse:before {
  background-color: var(--white);
}

@media (max-width: 750px) {
  .need-section {
    padding-top: 20px;
  }
}

.need-title {
  color: var(--galactic-blue);
 
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.need-image {
  width: 720px;
  max-width: 100%;
  margin-top: 50px;
  border-radius: 900px 900px 10px 10px;
}


.response-title {
  color: var(--tropical-lagoon);
  font-size: 6.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5rem;
}

.response-text {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}

.response-text p + p {
  margin-top: 2rem;
}

@media (max-width: 600px) {
  .response-title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-top: 3rem;
  }

  .response-text {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.response-image {
  width: 720px;
  max-width: 100%;
  margin-top: 3rem;
}

.decorative-star {
  width: 170px;
  margin-top: 50px;
}

.text-center {
  text-align: center;
}

.button.primary {
  display: inline-flex;
}

.support {
  overflow: unset;
}

.support__bg {
  z-index: 0;
  transform: translateY(0px) translateX(-50%);
  height: calc(100% + 175px);
}

@media (max-width: 1280px) {
  .support__bg {
    transform: translateY(50px) translateX(-50%);
  }
}

@media (max-width: 930px) {
  .support__bg {
    height: calc(100% + 50px);
    transform: translateY(0px) translateX(-50%);
  }
}

.community {
  position: relative;
  background-color: #cee6e7;
  overflow: unset;
  padding-top: 0;
}

.star-grid {
  display: flex;  
  justify-content: space-between;
  gap: 0;
}

.star {
  width: 26px;
  aspect-ratio: 0.87;
  object-fit: contain;
}

.star-icon {
  width: 26px;
  aspect-ratio: 0.87;
  object-fit: contain;
}

.hero-star {
  fill: var(--white);
  opacity: 0.3;
}

.welcome-star {
  fill: var(--galactic-blue);
  opacity: 0.3;
}

.community__inner-text {
  max-width: 1000px;
  margin: 0 auto;
  color: var(--galactic-blue);
  font-size: 2.8rem;
  line-height: 1.2;
  font-family: 'Georgia', serif;
  text-align: center;
  margin-block: 8rem;  
}


@media (max-width: 1180px) {
  .community__inner-text p {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .community__inner-text {
    margin-block: 2rem;
  }
}

@media (max-width: 750px) {
  .community__inner-text p {
    font-size: 18px;
  }
}

@media (max-width: 440px) {
  .community__inner-text p {
    font-size: 16px;
  }
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.hero__inner-title-text {
  font-size: 76px;
}

.hero__inner-title-text i {
  font-size: 1em;
}

.hero__inner-title-text span {
  font-size: 1.1em;
}

.hero__inner-title-text span:first-child {
  display: block;
}

@media (max-width: 1366px) {
  .hero__inner-title-text {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .hero__inner-title-text {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .hero__inner-title-text {
    font-size: 40px;
  }
  .community__inner-text p {
    font-size: 18px;
  }
}
