#hero-ornament {
  width: 30.25rem;
  bottom: 0;
  left: 0;
}

#hero h1 {
  color: #333238;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Serif Display", serif;
  font-size: 3.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
}

#hero h2 {
  color: var(--Foundation-Grey-G300, #474350);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.blog-posts-action {
  border-radius: 0.25rem !important;
  color: var(--Foundation-Black-B100, #6c6c6c);
  text-align: center;
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ornament {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.hero-col-bg {
  height: fit-content;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 0.75rem;
  min-height: 30rem;
}
.hero-right-col {
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  background: linear-gradient(
    0deg,
    #fdc5b6 -5.25%,
    rgba(253, 197, 182, 0) 81.36%
  );
  position: relative;
}

.hero-col-bg img {
  width: 90%;
}

.rainbow-text {
  background-image: rgb(25, 128, 128);
  background-image: linear-gradient(
    90deg,
    rgba(25, 128, 128, 1) 0%,
    rgba(192, 70, 1, 1) 91%,
    rgba(202, 80, 11, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-btn {
  display: flex;
  justify-content: start;
  z-index: 2;
  position: relative;
}
.integrations-box-hero .hippa-logo{
  filter: invert(1);
}
.hero-btn button {
  font-size: 1rem;
  padding: 1rem 3rem;
  color: var(--Neutral-Colors-White, #fff);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem; /* 75% */
}

#how-to-nuiq div {
  width: fit-content;
}

#how-to-nuiq h6 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem; /* 190% */
}

#why-work-with-us h6, #why-work-with-us .h6 {
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: 2.375rem; /* 190% */
}

#how-to-nuiq h5 {
  color:  #303939 !important;
  font-size: 16px;
  font-weight: normal;
}

#why-work-with-us p {
  color:  #101919 !important;
}

#how-it-works p, #how-it-works h4 {
  color:  #101919 !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}


#how-it-works .card-img-top {
  height: 12.3125rem;
  width: auto;
}

/* brand logos */

.marquee {
  --marquee-width: 100%;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: 16rem;

  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  color: #eee;
  overflow: hidden;
  position: relative;
}
.marquee:before,
.marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right, 0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, 0%, transparent 100%);
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
animation-play-state: paused;
} */
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
    );
  }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height) * 3 / 4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content li img {
  width: 80%;
  /* height: 100%; */
}
#brand-logos-list li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#brand-logos-list img {
  width: 8rem;
}

.brand-logos {
  padding: 2rem 0;
}

.brand-logos img {
  padding: 0 1rem;
  width: 12rem;
}

#section-header h1, #section-header .h1 {
  border-bottom: 2px solid #2F4F4E;
  padding-bottom: 5px;
}

#section-header p {
  padding: 0.5rem 2rem;
}

.most-pouplar {
  right: 0;
  top: 0;
  width: 10rem;
  height: 2rem;
  border-radius: 0rem 1.25rem;
  background: linear-gradient(
    92deg,
    #599697 27.78%,
    rgba(89, 150, 151, 0) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}




/* why work with us */

#why-work-with-us {
  column-gap: 50px;
  row-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

#why-work-with-us div {
  border-radius: 0.75rem !important;
  border-color: #4c5353;
}

#why-work-with-us div h1 {
  color: var(--Custom-Styles-Neutrals-N500, #3d4545);
  text-align: justify;

  /* Large/regular */
  font-family: "DM Sans", sans-serif;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#why-work-with-us div p, #why-work-with-us div h5 {
  color: #101919!important;
  /* Large/regular */
  font-family: "DM Sans", sans-serif;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* carousel */

#carouselExampleDark button img{
  width: 3rem
}

.carousel-item p {
  padding: 5rem 12rem;
  height: 18.875rem;
}

#carouselExampleDark {
  position: relative !important;
}

.carousel-control-next, .carousel-control-prev {
  top: 50% !important;
  transform: translateY(-50%);
  height: 2.5rem;
  bottom: 50% !important;
}

/* banner section */

.banner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
}

.banner-container {
  width: 80%;
}

.banner-container img {
  width: 100%;
  height: 100%;
}

.banner h4, .banner .h4{
  color: var(--Custom-Styles-Neutrals-N800, #101919);
  font-family: "DM Serif Display", serif;
}

.banner button {
  padding:1rem 1.5rem !important;
}

.up-arrow {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.down-arrow {
  flex-shrink: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card-footer span {
  color: var(--Gray-500, #6b7280);
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: 0.00438rem;
}

/* Blog Posts */

#blog-posts div h5, #blog-posts div .h5  {
  color: var(--Gray-800, #1f2937);

  /* Base/bold */
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#blog-posts {
  display: flex;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(6, 1fr);
  overflow-x: hidden;
}

#blog-posts div {
  min-width: 24rem;
  /* padding-bottom: 0; */
}

#blog-posts div img {
  height: 12.5rem;
  object-fit: cover;
}

.card-body{
  position: relative;
  /* min-height: 15rem !important; */
}

.blog-post-action {
  /* position: absolute; */
  /* 
  left: 2rem;
  bottom: 1rem; */
  bottom: 2rem;
  color: #2F4F4E !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-wrap: nowrap;
}

.blog-post-action span {
  font-weight: 100 !important;
}

.blog-post-action:hover,
.blog-post-action:active {
background-color: #378082 !important; 
color: white !important;
}


#hero h1,
#hero p {
  text-align: start;
}



#hero-ornament-smaller {
  display: none;
}

#commentor-md {
  display: flex;
  gap: 0.75rem;
  min-height: 4rem !important ;
  margin: 0;
  padding-bottom: 2rem;
  padding-bottom: 4rem;
}
#commentor-md h1,
#commentor-md p,
#commentor-md img,
#commentor-md div {
  margin: 0 !important;
  padding: 0 !important;
}

#commentor {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex: 1;
  justify-content: center;
}

#commentor img,
#commentor-md img {
  border-radius: 9rem;
  width: 2rem;
}

#commentor h4,#commentor .h4,
#commentor-md h4,#commentor-md .h4 {
  color: var(--Custom-Styles-Neutrals-N300, #595f5f);
  /* Base/medium */
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

#commentor p,
#commentor-md p {
  color: var(--Custom-Styles-Neutrals-N400, #4c5353);
  text-align: center;

  /* Large/regular */
  font-family: "DM Sans", sans-serif;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.carousel-control-prev svg g,.carousel-control-next svg g{
  fill: white;
}


.carousel-indicators button {
  width: 30% !important;
  background-color: #e14e2d !important;
}
.carousel-indicators {
  margin-left: 2% !important;
  margin-right: 2% !important;
}
.counter-container {
  height: 99px;
  width: fit-content !important;
  box-shadow: 1px 1px 3px 1px #d6d6d6;
  background: white;
  margin-bottom: 10px !important;
  border-radius: 8px;
}
#ornament-counter {
  position: absolute;
  right: -11%;
  top: -25%;
  width: 47px;
}
.counter {
  font-family: "DM Sans";
  font-size: 1.4375rem !important;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.words-processing{
  padding-top: 0.25rem;
  color: var(--Custom-Styles-Neutrals-N200, #686E6E);
  font-family: "DM Sans";
}
.blog-posts-action:hover{
  color: #000 !important;
}

#blog-posts-actions #back-btn:active svg ,
#blog-posts-actions #forward-btn:active svg {
  fill: #fff;
}

#blog-posts-actions a:hover,
#blog-posts-actions a:focus-visible {
  color: #2F4F4E !important;
}

#blog-posts-actions a:active {
  color: #fff !important;
}

main .h1{
	color: #2f4f4e;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "DM Serif Display", serif;
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 2.875rem;
}

@media screen and (max-width: 991px) {


  .marquee-content li img {
    width: 100%;
    /* height: 100%; */
  }

  .marquee {
    --marquee-element-width: 12rem;
  }

  #blog-posts {
    overflow-y: hidden;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    overflow-x: visible;
  }

  #blog-posts div {
    min-width: fit-content;
  }

  #blog-posts div h5 {
    max-height: 2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  #blog-posts div p {
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #how-it-works div {
    align-items: center;
    justify-content: center;
  }

  #how-to-nuiq {
    gap: 1rem !important;
  }
  #hero h1,
  #hero p {
    text-align: center;
  }

  .hero-btn {
    justify-content: center;
    align-items: center;
  }

  .hero-btn button {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }

  #why-work-with-us {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    margin: 0 2rem;
  }

  

  .carousel-item p {
    padding: 1rem 5rem 1rem 5rem;
    height: auto;
  }

  

  .hero-col-bg img {
    width: 65%;
  }

  .banner-container {
    width: 100%;
  }

  #hero-ornament {
    display: none;
  }

  #hero-container {
    position: relative;
  }

  #hero-ornament-smaller {
    display: block;
    bottom: 0;
    width: 5rem;
    width: 30.25rem;
  }
}


@media screen and (max-width: 765px) {

  .card-body{
    /* min-height: 12rem !important; */
  }
  
  .blog-post-action {
    bottom: 2rem;
    left: 0.5rem;
  }

  #hero-container {
    padding: 0 !important;
  }

  .hero-col-bg img {
    width: 80%;
  }
}


@media screen and (max-width: 576px) {

  main#homeSection {
    padding-top: 0 !important;
  }

  #blog-posts {
    overflow-y: hidden;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(1, 1fr);
    overflow-x: visible;
  }

  #pricing-cards-container {
    /* justify-content: center; */
  }
  .cus-btn {
    border: none;
    padding: 0.5rem 1.5rem;
  }

  #hero h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 400;
  }
  #hero p {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: auto;
  }

  #company-stats ul li {
    border-bottom: 1px solid #edecee;
  }
  #company-stats ul li:last-child {
    border-bottom: none;
  }

  #why-work-with-us {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    justify-items: center;
    margin: 0 2rem;
  }
  #why-work-with-us div {
    max-width: 22.75rem;
  }

  .hero-col-bg {
    min-height: auto;
  }

  .hero-col-bg img {
    width: 100%;
  }

  

  .carousel-item p {
    padding: 1rem 4rem;
  }
  #ornament-counter {
    right: -10%;
    top: -25%;
    width: 47px;
    padding: 0;
  }
  .counter {
    font-size: 4.5vw;
  }
  .words-processing {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
#eventModal {
	display:none;
	position:fixed;
	z-index:1000;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgba(0,0,0,0.4);
}
#eventModalPopup {
	background-color:#FAF0E6;
	margin:10% auto;
	padding:20px;
	border:1px solid #888;
	width:66%;
	text-align:center;
}
.eventModalCloseButton {
	color:#aaa;
	float:right;
	font-size:28px;
	font-weight:bold;
	border: 0;
	background: transparent;
	cursor: pointer;
}
/* phone media selector */

@media only screen and (max-width: 600px) {
	#eventModalPopup {
		 width: 90%;
		 margin: 5% auto;
	}
}

/* Testing File Versioning Code*/