* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

body {
  overflow-x: hidden;
  padding: 0;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: 0px;
}
ul {
  list-style: none;
}

/* Header and Navbar */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s ease all;
  z-index: 1024;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Banner */
.banner-section {
  width: 100%;
  height: 480px;
  background: url(../../assets/AboutBG.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

.banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 218px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 93.12%);
}

.banner-section h1 {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
}

.banner-section h1 span {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  display: block;
}

/* Section */
.user-trip-wrapper {
  padding: 60px 0;
}

.user-trip-heading {
  text-align: center;
  margin-bottom: 35px;
}

.font-42 {
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
}

.user-trip-heading h2 {
  color: #004b51;
}

.user-trip-heading p {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
}

.vetted-left-text-img {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.how-we-work {
  margin-top: 100px;
  margin-bottom: 150px;
}

.how-we-work h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #04717a;
  margin-bottom: 10px;
}

.how-we-work p {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
}

.how-we-work.our-partner-area {
  margin-bottom: 0;
}

.our-partner-area {
  margin-top: 0;
}

.how-we-work {
  margin-top: 100px;
  margin-bottom: 150px;
}

.produly-aussie-area {
  margin-bottom: 105px;
}

.blue-btn {
  padding: 13px 25px;
  background: #d1f1f3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  letter-spacing: 0.1em;
  color: #0063be;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.4s ease all;
  white-space: nowrap;
  display: inline-block;
  border: none;
}

.blue-btn:hover {
  background: #007bff;
  color: white;
}

.produly-aussie-text .blue-btn {
  margin-top: 10px;
}

.media-img-li {
  margin-top: 30px;
}

.media-main-area .media-img {
  background: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  cursor: pointer;
}

.produly-aussie-text .blue-btn {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .media-main-area .media-img img {
    max-width: 100%;
  }
  .how-we-work {
    margin: 50px 0px !important;
  }
}

@media (max-width: 991px) {
  .produly-aussie-area .blue-btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .media-main-area .media-img {
    margin-bottom: 30px;
  }
}
