p {
  text-align: justify;
}

h2 {
  overflow: hidden;
}

.IGI-main .s1 {
  margin-top: 10rem;
}

@media only screen and (max-width:992px) {
  .IGI-main .s1 {
    margin-top: 5.5rem;
  }
}

.h1-div {
  overflow: hidden;
}

.IGI-main .s1 h1 {
  margin-bottom: 1rem;
  background: linear-gradient(to right, #540863, #92487A, #E49BA6);
  color: transparent;
  background-clip: text;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: fit-content;
  padding: 0px 0.5rem;
}

.IGI-main .s1 h1::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to right, #540863, #92487A, #E49BA6);
}

/* .IGI-main .s1 h1::after{
    content: "";
    position: absolute;
    height: 10px;
    width: 10%;
    right: -10%;
    bottom: 0px;
    border-bottom: 3px dotted #92487A;
} */

.IGI-main .s2 .boxes {
  background-color: #FDACAC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  text-align: center;
  height: 70px;
  user-select: none;
  border-radius: 6px;
  font-weight: bold;
  position: relative;
  color: #333;

  box-shadow:
    0 5px 0 #d37c7c,
    0 10px 15px rgba(0, 0, 0, 0.25);

  transform: translateY(-3px);
  transition: all 0.25s ease;
  font-weight: 600;
}

.IGI-main .s2 .boxes:hover {
  transform: translateY(-8px) rotateX(10deg);
  box-shadow:
    0 8px 0 #c76b6b,
    0 15px 20px rgba(0, 0, 0, 0.50);
}

.IGI-main .s3 .list-div ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.IGI-main .s3 .list-div ul li {
  margin-bottom: 0.3rem;
}

.IGI-main .s3 .list-div ul li .heading-box {
  background-color: #3291B6;
  display: flex;
  justify-content: space-between;
  padding: 0.7rem;
  border-radius: 5px;
}

.IGI-main .s3 .list-div ul li .heading-box h3 {
  margin-bottom: 0rem;
  color: white;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
}

.IGI-main .s3 .list-div ul li .heading-box .question-btn {
  /* background-color: #333; */
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
}

.IGI-main .s3 .list-div ul li .heading-box .question-btn::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  top: 9px;
  left: 5px;
  background-color: white;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.IGI-main .s3 .list-div ul li .heading-box .question-btn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  top: 9px;
  left: 5px;
  background-color: white;
  transition: all 0.3s ease;
}

.IGI-main .s3 .list-div ul li .question-answer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.IGI-main .s3 .list-div ul li .question-answer.show {
  max-height: 500px;
}

.IGI-main .s3 .list-div ul li .question-answer p {
  margin-bottom: 0rem;
  font-size: clamp(0.9rem, 1.5vw, 0.91rem);
  padding: 0.5rem 1.5rem;
}

.IGI-main .s3 .list-div ul li .question-answer ul {
  list-style-type: disc;
  padding: 0.5rem 0rem;
}

.IGI-main .s4 .list {
  position: relative;
  padding-left: 1.5rem;
}

.IGI-main .s4 .list::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  background-image: url(../img/IGI-page/correct.png);
  height: 30px;
  width: 30px;
  background-position: center;
  background-size: cover;
}

.IGI-main .s4 .list span {
  color: green;
}

.IGI-main .s5 {
  background-color: #FFFCB8;
}

.IGI-main .s5 button {
  border-radius: 0.3rem;
  border: 2px solid #bb8ed04b;
  /* background-color: #ED775A; */
  background-image: linear-gradient(60deg, #3291B6, #BB8ED0);
  padding: 0.5rem 2rem;
  box-shadow: 0px 5px 1px 3px #8b699b,
    0px 10px 10px 2px #8b699b;
  transition: all 0.3s ease;
}

.IGI-main .s5 button a {
  color: white;
  font-weight: 600;
}

.IGI-main .s5 button:active {
  transform: translateY(5px);
  box-shadow: 0px 3px 0px 1px #8b699b,
    0px 5px 5px 2px #8b699b;
}

.IGI-main .s6 .boxes {
  background-color: rgba(242, 154, 174, 50%);
  height: 100%;
  position: relative;
  border-radius: 0.4rem;
  box-shadow: 0px -3px 5px 3px rgba(196, 123, 228, 30%),
    0px 3px 5px 3px rgba(242, 154, 174, 30%);
}

.IGI-main .s6 .boxes span {
  color: white;
  background-color: black;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  left: -20px;
  box-shadow: 4px 3px 10px -3px rgb(32, 32, 32);
  transform: rotateY(15deg) rotateZ(30deg) rotateX(20deg);
  transition: transform 0.5s ease;
}

.IGI-main .s6 .boxes:hover span {
  transform: rotateY(0deg) rotateZ(0deg) rotateX(0deg);
}

.IGI-main .s6 .boxes h3 {
  color: black;
  background-color: rgba(196, 123, 228, 50%);
  margin-bottom: 0px;
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
}

.IGI-main .s6 .boxes p {
  margin-bottom: 0rem;
  padding: 0.3rem 1rem;
}

.IGI-main .s6 .box {
  background-image: linear-gradient(to right, #FEEAC9, #FFCDC9);
  padding: 2rem;
  border-radius: 1.5rem;
}

.IGI-main .s6 .box h3 {
  color: black;
  text-align: center;
}

.IGI-main .s6 .box p {
  font-size: 0.9rem;
  text-align: center;
}

.IGI-main .s6 .box div {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.IGI-main .s6 .box div p {
  margin-bottom: 0px;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  padding-left: 2rem;
  padding-top: 0.6rem;
  width: fit-content;
}

.IGI-main .s6 .box div p span {
  height: 40px;
  width: 30px;
  position: absolute;
  border-bottom: 2px solid #0dcaf0;
  border-left: 2px solid #0dcaf0;
  left: -10px;
  top: -10px;
}

.IGI-main .s7 ul {
  list-style-type: none;
  padding-left: 2.5rem;
}

.IGI-main .s7 ul li {
  position: relative;
  margin: 5px 0px;
  font-size: 0.9rem;
}

.IGI-main .s7 ul li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -30px;
  background-image: url(../img/IGI-page/correct.png);
  height: 30px;
  width: 30px;
  background-position: center;
  background-size: cover;
}

.IGI-main .s8 table,
tr,
td,
th {
  border: 3px solid #0dcaf0;
  /* border-collapse: collapse; */
  margin: auto;
  background-color: #ffe4b4;
}

.IGI-main .s8 table th,
td {
  padding: 0.5rem;
}

.IGI-main .s8 table th {
  background-color: #ffd792;
  text-align: center;
  font-weight: 600;
}

.IGI-main .s8 table td {
  text-align: justify;
  font-size: 0.92rem;
}

.IGI-main .s9 {
  background-color: #EBF4DD;
}

.IGI-main .s9 .boxes {
  color: white;
  text-align: center;
  font-weight: 600;
  /* text-shadow: 1px 1px 5px rgba(255, 90, 90, 100%); */
  padding: 0.8rem 0.3rem;
  border-radius: 0.5rem;
  box-shadow: inset 0px -3px 5px 2px rgba(255, 90, 90, 30%),
    4px 4px 5px -3px rgba(255, 90, 90, 100%);
  position: relative;
  overflow: hidden;
  background-color: #3B4953;
}

.IGI-main .s9 .boxes::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: -9px;
  top: -3%;
  background-color: rgba(255, 90, 90, 70%);
  box-shadow: 0px 3px 10px -1px black;
  backdrop-filter: blur(5px);
  z-index: 3;
}

.IGI-main .s9 .boxes::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 50%;
  /* background-color: rgba(255, 255, 255, 30%); */
  box-shadow: inset 0px 0px 30px 2px rgba(255, 255, 255, 20%),
    inset 0px 0px 60px 2px rgba(255, 255, 255, 20%),
    5px 0px 8px 2px rgba(255, 255, 255, 13%),
    15px 3px 9px 2px rgba(255, 255, 255, 12%),
    25px -3px 10px 2px rgba(255, 255, 255, 10%);
  filter: blur(5px);
  left: 0%;
  top: 0%;
  rotate: 4deg;
  z-index: 2;
}

.IGI-main .s9 .text-box {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 1rem;
}

.IGI-main .s9 .text-box p {
  color: white;
  margin-bottom: 0px;
  position: relative;
  padding-left: 3.5rem;
  color: rgba(255, 90, 90, 90%);
}

.IGI-main .s9 .text-box p span {
  border-bottom: 2px solid rgba(255, 90, 90, 50%);
  border-left: 2px solid rgba(255, 90, 90, 50%);
  width: 50px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: -50%;
}

.IGI-main .s11 .boxes {
  background-color: #F29AAE;
  position: relative;
  padding: 0.5rem 2.7rem;
  /* height: 60px; */
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-weight: 600;
  overflow: hidden;
  border: 2px solid #C47BE4;
}

.IGI-main .s11 .boxes::first-letter {
  color: #fffdff;
  font-weight: 900;
}

.IGI-main .s11 .boxes::before {
  content: "";
  position: absolute;
  background-color: #C47BE4;
  height: 70px;
  width: 70px;
  left: -45px;
  rotate: 45deg;
  box-shadow: 5px 5px 5px 4px #c26077;
  border-radius: 15px;
  transition: box-shadow 0.5s ease-in-out;
}

.IGI-main .s11 .boxes::after {
  content: "";
  position: absolute;
  background-color: #C47BE4;
  height: 70px;
  width: 70px;
  right: -45px;
  rotate: 45deg;
  box-shadow: -5px -5px 5px 4px #c26077;
  border-radius: 15px;
  transition: box-shadow 0.5s ease-in-out;
}

.IGI-main .s11 .boxes:hover::before {
  box-shadow: -5px -5px 5px 4px #c26077;
}

.IGI-main .s11 .boxes:hover::after {
  box-shadow: 5px 5px 5px 4px #c26077;
}

.IGI-main .s12 ul {
  list-style-type: none;
  padding-left: 2.5rem;
}

.IGI-main .s12 ul li {
  position: relative;
  padding-left: 1.4rem;
  margin: 0.3rem 0rem;
  font-size: 0.9rem;
}

.IGI-main .s12 ul li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  background-image: url(../img/IGI-page/correct.png);
  height: 30px;
  width: 30px;
  background-position: center;
  background-size: cover;
}

.IGI-main .s13 .list-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.IGI-main .s13 .list-box ul {
  width: fit-content;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* .IGI-main .s13 .list-box ul li{
    margin: 0.5rem 0rem;
} */

.IGI-main .s13 .list-box ul li .s13-questions {
  background-color: #D6F4ED;
  padding: 1rem;
  border-radius: 7px;
  cursor: pointer;
  margin: 0.5rem;
  border: 2px solid transparent;
  user-select: none;
  font-size: 1.1rem !important;
  transition: all 0.3s ease;
}

.IGI-main .s13 .list-box ul li .s13-questions:hover {
  border: 2px solid #D6F4ED;
  background-color: #0dcaf0;
  color: white;
}

.IGI-main .s13 .list-box ul li .s13-answers {
  padding: 0px 3rem;
  margin-bottom: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.IGI-main .s13 .list-box ul li .s13-answers.show {
  max-height: 500px;
}

.IGI-main .s13 a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}