@tailwind base;
@tailwind components;
@tailwind utilities;
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #010101;
}

body {
  background-color: #FFFCF5;
  overflow-x: hidden;
}

:root {
  --primary-color: #E08E00;
  --secondary-color: #010101;
  --light-yellow: #FFEEC7;
  --lighter-yellow: #FFF5DE;
  --faded-yellow: #FFFCF5;
  --gray-color: #808080;
  --heading-one: 41.8px;
  --heading-two: 34.84px;
  --heading-three: 29.03px;
  --heading-four: 24.19px;
  --heading-five: 20.16px;
  --heading-six: 16.8px;
  --base-text: 14px;
  --small-text: 12px;
  --tiny-text: 10px;
  --animate-delay: 0.5s !important;
}

.heading-one {
  font-size: var(--heading-one);
  font-weight: 500;
  line-height: 1.3;
}

.heading-two {
  font-size: var(--heading-two);
}

.heading-three {
  font-size: var(--heading-three);
  font-weight: 600;
}

.heading-four {
  font-size: var(--heading-four);
}

.heading-five {
  font-size: var(--heading-five);
}

.heading-six {
  font-size: var(--heading-six);
}

.base-text {
  font-size: var(--base-text);
}

.small-text {
  font-size: var(--small-text);
  font-weight: 600;
}

.tiny-text {
  font-size: var(--small-text);
}

.primary-color {
  color: var(--primary-color);
}

.gray-color {
  color: var(--gray-color);
}

.light-yellow-bg {
  background-color: var(--lighter-yellow);
}

.event-banner {
  padding: 12px;
  background-color: var(--light-yellow);
}

ul.footer-links,
ul.nav-link {
  flex-direction: row;
  gap: 24px;
}
ul.footer-links li a,
ul.nav-link li a {
  color: var(--gray-color);
  transition: all 300ms ease-in;
  font-size: var(--base-text);
}
ul.footer-links li a:hover,
ul.nav-link li a:hover {
  color: var(--primary-color);
}

ul.footer-links {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.termly-styles-logo-4d6381.termly-styles-logo-3600c4 {
  display: none;
}

.termly-styles-root-8ae7bd.termly-styles-termly-banner-caea15.termly-styles-bottom-656d9b.t-consentPrompt {
  margin-bottom: 0px;
}

.btn {
  border-radius: 32px;
  padding: 10px 20px;
  font-size: var(--base-text);
  font-weight: 500;
  width: max-content;
}

.btn-md {
  padding: 8px 12px;
  font-size: var(--base-text);
}

.btn-sm {
  padding: 6px 14px;
  font-size: var(--small-text);
}

.btn-primary {
  background-color: var(--secondary-color);
  color: #ffffff;
  gap: 8px;
  transition: all 300ms ease-in;
}
.btn-primary path {
  color: #ffffff;
}
.btn-primary:hover {
  gap: 14px;
}

.close-btn {
  padding: 12px;
  background-color: #ffffff;
  border-radius: 100px;
  --animate-duration: 0.5s;
}

.btn-secondary {
  border: 1px solid #cccccc;
  transition: all 300ms ease-in;
}
.btn-secondary:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
  border-color: var(--secondary-color);
}

.btn-secondary-alt {
  border: 1px solid #cccccc;
  transition: all 300ms ease-in;
  background-color: var(--secondary-color);
  color: #ffffff;
  border-color: var(--secondary-color);
}

.thumbnail2,
.thumbnail {
  width: 100%;
  height: 424px;
  border-radius: 16px;
  filter: grayscale(1);
  transition: all 500ms ease-out;
}
.thumbnail2:hover,
.thumbnail:hover {
  filter: grayscale(0);
}

.thumbnail-lg {
  width: 896px;
  height: 395px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 500ms ease-out;
}

.thumb-one {
  background: url(/assets/images/img01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}
.thumb-one:hover {
  background-size: 210%;
}

.thumb-two {
  background: url(/assets/images/img02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}
.thumb-two:hover {
  background-size: 210%;
}

.thumb-three {
  background: url(/assets/images/img03.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}
.thumb-three:hover {
  background-size: 210%;
}

.thumb-four {
  background: url(/assets/images/img04.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
  transition: all 500ms ease-out;
}
.thumb-four:hover {
  background-size: 210%;
}

.thumb-five {
  background: url(/assets/images/img05.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130%;
  z-index: -3;
  height: 100%;
}
.thumb-five:hover {
  background-size: 140%;
}

.thumb-six {
  background: url(/assets/images/img06.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: grayscale(1);
}
.thumb-six:hover {
  background-size: 110%;
  filter: grayscale(0);
}

.thumb-seven {
  background: url(/assets/images/img07.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: grayscale(1);
}
.thumb-seven:hover {
  background-size: 110%;
  filter: grayscale(0);
}

.thumb-eight {
  background: url(/assets/images/img08.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: grayscale(1);
}
.thumb-eight:hover {
  background-size: 105%;
  filter: grayscale(0);
}

.thumbnail2 {
  filter: grayscale(0);
  overflow: hidden;
  transition: all 500ms ease-out;
}

.yellow-tint-v {
  overflow: hidden;
  position: relative;
  z-index: 2000;
}
.yellow-tint-v::after {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(224, 142, 0, 0.431372549);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.yellow-tint-v:hover::after {
  height: 10%;
}

.yellow-tint-h {
  overflow: hidden;
  position: relative;
  z-index: 2000;
  filter: grayscale(1);
}
.yellow-tint-h::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 50%;
  filter: grayscale(0);
  background-color: rgba(224, 142, 0, 0.431372549);
  z-index: 100;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.yellow-tint-h:hover::after {
  width: 0%;
}

.yellow-graphics {
  height: 120%;
  top: 50%;
  transform: translateY(-50%);
  left: -29px;
  position: absolute;
  z-index: -2000;
  background-color: var(--light-yellow);
  width: 400px;
}

.mission {
  background-color: #F9F7F1;
  border-radius: 16px;
  padding: 64px 40px;
  background: url(/assets/svgs/bg/obj+bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.point path {
  color: #70B323;
}

.logo img {
  height: 36px !important;
}

.mobile-logo i path {
  fill: var(--gray-color);
}

.menu-drawer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  z-index: 3000;
}

.thumbnail-sm {
  width: 222px;
  height: 241px;
  background-color: var(--faded-yellow);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.thumbnail-sm::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 40%;
  width: 100%;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, #010101 100%);
  z-index: 100;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.thumbnail-sm .name {
  position: absolute;
  bottom: -20%;
  left: 0px;
  z-index: 1000;
  padding: 8px 12px;
  transition: all 300ms ease-out;
}
.thumbnail-sm:hover .name {
  bottom: 0%;
}

.line-bg {
  background-image: url(/assets/svgs/bg/line+bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.debo {
  background: url(/assets/images/trustees/debo.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125%;
  filter: grayscale(1);
  transition: all 500ms ease-out;
}
.debo:hover {
  background-size: 130%;
  filter: grayscale(0);
}

.swiper-wrapper {
  gap: 100px;
  justify-content: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-slide {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.adetola {
  background: url(/assets/images/trustees/adetola.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125%;
  filter: grayscale(1);
  transition: all 500ms ease-out;
}
.adetola:hover {
  background-size: 130%;
  filter: grayscale(0);
}

.folasade {
  background: url(/assets/images/trustees/folasade.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125%;
  filter: grayscale(1);
  transition: all 500ms ease-out;
}
.folasade:hover {
  background-size: 130%;
  filter: grayscale(0);
}

.ifeoluwa {
  background: url(/assets/images/trustees/ifeoluwa.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125%;
  filter: grayscale(1);
  transition: all 500ms ease-out;
}
.ifeoluwa:hover {
  background-size: 130%;
  filter: grayscale(0);
}

.yemi {
  background: url(/assets/images/trustees/yemi.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125%;
  filter: grayscale(1);
  transition: all 500ms ease-out;
}
.yemi:hover {
  background-size: 130%;
  filter: grayscale(0);
}

.jumbotron {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-control {
  padding: 16px 18px;
  border-radius: 32px;
  outline-color: var(--light-yellow);
  width: max-content;
}

.newsletter {
  position: relative;
  width: 100%;
}
.newsletter button {
  position: absolute;
  right: 2% !important;
}

.footer {
  border-top: 1px solid #FFF7E5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-logo {
  max-width: 225px;
}

@media only screen and (max-width: 768px) {
  .thumbnail-lg {
    width: 100%;
  }
  .heading-one {
    font-size: var(--heading-two) !important;
  }
  .thumbnail {
    width: 260px;
    height: 300px;
  }
  .thumb-one, .thumb-two, .thumb-three {
    background-size: 200%;
  }
  .heading-three {
    font-size: var(--heading-four);
  }
  .thumbnail.thumb-four {
    width: 100%;
  }
  .mission {
    padding: 0px;
    background-image: none;
  }
  .thumbnail2 {
    height: 200px;
  }
  .thumbnail-sm.debo {
    width: 100%;
    filter: grayscale(0);
  }
  .thumbnail-sm.debo .name {
    bottom: 0%;
  }
  .thumbnail-sm {
    width: 160px;
  }
  .folasade,
  .yemi,
  .ifeoluwa,
  .adetola {
    background-size: cover;
    filter: grayscale(0);
  }
  .folasade .name,
  .yemi .name,
  .ifeoluwa .name,
  .adetola .name {
    bottom: 0%;
  }
  .folasade:hover,
  .yemi:hover,
  .ifeoluwa:hover,
  .adetola:hover {
    background-size: cover;
  }
  .thumbnail-lg {
    height: 180px;
  }
  .yellow-graphics {
    height: 35%;
    top: 14%;
    left: -170px;
  }
}

/*# sourceMappingURL=style.css.map */
