@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWeb Prism */
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');

:root {
  --primary-color: #8750f7;
  /* Replace with your desired primary color */
}

::-moz-selection {
  background: #7b7d7f;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #7b7d7f;
  color: #ffffff;
  text-shadow: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Readex Pro", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #ffffff;
  background: #0f0715;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  /* overflow-y: scroll; */
}

:root {
  overflow-y: scroll;
}

/* html.cl-loaded.menu-came-in {
  overflow: hidden;
} */

a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
}

a:hover {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
}

p,
p span {
  font-family: "Readex Pro", sans-serif;
}

img {
  border: 0px;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
}

section {
  width: 100%;
  float: left;
}

img {
  max-width: 100%;
}

.common-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.contact-btn a {
  background-image: linear-gradient(to right, var(--primary-color) 0%, #5601ff 60%, var(--primary-color) 100%);
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  background-size: 200% auto;
  color: white;
  border-radius: 50px;
  display: block;
}

.contact-btn a:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.view-more {
  margin-top: 50px;
  text-align: center;
}

.view-more a {
  color: #fff;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  padding: 20px;
  position: relative;
  padding-right: 50px;
  transition: 0.3s all ease-in-out;
}

.view-more a::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 25px;
  right: 25px;
  transition: 0.3s all ease-in-out;
}

.view-more a:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.view-more a:hover::after {
  border-color: var(--primary-color);
}

.request-btn {
  margin-top: 80px;
}

.request-btn a {
  color: var(--primary-color);
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  padding: 20px;
  position: relative;
  padding-right: 50px;
  transition: 0.3s all ease-in-out;
}

.request-btn a::after {
  content: "";
  position: absolute;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 25px;
  right: 25px;
}

.request-btn a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.request-btn a:hover::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-60px);
  }

  100% {
    transform: translatey(0px);
  }
}

/* @keyframes bounce_shake{
  0%   { transform: scale(1,1)      translateY(0); }
  10%  { transform: scale(1.1,.9)   translateY(0); }
  30%  { transform: scale(.9,1.1)   translateY(-5px); }
  32% { transform: scale(1.2) translateY(-5px); }
  35%, 40% { transform: scale(1.2) translateY(-5px) rotate(-20deg)}
  45%, 50% { transform: scale(1.2) translateY(-5px) rotate(20deg)}
  60%  { transform: scale(1.05,.95) translateY(0); }
  70%  { transform: scale(1.05,.95) translateY(0); }
  80%  { transform: scale(1,1)      translateY(-3px); }
  95%  { transform: scale(1,1)      translateY(0); }
  100% { transform: scale(1,1)      translateY(0); }
} */

/* -------------header-wrapp-------------- */

.header-sec {
  padding: 30px 0px;
}

.header-sec .logo img {
  width: 300px;
  display: block;
}

.header-links {
  display: flex;
}

.header-links ul {
  display: flex;
  align-items: center;
}

.header-links ul li a {
  color: #fff;
  position: relative;
  padding-right: 20px;
}

.header-links ul li a::before {
  content: "+";
  position: absolute;
  right: 0px;
}

.header-links ul li a:hover {
  color: var(--primary-color);
}

.header-links ul li a::after {
  position: absolute;
  background-color: #8750f7;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -10px;
  transition: 0.4s all ease-in-out;
}

.header-links ul li a:hover::after {
  width: 100%;
}

.header-links ul li {
  margin-right: 50px;
}

.header-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-section {
  position: relative;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.banner-content {
  display: flex;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  justify-content: space-between;
  align-items: center;
}

.banner-content::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 8%;
  width: 322px;
  height: 308px;
  border-radius: 50%;
  background: var(--primary-color);
  background: -o-linear-gradient(190deg, var(--primary-color) 0%, rgba(115, 67, 210, 0) 100%);
  background: linear-gradient(260deg, var(--primary-color) 0%, rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-right: -5%;
  margin-top: -5%;
  z-index: -1;
}

.banner-content h1 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 20px;
}

.banner-content h1 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content p {
  font-size: 35px;
}

.banner-image {
  margin-left: 200px;
}

.banner-image img {
  width: 300px;
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
  /* animation: bounce_shake 4s ease-out infinite; */
}

.social-media-icons {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 350px;
}

.social-media-icons a {
  border: 3px solid var(--primary-color);
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: 0.3s all ease-in-out;
}

.social-media-icons a:hover {
  background-color: transparent;
}



/* service-section */



.service-sec {
  background-color: #050709;
  padding: 80px 0px;
}

.service-head {
  text-align: center;
}

.service-head h3 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.service-head h3 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
}

.service-head p {
  font-size: 20px;
}

.sevice-sec {
  margin-top: 60px;
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  margin-bottom: 30px;
  /* background-color: #212121a8; */
  transition: 0.3s all ease-in-out;
}
.service-card .service-content{
  max-width: 400px;
  width: 100%;
}
.service-card:hover {
  background-color: var(--primary-color);
}

.service-card:hover .service-content h3 {
  color: #fff;
}

.service-card p {
  font-size: 35px;
  font-weight: 500;
}

.service-card .service-content h3 {
  color: var(--primary-color);
  font-size: 26px;
  margin-bottom: 10px;
}

.service-card .service-content p {
  font-size: 16px;
  font-weight: 400;
}

.service-card .read-arrow {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.service-card:hover .read-arrow {
  background-color: #fff;
}



/* tech-section */

.tech-sec {
  background-color: #0f0715;
  padding: 80px 0px;
}

.tech-sec-head {
  text-align: center;
}

.tech-sec-head p {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.tech-sec-head h3 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tech-sec-head h3 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.tech-sec-para {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
  margin-top: 35px;
}

.tech-sec-para p {
  font-size: 20px;
  line-height: 35px;
}

.tech-language-wrap {
  margin-top: 50px;
}

.tech-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 3px solid var(--primary-color); */
  padding: 50px 20px;
  border-radius: 20px;
  background-color: #000000;
  transition: 0.3s all ease-in-out;
}

.tech-card:hover {
  background-color: #8750f729;
}

.tech-card img {
  margin-bottom: 30px;
}

.tech-card h3 {
  font-size: 20px;
}

/* ourwork-sec */


.ourworks-sec {
  padding: 80px 0px;
  background-color: #050709;
}

.work-head {
  text-align: center;
  margin-bottom: 30px;
}

.work-head p {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.work-head h3 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
}

.work-head h3 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.work-card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 50px 0px;
  justify-content: space-between;
  border-bottom: 1px dashed var(--primary-color);
}

.work-card:nth-child(2n) {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.work-card:last-child {
  border-bottom: none;
}

.work-card-img {
  width: 55%;
}

.work-card-img img {
  width: 100%;
  height: 400px;
  border: 5px solid var(--primary-color);
  border-radius: 30px;
  object-fit: cover;
  object-position: left;
}

.work-card-content {
  width: 40%;
}

.work-card-contnet-head {
  margin-bottom: 20px;
}

.work-card-content .work-card-contnet-head p {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.work-card-content .read-arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 0;
  margin-top: 30px;
  transition: all .25s ease-in-out;
}

.work-card-content .read-arrow:hover {
  background-color: #fff;
}

.work-card-content .work-card-contnet-head h3 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
}

.work-card-content-des p {
  font-size: 18px;
  line-height: 30px;
}



/* testimonails-sec */



.testi-sec {
  background-color: #0f0715;
  padding: 80px 0px;
}

.testimonial-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-content {
  width: 52%;
}

.testimonial-content h3 {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

.testimonial-content h3 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 30px;
}

.testi-div {
  padding: 80px 30px;
  background-color: #000000;
  border-radius: 20px;
  position: relative;
}
.testi-div::after{
  content: "";
  position: absolute;
  top: -53px;
  left: -45px;
  background-image: url("../images/quote-svgrepo-com.svg");
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}
.testi-div::before{
  content: "";
  position: absolute;
  bottom: -50px;
    right: -43px;
  background-image: url("../images/quote-svgrepo-com.svg");
  background-repeat: no-repeat;
  width: 100px;
  transform: rotate(180deg);
  height: 100px;
}
.testi-slider-sec {
  width: 45%;
}

.testi-card .testi-head h4 {
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 20px;
}
.testi-card .testi-head {
  margin-bottom: 20px;
}
.testi-card .testi-para p{
  font-size: 18px;
  line-height: 30px;
}


/* --------contact-wrapp------- */
.contact-wrapp {
  background-color: #050709;
  padding: 80px 0px;
}

.contact-wrapp .contact-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-cont {
  width: 45%;
}

.contact-cont h5 {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.contact-cont h3 {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact-cont h3 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.contact-cont p {
  font-size: 18px;
  line-height: 30px;
}

.contact-wrapp .contact-form-box {
  width: 48%;
  max-width: 700px;
  background: #0f0715;
  padding: 50px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: left;
}

.contact-wrapp .contact-form-box h2 {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 18px;
}

.contact-wrapp .contact-form-box p {
  font-size: 18px;
  line-height: 1.56;
  margin: 0 0 24px;
}

.contact-wrapp .contact-form-box .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contact-wrapp .contact-form-box .text-fields .text-field {
  width: 48%;
  margin: 0 4% 20px 0;
}

.contact-wrapp .contact-form-box .text-fields .text-field:nth-child(2n) {
  margin-right: 0;
}

.contact-wrapp .contact-form-box .text-fields .text-field:nth-child(5) {
  width: 100%;
  margin-right: 0;
}

.contact-wrapp .contact-form-box .text-fields .text-field input {
  width: 100%;
  height: 50px;
  color: #ffffff;
  background: #050709;
  border: 1px solid #22272c;
  border-radius: 10px;
  padding: 10px 18px;
}

.contact-wrapp .contact-form-box .text-fields .text-field textarea {
  width: 100%;
  height: 200px;
  color: #ffffff;
  background: #050709;
  border: 1px solid #22272c;
  border-radius: 10px;
  padding: 16px 18px;
  resize: none;
}

.contact-wrapp .contact-form-box .text-fields .form-btn {
  width: 100%;
}

.contact-wrapp .contact-form-box .text-fields .submit-btn {
  background-image: linear-gradient(to right, var(--primary-color) 0%, #5601ff 60%, var(--primary-color) 100%);
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: white;
  border: none;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.contact-wrapp .contact-form-box .text-fields .submit-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.contact-wrapp .contact-form-box .text-fields .text-field input::placeholder,
.contact-wrapp .contact-form-box .text-fields .text-field textarea::placeholder {
  color: #7b7b7b;
}

.contact-wrapp .contact-form-box .text-fields .text-field input:focus,
.contact-wrapp .contact-form-box .text-fields .text-field textarea:focus {
  border-color: #8750f7;
}

.contact-wrapp .contact-col1 {
  width: 100%;
  margin: 30px 0 0;
}

.contact-wrapp .contact-col1 ul li {
  display: block;
  margin: 0 0 20px;
}

.contact-wrapp .contact-col1 ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.contact-wrapp .contact-col1 ul li .icon {
  float: left;
  width: 28px;
  margin: -4px 8px 0 0;
}

.contact-wrapp .contact-col1 ul li a:hover {
  color: var(--primary-color);
}

.contact-wrapp .contact-col1 .contact-media {
  width: 100%;
}

.contact-wrapp .contact-col1 .contact-media a {
  display: inline-block;
  width: 25px;
  margin: 0 15px 0 0;
  position: relative;
}

.contact-wrapp .contact-col1 .contact-media a .hover-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .25s ease-in-out;
}

.contact-wrapp .contact-col1 .contact-media a:hover .hover-icon {
  opacity: 1;
}

.contact-wrapp .contact-col1 .contact-media a img {
  transition: all .25s ease-in-out;
}

.contact-wrapp .contact-col1 .contact-media a:hover > img {
  opacity: 0;
}


/* footer */

footer {
  background-color: #050709;
  float: left;
  width: 100%;
}

.footer-sec {
  padding: 50px 0px;
  border-top: 1px dashed var(--primary-color);
}

.foot-logo-sec img{
  width: 300px;
}
.foot-logo-sec .social-media-icons{
  max-width: 250px;
  margin: 0 auto;
  margin-top: 20px;
}
.foot-logo-sec .social-media-icons img{
  width: 20px;
}
.foot-logo-sec .social-media-icons a{
  border: 2px solid var(--primary-color);
  width: 45px;
  height: 45px;
}
.footer-contnet{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.foot-logo-sec{
  width: 24%;
}
.foot-menu{
  width: 30%;
}
.foot-menu h3{
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
}
.footmenus{
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}
.footmenus a{
  font-size: 20px;
  color: var(--primary-color);
}
.footmenus a:hover {
  color: #fff;
}
.foot-mail{
  margin-top: 50px;
  position: relative;
  max-width: 400px;
}
.foot-mail input{
  width: 100%;
  max-width: 400px;
  background-color: transparent;
  border-bottom: 1px solid var(--primary-color);
  padding: 10px;
  padding-bottom:12px;
  padding-left: 40px;
  color: #fff;
  position: relative;
}
.foot-mail::before{
  position: absolute;
  left: 0;
  content: "";
  bottom: 10px;
  background-image: url(../images/footermail.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.submitbtn{
  margin-left: -50px;
}
.foot-contact{
  width: 25%;
}
.company-mail,.company-phone{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.foot-contact h3{
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
}
.company-mail a{
  color: #fff;
  margin-left: 10px;
}

.company-mail a:hover{
  color: var(--primary-color);
}

.company-phone a{
  color: #fff;
  margin-left: 10px;
}

.company-phone a:hover{
  color: var(--primary-color);
}

.footer-row {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #0f0715;
}

.footer-row p {
  font-size: 14px;
  color: #fff;
}


/* -----inner-banner----- */
.inner-banner {
  position: relative;
}

.inner-banner .bg-img {
  width: 100%;
  position: relative;
}

.inner-banner .bg-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 50%);
}

.inner-banner .bg-img img {
  width: 100%;
  display: block;
}

.inner-banner .inner-banner-conten {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.inner-banner h2 {
  font-size: 50px;
  font-weight: 600;
}



/* ---------about-wrapp------ */

.about-wrapp {
  padding: 80px 0;
  position: relative;
  background: #0f0715;
}

.about-wrapp .about-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.about-wrapp .about-col1 {
  width: 54%;
}

.about-wrapp  .about-col2 {
  width: 35%;
  position: relative;
  padding: 50px 30px 0 0;
}

.about-wrapp p.sub-title {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.about-wrapp h2 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 22px;
}

.about-wrapp h2 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.about-wrapp p {
  font-size: 18px;
  line-height: 1.56;
  margin: 0 0 24px;
}

.about-wrapp ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.about-wrapp ul li {
  width: 48%;
  margin: 0 4% 20px 0;
  font-size: 20px;
  padding-left: 30px;
  background: url(../images/tick-circle.svg) no-repeat center;
  background-position-x: left;
  background-size: 20px;
  background-position-y: 4px;
  line-height: 1.56;
}

.about-wrapp ul li:nth-child(2n) {
  margin-right: 0;
}


.about-wrapp  .about-img {
  width: 390px;
  height: 390px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
}

.about-wrapp .square-shape {
  position: absolute;
  top: 0;
  left: 5%;
  width: 45px;
}

.about-wrapp .circle-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.about-wrapp .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-wrapp .pattern {
  position: absolute;
  top: 0;
  left: 0;
}



/* ---------------------------------------- */

.faq-wrapp {
  background-color: #0f0715;
  padding: 80px 0px;
}

.faq-wrapp .faq-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-wrapp .faq-col1 {
  width: 44%;
  position: relative;
  z-index: 1;
}

.faq-wrapp .faq-col1 .faq-img1 {
  width: 65%;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.faq-wrapp .faq-col1:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: url(../images/pattern1.png) no-repeat center / cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.faq-wrapp .faq-col1:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: url(../images/pattern1.png) no-repeat center / cover;
  top: 80%;
  left: 10%;
}

.faq-wrapp .faq-col1 .faq-img2 {
  width: 65%;
  position: absolute;
  right: 0;
  bottom: -240px;
}

.faq-wrapp img {
  width: 100%;
  display: block;
}

.faq-wrapp .faq-col2 {
  width: 52%;
}

.faq-wrapp p.sub-title {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.faq-wrapp h2 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 22px;
}

.faq-wrapp h2 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.faq-wrapp .accordian {
  width: 100%;
}

.faq-wrapp .accordian .accordian-item {
  width: 100%;
  background: #1c0d28;
  margin: 0 0 20px;
  transition: all .5s ease-in-out;
}

.faq-wrapp .accordian .accordian-item h2 {
  font-size: 20px;
  padding: 20px 45px 20px 20px;
  margin: 0 0 0;
  cursor: pointer;
  background: url(../images/circle-right.svg) no-repeat center / 20px;
  background-position-x: 95%;
  transition: all .5s ease-in-out;
}

.faq-wrapp .accordian .accordian-item.active h2{
  background: url(../images/circle-down.svg) no-repeat center / 20px;
  background-position-x: 95%;
}

.faq-wrapp .accordian .accordian-item .accordian-content {
  width: 100% !important;
  padding: 0 20px 0;
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.faq-wrapp .accordian p {
  font-size: 16px;
  line-height: 1.65;
}

.faq-wrapp .accordian .accordian-item.active {
  border-top: 3px solid var(--primary-color);
}

.faq-wrapp .accordian .accordian-item.active .accordian-content {
  max-height: 500px;
  padding: 0 20px 30px;
}


.testi-sec.dark-bg {
  background: #050709;
}

.testi-sec.dark-bg .testi-div {
  background: #0f0715;
}







/* service-page */

.service-banner{
  padding: 80px 0px;
  position: relative;
  text-align: center;
}
.service-page-content{
  padding: 80px 0px;
  background-color: #050709;
}
.serv-des{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve-sec-left{
  width: 48%;
}
.serve-head h3 span {
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.serve-head h3 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
}

.serve-head p {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.serve-des-para{
  margin-top: 20px;
}
.serve-des-para p{
  line-height: 1.84;
}
.serve-sec-right{
  width: 48%;
}
.serve-des-boxs{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.serve-box{
  width: 48%;
  border: 1px solid var(--primary-color);
  padding: 40px 30px;
  margin-bottom: 30px;
  position: relative;
}
.serve-box h3{
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 500;
}
.serve-box  p{
  font-size: 14px;
  line-height: 1.6;
}
.serve-box h4{
  position: absolute;
  top: 0;
  left:20px;
  background-color: var(--primary-color);
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -20px;
}

/* service-list */

.service-lists{
  padding: 80px 0px;
}
.capablity-head{
  text-align: center;
}
.capablity-head p{
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.capablity-head h3{
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
}
.capablity-head h3 span{
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.capablity-list-wrap{
  margin-top: 50px;
  padding: 50px;
  background-color: #050709;
  border-radius: 20px;
}
.capablity-row{
  padding: 30px 0px;
  border-bottom: 1px dashed var(--primary-color);
}
.capablity-row:last-child{
  border-bottom: none;
}
.serv-list-des{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serv-list-head{
  width: 30%;
  position: relative;
}
.serv-list-head::after{
  content: "";
  position: absolute;
  right: 20px;
  background-image: url("../images/list-arrow-right.svg");
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  top: 0;

}
.serv-list-head h3{
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.5;
  max-width: 200px;
  font-weight: 600;
}
.serv-list-para{
  width: 40%;
}
.serv-list-para p{
  font-size: 18px;
  line-height: 1.8;
}
.serv-list-quality{
  width: 20%;
}
.serv-list-quality li{
  margin-bottom: 15px;
  font-size: 20px;
  padding-left: 10px;
  border-left: 3px solid var(--primary-color);
  padding-left: 30px;
}


/* workflow */


.workflow-design-wrap{
  padding: 80px 0px;
  background-color: #050709;
}
.workflow-head {
  text-align: center;
}
.workflow-head  p{
  font-size: 20px;
  margin-bottom: 15px;
  max-width: 1000px;
  margin: 20px auto;
  line-height: 1.8;
}
.workflow-head  h3{
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
}
.workflow-head  h3 span{
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.workflow-diag{
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work-flow-card{
  border: 3px dashed var(--primary-color);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-flow-pack{
  display: flex;
  width: 33%;
  flex-direction: column;
  max-width: 350px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
.work-flow-pack:nth-child(1)::after{
  position: absolute;
  content: "";
  background-image: url("../images/Vector.svg");
  top: 20%;
  right: -70%;
  width: 300px;
  height: 40px;
  background-repeat: no-repeat;
}
.work-flow-pack:nth-child(2)::after{
  position: absolute;
  content: "";
  background-image: url("../images/Vector\ \(1\).svg");
  top: 30%;
  right: -70%;
  width: 300px;
  height: 40px;
  background-repeat: no-repeat;
}
.work-flow-pack:nth-child(3)::after{
  position: absolute;
  content: "";
  background-image: url("../images/Vector\ \(2\).svg");
  top: 105%;
  right: -40%;
  width: 300px;
  height: 100px;
  background-repeat: no-repeat;
}
.work-flow-pack:nth-child(4)::after{
  position: absolute;
  content: "";
  background-image: url("../images/Vector\ \(3\).svg");
  top: -54%;
  right: -50%;
  width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  transform: rotate(173deg);
}

.work-flow-pack:nth-child(5)::after{
  position: absolute;
  content: "";
  background-image: url("../images/Vector\ \(4\).svg");
  top: -54%;
  right: -50%;
  width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  transform: rotate(173deg);
}
.work-flow-pack:nth-child(5),.work-flow-pack:nth-child(4),.work-flow-card:nth-child(3){
  margin-bottom: 0;
}
.work-flow-pack h3{
  font-size: 30px;
  color: var(--primary-color);
  margin: 15px 0px;
}
.work-flow-pack p{
  line-height: 1.5;
}



/* ----------coming-soon--------- */

.coming-soon-wrapp {
  position: relative;
  text-align: center;
}

.coming-soon-wrapp .coming-soon-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 50px 0;
}

.coming-soon-wrapp .logo {
  width: 300px;
  position: relative;
  margin: 0 0 -60px;
}

.coming-soon-wrapp .logo img {
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
}

.coming-soon-wrapp .logo:before {
  content: "";
  position: absolute;
  top: 5%;
  right: 8%;
  width: 370px;
  height: 360px;
  border-radius: 50%;
  background: var(--primary-color);
  background: -o-linear-gradient(190deg, var(--primary-color) 0%, rgba(115, 67, 210, 0) 100%);
  background: linear-gradient(260deg, var(--primary-color) 0%, rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-right: -5%;
  margin-top: -5%;
  z-index: -1;
}

.coming-soon-wrapp h1 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 20px;
  background: linear-gradient(to right, var(--primary-color) 0%, #5500ff 100%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.coming-soon-wrapp h2 {
  font-size: 45px;
  font-weight: 600;
}

.coming-soon-wrapp .social-media-icons {
  gap: 30px;
}



.overlay {
  display: none;
}

.burger-btn {
  display: none;
}
.contact-form-box input{
  width: 100% !important;
  height: 50px !important;
  color: #ffffff !important;
  background: #050709 !important;
  border: 1px solid #22272c !important;
  border-radius: 10px;
  padding: 10px 18px !important;
}
.contact-form-box textarea{
  width: 100% !important;
  color: #ffffff !important;
  background: #050709 !important;
  border: 1px solid #22272c !important;
  border-radius: 10px;
  padding: 10px 18px !important;
}
.contact-form-box button{
  background-image: linear-gradient(to right, var(--primary-color) 0%, #5601ff 60%, var(--primary-color) 100%) !important;
  padding: 15px 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  background-size: 200% auto !important;
  color: white !important;
  border: none !important;
  border-radius: 50px !important;
  display: inline-block !important;
  transition: all 0.5s ease-in-out !important;
}


.foot-mail .everest-forms {
  width: 100%;
}

.foot-mail .everest-forms .evf-container {
  width: 100%;
  margin: 0;
  position: relative;
}

.foot-mail .everest-forms .evf-container .evf-field-container {
  width: 100%;
  padding: 0;
}

.foot-mail .everest-forms .evf-container .evf-frontend-row .evf-field {
  width: 100%;
  margin: 0;
}

.foot-mail .everest-forms .evf-container .evf-frontend-row .evf-field input {
  width: 100%;
  max-width: 400px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  padding: 10px 40px;
  padding-bottom: 12px;
  color: #fff;
  position: relative;
  margin: 0;
}

.foot-mail .everest-forms .evf-container .evf-frontend-row .evf-field input::placeholder {
  color: #fff;
}

.foot-mail .everest-forms .evf-container  .evf-submit-container {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.foot-mail .everest-forms .evf-container .evf-submit-container .everest-forms-submit-button {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  border: none;
  background: url(../images/service-arrow.svg) no-repeat center / 30px;
  transition: all .25s ease-in-out;
}

.foot-mail .everest-forms .evf-container .evf-submit-container .everest-forms-submit-button:hover{
  filter: opacity(.5);
}

.foot-mail .everest-forms .evf-container .evf-field-container .evf-frontend-row {
  width: 100%;
  margin: 0;
}

.foot-mail .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-1 {
  width: 100%;
  padding: 0;
}

.foot-mail .everest-forms .evf-container .evf-frontend-row .evf-field:before {
  position: absolute;
  left: 0;
  content: "";
  bottom: 10px;
  background-image: url(../images/footermail.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}


@media screen and (max-width:1399px) {
.container{max-width: 94%;}
.coming-soon-wrapp .logo { width: 280px;}
.coming-soon-wrapp h1 {  font-size: 60px;}
.coming-soon-wrapp h2 { font-size: 40px;}
.social-media-icons a {  width: 50px;  height: 50px;  padding: 10px;}

.header-links ul li { margin-right: 30px;}

.tech-card h3 { font-size: 15px;}


}

@media screen and (max-width:1199px) {
.header-links ul li { margin-right: 20px; font-size: 14px;}
.contact-btn a { font-size: 12px; padding: 15px 25px;}
.header-sec .logo img { width: 250px;}

.service-head h3 {font-size: 35px;}

.tech-sec-head h3 { font-size: 35px;}

.work-head h3 { font-size: 35px;}
.work-card-content .work-card-contnet-head h3 { font-size: 35px;}

.work-card-content .read-arrow { width: 50px; height: 50px;}
.work-card-img img { height: 315px;}

.testimonial-content h3 {font-size: 40px;}
.testi-card .testi-head h4 {font-size: 28px;}
.testi-card .testi-para p { font-size: 16px;}
.testi-div::after { width: 80px; height: 80px; background-size: 100px; top: -47px;left: -40px;}
.testi-div::before {  width: 80px; height: 80px; background-size: 100px;  right: -35px; bottom: -40px;}

.contact-cont h3 { font-size: 40px;}

.about-wrapp h2 { font-size: 34px;}
.about-wrapp .about-img { width: 340px; height: 340px;}
.about-wrapp .circle-shape { width: 150px;}
.about-wrapp .about-col2 { padding: 35px 18px 0 0;}
.about-wrapp ul li { font-size: 18px;}

.faq-wrapp h2 {font-size: 32px;}
.faq-wrapp .accordian .accordian-item h2 { font-size: 18px;}
.faq-wrapp .faq-col1 .faq-img1 { width: 72%;}
.faq-wrapp .faq-col1 .faq-img2 { width: 70%;}

.serve-head h3{font-size: 30px;}
.serv-list-head::after{right: -15px;}
.serv-list-quality{width: 26%;}
.serv-list-head::after{content: none;}
.work-flow-pack:nth-child(1)::after{content: none;}
.work-flow-pack:nth-child(2)::after{content: none;}
.work-flow-pack{margin-bottom: 50px;}
.work-flow-pack:nth-child(5), .work-flow-pack:nth-child(4), .work-flow-card:nth-child(3){margin-bottom: 50px;}
.work-flow-pack:nth-child(5)::after{content: none;}
.work-flow-pack:nth-child(4)::after {content: none;}
.work-flow-pack:nth-child(3)::after{content: none;}
}

@media screen and (max-width:1199px) and  (min-width:992px){
  .service-card p {font-size: 28px;}
  .service-card .service-content h3 {font-size: 20px;}
  .service-card .service-content p {font-size: 13px;}
  .service-card .service-content {margin: 0 15px;}
  .service-card {padding: 30px 20px;}
  .service-card .read-arrow {width: 40px; height: 40px;}

 
  
}


@media screen and (max-width:991px) {
.coming-soon-wrapp .logo { width: 260px;}
.coming-soon-wrapp h1 { font-size: 50px;}
.coming-soon-wrapp h2 { font-size: 36px;}
.social-media-icons a { width: 50px; height: 50px; padding: 10px;}
.coming-soon-wrapp .logo:before { width: 280px; height: 270px;  left: 50%; transform: translateX(-50%);}


.header-links { display: none;}

.tech-sec-para { margin: 20px 0;}
.tech-sec-para p { font-size: 18px; line-height: 30px;}

.work-card-img img { height: 45vw;}
.work-card-content { width: 100%;}
.work-card { flex-wrap: wrap;}
.work-card-img { width: 100%; margin: 0 0 30px;}

.overlay { display: block; width: 328px;  height: 100%; position: fixed; left: 0; top: 0;  background: #0f0715;  z-index: 99;  padding: 100px 5% 50px;  margin-left: -100%; opacity: 0; transition: all .25s ease-in-out;}
.overlay:after { content: "";  width: 100%; height: 100%; position: absolute; top: 0; left: 0;  background: linear-gradient(260deg, var(--primary-color) 0%, rgba(115, 67, 210, 0) 100%); opacity: 0.2;}
.overlay ul { position: relative; z-index: 1;}
.overlay ul li { display: block;  font-size: 18px;  font-weight: 500;  border-bottom: 1px solid #2e0f68;}
.overlay ul li a { display: block; padding: 14px 0; color: #fff;}
.overlay ul li a:hover { color: var(--primary-color);}
.burger-btn { display: block; width: 35px;  height: 35px; position: absolute;  right: 5%;  top: 35px; z-index: 999;}
.burger-btn .line { width: 100%; height: 2px; display: inline-block; position: relative;  background: var(--primary-color);  transition: all .25s ease-in-out;}
.burger-btn .line:before { content: ""; width: 100%; height: 2px; display: inline-block; position: absolute; background: var(--primary-color);  top: -12px;  transition: all .25s ease-in-out;}
.burger-btn .line:after { content: "";  width: 100%;  height: 2px;  display: inline-block;  position: absolute;  background: var(--primary-color); top: 12px; transition: all .25s ease-in-out;}
.overlay.show { margin-left: 0; opacity: 1;}
.burger-btn .active .line {background: transparent;}
.burger-btn .active .line:before { top: 0; transform: rotate(-45deg);}
.burger-btn .active .line:after { top: 0; transform: rotate(45deg);}
body:after { content: ""; position: fixed;  width: 100%; height: 100%;  background: rgb(0 0 0 / 90%);  top: 0;  left: 0;  z-index: 9;  margin-left: -100%;  opacity: 0;  transition: all .25s ease-in-out;}
body.menu-open:after {  margin-left: 0;  opacity: 1;}
.menu-open .burger-btn {  position: fixed;}

.faq-wrapp .faq-col1 .faq-img2 { bottom: -180px;}
.faq-wrapp h2 { font-size: 25px;}
.faq-wrapp .accordian p { font-size: 14px;}

.banner-des h1{font-size: 50px;}
.banner-content p {font-size: 20px;}
.banner-image{margin-left: 100px;}
.social-media-icons{max-width: 270px;}


}


@media screen and (max-width:991px) and (min-width:768px) {
.testimonial-content h3 { font-size: 32px;}
.testimonial-content p { font-size: 16px;}
.testi-card .testi-head h4 { font-size: 20px;}
.testi-card .testi-para p { font-size: 14px;}
.testi-div { padding: 50px 25px;}
.testi-div::after { background-size: 95px;}
.testi-div::before { background-size: 95px;}


.contact-cont h3 { font-size: 40px;}
.contact-wrapp .contact-form-box { margin: 0  0; padding: 40px; width: 56%;}
.contact-cont { width: 42%;}
.contact-wrapp .contact-form-box p { font-size: 16px;}
.contact-cont p { font-size: 16px;}

.about-wrapp h2 {  font-size: 25px;}
.about-wrapp .about-img { width: 290px;  height: 290px;}
.about-wrapp .circle-shape {  width: 150px;}
.about-wrapp .about-col2 { padding: 35px 18px 0 0;}
.about-wrapp ul li {font-size: 14px;  width: 49%;    margin: 0 2% 20px 0; background-size: 17px; padding-left: 25px;}
.about-wrapp p { font-size: 16px;}

.footer-contnet{flex-wrap: wrap;}
.foot-logo-sec{width: 40%;}
.foot-menu{width: 50%;}

.tech-card h3{font-size: 15px;}
.banner-des h1{font-size: 40px;}


.serve-sec-left{width: 100%;}
.serv-des{flex-wrap: wrap;}
.serve-sec-right{width: 100%; margin-top: 50px;}
.capablity-head h3{font-size: 35px;}
.serv-list-head h3{font-size: 18px;}
.serv-list-para p{font-size: 14px;}
.serve-head h3 br{display: none;}
.serv-list-quality li{margin-bottom: 10px;font-size: 14px;}
.workflow-head h3{font-size: 35px;}
.workflow-head p{font-size: 18px;}
.work-flow-pack{width: 48%;}
.work-flow-pack h3{font-size: 25px;}
.testimonial-div{flex-wrap: wrap;}
.testimonial-content{width: 100%;margin-bottom: 50px;}
.testi-slider-sec{width: 100%;}
.testimonial-content h3{font-size: 35px;}
.testimonial-content h3 br{display: none;}

}

@media screen and (max-width:767px) {
.coming-soon-wrapp h1 {font-size: 45px;}
.coming-soon-wrapp h2 { font-size: 30px;}

.service-sec {padding: 60px 0;}
.sevice-sec { margin: 30px 0 0;}

.tech-sec { padding: 60px 0;}

.ourworks-sec { padding: 60px 0;}
.work-head {margin: 0 0;}
.work-card-img img { height: 45vw;}

.testimonial-content {width: 100%; margin: 0 0 53px;}
.testimonial-div { flex-wrap: wrap;}
.testi-slider-sec { width: 100%;}
.testi-div::after { left: -24px;}
.testi-div::before { right: -20px;}
.testi-sec { padding: 60px 0;}

.contact-cont { width: 100%; margin: 0 0 30px;}
.contact-wrapp .contact-row { flex-wrap: wrap;}
.contact-wrapp .contact-form-box {  width: 100%;}

.about-wrapp .about-col1 { width: 100%;}
.about-wrapp .about-col2 {display: none;}
.about-wrapp { padding: 60px 0;}

.footer-contnet{flex-wrap: wrap;}
.foot-logo-sec{width: 40%;}
.foot-menu{width: 50%;}



.banner-des h1{font-size: 40px;}


.serve-sec-left{width: 100%;}
.serv-des{flex-wrap: wrap;}
.serve-sec-right{width: 100%; margin-top: 50px;}
.capablity-head h3{font-size: 35px;}
.serv-list-head h3{font-size: 18px;}
.serv-list-para p{font-size: 14px;}
.serve-head h3 br{display: none;}
.serv-list-quality li{margin-bottom: 10px;font-size: 14px;}
.workflow-head h3{font-size: 35px;}
.workflow-head p{font-size: 18px;}
.work-flow-pack{width: 48%;}
.work-flow-pack h3{font-size: 25px;}
.testimonial-div{flex-wrap: wrap;}
.testimonial-content{width: 100%;margin-bottom: 50px;}
.testi-slider-sec{width: 100%;}
.testimonial-content h3{font-size: 35px;}
.testimonial-content h3 br{display: none;}
.serve-box h3{min-height: 30px;}

.footmenus a {font-size: 16px;}

.faq-wrapp .faq-col1 { width: 100%; padding: 0 0 120px; margin: 0 0 230px;}
.faq-wrapp .faq-col1:before { display: none;}
.faq-wrapp .faq-col1:after { top: 60%;}
.faq-wrapp .faq-col2 { width: 100%;}

.faq-wrapp h2 { font-size: 35px;}

.serv-list-head h3{font-size: 18px;}
.serv-list-para p{font-size: 14px;}
.serve-head h3 br{display: none;}
.serv-list-quality li{margin-bottom: 10px;font-size: 14px;}
.workflow-head p{font-size: 18px;}
.work-flow-pack{width: 48%;}
.work-flow-pack h3{font-size: 25px;}
.testimonial-div{flex-wrap: wrap;}
.testimonial-content{width: 100%;margin-bottom: 50px;}
.testi-slider-sec{width: 100%;}
.testimonial-content h3 br{display: none;}
.serv-list-des{flex-wrap: wrap;}
.serv-list-head,.serv-list-para,.serv-list-quality{width: 100%;}
.serv-list-head h3{max-width: none; margin-bottom: 20px;}
.serv-list-quality ul{display: flex;}
.serv-list-quality li{margin-bottom: 0; font-size: 12px; padding-left: 10px; padding-right: 20px;}
.serv-list-para{margin-bottom: 20px;}
.inner-banner{height: 200px;}
.inner-banner .bg-img{height: 200px;}
.inner-banner .bg-img img{width: 100%; height: 100%; object-fit: cover;}
.inner-banner h2{font-size: 40px;}
.serve-box{width: 100%;}
.serve-head h3,.capablity-head h3,.workflow-head h3,.testimonial-content h3{font-size: 30px;}

.banner-content{left: 50%; transform: translate(-50%,-50%);width: 90%;}
.social-media-icons{max-width: 300px !important;}
.request-btn{text-align: center;}
.banner-des{text-align: center;}

}


@media screen and  (max-width:600px) {
.coming-soon-wrapp .logo { width: 200px; margin: 0 0 -50px;}
.coming-soon-wrapp h1 { font-size: 40px;}
.coming-soon-wrapp h2 { font-size: 24px;}
.social-media-icons a { width: 50px;height: 50px; padding: 10px;}
.coming-soon-wrapp .logo:before {width: 230px; height: 230px;}
.coming-soon-wrapp .social-media-icons {  margin: 34px 0 0 0;}

.service-card {padding: 20px;margin: 0 0 20px;}
.service-card p {font-size: 28px;}
.service-card .service-content { margin: 0 15px;}
.service-card .service-content h3 {font-size: 20px;}
.service-card .service-content p { font-size: 13px;}
.service-card .read-arrow { width: 40px; height: 40px;}
.service-head h3 {font-size: 30px;}

.tech-sec-head h3 { font-size: 30px;}
.tech-sec-para p { font-size: 16px; line-height: 26px;}


.work-head h3 {font-size: 30px;}
.work-card-content .work-card-contnet-head h3 { font-size: 30px;}
.work-card-content-des p {font-size: 13px;  line-height: 26px;}

.testimonial-content h3 {font-size: 30px;}
.testimonial-content p {font-size: 16px;}
.testi-card .testi-head h4 { font-size: 23px;}
.testi-div { padding: 50px 25px;}

.contact-wrapp .contact-form-box {  padding: 20px;}
.contact-cont h3 { font-size: 30px;}
.contact-wrapp .contact-form-box h2 { font-size: 24px;}

.about-wrapp h2 { font-size: 30px;}
.about-wrapp p { font-size: 16px;}
.about-wrapp ul li { font-size: 16px;}


.footer-contnet{flex-wrap: wrap;}
.foot-logo-sec{width: 100%; text-align: center; margin-bottom: 60px;}
.foot-menu{width: 100%; margin-bottom: 60px;  max-width: 400px; margin: 0 auto 60px;}
.footer-sec { text-align: center;}
.foot-contact { width: 100%;}
.company-mail, .company-phone {  justify-content: center;}

.contact-form-box textarea{margin-top: 14px;}

.banner-image{margin-left: 0;}
.banner-content{flex-wrap: wrap;flex-direction: column-reverse;}
.banner-image img{animation: none; width: 200px;}
.banner-des h1{font-size: 35px;}
.social-media-icons{max-width: 200px; margin-top: 20px;}
.banner-content p{font-size: 16px;}
.request-btn {margin-top: 50px;}



.service-head h3{font-size: 23px;}
.service-card .service-content h3{font-size: 16px;}
.tech-sec-head h3,.work-head h3,.work-card-content .work-card-contnet-head h3{font-size: 23px;}
.contact-cont h3{font-size: 23px;}
.foot-logo-sec img{width: 230px;}
.footmenus a{font-size: 16px;}
.footer-row p{font-size: 12px;}
.banner-section{height: 600px;}
.serve-sec-left{width: 100%;}
.serv-des{flex-wrap: wrap;}
.serve-sec-right{width: 100%; margin-top: 50px;}
.capablity-head h3{font-size: 35px;}



.serv-list-head h3{font-size: 18px;}
.serv-list-para p{font-size: 14px;}
.serve-head h3 br{display: none;}
.serv-list-quality li{margin-bottom: 10px;font-size: 14px;}
.workflow-head p{font-size: 18px;}
.work-flow-pack{width: 48%;}
.work-flow-pack h3{font-size: 25px;}
.testimonial-div{flex-wrap: wrap;}
.testimonial-content{width: 100%;margin-bottom: 50px;}
.testi-slider-sec{width: 100%;}
.testimonial-content h3 br{display: none;}
.serv-list-des{flex-wrap: wrap;}
.serv-list-head,.serv-list-para,.serv-list-quality{width: 100%;}
.serv-list-head h3{max-width: none; margin-bottom: 20px;}
.serv-list-quality ul{display: flex;}
.serv-list-quality li{margin-bottom: 0; font-size: 12px; padding-left: 10px; padding-right: 20px;}
.serv-list-para{margin-bottom: 20px;}
.inner-banner{height: 200px;}
.inner-banner .bg-img{height: 200px;}
.inner-banner .bg-img img{width: 100%; height: 100%; object-fit: cover;}
.inner-banner h2{font-size: 40px;}
.serve-box{width: 100%;}
.serve-head h3,.capablity-head h3,.workflow-head h3,.testimonial-content h3{font-size: 30px;}

.faq-wrapp .faq-col1 { padding: 0 0 20%;}
.faq-wrapp h2 { font-size: 23px;}

}

@media screen and  (max-width:480px) {
.container{max-width: 90%;}
.coming-soon-wrapp .logo {width: 200px; margin: 0 0 -50px;}
.coming-soon-wrapp h1 { font-size: 32px;}
.coming-soon-wrapp h2 { font-size: 18px;}
.social-media-icons a {width: 40px; height: 40px; padding: 8px;}
.coming-soon-wrapp .logo:before { width: 230px; height: 230px;}
.coming-soon-wrapp .social-media-icons { margin: 30px 0 0 0;  gap: 20px;}


.service-head h3 {font-size: 26px;}
.service-card .service-content h3 { font-size: 18px;}
.service-card > p { display: none;}
.service-card .service-content {margin: 0 15px 0 0; flex: 1 0 0;}
.service-card .read-arrow {width: 35px; height: 35px; padding: 6px;}

.tech-sec-head h3 { font-size: 26px;}


.work-card-img img { height: 42vw;}
.work-head h3 { font-size: 26px;}
.work-card-content .work-card-contnet-head h3 { font-size: 26px;}
.work-card { padding: 30px 0;}

.testimonial-content h3 { font-size: 24px;}
.testimonial-content p { font-size: 13px;}
.testi-card .testi-head h4 { font-size: 18px;}
.testi-card .testi-para p { font-size: 13px; line-height: 24px;}

.contact-wrapp .contact-form-box .text-fields .text-field { width: 100%; margin: 0 0 6%;}
.contact-wrapp .contact-form-box .text-fields .submit-btn { font-size: 14px;}

.overlay { width: 100%;}
.header-sec .logo img { width: 200px; margin: 8px 0 0;}


.about-wrapp h2 {font-size: 22px;}
.about-wrapp ul li { font-size: 16px; width: 100%; margin: 0 0 20px;}

.footer-contnet{flex-wrap: wrap;}
.foot-logo-sec{width: 100%; text-align: center; margin-bottom: 60px;}
.foot-menu{width: 100%; margin-bottom: 60px;}

.contact-form-box textarea{margin-top: 14px;}

.tech-card h3{font-size: 15px;}
.banner-content{flex-wrap: wrap;flex-direction: column-reverse;}
.banner-image{margin-left: 0;}
.banner-image img{animation: none;width: 200px;}
.banner-des h1{font-size: 35px;}
.social-media-icons{max-width: 200px !important; margin:20px auto;}
.banner-content p{font-size: 16px;}
.request-btn {margin-top: 50px;}
.service-head h3{font-size: 23px;}
.service-card .service-content h3{font-size: 16px;}
.tech-sec-head h3,.work-head h3,.work-card-content .work-card-contnet-head h3{font-size: 23px;}
.contact-cont h3{font-size: 23px;}
.foot-logo-sec img{width: 230px;}
.footmenus a{font-size: 16px;}
.footer-row p{font-size: 13px;}
.banner-section{height: 600px;}

.serv-list-head h3{font-size: 18px;}
.serv-list-para p{font-size: 13px;}
.serve-head h3 br{display: none;}
.serv-list-quality li{margin-bottom: 10px;font-size: 14px;}
.workflow-head p{font-size: 13px;}
.work-flow-pack{width: 48%;}
.work-flow-pack h3{font-size: 22px;}
.testimonial-div{flex-wrap: wrap;}
.testimonial-content{width: 100%;margin-bottom: 50px;}
.testi-slider-sec{width: 100%;}
.testimonial-content h3 br{display: none;}
.serv-list-des{flex-wrap: wrap;}
.serv-list-head,.serv-list-para,.serv-list-quality{width: 100%;}
.serv-list-head h3{max-width: none; margin-bottom: 20px;}
.serv-list-quality ul{display: flex;flex-wrap: wrap;}
.serv-list-quality li{margin-bottom: 15px; font-size: 12px; padding-left: 10px; padding-right: 20px;  padding-right: 20px; width: 100%;}
.serv-list-para{margin-bottom: 20px;}
.inner-banner{height: 200px;}
.inner-banner .bg-img{height: 200px;}
.inner-banner .bg-img img{width: 100%; height: 100%; object-fit: cover;}
.inner-banner h2{font-size: 40px;}
.serve-box{width: 100%;}
.serve-head h3,.capablity-head h3,.workflow-head h3,.testimonial-content h3{font-size: 23px;}
.capablity-list-wrap{padding: 25px;}
.work-flow-pack{width: 100%;}
.work-flow-pack:last-child{margin-bottom: 0;}
.serv-list-head h3{color:var(--primary-color);}
.service-page-content,.service-lists,.workflow-design-wrap,.testi-sec{padding: 50px 0px;}
.work-flow-card{width: 80px; height: 80px;}
.work-flow-card img{width: 40px;height: 40px;}
.contact-cont p{font-size: 13px;}
.contact-wrapp .contact-form-box p{font-size: 13px;}
.about-wrapp p{font-size: 13px;}
.work-flow-pack p{font-size: 13px;}

.faq-wrapp .faq-col1 { padding: 0 0; margin: 0 0 57%;}
.faq-wrapp h2 { font-size: 23px;}
.faq-wrapp .faq-col1 .faq-img2 { bottom: -100%;}
.faq-wrapp .faq-col1:before { display: block;}
.faq-wrapp .accordian .accordian-item h2 { font-size: 16px;}


}