@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
}
:root {
  --text-primary: #000;
  --text-secondary: #717171;
  --font: "Poppins", sans-serif;
}
body {
  font-family: var(--font);
  color: var(--text-primary);
  line-height: 1.8;
  background-color: #f9f9f9;
}
.container-fluid {
  margin: 0;
  padding: 0;
  background-image: url("../bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-fluid header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}
.container-fluid header .row {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 10px 40px;
  background: rgb(255 255 255 / 60%);
}
.container-fluid header a {
  display: flex;
  text-decoration: none;
  color: #000;
}
.container-fluid header a img {
  width: 130px;
}
.container-fluid header .logo {
  width: 48px;
  height: 48px;
  background: #fff;
}
.container-fluid header .hamburger-icon {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
  margin: 25px;
  display: none;
}
.container-fluid header .hamburger-icon .bar {
  transition: 0.4s;
  margin: 25px;
}
.container-fluid header .hamburger-icon .bar-1 {
  display: block;
  width: 25px;
  border-top: 2px solid #000;
  padding-top: 5px;
  cursor: pointer;
  transition: 0.4s;
}
.container-fluid header .hamburger-icon .bar-2 {
  display: block;
  width: 20px;
  border-top: 2px solid #000;
  padding-top: 5px;
  transition: 0.4s;
}
.container-fluid header .hamburger-icon .bar-3 {
  display: block;
  width: 14px;
  border-top: 2px solid #000;
  padding-top: 5px;
  transition: 0.4s;
}
.container-fluid header .hamburger-icon .change .bar-1 {
  transform: rotate(-45deg) translate(-4px, 8px);
  width: 26px;
}
.container-fluid header .hamburger-icon .change .bar-2 {
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1.5px);
  width: 26px;
}
.container-fluid header .hamburger-icon .change .bar-3 {
  transform: rotate(45deg) translate(-14px, -9.8px);
  display: none;
}
.container-fluid .menu-items {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: end;
}
.container-fluid .menu-items li {
  list-style-type: none;
}
.container-fluid .menu-items li a {
  text-decoration: none;
  padding: 8px 17px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.container-fluid .menu-items li:hover {
  background-color: #3d65fd;
  border-radius: 50px;
}
.container-fluid section .hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 19% 2%;
  color: #fff;
}
.container-fluid section .hero-content h1 {
  font-weight: 700;
  font-size: 57px;
  width: 692px;
}
.container-fluid section .hero-content p {
  font-size: 21px;
  line-height: 30px;
  padding: 0px 80px;
  margin: 30px 0px;
  font-weight: 200;
}
.container-fluid section .hero-content .button {
  display: flex;
  gap: 5px;
  margin-top: 35px;
}
.container-fluid section .hero-content .button .btn a {
  text-decoration: none;
  color: #fff;
  padding: 15px 34px;
  border-radius: 50px;
}
.container-fluid section .hero-content .button .button1 a {
  background-color: #3d65fd;
}
.container-fluid section .hero-content .button .button1 a:hover {
  background-color: #43d7bc;
}
.container-fluid section .hero-content .button .button2 a {
  background-color: #43d7bc;
}
.container-fluid section .hero-content .button .button2 a:hover {
  background-color: #3d65fd;
}
.whole-container section .why-choose-us {
  padding-top: 100px;
}
.whole-container section .why-choose-us .details-content {
  padding: 0px 40px;
}
.whole-container section .why-choose-us .details-content h2 {
  color: #27272e;
  font-weight: 700;
}
.whole-container section .why-choose-us .details-content h4 {
  line-height: 100px;
  font-weight: 500;
  margin: 0px;
  font-size: 27px;
  margin-top: 20px;
}
.whole-container section .why-choose-us .details-content p {
  line-height: 38px;
  font-weight: 400;
  font-size: 17px;
}
.whole-container section .why-choose-us .image-content {
  padding: 0px 40px;
}
.whole-container section .why-choose-us .image-content img {
  width: 100%;
  height: 100%;
}
.whole-container .services-container {
  padding: 100px 0px;
}
.whole-container .services-container .wt-we-do {
  text-align: center;
}
.whole-container .services-container .wt-we-do h3 {
  font-weight: 700;
  font-size: 30px;
}
.whole-container .services-container .wt-we-do h4 {
  font-size: 23px;
  font-weight: 500;
  line-height: 50px;
}
.whole-container .services-container .wt-we-do .box {
  padding: 25px;
}
.whole-container .services-container .wt-we-do .box .inner-box {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.whole-container .services-container .wt-we-do .box .inner-box h5 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 21px;
  line-height: 1.7;
}
.whole-container section .business-growth {
  margin: 12% 0%;
  margin-top: 0;
}
.whole-container section .business-growth .row {
  flex-direction: row-reverse;
}
.whole-container section .business-growth .business-content h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.whole-container section .business-growth .business-content p {
  font-weight: 400;
  padding: 30px 20px 0px 0px;
  font-size: 17px;
  line-height: 31px;
}
.whole-container section .business-growth .business-content p b {
  color: #3d65fd;
}
.whole-container section .business-growth .business-content p:nth-of-type(1) {
  font-size: 19px;
  font-weight: 400;
}
.whole-container section .business-growth .business-image img {
  width: 100%;
  height: 100%;
}
.whole-container section .growth {
  text-align: center;
  background-image: url("../images/Counts_background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  margin: 12% 0%;
}
.whole-container section .growth .row {
  justify-content: space-evenly;
  align-items: center;
}
.whole-container section .growth .box {
  padding: 25px;
}
.whole-container section .growth .box .inner-box-growth {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.09);
}
.whole-container section .growth .box .inner-box-growth img {
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #43d7bc;
}
.whole-container section .growth .box h6 {
  color: #3d65fd;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}
.whole-container section .growth .box h4 {
  padding-top: 15px;
  font-weight: 600;
  color: #363535;
  font-size: 40px;
}
.whole-container section .growth .box .grow img {
  width: 100px;
  height: 100px;
  border: 2px solid #5d7df6;
}
.whole-container section .best-software {
  text-align: center;
}
.whole-container section .best-software h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.whole-container section .best-software h4 {
  line-height: 60px;
  font-weight: 500;
  font-size: 27px;
}
.whole-container section .best-software .box {
  padding: 25px;
  text-align: left;
}

.whole-container section .best-software .box .inner-box-best-software {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 104px rgba(173, 155, 155, 0);
}
.whole-container section .best-software .box .inner-box-best-software p {
  padding-left: 21px;
  font-size: 15px;
  font-weight: 500;
}
.whole-container
  section
  .best-software
  .box
  .inner-box-best-software
  p:nth-of-type(2) {
  color: blue;
  font-weight: 600;
}
.whole-container section .best-software .box .inner-box-best-software img {
  padding-bottom: 10px;
  width: unset;
}
.whole-container
  section
  .best-software
  .box
  .inner-box-best-software
  .inner-profile {
  display: flex;
  align-items: center;
}
.whole-container
  section
  .best-software
  .box
  .inner-box-best-software
  .inner-profile
  p
  span {
  display: block;
  color: #3d65fd;
  line-height: 13px;
  font-weight: 600;
}
.whole-container
  section
  .best-software
  .box
  .inner-box-best-software
  .inner-profile
  img {
  width: 49px !important;
  height: 53px !important;
  border-radius: 50px;
  padding: 0;
}
.whole-container .contact-container {
  padding: 100px 0px;
}
.whole-container .contact-container .contacts {
  background-image: url("../images/Contact_PNG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 65px;
}
.whole-container .contact-container .contacts .row {
  align-items: center;
  color: #fff;
}
.whole-container .contact-container .contacts .contact-gstn h4 {
  font-weight: 200;
}
.whole-container .contact-container .contacts .contact-gstn b {
  font-weight: 600;
}
.whole-container .contact-container .contacts .contact-content {
  color: #fff;
}
.whole-container
  .contact-container
  .contacts
  .contact-content
  .inner-content
  img {
  width: 30px;
}
.whole-container .contact-container .contacts .contact-content {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.whole-container .contact-container .contacts .contact-content h4 {
  font-weight: 700;
  margin: 0;
  padding-top: 5px;
}
.whole-container .contact-container .contacts .contact-content h5 {
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.5;
}

.whole-container .contact-container .contacts .button a {
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 50px;
  background-color: #fff;
  color: #3d65fd;
  font-weight: 500;
  font-size: 17px;
}
.whole-container footer .footer {
  color: #fff;
  background-color: #171020;
}
.whole-container footer .footer .gstn-softwares {
  padding: 60px 0px 30px 0px;
}
.whole-container footer .footer .logo-content a {
  text-decoration: none;
}
.whole-container footer .footer .logo-content a img {
  width: 160px;
}
.whole-container footer .footer .icons-media {
  text-align: end;
  display: flex;
  justify-content: right;
  align-items: center;
}
.whole-container footer .footer .icons-media li {
  list-style-type: none;
}
.whole-container footer .footer .icons-media a {
  margin-right: 10px;
  display: inline-block;
}
.whole-container footer .footer .icons-media img {
  padding: 10px;
  background-color: #575761;
  border-radius: 50%;
  height: 45px;
}
.whole-container footer .footer .icons-media img:hover {
  background-color: #3d65fd;
}
.whole-container footer .footer .About-us {
  padding-top: 25px;
}
.whole-container footer .footer .About-us h5 {
  font-size: 20px;
  font-weight: 400;
}
.whole-container footer .footer .About-us p {
  font-size: 12px;
  font-weight: 100;
  padding: 11px 23px 11px 0px;
}
.whole-container footer .footer .Our-Services {
  padding-top: 25px;
  padding-left: 95px;
}
.whole-container footer .footer .Our-Services h5 {
  font-size: 20px;
  font-weight: 400;
}
.whole-container footer .footer .Our-Services ul {
  margin-top: 11px;
  padding: 0;
}
.whole-container footer .footer .Our-Services li {
  padding-bottom: 10px;
}
.whole-container footer .footer .Our-Services li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  padding: 11px 0px;
}
.whole-container footer .footer .SUBSCRIBE-US {
  padding-top: 25px;
}
.whole-container footer .footer .SUBSCRIBE-US h5 {
  font-size: 20px;
  font-weight: 400;
}
.whole-container footer .footer .SUBSCRIBE-US p {
  font-size: 12px;
  font-weight: 100;
  padding: 11px 23px 11px 0px;
}
.whole-container footer .footer .SUBSCRIBE-US p:nth-of-type(2) {
  padding-top: 32px;
}
.whole-container footer .footer .SUBSCRIBE-US p:nth-of-type(2) span {
  display: inline-block;
  position: unset;
}
.whole-container footer .footer .SUBSCRIBE-US .input-field {
  position: relative;
}
.whole-container footer .footer .SUBSCRIBE-US input {
  border: 1px solid #3d65fd;
  padding: 9px 20px;
  width: 100%;
  border-radius: 29px;
  background-color: #000;
  color: #fff;
  outline: none;
}
.whole-container footer .footer .SUBSCRIBE-US span {
  position: absolute;
  right: 6px;
  top: 10px;
}
.whole-container footer .footer .SUBSCRIBE-US span a {
  padding: 10px 17px;
  background: #3d65fd;
  border-radius: 31px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.whole-container footer .footer .copy-rights {
  text-align: center;
  background-color: #1c1525;
  padding: 27px;
}
.whole-container footer .footer .copy-rights p {
  font-size: 15px;
  font-weight: 100;
  margin: 0;
}
.launch-your {
  padding-top: 10%;
}

.hide-show {
  display: none;
}
