@font-face {
  font-family: 'Racing Sans One';
  src: url('./fonts/RacingSansOne-Regular.eot');
  src: local('Racing Sans One'), local('RacingSansOne-Regular'),
    url('./fonts/RacingSansOne-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/RacingSansOne-Regular.woff2') format('woff2'),
    url('./fonts/RacingSansOne-Regular.woff') format('woff'),
    url('./fonts/RacingSansOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter18pt-Bold.eot');
  src: local('Inter 18pt Bold'), local('Inter18pt-Bold'),
    url('./fonts/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Inter18pt-Bold.woff2') format('woff2'),
    url('./fonts/Inter18pt-Bold.woff') format('woff'),
    url('./fonts/Inter18pt-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter18pt-Light.eot');
  src: local('Inter 18pt Light'), local('Inter18pt-Light'),
    url('./fonts/Inter18pt-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Inter18pt-Light.woff2') format('woff2'),
    url('./fonts/Inter18pt-Light.woff') format('woff'),
    url('./fonts/Inter18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter18pt-Medium.eot');
  src: local('Inter 18pt Medium'), local('Inter18pt-Medium'),
    url('./fonts/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Inter18pt-Medium.woff2') format('woff2'),
    url('./fonts/Inter18pt-Medium.woff') format('woff'),
    url('./fonts/Inter18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter18pt-Regular.eot');
  src: local('Inter 18pt Regular'), local('Inter18pt-Regular'),
    url('./fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Inter18pt-Regular.woff2') format('woff2'),
    url('./fonts/Inter18pt-Regular.woff') format('woff'),
    url('./fonts/Inter18pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter18pt-SemiBold.eot');
  src: local('Inter 18pt SemiBold'), local('Inter18pt-SemiBold'),
    url('./fonts/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Inter18pt-SemiBold.woff2') format('woff2'),
    url('./fonts/Inter18pt-SemiBold.woff') format('woff'),
    url('./fonts/Inter18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/Manrope-ExtraBold.woff2') format('woff2'),
    url('./fonts/Manrope-ExtraBold.woff') format('woff'),
    url('./fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #cf0027;
  --secondary-color: #ffffff;
  --accent-color: #000000;
  --tertiary-color: #ffcd1c;
  --quaternary-color: #1f1f1f;
  --quinary-color: #fbfbfb;
  --senary-color: #242323;
  --color-dark-111: #111111;
  --septenary-color: #ff0000;
  --orange-color: #fc4200;
  --font-family-primary: 'Racing Sans One', sans-serif;
  --font-family-secondary: 'Inter', sans-serif;
}

.kfc-container .racing-sans-one {
  font-family: 'Racing Sans One';
  font-weight: normal;
  font-style: normal;
}

.kfc-container .font-inter {
  font-family: 'Inter', sans-serif;
}

.kfc-container .font-manrope {
  font-family: 'Manrope', sans-serif;
}

.kfc-container .text-77 {
  font-size: 77px;
}

@media screen and (max-width: 1380px) {
  .kfc-container .text-77 {
    font-size: 65px;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .text-77 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .kfc-container .text-77 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .kfc-container .text-77 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .kfc-container .text-77 {
    font-size: 34px;
  }
}
.kfc-container .text-68 {
  font-size: 68px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .text-68 {
    font-size: 56px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .text-68 {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .text-68 {
    font-size: 38px;
  }
}

.kfc-container .text-64 {
  font-size: 64px;
}

.kfc-container .text-56 {
  font-size: 56px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .text-56 {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .text-56 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .text-56 {
    font-size: 28px;
  }
}

.kfc-container .text-44 {
  font-size: 44px;
}

.kfc-container .text-38 {
  font-size: 38px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .text-38 {
    font-size: 34px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .text-38 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .text-38 {
    font-size: 24px;
  }
}
.kfc-container .text-36 {
  font-size: 36px;
}
.kfc-container .text-32 {
  font-size: 32px;
}
.kfc-container .text-28 {
  font-size: 28px;
}
.kfc-container .text-26 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .kfc-container .text-26 {
    font-size: 22px;
  }
}

.kfc-container .text-24 {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .kfc-container .text-24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .kfc-container .text-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kfc-container .text-24 {
    font-size: 17px;
  }
}
.kfc-container .text-22 {
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .kfc-container .text-22 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .kfc-container .text-22 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kfc-container .text-22 {
    font-size: 15px;
  }
}
.kfc-container .text-20 {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .kfc-container .text-20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kfc-container .text-20 {
    font-size: 15px;
  }
}
.kfc-container .text-18 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .kfc-container .text-18 {
    font-size: 15px;
  }
}

.kfc-container .text-16 {
  font-size: 16px;
}
.kfc-container .text-14 {
  font-size: 14px;
}
.kfc-container .font-regular {
  font-weight: normal;
}

.kfc-container .font-medium {
  font-weight: 500;
}

.kfc-container .font-light {
  font-weight: 300;
}

.kfc-container .font-bold {
  font-weight: bold;
}

.kfc-container .font-semibold {
  font-weight: 600;
}
.kfc-container .font-extrabold {
  font-weight: 800;
}
.kfc-container .lh-120 {
  line-height: 120%;
}

.kfc-container .lh-100 {
  line-height: 100%;
}

.kfc-container .lh-48 {
  line-height: 48px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .lh-48 {
    line-height: 42px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .lh-48 {
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .lh-48 {
    line-height: 28px;
  }
}

.kfc-container .lh-38 {
  line-height: 38px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .lh-38 {
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .lh-38 {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .lh-38 {
    line-height: 26px;
  }
}

.kfc-container .max-w-720 {
  max-width: 720px;
}

.kfc-container .letter-spacing-zero {
  letter-spacing: 0;
}

.kfc-container .text-white {
  color: var(--secondary-color);
}

.kfc-container .text-black {
  color: var(--accent-color);
}

.kfc-container .text-tertiary {
  color: var(--tertiary-color);
}

.kfc-container .text-quaternary {
  color: var(--quaternary-color);
}

.kfc-container .text-quinary {
  color: var(--quinary-color);
}

.kfc-container .text-senary {
  color: var(--senary-color);
}

.kfc-container .text-color-dark-111 {
  color: var(--color-dark-111);
}

.kfc-container .mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .kfc-container .mt-40 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .mt-40 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .mt-40 {
    margin-top: 20px;
  }
}
.kfc-container .mt-24 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .kfc-container .mt-24 {
    margin-top: 16px;
  }
}
.kfc-container .mt-16 {
  margin-top: 16px;
}
.kfc-container .pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1199px) {
  .kfc-container .pt-120 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .pt-120 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .pt-120 {
    padding-top: 30px;
  }
}
.kfc-container .pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .kfc-container .pt-100 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .pt-100 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .pt-100 {
    padding-top: 30px;
  }
}
.kfc-container .pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .kfc-container .pb-100 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .kfc-container .pb-100 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kfc-container .pb-100 {
    padding-bottom: 30px;
  }
}
.kfc-container {
  overflow: hidden;
}
.kfc-container .max-w-1520 {
  max-width: 1520px;
  margin: 0 auto;
}

@media screen and (max-width: 1520px) {
  .kfc-container .max-w-1520 {
    padding: 0 16px;
  }
}

.kfc-container .py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .py-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .py-120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.kfc-container .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .py-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.kfc-container .py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .py-60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .py-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.kfc-container .text-align-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kfc-container .text-middle {
    text-align: center;
  }
}

.kfc-container .text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kfc-container .text-center {
    text-align: left !important;
  }
}

.kfc-container .text-right {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .kfc-container .text-right {
    text-align: left;
  }
}

.kfc-container .bg-quinary-color {
  background-color: var(--quinary-color);
}

.kfc-container .bg-white {
  background-color: var(--secondary-color);
}

.kfc-container .bg-black {
  background-color: var(--accent-color);
}

.kfc-container .bg-septenary {
  background-color: var(--septenary-color);
}

.kfc-container .bg-orange {
  background-color: var(--orange-color);
}

.kfc-container .opacity-60 {
  opacity: 0.6;
}

.kfc-container .text-uppercase {
  text-transform: uppercase;
}
/* START : Hero Section */
.kfc-container .hero-container {
  background-position: bottom;
  background-repeat: no-repeat;
  height: 1250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color);
}

@media screen and (max-width: 1680px) {
  .kfc-container .hero-container {
    height: 1150px;
  }
}

@media screen and (max-width: 1440px) {
  .kfc-container .hero-container {
    height: 1100px;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .hero-container {
    height: 1000px;
  }
}

@media screen and (max-width: 1024px) {
  .kfc-container .hero-container {
    height: 900px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .hero-container {
    height: 800px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-container {
    height: fit-content;
  }
}

.kfc-container .hero-upper-layer img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-upper-layer img {
    object-fit: none;
  }
}

.kfc-container .hero-bg-red {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.1;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-bg-red {
    display: none;
  }
}

.kfc-container .hero-kfc-chicken {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  .kfc-container .hero-kfc-chicken > img {
    width: 400px;
    height: 350px;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .hero-kfc-chicken > img {
    width: 300px;
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .hero-kfc-chicken > img {
    width: 250px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-kfc-chicken > img {
    display: none;
  }
}

.kfc-container .hero-kfc-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 1480px;
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130px;
}

@media screen and (max-width: 1680px) {
  .kfc-container .hero-kfc-content-wrapper {
    width: 1280px;
  }
}

@media screen and (max-width: 1440px) {
  .kfc-container .hero-kfc-content-wrapper {
    width: 100%;
    margin: 0 4px; 
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .hero-kfc-content-wrapper {
    bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-kfc-content-wrapper {
    position: static;
    width: 100%;
    transform: none;
  }
}

@media screen and (max-width: 321px) {
  .kfc-container .hero-kfc-content-wrapper {
    top: 40%;
  }
}

.kfc-container .hero-kfc-content {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-kfc-content {
    display: none;
  }
}

.kfc-container .hero-kfc-content::before {
  content: '';
  position: absolute;
  width: 717px;
  height: 717px;
  background: #fcb749;
  border-radius: 99em;
  filter: blur(100px);
  top: -300px;
  left: 40%;
  transform: translateX(-50%);
  z-index: 3;
}

.kfc-container .kfc-chicken-bucket {
  width: 694px;
  height: auto;
  margin-bottom: -40px;
  position: relative;
  z-index: 4;
  display: block;
}

@media screen and (max-width: 1680px) {
  .kfc-container .kfc-chicken-bucket {
    width: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .kfc-chicken-bucket {
    width: 464px;
  }
}

@media screen and (max-width: 1024px) {
  .kfc-container .kfc-chicken-bucket {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .kfc-chicken-bucket {
    width: 400px;
  }
}

@media screen and (max-width: 860px) {
  .kfc-container .kfc-chicken-bucket {
    width: 320px;
  }
}

.kfc-container .kfc-bucket-steam {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.kfc-container .hero-kfc-logo {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: 187px;
  height: auto;
  z-index: 6;
}

@media screen and (max-width: 1199px) {
  .kfc-container .hero-kfc-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kfc-container .hero-kfc-logo > img {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-kfc-logo {
    position: static;
    width: 100%;
    transform: translateX(0);
    margin-top: 30px;
  }
  .kfc-container .hero-kfc-logo > img {
    width: 120px;
  }
}

.kfc-container .hero-kfc-header {
  margin-top: 150px;
}

@media screen and (max-width: 1024px) {
  .kfc-container .hero-kfc-header {
    margin-top: 100px;
    z-index: 5;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .hero-kfc-header {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-kfc-header {
    margin: 60px 16px 80px;
  }
}

.kfc-container .hero-kfc-chilli {
  position: absolute;
  top: 20px;
  right: 183px;
  z-index: 10;
}

@media screen and (max-width: 1680px) {
  .kfc-container .hero-kfc-chilli {
    right: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .hero-kfc-chilli {
    right: 80px;
  }

  .kfc-container .hero-kfc-chilli > img {
    width: auto;
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .hero-kfc-chilli {
    right: 40px;
  }

  .kfc-container .hero-kfc-chilli > img {
    width: auto;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .hero-kfc-chilli {
    display: none;
  }
}
/* END : Hero Section */

/* START : Three Piller */
.kfc-container .three-piller {
  display: flex;
  justify-content: end;
  gap: 40px;
  align-items: center;
  max-width: 1270px;
  margin: 0 auto;
}

.kfc-container .three-piller-one {
  width: 57px;
  height: 90px;
  background-color: #e4002b;
}

/* Large desktops (1270px and above) */
@media (max-width: 1270px) {
  .kfc-container .three-piller {
    max-width: 100%;
    padding: 0 30px;
  }
}

/* Tablets landscape / small desktops (768px – 1024px) */
@media (max-width: 1024px) {
  .kfc-container .three-piller {
    gap: 24px;
    padding: 0 24px;
  }

  .kfc-container .three-piller-one {
    width: 48px;
    height: 76px;
  }
}

/* Tablets portrait (576px – 768px) */
@media (max-width: 768px) {
  .kfc-container .three-piller {
    justify-content: center;
    gap: 20px;
    padding: 0 16px;
  }

  .kfc-container .three-piller-one {
    width: 42px;
    height: 66px;
  }
}

/* Mobile large (480px – 576px) */
@media (max-width: 576px) {
  .kfc-container .three-piller {
    gap: 14px;
    padding: 0 12px;
  }

  .kfc-container .three-piller-one {
    width: 36px;
    height: 57px;
  }
}

/* Mobile small (up to 480px) */
@media (max-width: 480px) {
  .kfc-container .three-piller {
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
  }

  .kfc-container .three-piller-one {
    width: 30px;
    height: 48px;
  }
}
/* END : Three Piller */

/* START : Brief Section */
.kfc-container .kfc-berif-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (max-width: 1199px) {
  .kfc-container .kfc-berif-wrapper {
    padding: 0 16px;
  }
}

.kfc-container .problem-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.kfc-container .problem-list li {
  font-size: 22px;
  line-height: 48px;
  position: relative;
  padding-left: 20px;
  font-weight: 300;
}

.kfc-container .problem-list li::before {
  content: '>';
  position: absolute;
  left: 0;
  bottom: 2px;
  font-weight: 300;
}

@media screen and (max-width: 1199px) {
  .kfc-container .problem-list li {
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .problem-list li {
    font-size: 18px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .problem-list li {
    font-size: 15px;
    line-height: 26px;
    padding-left: 16px;
  }

  .kfc-container .problem-list li::before {
    top: 0;
  }

  .kfc-container .problem-list {
    margin-top: 0px;
  }
}
/* END : Brief Section */

/* START : Dashboard Mockup */
.kfc-container .kfc-dashboard-mockup {
  width: 100%;
  height: 100%;
}
/* END : Dashboard Mockup */

/* START : CHART */
.kfc-container .chart-section {
  background: url('./img/chart-bg.webp') center / cover no-repeat;
}

.kfc-container .chart-wrapper {
  display: flex;
  justify-content: center;
}

.kfc-container .chart {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kfc-container .node {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  padding: 12px 28px;
  min-height: 48px;
}

.kfc-container .nd {
  background: #ffffff;
  border: 1px dashed black;
  color: black;
}

.kfc-container .nr {
  background: #e4002b;
  border: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.kfc-container .nb {
  background: #1a1a1a;
  border: none;
  color: #ffffff;
  font-weight: 600;
}

.kfc-container .home-node {
  width: fit-content;
  font-size: 30px;
  font-weight: 500;
  padding: 14px 73px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .kfc-container .home-node {
    font-size: 24px;
    padding: 10px 40px;
  }
}

.kfc-container .vl {
  width: 0;
  border-left: 1px dashed black;
  flex-shrink: 0;
}

.kfc-container .vl-sm {
  height: 50px;
}

.kfc-container .vl-md {
  height: 28px;
}

.kfc-container .h-branch {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.kfc-container .h-branch::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% / 6.5);
  right: calc(100% / 6.5);
  height: 0;
  border-top: 1px dashed black;
}

.kfc-container .h-branch-col {
  width: 30.333%;
  display: flex;
  justify-content: center;
}

.kfc-container .columns {
  display: flex;
  width: 100%;
  gap: 60px;
  align-items: flex-start;
}

.kfc-container .col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kfc-container .col > .node {
  width: 100%;
}

.kfc-container .twoline {
  white-space: normal;
  line-height: 1.35;
  padding-top: 10px;
  padding-bottom: 10px;
}

.kfc-container .fork-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kfc-container .fork-stem {
  width: 0;
  height: 22px;
  border-left: 1px dashed black;
}

.kfc-container .fork-bar {
  width: 70%;
  height: 0;
  border-top: 1px dashed black;
}

.kfc-container .fork-drops {
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.kfc-container .fork-drop-left {
  display: flex;
  justify-content: start;
  width: 50%;
}

.kfc-container .fork-drop-right {
  display: flex;
  justify-content: end;
  width: 50%;
}

.kfc-container .fork-vline {
  width: 0;
  height: 20px;
  border-left: 1px dashed black;
}

.kfc-container .fork-btns {
  width: 100%;
  display: flex;
  gap: 14px;
  justify-content: center;
  white-space: nowrap;
}

.kfc-container .fork-btn {
  flex: 1;
  font-size: 16px;
  padding: 13px 12px;
}

.kfc-container .btn-row {
  display: flex;
  width: 100%;
  gap: 14px;
}

.kfc-container .btn-row .node {
  flex: 1;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 12px;
}

@media screen and (max-width: 1024px) {
  .kfc-container .columns {
    gap: 20px;
  }

  .kfc-container .twoline {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .kfc-container .nr {
    font-size: 16px;
  }

  .kfc-container .node {
    padding: 8px 16px;
    font-size: 16px;
  }
}

@media screen and (max-width: 660px) {
  .kfc-container .chart {
    position: relative;
    padding: 0 20px;
  }

  .kfc-container .chart::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 20px;
    bottom: 0;
    border-left: 2px dashed rgba(0, 0, 0, 0.28);
    height: 667px;
  }

  .kfc-container .columns {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .kfc-container .col {
    position: relative;
    padding-left: 40px;
    width: 100%;
  }

  .kfc-container .nr {
    position: relative;
    margin-bottom: 14px;
  }

  .kfc-container .nr::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 51px;
    border-top: 2px dashed rgba(0, 0, 0, 0.28);
  }
  .kfc-container .home-node::after {
    display: none;
  }
  .kfc-container .nd {
    position: relative;
    margin-left: 30px;
    margin-bottom: 12px;
  }

  .kfc-container .nd::before {
    content: '';
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    border-top: 2px dashed rgba(0, 0, 0, 0.28);
  }

  .kfc-container .nd::after {
    content: '';
    position: absolute;
    left: -23px;
    top: -33px;
    height: 50px;
    bottom: 10px;
    border-left: 2px dashed rgba(0, 0, 0, 0.28);
  }

  .kfc-container .vl,
  .kfc-container .vl-sm,
  .kfc-container .vl-md,
  .kfc-container .h-branch {
    display: none;
  }

  .kfc-container .node {
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 0px 0px;
    height: 0px;
    border-radius: 14px;
    min-height: 40px;
  }

  .kfc-container .nr {
    color: #fff;
    font-weight: 700;
  }

  .kfc-container .nd {
    background: #f5f5f5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .kfc-container .home-node {
    margin-left: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .kfc-container .fork-btn::before {
    display: none;
  }
  .kfc-container .fork-btn {
    padding: 0px 4px;
  }
  .kfc-container .fork-wrap {
    margin-top: -10px;
  }
}
/* END : Chart */

/* START : Impressive Impact */
.kfc-container .impressive-impact-states {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}

.kfc-container .impressive-impact-state-card {
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  border: none;
  background-image: repeating-linear-gradient(
      90deg,
      #000 0,
      #000 5px,
      transparent 5px,
      transparent 10px
    ),
    repeating-linear-gradient(
      180deg,
      #000 0,
      #000 5px,
      transparent 5px,
      transparent 10px
    ),
    repeating-linear-gradient(
      90deg,
      #000 0,
      #000 5px,
      transparent 5px,
      transparent 10px
    ),
    repeating-linear-gradient(
      180deg,
      #000 0,
      #000 5px,
      transparent 5px,
      transparent 10px
    );
  background-size: 10px 1px, 1px 10px, 10px 1px, 1px 10px;
  background-position: 0 0, 100% 0, 0 100%, 0 0;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
}

@media screen and (max-width: 1199px) {
  .kfc-container .impressive-impact-states {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .kfc-container .impressive-impact-state-card:nth-child(3) {
    grid-column: span 2;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .impressive-impact-states {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .impressive-impact-states {
    /* grid-template-columns: 1fr; */
    display: flex;
    overflow-x: scroll;
    padding-bottom: 10px;
    gap: 20px;
  }

  .kfc-container .impressive-impact-state-card:nth-child(3) {
    grid-column: span 1;
  }

  .kfc-container .impressive-impact-state-card {
    padding: 20px 0;
    flex: 0 0 70%;
  }
}

/* END : Impressive Impact */

/* START : Mobile App Screens */
/* Main Wrapper */
.kfc-container .mobile-app-screens {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1010px;
  margin: 0 auto;
}

/* Each Screen Block */
.kfc-container .mobile-app-screen-content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .kfc-container .mobile-app-screens {
    gap: 60px;
  }

  .kfc-container .mobile-app-screen-content {
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .mobile-app-screens {
    gap: 50px;
  }

  .kfc-container .mobile-app-screen-content {
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .kfc-container .mobile-app-screens {
    flex-direction: row;
    overflow-x: auto;
    gap: 5px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .kfc-container .mobile-app-screen-content {
    flex: 0 0 93%;
    flex-direction: column;
    gap: 0;
    text-align: start;
    scroll-snap-align: start;
    padding: 16px;
    background-color: rgb(238, 236, 236);
    border-radius: 15px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .mobile-app-screen-images {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .mobile-app-screen-images {
    width: 250px;
  }
}
/* END : Mobile App Screens */

/* START : Admin Dashboard */
.kfc-container .admin-dashboard-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 580px 1fr 1fr;
}

@media screen and (max-width: 1336px) {
  .kfc-container .admin-dashboard-wrapper {
    grid-template-columns: 450px 1fr 1fr;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .admin-dashboard-wrapper {
    grid-template-columns: 1fr;
  }
}

.kfc-container .admin-dashboard-images-one {
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .kfc-container .admin-dashboard-images-one {
    display: none;
  }
}

.kfc-container .admin-dashboard-images-one > img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.kfc-container .admin-dashboard-images-two {
  grid-column: span 2;
}

@media screen and (max-width: 1199px) {
  .kfc-container .admin-dashboard-images-two {
    grid-column: span 1;
  }
}

.kfc-container .admin-dashboard-images-two > img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .kfc-container .admin-dashboard-images-two > img {
    border-radius: 15px;
  }
}
/* END : Admin Dashboard */

/* START : Challenge Section */
.kfc-container .challenge-section {
  max-width: 1567px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .kfc-container .challenge-section {
    padding: 0 16px;
  }
}

.kfc-container .challenge-section-wrapper {
  background-color: var(--primary-color);
  position: relative;
}

.kfc-container .kfc-challenges-desktop {
  margin-top: -575px;
  z-index: 3;
  position: relative;
  margin-bottom: -120px;
}

.kfc-container .mobile-in-hand {
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .kfc-container .mobile-in-hand {
    height: auto;
    width: 800px;
  }
}

@media screen and (max-width: 1380px) {
  .kfc-container .mobile-in-hand {
    height: auto;
    width: 700px;
  }
}

@media screen and (max-width: 1200px) {
  .kfc-container .mobile-in-hand {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .kfc-container .kfc-challenges-desktop {
    height: auto;
    width: 100%;
    margin-top: -450px;
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 1480px) {
  .kfc-container .kfc-challenges-desktop {
    margin-bottom: -95px;
  }
}

@media screen and (max-width: 1380px) {
  .kfc-container .kfc-challenges-desktop {
    margin-bottom: -85px;
    margin-top: -380px;
  }
}
@media screen and (max-width: 1200px) {
  .kfc-container .kfc-challenges-desktop {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .kfc-container .kfc-challenges-desktop {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .kfc-challenges-desktop {
    scale: 1.25;
    margin-left: 35px;
  }
}

.kfc-container .challenge-section-left-content {
  margin-top: 100px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .kfc-container .challenge-section-left-content {
    margin-top: 30px;
  }
}

.kfc-container .challenge-section-left {
  display: flex;
  gap: 0px;
}

.kfc-container .challenge-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* END : Challenge Section */

/* START : Competitive Analysis */
.kfc-container .competitive-analysis-wrapper {
  position: relative;
}

.kfc-container .competitive-analysis {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.kfc-container .card {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  overflow-x: auto;
  margin-top: 50px;
  border: 4px solid #eaecf0;
}

.kfc-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.kfc-container col.col-cat {
  width: 19%;
}
.kfc-container col.col-kfc {
  width: 21%;
}
.kfc-container col.col-mcd {
  width: 20%;
}
.kfc-container col.col-bk {
  width: 20%;
}
.kfc-container col.col-pop {
  width: 20%;
}

.kfc-container thead tr {
  border-bottom: 6px solid #d6d8dc;
}

.kfc-container th.h-cat,
.kfc-container td.cat-col {
  position: sticky;
  left: 0;
}

.kfc-container td.cat-col {
  background: #fff;
}

.kfc-container thead th {
  padding: 18px 16px 16px;
  vertical-align: middle;
  border-bottom: 3px solid #d0d0d0;
}

.kfc-container th.h-cat {
  font-weight: bold;
  color: #1a1a1a;
  text-align: left;
  background: #ffffff;
}

.kfc-container th.h-kfc {
  background: #b10f23;
}

.kfc-container th.h-kfc .brand-name {
  color: #ffffff;
  font-weight: 700;
}

.kfc-container th.h-mcd,
.kfc-container th.h-bk,
.kfc-container th.h-pop {
  background: #ffffff;
  text-align: left;
}

.kfc-container .brand-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kfc-container .brand-name {
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
}

.kfc-container .logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.kfc-container .logo-kfc {
  background: #ffffff;
}

.kfc-container .logo-mcd {
  background: #da291c;
}

.kfc-container .logo-bk {
  background: #ffffff;
  border: 2px solid #ddd;
}

.kfc-container .logo-pop {
  background: #f97316;
}

.kfc-container tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

.kfc-container tbody tr:last-child {
  border-bottom: none;
}

.kfc-container tbody tr:nth-child(odd) td.cat-col,
.kfc-container tbody tr:nth-child(odd) td.data-col {
  background: #ffffff;
}

.kfc-container tbody tr:nth-child(even) td.cat-col,
.kfc-container tbody tr:nth-child(even) td.data-col {
  background: #f7f7f7;
}

.kfc-container tbody tr:nth-child(odd) td.kfc-col {
  background: #b10f23;
}

.kfc-container tbody tr:nth-child(even) td.kfc-col {
  background: #b10f23;
}

.kfc-container td.cat-col {
  padding: 15px 16px;
  font-weight: 600;
  color: #2c2c2c;
  vertical-align: top;
  line-height: 1.5;
}

.kfc-container td.kfc-col {
  padding: 15px 16px;
  font-weight: 400;
  color: #fff;
  vertical-align: top;
  line-height: 1.5;
}

.kfc-container td.data-col {
  padding: 15px 16px;
  font-weight: 400;
  color: #444;
  vertical-align: top;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .kfc-container body {
    padding: 14px 6px;
  }

  .kfc-container .card {
    border-radius: 10px;
    margin-top: 30px;
  }

  .kfc-container thead th {
    padding: 14px 10px 12px;
  }

  .kfc-container td {
    padding: 12px 10px !important;
  }

  .kfc-container .logo {
    width: 30px;
    height: 30px;
  }

  .kfc-container .brand-cell {
    gap: 7px;
  }
}
.kfc-container .table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: difference;
  z-index: 0;
  pointer-events: none;
}
/* END : Competitive Analysis */

/* START : Emapathy Map */
.kfc-container .empathy-map-overlay-wrapper {
  position: relative;
}
.kfc-container .empathy-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: hue;
  z-index: 0;
  pointer-events: none;
}
.kfc-container .empathy-map-wrapper {
  max-width: calc(100vw - 172px);
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .kfc-container .empathy-map-wrapper {
    max-width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 1336px) {
  .kfc-container .empathy-map-wrapper {
    max-width: calc(100vw - 50px);
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .empathy-map-wrapper {
    max-width: 100%;
    margin: 0 16px;
    padding-top: 30px;
  }
}
.kfc-container .empathy-map-cards {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .kfc-container .empathy-map-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .empathy-map-cards {
    margin-top: 30px;
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .empathy-map-overlay-wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kfc-container .empathy-map-overlay-wrapper {
    padding-bottom: 30px;
  }
}

.kfc-container .kfc-man {
  margin-top: 200px;
  width: 1000px;
  height: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1800px) {
  .kfc-container .kfc-man {
    width: 800px;
  }
}

@media screen and (max-width: 1600px) {
  .kfc-container .kfc-man {
    width: 700px;
  }
}

@media screen and (max-width: 1400px) {
  .kfc-container .kfc-man {
    width: 600px;
    margin-top: 300px;
  }
}

@media screen and (max-width: 1250px) {
  .kfc-container .kfc-man {
    width: 500px;
    margin-top: 450px;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .kfc-man {
    display: none;
  }
}
.kfc-container .empathy-card-says {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 2%;
  left: 40%;
  transform: translateX(-50%, -50%);
}
@media screen and (max-width: 1800px) {
  .kfc-container .empathy-card-says {
    left: 30%;
    top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .empathy-card-says {
    position: static;
  }
}

.kfc-container .empathy-card-says-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: end;
}
.kfc-container .empathy-card-says-one {
  padding: 14px 24px;
  border-radius: 99em;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .kfc-container .empathy-card-says-one {
    padding: 10px 20px;
    border-radius: 15px;
  }
}

.kfc-container .empathy-card-says-one:nth-child(1) {
  transform: rotate(2deg);
}

.kfc-container .empathy-card-says-one:nth-child(2) {
  transform: rotate(0deg);
  margin-right: -20px;
}

.kfc-container .empathy-card-says-one:nth-child(3) {
  transform: rotate(-3deg);
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .kfc-container .empathy-card-says-one:nth-child(2),
  .kfc-container .empathy-card-says-one:nth-child(3) {
    margin-right: 0;
  }
}

.kfc-container .empathy-card-thinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 10%;
  right: 3%;
  transform: translateX(-50%, -50%);
}
@media screen and (max-width: 1600px) {
  .kfc-container .empathy-card-thinks {
    right: 0;
    top: 17%;
  }
}
@media screen and (max-width: 1199px) {
  .kfc-container .empathy-card-thinks {
    position: static;
  }
}
.kfc-container .empathy-card-thinks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.kfc-container .empathy-card-thinks-one {
  padding: 14px 24px;
  border-radius: 99em;
  width: fit-content;
  background-color: #4893af;
}
@media screen and (max-width: 767px) {
  .kfc-container .empathy-card-thinks-one {
    padding: 10px 20px;
    border-radius: 15px;
  }
}
.kfc-container .empathy-card-thinks-one:nth-child(1) {
  transform: rotate(2deg);
}

.kfc-container .empathy-card-thinks-one:nth-child(2) {
  transform: rotate(0deg);
  margin-left: 20px;
}

.kfc-container .empathy-card-thinks-one:nth-child(3) {
  transform: rotate(2deg);
}
@media screen and (max-width: 991px) {
  .kfc-container .empathy-card-thinks-one:nth-child(2) {
    margin-left: 0;
  }
}

.kfc-container .empathy-card-does {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 30%;
  right: 10%;
  transform: translateX(-50%, -50%);
}

@media screen and (max-width: 1800px) {
  .kfc-container .empathy-card-does {
    right: 0%;
    top: 40%;
  }
}
@media screen and (max-width: 1199px) {
  .kfc-container .empathy-card-does {
    position: static;
  }
}
.kfc-container .empathy-card-does-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.kfc-container .empathy-card-does-one {
  padding: 14px 24px;
  border-radius: 99em;
  width: fit-content;
  background-color: #ef0909;
}

@media screen and (max-width: 767px) {
  .kfc-container .empathy-card-does-one {
    padding: 10px 20px;
    border-radius: 15px;
  }
}
.kfc-container .empathy-card-does-one:nth-child(1) {
  transform: rotate(0deg);
}

.kfc-container .empathy-card-does-one:nth-child(2) {
  transform: rotate(2deg);
  margin-left: 80px;
}

.kfc-container .empathy-card-does-one:nth-child(3) {
  transform: rotate(0deg);
}

@media screen and (max-width: 991px) {
  .kfc-container .empathy-card-does-one:nth-child(2) {
    margin-left: 0;
  }
}

.kfc-container .empathy-card-feels {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 30%;
  right: 0%;
  transform: translateX(-50%, -50%);
}

@media screen and (max-width: 1800px) {
  .kfc-container .empathy-card-feels {
    right: -3%;
    bottom: 8%;
  }
}

@media screen and (max-width: 1199px) {
  .kfc-container .empathy-card-feels {
    position: static;
  }
}
.kfc-container .empathy-card-feels-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
}
.kfc-container .empathy-card-feels-one {
  padding: 13px 24px;
  border-radius: 99em;
  width: fit-content;
  background-color: #1a4695;
}

@media screen and (max-width: 767px) {
  .kfc-container .empathy-card-feels-one {
    padding: 10px 20px;
    border-radius: 15px;
  }
}
.kfc-container .empathy-card-feels-one:nth-child(1) {
  transform: rotate(0deg);
}

.kfc-container .empathy-card-feels-one:nth-child(2) {
  transform: rotate(3deg);
}

.kfc-container .empathy-card-feels-one:nth-child(3) {
  transform: rotate(-1deg);
}
.kfc-container .empathy-card-feels-one:nth-child(4) {
  transform: rotate(4deg);
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .kfc-container .empathy-card-feels-one:nth-child(4) {
    margin-top: 0;
  }
}
/* END : Emapathy Map */
