/* general css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  
  font-weight: 400;
  font-family: Inter;
  background: #fff;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.text-right {
  text-align: right !important;
}

.container {
  max-width: 1260px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mweb-br {
  display: none;
}

/* header css */
.main_header {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  background-color: #270C3D;

  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.main_header .row {
  align-items: center;
}

.header {
  display: flex;
  justify-content: space-between;
}

.main_header .book_demo_btn {
    display: none;
}
.scrolled .book_demo_btn {
    display: block;
}
.book_demo_btn button {
  cursor: pointer;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  border-radius: 76px;
  background: #FB764D;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
}

/* header css */


/* banner_hr */
h1.text {
  color: #FDFEFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: "Bricolage Grotesque";
}

.bp_2 {
  float: left;
  width: 100%;
  color: #FFB198;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.625%;
}

.btn_bn {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 40px;
  float: left;
}

.btn_1 {
  cursor: pointer;
  border-radius: 92px;
  background: #FB764D;
  display: flex;
  padding: 20px 35px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

.banner_text {
  width: 50%;
}

.banner_text .sp_h {
  color: #FB764D;
}
.mweb_fea {
    display: none;
}
.banner_img {
  width: 50%;
  position: relative;
}

.btn_2 {
  cursor: pointer;
  border-radius: 92px;
  border: 1.211px solid #FB764D;
  background: rgba(251, 118, 77, 0.10);
  display: flex;
  color: #FB764D;
  padding: 20px 35px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;

}

.bp_1 {
 text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
}

img {
  max-width: 100%;
}

.banner_hr {
  background: #270c3d;
  padding-top: 130px;
  padding-bottom: 50px;

}

.banner_hr_row {
  display: flex;
  gap: 190px;

  align-items: center;
}

.marquee {
  overflow: hidden;
  /* hide the scrolling overflow */
  width: 100%;
  -webkit-mask-image: linear-gradient(to right,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%);
  mask-image: linear-gradient(to right,
      transparent 0%,
      black 10%,
      black 90%,
      transparent 100%);
}

.marquee_header {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
}

.marquee__group {
  display: flex;
}

.marquee__group span {
  margin: 0 50px;
  white-space: nowrap;


}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.logo_slider p {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-top: 34px;
      font-family: "Bricolage Grotesque";
  margin-bottom: 34px;
}

.shap {
  position: relative;
}

.shap svg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 34px;
  width: 100%;
}


.main-container {
  position: relative;
  width: 442px;
  height: 442px;
  margin: auto;
}

.reliable_bn .row {
  display: flex;
  align-items: center;
}

.border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.25px solid rgba(214, 201, 253, 0.80);
  border-radius: 50%;
  top: 50%;
  left: 50%;
}

.inner-border {
  position: absolute;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  animation: circle-rotate-two 50s linear infinite;
  transform: translate(-50%, -50%);
  transform-origin: center;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.third-border-line {
  position: absolute;
  width: 74%;
  height: 74%;
  background-color: #49424d;
  /* border: 23.17px solid rgba(0, 255, 255, 1); */
  box-shadow: 0px 2.648px 13.901px 6px #49424d inset;
  opacity: 100%;
  border-radius: 50%;
  animation: circle-rotate 30s linear infinite;
  transform: translate(-50%, -50%);
  transform-origin: center;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.inner-border-line {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: 16%;
  top: 16%;
  background: rgb(214 201 253);
  z-index: 1;
}

.third-dot.new_dt {
  left: 49px;
}

.third-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 70px;
  top: 45px;
  rotate: 27deg;

}

.an_use {
  position: relative;
  top: -87px;
  left: 11px;

}

.center-image {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.center-image h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  transition: 0.5s ease;
}

.center-image h2:hover {
  color: #00EDED;
  transform: scale(1.1);
}



@keyframes Rotate-reverse {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.border {
  animation: circle-rotate 10s linear infinite;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

@keyframes circle-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes circle-rotate-two {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-405deg);
  }
}

.text_1 {
    position: absolute;
    top: 60px;
    z-index: 9;
    left: 45px;
    animation-name: animation-2;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}


@keyframes animation-2 {
  0% {

    transform: translateX(0);
  }

  100% {

    transform: translateX(50px);
  }
}


.text_2 {
  position: absolute;
  bottom: 52px;
  z-index: 9;
  left: 71px;
}

.text_3 {
  position: absolute;
  top: 84px;
  z-index: 9;
  right: 21px;
  animation-name: animation-1;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-1 {
  0% {

    transform: translateY(0);
  }

  100% {

    transform: translateY(30px);
  }
}

.text_4 {
  position: absolute;
  bottom: 120px;
  right: 12px;
  z-index: 9;

}

.text_5 {
  position: absolute;
  bottom: 0px;
  right: 84px;
  z-index: 9;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/* banner_hr */

/* hr_potential */
.hr_text_01 h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
      font-family: "Bricolage Grotesque";
  margin-bottom: 10px;
}

.hr_potential {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
}

.hr_box_1 {
  border-radius: 10px;
  background: #F8F0FF;
  padding: 20px;
  display: flex;
  gap: 40px;
  width: 48%;
}

.hr_text_box {
  display: flex;
  justify-content: space-evenly;
}

.hr_text_01 p {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.625%;
  margin-bottom: 20px;
}

.hd_1 {
  color: #270C3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 10px;
}

.hd_2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.hr_box_text_open_box {
  gap: 20px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.hr_hd {
  width: 75%;
}

.hr_img {
  width: 35%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

.hr_box_svg {
  display: flex;
  flex-direction: column-reverse;
}

.hr_icon_1 {
  position: absolute;
  bottom: 325px;
  right: 53px;
}

.hr_icon_1 svg {
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-7 {
  0% {

    transform: rotate(0);
  }

  100% {

    transform: rotate(-1000deg);
  }
}

.hr_icon_2 {
  position: absolute;
  bottom: 200px;
  right: -31px;
}

.hr_icon_2 svg {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(0.9);
    opacity: 1;
  }
}



.hr_box_1 {
  position: relative;
  height: auto;
  overflow: hidden;
}


.text_slide_1 {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
}

.slider {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
  /* because 2 slides of 100% each */
}


.text_slide_1 {
  flex: 0 0 100%;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.text_slide_1.active {
  opacity: 1;


}

.bc_2 {
  background: #FFFAE8 !important;
}

.bc_3 {
  background: #FFF2EF !important;
}

.bc_4 {
  background: #EAF5FF !important;
}


/* hr_potential */

/* trusted_hrms */
.hrms_tabel {
  display: flex;
  gap: 22px;
  float: left;
  width: 100%;
}

section.trusted_hrms {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page_title {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.page_title h2 {
  color: #270C3D;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
      font-family: "Bricolage Grotesque";
}

.hd_m1 {
  height: 84px;
  padding: 12px 40px;
  border: 0.1px solid #E4E4E4;
  background: #F8F0FF;
    position: sticky;
    top: 0;
  color: #270C3D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabel_list_1 li {
  border: 0.1px solid #E4E4E4;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 12px 40px;
  width: 290px;
}


.tabel_list_2 li {
  border: 0.1px solid #E4E4E4;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 12px 40px;
  width: 290px;
}

.tabel_list_3 li {
  border: 0.1px solid #E4E4E4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 12px 40px;
  width: 290px;
}

.tabel_list_4 li {
  border: 0.1px solid #E4E4E4;
text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 12px 40px;
  width: 290px;
}

.hrms_tabel {
height: 600px;
    width: 100%;
    overflow-y: auto;

}

.tabel_list_1 {
  border: 0.1px solid #cccccc63;
}

.tabel_list_2 {
  border: 0.1px solid #cccccc63;
}

.tabel_list_3 {
  border: 0.1px solid #cccccc63;
}

.tabel_list_4 {
  border: 0.1px solid #cccccc63;
}

.cl_1 {
  border: 1px solid #E4E4E4;
  background: #FBFFF7;
}

.cl_2 {
  border: 1px solid #E4E4E4;
  background: #FEFEFE;
}

.cl_3 {
  border: 1px solid #E4E4E4;
  background: #F9FDFF;
}

.cl_4 {
  border: 1px solid #E4E4E4;
  background: #FFFAF9;
}

.cl_5 {
  border: 1px solid #E4E4E4;
  background: #FFFCF6;
}

.cl_6 {
  border: 1px solid #E4E4E4;
  background: #F8FDFF;
}

.cl_7 {
  border: 1px solid #E4E4E4;
  background: #F9FCFF;
}

.cl_8 {
  border: 1px solid #E4E4E4;
  background: #F7FDFF;
}

.cl_9 {
  border: 1px solid #E4E4E4;
  background: #FBF8FF;
}

.cl_10 {
  border: 1px solid #E4E4E4;
  background: #F7F7F7;
}

.cl_11 {
  border: 1px solid #E4E4E4;
  background: #FFF9FB;
}

.cl_1 {
  border: 1px solid #E4E4E4;
  background: #FBFFF7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 12px 40px;
  width: 298px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.cl_1 {
  border: 1px solid #E4E4E4;
  background: #FBFFF7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 12px 40px;
  width: 298px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.ch_1 p {
  display: flex;
  gap: 10px;
}

.ch_2 p {
  display: flex;
  gap: 10px;
}

.btn_pr {
  text-align: center;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.btn_pr button {
  border: none;
  cursor: pointer;
  border-radius: 70px;
  background: #FB764D;
  padding: 20px 35px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

/* trusted_hrms */


/* techjockey_helps */

.techjockey_helps {
  float: left;
  width: 100%;
  margin-top: 50px;
  background: #fff;
  margin-bottom: 50px;
}


.techjockey_helps_text {
  display: flex;
  gap: 20px;
}

.helps_text {
  width: 50%;
}

.techjockey_helps .marquees_help_logo {
  width: 50%;
}

.techjockey_helps .marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

.techjockey_helps .marquee-horizontal {
  position: relative;
  z-index: 200;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  background-color: #000000;
}

.techjockey_helps .track-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 40s linear infinite;
}

.techjockey_helps .marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 52px;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.techjockey_helps .marquee-text {
  margin-right: 8vw;
  flex: 0 0 auto;
  color: #ffffff;
  text-transform: uppercase;
}


.techjockey_helps .track-horizontal-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-alt 40s linear infinite;
}

.techjockey_helps .icon-container-alt {
  display: flex;
  width: 91px;
  height: 52px;
  padding: 13.347px;

  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 6.674px;
  border: 1.335px solid rgba(248, 238, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
}


.techjockey_helps .flex-vertical {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);

}

.techjockey_helps .flex-horizontal {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.techjockey_helps .flex-horizontal.flex-left {
  justify-content: flex-start;
}

.techjockey_helps .track-vertical {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical 20s linear infinite;
}

.techjockey_helps .track-vertical-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical-alt 20s linear infinite;
}



@keyframes marquee-vertical {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@keyframes marquee-vertical-alt {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0%);
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

.techjockey_helps_box {
  border-radius: 20px;
  background: #270C3D;
  padding: 60px;
}

.helps_text h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 120%;
    font-family: "Bricolage Grotesque";
}

.helps_text p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.625%;
}

.helps_text span {
  color: #FB764D;
}

.an_hr_box_an {
  width: 50%;
  padding: 40px;
  border-left: 1px solid #ffffff73;
  position: relative;
}

.br_r1 {
  border-right: 1px solid #ffffff73;
}

.hr_software_1_box {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  gap: 20px;
}

.an_hr_1 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 50px;
}

.an_hr_svg {
  border-radius: 22px;
  background: rgba(214, 201, 253, 0.10);
  padding: 22px;
  display: flex;
  align-items: center;
  height: 98px;
  width: 98px;
}

.mr0 {
  margin-bottom: 0px;
}

.an_hr_svg_text p {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.an_hr_svg_text h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  font-family: "Bricolage Grotesque";
  margin-bottom: 12px;
}

.an_3 {
  position: absolute;
  right: -5px;
  animation: yellowLineAnimation 3s ease-out infinite;
}

.an_2 {
  position: absolute;
  right: -24px;
  animation: yellowLineAnimation1 3s ease-out infinite;
}

@keyframes yellowLineAnimation1 {
  100% {
    top: 0%;
    opacity: 1;
    background: none;
  }

  0% {
    top: 100%;
    opacity: 1;
    background: none;
  }

  50% {

    opacity: 1;
    background: none;
  }
}

.an_1 {
  position: absolute;
  left: -3px;

  animation: yellowLineAnimation 3s ease-out infinite;

}

@keyframes yellowLineAnimation {
  0% {
    top: 0%;
    opacity: 1;
    background: none;
  }

  50% {
    opacity: 1;
    background: none;
  }

  100% {
    top: 91%;
    opacity: 1;
    background: none;
  }
}

/* techjockey_helps */


/* start privacy_wrap css */
.privacy_wrap {
  background-color: #FDFBFF;
  margin: 0px 0px;
  padding: 50px 0px;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.page_title_n h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
  margin-bottom: 50px;
  font-family: "Bricolage Grotesque";

}

.icon-item {
  display: block;
  margin-bottom: 24px;
}

.box-title {
  line-height: 33.6px;
  color: #270C3D;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

.box-heading {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 6px;
  display: block;
}

.box-content p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;

}

.box-content p:last-child {
  margin-bottom: 0px;
}

.box-header {
  margin-bottom: 10px;
}

.box-text {
  margin-bottom: 24px !important;
}

.tab-container {
  display: flex;
  gap: 60px;
}

.tab-header button {
width: 100%;
  margin-bottom: 20px;

}
.tab-panel1{margin-bottom: 20px;}

.user_name_tag1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.462px;
  color: #000;
}

.user_name_tag2 {
  color: #383A5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.462px;
  width: 100%;
  float: left;
  opacity: 0.5;
}

.user_tab {
  display: flex;
  gap: 0px;
  align-items: center;
}

.tab-link.active {
  padding: 20px 40px;
}
.tab-link1.active {
  padding: 20px 40px;
      width: 100%;
}
.user_img {
  display: flex;
}

.user_img img {
  max-width: 73%;
  border: 2.846px solid #fff;
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */

}
.tab-link1.active {
  box-shadow: 0px 14px 100px 0px rgba(0, 0, 0, 0.10);
}
.tab-link.active {
  box-shadow: 0px 14px 100px 0px rgba(0, 0, 0, 0.10);
}
.tab-link1.active .user_img img {
  filter: none;
  -webkit-filter: grayscale(0);
  border: 2.846px solid #270C3D;
  border-radius: 100px;
}
.tab-link.active .user_img img {
  filter: none;
  -webkit-filter: grayscale(0);
  border: 2.846px solid #270C3D;
  border-radius: 100px;
}

.tab-link1 {
  background: none;
  border: none;

  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 700;
  width: 100%;
  text-align: left;
  border-radius: 16px;
  border: 1px solid #F1E0FF;
  background: #FFF;

  width: 400px;
  padding: 10px 40px;
}
.tab-link {
  background: none;
  border: none;

  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 700;
  width: 100%;
  text-align: left;
  border-radius: 16px;
  border: 1px solid #F1E0FF;
  background: #FFF;

  width: 400px;
  padding: 10px 40px;
}.tab-link1.active {
  color: white;
  border-bottom: 1px solid #F1E0FF;
}

.tab-header {
  width: 62%;
}

.tab-link.active {
  color: white;
  border-bottom: 1px solid #F1E0FF;
}
button.tab-link1.active span.user_name_tag2 {
  display: block;
}

button.tab-link.active span.user_name_tag2 {
  display: block;
}

span.user_name_tag2 {
  display: none;
}

.tab-content {

  width: 100%;
}
.tab-panel1 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tab-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tab-panel.active {
  display: block;
  opacity: 1;
}
.tab-panel1.active {
  display: block;
  opacity: 1;
}
.tab-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}


/* Hear Directly from Our Customers   */

/* tech_news */
.tech_news {
  background-color: #270c3d;
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}

.tech-news-title {
  width: 60%;
}

.tech_news_logo {
  display: flex;
  gap: 40px;
  align-items: center;
}

.title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 12px;
  font-family: "Bricolage Grotesque";
}

.tech-line {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.new-partners {
  display: flex;
  gap: 20px;
}

.news_partner_icon img {
  width: 100%;
}

.mweb-marquee {
  display: none;
}

/* tech_news */


/* Frequently Asked Questions (FAQs) */
.shap_ft {
  float: left;
  width: 100%;
}

.shap_ft svg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -146px;
  width: 100%;
}

.faq-wrap {
  padding-top: 10px;
  padding-bottom: 60px;
  background: #270C3D;
  display: inline-block;
  width: 100%;
  position: relative;
}

.faq-wrap .accordion .accordion-item {
  padding: 18px 0px;
  border-bottom: 0.5px solid #eeeeee82;
}

.faq-area {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.faq-wrap .page_title {
  float: left;
  width: 30%;
  margin-bottom: 40px;
}

.accordion {
  width: 70%;
}

.faq-wrap .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.faq-wrap .accordion button .accordion-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  font-family: Inter;
}

.faq-wrap .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.faq-wrap .accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.faq-wrap .accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.faq-wrap .page_title span {
  color: #FB764D;
}

.faq-wrap .page_title h2 {
  color: #FFF;
  text-align: left;
  font-size: 40px;
  position: relative;
  z-index: 9;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
     font-family: "Bricolage Grotesque";
  letter-spacing: -0.8px;
}

.faq-wrap .accordion-item button[aria-expanded='true']:after {
  rotate: 180deg;
}

.faq-wrap .accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.faq-wrap .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.faq-wrap .accordion .accordion-content p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 24px;
  opacity: 0.8;
  color: #fff;
}

.accordion-item button:after {
  content: url(../images/icon_down.svg);
  float: right;
}

.faq-wrap button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 500px;
}

/* Frequently Asked Questions (FAQs) */


/* footer */
.footer_email a img {
  margin-right: 7px;
  vertical-align: middle;
}

.footer_upper .row {
  align-items: center;
}

.footer-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #270c3d;
}

.footer_email {
  text-align: right;
}

.footer_upper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_email a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.social_link li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
}

.follow-links {
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

.social_link {
  display: flex;
  text-align: right;
}

.social_link img {
  vertical-align: middle;
}

.follow_us {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  top: 3px;
}

.protection-slider {
  display: none !important;
}

/* footer */

/* text animation */

.text {

  visibility: hidden;

  opacity: 0;

  transition: opacity 0.3s, transform 0.3s;

  transform: translateY(50px)
}

.fade-up {

  transform: translateY(50px)
}

.fade-down {

  transform: translateY(-50px)
}

.fade-right {

  transform: translateX(50px)
}

.fade-left {

  transform: translateX(-50px)
}

.fade-up-left {

  transform: translate(-50px, 50px)
}

.fade-up-right {

  transform: translate(50px, 50px)
}

.fade-down-left {

  transform: translate(-50px, -50px)
}

.fade-down-right {

  transform: translate(50px, -50px)
}

.zoom-in {

  transform: scale(.8)
}

.zoom-out {

  transform: scale(1.2)
}

.in-view {

  visibility: visible;

  opacity: 1;

  transform: none
}
.mweb-tab{
  display: none;
}
/* text animation */