.h1 {
  font-size: 42px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.desc {
  font-size: 20px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.txt-red {
  color: #FF523D;
}
.txt-red:hover {
  color: #FF523D;
}

.search-box{
  width: 250px;
  margin: 20px auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.search-box.no-absolute{
  position: relative;
  top: inherit;
}

.ic-search {
  position: absolute;
  top: 10px;
  left: 20px;
}
.ic-search i{
  color: #FF523D;
  font-size: 22px;
}


.input-search{
  display: inline-block;
}
.input-search input{
  border: solid 1px #EFEFEF;
  background-color: #EFEFEF;
  border-radius: 60px;
  padding-left: 60px;
  width: 250px;
  box-shadow: none;
}

.input-search input::-webkit-input-placeholder{
  font-size: 16px;
  color: gray;
}



.fun-wrapper{
  position: relative;
  background-color: #5A86B8;
  color: white;
  margin-top: 50px;
}
.fun-inner-wrapper{
  padding: 30px;
  max-width: 720px;
  margin: 0 auto;
}
.fun-title{
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}
.fun-desc{
  font-size: 20px;
}
.fun-btn{
  padding: 30px 0;
}
.fun-btn button{
  font-size: 16px;
  color: white;
  background-color: #FF523D;
  padding: 20px 30px;
  font-weight: bold;
  cursor: pointer;
}
.fun-lot{
  /* padding: 30px; */
  background: white;
  width: 320px;
  height: 320px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ic-dice {
  display: block;
  margin: 0 auto;
  padding: 90px 0;
}
.ic-dice i{
  font-size: 120px;
  color: #FF523D;
}

.fun-footer-wrapper{
  padding: 20px;
  margin: 0 auto;
  background-color: #192144;
}
.fun-footer-wrapper .ic i{
  font-size: 35px;
  color: #FF523D;
}
.footer-item{
  text-align: left;
}
.footer-title{
  font-size: 20px;
  font-weight: bold;
}
.footer-desc{
  font-size: 16px;
}




.explore-lot-cats{
  text-align: center;
}
.explore-title{
  font-size: 24px;
  font-weight: bold;
  max-width: 350px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}

.explore-list-wrapper{
  width: 100%;
  height: 250px;
  overflow-x: auto;
  overflow-y: hidden;
}
.explore-list
{
  width: 970px;
  height: 100%;
}

.cat-card{
  display: inline-block;
  width: 180px;
  /* background-color: white; */
  background-color: #EFEFEF;
  border-radius: 15px;
  margin: 5px;
}
.cat-img-wrapper{
  position: relative;
}
.cat-img{
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
  border-radius: 10px 10px 0 0;
}
.cat-business .cat-img{
  background-image: url("/public_assets/images/errors/image_business@2x.jpg");
}
.cat-sports .cat-img{
  background-image: url("/public_assets/images/errors/image_sports@2x.jpg");
}
.cat-celebrity .cat-img{
  background-image: url("/public_assets/images/errors/image_celebrity@2x.jpg");
}
.cat-music .cat-img{
  background-image: url("/public_assets/images/errors/image_music@2x.jpg");
}
.cat-travel .cat-img{
  background-image: url("/public_assets/images/errors/image_travel@2x.jpg");
}
.cat-logo{
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.cat-logo i{
  font-size: 23px;
  background-color: #FF523D;
  border-radius: 30px;
  padding: 10px;
  color: white;
}
.cat-title{
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.cat-stats{
  display: none;
  font-size: 13px;
  padding-top: -10px;
  padding-bottom: 20px;
}
.lot-card-link{
  color: black;
  display: block;
}

.lot-block{
  display: block;
  width: 100%;
  height: 100%;
}
.lot-block .lot-img{
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

/* body{
  background-color: #EFEFEF;
} */
