@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #f8f8f8;
}
/* .faq-section {
  position: relative;
  padding: 100px 0;
}
.faq-title h2 {
  font-size: 60px;
  font-family: "STIX Two Text", serif;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

.accordion-item1 {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 0.4px solid #898989;
  flex-flow: column;
  padding: 20px 16px;
  display: flex;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
.accordion-header h3 {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
  color: #181818;
}

.accordion-icon {
  font-size: 2rem;
  font-size: 400;
  transition: transform 0.3s ease;
  color: #211f54;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding-right: 30px;
  transition: max-height 0.3s ease;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #181818;
}

.accordion-item1.active .accordion-content {
  max-height: 200px;
  padding-bottom: 15px;
}

.accordion-item1.active .accordion-icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  .accordion-header {
    font-size: 1.1rem;
  }

  .accordion-content {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }

  .accordion-header {
    font-size: 1rem;
  }

  body {
    padding: 15px;
  }
} */

/* footer */

.copy-text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  color: #181818;
}

.footer-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 28px;
  display: flex;
}
.footer-main {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
}
.footer1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  flex-flow: row;
}

.footers-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.footer-links {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.footer-links a {
  color: #181818;
  text-transform: lowercase;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.footer-links .current {
  text-decoration: underline;
  font-weight: 500;
}
.footer-content p {
  text-transform: lowercase;
  /* margin-left: 34px; */
  font-size: 18px;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  color: #181818;
  font-weight: 500;
}

.social-div {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  /* margin-left: 34px; */
  display: flex;
}
.social-div a {
  justify-content: center;
  align-items: center;

  font-size: 22px;
  display: flex;
  color: #181818;
  text-decoration: none;
}
.brand-logo {
  margin-bottom: 10px;
}

/* who content */

.who-div {
  position: relative;
  padding: 100px 0;
}
.who-main {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 6px solid #fff;
  background-color: #f8f8f8;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  box-shadow: 0 10px 20px #fdfdfd33, 0 0 40px #0000000f;
}

.who-image-div {
  max-width: 70%;
  position: relative;
}

.img-gradient {
  background-image: linear-gradient(#fff0, #fbfbfb);
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  min-height: 90px;
}
.who-content {
  flex-flow: column;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}
.heading-style h3 {
  font-size: 60px;
  font-family: "STIX Two Text", serif;
  color: #181818;
  letter-spacing: -0.9px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: auto;
  font-weight: 300;
  line-height: 120%;
}
.italic-style {
  font-weight: 600;
  font-style: italic;
}
.who-content-para {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}
.who-content-para p {
  letter-spacing: 0.08px;
  text-transform: lowercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0;
}
.italic-point {
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000;
  font-style: italic;
  font-family: "STIX Two Text", serif;
}
.who-list li {
  list-style-type: none;
  font-size: 22px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.08px;
  text-transform: lowercase;
}
.who-list li::before {
  content: "-";
  padding-right: 15px;
}
.who-list {
  padding: 0;
}

/* except */

.except-main {
  position: relative;
  padding: 100px 0;
}

.main-except {
  justify-content: center;
  align-items: center;
  display: flex;
}
.except {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  max-width: 69%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 600px;
}
.except h2 {
  font-size: 60px;
  letter-spacing: -0.9px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: auto;
  color: #181818;
  font-weight: 300;
  line-height: 120%;
  font-family: "STIX Two Text", serif;
}
.except-para {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.08px;
  text-transform: lowercase;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
}

.image-floating1 {
  border: 2.4px solid #fff;
  border-radius: 8px;
  width: 14%;
  max-width: 20%;
  position: absolute;
  bottom: 8%;
  left: 2%;
  right: 2%;
  overflow: hidden;
  box-shadow: 0 2px 8px #52525266;
  inset: auto auto 20% 1%;
}

.image-floating2 {
  border: 2.4px solid #fff;
  border-radius: 8px;
  width: 14%;
  max-width: 200px;
  position: absolute;
  bottom: 8%;
  left: 2%;
  right: 2%;
  overflow: hidden;
  box-shadow: 0 2px 8px #52525266;
  inset: 15% 0.5% auto auto;
}
.image-floating3 {
  filter: grayscale();
  border-width: 3px;
  border-radius: 10px;
  max-width: 20%;
  position: absolute;
  inset: 18% auto auto 1%;
  box-shadow: 2px -4px 12px 2px #c4c4c499;
  border: 2.4px solid #fff;
  width: 14%;
}
.image-floating4 {
  border: 2.4px solid #fff;
  border-radius: 8px;
  width: 14%;
  max-width: 200px;
  position: absolute;
  bottom: 8%;
  right: 2%;
  overflow: hidden;
  box-shadow: 0 2px 8px #52525266;
}

@media screen and (max-width: 767px) {
  .footer1 {
    display: block;
  }
  .footer-links {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-top: 10px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
  .footer-links a {
    font-size: 16px;
  }
  .footers-list {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .brand-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .logo img{
    width: 45%;
  }
  .social-div {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .footers {
    margin-bottom: 30px;
  }
  .copy-text {
    font-size: 14px;
    margin-top: 20px;
  }
  .footer-section {
    padding-top: 20px;
  }

  .who-div {
    padding: 40px 20px;
  }
  .who-main {
    border-radius: 12px;
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .who-image-div {
    max-width: 90%;
  }
  .who-image-div img {
    max-width: 100%;
  }
  .heading-style h3 {
    width: 100%;
    font-size: 32px;
  }
  .who-content-para p {
    font-size: 20px;
    font-weight: 400;
  }
  .who-list li {
    font-size: 20px;
  }
  .image-floating1,
  .image-floating2,
  .image-floating3,
  .image-floating4 {
    display: none;
  }
  .except-main {
    padding: 40px 20px;
  }
  .except {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 50%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .except h2 {
    width: 100%;
    font-size: 32px;
  }
  .except-para {
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .except-main {
    padding: 72px 0px;
    overflow: hidden;
  }
  .image-floating1,
  .image-floating2,
  .image-floating3,
  .image-floating4 {
    display: none;
  }
  /* .except {
    min-width: 400px;
    max-width: 600px;
  } */
  .except h2 {
    font-size: 40px;
  }
  .except-para {
    font-size: 22px;
  }

  .who-main {
    border-radius: 12px;
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .who-image-div {
    max-width: 90%;
  }
  .who-image-div img {
    max-width: 90%;
  }
  .heading-style h3 {
    width: 100%;
    font-size: 32px;
  }
  .who-content-para p {
    font-size: 20px;
    font-weight: 400;
  }
  .who-list li {
    font-size: 20px;
  }
  .who-div {
    padding: 72px 5px;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .who-image-div {
    max-width: 100%;
  }
  .who-image-div img {
    max-width: 100%;
  }
  .heading-style h3 {
    width: 100%;
    font-size: 32px;
  }
  .who-content-para p {
    font-size: 20px;
    font-weight: 400;
  }
  .who-list li {
    font-size: 20px;
  }
  .who-div {
    padding: 72px 56px;
    overflow: hidden;
  }
}
