@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");


.user-dropdown{
width: 100%;
}

.font-manrope {
  font-family: "Manrope", sans-serif;
}
body {
  overflow-x: hidden;
}

.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

/* Navbar */

.navbar-brand img {
  width: 93px;
  height: 20px;
}
.nav-item .active {
  color: #000;
}

.user-dropdown ul {
  padding: 9px;
}

.user-dropdown ul li {
  display: flex;
  align-items: center;
  margin: auto;
  font-family: "Inter", sans-serif;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
}

.user-dropdown {
  border: 1px solid #dddedf;
  border-radius: 10px;
  padding: 3px;
  background-color: none !important;
}
@media (max-width: 600px) {
  .user-dropdown {
    width: 50%;
    display: flex;
    margin: 30px auto;
    justify-content: center;
  }
}

.nav-link {
  font-size: 16px;
  font-weight: 600;
}
.nav-btn {
  padding: 10px;
  border-radius: 10px;
}

/* Navbar */

/* Header */
header {
  padding: 100px 0;
}

.main-heading {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.lead-text {
  color: #969696;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.132px;
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 26px;
  }
  .lead-text {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
/* Header */

/* Subtract */
.img-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-container2 {
  position: relative;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.model-img {
  width: 100%;
  height: auto;
}

.point {
  position: absolute;
  top: 53%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: auto;
}

.life-header {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  width: 409px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 20px;
}

.life-header p {
  color: #969696;
  font-size: 22px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.44px;
}
.life-header h2 {
  color: #121212;
  font-family: "Plus Jakarta Sans";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 82.5px */
}
.life-header h3 {
  color: #121212;
  font-family: Manrope;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.product1 {
  border-radius: 16px;
  background: rgba(143, 139, 138, 0.7);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(5px);
  position: absolute;
  display: flex;
  width: 320px;
  padding: 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  left: 8%;
  top: 51%;
}

.circle1 {
  position: absolute;
  width: 48px;
  height: 48px;
  top: calc(51% + 150px);
  left: 18%;
}

.circle2 {
  position: absolute;
  width: 48px;
  height: 48px;
  top: calc(13% + 93px);
  right: 32%;
}

@media (min-width: 1500px) {
  .circle2 {
    right: 28%;
  }
  .circle1 {
    left: 17%;
  }
}
@media (min-width: 1700px) {
  .circle2 {
    right: 25%;
  }
  .circle1 {
    left: 15%;
  }
}

@media (max-width: 950px) {
  .mobile-circle1 {
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(35% + 120px);
    left: 14%;
  }

  .mobile-circle2 {
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(8% + 120px);
    right: 30%;
  }
}

.product1 h5,
.product2 h5 {
  color: #fbfaf9;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.product1 a,
.product2 a {
  color: #daf062;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: normal;
}

.product2 {
  border-radius: 16px;
  background: rgba(143, 139, 138, 0.7);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(5px);
  position: absolute;
  display: flex;
  width: 320px;
  padding: 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  right: 12%;
  top: 5%;
}

@media (max-width: 1350px) {
  .life-header h2,
  h3 {
    line-height: 100%;
  }
}

@media (max-width: 1150px) {
  .life-header h2,
  h3 {
    line-height: 90%;
    font-size: 40px !important;
  }
}

@media (max-width: 768px) {
  .point {
    width: 100vw;
  }

  .life-header {
    font-size: 1.5rem;
  }
}

/* Subtract */

/* SubtractMobile */

.img-container2 img {
  width: 100vw;
}

@media (max-width: 950px) {
  .img-container {
    display: none;
  }
  .img-container2 {
    display: flex;
  }

  .mobile-product1 {
    left: 10%;
    top: 35%;
    width: 200px;
    padding: 10px 24px;
    position: absolute;
    border-radius: 12px;
    background: rgba(143, 139, 138, 0.7);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
  }
  .mobile-product2 {
    width: 200px;
    padding: 10px 24px;
    right: 10%;
    top: 8%;
    position: absolute;
    border-radius: 12px;
    background: rgba(143, 139, 138, 0.7);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
  }

  .mobile-product1 h5,
  .mobile-product2 h5 {
    color: #fbfaf9;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }
  .mobile-product1 a,
  .mobile-product2 a {
    color: #daf062;
    font-family: Manrope;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
  }
}

@media (max-width: 750px) {
  .img-container {
    display: none;
  }
  .img-container2 {
    display: flex;
  }

  .mobile-product1 {
    left: 8% !important;
    top: 30%;
    width: 200px;
    padding: 10px 24px;
    position: absolute;
    border-radius: 12px;
    background: rgba(143, 139, 138, 0.7);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
  }
  .mobile-product2 {
    width: 200px;
    padding: 10px 24px;
    right: 10% !important;
    top: 8%;
    position: absolute;
    border-radius: 12px;
    background: rgba(143, 139, 138, 0.7);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
  }

  .mobile-product1 h5,
  .mobile-product2 h5 {
    color: #fbfaf9;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }
  .mobile-product1 a,
  .mobile-product2 a {
    color: #daf062;
    font-family: Manrope;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
  }
}

@media (max-width: 650px) {
  .mobile-product1,
  .mobile-product2 {
    padding: 5px 14px;
    width: 160px;
  }
  .mobile-product2 {
    right: 20px !important;
  }
  .mobile-product1 h5,
  .mobile-product2 h5 {
    color: #fbfaf9;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }
  .mobile-circle1 {
    top: 69%;
  }
  .mobile-circle2 {
    top: 45%;
    right: 33%;
  }
  .subtract {
    padding-bottom: 0px;
  }
}

@media (max-width: 400px) {
  .img-container2 {
    width: 100% !important;
  }
  .mobile-product1 {
    position: absolute;
    left: -15px !important;
    border-radius: 12px;
    background: rgba(143, 139, 138, 0.7);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    display: inline-flex;
    padding: 8px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 150px;
  }

  .mobile-product2 {
    position: absolute;
    width: 150px;
    right: -35px !important;
    top: 10%;
    border-radius: 12px;
    background: rgba(143, 139, 138, 0.7);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    display: inline-flex;
    padding: 8px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .mobile-product1 h5,
  .mobile-product2 h5 {
    color: #fbfaf9;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .mobile-product1 a,
  .mobile-product2 a {
    color: #daf062;
    font-family: Manrope;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
  }
  .mobile-circle1 {
    top: 65%;
    left: 5%;
  }
  .mobile-circle2 {
    top: 46%;
    right: 20%;
  }
}

/* SubtractMobile */

/* Productlife */

.product-life h1 {
  color: #000;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.33px;
}

.product-life p {
  color: #969696;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.132px;
}

/* Productlife */

/* Product Details */
.product-sub {
  position: relative;
  padding: 30px;
  width: 450px;
}
.product-svg {
  position: absolute;
  top: 5%;
}

.product-content {
  position: absolute;
  top: 25%;
  left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-content h1 {
  color: #121212;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  width: 359px;
}
.product-content p {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.product-img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-img {
  width: 30%;
  margin-top: 90px;
  position: relative;
}
.product-btn {
  position: absolute;
  bottom: 50px;
  left: 30px;
  border-radius: 16px;
  background: #daf062;
  padding: 8px 16px;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-btn a {
  text-decoration: none;
  color: #121212;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.mobile-product-sub {
  display: none;
}
.mobile-product-img {
  display: none;
}

@media (max-width: 600px) {
  .product-detail {
    padding-bottom: 0px;
  }
  .product-life h1 {
    font-size: 26px;
  }
  .product-life {
    padding-bottom: 0px !important;
  }
  .product-life p {
    font-size: 22px;
  }
  .product-sub {
    display: none;
  }
  .product-img {
    display: none;
  }
  .mobile-product-sub {
    display: flex;
    position: relative;
  }
  .mobile-product-sub img {
    border-radius: 9px;
    border: none;
    width: 100%;
  }

  .mobile-product-img {
    display: flex;
    position: relative;
  }
  .mobile-product-btn {
    position: absolute;
    bottom: 20px;
    left: 25px;
    border-radius: 16px;
    background: #daf062;
    padding: 8px 16px;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .mobile-product-btn a {
    text-decoration: none;
    color: #121212;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.28px;
  }

  .mobile-product-img img {
    width: 100%;
    margin-top: 10px;
  }
  .mobile-product-content {
    position: absolute;
    top: 10%;
    padding: 30px;
  }
  .mobile-product-content h1 {
    width: 100%;
    color: #121212;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
  }
  .mobile-product-content p {
    color: #121212;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .mobile-product-svg {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .product-img {
    width: auto;
    margin-top: 50px;
  }
  .product-content h1 {
    width: 100%;
  }
}
@media (max-width: 1350px) {
  .product-btn {
    position: absolute;
    bottom: 80px;
    left: 30px;
  }
}
@media (max-width: 1050px) {
  .product-btn {
    position: absolute;
    bottom: 70px;
    left: 30px;
  }
}

/* Product Details */

/* Strong */

.strong-brand h1 {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.33px;
}
.strong-brand p {
  color: #969696;
  text-align: center;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 33px */
  letter-spacing: -0.132px;
}

@media (max-width: 600px) {
  .strong-brand {
    padding-top: 50px;
  }
  .strong-brand h1 {
    font-size: 26px;
  }
  .strong-brand p {
    font-size: 22px;
  }
}

/* Strong */

/* Slider testimonial */

.testimoni h1 {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 66px */
  letter-spacing: -0.33px;
}

.testi-parag {
  color: #969696;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.padding {
  padding: 5rem;
}

.card {
  position: relative;
  display: flex;

  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: none;
  background-color: #efefed;
  border-radius: 16px;
  padding: 30px;
}
.card-title {
  margin-left: 30px;
}
.template-demo p {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  --webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: scroll;
  text-overflow: ellipsis;
  height: calc(1.5em * 3);
}

.profile {
  margin-top: 16px;
}

.profile-pic {
  width: 58px;
}

.cust-name {
  color: #67646a;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.126px;
}

.cust-profession {
  color: #413d45;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.items {
  width: 90%;
  margin: 0px auto;
  margin-top: 100px;
  overflow: hidden;
}
.items .slick-slide {
  box-sizing: border-box;
}

.slick-slide {
  margin: 10px;
}

@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
  .template-demo p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    height: auto;
  }
  .testimoni {
    padding-top: 50px;
  }
  .testimoni h1 {
    font-size: 26px;
  }
  .testi-parag {
    font-size: 22px;
  }
  .card {
    padding: 5px !important;
  }
  .text-section .main-text {
    font-size: 24px !important;
  }
}

/* Slider testimonial */

/* ProductSocial */

.product-social {
  padding: 50px 0;
}

.text-section {
  text-align: left;
  background-color: #121212;
  padding: 30px;
  border-radius: 16px;
  background: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-section .small-text {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.text-section .main-text {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
}

.meeting-card {
  border-radius: 16px;
  background: #efefed;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.meeting-card h1 {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.2px;
}
.meeting-card p {
  color: #000;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.meet-plan-btn {
  border-radius: 16px;
  background: #daf062;
  border: none;
  padding: 8px 16px;
}
.meet-plan-btn a {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-decoration: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .text-section h1 {
    font-size: 28px;
  }
  .meeting-card {
    padding: 18px;
    margin-top: 0px !important;
  }
  .meeting-card p {
    font-size: 14px;
  }
  .meeting-card h1 {
    font-size: 24px;
  }

  .cta-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}
/* ProductSocial */

/* Footer */

.footer {
  background: #121212;
  position: relative;
}
.back-to-top {
  position: absolute;
  background: #daf062;
  width: 40px;
  height: 40px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  right: 50px;
  border-radius: 16px;
  top: 50px;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: -90px;
  }
}
.back-to-top a {
  color: #000;
}

.footer h5 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.footer .social-icons {
  margin-top: 10px;
}

.footer .social-icons a {
  color: #fff;
  margin-right: 10px;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
  line-height: 2rem;
}

.footer .text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.back-to-top-icon {
  width: 30px;
  height: 30px;
  background-color: #bada55;
  padding: 5px;
  border-radius: 50%;
}

.back-to-top-icon:hover {
  background-color: #a5c64d;
}

@media (max-width: 768px) {
  .mobilFooter {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
}

/* Footer */

@media (max-width: 600px) {
  header {
    padding: 30px;
    margin-top: 30px;
  }
}
/* ------------------------------------------------  */
/* About Page */

.about-image-1 img {
  width: 100%;
}

.about-image-2 img {
  width: 100%;
}
.about-image-3 img {
  width: 100%;
}

@media (max-width: 600px) {
  .about-image-1,
  .about-image-2,
  .about-image-3,
  .password-section,
  .feature-section.strong-section {
    padding-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .meet-section {
    display: none;
  }
}
/* About Page */
/* ------------------------------------------------  */

/* ------------------------------------------------  */

/* Demo page */

.about-header {
  padding: 90px;
  margin-bottom: 50px;
}
.demo-container {
  border-radius: 20px;
  background: #f4f5f6;
  width: 738px;
  padding: 50px;
  gap: 35px;
}
.demo-container label {
  color: #141414;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
}
.demo-container h3 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.27px;
}

.demo-btn {
  border-radius: 10px;
  background: #1d1c1c;
  border: none;
  color: #fff;
  width: 130px;
  padding: 10px;
}
.demo-header {
  padding: 30px;
}

@media (max-width: 768px) {
  .demo-container h3 {
    font-size: 15px !important;
  }
  .demo-form {
    padding-left: 10px !important ;
    padding-right: 10px !important;
  }
  .demo-container {
    width: 100%;
  }
  .about-header {
    padding: 30px;
  }
}
/* ------------------------------------------------  */

/* SupportPage */

.mail-to {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 30px auto;
}
.mail-to a {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 150%; /* 33px */
  letter-spacing: -0.132px;
}

/* Privacy */

.privacy-container h2,
.policy-container h2 {
  color: #121212;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 33px */
}

.privacy-container p,
.policy-container p {
  color: #969696;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.privacy-header {
  padding: 50px;
}

@media (max-width: 600px) {
  .privacy-container h2,
  .policy-container h2,
  .policy-container h3 {
    font-size: 18px !important;
  }

  .privacy-container p,
  .policy-container p {
    font-size: 18px !important;
  }
}
