*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --red-color: #c5161d;
  --light-grey-color: #fff1e2;
  --peach-color: #f9a589;
}

.container {
  max-width: 1380px;
  width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.title h2 {
  font-family: "CocoSharp Trial";
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--red-color);
}
p + p {
  margin-top: 16px;
}
/* ======================================= */
/* ========ALJEZI PAGE START HERE */
/* ======================================= */
/*============hero section========= */
.hero-setion {
  background-color: var(--red-color);
  text-align: center;
}

.hero-setion img {
  margin: 0 auto;
}
section.hero-setion.ajlezi-hero {
	height: 497px;
	object-fit:contain;
	object-position:center
}
.hero-setion h2 {
  font-family: CocoSharp Trial;
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  padding: 24px 30px;
  color: #fff;
}
/* ===========product intro ==================== */
.product-wrapper {
  position: relative;
  z-index: 9;
}

.product-container {
  position: relative;
  padding-top: 60px;
}

.product-container img {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  display: block;
}
img.product-img-mob {
  display: none;
}

.product-content {
  max-width: 656px;
  position: absolute;
  top: 10%;
  left: calc(50% - 100px);
}
.product-content .title h2 {
  margin-bottom: 20px;
}

.product-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
}

/* ===========product benefits========== */
.product-benefits-container {
  background-color: var(--peach-color);
  padding-block: 300px 60px;
  position: relative;
  margin-top: -220px;
}

.product-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 40px;
  /* Adjust spacing between boxes */
  margin-inline: 30px;
}

.product-benefits__item {
  display: grid;
  place-items: center;
  position: relative;
  width: calc(33.33% - 57px);
  /* Ensures three items fit per row */
  padding: 20px;
  background-color: var(--light-grey-color);
  text-align: center;
  box-sizing: border-box;
  z-index: 11;
}

.product-benefits__item::before {
  position: absolute;
  bottom: calc(100% - 41px);
  left: -14px;
  content: "";
  background: #283593;
  height: 38px;
  width: 14px;
  z-index: -1;
  background: radial-gradient(circle, #027145 80%, #0f593e 100%);
  border-radius: 25px 0 0 25px;
  z-index: 9;
  box-shadow: -4px 9px 5px 5px rgb(0 0 0 / 10%);
}

.product-benefits__item::after {
  width: calc(100% - 10px);
  position: absolute;
  content: attr(data-label);
  bottom: calc(100% - 16px);
  left: -14px;
  padding: 0.5rem;
  padding-left: 20px;
  padding-bottom: 20px;
  font-family: "CocoSharp Trial";
  font-size: 24px;
  font-weight: 800;
  text-align: start;
  border-radius: 20px 0 0 0;
  background: linear-gradient(to right, #01994c 0%, #05b95e 17%, #0b7a45 100%);
  color: white;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
  clip-path: polygon(
    0% 80%,
    0 100%,
    14px 100%,
    14px 80%,
    100% 85%,
    96% 42%,
    100% 0,
    68% 0,
    0 0
  );
}

.product-benefits__description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: start;
}

/* ==========how to use========= */
.how-to-use {
  text-align: center;
  padding-block: 60px;
}

/* ======cooking-instruction======== */
.cooking-instruction {
  padding-block: 60px;
  background-color: var(--red-color);
}

.cooking-instruction-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.cooking-instruction-container + .cooking-instruction-container {
  margin-top: 85px;
}

.cooking-instruction-box {
  position: relative;
  padding: 60px 40px;
  border: 1px solid #ddb22f;
  border-radius: 40px;
}

.cooking-instruction-title h4 {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(0, 156, 76, 1) 0%,
    rgba(0, 137, 72, 1) 50%,
    rgba(0, 118, 68, 1) 100%
  );
  padding: 20px 40px;
  font-family: "CocoSharp Trial";
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.cooking-preparation-item {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.cooking-preparation-item + .cooking-preparation-item {
  margin-top: 40px;
}

h6.meat-info__type {
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}

.meat-info__details {
  font-weight: 700;
  font-size: 24px;
  color: #4e2f1e;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 20px 100px;
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    #ddb12c 0%,
    #f2cf6c 22%,
    #ffe293 37%,
    #ffe293 60%,
    #f4d272 72%,
    #e3ba3f 91%,
    #ddb12c 100%
  );
}



/* ========cooking step========= */
.cooking-preparation-steps {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.cooking-preparation-steps-item {
  position: relative;
  width: 33.33%;
  padding-inline: 10px;
  height: 214px;
}

.cooking-preparation-steps-item:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: calc(100% - 10px);
  bottom: 10px;
  background-color: #ddb22f;
}

.cooking-preparation-steps-item h4 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.cooking-preparation-steps-item p {
  font-weight: 350;
  font-size: 20px;
  color: #fff;
  line-height: 120%;
  letter-spacing: 0;
}

.cooking-preparation-steps-item img {
  position: absolute;
  right: 8px;
  bottom: -64px;
  width: 190px;
}

/* =========storage instruction======== */
.cooking-instruction-container.cst-storage-inst {
  margin-block: 130px;
}

.storage-instruction p {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

/* =========applications menu======== */
.cooking-instruction-container.cst-app-menu {
  max-width: 1328px;
}

.cst-app-menu .cooking-instruction-box {
  background-color: #cf5138;
  border: none;
}

.cooking-instruction-box .ribbon {
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
}

.cooking-instruction-box .ribbon {
  position: absolute;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
}

.application-menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 360px;
}

.application-menu-item {
  width: 20%;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  align-self: flex-start;
  transform: rotate(348.38deg);
}

.application-menu-item img {
  width: 100%;
  aspect-ratio: 16/12;
}

.application-menu .application-menu-item:nth-of-type(2),
.application-menu .application-menu-item:nth-of-type(4) {
  align-self: flex-end;
  transform: rotate(11.62deg);
}

.application-menu-item p {
  font-family: "CocoSharp Trial";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 4px;
  color: var(--red-color);
}

/* =======frequently asked qn========== */
.frequently-asked-qn {
  padding-block: 80px;
}

.frequently-asked-qn-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.frequently-asked-qn-left {
  position: relative;
  width: 45%;
  background-color: var(--red-color);
  border-radius: 40px;
  padding: 60px 40px;
  height: 640px;
}
.requently-asked-content {
  position: relative;
  z-index: 9;
}

.frequently-asked-qn-left h4 {
  font-family: "CocoSharp Trial";
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.frequently-asked-qn-left a {
  display: block;
  text-decoration: none;
  color: var(--red-color);
  background-color: #fff;
  max-width: 218px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}

.frequently-asked-qn-left span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  margin-block: 16px;
}

.frequently-asked-qn-left img {
  max-width: calc(100% + 102px);
  position: absolute;
  bottom: -4px;
  left: -80px;
}

.frequently-asked-qn-right {
  width: 50%;
}
.frequently-asked-qn-right > h2 {
  font-family: "CocoSharp Trial";
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  color: var(--red-color);
  margin-bottom: 40px;
}
/* ========accordion css======== */
.cst-accordion .accordion-item {
  border: none;
  border-top: 1px solid var(--red-color);
  border-radius: 0;
}
.cst-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  color: #000;
}
.cst-accordion .accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cst-accordion .accordion-button {
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding-inline: 0;
}
.cst-accordion .accordion-button::after {
  background-image: url(../images/plus.svg) !important;
  width: 28px;
  height: 28px;
  background-size: cover;
}
.cst-accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: rotate(48deg);
}
.cst-accordion .accordion-body {
  padding-block: 0px 16px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #3c3c43d9;
  padding-inline: 0;
}
.cst-accordion .accordion-body > *:not(:last-child) {
  margin-bottom: 18px;
}
.cst-accordion .accordion-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-accordion .accordion-body ul li {
  margin: 0 !important;
}
/* ======================================= */
/* ========ALJEZI PAGE END HERE */
/* ======================================= */

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px) {
  /* ======================================= */
  /* ========ALJEZI PAGE START HERE */
  /* ======================================= */
  .product-content {
    padding-left: 30px;
  }
  .product-benefits__item {
    width: calc(50% - 50px);
  }
  .cooking-instruction {
    padding-inline: 30px;
  }
  .frequently-asked-qn {
    padding-inline: 30px;
  }
  /* ======================================= */
  /* ========ALJEZI PAGE END HERE */
  /* ======================================= */
}

/* =================================================
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px) {
  /* ======================================= */
  /* ========ALJEZI PAGE START HERE */
  /* ======================================= */
  .product-content {
    max-width: revert;
    position: revert;
    padding-inline: 30px;
  }
  .product-benefits__item {
    width: calc(100% - 40px);
  }
  .product-benefits__item::after {
    text-align: start;
    padding-left: 24px;
  }
  .cooking-instruction-title h4 {
    font-size: 20px;
  }
  .cooking-instruction {
    padding-inline: 30px;
  }
  .cooking-preparation-item {
    flex-direction: column;
  }
  .application-menu {
    height: 250px;
  }
  .frequently-asked-qn {
    padding: 60px 30px;
  }
  .frequently-asked-qn-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .frequently-asked-qn-left {
    width: 100%;
  }
  .frequently-asked-qn-right {
    width: 100%;
  }
  /* ======================================= */
  /* ========ALJEZI PAGE END HERE */
  /* ======================================= */
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px) {
  /* ======================================= */
  /* ========ALJEZI PAGE START HERE */
  /* ======================================= */
 
  .hero-setion img {
    width: 236px;
    height: 154px;
  }
  .hero-setion h2{
    font-size: 16px;  
  }
  .product-container {
    padding-block: 30px;
  }
  .product-content {
    position: revert;
  }
  .product-content {
    padding-inline: 30px;
  }
  .title h2 {
    font-size: 32px;
  }
  img.product-img-desk {
    display: none;
  }
  img.product-img-mob {
    display: revert;
  }
  .product-benefits__item {
    width: 100%;
  }
  .product-benefits {
    gap: 50px;
  }

  .product-benefits__item::after {
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    padding-block: 12px 22px;
  }
  .product-benefits__item::before {
    height: 34px;
    bottom: calc(100% - 40px);
  }
  .cooking-instruction {
    padding: 105px 30px 60px;
  }
  .cooking-instruction-title h4 {
    top: -40px;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }
  .cooking-instruction-box {
    padding: 60px 30px;
  }
  .cooking-preparation-item {
    flex-direction: column;
  }
  .meat-info__details,
  .cooking-preparation
    .cooking-preparation-item:nth-of-type(2)
    .meat-info__details {
    padding: 20px 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
  }
  h6.meat-info__type {
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
  }
  .cooking-preparation-steps {
    flex-direction: column;
  }
  .cooking-preparation-steps-item {
    width: 100%;
    height: revert;
    padding-bottom: 40px;
  }
  .cooking-preparation-steps-item:not(:last-child)::after {
    height: 1px;
    width: 100%;
  }
  .cooking-preparation-steps-text {
    max-width: 52%;
  }
  .cooking-preparation-steps-item h4 {
    font-weight: 800;
    font-size: 22px;
  }
  .cooking-preparation-steps-item p {
    font-weight: 350;
    font-size: 18px;
  }
  .cooking-preparation-steps-item img {
    width: 127px;
    right: 0;
    bottom: -8px;
    z-index: 9;
  }
  .storage-instruction p {
    font-weight: 500;
    font-size: 22px;
  }
  .cooking-instruction-box .ribbon {
    top: -31px;
    width: calc(100% + 40px);
  }
  .ribbon img {
    width: 100%;
  }
  .application-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    height: revert;
  }
  .application-menu-item {
    width: calc(50% - 8px);
    padding: 10px;
    align-self: revert;
    transform: rotate(0deg);
  }
  .application-menu .application-menu-item:nth-of-type(2),
  .application-menu .application-menu-item:nth-of-type(4) {
    align-self: revert;
    transform: rotate(0deg);
  }
  .application-menu-item p {
    font-size: 18px;
  }
  .frequently-asked-qn {
    padding: 60px 30px;
  }
  .frequently-asked-qn-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .frequently-asked-qn-left {
    width: 100%;
  }
  .frequently-asked-qn-left h4 {
    font-weight: 700;
    font-size: 32px;
  }
  .frequently-asked-qn-left a {
    font-weight: 700;
    font-size: 18px;
  }
  .frequently-asked-qn-left span {
    font-weight: 400;
    font-size: 22px;
  }
  .frequently-asked-qn-left img {
    bottom: 20px;
  }
  .frequently-asked-qn-right {
    width: 100%;
  }
  .cst-accordion .accordion-button {
    font-size: 22px;
  }
  .cst-accordion .accordion-body {
    font-size: 22px;
  }
  /* ======================================= */
  /* ========ALJEZI PAGE END HERE */
  /* ======================================= */
}
