/* Reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* border: 1px solid brown; */
}
body {
  overflow-x: hidden;
  background-color: #f7f7f7;
  /*font-family: matteo regular;*/
}

/* ------------------------------------------------- */
/* Section 1 Start (Case Study Canwinn) */
.case-study-canwinn-Yeodrex-Marketplace {
  background-image: url(./images/Group\ 42829@2x.png);
  background-position: 57%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 987px;
  box-shadow: 0 -10px 15px -10px rgba(0, 0, 0, 0.3),
    /* Top shadow */ 0 10px 15px -10px rgba(0, 0, 0, 0.3);
  /* Bottom shadow */
}

.case-study-heading-Yeodrex-Marketplace {
  padding: 869px 182px;
  /* max-width: fit-content; */
}

.case-study-heading-Yeodrex-Marketplace a {
  background: #caaae5 no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 13px 15px;
  text-decoration: none;
  color: #ffff;
}

.case-study-heading-Yeodrex-Marketplace h1 {
  font-size: 134px;
  color: #ffffff;
  margin-top: 33px;
}

.case-study-heading-Yeodrex-Marketplace p {
  font-size: 24px;
  color: black;
  margin-top: 5px;
  font-weight: Semibold;
}
/* Section 1 End */

/* ------------------------------------------------- */
/* Section 2 Start (Project Overview) */
.project-overview-start-Yeodrex-Marketplace {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 100px;
  gap: 20px;
}

.project-overview-heading-img-Yeodrex-Marketplace img {
  width: 100%;
  object-position: 140px;
}

.project-overview-heading-img-Yeodrex-Marketplace {
  flex: 2;
}

.project-overview-heading-Yeodrex-Marketplace {
  flex: 1;
}

.project-overview-heading-Yeodrex-Marketplace h1 {
  font-size: 61px;
  font-weight: bold !important;
}

.project-overview-heading-Yeodrex-Marketplace p {
    width: 87%;
  font-size: 20px;
  margin-top: 11px;
  line-height: 1.2;
  /*margin-left: 120px;*/
}
/* Section 2 End */

/* ------------------------------------------------- */
/* Section 3 Start (Design Process) */
.design-process-Yeodrex-Marketplace {
  max-width: 1653px;
  margin: 0 auto;
}

.heading-Yeodrex-Marketplace {
  margin-bottom: 2rem;
}

.heading-Yeodrex-Marketplace h1 {
    font-weight: bold;
  font-size: 61px;
  color: #000;
  margin-top: 0.5rem;
  margin-left: 120px;
}

.process-grid-Yeodrex-Marketplace {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

.process-card-Yeodrex-Marketplace {
  background: white;
  padding: 25px 25px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.6s ease-in-out; /* Added smooth transition */
}

/* .process-card:hover {
    transform: translateY(-5px);
} */

.process-trans-Yeodrex-Marketplace .content-Yeodrex-Marketplace {
  max-width: 75%;
}

.process-card-Yeodrex-Marketplace h3 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0.8rem;
}

.process-card-Yeodrex-Marketplace p {
  font-size: 25px;
  /* color: #555; */
  line-height: 1.3;
}

.process-card-Yeodrex-Marketplace .number-Yeodrex-Marketplace {
  font-size: 108px;
  color: #0d8fcf;
  font-family: normal normal normal 108px/279px Matteo;
}
.process-card-Yeodrex-Marketplace .number-Yeodrex-Marketplace:hover {
  font-size: 108px;
  color: white;
}
.white-design-Yeodrex-Marketplace {
  background-color: white;
}
.main-process-card-Yeodrex-Marketplace {
  /* background-color: white; */
}

.process-card-Yeodrex-Marketplace.highlighted-Yeodrex-Marketplace
  .content-Yeodrex-Marketplace
  p,
.content-Yeodrex-Marketplace h3,
.process-card-Yeodrex-Marketplace.highlighted-Yeodrex-Marketplace {
  color: black !important ;
  font-size: 28px;
}
/* .trans:hover  {
  transform: rotate(4deg) translateY(-5px);
  background: transparent linear-gradient(102deg, #80559A 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
 
} */
.process-card-Yeodrex-Marketplace:hover {
  transform: rotate(3deg) translateY(15px);
  /*background: #b6dfff !important ;*/
  background: #148AEA;
  color: rgb(249, 249, 249) !important;

  /* background-image: url(images/white.png); */
  background-position: center;
  background-size: cover;
}
/* .process-card.highlighted:hover{
  background-color: white;
} */

.trans-Yeodrex-Marketplace:hover .content-Yeodrex-Marketplace h3,
.trans-Yeodrex-Marketplace:hover .content-Yeodrex-Marketplace p ,
.process-card-Yeodrex-Marketplace:hover .number-Yeodrex-Marketplace {
  color:  white !important;
}
/* .process-card.trans-last:hover .content h3,
.process-card.trans-last:hover .content p {
  color: black !important; 
} */
/* 
.trans h3:hover,trans p:hover{
  color: #ffff !important;

} */

/* Section 3 End */

/* ------------------------------------------------- */
/* Section 4 Start (Timeline Section) */
.main-timeline-container-Yeodrex-Marketplace {
  background-color: #f7f7f7;
}
.timeline-container-Yeodrex-Marketplace {
  max-width: 1455px;
  margin: 50px auto;
  /* padding: 20px; */
  overflow-x: hidden;
  margin-top: 232px;
}

.title-Yeodrex-Marketplace {
  font-size: 61px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: left;
}
/*  */
.image112-Yeodrex-Marketplace img {
  width: 100%;
  height: auto;
}
/*  */
/* .task.purple {
    background-color: #7c4dff;
    color: #fff;
} */

.task-text-Yeodrex-Marketplace {
  margin-right: 15px;
}
.project-timeline-Yeodrex-Marketplace {
  margin-top: 157px;
}

.circle-Yeodrex-Marketplace {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* x-offset, y-offset, blur, color */
}

.purple-Yeodrex-Marketplace .circle-Yeodrex-Marketplace {
  border: 2px solid #fff;
}

.arrow-Yeodrex-Marketplace {
  font-size: 14px;
}

/* Section 4 End */
.project-timeline-Yeodrex-Marketplace img {
  width: 100%;
}

/* ------------------------------------------------- */
/* Section 5 Start (Typography/Color) */
.main-typography-color-Yeodrex-Marketplace {
  background-color: #f7f7f7;
  font-family: poppins;
}
.typography-color-Yeodrex-Marketplace {
  margin: 50px auto;
  padding: 60px 143px;
}
.Typography-color-heading-Yeodrex-Marketplace {
  /* text-align: left; */
  padding: 50px auto;
}
.Typography-color-heading-Yeodrex-Marketplace h1 {
  font-size: 61px;
}

.container-Yeodrex-Marketplace {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 100px; */
}

.left-section-Yeodrex-Marketplace {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
}

.left-section-Yeodrex-Marketplace h1 {
  font-size: 152px;
  font-weight: 700;
  color: #7d4c9e; /* Purple shade */
  margin: 0;
}

.buttons-Yeodrex-Marketplace {
  margin-top: 20px;
  display: flex;
  gap: 147px;
}

.buttons-Yeodrex-Marketplace button {
  padding: 8px 16px;
  border: none;
  background: white;
  border-radius: 20px;
  font-size: 25px;
  cursor: pointer;
}

.buttons-Yeodrex-Marketplace .regular-Yeodrex-Marketplace {
  font-weight: 400;
}

.buttons-Yeodrex-Marketplace .medium-Yeodrex-Marketplace {
  font-weight: 500;
}

.buttons-Yeodrex-Marketplace .bold-Yeodrex-Marketplace {
  font-weight: 700;
}

.right-section-Yeodrex-Marketplace {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}
/* chtgpt2 */
.color-cards-Yeodrex-Marketplace {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 124px;
  /* padding: 0 20px; padding to avoid sticking to edges */
}
.card-Yeodrex-Marketplace {
  background: white;
  width: 322px;
  /* height: 245px; */
  padding: 13px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  flex: 1 1 calc(25% - 40px); /* important: flexible growth */

  /* flex: 1 1 calc(25% - 40px); important: flexible growth */
}

.card-Yeodrex-Marketplace:hover {
  transform: translateY(-5px);
}

.color-box-Yeodrex-Marketplace {
  width: 100%;
  height: 297px;
}

.card-Yeodrex-Marketplace p {
  text-align: left;
  padding: 15px 14px;
  font-weight: bold;
  color: #333;
  font-size: 32px;
}

/* Section 5 End */

/* section 6 start */
.candidates-content-Yeodrex-Marketplace {
  padding: 60px 153px;
}
.candidates-content-heading-Yeodrex-Marketplace {
  max-width: 607px;
  margin: auto;
  text-align: center;
}
.candidates-content-heading-Yeodrex-Marketplace h1 {
  font-size: 61px;
}
.candidates-content-heading-Yeodrex-Marketplace p {
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.2;
}
/* --------------- */
.conversation-images-Yeodrex-Marketplace {
  margin-top: 71px;
}
.conversation-images-1-Yeodrex-Marketplace {
  align-items: center;
  display: flex;
  justify-content: center;
}

.applicants-img-Yeodrex-Marketplace img {
  width: 100%;
}
.con-1-Yeodrex-Marketplace {
  width: 4%;
  position: relative;
  left: 2%;
}
.con-2-Yeodrex-Marketplace {
  width: 21%;
}

/* section 6 end */

/* <!-- section 7 start --> */
.resume-applicant-images-Yeodrex-Marketplace {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.res-1-Yeodrex-Marketplace {
  width: 25%;
  /* POSITION: relative; */
  position: absolute;
  top: 52%;
  left: 2%;
  /* background-color: black; */
}
.res-2-Yeodrex-Marketplace {
  width: 60%;
}
.res-3-Yeodrex-Marketplace {
  width: 25%;
  position: absolute;
  top: 30%;
  right: 4%;
}

/* <!-- section 7 end --> */
/* section 8  start */
.track-event-Yeodrex-Marketplace {
  margin-top: 105px;
}
.main-track-event-Yeodrex-Marketplace {
  padding: 50px 100px;
}
.track-event-heading-Yeodrex-Marketplace {
  max-width: 503px;
  margin: auto;
  text-align: center;
}
.track-event-heading-Yeodrex-Marketplace h1 {
  font-size: 44px;
  font-weight: bold;
}
/* ----- */
.card-container-mendevv-Yeodrex-Marketplace {
  display: flex;
  justify-content: center;
  gap: 54px;
  padding: 36px;
  flex-wrap: wrap;
}

.card-mendevv-Yeodrex-Marketplace {
  background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
    0% no-repeat padding-box;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 639px;
  /* height: 172%; */
  padding: 80px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.card-title-mendevv-Yeodrex-Marketplace {
  font-weight: 700;
  font-size: 25px;
  color: #222;
  margin-bottom: 16px;
  text-align: center;
}

.image-wrapper-mendevv-Yeodrex-Marketplace {
  position: relative;
}

.main-img-mendevv-Yeodrex-Marketplace {
  width: 100%;
  border-radius: 12px;
}

.overlay-img-mendevv-Yeodrex-Marketplace {
  position: absolute;
  top: 70px;
  right: -19px;
  width: 194px;
  z-index: 2;
}

.discover-down-mendevv-Yeodrex-Marketplace {
  margin-top: 61px;
  width: 100%;
}

/* section  8 end */

/* section 9 start */
.job-seeker-flow-Yeodrex-Marketplace img {
  width: 100%;
}
/* section 9 end */
/* section 10 start */
.home-screen-heading-Yeodrex-Marketplace {
  top: 12px;
  text-align: center;
  /* margin-top: 113px; */
  position: absolute;
  left: 27%;
}

.home-screen-heading-Yeodrex-Marketplace h1 {
  z-index: 1;
  font-size: 153px;
}

.home-screen-container-Yeodrex-Marketplace img {
  width: 100%;
}

.home-screen-container-Yeodrex-Marketplace {
  margin-top: 20px;
  width: 100%;
  position: relative;
  z-index: 10000;
  height: 1072px;
}

.home-screen-image-Yeodrex-Marketplace {
  z-index: 1000;
  position: absolute;
  top: 0;
}

.banner-job-Yeodrex-Marketplace {
  max-width: 100%;
  height: auto;
}

.banner-job-Yeodrex-Marketplace img {
  width: 100%;
}
/* section 11 end */
/* secion 12 start */
.recruiter-flow-Yeodrex-Marketplace img {
  width: 100%;
}
.details-Yeodrex-Marketplace {
  background-image: url(images/Group\ 42527@2x.png);
  background-position: center;
  background-size: 138%;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 1753px;
}

/* section 12 end; */
/* section 13 and 14 start */
.details-Yeodrex-Marketplace img {
  width: 100%;
}
.app-download-container-Yeodrex-Marketplace {
  height: 491px;
  background: #1c4670;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  padding: 36px;
  background-color: #80559a;
}
.downlaod-left-Yeodrex-Marketplace {
  display: flex;
  flex-direction: column;
  width: 406px;
}
.downlaod-left-Yeodrex-Marketplace h2 {
  font-size: 62px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.1599999964237213px;
  /* text-align: left; */
  /* text-underline-position: from-font; */
  /* text-decoration-skip-ink: none; */
}
.downlaod-left-Yeodrex-Marketplace p {
  font-size: 24px !important;
  margin-top: 48px;
  color: #ffff;
  line-height: 1.3;
  /* letter-spacing: 2px; */
  /* word-spacing: 7px; */
}

.downlaod-right-Yeodrex-Marketplace {
  margin-top: -259px;
  border-radius: 30px;
}
.downlaod-right-Yeodrex-Marketplace img {
  width: 783px;
  height: 755px;

  object-fit: cover;
}
/* section 13 and 14 end */
.white-Yeodrex-Marketplace {
  color: #ffff !important;
}
.container-1-Yeodrex-Marketplace {
  margin-bottom: 10%;
  /* min-height: 100vh; */
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  /*font-family: Arial, sans-serif;*/
  /* background: transparent url("img/Rectangle 22026.png") 0% 0% no-repeat */
  /* padding-box; */
  /* box-shadow: 8px 32px 49px #0000000f; */
  background: linear-gradient(to bottom, #f2f5f8, #b8e0ff);
}

.container-1-Yeodrex-Marketplace h1 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-left: 73px;
  margin-bottom: 60px;
}

.logo-wrapper-Yeodrex-Marketplace {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.logo-img-Yeodrex-Marketplace {
  width: 100%;
  max-width: 91%;
  height: auto;
  display: block;
  margin-bottom: 300px;
}

.grid-overlay-Yeodrex-Marketplace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 1;
}

.end-container-Yeodrex-Marketplace {
  max-height: 480px;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(to bottom, #F2F5F8, #B8E0FF); */
  /* End the section exactly at image height */
}

.image-wrapper-Yeodrex-Marketplace {
  width: 100%;
  max-width: 1600px;
}

.image-wrapper-Yeodrex-Marketplace img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  /* Optional soft drop shadow */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}
/*  */
.timeline-wrapper-Yeodrex-Yeodrex-Marketplace {
  margin-left: 6%;
  /* width: 100%; */
  /* padding: 40px 20px; */
  display: flex;
  justify-content: center;
}

.timeline-container-Yeodrex-Yeodrex-Marketplace {
  width: 100%;
  max-width: 2476px;
  position: relative;
}

.timeline-background-Yeodrex-Yeodrex-Marketplace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  z-index: 0;
  pointer-events: none;
}

.week-line-Yeodrex-Yeodrex-Marketplace {
  border-left: 2px dashed #ccc;
  height: 100%;
  position: relative;
}

.week-line-Yeodrex-Yeodrex-Marketplace::before {
  content: attr(data-week);
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 12px;
  color: #999;
}

.timeline-row-Yeodrex-Yeodrex-Marketplace {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.task-Yeodrex-Yeodrex-Marketplace {
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  min-width: 160px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.task-Yeodrex-Yeodrex-Marketplace.white-Yeodrex-Yeodrex-Marketplace {
  background-color: white;
  color: #333;
  width: 230px;
  height: 67px;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 5px;
}

.task-Yeodrex-Yeodrex-Marketplace.blue-Yeodrex-Yeodrex-Marketplace {
  margin-top: 4%;
  height: 67px;
  background-color: #0d87f8;
  color: white;
  font-weight: bold;
  font-size: 19px;
}

.task-container-Yeodrex-Yeodrex-Marketplace {
  /* margin-top: 4%; */
  flex: 1;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.task-container-Yeodrex-Yeodrex-Marketplace span {
  position: absolute;
  top: -30px;
  font-size: 12px;
  color: #999;
}

/* Responsive Layout */
/* @media (max-width: 1024px) {
  .timeline-container {
      max-width: 100%;
      padding: 0 20px;
  }
} */

/*  */
.typography-page-Font-Yeodrex-Marketplace {
  /* margin-top: 20%; */
  font-family: "Rubik", sans-serif;
  /* background: #e5ecf1; */
  color: #f7f7f7;
  /* -webkit-text-stroke: 1px #1e90ff; */
  padding: 20px;
}

.typography-section-Font-Yeodrex-Marketplace {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 100px;
}

.typography-header-Font-Yeodrex-Marketplace h1 {
    line-height: normal;
  font-size: 88px;
  font-weight: 600;
  color: #000;
}

.typography-main-Font-Yeodrex-Marketplace {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.typography-left-Font-Yeodrex-Marketplace .font-name-Font-Yeodrex-Marketplace {
  margin-left: 40px;
  font-size: 67px;
  font-weight: 400;
  margin-bottom: 10px;
}

.big-letters-Font-Yeodrex-Marketplace {
  color: #ced4e0;
  margin-bottom: 25px;
  font-size: 335px;
  font-weight: 700;
}

.typography-righttop-Font-Yeodrex-Marketplace {
  position: relative;
  bottom: 2px;
}

.typography-right-Font-Yeodrex-Marketplace {
  text-align: left;
}

.typography-right-Font-Yeodrex-Marketplace
  .headline-title-Font-Yeodrex-Marketplace {
  font-size: 32px;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 8px;
}

.typography-right-Font-Yeodrex-Marketplace h3 {
  margin-top: 15px;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 95px;
}

.small-letters-Font-Yeodrex-Marketplace {
  font-size: 87px;
  font-weight: 500;
  margin-bottom: 36px;
}

.typography-rightbottom-Font-Yeodrex-Marketplace {
  margin-top: 84px;
}

.numbers-Font-Yeodrex-Marketplace {
  font-size: 41px;
}

.letters-Font-Yeodrex-Marketplace {
  margin-top: 15px;
  font-size: 46px;
  /* margin-bottom: 6px; */
}

.big-letters-Font-Yeodrex-Marketplace span {
  /* width: 70px;
            height: 24px;
            background-color: red; */
  position: relative;
  top: 64px;
  right: 19px;
}

.typography-table-Font-Yeodrex-Marketplace {
  background: white;
  color: #000;
  border-radius: 12px;
  padding: 68px 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.image1-Font-Yeodrex-Marketplace {
  position: relative;
  top: 111px;
  width: 157px;
  left: 40px;
}

.image2-Font-Yeodrex-Marketplace {
  position: relative;
  left: 143px;
  width: 143px;
  top: 175px;
}

.table-left-Font-Yeodrex-Marketplace,
.table-right-Font-Yeodrex-Marketplace {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.table-left-Font-Yeodrex-Marketplace p {
  font-weight: 600;
}

.table-right-Font-Yeodrex-Marketplace p {
  font-weight: 700;
}

.headline-h1-Font-Yeodrex-Marketplace {
  font-size: 48px;
}

.headline-h2-Font-Yeodrex-Marketplace {
  font-size: 36px;
}

.headline-h3-Font-Yeodrex-Marketplace {
  font-size: 32px;
}

.sub-headline-1-Font-Yeodrex-Marketplace {
  font-size: 29px;
}

.sub-headline-2-Font-Yeodrex-Marketplace {
  font-size: 29px;
}

.sub-headline-3-Font-Yeodrex-Marketplace {
  font-size: 28px;
}

.body-text-1-Font-Yeodrex-Marketplace {
  font-size: 26px;
}

.body-text-2-Font-Yeodrex-Marketplace {
  font-size: 25px;
}

.spec1-Font-Yeodrex-Marketplace {
  font-size: 48px;
}

.spec2-Font-Yeodrex-Marketplace {
  font-size: 36px;
}

.spec3-Font-Yeodrex-Marketplace {
  font-size: 32px;
}

.spec4-Font-Yeodrex-Marketplace {
  font-size: 29px;
}

.spec5-Font-Yeodrex-Marketplace {
  font-size: 29px;
}

.spec6-Font-Yeodrex-Marketplace {
  font-size: 28px;
}

.spec7-Font-Yeodrex-Marketplace {
  font-size: 26px;
}

.spec8-Font-Yeodrex-Marketplace {
  font-size: 25px;
}

.right-section-Font-Yeodrex-Marketplace {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 5%;
}

.font-name-Font-Yeodrex-Marketplace {
  font-size: 48px;
  /* -webkit-text-stroke: 1px #1e90ff; */
}
.outline-Yeodrex-Marketplace {
  -webkit-text-stroke: 1px #1e90ff;
  font-size: 102px;
}

.font-name-Font-Yeodrex-Marketplace .bold-Font-Yeodrex-Marketplace {
  font-weight: 700;
  color: #0078ff;
  font-size: 102px;
}

.font-name-Font-Yeodrex-Marketplace .outline-Font-Yeodrex-Marketplace {
  font-weight: 400;
  color: #0078ff;
  -webkit-text-stroke: 1px #0078ff;
  color: transparent;
  font-size: 102px;
}

.weights-Font-Yeodrex-Marketplace {
  display: flex;
  gap: 20px;
}

.weight-btn-Font-Yeodrex-Marketplace {
  padding: 15px 100px;
  border-radius: 50px;
  background-color: white;
  font-size: 44px;
  border: none;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
}
.sushank05{
   font-family: 'Noto Sans', sans-serif;
   line-height: normal;
}

.weight-btn-Font-Yeodrex-Marketplace:hover {
  background-color: #e0e0e0;
}

.weight-btn-Font-Yeodrex-Marketplace.bold-Font-Yeodrex-Marketplace {
  font-weight: 700;
}

@media (max-width: 800px) {
  .image1-Font-Yeodrex-Marketplace,
  .image2-Font-Yeodrex-Marketplace {
    display: none;
  }
  .typography-main-Font-Yeodrex-Marketplace {
    flex-direction: column;
    align-items: flex-start;
  }

  .typography-right-Font-Yeodrex-Marketplace {
    text-align: left;
  }

  .typography-table-Font-Yeodrex-Marketplace {
    flex-direction: column;
    align-items: flex-start;
  }

  .big-letters-Font-Yeodrex-Marketplace {
    font-size: 180px;
  }

  .small-letters-Font-Yeodrex-Marketplace {
    font-size: 50px;
  }

  .numbers-Font-Yeodrex-Marketplace,
  .letters-Font-Yeodrex-Marketplace {
    font-size: 30px;
  }

  .typography-section-Font-Yeodrex-Marketplace {
    margin: 45px;
  }

  .typography-header-Font-Yeodrex-Marketplace h1 {
    font-size: 47px;
  }
}
@media (max-width: 1865px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    padding: 15px 51px;
  }
}
@media (max-width: 1573px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    padding: 15px 25px;
  }
}
@media (max-width: 1412px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    padding: 15px 70px;
  }
}
@media (max-width: 1081px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    padding: 15px 45px;
  }
}
@media (max-width: 979px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    padding: 15px 30px;
  }
}
@media (max-width: 917px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    padding: 15px 114px;
  }
  .weights-Font-Yeodrex-Marketplace {
    flex-direction: column;
  }

  .right-section-Font-Yeodrex-Marketplace {
    align-items: center;
    margin-left: 10%;
  }
}
@media (max-width: 625px) {
  .weights-Font-Yeodrex-Marketplace {
    margin-right: 18%;
  }
}
@media (max-width: 504px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    padding: 15px 65px;
  }
}
@media (max-width: 432px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    padding: 8px 28px;
  }
}

@media (max-width: 390px) {
  .headline-h1-Font-Yeodrex-Marketplace {
    font-size: 35px;
  }
}

@media (max-width: 320px) {
  .big-letters-Font-Yeodrex-Marketplace {
    font-size: 150px;
  }

  .right-section-Font-Yeodrex-Marketplace {
    margin-left: 0px;
  }
}
@media (max-width: 414px) {
  .weight-btn-Font-Yeodrex-Marketplace {
    font-size: 25px;
  }
}

/*  */

@media (max-width: 1024px) {
  .timeline-background-Yeodrex-Yeodrex-Marketplace {
    display: none;
  }

  .timeline-row-Yeodrex-Yeodrex-Marketplace {
    flex-direction: column;
    align-items: center;
  }

  .task-container-Yeodrex-Yeodrex-Marketplace {
    justify-content: center;
    width: 100%;
  }

  .task-Yeodrex-Yeodrex-Marketplace {
    font-size: 14px;
    min-width: 120px;
    padding: 8px 16px;
  }

  .wrapper-Yeodrex-Yeodrex-Marketplace {
    justify-content: center !important;
  }

  .task-container-Yeodrex-Yeodrex-Marketplace {
    margin-left: 0% !important;
  }

  .blue-Yeodrex-Yeodrex-Marketplace {
    width: 224px !important;
  }
}

@media (max-width: 480px) {
  .task-Yeodrex-Yeodrex-Marketplace {
    font-size: 13px;
    min-width: 100px;
    padding: 6px 12px;
  }
}

.wrapper-Yeodrex-Yeodrex-Marketplace {
  height: 376px;
  /* background-color: #f4f7fb; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
 margin-left: 120px;
}

.heading-1-Yeodrex-Yeodrex-Marketplace {
  /*font-family: Arial, sans-serif;*/
  font-size: 88px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .heading-1-Yeodrex-Yeodrex-Marketplace {
    font-size: 47px;
  }
  .wrapper-Yeodrex-Yeodrex-Marketplace {
    height: 205px;
    margin-left: 0px;
  }
}

@media (max-width: 480px) {
  .heading-1-Yeodrex-Yeodrex-Marketplace {
    font-size: 47px;
  }
}
/*  */

@media (max-width: 768px) {
  .image-wrapper-Yeodrex-Marketplace {
    max-width: 100%;
  }
}

/* Responsive styles */
@media (max-width: 1024px) {
  .container-1-Yeodrex-Marketplace h1 {
    font-size: 48px;
    margin-left: 60px;
  }
}

@media (max-width: 1024px) {
  .logo-img-Yeodrex-Marketplace {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .container-1-Yeodrex-Marketplace h1 {
    font-size: 40px;
    margin-left: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container-1-Yeodrex-Marketplace h1 {
    font-size: 32px;
    margin-left: 0;
  }

  .logo-img-Yeodrex-Marketplace {
    max-width: 90%;
  }
}

/*  */

.color-box-color-Yeodrex-Marketplace h1 {
    font-weight: bold;
  font-size: 88px;
  margin-left: 120px;
}

.palette-section-box-color-Yeodrex-Marketplace {
    margin-bottom: 74px !important;
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 60px 40px;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: auto;
}

.title-box-color-Yeodrex-Marketplace {
  text-align: center;
  color: white;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-left: 110px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.color-pair-box-color-Yeodrex-Marketplace {
  height: 298px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.left-col-box-color-Yeodrex-Marketplace {
  margin-top: 148px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.right-col-box-color-Yeodrex-Marketplace {
  display: flex;
  align-items: center;
}

.bottom-row-box-color-Yeodrex-Marketplace {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.color-small-box-color-Yeodrex-Marketplace,
.color-tall-box-color-Yeodrex-Marketplace {
  width: 172px;
  border-radius: 20px;
  font-family: monospace;
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.color-small-box-color-Yeodrex-Marketplace {
  height: 147px;
}

.color-tall-box-color-Yeodrex-Marketplace {
  height: 294px;
}

/* @media screen and (max-width: 768px) {
  .color-pair {
    flex-direction: column;
    align-items: center;
  }

  .bottom-row {
    flex-direction: column;
    align-items: center;
  }

  .palette-section {
    gap: 40px;
  }
} */

/*  */
.foodhub-container-Yeodrex-Marketplace {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.foodhub-title-wrapper-Yeodrex-Marketplace {
  margin-bottom: 30px;
}

.foodhub-title-Yeodrex-Marketplace {
  font-size: 88px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  margin-left: 120px;
  /*margin-right: 70%;*/
}

.foodhub-image-wrapper-Yeodrex-Marketplace {
  max-width: 100%;
}

.foodhub-image-Yeodrex-Marketplace {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .foodhub-title-Yeodrex-Marketplace {
    font-size: 42px;
    font-size: 68px;
  }
}

@media (max-width: 1255px) {
  .foodhub-title-Yeodrex-Marketplace {
    /*margin-right: 0%;*/
    display: flex;

        justify-content: center;
        margin-left: 0px;
  }

  .foodhub-container-Yeodrex-Marketplace {
    align-items: center;
  }
}
/*  */
/*  */
.heading-12-Yeodrex-Marketplace {
  width: 50%;
  /* text-align: center; */
  font-size: 88px;
  margin: 4%;
 margin-left: 120px;
  font-weight: bold;
  padding: 2rem 1rem;
  /* background-color: #fff; */
}

.image-section-Yeodrex-Marketplace {
  width: 100%;
  max-width: 3079px;
  margin: auto;
}

.image-section-Yeodrex-Marketplace img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .heading-12-Yeodrex-Marketplace {
    font-size: 68px;
    text-align: center;
    margin-left: 0px;
    width: 81%;
  }
}

@media (max-width: 480px) {
  .heading12-Yeodrex-Marketplace {
    font-size: 1.5rem;
  }
}
/*  */

/*  */
.main-body-Shopper-Yeodrex-Marketplace {
  margin: 0;
  padding: 0;
  /* background-color: #ffffff; */
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-Shopper-Yeodrex-Marketplace {
  width: 12%;
  margin-top: 179px;
  font-size: 88px;
  font-weight: bold;
  color: #111111;
  /* text-align: center; */
  margin-left: 10%;
  margin-bottom: 117px;
 
}

.image-container-Shopper-Yeodrex-Marketplace {
  margin-top: 30px;
  width: 90%;
  max-width: 3000px;
  text-align: center;
  padding: 0 16px;
}

.image-Shopper-Yeodrex-Marketplace {
  width: 100%;
  height: auto;
  border-radius: 10px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

/* Responsive typography */
@media (max-width: 768px) {
  .title-Shopper-Yeodrex-Marketplace {
    font-size: 68px;
  }
}

@media (max-width: 480px) {
  .title-Shopper-Yeodrex-Marketplace {
    font-size: 41px;
    margin-top: 20px;
    font-size: 68px;
  }

  .image-container-Shopper-Yeodrex-Marketplace {
    margin-top: 20px;
    padding: 0 10px;
  }
}
/*  */

/* ------------------------------------------------- */
/* MEDIA QUERIES Start (big to small screens) */
/* big screens */
@media (max-width: 1555px) {
  .container-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    row-gap: 85px;
  }
  .details-Yeodrex-Marketplace {
    height: 1547px;
  }
}
@media (max-width: 1200px) {
  .card-Yeodrex-Marketplace {
    flex: 1 1 calc(33.33% - 40px); /* 3 cards in one row */
  }
  .project-overview-start-Yeodrex-Marketplace {
    margin-top: 10%;
  }
  .project-overview-heading-img-Yeodrex-Marketplace img {
    object-position: 80px;
  }
  .project-overview-start-Yeodrex-Marketplace {
    margin-bottom: 86px;
  }
}
@media (max-width: 1033px) {
  .Typography-color-heading-Yeodrex-Marketplace {
    font-size: 43px;
  }
  .left-section-Yeodrex-Marketplace h1 {
    font-size: 102px;
    font-weight: 700;
    color: #7d4c9e;
    margin: 0;
  }
  .buttons-Yeodrex-Marketplace {
    margin-top: 20px;
    display: flex;
    gap: 79px;
  }
  .button-Yeodrex-Marketplace buttons {
    font-size: 20px;
  }
}

@media (max-width: 907px) {
  .overlay-img-mendevv-Yeodrex-Marketplace {
    position: absolute;
    top: 57px;
    right: -50px;
    width: 194px;
    z-index: 2;
  }
  .card-mendevv-Yeodrex-Marketplace {
    background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
      0% no-repeat padding-box;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 553px;
    /* height: 172%; */
    padding: 80px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .details-Yeodrex-Marketplace {
    height: 978px;
  }
  .case-study-canwinn-Yeodrex-Marketplace {
    /* background-image: none; */
    /* background-color: #80559a; */
    height: 292px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
  }
}

/* Tablets & Smaller Desktops */
@media (max-width: 992px) {
  /* Timeline Section Adjustments */
  .weeks-Yeodrex-Marketplace {
    display: none;
  }
  .lines-Yeodrex-Marketplace {
    display: none;
  }
  .tasks-Yeodrex-Marketplace {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    width: 100%;
    gap: 20px;
  }
  .task-Yeodrex-Marketplace {
    width: 100%;
    min-width: unset;
    margin-bottom: 20px;
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/* Tablets */
@media (max-width: 937px) {
  .project-overview-start-Yeodrex-Marketplace {
    flex-direction: column;
    /* row-gap: 103px; */
    margin-top: 10%;
  }
  .candidates-content-Yeodrex-Marketplace {
    padding: 60px 86px;
  }
  .project-overview-heading-img-Yeodrex-Marketplace img {
    object-position: 89px;
  }
}

/* Tablets */
@media (max-width: 826px) {
  /* .case-study-heading {
    padding: 324px 63px;
  } */
  .case-study-heading-Yeodrex-Marketplace h1 {
    font-size: 93px;
  }
}
@media (max-width: 832px) {
  /* .case-study-heading {
    padding: 405px 80px;
    max-width: fit-content;
  } */
  .project-overview-heading-img-Yeodrex-Marketplace img {
    object-position: 68px;
  }
}

/* Medium Mobiles */
@media (max-width: 768px) {
  .timeline-container-Yeodrex-Marketplace {
    padding: 10px;
  }
  .title-Yeodrex-Marketplace {
    font-size: 28px;
  }
  .tasks-Yeodrex-Marketplace {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .task-Yeodrex-Marketplace {
    font-size: 14px;
    padding: 8px 16px;
  }
  .process-grid-Yeodrex-Marketplace {
    grid-template-columns: 1fr;
  }
  .heading-Yeodrex-Marketplace h1 {
    font-size: 2rem;
    text-align: center;
    margin-left: 0px;
  }
  .heading-Yeodrex-Marketplace h2 {
    font-size: 1.2rem;
  }
  .process-card-Yeodrex-Marketplace {
    flex-direction: column;
    text-align: center;
  }
  .process-card-Yeodrex-Marketplace .content-Yeodrex-Marketplace {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .process-card-Yeodrex-Marketplace.highlighted-Yeodrex-Marketplace {
    transform: rotate(0deg) translateY(0px);
  }
  .process-card-Yeodrex-Marketplace .number-Yeodrex-Marketplace {
    font-size: 54px;
  }
  .Typography-color-heading-Yeodrex-Marketplace {
    font-size: 30px;
  }
  .left-section-Yeodrex-Marketplace h1 {
    font-size: 61px;
  }
  .buttons-Yeodrex-Marketplace {
    margin-top: 20px;
    display: flex;
    gap: 13px;
  }
  .buttons-Yeodrex-Marketplace button {
    padding: 8px 16px;
    border: none;
    background: white;
    border-radius: 20px;
    font-size: 25px;
    cursor: pointer;
  }
  .right-section-Yeodrex-Marketplace {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
  }
  .color-cards-Yeodrex-Marketplace {
    flex-direction: column;
    align-items: center;
  }
  .card-Yeodrex-Marketplace {
    flex: 1 1 calc(50% - 40px); /* 2 cards in one row */
  }
  .candidates-content-heading-Yeodrex-Marketplace h1 {
    font-size: 35px;
  }
  .candidates-content-heading-Yeodrex-Marketplace p {
    font-size: 16px;
    margin-top: 30px;
  }
  .candidates-content-Yeodrex-Marketplace {
    padding: 60px 38px;
  }
  .track-event-cards-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .card-mendevv-Yeodrex-Marketplace {
    background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
      0% no-repeat padding-box;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 431px;
    /* height: 172%; */
    padding: 60px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .overlay-img-mendevv-Yeodrex-Marketplace {
    position: absolute;
    top: 31px;
    right: -41px;
    width: 159px;
    z-index: 2;
  }
}

/* Small Mobiles */

@media (max-width: 659px) {
  .card-mendevv-Yeodrex-Marketplace {
    background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
      0% no-repeat padding-box;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 330px;
    /* height: 172%; */
    padding: 52px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .overlay-img-mendevv-Yeodrex-Marketplace {
    position: absolute;
    top: 25px;
    right: -25px;
    width: 114px;
    z-index: 2;
  }
}
@media (max-width: 602px) {
  /* .case-study-heading {
    padding: 324px 57px;
  } */
  .case-study-heading-Yeodrex-Marketplace h1 {
    font-size: 62px;
  }
  .Typography-color-heading-Yeodrex-Marketplace {
    font-size: 21px;
  }
  .left-section-Yeodrex-Marketplace h1 {
    font-size: 37px;
  }
  .buttons-Yeodrex-Marketplace button {
    padding: 8px 16px;
    border: none;
    background: white;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
  }
  .buttons-Yeodrex-Marketplace {
    margin-top: 20px;
    display: flex;
    gap: 13px;
  }
  .typography-color-Yeodrex-Marketplace {
    margin: 50px auto;
    padding: 60px 61px;
  }
}
@media (max-width: 550px) {
  .card-title-mendevv-Yeodrex-Marketplace {
    font-weight: 700;
    font-size: 13px;
    color: #222;
    margin-bottom: 16px;
    text-align: center;
  }
  .track-event-heading-Yeodrex-Marketplace h1 {
    font-size: 28px;
  }
  .overlay-img-mendevv-Yeodrex-Marketplace {
    position: absolute;
    top: 13px;
    right: -25px;
    width: 80px;
    z-index: 2;
  }
  .card-mendevv-Yeodrex-Marketplace {
    background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
      0% no-repeat padding-box;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 243px;
    /* height: 172%; */
    padding: 52px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .details-Yeodrex-Marketplace {
    height: 627px;
  }
  .project-overview-heading-img-Yeodrex-Marketplace img {
    object-position: 20px;
    width: 378px;
  }
}
@media (max-width: 500px) {
  .card-Yeodrex-Marketplace {
    flex: 1 1 100%; /* 1 card in one row */
  }
}

/* Smaller Mobiles */
@media (max-width: 480px) {
  .task-Yeodrex-Marketplace {
    font-size: 12px;
    padding: 6px 12px;
  }
  .Typography-color-heading-Yeodrex-Marketplace {
    font-size: 10px;
  }
  .left-section-Yeodrex-Marketplace h1 {
    font-size: 21px;
  }
  .buttons-Yeodrex-Marketplace {
    margin-top: 20px;
    display: flex;
    gap: 0px;
  }
  .buttons-Yeodrex-Marketplace button {
    padding: 8px 16px;
    border: none;
    background: white;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
  }
  .container-1-Yeodrex-Marketplace {
    min-height: 0vh;
  }
  .right-section-Yeodrex-Marketplace {
    font-size: 9px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
  }
  .candidates-content-Yeodrex-Marketplace {
    padding: 60px 6px;
  }
}

/* Very Small Devices */
@media (max-width: 459px) {
  .case-study-heading-Yeodrex-Marketplace {
    padding: 324px 19px;
  }
  .case-study-heading-Yeodrex-Marketplace h1 {
    font-size: 44px;
  }
}

/* Very Very Small Devices */
@media (max-width: 410px) {
  /* .case-study-heading {
    padding: 324px 12px;
  } */
  .case-study-heading-Yeodrex-Marketplace h1 {
    font-size: 42px;
  }
  .typography-color-Yeodrex-Marketplace {
    margin: 50px auto;
    padding: 60px 0px;
  }
  .candidates-content-heading-Yeodrex-Marketplace h1 {
    font-size: 20px;
  }
  .candidates-content-heading-Yeodrex-Marketplace p {
    font-size: 12px;
    margin-top: 30px;
  }
  .project-overview-start-Yeodrex-Marketplace {
    padding: 0px 52px;
  }
}
@media (max-width: 375px) {
  .main-track-event-Yeodrex-Marketplace {
    padding: 50px 0px;
  }
  .details-Yeodrex-Marketplace {
    height: 434px;
  }
}
@media only screen and (max-width: 1920px) {
  .home-screen-heading-Yeodrex-Marketplace {
    top: 121px;
    text-align: center;
    /* margin-top: 113px; */
    position: absolute;
    left: 27%;
  }
}
@media only screen and (max-width: 1712px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 134px;
  }
}

@media only screen and (max-width: 1626px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 125px;
  }
}

@media only screen and (max-width: 1546px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 118px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 100px;
    position: absolute;
    top: 0;
  }
  .case-study-heading-Yeodrex-Marketplace {
    display: none;
  }
}

@media only screen and (max-width: 1450px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 111px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 95px;
  }
}

@media only screen and (max-width: 1367px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 106px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 90px;
  }
}

@media only screen and (max-width: 1290px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 98px;
  }
  .home-screen-container-Yeodrex-Marketplace {
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: 10000;
    height: 770px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 98px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 85px;
  }
}

@media only screen and (max-width: 1110px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 81px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 77px;
  }
  .home-screen-container-Yeodrex-Marketplace {
    height: 652px;
  }
}

@media only screen and (max-width: 1004px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 65px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    left: 32%;
  }
  .home-screen-container-Yeodrex-Marketplace {
    height: 577px;
  }
}

@media only screen and (max-width: 905px) {
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 67px;
  }
}
@media only screen and (max-width: 881px) {
  /* .case-study-heading {
    padding: 405px 104px;
    max-width: fit-content;
  } */
}
@media only screen and (max-width: 887px) {
  .case-study-heading-Yeodrex-Marketplace {
    padding: 405px 107px;
    max-width: fit-content;
  }
}
@media only screen and (max-width: 838px) {
  .case-study-heading-Yeodrex-Marketplace {
    padding: 405px 83px;
    max-width: fit-content;
  }
}

/* .case-study-heading {
  padding: 405px 83px;
  max-width: fit-content;
} */

@media only screen and (max-width: 831px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 55px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 56px;
  }
}

@media only screen and (max-width: 738px) {
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 52px;
  }
}

@media only screen and (max-width: 719px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 51px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 49px;
  }
  .home-screen-container-Yeodrex-Marketplace {
    height: 440px;
  }
}

@media only screen and (max-width: 645px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 46px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 47px;
  }
}

@media only screen and (max-width: 629px) {
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 45px;
  }
}

@media only screen and (max-width: 591px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 40px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 45px;
  }
}

@media only screen and (max-width: 549px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 517px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 34px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 491px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 34px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 40px;
  }
  .home-screen-container-Yeodrex-Marketplace {
    height: 272px;
  }
}

@media only screen and (max-width: 465px) {
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 34px;
  }
}

@media only screen and (max-width: 455px) {
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 26px;
    left: 27%;
  }
}

@media only screen and (max-width: 410px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 30px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 29px;
  }
}
@media only screen and (max-width: 472px) {
  /* .case-study-heading {
    padding: 405px 79px;
    max-width: fit-content;
  } */
}
@media only screen and (max-width: 479px) {
  /* .case-study-heading {
    padding: 405px 72px;
    max-width: fit-content;
  } */
}

@media only screen and (max-width: 378px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 26px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 28px;
  }
  .home-screen-container-Yeodrex-Marketplace {
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: 10000;
    height: 296px;
  }
}

@media only screen and (max-width: 335px) {
  .home-screen-heading-Yeodrex-Marketplace h1 {
    font-size: 23px;
  }
  .home-screen-heading-Yeodrex-Marketplace {
    text-align: center;
    margin-top: 25px;
  }
  .home-screen-container-Yeodrex-Marketplace {
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: 10000;
    height: 221px;
  }
}

@media only screen and (max-width: 1920px) {
  /* .downlaod-right {
      margin-top: -259px;
      margin-right: 32%;
  } */
}
@media only screen and (max-width: 1200px) {
  .app-download-container-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    height: 885px;

    gap: 28%;
    /* justify-content: center; */
    /* align-items: center; */
  }

  .downlaod-right-Yeodrex-Marketplace img {
    width: 783px;
    height: 601px;
    object-fit: cover;
  }
  .downlaod-right-Yeodrex-Marketplace {
    margin-right: 25%;
  }
}
@media only screen and (max-width: 688px) {
  /* .downlaod-right img {
    width: 783px;
    height: 470px;
    object-fit: cover;
  } */
  .app-download-container-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    height: 854px;
    gap: 25% /* justify-content: center; */;
  }
}
@media only screen and (max-width: 652px) {
  .app-download-container-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    height: 843px;
    gap: 29%; /* justify-content: center; */
  }
  .downlaod-right-Yeodrex-Marketplace {
    margin-top: -156px;
    margin-right: 32%;
  }
  .downlaod-right-Yeodrex-Marketplace img {
    width: 556px;
    height: 459px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 481px) {
  .app-download-container-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    height: 658px;
    gap: 20%;
    /* justify-content: center; */
  }
  .downlaod-left-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    width: 480px;
    padding: 35px;
  }
  .downlaod-right-Yeodrex-Marketplace img {
    width: 390px;
    height: 368px;
    object-fit: cover;
  }
  .downlaod-left-Yeodrex-Marketplace {
    width: 318px;
  }
  .downlaod-left-Yeodrex-Marketplace h2 {
    font-size: 45px;
  }
}
.downlaod-left-Yeodrex-Marketplace p {
  font-size: 15px;
}

@media only screen and (max-width: 480px) {
  .app-download-container-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    height: 847px;
    gap: 20%;
    /* justify-content: center; */
  }
}
@media only screen and (max-width: 324px) {
  .app-download-container-Yeodrex-Marketplace {
    display: flex;
    flex-direction: column;
    height: 654px;
    gap: 52%;
    /* justify-content: center; */
  }
  .downlaod-right-Yeodrex-Marketplace {
    margin-top: -282px;
    margin-right: 32%;
  }
  .downlaod-right-Yeodrex-Marketplace img {
    width: 296px;
    height: 285px;
    object-fit: cover;
  }
}

/* MEDIA QUERIES End */
