body {
  background-color: #283148;
  background-size: cover;
  font-family: 'Muli', sans-serif;
  margin: 0px;
  padding: 0px;
}
body.activities {
  background-size: cover;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.open-app-btn {
  border: none;
  background: rgba(255, 255, 255, 0.35);
  width: 255px;
  height: 45px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.masterWrap {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 60px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .masterWrap {
    padding: 15px;
    padding-bottom: 0px;
  }
}
.inwrap {
  position: relative;
  padding: 0px 40px;
  background: rgba(255, 255, 255, 0.35);
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .inwrap {
    padding-top: 40px;
  }
}
.inwrap .logoWrap {
  position: absolute;
  left: 40px;
  top: 40px;
}
@media (max-width: 991px) {
  .inwrap .logoWrap {
    position: initial;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .inwrap .logoWrap img {
    margin: auto;
    width: 235px;
  }
}
.inwrap main {
  max-width: 475px;
  margin: auto;
}
.inwrap main img {
  width: 100%;
}
.inwrap main img.share-app-cover-image {
  margin-bottom: 20px;
  border-radius: 10px;
}
.inwrap main h2 {
  font-size: 27px;
  font-weight: 900;
  color: white;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.inwrap main .storeWrap {
  display: inline-block;
  width: 100%;
}
.inwrap main .storeWrap .appstore {
  width: 50%;
  float: left;
}
.inwrap main .storeWrap .appstore img {
  max-width: 90%;
  float: left;
}
.inwrap main .storeWrap .playstore {
  width: 50%;
  float: left;
}
.inwrap main .storeWrap .playstore img {
  max-width: 90%;
  float: right;
}
.activities .inwrap {
  background: rgba(255, 255, 255, 0.35);
  padding-top: 40px;
}
.activities .inwrap .post-img {
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.54901961);
  padding: 10px;
  border-radius: 20px;
}
.activities .inwrap .post-img img {
  border-radius: 10px;
}
.activities .inwrap .moveWrap {
  max-width: 420px;
  margin: auto;
  background: black;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
}
.activities .inwrap .moveWrap h4 {
  font-size: 22px;
  color: white;
  margin-bottom: 10px;
}
.activities .inwrap .moveWrap .dateTime {
  width: 100%;
  display: inline-block;
}
.activities .inwrap .moveWrap .dateTime .date {
  width: 50%;
  float: left;
}
.activities .inwrap .moveWrap .dateTime .date span {
  color: white;
  padding-left: 30px;
  background: url('images/calender.svg') no-repeat left;
  background-size: 20px;
}
.activities .inwrap .moveWrap .dateTime .time {
  width: 50%;
  float: left;
}
.activities .inwrap .moveWrap .dateTime .time span {
  color: white;
  background: url('images/clock.svg') no-repeat left;
  background-size: 20px;
  padding-left: 30px;
}
.activities .inwrap .footlogo {
  text-align: center;
  padding: 20px 0px;
}
.activities .inwrap .footlogo img {
  margin: auto;
  width: 235px;
}
.post .inwrap {
  background: rgba(255, 255, 255, 0.35);
  padding-top: 40px;
}
.post .inwrap.share-app {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.post .inwrap .postData {
  width: 100%;
  background: #000;
  padding: 20px;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.post .inwrap .postData h4 {
  font-size: 22px;
  color: white;
  margin-bottom: 10px;
}
.post .inwrap .postData p {
  color: white;
  font-size: 14px;
}
.post .inwrap .footlogo {
  text-align: center;
  padding: 20px 0px;
}
.post .inwrap .footlogo img {
  margin: auto;
  width: 235px;
}
/*# sourceMappingURL=style.css.map */
