@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.section-spacing {
  padding-top: 40px;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;

  @media (min-width: 768px) {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  @media (min-width: 1024px) {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

a {
  color: #4f8ff6;
}
a.site-header__home-link {
  color: black;
}
.hover-animation {
  transition: background-color 0.5s, border-color 0.5s;
}

.word-wrap-title {
  word-wrap: break-word;
  overflow: hidden;
  margin-top: 10px;
}

/* main title h1  */
/* .main-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  color: #fcee21;
} */
.paragraph * {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px !important;
  color: white;
  letter-spacing: normal;
}

/* sub title h3  */
.sub-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  color: #000;
}
/* hash-tag-button  h4 */
.hash-tag-button {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #000;
}

/* select-field-text  h4*/
.select-menu {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: normal;
  color: #000;
}

/* thin-title  h4*/
.thin-title {
  font-family: "Inter", sans-serif;
  color: #000;
  letter-spacing: normal;
  font-weight: 400;
}

/* bold-title  */
.bold-title {
  font-family: "Inter", sans-serif;
  color: #000;
  letter-spacing: normal;
  font-weight: 700;
}

/* big-paragraph */
.paragraph-big {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: normal;
}

/* button-text */
.button-text {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  color: #000;
}

/* horizontal style  */
hr {
  border: none !important;
  height: 1px !important;
  background-color: #d0d0d0 !important;
  margin: 0px 0 !important;
  display: none;
}
ul li.option-item {
  margin-bottom: unset !important;
}
.card-button {
  width: 100%;
  height: 41px;
  border-radius: 40px;
  background-color: #e9e9e9;
  border: none;
  cursor: pointer;
  /* font  */
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: normal;
  color: #000;
  transition: background-color 0.5s, border-color 0.5s;
}
.card-button:hover {
  background-color: #d0d0d0;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-paragrap {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* MOBILE SCREEN  */
@media (max-width: 767px) {
  .main-title {
    font-size: 24px;
    line-height: 38.4px;
  }
  /* paragraph  */
  .paragraph * {
    font-size: 14px;
    line-height: 22.4px;
  }
  /* sub-title  */
  .sub-title {
    font-size: 12px;
    line-height: 19.2px;
    font-weight: 500;
  }
  /* hashtag button  */
  .hash-tag-button {
    font-size: 14px;
    line-height: 16.94px;
  }
  /* .thin-title */
  .thin-title {
    font-size: 12px;
    line-height: 19.2px;
    font-weight: 500;
  }
  /* bold-title  */
  .bold-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  /* paragraph big  */
  .paragraph-big {
    font-size: 14px;
    line-height: 19.6px;
  }

  /* button text  */
  .button-text {
    font-size: 14px;
    line-height: 19.6px;
  }
}

/* TAB SCREEN  */
@media (min-width: 768px) and (max-width: 1023px) {
  .main-title {
    font-size: 32px;
    line-height: 51.2px;
  }
  /* paragraph  */
  .paragraph * {
    font-size: 16px;
    line-height: 32px;
  }
  /* sub-title  */
  .sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
  }
  /* hashtag button  */
  .hash-tag-button {
    font-size: 18px;
    line-height: 21.78px;
  }
  /* .thin-title */
  .thin-title {
    font-size: 18px;
    line-height: 21.78px;
    font-weight: 400;
  }
  /* bold-title  */
  .bold-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .paragraph-big {
    font-size: 16px;
    line-height: 22.4px;
  }

  /* button text  */
  .button-text {
    font-size: 20px;
    line-height: 28px;
  }

  /* .card-button */
  .card-button {
    height: 52px;
    font-size: 20px;
    line-height: 28px;
  }
}

/* DESKTOP SCREEN  */
@media (min-width: 1024px) {
  /* main title  */
  .main-title {
    font-size: 40px;
    line-height: 46px;
  }
  /* paragraph  */
  .paragraph * {
    font-size: 18px;
    line-height: 36px;
  }
  /* sub-title  */
  .sub-title {
    font-size: 16px;
    line-height: 25.6px;
  }
  /* hashtag button  */
  .hash-tag-button {
    font-size: 18px;
    line-height: 21.78px;
  }

  /* .thin-title */
  .thin-title {
    font-size: 18px;
    line-height: 21.78px;
  }

  /* bold-title  */
  .bold-title {
    font-size: 22px;
    line-height: 30.8px;
  }

  /* paragraph big  */
  .paragraph-big {
    font-size: 20px;
    line-height: 28px;
  }

  /* button text  */
  .button-text {
    font-size: 20px;
    line-height: 28px;
  }
  .card-button {
    height: 52px;
    font-size: 20px;
    line-height: 28px;
  }
}

.hero-section-wrapper h1,
.hero-section-wrapper p {
  color: #fff;
}
.hero-section-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.hero-section-wrapper p font {
  color: #fff;
}
.hero-title-logo-wrapper a svg path {
  stroke: #ffffff;
}

.campaign-list-wrapper h3.campaign-list-label {
  color: #fff;
}

.social-post-wrapper,
.resource-post-wrapper {
  background-color: #fff;
}

.campaign-list-wrapper .campaign-desktop-list-items div.cmfinderbutton {
  border: 0;
}

.social-content-post-card-content .card-button,
.social-card-poster .preview-button,
.modal-button-wrapper .download-image-button {
  background-color: #f7941c;
  color: #000;
  transition: 0.3s;
  border: 1px solid transparent;
}
.social-card-poster .preview-button svg path {
  stroke: #000;
}
.social-content-post-card-content .card-button:hover,
.modal-button-wrapper .download-image-button:hover {
  background-color: #fff;
  border: 1px solid #000;
}
.social-card-poster .preview-button:hover {
  background-color: #fff;
}

.modal-content-title,
.modal-outline-button,
.share-post-title,
.copyLinkButton,
.bold-title {
  color: #000;
}

div .select-box {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

.option-item:last-child:hover {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

div .hastag-items {
  background-color: #000;
  color: #fff;
}
div#campaignDescription .component p {
  background-color: transparent !important;
}

div#campaignDescription .component p a,
div#campaignDescription .component li a,
div#campaignDescription .component a {
  background-color: transparent !important;
  color: #5e6837;
}

.campaign-desktop-list-items div.cmfinderbutton:hover,
.campaign-desktop-list-items div.cmfinderbutton.active {
  background-color: #5e6837 !important;
  color: #fff;
}
.prev-next-svg {
  fill: #fff !important;
  transition: 0.3s;
}

.prev-next-svg:hover {
  fill: #d9d9d9 !important;
}

.social-content-post-card-content {
  background-color: #ffffff29;
}

.social-content-post-card-wrap {
  border: 1px solid #a44818 !important;
}

div#campaignDescription .paragraph b {
  font-weight: bold !important;
}

.resources-content-post-card-content {
  background-color: #ffffff29;
}
.resources-content-post-card {
  border: 1px solid #a44818 !important;
}

.resources-content-post-card .card-button,
.resources-content-post-card .preview-button,
.modal-button-wrapper .download-image-button {
  background-color: #a44818;
  color: #fff;
  transition: 0.3s;
  border: 1px solid transparent;
}
.resources-content-post-card .preview-button svg path {
  stroke: #fff;
  transition: 0.3s;
}
.resources-content-post-card .card-button:hover,
.modal-button-wrapper .download-image-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.resources-content-post-card .preview-button:hover svg path {
  stroke: #000;
}
.resources-content-post-card .preview-button:hover {
  background-color: #fff;
  color: #000;
}

div#all-platforms ul li {
  text-transform: capitalize;
}

main.campaign-card-wrapper.expanded .campaign-collaps-icon {
  font-size: 0px !important;
}
.campaign-collaps-icon {
  background-color: #7a2808;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  padding-right: 50px !important;
  text-transform: capitalize;
  transition: 0.3s;
}

.campaign-collaps-icon:hover {
  background-color: #f2f2f2;
}

.campaign-card-wrapper .campaign-collaps-icon .toggle-icon {
  right: 25px !important;
  top: 20px !important;
}

@media (min-width: 1024px) {
  .selected-option {
    font-size: 20px !important;
  }

  .hash-tag-button {
    font-size: 20px !important;
  }
  .campaign-collaps-icon {
    font-size: 20px !important;
  }

  main.campaign-card-wrapper.expanded .campaign-collaps-icon:before {
    font-size: 20px !important;
  }
}

.campaign-list-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

main.campaign-card-wrapper .campaign-collaps-ico {
  border: 1.5px solid transparent;
}

main.campaign-card-wrapper.expanded .campaign-collaps-icon {
  background-color: transparent;
  border: 1.5px solid #e4e4e4;
  color: #7a2808;
}
main.campaign-card-wrapper.expanded .campaign-collaps-icon svg path {
  stroke: #4e4e4e !important;
}

main.campaign-card-wrapper.expanded .campaign-collaps-icon:hover {
  border: 1.5px solid #e4e4e4;
  color: #e4e4e4;
}

section.color-bar {
  margin: 50px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 0;
}
section.color-bar div {
  flex-basis: 33.3333%;
  height: 10px;
}

section.color-bar div.bluebg {
  background-color: #0275b2;
}
section.color-bar div.redbg {
  background-color: #e02519;
}
section.color-bar div.greenbg {
  background-color: #5e6837;
}

.social-post-select-wrapper,
.post-header h3.sub-title,
.resources-post-header h3.sub-title {
  display: none !important;
}

.social-card-poster .mySlides img {
  object-fit: cover;
}

.social-content-post-card-wrap .modal-content-slideshow-container {
  display: flex;
}
.social-content-post-card-wrap .modal-slider-card-wrapper {
  border: 1.5px solid #702306;
  border-radius: 20px;
  padding: 10px;
}
.social-content-post-card-wrap .lef-side-wrapper {
  align-items: center;
  display: flex;
}
.social-content-post-card-wrap .lef-side-wrapper .modal-slides {
  /* height: 100%; */
  /* width: 100%; */
  /* border: 2px solid red; */
}
@media (min-width: 1360px) {
  .social-content-post-card-wrap .lef-side-wrapper {
    height: 1000px;
  }
}
@media (min-width: 1025px) and (max-width: 1072px) {
  .social-content-post-card-wrap .lef-side-wrapper {
    height: 680px;
  }
}
@media (min-width: 1073px) and (max-width: 1122px) {
  .social-content-post-card-wrap .lef-side-wrapper {
    height: 730px;
  }
}

@media (min-width: 1123px) and (max-width: 1359px) {
  .social-content-post-card-wrap .lef-side-wrapper {
    height: 800px;
  }
}

@media (min-width: 1201px) and (max-width: 1359px) {
  .social-content-post-card-wrap .lef-side-wrapper {
    height: 870px;
  }
}

@media (min-width: 1281px) and (max-width: 1359px) {
  .social-content-post-card-wrap .lef-side-wrapper {
    height: 950px;
  }
}

main.campaign-card-wrapper.expanded .main-title.dynamic_title {
  display: none;
}

.main-title {
  margin: 0 !important;
  color: white;
}

.how-works-title {
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 160% !important;
  letter-spacing: 0.01em !important;
  color: #fcee21 !important;
  margin: 0;
}

.paragraph a {
  text-decoration: underline;
  color: white !important;
}