html {
  scroll-behavior: smooth;
  width: 98%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

/* Custom css start */
h6 {
  font-weight: bold;
}

.no-margin-padding {
  padding: 0;
  margin: 0;
}

@media (min-width: 772px) {
  .hide-on-large {
    display: none;
  }
}

/* Custom css end */

/* Navbar css start */
nav {
  width: 103%;
  margin: 0;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.225px;
  text-transform: capitalize;
  color: #888888;
}

.login-icon {
  right: 50%;
  left: auto;
}

.custom-nav {
  background-color: white;
}
/* Navbar css end */

/* All section element padding & margin start */
#home {
  margin: 0;
  padding-top: 0;
  padding-left: 8%;
  padding-right: 5%;
}

#hero-details {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

#downloadapp {
  margin: 0;
  padding-left: 8%;
  padding-right: 2%;
}

#letgooffers {
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 7%;
  padding-right: 2%;
}

@media (max-width: 700px) {
  #letgooffers {
    padding: 0;
    margin: 0;
  }
}

#about {
  margin: 0;
  padding-left: 5%;
  padding-right: 5%;
}

/* All section element padding & margin end */

/* Hero image start */
.main-heading {
  font-size: 46px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #0b0b0b;
  font-style: normal;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-subheading {
  text-align: justify;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  color: rgba(32, 24, 24, 0.72);
}

@media (min-width: 1045px) {
  .main-heading {
    font-size: 4rem;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    text-align: right;
    font-style: normal;
    color: #0b0b0b;
  }
  .main-subheading {
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: rgba(32, 24, 24, 0.72);
  }
}
/* Hero image end */

.hero-card-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
}

.hero-card-details {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.225px;
  /*text-transform: capitalize;*/
  color: #888888;
}

.download-section-topbar {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  text-align: right;
  color: rgba(0, 0, 0, 0.67);
}

.download-section-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: right;
  color: #000000;
}

.howtoimage-text {
  display: inline-block;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.225px;
  text-transform: capitalize;

  color: #888888;
}

.pricing_container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 100px;
}

.pricing_btn {
  border-radius: 50px;
  width: 90%;
  /* background-color: #ff961f; */
  background: linear-gradient(169.25deg, #fccf31 0%, #f55555 100%);
  color: white;
  height: 40px;
  border: white;
}

.letgooffer_container {
  margin-left: -100px;
  padding-left: 115px;
  padding-right: 200px;
  width: 140%;
  background-color: #f9f9f9;
}

@media (max-width: 700px) {
  .letgooffer_container {
    background-color: #f9f9f9;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.our-client-carousel {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

@media (max-width: 700px) {
  .our-client-carousel {
    padding: 20px;
  }
}

@media (min-width: 900px) {
  .custom_spacing {
    padding-left: 80px;
    margin-left: 100px;
  }
}

@media (max-width: 720px) {
  body {
    padding: 0;
    margin: 0;
  }
  .letgooffer_container {
    width: 100%;
    padding: 0;
  }
  .letgooffer_row {
    padding: 0;
    margin: 0;
  }

  #letgooffers {
    padding-bottom: 100px;
    margin: 0;
  }
}

.card-border-1 {
  border-radius: 15px;
  /* box-shadow: 2px 10px 12px rgba(255, 150, 31, 0.5); */
  border: rgba(255, 0, 0, 1) solid 1px;
}

.card-border {
  /* width: 250px; */
  border-radius: 15px;
  /* box-shadow: 2px 10px 12px rgba(255, 150, 31, 0.5); */
  border: rgba(255, 0, 0, 1) solid 1px;
}
.card-border-2 {
  /* width: 250px; */
  border-radius: 15px;
  /* box-shadow: 2px 10px 12px rgba(255, 150, 31, 0.5); */
  border: rgba(255, 0, 0, 1) solid 2px;
}

.card-border-container {
  border-radius: 15px;
  /* box-shadow: 2px 10px 12px rgba(255, 150, 31, 0.5); */
  border: none;
}

@media (max-width: 600px) {
  .card-border {
    width: 250px;
    border-radius: 15px;
    /* box-shadow: 2px 10px 12px rgba(255, 150, 31, 0.5); */
    border: none;
    margin-left: 60px;
  }
  .card-border-2 {
    width: 250px;
    border-radius: 15px;
    /* box-shadow: 2px 10px 12px rgba(255, 150, 31, 0.5); */
    border: rgba(255, 0, 0, 1) solid 2px;
  }

  .card-border-container {
    border-radius: 15px;
    /* box-shadow: 2px 10px 12px rgba(255, 150, 31, 0.5); */
    border: rgba(255, 0, 0, 1) solid 1px;
    margin-left: 13px;
  }
}

.small-card {
  width: 60%;
}

.large-card {
  width: 90%;
}

footer {
  background-color: #000;
  color: white;
}

.footer-a {
  list-style: none;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.footer-a:link {
  color: inherit;
  text-decoration: inherit;
}

.footer-a:hover {
  text-decoration: inherit;
  color: inherit;
  font-weight: bold;
}

.quick-links {
  justify-content: center;
  /* line-height: 20px; */
}

.download-image {
  width: 85%;
  padding-top: 5%;
}

@media (max-width: 772px) {
  .qr-code {
    text-align: center;
  }
  .hide-on-small {
    display: none;
  }
  .display-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .icon-border {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    /* margin: auto; */
  }
  .card-icon-text {
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .qr-text-1 {
    display: none;
  }
}

.display-icons {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-border {
  border-radius: 15px;
  /* box-shadow: 2px 2px 12px 2px  rgba(119, 119, 119, 0.5); */
  border: 1px #222 solid;
  align-items: center;
  justify-content: center;
  /* margin-right: 20px; */
  /* width: 40%; */
  height: 80px;
  text-align: center;
}

.icon-setting {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-icon-text {
  padding-left: 15px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.heading-box {
  padding-top: 14%;
}

.row-equal > div[class*="col-"] {
  display: flex;
  flex: 1 0 auto;
}

.row-equal .card {
  width: 100%;
}

.carousel-inner > .row-equal.active,
.carousel-inner > .row-equal.next,
.carousel-inner > .row-equal.prev {
  display: flex;
}

.carousel-inner > .row-equal.active.left,
.carousel-inner > .row-equal.active.right {
  opacity: 0.5;
  display: flex;
}

.card-img-top {
  overflow: hidden;
}

.grey-btn {
  border: none;
  color: #aaa;
  justify-content: end;
}
.grey-btn :hover {
  border: none;
  color: white;
  text-decoration: none;
}
.orange-btn {
  border: none;
  background-image: linear-gradient(to right, #ff961f, #ff3f39);
  color: #fff;
}

.hero-image-right {
  position: absolute;
  height: 90%;
  left: 76%;
  top: 96%;
  z-index: -1;
}

.hero-image-left {
  position: absolute;
  width: 250px;
  z-index: -1;
  right: 91%;
  top: 220%;
}

.hero-image-right-1 {
  position: absolute;
  top: 320%;
  left: 81%;
  height: 80%;
  z-index: 1;
}

.hero-image-left-1 {
  position: absolute;
  width: 410px;
  z-index: -1;
  right: 86%;
  top: 439%;
  transform: rotate(8deg);
}

.hero-image-right-5 {
  position: absolute;
  top: 511%;
  left: 80%;
  height: 84%;
  transform: rotate(10deg);
  z-index: -1;
}

.hero-image-left-6 {
  position: absolute;
  top: 624%;
  z-index: -1;
  height: 370px;
  right: 91%;
}

@media (max-width: 700px) {
  .hero-image-right {
    position: absolute;
    left: 60%;
    top: 90%;
    height: 320px;
    z-index: -1;
  }
  .hero-image-left {
    position: absolute;
    width: 250px;
    z-index: -1;
    right: 85%;
    top: 305%;
  }
  .hero-image-right-1 {
    position: absolute;
    top: 468%;
    left: 65%;
    height: 40%;
    z-index: -1;
  }
  .hero-image-left-1 {
    position: absolute;
    width: 400px;
    z-index: -1;
    right: 55%;
    top: 640%;
  }
  .hero-image-right-5 {
    position: absolute;
    top: 815%;
    left: 60%;
    height: 70%;
    z-index: -1;
  }

  .hero-image-left-6 {
    position: absolute;
    top: 995%;
    z-index: -1;
    height: 220px;
    right: 80%;
  }
}
@media (min-width: 700px) {
  .quick-links-ul {
    padding-left: 140px;
  }
}

footer {
  width: 102%;
}

/* @media(max-width:700px){ */
/* #hero-details{
  background-image: url("../pngicon/Group608.jpg");
  background-repeat: no-repeat;
  background-size: 190px;
  background-position: right top;
} */

/* #downloadapp{
    background-image: url("../pngicon/Group609.jpg");
    background-repeat: no-repeat;
    background-size: 100px;
  } */

/* #letgooffers{
  background-image: url("../images/side_img.jpeg");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right top;

} */

/* #pricing-bg{
    height: 100px;
    background-image: url("../pngicon/Group609.png");
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom right;
    z-index: -1;
} */

/* } */

.hero-cards-container-cards {
  background: #ffffff;
  border: 1px solid #fe854e;
  box-sizing: border-box;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
.hero-cards-container-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
}

.hero-cards-container-details {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.225px;
  text-transform: capitalize;
  color: #888888;
}

@media (max-width: 992px) {
  .hero-cards-container-heading {
    text-align: center;
  }
  .hero-cards-container-details {
    text-align: center;
  }
}

@media (min-width: 786px) {
  .custom-navbar-brand {
    padding-left: 90px;
    margin: 10px;
  }
}

@media (min-width: 700px) {
  .hero-card-section {
    margin-left: 10%;
  }
}

@media (max-width: 700px) {
  .hero-card-section {
    margin-left: 13px;
  }
  .hero-card-heading {
    margin-left: -20px;
  }
  .hero-card-details {
    margin-left: -20px;
  }
}
.ul-link > li > a {
  /* color: #888; */
  font-weight: bold;
}
span.active {
  color: #000;
  padding-bottom: 4px;
  border-bottom: 2px solid black;
}
.nav-span {
  color: #888;
}

@media (min-width: 700px) {
  .carousel .carousel-item {
    padding: 50px;
    padding-top: 30px;
    text-align: center;
    overflow: hidden;
  }
}
.carousel .carousel-item {
  /* padding: 50px;
    padding-top: 30px; */
  /* padding-left: 0px; */
  text-align: center;
  overflow: hidden;
}

.carousel .carousel-item .img-box {
  height: 160px;
  width: 100%;
  position: relative;
}
.carousel .carousel-item img {
  /* max-width: 100%;
  max-height: 100%; */
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* .carousel .thumb-wrapper {
  text-align: center;
} */
/* .carousel .thumb-content {
  padding-right: 15px;
} */
