/* @import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lato:wght@400;700;900&family=Poppins&display=swap'); */

/*------------------------- Css Reset start------------------------------------------  */
html,
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
}

/*---------------------- Fonts----------------------------------------------------- */

@font-face {
  font-family: 'Comic Sans MS';
  src: url('../fonts/COMICSANSBOLD.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
}


label span.required {
  color: red;
}

.big-section-padding {
  padding: 70px 0px;
}

.small-section-padding {
  padding: 50px 0px;
}

.greenback{
  background-color: rgb(13, 177, 75);
  padding: 0 80px;
}


.friendlywifitext {letter-spacing: -1px; font-size: 1.2em!important;}
.friendlywifitext span{text-transform: none; font-family: "Comic Sans MS", "Comic Sans", cursive;font-weight: 600;}
.friendlywifitext span:nth-child(1), .friendlywifitext span:nth-child(5), .friendlywifitext span:nth-child(10){color: #005fac;}
.friendlywifitext span:nth-child(2), .friendlywifitext span:nth-child(6), .friendlywifitext span:nth-child(9){color: #ec1b23;}
.friendlywifitext span:nth-child(3), .friendlywifitext span:nth-child(7), .friendlywifitext span:nth-child(12){color: #d2a608;}
.friendlywifitext span:nth-child(4), .friendlywifitext span:nth-child(8), .friendlywifitext span:nth-child(11){color: #0cb04a;}



.sub-main-heading {
  font-size: 60px;
  font-weight: 700;
  color: rgb(13, 177, 75);
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 90%;


  @media (max-width: 767px) {
    font-size: 40px;
  }
}

.btn-n-b {
  border: none;
  font-size: 14px;
}


.ui-autocomplete{
  z-index: 9999;
  background-color: #fff;
  list-style: none;
  padding: 20px 10px;
  font-size: 11px;
}
.ui-autocomplete li{
  padding: 6px 4px;
  border-bottom: 1px solid #ccc;
}
.ui-autocomplete li:hover{
  background-color: #ddf;
}


/*------------------------- navbar area start ------------------------------------------  */



.header-logo img {
  width: 60%;

}

.navbar {
  background: #fff;

  padding: 10px 98px;

}

.navbar .navbar-nav .nav-link {
  color: #000;
}

.btn-outline-dark {
  border-radius: 0;
}

.header-btn {
  background-color: rgb(13, 177, 75);
  color: #ffffff;
  padding: 10px;
  outline: none;
  border: none;
  text-decoration: none;
}
.header-btn:hover{
  background-color: #005fac;
  color: #fff;
}

.navbar-nav .nav-item.active .nav-link {
  color: rgb(13, 177, 75) !important;
}

.for-header-ul a {
  font-size: 16px;
  font-weight: 500;
}

/*---------------------- hero-section start----------------------------------------------------- */

#hero {
  padding: 130px 0px;
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position-y: center;
  z-index: -1;
}

.hero-section-btn a {
  margin-bottom: 20px;
}

.form-img {
  position: absolute;
  left: -65px;
  top: -50px;
}

.form-img img {
  width: 60%;
}

.for-form-border {
  border: 5px solid rgb(13, 177, 75);
  width: 50%;
}

.becoming-txt-box h1>span {
  /* font-size: 45px; */
}

.becoming-txt-box h1 {
  font-size: 60px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  width: 90%;
}

.becoming-txt-box p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}

.becoming-txt-box .find-out {
  text-decoration: none;
  background-color: rgb(13, 177, 75);
  font-size: 20px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif !important;
  color: #ffffff;
  text-transform: uppercase;
}

p.subheading{font-size: 1.2em;}

.col-md-5.form-main {
  position: relative;
}

.form-box {
  background-color: #ffffff;
  padding: 50px 30px 50px 30px;
  margin-top: 20px;
  margin-left: 60px;
}

.form-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.form-box p {
  font-size: 16px;
  font-weight: bold;
  
  text-align: center;
}

.form-control {
  line-height: 2.5;
  outline: none;
  font-size: 12px;
  font-weight: 500;
}

.sub-btn {
  width: 100% !important;
  background-color: rgb(13, 177, 75);
  font-size: 14px;
  border-radius: 0px !important;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}


/*---------------------- benefits-section start----------------------------------------------------- */
.Benefits-main-padding {
  padding: 140px 0px;
}

.benefit-txt-box p {
  font-size: 15px;
  color: #000000;
  padding-right: 40px;
}

.check-icons i {
  padding: 0px 10px;
  color: rgb(13, 177, 75);
  font-size: 25px;

  /* @media (max-width: 767px) {
    display: block;
    text-align: center;
    margin: 15px 0px;
    font-size: 45px;
  } */

}

.green-bg-text {
  width: 100%;
  background-color: rgb(13, 177, 75);
  padding: 10px 10px;
  color: #ffffff;
}

.green-bg-text p {
  width: 90%;
  text-align: justify;
}

.brief-description {
  background-color: #DBEDFF;
  padding: 60px 0px;
  align-items: center;
}

.brief-description h3 {
  color: #000000;
  font-size: 40px;
  font-weight: bold;
}


.brief-description input {
  border: 1px solid rgb(13, 177, 75);
  padding: 8px;
  width: 90%;
}

.brief-description button {
  background-color: rgb(13, 177, 75);
  color: white;
  padding: 11.5px 20px;
  border-radius: 0;
  font-size: 14px;
}


#Benefits-area-img {
  width: 100%;
}

#Benefits-area img {
  width: 10%;
  height: auto;
}

#benefits-area p {
  padding: 0px 20px 0px 0px;
}



/* .equal-width */
/*---------------------- About-campaign-img"---------------------------------------------- */
.About-campaign {
  padding: 60px 0px;
}

.champion-info h1 {
  color: #000000;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  width: 85%;
}

.champion-info p {
  padding: 10px 35px 10px 0px;
}

.for-campaign-border {
  border-bottom: 5px solid rgb(13, 177, 75);
  width: 60%;
  margin-bottom: 20px;
}

.champion-info button {
  background-color: rgb(13, 177, 75);
  color: white;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 14px;
}


/* --------------------review------------------------------ */

.review {
  background-image: url(../images/review.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 10px;
}

.review h1 {
  padding: 20px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

/* school-main */
.school-main {
  padding: 0px 110px;
}

/*---------------------- footer-area-section start---------------------------------------------- */
/* footer icons color code */
#footer {
  background-color: #f8f9fa;
}

.footer h5 {
  color: #11873E
}

.footer a{
  text-decoration: none;
  color: #202020;
}
.footer a:hover{
  color: #11873E
}

.facebook-icon {
  color: #3b5998;
  font-size: 40px;
}

.fa-square-x-twitter {
  color: #080808;
  font-size: 40px;
}

.linkedin-icon {
  color: #422e9d;
  font-size: 40px;
}




.footer-btn {
  background-color: #11873E;
  border-radius: 0px;
  border: none;
}

.footer {
  background-color: #f8f9fa;
  padding: 20px 0;
}

.footer-logo {
  max-width: 100%;
  height: auto;
}

.sub-txt-2 {
  color: #6c757d;
}

.footer-heading {
  color: #007bff;
}

.footer-input {
  max-width: 500px;
}

.footer-btn {
  width: 100%;
}

.social-icons a {
  color: #007bff;
}


/*---------------------- copy-right-area-section ---------------------------------------------- */


#copyright-area {
  background-color: #000000;
}

#copyright-area p {
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
}

/* --------------------------form css---------------------------- */

.description {
  text-align: left;
  color: #333;
}

.close-button {
  text-align: right;
  margin-bottom: 10px;
}

.form-check-label {
  margin-bottom: 0;
  /* padding: 10px 10px; */
}

input.form-control, select.form-select, textarea.form-control {
  /* border: 2px solid rgb(13, 177, 75); */
  /* Blue border */
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
}



.check-box-form {
  padding: 20px 10px;
}

.from-pair {
  padding: 10px 10px;

}

.from-pair label {
  padding: 0px 0px;
  font-family: 'Poppins', sans-serif;
  color: #959BA1;
  font-size: 12px;
}

.form-upper-text h1 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  text-transform: capitalize;
  font-size: 20px;
}


.form-upper-text p {
  font-family: 'Poppins', sans-serif;
  color: #959BA1;
  text-transform: capitalize;
}

.cancle-btns button {
  border-radius: 50%;
}

.modal-main {
  border-radius: 10px;
  border: 4px solid green;

}

.modal-main input {
  border-radius: 10px;
  border: 2px solid #C3C0CB;
}

#survey-form input[type="checkbox"]:focus {
  background-color: #11873E;
}

.from-sub-btn button {
  background-color: #11873E;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
}

#Benefits-Area p {
  padding-right: 55px;
}


/* ---------------------- Media query start ---------------------------------------------- */

@media screen and (min-width: 320px) and (max-width: 1080px) {

  .school-main {
    padding: 0px 10px;
  }


  .becoming-txt-box h1 {
    font-size: 38px;
    width: 100%;
  }

  .form-box {
    background-color: #ffffff;
    padding: 50px 30px 50px 30px;
    width: 100%;
    margin: auto;
  }

  .form-img {
    position: absolute;
    left: -26px;
    top: -21px;
    display: none;
  }

  #Benefits-Area {
    border: 3px solid rebeccapurple;
    display: flex;
    flex-direction: column;
  }

  #Benefits-Area p {
    width: 100%;
    padding-right: 0;
  }

  .brief-description h3 {
    color: #000000;
    font-size: 35px;
    font-weight: bold;
  }

  .brief-description {
    padding: 15px 0px;
  }

  #hero {
    padding: 40px 0px;
  }

  .champion-info h1 {
    font-size: 40px;
    width: 100%;
  }

  .About-Campaign-main {
    display: flex;
    flex-direction: column;
  }

  .About-campaign-img {
    width: 100%;
    margin: auto;
    padding: 20px 0px;
  }

  #Benefits-area-img {
    width: 100%;
    margin: auto;
  }

  .review h1 {
    font-size: 35px;
  }

}



@media screen and (max-width: 1100px) {
  .btn-outline-dark {
    border: none;
    padding: 0;
    outline: none;
  }

  .btn-outline-dark:hover {
    background: none;
    color: gray;
  }

  .navbar {
    background: #fff;
    box-shadow: 0 4px 6px rgba(22, 22, 26, 0.18);
    padding: 0px 0px;

  }

  .navbar-collapse {
    padding-bottom: 20px;
  }

  .socical-media {
    padding: 20px;
    flex-direction: column;
    align-items: start;
  }

}




/* .----------------------------container-------------------*/

.container {
  max-width: 90%;
}

@media (max-width: 767px) {

  /* Styles for small screens (up to 767px) */
  .container {
    max-width: 90%;
  }

  .greenback{
    padding: 0 16px;
  }

  #benefits-area{
    padding: 60px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* Styles for medium screens (768px to 991px) */
  .container {
    max-width: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* Styles for large screens (992px to 1199px) */
  .container {
    max-width: 90%;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) {

  /* Styles for extra-large screens (1200px to 1920px) */
  .container {
    max-width: 90%;
  }
}

@media (min-width: 1921px) {

  /* Styles for screens larger than 1920px */
  .container {
    max-width: 1920px;
    margin: 0 auto;
    /* Center the content on very large screens */
  }
}