@font-face {
  font-family: "ChickenSans-Regular";
  src: url("fonts/ChickenSans-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "ChickenSans-ExtraLight";
  src: url("./fonts/ChickenSans-ExtraLight.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "ChickenSans-Bold";
  src: url("./fonts/ChickenSans-Bold.otf") format("opentype");
  font-display: swap;
}

body {
  font-family: ChickenSans-Regular;
  height: 100% !important;
  background-color: #F5F1EF;
  margin: 0;
}

p {
  margin: 0;
}

.banner {
  background-image: url("/images/common-banner.png");
  background-size: 100% 100%;
  width: 100%;
}

.hero-text {
  padding: 62px 0;
  color: white;
  display: flex;
  justify-content: center;
}

h1 {
  font-size: 56px;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* font-family: 'ChickenSans-Bold'; */
  margin: 0;
}

.heading-1 {
  color: white;
  /* padding-right: 22px; */
}

.main-section {
  position: relative;
  /* padding-top: 32px;
    padding-bottom: 100px; */
  padding: 37px 249px 0 346px;
}

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

.content {
  padding-left: 65px;
  /* padding-right: 341px;  */
}

.sub-content {
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 108px;
  color: rgba(31, 31, 31, 1);
  /* text-align: center; */
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
}
/* body { 
    padding: 15px; 
    font-family: Helvetica, sans-serif;
} */

input[type="button"] {
  margin-top: 20px;
}
.node {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  transition: all 1000ms ease;
}

.activated {
  box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

.divider {
  width: 1px;
  align-self: stretch;
}

li {
  display: flex;
  align-items: baseline;
  position: relative;
  /* display:inline-block; */
  /* margin-left: 25px; */
}

li {
  list-style: none;
  line-height: 1px;
}

.mar-left-2 {
  margin-left: -2px;
}

.mar-left-20 {
  margin-left: -20px;
}

.mar-left-15 {
  margin-left: -15px;
}

.mar-left-70 {
  margin-left: -70px;
}

.side-image {
  position: absolute;
  right: -27px;
  top: 54px;
  /* top: 20%;
    left: -9%; */
}

.side-80 {
  top: 42px;
}

.orange {
  background-color: rgba(242, 86, 0, 1);
}

.text {
  background-color: rgba(255, 125, 0, 1);
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 4px;
  position: relative;
}
.arrow {
  border-style: dashed;
  border-color: transparent;
  border-width: 13px;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 100px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
  background-color: #F5F1EF; /* change background color acc to bg color */
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: rgba(255, 125, 0, 1);
  right: 4px;
}

.text-content {
  padding: 0 5px 0 12px;
  font-size: 14px;
  line-height: 1.4;
  color: white;
  font-weight: 700;
  width: max-content;
  /* Add Roboto font family */
  /* font-family: ChickenSans-Regular; */
}

.card {
  display: inline-block;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  margin-left: 25px;
  position: relative;
}

.title {
  display: flex;
  justify-content: space-between;
}

.yr-72 {
  margin-top: -48px;
}

.card-title {
  font-size: 24px;
  color: rgba(242, 86, 0, 1);
  padding-bottom: 24px;
  /* padding-left: 15px;
    padding-left: 24px; */
}

.card-desc {
  display: flex;
  margin-bottom: 15px;
  /* position: relative; */
}

.card-desc img {
  margin-left: -12px;
  margin-right: 5px;
}

.card-desc p span {
	color: #1F1F1F;
	font-family: ChickenSans-Bold;
}

.mar-left {
  margin-left: 0;
}

.desc {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 1.4;
  /* max-width: 295px; */
  margin-top: 5px;
}

.mar-12 {
  margin-bottom: 15px;
}

.mar-btm-10 {
  margin-bottom: 15px;
  width: 90%;
}

.mar-btm-69 {
  margin-bottom: 69px;
}

.left-8 {
  /* left: -8%; */
}

.left-content {
  display: flex;
}

.cajun {
  /* top: 20%;
    left: -14%; */
}

.taking-over {
  top: 136px;
}

.love-chicken {
  position: absolute;
  right: 0;
}

.upper {
  display: flex;
  margin-bottom: 26px;
  max-width: 687px;
}

.top-img {
  margin-right: 8px;
  height: 87px;
  width: auto;
}

.bottom-2 {
  height: 87px;
}

.lower {
  margin-left: 50px;
}

.last-card {
    border-bottom: none;
}

.mar-btm-47 {
  margin-bottom: 47px;
}

.img-wrapper {
	margin-top: 31px;
  
}

.img-wrapper .image {
  width: 220px;
}

.mar-btm-33 {
	margin-bottom: 33px;
}

@media (max-width: 1292px) {
  .main-section {
    padding: 37px 170px 0 272px;
  }
}

@media (max-width: 1140px) {
  .main-section {
    padding: 37px 120px 0 170px;
  }
  .chicken-img {
    height: 250px;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .main-section {
    padding: 37px 135px 0 150px;
  }
  .chicken-img {
    height: 250px;
    width: auto;
  }
  .top-img, .bottom-2 {
    height: 65px;
    width: auto;
  }
}

@media (max-width: 992px) {
  .main-section {
    padding: 37px 100px 0 110px;
  }
}

@media (max-width: 912px) {
  .main-section {
    padding: 37px 45px 0 60px;
  }
  .desc {
    font-size: 12px;
  }
  .sub-content {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  .mar-btm-69 {
    margin-bottom: 0;
}
  .banner {
    display: none;
  }
  p span {
      font-family: ChickenSans-Bold;
      color: #1F1F1F;
  }
  .main-section {
    padding: 21px 0px 0px;
  }
  .sub-content {
    padding-left: 36px;
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 45px;
    padding-right: 36px;
  }
  .yr-72 {
    display: none;
  }
  .card-desc {
    flex-direction: column;
  }
  .content {
    padding-left: 0;
  }
  .card-title {
    font-size: 14px;
  }
  .card-desc img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  .side-image {
    width: 79px;
    height: auto;
    right: -13px;
    
  }
  .desc {
    font-size: 12px;
  }
  .text-content {
    font-size: 11px;
    padding: 0 5px 0 4px;
  }
  .mar-12 {
    margin-bottom: 0;
  }
  .card {
    margin-bottom: 0;
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .love-chicken {
    bottom: -2px;
    width: 64px;
    margin-bottom: 12px;
  }
  .mar-btm-47 {
    margin-bottom: 10px;
  }
  .upper {
    flex-direction: column;
    margin-left: 40px;
  }
  .upper img {
    width: 70%;
  }
  .top-img {
    margin-bottom: 12px;
  }
  .bottom-1 {
    width: 69px;
  }
  .mar-left-70 {
    margin-left: 3px;
  }
  .popeye-india-wrapper {
    margin-bottom: 123px;
    margin-left: -38px;
  }
  .cajun {
    width: 60px;
    top: 71px;
    left: -28px;
  }
  li {
    padding-left: 43px;
    padding-right: 5px;
  }
  li:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .chicken-img {
    height: 85px;
    width: 85px;
    bottom: 195px;
    left: 5px;
  }
  .text-content:last-child {
    padding: 0;
    font-size: 10px;
    padding-left: 1px;
  }
  .mar-left-2 {
    margin-left: -1px;
  }
  .mar-left-20 {
    margin-left: -15px;
  }
  .mar-left-15 {
    margin-left: -12px;
  }
  .lower {
    padding-left: 25px;
    justify-content: unset;
}
 .top-class {
    top: 151px;
 }
 .side-80 {
    top: 81px;
 }
 .left-8 {
    top: 90px;
 }
 
}
