@font-face {
  font-family: "FiraSansCondensed";
  src: url("../fonts/FiraSansCondensed-Light.ttf") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "FiraSansCondensed";
  src: url("../fonts/FiraSansCondensed-Regular.ttf") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "FiraSansCondensed";
  src: url("../fonts/FiraSansCondensed-SemiBold.ttf") format("woff2");
  font-weight: 600;
}

body {
  margin: 0;
  background-color: white;
  font-family: "FiraSansCondensed";
  color: #1e1e1e;
}
button,
input,
select,
textarea {
  font-family: "FiraSansCondensed";
}
button {
  border: 1px solid #1e1e1e;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  background-color: white;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* ----------------------------------------------------------------------------- */
.a {
  position: sticky;
  top: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  z-index: 2;
  background-color: white;
}
.a img {
  width: 120px;
}
.aA {
  display: flex;
  gap: 8px;
}
.aA div {
  padding: 12px 16px;
  font-weight: 600;
  background-color: #d3d3d3;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .aA div {
    padding: 8px 12px;
    font-size: 13px;
  }
}
/* ----------------------------------------------------------------------------- */
.b {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.bA {
  min-height: calc(100vh - 90px);
  padding: 80px 8%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bAa {
  max-width: 35%;
}

.bAa h1 {
  font-weight: 600;
}
.bAa h2 {
  font-size: 18px;
  font-weight: 400;
}
.bAb {
  width: 50%;
}

.bAb h2 {
  text-align: center;
}
.bAbB {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bAbBb {
  width: calc(50% - 10px);
  height: 200px;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  box-sizing: border-box;
}

.bAbB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bAbBbA {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #00000000, #000000cc);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 0 34px 16px 16px;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
}
.bAbBbA div {
  font-size: 14px;
  font-weight: 200;
}
.bAbBbA::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../icons/arrow.svg);
  background-repeat: no-repeat;
}
.commingSoon {
  content: "Comming Soon...";
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .bA {
    flex-direction: column;
    padding-top: 12vh;
    gap: 5vh;
  }
  .bAa {
    max-width: 100%;
  }
  .bAb {
    width: 100%;
  }
  .bAbBb {
    width: calc(100% - 10px);
  }
}
/* ///////////////////////////////////////////////////////////////////////////////////////// */
#bAaC,
#bAaB {
  width: 148px;
}
#bAaC {
  color: white;
  background-color: #1e1e1e;
  font-weight: 400;
  background-image: url(../icons/arrow.svg);
  background-position: calc(100% - 30px) center;
  background-size: 14px;
  padding-right: 20px;
}
#bAaB {
  background-image: url(../icons/cart.svg);
  background-position: calc(100% - 28px) center;
  background-size: 18px;
  padding-right: 24px;
}
.bB {
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  top: -100vh;
  transition: top 0.5s;
  box-shadow: 20px 0 40px #00000033;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  /* gap: 8%; */
  justify-content: space-evenly;
  align-items: center;
  padding: 150px 8%;
  box-sizing: border-box;
  overflow: auto;
}
.bB_z {
  line-height: 1.7;
}
.bBa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bBaA {
  min-width: 300px;
  max-width: 36vw;
}
.bBaA h1 {
  font-weight: 600;
}
.bBaA h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .bB_z {
    line-height: 1.5;
    font-size: 15px;
  }
  .bBaA h2 {
    font-size: 15px;
    line-height: 1.5;
  }
}
.bBb {
  display: none;
  position: fixed;
  bottom: 5%;
  left: calc(50% - 20px);
  height: 24px;
  width: 24px;
  padding: 16px;
  box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: rotate(-90deg);
  cursor: pointer;
}
.bD {
  height: 90px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0 8%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.bD div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #d3d3d3;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bD #wa {
  background-image: url(../icons/wa.svg);
}
.bD #insta {
  background-image: url(../icons/insta.svg);
}
.bD #fb {
  background-image: url(../icons/fb.svg);
}
.bD #mail {
  background-image: url(../icons/fb.svg);
}
/* ////////////////////////////////////////////////////////////////////////////////// */
.c {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.cA {
  width: 360px;
  background-color: white;
  border-radius: 6px;
}
.cAa {
  background-color: #1e1e1e;
  color: white;
  padding: 18px 22px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cAb {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
}
.cAb label {
  margin-bottom: 4px;
}
.cAb input,
.cAb textarea {
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-bottom: 20px;
}
.cAb button {
  width: 100%;
  background-color: #1e1e1e;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
