@media (min-width: 1025px) {
  .dropdown:hover .dropdown_menu li {
    display: block;
  }

  .dropdown:hover .dropdown_menu li {
    display: block;
  }

  .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: -1;
    padding: 0px;
  }

  .dropdown_menu li {
    display: none;
    color: #000000;
    background-color: #ffffff;
    font-size: 17px;
    opacity: 0;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1710px;
  }
  .container.container_1440 {
    max-width: 1440px;
}
}

@media screen and (max-width: 1699px) {
  h1 {
      font-size: 65px;
  }

  .banner_content {
      max-width: 700px;
      padding: 150px 0px 10px;
  }
  .banner_inner {
    height: auto;
    min-height: 100vh;
  }

}

@media (max-width: 1599px) {

  h1 {
    font-size: 70px;
  }

    .banner_content {
        max-width: fit-content;
    }
  :root {
    --size20: 18px;
    --size24: 20px;
    --size15: 14px;
}
.why_matrix_box {
  padding: 60px;
}
.why_matrix_box .text_col {
  padding-right: 40px;
}
.menu_item>.menu_link {
padding: 15px 30px;
}
.container_full {
padding-left: 40px;
padding-right: 40px;
}
.languahe_col {
padding-left: 0px;
}
.languahe_col .cta {
padding: 12px 33px;
}
.size65 {
font-size: 50px;
}
.size52 {
font-size: 42px;
}

.size70 {
font-size: 60px;
}

.target_grid h4 {
font-size: 24px;
}

.size60 {
font-size: 50px;
}

.ai_box {
padding: 60px 10px 0px 60px;
border-radius: 40px;
}

.ai_box .box_inner .bar_head h4 {
font-size: 20px;
}

.ai_box .box_inner h4 {
font-size: 28px;
}

.ai_box .box_head h5 {
font-size: 20px;
}
.cmp_goal_chat_wrap {
border-radius: 40px;
padding: 60px 35px 35px;
}
.campaign_bar_wrap {
margin-bottom: -40px;
}
.campaign_bar_wrap .campaign_bar_box {
gap: 12px;
}

.slider_sec .slick-list.draggable {
padding: 0px 10% !important;
}
.client_data p {
font-size: 32px;
line-height: 1.3;
}
.clients_slider {
padding: 80px 0px 20px;
}
.faq-content p {
font-size: 20px;
line-height: 1.5;
}
.marketing_content h2 {
font-size: 60px;
line-height: 1.2;
}
.contact-footer h3 {
font-size: 42px;
line-height: 1.2;
}

.bottom-footer {
padding: 50px 0px;
}
.last-col {
padding-left: 10px;
}
.faq_sec .accordion-title {
font-size: 24px;
padding: 35px;
}
.in_customer_sec {
padding: 60px;
}
.cards {
padding: 40px;
border-radius: 25px;
align-items: center;
}
.h_info {
font-size: 30px;
}
.info .para {
font-size: 20px;
}
html[dir="rtl"] .ai_box {
  padding: 60px 60px 0px 0px;
}
html[dir="rtl"] 
.ai_box.elevate_box {
  padding-left: 10px;
}
}

@media(max-width:1366px){
.animated_serach_wrap {
  margin-left: -30px;
}
.advertising_wrap {
  padding: 80px 50px 0px 50px;
}

section.light {
  margin-top: -1px;
}
.ad_cmp_box {
  padding: 70px;
  min-width: 1100px;
}
}

@media(max-width:1199px){
.in_customer_sec {
  padding: 60px 60px 230px 60px;
}

.in_customer_sec .row {
  flex-direction: column;
}

.in_customer_sec .row > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.ad_cmp_box {
  min-width: 800px;
  padding: 50px;
}

.ad_cmp_head.flex_head .graph_box img {
  max-width: 290px;
}

.ad_cmp_head h2 {
  font-size: 32px;
}

.chat_row .cart_labels {
  padding-left: 13px;
}

.ai_box .box_inner .bar_head h4 {
  font-size: 15px;
}

.campaign_bar_wrap .target_icon {
  width: 60px;
  min-width: 60px;
}

.campaign_bar_wrap .campaign_bar_box {
  width: calc(100% - 60px);
}

.cmp_progress_bar {
  height: 10px;
}

.campaign_bar_wrap {
  border-radius: 15px;
}

.size52 {
font-size: 36px;
}

.size70 {
font-size: 50px;
}

.target_grid h4 {
font-size: 20px;
}

.size60 {
font-size: 40px;
}

.marketing_content h2 {
  font-size: 50px;
}

.size70 {
  font-size: 50px;
}

.bottom-footer p {
  font-size: 18px;
}

.footer-wrapper {
  padding: 60px;
}

.footer-wrapper ul li a {
  font-size: 15px;
}

.footer-txt p {
  font-size: 15px;
}

.tab-content-wrp h5 {
  font-size: 32px;
  line-height: 1.2;
}
}

@media(max-width:1024px){
html[dir="rtl"] button.header_toggle {
  margin-left: 0px;
  margin-right: auto;
}
/* Hide the dropdown menu by default */
.dropdown_menu-4 {
display: none;
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease, opacity 0.5s ease;
opacity: 0;
}

/* Show the dropdown menu when the 'show' class is added */
.dropdown_menu-4.show {
display: block;
max-height: 500px; /* Adjust based on content height */
opacity: 1;
}

/* Style when dropdown is active */
.dropdown-4.active .dropdown_toggle {
transform: rotate(180deg); /* Rotate the arrow icon */
transition: transform 0.5s ease;
}
.dropdown_menu-4 {
position: absolute;
top: 100%;
padding: 0px;
margin: 0px;
width: 200px;
left: 0px;
}
.dropdown_menu .menu_link {
line-height: 1.5;
padding: 10px 15px;
display: block;
width: 100%;
background-color: #ffffff;
}
.languahe_col .cta {
font-size: 16px;
}
.banner_inner {
height: auto;
}
.bottom_button {
margin-bottom: 0px;
}
button.header_toggle {
  display: block;
  margin-left: auto;
}

.header_menu .menu_wrapper{
position: absolute;
top: 100%;
left: 0px;
width: 100%;
background-color: #ffffff;
}
.header_menu .menu {
  display: block;
  width:100%;
}

header.site_header .container_full {
  position: static;
}

.site_header .row, .site_header .row > div {
  position: static;
}
.header_menu .menu .menu_item {
  width: 100%;
}
.menu_item>.menu_link {
  color: #000000;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  padding: 10px 15px;
}
.menu_item>.menu_link span.dropdown_toggle img.togle_doenc {
  filter: invert(1);
}

/* Default state: hide menu */
.header_menu .menu_wrapper {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease;
}

/* Menu shown when active */
.header_menu .menu_wrapper.show {
max-height: 500px; /* Adjust this value based on your menu height */
}

/* Hamburger button styles */
.header_toggle {
background: none;
border: none;
cursor: pointer;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

/* Bars in the button */
.bar {
display: block;
height: 3px;
transition: 0.5s ease;
}

/* Transform bars into cross */
.header_toggle.active .bar1 {
transform: rotate(45deg) translate(5px, 6px);
}

.header_toggle.active .bar2 {
opacity: 0;
}

.header_toggle.active .bar3 {
transform: rotate(-45deg) translate(5px, -6px);
}

.dropdown_menu-4 {
position: static;
width: 100%;
padding-left: 20px;
list-style: none;
}

.header_menu .menu .menu_item {
display: block;
}

.dropdown_menu-4 li {
animation: none !important;
}

.container_full {
padding-left: 30px;
padding-right: 30px;
}

}

@media(max-width:991px){
h1 {
  font-size: 50px;
}
  :root {
    --size20: 16px;
    --size24: 16px;
    --size15: 14px;
}

.banner_content .button_wrapper {
  margin-top: 30px;
}

.banner_content {
  max-width: 60%;
}

.cta {
  font-size: 14px;
  padding: 12px 30px;
}

.languahe_col {
  padding-right: 0px;
}
.site_header .logo_col {
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
max-width: 120px;
padding-right: 0px;
}
.header_wrapper .languahe_col {
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
max-width: 120px;
}

.header_wrapper .nav_col {
-webkit-box-flex: 0;
-ms-flex: inherit;
flex: inherit;
max-width: calc(100% - 240px);
}

.languahe_col .cta img.lang_icon {
display: none;
}
.p_120 {
padding: 50px 0px;
}

.icon_box {
padding: 25px;
}

.blue_box_inner {
padding: 25px;
}

.size52 {
font-size: 32px;
}

.size70 {
font-size: 36px;
}

.target_grid h4 {
font-size: 18px;
}

.size60 {
font-size: 32px;
}

.marketing_content h2 {
font-size: 38px;
}

.size70 {
font-size: 40px;
}

.logo_head_col h4 {
font-size: 18px;
}

.logo_slider_wrap .logo_head_col {
width: 300px;
min-width: 300px;
}

.logo_slider_wrap .logo_wrap {
width: calc(100% - 300px);
}

.logo_slider .slick-track {
gap: 40px;
}

.logo_slide img {
width: 100%;
max-width: 130px;
}

.row.left_right_grid {
flex-direction: column;
gap: 40px;
}

.row.left_right_grid > div {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.mt-50 {
margin-top: 20px;
}

.row.ai-row {
flex-direction: column;
gap: 40px;
}

.row.ai-row > div {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.ai_box.inovate_box {
max-width: 95%;
}

.footer-wrapper > .row {
flex-direction: column;
gap: 30px;
}

.footer-wrapper > .row > div {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.row.social-media {
padding-top: 30px;
text-align: center;
}

.footer-txt {
text-align: center;
}
.social-media {
text-align: center;
}
.social-media h6 {
text-align: center;
}
.social-icon ul {
justify-content: center;
}
.contact-footer h3 {
font-size: 32px;
}
.contact-mail label {
font-size: 16px;
}
.banner_inner img.banner_laptop {
position: static;
transform: translateY(0px);
width: 100%;
}
.banner_content {
max-width: 100%;
}
.ad-tabination .d-flex {
flex-direction: column;
gap: 30px 0px;
}

div#v-pills-tabContent {
padding-left: 0px;
}
.contact-mail .form-group {
padding: 15px 20px;
border-radius: 9px;
}
.banner_inner {
min-height: inherit;
}

.ad_smp_slide {
padding: 0px 0px;
}

.ad_cmp_box {
padding: 35px;
border-radius: 25px;
width: 700px;
min-width: inherit;
}

.ad_cmp_head h4 {
font-size: 32px;
margin: 0px 0px 20px;
}

.ad_cmp_head h5 {
font-size: 18px;
}

.ad_cmp_slide_wrap {
gap: 0px 30px;
padding-left: 30px;
}

.ad_cmp_head.flex_head .left_text {
width: 60%;
max-width: 60%;
}

.ad_cmp_head.flex_head .graph_box {
width: 40%;
}

.ad_cmp_head h2 {
font-size: 28px;
}

.clients_wrapper {
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}

.our_client_txt {
max-width: 100%;
}

.our_client_txt p {
font-size: 18px;
line-height: 1.5;
}

.our_client_head {
max-width: 100%;
width: 100%;
}

.client_data p {
font-size: 26px;
line-height: 1.5;
}

.clients_slider .slick-slide {
margin: 0px 10px;
}

.faq-content p {
font-size: 16px;
}

.tab-content-wrp h5 {
font-size: 28px;
}

.faq_sec .accordion-title {
font-size: 20px;
line-height: 1.3;
padding: 20px;
padding-right: 40px;
white-space: normal;
}

.custom_faq button.btn.btn-link.accordion-title:after {
width: 12px;
height: 14px;
top: 26px;
right: 15px;
}

.faq_sec .accordion-body {
padding: 15px 0px;
}
.banner_bottom_pattern img.pattern_svg_round {
  bottom: 20px;
}
html[dir="rtl"] button.header_toggle {
  margin-left: 0px;
  margin-right: auto;
}

html[dir="rtl"] div#v-pills-tabContent {
  padding-right: 0px;
  margin-top: 30px;
}
.ticker svg {
  width: 960px !important;
}
.ticker{
animation-duration: 10s !important;
}
}

@media(max-width:767px){
.animated_serach_wrap {
  margin-left: 0px;
}

.advertising_wrap {
  height: auto;
  width: 100%;
  padding: 70px 10px 10px;
}

.animated_serach_wrap .sercah_text_box {
  padding: 15px 20px;
}

.why_matrix_box {
  padding: 40px;
  border-radius: 25px;
}

.ad_cmp_box {
  width: 100%;
}

.ad_smp_slide {
  width: 520px;
  min-width: 500px;
}

.in_customer_sec {
  padding: 40px 30px 230px 30px;
}

.tab-box-shadow {
  width: 100%;
}

.ad-tabination .nav-link {
  width: 100%;
  max-width: 100%;
}

.size65 {
  font-size: 35px;
}

.custom_faq .card {
  margin-top: 20px;
}

.custom_faq {
  padding-top: 0px;
}

.marketing_wrapper.p_120 {
  padding-top: 60px;
}

.ticker_section .section_head {
  width: 100%;
}

.ticker_outer:before {
  width: 10%;
  left: -6px;
}

.ticker_outer:after {
  width: 10%;
}

.plateform_section .section_inner {
  max-width: 100%;
}

.plateform_section .section_head {
  width: 100%;
}

.mb-50 {
  margin-bottom: 20px;
}

.icon_box p {
  max-width: 100%;
}

h3.blue_subhead {
  font-size: 20px;
}

.logo_slider_wrap {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px 0px;
  padding-bottom: 40px;
}

.logo_slider_wrap .logo_head_col {
  width: 100%;
  text-align: center;
  min-width: inherit;
  padding: 0px;
  border: 0px;
}

.logo_slider_wrap .logo_wrap {
  width: 100%;
}
.logo_slider .slick-list {
  padding: 0px 20px !important;
}

.logo_slider .slick-track {
  gap: 25px;
}

.mt-60 {
  margin-top: 30px;
}

.footer-wrapper > .row {
  margin: 0px;
}

.footer-wrapper > .row > div {
  padding: 0px;
}

.footer-wrapper .services-col .row {
  margin: 0px;
  gap: 30px 0px;
}

.footer-wrapper .services-col .row > div {
  padding: 0px;
}

.footer-wrapper {
  padding: 40px;
  border-radius: 25px;
}
.why_matrix_box .row {
gap: 20px 0px;
}
.pt-120 {
padding-top: 50px;
}
a.footer-cta {
padding: 12px 45px;
}
.bottom_button {
margin: 30px 0px;
}
.container_full {
padding-left: 15px;
padding-right: 15px;
}
.languahe_col {
padding-right: 10px;
}
.languahe_col .cta {
font-size: 14px;
padding: 10px 30px;
}
.graph_tab_nav li a {
padding: 5px 10px;
}

.graph_tabs {
padding: 0px 20px 20px;
}
.graph_tab_nav ul {
gap: 2px;
}
.header_wrapper .row {
  margin: 0px;
}
.why_matrix_box .text_col {padding-right: 0px;}

html[dir="rtl"] .logo_slider_wrap .logo_head_col {
  padding: 0px;
  border: 0px;
}
html[dir="rtl"] .ai_box.inovate_box {
  width: 100%;
}
.bottom-footer .row {
  gap: 20px;
  text-align: center;
  justify-content: center;
}
html[dir="rtl"] .ai_box {
  padding: 45px 35px 5px 5px;
}


}

@media(max-width:600px){
.cards {
  padding: 30px;
  flex-direction: column;
  gap: 10px 0px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cards .info {
  width: 100%;
  padding: 0px;
}

.in_customer_sec {
  border-radius: 25px;
  padding-bottom: 300px;
}

.ai_box {
  padding: 35px;
}

.campaign_bar_wrap {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.campaign_bar_wrap .target_icon {
  width: 40px;
  min-width: 40px;
}

.campaign_bar_wrap .campaign_bar_box {
  width: calc(100% - 40px);
  padding-left: 10px;
}

.ai_box .box_inner .bar_head h4 {
  font-size: 13px;
}

.cmp_goal_chat_wrap {
  padding: 20px;
  border-radius: 25px;
}

.chat_row {
  flex-direction: column;
  gap: 20px 0px;
  align-items: flex-start;
}

.chat_row .pie_chart {
  width: 100%;
}

.chat_row .cart_labels {
  width: 100%;
  padding: 0px;
}
.ai_box.elevate_box {
padding: 50px 35px 35px;
border-radius: 25px;
}

.ai_box.inovate_box {
padding: 45px 5px 0px 35px;
border-radius: 25px;
}

.ai_box {
border-radius: 35px;
}

.ai_box .box_inner h4 {
font-size: 24px;
}

.ai_box .box_head h5 {
font-size: 16px;
}

.banner_bottom_pattern img.pattern_svg_round {
bottom: 17px;
}
.slider_sec .slick-list.draggable {
padding: 0px !important;
}
.client_data p {
font-size: 20px;
}
.client_profile {
padding-top: 30px;
}
.marketing_btn {
gap: 15px;
flex-direction: column;
margin-top: 20px;
}
.marketing_content h2 {
font-size: 32px;
}
.size65 {
font-size: 28px;
}
.our_client_head h2 {
font-size: 32px;
}
.tab-content-wrp h5 {
font-size: 24px;
}
.ad-tabination .nav-link {
font-size: 18px;
line-height: 1.3;
font-weight: 600;
padding: 20px;
border-radius: 12px;
}

.size70 {
font-size: 34px;
}
.camp-hd {
margin-bottom: 20px;
}
.size60 {
font-size: 28px;
}
.campaign_assistant_section .section_head {
width: 100%;
}
.banner_inner img.banner_laptop {
display: none;
}
h1 {
font-size: 35px;
margin: 0px 0px 5px;
}
.graph_tab_nav {
transform: translateY(-10px);
}

.graph_tab_nav ul {
flex-direction: column;
gap: 10px;
}
}

@media  (max-width:575px) {
.bottom-footer {
  padding: 30px 0px;
}
.contact-footer {
  padding: 40px 0px;
}
.bottom-footer .row {
  gap: 20px;
  text-align: center;
}
div#chartdiv {
  height: 360px;
}
}



