@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

body{
  /*min-height: 50vh;*/
  max-height: 100%;
  
}

.section-main{
  background-color: #65d1c3;
}

.section-main h1{
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 80px;
  color: rgba(255, 255, 255, 0.5);
}

.section-main-apply{
  background-color: #65d1c3;
}

.section-main-apply h1{
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 80px;
  color: rgba(255, 255, 255, 0.5);
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  z-index: 999;
  transition: 0.6s;
}

header.sticky{
  background-color: #65d1c3;
  padding: 15px 100px;
}

header .brand{
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

header .menu{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin: 0 30px;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 15px;
  transition: 0.3s;
  transition-property: color, background;
}

header .menu a:hover{
  color: #000;
  background: #fff;
}

header .menu-apply{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu-apply a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin: 0 30px;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 15px;
  transition: 0.3s;
  transition-property: color, background;
}

header .menu-apply a:hover{
  color: #000;
  background: #fff;
}

header .btn{
  font-size: 25px;
  cursor: pointer;
  color: #fff;
  display: none;
}

.section-two {
  min-height: 100vh;
  background: #222;
  padding: 30px 100px;
}

.section-two-apply {
  min-height: 100vh;
  background: #222;
  padding: 30px 100px;
}

.section-two h2{
  padding-top: 15px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.8);
}

.section-two p {
  font-size: 16px;
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.5);
}

.home1 {
    text-align: left;
    border-radius: 10px;
    background-color: rgb(65, 66, 66);
    text-align: center;
    height: 370px;
    width: 400px;
    text-indent: 100x;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}

.home2 {
  text-align: left;
  border-radius: 10px;
  background-color: rgb(65, 66, 66);
  text-align: center;
  height: 160px;
  width: 400px;
  text-indent: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.container {
  display: flex;
  justify-content: space-between; /* Space between content and image */
  align-items: left; /* Vertically align items */
}

.content {
  flex: 1; /* Takes available space on the left */
  margin-right: 20px; /* Space between the content and image */
}

.image img {
  /*max-width: 300px;  Adjust image size */
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  border-radius: 10px;
  max-width: 1200px; /* Adjust image size */
}

@media (max-width: 1024px) {
  header .btn{
    display: block;
  }

  header .menu.active{
    right: 0;
  }

  header .menu{
    position: fixed;
    background: #4a9e9e;
    flex-direction: column;
    min-width: 400px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition-property: right;
    transition: 0.5s;
  }

  header .menu .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }

  header .menu a{
    display: block;
    font-size: 16px;
    margin: 20px;
    padding: 0 15px;
  }

  header .menu-apply.active{
    right: 0;
  }

  header .menu-apply{
    position: fixed;
    background: #4a9e9e;
    flex-direction: column;
    min-width: 400px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition-property: right;
    transition: 0.5s;
  }

  header .menu-apply .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }

  header .menu-apply a{
    display: block;
    font-size: 16px;
    margin: 20px;
    padding: 0 15px;
  }
}
.pfps {
  margin-top: 10px;
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
}

pfps img {
  width: 80%;
}

pfpbox img {
  width: 80%;
}
#testimonials {
  background-color: #494949;
  padding: 5rem 0;
  border-radius: 20px;
  height: auto;
  width: 70%;
  margin-left: 14%;
}

.tst_container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonials__container,
.testimonials__top {
  padding: 0 1rem;
}

.testimonials__top {
  text-align: center;
}

.testimonials__top h1 {
  font-size: 2rem;
  color: #cfcfcf;
  margin-bottom: 1rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}

.testimonials__top p {
  color: #7c8595;
  font-size: 1.1rem;
}

.testimonial__item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 10px;
  z-index: 99;
}

.testimonialItem__info {
  background-color: #fff;
  padding: 5.5rem 2rem 2rem 2rem;
  margin-top: -4rem;
  box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 10px;
}

.testimonial__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.testimonials__container {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.testimonialItem__info p {
  color: #7c8595;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.testimonialItem__info h6 {
  color: #1e90ff;
  /* font-weight: 700; */
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media (max-width: 580px) {
  .section-main h1{
    font-size: 50px;
    line-height: 60px;
  }
}
.applyall {
  background-color: #ccc;
}
.apply_container {
  max-width: 900px;
  margin: 0 auto;
}

.apply_box {
  max-width: 600px;
  padding: 20px;
  background-color: rgb(65, 66, 66);
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: 4px 3px 5px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
}

.title_small {
  font-size: 20px;
}

.form_container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.form_control {
  display: flex;
  flex-direction: column;
}

.applylab { /* Short for Apply-Label ie. the label for apply boxes*/
  font-size: 15px;
  margin-bottom: 5px;
  color: #999998;
}

.inp_sel_txtarea {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.inpt:focus {
  outline-color: red;
}

.button_container {
  display: flex;

  justify-content: flex-end;
  margin-top: 20px;
}
.but {
  background-color: red;
  border: transparent solid 2px;
  padding: 5px 10px;
  color: white;
  border-radius: 8px;
  transition: 0.3s ease-in;
}
.but:hover {
  background-color: #00ff33;
  border: 2px solid rgb(21, 13, 13);
  color: rgb(103, 103, 103);
  transition: 0.3s ease-out;
  cursor: pointer;
}
.textarea_control {
  grid-column: 1 / span 2;
}
.textarea_control textarea {
  width: 100%;
}
.apply_h1 {
  color: #ccc;
}

.upl {
  border-color: #65d1c3;
  background-color: #7c7c7c;
  border-radius: 5px;
  color:#5d5d5d;
  height: 32px;
  padding-top: 5px;
  padding-left: 40px;
  margin-top: 3px;
}

.aboutbox  {
  height: auto;
  width: auto;
  background-color: rgb(65, 66, 66);
  border-radius: 20px;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 3.9%;
  text-align: center;
}

.aboutbox h1 {
  padding-top: 1.5%;
  font-size: 2rem;
  color: #cfcfcf;
  margin-bottom: 16px;
  line-height: 2rem;
  letter-spacing: 0.05rem
}

.aboutbox h2 {
  padding-top: 0.05%;
  font-size: 1.5rem;
  color: #cfcfcf;
  margin-bottom: 1rem;
  line-height: 1rem;
  letter-spacing: 0.05rem
}

.aboutbox p {
  font-size: 16px;
  padding-top: 2%;
  color: #ccc;
  text-indent: 18%;
  /* text-align: center;*/
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 0.2%;
}
.notfound  {
  height: auto;
  width: 45%;
  background-color: rgb(65, 66, 66);
  border-radius: 20px;
  margin-left: 27%;
  margin-right: 4%;
  margin-top: 18.5%;
  text-align: center;
}

.notfound h1 {
  padding-top: 1.5%;
  font-size: 2rem;
  color: #cfcfcf;
  margin-bottom: 16px;
  line-height: 2rem;
  letter-spacing: 0.05rem
}

.notfound p {
  font-size: 16px;
  padding-top: 2%;
  color: #ccc;
  text-indent: 5%;
  /* text-align: center;*/
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom:2%;
}

p a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);  /* Changes the color to black */
}

