/* ------ Medium and large devices (laptops and dekstops , 992px and up) -----*/
@media (min-width: 992px) {
  html {
    font-size: 0.52vw;
  }
  .container {
    max-width: 144rem;
  }

  .container_2xl {
    max-width: 177.7rem;
  }

  .container_xl {
    max-width: 145.5rem;
  }

  .hero_area .title1 {
    white-space: nowrap;
  }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 991px) {
  html {
    font-size: 45%;
  }

  .container {
    max-width: 720px;
  }

  .title1 {
    font-size: 8rem;
    line-height: 1.2;
  }

  .title2 {
    font-size: 6.5rem;
  }

  br {
    display: none;
  }

  /* ================ hero_area ================= */
  .hero_area .content > p {
    font-size: 3rem;
  }

  .hero_area .content {
    padding: 15rem 0;
  }

  /* ================ marketting_area ================= */
  .marketting_area .content p {
    width: 100%;
    margin-left: 0;
    padding-bottom: 3rem;
  }

  .marketting_area .row .col-lg-6:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    border: 0;
    padding-bottom: 2.2rem;
    padding-top: 2rem;
    border-bottom: 0.1rem solid #535060;
  }

  .marketting_area .section_top {
    padding-bottom: 0;
  }

  .marketting_area .row .col-lg-6:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 2.9rem;
    padding-bottom: 4.3rem;
    border-bottom: 0.1rem solid #535060;
  }

  .marketting_area .container > p {
    font-size: 2rem;
    line-height: 2.8rem;
    padding-top: 2.5rem;
  }

  .marketting_area .content img {
    max-width: 80rem;
  }

  /* ==================== success_area ===================== */
  .success_area .row {
    flex-direction: column-reverse;
    gap: 5rem;
  }

  .titles {
    max-width: 100%;
  }

  .success_area .content p {
    text-align: center;
  }

  .success_area .content p br {
    display: none;
  }

  .succes {
    max-width: 70rem;
    margin: 0 auto;
  }

  .success_area .col-lg-6 {
    display: flex;
  }

  /* ================== */
  .industries_blocks {
    flex-direction: column;
  }

  .industry_block {
    max-width: 100%;
    height: 7.6rem;
  }

  .preview_box {
    justify-content: flex-start;
  }

  .preview_box h6 {
    width: auto;
  }

  .preview_box {
    padding: 1.2rem;
    height: calc(100% - 2.2rem);
    width: calc(100% - 2.2rem);
    justify-content: flex-start;
  }

  .plus_minus.v2 {
    z-index: 1;
    top: 3rem;
    right: 2.2rem;
    display: flex;
    height: 1.6rem;
  }

  .industry_block.active {
    max-width: 100%;
    height: 28.1rem;
  }

  .industries_icon1 img {
    width: 5.1rem;
  }

  .industries_info_inner {
    grid-template-columns: 5.5rem 1fr;
    gap: 1.5rem;
  }

  .framework_area .row {
    gap: 2rem;
  }

  .framework_content {
    margin: 0 auto;
  }

  .toggled_menu_icon {
    cursor: pointer;
  }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 767px) {
  html {
    font-size: 45%;
  }

  body {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  :root {
    --MenuHeight: 13.6rem;
  }

  .container {
    padding: 0 2rem;
  }

  /* ================= Site header ================= */
  .site_header {
    position: fixed;
    width: 100%;
  }

  .logo_lg {
    display: none;
  }

  .logo_sm {
    display: block;
    width: 3.9rem !important;
  }

  .site_header .button {
    height: 3.5rem;
    padding: 0 1.1rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .title3 {
    font-size: 2rem;
  }

  .title2 {
    font-size: 3.6rem;
    line-height: 1;
  }

  /* ================= Mobile menu ================= */
  .toggled_menu {
    display: flex;
  }

  .ml_28 {
    margin-left: 2.8rem;
  }

  .mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #050514;
    top: 0;
    left: -100%;
    transition: 0.35s ease-out;
    opacity: 0;
    overflow-y: auto;
  }

  .mobile_menu::-webkit-scrollbar {
    display: none;
    scrollbar-width: 0;
  }

  .menu_active .mobile_menu {
    left: 0;
    opacity: 1;
  }

  .mobile_menu_toggle {
    cursor: pointer;
  }

  .mobile_menu_toggle img {
    width: 3rem;
    -webkit-filter: brightness(0) saturate(100%) invert(95%) sepia(23%)
      saturate(4505%) hue-rotate(75deg) brightness(85%) contrast(80%);
    filter: brightness(0) saturate(100%) invert(95%) sepia(23%) saturate(4505%)
      hue-rotate(75deg) brightness(85%) contrast(80%);
  }

  .mobile_menu_toggle {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
  }

  .mobile_menu_logo {
    display: block;
  }

  .mobile_menu_logo img {
    width: 20rem;
  }

  .primary_menu {
    flex-direction: column;
    align-items: baseline;
    gap: 0.8rem;
    padding: 3rem 0;
    border-radius: 1.5rem;
    margin-right: 0;
    margin-bottom: 4.5rem;
    display: flex;
  }

  .primary_menu a {
    position: relative;
    height: 5rem;
    align-items: center;
    width: 100%;
    display: flex;
    line-height: 1;
    padding: 0 2rem;
    background: #373746;
    border-radius: 1rem;
  }

  .primary_menu a:hover {
    background: #414152;
  }

  .mobile_menu_logo .logo_lg {
    display: block !important;
  }

  .logo {
    width: 24rem;
  }

  .mobile_menu_top {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }

  .mobile_menu .button {
    width: calc(100% - 4rem);
    height: 6rem;
    border-radius: 1rem;
    position: absolute;
    left: 2rem;
    bottom: 2rem;
  }

  /* ================= hero_area ================ */
  .hero_area {
    height: auto;
  }

  .title1 {
    font-size: 6.4rem;
    line-height: 7rem;
  }

  .hero_area .content {
    padding: 6.2rem 0 12rem;
  }

  .hero_area .content > p {
    font-size: 2.6rem;
    line-height: 3.6rem;
    padding: 1.4rem 0 4.7rem;
  }

  .button {
    padding: 0 2.6rem;
  }

  /* ============ marketting_area ============ */
  .marketting_area {
    padding-bottom: 10rem;
    padding-top: 0;
  }

  /* ============ success_area ============ */
  .content h6 {
    font-size: 2.95rem;
  }

  .content h2 {
    font-size: 8.92rem;
  }

  .content h5 {
    font-size: 3.267rem;
  }

  .content h3 {
    font-size: 8.92rem;
  }

  .success_area .content p {
    padding-top: 1.7rem;
    text-align: left;
    line-height: 2.6rem;
  }

  .sm_txt {
    font-weight: 700;
    font-size: 3.717rem;
    line-height: 100%;
  }

  /* ============ service_area ============ */
  .service_area {
    padding-top: 5rem;
    padding-bottom: 14rem;
  }

  .service_area .row {
    --bs-gutter-y: 2rem;
    position: relative;
    margin-bottom: 0;
  }

  .service_icon img {
    width: 2.7rem;
  }

  .service_box {
    grid-template-columns: 2.7rem 1fr;
    gap: 2.3rem;
    padding: 2.4rem;
    border-radius: 1.5rem;
    height: 8.8rem;
    min-height: auto;
  }

  .service_desc {
    opacity: 0;
    transition: 0.25s ease;
    transition-delay: 0s;
    pointer-events: none;
    transform: translateY(1rem) scale(0.95);
    padding-right: 3rem;
  }

  .service_arrow {
    display: none;
  }

  .service_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8.8rem;
    transform: translateY(-2.4rem);
  }

  .service_btn h5 {
    padding-bottom: 0;
  }

  .service_icon {
    height: 8.8rem;
    display: flex;
    align-items: center;
    transform: translateY(-2.4rem);
  }

  .service_box.active {
    height: 31.3rem;
    border-color: #099bff;
    box-shadow: 0px 0px 30px 0px #017fe694;
  }

  .service_box.active .service_desc {
    opacity: 1;
    transition: 0.25s;
    transition-delay: 0.35s;
    pointer-events: all;
    transform: translateY(-3.5rem) scale(1);
  }

  .service_box .plus_minus {
    filter: brightness(0) saturate(100%) invert(41%) sepia(90%) saturate(765%)
      hue-rotate(170deg) brightness(101%) contrast(106%);
    display: flex !important;
  }

  .service_desc .p1 {
    letter-spacing: 0.01em;
  }

  .mobile_line {
    position: absolute;
    width: 6.1rem;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 90%;
    padding: 0;
  }

  .service_box.active .plus_minus .plus {
    display: none;
  }

  .service_box.active .plus_minus .minus {
    display: block !important;
  }

  .service_btn h5 {
    font-size: 2.4rem;
  }

  .service_stars {
    display: none;
  }

  .service_bg {
    bottom: -4rem;
    filter: brightness(0.56);
  }

  /* ================ industries_area ================ */
  .industries_area .section_top h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-weight: 500;
    padding-bottom: 1.5rem;
  }

  .industries_area .section_top h2 .underline {
    display: inline-block;
  }

  .industries_area .section_top p {
    text-align: left;
  }

  .industries_area .section_top {
    padding-bottom: 1.5rem;
  }

  .industries_info h4 {
    font-size: 2.5rem;
  }

  .industries_icon img {
    width: 5rem;
  }

  .industries_info_inner {
    grid-template-columns: 5rem 1fr;
    gap: 1.5rem;
  }

  .industry_block.active {
    padding: 3.2rem 2.3rem;
  }

  .industry_block {
    padding: 0 2.3rem;
  }

  .industries_box_img {
    width: 50rem;
  }

  /* =============== framework_area ================ */
  .framework_area {
    padding: 9rem 0 8rem;
    position: relative;
  }

  .framework_area .col-lg-6:first-child img {
    border-radius: 1rem;
    border: 0.1rem solid #535060;
  }

  .framework_titiles p {
    font-size: 2.818rem;
  }

  .framework_titiles h2 {
    font-size: 6.365rem;
  }

  .framework_titiles h3 {
    font-size: 3.096rem;
  }

  .framework_titiles h1 {
    font-size: 11.412rem;
  }

  .framework_bg_sm {
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    top: -1.2rem;
    width: 100vw;
  }

  /* =============== technologies_area ================ */
  .technologies_area {
    padding-bottom: 8.2rem;
  }

  .marquee {
    height: 6.1rem;
    border-top: 0.1rem solid rgb(83, 80, 96, 1);
    border-bottom: 0.1rem solid rgb(83, 80, 96, 1);
  }

  .technologies_area h5 {
    font-size: 2.6rem;
    padding-bottom: 1.5rem;
  }

  .technology img {
    width: 3.6rem;
  }

  .technology2 img {
    width: 7.6rem;
  }

  .technology3 img {
    width: 7.9rem;
  }

  .technology4 img {
    width: 9.4rem;
  }

  .technology5 img {
    width: 8rem;
  }

  .technology6 img {
    width: 8.2rem;
  }

  .technology7 img {
    width: 9.2rem;
  }

  .technology8 img {
    width: 8rem;
  }

  .technology9 img {
    width: 8.5rem;
  }

  .technology10 img {
    width: 6.8rem;
  }

  .technology11 img {
    width: 8.5rem;
  }

  .technology12 img {
    width: 8rem;
  }

  .technology13 img {
    width: 7.5rem;
  }

  .js-marquee {
    gap: 3rem;
  }

  /* ==================== contact_form_area ===================== */
  .contact_form_area {
    padding-bottom: 7.7rem;
    border-bottom: 0.1rem solid #828282;
  }

  .contact_form_area .section_top h5 {
    font-weight: 500;
    padding: 0 1rem;
    padding-bottom: 1.5rem;
  }

  .contact_form_area .section_top {
    padding-bottom: 4rem;
  }

  .contact_form {
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .contact_form .row {
    margin-bottom: 4.5rem;
  }

  .contact_form_area .button {
    width: 100%;
    height: 8.2rem;
    font-size: 2.4rem;
    border-radius: 1rem;
  }

  .contact_bg {
    bottom: -39rem;
  }

  /* ==================== Accordion area ==================== */
  .accordion_area .section_top h5 {
    font-weight: 500;
    padding-bottom: 0;
  }

  .accordion_area .section_top {
    padding-bottom: 2.4rem;
  }

  .accordion_area {
    padding: 14.3rem 0 7rem;
  }

  .accordion_button h6 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .accordion_button {
    padding: 2.3rem 2.9rem 2.2rem 1.5rem;
  }

  .accordion-body {
    padding: 2.6rem 2.9rem 4.6rem 4.1rem;
  }

  .accordion_two {
    gap: 1rem;
  }

  .accordion_wrap h4 {
    font-size: 3.6rem;
    padding-bottom: 1rem;
  }

  .accordion_wrap.pb_60 {
    padding-bottom: 4rem;
  }

  .accordion.pb_60 {
    padding-bottom: 4rem;
  }

  /* ================= Footer area ================== */
  .footer_section {
    background: url(../img/footer_bg3.png) no-repeat scroll bottom center / cover;
  }

  .footer_cont_link.pt_20.pb_25 {
    padding: 1.9rem 0 1.8rem;
  }

  .footer_section .container .row {
    gap: 2.8rem;
    padding: 4.1rem 0 4.9rem;
  }

  .footer_right ul li a {
    font-size: 1.8rem;
  }

  .copywrite {
    padding-top: 2.8rem;
    font-size: 1.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .footer_section {
    padding-bottom: 5.4rem;
  }
}

/*----- xs devices (landscape phones, 575px and down) -----*/
@media (max-width: 575px) {
  html {
    font-size: 2.2727vw;
  }

  .container {
    padding: 0 2rem;
    max-width: 100%;
  }
}
