@media (min-width: 1400px) {
    .discover_section .single_card {
        margin-bottom: 1rem;
    }
}

@media (min-width: 320px) and (max-width: 1400px) {
    .lg-container {
        /* max-width: 1251px; */
        margin: 0 auto;
        padding: 0 2rem;
    }

    .discover_section .single_card {
        margin-bottom: 1rem;
    }
}

@media (min-width: 320px) and (max-width: 1200px) {
    /* ---------------------- Hero Section start ---------------------- */
    .hero_section {
        height: auto;
        position: relative;
        padding-bottom: 60px;
    }

    .hero_section-bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .hero_section-bg {
        width: 100%;
        height: 100%;
    }

    .hero_section {
        padding-top: 50px;
    }

    .hero_section .hero_section-right h1 {
        font-size: 50px;
    }

    .hero_section .hero_section-right p {
        font-size: 22px;
        line-height: 150%;
        margin-top: 10px;
        margin-bottom: 35px;
    }

    .link-btn {
        font-size: 20px;
        line-height: 1.5;
        border-radius: 6px;
        padding: 15px 19px;
    }

    .hero_section .hero_section-left img {
        /* display: block; */
        /* max-width: 418px; */
        max-width: 318px;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    /* ---------------------- Hero Section end ---------------------- */
    /* --------- Skills Section start --------- */
    .skills_section {
        padding: 40px 0;
    }

    .section-title {
        /* font-size: 42px */
        font-size: 34px;
        line-height: 120%;
        margin-bottom: 20px;

        /* text-align: center; */
    }

    /* .skills_section .skills_section-right {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .skills_section .skills_section-right .photo-box {
    display: flex;
    flex-direction: row;
    gap: 14px;
  }
  .skills_section .skills_section-right .img-column {
    display: flex;
    flex-direction: row;
    gap: 14px;
  } */
    .skills_section .skills_section-right {
        width: max-content;
        max-width: 500px;

        /* margin-left: auto; */
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .skills_section .skills_section-right .photo-box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .skills_section .skills_section-right .img-column {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .skills_section .skills_section-left p {
        font-family: "Gilroy";
        font-weight: 500;
        font-size: 20px;
        line-height: 160%;
        color: #212121;
        margin-bottom: 1rem;
    }

    /* --------- Skills Section end --------- */
    /* --------- Solver Section start --------- */
    .solver_section {
        /* padding: 80px 0; */
        padding: 50px 0;
    }

    .sm-container {
        max-width: 1070px;
        padding: 0 2rem;
    }

    .solver_section p {
        /* font-size: 20px; */
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .solver_section .solver_section-photo-gallery {
        /* margin-top: 35px; */
        margin-top: 25px;
        display: flex;

        /* gap: 16px; */
        gap: 14px;
    }

    .solver_section .img-column {
        /* gap: 16px; */
        gap: 14px;
    }

    /* --------- Solver Section end --------- */
    /* --------- discover Section start --------- */
    .discover_section {
        /* padding: 70px 0; */
        padding: 40px 0;
    }

    .discover_section .single_card {
        padding: 41px;
        margin-bottom: 1rem;
    }

    .discover_section .single_card h4 {
        /* font-size: 22px; */
        font-size: 18px;

        /* margin-top: 28px; */
        margin-top: 20px;
        margin-bottom: 14px;
    }

    /* --------- discover Section end --------- */
    /* --------- About Section start --------- */
    .about_section {
        /* padding: 80px 0; */
        padding: 50px 0;
    }

    .about_section .section-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about_section .author_img {
        /* margin-top: 83px; */
        margin-top: 53px;
        width: 100%;

        /* width: max-content; */
        /* margin: 0 auto; */
    }

    .about_section .about_author {
        /* padding-left: 55px; */
        padding-left: 0px;
    }

    .about_section .about_author p {
        /* font-size: 20px; */
        font-size: 18px;
        margin-bottom: 1rem;
    }

    /* --------- About Section end -------- */
    /* ----Browser section-start---- */
    .browse_section {
        height: auto;
        padding-bottom: 60px;
    }

    /* ----Browser section-End---- */
    /* --------- Footer area start --------- */
    footer {
        /* margin: 90px 0; */
        margin: 30px 0;
    }

    footer p {
        font-size: 18px;
        line-height: 160%;
    }

    /* --------- Footer area end --------- */
}

@media (min-width: 320px) and (max-width: 992px) {
    .hero_section .hero_section-right {
        padding-bottom: 50px;
    }

    .hero_section .hero_section-left img {
        display: block;
        max-width: 418px;

        /* max-width: 318px; */
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .hero_section .hero_section-right h1 {
        font-size: 36px;
        line-height: 120%;
        color: #002852;
        margin-bottom: 25px;
    }

    .hero_section .hero_section-right p {
        font-size: 20px;
        line-height: 150%;
    }

    /* ---------  Subscribe Section start --------- */
    .subscribe_section {
        padding: 60px 0;
    }

    /* ---------  Subscribe Section End ---------  *

  /* ----skill section -- */
    .skills_section .skills_section-right {
        width: max-content;
        max-width: 500px;

        /* margin-left: auto; */
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .skills_section .skills_section-right .photo-box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .skills_section .skills_section-right .img-column {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .skills_section .skills_section-left p {
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 0.5rem;
    }

    /* ---------  notified Section start --------- */
    .notified_section {
        padding-top: 60px;
    }

    .notified_section .notified_section-inner {
        padding: 54px 30px;
    }

    .notified_section .notified_section-inner h2 {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 30px;
    }

    /* ---------  notified Section End --------- */
    /* --------- Browse Section start --------- */
    .browse_section {
        height: auto;
        padding: 40px 0;
    }

    .browse_section .browse_section-left img {
        display: block;
        max-width: 499px;
        width: 100%;
        margin: 0 auto;
    }

    .browse_section-right img {
        width: 262px;
        margin-left: 45px;
    }

    .browse_section .browse_section-right h2 {
        font-family: "Gilroy";
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        color: #002852;
        margin-bottom: 16px;
    }

    .browse_section .browse_section-right p {
        font-family: "Gilroy";
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #212121;
        margin-bottom: 30px;
    }

    .link-btn {
        font-size: 20px;
        padding: 18px 20px;
    }

    /* --------- Browse Section End --------- */
    /* ------Signup_section start------ */
    .Signup_section {
        padding-top: 80px;
    }

    .Signup_section .Signup_section-left {
        text-align: center;
        padding: 57px 91px;
        background: #ffffff;
        box-shadow: 0px 20px 20px 1px rgba(193, 203, 226, 0.25);
        border-radius: 14px;
    }

    .Signup_section .Signup_section-left h2 {
        font-family: "Gilroy";
        font-weight: 500;
        font-size: 34px;
        line-height: 120%;
        text-align: center;
        color: #2d345a;
        margin-top: 36px;
        margin-bottom: 40px;
    }

    .Signup_section .Signup_section-left p {
        font-family: "Gilroy";
        font-weight: 600;
        font-size: 19px;
        line-height: 120%;
        color: #212121;
    }

    .join_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 500px;
        width: 100%;
        height: 60px;

        /* background: #f5f5f5; */
        border: 1px solid #e9ecf1;
        border-radius: 10px;
        padding-left: 15px;
        margin: 0 auto;
    }

    .join_box img {
        margin-right: 8px;
    }

    .join_box input:focus {
        outline: none;
    }

    .join_box input::placeholder {
        font-family: "Gilroy";
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: #768397;
    }

    .join_box button {
        flex-shrink: 0;
        font-family: "Gilroy";
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        padding: 14px;
        border-radius: 10px;
        border: none;
        margin-right: 5px;
    }

    /* .join_box a {
    text-decoration: none;
    flex-shrink: 0;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    border: none;
    margin-right: 5px;
  } */
    .Signup_section .Signup_section-right .Signup_section-right-img {
        max-width: 340px;
        width: 100%;
        margin-left: auto;
    }

    .Signup_section .Signup_section-right .Signup_section-right-img img {
        max-width: 340px;
        width: 100%;
        filter: drop-shadow(17px 40px 50px rgba(0, 0, 0, 0.29))
      drop-shadow(0px 36px 60px rgba(131, 133, 147, 0.36));
        margin-top: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .container {
        padding: 0 2rem;
    }

    /* ---------------------- Hero Section start ---------------------- */
    .moblile_img {
        display: block;
        max-width: 414px;
        margin: 0 auto;
    }

    .pc_section {
        display: none;
    }

    .hero_section {
        height: auto;
        position: relative;
        text-align: center;
    }

    .hero_section-bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .hero_section-bg {
        width: 100%;
        height: 100%;
    }

    .hero_section {
        padding-top: 50px;
    }

    .hero_section .hero_section-right h1 {
        font-size: 35px;
    }

    .hero_section .hero_section-right p {
        font-size: 20px;
        line-height: 150%;
        margin-top: 10px;
        margin-bottom: 35px;
    }

    .link-btn {
        font-size: 18px;
        line-height: 1.5;
        border-radius: 6px;
        padding: 12px 14px;
    }

    .hero_section .hero_section-left img {
        display: block;

        /* max-width: 418px; */
        max-width: 318px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    /* ---------------------- Hero Section end ---------------------- */
    /* ---------  Subscribe Section start --------- */
    .subscribe_section {
        padding: 50px 0;
    }

    .subscribe_section .subscribe_section-inner h2 {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .subscribe_section .app_wrapper {
        display: flex;
        gap: 16px;
    }

    .subscribe_section .app_wrapper .single_app {
        padding: 22px 10px;
        width: 250px;
        gap: 5px;
    }

    .subscribe_section .app_wrapper .single_app p {
        font-size: 19px;
    }

    /* ---------  Subscribe Section End --------- */
    /* --------- Skills Section start --------- */
    .skills_section {
        padding: 40px 0;
    }

    .lg-container {
        max-width: 1070px;
        padding: 0 2rem;
    }

    .section-title {
        /* font-size: 42px */
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 20px;
        text-align: center;
    }

    .skills_section .skills_section-left p {
        /* font-size: 19px; */
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 1rem;
    }

    .skills_section .skills_section-right {
        width: max-content;

        /* margin-left: auto; */
        /* width: 100%; */
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .skills_section .skills_section-right .photo-box {
        display: flex;

        /* gap: 16px; */
        gap: 14px;
    }

    .skills_section .skills_section-right .img-column {
        display: flex;
        flex-direction: row;

        /* gap: 16px; */
        gap: 14px;
    }

    /* --------- Skills Section end --------- */
    /* --------- Solver Section start --------- */
    .solver_section {
        /* padding: 80px 0; */
        padding: 50px 0;
    }

    .sm-container {
        max-width: 1070px;
        padding: 0 2rem;
    }

    .solver_section p {
        /* font-size: 20px; */
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .solver_section .solver_section-photo-gallery {
        /* margin-top: 35px; */
        margin-top: 25px;
        display: flex;

        /* gap: 16px; */
        /* gap: 14px; */
        column-gap: 14px;
    }

    .solver_section .img-column {
        /* gap: 16px; */
        gap: 14px;
    }

    /* --------- Solver Section end --------- */
    /* --------- discover Section start --------- */
    .discover_section {
        /* padding: 70px 0; */
        padding: 40px 0;
    }

    .discover_section .single_card {
        padding: 41px;
        margin-bottom: 1rem;
    }

    .discover_section .single_card h4 {
        /* font-size: 22px; */
        font-size: 18px;

        /* margin-top: 28px; */
        margin-top: 20px;
        margin-bottom: 14px;
    }

    /* --------- discover Section end --------- */
    /* --------- About Section start --------- */
    .mobile_title {
        display: block;
    }

    .pc_title {
        display: none;
    }

    .about_section {
        /* padding: 80px 0; */
        padding: 50px 0;
    }

    .about_section .section-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about_section .author_img {
        /* margin-top: 83px; */
        /* width: 100%; */
        width: max-content;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .about_section .about_author {
        /* padding-left: 55px; */
        padding-left: 0px;
    }

    .about_section .about_author p {
        /* font-size: 20px; */
        font-size: 18px;
        margin-bottom: 1rem;
    }

    /* --------- About Section end -------- */
    /* ---------  notified Section start --------- */
    .notified_section {
        padding-top: 50px;
    }

    .notified_section .notified_section-inner {
        padding: 45px 30px;
    }

    .notified_section .notified_section-inner h2 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 30px;
    }

    /* ---------  notified Section End --------- */
    /* ------Signup_section start------ */
    .Signup_section {
        padding-top: 50px;
    }

    .Signup_section .Signup_section-left {
        text-align: center;
        padding: 57px 91px;
        background: #ffffff;
        box-shadow: 0px 20px 20px 1px rgba(193, 203, 226, 0.25);
        border-radius: 14px;
    }

    .Signup_section .Signup_section-left h2 {
        font-family: "Gilroy";
        font-weight: 500;
        font-size: 26px;
        line-height: 120%;
        text-align: center;
        color: #2d345a;
        margin-top: 36px;
        margin-bottom: 40px;
    }

    .Signup_section .Signup_section-left p {
        font-family: "Gilroy";
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color: #212121;
    }

    .Signup_section .Signup_section-left .join_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 515px;
        width: 100%;
        height: 55px;
        background: #f5f5f5;
        border: 1px solid #e9ecf1;
        border-radius: 10px;
        padding-left: 15px;
        margin: 0 auto;
    }

    .Signup_section .Signup_section-left .join_box img {
        margin-right: 8px;
    }

    .Signup_section .Signup_section-left .join_box input {
        height: 50px;
        border: none;
        background: #f5f5f5;
        width: 85%;
    }

    .Signup_section .Signup_section-left .join_box input:focus {
        outline: none;
    }

    .Signup_section .Signup_section-left .join_box input::placeholder {
        font-family: "Gilroy";
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: #768397;
    }

    .Signup_section .Signup_section-left .join_box a {
        text-decoration: none;
        flex-shrink: 0;
        font-family: "Gilroy";
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #ffffff;
        padding: 14px;
        border-radius: 10px;
        border: none;
        background: #72bb63;
        margin-right: 3px;
    }

    /* --------- Browse Section start --------- */
    .browse_section {
        height: auto;
        padding: 40px 0;
    }

    .browse_section-right img {
        width: 262px;
        margin-left: 20px;
    }

    .browse_section .browse_section-right {
        text-align: center;
    }

    .browse_section .browse_section-right h2 {
        font-family: "Gilroy";
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        color: #002852;
        margin-bottom: 16px;
    }

    .browse_section .browse_section-right p {
        font-family: "Gilroy";
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #212121;
        margin-bottom: 30px;
    }

    .link-btn {
        font-size: 20px;
        padding: 18px 20px;
    }

    /* --------- Browse Section End --------- */
    /* --------- Footer area start --------- */
    footer {
        /* margin: 90px 0; */
        margin: 0;
    }

    footer p {
        font-size: 18px;
        line-height: 160%;
    }

    /* --------- Footer area end --------- */
}

@media (min-width: 320px) and (max-width: 650px) {
    .subscribe_section .app_wrapper {
        display: flex;
        gap: 16px;
    }

    .subscribe_section .app_wrapper .single_app {
        padding: 20px 10px;
        width: 200px;
        gap: 5px;
    }

    .subscribe_section .app_wrapper .single_app p {
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .container {
        padding: 0 1rem;
    }

    /* ---------------------- Hero Section start ---------------------- */
    .hero_section {
        height: auto;
        position: relative;
    }

    .hero_section {
        padding-top: 40px;
    }

    .hero_section .hero_section-right h1 {
        font-size: 28px;
    }

    .hero_section .hero_section-right p {
        font-size: 16px;
        line-height: 150%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .link-btn {
        font-size: 16px;
        line-height: 1.5;
        border-radius: 6px;
        padding: 12px 14px;
    }

    .hero_section .hero_section-left img {
        /* display: block; */
        /* max-width: 418px; */
        /* max-width: 318px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px; */
    }

    .hero_section .hero_section-right .moblile_img {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .join_box {
        max-width: 515px;
        width: 100%;
        height: 50px;
        padding-left: 10px;
    }

    .join_box img {
        margin-right: 5px;
    }

    .join_box input {
        /* width: 87%; */
        height: 50px;
    }

    .join_box input::placeholder {
        font-size: 12px;
    }

    .join_box button {
        text-decoration: none;
        flex-shrink: 0;
        font-size: 14px;
        padding: 10px;
        margin-right: 5px;
    }

    /* .join_box a {
    text-decoration: none;
    flex-shrink: 0;
    font-size: 14px;
    padding: 10px;
    margin-right: 5px;
  } */
    /* ---------------------- Hero Section end ---------------------- */
    /* ---------  Subscribe Section start --------- */
    .subscribe_section {
        padding: 50px 0;
    }

    .subscribe_section .subscribe_section-inner {
        padding: 30px;
    }

    .subscribe_section .subscribe_section-inner h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .subscribe_section .app_wrapper {
        display: flex;
        gap: 16px;
    }

    .subscribe_section .app_wrapper .single_app {
        padding: 20px 10px;
        width: 200px;
        gap: 5px;
    }

    .subscribe_section .app_wrapper .single_app p {
        font-size: 16px;
    }

    /* ---------  Subscribe Section End --------- */
    /* --------- Skills Section start --------- */
    .skills_section {
        padding: 40px 0;
    }

    .lg-container {
        max-width: 1070px;
        padding: 0 1rem;
    }

    .section-title {
        /* font-size: 42px */
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 20px;
        text-align: center;
    }

    .skills_section .skills_section-left p {
        /* font-size: 19px; */
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 1rem;
    }

    .skills_section .skills_section-right {
        /* width: max-content; */
        /* margin-left: auto; */
        width: 100%;
    }

    .skills_section .skills_section-right {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .skills_section .skills_section-right .photo-box {
        display: flex;

        /* gap: 16px; */
        gap: 10px;
    }

    .skills_section .skills_section-right .img-column {
        display: flex;
        flex-direction: row;

        /* gap: 16px; */
        gap: 10px;
    }

    /* --------- Skills Section end --------- */
    /* --------- Solver Section start --------- */
    .solver_section {
        /* padding: 80px 0; */
        padding: 50px 0;
    }

    .sm-container {
        max-width: 1070px;
        padding: 0 1rem;
    }

    .solver_section p {
        /* font-size: 20px; */
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .solver_section .solver_section-photo-gallery {
        /* margin-top: 35px; */
        margin-top: 25px;
        display: flex;

        /* flex-direction: column; */
        gap: 10px;
        height: 100%;
    }

    .solver_section .img-column {
        height: 100%;
        gap: 10px;
    }

    .solver_section .img-column img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* --------- Solver Section end --------- */
    /* --------- discover Section start --------- */
    .discover_section {
        /* padding: 70px 0; */
        padding: 40px 0;
    }

    .discover_section .single_card {
        padding: 41px;
        margin-bottom: 1rem;
    }

    .discover_section .single_card h4 {
        /* font-size: 22px; */
        font-size: 18px;

        /* margin-top: 28px; */
        margin-top: 20px;
        margin-bottom: 14px;
    }

    /* --------- discover Section end --------- */
    /* --------- About Section start --------- */
    .about_section {
        /* padding: 80px 0; */
        padding-top: 50px;
    }

    .about_section .section-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about_section .author_img {
        /* margin-top: 83px; */
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .about_section .about_author {
        /* padding-left: 55px; */
        padding-left: 0px;
    }

    .about_section .about_author p {
        /* font-size: 20px; */
        font-size: 18px;
        margin-bottom: 1rem;
    }

    /* --------- About Section end -------- */
    /* ---------  notified Section start --------- */
    .notified_section {
        padding-top: 0px;
    }

    .notified_section .notified_section-inner {
        padding: 40px 10px;
    }

    .notified_section .notified_section-inner h2 {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 30px;
    }

    /* ---------  notified Section End --------- */
    /* ------Signup_section start------ */
    .Signup_section {
        padding-top: 50px;
    }

    .Signup_section .Signup_section-left {
        text-align: center;
        padding: 50px;
        background: #ffffff;
        box-shadow: 0px 20px 20px 1px rgba(193, 203, 226, 0.25);
        border-radius: 14px;
    }

    .Signup_section .Signup_section-left h2 {
        font-family: "Gilroy";
        font-weight: 500;
        font-size: 22px;
        line-height: 120%;
        text-align: center;
        color: #2d345a;
        margin-top: 24px;
        margin-bottom: 30px;
    }

    .Signup_section .Signup_section-left p {
        font-family: "Gilroy";
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color: #212121;
    }

    .Signup_section .Signup_section-left .join_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
        height: 52px;
        background: #f5f5f5;
        border: 1px solid #e9ecf1;
        border-radius: 10px;
        padding-left: 15px;
        margin: 0 auto;
    }

    .Signup_section .Signup_section-left .join_box img {
        margin-right: 8px;
    }

    .Signup_section .Signup_section-left .join_box input {
        height: 48px;
        border: none;
        background: #f5f5f5;
        width: 85%;
    }

    .Signup_section .Signup_section-left .join_box input:focus {
        outline: none;
    }

    .Signup_section .Signup_section-left .join_box input::placeholder {
        font-family: "Gilroy";
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        color: #768397;
    }

    .Signup_section .Signup_section-left .join_box button {
        flex-shrink: 0;
        font-family: "Gilroy";
        font-weight: 700;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
        color: #ffffff;
        padding: 12px;
        border-radius: 10px;
        border: none;
        background: #72bb63;
        margin-right: 3px;
    }

    /* --------- Footer area start --------- */
    footer {
        /* margin: 90px 0; */
        margin: 0;
    }

    footer p {
        font-size: 18px;
        line-height: 160%;
    }

    /* --------- Footer area end --------- */
}
