@import url("https://fonts.googleapis.com/css?family=Titillium+Web");

* {
  font-family: "Titillium Web", sans-serif;
}
.logoHeight {
  height: 90px !important;
}
.logofooter {
  height: 60px !important;
}
.toast {
  z-index: 9999; /* Ensure it's on top of other elements */
}
.hero {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 88px;
}
.button-primary {
  background: hsl(32, 55%, 54%);
  /* background: linear-gradient(65deg, #e1d82e 0, #b8a81b 100%); */
}
.button:hover {
  background: #6a6f7d;
}
.colorDiv {
  background: #e0b45f;
}
.colortext {
  color: #e0b45f;
}
.colorGrey {
  background: #646a6f;
}
.colordark {
  background: linear-gradient(to left top, #383c3f, rgba(2, 112, 215, 0));
}
.tick-table-features li::before {
  content: "";
  width: 16px;
  height: 12px;
  margin-right: 16px;
  background-image: url("/dist/images/svg/download.svg");
  background-repeat: no-repeat;
}

.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .nav-item {
  padding: 10px 20px;
}
.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
}
.navbar_col {
  font-size: 50px;
  background: #d0d4d1;
  color: white;
  border: solid;
  /* border-bottom: 10px; */
  /* border-color: black; */
  /* border-radius: 5px; */
}
.navbar {
  margin-bottom: 50px;
}
/* .container{
    margin-bottom: 50px;
} */
.footer {
  background: #d0d4d1;
  text-align: center;

  /* font-size: 50px; */
}
.copyright {
  margin-top: 20px;
}
.footer_margin {
  /* margin-top: 20px; */
  padding: 15px;
}
.content {
  margin-bottom: 60px;
}
.hero-copy .hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 3px;
}
.mobile_view {
  width: 46rem;
  position: absolute;
  top: -71px;
  will-change: transform;
  right: -12rem;
}
@media (max-width: 520px) {
  .mobile_view {
    width: 200%;
    top: -26px;
    right: 0;
    left: -7rem;
    margin: 0 auto;
  }
}
@media (min-width: 520px) and (max-width: 768px) {
  .mobile_view {
    width: 42rem;
    position: absolute;
    top: -15px;
    will-change: transform;
    right: -11rem;
  }
}
/* .mobile-image {
  display: block; 
  width: 65%; 
  max-width: 250px; 
  margin: 0 auto 20px; 
} */
/* .hero-figure-box-05 {
    left: 19.4%;
    top: -24.7%;
    width: 86%;
    height: 125.7%;
    transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg);
} */
/* .img_mobile {
    height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.hero-figure-box-05 {	
    left: 10.4%;
    top: -1.7%;
    width: 81%;
    height: 85.7%;
    transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg);
} */
