@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap");
@media (min-width: 768px) {
  .container_css {
    padding: 0 8.5%;
  }
  .header {
    height: 100px;
  }
  .header .header__download-btn a {
    background: linear-gradient(330.57deg, #FEC104 23.45%, #FFE092 118.03%);
    color: #000000 !important;
    font-weight: 700;
  }
  .header ul li a {
    padding: 7px;
    border-radius: 20px;
    font-size: 16px;
  }
  .header .header__logo {
    flex: 1;
  }
  .header .header__logo img {
    width: 174px;
  }
  .header .nav {
    flex: 4;
  }
  .header .nav .header__nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .nav .header__nav ul li a {
    color: #808080;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
  }
  .header .nav .header__nav ul li a.active {
    background-color: #FFDF92;
    color: #2E2E2E;
    font-weight: 700;
    padding: 7px 25px;
  }
  .header .header__download-btn a {
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 16px;
    color: #000000;
  }
  .header .header__mobile-nav {
    display: none;
  }
  .header .header__burger-menu {
    display: none;
  }
  main .top_section {
    padding: 150px 0 130px;
    background-image: url(../images/mainBg.jpg);
  }
  main .top_section .head_txt {
    font-size: 50px;
    padding: 0 15%;
  }
  main .top_section .dawnload_txt {
    font-size: 28px;
    width: 1200px;
    margin: auto;
    margin-top: 120px;
  }
  main .top_section .application_section {
    margin-top: 40px;
    gap: 25px;
  }
  main .top_section .application_section img {
    width: 180px;
  }
  main .second_section h2 {
    font-size: 40px;
    margin-top: 70px;
  }
  main .second_section .features_section {
    height: 295px;
    margin-top: 115px;
  }
  main .second_section .features_section .container_css {
    gap: 30px;
    top: -56px;
  }
  main .second_section .features_section .container_css .features {
    width: 25%;
    height: 240px;
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
  }
  main .second_section .features_section .container_css .features img {
    margin-bottom: 30px;
  }
  main .second_section .features_section .container_css .features p {
    font-size: 24px;
    width: 85%;
  }
  main .slider_section h2 {
    font-size: 40px;
    margin-bottom: 70px;
  }
  main .slider_section .features_section .slider .features {
    width: 322px !important;
    height: 307px;
    align-items: flex-start;
    padding: 0 35px;
    padding-top: 15px;
    box-shadow: 4px 5px 12px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
  }
  main .slider_section .features_section .slider .features p {
    font-weight: 500;
    font-size: 20px;
    color: #1C1C1E;
    text-align: left;
    line-height: 25px;
  }
  main .slider_section .features_section .slider .features .user {
    display: flex;
    align-items: center;
    margin-top: 25px;
  }
  main .slider_section .features_section .slider .features .user img {
    margin-bottom: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
  }
  main .slider_section .features_section .slider .features .user h6 {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 800;
    font-size: 18px;
    color: #2E2E2E;
  }
  main .third_section .container_css .app_working_section img {
    width: 50%;
    height: -moz-max-content;
    height: max-content;
    margin-top: 60px;
  }
  main .third_section .container_css .app_working_section .app_work {
    padding-left: 90px;
    width: 50%;
  }
  main .third_section .container_css .app_working_section .app_work h3 {
    font-size: 40px;
  }
  main .third_section .container_css .app_working_section .app_work .working_section .steps_sections {
    margin-top: 25px;
  }
  main .third_section .container_css .app_working_section .app_work .working_section .steps_sections .step_info h4 {
    font-size: 24px;
  }
  main .forth_section {
    margin-bottom: 70px;
  }
  main .forth_section h2 {
    font-size: 40px;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  main .forth_section .faq_section {
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 70px 40px;
  }
  main .forth_section .faq_section .faq {
    width: 48%;
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
  }
  main .forth_section .faq_section .faq details summary {
    font-size: 24px;
  }
  main .fifth_section {
    padding: 60px 0 70px;
  }
  main .fifth_section h2 {
    font-size: 40px;
  }
  main .fifth_section .bg-darkDesaturatedBlue {
    font-weight: 800;
  }
  main .fifth_section .bg-slightlyDarkerDesBlue {
    font-weight: 800;
  }
  main .fifth_section .count_bottom {
    transform: translateY(-46px);
  }
  main .fifth_section .count_top {
    transform: translateY(-46px);
  }
  main .fifth_section .count_top1 {
    transform: translateY(45px);
  }
  main .terms_section {
    padding: 40px 0;
  }
  main .terms_section h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  footer {
    padding: 80px 0 0;
  }
  footer .footer_top_section {
    padding-bottom: 50px;
    border-bottom: 1px solid #E0E0E0;
  }
  footer .footer_top_section .sides {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  footer .footer_top_section .sides.left_side .soc_section {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
  footer .footer_top_section .sides.left_side .soc_section img:hover {
    transform: scale(1.5);
    transition: 0.5s;
  }
  footer .footer_top_section .sides.right_side {
    align-items: flex-end;
  }
  footer .footer_top_section .sides.right_side img {
    width: 326px;
  }
  footer .footer_top_section .sides.right_side h4 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  footer .footer_top_section .sides.right_side .application_section {
    gap: 21px;
  }
  footer .footer_top_section .sides.right_side .application_section img {
    width: 150px;
  }
  footer .footer_bootom_section {
    justify-content: space-between;
    padding: 30px 0;
  }
  footer .footer_bootom_section nav ul {
    display: flex;
    gap: 50px;
  }
  footer .footer_bootom_section nav ul li {
    display: flex;
  }
  footer .footer_bootom_section nav ul li img {
    margin-right: 15px;
  }
  footer .footer_bootom_section .soc_section {
    display: none;
  }
}/*# sourceMappingURL=web.css.map */