/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* import files */
@import url("../fonts/fonts.css");
@import url("../css/header_footer.css");
@Import url("../css/style.css");

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
  background: url("../images/background.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
a:hover {
  color: #f06022;
}
a,a:hover {
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom_container {
  padding: 0 80px;
}
.home-main {
  padding: 120px 0 0 0;
}
.wd-mt-50 {
  margin-top: 50px;
}
/* ================= Home Page ================== */
/* banner */
.drk-btn{
  padding: 8px 11px 8px 20px;
  height: auto;
  background: #000;
  border-radius: 90px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  white-space: nowrap;
-webkit-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
transition: all 0.7s linear;
}
.drk-btn span{
  height: 36px;
  width: 36px;
  background: linear-gradient(180deg, #F06022 0%, #F99E17 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.drk-btn span:hover{
  background: linear-gradient(180deg, #F99E17 0%, #F06022 100%) !important;
}
.drk-btn:hover span{
  transform: rotate(45deg);
}
.sh_banner {
  padding: 130px 0;
  position: relative;
}
.sh_banner::before {
  content: "";
  position: absolute;
  background: url("../images/pattern-1.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 500px;
  top: 0;
  left: 0;
  margin: -8% 0 0 0;
  z-index: -1;
}
.sh_banner::after {
  content: "";
  position: absolute;
  background: url("../images/pattern-2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 500px;
  top: 0;
  right: 0;
  margin: -8% 0 0 0;
  z-index: -1;
}
.sh_bnr_txt h2 {
  font-family: "ClashDisplay-Regular";
  font-weight: 400;
  font-size: 70px;
  text-align: center;
  color: #292c39;
  margin: 0;
}
.sh_bnr_txt h1 {
  font-family: "ClashDisplay-Bold";
  font-weight: 600;
  font-size: 70px;
  text-align: center;
  background: linear-gradient(180deg, #f06022 0%, #f99e17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 0 15px;
}
.sh_bnr_txt p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000000;
  margin: 0 0 30px;
}
.sh_bnr_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* Review */
.sh_review_box {
  filter: drop-shadow(0px 0px 34px rgba(240, 96, 34, 0.1));
  box-shadow: 0px 0px 34px 0px #f060221a;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 24px 0;
}
.sh_review_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.review_img img {
  height: 58px;
  min-width: 51px;
  object-fit: contain;
}
.star_grp {
  display: flex;
  align-items: center;
  gap: 3px;
}
.review_txt p {
  font-weight: 500;
  font-size: 20px;
  color: #292c39;
  margin: 0;
}
/* our service */
.hex_head {
  margin: 0 0 35px;
}
.title-active {
  position: relative;
  z-index: -1;
}
.title-active h3 {
  font-family: "ClashDisplay-Medium";
  background: linear-gradient(
    180deg,
    #f06022 17.87%,
    rgba(240, 96, 34, 0) 113.8%
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: #fbeeee;
  -moz-text-fill-color: #fbeeee;
  -webkit-text-stroke: 3px transparent;
  font-size: 180px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fbeeee;
  text-transform: uppercase;
  opacity: 0.3;
      width: max-content;
      padding-left: 5px;
}
.sh_inner_banner .hex_head h2 {
  font-family: "ClashDisplay-Regular";
  font-size: 70px;
  font-weight: 400;
  color: #fff;
  margin: -100px 0 10px;
}
.sh_inner_banner .title {
  position: relative;
  z-index: 1;
}
.sh_inner_banner .title h3 {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: #ffffff40;
  font-size: 180px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fbeeee;
  text-transform: uppercase;
  opacity: 0.3;
  margin-bottom: 0px;
}
.hex_head h2,
.award_txt h2 {
  font-family: "ClashDisplay-Regular";
  font-weight: 400;
  font-size: 70px;
  text-align: center;
  color: #292c39;
  margin: -95px 0 0;
}
.hex_head h2 span,
.award_txt h2 span {
  font-family: "ClashDisplay-Bold";
  font-weight: 600;
  font-size: 70px;
  text-align: center;
  background: linear-gradient(180deg, #f06022 0%, #f99e17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.hex_head img {
  height: 200px;
  object-fit: contain;
}
.sh_services .hex_head {
  margin: 0 0 70px;
}
.sh_services {
  padding: 50px 0 0;
}
.service_bx {
  box-shadow: 0px 14px 24px 0px #0000000d;
  background: #fff;
  border-radius: 18px;
  padding: 0 22px 25px;
  text-align: center;
  margin: 0 0 80px;
  display: block;
  min-height: 395px;
}
.service_bx img {
  height: 250px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid;
  box-shadow: 0px 11.0062px 17.1122px rgba(0, 0, 0, 0.2);
  border-image-source: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
  margin: -40px 0 20px;
}
.service_bx h3 {
  font-family: "ClashDisplay-Regular";
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #f06022;
  margin: 0 0 10px;
}
.service_bx p {
  font-weight: 400;
  font-size: 16px;
  color: #292c39b3;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* work process */
.sh_work {
  padding: 20px 0 50px;
}
.wrk_img{
  position: sticky;
  top: 100px;
}
.wrk_img img {
  height: 426px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0px 11.0062px 17.1122px rgba(240, 96, 34, 0.2);
  width: 100%;
}
.work_accordian {
  padding-right: 43px;
}
.work_accordian .accordion-button {
  font-family: "ClashDisplay-Medium";
  font-size: 33px;
  font-weight: 600;
  color: #f06022;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  border: 0;
}
.work_accordian .collapsed {
  color: #bcbbbd;
}
/* .work_accordian .accordion-button.active{  color: #F06022;} */
.work_accordian .accordion-button::after {
  display: none;
}
.work_accordian .accordion-item {
  background: transparent;
  border: none;
  padding: 30px 0;
  border-bottom: 1px solid #0000001a;
}
.work_accordian .accordion-body p{
  padding: 10px 0 10px 30px;
  font-weight: 400;
  font-size: 18px;
  color: #292c39;
  margin-bottom: 15px;
}
.accordion-body p:last-child{
  margin-bottom: 0;
}

/* oue Technology */
.nav-pills {
  padding: 6px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 5px 14px rgba(240, 96, 34, 0.2);
  border-radius: 90px;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.sh_tabs .nav-pills .nav-link {
  font-weight: 600;
  font-size: 16px;
  border-radius: 90px;
  text-align: center;
  border: 0;
  background: transparent;
}
.sh_tabs .nav-link {
  color: #000;
  padding: 10px 30px;
}
.sh_tabs .nav-pills .nav-link.active,
.sh_tabs .nav-pills .show > .nav-link {
  background: #000000;
  border-radius: 90px;
  color: #fff;
}
.sh_portfolio_tech .sh_tabs .nav-pills .nav-link.active,
.sh_portfolio_tech .sh_tabs .nav-pills .show > .nav-link {
  background: linear-gradient(180deg, #f06022 0%, #f99e17 100%);
  color: #fff;
}
.sh_portfolio_tech .nav-pills {
  margin: 40px auto 0;
}
.sh_tech_box {
  padding: 56px 0 95px;
}
.mobile_lft img {
  height: 467px;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0px 11.0062px 17.1122px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}
.tech-grp-icon {
  margin: 0 0 27px;
}
.tech-grp-icon:last-child {
  margin: 0;
}
.tech {
  background: #ffffff;
  box-shadow: 0px 11.0062px 17.1122px rgba(240, 96, 34, 0.2);
  border-radius: 25px;
  min-width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech-grp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
.tech img {
  height: 70px;
  object-fit: contain;
}
/* techno Box */
.award_txt p,
.techno_bx p {
  font-weight: 400;
  font-size: 16px;
  color: #292c39;
  margin: 0 0 28px;
}

.techno_icon_grp,
.techno_social_grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 28px;
}
.techno_social_grp {
  margin: 0;
}
.techno_icon_grp img {
  height: 44px;
  width: 44px;
  object-fit: contain;
}
.techno_icon_grp a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 13px 19px;
  width: 131px;
  height: 124px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 13.0308px 20.26px rgba(240, 96, 34, 0.2);
  border-radius: 17px;
}
.techno_icon_grp h5 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #545454;
  margin: 0 0 4px;
}
.techno_icon_grp h6 {
  font-weight: 400;
  font-size: 14px;
  color: rgba(84, 84, 84, 0.5);
  margin: 0;
  text-align: center;
}
.techno_social_grp a {
  width: 50px;
  height: 50px;
  background: #000000;
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.25);
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techno_social_grp img {
  height: 28px;
  width: 28px;
  object-fit: contain;
}
.tech_logo img {
  height: 104px;
  object-fit: contain;
  margin: 0 0 28px;
}
/* Awards */
.award_txt h4 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin: 0 0 10px;
}
.award_txt h2 {
  margin: 0 0 10px;
  text-align: start;
}
.award_txt {
  padding-right: 54px;
}
.award_item {
  width: 250px;
  height: 250px;
  background: #ffffff;
  box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
  transition: 0.5s ease-in-out;
}
.award_item:hover {
    box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.3);
}
.award_item img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  object-fit: contain;
  margin: 0;
}
.award_item h6 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.sh_awards {
  padding: 50px 0 125px;
}
.award_bx_row {
  display: flex;
  align-items: center;
  gap: 35px;
}
/* counter */
.counter_bx {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.sh_counter {
  background: url("../images/counter/pattern.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 38px;
}
.counter_bx .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.tem_img img {
  height: 85px;
  object-fit: contain;
}
.sh_counter .item_txt h6 {
  font-weight: 800;
  font-size: 56px;
  color: #f99e17;
  margin: 0;
}
.sh_counter .item_txt p {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  margin: 0;
}
.item_num {
  display: flex;
  align-items: center;
}
.border-line {
  border: 1px solid #ffffffa9;
  height: 120px;
}
/* Testimonial */
.sh_testimonial {
  background: url("../images/testi-bg.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 0 0;
}
.testi_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 27px;
  justify-content: center;
  box-shadow: 0px 14px 54px 0px #00000024;
  border: 2px solid;
  padding: 35px 60px;
  margin: 0;
  cursor: pointer;
  border-image-source: linear-gradient(
    143.48deg,
    rgba(255, 255, 255, 0.43) 9.15%,
    rgba(227, 227, 227, 0.41) 112.98%
  );
  background: linear-gradient(
    142.13deg,
    rgba(255, 255, 255, 0.28) 1.8%,
    rgba(255, 255, 255, 0.31) 99.75%
  );
}
.testi_box img {
  width: 115px !important;
  height: 115px;
  margin: 0 0 20px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0px 5px 14px 0px #00000040;
}
.testi_box h5 {
  font-family: "ClashDisplay-Regular";
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #000000;
  margin: 0 0 2px;
}
.testi_box h6 {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #292c3980;
  margin: 0 0 20px;
}
.testi_box p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #545454;
  margin: 0;
}
/* our Client */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.client_slider,
.slider {
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.partner-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slide {
  width: 213px;
  height: 105px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 7px 20px 0px #0000001a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.slide img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.slide:hover img {filter:none;}
@keyframes scrolls {
  0% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0);
  }
}

.slide-track {
  display: flex;
  width: calc(250px * 14);
  animation: scrolls 40s linear infinite;
}
.sh_clients {
  padding: 0 0 62px;
}

/* Customer Support */
.sh_support {
  padding: 62px 0 27px;
}
.talk_bx {
  background: #000000;
  padding: 35px;
  border-radius: 30px;
  width: 100%;
  position: relative;

}
.talk_bx::after {
    content: '';
    position: absolute;
    top: -6em;
    left: -5em;
    background: url(../images/touch-pattern.png) no-repeat;
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position: top center;
    z-index: -1;
}
.talk_bx h5 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f99e17;
  margin: 0 0 2px;
}
.talk_bx h6 {
  font-family: "ClashDisplay-Medium";
  font-weight: 600;
  font-size: 27px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 20px;
}
.contact {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
}
.contct_bg {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.txt_msg h3 {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #f99e17;
  margin: 0;
}
.txt_msg a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.contact svg {
  height: 24px;
  min-width: 24px;
  object-fit: contain;
}
.sh_hex_form {
  background: #ffffff;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 30px;
}
.sh_hex_form h3 {
  font-family: "ClashDisplay-Regular";
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.0015em;
  color: #000000;
  margin: 0 0 15px;
}
.hex {
  font-family: "ClashDisplay-Medium";
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.0015em;
  background: linear-gradient(180deg, #f06022 0%, #f99e17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.sh_hex_form p {
  font-weight: 400;
  font-size: 16px;
  color: #292c39;
  margin: 0 0 15px;
}
.hex_frm .form-control {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 18px 25px;
  height: auto;
  font-weight: 400;
  font-size: 15px;
  color: rgba(84, 84, 84, 0.6);
  border: none;
}
.hex_frm .form-control:focus{
  box-shadow: none;
  border: 1px solid #F99E17;
}
.hex_frm .form-group {
  margin: 0 0 20px;
}
.hex_frm textarea {
  height: 174px !important;
  resize: none;
}
.suprt_img img {
  object-fit: contain;
  height: 813px;
}
.suprt_img {
  position: relative;
}
/* Protect */
.sh_protect {
  padding: 27px 0 30px;
}
.protct_item {
  background: #ffffff;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
}
.protct_item img {
  object-fit: contain;
  height: 50px;
}
/* ===============PORTFOLIO PAGE ================== */
.sh_inner_banner {
  background: url("../images/portfolio-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 60px 60px;
  padding: 140px 0 43px;
}
.sh_prtflio_txt p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.tech_port {
  position: relative;
  padding: 80px 0;
}
.tech_port::before {
  content: "";
  width: 70%;
  height: 793px;
  background-size: contain !important;
  position: absolute;
  top: 0;
  right: 0;
}
.ukio::before {
  background: url(../images/technologies/ukio.png) no-repeat;
  background-position: 100% 100%;
}
.raquel::before {
  background: url(../images/technologies/raquel.png) no-repeat;
  background-position: 100% 100%;
}
.techno-img {
  display: none;
}
.eyenia::before {
  background: url(../images/technologies/eyenia.png) no-repeat;
  top: 0;
  left: 0;
}
.hooked::before {
  background: url(../images/technologies/hooked.png) no-repeat;
  top: 0;
  left: 0;
}
/* common accordian */
.accordion-body {
  position: relative;
}
.accordion-body p::after {
  position: absolute;
  left: 0px;
  height: calc(100% - 40px);
  border-left: 2px solid #fa743d;
  content: "";
  top: 20px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
button.accordion-button {
  padding: 18px 0;
}
.accordion-item {
  border: 2px solid #14253a1c;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0 25px;
}
.accordion-button:not(.collapsed) h5 {
  background: transparent;
  color: #fa743d;
}
.accordion-button:not(.collapsed) {
  border-bottom: 0 !important;
}
.accordion-button:focus {
  box-shadow: none;
  background: transparent;
  color: #fa743d;
}
.accordion-item h5 {
  font-size: 18px;
  font-weight: 500;
  color: #00145b;
  margin-right: 10px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/down-arrow.png");
}
.wd-prodct-blog .accordion {
  max-width: 100%;
  margin: 0;
}
.wd-faqs-area .accordion li,
.wd-job-listing-blog .accordion li {
  border: none;
  list-style: disc;
  font-size: 14px;
  color: #525252;
  padding: 5px 0;
}
.wd-faqs-area .accordion ul,
.wd-job-listing-blog .accordion ul {
  padding-left: 15px;
}
.wd-mr-opening h6 {
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0;
  color: var(--blue);
}
.accordion-body p {
  margin: 0;
  padding: 0;
}
.wd-job-listing-blog .accordion {
  max-width: 100%;
  /* margin: 0 auto 100px; */
}
.wd-job-listing-blog .accordion a::before,
.wd-job-listing-blog .accordion a::after,
.wd-job-listing-blog .accordion-button::after {
  display: none;
}

.wd-mr-opening .accordion .accordion-item:nth-child(2n + 1) .wd-apply-btn {
  background: rgb(242, 239, 239);
}
.wd-job-listing-blog .wd-apply-btn {
  padding: 15px 30px;
  background: #fa743d26;
  color: #001d23;
  flex: 0 0 18%;
  -ms-flex: 0 0 18%;
  max-width: 14%;
  color: #fa743d;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600 !important;
  white-space: nowrap;
  border-radius: 5px;
}
.sh-head {
  color: #f06022;
}
.service-content-text strong {
  margin: 10px 0;
}
/* wd-mr: */
.owl-testimonial .item{padding-bottom: 60px;}
