@media screen and (max-width: 1199.99px) {
  .download_section_heading {
    font-size: 36px;
    line-height: 1.5;
  }

  .download_section_heading.fs-36 {
    font-size: 28px !important;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_1 {
    right: 20%;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_2 {
    left: 10%;
  }

  .golive_section .animation_part {
    max-width: 500px;
    max-height: 500px;
  }

  .missed_connetction_section .text_content .fancy_heart_shape_absolute {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .about-us-section-banner {
    padding: 100px 0px;
  }
}

@media (max-width: 1400px) {
  .golive_section .animation_part .image_content img {
    max-width: 180px;
  }
}

@media (max-width: 1299px) {
  .contact-us-section .contact-us-section-content .img-wrapper img {
    max-width: 440px;
  }

  .about-us-section-content .img_wrapper {
    height: 380px;
  }
}

@media screen and (max-width: 991px) {
  .nav_menu {
    position: fixed;
    flex-direction: column;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 320px;
    background: linear-gradient(160deg,
        #00c9ff 0%,
        rgba(255, 139, 203, 0.7) 70%);
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5rem 1.5rem;
    z-index: 10000;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    transition: all 0.3s ease-in-out;
  }
  .product-overview-section .app_modules_box.module-first{
     max-width: 100%;
  }
  .nav_menu.show-menu {
    right: 0;
  }

  .nav_menu li:last-child {
    margin-top: 4px;
  }

  .nav_menu li {
    padding: 1rem 0;
  }

  .nav_menu li a {
    color: #fff !important;
    font-weight: 400;
    font-size: 20px !important;
  }

  .nav_menu li a.active {
    position: relative;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
  }

  .nav_menu li a.active::after {
    position: absolute;
    content: "";
    top: 100%;
    height: 4px;
    width: 100%;
    background-color: #92fe9d;
    animation: activeLinkUnderline 0.3s ease-in-out 0s 1 normal both running;
  }

  .responsive_menu_open_btn {
    display: flex;
  }

  .responsive_menu_close_btn {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 50px;
    background: linear-gradient(136deg, #92fe9d 0%, #00c9ff 100%);
    border-bottom-left-radius: 50px;
    text-align: center;
    padding-left: 15px;
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  }

  .download_section {
    height: 860px;
  }

  .download_col_left {
    align-items: center;
  }

  .hero_section .text_content {
    margin-top: 80px;
  }

  .hero_section .text_content .download_btn {
    margin-top: 40px;
  }

  .hero_section {
    padding: 100px 0px 100px 0px !important;
  }

  .its_match_card .image_wrapper img {
    width: 240px;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_2 {
    left: 0%;
  }

  .hero_section {
    min-width: unset;
  }

  .download_section .absolute_funny_cartoon {
    top: 40% !important;
    left: -2% !important;
  }

  .download_section .absolute_funny_cartoon img {
    max-width: 140px;
  }

  .download_section_heading {
    text-align: center;
  }

  .download_section_heading {
    font-size: 32px;
  }

  .download_section_heading.fs-36 {
    font-size: 24px !important;
  }

  .contact-us-section .contact-us-section-content .img-wrapper img {
    max-width: 400px;
  }

  .about-us-section-banner .main_title {
    font-size: 36px;
  }

  .about-us-section-banner .sub_title {
    font-size: 24px;
  }

  .about-us-section-content h4 {
    font-size: 18px;
  }

  .about-us-section-banner {
    padding: 60px 0px;
  }

  .about-us-section-banner .sub_title {
    font-size: 18px;
  }

  .about-us-section-content .content_with_image .img_wrapper {
    height: 340px;
  }
   .about-us-section-content .img_wrapper{
      height: 320px;
  }
  .contact-us-section .contact-us-section-content .text-content .main-heading{
    font-size: 36px !important;
  }
  .contact-us-section .contact-us-section-content .text-content .sub_heading_grad{
    font-size: 24px !important;
  }
  .contact-us-section .contact-us-section-content .text-content .sub_heading{
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767.99px) {
  .download_section_heading {
    font-size: 32px;
  }

  .hero_section .text_content h2 {
    font-size: 36px;
  }

  .swiper_section .couple_cards_wrapper .heart_postion_icon {
    top: 50%;
  }

  .its_match_card .image_wrapper.image_2 {
    margin-top: 60px;
  }

  .comming_soon_text_fancy.fs-80 {
    font-size: 60px;
  }

  .golive_section .golive_section_content .text_content .text_with_fancy_gun .gun_image {
    max-width: 160px;
  }

  .swiper_section .swiper_section_content .title {
    font-size: 34px !important;
  }

  .swiper_section .swiper_section_content .sub_text {
    font-size: 18px;
    margin-bottom: 24px !important;
  }

  .swiper_section .swiper_section_content .sub_text2 {
    font-size: 28px;
  }

  .swiper_section .swiper_typo_image_wrapper img {
    max-width: 280px;
  }

  .swiper_section {
    padding: 60px 0px !important;
  }

  .download_section .absolute_funny_cartoon {
    top: 40% !important;
    left: -8% !important;
  }

  .download_section .absolute_funny_cartoon img {
    max-width: 140px;
  }

  .download_section .download_col_right img {
    max-width: 320px;
  }

  .contact-us-section .contact-us-form .submit_btn {
    width: 100%;
    min-width: 100%;
  }
  .about-us-section-content .img_wrapper{
    width: 100%;
    margin-bottom: 16px;
}
.investors-section .investors-section-video-wrapper{
  max-width: 100%;
  height:400px;
}

}

@media screen and (max-width: 567.99px) {

  .golive_section .animation_part {
    width: 500px;
    height: 500px;
  }

  .swiper_section .swiper_section_content .typo_image img {
    width: 240px;
  }

  .comming_soon_text_fancy.fs-80 {
    font-size: 48px;
  }

  .golive_section .golive_section_content .text_content .text_with_fancy_gun .gun_image {
    max-width: 120px;
  }

  .swiper_section .swiper_typo_image_wrapper img {
    max-width: 280px;
  }

  .download_section .absolute_funny_cartoon {
    top: 40% !important;
    left: 2% !important;
  }

  .download_section .absolute_funny_cartoon img {
    max-width: 120px;
  }

  .download_section .download_col_right img {
    max-width: 280px;
  }

  .contact-us-section .contact-us-section-content .img-wrapper img {
    max-width: 380px;
  }
  .about-us-section-content h3{
    font-size: 24px;
  }
  .about-us-section-content.section_gap{
    padding: 40px 0px;
  }
  .contact-us-section .contact-us-section-content .text-content .main-heading{
    font-size: 32px !important;
  }
  .contact-us-section .contact-us-section-content .text-content .sub_heading_grad{
    font-size: 22px !important;
  }
  .investors-section .investors-section-video-wrapper{
    max-width: 100%;
    height:340px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 768px) {
  .img_resp img {
    max-width: 480px;
  }

  .golive_section .animation_part {
    width: 400px;
    height: 400px;
  }

  .golive_section .animation_part .image_content img {
    max-width: 150px;
  }

  section.section_gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_1 {
    right: 0%;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_3 {
    right: 2%;
  }

  .golive_section .golive_info_card.gradient .gun_image {
    position: unset;
  }

  .golive_section .golive_info_card.gradient ul {
    margin-top: 20px;
  }

}

@media screen and (max-width: 576px) {
  .img_resp img {
    max-width: 380px;
  }

  .golive_section .animation_part {
    border: none;
    width: 100%;
    height: unset;
  }

  .golive_section .animation_part .orbit,
  .golive_section .animation_part .orbit2 {
    display: none;
  }

  .golive_section .animation_part .image_content {
    position: unset;
    transform: unset;
  }

  .golive_section .animation_part .image_content img {
    max-width: 220px;
  }

  .missed_connetction_section .image_content .absolute_utters {
    font-size: 18px;
    min-width: 160px;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_1 {
    right: 10%;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_3 {
    right: 20%;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_2 {
    font-size: 16px;
    min-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .img_resp img {
    max-width: 320px;
  }

  .golive_section .animation_part {
    width: 100%;
  }

  .hero_section .left_side_content .heart_postion_icon img {
    max-width: 120px;
  }

  .swiper_section .couple_cards_wrapper .heart_postion_icon img {
    max-width: 150px;
  }

  .missed_connetction_section .image_content .absolute_utters {
    font-size: 18px;
    min-width: 160px;
    padding: 10px 18px;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_1 {
    right: 0%;
  }

  .missed_connetction_section .image_content .absolute_utters.utter_3 {
    right: 20%;
  }

  .download_section .absolute_funny_cartoon {
    top: 40% !important;
    left: 2% !important;
  }

  .download_section .absolute_funny_cartoon img {
    max-width: 84px;
  }

  .download_section .download_col_right img {
    max-width: 280px;
  }

  .contact-us-section .contact-us-section-content .img-wrapper img {
    max-width: 340px;
  }

  .contact-us-section .contact-us-section-content .text-content h2.fs-32 {
    font-size: 28px;
  }

  .contact-us-section .contact-us-section-content .text-content p.fs-18 {
    font-size: 16px;
  }

  .contact-us-section .contact-us-form {
    padding: 16px;
    border-radius: 8px;
  }
  .investors-section .investors-section-video-wrapper{
    max-width: 100%;
    height:300px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 420px) {
  .its_match_card .image_wrapper img {
    transform: rotate(0deg) !important;
  }

  .its_match_card .image_wrapper.image_2 {
    margin-top: 0px;
  }

  .missed_connetction_section .image_content .absolute_utters {
    min-width: 120px;
    font-size: 14px;
  }

  .nav_menu {
    width: 100%;
  }

  .download_section .absolute_funny_cartoon {
    top: 43% !important;
  }

  .contact-us-section .contact-us-section-content .img-wrapper img {
    max-width: 280px;
  }
}

@keyframes activeLinkUnderline {}

@keyframes activeLinkUnderline {
  0% {
    width: 0%;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}