@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
body {font-family: "Ubuntu Sans", sans-serif;color: #333;font-size: 16px;background-color: #191919;padding: 0;margin: 0;background: #191919 ;background-size: cover;}
b, strong {font-weight: 600;}
h3 {font-size: 16px;}
img {max-width: 100%;}
body {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  overscroll-behavior: none;
}
.topBtn {padding: 24px 16px 22px 16px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.topBtn a {display: inline-block;line-height: 1;z-index: 999;}
.topBtn h1 {color: #FFFFFF;font-size: 18px;line-height: 20px;display: table;margin: 0 auto;font-weight: normal;position: absolute;width: calc(100% - 32px);text-align: center;}
.searchCategory {margin: 16px 16px 23px 16px;width: calc(100% - 32px);position: relative;background: linear-gradient(to right, #AE7B2C, #F1E379, #AE7B2C);padding: 1px;position: relative;border-radius: 10px;}
.searchCategory button {border: 0;background: transparent;position: absolute;top: 50%;transform: translateY(-50%);left: 8px;}
.searchCategory input {width: 100%;background-color: #000000;border: 0;padding: 11px;border-radius: 10px;margin: 0;width: calc(100% - 49px);padding-left: 38px;font-size: 16px;line-height: 21px;color: #fff;outline: 0;}
.searchCategory input ::placeholder {color: #fff;opacity: 1;}
.searchCategory input ::-ms-input-placeholder {color: #fff;}
.showhide {display: none;}

.awardsBox img {object-fit: cover;object-position: center;width: 100%;}
.whatGet {margin-bottom: 30px;}
.whatGet > h2 {font-size: 16px;line-height: 21px;color: #fff;position: relative;margin-bottom: 12px;margin-top: 0;font-weight: normal;text-align: center;overflow: hidden;}
.whatGet > h2 span {background-color: #191919;padding: 0 10px;position: relative;z-index: 9;}
.whatGet > h2:after {content: "";position: absolute;left: -9%;top: 50%;background: url("https://cricheroes-media-mumbai.s3.ap-south-1.amazonaws.com/awards/assets/horizontal-strip.png") center top no-repeat;width: 500px;height: 2px;transform: translateY(-50%);margin: 0 auto;background-size: cover;}
.whatGet ul {list-style: none;padding: 0;margin: 12px 16px 0 16px;display: inline-block;width: calc(100% - 32px);}
.whatGet ul li {border: 1px solid #CB8E40;border-radius: 16px;padding: 16px;margin-bottom: 8px;}
.whatGet ul li:last-child {margin-bottom: 0;}
.whatGet ul li h3 {background-image: linear-gradient(45deg, #71441F , #CB8E40 50%, #71441F 100%);color: #AD792B;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 16px;line-height: 20px;font-weight: 800;margin-top: 0;margin-bottom: 8px;}
.whatGet ul li p {color: #fff;font-size: 14px;line-height: 18px;margin: 0;font-weight: 600;}


@media (min-width:480px) {
body {width: 414px;margin: 0 auto;}
}







