/*========== GOOGLE FONTS ==========*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*========== VARIABLES CSS ==========*/
:root {
  /*===== Colors =====*/
  --soft-white: #fbfaf5;
  --soft-black: #181a18;
  --white: #ffffff;
  --black: #0a0a0a;
  --t-black: #1c1d20;
  --vc-black: #141414;
  --vc-blue: #00bbe0;
  --vc-yellow: #ffdb58;
  --vc-l-grey: #e9eaec;
  --vc-grey: #708090;
  --t-blue: #023047;
  --tb-dark: #1b263b;
  --tb-light: #1b263b;
  --the-grey: #f6f7f9;
  --text-grey: #444950;
  --success: #13ae8f;
  --error: #ff3333;

  /*===== Font and typography =====*/
  --pri-font: "DM Sans", sans-serif;
  --int-font: "Inter", sans-serif;
  --pop-font: "Poppins", sans-serif;
  --cor-font: "Cormorant Infant", serif;

  /* .5rem = 8px, 1rem = 16px, 1.5rem = 24px ... */
  --fs-9: 9rem;
  --fs-8-5: 8.5rem;
  --fs-8: 8rem;
  --fs-7-5: 7.5rem;
  --fs-7: 7rem;
  --fs-6-5: 6.5rem;
  --fs-6: 6rem;
  --fs-5-5: 5.5rem;
  --fs-5: 5rem;
  --fs-4-5: 4.5rem;
  --fs-4: 4rem;
  --fs-3-5: 3.5rem;
  --fs-3: 3rem;
  --fs-2-5: 2.5rem;
  --fs-2: 2rem;
  --fs-1-5: 1.5rem;
  --fs-1: 1rem;
  --fs-0-95: 0.95rem;
  --fs-0-85: 0.85rem;
  --fs-0-75: 0.75rem;
  --fs-0-65: 0.65rem;
  --fs-0-5: 0.5rem;
  --fs-0-25: 0.275rem;
  --fs-0-2: 0.2rem;
  /*===== Font weight =====*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*===== Margenes Bottom =====*/
  /* .25rem = 4px, .5rem = 8px, .75rem = 12px ... */
  --mb-0-25: 0.25rem;
  --mb-0-5: 0.5rem;
  --mb-0-75: 0.75rem;
  --mb-1: 1rem;
  --mb-1-5: 1.5rem;
  --mb-2: 2rem;
  --mb-2-5: 2.5rem;
  --mb-3: 3rem;
  --mb-3-5: 3rem;
  --mb-4: 4rem;
  --mb-4-5: 4.5rem;
  --mb-5: 5rem;
  --mb-5-5: 5.5rem;
  --mb-6: 6rem;
  --mb-6-5: 6.5rem;
  --mb-7: 7rem;
  --mb-7-5: 7.5rem;
  --mb-8: 8rem;
  --mb-8-5: 8.5rem;
  --mb-9: 9rem;
  --mb-9-5: 9.5rem;
  --mb-10: 10rem;
}

/* --------------- ========== LP-MAIN ========== ---------------*/
.lp-main {
  width: 100%;
  overflow: hidden;
}

/*========== >>>>> HERO SECTION <<<<< ==========*/
.hero {
  width: 100%;
  height: 100dvh;
  padding: var(--mb-2) var(--mb-3);
  padding-bottom: var(--mb-0-25);
  padding-top: var(--mb-7-5);
}

.h-container {
  width: 100%;
  height: 100%;
  /* border: 1px tomato solid; */
  justify-content: flex-start;
}

.h-header {
  position: relative;
  width: 100%;
  height: 85%;
  overflow: hidden;
}

.hh {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 100%;
  background-color: var(--t-blue);
  z-index: 2;
  border-radius: 20px;
  cursor: pointer;
  /* animation: fadeX 0.3s ease-in-out; */
  overflow: hidden;
}

.hh.active {
  height: 95%;
  width: 100%;
  z-index: 3;
  cursor: auto;
}
/* 
.hh:hover .hh.active {
  transform: translateY(-10px);
} */

.hh.search {
  background-color: var(--vc-yellow);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ht-wrap,
.hs-wrap {
  width: 100%;
  height: 100%;
  padding: var(--mb-3-5) var(--mb-4);
  justify-content: space-between;
}

.hs-wrap {
  justify-content: center;
}

.ht-data {
  flex: 0 0 55%;
  height: 100%;
  /* border: 1px teal solid; */
  /* justify-content: flex-start; */
  align-items: flex-start;
  row-gap: 1.5rem;
}

.ht-data h1 {
  font-size: var(--fs-4);
  font-weight: 400;
  text-align: left;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
}

.ht-data h1 span {
  font-size: 4.8rem;
  color: var(--vc-yellow);
}

.ht-data p {
  width: 85%;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  color: var(--white);
  margin-bottom: var(--mb-0-25);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: var(--mb-0-5);
}

#htd-span {
  font-size: 0.6rem;
  color: var(--vc-blue);
}

/* .ht-data button {
  font-size: var(--fs-1);
} */

.ht-media {
  flex: 0 0 40%;
  height: 350px;
  /* border: 1px lime solid; */
  background-color: #fafafa;
  border-radius: 20px;
  overflow: hidden;
}

.hs-data,
.hsd {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-2);
}

.hsd {
  row-gap: var(--mb-1);
}

.hsd h2 {
  width: 85%;
  font-size: var(--fs-4);
  font-weight: 400;
  text-align: center;
  color: var(--tb-dark);
  line-height: 1.1;
  letter-spacing: -0.03em;
  /* text-transform: capitalize; */
}

.hsd h2 span {
  font-size: 5rem;
  color: var(--tb-dark);
  font-weight: 500;
}

/* .hsd h2 span {
  padding: 0 1.25rem;
  border-radius: 60px;
  background-color: var(--vc-yellow);
  line-height: 0.8;
  transform: skew(20deg, -10deg);
} */

.hsd p {
  width: 45%;
  font-size: var(--fs-1);
  font-weight: 400;
  text-align: center;
  color: var(--text-grey);
}

.hsd-bar {
  width: 50%;
  background-color: var(--white);
  border-radius: 10px;
  padding: var(--mb-0-5);
  column-gap: var(--mb-0-5);
}

.hsd-bar input {
  width: 100%;
  padding: var(--mb-0-5);
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
}

.hsd-bar button {
  flex: 0 0 auto;
  padding: var(--mb-0-5);
  border-radius: 8px;
  background-color: var(--tb-dark);
}

.hsd-bar button i {
  font-size: 1.3rem;
  color: var(--white);
  transition: none;
}

.hsd-bar button:hover {
  background-color: var(--vc-blue);
}

.hsd-bar button:hover i {
  color: var(--white);
}

.h-categories {
  width: 100%;
  padding: var(--mb-1-5);
  justify-content: space-between;
  /* border: 1px hotpink solid; */
  overflow-x: auto;
}

.hct {
  flex: 0 0 auto;
  padding: var(--mb-0-5) 1.2rem;
  border: 1px #a3a3a3 solid;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  color: var(--tb-dark);
  opacity: 0.8;
  cursor: pointer;
}

.hct:hover {
  background-color: var(--tb-dark);
  border: 1px var(--tb-dark) solid;
  color: var(--white);
  opacity: 1;
}

/*========== >>>>> FEATURED SECTION <<<<< ==========*/
.featured {
  position: relative;
  background-color: var(--white);
  /* margin-bottom: var(--mb-2); */
  /* border: 1px dodgerblue solid; */
}

.fe-container {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-3);
  z-index: 7;
  /* border: 1px tomato solid; */
}

.fe-startups {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-3);
}

.fes-title,
.fec-title {
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1-5);
  /* border: 1px tomato solid; */
}

.fes-title h3,
.fec-title h3 {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
  line-height: 1;
}

.fes-title > button,
.fec-title > button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fes-listing {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--mb-3) 0;
  border-top: 1px var(--tb-dark) solid;
  border-bottom: 1px var(--tb-dark) solid;
}

.fsl {
  position: relative;
  flex: 0 0 30%;
  height: 350px;
  border-radius: 20px;
  background-color: #e5e5e5;
  cursor: pointer;
  overflow: hidden;
  border: 4px #fafafa solid;
  transition: all 0.3s ease-in;
}

.fsl:hover {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.fsl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}

.fsl-data {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  width: 90%;
  padding: var(--mb-1-5);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1-5);
}

.fsld-no {
  position: absolute;
  top: -3rem;
  right: 1rem;
  background-color: var(--t-blue);
  padding: var(--mb-0-75);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
}

.fsld-no h6 {
  margin: 0;
  padding: 0;
  font-size: var(--fs-1-5);
  font-weight: 500;
  text-align: left;
  color: var(--vc-yellow);
  line-height: 1.3;
}

.fsld-no > p {
  font-size: 0.7rem;
  font-weight: 500;
  text-align: left;
  color: var(--white);
}

.fsld {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-25);
}

.fsld h5 {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: var(--t-blue);
  line-height: 1.2;
}

.fsld p {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left;
  color: #737373;
  line-height: 1.3;
}

.fsld-info {
  width: 100%;
  justify-content: space-between;
  column-gap: var(--mb-0-5);
}

.fsld-info p {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--t-blue);
  text-align: left;
  padding: var(--mb-0-5) var(--mb-0-75);
  /* border: 1px var(--vc-yellow) solid; */
  border-radius: 8px;
}

.fsld-info p strong {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--t-blue);
  text-align: left;
}

.fsld-info span {
  width: 100%;
  height: 2px;
  background-color: var(--t-blue);
  border-radius: 80px;
}

.fsld-info p:last-child {
  background: rgba(230, 238, 245, 1);
  color: var(--vc-blue);
}

.fsld-info p:first-child {
  background: rgba(255, 243, 230, 1);
  color: tomato;
}

.fe-categories {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-3-5);
  /* border: 1px teal solid; */
}

.fec-title h3 {
  font-size: var(--fs-2);
  width: 80%;
  line-height: 1.2;
}

.fec-listing {
  width: 100%;
  padding: var(--mb-2);
  background-color: var(--white);
  /* background-color: #fafafa; */
  border-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: var(--mb-2);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.fecl {
  flex: 0 0 17%;
  height: auto;
  padding: var(--mb-0-75) var(--mb-1);
  /* border: 1px var(--tb-dark) solid; */
  /* background: rgba(230, 238, 245, 1); */
  border: 1px #a3a3a3 solid;
  border-radius: 30px;
  cursor: pointer;
}

.fecl p {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  color: #737373;
}

.fecl:hover {
  background-color: var(--tb-dark);
  border: 1px var(--tb-dark) solid;
}

.fecl:hover p {
  color: var(--white);
}

/*========== >>>>> WHY SECTION <<<<< ==========*/
.why {
  background: transparent;
  padding: var(--mb-2) var(--mb-4);
  padding-top: var(--mb-3);
  z-index: 7;
}

.wh-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: var(--mb-3);
  background: rgba(230, 238, 245, 1);
  border-radius: 40px;
  padding: var(--mb-3);
  /* border-radius: 30px; */
}

.wh-title {
  flex: 0 0 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 1.5rem;
}

.wh-title h3 {
  width: 60%;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
  line-height: 1.2;
}

.wh-title h3 span {
  font-size: 3rem;
}

.wh-tabs {
  width: 100%;
  justify-content: flex-start;
  column-gap: var(--mb-1);
}

.wht {
  flex: 0 0 auto;
  padding: var(--mb-0-75) var(--mb-1-5);
  border: 1px var(--vc-grey) solid;
  border-radius: 30px;
  cursor: pointer;
}

.wht p {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  color: var(--tb-dark);
  line-height: 1;
}

.wht:hover {
  background-color: var(--vc-yellow);
  border: 1px var(--tb-dark) solid;
}

.wht.active {
  background-color: var(--white);
  border: 1px var(--white) solid;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.wht.active p {
  color: var(--tb-dark);
}

.wh-data {
  flex: 0 0 50%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-3);
  /* border: 1px lime solid; */
}

.whd-wrapper {
  width: 100%;
  /* height: 400px; */
  /* border: 1px tomato solid; */
}

.whd {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: var(--mb-2);
  animation: fadeY 0.3s ease-in-out;
  display: none;
}

.whd.active {
  display: flex;
}

.whds {
  flex: 0 0 47%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-75);
}

.whds i {
  color: var(--t-blue);
  font-size: 1.75rem;
}

.whds h4 {
  width: 80%;
  font-size: 1.15rem;
  font-weight: 500;
  text-align: left;
  color: var(--t-blue);
  line-height: 1.2;
}

.whds p {
  width: 90%;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: left;
  color: var(--text-grey);
  line-height: 1.4;
}

.whd-action {
  width: 100%;
  justify-content: flex-start;
}

.whd-action > button {
  font-size: 1rem;
}

.wh-media {
  flex: 0 0 45%;
  /* margin-top: 9rem; */
  /* border: 1px teal solid; */
}

.wh-media img {
  width: 100%;
  object-fit: cover;
}

/*========== >>>>> TESTIMONIALS SECTION <<<<< ==========*/
.testimonials {
  position: relative;
  height: 110dvh;
  background-color: var(--white);
}

.te-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 8;
  /* border: 1px lime solid; */
}

.te-main {
  width: 100%;
  height: 100%;
  row-gap: var(--mb-2-5);
  background-color: transparent;
  z-index: 4;
}

.tem {
  justify-content: flex-start;
  row-gap: var(--mb-0-25);
}

.tem p {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  color: var(--t-blue);
}

.tem h3 {
  font-size: 8rem;
  font-weight: 600;
  text-align: center;
  color: var(--tb-dark);
  line-height: 1.1;
}

.te-main > button {
  font-size: 1.2rem;
  padding: var(--mb-1) var(--mb-2);
  padding-right: var(--mb-1-5);
  border-radius: 50px;
}

.te-main > button span {
  font-size: 1.2rem;
}

.te-cards {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.tec {
  position: absolute;
  width: 200px;
  background-color: var(--vc-grey);
  border-radius: 15px;
  overflow: hidden;
}

.tec:first-child {
  height: 250px;
  top: 4rem;
  left: -1rem;
}

.tec:nth-child(2) {
  height: 250px;
  top: 4rem;
  right: -1rem;
}

.tec:nth-child(3) {
  height: 220px;
  width: 200px;
  bottom: 0;
  left: 6rem;
}

.tec:nth-child(4) {
  height: 220px;
  width: 200px;
  bottom: 0;
  right: 6rem;
}

.tec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========== >>>>> FAQ SECTION <<<<< ==========*/
.faq {
  background-color: transparent;
}

.fq-container {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-3-5);
}

.fq-title {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  row-gap: var(--mb-1-5);
}

.fq-title h3 {
  font-size: var(--fs-3);
  font-weight: 400;
  text-align: center;
  color: var(--tb-dark);
  line-height: 1.2;
}

.fq-title p {
  width: 45%;
  font-size: var(--fs-1);
  font-weight: 400;
  text-align: center;
  color: #737373;
}

.fq-cards {
  width: 80%;
  /* border: 1px teal solid; */
  padding: var(--mb-0-5) var(--mb-2);
  border-radius: 20px;
  justify-content: flex-start;
  background-color: var(--the-grey);
}

.fqc {
  width: 100%;
  padding: 1.25rem 0;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-5);
  border-top: 1px #e5e5e5 solid;
  cursor: pointer;
}

.fqc:first-child {
  border-top: unset;
}

/* .fqc:last-child {
  border-bottom: unset;
} */

.fqc-que {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  /* border: 1px dodgerblue solid; */
}

.fqc-que h5 {
  flex: 0 0 80%;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  color: var(--tb-dark);
  /* font-family: var(--sos-font); */
  /* opacity: 0.8; */
}

.fqc-que span {
  font-size: 1.3rem;
  color: var(--tb-dark);
  font-weight: 600;
  opacity: 0.8;
}

.fqc:hover .fqc-que span {
  rotate: 45deg;
  color: var(--vc-blue);
  opacity: 1;
}

.fqc-ans {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-5);
  animation: fadeY 0.3s ease-in-out;
  display: none;
}

.fqc-ans p {
  width: 90%;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: var(--text-grey);
  opacity: 0.8;
}

.fqc:hover .fqc-ans {
  display: flex;
}

.fq-info {
  width: 50%;
  row-gap: var(--mb-0-5);
  /* border: 1px dodgerblue solid; */
}

.fq-info h4 {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  color: var(--tb-dark);
  line-height: 1.1;
}

.fq-info p {
  width: 50%;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  color: var(--text-grey);
  opacity: 0.8;
}

.fqi {
  width: 50%;
  justify-content: space-between;
  background-color: var(--the-grey);
  border-radius: 8px;
  padding: var(--mb-0-5) var(--mb-0-75);
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.fqi span {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
  color: var(--tb-dark);
}

.fqi-copy {
  flex: 0 0 auto;
  padding: var(--mb-0-5);
  background-color: var(--white);
  column-gap: var(--mb-0-75);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.fqi-copy p {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  color: var(--t-black);
}

.fqi-copy span {
  font-size: 0.7rem;
  color: var(--t-black);
}

.fqi-copy:hover {
  background-color: var(--tb-dark);
}

.fqi-copy:hover p {
  color: var(--white);
  opacity: 1;
}

.fqi-copy:hover span {
  color: var(--vc-yellow);
}

.fqi-copy:active {
  background-color: var(--vc-yellow);
}

.fqi-copy:active p {
  color: var(--tb-dark);
}

.fqi-copy:active span {
  color: var(--tb-dark);
}

/* --------------- ========== EP-MAIN ========== ---------------*/
.ep-main {
  width: 100%;
  overflow: hidden;
}

/*========== >>>>> COMING SECTION <<<<< ==========*/
.coming {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index: 10;
}

.coming img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===== MEDIA QUERIES =====*/
/* Media query for screens with a maximum width of 500px */
@media screen and (max-width: 500px) {
  /* --------------- ========== LP-MAIN ========== ---------------*/
  .lp-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== >>>>> HERO SECTION <<<<< ==========*/
  .hero {
    width: 100%;
    height: auto;
    padding: var(--mb-2) var(--mb-1-5);
    padding-bottom: var(--mb-0-25);
    padding-top: var(--mb-5-5);
  }

  .h-container {
    justify-content: flex-start;
    row-gap: var(--mb-1-5);
  }

  .h-header {
    position: relative;
    height: 70dvh;
  }

  .hh {
    z-index: 2;
    border-radius: 15px;
    cursor: pointer;
    /* animation: fadeX 0.3s ease-in-out; */
    overflow: hidden;
  }

  .hh.active {
    height: 95%;
    width: 100%;
    z-index: 3;
    cursor: auto;
  }

  .hh.search {
    background-color: var(--vc-yellow);
  }

  .ht-wrap,
  .hs-wrap {
    width: 100%;
    height: 100%;
    padding: var(--mb-2) var(--mb-1-5);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-2);
  }

  .hs-wrap {
    row-gap: unset;
  }

  .ht-data {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    align-items: center;
    row-gap: 1.8rem;
  }

  .ht-data h1 {
    font-size: 2.8rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }

  .ht-data h1 span {
    font-size: 3.4rem;
    color: var(--vc-yellow);
    line-height: 0;
  }

  .ht-data p {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: var(--mb-0-25);
    justify-content: center;
    line-height: 1.3;
    column-gap: var(--mb-0-5);
  }

  #htd-span {
    font-size: 0.6rem;
    color: var(--vc-blue);
  }

  .ht-media {
    display: none;
  }

  .hs-data,
  .hsd {
    width: 100%;
    justify-content: flex-start;
    row-gap: var(--mb-1-5);
  }

  .hsd {
    row-gap: var(--mb-0-75);
  }

  .hsd h2 {
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
  }

  .hsd h2 span {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 0;
  }

  .hsd p {
    width: 90%;
    font-size: 0.9rem;
    opacity: 0.8;
  }

  .hsd-bar {
    width: 100%;
    padding: var(--mb-0-5);
    column-gap: var(--mb-0-5);
  }

  .hsd-bar input {
    width: 100%;
    padding: var(--mb-0-5);
    font-size: 0.85rem;
    font-weight: 400;
    text-align: left;
  }

  .hsd-bar input::placeholder {
    font-size: 0.85rem;
  }

  .hsd-bar button {
    flex: 0 0 auto;
    padding: 0.4rem;
    border-radius: 5px;
  }

  .hsd-bar button i {
    font-size: 1.1rem;
  }

  .h-categories {
    width: 100%;
    padding: var(--mb-1-5) var(--mb-0-25);
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    overflow-x: auto;
    padding: var(--mb-1-5);
    background-color: #fafafa;
    border-radius: 20px;
  }

  .hct {
    flex: 0 0 45%;
    padding: var(--mb-0-5) var(--mb-0-75);
    font-size: 0.8rem;
    opacity: 0.8;
  }

  /*========== >>>>> FEATURED SECTION <<<<< ==========*/
  .featured {
    position: relative;
  }

  .fe-container {
    width: 100%;
    justify-content: flex-start;
    row-gap: var(--mb-3);
    /* border: 1px tomato solid; */
  }

  .fe-startups {
    width: 100%;
    align-items: center;
    row-gap: var(--mb-2-5);
  }

  .fes-title,
  .fec-title {
    position: relative;
    align-items: center;
    row-gap: 1.8rem;
    /* border: 1px tomato solid; */
  }

  .fes-title h3,
  .fec-title h3 {
    width: 90%;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
  }

  .fes-title > button,
  .fec-title > button {
    position: unset;
  }

  .fes-listing {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-2-5);
    padding: var(--mb-2-5) 0;
  }

  .fsl {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    border: 4px #fafafa solid;
    transition: all 0.3s ease-in;
  }

  .fsl-img {
    object-position: 50% 10%;
  }

  .fsl-data {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--white);
    width: 90%;
    padding: var(--mb-1-5);
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: var(--mb-1-5);
  }

  .fsld-no {
    position: absolute;
    top: -3rem;
    right: 1rem;
    background-color: var(--t-blue);
    padding: var(--mb-0-75);
    border-radius: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fsld-no h6 {
    margin: 0;
    padding: 0;
    font-size: var(--fs-1-5);
    font-weight: 500;
    text-align: left;
    color: var(--vc-yellow);
    line-height: 1.3;
  }

  .fsld-no > p {
    font-size: 0.7rem;
    font-weight: 500;
    text-align: left;
    color: var(--white);
  }

  .fsld {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: var(--mb-0-25);
  }

  .fsld h5 {
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    color: var(--t-blue);
    line-height: 1.2;
  }

  .fsld p {
    font-size: 0.75rem;
    font-weight: 400;
    text-align: left;
    color: #737373;
    line-height: 1.3;
  }

  .fsld-info {
    width: 100%;
    justify-content: space-between;
    column-gap: var(--mb-0-5);
  }

  .fsld-info p {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--t-blue);
    text-align: left;
    padding: var(--mb-0-5) var(--mb-0-75);
    /* border: 1px var(--vc-yellow) solid; */
    border-radius: 8px;
  }

  .fsld-info p strong {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--t-blue);
    text-align: left;
  }

  .fsld-info span {
    width: 100%;
    height: 2px;
    background-color: var(--t-blue);
    border-radius: 80px;
  }

  .fsld-info p:last-child {
    background: rgba(230, 238, 245, 1);
    color: var(--vc-blue);
  }

  .fsld-info p:first-child {
    background: rgba(255, 243, 230, 1);
    color: tomato;
  }

  .fe-categories {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-2-5);
    /* border: 1px teal solid; */
  }

  .fec-title h3 {
    font-size: 1.8rem;
    width: 100%;
    line-height: 1.3;
  }

  .fec-listing {
    width: 100%;
    padding: var(--mb-2);
    background-color: var(--white);
    border-radius: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: var(--mb-2);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  }

  .fecl {
    flex: 0 0 45%;
    padding: var(--mb-0-5) var(--mb-0-75);
  }

  .fecl p {
    font-size: 0.8rem;
  }

  /*========== >>>>> WHY SECTION <<<<< ==========*/
  .why {
    background: transparent;
    z-index: 7;
    padding: var(--mb-2) var(--mb-1-5);
  }

  .wh-container {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: var(--mb-3);
    background: rgba(230, 238, 245, 1);
    border-radius: 20px;
    padding: var(--mb-3) var(--mb-2);
    /* border-radius: 30px; */
  }

  .wh-title {
    flex: 0 0 auto;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    row-gap: 1.5rem;
    order: 2;
  }

  .wh-title h3 {
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
  }

  .wh-title h3 span {
    font-size: 2.6rem;
    line-height: 0;
  }

  .wh-tabs {
    width: 100%;
    justify-content: center;
    column-gap: var(--mb-1);
  }

  .wht {
    flex: 0 0 auto;
    padding: var(--mb-0-75) 1.25rem;
  }

  .wht p {
    font-size: 0.8rem;
    line-height: 1;
  }

  .wh-data {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    row-gap: var(--mb-2-5);
    order: 3;
    /* border: 1px lime solid; */
  }

  .whd-wrapper {
    width: 100%;
    padding: var(--mb-2) 0;
    border-top: 1px var(--tb-dark) solid;
    border-bottom: 1px var(--tb-dark) solid;
  }

  .whd {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: unset;
    row-gap: var(--mb-2);
    animation: fadeY 0.3s ease-in-out;
    display: none;
  }

  .whd.active {
    display: flex;
  }

  .whds {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    row-gap: var(--mb-0-75);
  }

  .whds i {
    color: var(--t-blue);
    font-size: 1.75rem;
  }

  .whds h4 {
    width: 80%;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }

  .whds p {
    width: 90%;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
  }

  .whd-action {
    width: 100%;
    justify-content: center;
  }

  .whd-action > button {
    font-size: 0.9rem;
    font-weight: 400;
  }

  .whd-action > button:hover {
    font-weight: 400;
  }

  .whd-action > button span {
    font-size: 0.8rem;
  }

  .wh-media {
    flex: 0 0 45%;
    order: 1;
    display: none;
  }

  /*========== >>>>> TESTIMONIALS SECTION <<<<< ==========*/
  .testimonials {
    position: relative;
    height: 105dvh;
    background-color: var(--white);
    /* border: 1px red solid; */
  }

  .te-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 8;
    /* border: 1px lime solid; */
  }

  .te-main {
    width: 100%;
    height: 100%;
    row-gap: var(--mb-2);
    background-color: transparent;
    z-index: 4;
  }

  .tem {
    justify-content: flex-start;
    row-gap: var(--mb-0-5);
  }

  .tem p {
    width: 50%;
    font-size: 0.8rem;
  }

  .tem h3 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .te-main > button {
    font-size: 1rem;
    padding: var(--mb-0-75) var(--mb-1-5);
    padding-right: var(--mb-1-5);
    border-radius: 50px;
    font-weight: 400;
  }

  .te-main > button span {
    font-size: 1rem;
    padding: 0.3rem;
    border: 2px var(--tb-dark) solid;
  }

  .te-main > button:hover {
    font-weight: 400;
  }

  .te-cards {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    /* border: 1px dodgerblue solid; */
  }

  .tec {
    position: absolute;
    width: 150px;
    background-color: var(--vc-grey);
    border-radius: 10px;
    overflow: hidden;
  }

  .tec:first-child {
    height: 150px;
    top: 0;
    left: -4rem;
  }

  .tec:nth-child(2) {
    height: 150px;
    top: 0;
    right: -4rem;
  }

  .tec:nth-child(3) {
    height: 150px;
    width: 110px;
    bottom: 0;
    left: 1rem;
  }

  .tec:nth-child(4) {
    height: 150px;
    width: 110px;
    bottom: 0;
    right: 1rem;
  }

  .tec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*========== >>>>> FAQ SECTION <<<<< ==========*/
  .faq {
    background-color: transparent;
  }

  .fq-container {
    width: 100%;
    justify-content: flex-start;
    row-gap: var(--mb-2-5);
  }

  .fq-title {
    width: 100%;
    row-gap: var(--mb-1-5);
  }

  .fq-title h3 {
    font-size: var(--fs-2);
    line-height: 1.2;
  }

  .fq-title p {
    width: 80%;
    font-size: 0.9rem;
  }

  .fq-cards {
    width: 100%;
    /* border: 1px teal solid; */
    padding: var(--mb-0-5) var(--mb-1-5);
    border-radius: 20px;
    justify-content: flex-start;
    background-color: var(--the-grey);
  }

  .fqc {
    width: 100%;
    padding: 1.25rem 0;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: var(--mb-0-5);
  }

  .fqc:first-child {
    border-top: unset;
  }

  .fqc-que {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    /* border: 1px dodgerblue solid; */
  }

  .fqc-que h5 {
    flex: 0 0 80%;
    font-size: 1rem;
  }

  .fqc-que span {
    font-size: 1.1rem;
    opacity: 0.8;
    transform: translateY(1px);
  }

  .fqc-ans {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: var(--mb-0-5);
    animation: fadeY 0.3s ease-in-out;
    display: none;
  }

  .fqc-ans p {
    width: 100%;
    font-size: 0.8rem;
    opacity: 0.8;
  }

  .fq-info {
    width: 100%;
    row-gap: var(--mb-0-75);
    /* border: 1px dodgerblue solid; */
  }

  .fq-info h4 {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .fq-info p {
    width: 60%;
    font-size: 0.8rem;
    line-height: 1.3;
    opacity: 0.8;
  }

  .fqi {
    width: 85%;
    justify-content: space-between;
    background-color: var(--the-grey);
  }

  .fqi span {
    font-size: 0.8rem;
    font-weight: 500;
  }

  .fqi-copy {
    flex: 0 0 auto;
    padding: var(--mb-0-5);
    column-gap: var(--mb-0-5);
  }

  .fqi-copy p {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    color: var(--t-black);
  }

  .fqi-copy span {
    font-size: 0.8rem;
    color: var(--t-black);
  }

  .fqi-copy:hover {
    background-color: var(--tb-dark);
  }

  .fqi-copy:hover p {
    color: var(--white);
    opacity: 1;
  }

  .fqi-copy:hover span {
    color: var(--vc-yellow);
  }

  .fqi-copy:active {
    background-color: var(--vc-yellow);
  }

  .fqi-copy:active p {
    color: var(--tb-dark);
  }

  .fqi-copy:active span {
    color: var(--tb-dark);
  }
}

/* Media query for screens with a minimum width of 700px and a maximum width of 900px */
@media screen and (min-width: 700px) and (max-width: 900px) {
}

/* Media query for screens with a minimum width of 1440px and a maximum width of 1600px */
@media screen and (min-width: 1440px) and (max-width: 1600px) {
}
