@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1800px) {
  .second_section {
    margin-top: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1600px) {
  .container_relative {
    background-color: green;
  }

  .absolute_phone_image {
    top: 0;
  }

  .second_section {
    padding-top: 100px;
  }
  .why_us_container {
    /* height: 400px; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1490px) {
  .whyus .work-card.in-touch,
  .whyus .work-card.review {
    padding: 0px 75px 70px 110px;
  }

  .features .feature-content .feature-info {
    padding: 0px 65px;
  }

  .try-zennifly .try-zennifly-img {
    position: absolute;
    top: -16%;
    right: 11%;
  }

  .container_relative {
    background-color: green;
  }
  .absolute_phone_image {
    left: 50%;
  }

  .why_us_container {
    /* height: 400px; */
    margin-left: auto;
    margin-right: auto;
  }

  .footer .footer-socials .app-download {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 1299px) {
  .container_relative {
    background-color: green;
  }

  .absolute_phone_image {
    /* height: 650px; */
  }

  .why_us_container {
    /* height: 400px; */
    margin-left: auto;
    margin-right: auto;
  }

  .second_section {
    padding-top: 80px;
    margin-top: 0px;
  }

  .whyus {
    margin-top: 30px;
    padding-top: 70px;
  }
  .faq {
    padding-top: 80px;
  }

  .footer .footer-socials .app-download {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .page-head {
    min-height: 550px;
  }

  /*header*/

  .nav .nav-menu,
  .nav > .nav-button {
    display: none;
  }

  .btn-sign-up {
    display: block;
  }

  .mobile-menu-open .nav-menu .nav-button {
    display: block;
  }

  .nav-mobile-menu {
    height: 24px;
    width: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .nav-mobile-menu .line {
    display: block;
    height: 3px;
    width: 100%;
    background: #182022;
  }

  .nav-mobile-menu .line1 {
    transform-origin: 0 0;
    transition: transform 0.4s ease-in-out;
  }

  .nav-mobile-menu .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .nav-mobile-menu .line3 {
    transform-origin: 0 100%;
    transition: transform 0.4s ease-in-out;
  }

  .nav .nav-menu .nav-button button.btn {
    font-size: 1.1em;
  }

  .mobile-menu-open .nav-mobile-menu {
    background-color: #fdf2e5;
  }

  .mobile-menu-open .nav-mobile-menu .line1 {
    transform: rotate(45deg);
    transform-origin: 2px 7px;
  }

  .mobile-menu-open .nav-mobile-menu .line2 {
    transform: scaleY(0);
  }

  .mobile-menu-open .nav-mobile-menu .line3 {
    transform: rotate(-45deg);
    transform-origin: 2px -4px;
  }

  .mobile-menu-open {
    overflow: hidden;
  }

  .nav-menu .nav-links {
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 50px;
  }

  .nav-menu .nav-links .nav-link {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .nav-menu .nav-links li + li {
    margin-left: 0;
  }

  .nav .nav-menu .nav-button {
    text-align: center;
    margin-top: 30px;
  }

  .mobile-menu-open nav .nav-menu {
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25% 11%;
    overflow-y: scroll;
  }

  .nav-menu .btn-sign-up a,
  .nav-menu .nav-link.login {
    border: 1px solid #1f1f39;
    border-radius: 40px;
    padding: 0 12px;
    line-height: 48px;
    min-width: 180px;
    width: 100%;
    margin: auto;
    text-decoration: none;
    display: block;
  }

  .nav-menu .nav-link.login {
    margin-top: 50px;
  }

  .nav-menu .btn-sign-up a {
    margin-top: 24px;
    background-color: #0e7dff;
    color: #fff;
    border: none;
  }

  .nav .nav-menu .nav-button {
    margin-top: 20px;
    margin-left: 0;
  }

  .nav .nav-menu .nav-button button.btn {
    padding: 15px 60px;
  }

  .brand-partner img {
    width: 80%;
  }

  .whyus {
    margin-top: 100px;
    padding-top: 0px;
  }

  .whyus .work-center {
    width: 300px;
    height: 300px;
    margin-left: 0;
  }

  .whyus .working-content {
    margin-top: 100px;
    padding-top: 0px !important;
  }

  .whyus .work-card.setup,
  .whyus .work-card.demo {
    padding: 0;
    padding-bottom: 25px;
  }

  .whyus .work-card.in-touch,
  .whyus .work-card.review {
    padding: 0;
    padding-bottom: 25px;
  }

  .whyus .work-center-img img {
    width: 75%;
  }

  .faq {
    padding-top: 70px;
  }

  .faq-content-wrap {
    padding: 0;
  }

  .try-zennifly {
    padding-top: 220px;
  }

  .try-zennifly .try-content {
    padding: 60px 60px 80px 80px;
  }

  .app-download div {
    height: 80px;
    display: block;
  }

  .app-download div a span {
    margin-left: 5px;
  }

  .try-zennifly .try-zennifly-img {
    top: -14%;
    right: 6%;
  }

  .try-zennifly .try-zennifly-img img {
    width: 85%;
  }

  .why_us_container {
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
  }

  .why_us_container h3 {
    font-size: 0.8rem;
  }

  .absolute_phone_image {
    width: 25%;
  }

  .second_section {
    margin-top: 50px;
    padding-top: 50px;
  }

  .footer .footer-socials .app-download {
    flex-direction: column;
    gap: 0rem;
  }
}

@media screen and (max-width: 991px) {
  .hp-1 .banner-section .app-download {
    margin-bottom: 10px;
  }

  .whyus .section-subtitle {
    padding-bottom: 50px;
  }

  .whyus p {
    font-size: 15px;
  }

  .whyus .work-card.in-touch,
  .whyus .work-card.review {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .whyus .work-card.setup,
  .whyus .work-card.demo {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .work-center-img {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .whyus .work-card .steps-para {
    width: 250px;
    color: white;
  }

  .whyus h6 {
    font-size: 20px;
  }

  .why-zennifly {
    margin-top: 130px;
  }

  .why-features-cards {
    margin-top: -9px;
    margin-left: 0px;
  }

  .why-zennifly .why-cards .why-card {
    margin-bottom: 40px;
  }

  .why-zennifly .why-cards p {
    padding: 0 130px;
  }

  .why-features-cards .why-feature {
    position: relative;
    top: -40%;
    margin: auto;
    margin-bottom: 50px;
  }

  .why-zennifly .why-cards {
    margin-bottom: 0;
  }

  .try-zennifly .try-content {
    padding: 60px 60px 80px 55px;
  }

  .try-zennifly .try-content .section-subtitle {
    padding-right: 220px;
  }

  .try-zennifly .try-content .app-download {
    flex-direction: column;
  }

  .try-zennifly .try-zennifly-img {
    top: 22%;
    right: -3%;
  }

  .try-zennifly .try-zennifly-img img {
    width: 75%;
  }

  .footer {
    text-align: center;
    padding-bottom: 90px;
    padding-top: 100px;
  }

  .footer h5 {
    display: none;
  }

  .footer .footer-start {
    margin-bottom: 50px;
  }

  .footer .footer-socials {
    margin-top: 50px;
  }

  .footer .footer-socials .social-icon {
    justify-content: center;
  }

  .footer .footer-socials .app-download {
    flex-direction: column;
  }

  .whyus {
    margin-top: 50px;
    padding-top: 50px;
  }

  .why_us_container {
    /* height: 250px; */
    margin-left: auto;
    margin-right: auto;
  }

  .why_us_container h3 {
    font-size: 20px;
    font-weight: 400;
  }

  .container_relative {
    background-color: green;
  }
  .absolute_phone_image {
    left: 50%;
    top: 20%;
    width: 25%;
  }

  .second_section {
    margin-top: 50px;
    padding-top: 50px;
  }

  .whyus .working-content {
    margin-top: 0px;
  }
  .try-zennifly {
    padding-top: 80px;
  }

  .footer_Zennifly {
    position: absolute;
    font-size: 5rem;
    font-weight: 800;
    left: 50%;
    z-index: auto;
    opacity: 0.03;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .card {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding: 5rem;
    background: #fff;
    height: 400px;
    width: 800px;
    border: #fff;
  }
  .page-head h2 {
    font-size: 50px;
    text-align: center;
  }

  .section-title {
    line-height: 41px;
    font-size: 35px;
  }

  .section-subtitle {
    line-height: 20px;
  }

  .app-download {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .app_btn_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .banner-section h1 {
    font-size: 3.3em;
    line-height: 55px;
  }

  .banner-section p {
    margin-bottom: 20px;
  }

  .phone_screen_shot {
    width: 70%;
    height: 50%;
    margin: 1rem auto;
  }
  .phone_screen_shot img {
    display: block;
    width: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    height: 80%;
    margin: 0 auto;
  }
  .whyus .section-subtitle {
    padding: 0 40px;
  }

  .whyus .section-subtitle br {
    display: none;
  }

  .whyus > div > h3 {
    font-size: 40px;
  }

  .work-center-img {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .whyus .working-content {
    margin-top: 25px;
    padding-top: 25px;
  }

  .whyus .work-card .steps-para {
    padding: 0 40px;
    font-size: 14px;
    color: white;
  }

  .whyus .how-footer p {
    padding: 0 50px;
  }

  .why-zennifly {
    margin-top: 100px;
  }

  .why-zennifly .why-zennifly-content {
    padding: 40px 25px;
  }

  .why-zennifly .section-subtitle br {
    display: none;
  }

  .why-zennifly .why-cards {
    margin: 45px 0;
  }

  .why-zennifly .why-cards h6 {
    font-size: 20px;
  }

  .why-zennifly .why-cards p {
    padding: 0 45px;
    font-size: 14px;
  }

  .faq .section-title {
    margin-bottom: 35px;
  }

  .faq .qa-content {
    flex-direction: column;
    gap: 18px;
  }

  .faq .qa-content .question {
    font-size: 20px;
    text-align: center;
  }

  .faq .qa-content .answer {
    font-size: 16px;
    padding-right: 0px;
    text-align: center;
    font-family: "Inter";
  }

  .faq .qa-content .answer::before {
    display: none;
  }

  .try-zennifly {
    padding-top: 150px;
  }

  .try-zennifly .try-zennifly-img {
    width: 100%;
    text-align: center;
  }

  .try-zennifly .try-zennifly-img img {
    height: 100%;
    width: 60%;
  }

  .try-zennifly .try-content {
    padding: 380px 15px 40px 25px;
  }

  .try-zennifly .try-content .section-subtitle {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .try-zennifly .try-content .section-title {
    text-align: center;
  }

  .try-zennifly .try-content .section-subtitle br {
    display: none;
  }

  .try-zennifly .try-zennifly-img {
    top: -12%;
    right: 0%;
  }

  .footer {
    font-size: 20px;
  }

  .footer .footer-socials h6 {
    font-size: 20px;
  }

  .footer .footer-socials .social-icon {
    font-size: 25px;
  }

  .absolute_phone_image {
    left: 50%;
    top: 20%;
    width: 25%;
  }

  .faq_qa_container {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .try-content h3 {
    margin-top: 10rem;
  }
  .why_us_container {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
  }

  .footer_Zennifly {
    position: absolute;
    font-size: 5rem;
    font-weight: 800;
    transform: translate(-50%, 0);
    z-index: auto;
    opacity: 0.03;
  }
}
@media screen and (max-width: 600px) {
  .absolute_phone_image {
    left: 50%;
    top: 20%;
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .app_btn_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 4rem auto;
  }
  header .logo a {
    font-size: 2rem;
    font-weight: 800;
  }

  .phone_screen_shot {
    width: 70%;
    margin: 0 auto;
  }

  #container_relative {
    display: none;
  }

  .whyus {
    margin-top: 25px;
    padding-top: 25px;
  }

  .why_us_container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
  }

  .whyus .working-content {
    margin-top: 50px;
    padding-top: 0;
  }

  .whyus .subtitle {
    font-size: 1rem;
    text-align: center;
  }

  .second_section {
    margin-top: 25px;
    padding-top: 25px;
  }

  .try-zennifly .try-content .section-title {
    text-align: center;
    margin: 0 0;
  }
  .try-content h3 {
    margin-top: 10rem;
  }

  .try-zennifly .try-content .section-subtitle {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .faq {
    margin-top: 25px;
    padding-top: 25px;
  }

  .footer {
    padding-top: 50px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 400px) {
  .second_section {
    margin-top: 0px;
    padding-top: 0px;
  }
}
