.secondary-heading {
  padding: 4rem 2rem;
}

/*********** Hero section **********/

.hero-section {
  position: relative;
  height: 100vh;
  min-height: 84rem;
  margin-bottom: 4rem;
  max-height: 84rem;
}

.hero-bg-img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -999;

  object-fit: cover;
  overflow: hidden;
  object-position: center;
  
}

/*.video-bg-desktop{*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    display: none;*/
/*}*/


.logo-hero-container {
  width: 32rem;
  position: relative;
  margin: auto;
  padding: 6.4rem 0 9.6rem 0;
}

.logo-txt-hero {
  width: 100%;
}

.logo-symbol-hero {
  position: absolute;
  width: 18rem;
  top: 45%;
  left: 55%;
}

.hero-txt-container {
  padding-left: 2rem;
  margin-top: 4rem;
}

.hero-heading-container {
  position: relative;
  padding-bottom: 1.6rem;
}

.hero-content {
  padding-right: 2rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.6rem;
}

.hero-content-first-para {
  padding-bottom: 1.6rem;
}

.button-container {
  padding: 2.8rem 2rem 5.6rem 2rem;
}

/*********** OurService **********/

.services-section {
  padding-bottom: 5.6rem;
}

.ourService-heading-container {
  position: relative;
  padding-bottom: 4rem;
}

.ourService-intro-container {
  padding: 0 2rem 4rem 2rem;
}

.service-intro-heading {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  padding-bottom: 1.2rem;
}

.service-intro-body,
.service-outtro-body {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.service-outtro-body {
  padding: 0 2rem;
}

.ourService-container {
  padding: 0 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.service-container {
  background-color: rgba(0, 0, 0, 0.1);
  width: 35rem;
  height: 42.4rem;
  border-radius: 2rem;
  padding: 3.2rem 3.2rem 2rem 3.2rem;
  display: flex;
  flex-direction: column;
}

.ourService-container .float-bottom {
  opacity: 1;
  transform: translateY(0);
}

.service-heading-container {
  position: relative;
  padding-bottom: 2rem;
}

.service-heading {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

#pen-emoji {
  position: absolute;
  left: 20rem;
  top: 0;
  transform: translateY(-8px) scaleX(-1);
  width: 4.6rem;
}

#plate-emoji {
  position: absolute;
  left: 22.4rem;
  top: 0;
  transform: translateY(-8px);
  width: 4.6rem;
}

#monitor-emoji {
  position: absolute;
  left: 22rem;
  top: 0;
  transform: translateY(-8px);
  width: 4.6rem;
}

.service-detail {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  padding-bottom: 2rem;
}

.service-list-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-list {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

/*********** Our Clients **********/

.clients-section {
  padding-bottom: 4.8rem;
}

.ourClientHeading-container {
  position: relative;
  padding-bottom: 5.6rem;
}

.ourClientEmoji {
  position: absolute;
  top: 0;
  left: 22rem;
  transform: translateY(-16px);
  width: 7.8rem;
}

.clients-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.client {
  width: 100%;
  position: relative;
}

/* .client-img-container {
  display: flex;
  justify-content: center;
} */

.client-img {
  height: 50.5rem;
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

#fine-food-img {
  object-position: left;
}

.client-txt-container {
  position: absolute;
  padding: 2rem;
  top: 0;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.client-link {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 4rem;
  /* or 139% */

  text-decoration-line: none;
  text-align: center;
  color: #000;
  background-color: #fff;
  padding: 0.2rem 1.2rem;
  border-radius: 8rem;
  width: fit-content;
}

.client-checklist-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0.8rem;
}

.client-checklist {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background-color: white;
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
  width: fit-content;
}

.check-list {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  /* or 138% */

  color: rgba(0, 0, 0, 0.808);
}

.check-icon {
  width: 1.6rem;
  height: 1.6rem;
}
