body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  text-decoration: none; /* Removes the underline */
  color: inherit; /* Makes the link inherit the text color from its parent */
}
#subForm{
  width: 100vw;
  text-align: center;
  background-color: #333;
}
#thank-you{
  color: rgb(77, 225, 36);
  font-size: 2rem;
  display: none;
}
#email-use{
  color: rgb(236, 14, 18);
  font-size: 2rem;
  display: none;
}
#subForm h2{
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 100%;
  color: rgb(218, 225, 36);
  padding: 0 3%;
  padding-top: 70px;
}
#sub-button{
  padding: 1rem 2rem;
  background-color: rgb(218, 225, 36);
  color: black;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  margin: 10px 0;
}
#sub-button:hover{
  background-color: rgb(242, 232, 34);
}
#subForm input{
  width: 50vw;
  height: 30px;
  display: block;
  text-align: center;
  margin: auto;
}
#synopsis{
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2rem;
  line-height: 120%;
  padding: 10%;
  text-align: left;
}

.star-rating {
  display: inline-flex;
  font-size: 24px; /* Adjust size as needed */
  color: #FFD700; /* Gold color for stars */
}

.star {
  margin-right: 4px; /* Space between stars */
}

.star.filled {
  color: #FFD700; /* Gold for filled stars */
}

.star.empty {
  color: #ccc; /* Gray for empty stars */
}
.star.half {
  color: #FFD700; /* Gold for half-filled stars */
}

/*Loader*/
#spinner{
display: none;
height: 100vh;
position: fixed;
top: 0;
z-index: 10;
opacity: 0.8;
background-color: rgb(1, 1, 2);
width: 100vw;
height: 1000px;
text-align: center;
padding-top: 30%;
}
label{
  position: relative;
  height: 125px;
  width: 125px;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  border-left-color: #5cb85c;
  animation: rotate 1.2s linear infinite;
}
@keyframes rotate {
  50%{
    border-left-color: #9b59b6;
  }
  75%{
    border-left-color: #e67e22;
  }
  100%{
    transform: rotate(360deg);
  }
}
label .check-icon{
  display: none;
}
label .check-icon:after{
  position: absolute;
  content: "";
  top: 50%;
  left: 28px;
  transform: scaleX(-1) rotate(135deg);
  height: 56px;
  width: 28px;
  border-top: 4px solid #5cb85c;
  border-right: 4px solid #5cb85c;
  transform-origin: left top;
  animation: check-icon 0.8s ease;
}
@keyframes check-icon {
  0%{
    height: 0;
    width: 0;
    opacity: 1;
  }
  20%{
    height: 0;
    width: 28px;
    opacity: 1;
  }
  40%{
    height: 56px;
    width: 28px;
    opacity: 1;
  }
  100%{
    height: 56px;
    width: 28px;
    opacity: 1;
  }
}
input{
  display: none; 
}
input:checked ~ label .check-icon{
  display: block;
}
input:checked ~ label{
  animation: none;
  border-color: #5cb85c;
  transition: border 0.5s ease-out;
}
/*End-Loader*/
#large-box{
  display: none;
}
.desk-image{
  display: none;
}
#grid-1{
  width: 100vw;
  background-color: rgb(23,17,17); 
}

#grid-1 img{
  width: 100%;
  height: 20%;
}
#grid-2{
  width: 100vw;
  background-color: rgb(23,17,17); 
  color: white;
  text-align: center;
  margin-top: -3.5%;
  padding-top: 1%;
}
.heading-text{

  margin-top: -17%
}
.heading-text h1{
  font-size: 3.3rem;
  margin-bottom: 1rem;
  line-height: 100%;
  color: rgb(218, 225, 36);
  padding: 0 3%;
  text-align: center;
}
#grid-2 p{
  font-size: 1.2rem;
  line-height: 120%;
 font-family:'Courier New', Courier, monospace;
  padding: 0 5%;
  text-align: left;
 
}

#grid-2 button{
  padding: 1rem 2rem;
  background-color: rgb(218, 225, 36);
  color: black;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 30px;
}

#init-container{
}
.cover{
  width: 100vw;
  height: 50vh;
  background-color: rgb(252, 252, 252);
  text-align: center;
  

}
.cover img{
  width: 60%;
  height: 80%;
  padding: 10%;

}
.info{
  width: 100vw;
}
.info h1 {

  text-align: center;

}
.info p {
  font-size: 1.2rem;
  line-height: 120%;
  font-family:'Courier New', Courier, monospace;
  padding: 0 5%;
  text-align: left;
}
ul {
  font-size: 1.2rem;
  line-height: 120%;
  font-family:'Courier New', Courier, monospace;
  padding: 0 8%;
  text-align: left;
  
}

.init-button{
  padding: 1rem 2rem;
  background-color: rgb(218, 225, 36);
  color: black;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  margin-left: 35%;
}



/* Cards */
.test-sec{
  width: 100%;
  margin-top: 20%;

} 

.test-sec-underline{
  width: 100%;
  height: 3px;
  background-color: rgb(218, 225, 36);
}
.test-sec h3{
  text-align: center;
  font-style: italic;
  font-family:'Times New Roman', Times, serif;
  font-size: 1.2rem;
  color: #333;
}

.test-sec h2{
  text-align: center;
  font-family:'Times New Roman', Times, serif;
  font-size: 2rem;
  color: #333;
  
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem;
  
}

.testimonial-card {
  display: flex;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  align-items: flex-start;
  gap: 1rem;
  
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-content h4 {
  margin: 0;
  font-size: 1.2rem;
}

.role {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
}

.join{
text-align: center;
font-style: italic;
font-size: 0.8rem;
}

footer {
  text-align: center;
  padding: 50px 10px;
  background-color: #333;
  color: white;
}

@media (min-width: 450px) and (max-width: 700px) {
  /* styles for tablets and larger */
  #grid-2{
    margin-top: 0;
    padding-top: 2%;
  
  }

.heading-text h1{
  font-size: 3.3rem;
  margin-bottom: 1rem;
  line-height: 100%;
  color: rgb(218, 225, 36);
  padding: 2% 3%;
  text-align: center;
 
}
#grid-2 p{
  font-size: 1.2rem;
  line-height: 120%;
 font-family:'Courier New', Courier, monospace;
  padding: 0 5%;
  text-align: left;
}

.init-button{
  margin-left: 40%;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
}

button:hover{
  background-color: rgb(242, 232, 34);
}

/* Media Queries */
@media (min-width: 900px) {
  /* styles for devices larger than 600px */

  #grid-box{
    display: none;
  }

  #large-box{
    display: block;
    min-height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #large-box-1{
    background-color: rgb(23,17,17); 

    min-height: 100vh;

  
  }
  .top-img{
    width: 100%;
    height: 50%;
  }
  .bottom-img{
    width: 100%;
    height: 50%;
  }
  .light-{
    width: 10%;
  }

  .flip-img{
    width: 100%;
    height: 100%;

  }
 
  #large-box-2{
    background-color:  rgb(23,17,17);
    min-height: 100vh;
    color: white;
    padding: 0 15%;
  }

  #large-box-2 h1{
    color: rgb(218, 225, 36);
    font-size: 4rem;
    margin-bottom: 1rem;
    line-height: 100%;
    margin-top: 80%;
   
  }

  #large-box-2 p{
    font-size: 1.4rem;
    margin-bottom: 2rem;
   
  }
  
  #large-box-2 button{
    padding: 1rem 2rem;
    background-color: rgb(218, 225, 36);
    color: black;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
    margin: 0 auto;
  }
  #large-box-2 button:hover{
    background-color: rgb(242, 232, 34);
  }
  #init-container{
    width: 80vw;
    display: grid;
    margin: auto;
    padding: 7% 0;
    grid-template-columns: 1fr 1fr;
    background-color: rgb(249, 249, 249);
   
  }
  .cover{
    width: 40vw;
    min-height: 80vh;
    background-color: rgb(249, 249, 249);

  }
  .cover img{
    min-height: 65vh;
    width: 75%;
  }
  .info{
    width: 40vw;
    background-color: rgb(249, 249, 249);

  }

  .info h1{
    font-size: 3rem;
    margin-top: 10%;
  }

  .test-sec{
    width: 100%;
    margin-top: 10%;
  
  } 
  
}

@media (min-width: 800px) and (max-width: 900px) {
    .cover img{
      width: 48%;
      padding: 10%;

    }
    .cover{
      width: 100vw;
      height: 120vh;
      padding-bottom: 10%;
      background-color: rgb(249, 249, 249);
    }
  /* styles specific to iPhone 14 Pro landscape */
  .test-sec{
    width: 100%;
    margin-top: 10%;
  }
  .test-sec h2{
    padding-right: 15%;
  }
  .test-sec h3{
    padding-right: 15%;
  }

}