@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Red+Hat+Display:wght@300..900&display=swap");
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  a {
    text-decoration: none;
    color: inherit;
  }
  ul {
    list-style: none;
  }
}
body {
  background-color: #f9fafb;
  font-family: "Inter", serif;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-mob {
  display: none;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  a {
    color: #555a65;
  }
}
.logo {
  img {
    max-width: 100px;
    width: 100%;
  }
}
.burger {
  display: none;
}
.menu {
  ul {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.social_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero {
  display: grid;
  min-height: 800px;
  grid-template-columns: 0.8fr 1fr;
}
.description-hero {
  color: rgb(85, 90, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
  max-width: 432px;
  margin-top: 20px;
}
.title {
  font-family: "Red Hat Display", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.description {
  margin: 0 auto;
  max-width: 437px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: rgb(85, 90, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
}
.colum-one {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url("../image/fon-hero.jpeg");
  background-position: center;
  background-size: cover;
}
.colum-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 83px;
}
.highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  img {
    width: 24px;
    height: 24px;
  }
}
.highlight-text {
  color: rgb(85, 90, 101);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.main-heading {
  font-family: "Red Hat Display";
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 36px;
  font-size: 46px;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.black {
  color: #242424;
}
.yellow {
  color: #f39900;
}
.image-text {
  margin-top: 39px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgb(85, 90, 101);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  img {
    width: 24px;
    height: 24px;
  }
}
.cta-button {
  cursor: pointer;
  margin-top: 23px;
  color: rgb(36, 36, 36);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: rgb(243, 153, 0);
  width: fit-content;
  border: none;
  padding: 19px 64px;
}
.investment-section {
  margin-top: 178px;
}
.container-investment {
  max-width: 600px;
}
.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  background-color: #f39900;
  border-radius: 50%;
  padding: 10px;
  &:after {
    font-size: 20px;
    color: white;
  }
}
.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.investment-section-swiper {
  .swiper-slide {
    img {
      width: 100%;
      height: 356px;
      object-fit: cover;
      border-radius: 20px;
    }
  }
}
.why-investors-choose-us {
  margin-top: 170px;
}
.grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 20px;
}
.item {
  padding: 57px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;

  border: 1px solid rgb(238, 242, 246);
  border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  background: rgb(255, 255, 255);
}
.why-investors-image {
  height: 40px;
  width: 40px;
}
.why-investors-heading {
  color: rgb(36, 36, 36);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
}
.why-investors-description {
  color: rgb(85, 90, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
}
.why-investors-choose-us .cta-button {
  margin: 0 auto;
  margin-top: 40px;
}
.real-estate-portfolio {
  margin-top: 170px;
}
.portfolio-swiper {
  margin-top: 40px;

  .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    box-sizing: border-box;
    /* stroke */
    border: 1px solid rgb(238, 242, 246);
    border-radius: 16px;

    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
      0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    /* white */
    background: rgb(255, 255, 255);
    .plan {
      width: 100%;
      object-fit: fill;
    }
    h3 {
      color: rgb(36, 36, 36);
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0%;
      text-align: left;
    }
    h4 {
      color: #555a65;
      font-size: 16px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0%;
      text-align: left;
    }
    .thin {
      font-weight: 300 !important;
    }
    .status {
      font-family: Helvetica;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: left;
      color: #a6a6a6;
      span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-weight: 700;
        color: #009d3c;
      }
    }
    button {
      color: rgb(243, 153, 0);
      font-size: 16px;
      font-weight: 600;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: left;
      border: none;
      background-color: transparent;
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
    }
  }
  .swiper-button-prev {
    left: -50px;
  }
  .swiper-button-next {
    right: -50px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #f39900;
    border-radius: 50%;
    padding: 10px;
    &:after {
      font-size: 20px;
      color: white;
    }
  }
}
.tax-return-calculator {
  margin-top: 170px;
  .container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 20px;
    align-items: stretch;
  }
}
.calculator-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  h2 {
    width: 100%;
    font-family: "Red Hat Display", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
  }
  p {
    margin-top: 20px;
    color: rgb(85, 90, 101);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: left;
  }
}
.calculator-form {
  border: 1px solid rgb(238, 242, 246);
  border-radius: 16px;

  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  /* white */
  background: rgb(255, 255, 255);
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  input,
  select {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 18px 12px 12px;
    border: 1px solid #eef2f6;
    border-radius: 5px;
    color: rgb(166, 166, 166);
  }
  label {
    color: rgb(85, 90, 101);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
  }
}
.calculator-button {
  border: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  border-radius: 1000px !important ;
  padding: 19px 64px !important;
  background: rgb(243, 153, 0);
  color: #242424 !important ;
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.calculator-results {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 94px 44px;
  border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  background: rgb(243, 153, 0);
  h2 {
    color: rgb(36, 36, 36);
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  .result-item {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    h4 {
      color: rgb(36, 36, 36);
      font-size: 14px;
      font-weight: 600;
      line-height: 182%;
      letter-spacing: 0%;
      text-align: center;
    }
    p {
      color: rgb(36, 36, 36);
      font-size: 28px;
      font-weight: 700;
      line-height: 34px;
      letter-spacing: 0%;
      text-align: center;
    }
  }
}
.reviews {
  margin-top: 170px;
  .title {
    font-family: "Red Hat Display", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
  .description {
    color: rgb(85, 90, 101);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: 16px;
  }
}

.reviews-swiper {
  margin-top: 40px;
  .swiper-slide {
    border: 1px solid rgb(238, 242, 246);
    border-radius: 16px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
      0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    background: rgb(255, 255, 255);
    padding: 34px 51px 40px 33px;
  }
  .star-container {
    margin-bottom: 25px;
    img {
      width: 20px;
      height: 20px;
      object-fit: cover;
    }
  }
  .text {
    color: rgb(85, 90, 101);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 23px;
  }
  .autor-info {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    img {
      width: 48px;
      height: 48px;
      object-fit: cover;
      border-radius: 50%;
    }
  }
  .autor {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .name {
    color: rgb(36, 36, 36);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
  .position {
    color: rgb(85, 90, 101);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
  .swiper-button-prev {
    left: -50px;
  }
  .swiper-button-next {
    right: -50px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #f39900;
    border-radius: 50%;
    padding: 10px;
    &:after {
      font-size: 20px;
      color: white;
    }
  }
}
.blog {
  margin-top: 170px;
}
.grid-post {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 40px;
}
.blog-item {
  & > img {
    width: 100%;
    border-radius: 20px;
    height: 238px;
    object-fit: cover;
  }
  .info {
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(85, 90, 101);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
  }
  h3 {
    max-width: 70%;
    font-family: "Red Hat Display", serif;
    color: rgb(36, 36, 36);
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
  }
  p {
    max-width: 70%;
    margin-top: 10px;
    color: rgb(85, 90, 101);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
  }
  .link_post {
    margin-top: 15px;
    color: rgb(243, 153, 0);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.contact-section {
  margin-top: 170px;
  .container {
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
      0px 7px 19px -4px rgba(16, 24, 40, 0.08);
    background: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contact-content {
    padding-right: 140px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
  .contact-title {
    font-family: "Red Hat Display", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
  }
  p {
    color: rgb(85, 90, 101);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: left;
  }
  .contact-link {
    border-radius: 1000px;
    padding: 19px 64px;
    width: fit-content;
    background: rgb(243, 153, 0);
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .contact-image {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 20px;
  }
}
footer {
  margin-top: 170px;
  .title {
    font-size: 28px;
  }
  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .logo {
    max-width: 140px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .form {
    padding-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    input {
      border: 1px solid rgb(238, 242, 246);
      border-radius: 8px;
      background: rgb(255, 255, 255);
      padding: 24px;
      color: rgb(166, 166, 166);
      font-size: 16px;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0px;
      min-width: 389px;
    }
    input[type="submit"] {
      cursor: pointer;
      margin-left: 15px;
      padding: 19px 34px;
      min-width: auto;
      font-weight: 600;
      color: rgba(36, 36, 36, 1);
      font-weight: 600;
      width: fit-content;
      border-radius: 1000px;
      border: none;
      background: rgb(243, 153, 0);
    }
  }
  .social_list {
    margin-top: 79px;
    margin-bottom: 73px;
  }
  .copiright {
    color: rgb(166, 166, 166);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.hero_post {
  margin-top: 40px;
}
.container-post {
  max-width: 850px;
}

.autor_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.autor_img {
  width: 56px;
  border-radius: 50%;
  height: 56px;
}
.autor_details {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555a65;
}
.autor_name {
  font-family: "Red Hat Display", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #f39900;
}
.post_title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Red Hat Display", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #232536;
  margin-bottom: 20px;
}
.hero_img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.content {
  padding-left: 20px;
  padding-right: 20px;
  color: #555a65;
}
.post_grid {
  margin-top: 170px;
  .info {
    max-width: 100%;
  }
  h3 {
    max-width: 100%;
  }
  p {
    max-width: 100%;
  }
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.contact_section .container {
  margin-top: 160px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact_info {
  max-width: 456px;
  h1 {
    font-family: "Red Hat Display", serif;
    color: rgb(36, 36, 36);
    font-size: 44px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
  }
  p {
    margin-top: 15px;
    color: rgb(85, 90, 101);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: left;
  }
  ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    img {
      width: 20px;
    }
    li {
      color: rgb(85, 90, 101);
      font-size: 16px;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0px;
      text-align: left;
      display: flex;
      gap: 10px;
      align-items: center;
    }
  }
}
.contact_form {
  display: flex;
  justify-content: center;

  .forms {
    width: 100%;
    max-width: 456px;
    display: flex;
    flex-direction: column;
  }
  label {
    color: rgb(85, 90, 101);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
  }
  input {
    margin-top: 5px;
    padding: 14px 24px;
    color: rgb(166, 166, 166);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    border: 1px solid rgb(238, 242, 246);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    margin-bottom: 15px;
  }
}
.popup_modal_container {
  overflow: hidden;
  visibility: hidden;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  .popup_modal {
    overflow: auto;
    position: relative;
    max-width: 1054px;
    max-height: 90%;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0px 8px 8px -4px rgba(10, 13, 18, 0.04),
      0px 20px 24px -4px rgba(10, 13, 18, 0.1);
    background: rgb(255, 255, 255);
  }
  .close_popup {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
  .popup-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .popup-content {
  }
  .popup-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    h2 {
      color: rgb(36, 36, 36);
      font-family: Helvetica;
      font-size: 20px;
      line-height: 140%;
      letter-spacing: 0%;
      text-align: left;
    }
    h4 {
      font-family: Helvetica;
      font-size: 16px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0%;
      text-align: left;
      color: #555a65;
    }
    .thin {
      color: #a6a6a6;
      font-weight: 300;
    }
    .status {
      font-family: Helvetica;
      font-size: 16px;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: left;
      color: #a6a6a6;
      span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-weight: 700;
        color: #009d3c;
      }
    }
    p {
      font-family: Helvetica;
      font-size: 16px;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: left;
      color: #a6a6a6;
    }
    span {
      font-family: Helvetica;
      font-size: 16px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0%;
      text-align: left;
      color: #555a65;
    }
  }

  .popup-image img {
    width: 100%;
    max-height: 237px;
  }
  .names,
  .names .return {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    color: rgb(166, 166, 166);
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .item-table {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    color: rgb(36, 36, 36);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eef2f6;
  }
  .bottom_popup {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .parameter {
    font-weight: 600;
  }
  .return {
    color: #009d3c;
  }
  .bottom_popup {
    margin-top: 40px;
    color: rgb(36, 36, 36);
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: left;
  }
  .cashflow-amount {
    color: #009d3c;
  }
  .cta-button {
    margin-top: 0;
  }
}
.active_popup {
  visibility: visible;
}
@media (max-width: 1300px) {
  .hero {
    min-height: 600px;
  }
  .title {
    font-size: 28px;
  }
  .colum-two {
    padding: 0 43px;
  }
  .main-heading {
    font-size: 36px;
  }
  .investment-section {
    margin-top: 100px;
  }
  .investment-section-swiper {
    & .swiper-slide img {
      height: 280px;
    }
    .swiper-button-prev,
    .swiper-button-next {
      width: 35px;
      height: 35px;
      font-size: 16px;
      &:after {
        font-size: 15px;
        color: white;
      }
    }
  }
  .why-investors-choose-us {
    margin-top: 100px;
  }
  .why-investors-heading {
    font-size: 20px;
  }
  .real-estate-portfolio {
    margin-top: 100px;
  }
  .portfolio-swiper {
    & .swiper-slide h3 {
      font-size: 19px;
    }
  }
  .tax-return-calculator {
    margin-top: 100px;
  }
  .calculator-intro {
    h2 {
      display: block;
      font-size: 28px;
    }
  }
  .reviews {
    margin-top: 100px;
    .title {
      font-size: 28px;
    }
  }
  .blog {
    margin-top: 100px;
    h3 {
      font-size: 19px;
    }
  }
  .grid-post {
    row-gap: 20px;
  }
  .contact-section {
    margin-top: 100px;
    .container {
      padding: 40px;
    }
    .contact-title {
      font-size: 28px;
      gap: 20px;
    }
    .contact-image {
      height: 400px;
    }
  }
  footer {
    margin-top: 100px;
  }
}

.popup_modal_contact {
  max-width: 1062px;
  width: 100%;
  max-height: 90%;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 50px;
  position: relative;
}
.grid_contact_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.column {
}
.contact_image {
  width: 100%;
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}
.title_contact_form {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Red Hat Display;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.contact_text {
  color: #555a65;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.column_form {
  display: flex;
  flex-direction: column;
}
.contact_label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555a65;
  margin-bottom: 5px;
}
.contact_input {
  width: 100%;
  padding: 14px 24px 14px 24px;
  border-radius: 8px;
  border: 1px solid #eef2f6;
  margin-bottom: 15px;
}
.contact_button {
  width: 100%;
}
.chek {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  input {
    accent-color: #f39900;
    color: white;
  }
  label {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a6a6a6;
  }
}

.success-message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.success-icon {
  width: 28px;
}
.success-title {
  font-family: Red Hat Display;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.success-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555a65;
}

.success-button {
  width: 100%;
}
.contact_page {
  input {
    width: 100%;
  }
  .calculator-button {
    margin-top: 20px;
    text-align: center;
    background: rgba(243, 153, 0, 1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(36, 36, 36, 1);

    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
@media (max-width: 1150px) {
}
@media (max-width: 978px) {
  .popup_modal_container {
    .popup-content-grid {
      display: flex;
      flex-direction: column-reverse;
    }
    .popup_modal {
      padding: 30px 20px;
    }
    & .popup-details {
      h2 {
        font-size: 16px;
      }
      span {
        font-size: 14px;
      }
      .status {
        font-size: 14px;
      }
      p {
        font-size: 14px;
      }
    }
    .item-table {
      font-size: 12px;
    }

    .names {
      margin-top: 20px;
    }
    .item-table,
    .names {
      grid-template-columns: 1.5fr 1fr 1fr;
      gap: 5px;
    }
    .names .return {
      display: none;
    }
    .bottom_popup {
      justify-content: space-between;
      flex-wrap: wrap;
      .cashflow-label,
      .cashflow-amount {
        width: 50%;
      }
      .cashflow-amount {
        text-align: right;
      }
      .cta-button {
        margin-top: 20px;
        width: 100%;
      }
    }
  }
}
@media (max-width: 950px) {
  .header {
    display: none;
  }
  .header-mob {
    display: block;
  }
  .top_header {
    background-color: #f9fafb;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 23;
  }
  .logo {
    width: 100%;
    max-width: 100px;
  }
  .burger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
  }
  .burger span {
    width: 100%;
    height: 2px;
    background-color: #242424;
    transition: all 0.3s ease;
  }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
  }
  .menu-mob {
    overflow: auto;
    position: fixed;
    top: 66px;
    right: -100%;
    width: 100%;
    height: calc(100% - 66px);
    background-color: #f9fafb;
    z-index: 22;
    display: flex;
    padding: 20px;
    padding-top: 70px;
    flex-direction: column;
    justify-content: space-between;
    transition: right ease 0.6s;
  }
  .active_menu {
    right: 0;
  }
  .hidden {
    overflow-y: hidden;
  }
  .social_list {
    justify-content: center;
    margin-top: 80px;
  }
  .menu ul {
    flex-direction: column;
    a {
      font-size: 24px;
      color: #555a65;
    }
  }
  .hero {
    padding-top: 20px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .colum-one {
    min-height: 450px;
    max-width: 100%;
    border-radius: 20px;
  }
  .colum-two {
    padding: 0;
    padding-top: 20px;
  }
  .main-heading {
    margin-top: 10px;
    display: block;
  }
  .description-hero {
    margin-top: 10px;
    max-width: 100%;
  }
  .tax-return-calculator {
    .container {
      display: flex;
      flex-direction: column;
    }
  }
  .calculator-intro {
    h2 {
      display: block;
      font-size: 22px;
    }
  }
  .reviews {
    .title {
      font-size: 22px;
    }
  }
  .grid,
  .grid-post {
    grid-template-columns: 1fr;
  }
  .contact-section {
    .container {
      display: flex;
      flex-direction: column-reverse;
      gap: 20px;
    }
  }
  .contact-section .contact-content {
    padding-right: 0;
  }
  .contact_section {
    h1 {
      font-size: 24px;
      font-weight: 600;
    }
    .container {
      margin-top: 20px;
      grid-template-columns: 1fr;
    }
  }
  .contact_form {
    .forms {
      max-width: 100%;
    }
  }
  .contact_list {
    a {
      font-size: 14px;
    }
  }
  contact_info {
    p {
      font-size: 14px;
    }
  }
  footer .title {
    font-size: 22px;
  }
  .description {
    font-size: 14px;
  }
  .blog-item {
    .info {
      max-width: 100%;
    }
    h3 {
      max-width: 100%;
    }
    p {
      max-width: 100%;
    }
  }
  .grid_contact_form {
    grid-template-columns: 1fr;
  }
  .contact_image {
    display: none;
  }
  .popup_modal_contact {
    padding: 20px;
  }
  .contact_modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-section {
    .contact-title {
      font-size: 22px;
    }
  }
  .contact_page {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
	footer {
    & .form {
        input[type="submit"] {
       		display:block;
		margin: 0 auto;
        margin-top:15px;
        }
    }
}
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  .investment-section-swiper {
    & .swiper-slide img {
      height: auto;
    }
  }
  .cta-button {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .colum-one {
    min-height: 300px;
  }
  .main-heading {
    margin-top: 25px;
    font-size: 28px;
    margin-bottom: 10px;
  }
  .image-text {
    margin-top: 25px;
  }
  .cta-button {
    width: 100%;
  }
  .title {
    font-size: 22px;
  }
  .why-investors-heading {
    font-size: 18px;
  }
  .calculator-results {
    padding: 30px;
  }
  footer {
    & .form {
      padding-top: 30px;
      input {
        width: 100%;
        min-width: 100%;
      }
    }
    .social_list {
      margin-top: 40px;
      margin-bottom: 20px;
    }
  }
  .contact-section {
    .container {
      background: none;
      padding: 20px;
      box-shadow: none;
      .contact-image {
        height: auto;
      }
    }
    .contact-link {
      margin-top: 15px;
      width: 100%;
      justify-content: center;
    }
  }
  .post_title {
    font-size: 20px;
    line-height: 26px;
  }
  .content {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-item {
    & > img {
      height: auto;
    }
  }
  .autor_img {
    width: 44px;
    height: 44px;
  }
  .post_date {
    font-size: 14px;
  }
}

.contact_button {
  cursor: pointer;
  margin-top: 23px;
  color: rgb(36, 36, 36);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 1000px;
  background: rgb(243, 153, 0);
  border: none;
  padding: 19px 64px;
  position: relative;
}

/* .wpcf7-response-output {
  display: none !important;
} */
.hidden-popup {
  display: none;
}

.visible {
  display: flex;
}
