@import url("./fonts.css");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/** {
  outline: 1px solid red;
}*/

body {
  font-family: 'Open Sans', sans-serif;
  background: #000BFD;
  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: 100px;
  padding-top: 90px;
}

.logo {
  font-size: 2rem;
  letter-spacing: 0.2em;
  background-image: url("/assets/PNG/Logos/Vertex Growth_Logo_White.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 400px;
  height: 189px;
  display: block;
  
}

.stars-divider {
  font-size: 2rem;
  letter-spacing: 0.2em;
  background: transparent;
  background-image: url("/assets/PNG/Vertex_Elements-1.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 800px;
  height: 800px;
  display: block;
  z-index: 1;
  transform: translate(130%, -50%);;
}


.btn-primary {
  display: inline-flex;
  flex-direction: column;        
  align-items: center;
  justify-content: center;
  background: #FF0000;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 13px;
  width: 260px;
  height: 70px;
  text-align: center;
}

.btn-secondary {
  display: inline-flex;
  flex-direction: column;        /* force two lines */
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 2px solid white;
  background: transparent;
  color: white;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 13px;
  width: 260px;
  height: 70px;
  text-align: center;

}

.hero {
  background: #000BFD;
  background-repeat: none;
  background-size:cover;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  /*padding: 4rem 2rem;*/
  gap: 2rem;
  padding-top: 200px;
  padding-bottom: 0px;
  margin-bottom: -8%;
}

.hero-text {
  padding-left: 2rem;
}

.hero-text h1 {
  line-height: 1.1;
  margin-bottom: 1rem;
  font-family: "rocgroteskBlack", system-ui, sans-serif;
  font-weight:900;
  font-size: 70px;
  text-transform: uppercase;
}

.hero-text h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: 'OPTIRailroadGothic', system-ui, sans-serif;
  font-weight:500;
  font-size: 40px;
  line-height: 1.5;
}

.mobile-break{
  display: none;
}

.hero-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 20px;
  max-width: 65ch;
  width: 100%;
}

.hero-buttons,
.btn-primary,
.btn-secondary {
  display: flex;
  gap: 7rem;
  flex-wrap: wrap;
  font-family: "rocgroteskBlack", system-ui, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  max-width: 40%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.hero-image img {
  width: 130%;
  margin-top: -7rem;
  object-fit: contain;
  object-position: right center;
  transform: translateX(40%);
}

.section-2 {
  transform: translatey(-40%);
  background: transparent;
  width: 100%;  
  margin: 0 auto;
  font-size: 24px;
  line-height: 1;
  text-align: center;   
  z-index: 0;
}
.amp{
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}
.section-2 h2 {
  margin-bottom: 1rem;
  font-family: "rocgroteskBlack", system-ui, sans-serif;
  font-weight:800;
  font-size: 70px;
  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: 20px;
  line-height: 1.5;
  padding: 0 1rem;  
  font-family: "Helvetica", system-ui, sans-serif;   
}

.circle-divider {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 18rem;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-20%, 70%);
  z-index: 0;
}

.circle-divider img {
  width: 150%;
  height: auto;
  display: none;
  
}

/*.section-3 {
  padding: 4rem 2rem;
  background: #000;
  position: relative;
  padding: 4rem 2rem 10rem 2rem;
  
}*/

.section-3 {
  padding-top: 70rem;
  background: #000BFD; 
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: url("/assets/PNG/Vertex_Elements-5.png") center / cover no-repeat;
  background-size: 150%;
}

.section-3-title-bg h2 {
  line-height: 1;
  text-align: center;
  padding-top: 50px;
  font-family: "rocgroteskBlack", system-ui, sans-serif;
  font-weight: 800;
  font-size: 70px;
  text-transform: uppercase;
  color: white;
  margin: 0 auto;
  transform: translateY(-80rem)
}

.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;
}


.card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 48px;                 
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem 8rem;
  align-items: stretch;
  z-index: 1;
  transform: translateY(-70rem)
}

.card-list::before { display: none; }  

.card {
  width: 100%;
  margin: 0 !important;                   
  background: #fff;            
  color: #0b39ff;              
  border-radius: 172px;         
  padding: 10px 60px;
  min-height: 260px;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.card .amp{
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}
.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: 30px;
  text-transform: uppercase;
  font-family: "rocgroteskBlack", system-ui, sans-serif;
}

.card p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'Open Sans';
  font-size: 20px;
  font-family: "Helvetica", system-ui, sans-serif;
}

@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-family: "rocgroteskBlack", system-ui, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #000BFD;
}
.form-group input,
.form-group textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 1rem;
  background: transparent;
  color: #000BFD;
}

/*.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: transparent;
  color: white;
  text-align: center;
  overflow: hidden;
  transform: translateY(-60rem);
  z-index: 1;
  margin-bottom: -30rem;
}

.multi-circle-divider {
   text-align: right;
  background: transparent;
  width: 100%;    
  display: block;
}
.section-4-accent {
  position: absolute;
  left: 0;
  width: 0px; 
  height: auto;
  z-index: 2; 
  pointer-events: none; 
  transform: translate(0%, -50%);
}

.multi-circle-divider img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: inline-block;
}

.cone-accent {
  position: absolute;
  left: 0;
  width: 500px; 
  height: 0px;
  z-index: 2; 
  pointer-events: none; 
  transform: translate(50%, -120%);
}

.contact-section .title{
  width: 100%;
  text-align: center;
  background:transparent;
  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: "rocgroteskBlack", system-ui, sans-serif;
  font-weight:500;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-text {
  flex: 1 1 300px;
  max-width: 575px;
  font-family: "Helvetica", system-ui, sans-serif;
}
  

.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: #000BFD;
  width: 100%;
  max-width: 600px;
}

.contact-form button {
  background: #FF0000;
  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: "rocgroteskBlack", system-ui, sans-serif;
  font-size: 24px;
  border-radius: 13px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 2rem;
  background:black;
  font-size: 15px;
  
}

.footer-logo {
  max-width: 400px;
}

@media (max-width: 1700px){
  .hero-image {
    flex: 1 1 100%;
    max-width: 100%;
    overflow: visible;
    justify-content: center;
    align-items: center;
  }

  .hero-image img {
    width: 50%;
    transform: none;
    margin-top: 0;
    object-fit: contain;
  }
  
  .section-2{
    transform:unset;
  }
  
  .stars-divider {
    width: 600px;
    height: 600px;
    background-size: cover;     
    background-position: left;  
    transform: translate(130%, -50%);
    position: relative;         
    margin: 0;
  }

}
@media (max-width: 1300px){
  .cone-accent {
  position: absolute;
  left: 0;
  width: 500px; 
  height: auto;
  z-index: 2; 
  pointer-events: none; 
  transform: translate(10%, -90%);
}
.contact-container {
    padding: 0 2rem 10rem 2rem;
  }
 .stars-divider {
    width: 500px;
    height: 500px;
    background-size: cover;     
    background-position: left;  
    transform: translate(140%, -50%);
    position: relative;         
    margin: 0;
  }

}
@media (max-width: 900px){
  .hero {
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: left;
    padding-top: 200px;
  }

   
.stars-divider {
    width: 600px;
    height: 600px;
    background-size: cover;     
    background-position: left;  
    transform: translate(130%, -50%);
    position: relative;         
    margin: 0;
  }

  .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;
  }

  .hero-image img {
    width: 50%;
    transform: none;
    margin-top: 0;
    object-fit: contain;
  }
  
.contact-container {
    padding: 0 2rem 10rem 2rem;
  }
}
@media (max-width: 768px) {
  header {
    margin-top: 20px;
    height: 72px;
    padding: 12px 16px;
    align-items: center;
    
  }
  .logo {
    width: 180px;
    height: 42px;
    background-size: contain;
  }
  .stars-divider { 
    transform: translate(0%, 0%);
    width: min(100%, 885px);
    aspect-ratio: 885 / 228;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -3rem;
    margin-bottom: -12rem;
    background-size: 100%;
  }

  .hero {
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: left;
    padding-top: 150px;
  }

  .hero-text {
    padding: 0;
    flex: 1 1 100%;
  }

  .hero-text h1 {
    font-size: 30px;
    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;
  }

  .mobile-break{
    display: block;
  }
  .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: 2rem;                   
    flex-wrap: wrap;             
  }
  
  .btn-primary,
  .btn-secondary {
    width: 11rem;                 
    max-width: 20rem;
    font-size: 18px;
    padding: 0.75rem 1.5rem;
    height: 3rem;
  }

  .hero-image {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .hero-image img {
    width: 60% !important;   /* 50% of the container */
    height: auto !important;
    transform: none !important;   /* cancel desktop translate */
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  header {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
  }

  .logo img {
    height: 32px;
  }
  .section-2{
    transform: translateY(10rem);
    z-index: 1;
    margin-bottom: 5rem;
    padding-top: 10px;
  }
  .section-2 h2 {
    font-size: 30px;
    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;
  }
  .section-3 {
    background: url("/assets/PNG/Vertex_Elements-5.png") center / cover no-repeat;
  background-size: 500%;
  }
  .card {
    width: 90%;
    margin: 2rem auto;
    border-radius: 24px;           
    padding: 16px 20px;           
    height: auto;                  
    min-height: unset;
    justify-content: flex-start;
  }

  .card.left, .card.right {
    align-self: center;
    margin-top: 0;
  }
  .card-list {
    grid-template-columns: 1fr;   
    gap: 16px;                    
    padding: 0 30px 48px;
    align-items: center;
    transform: translateY(-75rem);
    margin-bottom: -15rem;           
  }
  .card-list::before {
    display: none !important;
  }

  .section-3 h2,
  .contact-section h2 {
    font-size: 30px;
    text-align: center;
  }

  .section-2 p {
    width: 90%;
  }


  .card h3 {
    font-size: 25px;
    text-align: center;
    word-wrap: break-word;
  }

  .card p {
    font-size: 16px;
    text-align: center;
  }
  .contact-section {
    margin-bottom: -50rem;
  }
  .contact-section .title{
    margin-bottom: -18rem;
  }
  .contact-container {
    margin-bottom: -20rem;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem 10rem 2rem;
  }
  .contact-text p {
    font-size: 18px;
  }
  .contact-form{
    
    transform: translateY(-10rem);
  }
  .contact-form,
  .contact-text {
    max-width: 100%;
    width: 100%;
  }
  .contact-section .contact-container .contact-text h2 {
    font-size: 42px;
    padding-top: 10px;
  }
  .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: 200px;
  margin-left: -5%;
}
}