@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --Golden-black: hsl(40, 6%, 9%);

  --Gold: #c9a24a;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.card-link {
  text-decoration: none;
  color: inherit;
}
body {
  background-color: var(--Golden-black);
}
.topstuff {
  padding-right: 1.25rem;
  padding-top: 0.85rem;
  display: flex;

  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}

.infotab {
  font-size: 20px;
  color: white;
  display: flex;
  justify-content: flex-end;

  padding-top: 1rem;
  padding-bottom: 0.3rem;

  width: 96%;
  gap: 20px;
}

.infotab a {
  display: inline-block;
  transform: scale(1);
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
}

.infotab a:hover {
  transform: scale(1.1);
  color: beige;
  text-decoration: underline;
}

.header {
  color: wheat;

  display: flex;
  justify-content: center;
  font-size: 70px;
  position: relative;
  top: 5rem;

  animation: bigtosml forwards;

  animation-duration: 2s;
  transform: translateY(70px);
}

.title {
  display: flex;
  justify-content: center;
  min-width: 100%;
  position: relative;
  top: 2rem;
  font-size: 30px;
  color: rgb(210, 210, 176);
}

.learnmore {
  position: relative;
  top: 20rem;
  background-color: rgba(245, 222, 179, 0.443);
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  scale: 1.2;
  right: 405px;
  min-width: max-content;
  max-height: max-content;
}
.learnmore:hover {
  cursor: pointer;
}
.paragraph {
  color: white;
  position: relative;
  right: 16rem;
  top: 7rem;
  min-width: 60%;
  font-size: 20px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  text-align: center;
}

.mainboxserv {
  display: flex;
  justify-self: center;
  justify-content: space-evenly;
  flex-wrap: wrap;

  position: relative;
  top: 7rem;
  width: 90%;
  height: 25rem;
  animation: fadeup forwards;

  animation-duration: 1.3s;
}
@keyframes bigtosml {
  0% {
    transform: scale(2);
    transform: translateY(70px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(300px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.facilitation {
  color: white;
  background-color: rgba(0, 0, 0, 0.42);
  margin-bottom: 70px;
  border-radius: 15px;
  min-width: 20rem;
  max-width: 20rem;
  max-height: 25rem;
  min-height: 25rem;
  display: flex;
  transition: transform 0.5s ease;

  position: relative;
  overflow: hidden;
}
.facilitation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.42) 50%,
    rgba(26, 26, 26, 0)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.facilitation:hover::before {
  opacity: 1;
}

.facilitation:hover {
  transform: scale(1.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.Programdesign {
  color: white;
  background-color: rgba(0, 0, 0, 0.42);

  border-radius: 15px;
  margin-bottom: 70px;
  min-width: 20rem;
  max-width: 20rem;
  min-height: 25rem;
  max-height: 25rem;
  display: flex;
  transition: transform 0.5s ease;

  position: relative;
  overflow: hidden;
}

.Programdesign::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.42) 50%,
    rgba(26, 26, 26, 0)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.Programdesign:hover::before {
  opacity: 1;
}

.Programdesign:hover {
  transform: scale(1.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.instructualdesign {
  color: white;
  background-color: rgba(0, 0, 0, 0.42);
  margin-bottom: 70px;
  border-radius: 15px;
  min-width: 20rem;
  max-width: 20rem;
  min-height: 25rem;
  max-height: 25rem;

  display: flex;
  transition: transform 0.5s ease;

  position: relative;
  overflow: hidden;
}

.instructualdesign::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.42) 50%,
    rgba(26, 26, 26, 0)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.instructualdesign:hover::before {
  opacity: 1;
}

.instructualdesign:hover {
  transform: scale(1.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.descript {
  position: relative;
  top: 4rem;
}
.titlemain {
  color: wheat;
  font-size: 90px;
  padding-top: 3rem;

  display: inline-block;
  width: fit-content;

  animation: sizeupscreen forwards;
  animation-timeline: view();
  animation-range: entry 20% cover 80%;

  transform-origin: center center;
}
.title1 {
  color: wheat;
  font-size: 90px;
  padding-top: 3rem;

  display: inline-block;
  width: fit-content;

  animation: sizeupscreen forwards;
  animation-timeline: view();
  animation-range: entry 20% cover 80%;

  transform-origin: center center;
}
.subtitle1 {
  color: rgba(180, 160, 122, 0.653);
  font-size: 45px;
  padding-top: 1rem;
}
.devider {
  color: azure;
  font-size: 40px;
  padding-top: 4rem;
}

ul {
  padding-left: 3rem;
  padding-top: 0.5rem;
}
ul li {
  font-size: 20px;
  margin-top: 15px;
  color: white;
}

@keyframes sizeupscreen {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.somespace {
  min-width: 10px;
  padding-bottom: 10rem;
}
