@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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  scroll-behavior: smooth;
  /* font-family: sans-serif; */
}
:root {
  font-family: "Poppins", sans-serif;
}
/* main-container */
.main-container {
  width: 100%;
  /* background-color: pink; */
}
/* nav-button */
.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(
    100% 100% at 100% 0,
    #5adaff 0,
    #5468ff 100%
  );
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 40px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}


/* banner */
.service-banner {
  /* height: 89vh; */
  width: 100%;
  display: flex;
  position: relative;
}

.banner-text {
  display: flex;
  position: absolute;
  top: 20%;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  text-align: start;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
 
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding: 4% 5% 4%;
 
}
.service-banner img {
  width: 100%;
  height: 100%;
}

.banner-text h2 {
  /* margin-left: 50%; */
  /* margin-left: auto; */
  color: white;
  font-size: 50px;
  display: inline-block;
  margin-left: auto;
  /* text-align: center; */
  /* margin-top: 17%; */
}
.banner-text p {
  color: white;
  font-size: 20px;
  letter-spacing: 0.5px;
  /* text-align: center; */
  margin-top: 5%;
}
.banner-text button {
  border: none;
  padding: 8px 40px 8px 15px;
  border-radius: 50px;
  align-self: flex-start;
  position: relative;
}
.banner-text button i {
  padding-left: 8px;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-text button:hover .banner-more-icon {
  padding-left: 15px;
  transform: rotate(-30deg);
  top: 50%;
  transform: translateY(-30%) rotate(-30deg);
}

/* IT SERVICES */
.container-it-services {
  background-image: url("../images/counter-bg.jpg");
  padding: 3%;
 
}
.container-it-services h2 {
  font-size: 50px;
  text-align: center;
  color: white;
}
.container-it-services p {
  font-size: 30px;
  text-align: center;
  color: wheat;
}
.container-it-services a {
  color: white;
  font-weight: bold;
}
/* container-customers-digitise */

.container-service-features {
  /* height: 50rem; */
  width: 100%;
  /* background-image: linear-gradient( 120deg,#2E3192,#1BFFFF,white); */
  /* background-image: linear-gradient(150deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%); */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
  column-gap: 57px;
  row-gap: 10px;
  justify-content: center;
  /* margin-top: 25%; */
}
.service-card {
  height: 22rem;
  width: 100%;
  /* background-color: #C850C0; */
  margin-top: 3rem;
  box-shadow: 2px 2px 20px;
  /* border-radius: 3%; */
  overflow: hidden;
  position: relative;
}
.service-card img {
  height: 100%;
  width: 100%;
  border-radius: 3%;
  /* opacity: 0.5; */
}
.service-text {
  height: 10%;
  width: 100%;
  /* background-color: rgba(47, 43, 43, 0.222); */
  position: absolute;
  bottom: 0;
  /* opacity: 0.5; */
  transition: ease-in-out 0.9s;
}
.service-text h3 {
  color: wheat;
  text-align: center;
  margin-top: 20%;
  font-size: 30px;
}
.service-text p {
  color: white;
  text-align: center;
  margin-top: 3%;
  font-size: 18px;
}

.service-card:hover .service-text {
  height: 100%;
  width: 100%;
  background-color: rgba(47, 43, 43, 0.501);
  transform: translatex(100);
}
.container-customers-digitise {
  width: 100%;
  background-image: url('../images/servicebg.jpg');
  background-size: cover;
  margin-top: 4rem;
  display: flex;
  margin-bottom: 4%;
  padding-inline: 1%;
  /* margin: auto; */
}
.left-customers-digitise {
  /* height: 26rem; */
  width: 35%;
  margin: auto;
  /* background-color: #1BFFFF; */
  padding: 1.5rem;
  transition: 0.8s;
}
/* .left-customers-digitise:hover{
    transform: scale(1.2);
    z-index: 2;
} */
.left-customers-digitise h2 {
  font-size: 30px;
  line-height: 2.5rem;
  color: white;
}
.left-customers-digitise p {
  font-size: 20px;
  line-height: 1.5rem;
  margin-top: 5%;
  color: white;
}
.right-customers-digitise {
  height: 26rem;
  width: 50%;
  background-color: bisque;
  margin: auto;
  overflow: hidden;
}
.right-customers-digitise img {
  height: 100%;
  width: 100%;
  transition: ease all 0.7s;
}
.right-customers-digitise:hover img {
  transform: scale(1.1);
}

/* sevice-clint */


.container-service-clint {
  width: 100%;
  margin: auto;
  padding: 2%;
  background-image: url("./../images/skillbag.jpg");
  background-size: cover;
  padding-bottom: 4%;
}
.service-clint {
  /* height: 22rem; */
  width: 100%;
  /* background-color: #26efe9; */
  /* justify-content: center; */
  /* margin: auto; */
  display: flex;
  /* margin-top: 2%; */
  padding-inline: 1%;
}
.container-service-clint h1 {
  text-align: center;
  font-size: 40px;
  color: white;
  /* margin: auto; */
  /* margin-top: 3%; */
}
.container-service-clint a {
  color: white;
}
.left-service-clint {
  height: 19rem;
  width: 50%;
  /* background-color: red; */
  /* margin-left: auto; */
  /* margin-top:  auto; */
  /* margin-left: 2% */
  transition: ease-in-out 0.7s;
  margin-top: 3%;
}
.left-service-clint:hover {
  transform: translatex(10%);
}
.left-service-clint img {
  height: 100%;
  width: 80%;
  /* margin-left: 20%; */
}
.right-service-clint {
  height: 21rem;
  width: 50%;
  /* background-color: blueviolet; */
  margin-left: auto;
  /* margin-top: auto; */
  padding-top: 4%;
}
.right-service-clint p {
  font-size: 20px;
  /* font-weight: bold; */
  text-align: left;
  color: white;
}

@media screen and (max-width: 1290px) {
  .banner-text h2{
    font-size: 30px;
  }
  .banner-text p{
    font-size: 18px;
  }
 
  .container-service-features {
    height: auto;
  }
  .container-customers-digitise {
    height: auto;
    margin-top: 5%;
  }
  .left-customers-digitise {
    height: auto;
  }

  .container-service-clint {
    height: auto;
  }
  .service-clint {
    height: auto;
    /* display: flex; */
    /* flex-direction: column; */
  }
  .right-service-clint {
    height: auto;
  }
  .left-service-clint {
    height: auto;
    /* width: 100%; */
    /* width: auto; */
  }
}
@media screen and (max-width: 992px) {
  .container-it-services h2{
    font-size: 30px;
  }
  .container-it-services p{
    font-size: 20px;
  }
  .banner-text {
    width: 70%;
  }
  .container-customers-digitise {
    /* margin-top: 40%; */
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding-inline: 3%;
  }
  .left-customers-digitise {
    height: auto;
    width: 100%;
  }
  .right-customers-digitise {
    height: auto;
    width: 100%;
  }
  .container-service-clint {
    height: auto;
  }
  .service-clint {
    height: auto;
    flex-direction: column;
  }
  .left-service-clint {
    height: auto;
    width: 100%;
    /* transform: none; */
  }
  .left-service-clint img {
    height: auto;
    width: 100%;
  }
  .right-service-clint {
    height: auto;
    width: 100%;
  }
  .container-it-services {
    height: auto;
  }
}
@media screen and (max-width: 831px) {
  .banner-text h2{
    font-size: 25px;
  }
  .banner-text p{
    font-size: 13px;
  }

}

@media screen and (max-width: 640px) {
  .banner-text h2{
    font-size: 20px;
  }
  .banner-text p{
    font-size: 10px;
  }
  .service-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .main-container {
    width: 100%;
    height: auto;
  }
  .container-service-features {
    justify-content: center;
    /* gap: 0; */
    margin: 0;
  }
  .container-service-clint {
    height: auto;
    width: 100%;
  }
  .container-service-clint h1{
    font-size: 25px;
  }
  .container-customers-digitise {
    height: auto;
    width: 100%;
    margin-top: 5%;
  }
  .container-customers-digitise h2{
    font-size: 25px;
  }
  .container-it-services {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .banner-text h2{
    font-size: 20px;
  }
  .banner-text p{
    font-size: 10px;
  }
  .service-banner{
    height: 60vh;
  }
}


@media screen and (max-width: 420px) {
  .service-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80vh;
  }
  .banner-text {
    margin: auto;
    font-size: medium;
  }
  .main-container {
    width: 100%;
    height: auto;
  }
  .container-service-features {
    justify-content: center;
    /* gap: 0; */
    margin: 0;
    width: 100%;
  }
  .container-service-clint {
    height: auto;
    width: 100%;
  }
 
  .container-customers-digitise {
    height: auto;
    width: 100%;
    margin-top: 5%;
  }
  .container-it-services {
    height: auto;
    width: 100%;
  }
}
