@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0 !important;
  color: #282828 !important;
  font-family: "Nunito", sans-serif !important;
  scroll-behavior: smooth;
}

header {
  border-top: 10px solid #498fcd;
  position: sticky;
  z-index: 9;
  background: #00000052;
  top: 0;
}

header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
  background: #fff;
  height: 100%;
}

.navbar-brand {
  width: 100px;
}

.banner {
  background: url("../images/Banner.png") no-repeat center / cover;
  height: 700px;
  margin-top: -90px !important;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 30px 15px !important;
}

.nav-link.active {
  background: #1749a0;
}

.bannerContent {
  height: 100%;
  display: flex;
  align-items: center;
}

.bannerContent h1 {
  color: #1749a0;
  font-weight: 700;
  inline-size: 510px;
}

.bannerBtn {
  outline: none;
  border: 2px solid #1749a0;
  color: #1749a0;
  margin-right: 10px !important;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 40px;
}

.bannerBtn:hover {
  background: #1749a0;
  color: #fff;
}

.secHead h2 {
  color: #1749a0;
  font-size: 35px;
  font-weight: 700;
}

.secHead p {
  font-weight: 600;
}

.smartQR .secHead p {
  inline-size: 440px;
}

.weOfferCard {
  gap: 10px;
}

.weOfferCard li h4 {
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

.weOfferCard li img {
  width: 45px;
}

.weOfferCard li p {
  font-size: 13px;
}

.weOfferCard li {
  background: #498fcd;
  transition: all 0.3s ease 0s;
  padding: 30px 25px;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  width: 215px;
}

.weOfferCard li:hover {
  background: #1749a0;
}

.ourService .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #498fcd;
  margin: 0px auto;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}

.ourService {
  text-align: center;
  box-sizing: border-box;
  width: 200px;
  cursor: pointer;
}

.ourService:hover .icon {
  background: #1749a0;
  box-shadow: inset 0px 8px 12px 0px #00000078;
  transform: scale(1.2);
}

.ourService:hover p {
  color: #1749a0;
}

.apartFromOther {
  background: #e9eef2;
  padding: 60px 0px;
}

.industryServiceCard {
  width: 250px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}

.cardName {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #000000a3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.cardContent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1749a0b8;
  box-sizing: border-box;
  padding: 40px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.cardContent p {
  font-size: 14px;
  line-height: 20px;
}

.industryServiceCard:hover .cardName {
  opacity: 0;
}

.industryServiceCard:hover .cardContent {
  opacity: 1;
}

.industryService {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonials h4 {
  font-size: 18px;
}

.testimonials h5 {
  font-weight: 700;
  color: #1749a0;
  margin-bottom: 0;
  margin-top: 10px;
}

.testimonials p {
  font-style: italic;
  font-weight: 600;
}

.carousel-item {
  padding: 50px;
}

.carousel-item .rounded-1 {
  box-shadow: 0px 10px 54px 0px #0000000f;
  padding: 20px 0px;
  width: 80%;
  margin: 0px auto;
}

.testimonials button img {
  width: 40px;
}

.clientsLogo {
  width: 150px;
}

.clientsLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footerLogo {
  background: #498fcd;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerContact {
  background: #65a8df;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

footer {
  background: #1749a0;
}

.subscribe input,
.subscribe textarea {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  outline: none;
  border: none;
  padding: 10px 15px;
  width: 100%;
}



.subscribe button {
  cursor: pointer;
  border: none;
  outline: none;
  background: #498fcd;
  border-radius: 80px;
  color: #fff;
  padding: 10px 45px;
}

.subscribe input::placeholder,
.subscribe textarea::placeholder {
  color: #1749a05d;
}



@media screen and (max-width: 991px) {
  .weOfferCard {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  header::before {
    width: 45%;
    height: 74px;
  }

  .smartQR .qrHand,
  .lady img {
    width: 100%;
  }

  .smartQR .qrHand {
    margin-bottom: 25px;
  }

  .smartQR .secHead p,
  .bannerContent h1 {
    inline-size: auto;
  }

  .bannerBtn {
    margin-top: 15px;
  }
}