@import "variables.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter+Brush&display=swap");
@font-face {
  font-family: Northwell;
  font-display: block;
  src: url(../fonts/Northwell-Alt.woff2);
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.lg-font-northwell,
.font-northwell {
  font-family: "Northwell", cursive;
  color: var(--primary-color);
}

.lg-font-northwell {
  font-size: var(--lg-font-northWell);
  margin-left: 115px;
  transform: rotate(-13.789deg) !important;
}

.font-northwell {
  font-size: var(--northWell-text-size);
}
.max-screen {
  max-width: 1700px;
}

.top-nav {
  background: var(--contact-me-bg);
  font-size: 15px;
}

.top-nav img {
  height: 22px;
  width: 22px;
}

.top-nav .social img {
  height: 27.77px;
  width: 27.77px;
}

.hero-bg {
  border-radius: 0% 0% 50% 50% / 10% 10% 40% 40%;
  background: linear-gradient(to top, var(--svg-bg-color), var(--white-color));
}

.main-heading {
  font-size: var(--heading-text-size);
  color: var(--secondary-color);
  font-weight: 700;
  line-height: 84px;
}

.tilt-text {
  transform: rotate(-11deg);
}

.light-bg {
  height: 708px;
  width: 480px;
  border-radius: 50%;
  background: var(--bg-filtter);
  opacity: 0.15;
  filter: blur(75px);
  top: 4%;
  left: 0;
  transform: translate(0%, -4%);
}
.light-bg2 {
  width: 480px;
  border-radius: 50%;
  background: var(--bg-filtter);
  opacity: 0.15;
  filter: blur(75px);
  top: 4%;
  left: 0;
  transform: translate(0%, -4%);
}
.light-bg3 {
  height: 260px;
  width: 480px;
  border-radius: 50%;
  background: var(--bg-filtter);
  opacity: 50%;
  filter: blur(75px);
  top: 4%;
  left: 0;
  z-index: 1;
  transform: translateX(-6px);
}

.rating-stars {
  width: 20px;
  height: auto;
}

.google-icon {
  width: 30px;
}

.primary-color {
  color: var(--primary-color);
}

.sub-heading {
  font-size: var(--subheading-text-size);
  font-weight: 600;
  line-height: 48px;
}

.translate {
  transform: translateY(60px);
}

.custom-margin {
  margin-left: -30px;
}

.custom-px {
  padding-inline: 150px;
}

.container-mx {
  max-width: 1700px;
  margin: 0 auto;
}

/* Review Section */

.rating-stars {
  width: 20px;
  height: auto;
}

.google-icon {
  width: 30px;
}

.primary-color {
  color: var(--primary-color);
}

.review-section {
  transform: translateY(80px);
}

/* Footer Section */
.w-90 {
  width: 90%;
}

.footer-section {
  margin-top: 2rem;
  background: linear-gradient(
    to bottom,
    var(--svg-bg-color),
    var(--white-color)
  );

  border-radius: 50% 50% 30% 27% / 10% 10% 0% 0%;
}

.custom-text-secondary {
  color: var(--secondary-color);
}

.ptext-color {
  color: var(--p-text-color);
}

.section3-position {
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.section4-user {
  border: 18px solid white;
  z-index: 3;
  position: relative;
}

.agent-bg {
  position: absolute;
  top: 0;
  left: -70%;
  transform: translate(70%, 0);
  z-index: 2;
}

.custom-bt {
  background-color: var(--buttons);
  padding: 22px 36px;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  border-radius: 6px;
  border: 0px;
}

.primary-txt {
  color: var(--primary-color);
}
.contact-me-bg {
  background-color: var(--contact-me-bg);
  border-radius: 48px;
  padding: 80px 90px;
}

.custom-w-55 {
  width: 55%;
}

.top-nav-text {
  font-size: 15px;
}

.tilt-text2 {
  transform: rotate(-7.488deg) translateY(-35px);
}

/* carousel */
@media (max-width: 767px) {
  .custom-margin {
    transform: translateX(0px) !important;
  }

  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .main-heading {
    font-size: 36px;
    line-height: normal;
  }
  .font-northwell {
    font-size: 60px;
    text-align: center;
  }

  /* added */
  body {
    font-size: 12px;
  }

  .font-northwell {
    font-size: 52px !important;
  }

  .tilt-text {
    margin-top: 15px !important;
    transform: rotate(-6deg);
  }

  .main-heading,
  .lg-sub-heading {
    font-size: 36px !important;
  }

  .sub-heading,
  .contact-details {
    font-size: 23px !important;
    line-height: normal;
  }

  .custom-lh {
    line-height: 0.9;
  }

  .custom-bt {
    padding: 10px 24px;
    font-size: 10px;
  }

  .contact-me-bg {
    padding: 32px 24px;
  }

  .contact-me-heading {
    font-size: 13px !important;
  }

  .contact-me-northwell,
  .font-small-northwell {
    font-size: 26px !important;
  }

  .accordion-btns,
  .fs-14 {
    font-size: 14px !important;
  }

  .accordion-button {
    gap: 25px;
  }

  .accordion-button::after {
    background-size: 60%;
  }

  .social-img {
    width: 44.2px !important;
  }

  .review-section {
    transform: translateY(0px);
  }

  .footer-heading {
    font-size: 18px;
  }

  .custom-margin {
    margin-left: 0;
  }

  .translate {
    transform: translateY(0);
  }

  .custom-w-55 {
    width: 100%;
  }

  .logo {
    width: 150px !important;
  }

  .hero-bg {
    border-radius: 0% 0% 50% 50% / 10% 10% 2% 2%;
  }

  .agent-section {
    border-radius: 0% 0% 50% 50% / 3% 3% 3% 3% !important;
  }

  .custom-shape {
    border-radius: 50% 50% 50% 50% / 0.5% 0.5% 0% 0% !important;
  }

  .appointment-section,
  .faq-section,
  .footer-section {
    border-radius: 0 !important;
  }

  .light-bg {
    height: 430px;
    width: 310px;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .agent-bg {
    position: absolute;
    top: 0;
    left: -60%;
    transform: translate(50%, 0);
    z-index: 2;
  }

  .custom-shape1 {
    height: 350px !important;
    width: 200px !important;
    top: 55% !important;
    left: -20%;
    transform: translate(20%, -55%);
  }

  .gallery-cell {
    width: 100% !important;
  }

  .faq-blurry-shape1 {
    width: 300px !important;
    height: 300px !important;
    top: 0% !important;
    left: -20%;
    transform: translate(0%, 0%);
  }

  .faq-blurry-shape2 {
    width: 300px !important;
    height: 300px !important;
    top: 100%;
    right: 0%;
    transform: translate(50%, -100%);
  }
  .top-nav-text {
    font-size: 12px;
  }

  .lg-font-northwell {
    font-size: 80px;
    margin-left: 4px;
    margin-top: -5px !important;
    text-align: center;
  }

  .tilt-text2 {
    transform: rotate(-7.488deg) translateY(-25px);
    text-align: left;
  }
  .custom-lh2 {
    line-height: 33px !important;
  }
  .custom-lh3 {
    line-height: 25px !important;
  }
  .custom-lh4 {
    line-height: 36px !important;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .main-heading {
    font-size: 60px;
    line-height: normal;
  }

  .lg-font-northwell {
    font-size: 120px;
    margin-left: 50px;
  }

  .font-northwell {
    font-size: 62px;
  }

  .custom-margin {
    margin: 0px;
  }

  .sub-heading {
    font-size: 35px !important;
  }

  .contact-me-bg {
    padding: 60px 70px;
  }

  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }

  .toggle-img {
    width: 35px;
  }

  .agent-bg {
    position: absolute;
    top: 0;
    left: -90%;
    transform: translate(70%, 0);
    z-index: 2;
  }

  .faq-blurry-shape1 {
    left: -40% !important;
  }

  .faq-blurry-shape2 {
    top: 80% !important;
    right: -10% !important;
    transform: translate(0%, -80%);
  }
  .custom-shape2 {
    height: 300px !important;
    width: 250px !important;
  }
  .top-nav-text {
    font-size: 12px;
  }
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

/* Accordion css */
.faq-section {
  background: linear-gradient(to top, var(--svg-bg-color), var(--white-color));
  border-radius: 50% 50% 50% 50% / 0% 0% 10% 10%;
}

.font-small-northwell {
  font-family: "Northwell", cursive;
  font-size: var(--font-small-northWell);
  color: var(--primary-color);
}

.sub-heading {
  font-size: var(--subheading-text-size);
}

.accordion-bg {
  background-color: var(--contact-me-bg);
  color: var(--white-color);
}

.accordion-btns,
.accordion-button:not(.collapsed) {
  background-color: var(--svg-bg-color);
}

.accordion-btns {
  font-size: 20px;
  font-weight: 600;
  z-index: 3;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  box-shadow: none;
  font-size: 22px;
}

.accordion-button::after {
  background-image: url(../img/accordion-before.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/accordion-after.svg);
  transform: rotate(0deg);
}

.custom-primary-btn,
.custom-primary-btn:hover {
  background: var(--primary-color);
  font-size: 16px;
  padding: 22px 30px;
  width: 240px;
}

.faq-blurry-shape1 {
  width: 580px;
  height: 580px;
  border-radius: 50%;
  filter: blur(75px);
  background: var(--light-bg-color);
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translate(0%, -50%);
}

.faq-blurry-shape2 {
  width: 580px;
  height: 580px;
  border-radius: 50%;
  filter: blur(75px);
  background: var(--light-bg-color);
  position: absolute;
  top: 70%;
  right: 0%;
  transform: translate(50%, -70%);
}

/* Added css */
.lg-sub-heading {
  font-size: var(--font-small-northWell);
  font-weight: 800;
}

.custom-border {
  border-radius: 30px !important;
}

.custom-border-r {
  border-radius: 30px;
}

.custom-margin .custom-translate {
  transform: translate(0px);
}

.custom-shadow {
  box-shadow: 0px 5px 45px -1px rgba(48, 49, 57, 0.06);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.section3bg {
  /* border-radius: 47% 53% 38% 67% / 5% 3% 0% 51%; */
  background: linear-gradient(to top, var(--svg-bg-color), #fff);
}

/* added css 17-10-2023 */

.appointment-section {
  background: linear-gradient(
    to bottom,
    var(--white-color),
    var(--svg-bg-color)
  );
  border-radius: 50% 50% 50% 50% / 0% 0% 10% 10%;
}

.custom-shape {
  background: linear-gradient(
    to bottom,
    var(--svg-bg-color),
    var(--white-color)
  );
  border-radius: 50% 50% 50% 50% / 3% 3% 7% 7%;
}

.agent-section {
  background: linear-gradient(
    to bottom,
    var(--svg-bg-color),
    var(--white-color)
  );
  border-radius: 0% 0% 50% 50% / 10% 10% 5% 5%;
}

.custom-shape1 {
  position: absolute;
  height: 550px;
  width: 500px;
  border-radius: 50%;
  background: #137dc5;
  opacity: 0.15;
  filter: blur(75px);
  top: 10%;
  left: -20%;
  transform: translate(20%, -10%);
}

.gallery {
  height: 600px;
  padding: 40px 0px;
}

.gallery-cell {
  width: 66%;
  padding: 30px 20px;
  margin-right: 10px;
  counter-increment: gallery-cell;
}

.gallery-cell:before {
  display: block;
  text-align: center;
  font-size: 80px;
  color: white;
}

.flickity-viewport {
  height: 100% !important;
}

.dot {
  background-color: var(--primary-color) !important;
  width: 22px !important;
  margin-top: -50px !important;
  border-radius: 1rem !important;
}

.accordion-item,
.accordion-header,
.accordion-button {
  background-color: transparent !important;
}

.tilt-text1 {
  transform: rotate(-6.533deg);
}

.custom-shape2 {
  position: absolute;
  height: 450px;
  width: 400px;
  border-radius: 50%;
  background: #137dc5;
  opacity: 0.15;
  filter: blur(75px);
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}

.appointment-image {
  z-index: 5;
  position: relative;
}
.custom-lh2 {
  line-height: 62px;
}
.underline:hover {
  color: var(--primary-color);
}
.underline-img {
  height: 6px;
  visibility: hidden;
  background: var(--primary-color);
  border-radius: 41% 64% 63% 57% / 100% 10% 100% 23%;
  width: 100%;
}
.underline {
  overflow: visible;
}
.underline:hover .underline-img {
  visibility: visible;
}

@media (max-width: 991px) {
  .underline-img {
    width: fit-content;
  }
}

.custom-lh3 {
  line-height: 62px;
}
.custom-lh4 {
  line-height: 65px;
}
.check-img {
  height: 24px;
  width: 24px;
}
.size-social-img {
  height: 22px;
  width: 22px;
}
.social-img {
  height: 96px;
  width: 96px;
}
/* modal class start */
.custom-bt1 {
  background-color: var(--buttons);
  font-size: 14px;
  font-weight: 700;
  color: white;
  border-radius: 6px;
  border: 0px;
}
.modal-text {
  font-size: 12px;
  font-family: Poppins;
}
.Modal-img-fluid {
  max-width: 300px;
  height: auto;
}
.Modal-img-mortgaga {
  max-width: 100%;
  height: auto;
}
/* .input-with-icon1::placeholder {
  background-image: url("../img/user-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
}
.input-with-icon2::placeholder {
  background-image: url("../img/email-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
}
.input-with-icon3::placeholder {
  background-image: url("../img/text-icon.svg");
  background-position: right;
  background-repeat: no-repeat;
} */
.modal-dialog {
  max-width: 1000px;
}
.form-control:focus{
  box-shadow:none
}
.modal-header {
  border: 0px;
}