html {
  scroll-behavior: smooth;
}

* {
  font-family: "Montserrat", sans-serif;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w700 {
  font-weight: 700;
}

.pill {
  background-color: #fff;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .bghead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
}

@media (min-width: 992px) {
  .bghead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .p-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 576px) {
  .bghead {
    margin-top: 20px;
  }

  .title {
    font-size: 15px !important;
  }

  .desc {
    font-size: 12px !important;
  }

  .ftr {
    text-align: center;
  }

  .bg-title {
    width: 354px !important;
  }
}

.bttn {
  border: 1px solid black;
  border-radius: 50px;
  background-color: transparent;
  color: black;
  padding: 3px 10px;
  font-size: 12px;
  cursor: pointer;
}

.white {
  border-color: #ffffff;
  color: #ffffff;
}

.tx-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25);
}

.middle {
  transition: 1s ease;
  padding: 10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #0f75bd;
  height: 100%;
  width: 100%;
}

.tier1:hover .image {
  opacity: 0.3;
}

.tier1:hover .middle {
  opacity: 1;
}
.tier2:hover .image {
  opacity: 0.3;
}

.tier2:hover .middle {
  opacity: 1;
}
.tier3:hover .image {
  opacity: 0.3;
}

.tier3:hover .middle {
  opacity: 1;
}
.img-hdc {
  width: 105px;
}
