:root {
  --black: #201e1e;
  --yellow: #ffcc00;
  --gray: #6c757d;
  --font-bitter: "Bitter", serif;
}
body {
  /* font-family: 'Bitter', serif; */
  font-family: "Montserrat", sans-serif;
}
header {
  background: var(--black);
  color: #fff;
}
header .navbar-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .nav-link {
  font-size: 14px;
  color: #c4c4c4;
  text-transform: uppercase;
}
header .nav-link:hover,
header .nav-link:focus,
header .nav-link.active {
  font-size: 14px;
  color: var(--yellow);
  font-weight: 600;
}
header .nav-link.donate__btn {
  background: var(--yellow);
  color: var(--black);
  width: 122px;
  padding: 10px 0px;
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
}
.banner__single {
  min-height: 645px;
  background: yellow;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 145px;
  background-image: url(../img/welcome.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__single.banner1 {
  background-image: url(../img/wc__banner1.WebP);
}
.banner__single.banner2 {
  background-image: url(../img/wc__banner2.WebP);
}
.banner__single.banner3 {
  background-image: url(../img/wc__banner3.jpg);
}
.banner__text {
  color: #fff;
}
.banner__text span {
  font-weight: 600;
}

.banner1 .banner__text h1 {
  font-weight: 600;
}
.banner1 .banner__text h1 span {
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.apply_btn {
  background: var(--yellow);
  color: var(--black);
  width: 122px;
  padding: 10px 0px;
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
}

/* ------ What we do ---------- */
.whatwedo {
  background: #fff;
  padding: 100px 0px 50px;
}
.wwd__row1,
.wwd__row2 {
  padding-bottom: 70px;
}
.wwd__row1 span {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  color: var(--yellow);
}
.wwd__row1 h2 {
  font-size: 42px;
  color: var(--black);
  font-family: var(--font-bitter);
  font-weight: 600;
}
.wwd__row1 p {
  font-size: 20px;
  color: var(--gray);
}
.wwd h3 {
  color: var(---black);
  font-family: var(--font-bitter);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}
.wwd p {
  font-size: 18px;
  margin-bottom: 0px;
  color: var(--gray);
}
.youtube__banner img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.video__modal .modal-dialog {
  max-width: 100%;
  margin: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  width: 70%;
  aspect-ratio: 16/9;
}
.modal-content iframe {
  width: 100%;
  height: 100%;
}
/* ------ impact ---------- */
.impact {
  background: var(--black);
  color: #fff;
  padding: 90px 0px;
}
.impact__content h1 {
  font-size: 72px;
  font-family: var(--font-bitter);
  font-weight: 600;
  margin-bottom: 20px;
}
.impact__content > p {
  font-size: 30px;
}
.impact__banner {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.impact__banner img {
  width: 100%;
  object-fit: cover;
}
.impact__countdown {
  margin-top: 40px;
}
.impact__countdown {
  margin-top: 40px;
}
.single__cd h3 {
  font-size: 48px;
  font-weight: 800;
  color: var(--yellow);
  margin-bottom: 15px;
}
.single__cd p {
  font-size: 20px;
}
/* ------ Causes ---------- */
.causes {
  padding: 90px 0px;
  background: #fff;
}
.causes__title {
  text-align: center;
  margin-bottom: 120px;
}
.causes__title span {
  font-size: 18px;
  display: block;
  color: var(--yellow);
  margin-bottom: 15px;
}
.causes__title h1 {
  font-size: 42px;
  font-family: var(--font-bitter);
  font-weight: 800;
}
.causes__title p {
  font-size: 18px;
  color: var(--gray);
}
.single__causes {
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.cs__img img {
  width: 100%;
  object-fit: cover;
}
.cs_text {
  padding: 50px;
  text-align: center;
}
.cs_text h3 {
  font-size: 24px;
  font-family: var(--font-bitter);
  margin-bottom: 25px;
  font-weight: 600;
  text-align: left;
}
.cs_text p {
  font-size: 20px;
  color: var(--gray);
  margin-bottom: 50px;
  text-align: left;
}
.cs_text .btn {
  background: var(--yellow);
  color: #fff;
  padding: 15px 25%;
  border-radius: 15px;
}
.causes__row > div:nth-child(3),
.causes__row > div:nth-child(4) {
  margin-top: 12 0px;
}
/* ------ Story ---------- */
#storiescarousel {
  border: 2px solid #e5e5e5;
  padding: 100px 50px;
}
.story__single > h3 {
  font-size: 48px;
  font-family: var(--font-bitter);
  margin-bottom: 50px;
  line-height: 72px;
}
.story__single > h3 > strong {
  display: block;
  font-weight: 600;
}
.story__single > p {
  font-size: 24px;
  line-height: 36px;
  color: var(--gray);
}
.story__single > span {
  color: #232323;
  font-size: 30px;
  display: block;
  font-family: var(--font-bitter);
  font-weight: 600;
  margin-top: 70px;
  position: relative;
  padding-left: 120px;
}
.story__single > span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 90px;
  height: 2px;
  background-color: var(--yellow);
}
.stories__carousel .carousel-indicators [data-bs-target] {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 0px;
  margin-left: 15px;
  background-color: #c4c4c4;
  opacity: 1;
}
.stories__carousel .carousel-indicators .active {
  background-color: var(--yellow);
}
.carousel-indicators {
  position: static;
  padding-top: 120px;
  justify-content: flex-end;
  margin: 0px;
  padding-right: 50px;
}
/* ------ Newsletter ---------- */
.newsletter {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.newsletter::after,
.newsletter::before {
  position: absolute;
  content: "";
  left: -186px;
  top: -145px;
  width: 386px;
  height: 375px;
  border-radius: 50%;
  background-color: #201e1e;
}
.newsletter::after {
  left: auto;
  top: auto;
  right: -186px;
  bottom: -145px;
}
.nl__content {
  padding: 150px 0px 200px;
  text-align: center;
}
.nl__title > span {
  font-size: 14px;
  color: var(--gray);
  display: block;
  margin-bottom: 20px;
}
.nl__title > h3 {
  font-family: var(--font-bitter);
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}
.nl__title > h3 > span {
  color: var(--yellow);
}
.nl__title p {
  font-size: 20px;
  padding: 0px 15%;
  color: var(--gray);
}
.nl__title {
  margin-bottom: 50px;
}
.nl__form {
  text-align: center;
}
.nl__form form {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 55%;
}
.nl__form .form-control {
  height: 75px;
  padding: 10px 50px;
  font-size: 24px;
  color: #212529;
  border-radius: 70px;
}
.nl__form button.btn {
  position: absolute;
  width: 40%;
  height: 95%;
  right: 2px;
  top: 2px;
  font-size: 24px;
  color: #fff;
  display: block;
  border-radius: 70px;
  background-color: var(--yellow);
}
.form-control:focus,
button.btn:focus {
  box-shadow: none;
  border-color: #c4c4c4;
}
/* ------ Parteners ---------- */
.partners {
  background: #f2f2f2;
  padding: 100px 0px;
  text-align: center;
}
section.partners h1 {
  font-family: var(--font-bitter);
  font-weight: 600;
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 80px;
}
/* ------ footer ---------- */
footer {
  background: #201e1e;
  color: #fff;
  padding-top: 70px;
}
.footer__logo {
  width: 50%;
  margin-bottom: 50px;
}
.footer__sec1 > p {
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  padding-right: 15%;
}
.footer__sec2 h3,
.footer__sec3 h3 {
  font-size: 30px;
  margin-bottom: 50px;
  padding-top: 30px;
}
.footer__sec2 p {
  line-height: 35px;
}
.footer__sec2 p:last-of-type {
  margin-top: 20px;
}
.footer__sec2 p > span {
  color: var(--yellow);
  display: block;
  text-transform: capitalize;
}
.footer__sec3 .form-control {
  height: 55px;
  margin-bottom: 20px;
}
.footer__sec3 .btn {
  background-color: var(--yellow);
  padding: 20px 50px;
}
.footer__sec3 .btn {
  background-color: var(--yellow);
  color: var(--black);
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 8px;
}
.footer__bottom {
  margin-top: 30px;
  border-top: 1px solid var(--yellow);
  padding: 20px 0px;
  text-align: center;
}
.footer__bottom p {
  margin: 0px;
}
/* ============================= 
  About Page
 ============================= */
.studentpreneur {
  text-align: center;
  padding: 100px 0px 30px;
}
.sp__text {
  margin-bottom: 60px;
}
.sp__text h1 {
  font-size: 50px;
  line-height: 75px;
  font-family: var(--font-bitter);
  font-weight: 600;
  margin-bottom: 10px;
}
.sp__text p {
  font-size: 24px;
  line-height: 36px;
  color: var(--gray);
}
.sp__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.sp__img {
  border-radius: 20px;
  overflow: hidden;
}
.sp__img img {
  width: 100%;
  object-fit: cover;
}
.sp__imgs > div > .sp__img:last-of-type {
  margin-top: 20px;
}
/*----- Our Story -------- */
.our__story {
  background: #f2f2f2;
  padding: 100px 0px;
}
.os__img {
  border-radius: 20px;
  overflow: hidden;
}
.os__img img {
  width: 100%;
  object-fit: 100%;
}
.os__text {
  text-align: center;
}
.os__text h1 {
  font-size: 44px;
  line-height: 66px;
  font-family: var(--font-bitter);
  margin-bottom: 70px;
  font-weight: 600;
  position: relative;
}
.os__text h1::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -15px;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background-color: var(--yellow);
}
.os__text p {
  font-size: 24px;
  line-height: 36px;
  color: var(--gray);
  padding: 0px 5%;
}
.os__text p:last-of-type {
  margin-top: 20px;
}
/*----- What we do -------- */
.what_we_do {
  padding: 100px 0px;
}
.what_we_do h1,
.mission h1 {
  text-align: center;
  font-size: 44px;
  line-height: 66px;
  font-family: var(--font-bitter);
  margin-bottom: 70px;
  font-weight: 600;
}
.w_w_d {
  display: flex;
}
.wwd__img {
  flex-basis: 25%;
  flex-shrink: 0;
}
.wwd_text h3 {
  font-size: 30px;
  font-family: var(--font-bitter);
  margin-bottom: 30px;
  font-weight: 600;
}
.wwd_text p {
  font-size: 18px;
  line-height: 27px;
  color: var(--gray);
  padding-right: 5%;
}
.what_we_do .col-lg-6:nth-of-type(3) .w_w_d,
.what_we_do .col-lg-6:nth-of-type(4) .w_w_d {
  margin-top: 60px;
}
/*----- Objects -------- */
.objectives {
  background-color: #f2f2f2;
}
.mission {
  padding: 100px 0px;
  background: #000;
  color: #fff;
  text-align: center;
}
.mission h1 {
  margin-bottom: 30px;
}
.mission p {
  font-size: 36px;
  line-height: 56px;
  color: #e5e5e5;
  padding: 0px 5%;
}
.obj__list {
  padding: 70px 50px;
}
.obj__list > span {
  font-size: 24px;
  line-height: 36px;
  color: var(--gray);
  font-family: var(--font-bitter);
  position: relative;
  font-weight: 600;
  padding-left: 90px;
}
.obj__list > span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 60px;
  height: 2px;
  background-color: var(--yellow);
}
.obj__list > h3 {
  font-size: 36px;
  line-height: 56px;
  font-family: var(--font-bitter);
}
.obj__list > h3 span {
  font-weight: 600;
}
.obj__list > span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 49%;
  width: 60px;
  height: 2px;
  background-color: var(--yellow);
}
.obj__list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.obj__list ul li {
  margin-top: 60px;
  font-size: 24px;
  line-height: 36px;
  color: var(--black);
  text-transform: capitalize;
}
.yline {
  position: relative;
}
.y__line {
  position: absolute;
  top: 10%;
  left: -20%;
  width: 4px;
  height: 80%;
  background-color: var(--yellow);
}
.y__line span,
.y__line::after,
.y__line::before {
  position: absolute;
  content: "";
  top: 0;
  left: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #483a00;
}
.y__line::after {
  top: auto;
  bottom: 0;
}
.y__line span {
  top: 50%;
}
/*----- Team -------- */
.team {
  padding: 100px 0px;
}
.team h1 {
  text-align: center;
  font-size: 44px;
  line-height: 66px;
  font-family: var(--font-bitter);
  margin-bottom: 70px;
  font-weight: 600;
}
.tm__img {
  border-radius: 20px;
  overflow: hidden;
}
.tm__img img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.tm__text {
  margin-top: 25px;
  text-align: center;
}
.tm__text h3 {
  color: #000;
  font-size: 24px;
}
.tm__text p {
  font-size: 18px;
  color: var(--gray);
  margin: 20px 0px;
}
/* ============================= 
  About Page
 ============================= */
.banner.semi__banner,
.pgm__banner {
  min-height: 350px;
  display: flex;
  align-items: center;
  background-image: url(../img/event__banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
}
.banner.semi__banner h1 {
  position: relative;
}
.banner.semi__banner h1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  margin-left: 0;
  width: 150px;
  height: 5px;
  background-color: var(--yellow);
}
.all__programms {
  padding: 100px 0px;
}
.programm__single {
  margin-bottom: 160px;
}
.pgm__title {
  text-align: center;
  margin-bottom: 90px;
}
.pgm__title h1 {
  font-size: 45px;
  line-height: 56px;
  font-weight: 600;
  font-family: var(--font-bitter);
}
.pgm__title p,
.pgm__text p {
  font-size: 24px;
  line-height: 36px;
  color: var(--gray);
}
.pgm__banner {
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

.pgm__banner h1 {
  font-weight: 600;
}
.pgm__text {
  text-align: center;
}
.pgm__text p {
  text-align: left;
  margin-top: 50px;
}
.pgm__text a {
  display: inline-block;
  width: auto;
  border: 3px solid var(--yellow);
  padding: 12px 30px;
  font-size: 24px;
  border-radius: 10px;
  margin-top: 80px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black);
}
.pgm__banner.global__students {
  background-image: url(../img/global__banner.jpg);
}
.pgm__banner.student__accelerator {
  background-image: url(../img/StudentsAcceleratorProgram.jpg);
}
.pgm__banner.student__innovators {
  background-image: url(../img/Global-Students-Innovators-Programme.jpg);
}
.pgm__banner.inspiring__studentas {
  background-image: url(../img/topstudent.jpg);
}
.pgm__banner.graduate__accelerator {
  background-image: url(../img/Graduate-Accelerator-Program.svg);
}
/* -------- Events ---------- */
.events h1,
.blog h1 {
  text-align: center;
  margin-bottom: 90px;
  font-family: var(--font-bitter);
  font-size: 48px;
}
.events h1 span,
.blog h1 span {
  font-weight: 600;
}
.events {
  padding: 100px 0px;
  background: #f2f2f2;
}
.evt_img {
  width: 350px;
  height: 300px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  background-image: url(../img/evt1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.evt_img h3 {
  font-size: 48px;
}
.evt_img h3 span {
  display: block;
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 20px;
}
.evt__single {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  border: 2px solid #e5e5e5;
}
.evt__single:last-of-type {
  margin-top: 90px;
}

.evt__text {
  padding: 50px 50px;
}
.evt__text h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 30px;
}
.evt__info span {
  font-size: 24px;
  line-height: 36px;
  padding-left: 40px;
  color: var(--gray);
  background-image: url(../img/clock.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
}
.evt__info span:last-of-type {
  margin-left: 100px;
  background-image: url(../img/location.svg);
}
.evt__single:nth-of-type(2) .evt_img {
  background-image: url(../img/evt2.jpg);
}
/* -------- Blogs ---------- */
.blog {
  padding: 120px 0px;
}
.blog h1 {
  position: relative;
}
.blog h1::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background-color: var(--yellow);
}
.blog__single {
  margin-bottom: 150px;
}
.blog__img img {
  width: 100%;
  object-fit: cover;
}
.blog__text {
  text-align: center;
}
.blog__text h3 {
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  margin: 50px 0px;
}
.blog__text p {
  text-align: left;
  font-size: 24px;
  line-height: 36px;
  color: var(--gray);
}
.blog__text .btn {
  border: 3px solid var(--yellow);
  border-radius: 0px;
  font-size: 30px;
  font-weight: 600;
  padding: 15px 100px;
  margin-top: 50px;
}
/* ============================= 
  Contact Page
 ============================= */
.contact {
  padding: 100px 0px;
}
.semi__banner.git__banner {
  background-image: url(../img/getintouch.jpg);
}
.semi__banner.git__banner .banner__text {
  color: #fff;
  text-align: center;
}
.semi__banner.git__banner .banner__text span {
  font-size: 20px;
  color: var(--yellow);
}
.semi__banner.git__banner .banner__text h1 {
  font-size: 48px;
  font-family: var(--font-bitter);
  line-height: 56px;
}
.semi__banner.git__banner .banner__text h1::after {
  display: none;
}
.contact__info > h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  font-family: var(--font-bitter);
  margin-bottom: 40px;
}
.contact__mail span,
.contact__phone span,
.contact__links span {
  display: block;
  color: var(--gray);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.contact__mail a,
.contact__phone a {
  display: block;
  color: #201e1e;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  padding-left: 50px;
  background-image: url(../img/icon__mail.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 26px;
}
.contact__phone a {
  margin-bottom: 10px;
  background-image: url(../img/icon__phone.svg);
}
.contact__mail,
.contact__phone {
  margin-bottom: 60px;
}
.contact__links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
.contact__links ul li {
  width: 25px;
  margin-right: 25px;
}
.contact__infoimg {
  border-radius: 20px;
  overflow: hidden;
}
.contact__infoimg img {
  width: 100%;
  object-fit: cover;
}
.contact__form {
  padding: 100px 0px;
}
.cform__title {
  margin-bottom: 60px;
}
.cform__title span {
  color: var(--yellow);
  font-size: 24px;
  line-height: 30px;
}
.cform__title h3 {
  font-family: var(--font-bitter);
  color: var(--black);
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
}
.form-label {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #6c757d;
}
.form-label span {
  color: #df2f23;
}
.form-control {
  font-size: 20px;
  border-color: #c4c4c4;
  height: 50px;
  border-radius: 6px;
}
textarea.form-control {
  height: 400px;
}
form .btn {
  border: 3px solid var(--yellow);
  padding: 15px 60px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
}
/* ============================= 
  Membership Page
 ============================= */

.banner.semi__banner.member__banner {
  background-image: url(../img/member__banner.jpg);
}
.mb__title {
  text-align: center;
  margin-bottom: 50px;
}
.mb__title span {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
  color: var(--yellow);
}
.mb__title h3 {
  font-size: 48px;
  color: var(--black);
  font-weight: 600;
  font-family: var(--font-bitter);
}
.member__benefits ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.membership__form {
  padding: 100px 0px;
}
.member__benefits ul li {
  font-size: 20px;
  margin-bottom: 20px;
}
.member__benefits ul li span {
  font-weight: 600;
}
.mform__title {
  margin-bottom: 60px;
}
.mform__title > span {
  font-size: 13px;
  color: #6c757d;
  display: block;
  margin-bottom: 10px;
}
.mform__title h3 span {
  font-weight: 600;
}
.form-control[type="file"] {
  height: auto;
}
.membership__form .form-label {
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--black);
}
.term__text {
  background: #e5e5e5;
  padding: 30px 0px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  margin-top: 50px;
}
/* ============================= 
  Career Page
 ============================= */
.cc__title {
  padding: 100px 0px;
  text-align: center;
}
.cc__title h1,
.mentors h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: var(--font-bitter);
  color: var(--black);
}
.cc__title p {
  font-size: 24px;
  line-height: 36px;
  color: var(--gray);
}
.cc__assist {
  padding: 80px 0px;
  background: #ffc700;
}
.cc__assist h3 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 20px;
}
.cc__assist ul li {
  font-size: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.career__path {
  padding: 100px 0px;
  background: #f2f2f2;
}
.career__path > p {
  font-size: 24px;
  text-align: center;
  color: var(--black);
  margin-bottom: 80px;
}
.path__single {
  text-align: center;
}
.path__img {
  border-radius: 10px;
  overflow: hidden;
}
.path__img img {
  width: 100%;
  object-fit: cover;
}
.path__img + a {
  display: inline-block;
  width: 90%;
  border: 3px solid var(--yellow);
  padding: 12px 0px;
  font-size: 24px;
  border-radius: 10px;
  margin-top: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black);
}
.path__single {
  text-align: center;
  margin-bottom: 100px;
}
.mentors {
  padding: 100px 0px;
  text-align: center;
}
.mentors h1 {
  margin-bottom: 90px;
}
.mentor_img {
  border-radius: 10px;
  overflow: hidden;
}
.mentor_img img {
  width: 100%;
  object-fit: cover;
}
.mentor_img + p {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 10px;
}
.mentors .btn {
  display: inline-block;
  width: auto;
  border: 3px solid var(--yellow);
  padding: 12px 30px;
  font-size: 24px;
  border-radius: 10px;
  margin-top: 80px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .navbar-toggler {
    padding: 0.25rem 0px;
  }
  .navbar-toggler-icon {
    background-image: url(../img/menu.svg);
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar-nav {
    padding: 25px 0px;
  }
  header .nav-link {
    padding: 10px 0px;
  }
  header .nav-link.donate__btn {
    border-radius: 6px;
  }
  .banner__single {
    min-height: auto;
    padding: 0px 45px;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .banner__text h1 {
    font-weight: 600;
    font-size: 26px;
  }
  .banner__text h1 span {
    font-weight: 400;
  }
  .whatwedo {
    padding: 50px 0px 50px;
  }
  .wwd__row1 span {
    margin-bottom: 10px;
  }
  .wwd__row1 h2 {
    font-size: 28px;
  }
  .wwd__row1 p {
    font-size: 16px;
  }
  .row.wwd__row1 {
    padding-bottom: 30px;
  }
  .row.wwd__row2 {
    padding-bottom: 0px;
  }
  .wwd {
    text-align: center;
    margin-bottom: 60px;
  }
  .modal-title {
    font-size: 14px;
  }
  .modal-content {
    width: 90%;
  }
  .impact {
    padding: 50px 0px;
  }
  .impact__content h1 {
    font-size: 38px;
    font-family: var(--font-bitter);
    font-weight: 600;
    margin-bottom: 20px;
  }
  .impact__content > p {
    font-size: 22px;
  }
  .impact__banner {
    margin-top: 30px;
    border-radius: 15px;
  }
  .single__cd h3 {
    font-size: 38px;
    margin-bottom: 5px;
  }
  .single__cd p {
    font-size: 16px;
  }
  .causes {
    padding: 50px 0px;
  }
  .causes__title span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .causes__title h1 {
    font-size: 38px;
  }
  .causes__title p {
    font-size: 16px;
  }
  .causes__title {
    margin-bottom: 40px;
  }
  .cs_text {
    padding: 15px;
  }
  .cs_text h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cs_text p {
    font-size: 16px;
  }
  .single__causes {
    border-radius: 15px;
  }
  .cs_text .btn {
    padding: 12px 25%;
    border-radius: 12px;
  }
  .story__single > h3 {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 48px;
  }
  #storiescarousel {
    padding: 50px 30px;
  }
  .story__single > p {
    font-size: 18px;
    line-height: 26px;
  }
  .story__single > span {
    font-size: 24px;
    margin-top: 50px;
    padding-left: 90px;
  }
  .story__single > span::after {
    width: 60px;
  }
  .carousel-indicators {
    padding-top: 60px;
    justify-content: center;
    margin: 0px;
    padding-right: 0px;
  }
  .newsletter::after,
  .newsletter::before {
    left: -86px;
    top: -45px;
    width: 186px;
    height: 175px;
  }
  .newsletter::after {
    left: auto;
    top: auto;
    right: -86px;
    bottom: -45px;
  }
  .nl__title > span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .nl__title > h3 {
    font-family: var(--font-bitter);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .nl__title p {
    font-size: 16px;
    padding: 0px;
    color: var(--gray);
  }
  .nl__form form {
    width: 90%;
  }
  .nl__form .form-control {
    height: 50px;
    padding: 8px 20px;
    font-size: 18px;
  }
  .nl__form button.btn {
    height: 95%;
    right: 2px;
    top: 1px;
    font-size: 15px;
    padding: 8px 15px;
  }
  section.partners h1 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .partners .col-6:nth-of-type(3),
  .partners .col-6:nth-of-type(4) {
    margin-top: 40px;
  }
  .studentpreneur {
    text-align: center;
    padding: 50px 0px 30px;
  }
  .footer__sec2 h3,
  .footer__sec3 h3 {
    font-size: 26px;
    margin-bottom: 20px;
    padding-top: 45px;
  }
  .footer__sec3 .btn {
    padding: 12px 40px;
    font-size: 16px;
  }
  /* =========================== 
About page
 =========================== */
  .studentpreneur {
    padding: 50px 0px 50px;
  }
  .sp__text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .sp__text p {
    font-size: 18px;
    line-height: 26px;
  }
  .sp__text {
    margin-bottom: 30px;
  }
  .sp__imgs {
    grid-gap: 5px;
  }
  .sp__img {
    border-radius: 10px;
  }
  .sp__imgs > div > .sp__img:last-of-type {
    margin-top: 5px;
  }
  .our__story {
    padding: 50px 0px;
  }
  .os__text {
    margin-top: 20px;
  }
  .os__text h1 {
    font-size: 38px;
    line-height: 66px;
    margin-bottom: 50px;
  }
  .os__text p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0%;
  }
  .what_we_do {
    padding: 50px 0px;
  }
  .what_we_do h1,
  .mission h1 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .w_w_d {
    display: block;
    text-align: center;
    margin-top: 60px;
  }
  .wwd_text h3 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .wwd_text p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0%;
  }
  .what_we_do .col-lg-6:first-of-type .w_w_d {
    margin-top: 0px;
  }
  .mission p {
    font-size: 18px;
    line-height: 30px;
    padding: 0px 0%;
  }
  .mission {
    padding: 50px 0px;
  }
  .mission h1 {
    margin-bottom: 10px;
  }
  .obj__list {
    padding: 50px 30px;
    text-align: center;
  }
  .obj__list > h3 {
    font-size: 28px;
  }
  .obj__list > span {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 15px;
    display: block;
  }
  .obj__list > span::after {
    left: 50%;
    top: auto;
    bottom: -10px;
    width: 60px;
    margin-left: -30px;
    height: 2px;
  }
  .obj__list ul li {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .y__line span,
  .y__line::after,
  .y__line::before {
    display: none;
  }
  .yline .obj__list ul li {
    text-align: left;
  }
  .team {
    padding: 50px 0px;
  }
  .team h1 {
    font-size: 38px;
    line-height: 66px;
    margin-bottom: 50px;
  }
  .tm__text h3 {
    font-size: 20px;
  }
  .tm__text p {
    font-size: 16px;
    color: var(--gray);
    margin: 5px 0px;
  }
  .tm__text {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  /* =========================== 
program page
 =========================== */
  .all__programms {
    padding: 50px 0px;
  }
  .pgm__title h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .pgm__title p,
  .pgm__text p {
    font-size: 18px;
    line-height: 26px;
  }
  .banner.semi__banner,
  .pgm__banner {
    min-height: 200px;
  }
  .pgm__banner h1 {
    font-size: 22px;
  }

  .pgm__title p,
  .pgm__text p {
    font-size: 16px;
    line-height: 24px;
  }
  .pgm__text p {
    margin-top: 25px;
  }
  .programm__single {
    margin-bottom: 60px;
  }
  .events {
    padding: 50px 0px;
  }
  .events h1,
  .blog h1 {
    margin-bottom: 60px;
    font-size: 35px;
  }
  .evt__single {
    flex-wrap: wrap;
  }
  .evt_img {
    width: 100%;
    height: 250px;
  }
  .evt__text {
    padding: 20px;
  }
  .evt__text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .evt_img h3 {
    font-size: 36px;
  }
  .evt_img h3 span {
    font-size: 60px;
    margin-bottom: 5px;
  }
  .evt__info span {
    font-size: 16px;
    line-height: 26px;
    padding-left: 25px;
    background-size: 16px;
  }
  .evt__info span:last-of-type {
    margin-left: 0px;
    background-image: url(../img/location.svg);
    display: block;
    margin-top: 10px;
  }
  .blog__text h3 {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    margin: 20px 0px;
  }
  .blog {
    padding: 50px 0px;
  }
  .blog__text p {
    font-size: 18px;
    line-height: 30px;
  }
  .blog__text .btn {
    border: 2px solid var(--yellow);
    font-size: 20px;
    padding: 12px 60px;
    margin-top: 20px;
  }
  .blog__single {
    margin-bottom: 80px;
  }
  /* =========================== 
Career page
 =========================== */
  .cc__title {
    padding: 50px 0px;
  }
  .cc__title h1,
  .mentors h1 {
    font-size: 38px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .cc__title p {
    font-size: 18px;
    line-height: 28px;
  }
  .cc__assist {
    padding: 60px 0px;
  }
  .cc__assist h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .cc__assist ul li {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .career__path {
    padding: 50px 0px;
  }
  .career__path > p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .path__img + a {
    border: 2px solid var(--yellow);
    padding: 15px 0px;
    font-size: 18px;
    border-radius: 6px;
    margin-top: 20px;
  }
  .path__single {
    margin-bottom: 20px;
  }
  .mentor__single {
    margin-bottom: 35px;
  }
  .mentors {
    padding: 50px 0px;
  }
  .mentors h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .mentor_img + p {
    font-size: 20px;
    margin-top: 10px;
  }
  .pgm__text .btn,
  .mentors .btn {
    border: 2px solid var(--yellow);
    padding: 12px 40px;
    font-size: 18px;
    border-radius: 8px;
    margin-top: 10px;
  }
  /* =========================== 
Contact page
 =========================== */
  .contact {
    padding: 50px 0px;
  }
  .mb__title span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mb__title h3 {
    font-size: 38px;
  }
  .member__benefits ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .membership__form {
    padding: 50px 0px;
  }
  .mform__title {
    margin-bottom: 30px;
  }
  .membership__form .form-label,
  .form-label {
    font-size: 16px;
  }
  textarea.form-control {
    height: 260px;
  }
  .term__text {
    padding: 15px 0px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
  }
  form .btn {
    border: 2px solid var(--yellow);
    padding: 15px 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
  }
  .semi__banner.git__banner .banner__text h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 10px;
  }
  .semi__banner.git__banner .banner__text span {
    font-size: 16px;
    color: var(--yellow);
  }
  .contact__info > h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .contact__mail,
  .contact__phone {
    margin-bottom: 35px;
  }
  .contact__mail a,
  .contact__phone a {
    font-size: 16px;
    padding-left: 30px;
    background-size: 18px;
  }
  .contact__mail span,
  .contact__phone span,
  .contact__links span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contact__infoimg {
    margin-top: 50px;
    border-radius: 10px;
  }
  .cform__title h3 {
    font-size: 38px;
    line-height: 54px;
  }
  .cform__title span {
    font-size: 18px;
  }
  .cform__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .team__member {
    width: 50%;
    margin: 0 auto;
  }
  .mentors h1 {
    margin-bottom: 50px;
  }
  .mentor__single {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  form .btn {
    margin-top: 50px;
  }
  .evt__info span:last-of-type {
    margin-left: 40px;
    display: inline;
    margin-top: 0px;
  }
}
