:root {
  --color-primary: #3a2c14;
  --color-secondary: #82806e;
  --color-accent: #524b3c;
  --color-headings: #64644c;
  --color-body: #efede8;
  --color-link: #a09c84;
  --color-link-hover: #6c614c;
}

html,
body {
  /* font-size: 62.5%; */
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 1.1rem;
  color: var(--color-accent);
  font-weight: 500;
  overflow-x: hidden;
}

section {
  margin: 2rem;
}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--color-link);
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
  color: var(--color-link-hover) !important;
  transition: all 0.5s, ease;
}

p,
ul,
ol {
  font-size: 1.2rem;
  color: #848484;
  font-family: "Roboto", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
}

nav .nav-item a {
  font-size: 1rem;
  font-weight: 600;
  color: #3a2c14;
  text-decoration: none !important;
}

.header-top {
  background-color: #e2dfdb;
  font-size: 0.9rem;
  font-weight: 800;
}

.navbar-toggler {
  outline: none;
  border: none;
}

.slide-info {
  background: rgba(0, 0, 0, 0.2);
}
.apply-text {
  font-weight: 800;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--color-primary);
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color-headings);
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# About Aduhene Foundation
--------------------------------------------------------------*/
.about-us .content {
  padding: 30px;
  background: var(--color-secondary);
  border-radius: 4px;
  color: #fff;
}
.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.about-us .content p {
  margin-bottom: 30px;
  color: #fff;
}
.about-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.about-us .content .more-btn i {
  font-size: 14px;
}
.about-us .content .more-btn:hover {
  color: var(--color-secondary);
  background: #fff;
}
.about-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.about-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: var(--color-secondary);
  margin-bottom: 30px;
}
.about-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.about-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Current Scholaars
--------------------------------------------------------------*/

.current-scholars .video-box {
  /* background: url("../img/logo.png") center center no-repeat; */
  background-size: cover;
}



@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.aggrey { 
  color: var(--color-primary);
  font-style: italic; 
  font-weight: 700;
}


.footer-top {
  margin-top: 4rem;
}
.footer-heading {
  color: #171717;
  font-weight: 700;
}

.footer-top li {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  font-weight: 900;
}
.footer-bottom p {
  font-size: 0.8rem;
  font-weight: 500;
}

.header-links a {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  color: #3a2c14;
}

.social-links a i {
  float: right;
  margin: 0 1rem;
  color: #3a2c14;
}

.apply-info {
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-accent);
}

.asterix {
  color: red;
  font-weight: 400;
}

label {
  font-weight: 700;
}

.vr {
  color: #171717;
  width: 1rem;
  height: 50px;
}

.project-text {
  font-size: 0.5rem;
}

/* .scholar-story {
  font-size: medium;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #171717;
} */

/*--------------------------------------------------------------
# Our 2021 Scholars
--------------------------------------------------------------*/
.scholar-story {
  background: #fff;
}
.scholar-story .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.scholar-story .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.scholar-story .member .pic img {
  transition: ease-in-out 0.3s;
}
.scholar-story .member:hover img {
  transform: scale(1.1);
}
.scholar-story .member .member-info {
  padding-left: 30px;
}
.scholar-story .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.scholar-story .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.scholar-story .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.scholar-story .member p {
  margin: 10px 0 0 0;
  font-size: 1rem;
  color:var(--color-accent);
  font-weight: 600;
}



.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  transition: transform 0.25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 0.5rem;
}
.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us {
  padding: 2rem;
}

.form-control {
  margin-bottom: 1rem;
}
