@import url("../fonts/Awesome/Awesome-Serif-Italic-VAR-VF.ttf");
@import url("../fonts/Arial Nova/ArialNova.ttf");

/* * {
  outline: 1px solid red !important;
} */

body {
  overflow-x: hidden;
}

/* ============================= */
/*     AWESOME SERIF ITALIC      */
/* ============================= */

@font-face {
  font-family: "AwesomeSerifItalic";
  src: url("../fonts/AwesomeSerifItalic/AwesomeSerifItalic-Regular.otf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "AwesomeSerifItalic";
  src: url("../fonts/AwesomeSerifItalic/AwesomeSerifItalic-LightReg.otf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "AwesomeSerifItalic";
  src: url("../fonts/AwesomeSerifItalic/AwesomeSerifItalic-BdRegular.otf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "AwesomeSerifItalic";
  src: url("../fonts/AwesomeSerifItalic/AwesomeSerifItalic-MedRegular.otf");
  font-weight: 500;
  font-style: italic;
}

/* Optional: Tall / ExtraTall / Sm / Md variants  
   You can map them to font-stretch or separate font-family names */

@font-face {
  font-family: "AwesomeSerifItalic-Tall";
  src: url("../fonts/AwesomeSerifItalic/AwesomeSerifItalic-Tall.otf");
  font-style: italic;
}

@font-face {
  font-family: "AwesomeSerifItalic-ExtraTall";
  src: url("../fonts/AwesomeSerifItalic/AwesomeSerifItalic-ExtraTall.otf");
  font-style: italic;
}

.orangeBg {
  background-color: #d77e09 !important;
}

.orangeTxt {
  color: #d77e09 !important;
}

/* .big-shoulders-<uniquifier> {
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.nova {
  font-family: "Arial Nova", sans-serif !important;
  font-style: normal;
}

/* .awesome {
  font-family: "Awesome Serif", serif !important;
  font-style: italic;
} */

.awesome {
  font-family: "AwesomeSerifItalic", serif !important;
  font-style: italic;
}

.big-shoulders {
  font-family: "Big Shoulders", sans-serif !important;
  font-optical-sizing: auto;
}

/* NON  Page */
.nonPage * {
  font-family: "Arial Nova", sans-serif;
  /* font-family: "Big Shoulders", sans-serif; */
}

.nonPage .case-study-info-counter h4 {
  font-size: 2.3rem;
  color: #f9e7c1;
}
.nonPage .case-study-info-counter p {
  color: #c27526;
  font-size: 1.1rem;
}

.nonPage .case-study-info-counter2 h1 {
  color: #ffeec8;
  font-size: 8rem;
  font-weight: bolder;
  line-height: 7rem;
}
.nonPage .case-study-info-counter2 p {
  color: #312112;
  font-size: 2rem;
  /* font-weight: bolder; */
}

.nonPage .case-study-info-counter2 h5 {
  color: #ffeec8;
  font-size: 4rem;
  font-weight: bolder;
}

.case-study-about p {
  font-size: 1.2rem;
}

.case-study-insideandcampaign h1 {
  font-size: 6rem;
  font-weight: bolder;
}
.case-study-insideandcampaign h5 {
  color: #ffeec8;
  font-size: 1.4rem;
}

.case-study-insideandcampaign h5 span {
  font-size: 1.8rem;
}

.case-study-insideandcampaign p {
  color: #ffeec8;
  font-size: 1.3rem;
}

.case-study-progress-counter h1 {
  font-size: 7rem;
  font-weight: bolder;
}

.case-study-progress-counter h4 {
  color: #ffeec8;
  font-size: 2rem;
}

.nonPage .redAlert .container-fluid {
  background-color: #313131;
}
.nonPage .redAlert h1 {
  color: #b00b10;
  font-size: 4.3rem;
}

.nonPage .redAlertDesc {
  font-size: 1.8rem;
  color: #ffeec8;
}

.nonPage .redAlertDesc span {
  font-size: 2rem;
}

.nonPage .noMore h1 {
  color: #b00b10;
  font-size: 4.3rem;
}

.nonPage .noMoreDesc {
  font-size: 1.8rem;
  color: #ffeec8;
}

.nonPage .noMoreDesc span {
  font-size: 2rem;
}

.nonPage .case-study-growth h1 {
  font-size: 5.5rem;
  font-weight: bolder;
}

.nonPage .case-study-growth ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.nonPage .case-study-growth ul li {
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

.nonPage .case-study-growth ul li:last-child {
  margin-bottom: 0;
}

.nonPage .case-study-growth ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/listStyle.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.horizontalRow div {
  /* border-width: 3px; */
  height: 3px;
  background-color: lightgray;
}

.bottomCTA h5 {
  font-size: 4rem;
  margin-bottom: 3rem;
}

.bottomCTA h1 {
  font-size: 5rem;
  font-weight: bolder;
  line-height: 0rem;
}

.bottomCTA p {
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  transform: translateY(-10px);
  margin-bottom: 3rem;
}

.bottomCTA button {
  background-color: #d77e09;
  color: white;
  font-size: 1.5rem;
  padding: 15px 40px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .nonPage .case-study-info-counter2 > div {
    align-items: center;
  }
  .nonPage .case-study-info-counter2 h1 {
    color: #ffeec8;
    font-size: 3rem;
    font-weight: bolder;
    line-height: 3rem;
  }
  .nonPage .case-study-info-counter2 p {
    color: #312112;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .nonPage .case-study-info-counter2 h5 {
    font-size: 2rem;
  }

  .nonPage .redAlert h1 {
    color: #b00b10;
    font-size: 2.3rem;
  }

  .nonPage .redAlertDesc {
    font-size: 1.8rem;
    color: #ffeec8;
  }

  .nonPage .redAlertDesc span {
    font-size: 2rem;
  }

  .nonPage .noMore h1 {
    color: #b00b10;
    font-size: 2.3rem;
  }

  .nonPage .noMoreDesc {
    font-size: 1.8rem;
    color: #ffeec8;
  }

  .nonPage .noMoreDesc span {
    font-size: 2rem;
  }

  .bottomCTA h5 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .bottomCTA h1 {
    font-size: 2rem;
    font-weight: bolder;
    line-height: 0rem;
  }

  .bottomCTA p {
    font-size: 3rem;
    font-weight: 500;
    position: relative;
    transform: translateY(-10px);
    margin-bottom: 2rem;
  }

  .bottomCTA button {
    background-color: #d77e09;
    color: white;
    font-size: 1.5rem;
    padding: 15px 40px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
  }

  .tmcCounter .row > div {
    flex: 1 1 50% !important;
    padding: 10px;
  }

  .tmcCounter .row h1 {
    font-size: 2.5rem !important;
  }

  .tmcPage .the-execution .row {
    height: auto !important;
    padding: 40px 0 !important;
  }
}

/* spunkies page */

.spunkiesPage * {
  font-family: "Arial Nova", sans-serif;
  /* font-family: "Big Shoulders", sans-serif; */
}

.spunkiesPage .case-study-info-counter h4 {
  font-size: 2.3rem;
  color: #3854a1;
}
.spunkiesPage .case-study-info-counter p {
  color: #242117;
  font-size: 1.1rem;
}

.spunkiesPage .case-study-info-counter2 h1 {
  color: #ffeec8;
  font-size: 8rem;
  font-weight: bolder;
  line-height: 7rem;
}
.spunkiesPage .case-study-info-counter2 p {
  color: #312112;
  font-size: 2rem;
  /* font-weight: bolder; */
}

.spunkiesPage .case-study-info-counter2 h5 {
  color: #ffeec8;
  font-size: 4rem;
  font-weight: bolder;
}

.spunkiesPage .case-study-about p {
  font-size: 1.1rem;
}

.spunkiesPage .case-study-insideandcampaign h1 {
  font-size: 6rem;
  font-weight: bolder;
  color: #3854a1;
}

.spunkiesPage .case-study-insideandcampaign p {
  color: #312112;
  font-size: 1.2rem;
}

.spunkiesPage .the-execution > div > div {
  color: #fcdd5e;
  font-size: 1.2rem;
  border: 0.6px solid #dbbc4163;
  margin-bottom: 20px;
  font-weight: bold;
}

/* kanulPage */

.kanulPage * {
  font-family: "Arial Nova", sans-serif;
  /* font-family: "Big Shoulders", sans-serif; */
}

.kanulPage .case-study-info-counter h4 {
  font-size: 2.3rem;
  color: #3854a1;
}
.kanulPage .case-study-info-counter p {
  color: #242117;
  font-size: 1.1rem;
}

.kanulPage .case-study-info-counter2 h1 {
  color: #ffeec8;
  font-size: 8rem;
  font-weight: bolder;
  line-height: 7rem;
}
.kanulPage .case-study-info-counter2 p {
  color: #312112;
  font-size: 2rem;
  /* font-weight: bolder; */
}

.kanulPage .case-study-info-counter2 h5 {
  color: #ffeec8;
  font-size: 4rem;
  font-weight: bolder;
}

.kanulPage .case-study-about p {
  font-size: 1.1rem;
}

.kanulPage .case-study-insideandcampaign h1 {
  font-size: 6rem;
  font-weight: bolder;
  color: #3854a1;
}

.kanulPage .case-study-insideandcampaign p {
  color: #312112;
  font-size: 1.2rem;
}

.kanulPage .case-study-growth h1 {
  font-size: 5.5rem;
  font-weight: bolder;
}

.kanulPage .case-study-growth ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.kanulPage .case-study-growth ul li {
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

.kanulPage .case-study-growth ul li:last-child {
  margin-bottom: 0;
}

.kanulPage .case-study-growth ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/listStyle.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.kanulPage .impact h1 {
  color: #f9e7c1;
  font-size: 9rem;
  font-weight: bolder;
}

.kanulPage .impact ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.kanulPage .impact ul li {
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  color: #d77e09;
}

.kanulPage .impact ul li:last-child {
  margin-bottom: 0;
}

.kanulPage .impact ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/kanul-influncer-case-study/dot.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .kanulGrid > div > div {
    /* display: block !important; */
    flex-wrap: wrap !important;
  }
}

/* tmcPage */

.tmcPage * {
  font-family: "Arial Nova", sans-serif;
  /* font-family: "Big Shoulders", sans-serif; */
}

.tmcPage .case-study-info-counter h4 {
  font-size: 2.3rem;
  /* color: #f9e7c1; */
}
.tmcPage .case-study-info-counter p {
  /* color: #c27526; */
  font-size: 1.1rem;
}

.tmcPage .tmcCounter h1 {
  font-size: 4rem;
  font-weight: bolder;
}

.tmcPage .tmcCounter p {
  /* color: #c27526; */
  font-size: 1.2rem;
  font-weight: 600;
}

.tmcPage .case-study-insideandcampaign h1 {
  font-size: 6rem;
  font-weight: bolder;
  color: #ffeec8;
}

.tmcPage .case-study-insideandcampaign p {
  color: #ffeec8;
  font-size: 1.3rem;
}

.tmcPage .the-execution .row {
  height: 100px;
}

.tmcPage .the-execution .text-end h5 {
  font-size: 1.1rem;
}

.tmcPage .case-study-growth h1 {
  font-size: 5.5rem;
  font-weight: bolder;
}

.tmcPage .case-study-growth ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tmcPage .case-study-growth ul li {
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

.tmcPage .case-study-growth ul li:last-child {
  margin-bottom: 0;
}

.tmcPage .case-study-growth ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/listStyle.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper2 {
  width: 100%;
  padding: 1.875rem 0;
}

.swiper2 .swiper-slide {
  /* width: 18.75rem; */
  /* width: 10rem; */
  height: 28rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  box-shadow: 0.063rem 0.5rem 1.25rem hsl(0deg 0% 0% / 12.16%);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.swiper2 .swiper-slide .swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  line-height: 0;
  bottom: -0.063rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.swiper2 .swiper-slide .swiper-slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
}

.swiper2 .swiper-slide .swiper-slide-content {
  background: #fff;
  padding: 0 1.65rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 100%;
}

.swiper2 .swiper-slide .swiper-slide-content > div {
  transform: translateY(-1.25rem);
}

.swiper2 .swiper-slide .swiper-slide-content h2 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.425rem;
  text-transform: capitalize;
  letter-spacing: 0.02rem;
}

.swiper2 .swiper-slide .swiper-slide-content p {
  color: #000;
  line-height: 1.6;
  font-size: 0.9rem;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper2 .swiper-slide .swiper-slide-content .show-more {
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24aad9;
  border-radius: 50%;
  box-shadow: 0px 0.125rem 0.875rem #24aad96b;
  margin-top: 1em;
  margin-bottom: 0.2em;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.swiper2 .swiper-slide .swiper-slide-content .show-more svg {
  width: 1.75rem;
  color: #fff;
}

.swiper2 .swiper-3d .swiper-slide-shadow-left,
.swiper2 .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 93.75rem) {
  .swiper2 {
    width: 85%;
  }
}
