* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}


/* CSS */
.button-87 {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

/* Header  */
.header {
  background-color: #f5f5f5;
}

.header-logo {
  border-radius: 15px;
}

.nav-item .btn {
  font-size: 16px;
  margin-left: 15px;
  font-weight: 500;
  background-color: #ff6600;
  color: #ffffff;
  transition: 0.4s;
  padding: 7px 16px;
  border-radius: 5px;
}

.nav-item .btn:hover {
  background-color: #ef3025 !important;
  color: #fff !important;
}

.nav-link {
  font-weight: 500 !important;
  margin: 0 6px;
  font-size: 18px !important;
  border-radius: 5px;
  color: #000 !important;
  padding: 7px 12px !important;
}

.nav-link:hover {
  color: #ff6600 !important;
}


/* banner section  */
.banner {
  position: relative;
  z-index: 1;
  background: url("../images/banner-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0 80px;
}

.banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #5a1508 0%, #7a4a05 51%, #9b1e06 100%);
  opacity: 0.8;
  z-index: -1;
}

.heading {
  color: #2e2e2e;
  font-weight: 700;
}

.banner h1 {
  font-size: 60px;
  color: #fff;
}

.banner p {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .banner h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .banner h1 {
    font-size: 38px;
  }

  .banner-text {
    padding: 20px;
  }
}

/* About Section  */
.about-us {
  padding: 50px 0;
}

.about-point {
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px #cfcfcf;
}

.about-point-wrap {
  padding: 0 !important;
}

.mission {
  position: relative;
  background-image: url("../images/mission.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
  color: #fff;
}

.mission::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #397ca2d0;
}

/* Service Section  */
/* service section start */
section.services {
  padding: 50px 0;
  background: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
}

.service-one__single {
  padding: 30px 25px 16px;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  transition: 0.3s;
  box-shadow: 0 0 10px #cf5c0e;
  height: 100%;
}

.service-one__single img {
  width: 55px;
}

.service-one__single i {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 15px;
  background-size: 200% auto;
  transition: all 500ms ease;
}

.service-one__single:hover i {
  background-position: right center;
}

/* Features Section  */
.features {
  padding: 50px 0;
}

.feature-wrapper {
  position: relative;
  background: #fff;
  margin: 16px 0;
  border-radius: 10px;
  padding: 10px 20px 10px;
  transition: 0.4s;
  box-shadow: 0 0 10px #ddd;
}

.feature-wrapper:hover {
  transform: translateX(10px);
}

.feature_headline {
  background: linear-gradient(181deg, #2e3782, transparent);
}

.feature_icon {
  padding: 21px;
  background: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.feature_icon img {
  filter: invert(1);
  width: 100%;
}

/* Business Steps Section  */
.business-steps {
  padding: 0px 0 50px;
}

.step-sn {
  border-radius: 50%;
  -webkit-text-fill-color: #d5d5d5;
  color: transparent;
  font-size: 80px;
  font-weight: 700;
  line-height: 65px;
}

.step-wrapper h3 {
  font-size: 26px;
  font-weight: 500;
}

.step-wrapper {
  padding: 0 20px;
}

.step-wrapper p {
  margin: 0;
}

/* platforms section  */
.platforms {
  padding: 0px 0 50px;
}

.platform-wrapper {
  border: 3px solid red;
  border-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  border-image-slice: 1;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 15px 10px #eeeeee;
  transition: ease-out 0.4s;
}

.platform-wrapper p {
  margin: 0;
}

.platform-wrapper:hover {
  transform: translateY(-10px);
}

.platform-wrapper img {
  border-radius: 10px;
  margin-bottom: 15px;
}

/* footer section  */
.footer {
  padding: 40px 0 10px;
  background-color: #ff6600;
}

.social-icons a {
  color: #020202;
  margin: 0 5px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 32%;
  background-color: #f1f1f1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: ease-out 0.3s;
}

.social-icons a:hover {
    background-color: #ff6600;
    transform: translateY(5px);
    color: #fff;
    box-shadow: 0 2px 6px #bf5006;
}

.page-links a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    transition: 0.4s;
    display: inline-block;
}

.page-links a:hover {
  background-color: #fff;
  color: #ff6600;
}

.call a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.call a:hover {
  color: #fff;
}

.cpoyright p a {
  color: #1e2c8b;
  text-decoration: none;
}