#pages {
  background: transparent;
  margin-top: -117px;
  z-index: 99;
  position: absolute;
  width: 100%;
}

@mixin mQ($rem) {
  @media screen and (min-width: $rem) {
    @content;
  }
}

.card-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50em;
  margin-inline: auto;
  gap: 3.25rem;
  position: relative;
  z-index: 10;
  align-items: center;
  padding: 5em 0;
}

.card-abstract {
  position: relative;
  z-index: 555;
  max-width: 38rem;
  min-height: 12rem;
  width: 90%;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0.063em 0.75em 1.563em rgb(0 0 0 / 78%);
  border-radius: 1rem;
}



/* .card-header .card-body {
    width: 100%;
    padding: 0.7em 2em 0.5em 2em;
    text-align: left;
}


.card-body .icon {
    width: 3rem;
} */



.card-body div h3 {
  text-align: left;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.035em;
  margin-top: 0.625em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.card-body div p {
  text-align: left;
  color: #cccccc;
  font-size: 1.5rem;
  letter-spacing: 0.031rem;
}

.card-section .card-body {
  display: flex;
  text-align: unset;
}



.blue {
  background: radial-gradient(ellipse at left top,
      #00458f8f 0%,
      #151419 45%,
      #151419 100%);
  opacity: 0.95;
  transition: opacity 0.25s ease-in;
}

.green {
  background: radial-gradient(ellipse at right top,
      #107667ed 0%,
      #151419 47%,
      #151419 100%);
  opacity: 0.95;
  transition: opacity 0.25s ease-in;
}

.red {
  background: radial-gradient(ellipse at right top, #007bff9e 0%, #151419 47%, #151419 100%);
  opacity: 0.95;
  transition: opacity 0.25s ease-in;
}








.coupon {
  /* width: 326px; */
  height: 120px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  margin: auto;
  /* filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5)); */
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #2196F3, #066ac1);
}

.coupon::before,
.coupon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

/* .coupon::before {
  left: 0;
  background-image: radial-gradient(
    circle at 0 50%,
    transparent 25px,
    gold 26px
  );
} */

.coupon::before {
  left: 0;
  background-image: radial-gradient(circle at 0 50%,
      #fff 25px,
      #fff 26px);
}

.coupon::after {
  right: 0;
  background-image: radial-gradient(circle at 100% 50%,
      #fff 25px,
      #fff 26px);
}

.coupon>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.left {
  width: 20%;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
  background: linear-gradient(176deg, #03A9F4, #2196F3);
  color: #fff;
}

.left div {
  text-transform: none;
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: bold;
}

.center {
  flex-grow: 1;
  text-align: center;
}

.right {
  width: 120px;
  background-image: radial-gradient(circle at 100% 50%,
      transparent 25px,
      #fff 26px);
}

.right div {
  font-size: 2.5rem;
  font-weight: 400;
  transform: rotate(-90deg);
}

.icon {
  background: #fff;
  padding: 18px;
  border-radius: 44px;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #39aeb0;
  width: 6px;
  height: 12px;
  color: #0a8385;
}

.center h2 {
  background: #000;
  color: gold;
  padding: 0 10px;
  font-size: 2.15rem;
  white-space: nowrap;
}

.center h3 {
  font-size: 17px;
  color: #f0f8ff;
  text-align: left;
  padding-left: 6px;
}

.center small {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
  color: #fff;
  padding-left: 6px;
}

@media screen and (max-width: 768px) {


  .coupon h3 {
    font-size: 20px;
    /* Adjust font size for heading */
  }

  .coupon small {
    font-size: 12px;
    /* Adjust font size for date */
  }
}


@media (max-width: 896px) {


  .card-abstractlist,
  .card-abstractlist2 {
    flex-direction: column;
    height: 1117px !important;

  }

  .card-abstractlist .image-box {
    width: 92% !important;
    height: 115px !important;
    border-radius: 8px !important;
  }

  .card-abstractlist2 .image-box {
    width: 92% !important;
    height: 115px !important;
    border-radius: 8px !important;
  }

  .card-abstractlist .content .text strong {
    font-size: 15px !important;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: left !important;
  }

  .card-abstractlist2 .content .text strong {
    font-size: 15px !important;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: left !important;
  }

  .sp-chair {
    border: none !important;
  }

}

@media screen and (min-width: 2560px) and (min-height: 1440px) {

  .card-abstractlist,
  .card-abstractlist2 {
    height: 545px !important;
  }

  .card-abstractlist .content .text strong {
    font-size: 26px !important;
  }

  .card-abstractlist2 .content .text strong {
    font-size: 26px !important;
  }

  .card-abstractlist .image-box {
    flex-shrink: 0;
    width: 297px !important;
  }
    .card-abstractlist2 .image-box {
    flex-shrink: 0;
    width: 297px !important;
  }
  .text .ps_title {
    font-size: 2.5rem !important;
  }

  .card-abstractlist .content .text p {
    font-size: 1.4rem !important;
  }

  .card-abstractlist2 .content .text p {
    font-size: 1.4rem !important;
  }

  .sp-chair span {
    color: #fe214f;
    font-size: 1.7rem !important;
  }

  .card-abstractlist .content .text p {
    font-size: 1.5rem !important;
}

  .card-abstractlist2 .content .text p {
    font-size: 1.5rem !important;
}

.sp-chair small {
    margin: 0 !important;
    font-size: 1.4rem !important;
    font-weight: 100;
}

}



/* @media screen and (max-width:500px){
  .coupon {
    display:grid;
    grid-template-columns:1fr;
  }
  .left div {
    transform: rotate(0deg);
  }
  .right div {
    transform: rotate(0deg);
    
  }
} */



.card-abstractlist {
  display: flex;
  align-items: center;
  position: relative;
  margin: 25px auto;
  border-radius: 8px;
  color: white;
  overflow: hidden;
  width: 85%;
  height: 390px;
  /* max-width: 1260px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-abstractlist::after {
  content: "";
  position: absolute;
  right: -49px;
  top: -28%;
  transform: translateY(-15%) rotate(60deg);
  width: 136px;
  height: 135px;
  background-color: #d2e3f714;
  z-index: 1;
  border-radius: 24px;
}

.card-abstractlist .image-box {
  flex-shrink: 0;
  width: 226px;
  height: 97%;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin: 7px;
  border: 1px solid #073669;
}

.card-abstractlist .content {
  padding: 20px;
  flex: 1;
  z-index: 2;
}

.card-abstractlist .content .emoji {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.card-abstractlist .content .text strong {
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}

.card-abstractlist .content .text p {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.5;
}

.content .text {
  text-align: justify;
}

.text .ps_title {
  background: #0753a7;
  width: 133px;
  padding: 5px;
  padding-left: 7px;
  font-weight: 500;
}

/* Card Colors */
/* .card-abstractlist.red {
  background-color: #f84f5f;
}

.card-abstractlist.teal {
  background-color: #36bdbd;
}

.card-abstractlist.navy {
  background-color: #15264b;
}

.card-abstractlist.orange {
  background-color: #f76b1c;
} */



.card-abstractlist2 {
  display: flex;
  align-items: center;
  position: relative;
  margin: 25px auto;
  border-radius: 8px;
  color: white;
  overflow: hidden;
  width: 85%;
  height: 390px;
  /* max-width: 1260px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-abstractlist2::after {
  content: "";
  position: absolute;
  right: -49px;
  top: -28%;
  transform: translateY(-53%) rotate(44deg);
  width: 136px;
  height: 135px;
  background-color: #d2e3f714;
  z-index: 1;
  border-radius: 24px;

  /* content: "";
  position: absolute;
  left: -29px;
  top: -30%;
  transform: translateY(-53%) rotate(44deg);
  width: 136px;
  height: 260px;
  background-color: #d2e3f714;
  z-index: 1;
  border-radius: 24px; */
}

.card-abstractlist2 .image-box {
  flex-shrink: 0;
  width: 226px;
  height: 97%;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin: 7px;
  border: 1px solid #073669;
}

.card-abstractlist2 .content {
  padding: 20px;
  flex: 1;
  z-index: 2;
}

.card-abstractlist2 .content .emoji {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 8px;
}

.card-abstractlist2 .content .text strong {
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}

.card-abstractlist2 .content .text p {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.btn-abst {
  border: none;
  padding: 8px;
  display: flex;
  margin-left: auto;
  background: #CDDC39;
  color: #0a0a0a;
}

.btn-abst2 {
  border: none;
  padding: 8px;
  display: flex;
  margin-right: auto;
  background: #CDDC39;
  color: #0a0a0a;
}

.sp-chair {
  display: flex;
  flex-direction: column;
  height: 70px;
}

.sp-chair span {
  color: #fe214f;
  font-size: 1.5rem;
}

.sp-chair p {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 1rem;
}

.sp-chair small {
  margin: 0 !important;
  font-size: 0.9rem;
  font-weight: 100;
}