h4 {
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  color: white;
}
/* Nav links */

.nav {
  /* position: static; */
  transition: all 0.5s ease-in-out;
}
.nav.active {
  position: fixed;
  transition: all 0.5s ease-in-out;
  background-color: white;
}
.website-nav-links li a {
  color: #b92c00;
}
.website-nav-links li span {
  background-color: #b92c00;
}

/* Header style */
.DASP-PAGE_header {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 5rem auto;
}
.DASP-PAGE_header--content {
  width: 50%;
}
/* .DASP-PAGE_header--content h1 {
  margin-bottom: 4rem;
} */
.DASP-PAGE_header--content p {
  margin: 3rem 0;
  width: 90%;
}
.DASP-PAGE_header--image {
  width: 40%;
}
.DASP-PAGE_header--content span {
  color: #b92c00;
}
.DASP-PAGE_header--content a {
  color: white;
  background-color: #b92c00;
  padding: 1rem 2.5rem;
  display: block;
  width: fit-content;
  border-radius: 14px;
}

.DASP-PAGE_header--image img {
  width: 100%;
}

/* DASP PAGE SKILL TRACK */
.DASP-PAGE-SKILLS_track-countainer {
  background-color: #008db9;
  width: 100%;
  padding-top: 2rem;
  color: white;
}
.DASP-PAGE-SKILLS_track {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  margin: 9rem auto 0 auto;
  padding-bottom: 10rem;
  position: relative;
}

.DASP-PAGE-SKILLS_track_1 {
  width: 60%;
}
.DesignIT-goal {
  margin-top: 1rem;
}
.DASP-PAGE-SKILLS_track_1-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}
.DASP-PAGE-SKILLS_track_1-images > div {
  width: 45%;
}
.DASP-PAGE-SKILLS_track_image {
  margin: 0;
}
.DASP-PAGE-SKILLS_track_image + div {
  padding: 1rem;
  color: white;
}
.DASP-PAGE-SKILLS_track_image img {
  width: 100%;
}

.DASP-PAGE-SKILLS_track-digital {
  background-color: #ffffff;
}
.DASP-PAGE-SKILLS_track-digital p {
  color: #008db9;
}
.DASP-PAGE-SKILLS_track-frontend {
  background-color: #b92c00;
}
/*DesignIT program 2*/
.DASP-PAGE-SKILLS_track_2 {
  width: 30%;
}
.DesignIT-Summit {
  background-color: #b92c00;
}
.DASP-PAGE-SKILLS_track_2 p {
  padding: 1.5rem;
  color: white;
  vertical-align: center;
}
.learn-more {
  text-align: right;
  display: block;
  margin-top: 2rem;
  text-decoration: underline;
}

/* WHY DASP */
.WHY-DASP {
  width: 90%;
  margin: 30px auto;
}
.WHY-DASP h2 {
  margin: 2rem 0 1rem 2rem;
}
.WHY-DASP p {
  width: 40%;
  margin-left: 3rem;
}
.WHY-DASP_reasons {
  display: flex;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.WHY-DASP_reason {
  background-color: #008db9;
  width: 385px;
  height: 415px;
  border-radius: 15px;
  margin: 2rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.core_values-section h1 {
  margin: auto;
  width: fit-content;
}
.WHY-DASP_reason p {
  margin: 0 auto;
  margin-top: 3rem;
  font-weight: 700;
  color: white;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  align-items: center;
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /*Safari */
  backface-visibility: hidden;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out;
}

.flip-card-front div {
}
.flip-card-front img {
  text-align: center;
}
.flip-card-front h4 {
  vertical-align: center;
  width: 60%;
  margin: auto;
}
/* Style the back side */
.flip-card-back {
  background-color: #b92c00;
  color: white;
  opacity: 0; /* Set initial opacity */
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-card-back-odd {
  background-color: #008db9;
}
.flip-card-back p {
  width: 100%;
  margin: auto;
  padding: 1rem;
  text-align: center;
}
.flip-card:hover .flip-card-front {
  opacity: 0; /* Fade out on hover */
}
.flip-card:hover .flip-card-back {
  opacity: 1; /* Fade in on hover */
}
/* DASP-GETINTOUCH */
.DesignIT-join_us {
  background-color: #b92c00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 7rem 4rem;
  margin-bottom: 5.8rem;
}
.DesignIT-join_us li {
  list-style-type: disc;
  margin-left: 2rem;
}
.DesignIT-join_us li a {
  font-weight: bold;
  color: white;
}
.join-us_text {
  width: 65%;
}
.join-us_link {
  width: 30%;
  text-align: center;
}
.join-us_link a {
  color: #b92c00;
  background-color: white;
  padding: 1rem 4rem;
}

/* Mobile */
@media (max-width: 71.9rem) {
  .WHY-DASP h2 {
    margin: 1rem 0;
    text-align: center;
  }
  .WHY-DASP p {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }
}
@media (max-width: 65.625rem) {
  .DASP-PAGE_header {
    flex-direction: column;
  }
  .DASP-PAGE_header--content {
    width: 100%;
    margin: auto;
  }
  .DASP-PAGE_header--content p {
    text-align: center;
    margin: 2rem auto;
  }
  .DASP-PAGE_header--content a {
    margin: 0 auto 3rem auto;
  }
  .DASP-PAGE_header--image {
    width: 90%;
  }
}

@media (max-width: 58rem) {
  /*/join us mobile*/

  .DesignIT-join_us {
    flex-direction: column;
  }
  .join-us_text {
    width: 90%;
    margin-bottom: 3rem;
  }
  .join-us_text h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .join-us_text p:nth-child(2) {
    margin: 2rem auto;
    text-align: center;
  }
  .join-us_link {
    margin: auto;
    width: unset;
  }

.DASP-PAGE-SKILLS_track_1-images
{
  flex-wrap: unset;
}
}

/* Implementing responsiveness */

@media (max-width: 58rem) {
  /* DesignIT Program */

  .DASP-PAGE-SKILLS_track {
    flex-direction: column;
    padding-bottom: 4rem;
  }
  .DASP-PAGE-SKILLS_track_1 {
    width: 90%;
    margin: auto;
  }
  .DASP-PAGE-SKILLS_track_1 h2 {
    text-align: center;
    margin: 0 0 2rem 0;
  }
  .DesignIT-goal {
    text-align: center;
    margin: auto;
  }
  .DASP-PAGE-SKILLS_track_1-images {
    flex-direction: column;
  }
  .DASP-PAGE-SKILLS_track_1-images > div {
    width: 90%;
    /* margin: 3rem; */
  }
  .DASP-PAGE-SKILLS_track_1-images > div:nth-of-type(2) {
    /* width: 80%; */
    margin: 30px;
  }

  .DASP-PAGE-SKILLS_track_2 {
    width: 82%;
    margin-bottom: 30px;
  }
  .learn-more {
    margin-top: 5rem;
  }

  .DesignIT-join_us {
    padding: 2rem 1rem;
  }
}
