@import "https://cdn.jsdelivr.net/npm/bulma@1.0.1/css/versions/bulma-no-dark-mode.min.css";
@import "https://fonts.googleapis.com/css?family=Lexend:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lexend", sans-serif !important;
}

.navbar {
  --bulma-navbar-item-img-max-height: 2.5rem;
}

.navbar {
  margin: 10px 10px 0px 10px;
}

@media screen and (max-width: 768px) {
  .navbar-menu {
    padding: 15px;
    margin: 20px 15px;
  }
}

.navbar-burger {
  box-shadow: none !important;
  color: #187088 !important;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto !important;
}
@media screen and (max-width: 768px) {
  .btn-group {
    flex-direction: column;
  }
}
.btn-group a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-group a img {
  width: 200px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.btn-group a img:hover {
  transform: scale(1.05);
}

.hero {
  background: url("/img/herobg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.utlam-logo {
  width: 80px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 5em;
  line-height: 100%;
  margin-bottom: 30px;
  font-weight: 500;
  color: #187088;
}
@media screen and (max-width: 768px) {
  .hero-title {
    text-align: center;
  }
}

.hero-subtitle {
  font-size: 1.2em;
  max-width: 80%;
}

.hero-img {
  width: 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hero-img {
    text-align: center !important;
    width: 60px;
  }
}

.step-side img {
  width: 100%;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .step-side img {
    border-radius: 20px;
  }
}

.comingsoon {
  width: 60% !important;
}

@media only screen and (max-width: 600px) {
  .hero-title {
    font-size: 2.6em !important;
  }
  .disappear {
    min-height: 200px;
  }
  .comingsoon {
    width: 100% !important;
  }
  .hero {
    background: url("/img/mobilebg.png") no-repeat !important;
    background-size: cover;
    background-position: bottom !important;
  }
}
@media only screen and (min-width: 600px) {
  .hero-title {
    font-size: 4em;
  }
  .disappear {
    height: 0px !important;
  }
  .hero {
    background: url("/img/herobg.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#products {
  padding: 100px 0px;
  background: #187088;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #products {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #products {
    padding: 70px 30px;
  }
}

#about, #steps, #bottom-cta {
  padding: 100px 0px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #about, #steps, #bottom-cta {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #about, #steps, #bottom-cta {
    padding: 70px 30px;
  }
}

#why {
  padding: 100px 0px;
  background: #f7f6f6;
  color: #222;
}
@media screen and (max-width: 768px) {
  #why {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #why {
    padding: 70px 30px;
  }
}

#faqs {
  padding: 100px 0px;
  background: #fafafa;
  color: #222;
}
@media screen and (max-width: 768px) {
  #faqs {
    padding: 70px 30px;
  }
}

.sectional-title h2 {
  font-size: 2.4em;
  line-height: 110%;
}
.sectional-title p {
  font-size: 1em;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sectional-title {
    text-align: center;
  }
  .sectional-title h2 {
    font-size: 1.8em;
  }
}

.product-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .product-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.why-box {
  color: #222;
  border-left: 1px solid #efefef;
  padding: 20px;
}
.why-box i {
  font-size: 2.5em;
  color: #187088;
  margin-bottom: 10px;
}
.why-box img {
  width: 100%;
  border-radius: 20px;
}
.why-box h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 10px;
}

.product-box {
  background: #fff;
  color: #222;
  padding: 20px;
  border-radius: 30px 30px 10px 10px;
}
.product-box img {
  width: 100%;
  border-radius: 20px;
}
.product-box h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 10px;
}
#faqs details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#faqs details summary {
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid black;
  position: relative;
  cursor: pointer;
  font-size: 1em;
  font-weight: 300;
  list-style: none;
  outline: 0;
}
#faqs details summary::-webkit-details-marker {
  display: none;
}
#faqs details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.7em;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
#faqs details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
#faqs details ul {
  margin: 10px 10px;
  list-style-image: url("/img/bullet.png");
  list-style-position: inside;
  margin-bottom: 30px;
}
#faqs details p {
  font-size: 1em;
  margin: 0 0 1rem;
  padding-top: 1rem;
}

.steps-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.step-box {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.step-box h1 {
  font-size: 2.4em;
  color: #187088;
}
.step-box h3 {
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .step-box {
    text-align: center !important;
  }
}

.cta-title {
  font-size: 2.4em;
  line-height: 110%;
  color: #187088;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cta-title {
    font-size: 1.8em;
  }
}

footer {
  background: #f5f5f5;
  color: #222;
  padding: 50px 30px 30px 30px;
  text-align: center;
  font-size: 0.9em;
}
footer .utlam-logo {
  width: 50px;
  margin-bottom: 10px;
}
footer .footer-menu {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
footer .footer-menu ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}
footer .footer-menu ul li a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
footer .footer-menu ul li a:hover {
  color: #187088;
}
footer a {
  color: #222;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 0.8em;
  }
}/*# sourceMappingURL=utlamapp.css.map */