/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./case-studies/caseStudies.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**************************************************************************************
* Resetting CSS
**************************************************************************************/
:root {
  --body-background: #FFFFFF;
}

::selection {
  background-color: rgba(60, 11, 66, 0.6470588235);
  color: #EFEAF1;
}

:focus {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  vertical-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

a,
button,
img a,
input {
  transition: all ease-in 0.3s;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (max-width: 93.75em) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 65.625em) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

input,
button,
textarea,
select {
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  font: inherit;
  border: none;
  font-size: 1.4rem;
  background-color: transparent;
  padding-left: 7px;
}

select {
  appearance: none;
  cursor: pointer;
  padding: 1rem 3rem 0.2rem 0;
  padding-left: 7px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2A2828;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

.main--container {
  display: grid;
  align-items: start;
  justify-items: start;
  row-gap: 80px;
  width: 100vw;
  margin: 0 0 100px 0;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .main--container {
    row-gap: 70px;
    margin: 0 0 80px 0;
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .main--container {
    row-gap: 60px;
    margin: 0 0 60px 0;
    grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(40px, 1fr) [full-end];
  }
}
@media (max-width: 31.25em) {
  .main--container {
    row-gap: 50px;
    margin: 0 0 40px 0;
    grid-template-columns: [full-start] minmax(20px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(20px, 1fr) [full-end];
  }
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

abbr {
  text-decoration: none;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

:root {
  --color-fixed-border-1: #b2b0b0;
  --color-light-3: #737373;
  --color-purple-hover: #77577f;
  --color-extra-dark-2: #737373;
  --background-playcard-header: #ffffff;
}

.heading-secondary {
  font-family: Roboto;
  line-height: normal;
  font-weight: 500;
  color: #2a2828;
  font-size: 3rem;
  margin: 0 0 5rem 3rem;
}
@media (max-width: 65.625em) {
  .heading-secondary {
    margin-left: 0;
  }
}

.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
  display: block;
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
/********** Banner Section   **********/
.banner-section {
  grid-column: center-start/center-end;
  width: 100%;
  margin-top: 7rem;
}
.banner-section .case-study-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-section .case-study-container .text-section {
  width: 65%;
}
.banner-section .case-study-container .text-section h1 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 20px;
}
.banner-section .case-study-container .text-section p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #333333;
}
.banner-section .case-study-container .image-section {
  position: relative;
}
.banner-section .case-study-container .image-section img {
  width: 100%;
}
.banner-section .case-study-container .image-section svg {
  position: absolute;
  top: -2.5rem;
  left: -7rem;
}

@media screen and (max-width: 1050px) {
  .banner-section .case-study-container .text-section {
    width: h1;
    width-font-size: 33px;
    width-line-height: 25px;
    width-letter-spacing: 0px;
  }
  .banner-section .case-study-container .text-section p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 768px) {
  .banner-section .case-study-container {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
  .banner-section .case-study-container .text-section {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .banner-section .case-study-container {
    gap: 4rem;
  }
  .banner-section .case-study-container .image-section {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .banner-section .case-study-container .image-section img {
    width: 80%;
  }
  .banner-section .case-study-container .image-section svg {
    position: absolute;
    top: -2.5rem;
    left: 3rem;
    width: 45px;
  }
}
@media screen and (max-width: 390px) {
  .banner-section .case-study-container .image-section svg {
    position: absolute;
    top: -2.5rem;
    left: 0px;
    width: 45px;
  }
}
/********** End-------Banner Section   **********/
/********** Blog listing Section **********/
.blogs {
  grid-column: center-start/center-end;
  margin: auto;
}
@media (max-width: 93.75em) {
  .blogs {
    max-width: 88.88rem;
  }
}
.blogs .filter-section {
  position: relative;
  color: var(--color-light-3);
  overflow: hidden;
  border-top: 1px solid var(--color-fixed-border-1);
  border-bottom: 1px solid var(--color-fixed-border-1);
}
.blogs .filter-section .filters-type-with-search {
  display: flex;
}
.blogs .filter-section .filters-type-with-search > * {
  border-bottom: 1px solid var(--color-fixed-border-1);
  flex: 1;
  margin-bottom: -1px;
  display: flex;
  gap: 1rem;
  padding: 2rem 0 2rem 2rem;
  align-items: center;
}
.blogs .filter-section .filters-type-with-search .search {
  border-right: 1px solid var(--color-fixed-border-1);
}
.blogs .filter-section .filters-type-with-search:not(.open) .filter-type {
  transition: border 0s 0.3s;
}
.blogs .filter-section .filters-type-with-search:not(.open) + .filters-container .filter-container {
  transition: visibility 0s 1s;
}
.blogs .filter-section .filters-type-with-search.open + .filters-container {
  max-height: 1500px;
}
.blogs .filter-section .filters-type-with-search #search-blogs {
  font-size: 2rem;
  width: 100%;
  background-color: transparent;
  color: var(--color-light-3);
}
.blogs .filter-section .filters-type-with-search ::placeholder {
  color: var(--color-light-3);
}
.blogs .filter-section svg {
  width: 1.8rem;
  height: 1.8rem;
}
.blogs .filter-section .filter-type {
  display: none;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  border-right: 1px solid var(--color-fixed-border-1);
}
.blogs .filter-section .filter-type .icons {
  display: grid;
}
.blogs .filter-section .filter-type .icons svg {
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
  transition: all 0.2s ease;
  grid-area: 1/1;
  transform: scaleY(0);
}
.blogs .filter-section .filter-type:not(.active) .add {
  transform: scaleY(1);
  opacity: 1;
}
.blogs .filter-section .filter-type.active {
  border-bottom: 0;
}
.blogs .filter-section .filter-type.active .subtract {
  transition: 0;
  transform: scaleY(1);
  opacity: 1;
}
.blogs .filter-section .filters-container {
  display: grid;
  font-size: 1.6rem;
  max-height: 0;
  transition: max-height 0.3s 0s cubic-bezier(0.85, 0, 0, 1);
}
.blogs .filter-section .filters-container .filter-container {
  grid-area: 1/1;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.5rem;
  align-items: center;
  pointer-events: none;
  padding-bottom: 1.5rem;
  padding-top: 3rem;
}
.blogs .filter-section .filters-container .filter-container.show {
  visibility: visible;
  pointer-events: all;
  overflow-y: auto;
  max-height: 500px;
}
.blogs .filter-section .filters-container .filter-container .filter {
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  padding: 1.5rem 3rem;
  transition: background-color 0.2s;
  border: 1px solid #e3e3e3;
}
.blogs .filter-section .filters-container .filter-container .filter:hover {
  background-color: rgba(145, 98, 156, 0.17);
}
.blogs .filter-section .filters-container .filter-container .filter.checked {
  background-color: rgba(145, 98, 156, 0.17);
}
.blogs .filter-section .filters-container .filter-btns {
  justify-self: self-end;
  margin: 1rem 0 2rem 0;
}
.blogs .filter-section .filters-container .filter-btns > * {
  font-size: 1.4rem;
  cursor: pointer;
  padding: 1rem 2rem;
}
.blogs .filter-section .filters-container .filter-btns > *:focus {
  box-shadow: none;
}
.blogs .filter-section .filters-container .filter-btns .clear {
  color: var(--color-light-3);
  font-weight: 500;
  padding: 1rem 2rem;
  background-color: transparent;
}
.blogs .filter-section .filters-container .filter-btns .results {
  background: linear-gradient(180deg, #ff80ad 0%, #ff9996 46.35%, #ffd164 100%);
}
.blogs .filter-sortby {
  position: relative;
}
.blogs .filter-sortby .sort-by-heading {
  width: max-content;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-top: 5rem;
  gap: 1rem;
  justify-content: flex-start;
  color: var(--color-extra-dark-2);
}
.blogs .filter-sortby .sort-by-heading svg {
  height: 20px;
  width: 20px;
  transition: transform 0.5s ease;
}
.blogs .filter-sortby .sort-by-heading .sort-by {
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 500;
}
.blogs .filter-sortby .sorting {
  opacity: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px;
  padding: 10px 10px;
  border-radius: 8px;
  background-color: var(--background-playcard-header);
  width: -moz-max-content;
  width: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 30px;
  z-index: 9;
  transition: opacity 0.5sease;
}
.blogs .filter-sortby .sorting p {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
.blogs .filter-sortby.active .sorting {
  opacity: 1;
}
.blogs .filter-sortby.active svg {
  transform: rotate(180deg);
}
.blogs .loading {
  display: none;
}
.blogs .loading.active {
  display: flex;
  justify-content: center;
}
.blogs .resource-list {
  margin-top: 10rem;
  display: grid;
  gap: 6rem;
  justify-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
@media (max-width: 65.625em) {
  .blogs .resource-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 650px) {
  .blogs .resource-list {
    grid-template-columns: 1fr;
  }
}
.blogs .resource-list .not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  grid-column: span 3;
}
.blogs .resource-list .not-found img {
  width: 40%;
}
.blogs .resource-list .not-found .button-div .reset-button {
  padding: 2rem 4rem;
  font-size: 1.4rem;
  background: linear-gradient(180deg, #ff80ad 0%, #ffd164 100%);
  cursor: pointer;
}
.blogs .resource-list .resource-data {
  background: #fff;
  border-radius: 0px 0px 8px 8px;
}
.blogs .resource-list .resource-data img {
  transform: scale(1);
  transition: 0.4s linear;
}
.blogs .resource-list .resource-data .blog-feature-image {
  width: 100%;
  overflow: hidden;
}
.blogs .resource-list .resource-data .blog-content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.blogs .resource-list .resource-data .blog-content .blog-timeline {
  width: 100%;
}
.blogs .resource-list .resource-data .blog-content .blog-timeline p {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #737373;
  align-items: center;
  font-size: 1.4rem;
}
.blogs .resource-list .resource-data .blog-content .blog-title .blog-heading {
  font-size: 1.6rem;
  color: #4a4a4a;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 24px;
}
.blogs .resource-list .resource-data .blog-content .blog-description {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.blogs .resource-list .resource-data .blog-content .blog-description p {
  font-size: 1.3rem;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 19.5px;
}
.blogs .resource-list .resource-data .blog-content .author-div {
  display: flex;
  width: 100%;
  justify-content: end;
  font-size: 1.4rem;
  color: #4a4a4a;
  align-items: center;
  text-align: center;
}
.blogs .resource-list .resource-data .blog-content .author-div a {
  border-radius: 8px;
  border: 2px solid #562762;
  background: #562762;
  padding: 7px 12px 5.81px 17px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blogs .resource-list .resource-data .blog-content .author-div a span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 19.2px;
  color: #f5f5f5;
}
.blogs .resource-list .resource-data:hover .blog-heading {
  text-decoration: underline;
}
.blogs .resource-list .resource-data:hover img {
  transform: scale(1.1);
  transition: 0.4s linear;
}

/*# sourceMappingURL=caseStudies.css.map*/