@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/** {
  outline: 1px solid red;
}*/
body {
  font-family: 'Open Sans', sans-serif;
  background: #000000;/*linear-gradient(to bottom, #03010b, #3a2a86);*/
  color: white;
  overflow-x: hidden !important;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;             
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: transparent;
  height: 200px;
}

.logo {
  font-size: 2rem;
  letter-spacing: 0.2em;
  background-image: url("/assets/Logos/Nova Impact_Logo_White.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 260px;
  height: 200px;
  display: block;
  margin-left: 3.5rem;
}

.stars-divider {
  font-size: 2rem;
  letter-spacing: 0.2em;
  background: transparent;
  background-image: url("/assets/PNG/Icon-three-stars.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 885px;
  height: 228px;
  display: block;
  z-index: 1;
}

.btn-primary {
  background: #000000;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}

.btn-secondary {
  border: 2px solid black;
  background: transparent;
  color: black;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}

.hero {
  background: #EC5F37;
  background-repeat: none;
  background-size:cover;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 4rem;
  gap: 2rem;
  padding-top: 250px;
  padding-bottom: 50px;
}

.hero-text {
  flex: 1 1 500px;
  padding-left: 2rem;
}

.hero-text h1 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-family:Rubik;
  font-weight:500;
  font-size: 100px;
  text-transform: uppercase;
}

.hero-text h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family:Rubik;
  font-weight:500;
  font-size: 32px;
}

.mobile-break{
    display:none;
  }

.hero-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 24px;
}

.hero-buttons,
.btn-primary,
.btn-secondary {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: Rubik;
  font-size: 24px;
}

.hero-image {
  flex: 1 1 50%;
  min-width: 300px;
  max-width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 370px;
}

.hero-image img {
  width: 90%;
  object-fit:fill;
  object-position: right center;
  transform: translate(20%, 40%) rotate(-45deg);
}

.section-2 {
  background:  #EC5F37;;
  width: 100%;  
  margin: 0 auto;
  font-size: 24px;
  text-align: center;   
}

.section-2 h2 {
  margin-bottom: 1rem;
  font-family:Rubik;
  font-weight:500;
  font-size: 100px;
  text-transform: uppercase;
}

.section-2 h3 {
  margin-bottom: 1.5rem;
  font-family:Rubik;
  font-weight:600;
  font-size: 32px;
  text-transform: uppercase;
}

.section-2 p {
  max-width: 1448px;  
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.6;
  padding: 0 1rem;     
}

.circle-divider {
  text-align: center;
  padding: 4rem 2rem;
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.circle-divider img {
  width: 100%;
  max-width: 1302px;
  height: auto;
  display: inline-block;
}

/*.section-3 {
  padding: 4rem 2rem;
  background: #000;
  position: relative;
  padding: 4rem 2rem 10rem 2rem;
  
}*/

.section-3 {
  background:  #EC5F37;; 
  position: relative;
  overflow: hidden;
}

.section-3-title-bg {
  background: #EC5F37;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6rem 2rem;
  text-align: center;
}

.section-3-title-bg h2 {
  font-family: Rubik;
  font-weight: 500;
  font-size: 95px;
  text-transform: uppercase;
  color: white;
  max-width: 1619px;
  margin: 0 auto;
  padding-top: 100px;

}

.section-3-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px; 
  height: auto;
  z-index: 0; 
  pointer-events: none; 
  transform: translate(40%, 110%);
  overflow: hidden;
}



/*.section-3 h2 {
  background-image:
  linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #000000 100%), 
  linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 40%),     
  url("/assets/PNG/gradient-2.png");                             
  max-width: 1619px;
  width:100%;
  margin-bottom: 2rem;
  font-family:Rubik;
  font-weight:800;
  font-size: 95px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 15%;
}*/

.card-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  padding-bottom: 8rem;
}

.card-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: white;
  transform: translateX(-50%);
  display: none;
}

.card {
  background: #000000;
  padding: 2rem;
  color: white;
  width: 48%;
  position: relative;
  z-index: 1;
  margin-bottom: -7rem;
}

.card.left {
  align-self: flex-start;
}

.card.right {
  align-self: flex-end;
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family:Rubik;
  font-weight:500;
  font-size: 65px;
  text-transform: uppercase;
}

.card p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'Open Sans';
  font-size: 20px;
}

@media (max-width: 768px) {
  .card {
    width: 90%;
    margin: 2rem auto;
  }

  .card.left, .card.right {
    align-self: center;
    margin-top: 0;
  }

  .card-list::before {
    display: block;
  }
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full {
  grid-column: span 2;
}

.form-group label {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #390c59;
}

.form-group input,
.form-group textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 1rem;
  background: transparent;
  color: #390c59;
}

/*.form-group input:invalid {
  background-color: #471A64;
  color: white;
  padding: 6px 12px;
  border-radius: 1px;
  border-color: #e74c3c;
}*/

.contact-section {
  display:flex;
  flex-direction: column;
  background-color:  #EC5F37;;
  color: white;
  text-align: center;
  overflow: visible;
}

.multi-circle-divider {
   text-align: right;
  background: transparent;
  width: 100%;    
  display: block;
}
.section-4-accent {
  position: absolute;
  left: 0;
  width: 600px; 
  height: auto;
  z-index: 2; 
  pointer-events: none; 
  transform: translate(50%, -20%);
}

.multi-circle-divider img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: inline-block;
}

.cone-accent {
  position: absolute;
  left: 0;
  width: 600px; 
  height: auto;
  z-index: 2; 
  pointer-events: none; 
  transform: translate(20%, -100%);
}

.contact-section .title{
  width: 100%;
  text-align: center;
  background: #EC5F37;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4rem 2rem 18rem 2rem; 
  margin-bottom: -12rem; 
}
.contact-section .contact-container .contact-text h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-family:Rubik;
  font-weight:500;
  font-size: 95px;
  text-transform: uppercase;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 15rem;
  padding-top: 430px;
}

.contact-text {
  flex: 1 1 300px;
  max-width: 575px;
  
}

.contact-text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.contact-text p {
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
}

.contact-form {
  flex: 1 1 400px;
  background: white;
  padding: 2rem;
  border-radius: 8px;
  color: black;
  width: 100%;
  max-width: 600px;
}

.contact-form button {
  background: #000000;
  padding: 0.75rem 1.5rem;
  border: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1rem;
  align-self: start;
  font-family: Rubik;
  font-size: 24px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  background:#000000;
}

.footer-logo {
  max-width: 260px;
}
@media (max-width: 1822px){
  .mobile-break{
    display:block;
  }
}
@media (max-width: 1500px){
.hero-image img {
  width: 90%;
  object-fit:fill;
  object-position: right center;
  transform: translate(20%, 40%) rotate(-45deg);
}
  
  .section-2{
    transform:unset;
  }
  
  .stars-divider {
    width: 600px;
    height: 600px;
    background-size: cover;     
    background-position: left;  
    transform: translate(130%, -50%);
    position: relative;         
    margin: 0;
    display:none;
  }

  .section-4-accent {
    transform: translate(20%, -20%);
  }
}
@media (max-width: 1300px){
  

.hero-image img {
  width: 90%;
  object-fit:fill;
  object-position: right center;
  transform: translate(20%, 70%) rotate(-45deg);
}
  
  .section-2{
    transform:unset;
  }
  
  .stars-divider {
    width: 400px;
    height: 400px;
    background-size: cover;     
    background-position: left;  
    transform: translate(130%, -50%);
    position: relative;         
    margin: 0;
  }

  .section-4-accent {
    transform: translate(-4%, -33%);
    width: 45%;
  }
  .cone-accent {
  position: absolute;
  left: 0;
  width: 500px; 
  height: auto;
  z-index: 2; 
  pointer-events: none; 
  transform: translate(10%, -90%);
}
.contact-container {
    padding: 20rem 2rem 10rem 2rem;
  }
}
@media (max-width: 900px){
  .cone-accent {
  position: relative;
  display: block;
  width: 80%;
  max-width: 400px;
  margin: -150px auto 0 auto; 
  transform: none;
  z-index: 1;
}
.contact-container {
    padding: 0 2rem 10rem 2rem;
  }
    .section-4-accent {
    transform: translate(-4%, -75%);
    width: 55%;
  }
}
@media (max-width: 768px) {
  .header{
    padding-top: 0px;
  }
  .logo{
    margin-left: 0rem;
    width: 180px;
  }
  .hero {
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: left;
    padding-top: 200px;
  }

  .hero-text {
    padding: 0;
    flex: 1 1 100%;
  }

  .hero-text h1 {
    font-size: 11vw;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-align: left;
  }

  .hero-text h2 {
    font-size: 4.5vw;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .hero-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: left;
  }

  .hero-buttons {
    flex-direction: row;         
    justify-content: center;     
    gap: 1rem;                   
    flex-wrap: wrap;             
  }
  
  .btn-primary,
  .btn-secondary {
    width: auto;                 
    max-width: none;
    font-size: 18px;
    padding: 0.75rem 1.5rem;
  }

  .hero-image {
    flex: 1 1 100%;
    max-width: 100%;
    overflow: visible;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .hero-image img {
    width: 80%;
    transform: none;
    margin-top: 0;
    object-fit: contain;
  }
  .stars-divider {
    width: 400px;
    height: 90px;
    padding:0;
  }

  header {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    margin-top: -10%;
  }

  .logo img {
    height: 32px;
  }

  .section-2 h2 {
    font-size: 11vw;
    line-height: 1.1;
    margin-bottom: 1rem;
  }

  .section-2 h3 {
    font-size: 4.5vw;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .section-2 p {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }

  .card {
    width: 90%;
    margin: 2rem auto;
  }

  .card.left, .card.right {
    align-self: center;
    margin-top: 0;
  }

  .card-list::before {
    display: block;
  }

  .section-3 h2,
  .contact-section h2 {
    font-size: 42px;
    text-align: center;
    padding-left: 0;
  }

  .section-2 p {
    width: 90%;
  }


  .card h3 {
    font-size: 36px;
    text-align: center;
    word-wrap: break-word;
  }

  .card p {
    font-size: 16px;
    text-align: center;
  }

  .contact-section .title{
    margin-bottom: -18rem;
  }
  .contact-container {
    flex-direction: column;
    align-items: center;
    padding: 0 2rem 10rem 2rem;
  }

  .contact-form,
  .contact-text {
    max-width: 100%;
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-group.full {
    grid-column: auto;
  }

  .contact-form button {
    width: 100%;
    text-align: center;
  }

  .section-3-accent {
    display: none;
  }
  .section-4-accent {
    display: none;
  }
  .cone-accent {
  position: relative;
  display: block;
  width: 80%;
  max-width: 400px;
  margin: -150px auto 0 auto; 
  transform: none;
  z-index: 1;
}
.footer-logo {
  max-width: 100px;
  margin-left: -5%;
}

}