@font-face {
  font-family: "GothamLight";
  src: url("./asset//fonts/Gotham-Light_0.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GothamRegular";
  src: url("./asset//fonts/Gotham-Book_0.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GothamBold";
  src: url("./asset//fonts/Gotham-Bold_0.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MontserratLight";
  src: url("./asset//fonts/Montserrat-Light.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MontserratBold";
  src: url("./asset//fonts/Montserrat-Bold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro";
  src: url("./asset//fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Segoe UI", sans-serif;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}

.text-dark {
  color: #000 !important;
}

hr {
  margin: 0 !important;
}

.container {
  max-width: 1200px;
}

/* Hero Section */
.hero {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom right, #003d58 5%, #080e20 20%);
}

.custom-navbar div ul li a:hover {
  color: #00ffff !important;
}

.custom-navbar div ul li a {
  font-family: GothamLight, sans-serif;
  font-size: 16px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.main-title {
  font-size: 60px;
  font-family: GothamBold, sans-serif;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 0;
  background-image: url("asset/images/banner.png");
  background-size: cover;
}

.sub-title {
  font-family: GothamRegular, sans-serif;
  font-size: 20px;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.sub-title2 {
  font-family: GothamRegular, sans-serif;
  font-size: 26px;
  margin-top: 60px;

  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.highlight-text {
  color: #00ffff;
  font-weight: 700;
}

.btn-demo {
  font-family: GothamRegular, sans-serif;
  border: 2px solid #00ffff;
  color: #00ffff;
  padding: 14px 60px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.3s;
  background: transparent;
  font-size: 24px;
  background-color: #072022;
  margin-top: 40px;
}

.btn-demo:hover {
  background-color: #00ffff;
  color: #07162c;
}

.header-links {
  position: absolute;
  top: 30px;
  right: 60px;
}

.header-links a {
  color: #fff;
  margin-left: 25px;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
}

.logo {
  position: absolute;
  top: 30px;
  left: 60px;
}

.hero-img {
  max-width: 100%;
  border-radius: 12px;
}

/* Intelligence Platform Section */
.Intelligence-platform {
  padding-top: 90px;
  font-family: GothamBold, sans-serif;

  h2 {
    font-size: 54px;
  }

  h5 {
    font-size: 26px;
  }

  p,
  ul {
    margin-top: 30px;
  }

  p {
    font-family: GothamRegular, sans-serif;
    font-size: 18px;
    max-width: 600px;
  }

  ul {
    margin-bottom: 90px;

    li {
      font-size: 22px;
      margin-bottom: 35px;
    }
  }
}

.check-icon {
  background-color: #00ffff;
  color: #000;
  border-radius: 50%;
  font-size: 1.2rem;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;

  img {
    width: 20px;
  }
}

/* Trusted by Retailers Section */
.retailer-section {
  padding-top: 90px;
  font-family: GothamBold, sans-serif;

  h2 {
    font-size: 54px;
  }

  .col-md-3 {
    padding-bottom: 90px;
  }

  h3 {
    font-size: 54px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-family: GothamRegular, sans-serif;
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1;
  }
}

.highlight-box {
  background-color: #00ffff;
  padding: 0 8px;
  font-weight: bold;
  color: #000;
}

.metric-icon {
  background-color: #00ffff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto;

  img {
    width: 50px;
  }
}

.retail-environment {
  padding-top: 90px;
  font-family: GothamBold, sans-serif;

  h2 {
    font-size: 54px;
  }

  p {
    font-family: GothamRegular, sans-serif;
    font-size: 20px;
    line-height: 1;
  }
}

/* Plug & Play Section */
.plug-play-section {
  /* background-color:  #030C2D; */
  background: linear-gradient(to bottom right, #003d58 5%, #080e20 40%);
  font-family: GothamBold, sans-serif;

  .container {
    max-width: 80%;
  }

  h2 {
    font-size: 40px;
  }

  p {
    font-family: GothamRegular, sans-serif;
    font-size: 18px;
  }
}

.icon {
  height: 140px;
  width: auto;
}

.step-line {
  margin-top: 20px;
  max-width: 70%;
  margin: 0 auto;
}

.step-circle {
  border: 2px solid #00ffff;
  color: #fff;
  font-weight: bold;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line {
  flex: 1;
  height: 2px;
  background-color: #00ffff;
}

/* Key Features Section */
.key-features-section {
  background-color: #fff;
  color: #000;
  padding-top: 90px;
  font-family: GothamBold, sans-serif;

  .row {
    padding-bottom: 40px;
  }

  h2 {
    font-size: 54px;
    margin-bottom: 100px;
    font-family: GothamBold, sans-serif;
  }

  p {
    font-family: GothamRegular, sans-serif;
    font-size: 13px;
  }
}

.feature-icon {
  background-color: #00ffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  max-width: 50px;
  max-height: 50px;
}

.feature-desc {
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}

/* CTA Section */
.cta-section {
  background: #fff;
  color: #fff;
  padding-top: 90px;
  font-family: GothamBold, sans-serif;

  h2 {
    font-size: 54px;
  }

  p {
    font-family: GothamRegular, sans-serif;
    font-size: 20px;
    width: 90%;
    margin-top: 18px;
  }

  a {
    background-color: #072022;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.brochure-btn {
  background: transparent;
  border: 2px solid #00ffff;
  color: #00ffff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}

.brochure-btn:hover {
  background-color: #00ffff;
  color: #000;
}

.demo-form {
  background: linear-gradient(to bottom right, #003d58 5%, #080e20 40%);
  font-family: GothamBold, sans-serif;
  padding-top: 45px;
  padding-bottom: 50px;

  h4 {
    font-size: 40px;
  }
}

.demo-form-container {
  position: absolute;
  top: 10px;
  right: 0;

  @media screen and (max-width: 768px) {
    position: inherit;
    padding: 0;
  }
}

.demo-form .form-control {
  background-color: #fff;
  border: none;
  padding: 12px;
  font-size: 14px;
  border-radius: 0;

  ::placeholder {
    font-weight: 500;
    font-size: 40px;
  }
}

.demo-form input::placeholder {
  font-weight: 500;
  font-family: GothamRegular, sans-serif;
}

.enquiry-btn {
  font-family: GothamLight, sans-serif;
  background-color: #00ffff;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 10px 30px;
  border-radius: 0;
  font-family: 14px;
}

.enquiry-btn:hover {
  background-color: #00e0e0;
}

.small {
  font-size: 14px;
}

i {
  font-size: 18px;
}

.footer-first-step {
  background-color: #fff;
  position: relative;
}

.footer-bottom {
  background: linear-gradient(to bottom left, #003d58 10%, #080e20 60%);
  font-family: GothamRegular, sans-serif;

  img {
    width: 100px;
  }

  p {
    font-size: 14px;
  }

  @media screen and (max-width: 768px) {
    padding: 16px;
  }
}

.contact-social {
  margin-left: 100px;
  margin-top: 50px;
}

.social-icons {
  margin-left: 90px;

  a {
    background: transparent;
    padding: 10px 5px;
  }

  img {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {

  .main-title,
  .Intelligence-platform h2,
  .retailer-section h2,
  .retail-environment h2,
  .plug-play-section h2,
  .key-features-section h2,
  .cta-section h2 {
    font-size: 30px;
  }

  .contact-social,
  .social-icons {
    margin-left: 0;
  }

  .btn-demo {
    font-size: 14px;
    padding: 10px 30px;
  }

  .hero-section {
    background-position: left center;
    background-repeat: no-repeat;
    min-height: auto;
  }

  .custom-navbar ul{
    margin-top: 30px;
    position: absolute;
    background: linear-gradient(to bottom right, #003d582b 7%, #080e20 10%);
    width: 100%;
    left: 0;
    padding: 10px 20px 20px 20px;
  }

}
