#preload
{
  display: none;
  width: 100vw;
}

.custom-shape-divider-top-1638111828 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1638111828 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.ourprog {
  background: rgb(64, 65, 66);
}

.custom-shape-divider-top-1638111828 .shape-fill {
  fill: white;
}

.ourprog-content {
  padding: 100px 0px;
  width: 100%;
}

.ourprog-content h1 {
  font-family: Avenir LT Std;
  font-style: normal;
  font-weight: 750;
  font-size: clamp(20px, 5vw, 36px);
  color: white;
  line-height: 94.19%;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 125px;
}

.progcontainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(300px, 100%/2), 1fr));
  /* padding: 30px; */
  justify-items: center;
  margin: 5vw 0px;
}

.progcontainer div {
  padding: 0px;
  margin: 30px 0px;
  z-index: 3;
}

#p1 {
  position: relative;
}

#p2 {
  position: relative;
}

#p1::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  left: 45%;
  top: 0;
  background: #ffa319;
  border-radius: 226px;
  z-index: 0;
}

#p2::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  left: 45%;
  background: #ffa319;
  border-radius: 226px;
  z-index: 0;
}

.proglabel {
  will-change: transform, opacity;
  width: 90%;
  height: 650px;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

.progimg {
  will-change: transform, opacity;
  border-radius: 70px;
  width: min(85%, 600px);
  height: 80vh;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

#p1 .progcontainer .progimg:nth-of-type(1):hover {
  background-image: url("../img/programs/programs_01hover.jpg") !important;
}
#p1 .progcontainer .progimg:nth-of-type(3):hover {
  background-image:url('../img/programs/programs_02hover.jpg') !important;
}
#p1 .progcontainer .progimg:nth-of-type(5):hover {
  background-image:url('../img/programs/programs_03hover.jpg') !important
}
#p1 .progcontainer .progimg:nth-of-type(7):hover {
  background-image:url('../img/programs/programs_04hover.jpg') !important;
}
#p2 .progcontainer .progimg:nth-of-type(1):hover {
  background-image:url('../img/programs/programs_04hover_1.jpg') !important;
}
#p2 .progcontainer .progimg:nth-of-type(3):hover {
  background-image:url('../img/programs/programs_07hover.jpg') !important;
}
#p2 .progcontainer .progimg:nth-of-type(5):hover {
  background-image:url('../img/programs/programs_08hover.jpg') !important;
}
#p2 .progcontainer .progimg:nth-of-type(7):hover {
  background-image:url('../img/programs/programs_10hover.jpg') !important;
}

.reach {
  /* width:100%; */
  /* height: 177vh; */
  margin: 5rem 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;

}

.reach img {
  width: auto;
  height: 80vh;
}

.reach p {
  font-family: Roboto;
  font-weight: normal;
  font-size: clamp(13px, 5vw, 24px);
  letter-spacing: 0.135em;
  font-style: normal;
  color: white;
  text-transform: capitalize;
  text-align: center;
  width: 75%;
  padding: clamp(0px, 5vw, 25px);
  line-height: 43px;
}

@media screen and (min-width: 721px) {
  .progcontainer {
    grid-auto-flow: dense;
  }

  .proglabel:nth-of-type(4n + 2) {
    grid-column: 1;
  }
  .progimg:nth-of-type(4n + 1) {
    grid-column: 2;
  }
}

@media screen and (max-width: 720px) {
  .progcontainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(200px, 100%/1), 1fr));
    padding: 0px;
    justify-items: center;
  }

  .progcontainer div {
    padding: 0px;
    margin: 30px;
    z-index: 1;
  }

  .proglabel {
    width: 90%;
    height: 85vw;
  }

  .progimg {
    border-radius: 85px;
    background-size: cover;
    width: min(365px, 90%);
    height: 500px;
  }
  
  .reach img {
    width: 80vw;
    height: auto;
  }

  #p1::before {
    content: "";
    position: absolute;
    width: 10%;
    /* height: 1000px; */
    left: 3%;
    /* top: 182px; */
    background: #ffa319;
    border-radius: 226px;
    z-index: 0;
  }

  #p2::before {
    content: "";
    position: absolute;
    width: 10%;
    height: 100%;
    left: 3%;
    background: #ffa319;
    border-radius: 226px;
    z-index: 0;
    /* bottom: 200px; */
  }
}
