.watihead .header-cta-wraper .headerLoginLink, .watihead .header-cta-wraper #lang-swticher {
  display: none;
}
#topbar #lang-swticher .switcher .option a {
  color: #000;
}
.wati-trusted-badge div{
  box-shadow: 0px 2px 30px 0px #4FC3FF66;
}
.wati-trusted-badge div img {
  vertical-align: text-bottom;
  margin-right: 3px;
  display: inline-block;
}



/*OTHER PAGE CTA*/
/*.waf1 .mbb {
    margin-top: 2rem !important;
}
.btns {
  position: relative;
  z-index: 0;
}
.btn.brdr {
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 600 !important;
  border: 3px solid #1D1D1D;
  border-radius: 12px!important;
  padding: 8px 18px 8px 18px!important;
  position: relative!important;
  color: #1D1D1D!important;
}
.btn.brdr::before {
  display: none!important;
}
.btn.brdr:hover{
  color: #1D1D1D!important;
  transition: all 0.3s ease-in!important;
}
.btn.brdr:hover::after{
  transition: all 0.3s ease-in!important;
  position: absolute!important;
  top: 0px!important;
  left: 0px!important;
  width: 100%!important;
  height: 100%!important;
  border-radius: 8px!important;
}
.btn.brdr.green{
  background: none!important;
  vertical-align: top!important;
}
.btn.brdr.green::after {
  content: '';
  background: #00E785!important;
  display: block!important;
  width: 104%!important;
  height: 112%!important;
  position: absolute!important;
  top: 4px!important; 
  left: 4px!important;
  border-radius: 13px!important;
  z-index: -1!important;
  transition: all 0.3s ease-out!important;
}
.btn.brdr.green:hover::after{
  transition: all 0.3s ease-in!important;
  position: absolute!important;
  top: 0px!important;
  left: 0px!important;
  width: 100%!important;
  height: 100%!important;
  border-radius: 8px!important;
  z-index: -1!important;
}*/

/*CTA END*/

section#wati-hero {
  overflow: hidden!important;
}
#wati-hero h1 em {
  /*display: none;*/
  font-style: normal;
}
.global-leader-section .col-md-3 {
  border-left: 2px solid #F9B4FF;
}
.main-footer {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

html[lang="zh-hant"] .bg-green-skew1::before, 
html[lang="zh-hant"] .bg-green-skew2::before {
  height: 75%;
  top: 12px;
}

.sticky-rounded-text1 {
  max-width: 395px;
  height: 122px;
  backdrop-filter: blur(4px);
  margin: 0 auto;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  /*transform: rotate(-2deg) !important;*/
  background: transparent !important;
}
.sticky-rounded-text2 {
  max-width: 430px;
  height: 122px;
  backdrop-filter: blur(4px);
  margin: 0 auto;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  /*transform: rotate(-2deg) !important;*/
  background: transparent !important;
}

/* Tabs container */
.vid-tabs {
  display: flex;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 10px;
}

.vid-tabs button {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  background: transparent;
  border: none;
  font-size: 20px;
  width: 200px;
}

.vid-tabs button.active {
  font-weight: bold;
  background: transparent;
  border: none;
}

/* Tab content */
.vid-tab-wrap .vid-tab-content{
  padding: 15px;
  display: none;
}

.vid-tab-content.active {
  display: block;
}
.vid-tabs-main-wrapper {
  width: 50%;
  margin: 0 auto 0rem;
}



.vid-tabs {
  position: relative;
  white-space: nowrap;
  margin: 0em 0;
}
.vid-tabs .underline {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  height: .5em;
  width: 30%;
  background: black;
  pointer-events: none;
  mix-blend-mode: multiply;
  transition: transform .5s ease-in-out;
}
.vid-tabs .underline:nth-child(1) {
  background: #00e785;
  transition: calc(.5s * .8);
}
.vid-tabs .underline:nth-child(2) {
  background: #00e785;
  transition: calc(.5s * 1.2);
}
.vid-tabs .underline:nth-child(3) {
   background: #00e785;
}

.vid-tabs .underline {
  background: #00e785;
  border-radius: 0.25em;
  height: calc(.5em / 2);
  mix-blend-mode: initial;
}
.video-container {
  position: relative;
  height: 600px;
  display: block;
}
.video-container img {
  margin-top: 2rem;
  z-index: 0;
  position: relative;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
  display: block;
  z-index: 0;
  display: none;
}

.bullet-content p {
  position: relative;
  padding-left: 2.9rem;
}
.bullet-content p img {
  position: absolute;
  left: 0;
}
.achievement-grid {
  font-size: 72px;
  line-height: 90px;
  color: #4FC3FF;
  gap: 0 2rem;
  display: flex;
}
.achievement-grid span {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #212529;
}
.achievement-grid div.text-blue:nth-child(2) {
  border-left: 1px solid #4FC3FF;
  border-right: 1px solid #4FC3FF;
  padding: 0 2rem;
}
.achievement-grid div.text-pink:nth-child(2) {
  border-left: 1px solid #F9B4FF;
  border-right: 1px solid #F9B4FF;
  padding: 0 2rem;
}
.achievement-grid div.text-yellow:nth-child(2) {
  border-left: 1px solid #FFE96E;
  border-right: 1px solid #FFE96E;
  padding: 0 2rem;
}

.chain-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  margin-bottom: 3rem;
}
.chain-text span {
  /*background: #4FC3FF;*/
  color: #FFFFFF;
  padding: 6px 18px;
  border-radius: 99px;
  font-size: 14px;
}
.color-grid-text {
  display: flex;
  gap: 0 1.5rem;
}
.color-grid-text {
  display: flex;
  gap: 0 1.5rem;
  justify-content: center;
}

.color-grid-text span {
  border: 1.46px solid #1D1D1D;
  box-shadow: 2.93px 2.93px 0px 0px #1D1D1D;
  border-radius: 3.66px;
  padding: 3px 7.32px;
  font-size: 13.18px;
  font-weight: 600;
  letter-spacing: 15%;
}
.wati-sales-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 8px;
}
.wati-sales-tags span {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  border: 2px solid #F9B4FF;
  background: #FFFFFF;
  padding: 4px 10px;
  border-radius: 99px;
}
.wati-sales-tags span img {
  vertical-align: text-bottom;
  height: 19px;
  width: 19px;
  margin-left: 5px;
}
.circled-bg {
  position: relative;
}
.circled-over-images {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.circled-over-images.circled-over-images-middle div.circled-anim-el:nth-child(1) {
  position: relative;
  left: -2rem;
}
.circled-over-images.circled-over-images-middle div.circled-anim-el:nth-child(2), .circled-over-images.circled-over-images-middle div.circled-anim-el:nth-child(3) {
  position: relative;
  left: 1rem;
}
.circled-anim-text {
  position: absolute;
  bottom: 3px;
  text-align: right;
  right: 0;
}
.video-tab-link{
  color: #717680;
  font-weight: 600;
}
.video-tab-link.active{
  color: #1D1D1D;
  font-weight: 600;
}
html[lang="ar"].bullet-content p img {
  position: absolute;
  left: unset;
  right: 0;
}
html[lang="ar"] .bullet-content p {
  position: relative;
  padding-left: unset;
  padding-right: 2.9rem;
}
html[lang="ar"] .bullet-content p img {
  position: absolute;
  left: unset;
  right: 0;
}
html[lang="ar"] .wati__testimonial_holder {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 70%;
  background: #fff;
  margin: 0rem 0rem;
  right: 50%;
  left: 0;
  border-radius: 40px;
  padding: 2rem 2.5rem;
  transform: translate(-85% ,-50%);
}
html[lang="ar"] #wati__testimonial .owl-nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.tooltip_msg.activeTootipItem a {
  color: unset;
}
.tooltip_msg.activeTootipItem a:hover {
  color: #fff;
}
.plan-switch-container .tab.active.price_clr .btn {
  border: 0px solid #1d1d1d;
  border-radius: 25px !important;
}

html[lang="zh-hans"] .tooltip_msg, html[lang="zh-hant"] .tooltip_msg {
  top: -90px !important;
}
html[lang="pt-br"] .custom_info_plan {
  pointer-events: none;
  font-size: 14px;
}
.usage-list-wrap .tooltip_msg {
  top: -90px !important;
}
.tooltip_msg {
  top: -110px!important;
}

.watiAS.watiBH #wati__testimonial .owl-nav, 
.watiAS.watiKW #wati__testimonial .owl-nav, 
.watiAS.watiOM #wati__testimonial .owl-nav, 
.watiAS.watiQA #wati__testimonial .owl-nav, 
.watiAS.watiSA #wati__testimonial .owl-nav, 
.watiAS.watiAE #wati__testimonial .owl-nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.watiAS.watiBH .bullet-content p , 
.watiAS.watiKW .bullet-content p , 
.watiAS.watiOM .bullet-content p , 
.watiAS.watiQA .bullet-content p , 
.watiAS.watiSA .bullet-content p , 
.watiAS.watiAE .bullet-content p {
  position: relative;
  padding-left: unset;
  padding-right: 2.9rem;
}
.watiAS.watiBH .bullet-content p img, 
.watiAS.watiKW .bullet-content p img, 
.watiAS.watiOM .bullet-content p img, 
.watiAS.watiQA .bullet-content p img, 
.watiAS.watiSA .bullet-content p img, 
.watiAS.watiAE .bullet-content p img {
  position: absolute;
  left: unset;
  right: 0;
}

.watiAS.watiBH .wati__testimonial_holder, 
.watiAS.watiKW .wati__testimonial_holder, 
.watiAS.watiOM .wati__testimonial_holder, 
.watiAS.watiQA .wati__testimonial_holder, 
.watiAS.watiSA .wati__testimonial_holder, 
.watiAS.watiAE .wati__testimonial_holder {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 70%;
  background: #fff;
  margin: 0rem 0rem;
  right: 50%;
  left: 0;
  border-radius: 40px;
  padding: 2rem 2.5rem;
  transform: translate(-85% ,-50%);
}
.chain-text img {
  width: 20px !important;
  height: 20px !important;
  max-width: inherit;
}



#wati-hero .heading-container .fade-text {
  display: inline-block;
  opacity: .5;
  transform: scale(.95);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
#wati-hero .heading-container .fade-text.show {
  opacity: 1;
  transform: scale(1);
}
#wati-hero .heading-container .fade-text em{
  display: inline-block;
  opacity:0.5;
  transform: scale(.95);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
#wati-hero .heading-container .fade-text.show em{
  opacity: 1;
  transform: scale(1);
}

#wati-hero .heading-container em{
  position: relative;
}
#wati-hero .heading-container em::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  width: 103%;
  display: block !important;
  background: #00E785;
  border: 2px solid #1D1D1D;
  box-shadow: 7px 7px 0px 0px #1D1D1D;
  /*border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;*/
  height: 100%;
  transition: width 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: translate(-50%, -50%) rotate(0.5deg);
  z-index: -1;
}
#wati-hero .heading-container em.left-anim::before {
  transform: translate(-50%, -50%) rotate(-0.5deg);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#wati-hero .heading-container em.right-anim::before {
  transform: translate(-50%, -50%) rotate(0.5deg);
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.waf1 .mbb, .waf1 .mbb {
  width: 100%!important;
}
.clients span {
  font-size: 24px;
}
.page-template-wati-for-support .waf1 h1, .page-template-wati-for-marketing-lp-new .waf1 h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}
.page-template-wati-for-support .waf1 p, , .page-template-wati-for-marketing-lp-new .waf1 p {
  padding-right: 3rem;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
}


@media (min-width: 1200px) {
  .wati-stack-img {
    height: 540px;
    object-fit: cover; /* optional */
  }
  #stacks-line-animated svg {
    width: 100%;
    height: auto;
  }
  /*SPANISH*/
  .wati-spanish-content-wrapper .bg-green-skew2::before {
    top: 25px;
    left: -13px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  section#stacks-line-animated svg {
    width: 100%;
    height: auto;
  }
  #stack-logos-animated svg {
    height: auto;
    width: 100%;
  }
  .circled-anim-text {
    position: relative;
    bottom: 8px;
    text-align: right;
    right: 0;
  }
  .bg-green-skew2::before {
    top: 20px;
    left: -20px;
  }
  .bg-green-skew1::before {
    top: 15px;
    left: -10px;
  }
  .sticky-rounded-text1 {
    max-width: 330px;
    height: 90px;
    top: -4rem;
  }
  .sticky-rounded-text2 {
    max-width: 330px;
    height: 90px;
    top: -4rem;
  }
  .performance-col-wrap p br{
    display: none;
  }
  .whatsapp-at-core br{
    display: none;
  }

}


@media (min-width: 992px) {
  .cntJw.mainlists:nth-last-child(2) a:nth-child(2) {
    margin-left: 3px;
  }
  .wati-stack-img {
    height: auto;
  }
  .vid-tab-wrap img {
    max-width: 95%;
  }
  .animate-on-scroll .reveal img {
    max-width: calc(100% - 10%);
  }
  .tab__prefix_img {
    display: none!important;
  }
}

@media (min-width: 992px) and (max-width: 1006px){
  body #myDiv .watihead li.item-hasChildern {
    margin: 0px 8px !important;
  }
}


@media(max-width: 991px){
  .watihead ul.mainMenuJw{
    margin: 0 auto !important;
  }
  .menu_mega_mbl {
    -webkit-transform: unset;
    transform: unset;
    padding: 0px 15px;
  }
  .drpdwnarw::before {
    right: 0px;
  }
  .drpdwnarw {
    width: 100%;
  }
  .watihead li.item-hasChildern {
    margin: 0px 0px;
  }
  .switcher .selected div::after{
    display: none!important;
  }
  .switcher {
    margin: 0px !important;
  }
  .switcher .selected div {
    text-align: right;
  }

  /*.circled-bg img {
    height: auto;
  }*/
  .achievement-grid {
    flex-wrap: wrap;
    justify-content: unset;
    text-align: left;
    gap:1rem;
    flex-direction: column-reverse;
  }
  .achievement-grid div.text-blue:nth-child(2),
  .achievement-grid div.text-pink:nth-child(2),
  .achievement-grid div.text-yellow:nth-child(2) {
    border-left: 0;
    border-right: 0;
    padding: 0;
  }
  .achievement-grid span {
    font-size: 16px;
  }
  .color-grid-text {
    gap: 1rem;
    flex-direction: column;
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }

  /*main responsive*/
  section#video-tabbed-section {
    overflow: hidden;
  }
  .vid-tabs-main-wrapper {
      width: 100%;
  }
  .vid-tabs button {
    font-size: 17px;
    width: 200px;
  }
  .vid-tabs {
    gap: 0 !important;
  }
  .video-container {
    position: relative;
    height: 380px;
    display: block;
  }
  .chain-text span {
    display: block;
    width: 125px;
    text-align: center;
  }
  .color-grid-text span {
    font-size: 11px;
  }
  .global-leader-section{
    text-align: center;
    margin: 0 auto;
  }
  .global-leader-section .d-flex {
    justify-content: center;
  }
  .global-leader-section .col-md-3 {
    border-left: 0;
  }
  .circled-over-images.circled-over-images-middle div.circled-anim-el:nth-child(1) {
    position: relative;
    left: 0!important;
  }
  .circled-anim-text {
    bottom: -18px;
    text-align: left;
    right: 0;
    width: 80%;
  }
  .colored-grid-section{
    overflow: hidden;
  }
  #performance__with_ai {
    overflow: hidden;
  }
  .sticky-rounded-text1, .sticky-rounded-text2 {
    max-width: 320px;
    height: 75px;
    top: -3.4rem;
  }
  .sticky-rounded-text2 span:nth-last-child(1) {
    flex-basis: 60%;
  }
  .sticky-rounded-text2 span:nth-last-child(2){
    flex-basis: 40%;
  }
  .achievement-grid div {
    flex-basis: unset;
  }
  .performance-col {
    text-align: center;
  }
  .sticky-rounded-text1 {
    text-align: left;
    width: 85%;
  }
  .sticky-rounded-text2 {
    text-align: right;
    width: 85%;
  }
  .pencilbanner.topNotificationBar {
    padding-bottom: 5px;
  }
  .pencilbanner.topNotificationBar a {
      display: inline-block;
  }
  section#stacks-line-animated svg {
    width: 100%;
    height: auto;
  }
  #stack-logos-animated svg {
    height: auto;
    width: 100%;
  }
  .colored-grid-section img {
    height: auto;
    width: auto;
  }
  .bullet-content p {
    padding-right: 3rem;
  }
  .chain-text {
    flex-direction: column;
  }
  .chain-text em {
    transform: rotate(90deg);
  }
  .pt-5.wati-pl5.wati-mob-pl0.global-leader-grid {
    padding-left: 0;
  }
  #performance__with_ai .container {
    width: 100%;
  }
  .performance-col-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
  }

  #wati-hero .heading-container em::before {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #1D1D1D;
    box-shadow: 3px 3px 0px 0px #1D1D1D;
  }
   #wati-hero .heading-container em.left-anim::before {
    transform: translate(-50%, -50%) rotate(-0.5deg);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #wati-hero .heading-container em.right-anim::before {
    transform: translate(-50%, -50%) rotate(0.5deg);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }



}

@media(min-width:768px) and (max-width:992px){
  .circled-over-images.circled-over-images-middle div.circled-anim-el:nth-child(3) {
    margin-top: 1rem;
  }
  .circled-anim-text {
    line-height: 15px;
  }
}





@media (max-width: 768px) {
  section#stacks-line-animated svg {
    width: 100%;
    height: auto;
  }
  .video-container {
    position: relative;
    height: 350px;
    display: block;
  }
  .video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  .video-container img {
    width: 100%;
    display: block;
  }
  .video-container video {
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .play-overlay {
    position: absolute;
    top: 45%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background: rgb(0 231 133);
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    padding: 12px 16px;
    z-index: 0;
  }
  .play-overlay::after {
    content: ''; 
    display: block; 
    height: 0;
    width: 0; 
    border-left: 15px solid white; 
    border-top: 10px solid transparent; 
    border-bottom:10px solid transparent;
  }
  .video-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    border: 3px solid #fff;
    border-top: 3px solid #999;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 4;
  }
  @keyframes spin {
    100% { transform: rotate(360deg); }
  }
  .performance-col img {
    max-width: 80%;
  }
  .colored-grid-section img {
    height: auto;
    max-width: 80%;
  }
  .circled-anim-text {
      bottom: 5px;
  }
  #stack-logos-animated svg {
    height: auto;
    width: 100%;
  }
  .achievement-grid {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    flex-direction: column-reverse;
  }
  #video-tabbed-section {
    padding-top: 3rem;
  }
  #wati-hero .heading-container em.left-anim::before {
    transform: translate(-50%, -50%) rotate(-0.5deg);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #wati-hero .heading-container em.right-anim::before {
    transform: translate(-50%, -50%) rotate(0.5deg);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 0px;
  }

}

@media(min-width:767px) and (max-width:768px){
  .colored-grid-section img {
    height: auto;
    max-width: 100%;
  }
  .circled-anim-text {
    bottom: -18px;
    width: 84%;
  }
  #stack-logos-animated svg {
    height: auto;
    width: 100%!important;
  }
}


@media (max-width: 600px) {
  .circled-bg img {
    height: auto;
    width: 95%;
  }
  .achievement-grid {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 2rem;
  }
  .text-blue {
    flex-basis: 100%;
  }
  .achievement-grid div.text-blue:nth-child(2),
  .achievement-grid div.text-pink:nth-child(2),
  .achievement-grid div.text-yellow:nth-child(2) {
    border-left: 0;
    border-right: 0;
    padding: 0;
  }

  /*main responsive*/
  section#video-tabbed-section {
    overflow: hidden;
  }
  .vid-tabs-main-wrapper {
      width: 100%;
  }
  .vid-tabs button {
    font-size: 17px;
    width: 200px;
  }
  .vid-tabs {
    gap: 0 !important;
  }
  .video-container {
    position: relative;
    height: 200px;
    display: block;
  }
  .chain-text span {
    display: block;
    width: 125px;
    text-align: center;
  }
  .chain-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px 6px;
    margin-bottom: 3rem;
    flex-direction: column;
  }
  .chain-text em {
    transform: rotate(90deg);
  } 
  .color-grid-text span {
    font-size: 11px;
  }
  .global-leader-section{
    text-align: center;
    margin: 0 auto;
  }
  .global-leader-section .d-flex {
    justify-content: center;
  }
  .global-leader-section .col-md-3 {
    border-left: 0;
  }
  .circled-over-images.circled-over-images-middle div.circled-anim-el:nth-child(1) {
    position: relative;
    left: 0!important;
  }
  .circled-anim-text {
    bottom: -18px;
    text-align: left;
    right: 0;
    width: 80%;
  }
  .colored-grid-section{
    overflow: hidden;
  }
  #performance__with_ai {
    overflow: hidden;
  }
  .colored-grid-section img {
    height: auto;
    max-width: 80%;
  }
  .sticky-rounded-text1, .sticky-rounded-text2 {
    max-width: 300px;
    height: 70px;
    top: -3rem;
  }
  .sticky-rounded-text2 span:nth-last-child(1) {
    flex-basis: 60%;
  }
  .sticky-rounded-text2 span:nth-last-child(2){
    flex-basis: 40%;
  }
  .achievement-grid div {
    flex-basis: 100%;
  }
  .performance-col {
    text-align: center;
  }
  div#stack-logos-animated svg {
    width: 100%;
    height: 100%;
  }
  .circled-anim-text {
    bottom: 14px;
    width: 75%;
    text-align: left;
    line-height: 14px;
    position: relative;
    margin: 0 auto;
    left: 20px;
  }
  #stacks-line-animated svg {
    height: 100%;
    width: 100%;
  }


}



@media (min-width: 501px) and (max-width: 767px) {
  .row-10x {
    width: 80%;
    margin: 0 auto;
  }
  /*.colored-grid-section .container {
    width: 80%;
    margin: 0 auto;
  }*/
}

@media (max-width: 430px) {
  .menu_mega_mbl {
    -webkit-transform: translate(-55%, -35%);
    transform: translate(-25%, -35%);
    padding: 30px 0px;
  }
  .performance-col img {
      max-width: 100%;
  }
  .colored-grid-section img {
    height: auto;
    max-width: 100%;
  }
}