
.event-section {
  background-color: #EFEFEF;
  display: flex;
  padding: 0px 25px 104px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
}

.eventsection-title {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 600;
  align-self: flex-start;
}

.event-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.event-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 100%;
}

.event-card {
  border-radius: 13px;
  background-color: rgb(255, 255, 255);
  flex-grow: 1;
  padding-bottom: 22px;
  overflow: hidden;
  width: 100%;
}

.eventcard-header {
  border-radius: 8px 8px 0 0;
  background-color: rgb(80, 79, 79);
  overflow: hidden;
}

.eventimage-container {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 221px;
  width: 100%;
  align-items: flex-end;
}

.eventheader-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.full-width-imageev {
  aspect-ratio: 2.04;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.event-title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.event-subtitle {
  font-size: 15px;
  font-weight: 400;
  margin-top: 14px;
  color: rgb(0, 0, 0);
}

.eventshowcase-title {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
}

.eventshowcase-subtitle {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  margin-top: 6px;
}

.eventclash-title {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 600;
}

.contenteve-icon {
  margin-bottom: 10px;
}

.cardeve-content {
  display: flex;
  margin-top: 12px;
  width: 100%;
  padding: 0 28px;
  flex-direction: column;
  align-items: stretch;
}

.contentev-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}

.contestev-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.event-title {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
}

.event-date {
  color: rgb(48, 48, 48);
  font-size: 16px;
  font-weight: 400;
  align-self: center;
  margin-top: 9px;
}

.priceev-tag {
  color: rgb(5, 179, 12);
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}

.locationev-info {
  align-self: flex-start;
  display: flex;
  margin-top: 6px;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: rgb(48, 48, 48);
  font-weight: 400;
}

.locationev-icon {
  aspect-ratio: 0.75;
  object-fit: contain;
  object-position: center;
  width: 15px;
  align-self: flex-start;
  flex-shrink: 0;
}

@media (max-width: 1028px) {
  .chefprofile-section {
    padding: 35px 30px;
  }
  .chefprofile-info {
    width: 400px;
  }
  .event-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .chef-list {
    padding: 10px 0px;
  }
  .verification-badge {
    margin-bottom: 10px;
  }
  .pagination {
    margin-top: 40px;
  }
  .chef-grid {
    gap: 27px;
  }
  .chefprofile-info {
    width: 300px;
  }
  .profile-image-containerdtls {
    width: 180px;
    height: 180px;
    border: 15px solid #efefef;
  }
  .badgedtls {
    font-size: 12px;
    font-weight: 400;
  }
  .badgedtls-recipes {
    left: 50px;
  }
  .badgedtls-awards {
    right: 0px;
  }
  .badgedtls-followers {
    bottom: 40px;
    left: 50px;
  }
  .badgedtls-chef-year {
    bottom: 40px;
  }
  .chefprofile-info {
    margin-top: 10px;
  }
}
@media (max-width: 580px) {
  .chef-grid {
    gap: 17px;
  }
  .chef-namedtls {
    font-size: 24px;
  }
  .chefprofile-info {
    width: 100%;
    margin-top: 0px;
  }
  .chefprofile-section {
    padding: 20px 15px;
  }
  .profile-imagechef {
    width: 170px;
    height: 170px;
  }
  .chefprofile-section {
    display: block;
  }
  .social-iconsdtls {
    display: none;
  }
  .profile-visualdtls {
    width: 90%;
    margin: 40px auto 0 auto;
    top: 0px;
    right: 0px;
  }
  .badgedtls-recipes {
    left: -60px;
    top: 10px;
  }
  .badgedtls-awards {
    right: -67px;
    top: 10px;
  }
  .badgedtls-chef-year {
    bottom: 0px;
    right: -80px;
  }
  .badgedtls-followers {
    bottom: 0px;
    left: -75px;
  }
  .event-section {
    padding: 0px 10px 35px;
  }
  .cardeve-content {
    margin-top: 12px;
    padding: 0 10px 20px 10px;
    align-items: normal;
    position: relative;
  }
  .eventimage-container {
    height: 167px;
  }
  .contentev-wrapper {
    display: block;
  }
  .priceev-tag {
    font-size: 14px;
    position: absolute;
    bottom: -10px;
  }
  .event-title {
    font-size: 14px;
    font-weight: 600;
  }
  .locationev-info {
    font-size: 13px;
  }
  .filtersec {
    position: relative;
    margin-bottom: 10px;
  }
  .midfil {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .chef-quotedtls {
    font-size: 14px;
  }
  .recipe-countdetls {
    margin-bottom: 15px;
  }
  .profile-image-containerdtls {
    width: 180px;
    height: 180px;
    border: 15px solid #efefef;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .badgedtls-containerdtls {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 30px auto;
  }
}
.btmbuttondsk {
  display: flex;
  border-top: 1px solid rgba(138, 138, 138, 0.2901960784);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.btmbuttondsk button {
  font-weight: normal;
  border-radius: 0 !important;
  background: #fff;
  width: 50%;
  border: 0;
  font-size: 16px;
  font-weight: normal;
}
.btmbuttondsk button.applyfildesk {
  background: #EA2027;
  color: #fff;
}

.cardImage {
  display: flex;
  padding-top: 100%;
  position: relative;
}
.cardImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardImage video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipeTabCon .tab {
  max-height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.recipeTabCon .active {
  max-height: none;
  visibility: visible;
}

.cookModeSlider {
  width: 100%;
}
.cookModeSlider .cookSlide {
  width: 100%;
  background: #F7F7F7;
  max-height: 1px;
  overflow: hidden;
}
.cookModeSlider .cookSlide .step-image-container {
  padding: 0 20px;
}
.cookModeSlider .cookSlide.slick-current.slick-active {
  max-height: none;
}
.cookModeSlider .cookSlide .step-text {
  padding: 10px 60px;
}
.cookModeSlider .cookSlide .step-text ul {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.cookModeSlider .cookSlide .step-text ul li {
  display: inline-flex;
}
.cookModeSlider .slick-next {
  right: 10px;
  top: 30px;
  font-size: 0;
  background: url(../img/nextarrow.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: 30px;
}
.cookModeSlider .slick-next.slick-disabled {
  opacity: 0.3;
  display: block !important;
  cursor: not-allowed;
}
.cookModeSlider .slick-prev {
  left: 10px;
  top: 30px;
  font-size: 0;
  background: url(../img/prevarrow.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: 30px;
}
.cookModeSlider .slick-prev.slick-disabled {
  opacity: 0.3;
  display: block !important;
  cursor: not-allowed;
}

.recipeTabCon .slider-nav {
  margin-top: 20px;
}
.recipeTabCon .slider-nav .slick-track {
  padding-bottom: 10px;
}
.recipeTabCon .slider-nav .slick-slide {
  position: relative;
}
.recipeTabCon .slider-nav .slick-slide:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #EA2027;
  transform: scale(0);
  transition: 0.3s;
}
.recipeTabCon .slider-nav .slick-slide img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  width: 80%;
  height: 80%;
  transition: 0.3s;
}
.recipeTabCon .slider-nav .slick-slide span {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  width: 120px;
}
.recipeTabCon .slider-nav .slick-slide span .cooktop_dir_steps {
  padding: 0;
  color: #303030;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  width: 80%;
  height: 80%;
  transition: 0.3s;
  background: #fdf7eb;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.recipeTabCon .slider-nav .slick-slide.slick-current img, .recipeTabCon .slider-nav .slick-slide.slick-current .cooktop_dir_steps {
  height: 100%;
}
.recipeTabCon .slider-nav .slick-slide.slick-current:after {
  transform: scale(1);
}

#quantityInput {
  border: 0px;
  width: 15px;
  padding: 0px;
  margin-right: -4px;
  background: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#accordionnew {
  width: 100%;
  background: #FFF;
}

#accordionnew:before,
#accordionnew:after {
  content: "";
  display: table;
  clear: both;
}

.itemacc {
  margin-bottom: 20px;
  padding: 16px 40px 0px 40px;
  border-top: 1px solid rgba(138, 138, 138, 0.2901960784);
}

.titleacc {
  position: relative;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
}

.titleacc:after {
  content: "";
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  right: 2px;
  width: 0px;
  height: 0px;
  transition: all 0.3s ease;
}

.titleacc.active {
  font-size: 16px;
}

.titleacc.active:after {
  content: "";
  display: block;
  transform: rotate(225deg);
}

.textacc {
  display: none;
}
.textacc .checkgroup {
  display: block;
  margin: 10px 0px;
}
.textacc .checkgroup input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.textacc .checkgroup input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 13px;
  border: solid #EA2027;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.textacc .checkgroup label {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.textacc .checkgroup label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #8A8A8A;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.textacc p {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
  color: #333;
  text-align: left;
}

.stories-sectiontop {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 192px;
  overflow: hidden;
  align-items: flex-start;
  color: rgb(255, 255, 255);
  margin-top:75px;
}
.stories-sectiontop .stories-backgrounddesk {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 580px) {
  .stories-sectiontop .stories-backgrounddesk {
    display: none;
  }
  .recipe-card {
    margin-top: 75px;
  }
}
.stories-sectiontop .stories-backgroundmob {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
}
@media (max-width: 580px) {
  .stories-sectiontop .stories-backgroundmob {
    display: block;
  }
}
.stories-sectiontop .stories-content {
  position: relative;
  display: flex;
  padding: 59px 0px 0px 149px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 580px) {
  .stories-sectiontop .stories-content {
    padding: 60px 0px 0px 30px;
  }
}
.stories-sectiontop .stories-content .stories-title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Unbounded", serif;
  margin: 0;
  color: #fff;
}
.stories-sectiontop .stories-content .stories-title1 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-family: "Unbounded", serif;
  margin: 0;
}
.stories-sectiontop .stories-content .stories-subtitle {
  font-size: 20px;
  font-weight: 300;
  margin: 8px 0 0 0;
  color: rgba(255, 255, 255, 0.6392156863);
}
.stories-sectiontop .stories-content .stories-subtitle1 {
  font-size: 20px;
  font-weight: 300;
  margin: 8px 0 0 0;
  color: #000;
}

.webstories-container {
  background-color: #fff;
  padding: 36px 70px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1025px) {
  .webstories-container {
    padding: 36px 30px;
  }
}
@media (max-width: 580px) {
  .webstories-container {
    padding: 20px 10px;
  }
}
.webstories-container .content-wrapper {
  width: 100%;
  max-width: 1230px;
  display: flex;
  gap: 70px;
}
@media (max-width: 1025px) {
  .webstories-container .content-wrapper {
    gap: 40px;
  }
}
@media (max-width: 580px) {
  .webstories-container .content-wrapper {
    display: block;
  }
}
.webstories-container .content-wrapper .stories-section {
  width: 69%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 580px) {
  .webstories-container .content-wrapper .stories-section {
    width: 100%;
  }
}
.webstories-container .content-wrapper .stories-section .stories-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 800px) {
  .webstories-container .content-wrapper .stories-section .stories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 580px) {
  .webstories-container .content-wrapper .stories-section .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card .story-image-wrapper {
  position: relative;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 0.785;
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card .story-image-wrapper .story-image-full {
  aspect-ratio: 0.78;
  object-fit: contain;
  width: 175px;
  border-radius: 10px 10px 0 0;
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card .story-image-wrapper .story-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card .story-image-wrapper .story-count {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: -1px;
  left: 35px;
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card .story-image-wrapper .story-icon {
  aspect-ratio: 1.14;
  object-fit: contain;
  width: 16px;
  position: absolute;
  bottom: 6px;
  left: 13px;
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card .story-image-wrapper .story-dwn {
  aspect-ratio: 1.14;
  object-fit: contain;
  width: 16px;
  position: absolute;
  bottom: 6px;
  right: 5px;
  cursor: pointer;
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card .story-image-wrapper .story-overlay {
  position: absolute;
  bottom: 6px;
  left: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.webstories-container .content-wrapper .stories-section .stories-grid .story-card .story-title {
  color: #303030;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 9px 13px 0;
}
.webstories-container .content-wrapper .products-section {
  width: 31%;
}
@media (max-width: 580px) {
  .webstories-container .content-wrapper .products-section {
    width: 100%;
    margin-top: 30px;
  }
}
.webstories-container .content-wrapper .products-section .products-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.webstories-container .content-wrapper .products-section .products-container .products-header {
  border-radius: 10px;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 19px 13px 41px;
}
.webstories-container .content-wrapper .products-section .products-container .products-header .products-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 17px 11px;
}
.webstories-container .content-wrapper .products-section .products-container .products-header .product-cardn {
  margin-bottom: 22px;
}
.webstories-container .content-wrapper .products-section .products-container .products-header .product-cardn .product-image {
  aspect-ratio: 1.87;
  object-fit: contain;
  width: 100%;
  border-radius: 6px;
  position: relative;
}
.webstories-container .content-wrapper .products-section .products-container .products-header .product-cardn .product-placeholder {
  border-radius: 6px;
  background-color: #fff;
  height: 166px;
  margin: 22px 0;
}
.webstories-container .content-wrapper .products-section .products-container .products-header .product-cardn .product-titlen {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 13px 0 8px;
}
.webstories-container .content-wrapper .products-section .products-container .products-header .product-cardn .product-descriptionn {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding-right: 23px;
}
.webstories-container .content-wrapper .products-section .products-container .tags-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.webstories-container .content-wrapper .products-section .products-container .tags-section .tags-row {
  display: inline-block;
}
.webstories-container .content-wrapper .products-section .products-container .tags-section .tags-row .tag {
  border-radius: 18px;
  border: 1px solid rgba(48, 48, 48, 0.5);
  padding: 6px 16px;
  font-size: 14px;
  color: #303030;
  white-space: nowrap;
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.articles-listing {
  background-color: #fff;
  overflow: hidden;
}

.containerart {
  width: 100%;
  max-width: 1159px;
  margin: 0 auto;
}

.containerart .content-grid {
  display: flex;
  gap: 50px;
}
@media (max-width: 580px) {
  .containerart .content-grid {
    gap: 35px;
  }
}

.containerart .slick-dotted.slick-slider {
  margin: 0px;
}

.featured-articles {
  width: 68%;
}

.main-article {
  position: relative;
  min-height: 469px;
  border-radius: 10px;
  overflow: hidden;
}

.article-figure::after {
  content: "";
  width: 100%;
  height: 33%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 110%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 110%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 110%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 110%);
  border-radius: 10px;
  z-index: 9;
}

.main-article .slick-dots {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9;
}

.article-msm {
  position: relative;
}

.article-figure {
  position: relative;
  padding-top: 60%;
  margin: 0;
}
.article-figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.article-title {
  position: absolute;
  bottom: 0;
  width: 75%;
  padding: 93px 35px 30px;
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  border-radius: 0 0 10px 10px;
  z-index: 99;
}

.article-grid {
  display: flex;
  margin-top: 14px;
  gap: 21px;
}

.small-article {
  flex: 1;
  display: flex;
  gap: 8px;
  font-size: 18px;
  color: #303030;
  line-height: 22px;
}
.small-article:hover .small-article-title {
  color: #000;
  text-decoration: underline;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}

.small-article-title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.featured-recipes {
  width: 32%;
}

.featured-recipes .recipe-card {
  width: 100%;
}

.featured-recipes .divider {
  display: none;
}

.featured-recipes .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.section-title {
  color: #303030;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px;
}

.featured-recipes a {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E5E5E5;
}

.featured-recipes a:last-child {
  border: 0px;
}

.recipe-card {
  display: flex;
  gap: 14px;
}
@media (min-width: 1920px) {
  .recipe-card {
    width: 1920px;
    margin: 0 auto;
  }
}
.recipe-card:hover .recipe-title {
  color: #000;
  text-decoration: underline;
}

.recipe-thumbnail {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

.recipe-title {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 8px;
  transition: 0.3s;
}

.meta-info {
  display: flex;
  gap: 10px;
  font-size: 11px;
}

.read-time {
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  position: relative;
}

.publish-date {
  color: #777;
  position: relative;
}

.read-time::after {
  content: "." !important;
  position: absolute;
  font-size: 30px;
  top: -7px;
  color: #000;
  right: -11px;
}

.divider {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 21px 0;
}

.festive-eats {
  background-color: #fff9eb;
  margin-top: 40px;
  padding: 22px 80px 25px;
}
@media (min-width: 1920px) {
  .festive-eats {
    width: 1920px;
    margin: 0 auto;
  }
}

.festive-eats .container {
  max-width: 1110px;
  margin: 0 auto;
}

.festive-eats .section-title {
  text-align: center;
  font-size: 34px;
}

.festive-grid {
  display: flex;
  margin-top: 25px;
  gap: 0px;
  align-items: center;
}

.festive-grid .slick-track {
  padding-bottom: 5px;
}

.festive-grid .slick-prev, .festive-grid .slick-next {
  z-index: 99;
  top: 40%;
  position: absolute;
  text-indent: -999999px;
  border: 0px;
  background-color: transparent;
}

.festive-grid .slick-prev {
  left: -40px;
}

.festive-grid .slick-next {
  right: -40px;
}

.festive-grid .slick-prev:focus, .festive-grid .slick-next:focus {
  outline: none !important;
  border: none !important;
}

.festive-grid .slick-prev {
  background-image: url(../img/prev-arw.png) !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
}

.festive-grid .slick-prev.slick-disabled {
  background-image: url(../img/prev-darw.png) !important;
  width: 32px !important;
  height: 32px !important;
}

.festive-grid .slick-next {
  background-image: url(../img/next-arw.png) !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
}

.festive-grid .slick-next.slick-disabled {
  background-image: url(../img/next-darw.png) !important;
  width: 32px !important;
  height: 32px !important;
}

.festive-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding-bottom: 31px;
  margin: 15px 10px;
  min-height: 335px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.festive-image {
  width: 100%;
  height: 163px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.festive-content {
  padding: 14px 20px 0;
}

.festive-title {
  color: #303030;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  margin: 0 0 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 88px;
}

.festive-card .meta-info {
  font-size: 14px;
}

.main-article .slick-dots {
  display: flex;
  position: absolute;
  bottom: 20px;
  align-items: center;
  right: 20px;
  width: auto;
  font-size: 0;
}

.main-article .slick-dots li button {
  width: 6px;
  position: relative;
  height: 6px;
  margin: 0;
  border-radius: 50px;
  background: #b2b2b2;
  font-size: 0;
  transition: 0.3s;
}

.main-article .slick-dots li::marker {
  display: none;
  content: "";
}

.main-article .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: none;
  border: 1px solid #fff;
}

.main-article .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  width: 9px;
  height: 9px;
  border: 0px;
  display: block;
  border-radius: 50px;
  transition: 0.3s;
}

.main-article .slick-dots li.slick-active button:before {
  transform: translate(-50%, -50%) scale(1);
}

.articles-listingsec {
  background-color: #fff;
  display: flex;
  padding: 61px 70px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.articles-containersec {
  width: 100%;
  max-width: 1101px;
}

.articles-gridsec {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.article-imagesec {
  aspect-ratio: 1.78;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 10px;
}

.article-contentsec {
  display: flex;
  margin-top: 8px;
  width: 100%;
  padding: 0 13px;
  flex-direction: column;
  align-items: start;
}

.article-card-mainsec .article-contentsec {
  margin-top: 12px;
  padding: 0 10px;
}

.article-titlesec {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
}

.article-title-largesec {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.article-descriptionsec {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 6px 0 0px;
}

.article-metasec {
  display: flex;
  margin-top: 7px;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.article-card-mainsec .article-metasec {
  margin-top: 5px;
}

.read-timesec {
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  position: relative;
}

.publish-datesec {
  color: #777;
  font-weight: 400;
  position: relative;
  margin-left: 5px;
}

.read-timesec::after {
  content: "." !important;
  position: absolute;
  font-size: 30px;
  top: -7px;
  color: #000;
  right: -11px;
}

.article-card-mainsec {
  width: 58%;
}

.article-columnsec {
  width: 40%;
  display: flex;
  gap: 0px 4%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.article-columnsec .article-cardsec {
  width: 48%;
}

.article-cardsec {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: 0.3s;
}

.article-card-smallsec + .article-card-smallsec {
  margin-top: 18px;
}

.articles-listingfe {
  background-color: #f0f0f0;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .articles-listingfe {
    width: 1920px;
    margin: 0 auto;
  }
}

.articles-containerfe {
  display: flex;
  width: 100%;
  padding: 28px 70px 48px;
  flex-direction: column;
  align-items: center;
}

.content-wrapperfe {
  width: 100%;
  max-width: 1126px;
}

.content-gridfe {
  display: flex;
  gap: 20px;
}

.festive-eats-sectionfe {
  display: flex;
  flex-direction: column;
  width: 66%;
}

.section-contentfe {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.section-titlefe {
  color: #303030;
  font-size: 34px;
  font-weight: 600;
  align-self: center;
}

.articles-gridfe {
  margin-top: 15px;
  width: 100%;
}

.articles-rowfe {
  display: flex;
  gap: 20px;
  width: 100%;
}

.articles-rowfe .slick-track {
  padding-bottom: 5px;
  display: flex;
}

.articles-rowfe .slick-prev, .articles-rowfe .slick-next {
  z-index: 99;
  top: 40%;
  position: absolute;
  text-indent: -999999px;
  border: 0px;
  background-color: transparent;
}

.articles-rowfe .slick-prev {
  left: -16px;
}

.articles-rowfe .slick-next {
  right: 3px;
}

.articles-rowfe .slick-prev:focus, .articles-rowfe .slick-next:focus {
  outline: none !important;
  border: none !important;
}

.articles-rowfe .slick-prev {
  background-image: url(../img/prev-arw.png) !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
}

.articles-rowfe .slick-prev.slick-disabled {
  background-image: url(../img/prev-darw.png) !important;
  width: 32px !important;
  height: 32px !important;
}

.articles-rowfe .slick-next {
  background-image: url(../img/next-arw.png) !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
}

.articles-rowfe .slick-next.slick-disabled {
  background-image: url(../img/next-darw.png) !important;
  width: 32px !important;
  height: 32px !important;
}

.article-cardfe {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  padding-bottom: 31px;
  width: 100%;
  margin: 0px 20px 20px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.article-image-containerfe {
  display: flex;
  flex-direction: column;
  border-radius: 15px 15px 0 0;
  position: relative;
  aspect-ratio: 1.624;
  width: 100%;
  padding: 154px 0 24px;
  align-items: start;
}

.article-imagefe {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px 15px 0px 0px;
}

.article-imagefe img {
  border-radius: 15px 15px 0px 0px;
}

.play-iconfe {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
}

.article-contentfe {
  display: flex;
  margin-top: 14px;
  width: 100%;

  padding: 0 47px 0 20px;
  flex-direction: column;
  font-size: 14px;
}

.article-titlefe {
  color: #303030;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 88px;
}

.article-excerptfe {
  color: #303030;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 88px;
}

.article-metafe {
  display: flex;
  margin-top: 5px;
  align-items: center;
  gap: 10px;
}

.read-timefe {
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  position: relative;
}

.publish-datefe {
  color: #777;
  font-weight: 400;
  position: relative;
}

.read-timefe::after {
  content: "." !important;
  position: absolute;
  font-size: 30px;
  top: -7px;
  color: #000;
  right: -11px;
}

.play-icon-secondaryfe {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  align-self: start;
  margin-top: 154px;
}

.new-arrivals-sectionfe {
  width: 34%;
}

.products-gridfe {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 15px;
}

.product-cardfe {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  width: 173px;
}

.product-card-largefe {
  width: 100%;
  aspect-ratio: 2.179;
  padding-top: 91px;
  padding-bottom: 14px;
}

.product-imagefe {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.product-titlefe {
  position: relative;
  border-radius: 0 0 10px 10px;
  padding: 47px 20px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

.products-rowfe {
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: space-between;
}

.products-rowfe .product-cardfe {
  padding-top: 63px;
  padding-bottom: 15px;
}

.products-rowfe .product-titlefe {
  padding: 39px 16px 0px;
  line-height: 19px;
}

.transfe {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 110%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 110%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 110%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 110%);
  border-radius: 0px 0px 10px 10px;
  z-index: 9;
}

.articles-listingff {
  background-color: #fff;
  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.articles-listing-containerff {
  display: flex;
  width: 100%;
  max-width: 1154px;
  flex-direction: column;
  align-items: stretch;
}

.section-titleff {
  color: #303030;
  font-size: 34px;
  font-weight: 600;
  align-self: center;
  margin: 0;
}

.articles-gridff {
  margin-top: 37px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}

.article-cardff {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  flex: 1;
  min-width: 200px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.article-imageff {
  aspect-ratio: 1.53;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.article-contentff {
  display: flex;
  margin-top: 11px;
  width: 100%;
  padding: 0 10px;
  flex-direction: column;
  align-items: stretch;
}

.article-titleff {
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-metaff {
  display: flex;
  position: relative;
  margin-top: 14px;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.read-timeff {
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  position: relative;
}

.publish-dateff {
  color: #777;
  font-weight: 400;
  position: relative;
}

.read-timeff::after {
  content: "." !important;
  position: absolute;
  font-size: 30px;
  top: -7px;
  color: #000;
  right: -11px;
}

.article-details {
  background-color: #fff;
  display: flex;
  padding: 5px 70px 22px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

.article-details-container {
  width: 100%;
  max-width: 1164px;
}

.article-details-wrapper {
  gap: 20px;
  display: flex;
}

.article-details-main-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 71%;
  margin-left: 0;
}

.article-details-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #000 !important;
  font-weight: 300;
  width: auto !important;
  padding: 1.25rem 0rem !important;
  flex-wrap: nowrap !important;
  background: none !important;
}

.breadcrumb-link {
  color: inherit;
  text-decoration: none;
  padding: 0px !important;
  width: auto !important;
}

.breadcrumb-link::after {
  content: "/";
  padding: 0px 0px 0px 8px;
}

.breadcrumb-link:hover {
  background: none !important;
}

.breadcrumb-separator {
  aspect-ratio: 1;
  object-fit: contain;
  width: 6px;
  margin: auto 0;
  display: none;
}

.breadcrumb-current {
  font-weight: 400;
}

.article-details-body {
  display: flex;
  margin-top: 20px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  line-height: 26px;
}

.article-details-titledtl {
  color: #303030;
  font-size: 50px;
  font-weight: 400;
  line-height: 53px;
  margin: 0;
}

.article-details-description {
  border-radius: 8px;
  background-color: #f7f7f7;
  border-top: 1px solid #000;
  margin: 19px 0 0 0;
  padding: 20px 29px;
  font-size: 18px;
  color: #303030;
  font-weight: 400;
  line-height: 26px;
}

.article-details-image {
  aspect-ratio: 1.6;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  margin-top: 23px;
}

.article-details-meta {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: stretch;
  gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-details-author-info {
  background-color: #f5f5f5;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.article-details-author-name {
  color: #303030;
}

.article-details-meta-separator {
  border-left: 1px solid #919191;
  height: 18px;
}

.article-details-publish-datedtl {
  color: #7a7a7a;
}

.article-details-share-section {
  background-color: #555;
  display: flex;
  min-height: 46px;
  padding: 10px;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-weight: 600;
}

.article-details-share-button {
  background: none;
  border: none;
  padding: 0 !important;
  cursor: pointer;
}

.article-details-share-button img {
  width: 16px;
  height: 16px;
}

.article-details-sidebar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 29%;
  margin-left: 20px;
}

.article-details-recent-articles-section {
  background-color: #f7f7f7;
  border-bottom: 1px solid #555;
  display: flex;
  margin-top: 77px;
  padding: 19px 12px 53px;
  flex-direction: column;
  align-items: stretch;
  font-size: 18px;
  color: #303030;
  font-weight: 400;
}

.article-details-sidebar-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 0 11px;
}

.article-details-recent-article {
  margin-top: 17px;
}

.article-details-recent-article-image {
  aspect-ratio: 1.87;
  object-fit: cover;
  width: 100%;
  border-radius: 6px;
}

.article-details-recent-article-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 8px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 58px;
  -webkit-box-orient: vertical;
}

.article-detailsdt {
  background-color: #ffffff;
  display: flex;
  padding: 56px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.article-containerdt {
  width: 100%;
  max-width: 1165px;
}

.article-layoutdt {
  margin-bottom: 47px;
}

.article-contentdt {
  gap: 20px;
  display: flex;
}

.article-columndt {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 68%;
}

.content-wrapperdt {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 18px;
  color: #303030;
  font-weight: 400;
}

.content-wrapperdt h2 {
  font-size: 30px;
  color: #303030;
  margin: 20px 0px;
  font-weight: 500;
}
.content-wrapperdt h2 strong {
  font-weight: 500;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.content-wrapperdt h2 strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background: #000;
}

.article-textdt {
  line-height: 26px;
  margin: 0;
}

.article-details-body p {
  margin: 25px 0px 0px 0px;
}

.article-details-body p img {
  width: 100%;
  object-fit: cover;
}

.article-textdt + .article-text {
  margin-top: 48px;
}

.article-imagedt {
  aspect-ratio: 1.77;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 10px;
}

.video-creditdt {
  background-color: #f5f5f5;
  margin-top: 8px;
  padding: 10px;
  font-size: 12px;
  color: #000000;
  width: fit-content;
}

.sidebardt {
  width: 32%;
  margin-left: 20px;
}

.sidebar-contentdt-popular {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 18px;
  color: #303030;
  margin-top: 50px;
}

.sidebar-titledt {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px;
}

.article-previewdt {
  display: flex;
  margin-top: 22px;
  align-items: stretch;
  gap: 14px;
  line-height: 22px;
}

.article-previewdt:first-of-type {
  margin-top: 0;
}

.preview-imagedt {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  width: 90px;
  border-radius: 10px;
  flex-shrink: 0;
}

.preview-titledt {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.separatordt {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 21px 0 0;
  width: 100%;
}

.article-layout-secondarydt {
  margin-top: 47px;
}

.article-content-secondarydt {
  gap: 20px;
  display: flex;
}

.products-sidebardt {
  width: 29%;
  margin-left: 20px;
}

.our-products-contentdt {
  background-color: #f7f7f7;
  border-bottom: 1px solid #555555;
  padding: 19px 13px 41px;
  font-size: 18px;
  color: #303030;
  margin-top: 50px;
}

.products-titledt {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 17px 11px;
}

.product-itemdt {
  margin-top: 22px;
}

.product-itemdt:first-child {
  margin-top: 0;
}

.product-imagedt {
  aspect-ratio: 1.87;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 6px;
}

.product-image-placeholderdt {
  border-radius: 6px;
  background-color: #ffffff;
  height: 166px;
  margin-top: 22px;
}

.product-namedt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 13px 0 0;
}

.product-descriptiondt {
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding-right: 23px;
  color: #000;
}

.containersteps {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 0px;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #fff;
}
@media (min-width: 1920px) {
  .containersteps {
    width: 1920px;
    margin: 0 auto;
  }
}

.dessert-section {
  margin-top: 30px;
}

.dessert-title {
  font-size: 30px;
  color: #303030;
  margin-bottom: 15px;
}

.title-underline {
  width: 359px;
  height: 1px;
  position: relative;
  margin-bottom: 20px;
  background-color: #ccc;
}

.title-underline-dark {
  width: 140px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

.dessert-description {
  font-size: 18px;
  line-height: 26px;
  color: #303030;
  max-width: 725px;
}

.mousse-image {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

.related-titledts {
  font-size: 34px;
  font-weight: 600;
  color: #303030;
  text-align: center;
  margin-bottom: 40px;
}

.article-gridpdts {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: left;
}

.article-cardpdts {
  border-radius: 10px;
  width: 18%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.article-imagepdts {
  width: 100%;
  height: 144px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.article-titlepfdts {
  font-size: 18px;
  font-weight: 600;
  color: #303030;
  line-height: 23px;
  margin: 15px 15px 20px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1028px) {
  .containerart {
    width: 94%;
  }
  .content-grid {
    gap: 20px;
  }
  .recipe-title {
    font-size: 16px;
    line-height: 20px;
  }
  .small-article-title {
    font-size: 16px;
    line-height: 1.3;
  }
  .article-title {
    padding: 43px 15px 20px;
    font-size: 28px;
    line-height: 34px;
  }
  .main-article {
    min-height: 395px;
  }
  .festive-eats {
    margin-top: 30px;
  }
  .articles-gridff {
    grid-template-columns: repeat(4, 1fr);
  }
  .article-details-body {
    margin-top: 20px;
  }
  .article-details-titledtl {
    font-size: 34px;
    line-height: 1.2;
  }
  .article-details-description {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .related-titledts {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .article-titlepfdts {
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    margin: 10px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .content-grid {
    flex-direction: column;
    gap: 0;
  }
  .featured-articles {
    width: 100%;
    margin-top: 40px;
  }
  .main-article {
    padding-top: 100px;
  }
  .article-title {
    padding: 93px 20px 30px;
    max-width: 100%;
  }
  .featured-recipes {
    width: 100%;
    margin-top: 40px;
  }
  .festive-eats {
    max-width: 100%;
    padding: 22px 20px 45px;
    margin-top: 40px;
  }
  .festive-content {
    padding-right: 20px;
  }
  .articles-listingsec {
    padding: 61px 20px;
  }
  .articles-containersec {
    max-width: 100%;
  }
  .articles-gridsec {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .article-card-mainsec, .article-columnsec, .article-columnsec .article-cardsec {
    width: 100%;
    margin-top: 17px;
  }
  .article-card-mainsec .article-contentsec {
    max-width: 100%;
  }
  .article-title-largesec, .article-descriptionsec {
    max-width: 100%;
  }
  .articles-containerfe {
    max-width: 100%;
    padding: 20px;
  }
  .content-wrapperfe {
    max-width: 100%;
  }
  .content-gridfe {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .festive-eats-sectionfe {
    width: 100%;
    margin-top: 31px;
  }
  .articles-rowfe {
    flex-direction: column;
  }
  .article-contentfe {
    padding:0px 10px 0px 15px;
  }
  .article-image-containerfe {
    padding: 100px 20px 0 0;
    width: 60vw;
  }
  .play-icon-secondaryfe {
    margin-top: 40px;
  }
  .new-arrivals-sectionfe {
    width: 100%;
    margin-top: 12px;
  }
  .products-row .product-titlefe {
    padding-right: 20px;
  }
  .articles-listingff {
    padding: 40px 20px;
  }
  .articles-listing-containerff {
    max-width: 100%;
  }
  .article-contentff {
    padding-right: 10px;
  }
  .article-details {
    padding: 30px 20px 22px;
  }
  .article-details-recent-articles-section {
    margin-top: 40px;
  }
  .article-details-sidebar {
    width: 100%;
    margin-left: 0;
  }
  .article-details-description {
    max-width: 100%;
    padding: 20px;
  }
  .article-details-titledtl {
    max-width: 100%;
    font-size: 40px;
    line-height: 47px;
  }
  .article-details-body {
    max-width: 100%;
  }
  .article-details-content {
    max-width: 100%;
    margin-top: 16px;
  }
  .article-details-container {
    max-width: 100%;
  }
  .article-details-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .article-details-main-content {
    width: 100%;
  }
  .article-detailsdt {
    padding: 56px 20px;
  }
  .article-containerdt {
    max-width: 100%;
  }
  .article-contentdt, .article-content-secondarydtv {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .article-columndt {
    width: 100%;
    margin-top: 40px;
  }
  .article-textdt + .article-text {
    margin-top: 40px;
  }
  .sidebardt, .products-sidebardt {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .article-layout-secondarydt {
    margin-top: 40px;
  }
  .product-descriptiondt {
    padding-right: 10px;
  }
}
@media (max-width: 800px) {
  .articles-gridff {
    grid-template-columns: repeat(3, 1fr);
  }
  .featured-articles {
    margin-top: 0px;
  }
  .main-article {
    padding: 0px;
  }
  .featured-recipes {
    margin-top: 30px;
  }
  .recipe-card {
    padding: 0px;
  }
  .festive-eats {
    margin-top: 20px;
  }
  .festive-grid .slick-prev {
    left: -8px;
  }
  .festive-grid .slick-next {
    right: -8px;
  }
  .articles-listingsec {
    padding: 12px 20px;
  }
  .article-card-mainsec .article-contentsec {
    padding: 0px;
  }
  .products-rowfe {
    justify-content: left;
  }
  .article-gridpdts {
    gap: 15px;
  }
  .article-imagepdts {
    height: 124px;
  }
}
@media (max-width: 580px) {
  .articles-gridff {
    grid-template-columns: repeat(2, 1fr);
  }
  .articles-listing {
    padding-top: 10px;
  }
  .article-title {
    padding: 13px 10px 12px;
    font-size: 23px;
    line-height: 24px;
  }
  .article-figure::after {
    height: 60%;
  }
  .products-gridfe {
    margin-top: 7px;
    gap: 16px;
  }
  .main-article {
    min-height: auto;
  }
  .article-grid {
    display: block;
  }
  .small-article {
    margin-bottom: 12px;
  }
  .thumbnail {
    width: 100px;
    height: 100px;
  }
  .festive-eats {
    margin-top: 0px;
  }
  .featured-recipes .recipe-card:last-child {
    border: 0px;
  }
  .featured-recipes {
    margin-top: 0px;
  }
  .festive-eats .section-title {
    font-size: 22px;
    text-align: left;
  }
  .festive-grid .slick-list {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
  }
  .festive-grid .slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .festive-card {
    width: 245px !important;
    flex: none;
  }
  .article-columnsec {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: end;
    gap: 15px;
  }
  .article-card-smallsec {
    width: 50%;
  }
  .articles-listingsec {
    padding: 12px 14px 25px;
  }
  .festive-eats-sectionfe {
    margin-top: 0px;
  }
  .section-titlefe {
    font-size: 22px;
    align-self: flex-start;
  }
  .articles-gridfe {
    overflow: auto;
    margin-left: -20px;
    padding-left: 20px;
    width: 100vw;
    scrollbar-width: none;
  }
  .articles-rowfe {
    display: inline-flex;
    gap: 10px;
    flex-direction: row;
  }
  .article-cardfe {
    width: 246px;
    margin-right: 10px;
  }
  .section-titleff {
    font-size: 22px;
    align-self: flex-start;
  }
  .articles-gridff {
    margin-top: 10px;
  }
  .article-cardff {
    min-width: auto;
  }
  .article-titleff {
    font-size: 12px;
    line-height: 17px;
  }
  .articles-containerfe {
    padding: 20px 14px 30px;
  }
  .articles-listingff {
    padding: 40px 14px;
  }
  .festive-grid {
    display: flex;
    margin-top: 5px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    gap: 0px;
    align-items: center;
    overflow: auto;
    margin-left: -30px;
    padding-left: 14px;
    margin-right: -20px;
    padding-right: 10px;
  }
  .article-details {
    padding: 0px 12px 0px;
  }
  .festive-eats {
    padding: 22px 20px 25px;
  }
  .breadcrumb-current {
    white-space: nowrap;
    width: 60%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
  }
  .article-details-titledtl {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.3;
  }
  .dessert-title {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .related-titledts {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
  .containersteps {
    padding: 0px 0px 20px 0px;
  }
  .article-gridpdts {
    justify-content: left;
    gap: 15px;
    scrollbar-width: none;
    overflow: auto;
    margin: 0 -20px;
    padding: 0px 20px;
    display: flex;
    flex-wrap: nowrap;
  }
  .article-cardpdts {
    width: 245px;
  }
  .article-imagepdts {
    width: 245px;
  }
  .article-titlepfdts {
    width: 245px;
  }
  .article-cardpdts {
    overflow: visible;
  }
  .containersteps {
    max-width: 100%;
    padding: 30px 20px;
    margin: 0;
    background: #F0F0F0;
  }
  .article-columnsec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0px;
    gap: 0px 15px;
  }
  .main-article .slick-list {
    height: 252px;
  }
  .article-imagefe img {
    border-radius: 15px 15px 0px 0px;
  }
  .article-titlefe {
    font-size: 16px;
    line-height: 20px;
    min-height: 58px;
  }
  .article-details-body {
    margin-top: 0px;
  }
  .article-details-description {
    margin: 10px 0px 0px 0px !important;
    padding: 20px 12px;
  }
  .our-products-contentdt {
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .product-itemdt {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
  }
  .our-products-contentdt a:hover .product-descriptiondt {
    color: #000;
  }
  .our-products-contentdt .product-itemdt:last-child {
    border: 0px;
  }
  .sidebar-contentdt-popular {
    margin-top: 30px;
  }
  .article-details-recent-articles-section {
    margin-left: -12px;
    margin-right: -12px;
    padding: 19px 12px 25px;
  }
  .recent_article_list {
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
    display: flex;
  }
  .article-details-recent-article a {
    width: 246px;
    display: block;
    margin-right: 15px;
    background: #fff;
    padding-bottom: 15px;
    border-radius: 10px;
  }
  .article-details-recent-article-image img {
    border-radius: 6px 6px 0px 0px !important;
  }
  .article-details-recent-article-title {
    padding: 7px 10px 20px 10px;
  }
}
.single .article-details-content .breadcrumb {
  padding: 1.25rem 0px !important;
}

.breadcrumb {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.breadcrumb a {
  opacity: 0.5;
  font-weight: 600;
}

.breadcrumb-current {
  font-weight: 600;
}

.hero-header {
  background-color: rgb(245, 245, 245);
  overflow: hidden;
  color: rgb(48, 48, 48);
  text-align: center;
}
@media (min-width: 1920px) {
  .hero-header {
    width: 1920px;
    margin: 0 auto;
  }
}

.hero-container {
  background-color: rgb(245, 245, 245);
  width: 100%;
  overflow: hidden;
}

.hero-container .filtersec .breadcrumb {
  padding: 0px 25px !important;
}

.hero-content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: center;
}

.hero-background-image {
  height: 100%;
}
@media (max-width: 600px) {
  .hero-background-image {
    margin-top: 70px;
  }
}

.hero-content {
  position: absolute;
  display: flex;
  top: 70px;
  left: 0;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.hero-title {
  font-size: 44px;
  font-weight: 600;
  align-self: center;
  margin: 0;
}

.accent-text {
  color: rgb(234, 32, 39);
}

.hero-description {
  font-size: 22px;
  font-weight: 400;
  margin: 14px auto 0;
  width: 637px;
}

@media (max-width: 991px) {
  .hero-container {
    max-width: 100%;
  }
  .hero-content-wrapper {
    max-width: 100%;
    padding: 70px 0 0 0;
  }
  .hero-content {
    margin-bottom: 10px;
    top: 40px;
    padding: 10px !important;
  }
  .hero-title {
    max-width: 100%;
    font-size: 34px;
    line-height: 40px;
  }
  .hero-description {
    max-width: 100%;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.3;
    padding: 0px 40px;
  }
}
.who-we-are-section {
  border-radius: 0;
}

.wwa-container {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  padding: 39px 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wwa-content-wrapper {
  width: 100%;
  max-width: 1118px;
}

.content-grid {
  gap: 20px;
  display: flex;
}

.content-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0;
}

.text-content {
  display: flex;
  margin: auto 0;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  color: rgb(48, 48, 48);
}

.wwasection-title {
  font-size: 44px;
  font-weight: 600;
  align-self: start;
  margin: 0;
}

.title-highlight {
  color: rgb(234, 32, 39);
}

.wwa-description {
  font-size: 18px;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 0;
}

.image-column {
  display: flex;
  align-items: stretch;
  line-height: normal;
  width: 49%;
  margin-left: 20px;
}

.image-wrapper {
  border-radius: 10px;
  background-color: rgb(255, 244, 237);
  flex-grow: 1;
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .play-button {
    width: 56px;
    height: 56px;
  }
}

.play-button:hover {
  background: none;
  box-shadow: none;
}

.play-icon {
  width: 32px;
  height: 32px;
  color: white;
  transition: transform 0.2s ease;
}

.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: background 0.3s ease;
}

.video-container:hover::before {
  background: rgba(0, 0, 0, 0.2);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.video-container img,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.video-container.is-playing img,
.video-container.is-playing .play-button {
  opacity: 0;
  pointer-events: none;
}

.video-container iframe {
  opacity: 0;
}

.video-container.is-playing iframe {
  opacity: 1;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s linear infinite;
  display: none;
}

.video-container.is-loading .loading-spinner {
  display: block;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.feature-image {
  aspect-ratio: 1.78;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

@media (max-width: 991px) {
  .wwa-container {
    max-width: 100%;
    padding: 20px 15px 10px;
  }
  .wwasection-title {
    font-size: 22px;
  }
  .content-wrapper {
    max-width: 100%;
  }
  .content-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .content-column {
    width: 100%;
  }
  .text-content {
    max-width: 100%;
    margin-top: 0px;
  }
  .wwa-description {
    max-width: 100%;
    margin-top: 0;
    font-size: 14px;
  }
  .image-column {
    margin: 0 -15px;
    width: 100vw !important;
  }
  .image-wrapper {
    max-width: 100%;
    margin-top: 10px;
    height: 211px;
    border-radius: 0;
  }
  .feature-image {
    max-width: 100%;
  }
}
.vision-section {
  background-color: rgb(255, 244, 237);
  display: flex;
  padding: 43px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  color: rgb(48, 48, 48);
  text-align: center;
  justify-content: center;
}
@media (min-width: 1920px) {
  .vision-section {
    width: 1920px;
    margin: 0 auto;
  }
}

.vision-container {
  display: flex;
  width: 496px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.vision-heading {
  font-size: 44px;
  font-weight: 600;
  align-self: center;
  margin: 0;
}

.vision-heading-highlight {
  color: rgb(234, 32, 39);
}

.vision-description {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .vision-heading {
    font-size: 22px;
  }
  .vision-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .vision-section {
    padding: 40px 15px;
  }
  .vision-description {
    max-width: 100%;
  }
}
.smart-chef-movement {
  border-radius: 10px;
  background-color: rgb(255, 244, 237);
  display: flex;
  padding: 53px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  color: rgb(48, 48, 48);
  font-weight: 600;
  text-align: center;
  justify-content: center;
}
@media (min-width: 1920px) {
  .smart-chef-movement {
    width: 1920px;
    margin: 0 auto;
  }
}

.smartchef-content-wrapper {
  display: flex;
  width: 668px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}

.movement-title {
  font-size: 44px;
  margin: 0;
}

.movement-description {
  font-size: 18px;
  font-weight: 400;
  align-self: stretch;
  margin: 24px 0 0 0;
}

.cta-button {
  border-radius: 40px;
  background-color: rgb(237, 28, 36);
  margin-top: 25px;
  padding: 11px 22px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: rgb(255, 255, 255);
  letter-spacing: -0.3px;
  font-weight: 600;
  font-family: inherit;
}

.cta-button:hover {
  opacity: 0.9;
}

.cta-button:focus {
  outline: 2px solid rgba(237, 28, 36, 0.5);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .smart-chef-movement {
    padding: 53px 20px;
  }
  .movement-title {
    max-width: 100%;
    font-size: 22px;
  }
  .movement-description {
    max-width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
  .cta-button {
    padding: 11px 20px;
    font-size: 16px;
  }
}
.offer-section {
  background-color: #ffffff;
  padding-left: 80px;
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
}
@media (min-width: 1920px) {
  .offer-section {
    width: 1920px;
    margin: 0 auto;
  }
}

.offer-container {
  gap: 20px;
  display: flex;
  width: 100%;
}

.content-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0;
}

.offer-content-wrapper {
  z-index: 10;
  display: flex;
  margin-top: 86px;
  margin-right: -2px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20%;
  height: 100%;
}

.section-title {
  color: #303030;
  font-size: 44px;
  font-weight: 600;
  margin: 0;
}

.highlight {
  color: #ea2027;
}

.main-description {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  margin-top: 14px;
  width: 570px;
}

.features-container {
  display: flex;
  margin-top: 107px;
  margin-left: auto;
  max-width: 340px;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navigation-dots {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.dot {
  border-radius: 10px;
  background-color: #d9d9d9;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 20px;
}

.dot:first-child {
  margin-top: 0;
}

.dot.active {
  background-color: #303030;
}

.left-content {
  width: 100%;
  display: flex;
  margin-top: 160px;
}

.feature-content {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  max-width: 380px;
  margin-left: auto;
  justify-self: flex-end;
}
@media (max-width: 620px) {
  .feature-content {
    width: 80%;
    margin: 0 auto;
    height: 180px;
  }
}

.feature-title {
  color: #ea2027;
  font-size: 22px;
  font-weight: 600;
  align-self: flex-start;
  margin: 0;
}

.feature-description {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

.arImage {
  position: absolute;
  display: flex;
  top: 50%;
  left: 30%;
  width: 120%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  height: 100%;
  align-self: flex-end;
  align-items: center;
}
@media (max-width: 620px) {
  .arImage {
    top: 30%;
    left: 50%;
    width: 100%;
  }
}
.arImage img {
  width: 100%;
}
@media (max-width: 620px) {
  .arImage img {
    width: 100%;
    margin: 0 auto;
  }
}

.aboutRgihtsliders {
  display: flex;
  position: relative;
  width: 40%;
  background: #F8F8F8;
}
.aboutRgihtsliders .arImage {
  position: absolute;
  display: flex;
  top: 50%;
  left: 30%;
  width: 120%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  height: 100%;
  align-self: flex-end;
  align-items: flex-end;
}
.aboutRgihtsliders .arImage img {
  width: 100%;
}
.aboutRgihtsliders[data="0"] .arImage.firstImage {
  top: 50%;
}
.aboutRgihtsliders[data="0"] .arImage.secondImage {
  top: 150%;
}
.aboutRgihtsliders[data="0"] .arImage.thirdImage {
  top: 150%;
}
.aboutRgihtsliders[data="0"] .arImage.forthImage {
  top: 150%;
}
.aboutRgihtsliders[data="1"] .arImage.firstImage {
  top: -150%;
}
.aboutRgihtsliders[data="1"] .arImage.secondImage {
  top: 50%;
}
.aboutRgihtsliders[data="1"] .arImage.thirdImage {
  top: 150%;
}
.aboutRgihtsliders[data="1"] .arImage.forthImage {
  top: 150%;
}
.aboutRgihtsliders[data="2"] .arImage.firstImage {
  top: -150%;
}
.aboutRgihtsliders[data="2"] .arImage.secondImage {
  top: -150%;
}
.aboutRgihtsliders[data="2"] .arImage.thirdImage {
  top: 50%;
}
.aboutRgihtsliders[data="2"] .arImage.forthImage {
  top: 150%;
}
.aboutRgihtsliders[data="3"] .arImage.firstImage {
  top: -150%;
}
.aboutRgihtsliders[data="3"] .arImage.secondImage {
  top: -150%;
}
.aboutRgihtsliders[data="3"] .arImage.thirdImage {
  top: -150%;
}
.aboutRgihtsliders[data="3"] .arImage.forthImage {
  top: 50%;
}

.feature-image {
  aspect-ratio: 0.99;
  object-fit: contain;
  object-position: center;
  width: 100%;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .section-title {
    width: 100%;
    font-size: 22px;
  }
  .feature-title {
    align-self: center;
    font-size: 16px;
  }
  .aboutRgihtsliders {
    padding-top: 100%;
    width: 100%;
  }
  .aboutRgihtsliders .arImage.firstImage {
    align-items: center;
    justify-content: center;
  }
  .aboutRgihtsliders .arImage {
    width: 100%;
    left: 50%;
    align-items: center;
    justify-content: center;
  }
  .aboutRgihtsliders .arImage img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center center;
  }
  .feature-description {
    font-size: 14px;
  }
  .offer-section {
    padding: 30px 15px;
  }
  .content-column {
    padding-bottom: 20px;
  }
  .offer-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .content-column {
    width: 100%;
  }
  .offer-content-wrapper {
    max-width: 100%;
    margin-top: 25px;
    padding: 0;
    text-align: center;
  }
  .main-description {
    display: none;
  }
  .features-container {
    margin-top: 40px;
  }
  .feature-content {
    margin-top: 30px;
  }
  .feature-image {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .navigation-dots {
    display: none;
  }
}
.sticky-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 300px;
  height: 100dvh;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sticky-nav ul a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.sticky-nav ul .active a {
  color: #fff;
}

.scrollsectionabt {
  height: 400vh;
  position: relative;
  padding-left: 80px;
}
@media (min-width: 1920px) {
  .scrollsectionabt {
    width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .scrollsectionabt {
    padding: 0px;
  }
}

.containerabt {
  gap: 20px;
  display: flex;
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
}
@media (max-width: 640px) {
  .containerabt {
    display: block;
  }
}

.leftabt {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .leftabt {
    width: 100%;
  }
}

.textblockabt {
  opacity: 0;
  transition: opacity 0.6s ease;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 50%;
}
@media (max-width: 640px) {
  .textblockabt {
    width: 100%;
    top: 20%;
  }
}

.rightabt {
  display: flex;
  width: 40%;
  background: #F8F8F8;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .rightabt {
    background: none;
    width: 100%;
  }
}

.rightabt img {
  max-width: 90%;
  height: auto;
}

.paginationdotsabt {
  position: absolute;
  top: 50%;
  left: 0px;
  display: inline-grid;
  gap: 10px;
  z-index: 99;
}
@media (max-width: 640px) {
  .paginationdotsabt {
    bottom: 15%;
    left: 50%;
    display: flex;
    transform: translate(-50%, 0px);
    top: inherit;
  }
}

.dotabt {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.dotabt.active {
  background-color: #333;
}

.formwrapper {
  width: 100%;
  background: #F2F2F2;
  padding-bottom: 50px;
}

.formInnerdiv {
  background: #fff;
  padding: 50px;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.formInnerdiv h2 {
  font-size: 20px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 991px) {
  .formInnerdiv {
    padding: 20px 15px;
  }
  .formInnerdiv h2 {
    margin-bottom: 20px;
  }
}

.formWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 2%;
}
.formWrap .fItem {
  width: 48%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.formWrap .fItem.fullwidth {
  width: 98%;
}
.formWrap .fItem label {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
  margin: 0px !important;
  cursor: pointer;
}
.formWrap .fItem label span {
  color: red;
}
.formWrap .fItem input {
  border-radius: 6px;
  border: 1.2px solid #B7B7B7;
  padding: 10px;
  height: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  cursor: pointer;
}
.formWrap .fItem textarea {
  border-radius: 6px;
  border: 1.2px solid #B7B7B7;
  padding: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  cursor: pointer;
}
.formWrap .fItem .mobile-input input {
  border: 0;
}
@media (max-width: 600px) {
  .formWrap {
    grid-gap: 5px 0;
  }
  .formWrap .fItem {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .formWrap .fItem input {
    height: 45px;
  }
}

.custom-select {
  position: relative;
  width: 100%;
  margin: 0px !important;
}

.select-box {
  background: white;
  border-radius: 6px;
  border: 1.2px solid #B7B7B7;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  height: 50px;
  margin: 0px !important;
}

.arrow {
  width: 10px;
  height: 10px;
  position: relative;
}
.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 100%;
  border-left: solid 2px #B7B7B7;
  border-bottom: solid 2px #B7B7B7;
}

.options {
  list-style: none;
  padding: 0;
  margin: 0 0;
  position: absolute;
  width: 100%;
  background: white;
  border: 1.2px solid #B7B7B7;
  border-radius: 5px;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
}

.option {
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.option:hover {
  background: #ED1C24;
  color: white;
}

/* Show options when active */
.custom-select.active .options {
  display: block;
}

#form-container {
  display: table;
  margin: 0 -5px;
}
#form-container .tabHead > div,
#form-container .row > div {
  display: table-cell;
  padding: 5px;
  width: 16%;
  vertical-align: bottom;
}
#form-container .tabHead > div > span,
#form-container .row > div > span {
  display: none;
  color: #B7B7B7;
  min-height: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#form-container .tabHead > div:nth-child(1),
#form-container .row > div:nth-child(1) {
  width: 50%;
}
@media (max-width: 600px) {
  #form-container .tabHead {
    display: none;
  }
  #form-container .row {
    display: flex;
    flex-wrap: wrap;
  }
  #form-container .row > div {
    display: inline-flex;
    padding: 5px;
    width: calc(50% - 25px);
    flex-direction: column;
  }
  #form-container .row > div > span {
    display: block;
  }
  #form-container .row > div:nth-child(1) {
    width: 100%;
  }
  #form-container .row > div:last-child {
    width: 50px;
    min-width: 50px;
  }
}

#cookingInstruction {
  display: table;
  margin: 0 -5px;
}
#cookingInstruction .tabHead,
#cookingInstruction .row {
  display: table-row;
}
#cookingInstruction .tabHead > div,
#cookingInstruction .row > div {
  display: table-cell;
  padding: 5px;
  width: 16%;
  vertical-align: bottom;
}
#cookingInstruction .tabHead > div:nth-child(1),
#cookingInstruction .row > div:nth-child(1) {
  width: 30%;
}
#cookingInstruction .tabHead > div:nth-child(2),
#cookingInstruction .row > div:nth-child(2) {
  width: 50%;
}
@media (max-width: 600px) {
  #cookingInstruction .tabHead {
    display: none;
  }
  #cookingInstruction .row {
    display: flex;
    flex-wrap: wrap;
  }
  #cookingInstruction .row > div {
    display: inline-flex;
    width: 50px;
    vertical-align: bottom;
  }
  #cookingInstruction .row > div:nth-child(1) {
    width: 100%;
  }
  #cookingInstruction .row > div:nth-child(2) {
    width: calc(100% - 50px);
  }
}

.form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

input,
select,
button {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.remove {
  background: #ff4d4d;
  color: white;
  border: none;
  cursor: pointer;
}

.add {
  background: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

.remove,
.add {
  padding: 8px 12px;
  border-radius: 5px;
}

.addIcon {
  border-radius: 6px;
  border: 1.2px solid #E5E5E5;
  width: 100%;
  height: 50px;
  background: #FAFAFA url("../img/plusIcon.svg") no-repeat center center;
}

.removeIcon {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1.2px solid #E5E5E5;
  background: #FAFAFA url("../img/removeIcon.svg") no-repeat center center;
}

.file-upload-container {
  position: relative;
  width: 100%;
  margin: 0px !important;
  cursor: pointer;
}
.file-upload-container.heightExted label {
  height: 100px;
  justify-content: center;
  align-items: center;
}
.file-upload-container .fileselectbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-upload-container label {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  padding: 15px 20px;
  border: 1.2px solid #B7B7B7;
  background: #FFFAEE;
  margin: 0px !important;
}
.file-upload-container label abbr {
  font-size: 14px;
  color: #747474;
  font-weight: normal;
  margin-left: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  border-bottom: 0px !important;
}
.file-upload-container label i {
  display: block;
  width: 21px;
  height: 18px;
  background: url("../img/camIcon.svg") no-repeat center center;
}
.file-upload-container .preview {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  object-fit: cover;
  display: none;
}

.formWrap .fItem.nutPlusbtn {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.formWrap .fItem.nutPlusbtn .addIcon {
  width: 50px;
  margin-left: 10px;
}

.submitBtn {
  border-radius: 6px;
  background: #656262;
  padding: 11px 29px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
  text-transform: uppercase;
}

.buttnwrap {
  align-items: center;
}

.submitrecipeheader {
  padding: 45px 0px;
  text-align: center;
  background-color: #fff;
  font-size: 32px;
  color: #504F4F;
  font-weight: 600;
  position: relative;
}
@media (max-width: 580px) {
  .submitrecipeheader {
    padding: 28px 0px;
    font-size: 20px;
    background: #FFEEC7;
  }
}
.submitrecipeheader::before {
  content: "";
  background: url(../img/recipeleft.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  width: 199px;
  height: 128px;
}
@media (max-width: 580px) {
  .submitrecipeheader::before {
    content: none;
  }
}
.submitrecipeheader::after {
  content: "";
  background: url(../img/reciperight.png) no-repeat;
  position: absolute;
  right: 8px;
  top: 40px;
  background-size: cover;
  width: 133px;
  height: 98px;
}
@media (max-width: 580px) {
  .submitrecipeheader::after {
    content: none;
  }
}
.submitrecipeheader span {
  color: #EA2027;
}

@media (max-width: 600px) {
  .submitRec {
    display: none !important;
  }
  .select-box {
    height: 45px;
  }
  .removeIcon,
  .addIcon {
    height: 45px;
  }
}
#ing_count {
  display: table-row;
}

#form-container .tabHead {
  display: flex;
}
@media (max-width: 600px) {
  #form-container .tabHead {
    display: none;
  }
}

#cookingInstruction textarea {
  width: 100%;
  min-height: 50px;
  padding: 2px 10px;
  font-size: 16px;
  resize: none; /* Prevent manual resize if desired */
  overflow: hidden; /* Hide scrollbars */
}

#cookingInstruction .row {
  display: flex;
}

#cookingInstruction .file-upload-container .preview {
  height: 51px !important;
}

.message {
  background: #ffbc3e;
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 600;
  text-align: center;
  z-index: 99;
}
@media (max-width: 600px) {
  .message {
    width: 300px;
  }
}

.auth-container {
  background-color: rgb(245, 245, 245);
  display: flex;
  padding: 30px 15px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  min-height: calc(100vh - 84px);
}

.backBtn {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: rgb(80, 79, 79);
  white-space: nowrap;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

.backBtn svg {
  width: 18px !important;
  height: 14px !important;
}

.backBtn:hover {
  color: rgb(80, 79, 79) !important;
}

.back-icon {
  aspect-ratio: 1.44;
  object-fit: contain;
  object-position: center;
  width: 23px;
  flex-shrink: 0;
}

.back-link {
  color: inherit;
  text-decoration: none;
}

.auth-content {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  align-self: center;
  display: flex;
  width: 452px;
  max-width: 100%;
  padding: 35px 35px;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  color: rgb(48, 48, 48);
}

.auth-title {
  font-size: 20px;
  text-align: center;
  align-self: center;
  margin: 0;
  font-weight: 600;
  padding-bottom: 50px;
}

.text-accent {
  color: rgb(237, 28, 36);
}

.social-button, .auth-content > button.social-button {
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(226, 232, 240);
  display: flex !important;
  margin-top: 23px;
  padding: 16px;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  line-height: 1 !important;
  color: rgb(30, 41, 59);
  font-weight: 500;
  letter-spacing: -0.24px;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}

.google-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  flex-shrink: 0;
}

.button-text {
  margin: auto 0;
}

.email-button, .auth-content a > button.email-button {
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(226, 232, 240);
  margin-top: 20px;
  padding: 16px;
  line-height: 1 !important;
  color: rgb(30, 41, 59);
  font-weight: 500;
  letter-spacing: -0.24px;
  cursor: pointer;
  width: 100%;
}

.login-prompt {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
}

.login-link {
  color: rgb(237, 28, 36);
  text-decoration: none;
  font-weight: 400;
}

@media (max-width: 991px) {
  .auth-container {
    padding: 30px 20px 100px;
  }
  .backBtn {
    white-space: initial;
  }
  .auth-content {
    padding: 49px 20px;
    margin-top: 40px;
  }
}
.signup-container {
  width: 453px;
  border-radius: 10px;
  padding: 51px 34px;
  box-sizing: border-box;
  background-color: #fff;
}

.signup-header {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 24px;
}

.text-red {
  color: #ed1c24;
}

.text-dark {
  color: #303030;
}

.signup-form {
  width: 100%;
  margin: 0 !important;
}

.form-field {
  margin-bottom: 30px;
}

.input-label {
  display: block;
  color: #303030;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.input-wrapper {
  border: 1.2px solid #b7b7b7;
  border-radius: 6px;
  height: 50px;
  display: flex;
  align-items: center;
}

.form-input,
.form-field .form-input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #4f4f4f;
  outline: none;
  background: transparent;
  border: 0 !important;
}

.mobile-input {
  display: flex;
  align-items: center;
}

.country-selector {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
  margin: 0px !important;
}

.selected-country {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px !important;
}

.flag-icon {
  width: 24px;
  height: 16px;
  object-fit: cover;
}

.country-code {
  color: #4f4f4f;
  font-weight: normal;
  font-size: 16px;
}

.country-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  background: white;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  z-index: 1000;
}

.country-dropdown.active {
  display: block;
}

.country-search {
  padding: 8px;
  border-bottom: 1px solid #b7b7b7;
}

.country-search input {
  width: 100%;
  padding: 8px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.country-list {
  max-height: 200px;
  overflow-y: auto;
}

.country-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

.country-item:hover {
  background-color: #f5f5f5;
}

.country-item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}

.country-item span {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #4f4f4f;
}

.continue-btn {
  display: block !important;
  color: #fff !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  border-radius: 6px;
  margin: 40px auto;
  width: 150px;
  cursor: pointer;
  background-color: #c7c7c7;
  border: none;
}
.continue-btn.loginContinue {
  margin: 0 auto 10px auto;
}
.continue-btn.active {
  background: #EE1A25;
}

.continue-btn:hover {
  color: #fff !important;
}

.orline {
  color: #747474;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
}

.login-prompt {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #303030;
  font-weight: 600;
  margin: 10px 0 0 0;
}

.login-link {
  color: #ed1c24;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 640px) {
  .signup-container {
    width: 100%;
    padding: 30px 20px;
  }
  .continue-btn {
    width: 100%;
  }
}
.otp-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  width: 100%;
  padding: 20px 15px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.otp-card {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  margin-bottom: -50px;
  width: 593px;
  max-width: 100%;
  padding: 18px 0 28px;
  flex-direction: column;
  align-items: stretch;
}

.close-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  align-self: flex-end;
}

.close-icon {
  aspect-ratio: 1.07;
  object-fit: contain;
  object-position: center;
  width: 15px;
}

.otp-content {
  display: flex;
  margin-top: 16px;
  padding: 0 31px;
  flex-direction: column;
  align-items: flex-start;
}

.otp-sent-message {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.phone-number {
  font-weight: 600;
  color: #ee1a25;
}

.otp-content .resend-text, .otp-content .resend-text:hover {
  background: none !important;
  padding: 0;
  font-size: inherit;
  color: #ed1c24 !important;
  display: inline;
  cursor: pointer;
  padding: 0px !important;
  margin: 0px !important;
  line-height: normal !important;
  min-height: auto !important;
  box-shadow: none !important;
}

.otp-content .otp-input {
  border-radius: 6px;
  border: 1px solid #b7b7b7;
  width: 100%;
  margin-top: 10px;
  padding: 18px;
  font-size: 16px;
  color: #747474;
}

.resend-timer .error {
  margin-left: auto;
}

.resend-timer {
  color: #ee1a25;
  font-size: 14px;
  margin: 8px 0 0;
  display: flex;
  position: relative;
  width: 100%;
}

.timer-text {
  color: #b7b7b7;
  padding: 0 10px;
}

.verify-button {
  border: none;
  border-radius: 6px;
  background-color: #c7c7c7;
  margin-top: 19px;
  padding: 11px 30px;
  font-size: 20px;
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  cursor: pointer;
}
.verify-button.active {
  background: #EE1A25;
}

@media (max-width: 991px) {
  .otp-overlay {
    max-width: 100%;
  }
  .otp-card {
    margin-bottom: 10px;
  }
  .close-icon {
    margin-right: 10px;
  }
  .otp-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .otp-input {
    padding-right: 20px;
  }
  .verify-button {
    padding: 11px 20px;
    white-space: normal;
  }
}
.custom-checkbox1 {
  display: flex;
  color: rgb(116, 116, 116);
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 100%;
}

.custom-checkbox1 input {
  display: none;
}

.checkmark1 {
  width: 12px;
  height: 12px;
  background-color: #fff; /* Dark teal */
  display: inline-block;
  position: relative;
  border: 1px solid rgb(116, 116, 116);
}

.custom-checkbox1 input:checked + .checkmark1::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid rgb(116, 116, 116);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.label-text1 {
  flex: 1;
  margin-top: -3px;
}

#form-errors {
  color: #ff0000;
  font-size: 12px;
  padding: 5px 0px;
}

.chefbbx .chef-name {
  color: #303030;
  font-size: 18px !important;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px 0px 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.like_chef .verification-badge {
  margin-bottom: 0px;
}

.like_chef {
  position: relative;
}

.like_chef .bglike {
  background: rgba(217, 217, 217, 0.8);
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.like_chef .chef_like {
  cursor: pointer;
  width: 19px;
  height: 17px;
  margin: 4px 5px;
}

.like_chef .chef_like img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liked_recipes {
  position: relative;
}

.liked_recipes .bglike {
  background: rgba(217, 217, 217, 0.8);
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.liked_recipes .bglike .dislike {
  width: 19px;
  height: 17px;
  background: url(../img/dislikew.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 5px;
}

.liked_recipes .bglike .like {
  width: 19px;
  height: 17px;
  background: url(../img/like.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 5px;
}

.myAccountBanner {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("../img/myAccountBg.jpg") no-repeat center right;
  background-size: cover;
}
.myAccountBanner .maBannerInner {
  max-width: 1160px;
  padding: 50px 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 600px) {
  .myAccountBanner .maBannerInner {
    height: 171px;
  }
}
.myAccountBanner .maBannerInner h1 {
  color: #000;
}
.myAccountBanner .maBannerInner h1 span {
  color: #EA2027;
}
.myAccountBanner .maBannerInner p {
  font-size: 20px;
}
@media (max-width: 991px) {
  .myAccountBanner {
    background-position: center center;
  }
}
@media (max-width: 600px) {
  .myAccountBanner {
    background-position: -720px center;
  }
}

.account-page {
  background-color: rgb(242, 242, 242);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  min-height: 100vh;
}

.account-container {
  align-self: center;
  width: 100%;
  max-width: 1160px;
  padding: 0 15px;
}

.account-layout {
  gap: 20px;
  display: flex;
}

.sidebar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 31%;
  color: rgb(80, 79, 79);
  font-weight: 600;
}

.profile-card {
  width: 100%;
}

.user-info {
  border-radius: 10px;
  background-color: white;
  display: flex;
  width: 100%;
  padding: 15px;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.eserinflft {
  position: relative;
}

.user-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 85px;
  align-self: stretch;
  margin: auto 0;
  height: 85px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .user-avatar {
    width: 69px;
    height: 69px;
  }
}

.user-name {
  align-self: stretch;
  margin: auto 0;
}

.account-nav {
  border-radius: 10px;
  background-color: white;
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

.nav-item {
  border-bottom: 1px solid rgb(226, 232, 240);
  display: flex;
  width: 100%;
  padding: 15px;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
}

.nav-item:last-child {
  border-bottom: none;
}

.nav-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 30px;
  align-self: stretch;
  margin: auto 0;
}

.nav-label {
  align-self: stretch;
  margin: auto 0;
}

.main-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 69%;
}

.profile-details-card {
  border-radius: 10px;
  background-color: white;
  margin: 0 auto;
  width: 100%;
  padding: 30px;
}

.myac-header {
  display: flex;
  width: 100%;
  align-items: center;
  color: rgb(80, 79, 79);
  font-weight: 600;
  justify-content: space-between;
}

.myac-title {
  font-size: 20px;
  margin: 0;
  align-self: stretch;
}

@media (max-width: 580px) {
  .edit-button {
    display: flex;
    justify-content: space-between !important;
    padding: 0px !important;
    width: 70px !important;
    border: 0px !important;
    min-height: auto !important;
  }
}

.edit-button, .myac-header button.edit-button {
  border-radius: 4px;
  background-color: white;
  border: 1px solid black;
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  width: 88px;
  justify-content: center;
  line-height: 1 !important;
}
@media (max-width: 580px) {
  .edit-button, .myac-header button.edit-button {
    width: 66px;
    padding: 0px 9px !important;
  }
}
.edit-button:hover, .myac-header button.edit-button:hover {
  color: inherit;
  background: transparent;
}

.edit-button, .myac-header button.edit-button.update_profile_button {
  padding: 4px 9px !important;
}

.edit-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 18px;
  align-self: stretch;
  margin: auto 0;
}

.section-divider {
  border: 0;
  border-top: 1px solid rgb(226, 232, 240);
  margin: 30px 0;
  width: 100%;
}

@media (max-width: 991px) {
  .account-page {
    padding-bottom: 100px;
  }
  .account-container {
    max-width: 100%;
  }
  .account-wrapper {
    max-width: 100%;
  }
  .account-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .sidebar {
    width: 100%;
  }
  .main-content {
    width: 100%;
    margin-left: 0;
  }
  .profile-details-card {
    max-width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  .edit-button, .myac-header button.edit-button {
    white-space: normal;
  }
}
nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /*align-items: stretch;*/
  /*background: #AD9897;*/
  color: #6C5D5D;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  width: 150px;
}

nav a {
  position: relative;
  padding: 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

nav a:hover,
nav a.selected {
  background: #FFDAB1;
}

.main-content .tabs {
  float: inherit !important;
  width: auto !important;
  padding: 0px !important;
  margin: 0px !important;
}

.tabs .content {
  padding: 0px !important;
  position: relative;
  color: #6C5D5D;
  transition: opacity 0.1s linear 0s;
  display: none;
}

.tabs .content.visible {
  display: block;
}

.preftv {
  border-radius: 10px;
  background-color: white;
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  margin-bottom: 28px;
}

.tagsel {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: #000;
  padding: 11px 15px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 10px !important;
}

.tagsel span {
  margin-left: 10px;
  cursor: pointer;
}

.preftv .searchcard {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.mnum {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.accordion-toggle {
  cursor: pointer;
  position: relative;
  margin-top: 20px;
  color: #504F4F;
  font-weight: 500;
  font-size: 15px;
}

.accordion-content {
  display: none;
}

.accordion-content.default {
  display: block;
}

p {
  padding: 0;
  margin: 0;
}

h4 {
  padding: 0;
  margin: 0;
}

.active {
  color: #504F4F;
  font-weight: 500;
  font-size: 14px;
}

.accordion-toggle:before {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/acco_right.png) no-repeat;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0px;
  rotate: 90deg;
}

#accordion .active:before {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/acco_right.png) no-repeat;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0px;
  rotate: 0deg;
}

.mb10 {
  margin: 10px 0px 0px 0px;
}

#accordion [type=radio]:checked,
#accordion [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#accordion [type=radio]:checked + label,
#accordion [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-size: 16px;
}

#accordion [type=radio]:checked + label:before, #accordion [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

#accordion [type=radio]:checked + label:after, #accordion [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #EA2027;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#accordion [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#accordion [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mbheadersec {
  display: none;
}

@media (max-width: 600px) {
  .tabs-nav {
    display: none;
  }
  .tabs .content {
    display: block !important;
  }
  .profile-details-card {
    margin-bottom: 35px !important;
  }
  .profile-form .formWrap .fItem label {
    margin-bottom: 8px !important;
  }
  .tagsel {
    margin-bottom: 10px;
  }
  .mbheadersec {
    display: block;
    margin-bottom: 15px;
  }
  .headersectab {
    display: flex;
    justify-content: space-between;
  }
  .mbheadersec .edit-button {
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    display: flex;
    padding: 0px;
    gap: 4px;
    width: 55px;
  }
  .mbheadersec .nav-icon {
    width: 25px;
  }
  .mbheadersec .nav-item {
    padding: 0px;
    gap: 7px;
  }
  .preftv {
    padding: 18px;
  }
  .section-divider {
    margin: 25px 0;
  }
  .mbheadersec .nav-label {
    font-weight: 600;
    font-size: 16px;
  }
  .searchcard {
    display: flex !important;
    overflow: auto;
    gap: 0px !important;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .searchbx {
    margin-right: 15px;
  }
  .reciptabd {
    background: transparent;
    padding: 0px 0px;
  }
  .reciptabd .myac-header, .reciptabd .myac-title {
    display: none;
  }
  .searchbx {
    flex: 0 0 44%;
  }
}
.onboardpopup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.onboardpopup .onboardpopup__content {
  width: 770px;
  overflow: auto;
  border-radius: 6px;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 999;
}
@media (max-width: 600px) {
  .onboardpopup .onboardpopup__content {
    width: 100%;
  }
}

.onboardtp {
  width: 100%;
  height: 200px;
  border-radius: 6px 6px 0px 0px;
  background: url(../img/onboardtop.jpeg) no-repeat;
  background-size: cover;
  padding: 98px 44px 0px 44px;
}
@media (max-width: 600px) {
  .onboardtp {
    height: 210px;
    background: url(../img/onboardtopmob.jpeg) no-repeat;
    padding: 78px 40px 0px 40px;
  }
}
.onboardtp h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 600px) {
  .onboardtp h1 {
    font-size: 22px;
  }
}
.onboardtp p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  width: 70%;
}
@media (max-width: 600px) {
  .onboardtp p {
    font-size: 16px;
    width: 100%;
    line-height: 1.2;
  }
}

.popincon {
  padding: 20px 44px 40px;
}
@media (max-width: 600px) {
  .popincon {
    padding: 20px 20px 40px;
    overflow: auto;
        height: 70vh;
  }
}

.poptitsec {
  color: #FF8801;
  font-size: 26px;
  font-weight: 600;
}

.poptitsec span {
  color: #000;
}

.poptag {
  margin-top: 10px;
  margin-bottom: 10px;
}

.poptag .tagsc {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 14px 14px 0px;
  padding: 11px 15px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 6px;
  display: inline-block;
}

.poptag .tagsc:hover {
  background: #d0d0d0;
  border: 1px solid #d0d0d0;
}

.poptag .tagsc.active {
  background: #ffd29f;
  color: #000;
  font-weight: 600;
  border: 1px solid #ffd29f;
}

.screen2 {
  display: none;
}

.nextonscreen, .continuescreen {
  width: 220px;
  background: #FF8801;
  border-radius: 6px;
  justify-content: space-between;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  display: flex !important;
  text-decoration: none;
}

.continuescreen {
  height: 44px;
  line-height: 44px !important;
}

.nextonscreen:hover, .continuescreen:hover {
  color: #fff !important;
}

.continuescreen button {
  color: #fff;
  background: none;
  padding: 0px !important;
  margin: 0px;
  min-height: auto !important;
  line-height: normal !important;
}

.continuescreen button:hover {
  background: none !important;
  box-shadow: none !important;
}

.arrowright {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.logoutmob {
  display: none;
}
@media (max-width: 600px) {
  .logoutmob {
    display: block;
    background: #EA2027;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
  }
}

.imglogs {
  margin-right: 15px;
}

.signupf {
  font-size: 14px;
  color: rgb(116, 116, 116);
  font-weight: 400;
  text-align: center;
  padding-top: 5px;
}

.signupf a {
  color: #ff0000;
  font-weight: 700;
}

.lastmob {
  margin-bottom: 15px;
}

.chefbbx {
  flex: 0 0 18.5%;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  position: relative;
}
@media (max-width: 600px) {
  .chefbbx {
    flex: 0 0 44%;
    margin-right: 15px;
    padding-bottom: 10px;
  }
}

.prof_iconed {
  position: absolute;
  width: 29px;
  height: 29px;
  object-fit: cover;
  background: url(../img/profile_edit.png) no-repeat;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.user-info .file-upload-container label {
  display: block;
  border-radius: 0px !important;
  overflow: hidden;
  padding: 0px !important;
  border: 0px !important;
  background: none !important;
  margin: 0px !important;
}

.user-info .file-upload-container .fileselectbox {
  z-index: -1;
}

.searchcard .bglike {
  background: rgba(217, 217, 217, 0.8);
  position: absolute;
  top: 16px;
  right: 11px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.searchcard .dislike {
  width: 24px;
  height: 21px;
  background: url(../img/dislike.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 6px;
  right: 3px;
}

.searchcard .like {
  width: 24px;
  height: 21px;
  background: url(../img/like.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 6px;
  right: 3px;
}

.searchcard .chef_like {
  cursor: pointer;
  width: 19px;
  height: 17px;
  margin: 4px 5px;
}

.searchcard .verification-badge {
  margin: 0px !important;
}

.wrapMembership {
  text-align: center;
  padding-bottom: 50px;
}
.wrapMembership h2 {
  margin: 35px 0;
}
@media (max-width: 640px) {
  .wrapMembership h2 {
    margin: 20px 0 15px;
  }
}

.membanner .btn-red-round {
  align-self: center;
  margin-top: 25px;
  line-height: 1.4;
}
.membanner .btn-red-round span {
  display: block;
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 930px;
  margin: 0 auto;
  padding: 20px;
}

.memship-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 15px 4px rgba(79, 79, 79, 0.15);
  background-color: #f8f8f8;
}

.memImage {
  width: 183px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  border-radius: 11px;
  background-color: #f8f8f8;
  overflow: hidden;
}

.benefit-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.benefit-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

h2.membTitle {
  color: #303030;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.memship-discount-tag {
  padding: 4px 7px;
  border-radius: 7px;
  color: #303030;
  font-size: 16px;
  background-color: #fff3d8;
  margin: 0;
}

.benefit-description {
  color: #888;
  font-size: 16px;
  max-width: 338px;
  text-align: center;
  margin: 0;
}

.benefit-description p {
  margin: 0;
}

.smartchef {
  color: #ed1c24;
}

@media (max-width: 991px) {
  .benefits-container {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
  .memship-card {
    padding: 30px 20px;
    flex-direction: row;
    align-items: flex-start;
  }
  .benefits-container {
    padding: 10px;
    gap: 15px;
  }
  .memship-card {
    padding: 10px 15px;
  }
  .benefit-content {
    align-items: flex-start;
    width: calc(100% - 100px);
    padding-left: 15px;
  }
  .memImage {
    width: 100px;
    min-width: 100px;
    height: 66px;
  }
  h2.membTitle {
    font-size: 16px;
    text-align: left;
  }
  .memship-discount-tag {
    font-size: 12px;
  }
  .benefit-description {
    font-size: 14px;
    text-align: left;
  }
  .membanner {
    width: 96%;
    border-radius: 10px;
    margin: 10px 2%;
  }
  .membanner .hero-content-wrapper {
    padding-top: 180px;
  }
  .membanner .btn-red-round {
    margin-top: 20px;
    padding: 5px 15px;
  }
}
.maincontent-container {
  padding: 0px;
  margin: 0 auto;
}

.hero-sectioncontent {
  height: 339px;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../img/evebanner.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
}

.hero-content {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.texthero-content {
  color: #303030;
}

.titlecon {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.subtitlecon {
  font-size: 15px;
  margin: 0;
}

.contest-datecon {
  padding: 10px 20px;
  font-size: 20px;
  color: #303030;
  background-color: rgba(233, 233, 233, 0.96);
  margin: 0;
}

.bold-datecon {
  font-weight: 700;
  margin-left: 5px;
}

.details-sectioncon {
  padding: 15px;
  background-color: #fff;
}

.detailscont-content {
  padding: 32px 35px 45px 45px;
  background: #F7F7F7;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.details-leftcont {
  flex: 1;
}

.details-titlecont {
  font-size: 36px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 20px;
}

.details-descriptioncont {
  font-size: 18px;
  color: #303030;
  line-height: 1.6;
  margin-bottom: 30px;
}

.action-buttonscont {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.register-btncont {
  color: white !important;
  border: none !important;
  padding: 12px 30px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  background-color: #e41e31;
  line-height: 16px !important;
}

.share-btncont {
    display: flex !important;
    align-items: center;
    gap: 5px;
    background: white !important;
    border: 1px solid #303030 !important;
    padding: 12px 15px !important;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 600 !important;
    cursor: pointer !important;
    line-height: 16px !important;
    box-shadow: none !important;
    color: #000 !important;
}

.language-sectioncont {
  font-size: 18px;
  color: #303030;
}

.language-labelcont {
  margin-right: 10px;
}

.details-rightcont {
  width: 303px;
}

.eligibility-cardcont {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #efeeee;
}

.contest-endcont {
  font-size: 16px;
  color: #303030;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.platformconte {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.infocontent-card img {
  margin-right: 8px;
}

.priceconten {
  color: #22c55e;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.eligibility-titlecont {
  font-size: 18px;
  color: #303030;
  margin-bottom: 10px;
}

.eligibility-textcont {
  font-size: 18px;
  color: #303030;
  line-height: 1.4;
  margin: 0;
}

.contest-detailscont {
  background-color: #fff;
  padding: 14px 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
}

.playbt {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.section-titlecont {
  color: #303030;
  font-size: 28px;
  font-weight: 600;
  align-self: flex-start;
}

.section-titlecont.centered {
  align-self: center;
  text-align: center;
  margin-top: 56px;
}

.uppercasecont {
  text-transform: uppercase;
}

.highlight-textcont {
  color: #ee1a25;
}

.bannercont {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 662px;
  margin-top: 14px;
  padding: 578px 30px 33px;
  margin-bottom: 30px;
}

.bannercont-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.bannercont-title {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.benefits-gridcont {
  margin-top: 24px;
  display: flex;
  gap: 20px;
}

.benefit-cardcont {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #303030;
}

.benimg {
  width: 100%;
  height: 194px;
}

.benimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-imagecont {
  aspect-ratio: 1.68;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 7px;
}

.benefit-imagecont-wrapper {
  border-radius: 7px;
  overflow: hidden;
}

.yellow-bgcont {
  background-color: #fff3d8;
}

.gray-bgcont {
  background-color: #efefef;
}

.benefit-titlecont {
  font-size: 20px;
  font-weight: 600;
  margin-top: 13px;
}

.benefit-descriptioncont {
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}

.info-gridcont {
  background-color: #f7f7f7;
  align-self: center;
  display: flex;
  margin-top: 70px;
  width: 100%;
  max-width: 1277px;
  padding: 46px 47px;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.infocontent-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #efeeee;
}

.infocontent-card1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 28%;
}

.info-titlecont {
  font-size: 28px;
  font-weight: 600;
}

.info-listcont {
  list-style: none;
  padding-left: 23px;
  margin-top: 14px;
  font-size: 18px;
  color: #303030;
}

.info-listcont li {
  margin-top: 14px;
  list-style-type: disc;
}

.info-listcont li:first-child {
  margin-top: 0;
}

.register-buttoncont {
  border-radius: 40px;
  background-color: #ee1a25;
  margin-top: 24px;
  padding: 11px 22px;
  font-size: 20px;
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -0.3px;
  border: none;
  cursor: pointer;
}

.dividercont {
  border-left: 1px solid #d4cccc;
  margin-top: 11px;
  height: 245px;
  flex-shrink: 0;
}

.dividercontnn {
  border-left: 1px solid #d4cccc;
  margin: 6px 0px;
  height: 1px;
  flex-shrink: 0;
}

.judges-gridcont {
  align-self: center;
    margin-top: 29px;
    width: auto;
    justify-content: center;
    max-width: 100%;
    display: flex;
    gap: 20px;
	margin-bottom:70px;
}

.judge-cardcont {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #303030;
  width: 140px;
}

.judge-imagecont {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 50%;
}

.judge-namecont {
  font-size: 20px;
  font-weight: 600;
  margin-top: 17px;
}

.judge-titlecont {
  font-size: 16px;
  font-weight: 400;
}

.page-containercont {
  border-radius: 0;
}

.registration-sectioncont {
  background-color: #EFEFEF;
  display: flex;
  width: 100%;
  padding: 84px 80px;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

.registration-sectioncontwork {
  background-color: #EFEFEF;
  display: flex;
  width: 60%;
  margin: 40px auto 0;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

.registration-wrappercont {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px 5px rgb(217, 217, 217);
  width: 452px;
  max-width: 100%;
  padding-top: 27px;
  overflow: hidden;
}

.registration-formcont {
  width: 100%;
}

.form-contentcont {
  padding: 0 39px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.form-titlecont {
  color: rgb(48, 48, 48);
  font-size: 28px;
  text-align: center;
  margin: 0;
}

.form-labelcont {
  color: rgb(48, 48, 48);
  margin-top: 20px;
}

.form-labelcont:first-of-type {
  margin-top: 33px;
}

.form-inputcont {
  border-radius: 6px !important;
  border: 1px solid rgb(183, 183, 183) !important;
  padding: 19px 12px !important;
  font-size: 16px;
  color: rgb(116, 116, 116) !important;
  font-weight: 400;
  width: 100% !important;
  margin-top: 4px;
  height: 58px !important;
}

.input-wrappercont {
  border-radius: 6px;
  border: 1px solid rgb(183, 183, 183);
  display: flex;
  margin-top: 4px;
  padding: 2px 15px;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: rgb(116, 116, 116);
  font-weight: 400;
  justify-content: space-between;
}
.input-wrappercont input:focus{
  outline: 0px !important;
  border: 0px !important;
}

.input-wrappercont input {
  border: none !important;
  padding: 0 !important;
  margin: 0;
  flex-grow: 1;
  height: 52px !important;
}

.input-iconcont {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.mobile-input-groupcont {
  display: flex;
  align-items: center;
  gap: 11px;
}

.flag-iconcont {
  width: 26px;
  object-fit: contain;
  margin-right: 5px;
}

.country-codecont {
  color: rgb(79, 79, 79);
  margin-right: 5px;
  padding: 14px 0px 0px 5px;
}

.payopt {
  display: flex;
  width: 144px;
  gap: 8px;
}

.mobile-inputcont {
  color: rgb(116, 116, 116);
  border: none;
  padding: 0;
  margin: 0;
}

.payment-sectioncont {
  background-color: rgb(239, 239, 239);
  display: flex;
  margin-top: 71px;
  /*padding-left: 39px;*/
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.payment-iconcont {
  width: 158px;
  object-fit: contain;
}

.payment-buttoncont {
  background-color: rgb(48, 48, 48);
  color: #fff;
  font-size: 20px;
  padding: 12px 45px;
  border: none;
  cursor: pointer;
}

.contests-sectioncont {
  background-color: #F7F7F7;
  width: 100%;
  padding: 58px 26px;
}

.contests-headercont {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-titlecontbtm {
  font-size: 28px;
  font-weight: 600;
  color: rgb(238, 26, 37);
  margin: 0;
}

.section-titlecontbtm span {
  color: #000;
}

.view-all-buttoncont {
  border-radius: 40px !important;
  border: 1px solid rgb(238, 26, 37) !important;
  color: rgb(238, 26, 37);
  font-size: 20px;
  font-weight: 400 !important;
  background: none;
  cursor: pointer !important;
  height: 46px;
  min-height: auto !important;
  line-height: 46px !important;
}

.contests-gridcont {
  margin-top: 16px;
  display: flex;
  gap: 20px;
}

.contest-cardcont {
  flex: 1;
  border-radius: 13px;
  background-color: #fff;
  overflow: hidden;
}

.card-imagecont {
  border-radius: 8px 8px 0 0;
  background-color: rgb(80, 79, 79);
  overflow: hidden;
  position: relative;
}

.imagecont-content {
  position: relative;
  min-height: 221px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 65px 80px;
}

.contest-imgcont {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contest-img.full-widthcont {
  position: static;
  aspect-ratio: 2.04;
}

.contest-subtitlecon {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin: 8px 0 0;
}

.card-detailscont {
  padding: 12px 28px 24px;
}

.details-rowcont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contest-infocont {
  display: flex;
  flex-direction: column;
}

.contest-namecont {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.contest-datecon {
  color: rgb(48, 48, 48);
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 16px;
}

.priceconten-tag {
  color: rgb(5, 179, 12);
  font-size: 20px;
  font-weight: 400;
}

.location-infocont {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  font-size: 16px;
  color: rgb(48, 48, 48);
  font-weight: 400;
}

.location-iconcont {
  width: 16px;
  object-fit: contain;
}

.content-overlaycont {
  position: relative;
  text-align: center;
  color: #fff;
}

.workshop-detailscont {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.section-titlecont {
  color: #303030;
  font-size: 28px;
  font-weight: 600;
}

.highlight-textcont {
  color: #ee1a25;
}

.uppercasecont {
  text-transform: uppercase;
}

.capitalizecont {
  text-transform: capitalize;
}

.schedule-containercont {
  margin-top: 22px;
}

.schedule-gridcont {
  display: flex;
  gap: 20px;
}

.schedule-columncont {
  width: 37%;
  background-color: #f7f7f7;
}

.schedule-columncont:last-child {
  width: 27%;
}

.schedule-blockcont {
  padding: 29px 30px;
  font-size: 18px;
  color: #303030;
}

.session-titlecont {
  font-weight: 600;
  font-size: 18px;
}

.schedule-itemcont {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}

.activity-titlecont {
  font-weight: 400;
  font-size: 18px;
}

.activity-timecont {
  font-weight: 400;
  font-size: 18px;
}

.dividercont {
  border-top: 1px solid #d0d0d0;
  margin: 11px 0;
}

.mobile-inputcont-groupcont {
  display: flex;
}

.schedule-imagecont {
  aspect-ratio: 1.04;
  width: 100%;
  object-fit: contain;
}

.ingredients-sectioncont {
  margin-top: 48px;
  margin-left: 11px;
}

.ingredients-gridcont {
  background-color: #f7f7f7;
  margin-top: 22px;
  padding: 35px 30px;
  display: flex;
  gap: 20px;
}

.ingredients-columncont {
  width: 25%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ingredient-itemcont {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.ingredient-amountcont {
  font-weight: 600;
  margin-left: 5px;
}

.benefits-sectioncont {
  margin-top: 37px;
}

.benefits-gridcont {
  margin-top: 24px;
  display: flex;
  gap: 20px;
}

.benefit-cardcont {
  width: 25%;
  color: #303030;
}

.benefit-imagecont {
  aspect-ratio: 1.68;
  width: 100%;
  object-fit: contain;
  border-radius: 7px;
}

.image-containercont {
  border-radius: 7px;
  overflow: hidden;
}

.yellow-bgcont {
  background-color: #fff3d8;
}

.gray-bgcont {
  background-color: #efefef;
}

.benefit-titlecont {
  font-size: 20px;
  font-weight: 600;
  margin-top: 13px;
}

.benefit-descriptioncont {
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}



.registration-containercont {
  background-color: #EFEFEF;
  max-width: 867px;
  margin: 0 auto;
  padding: 46px 64px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.registration-stepscont {
  list-style: none;
  padding-left: 23px;
  margin-top: 14px;
  font-size: 18px;
  color: #303030;
  font-weight: 400;
}

.registration-stepscont li {
  margin-top: 14px;
  list-style-type: disc;
}

.register-buttoncont {
  border-radius: 40px;
  background-color: #ee1a25;
  color: #fff;
  font-size: 20px;
  padding: 11px 22px;
  border: none;
  margin-top: 24px;
  cursor: pointer;
  text-align: center;
  letter-spacing: -0.3px;
}

.vertical-dividercont {
  border: 0;
  border-left: 1px solid #d4cccc;
  height: 245px;
  margin: 11px 0;
}

.rules-listcont {
  list-style: none;
  padding-left: 23px;
  margin-top: 14px;
  font-size: 18px;
  color: #303030;
  font-weight: 400;
}

.rules-listcont li {
  margin-top: 14px;
  list-style-type: disc;
}

.event-gridcont {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1028px) {
  .info-gridcont {
    padding: 25px;
    margin-top: 40px;
    width: 100%;
    max-width: auto;
    flex-wrap: nowrap;
  }
  .info-listcont {
    font-size: 16px;
  }
  .event-gridcont {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .hero-sectioncontent {
    height: 205px;
  }
  .detailscont-content {
    padding: 20px;
    gap: 20px;
  }
  .hidemob {
    display: none;
  }
  .schedule-columncont {
    width: 49%;
  }
  .registration-sectioncontwork {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .bannercont {
    min-height: 350px;
    margin-top: 14px;
    padding: 290px 30px 10px;
  }
  .bannercont-title {
    font-size: 26px;
  }
  .benimg {
    width: 100%;
    height: 204px;
  }
  .dividercont {
    margin: 22px 0;
    height: 1px;
  }
  .info-gridcont {
    display: block;
  }
  .hero-sectioncontent {
    height: 360px;
    background-position: center;
  }
  .contest-datecon {
    top: inherit;
    bottom: 0px;
    right: 0px;
  }
  .detailscont-content {
    display: block;
  }
  .register-btncont {
    font-size: 12px !important;
  }
  .language-sectioncont {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .details-rightcont {
    width: 100%;
  }
  .section-titlecont {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .bannercont {
    min-height: 196px;
    margin-top: 14px;
    padding: 140px 20px 10px;
  }
  .bannercont-image {
    border-radius: 10px;
  }
  .bannercont-title {
    font-size: 22px;
  }
  .benefits-gridcont {
    display: block;
  }
  .benefit-cardcont {
    width: 100%;
    margin-bottom: 25px;
  }
  .info-gridcont {
    padding: 15px;
  }
  .registration-sectioncont {
    margin-top: 30px;
    padding: 25px 12px;
  }
  .contests-sectioncont {
    padding: 28px 20px;
  }
  .event-gridcont {
    grid-template-columns: repeat(2, 1fr);
  }
  .view-all-buttoncont {
    padding: 0px;
    height: 32px;
    line-height: 32px !important;
    font-size: 16px !important;
  }
  .ingredients-gridcont {
    display: grid;
    gap: 10px 80px;
    grid-template-columns: repeat(2, 1fr);
  }
  .ingredients-columncont {
    width: auto;
  }
  .ingredients-gridcont ul:first-child, .ingredients-gridcont ul:nth-child(2) {
    border-bottom: 1px solid #d4cccc;
    padding-bottom: 10px;
  }
  .schedule-gridcont {
    display: block;
  }
  .schedule-columncont {
    width: 100%;
    margin-bottom: 20px;
  }
  .ingredients-sectioncont {
    margin-top: 15px;
    margin-left: 0px;
  }
  .contest-detailscont {
    padding: 14px 15px;
  }
  .registration-sectioncontwork {
    width: 100%;
    margin: 20px auto 0;
    padding: 10px;
  }
  .registration-containercont {
    max-width: max-content;
    margin: 0 auto;
    padding: 10px 0px;
    display: block;
  }
  .titlleft {
    text-align: left;
  }
  .vertical-dividercontnn {
    margin: 25px 0px 20px;
  }
}

/*# sourceMappingURL=styles.css.map */



/* games page style start */
/* .gamesPage{} */
.gamesPageHeader{display: flex;justify-content: center;background: #532438;background: linear-gradient(125deg, rgba(83, 36, 56, 1) 0%, rgba(57, 34, 52, 1) 100%);}
.gamesPageinner{display: flex;align-items: center;width: 90%;padding: 30px 0;height: 192px;}
.gamesPageinner .bannerHeading {margin-right:10px;}
.gamesPageinner .bannerHeading .heading{margin-bottom:5px;}
.gamesPageinner .bannerHeading .heading img{display:block;width:174px;}
.gamesPageinner .bannerHeading p{color:#FFFFFF;font-size:18px;font-weight:300;}
.gamesPageinner .bannerIcon1{align-self: flex-start;}
.gamesPageinner .bannerIcon2{margin-left: auto;}
.gamesPageinner .bannerIcon2 img{display:block;}
.gamesPageBody{display:flex;justify-content: center;position: relative;min-height: 100vh;}
.gamesPageBody .shape1{position: absolute;left: 0;width: 11.050vw;top: 50%;transform: translateY(-50%);}
.gamesPageBody .shape2{position: absolute;right:0;width:7.778vw;top:40%; transform: translateY(-50%);}
.gamesPageBody .shape3{position: absolute;right:0;width:6.458vw;bottom:0;}
.gamesPageBody .shape1 img, .gamesPageBody .shape2 img, .gamesPageBody .shape3 img {width:100%;display:block;}
.gamesPageBodyinner{width: 90%;padding-top:40px;}
.gamesPageCard{list-style: none;display: flex;gap: 10px;flex-wrap: wrap;padding: 0 10vw;}
.gamesPageCard li{width:280px;cursor: pointer;max-width:49%;}
.gamesPageCard li .imageWrap{width:100%;margin-bottom:10px;}
.gamesPageCard li .imageWrap img{display:block;width:100%;}
.gamesPageCard li .gameName{font-size:26px;font-weight:bold;color:#000000;}
.GamesOverlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease;
    }

    .GamesOverlay.active {
      opacity: 1;
      visibility: visible;
    }
    .GamesPopup {
      background: white;
      width: 0;
      height: 0;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
      position: relative;
      transition: width 0.4s ease, height 0.4s ease;
    }

    .GamesPopup.active {
      width: 100vw;
      height: 100vh;
    }
    .GamesPopup button.GamesClose-btn {width: 50px;height: 50px;position: absolute;top: 20px;right: 20px;background: #ffffff;cursor: pointer;z-index: 10;border-radius: 50%;}
    .GamesPopup button.GamesClose-btn::before, .GamesPopup button.GamesClose-btn::after{content:''; width:1px;height:20px; background:#000000;position:absolute;top: 14px;left: 24px;}
    .GamesPopup button.GamesClose-btn::before{transform:rotate(45deg);}
    .GamesPopup button.GamesClose-btn::after {transform:rotate(-45deg);}

    .GamesPopup iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
@media (max-width: 768px) {
  .gamesPage{background: #F2F2F2;}
  .gamesPageinner .bannerIcon1{display:none;}
  .gamesPageinner .bannerHeading p{display:none;}
  .gamesPageinner .bannerHeading .heading{margin:0;}
  .gamesPageBodyinner{width:100%;padding-top: 20px;}
  .gamesPageCard{padding:0 14px;}
  .gamesPageBody .shape1, .gamesPageBody .shape2, .gamesPageBody .shape3{display:none;}
}
@media (max-width: 580px) {
  .payment-sectioncont {padding-left: 25px;}
  .payment-buttoncont {font-size: 15px;}
  .judges-gridcont{
    align-self: center;
    margin-top: 29px;
    overflow: auto;
    max-width: max-content;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .judge-cardcont{
    color: #303030;
    width: 140px;
    margin: 0px 10px 0px 0px;
    display: inline-flex;
    flex-direction: column;
    white-space: break-spaces;
  }
  .bannercont iframe{border-radius: 15px;}
  .gamesPageBodyinner{margin-bottom:40px;}
  .gamesPageHeader{height:170px;background: #532438;background: linear-gradient(140deg, rgba(83, 36, 56, 1) 0%, rgba(57, 34, 52, 1) 50%, rgba(83, 36, 56, 1) 100%);}
  .gamesPageinner .bannerHeading{margin-right:0;}
  .gamesPageinner .bannerHeading .heading img{width:107px;}
  .gamesPageinner .bannerIcon2 {width: 218px;height: 115px;overflow: hidden;}
  .gamesPageinner .bannerIcon2 img{width:100%;height:100%;object-fit:cover;object-position:left;}
  .gamesPageinner{width: 100%;padding: 10px 0 0 15px;height: 125px;}
  .gamesPageBody{min-height:auto;}
  .gamesPageCard li {width: 167px;max-width:48%;}
  .gamesPageCard li .gameName {font-size: 16px;}
  .GamesPopup button.GamesClose-btn{width: 40px;height: 40px;top: 40px;right: 10px;}
      .GamesPopup button.GamesClose-btn::before, .GamesPopup button.GamesClose-btn::after{width: 1px;height: 15px;top: 12px;left: 20px;}
      .infocontent-card1 {  width: 100%;}
      .judges-gridcont{overflow: auto; white-space: nowrap;}
}
/* games page style end */
.trending_tales_head{
    display: flex;
    justify-content: space-between;
    margin-right: 25px;
    align-items: center;
}
.view_all_second{position: relative; margin-right: 5px;}
.view_all_second a{padding-right: 15px;}
.view_all_second::after{
    content: '';
    display: block;
    margin: 30px auto;
    width: 10px;
    position: absolute;
    top: -23px;
    right: 0px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000; 
    transform: rotate(135deg); 
}
.activity-list .activity-item .activity-header p{margin-bottom: 5px;}
@media (max-width: 580px) {
  .cravingsec.foodFact .eventList.cravinglist{
    flex-wrap: wrap;
    overflow: unset;
    grid-template-columns: repeat(2, 1fr);
  }
  .cravingsec.foodFact .article-cardfe {
      width: 180px;
      margin-right: 0px;
  }
  .cravingsec.foodFact .article-image-containerfe {
    padding: 100px 20px 0 0;
    width: 100%;
  }
  .trending_tales_head{
    margin-right: 10px;
}
.article-contentfe{font-size: 12px; padding: 0px 10px 0px 10px;}
.article-metafe{gap: 15px;}
.read-timefe::after {right: -17px;}
.activity-list .activity-item .activity-header p{margin-bottom: 5px;}
.activity-list .activity-item .activity-header a{margin-right: 10px;}
.bp-th-follow-button, .bp-th-follow-button.following{display: inline-block !important; margin-right: 10px !important; margin-left: 0px !important;}
}
.widget_media_image a{width: 100%; display: block;}
.widget_media_image a img{width: 100%;height: 100%;object-fit: cover;}

@media (max-width: 395px) {  
  .cravingsec.foodFact .eventList.cravinglist{
    display: grid;
    padding: 20px 15px;
  }
  .cravingsec.foodFact .article-cardfe {
      width: 160px;
  }
  body #buddypress.buddypress-wrap .comments-text.editable-div{
    padding: 8px 76px 8px 16px;
    position: relative;
  }  
}
.recipelist, .bannerWrap, .wrapBSlider, .articles-listing, .hero-header, .myAccountBanner, .recipeBodyFix, .article-details, .auth-container, .privacy_policy, .gamesPageHeader1{margin-top: 71px !important;}
@media (max-width: 768px) {
  .recipelist, .bannerwrap, .articles-listing, .hero-header, .myAccountBanner, .recipeBodyFix, .article-details, .tophive-grid, .auth-container, .privacy_policy, .gamesPageHeader1{margin-top: 75px !important;}
  .wrapBSlider{margin: 0px !important; height: 100%;}
  .slick-list, .slick-track, .slick-slide{height: 100% !important;}  
}
.privacy_policy{width: 90%; margin: 71px auto 0px auto; padding: 30px 0px;}
.privacy_policy h1{font-size: 20px; font-weight: 800;}
.privacy_policy ol{list-style-position: inside;}
.privacy_policy ol li{font-size: 16px; font-weight: 800; margin-left: 0px !important;}
@media (max-width: 850px) {
  .privacy_policy{width: 90%;}
  .th-bp-activity-like-button a img{margin-top: 0px !important;}
}

.activity-comments-form form button.post-comments{
    margin: 4px 5px 2px;
    transform: rotate(0deg) !important;
    font-size: 14px;
    font-weight: 600 !important;
    color: #ff7b2d;
  }
  body #buddypress.buddypress-wrap .comments-text.editable-div{padding: 8px 50px 8px 16px;}
  .activity-comments-form form button.post-comments:hover{color: #ff7b2d;}
body.activity-permalink .activity-list .activity-content {margin-right: 0px !important;}
.buddypress-wrap .activity-inner .community_slide{overflow: hidden; padding-bottom: 20px;}
.buddypress-wrap .activity-inner .community_slide .communityimg{ width: 549px;}
.buddypress-wrap .activity-inner .community_slide .communityimg img{width: 100%; height: 100%; object-fit: cover;}
.activity-inner .post_content_url{height: 550px; display: block;}
.buddypress-wrap .activity-inner .community_slide .slick-next {
  right: 20px;
  font-size: 0;
  background: url("../img/rightArrow.svg") no-repeat;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}
.activity-inner a{width: 100%;}
.buddypress-wrap .activity-inner .community_slide .slick-next::before {
  display: none;
}
.buddypress-wrap .activity-inner .community_slide .slick-next:hover {
  background: url("../img/rightArrow.svg") no-repeat;
  box-shadow: none;
}
.buddypress-wrap .activity-inner .community_slide .slick-next.slick-disabled{opacity: 0.3;}

.buddypress-wrap .activity-inner .community_slide .slick-prev {
  left: 20px;
  font-size: 0;
  z-index: 1;
  background: url("../img/leftArrow.svg") no-repeat;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}
.buddypress-wrap .activity-inner .community_slide .slick-prev::before {
  display: none;
}
.buddypress-wrap .activity-inner .community_slide .slick-prev:hover {
  background: url("../img/leftArrow.svg") no-repeat;
  box-shadow: none;
}
.buddypress-wrap .activity-inner .community_slide .slick-prev.slick-disabled{opacity: 0.3;}

.buddypress-wrap .activity-inner .community_slide .slick-dots{bottom: -20px;}

.buddypress-wrap .activity-inner .community_slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.buddypress-wrap .activity-inner .community_slide .slick-dots button {
    background-color: transparent;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    text-indent: -999999999px;
    line-height: auto !important;
    min-height: auto !important;
}
.buddypress-wrap .activity-inner .community_slide .slick-dots .slick-active button {
    background-color: #000;
    width: 18px;
    border-radius: 20px;
}

.activity-content .ec-mb-4, .activity-content .ec-my-4{
  margin-bottom: 10px !important;
}
.activity-content .slick-dotted.slick-slider{
  margin-bottom: 0px !important;
}

@media (max-width: 850px) {
  .activity-content .ec-mb-4, .activity-content .ec-my-4{
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1290px) {
  .activity-inner .post_content_url, .activity-inner .recipe_post_img{height: 512px;}
}
@media (max-width: 1050px) {
  .activity-inner .post_content_url, .activity-inner .recipe_post_img {
        height: 620px;
    }
}
@media (max-width: 800px) {
  .activity-inner .post_content_url, .activity-inner .recipe_post_img {
        height: 640px;
    }
}
@media (max-width: 435px) {
  .activity-inner .post_content_url, .activity-inner .recipe_post_img {
        height: 350px;
    }
}
@media (max-width: 400px) {
  .activity-inner .post_content_url, .activity-inner .recipe_post_img {
        height: 330px;
    }
}
@media (max-width: 380px) {
  .activity-inner .post_content_url, .activity-inner .recipe_post_img {
        height: 314px;
    }
}
@media (max-width: 370px) {
  .activity-inner .post_content_url, .activity-inner .recipe_post_img {
        height: 298px;
    }
}

.activity-inner .post-media{padding: 0px 0px !important;}

.bannercont iframe{
position: absolute;
inset: 0;
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}

.mobile_exists_text{
	color: #ff0000;
    font-size: 12px;
}



span.recipe-description p a, span.short-text p a, .step-text p a, .tipstext li a, .faq__answer p a, .content-wrapperdt p a  {
    color: #EA2027;
}


.activity_single_post_form .activity-post-form-popup {
	position: fixed !important;
    width: 100vw;
    background: #1e1e1eb8 !important;
    height: 100vh;
    z-index: 50;
    top: 0%;
    left: 0%;
    display: block !important; 
    align-items: center;
}
.activity_single_post_form .what-is-new-avatar-text {
    position: absolute;
    display: block;
    top: 60px;
    left: 80px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

img[src*="builder.io"] {
  width: 16px;
  height: 16px;
}
.article-details-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* 👈 matches 768x432 */
  display: block;
}

.article-details {
  min-height: 1000px; /* adjust based on layout */
}
.article-details-body img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
    object-fit: cover;
}

.featured-image-wrapper {
  max-width: 754px;
  margin: 0 auto;
}

.featured-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.menuList {
    min-height: 50px;
}
@font-face {
    font-display: swap;
}
.breadcrumb-separator,
.share-icons img {
    width: 12px;
    height: 12px;
}
.breadcrumb-separator::before {
    content: "›";
    margin: 0 6px;
}
body {
    min-height: 100vh;
	font-display: swap;
}

.content-wrapperdt img {
    max-width: 100%;
    height: auto;
    display: block;
	aspect-ratio: attr(width) / attr(height);
}
.content-wrapperdt iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}