@font-face {
  font-family: "Soulcraft";
  src: url("../fonts/soulcraftgx.ttf");
}

@font-face {
  font-family: "Bilo, sans-serif";
  src: url("../fonts/bilo.otf");
}

.home-main {
  position: relative;
}

.nav-bar .header {
  padding: 20px 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}

@media (max-width: 1200px) {
  .nav-bar .header {
    padding: 20px 20px;
  }
}

.nav-bar .header .div-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.nav-bar .header .links {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
}

.nav-bar .header .links a {
  font-size: 18px;
  font-family: "soulcraft";
  font-weight: 400;
  color: #000;
  text-decoration: none;
  position: relative;
}

.nav-bar .header .links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ff0000;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-bar .header .links a:hover::after,
.nav-bar .header .links a.active::after {
  width: 100%;
}

.nav-bar .header .nav-bar-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1100px) {
  .nav-bar .header {
    display: none;
  }
}

.nav-bar .mob-nav-btn {
  border: none;
  outline: none;
  background: none;
}

.nav-bar .mobile-nav {
  display: none;
  position: relative;
  z-index: 3;
}

@media (max-width: 1100px) {
  .nav-bar .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background-color: #ffffff;
  }

  .nav-bar .mobile-nav .mobile-logo {
    margin: 0 auto;
    transform: translateX(16px);
  }

  .nav-bar .mobile-nav #nav-icon3 {
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }

  .nav-bar .mobile-nav #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform-origin: center;
    transition: all 0.3s ease-in-out;
  }

  .nav-bar .mobile-nav #nav-icon3 span:nth-child(1) {
    top: 0px;
  }

  .nav-bar .mobile-nav #nav-icon3 span:nth-child(2),
  .nav-bar .mobile-nav #nav-icon3 span:nth-child(3) {
    top: 12px;
  }

  .nav-bar .mobile-nav #nav-icon3 span:nth-child(4) {
    top: 24px;
  }

  .nav-bar .mobile-nav #nav-icon3.active span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }

  .nav-bar .mobile-nav #nav-icon3.active span:nth-child(2) {
    transform: rotate(45deg);
  }

  .nav-bar .mobile-nav #nav-icon3.active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .nav-bar .mobile-nav #nav-icon3.active span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
}

.nav-bar .mobile-menu {
  display: none;
}

@media (max-width: 1100px) {
  .nav-bar .mobile-menu {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: #cf0a2c;
    flex-direction: column;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-in-out;
    z-index: 999;
    gap: 30px;
  }

  .nav-bar .mobile-menu a {
    color: white;
    text-decoration: none;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "Soulcraft";
    font-weight: 300;
  }

  .nav-bar .mobile-menu.active {
    height: 100vh;
  }

  .nav-bar .mobile-menu .mobile-menu-inner {
    /* Padding goes here */
    padding: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.nav-collection-delivery {
  display: flex;
  align-items: center;
}

.nav-collection-delivery a {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: red;
  padding: 7px 16px 2px;
  transition: background 0.4s ease;
  color: #ffffff;
}

.nav-collection-delivery a:hover {
  background: #ffffff;
  color: red;
}

.nav-collection-delivery .collection-delivery-component-one {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 2px solid #ffffff;
}

.nav-collection-delivery .icon-component svg {
  width: 35px;
  height: 35px;
  color: currentColor;
  transition: color 0.4s ease;
}

.nav-collection-delivery .block-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.nav-collection-delivery .block-text .small-text {
  font-size: 10px;
  font-family: "soulcraft";
  font-weight: 700;
  line-height: 17px;
  color: #ffffff;
  text-transform: capitalize;
}

.nav-collection-delivery .block-text .bold-text {
  font-size: 20px;
  font-family: "soulcraft";
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}

.nav-collection-delivery a:hover .block-text .small-text,
.nav-collection-delivery a:hover .block-text .bold-text {
  color: red;
}

.first-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.first-section .text-centering {
  padding: 20% 50px 20%;
  /* margin-top: 50px; */
}

.first-section .main-text {
  width: 600px;
  font-size: 100px;
  font-family: "Soulcraft", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: left;
  color: white;
}

@media (max-width: 991px) {
  .first-section .main-text {
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  .first-section .main-text {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .first-section .main-text {
    width: unset;
    font-size: 60px;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .first-section .main-text {
    width: unset;
    font-size: 40px;
    text-align: center;
  }
}

.promo-bar {
  width: 100%;
  display: flex;
  padding: 16px 0;
  overflow: hidden;
  position: relative;
  background-color: rgb(190, 30, 45);
}

.promo-bar .promo-content {
  gap: 40px;
  display: flex;
  padding: 0 0 0 40px;
  align-items: center;
  flex-shrink: 0;
  animation: scroll-promo 20s linear infinite;
}

.promo-bar .promo-content .promo-text {
  color: var(--dl-color-paragraph-paragraph1);
  font-size: 15px;
  font-family: Encode Sans Semi Condensed;
  font-weight: 600;
  letter-spacing: -0.02em;
}

@keyframes scroll-promo {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 600px) {
  .promo-bar {
    display: none;
  }
}

.find-us-section {
  background-image: url("../public/tq_ec6-jnxrdy-2jve-400h.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

@media (max-width: 600px) {
  .find-us-section {
    padding: 0 7%;
  }
}

.find-us-section .find-us-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.find-us-section .find-us-content h2 {
  font-family: "Soulcraft";
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  font-size: 45px;
  margin: 0;
}

.find-us-section .postcode-input {
  height: 65px;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.find-us-section .postcode-input ::placeholder {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

.submit-search {
  height: 100%;
  background-color: #000 !important;
  border-bottom: 0;
  border-radius: 0 !important;
  border-start-end-radius: 4px !important;
  border-end-end-radius: 4px !important;
}

.icon {
  width: 30px;
  height: 22px;
}

.explore-about-us {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}

.explore-about-us .explore-flavours {
  background-image: url("../public/tq_s0p3whnnth-uu8i-1500w.png");
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.explore-about-us.section-two .explore-flavours {
  background-image: url("../public/chicking_shop_banner.jpg");
}

@media (max-width: 991px) {
  .explore-about-us .explore-flavours {
    flex: 1 1 100%;
    min-height: 70vh;
  }
}

.explore-about-us .explore-flavours .content-block {
  align-self: end;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (max-width: 600px) {
  .explore-about-us .explore-flavours .content-block {
    gap: 10px;
  }
}

.explore-about-us .explore-flavours .content-block h2 {
  font-family: "Soulcraft";
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  font-size: 45px;
}

@media (max-width: 600px) {
  .explore-about-us .explore-flavours .content-block h2 {
    font-family: "Soulcraft";
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    font-size: 25px;
    margin: 0;
  }
}

.explore-about-us .explore-flavours .content-block p {
  max-width: 90%;
  font-size: 21px;
  font-family: "Bilo, sans-serif";
  font-weight: 600;
  margin: 0;
  line-height: 1.14;
  color: #ffffff;
}

@media (max-width: 600px) {
  .explore-about-us .explore-flavours .content-block p {
    max-width: 90%;
    font-size: 15px;
    font-family: "Bilo, sans-serif";
    font-weight: 600;
    /* margin: 1.5rem 0 2.5rem; */
    line-height: 1.14;
    color: #ffffff;
  }
}

.explore-about-us .explore-flavours .content-block .explore-btn {
  display: flex;
  padding: 18px 26px;
  align-items: center;
  border: 1px solid rgb(239, 129, 36);
  justify-content: center;
  text-decoration: none;
  background-color: rgb(190, 30, 45);
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: "soulcraft";
  font-weight: 400;
}

.explore-about-us .explore-flavours .content-block .explore-btn:hover {
  background: #ffffff;
  color: red;
}

.explore-about-us .about-us {
  background-image: url("../public/tasty_chicken.png");
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.explore-about-us.section-two .about-us {
  background-image: url("../public/flavor_sauce.png");
}

@media (max-width: 991px) {
  .explore-about-us .about-us {
    flex: 1 1 100%;
    min-height: 70vh;
  }
}

.explore-about-us .about-us .content-block {
  align-self: end;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.explore-about-us .about-us .content-block h2 {
  font-family: "Soulcraft";
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  font-size: 45px;
}

@media (max-width: 600px) {
  .explore-about-us .about-us .content-block h2 {
    font-family: "Soulcraft";
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    font-size: 25px;
    margin: 0;
  }
}

.explore-about-us .about-us .content-block p {
  max-width: 90%;
  font-size: 21px;
  font-family: "Bilo, sans-serif";
  font-weight: 600;
  margin: 0;
  line-height: 1.14;
  color: #ffffff;
}

@media (max-width: 600px) {
  .explore-about-us .about-us .content-block p {
    max-width: 90%;
    font-size: 15px;
    font-family: "Bilo, sans-serif";
    font-weight: 600;
    margin: 0;
    line-height: 1.14;
    color: #ffffff;
  }
}

.explore-about-us .about-us .content-block .explore-btn {
  display: flex;
  padding: 18px 26px;
  align-items: center;
  border: 1px solid rgb(239, 129, 36);
  justify-content: center;
  text-decoration: none;
  background-color: rgb(190, 30, 45);
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: "soulcraft";
  font-weight: 400;
}

.explore-about-us .about-us .content-block .explore-btn:hover {
  background: #ffffff;
  color: red;
}

.chicking-carousel {
  padding: 5% 0;
  background: #ffffff;
}

.chicking-carousel .carousel-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.chicking-carousel .carousel-heading-t {
  font-size: 70px;
  color: #fff;
  text-align: center;
  display: flex;
}

@media (max-width: 640px) {
  .chicking-carousel {
    padding: 5% 10%;
  }
}

.swiper {
  padding: 6% 0 6% 0 !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.join-team-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  flex-wrap: wrap;
}

.join-team-container .join-team-content {
  position: relative;
}

.join-team-container .join-team-inner {
  align-self: center;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-hero-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.grid-hero-wrapper .grid-hero-first-column {
  flex: 1 0 50%;
}

@media (max-width: 991.98px) {
  .grid-hero-wrapper .grid-hero-first-column {
    flex: 1 0 50%;
  }
}

@media (max-width: 768px) {
  .grid-hero-wrapper .grid-hero-first-column {
    flex: 1 0 100%;
  }
}

.grid-hero-wrapper .grid-hero-first-column .hero-wrapper {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.grid-hero-wrapper .grid-hero-first-column .hero-wrapper .inner-img-wrapper {
  height: 100%;
}

.grid-hero-wrapper .grid-hero-first-column .hero-wrapper .background-video-wrapper {
  position: absolute;
  display: flex;
  top: 53%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.grid-hero-wrapper .grid-hero-first-column .hero-wrapper .background-video-wrapper .hero-content {
  align-self: center;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-hero-wrapper .grid-hero-second-column {
  flex: 1 0 50%;
}

@media (max-width: 991.98px) {
  .grid-hero-wrapper .grid-hero-second-column {
    flex: 1 0 50%;
  }
}

@media (max-width: 768px) {
  .grid-hero-wrapper .grid-hero-second-column {
    flex: 1 0 100%;
  }
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .inner-img-wrapper {
  height: 100%;
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper {
  position: absolute;
  display: flex;
  top: 53%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content {
  align-self: center;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content h2 {
  font-family: "soulcraft";
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  font-size: 45px;
}

@media (max-width: 1200px) {
  .grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 800px) {
  .grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content h2 {
    font-size: 25px;
  }
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content p {
  font-family: "bilo, sans-serif";
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  font-size: 40px;
}

@media (max-width: 1200px) {
  .grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content p {
    font-size: 30px;
    font-weight: 600;
  }
}

@media (max-width: 800px) {
  .grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content p {
    font-size: 18px;
    font-weight: 600;
  }
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content .apply-btn {
  border: none;
  outline: none;
  display: flex;
  padding: 18px 26px;
  align-items: center;
  border: 1px solid rgb(239, 129, 36);
  justify-content: center;
  background-color: rgb(190, 30, 45);
  cursor: pointer;
  transition: 0.3s;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: "soulcraft";
  font-weight: 400;
}

.chicking-footer {
  background-color: #000;
  color: #f5e6c5;
  padding: 3rem 5%;
  font-family: "Poppins", sans-serif;
}

.chicking-footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #222;
  padding-bottom: 2rem;
  text-align: center;
  align-items: center;
}

.chicking-footer .footer-top .footer-brand {
  /* flex: 1 1 250px; */
  text-align: left;
}

.chicking-footer .footer-top .footer-brand .footer-logo {
  width: 120px;
  margin-bottom: 1rem;
}

.chicking-footer .footer-top .footer-brand p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.chicking-footer .footer-top .footer-brand .join-btn {
  background-color: #b5121b;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}

.chicking-footer .footer-top .footer-brand .join-btn:hover {
  background-color: #d91e2b;
}

/* Container for both buttons */
.store-buttons-container {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Button Styles */
.playstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 9999px;
  background-color: transparent;
  padding: 0.4rem 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.playstore-button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.playstore-button:hover .icon {
  color: #000;
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}

.texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.70rem;
  line-height: 1rem;
}

.text-2 {
  font-weight: 300;
}



.chicking-footer .footer-top .footer-brand .footer-socials {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.chicking-footer .footer-top .footer-brand .footer-socials a {
  color: #f5e6c5;
  font-size: 1.2rem;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .chicking-footer .footer-top .footer-brand {
    /* flex: 1 1 170px; */
  }
}

.chicking-footer .footer-top .footer-links {
  /* flex: 1 1 200px; */
}

@media (max-width: 768px) {
  .chicking-footer .footer-top .footer-links {
    /* flex: 1 1 170px; */
  }
}

.chicking-footer .footer-top .footer-links h4 {
  color: #b5121b;
  margin-bottom: 1rem;
}

.chicking-footer .footer-top .footer-links a {
  display: block;
  color: #f5e6c5;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3s;
}

.chicking-footer .footer-top .footer-links a:hover {
  color: #b5121b;
}

.chicking-footer .footer-top .footer-contact {
  /* flex: 1 1 250px; */
}

.chicking-footer .footer-top .footer-contact h4 {
  color: #b5121b;
  margin-bottom: 1rem;
}

.chicking-footer .footer-top .footer-contact p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.chicking-footer .footer-top .footer-contact .contact-number {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  color: #fff;
}

.chicking-footer .footer-bottom {
  text-align: center;
  margin-top: 2rem;
}

.chicking-footer .footer-bottom p {
  font-size: 0.9rem;
  color: #999;
}

.chicking-footer .footer-bottom .footer-bottom-links {
  margin-top: 0.5rem;
}

.chicking-footer .footer-bottom .footer-bottom-links a {
  color: #f5e6c5;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  text-decoration: none;
}

.chicking-footer .footer-bottom .footer-bottom-links a:hover {
  color: #b5121b;
}

@media (max-width: 768px) {
  .store-buttons-container {
    flex-direction: column;
  }

  .chicking-footer .footer-logo {
    margin: 0 auto;
  }

  .chicking-footer .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .chicking-footer .footer-top .footer-brand {
    text-align: center;
  }

  .chicking-footer .footer-top .footer-links,
  .chicking-footer .footer-top .footer-contact {
    margin-top: 1.5rem;
  }
}

/* .text-centering {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  padding: 0 20px; 
}


@media (max-width: 991px) {
  .first-section .main-text {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .first-section .main-text {
    font-size: 60px;
  }
} */