* {
  padding: 0;
  margin: 0;
}
.container-fluid {
  padding: 0;
}
.deiWrapper {
  /* background-image: url(/cisiweb2/image/aboutus/dei/people.jpeg);
  background-size: cover;
  background-repeat: no-repeat; */
}

.section-header {
  /* background-image: url(/cisiweb2/image/aboutus/dei/multicolored.jpeg); */
  /* position: relative;
  height: 600px; */
  width: 77%;
  margin: 0 auto;
}
.section-header .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-header .row .col-md-6 {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.header-block {
  display: flex;
  /* padding-block: 181px 206px; */
  justify-content: center;
  /* width: 45%; */
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 40px;
  background-color: white;
  padding: 40px 40px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  margin: 0px;
}
.header-block .headline {
  /* max-width: 46%; */
  background: linear-gradient(60deg, #673e96 25%, #e13a3e, #e07900 90%);
  background-clip: text;
  padding-bottom: 0.04em;
  margin-bottom: -0.04em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 73px;
  font-weight: 700;
  /* margin-top: 80px; */
  text-align: center;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}
.header-block .headline-text {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0.007em;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  text-align: center;
}
.section-two {
  margin-top: 125px;
  margin-bottom: 100px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.section-two .contentBlock {
  border-radius: 40px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 3px 10px rgb(173 173 173);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contentBlock h2 {
  color: black;
  font-weight: 400;
  font-size: 35px;
}
.contentBlock p {
  color: #717171;
}
a.btnLink {
  /* background: linear-gradient(60deg, #673e96 25%, #e13a3e, #e07900 90%); */
  display: inline-block;
  padding: 10px 20px;
  background-color: #2b262f;
  color: white;
  font-size: 16px;
  border: none;
  /* clip-path: polygon(0 0, 85% 0, 100% 40%, 100% 100%, 0% 100%, 0% 0); */
  outline: none;
  cursor: pointer;
  border-radius: 15px;
}
.section-two .row {
  display: flex;
  gap: 25px;
}

/* slider */
.sliderBlock {
  width: 80%;
  margin: 0 auto;
}
.swiper {
  width: 100% !important;
  margin-top: 20px;
}

.swiper-button-prev {
  left: -25px;
  color: #000000;
}

.swiper-button-next {
  right: -25px;
  color: #000000;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.swiper-pagination-bullet {
  background: #fff;
}
.courseBlock {
  display: inline-block;
  background: #fff;
  padding: 0px;
  border-radius: 20px;
  width: calc(33% - 20px);
  vertical-align: top;
  position: relative;
}

.courseImg {
  border-radius: 19px 19px 0px 0px;
}

.courseImg.courseMatchHeight img {
  border-radius: 19px 19px 0px 0px;
}

.courseTitle {
  padding: 10px 20px 55px;
  width: 100% !important;
  max-width: 100%;
}

.courseTitle h3 {
  /* font-family: "Orbitron"; */
  font-size: 20px;
  color: #0c214c;
  margin-bottom: 4px;
  margin-top: 10px;
}

.courseTitle p {
  color: #717171;
  line-height: normal;
  font-size: 13px;
}
.courseBlock .fas {
  font-size: 20px;
  margin-right: 10px;
}
.courseList {
  margin-top: 30px;
  vertical-align: top;
}
.courseBlock .btn-primary,
.getStartedBlock .btn-primary {
  font-size: 13px;
  padding: 10px;
  background: #2b262f;
  border-color: #2b262f;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.courseBlock .btn-primary:hover {
  background: #717171;
  border-color: #717171;
}

.modal-body div.col-sm-5.matchHeight > div {
  height: 65vh;
}

.glitch {
  font-family: sans-serif;
  color: #fff;
  position: relative;
  margin: 0;
}

.glitch::after,
.glitch::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.glitch::after {
  text-shadow: -2px 2px #4c074a;
  left: -2px;
  animation: anim1 1s infinite linear alternate-reverse;
}

.glitch::before {
  text-shadow: 2px -2px #15a4a2;
  left: 2px;
  animation: anim2 1s infinite linear alternate-reverse;
}
.introFlex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.introFlex img {
  width: 170px;
  margin: 15px 50px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .glitch {
    font-size: 75px;
  }
}

@media (min-width: 992px) {
  .glitch {
    font-size: 150px;
  }
}

@keyframes anim1 {
  0%,
  9% {
    clip-path: inset(14% 0% 23% 0%);
  }

  10%,
  19% {
    clip-path: inset(11% 0% 2% 0%);
  }

  20%,
  29% {
    clip-path: inset(43% 0% 53% 0%);
  }

  30%,
  39% {
    clip-path: inset(21% 0% 33% 0%);
  }

  40%,
  49% {
    clip-path: inset(24% 0% 3% 0%);
  }

  50%,
  59% {
    clip-path: inset(12% 0% 13% 0%);
  }

  60%,
  69% {
    clip-path: inset(13% 0% 11% 0%);
  }

  70%,
  79% {
    clip-path: inset(44% 0% 23% 0%);
  }

  80%,
  89% {
    clip-path: inset(14% 0% 93% 0%);
  }

  90%,
  99% {
    clip-path: inset(22% 0% 13% 0%);
  }

  100% {
    clip-path: inset(33% 0% 23% 0%);
  }
}

@keyframes anim2 {
  0%,
  9% {
    clip-path: inset(23% 0% 25% 0%);
  }

  10%,
  19% {
    clip-path: inset(21% 0% 53% 0%);
  }

  20%,
  29% {
    clip-path: inset(55% 0% 53% 0%);
  }

  30%,
  39% {
    clip-path: inset(62% 0% 21% 0%);
  }

  40%,
  49% {
    clip-path: inset(31% 0% 32% 0%);
  }

  50%,
  59% {
    clip-path: inset(32% 0% 73% 0%);
  }

  60%,
  69% {
    clip-path: inset(64% 0% 22% 0%);
  }

  70%,
  79% {
    clip-path: inset(31% 0% 6% 0%);
  }

  80%,
  89% {
    clip-path: inset(64% 0% 52% 0%);
  }

  90%,
  99% {
    clip-path: inset(48% 0% 41% 0%);
  }

  100% {
    clip-path: inset(92% 0% 1% 0%);
  }
}

.platformStamp {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 0px 6px;
  border-radius: 200px;
  font-weight: 800;
  height: 28px;
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  align-items: center;
  width: auto;
  justify-content: center;
}
.platformStamp img {
  height: 16px;
}

.courseListFromAPI .courseTitle .courseDescription {
  color: #717171;
  line-height: normal;
  font-size: 13px;
  line-height: 1.3em;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.courseListFromAPI .courseTitle h3 {
  /* font-family: "Orbitron"; */
  font-size: 18px;
  color: #2b262f;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
}

.courseListFromAPI .courseTitle {
  height: 300px;
}
.courseDescription p {
  margin: 0;
}

.courseListFromAPI .courseImg {
  height: 170px;
}
.courseListFromAPI .courseImg.courseMatchHeight img {
  border-radius: 19px 19px 0px 0px;
  height: 100%;
  width: 100%;
}

.loading-animation {
  overflow: hidden;
  background: #d0d0d0;
}

.loading-animation::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  animation: loading 1s infinite;
  background: linear-gradient(to right, transparent, #d9d9d9, transparent);
}
.accordion-flush .accordion-item {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.accordion-header button {
  color: #000000;
}
.accordion-button:not(.collapsed) {
  color: #000000 !important;
}
.accordion-button {
  color: #000000 !important;
}
@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.loadingSkeleton {
  width: 300px;
  display: flex;
  flex-direction: column;
}

.Skeleton--header {
  height: 170px;
  border-radius: 19px 19px 0px 0px;
}

.Skeleton--Body {
  height: 300px;
  border-radius: 0px 0px 19px 19px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.Skeleton--title {
  height: 30px;
  margin: 20px;
  border-radius: 20px;
}

.Skeleton--btn {
  height: 40px;
  margin: 20px;
  border-radius: 20px;
}

.Skeleton--description span {
  display: block;
  height: 20px;
  margin: 20px;
  border-radius: 20px;
}
.section-three {
  background: #e8e8ed;
  padding: 139px 0 145px;
}
.head-text h1 {
  font-size: 48px;
  line-height: 1.0625;
  font-weight: 400;
  color: black;
  text-align: center;
  letter-spacing: -0.009em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.head-text p {
  text-align: center;
  font-size: 22px;
  line-height: 1.3334133333;
  font-weight: 400;
  /* letter-spacing: 0.009em; */
  /* font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
    sans-serif; */
  /* margin-top: 20px; */
  width: 70%;
  margin: 25px auto;
}
.section-four {
  padding: 100px 0;
}
.section-four h2 {
  font-size: 48px;
  line-height: 1.0625;
  font-weight: 400;
  color: black;
  text-align: center;
  letter-spacing: -0.009em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.section-four p {
  color: #616161;
  text-align: left;
  font-size: 19px;
  line-height: 1.381002381;
  font-weight: 400;
  /* letter-spacing: 0.009em; */
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  margin-top: 35px;
}

.section-four a{
  font-weight: 700;
  /* text-decoration: underline; */
}
h2.secondHeading {
  margin-top: 50px;
  font-size: 33px;
  /* width: 25%; */
}
.innerBlock {
  /* display: flex; */
  border-top: 2px solid #e8e8ed;
  margin-top: 0px;
}
.accordion-button:not(.collapsed) {
  padding-top: 25px !important;
}
.rightBlock {
  /* width: 75%; */
}
.rightBlock p,
.rightBlock ul {
  margin-left: 0px;
  text-align: left;
}
.rightBlock li {
  font-size: 19px;
  list-style: none;
  margin-top: 15px;
}
.rightBlock li {
  list-style-type: "✓";
}
.rowOne {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  margin-left: 90px;
  justify-content: flex-start;
}

span.yellowBg {
  color: #ffffff;
  font-size: 20px;
  background-color: orange;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    rgba(131, 58, 180, 1) 0%,
    rgba(253, 29, 29, 1) 50%,
    rgba(252, 176, 69, 1) 100%
  );
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.52);
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.52);
}

.rowOne p {
  padding-left: 35px;
  margin: 0;
  width: 88%;
  text-align: left;
  line-height: 1.25;
  font-size: 19px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.listBlocks {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .header-block .headline {
    font-size: 63px;
  }
}
@media (max-width: 1400px) {
  .header-block .headline {
    font-size: 60px;
  }
  .header-block .headline-text {
    font-size: 24px;
  }
  .section-two {
    width: 90%;
  }
}
@media (max-width: 1300px) {
  .section-header {
    width: 87%;
  }
  .header-block .headline {
    font-size: 56px;
  }
  .header-block .headline-text {
    font-size: 21px;
  }
}
@media (max-width: 1100px) {
  .header-block .headline {
    font-size: 42px;
  }
  .header-block .headline-text {
    font-size: 16px;
  }
  .header-block {
    gap: 40px;
  }
  .section-two .row {
    display: flex;
    gap: 0px;
  }
  .rightBlock p,
  .rightBlock ul {
    margin-left: 0px;
  }
  .rowOne {
    margin-left: 25px;
  }
}
@media (max-width: 800px) {
  .introFlex {
    flex-direction: column-reverse;
    align-items: center;
  }
  .section-header .row .col-md-6 {
    width: 50%;
  }
  .header-block {
    gap: 15px;
  }

  .header-block .headline-text {
    font-size: 16px;
  }
  .section-two .row {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .section-header .row {
    flex-direction: column-reverse;
  }
  .section-header .row .col-md-6 img {
    width: 60%;
  }
  .section-header .row .col-md-6 {
    width: 100%;
  }
  .header-block .headline {
    font-size: 36px;
  }
  .section-two {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .head-text p {
    font-size: 20px;
    width: 80%;
  }
  .courseTitle p {
    font-size: 13px;
  }
  .courseBlock .btn-primary,
  .getStartedBlock .btn-primary {
    font-size: 12px;
  }
  .courseListFromAPI .courseTitle h3 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .section-header .row .col-md-6 img {
    width: 90%;
  }
  .header-block {
    padding: 2px 15px;
  }
  .head-text p {
    font-size: 14px;
  }
  .section-four p {
    font-size: 14px;
  }
  span.yellowBg {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
  .rowOne p {
    font-size: 14px;
  }
  .rowOne {
    margin-left: 10px;
  }
  .section-three {
    padding: 60px 0 145px;
  }
  .accordianA .container {
    width: 90% !important;
  }
  .accordion-button {
    font-size: 18px !important;
  }
}
