:root {
    --givonic_regular: Givonic-Regular;
    --givonic_semi_bold: Givonic-SemiBold;
    --givonic_bold: Givonic-Bold;
    --givonic_light: Givonic-Light;
    --robotoserif_italic: RobotoSerif-Italic;
    --poppins_bold: Poppins-Bold;
    --poppins_medium: Poppins-Medium;
    --poppins_medium: Poppins-Light;
    --poppins_semi_bold: Poppins-SemiBold;
    --poppins_regular: Poppins-Regular;
}

  @font-face {
    font-family: 'RobotoSerif-Italic';
    src: url("../fonts/RobotoSerif-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
.grecaptcha-badge{
  z-index: 999;
}
header.header_wrapper{
  margin-top: 0;
  background: #fff;
}
.onLoadSection header.header_wrapper{
  background: #fff;
  margin-top: 0;
}
.onLoadSection header.header_wrapper.second-active {
    margin-top: 0;
    background: #fff;
    box-shadow: 0 0 19px 20px #cacaca24;
}
.page-loader{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1111;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
section{
  position: relative !important;
  top: unset !important;
  left: unset !important;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  overflow: hidden;
}
.overlay_wrapper_sc{
  position: absolute;
  z-index: 111;
  width: 100%;
  height: 100%;
}
body {
  overscroll-behavior: none;
}
.body_fixed_background{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.body_fixed_background .mainBackground-area{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.banner_section .banner_content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner_section .swiper.bw_banner_slider{height: 100vh;}
.banner_section{height: 100vh;}
.banner_section .heading-centerPageT{position: relative;top: unset;left: unset;transform: none;opacity: 1;}
.banner_section .banner_slide_in{position: relative;width: 100%;height: 100%;display: flex;align-items: center;padding: 0 20px;justify-content: center;}
.banner_section .sldie_content_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
}
.swiper_slide_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bw_banner_mob_slider{
  width: 100%;
  height: 100%;
}
.banner_inner_warpper{
  position: relative;
  width: 100%;
  height: 100%;
}
.banner_item{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
    transition: opacity 0.5s ease;
}
.banner_item.show {
  opacity: 1;
  pointer-events: auto;
}

.banner_section .vector_img{position: absolute;}
.banner_section .vector_img.vector_img_1{width: 105px;height: auto;left: 5%;top: 12%;}
.banner_section .vector_img.vector_img_2{width: 176px;height: auto;left: 9%;top: 25%;}
.banner_section .vector_img.vector_img_3{width: 226px;height: auto;left: 25%;bottom: 4%;}
.banner_section .vector_img.vector_img_4{width: 143px;height: auto;right: 10%;top: 43%;}
.banner_section .vector_img.vector_img_6{width: 144px;height: auto;right: 9%;top: 9%;}
.banner_section .vector_img.vector_img_7{    width: 120px; height: auto; bottom: 5%; right: 10%;}
.banner_section .banner_heading_title{max-width: 810px;width: 100%;}
.banner_section .vector_img.vector_img_15 {
    width: 5%;
    height: auto;
    right: -600px;
    top: auto;
    left: 0;
    margin: 0 auto;
    bottom: 60px;
}
.sticker-animate.show img {
  animation: buzzScaleUp 2s ease-in-out forwards;
}

.tooltip_on_top {
    height: auto;
    right: 0;
    top: auto;
    bottom: 10px;
    left: 600px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: fit-content;
    background: #ffffff85;
    padding: 10px;
    border-radius: 12px;
    opacity: 0;
    transition: all 0.5s ease;
}

.tooltip_on_top span, .tooltip_on_top p {
    display: flex;
    justify-content: center;
    font-size: 10px;
    font-family: 'Poppins-Medium';
}

.hover_sticker:hover .tooltip_on_top {
    opacity: 1;
}

@keyframes buzzScaleUp {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.banner_section .show .banner_heading_title{overflow: hidden;}
.banner_section .show .banner_heading_title h2{
animation: buzzSlideUp 2s ease-in-out forwards;
}


@keyframes buzzSlideUp {
  0% {
    transform: translate3d(0, 216px, 50px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.sticker-rotate-animate img.vector_img_12 {
  animation: rotate 3.5s linear infinite;
  /* transition: all 1.5s ease; */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-50deg) scale(0.8);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.sticker-rotate-animate img.vector_img_8 {
  animation: rotate2 3.5s linear infinite;
  /* transition: all 1.5s ease; */
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg) ;
  }
  50% {
    transform: rotate(20deg) ;
  }
  100% {
    transform: rotate(0deg) ;
  }
}

.sticker-rotate-animate img.vector_img_3 {
  animation: rotate3 8s linear infinite;
  transition: all 1.5s ease;
}
@keyframes rotate3 {
  0% {
    transform: scale(1) ;
  }
  50% {
    transform: scale(0.8) ;
  }
   100% {
    transform: scale(1) ;
  }
 
 
}

.sticker-rotate-animate img.vector_img_11 {
  animation: rotate4 5s linear infinite;
  /* transition: all 1.5s ease; */
}

@keyframes rotate4 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-50deg) scale(0.8);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.sticker-rotate-animate img.vector_img_7 {
  animation: rotate5 5s linear infinite;
  /* transition: all 1.5s ease; */
}

@keyframes rotate5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}




.banner_section .trust_brands{position: absolute;}


.video_section{
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buzz_about_video{
  transform: scale(0.5);
  border-radius: 40px;
}
.heading_sections{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes appear{
  from{
    opacity: 0;
    transform: translateY(-100px);
  }
  to{
    opacity: 0;
    transform: translateY(0);
  }
}
.heading_col{
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
.cus_container{
  width: 100%;
}
.card_grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.service-card-sec .card_grid {
    grid-template-columns: repeat(4, 1fr);
}
.em_buzzzworth_section{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 140px;
}
.card_item {
  opacity: 1;
}
.em_buzzzworth_section .em-card{transform: none;}
.stories-card-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 63px;
    margin-top: 60px;
}
.stories-cardwrap:nth-child(even) {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
}
.strories_section{
  background: #fff;
}
.transform_none{transform: none !important;}

/* stories css Starts */
  .stories-sec{
    padding: 100px 140px;
  }

  .stories-card-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 63px;
    margin-top: 60px;
}


.stories-cardwrap:nth-child(even) .stories-card {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
}
  .stories-card-video-wrap {
    height: 434px;
    width: 772px;
    margin: 25px 0;
    }

   .stories-card-heading {
   width: 100%;
  }
.stories-card-title {
    color: #000;
    font-family: var(--poppins_semi_bold);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.96px;
}
.stories-card-subtitle {
    color: #000;
    font-family: "Poppins-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: -0.72px;
}
.stories-card-list {
    display: flex;
    margin-top: 20px;
}
.stories-card-listitem p {
    color: #000;
    font-family:"RobotoSerif-Regular";
    font-size: 30px;
    font-style: italic;

    font-weight: 450;
    line-height: 34px;
    letter-spacing: -1.44px;
}

.stories-card-listitem span {
    color: #000;
    font-family: "Poppins-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 34px;
    letter-spacing: -1.12px;
}

.stories-card-listitem:first-child{
  padding-left: 0;
}

.stories-card-listitem {
    padding: 0 25px;
    position: relative;
}
.stories-card-listitem:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 55px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(0, 0, 0, 0.2);
}
.stories-card-listitem:first-child:before{
  display: none;
}

.stories-card-video-wrap video,.stories-card-video-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.overflow_hidden{overflow: hidden !important;}
.loader_img{width: 296px;}
.scocial-link{
  position: relative;
}
.scocial-link img{
  transition: all .5s ease-in-out;
  width: 22px;
  height: 22px;
}
.scocial-link img.solid-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}
.scocial-link:hover img.solid-img{
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}
.scocial-link:hover img.outlined-img{
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.stories-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.stories-card-tag {
    font-family: 'Poppins-regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -4%;
    border: 1px solid #000;
    border-radius: 35px;
    padding: 10px 15px;
    display: inline-block
}

.stories-card-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.stories-card-link {
    color: #000;
    font-family:'Poppins-regular';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -6%;
    display: flex;
    gap: 10px;
    align-items: center;
    display: none;
}

.stories-card-link img{
  margin-top: 1%;
}
.stories-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about_us_body .bannerInn-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
}

.dark_hero_img.banner-inn h2, .dark_hero_img.banner-inn p, .dark_hero_img li.breadcrumb-list-item.active {
    color: #fff;
}

.dark_hero_img .breadcrumb-list-item a {
    color: #fff;
    opacity: 0.5;
}

.dark_hero_img .breadcrumb-list-item:before, .dark_hero_img .breadcrumb-list-item:after {
    border-color: #fff; opacity: 0.5;
}

.service_growth .growth-item:nth-of-type(odd) {direction: rtl;}

.service_growth .growth-item:nth-of-type(even) {
    direction: unset;
}

@media only screen and (max-width: 1650px) {
    .banner_section .banner_heading_title {max-width: 600px;}
    .loader_img {width: 238px;}
}

@media only screen and (max-width: 1536px) {
    .stories-card-video-wrap {width: 520px; height: auto; margin: 15px 0;}
    .stories-card-listitem p {font-size: 26px;line-height: 30px;}
    .stories-card-listitem span {font-size: 22px;line-height: 30px;letter-spacing: -1.12px;}
        .stories-card-listitem p {
        font-size: 26px;
        line-height: 30px;
    }
    .stories-card-tag {
    font-size: 12px;
    padding: 7px 10px;
}
}

@media only screen and (max-width: 1500px) {
    .banner_section .vector_img.vector_img_3 {
        width: 140px;
    }
    .stories-card-tag {
    font-size: 10px;
    padding: 5px 10px;
}
.stories-card-link {
    font-size: 14px;
}

  }

  @media only screen and (max-width: 1366px) {
    .stories-sec {
        padding: 100px 60px;
    }
    .stories-card-listitem p {
        font-size: 22px;
        line-height: 24px;
    }
        .em_buzzzworth_section {
        padding: 100px 60px;
    }
}

@media (max-width:991px){
  .video_section{height: 100%;}
  .buzz_about_video{width:100%;transform: scale(1); }
  .card_grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .service-card-sec .card_grid {
    grid-template-columns: repeat(1, 1fr);
}
  .em_buzzzworth_section{height: 100%;padding: 60px 20px;}
  .card_item {opacity: 1;}
  .onLoadSection header.header_wrapper{margin-top: 0;}
  .heading_sections{display: none;}
  
      .stories-card-video-wrap {
        width: 100%;
     
    }
    .stories-sec {
        padding: 40px 20px 60px;
    }
        .banner_section .vector_img.vector_img_1 {
        width: 84px;
        left: -11%;     
}
.banner_section .vector_img.vector_img_11 {
    width: 90px;
    left: 25%;
    top: 26%

}
    .banner_section .vector_img.vector_img_12,.banner_section .vector_img.vector_img_6,.banner_section .vector_img.vector_img_8,.banner_section .vector_img.vector_img_3,.banner_section .vector_img.vector_img_7,.banner_section .vector_img.vector_img_9 {
       display: none;
    }
    .banner_section .vector_img.vector_img_2 {
    width: 80px;
    height: auto;
    right: 14%;
    top: 15%;
    left: auto;
}
.banner_section .vector_img.vector_img_13 {
    width: 100px;
    height: auto;
    bottom: 5%;
    left: 0%;
}
.banner_section .vector_img.vector_img_10 {
    width: 80px;
    height: auto;
    right: 0;
    bottom: 10%;
     left: auto;
    top: auto;
}
.banner_section .vector_img.vector_img_4 {
    width: 80px;
    height: auto;
    right: 45%;
    bottom: 22%;
     left: auto;
    top: auto;
}

.banner_section .vector_img.vector_img_14 {
    width: 100px;
    height: auto;
    right: 0%;
    left: auto;
    top: auto;
    bottom: 27%;
}
    .banner_section .trust_brands.trust_brands_6 {
        width: 139px;
        bottom: -2%;
        left: -8%;
    }
        .banner_section .trust_brands.trust_brands_9 {
        width: 110px;
        bottom: 25%;
        right: 31%;
    }

    .banner_section .trust_brands.trust_brands_8 {
        width: 90px;
        bottom: 15%;
        right: 50%;
    }
    .banner_section .trust_brands.trust_brands_5 {
        width: 185px;
        bottom: -4%;
        left: 60%;
    }
        .banner_section .trust_brands.trust_brands_7 {
        width: 109px;
        bottom: 27%;
        left: 0%;
    }
    .banner_section .trust_brands.trust_brands_4 {
        width: 150px;
        top: 25%;
        right: -5%;
    }
    .banner_section .trust_brands.trust_brands_1 {
        width: 110px;
    }
    .banner_section .trust_brands.trust_brands_3 {
        width: 100px;
        top: 12%;
        right: 16%;
    }
    .banner_section .trust_brands.trust_brands_2 {
        width: 100px;
        top: 25%;
    }
        .stories-card-listitem p {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
    }
    .stories-card-listitem span {
        font-size: 11px;
        line-height: 15px;
        letter-spacing: -0.12px;
    }
    .stories-card-listitem:before {
    height: 40px;
    background: #00000020;
}
.stories-card-heading {
    width: 100%;
    text-align: center;
}
.stories-card-title {
    font-size: 16px;
    line-height: 26px;
     text-align: center;

}
.stories-card-subtitle {
    font-size: 12px;
    text-align: center;
}
.stories-card-container {
    gap: 60px;
}
.page-loader dotlottie-player {
    max-width: 30%;
  
}
.musings-mob-wrap h3 {
    padding: 0 20%;
}

.sec_vid_wrapper {
    padding: 30px 20px;
    border-radius: 34px;
}

.buzz_about_video {
    transform: scale(1);
    border-radius: 20px;
}

.contact_us_body .scroll-content {
    background: #fff;
}

.stories-card {
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
  justify-content: center;
    }
.stories-card-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    justify-content: center;
}
.stories-card-link {
 
    justify-content: center;
}
.stories-card-list {
    justify-content: center;
}
    .stories-card-link {
        background: #f00;
        color: #fff;
        margin: 0 auto;
        padding: 9px 10px;
        border-radius: 35px;
    }
      .stories-card-link  img{
        display: none;
      }
    .stories-card-tags {
justify-content: center;
}
.stories-cardwrap:nth-child(even) .stories-card {

    flex-direction: column-reverse;
}
}

@media (max-width:650px){
 .loader_img {width: 148px;}
 .onLoadSection .ilceLogo img{width: 44px;}
 .ilceLogo img{width: 44px;}
 .stories-card-video-wrap video, .stories-card-video-wrap img{ border-radius: 20px;}
 .about_us_body .bannerInn-text { top: 22%; }
}

.muteToggle{
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 111;
  background: rgba(0, 0, 0, .4);
  backdrop-filter: blur(10px);
  outline: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: var(--givonic_regular);
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
}
.muteToggle img{width: 30px;height: 30px;}
.video_zoomin .buzz_about_video{transform: scale(1);}
.videomute_unmute{position: relative;}
.stories-card-video-wrap .muteToggle{
  width: 44px;
  height: 44px;
  bottom: 20px;
  right: 20px;
}
.stories-card-video-wrap .muteToggle img{width: 24px;height: 24px;}
.video_section .video_parent{
  border-radius: 40px;
  overflow: hidden;
}

@media (min-width:992px){
  .muteToggle{
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
  }
  .video_zoomin:hover .muteToggle{
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
  }
  .video_zoomin{height: 100vh;width: 100%;}
  .videomute_unmute:hover .muteToggle{
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
  }
}

@media (max-width:991px){
.muteToggle{
  width: 40px;
  height: 40px;
  bottom: 14px;
  right: 14px;
}
.muteToggle img{width: 20px;height: 20px;}
.stories-card-video-wrap .muteToggle {
  width: 32px;
  height: 32px;
  bottom: 14px;
  right: 10px;
}
.stories-card-video-wrap .muteToggle img {width: 16px;height: 16px;}
}


/**/

.heading_text_lg{
  font-family: 'Poppins-Medium';
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.96px;
  margin-bottom: 0;
  color: #000;
  text-transform: capitalize;
}
.service_detail_body .shareYourBrand_section  .heading_text_lg{
 text-transform: unset;

}

.italic_style_text{
  font-family: var(--robotoserif_italic);
  font-weight: 400;
}

.heading_box .heading_text_lg{margin-bottom: 48px;}
.shareYourBrand_section{background: #fff;}
.growth-item:nth-of-type(even) .heading_text_lg {
    text-align: left;
}
.shareYourBrand_section .growth-item{border-bottom: 0;}
.grid_columns_wrapper{
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 100px;
  padding: 80px 30px;
  border-bottom: 1px solid #EBEBEB;
}
.grid_columns_wrapper:first-child{padding-top: 0;}
.grid_columns_wrapper:last-child{padding-bottom: 0;border-bottom: 0;}
.socialMediaMar_section{background: #fff;}
.column_content_m .stories-card-tags{margin-top: 30px;}
.column_content_m .solid-btn{text-transform: uppercase;margin-top: 70px;}
.grid_columns_wrapper:nth-of-type(even) {
    direction: rtl;
}

.grid_columns_wrapper:nth-of-type(even) .heading_text_lg{
  text-align: left;
}
.socialMediaMar_section .grid_columns_wrapper:nth-of-type(even) .stories-card-tags,
.grid_columns_wrapper:nth-of-type(even) .column_content_m .stories-card-tags{
  justify-content: end;
}

.socialMediaMar_section .grid_columns_wrapper:nth-of-type(even) .solid-btn,
.grid_columns_wrapper:nth-of-type(even) .column_content_m .solid-btn{
  float: left;
}
.img_wrapper_sm img{width: 100%;height: auto;}
.linkedIn_dark_section{
  background-image: url(../../public/img/linkedinbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.color_white .heading_text_lg,
.color_white .growth-item-description,
.color_white span.stories-card-tag{color: #fff;}
.color_white span.stories-card-tag{border-color: #fff;}
.grid_columns_wrapper .growth-item-description{padding-right: 0;}
.linkedIn_dark_section .grid_columns_wrapper{border-bottom: 1px solid #5B5B5B;}
.linkedIn_dark_section .grid_columns_wrapper:last-child{border-bottom: 0;}

.mediaMearketing_sec{background: #fff;}
.columns_full{margin-top: 30px;}
.mediawrapper:nth-of-type(even) .grid_columns_wrapper {
    direction: rtl;
}
.mediawrapper:nth-of-type(even) .heading_text_lg,
.mediawrapper:nth-of-type(even) .growth-item-description{text-align: left;}
.mediawrapper:nth-of-type(even) .stories-card-tags{justify-content: end;}
.mediawrapper:nth-of-type(even) .solid-btn{float: left;}
.mediawrapper {
    padding: 100px 30px;
    border-bottom: 1px solid #EBEBEB;
}
.mediawrapper:last-child{padding-bottom: 0;border-bottom: 0;}
.mediawrapper:first-child{padding-top: 0;}
.convertvisitors_sec{
  background: #E7E7E7;
  padding: 158px 276px;
  position: relative;
  display: none;
}
.convertvisitors_sec .heading_text_lg{
  font-family: 'Poppins-Regular';
}
.vectorimagemb{
  position: absolute;
  bottom: -26px;
  right: 0;
  width: 52%;
}

@media (max-width:1600px){
  .heading_text_lg{
    font-size: 48px;
    line-height: 58px;
  }
  .heading_box .heading_text_lg {margin-bottom: 34px;}
  .column_content_m .stories-card-tags{margin-top: 20px;}
  .column_content_m .solid-btn{margin-top: 40px;}
  .grid_columns_wrapper{grid-template-columns: 40% 1fr;gap: 70px;padding: 62px 20px;}
  .mediawrapper{padding: 70px 20px;}
  .convertvisitors_sec{padding: 132px 224px;}
  .vectorimagemb{width: 50%;bottom: -20px;}
}

@media (max-width:1280px){
  .heading_text_lg{
    font-size: 42px;
    line-height: 52px;
  }
  .heading_box .heading_text_lg {margin-bottom: 20px;}
  .grid_columns_wrapper{grid-template-columns: 48% 1fr;}
  .convertvisitors_sec{padding: 100px 60px;}
}
@media (max-width:991px){
  .heading_text_lg, .growth-item:nth-of-type(even) .heading_text_lg,
  .grid_columns_wrapper:nth-of-type(even) .heading_text_lg{text-align: center;}
  .growth-item-img img{width: 30%;}
  .grid_columns_wrapper {
    grid-template-columns: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 40px 0;
  }
  .column_content_m .solid-btn {
    margin: 0 auto;
    margin-top: 40px;
  }
  .socialMediaMar_section .grid_columns_wrapper:nth-of-type(even) .stories-card-tags{justify-content: center;}
  .socialMediaMar_section .grid_columns_wrapper:nth-of-type(even) .solid-btn{float: unset;}
  .mediawrapper:nth-of-type(even) .heading_text_lg,
  .mediawrapper:nth-of-type(even) .growth-item-description{text-align: center;}
  .mediawrapper:nth-of-type(even) .stories-card-tags{justify-content: center;}
  .mediawrapper:nth-of-type(even) .solid-btn{float: unset;}
  .mediawrapper{padding: 40px 0;}
  .convertvisitors_sec .solid-btn{margin: 0 auto;}
  .vectorimagemb{display: none;}
  .bannerInn-heading {width: 100%;}
}

@media (max-width:576px){
  .convertvisitors_sec{padding: 60px 20px;}
}

