body{
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}
.facebook_channel{
    padding: 60px 0;
    position: relative;
    height: 100vh;
    min-height: 880px;
    background: linear-gradient( -45deg ,#007aff,#61acff,#0a69e1,#0955a7);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  
}
.bg__grey_body{
    background-color: #f5f5f5;
}
.channel_header{
    /* background: linear-gradient( -45deg ,#007aff,#61acff,#0a69e1,#0955a7);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite; */
    padding: 84px 0;
    position: relative;
}
.wave{
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  bottom: -150px;
}

@keyframes animateWave {
  0% {
    transform: scale(1,0);
  }
  100% {
    transform: scale(1,1);
  }
}
.wave > svg {
  display: block;
  transform-origin: bottom;
  animation: animateWave 1000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.wave > svg path{
  fill: #f5f5f5;
}
.hero_fb_img{
    position: relative;
    top: 0;
    z-index: 3;
    left: 35%;
    /* transform: translatey(-95px); */
}
.img_avtr_anime{
  position: absolute;
}
.img_avtr_anime img{
  border: 2px solid  #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: -7.95519px 18.1833px 21.5927px rgb(32 32 35 / 15%);
}
.img_1Vtr{
  top: -2.4%; 
  right: -13.1%;
  z-index: 4;
}
.img_2Vtr{
  top: 48.8%;
  right: -20%;
  z-index: 4;
}
.img_3Vtr{
    bottom: 45.2%;
    left: 24.9%;
    z-index: 4;

}
.video_img__chatbot{
}
.video_img__chatbot video{
  border-radius: 50%;
  /* background-color: #7b53db;
  border: 2px solid  #7b53db; */
  box-shadow: -7.95519px 18.1833px 21.5927px rgb(32 32 35 / 15%);

}
.img_2Vtr img{
  background-color: #60dd76;
  border: 2px solid  #60dd76;

}
.hero_fb_img img{
  -webkit-filter: drop-shadow(0px 0px 39px rgb(32 32 35 / 30%)); 
  filter: drop-shadow(0px 0px 39px rgb(32 32 35 / 30%)); 
}
@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
  }

.facebook_channel .channel_header .text_wrapper{
    min-height: 566px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.facebook_channel_text h1{
  font-size: 53px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
  color: #fff;
}

.facebook_channel_text .descrp_hero p{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 25px;
}
.title_clap{
    background-color: #ffff;
    -webkit-transition: color 0.3s ease,background-color 0.3s ease;
    transition: color 0.3s ease,background-color 0.3s ease;
    border-radius: 10px
}
.title_clap::before {
    /* content: "Happy"; */

    /* animation: animate infinite 5s; */
    padding: 0px 5px;


  
}
.bg__yelow_body{
  background-color: #fdf2cb;
}
.emoji_img{
  width: 30px;
  margin-right: 10px;
    margin-left: 10px;
    transform: scale(1.5);
}
.emoji_img img , .emoji_img video{
  max-width: 100%;
  background-color: transparent;
}
.btn_comman{
    display: inline-block;
    border-radius: 30px;
    padding: 12px 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
    position: relative;
}
.keep-Reading_btn{
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    z-index: 100;
}
.keep-Reading_btn:hover{
background-color: rgba(255, 255, 255, 0.226);
}
.keep_reading{
    z-index: 3;
    position: absolute;
    bottom: 220px;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%);
    transition-delay: 5s;
}
.aroow_animation{
    animation-name:aroow_downs_anime;
    animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
.animate_arrow{
    position: absolute;
    bottom: 0px;
    left: 10px;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform-origin: center bottom;
}
.why_facebook_msgr{

padding: 100px 0;
}
.why_msgr_text h1{
    font-weight: 700;
    line-height: 1.1;
    font-size: 4.1rem;
    /* font-size: 28px; */
    color: #000;
    text-align: center;
    margin-bottom: 32px;
}

.box_fb_msgr{
    padding: 34px 36px;
    /* margin: 1em; */
    /* width: 21em; */
    height: 18.5em;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius:25px;
    box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    background-color: #ffffff;
    transition: transform 0.5s;
}
.box_fb_msgr .active_title h1{
    text-align: center;
    font-size: 5.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  
}
.box_fb_msgr:hover , .box_moreftre:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  cursor: pointer;
}
.active_descp{
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.img_icon_msgr_right{
    width: 65px;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 50px;
    /* background-color: #00000033;
    padding: 10px; */
    border-radius: 50%;
}
.img_icon_msgr_centre{
    width: 65px;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 50px;
    /* background-color: #00000033;
    padding: 10px; */
    border-radius: 50%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.img_icon_msgr{
    width: 90px;
    margin: 0 auto;
    margin-bottom: 24px;
    height: 54px;
    /* background-color: #00000033; */
    /* padding: 10px; */
    border-radius: 50%;
}


.img_icon_msgr img , .img_icon_msgr_centre img, .img_icon_msgr_right img , .img_icon_msgr video{
    max-width: 100%;
}
.bg_blue{
  background-color: #007aff;
}
.bg_blue h1{
    color: #ffff;

}
.bg_blue  .active_descp{
    color: #ffffffb8;

}
.text_grn{
    color: #007aff;

}
.text_yelow{
    color: #e9c645;
}

.tambox_collabotin{
    padding: 100px 0;
}
.Content_section_team .title_feacture{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
    color: #000;

}
img{
  height: auto;
  box-sizing: content-box;
}
.teambox_img_full{
  margin: 0px 100px;
}
.teambox_img_full img{
  /* border: 4px solid #ffffff;
  border-radius: 15px; */
  -webkit-filter: drop-shadow(0px 0px 39px rgb(32 32 35 / 6%));
  filter: drop-shadow(0px 0px 39px rgb(32 32 35 / 6%));
  /* box-shadow: 3px 15px 25px rgb(32 32 35 / 6%); */
  /* box-shadow: 0 1px 24px rgb(0 0 0 / 10%); */
}
.margin_btn-40{
  margin-bottom: 40px;
}
.hero_img_stick{
  position: relative;
}
.descp_feature{
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;

}
.msgr_cht_teambox  img{
  -webkit-filter: drop-shadow(0px 0px 39px rgb(32 32 35 / 20%));
    filter: drop-shadow(0px 0px 39px rgb(32 32 35 / 10%));
}
.active_descp{}

.read_more{
    border: 1px solid #326bff;
    color: #326bff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    background-color: transparent;
}
.read_more:hover{
    background-color:#326bff; 
    color: #ffffff;
    border: 1px solid #326bff;


}
.timeline_icon_img{
  width: 30px;
}
.timeline_icon_img img{
  /* max-width: 100%; */
  width: 30px;
}
.box_moreftre{
    background-color: #f4f7fd;
    border-radius: 15px;
    padding: 28px 32px;
    height: 17.5em;
    transition: transform 0.5s;
}
.img_icon_feature{
    width: 65px;
    margin: 20px auto;
}
.img_icon_feature img{
    max-width: 100%;
}
.text_commerce{
    /* font-size: 2.1rem; */
    font-size: 1.7rem;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.25px;

}

.box_approved_direct{
    /* background-color: #326bff; */
    color: #ffffff;
    border-radius: 25px;
    padding: 4rem 3em;
    background: linear-gradient( rgb(0 122 255 / 93%) 100%, rgb(36 49 197)100%),url(../img/facebook_channel/hd-meta-facebook-white-logo-11641946802aqxohwshwp.png) no-repeat center center/contain;
}
.meta-apprvd_text h1{
    font-weight: 700;
    line-height: 1.1;
    font-size: 5.1rem;
    color: rgb(255, 255, 255);
    text-align: left;
    letter-spacing: 0.25px;
}
.img_check{
    width: 40%;
    margin: 0 auto;
}
.img_check img , .img_check video{
    max-width: 100%;
    background-color: transparent;
}
.dd_flexT_align_cntr{
    display: flex;
    align-content: center;
    align-items: center;
    align-content: center;
}
.bg_blue_shade{
    background-color: #f4f7fd;
}
.msgr_cht_teambox{
  top: 30%;
  right: 7%;
  z-index: 4;
  position: absolute;
}
.img_box_team{
  position: relative;
}
@keyframes aroow_downs_anime {
    0% {
        transform: scale(1, 1) translateY(0px);
      
    }
    10% {
        transform: scale(1.1, 0.9) translateY(0px);
       
    }
    30% {
        transform: scale(0.9, 1.1) translateY(-30px);
       
    }
    50% {
        transform: scale(1.05, 0.95) translateY(0px);
       
    }
    57% {
        transform: scale(1, 1) translateY(-7px);
        

    }
    64% {
        transform: scale(1, 1) translateY(0px);
    }
    100% {
        transform: scale(1, 1) translateY(0px);
    }
  }




.title_clap_happy{
    color: #326bff;
    transition: all .25s;
    -webkit-transition: all .25s;
    margin-left: 10px;
    display: inline-flex;
    padding: 5px;
    position: absolute;

}
.title_clap_inform{
    color: #7b53db;
    transition: opacity 0.5s linear;
}
.title_clap_engaged{
    color: #53db6a;
    transition: opacity 0.5s linear;

}

@keyframes change_opacity {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
  }





  /* vertical timeline */
  #timeline_getting_strt .timeline-item:after, #timeline_getting_strt .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }
  
  #timeline_getting_strt {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #timeline_getting_strt:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #ffffff;
    border: 1px dashed #007aff8f;
    left: 50%;
    top: 0;
    position: absolute;
  }
  #timeline_getting_strt:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
  }
  #timeline_getting_strt .timeline-item {
    margin-bottom: 50px;
    position: relative;
  }
  #timeline_getting_strt .timeline-item .timeline-icon {
    background: #007aff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  #timeline_getting_strt .timeline-item .timeline-icon svg, #timeline_getting_strt .timeline-item .timeline-icon .fa {
    position: relative;
    top: 13px;
    left: 14px;
    font-size: 24px;
    color: #fff;
  }
  .text_timeline{
    position: relative;
    top: 13px;
    left: 17px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
  }
  #timeline_getting_strt .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 12px;
    -webkit-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -moz-box-shadow:  0 1px 24px rgb(0 0 0 / 6%);
    -ms-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    box-shadow:  0 1px 24px rgb(0 0 0 / 6%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    align-items: center;
  }
  #timeline_getting_strt .timeline-item .timeline-content h2 {
    padding: 15px;
    color: #000000;
    margin: 0px 0px 0 0px;
    font-weight: 500;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 22px;
    line-height: 1.4;
  }
  #timeline_getting_strt .timeline-item .timeline-content p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #timeline_getting_strt .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
  }
  #timeline_getting_strt .timeline-item .timeline-content.right {
    float: right;
  }
  #timeline_getting_strt .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #ffffff;
  }
  
  
  @media screen and (max-width: 768px) {
    #timeline_getting_strt {
      margin: 30px;
      padding: 0px;
      width: 90%;
    }
    #timeline_getting_strt:before {
      left: 0;
    }
    #timeline_getting_strt .timeline-item .timeline-content {
      width: 90%;
      float: right;
    }
    #timeline_getting_strt .timeline-item .timeline-content:before, #timeline_getting_strt .timeline-item .timeline-content.right:before {
      left: 10%;
      margin-left: -6px;
      border-left: 0;
      border-right: 7px solid #ffffff;
    }
    #timeline_getting_strt .timeline-item .timeline-icon {
      left: 0;
    }
    
  }
  
  
  /* Animation CSS */
  
  /* icon animation */
  .timeline-icon.is-hidden {
    visibility: hidden;
  }
  .timeline-icon.animate-it {
    visibility: visible;
     -webkit-animation: bounce-1 0.6s;
     -moz-animation: bounce-1 0.6s;
      animation: bounce-1 0.6s;
  }
  
  /* content block animation */
  .timeline-content.is-hidden {
    visibility: hidden;
  }
  .timeline-content.animate-it {
    visibility: visible;
     -webkit-animation: bounce-2 0.6s;
     -moz-animation: bounce-2 0.6s;
      animation: bounce-2 0.6s;
    }
  @media only screen and (min-width: 769px) {
    /* Inverse bounce effect on even content blocks */
  .timeline-content.right.animate-it {
      -webkit-animation: bounce-2-inverse 0.6s;
      -moz-animation: bounce-2-inverse 0.6s;
      animation: bounce-2-inverse 0.6s;
    }
  }
  @media only screen and (max-width: 768px) {
    /* Inverse bounce effect on all content blocks */
  .timeline-content.animate-it, .timeline-content.right.animate-it {
      -webkit-animation: bounce-2-inverse 0.6s;
      -moz-animation: bounce-2-inverse 0.6s;
      animation: bounce-2-inverse 0.6s;
    }
  }
  
  /* ALL animation types called */
  
  @-webkit-keyframes bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
    }
  
    100% {
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes bounce-1 {
    0% {
      opacity: 0;
      -moz-transform: scale(0.5);
    }
  
    60% {
      opacity: 1;
      -moz-transform: scale(1.2);
    }
  
    100% {
      -moz-transform: scale(1);
    }
  }
  @keyframes bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
  
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
    }
  
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes bounce-2 {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100px);
    }
  
    60% {
      opacity: 1;
      -moz-transform: translateX(20px);
    }
  
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      transform: translateX(-100px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
    }
  
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes bounce-2-inverse {
    0% {
      opacity: 0;
      -moz-transform: translateX(100px);
    }
  
    60% {
      opacity: 1;
      -moz-transform: translateX(-20px);
    }
  
    100% {
      -moz-transform: translateX(0);
    }f
  }
  @keyframes bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      transform: translateX(-20px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  




















  /* resposive Design */
  /* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 
}
@media only screen and (max-width: 992px) {
  html{
    width: 100%;
    overflow-x: hidden;
    
  }
  .dd_flexT_align_cntr {
     display: grid;
  }
  .box_fb_msgr, .box_moreftre {
    margin-bottom: 2rem;
  }
  .title_clap_happy{
    position: relative;
  }
  .hero_img_stick{
    display: none;
  }
  .facebook_channel_text h1, .facebook_channel_text .descrp_hero p{
    text-align: center;
  }
  .facebook_channel .channel_header .text_wrapper {
    align-items: center;
  }
  .channel_header , .why_facebook_msgr{
    padding: 60px 0;
  }
  .keep_reading {
    bottom: 80px;
  }
  .teambox_img_full{
    margin: 0;
  } 
  .tambox_collabotin{
    padding: 60px 0
  }
  .Content_section_team{
    text-align: center;
  }
  .meta-apprvd_text h1{
    text-align: center;
    margin-bottom: 20px;
    font-size: 3.1rem;
  }
  .box_approved_direct{
    padding: 2rem 1em;
    border-radius: 20px;
  }
  .img_check {
    width: 30%;
  }
  
  .mar_40px{
    margin-bottom:40px ;
  }
  .msgr_cht_teambox{
    top: 12%;
    right: 0%;
  }
  .text_commerce{
    
    font-size: 2.5rem;

  }
}
