.whatsapp-icon {
  position: absolute;
  z-index: 999;
}
.whatsapp-icon a {
  position: fixed;
  bottom: 4rem;
  right: 3rem;
}
.whatsapp-icon a i {
  font-size: 2.5rem;
  color: white;
  background-color: green;
  padding: 0.8rem 0.9rem;
  border-radius: 50%;
}

#btnScroll {
  z-index: 999;
  background-color: #f08925;
  padding: 1.6rem;
  border-radius: 50%;
  position: fixed;
  right: 3.4rem;
  bottom: 9rem;
  cursor: pointer;
}

#btnScroll i {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-img {
  background: linear-gradient(rgba(0, 0, 0, 0.308), rgba(0, 0, 0, 0.308)), url(./bg-imgs/bg\ \(2\).jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.page1-heading {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page1-heading h1 {
  padding-top: 2rem;
  color: #fff;
  font-family: Jost;
  font-size: 7rem;
  font-style: normal;
  font-weight: 800;
  line-height: 7.75rem;
}
.page1-heading h1 span {
  color: #fff;
}

@keyframes homeHead {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-20px);
  }
  40%, 100% {
    transform: translateY(0px);
  }
}
.page1-btn {
  display: flex;
  justify-content: center;
}
.page1-btn button {
  margin: 1rem;
  background-color: var(--black);
  font-weight: bolder;
  border: none;
  border-radius: 7.875rem;
  box-shadow: 0px 30px 60px rgba(163, 168, 179, 0.15);
  font-family: "Jost", sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 18.0625rem;
  padding: 1rem 1.875rem;
  gap: 0.625rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.875rem;
  /* 166.667% */
  letter-spacing: 0.2rem;
  transition: 0.3s;
  border: 5px solid var(--black);
}
.page1-btn button:hover {
  background-color: transparent;
}

.page1-second-btn button {
  background-color: transparent;
  transition: 0.3s;
}
.page1-second-btn button:hover {
  background-color: var(--black);
}

@media screen and (max-width: 1400px) {
  .page1-heading h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .page1-heading h1 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 992px) {
  .page1-heading h1 {
    font-size: 5rem;
    line-height: 5.75rem;
    /* 112.903% */
  }
}
@media screen and (max-width: 768px) {
  .page1-heading h1 {
    font-size: 4rem;
    line-height: 4.75rem;
    /* 112.903% */
  }
  .page1-btn {
    margin-top: 2.5rem;
  }
  .page1-btn button {
    width: 13.0625rem;
    padding: 0.7rem 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .page1-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .page1-heading h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .page1-btn {
    margin-top: 1.5rem;
  }
  .page1-btn button {
    width: 20rem;
    padding: 0.7rem 1.875rem;
    margin: 0.5rem;
  }
}
@media screen and (max-width: 420px) {
  .page1-heading h1 {
    font-size: 3rem;
    line-height: 3rem;
    /* 112.903% */
  }
  .page1-btn button {
    width: 17rem;
    padding: 0.7rem 1.875rem;
  }
}
.cards-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 3rem;
}

.card-body a {
  background-color: #f08925;
  font-family: "Jost";
  border: 2px solid #f08925;
  font-weight: 500;
  color: #fff;
}
.card-body a:hover {
  border: 2px solid #f08925;
  color: #f08925;
}

.page2-sideImg {
  position: absolute;
  z-index: -999;
  right: 5rem;
  bottom: -20rem;
}
.page2-sideImg img {
  height: 15rem;
}

.page2-sideImg2 {
  z-index: -999;
  position: absolute;
  left: 5rem;
  bottom: -15rem;
}
.page2-sideImg2 img {
  height: 15rem;
}

.page2-heading {
  padding-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page2-heading h1 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 800;
  font-size: 2.7rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 9;
  color: #1b1b1d;
  font-size: 4rem;
  line-height: 4.375rem;
  /* 109.375% */
}
.page2-heading h1 span {
  color: var(--black);
}
.page2-heading p {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin-top: 1rem;
  text-align: center;
  color: #64646a;
  width: 37.75rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: capitalize;
}

.page2-cards {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  position: relative;
}

.page2-card1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 24.5625rem;
  height: 33.75rem;
  border: 2px solid rgba(0, 0, 0, 0.114);
  margin: 1rem;
  background: linear-gradient(152.09deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 30px 60px rgba(163, 168, 179, 0.15));
  border-radius: 24px;
}
.page2-card1 h5 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  color: #1b1b1d;
  font-size: 2.25rem;
}
.page2-card1 p {
  font-family: "Jost";
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 400;
  color: #64646a;
  font-size: 1.125rem;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: capitalize;
}
.page2-card1 button {
  background-color: var(--black);
  border: none;
  border-radius: 7.875rem;
  font-weight: 500;
  box-shadow: 0px 30px 60px rgba(163, 168, 179, 0.15);
  font-family: "Jost", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 14.0625rem;
  padding: 0.9375rem 1.875rem;
  gap: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  /* 166.667% */
}

.page2-img {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}
.page2-img img {
  width: 11.375rem;
  height: 10.375rem;
}

.page2-btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .page2-sideImg {
    right: 0rem;
    bottom: -17rem;
  }
  .page2-sideImg img {
    height: 10rem;
  }
  .page2-sideImg2 {
    position: absolute;
    left: 1rem;
    bottom: -15rem;
  }
  .page2-sideImg2 img {
    height: 12rem;
  }
  .page2-sideImg2 .page2-card1 {
    width: 18rem;
  }
}
@media screen and (max-width: 992px) {
  .page2-sideImg {
    right: 0rem;
    bottom: -17rem;
  }
  .page2-sideImg img {
    height: 8rem;
  }
  .page2-sideImg2 {
    position: absolute;
    left: 1rem;
    bottom: -15rem;
  }
  .page2-sideImg2 img {
    height: 9rem;
  }
  .page2-sideImg2 .page2-card1 {
    width: 18rem;
  }
  .page2-heading h1 {
    font-size: 3rem;
  }
  .page2-half-img img {
    height: 20rem;
  }
  .page2-card1 {
    width: 18rem;
    height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .page2-sideImg {
    right: 0rem;
    bottom: -17rem;
  }
  .page2-sideImg img {
    height: 7rem;
  }
  .page2-sideImg2 {
    position: absolute;
    left: 1rem;
    bottom: -12rem;
  }
  .page2-sideImg2 img {
    height: 7rem;
  }
  .page2-card1 {
    width: 18rem;
  }
  .page2-heading h1 {
    font-size: 2.5rem;
  }
  .page2-half-img img {
    height: 17rem;
  }
  .page2-cards {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .page2-half-img img {
    height: 14rem;
  }
  .page2-heading h1 {
    font-size: 2.2rem;
  }
  .page2-heading p {
    font-size: 0.9rem;
    width: 25rem;
  }
}
@media screen and (max-width: 480px) {
  .cards-main {
    margin-top: 1rem;
  }
  .page2-sideImg {
    right: 0rem;
    bottom: -10rem;
  }
  .page2-sideImg img {
    height: 4rem;
  }
  .page2-sideImg2 {
    position: absolute;
    left: 1rem;
    bottom: -12rem;
  }
  .page2-sideImg2 img {
    height: 4rem;
  }
  .page2-half-img img {
    height: 12rem;
  }
  .page2-heading h1 {
    font-size: 2rem;
  }
  .page2-heading p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 420px) {
  .page2-heading h1 {
    font-size: 2rem;
    line-height: 3rem;
    /* 166.667% */
  }
}
@media screen and (max-width: 408px) {
  .page2-heading h1 {
    font-size: 1.5rem;
    line-height: 3rem;
    /* 166.667% */
  }
  .page2-heading p {
    width: 16.5rem;
  }
}
@media screen and (max-width: 376px) {
  .page2-half-img img {
    height: 12rem;
  }
  .page2-heading h1 {
    font-size: 2rem;
  }
  .page2-heading p {
    width: 18rem;
    font-size: 0.9rem;
  }
}
.page3 {
  padding: 10rem 0;
  position: relative;
}

.page3-container {
  display: flex;
  justify-content: center;
}

.page3-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 2rem;
}
.page3-content h1 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 800;
  font-size: 4rem;
  color: #1b1b1d;
  margin-bottom: 2rem;
}
.page3-content h1 span {
  color: var(--black);
  margin-left: 4rem;
}
.page3-content p {
  width: 35rem;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  color: #64646a;
}
.page3-content button {
  background-color: var(--black);
  padding: 0.9rem 2.875rem;
  border: none;
  gap: 10px;
  border-radius: 63px;
  font-weight: 500;
  box-shadow: 0px 30px 60px rgba(163, 168, 179, 0.15);
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.page3-img {
  display: flex;
  align-items: center;
}
.page3-img video {
  height: 25rem;
}

.page3-sideImg {
  position: absolute;
  top: 0rem;
  right: 1rem;
  z-index: -999;
}
.page3-sideImg img {
  height: 13rem;
}

@media screen and (max-width: 1300px) {
  .page3-img video {
    height: 20rem;
  }
  .page3-content h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .page3-content h1 span {
    color: var(--black);
    margin-left: 4rem;
  }
  .page3-content p {
    width: 30rem;
    font-size: 1.1rem;
  }
  .page3-content a button {
    padding: 0.7rem 2rem;
    gap: 10px;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 1092px) {
  .page3-sideImg {
    top: 0rem;
    right: 1rem;
  }
  .page3-sideImg img {
    height: 10rem;
  }
  .page3 {
    padding: 8rem 0;
  }
  .page3-img video {
    height: 17rem;
  }
  .page3-content h1 {
    font-size: 2.5rem;
  }
  .page3-content p {
    width: 30rem;
    font-size: 1.1rem;
  }
  .page3-content a button {
    padding: 0.7rem 2rem;
    gap: 10px;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  .page3-img video {
    height: 15rem;
  }
  .page3-content h1 {
    font-size: 2.3rem;
  }
  .page3-content p {
    width: 25rem;
    font-size: 1rem;
  }
  .page3-content a button {
    padding: 0.7rem 2rem;
    gap: 10px;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 850px) {
  .page3 {
    padding: 7rem 0;
  }
  .page3-img video {
    height: 13.5rem;
  }
  .page3-content h1 {
    font-size: 2rem;
  }
  .page3-content p {
    width: 22rem;
    font-size: 1rem;
  }
  .page3-content a button {
    padding: 0.7rem 2rem;
    gap: 10px;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  .page3-img img {
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .page3-sideImg {
    top: -4rem;
    right: 0rem;
  }
  .page3-sideImg img {
    height: 10rem;
  }
  .page3 {
    padding: 6rem 0;
  }
  .page3-content h1 span {
    margin-left: unset;
  }
  .page3-content {
    margin-left: 3rem;
  }
  .page3-content h1 {
    font-size: 2rem;
  }
  .page3-content p {
    width: 17rem;
    font-size: 0.9rem;
    padding-right: 0.5rem;
  }
  .page3-container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .page3-container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .page3-content {
    margin-left: unset;
  }
  .page3-content h1 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .page3-content p {
    width: 22rem;
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  .page3-content button {
    padding: 10px 25px;
    gap: 10px;
    width: 100%;
    margin-bottom: 2rem;
    text-transform: capitalize;
  }
  .page3-img video {
    height: 16rem;
  }
}
@media screen and (max-width: 480px) {
  .page3-content h1 {
    font-size: 2rem;
  }
  .page3-content p {
    width: 20rem;
    font-size: 0.9rem;
  }
  .page3-content button {
    padding: 10px 25px;
    gap: 10px;
    width: 100%;
    margin-bottom: 2rem;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 480px) {
  .page3-img video {
    height: 14.5rem;
  }
}
@media screen and (max-width: 420px) {
  .page3-img video {
    height: 11rem;
  }
}
@media screen and (max-width: 400px) {
  .page3-img video {
    height: 12rem;
  }
}
@media screen and (max-width: 360px) {
  .page3-img video {
    height: 10rem;
  }
}/*# sourceMappingURL=style.css.map */