@font-face {
  font-family: "montserrat";
  src: url("fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "manrope";
  src: url("fonts/Manrope-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "manrope";
  src: url("fonts/Manrope-Medium.ttf");
  font-weight: 500;
}

label {
  font-family: "manrope";
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
h1 {
  font-size: 56px;
  font-family: "montserrat";
  font-weight: 700;
  margin: 0px;
}
h2 {
  font-size: 28px;
  font-family: "montserrat";
  font-weight: 700;
  margin: 0px;
}
h5{
  font-size: 22px;
  font-family: "montserrat";
  font-weight: 700;
}
p {
  font-size: 18px;
  font-family: "manrope";
  font-weight: 500;
  margin: 0px;
}
.header {
  height: 10vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.hero-section video {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-content-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-section p {
  color: #ffffff;
  opacity: 50%;
}

.btn {
  font-family: "manrope";
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 20px;
}
.login-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.white-btn {
  background-color: #ffffff;
  color: #1a1a1a;
}

/* buttons on hover  */
.login-btn:hover,
.login-btn:focus {
  background-color: white;
  color: #1a1a1a;
}
.white-btn:hover,
.white-btn:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* for modal */
#exampleModal {
  background-color: #ffffff60;
}
.modal-content {
  background-color: #1d1d1d;
}
.modal button {
  font-family: "manrope" !important;
  font-weight: 300 !important;
}
.modal-body input {
  border-radius: 0px !important;
  padding: 10px 10px !important;
  background: transparent !important;
  color: #ffffff !important;
  font-family: "manrope" !important;
  font-weight: 300 !important;
}
.close-modal {
  cursor: pointer;
  width: 30px;
}
.modal-body input:focus {
  box-shadow: none;
  border: 1px solid #52c41a;
}
.modal-footer button {
  width: 100%;
}
.modal-header {
  border: none;
}
.modal-footer {
  border: none;
}

.built-commerce p {
  color: #1d1d1d;
  opacity: 50%;
}
.ecom-cards-container {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ecom-cards-container img {
  width: 70px;
}
.ecom-cards-container p {
  color: #1a1a1a;
  opacity: 40%;
}
.for-shadow {
  box-shadow: 0px 0px 22px -5px rgba(30, 30, 60, 0.25);
}
.dashboard-img {
  width: 70vw;
  margin-bottom: -300px;
  margin-top: 80px;
}
.auto-optimize {
  background-color: #262626;
  padding-bottom: 70px;
}
.auto-optimize-head {
  padding-top: 320px;
}
.auto-optimize p {
  color: #ffffff;
  opacity: 40%;
  font-size: 15px;
}
.auto-optimize .container {
  margin-top: 100px;
}
.auto-optimize img {
  width: 50px;
}
.platforms-integrated p {
  color: #1d1d1d;
  opacity: 50%;
}

/* owl carousel */
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.wrapper .owl-next,
.wrapper .owl-prev {
  position: absolute;
  top: 0;
  font-size: 70px !important;
}
.wrapper .owl-prev {
  left: -5%;
}
.wrapper .owl-next {
  right: -5%;
}
.item {
  border: 2px solid #1a1a1a;
  padding: 30px 20px;
}
.owl-carousel img {
  height: 50px;
  width: 100%;
  object-fit: contain;
}

.for-footer {
  background-color: #1a1a1a;
  padding: 50px 0px 20px 0px;
}
.for-footer img {
  width: 35px;
}
.footer-text {
  color: #ffffff;
  opacity: 40%;
  font-weight: 300;
}
.for-footer p a{
  text-decoration: none !important;
}

/* terms and condition */
.terms-condition .container p , .privacy-policy .container p{
  font-size: 16px !important;
  color: #FFFFFF !important;
  text-align: justify !important;
}
.terms-condition .container p span , .privacy-policy .container p span{
  font-weight: 700 !important;
  font-family: "montserrat" !important;
}
.terms-condition .container hr , .privacy-policy .container hr{
  color: #FFFFFF !important;
}

/* media queries  */

@media only screen and (max-width: 992px) {
  .ecom-cards-container div {
    margin-bottom: 25px;
    text-align: center;
  }

  .ecom-cards-container {
    display: block;
  }

  .auto-optimize-cards div {
    margin-bottom: 35px;
    text-align: center;
  }
  .dashboard-img {
    margin-bottom: -175px;
  }
  .auto-optimize-head {
    padding-top: 275px;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard-img {
    margin-bottom: -135px;
  }
  .auto-optimize-head {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 576px) {
  .btn {
    font-size: 9px;
    padding: 6px 15px !important;
  }

  .modal-btn {
    font-size: 16px;
    padding: 8px 20px;
  }
  .white-btn {
    margin-left: 4px !important;
  }
  .header img {
    width: 100px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  .owl-carousel img {
    height: 100px;
  }
  .wrapper .owl-prev {
    left: 0;
  }
  .wrapper .owl-next {
    right: 0;
  }
  .wrapper .owl-next,
  .wrapper .owl-prev {
    top: 25px;
  }
  .owl-carousel {
    padding: 0px 25px;
  }
}

@media only screen and (max-width: 480px) {
  .dashboard-img {
    margin-bottom: -100px;
  }
  .auto-optimize-head {
    padding-top: 140px;
  }
}
