.mainpostsectionsarea .sectionlists .lists {
  background-color: #501778;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px;
  padding-bottom: 0;
  margin-bottom: 40px;
  color: #fff;
}

.mainpostsectionsarea .sectionlists .lists:last-child {
  margin-bottom: 0px;
}
.mainpostsectionsarea .sectionlists .lists .titlearea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea .dropicon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 48px;
  height: 48px;
  /* background: #fff; */
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
  transform: rotate(180deg);
  border: 1.5px solid #e4e4e4;
}
/* .mainpostsectionsarea
  .sectionlists
  .lists
  .titlearea
  .rightsidearea
  .dropicon
  svg
  path {
  stroke: #4e4e4e;
} */

.mainpostsectionsarea .sectionlists .lists .titlearea h2 {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #fcee21;
  margin: 0;
}

.postimageslider {
  width: 100%; /* Make sure the slider takes up the full width of the parent */
  overflow: hidden;
  position: relative;
}

.imagesliderlist {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.imagelist {
  min-width: 100%;
  box-sizing: border-box;
}

.postimagesliderdots {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.postimagesliderdots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.postimagesliderdots .dot.active {
  background-color: #000;
}

.postimagesliderprev,
.postimageslidernext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 99;
}

.postimagesliderprev {
  left: 10px;
}

.postimageslidernext {
  right: 10px;
}

.mainpostsectionsarea .sectionlists .lists .postsarea {
  overflow: hidden;
  /* padding-top: 40px; */
}

.postsarea .postbox {
  border: 1px solid #e4e4e4;
  float: left;
  width: calc(33.33% - 28.66px);
  margin-right: 40px;
  margin-bottom: 40px;
  min-height: 630px;
  border-radius: 20px;
  overflow: hidden;
}

.postsarea .postbox:nth-child(3n) {
  margin-right: 0;
}

.postsarea .postbox > .postimageslider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 360px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 360px;
}
.postsarea .postbox .postimagers img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 360px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.postsarea .postbox h3 {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.01em;
  /* color: #000000; */
  margin-bottom: 0;
}

.postsarea .postbox .postsboxtextsarea {
  padding: 0 20px;
  padding-top: 20px;
}
.postsarea .postbox .postsboxtextsarea .texts,
.postsarea .postbox .postsboxtextsarea .texts p {
  padding-top: 20px;
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 140%;
  letter-spacing: 0.01em;
  /* color: #000000; */
}

.postsarea .postbox .postboxplatformarea {
  padding: 0 20px;
  padding-top: 14px;
}
.postsarea .postbox .downloadbutton {
  padding: 14px 20px 20px 20px;
}

.mainpostsectionsarea {
  padding-bottom: 100px;
}

.download-image-button {
  background-color: #00ff1a !important;
  color: #000 !important;
  transition: 0.3s !important;
}

.download-image-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.postsarea .postbox .postimageslider {
  position: relative;
}
.postsarea .postbox > .postimageslider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.postsarea .postbox > .postimageslider:hover:before {
  opacity: 1;
  visibility: visible;
}

.postsarea .postbox .postimageslider .preview-button,
.postsarea .postbox .postimagers .preview-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-color: #00ff1a !important;
  color: #000 !important;
  transition: 0.3s !important;
}

.postsarea .postbox .postimageslider:hover .preview-button {
  display: flex;
}

.postsarea .postbox .postimagers {
  position: relative;
}
.postsarea .postbox .postimagers:hover .preview-button {
  display: flex;
}

.postsarea .postbox .postimageslider .preview-button svg path,
.postsarea .postbox .postimagers .preview-button svg path {
  stroke: #000;
}

.postsarea .postbox .postimageslider .preview-button:hover,
.postsarea .postbox .postimagers .preview-button:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000 !important;
}

.postsarea .postbox .postimageslider .preview-button:hover svg path,
.postsarea .postbox .postimagers .preview-button:hover svg path {
  stroke: black;
}

@media (max-width: 992px) {
  .postsarea .postbox > .postimageslider::before {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .postsarea .postbox .postimageslider .preview-button {
    display: flex;
  }
  .postsarea .postbox .postimagers .preview-button {
    display: flex;
  }
}

.postcontentmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.postcontentmodal.mactive {
  opacity: 1;
  visibility: visible;
}

.postcontentmodal .mainmodal {
  width: calc(100% - 20px);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    65.32% 56.06% at 48.68% 50.05%,
    #000080 0%,
    #090060 37%,
    #1a002c 90%,
    #170028 97%,
    #150024 100%
  );

  padding: 32px;
  border-radius: 20px;
  max-width: 1240px;
}

.postsarea .postbox .postsboxtextsarea .texts {
  min-height: 76px;
}

.postcontentmodal .mainmodal .contentrow {
  padding-bottom: 40px;
  overflow: hidden;
}

.postcontentmodal .mainmodal .share-post-wrapper {
  margin-top: 0;
  padding-top: 40px;
  border-top: 2px solid #4c562a;
}

.postcontentmodal .mainmodal .contentrow .cleftsidearea {
  float: left;
  width: calc(50% - 18px);
  margin-right: 18px;
}

.postcontentmodal .mainmodal .contentrow .crightsidearea {
  float: left;
  width: calc(50% - 18px);
  margin-left: 18px;
}

.postcontentmodal .mainmodal .contentrow .cleftsidearea .postimageslider img,
.postcontentmodal .mainmodal .contentrow .cleftsidearea .postimageslider video {
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  background-color: #d6cfc025;
  border-radius: 20px;
}

.postcontentmodal .mainmodal .close {
  top: 10px;
  right: 10px;
  stroke: #fff;
}
.postcontentmodal .mainmodal ul.tagspostcontent {
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding: 24px 0;
}
.postcontentmodal .mainmodal ul.tagspostcontent li {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #fff;
  float: left;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #b3b2b2;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.postcontentmodal .mainmodal ul.tagspostcontent li:last-child {
  margin-right: 10px;
}

.postcontentmodal .mainmodal h2.postcontentmodal-content-title {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #fff;
}

.postcontentmodal .mainmodal .postcontentmodal-description,
.postcontentmodal .mainmodal .postcontentmodal-description p {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #fff;
}

.postcontentmodal .mainmodal .postcontentmodal-description {
  height: 220px;
  overflow-x: hidden;
  margin-top: 24px;
}

.mainpostsectionsarea
  .sectionlists
  .lists
  .titlearea
  .rightsidearea
  .dropicon.opening {
  transform: rotate(0deg);
}

.postsarea .postbox .postimagers {
  height: 360px;
}

.rssections.postbox .postcontentmodal .mainmodal .postimagers {
  height: 500px;
}
.rssections.postbox .postcontentmodal .mainmodal .postimagers img {
  max-height: 100%;
  object-fit: contain;
  background-color: #8d54e4;
  border-radius: 20px;
}

.rssections.postbox .postcontentmodal .mainmodal .contentrow {
  padding-bottom: 0;
}

.rssections.postbox .postcontentmodal .mainmodal .postcontentmodal-description {
  height: 380px;
}

.hero-title-logo-wrapper a svg path {
  stroke: #fff;
}
.hero-title-logo-wrapper a svg rect {
  stroke: #fff;
}

.social-circle-icon:hover {
  background-color: #fff !important;
}

.hero-section-wrapper .hero-title-logo-wrapper {
  justify-content: end;
  margin-bottom: -74px;
}
.hero-section-wrapper .hero-title-wrapper {
  flex-direction: column;
  text-align: left;
  justify-content: left;
  align-items: baseline;
}

.hero-section-wrapper .hero-title-wrapper h1.main-title,
.hero-section-wrapper .hero-title-wrapper .paragraph {
  width: 100%;
  max-width: 100% !important;
  color: #fff;
}
.hero-section-wrapper .hero-title-wrapper .paragraph p,
.hero-section-wrapper .hero-title-wrapper .paragraph * {
  color: #fff !important;
}

.campaign-card-wrapper,
.social-post-wrapper,
.resource-post-wrapper {
  border: unset !important;
}
.campaign-card-content .main-title {
  font-size: 30px;
  font-weight: 700;
}

.hero-section-wrapper .hero-title-wrapper h1.main-title {
  margin-bottom: 30px !important;
}

.paragraph {
  font-size: 18px;
  line-height: 36px !important;
}

@media (max-width: 992px) {
  .mainpostsectionsarea .sectionlists .lists {
    padding: 20px;
  }

  .mainpostsectionsarea .sectionlists .lists .postsarea .postbox {
    width: calc(33.33% - 8.66px);
    margin-right: 10px;
  }
  .mainpostsectionsarea .sectionlists .lists .postsarea .postbox:nth-child(3n) {
    margin-right: 0px;
  }
}

.hero-section-wrapper .hero-title-logo-wrapper {
  margin-bottom: -76px;
  position: relative;
  z-index: 9;
}

.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea .dropicon {
  min-width: 48px;
}

.mainpostsectionsarea .sectionlists .lists {
  padding: 24px 20px;
}

.mainpostsectionsarea .sectionlists .lists .postsarea {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.postsarea .postbox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  float: none;
  width: 100% !important;
  margin: 0 !important;
  min-height: auto;
}

.postsarea .postbox .postboxplatformarea {
  padding-top: 20px;
}

.postsarea .postbox .downloadbutton {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

section.color-bar {
  margin: 20px 0;
}
section.color-bar div {
  display: none;
}

.downloadbutton .download-image-button {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
}

#campaignDescription .main-title {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 650px) {
  .mainpostsectionsarea .sectionlists .lists .postsarea {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .mainpostsectionsarea .sectionlists .lists .postsarea {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .mainpostsectionsarea .sectionlists .lists {
    padding: 40px;
  }

  .select-field1,
  .select-field2 {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 1024px) {
  .mainpostsectionsarea .sectionlists .lists .postsarea {
    grid-template-columns: repeat(3, 1fr);
  }

  .select-field1,
  .select-field2 {
    width: 270px !important;
  }
}

@media screen and (max-width: 1023px) {
  .copy-button-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 880px) {
  .mainpostsectionsarea .sectionlists .lists .titlearea {
    flex-direction: column;
    align-items: normal;
    position: relative;
  }

  /* .sectionlists > .lists.socialposts .titlearea {
    gap: 24px;
  } */

  .mainpostsectionsarea
    .sectionlists
    .lists
    .titlearea
    .rightsidearea
    .dropicon {
    position: absolute;
    right: 0;
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .postcontentmodal .mainmodal {
    overflow-y: auto;
  }

  .postcontentmodal .mainmodal {
    height: 620px;
  }
  .mainpostsectionsarea .sectionlists .lists {
    border-radius: 8px;
  }

  .mainpostsectionsarea .sectionlists .lists .titlearea h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.01em;
  }

  .hero-section-wrapper .hero-title-logo-wrapper {
    margin-bottom: -66px;
  }

  .hero-section-wrapper .paragraph *,
  #campaignDescription .paragraph * {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.01em;
  }

  .section-spacing {
    padding-bottom: 40px;
  }

  .campaign-card-wrapper {
    border-radius: 8px;
  }

  .campaign-card-content .main-title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.01em;
  }

  .campaign-collaps-icon {
    top: 14px;
    right: 20px;
    width: 36px;
    height: 36px;
  }

  .mainpostsectionsarea
    .sectionlists
    .lists
    .titlearea
    .rightsidearea
    .dropicon {
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
    top: 2px;
  }

  .mainpostsectionsarea
    .sectionlists
    .lists
    .titlearea
    .rightsidearea
    .dropicon
    svg {
    width: 20px;
    height: 20px;
  }

  .postsarea .postbox h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
  }

  .postsarea .postbox .postsboxtextsarea .texts,
  .postsarea .postbox .postsboxtextsarea .texts p {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
  }

  .postsarea .postbox .postsboxtextsarea .texts {
    min-height: 24px;
  }

  .postsarea .postbox .postimageslider {
    max-height: 295px;
  }

  .postcontentmodal .mainmodal .contentrow {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .postcontentmodal .mainmodal .contentrow .cleftsidearea,
  .postcontentmodal .mainmodal .contentrow .crightsidearea {
    width: 100%;
    margin: 0;
  }

  .postcontentmodal .mainmodal .postcontentmodal-description {
    height: auto;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22.4px;
    letter-spacing: 0.01em;
  }

  .postsarea .postbox .postimageslider {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .copy-button-wrapper {
    gap: 14px;
  }
}

@media screen and (max-width: 650px) {
  .hero-section-wrapper {
    flex-direction: column-reverse !important;
  }

  .hero-section-wrapper .hero-title-wrapper h1.main-title {
    margin-bottom: 18px !important;
  }

  .hero-section-wrapper .hero-title-logo-wrapper {
    margin-bottom: 0;
    justify-content: start;
  }

  .mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea {
    flex-direction: column;
    gap: 20px;
  }
}

header.header-wrapper {
  margin-bottom: 40px;
}

.custom-select-container {
  position: relative;
  width: 100%;
}

.select-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  border-radius: 40px;
  padding: 0 22px;
  cursor: pointer;
  letter-spacing: 1%;
  /* color: #000; */
  border: 1px solid #f0f0f0;
  /* background-color: #f0f0f0; */
  box-sizing: border-box;
}

.selected-option {
  /* color: #000; */
  font-weight: 600;
  font-size: 14px;
}

.placeholder {
  /* color: #000; */
}

.dropdown-icon {
  transition: all 0.3s ease;
  position: absolute;
  right: 22px;
}

.dropdown-icon path {
  stroke: #fff;
}

.rotate-180 {
  transform: rotate(180deg);
}

.dropdown-menu {
  box-shadow: 6px 6px 66px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  /* top: 30px;  */
  /* Adjust this value to move the dropdown upwards or downwards */
  border-radius: 20px;
  background-color: white;
  z-index: 10;
  padding: 0;
  box-sizing: border-box;
}

.option-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: 1%;
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 50px;
  padding: 0 22px;
  width: 100%;
  box-sizing: border-box; /* Ensure padding is included in width calculation */
}

.option-item:hover {
  background-color: #e9e9e9;
}

.option-item.first-item:hover {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.option-item.last-item:hover {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hidden {
  display: none;
}

@media (min-width: 1024px) {
  .select-box {
    height: 52px;
  }
  /* .dropdown-menu {
    top: 36px;
  } */
  .selected-option {
    font-size: 18px;
  }
}

.modal-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-wrapper {
  padding: 16px;
  padding-top: 52px;
}
.modal-container {
  position: relative;
}
.lef-side-wrapper {
  width: 100%;
  height: 275px;
}
.right-side-wrapper {
  width: 100%;
}

.lef-side-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.modal-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-description-wrapper h2 {
  margin-bottom: 0 !important;
}

.modal-content-title {
  /* font-family: "Inter", sans-serif; */
  font-weight: 700;
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: normal;
  color: #000;
}
.modal-description {
  /* font-family: "Inter", sans-serif; */
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: normal;
  color: #000;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-inline-start: 0;
  gap: 8px;
}
.tags li {
  /* font-family: "Inter", sans-serif; */
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: normal;
  color: #0004ff;
}
.modal-button-wrapper {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.download-image-button {
  width: 100%;
  height: 52px;
  border-radius: 40px;
  background-color: #e9e9e9;
  /* font-family: "Inter", sans-serif; */
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: normal;
  color: #000;
  border: 0;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
}
.download-image-button:hover {
  background-color: #d0d0d0;
}
.modal-outline-button {
  width: 100%;
  height: 52px;
  border-radius: 40px;
  background-color: transparent;
  /* font-family: "Inter", sans-serif; */
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: normal;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
}
.modal-outline-button:hover {
  border: 1px solid #e9e9e9;
  background-color: #e9e9e928;
}
.share-post-wrapper {
  margin-top: 24px;
}
.share-post-title {
  /* font-family: "Inter", sans-serif; */
  font-weight: 700;
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: normal;
  color: #fff;
}
.social-button-wrapper {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.social-buttons {
  width: 100%;
  height: 52px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  /* font-family: "Inter", sans-serif; */
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: normal;
  color: white;
  border: 0;
  cursor: pointer;
}

.copy-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.facebookButton {
  background-color: #316ff6;
}
.facebookButton:hover {
  background-color: #5a8fff;
}
.twitterButton {
  background-color: #1c1c1c;
}
.twitterButton:hover {
  background-color: #2e2e2e;
}
.instagramButton {
  background-color: #dd2a7b;
}
.instagramButton:hover {
  background-color: #e85c9b;
}
.copyLinkButton {
  background-color: #fcee21;
  color: #000;
  border: 1px solid #000000;
}
.copyLinkButton:hover {
  background-color: #f2f2f2;
}
.modal-close-icon {
  /* background-color: #ffffff; */
  border-radius: 100%;
}
.modal-close-icon:hover {
  background-color: #f2f2f23f;
  transition: background-color 0.5s, border-color 0.5s;
}

/* MEDIA QUERY  */
@media (min-width: 768px) {
  .lef-side-wrapper {
    height: 590px;

    display: flex;
    align-items: center;
  }
  .modal-wrapper {
    padding: 40px;
    padding-top: 40px;
  }
  .modal-content-wrapper {
    gap: 36px;
  }
  .modal-description-wrapper {
    gap: 24px;
  }
  .modal-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
  }
  .tags li {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }
  .download-image-button {
    font-size: 20px;
    line-height: 28px;
  }
  .modal-button-wrapper {
    gap: 24px;
  }
  .copy-button-wrapper {
    flex-direction: row;
    gap: 10px;
    align-items: start;
  }
  .modal-outline-button {
    font-size: 20px;
    line-height: 28px;
  }
  .share-post-wrapper {
    margin-top: 40px;
  }
  .share-post-title {
    font-size: 32px;
    line-height: 44.8px;
  }
  .social-button-wrapper {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .social-buttons {
    font-size: 20px;
    line-height: 28px;
  }
  .modal-close-icon {
    background-color: transparent;
    border-radius: 100%;
  }
}

/* desktop screen  */

@media (min-width: 1024px) {
  .right-side-wrapper {
    width: 50%;
  }
  .lef-side-wrapper {
    width: 50%;
  }
  .modal-content-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .modal-content-title {
    font-size: 32px;
    line-height: 44.8px;
  }
  .modal-description {
    font-size: 20px;
    line-height: 24px;
  }
  .share-post-wrapper {
    margin-top: 48px;
  }
  .social-button-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  .social-button-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.modal-slider-card-poster {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
}

.modal-slider-card-poster img,
.modal-slider-card-poster video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.modal-slider-card-poster:hover img::before,
.modal-slider-card-poster:hover:not(.video-mode)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.modal-slider-card-poster:not(.video-mode):hover .preview-button {
  display: inline-block;
}

.modal-slider-card-poster .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.modal-content-slideshow-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.modal-slides {
  display: none;
}
.modal-slides img {
  height: 100%;
}

.modal-video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.full-width-modal-content-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-slider-dots-wrapper {
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 45%;
}

.modal-description h2,
.modal-description h2 span {
  font-size: 24px !important;
  margin-bottom: 20px;
}
.modal-description span,
.modal-description {
  font-size: 20px !important;
}

@media (max-width: 1024px) {
  .lef-side-wrapper {
    height: unset !important;
  }
}

.social-content-post-card-wrap {
  width: 100%;
  height: auto;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.social-card-poster {
  width: 100%;
  height: 360px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
}

.social-card-poster img,
.social-card-poster video {
  width: 100%;
  height: 100%;
}

.social-card-poster:hover img::before,
.social-card-poster:hover:not(.video-mode)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.social-card-poster:not(.video-mode):hover .preview-button {
  display: inline-block;
}

.social-card-poster .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.preview-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* font-family: "Inter", sans-serif; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: none;
  width: 134px;
  height: 47px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #000;
  z-index: 2;
  cursor: pointer;
  align-items: center;
}

.preview-button:hover {
  background-color: #f2f2f2;
}
.preview-icon {
  width: 16px;
  height: 16px;
}

.social-content-post-card-content {
  padding: 16px;
}

.slider-right-arrow,
.slider-left-arrow {
  position: absolute;
  top: 164px;
  cursor: pointer;
}

.slider-right-arrow {
  right: 10px;
}

.slider-left-arrow {
  left: 10px;
}

.slider-dots {
  display: flex;
  gap: 4px;
  align-items: center;
  position: absolute;
  top: 340px;
  left: 50%;
  transform: translateX(-50%);
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Add this line */
  cursor: pointer;
}

.dots {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Set default background color */
}

.dots.active {
  background-color: #ffffff;
}

.social-content-platfor-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-content-section-wrapper {
  padding-top: 20px;
}
.social-content-platfor-icon {
  width: 24px;
  height: 24px;
}

.social-content-platform-icon {
  width: 16px;
  height: 16px;
}

.social-post-card-grid {
  display: grid;
  grid-template-columns: 1fr; /* Default to 1 column */
  grid-gap: 20px;
  min-width: 0;
}
@media (min-width: 640px) {
  .social-post-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .social-post-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .social-post-card-grid {
    gap: 40px;
  }
}

.social-post-card-wrapper {
  margin-top: 20px;
}

.content-post-wrapper {
  padding-top: 20px;
}

/* MEDIA QUERY  */

/* TAB SCREEN  */
@media (min-width: 768px) {
  .social-content-post-card-content {
    padding: 20px;
  }
  .social-content-platfor-icon {
    width: 24px;
    height: 24px;
  }
  .preview-icon {
    width: 20px;
    height: 14px;
  }
  .preview-button {
    width: 163px;
    height: 52px;
    font-size: 20px;
    line-height: 28px;
  }
  .social-content-platform-icon {
    width: 24px;
    height: 24px;
  }
  .content-post-wrapper {
    padding-top: 40px;
  }
  .social-content-section-wrapper {
    padding-top: 40px;
  }
}

/* DESKTOP SCREEEN */

@media (min-width: 1024px) {
  .slider-left-arrow {
    left: 10px;
  }
  .slider-right-arrow {
    right: 10px;
  }
  .preview-icon {
    width: 20px;
    height: 14px;
  }
  .preview-button {
    width: 163px;
    height: 52px;
    font-size: 20px;
    line-height: 28px;
  }
}

.slider-wrapper {
  position: relative;
}
.mySlides {
  display: none;
}
.mySlides img {
  height: 360px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}

/* Full width video */
.full-width-video {
  height: 360px;
  object-fit: cover;
}

/* Video container */
.video-container {
  position: relative;
  width: 100%;
  height: 360px;
}

/* Video overlay */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

/* Hide video controls by default */
.full-width-video {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 2;
}

.prev-next-svg {
  fill: #d9d9d9;
}
.prev-next-svg:hover {
  fill: #c0c0c0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 6px;
  width: 6px;
  background-color: rgba(74, 74, 74, 0.66);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin: 0 2px;
}

.active,
.dot:hover {
  /* background-color: white; */
}

.dots-wrapper {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 45%;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.iconslist {
  display: flex;
  gap: 10px;
  align-items: center;
}
.iconslist svg * {
  stroke: #fff;
}
.resource-post-wrapper {
  margin-top: 32px;
  width: 100%;
  height: auto;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
}

.resources-content-wrapper {
  padding: 16px;
}

.resources-post-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.resources-post-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.resources-social-hr-wrapper {
  padding-top: 20px;
}

.resources-content-post-card {
  width: 100%;
  height: auto;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  position: relative;
  min-width: 0;
}

.resources-card-poster {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
}

.resources-card-poster:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.resources-card-poster:hover button {
  display: block;
}
.resources-card-poster:hover:before {
  opacity: 1;
  visibility: visible;
}

.resources-card-poster img,
.resources-card-poster video {
  width: 100%;
  height: 100%;
}

.resources-content-post-card-content {
  padding: 16px;
}

.file-type-tag {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  padding: 10px 30px;
  background-color: #e02519;
  border-radius: 20px 0 20px 0;
  width: 88px;
  height: 40px;
  text-transform: uppercase;
  z-index: 1;
}
.resource-tag-name {
  /* font-family: "Inter", sans-serif; */
  font-weight: 700;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 1%;
  color: #ffffff;
}

.resource-card-grid {
  display: grid;
  grid-template-columns: 1fr; /* Default to 1 column */
  grid-gap: 20px;
  min-width: 0;
}
.resource-card-section-wrapper {
  padding-top: 20px;
}

@media (min-width: 640px) {
  .resource-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .resource-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .resource-card-grid {
    gap: 40px;
  }
}

/* #### media queries  */
@media (min-width: 768px) {
  .resource-post-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .resources-content-wrapper {
    padding: 40px;
  }
  .resources-social-hr-wrapper {
    padding-top: 40px;
  }
  .resources-content-post-card-content {
    padding: 20px;
  }
  .resource-card-section-wrapper {
    padding-top: 40px;
  }
}

/* ##### desktop screen ######## */

@media (min-width: 1024px) {
  .resources-post-header-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .resources-social-hr-wrapper {
    padding-top: 20px;
  }
  .resource-tag-name {
    font-size: 18px;
    line-height: 25.2px;
  }
}
.resources-content-post-card .social-card-poster {
  height: unset;
}

.resources-content-post-card .modal-button-wrapper {
  margin-top: 40px;
}

.close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 25px;
  height: 25px;
  stroke: #000;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

dialog {
  padding: 0;
  background: white;
  max-width: 1240px;
  width: 89%;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
  animation: fadeIn 1s ease both;
  &::backdrop {
    animation: fadeIn 1s ease both;
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 2;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .close {
    width: 40px;
    height: 40px;
    top: 64px;
    right: 64px;
    stroke: white;
  }
  .close:hover {
    stroke: #000;
  }
}
.component {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .close {
    top: 30px;
    right: 30px;
    stroke: #000;
  }
  .close {
    width: 48px;
    height: 48px;
  }
}
