@font-face {
  font-family: "neutraText";
  src: url("fontFamily/Neutra-Text-Book.otf");
}

@font-face {
  font-family: "didotBold";
  src: url("fontFamily/Didot-HTF-B42-Bold.ttf");
}

@font-face {
  font-family: "sensationAndQualities";
  src: url("fontFamily/Sensation-and-Qualities.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "neutraText";
}

.container {
  display: grid;
  gap: 150px;
}

.logo {
  position: absolute;
  left: 80px;
  top: 64px;
  z-index: 1;
}

.parachuteDesk {
  position: relative;
  width: 100%;
  /* height: auto; */
}

.parachuteMob {
  display: none;
}

.aboutUs {
  display: grid;
  place-items: center;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /* padding-top: 64px; */
  padding: 0 24px;
}
.aboutUs__title {
  font-size: 55px;
  font-weight: bold;
  position: relative;
}
.aboutUs__title::before {
  position: absolute;
  content: "";
  background-image: url("./images/leaf.png");
  background-position: right;
  background-size: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: -35px;
  top: -56px;
  z-index: -1;
}

.aboutUs__para {
  font-size: 20px;
  line-height: 24px;
  color: #525a61;
}
.aboutUs__discliamer {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #024ea2;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  place-items: center;
  line-height: 1.5;
  padding: 16px 32px;
  text-align: center;
  /* max-width: 800px; */
  /* margin: 0 auto; */
}
/* .aboutUs__btn {
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
  max-width: 400px;
  width: 100%;
}

.aboutUs__btn__contact a,
.aboutUs__btn__disclaimer a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  background-color: #024ea2;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 16px 32px;
} */

.footerBox {
  width: 100%;
  background-color: #f7d6bd;
  position: relative;
  padding: 80px 0 60px;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.footerBox__contact {
  color: #525a61;
  text-decoration: none;
}
.footerBox__text {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #525a61;
  padding: 0 24px;
}

.footerBox__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactUs {
  display: grid;
  height: 100vh;
  align-content: space-between;
}
.contactUs__top {
  display: grid;
  /* gap: 64px; */
  width: 1260px;
  margin: 32px auto 100px;
  position: relative;
  padding: 0 32px;
}
/* .contactUs__top__logo {
	position: absolute;
	top: -140px;
	right: -31px;
} */
.contactUs__top__heading {
  font-size: 96px;
  color: #024ea2;
  font-weight: 600;
  background: url("./images/leaf.png") no-repeat 43% 32%;
  padding: 3vw 0;
}
.contactUs__top__details {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
}
.contactUs__top__details__box {
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  align-content: center;
  justify-content: start;
  gap: 16px;
}
.contactUs__top__details__box h6 {
  color: black;
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 16px;
}
.contactUs__top__details__box a {
  font-size: 40px;
  color: black;
  text-decoration: none;
  font-weight: 700;
}
.contactUs__top__details__box__image {
  height: 140px;
  width: 140px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #cee1f3;
  display: grid;
  place-content: center;
  place-items: center;
}
.contactUs__top__findUs {
  background: #fff3d0;
  margin-top: 3vw;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}
.contactUs__top__findUs__addressBox {
  padding: 3vw;
}
.contactUs__top__findUs__addressBox h3 {
  margin-bottom: 1.5vw;
  font-size: 4vw;
  line-height: 1;
  color: #024ea2;
}
.contactUs__top__findUs__addressBox p {
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 1rem;
  font-size: 1.3vw;
  line-height: 1.2;
}
.contactUs__top__findUs__mapBox {
  padding: 16px;
  padding-left: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .container {
    gap: 98px;
  }

  .aboutUs {
    gap: 24px;
  }

  .aboutUs__title {
    font-size: 48px;
  }
  .aboutUs__title::before {
    top: -28px;
    right: -24px;
  }
  .aboutUs__para {
    font-size: 18px;
  }
  /* .aboutUs__discliamer {
  } */
  /* .aboutUs__btn__disclaimer,
  .aboutUs__btn__contact {
    */
  /* } */
  /* .aboutUs__btn__contact a,
  .aboutUs__btn__disclaimer a {
    font-size: 20px;
  } */
  .aboutUs__discliamer {
    font-size: 18px;
  }
  .footerBox__logo img {
    max-width: 90px;
  }
  .contactUs__top {
    margin: 32px auto;
    max-width: 1000px;
  }
  .contactUs__top__logo img {
    width: 100px;
  }
  .contactUs__top__heading {
    font-size: 56px;
    background: url("./images/leaf.png") no-repeat 32% 0;
    background-size: 150px;
  }
  .contactUs__top__details__box h6 {
    font-size: 24px;
  }
  .contactUs__top__details__box a {
    font-size: 24px;
  }
  .contactUs__top__details__box__image {
    height: 90px;
    width: 90px;
  }
  .contactUs__top__details__box__image img {
    max-width: 32px;
  }
  .contactUs__top__findUs {
    margin-bottom: 48px;
  }
  .contactUs__top__findUs__mapBox iframe {
    width: 650px;
  }
  .aboutText p {
    font-size: 20px;
  }
  /* .logoAbt {
  } */
  .logoAbt img {
    height: 66px;
    max-width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    gap: 64px;
  }

  .logo {
    left: 20px;
    top: 12px;
    max-width: 68px;
    max-height: 48px;
  }

  .logo img {
    width: 90px;
    height: 65px;
  }

  .aboutUs {
    gap: 24px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  .aboutUs__title {
    font-size: 32px;
  }
  .aboutUs__title::before {
    top: -20px;
    right: -22px;
    background-size: 60%;
  }
  .aboutUs__para {
    font-size: 14px;
  }
  .aboutUs__btn {
    grid-auto-flow: row;
    gap: 16px;
  }
  .aboutUs__discliamer {
    font-size: 14px;
    padding: 16px;
  }
  /* .aboutUs__btn__disclaimer,
  .aboutUs__btn__contact {
   
  } */
  .aboutUs__btn__contact a,
  .aboutUs__btn__disclaimer a {
    font-size: 18px;
    padding: 12px 32px;
  }
  .footerBox__logo img {
    max-width: 80px;
    max-height: 60px;
  }
  .contactUs__top {
    padding: 32px 16px;
    max-width: initial;
    margin: 0;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }
  .contactUs__top__logo img {
    width: 80px;
  }
  .contactUs__top__heading {
    font-size: 32px;
    background: url("./images/leaf.png") no-repeat 46% 0;
    background-size: 90px;
  }
  .contactUs__top__details {
    grid-auto-flow: row;
  }
  .contactUs__top__details__box h6 {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .contactUs__top__details__box a {
    font-size: 16px;
  }
  .contactUs__top__details__box__image {
    height: 70px;
    width: 70px;
    margin: 0;
  }
  .contactUs__top__details__box__image img {
    max-width: 24px;
  }
  .contactUs__top__findUs {
    margin-bottom: 48px;
    grid-auto-flow: row;
  }
  .contactUs__top__findUs__addressBox {
    padding: 16px;
  }
  .contactUs__top__findUs__addressBox h3 {
    font-size: 32px;
  }
  .contactUs__top__findUs__addressBox p {
    margin: 0;
    font-size: 18px;
  }
  .contactUs__top__findUs__mapBox {
    padding: 12px;
    width: 100%;
  }
  .contactUs__top__findUs__mapBox iframe {
    width: 100%;
  }

  /* asudh */
  .disclaimer {
    font-size: 24px;
  }
  .parachuteDesk {
    display: none;
  }

  .btnContainer {
    gap: 16px;
  }

  .btnContainer > div {
    padding: 8px 26px;
  }

  .btnContainer > div > a {
    font-size: 16px;
    line-height: 1;
  }

  .parachuteMob {
    display: grid;
    height: auto;
    width: 100%;
  }
  .footerBox {
    padding: 50px 0 20px;
  }
  .footerBox__contact {
    font-size: 16px;
  }
  .footerImg {
    width: 100%;
    height: 50px;
  }

  .footerBox__logo {
    width: 65px;
    height: 50px;
  }

  .footerBox__text {
    max-width: initial;
    width: 100%;
    padding: 16px;
    text-align: center;
    margin: 30px auto;
  }

  .footerBox p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .aboutBox {
    display: grid;
    max-width: initial;
    gap: 24px;
    position: relative;
    padding: 0 16px;
  }

  .logoAbt {
    top: 10px;
  }
  .logoAbt img {
    width: 80px;
    height: 60px;
  }
  .headBox {
    display: grid;
    grid-auto-flow: column;
    padding-top: 90px;
  }

  .headAbt {
    font-size: 24px;
    display: grid;
    text-align: center;
  }
  .aboutText {
    max-width: initial;
    margin: 0;
    padding-bottom: 60px;
    font-size: 16px;
  }

  .footerImgAbt {
    width: 100%;
    height: 50px;
  }
}
