.home-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  font-family: "Hind", sans-serif;
}
.home-container {
  max-width: 1540px;
  background: #f9fafa;
  margin-left: auto;
  margin-right: auto;
  height: 410px;
  width: 100%;
  font-family: "Hind", sans-serif;
}
.home-top {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  padding: 20px;
  align-items: flex-start;
  justify-content: center;
}
.home-top .left {
  flex: 2;
}
.home-top .left span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  height: 16px;
}
.home-top .left h1 {
  margin-top: 60px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-align: left;
}
.home-top .left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.home-top .left .manager p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
}
.home-top .left .manager .manager-details {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-top .left .manager .manager-details img {
  height: 32px;
  width: 32px;
}
.home-top .left .manager .manager-details p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.home-top .right .card {
  flex: 1;
  background-color: #ffffff;
  height: 456px;
  width: 416px;
  box-shadow: 0px 8px 16px 0px #1a202914;
  overflow: hidden;
}

.home-top .right .card .card-top {
  width: 100%;
  height: 80px;
  padding: 24px 24px 16px 24px;
  background-color: #434c59;
  color: #ffffff;
}
.card .card-top p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.card .card-top span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  opacity: 60%;
  margin: 0;
  position: relative;
  top: -3px;
}
.card .card-bottom {
  width: 100%;
  height: 256px;
  background-color: #ffffff;
  padding: 16px 24px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card .card-bottom .item {
  display: flex;
  gap: 16px;
  height: 48px;
  align-items: center;
}
.card .card-bottom .item .image {
  background-color: #e6e8ec;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card .card-bottom .item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}
.card .card-end {
  width: 100%;
  height: 120px;
  background-color: #f9fafa;
  padding: 16px 24px 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card .card-end .left p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.card .card-end .left span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.card .card-end .right {
  display: flex;
  width: 175px;
  max-width: 176px;
  height: 72px;
  border: 1px solid #434c59;
  border-radius: 4px;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  color: #212529;
}
.card .card-end .right:hover {
  color: #212529;
  text-decoration: none
}
.card .card-end .right .start {
  display: flex;
  flex-direction: column;
  motion: 0;
  padding: 0;
}
.card .card-end .right .start .enroll {
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.card .card-end .right .start .start {
  motion: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.card .card-end .right i {
  color: #929394;
  width: 18px;
  font-size: 25px;
  margin-right: 7px;
}
/* Bottom Section Stars */
.home-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  font-family: "Hind", sans-serif;
}
.home-bottom {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  align-items: flex-start;
  justify-content: center;
}
.home-bottom .left {
  flex: 2;
  padding: 20px;
}
.home-bottom .left h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 10px;
}
.home-bottom .left .skills {
  width: 100%;
  display: flex;
  gap: 8px;
  max-width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.home-bottom .left .skills span {
  background-color: #e6e8ec;
  height: 32px;
  padding: 8px 12px 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.home-bottom .left .skills-bottom {
  padding-top: 10px;
}
.home-bottom .left .skills-bottom h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1a2029;
}
.home-bottom .left .skills-bottom p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.home-bottom .left .skills-bottom .key-points {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.key-points .key-points-item .heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.key-points .key-points-item .heading img {
  width: 20px;
  height: 20px;
}
.key-points .key-points-item .heading p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}
.key-points .key-points-item > p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 28px;
}

/* DropDown Section Starts */
.home-bottom .left .skills-bottom .drop-downs {
  margin-top: 20px;
}
.home-bottom .left .skills-bottom .drop-downs h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1a2029;
}
.home-bottom .left .skills-bottom .drop-downs .dropdown-container {
  width: 100%;
}
.d-drop .d-drop-item {
  width: 100%;
  border-left: 2px solid #434c59;
  background-color: #f9fafa;
  margin: 10px 0px;
}
.d-drop .d-drop-item .d-drop-link {
  height: 80px;
  width: 100%;
  text-decoration: none;
  color: black;
}
.d-drop .d-drop-item .d-drop-link .d-drop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  height: 80px;
}
.d-drop .d-drop-item .d-drop-link .d-drop-header .d-drop-h-left p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.d-drop .d-drop-item .d-drop-link .d-drop-header .d-drop-h-left span {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 60%;
}
.d-drop .d-drop-item .d-drop-link .d-drop-header .d-drop-h-right i {
  margin: 0;
  padding: 0;
  font-size: 15px;
  margin-right: 10px;
}
.dynamic_events1{
  font-family: "Hind", sans-serif !important;

}
.d-drop .d-drop-item .d-drop-link .d-drop-header .d-drop-h-right .arr-cancel {
  display: none;
}
.d-drop .d-drop-item .d-drop-area {
  overflow: hidden;
  height: 0px;
  transition: 0.3s ease all;
}
.fa-solid.fa-xmark.crossarrow-cross-program{
display: none;
}
.d-drop-item.open .d-drop-area {
  height: fit-content;
  padding: 10px;
}
.d-drop-item.open .fa-solid.fa-xmark.crossarrow-cross-program {
  display: inline;
}
.d-drop-item.open .arr-down {
  display: none;
}
.d-drop .d-drop-item.open .arr-cancel {
  display: flex;
}
/* Second Drop Content */
.second-drop-content {
  width: 100%;
}
.second-drop-content .second-drop-skils {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.second-drop-content .second-drop-skils span {
  background-color: #e6e8ec;
  padding: 8px 12px 8px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.second-drop-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0px;
}
.second-drop-content .second-drop-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.second-drop-point-item {
  display: flex;
  gap: 8px;
}
.second-drop-point-item .start img {
  width: 20px;
  height: 20px;
}
.second-drop-point-item .end p {
  padding: 0;
  margin: 0;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px;
}
.second-drop-point-item .end span {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.home-bottom .right {
  flex: 1;
  padding: 20px;
}
.take-me-this {
  color: #715d47;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  .home-bottom-wrapper {
    margin-top: 60px;
  }
  .home-bottom .right {
    display: none;
  }
  .home-container {
    height: auto;
  }
  .home-top .left h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
}

@media only screen and (max-width: 800px) {
  .home-top {
    display: block;
    width: 100%;
    flex-direction: column;
  }
  .home-top .right {
    width: 100% !important;
  }
  .home-top .right .card {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
  }
  .take-me-this {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .home-top {
    padding: 10px;
  }
  .home-bottom .left .skills-bottom .key-points {
    grid-template-columns: repeat(1, 1fr);
  }
  .second-drop-content .second-drop-points {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-bottom .left {
    flex: 2;
    padding: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .home-top .left h1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
    text-align: left;
  }
  .home-top .left p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
  }
  .home-top .left .manager p {
    font-size: 1rem;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .home-top .left .manager .manager-details img {
    height: 48px;
    width: 48px;
  }
  .home-top .left .manager .manager-details p {
    font-size: 1rem;
    line-height: 16px;
  }

  .card .card-top {
    height: 90px !important;
  }
  .card .card-top p {
    font-size: 16px;
    line-height: 16px;
  }
  .card .card-top span {
    padding: 0;
    margin: 0;
    font-size: 13px;
    margin-top: 8px !important;
    line-height: 1;
    display: inline-block;
  }

  .home-top .right .card .card-top {
    padding: 16px 24px 16px 24px;
  }
  .card .card-bottom {
    padding: 16px 24px 16px 24px;
  }

  .card .card-bottom .item .image {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .card .card-bottom .item .image {
    width: 48px;
    height: 48px;
  }
  .home-bottom .left h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 10px;
  }
  .card .card-end .left p {
    font-size: 1rem;
    line-height: 18px;
  }
  .card .card-end .left span {
    font-size: 15px;
  }
  .card .card-end .right {
    display: flex;
    max-width: 155px;
    height: 56px;
    border: 1px solid #434c59;
    border-radius: 4px;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
  }
  .card .card-end .right .start {
    display: flex;
    flex-direction: column;
    motion: 0;
    padding: 0;
  }
  .card .card-end .right .start .enroll {
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }
  .card .card-end .right .start .start {
    motion: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 16px;
  }
  .card .card-end .right i {
    color: #929394;
    width: 18px;
    font-size: 23px;
    margin-right: 7px;
  }
  .home-bottom-wrapper {
    margin-top: 5px;
  }
  .home-bottom .left h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 16px;
    padding-top: 10px;
  }
  .home-bottom .left .skills span {
    font-size: 13px;
  }
  .home-bottom .left .skills-bottom h6 {
    font-size: 17px;
    line-height: 16px;
  }
  .home-bottom .left .skills-bottom p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
  }
  .key-points .key-points-item .heading img {
    width: 20px;
    height: 20px;
  }
  .key-points .key-points-item .heading p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 1px;
    line-height: 17px;
  }
  .home-bottom .left .skills-bottom .drop-downs h6 {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
  }
  .d-drop .d-drop-item .d-drop-link .d-drop-header .d-drop-h-left p {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
  }
  .d-drop .d-drop-item .d-drop-link .d-drop-header .d-drop-h-left span {
    font-weight: 400;
    font-size: 14px;
  }
  .d-drop .d-drop-item .d-drop-link .d-drop-header .d-drop-h-right i {
    padding: 0;
    font-size: 13px;
    margin-bottom: 32px;
  }
  .second-drop-content p {
    line-height: 16px;
  }
  .second-drop-content .second-drop-points {
    gap: 10px;
  }
  .second-drop-point-item .start img {
    width: 17px;
    height: 17px;
  }
  .second-drop-point-item .end p {
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 16px;
    margin-top: 2px;
  }
  .second-drop-point-item .end span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .second-drop-point-item .start img {
    width: 18px;
    height: 18px;
  }
}
