* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background: #000;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
/* Common Css here */
/* Contaienr */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* Main Css here */
.header_top {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(28, 28, 28, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 999;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
}
.header__content a.logo {
  height: 56px;
  display: block;
}
.header__content a.logo img {
  height: 100%;
  width: auto;
}
.faq__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.faq__menu ul li a {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-style: 18px;
  color: #ffffff;
  display: block;
  padding: 5px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
/* hero */

.hero__wrapper {
  padding-top: 200px;
  padding-bottom: 255px;
}
.hero__wrapper span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.hero__wrapper h1 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 18px;
}
.hero__wrapper p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  max-width: 482px;
}
/* Service Area CSS Start */
.service {
  background: #f5f5f5;
  padding: 100px 0 50px 0;
  height: 600px;
}
.shape,
.long_shape,
.hero__wrapper {
  position: relative;
}
.hero__wrapper::after {
  content: "";
  position: absolute;
  top: 212px;
  left: 50px;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.shape::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 79px;
  width: 30px;
  height: 1px;
  background: #232323;
}
.long_shape::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 145px;
  width: 30px;
  height: 1px;
  background: #232323;
}
.wrapper__tittle span {
  font-size: 12px;
  font-weight: 400;
  color: #232323;
}
.wrapper__tittle h2 {
  font-size: 42px;
  font-weight: 700;
  color: #232323;
}
.service__content {
  padding-top: 60px;
}
.service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.service__single__item {
  width: 100%;
  height: 280px;
  padding: 24px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.service__single__item:hover {
  background: #000;
  height: 320px;
}
.service__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.service__item__title span {
  font-weight: 400;
  font-size: 12px;
  color: #232323;
  transition: 0.3s all ease-in;
}
.service_img .img_hover {
  visibility: hidden;
  opacity: 0;
}
.service_img {
  position: absolute;
  right: 0;
  top: -3px;
}
.service_img img {
  height: 24px;
  top: 24px;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.service__item__content h2 {
  max-width: 236px;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding-bottom: 20px;
}
.service__single__item:hover h2,
.service__single__item:hover .service__item__title span {
  color: #fff;
}
.service__single__item:hover .service_img .img_hover {
  visibility: visible;
  opacity: 1;
}
.service__single__item:hover .service_img .img_defolt {
  visibility: hidden;
  opacity: 0;
}
.service__item__content p {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.service__single__item:hover p {
  visibility: visible;
  opacity: 1;
}

/* Service Area CSS End */
/* Project Area CSS Start */
.project {
  background: #f5f5f5;
  padding: 50px 0;
}
.project__content {
  padding: 50px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
}
.project__single__item {
  background: #ffffff;
  -webkit-filter: drop-shadow(0px 10px 12px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 10px 12px rgba(0, 0, 0, 0.05));
}
.project__single__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project__item__content p {
  padding: 16px;
}
.project__item__content p a {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  color: #353535;
}
/* Project Area CSS End */
/* Client Area CSS Start */
.client {
  padding: 50px 0;
  background: #f6f8fc;
}
.client__content {
  padding-top: 40px;
}
.all_client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.single__client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single__client img {
  height: 35px !important;
  width: 120px !important;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.client__content .owl-dots {
  padding-top: 20px;
}
/* Client Area CSS End */
/* Get in Touch Area CSS Start  */
.get__in__touch {
  padding: 100px 0;
  background: #ffffff;
}
.get_in_touch_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.get__in__touch_left h2 {
  font-size: 40px;
  font-weight: 700;
  color: #353535;
}
.get__in__touch_left span {
  display: block;
  max-width: 408px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  color: #353535;
  padding-top: 20px;
}
.contact_info_top,
.contact_info_buttom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_info_buttom {
  margin-top: 16px;
}
.contact_single_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  min-width: 292px;
}
.contact_info_top .last_item {
  margin-left: 16px;
}
.contact_single_item img {
  height: 24px;
  margin-right: 20px;
}
.contact_single_item p {
  font-size: 16px;
  font-weight: 500;
  color: #353535;
}
/* Get in Touch Area CSS End */
/* footer area */
footer {
  background: #353535;
}
.footer__warapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__warapper h4 a {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.footer__warapper p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.project__content-mobile {
  display: none !important;
}
.owl-stage {
  padding-left: 0px !important;
}
