@import url(costum-bt.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;900&family=Ubuntu:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url(navbar.css);
@import url(title.css);
@import url(price.css);

body {
  font-family: sans-serif, 'Courier New', Courier, monospace;
  text-align: center;
}

h1,
h2 {
  font-family: "Montserrat", sans-serif;
  color: #fcaf3b;
  padding: 3% 0;
  /* margin: 3% 0; */
  font-weight: 500;
}


@media (min-width: 960px) {
  h1,
  .entry-title {
    font-size: 70px;
    line-height: 1.3em;
    letter-spacing: 0px;
  }
}

h2 {
  font-size: 2.7rem;
}

@media (min-width: 960px) {
  h2 {
    font-size: 50px;
    /* font-size: 3rem; */
    line-height: 1.3em;
    letter-spacing: 0px;
  }
}

p, li {
  color: #8f8f8f;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  /* padding-right: 2.5rem; */
}

.article {
  min-height: 750px;
}


/* Background Color */
.bg-article {
  background-color: #ededed;
}

/* bars */

.bar-box {
  height: 100px;
}

.bar {
  /* height: 2px; */
  margin: 30px auto;
  position: relative;
}

.bar-one {
  background-color: #ff9900;
  display: block;
  height: 2px;
  margin: auto;
  width: 100px;
}

.bar-two {
  display: block;
  height: 2px;
  margin: 5px auto;
  width: 50px;
  background-color: #fcaf3b;
}

.bar-three {
  display: block;
  height: 2px;
  margin: auto;
  width: 30px;
  background-color: #3333ff;
}

/* Features */

#features {
  position: relative;
}

.icon {
  margin-bottom: 1rem;
  color: #ff9900;
}
.icon:hover {
  color: #fcaf3b;
}

.feature-title {
  font-family: "Poppins", sans-serif;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 600;
  /* color: #fcaf3b; */
}

/* Testimonial */

#testimonials {
  background-color: #fcaf3b;
}

/* .testimonial-headibg-text {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
} */

.testimonial-image {
  width: 10%;
  margin: 20px;
}

/* Press */

#press {
  /* text-align: center; */
  padding: 3% 0;
}

.press-logo {
  width: 12%;
  margin: 20px 20px 50px;
}

/* Socisl Icons */

.socisl-icons {
  margin: 0 10px;
}

footer {
  background-color: #14171c;
}