@import url("https://fonts.googleapis.com/css2?family=Chewy&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lemonada:wght@300..700&display=swap");
:root {
  --white: #ffffff;
  --black: #000000;
  --navlink-hover: #17C752;
}

html,
body {
  font-family: "Inter", sans-serif;
}
html a,
body a {
  text-decoration: none;
}

body.menu-open {
  height: 100%;
  overflow: hidden;
}

.region {
  padding: 0;
}

.terms-condition p, .terms-condition ul li p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .terms-condition p, .terms-condition ul li p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .terms-condition p, .terms-condition ul li p {
    font-size: 20px;
  }
}

.header .header-inner .header-menu ul li a, .footer-main .footer-inner h2 {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .header .header-inner .header-menu ul li a, .footer-main .footer-inner h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-inner .header-menu ul li a, .footer-main .footer-inner h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .header .header-inner .header-menu ul li a, .footer-main .footer-inner h2 {
    font-size: 30px;
  }
}

.terms-condition h3 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .terms-condition h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .terms-condition h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1400px) {
  .terms-condition h3 {
    font-size: 40px;
  }
}

.main-content-in-wrapper .thankyou-text-wrapper h3 {
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  .main-content-in-wrapper .thankyou-text-wrapper h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .thankyou-text-wrapper h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .thankyou-text-wrapper h3 {
    font-size: 60px;
  }
}

.bottom-image-section {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .bottom-image-section {
    padding-top: 80px;
  }
}

.bottom-image-section {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .bottom-image-section {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .bottom-image-section {
    padding-bottom: 100px;
  }
}

.main-content-in-wrapper, .main-content-in-wrapper .main-content-inner .winner-image-wrapper,
.main-content-in-wrapper .main-content-inner .winner-text-image-wrapper {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .main-content-in-wrapper, .main-content-in-wrapper .main-content-inner .winner-image-wrapper,
  .main-content-in-wrapper .main-content-inner .winner-text-image-wrapper {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content-in-wrapper, .main-content-in-wrapper .main-content-inner .winner-image-wrapper,
  .main-content-in-wrapper .main-content-inner .winner-text-image-wrapper {
    padding-top: 120px;
  }
}

.terms-condition.urdu {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .terms-condition.urdu {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .terms-condition.urdu {
    padding-bottom: 120px;
  }
}

.header {
  padding: 10px 0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#811619), to(#90191D));
  background-image: linear-gradient(180deg, #811619 0%, #90191D 100%);
  position: relative;
}
.header .header-inner .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .header .header-inner .logo-wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-inner .logo-wrapper {
    gap: 40px;
  }
}
.header .header-inner .logo {
  max-width: 90px;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 360px) {
  .header .header-inner .logo {
    max-width: 100px;
  }
}
@media screen and (min-width: 420px) {
  .header .header-inner .logo {
    max-width: 120px;
  }
}
@media screen and (min-width: 576px) {
  .header .header-inner .logo {
    max-width: 130px;
  }
}
@media screen and (min-width: 768px) {
  .header .header-inner .logo {
    max-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-inner .logo {
    max-width: 190px;
  }
}
.header .header-inner .logo img {
  width: 100%;
  margin: 0;
  height: auto;
}
.header .header-inner .logo-2 {
  max-width: 130px;
}
@media screen and (min-width: 360px) {
  .header .header-inner .logo-2 {
    max-width: 150px;
  }
}
@media screen and (min-width: 420px) {
  .header .header-inner .logo-2 {
    max-width: 170px;
  }
}
@media screen and (min-width: 576px) {
  .header .header-inner .logo-2 {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .header .header-inner .logo-2 {
    max-width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-inner .logo-2 {
    max-width: 300px;
  }
}
.header .header-inner .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-inner .header-menu {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#811619), to(#90191D));
  background-image: linear-gradient(180deg, #811619 0%, #90191D 100%);
  left: 0;
  height: 100vh;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.menu-open .header .header-inner .header-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header .header-inner .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 992px) {
  .header .header-inner .header-menu ul {
    gap: 20px;
  }
}
.menu-open .header .header-inner .header-menu ul li {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-animation: slideIn 0.6s ease-out forwards;
          animation: slideIn 0.6s ease-out forwards;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(1) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(2) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(3) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(4) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(5) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(6) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(7) {
  -webkit-animation-delay: 2.24s;
          animation-delay: 2.24s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(8) {
  -webkit-animation-delay: 2.56s;
          animation-delay: 2.56s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(9) {
  -webkit-animation-delay: 2.88s;
          animation-delay: 2.88s;
}
.menu-open .header .header-inner .header-menu ul li:nth-child(10) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.header .header-inner .header-menu ul li a {
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: var(--white);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  font-family: "Inter", sans-serif;
}
.header .header-inner .header-menu ul li a:hover {
  color: var(--navlink-hover);
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu-toggle {
  width: 26px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 101;
}
.menu-toggle span {
  width: 26px;
  border-bottom: 3px solid var(--white);
  position: absolute;
  top: calc(50% - 2px);
  left: 3px;
}
.menu-toggle span:nth-child(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.menu-toggle span:nth-child(1) {
  margin-top: -7px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(1) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-toggle span:nth-child(3) {
  margin-top: 7px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(3) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-open .menu-toggle span {
  border-color: var(--white);
}

.footer-main {
  padding: 0;
  padding-top: 40px;
}
@media screen and (max-width: 767.72px) {
  .footer-main {
    padding-bottom: 12px;
  }
}
.footer-main .footer-inner h2 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  color: #000000;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
.footer-main .footer-inner h2 span {
  font-weight: 400;
}
.footer-main .footer-inner .footer-upper-image {
  max-width: 100%;
}
.footer-main .footer-inner .footer-upper-image .footer-decor-image {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-main .footer-inner .footer-upper-image .footer-decor-image {
    display: block;
  }
}
.footer-main .footer-inner .footer-upper-image .footer-logo {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer-main .footer-inner .footer-upper-image .footer-logo {
    display: none;
  }
}
.footer-main .footer-inner .footer-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding-top: 30px;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-content-wrapper {
  width: 100%;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 15px;
}
@media screen and (max-width: 767.72px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-upper-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .quick-link-wrapper {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .quick-link-wrapper {
    width: 33.33%;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .quick-link-wrapper h3 {
  font-family: "Lemonada", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #000000;
}
@media screen and (min-width: 1400px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .quick-link-wrapper h3 {
    font-size: 20px;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .quick-link-wrapper .navbar-nav li a {
  padding: 9px 0;
  font-size: 16px;
  color: var(--black);
  -webkit-transform: 0.32s all ease-in-out;
          transform: 0.32s all ease-in-out;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1400px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .quick-link-wrapper .navbar-nav li a {
    font-size: 17px;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .quick-link-wrapper .navbar-nav li a:hover {
  color: #ED1D24;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .join-and-social-links-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .join-and-social-links-wrapper {
    width: 33.333%;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .join-community {
  display: none;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .join-community h3 {
  font-family: "Lemonada", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .join-community h3 {
    font-size: 20px;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us h3 {
  font-family: "Lemonada", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us h3 {
    font-size: 20px;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us .item-list--linkicon ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us .item-list--linkicon ul li {
  margin: 0;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us .item-list--linkicon ul li a {
  color: var(--white);
  font-size: 15px;
  height: 29px;
  width: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #006633;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 1200px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us .item-list--linkicon ul li a {
    font-size: 25px;
    height: 38px;
    width: 38px;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us .item-list--linkicon ul li a span {
  font-size: 0;
  display: none;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us .item-list--linkicon ul li a svg {
  position: relative;
  height: 1em;
  width: 1em;
  display: block;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-upper-content .connect-with-us .item-list--linkicon ul li a:hover {
  background-color: #040404;
  -webkit-animation-name: elementor-animation-pulse-grow;
          animation-name: elementor-animation-pulse-grow;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content {
  padding-top: 20px;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul {
  width: 100%;
  padding-left: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E3E3E3;
}
.footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul li:first-child, .footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul li:last-child {
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 575.72px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul li:nth-child(2) {
    border: none;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul li a {
  padding: 0;
  padding: 13px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--black);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1400px) {
  .footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul li a {
    font-size: 17px;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .middle-bottom-content .utility-links ul li a:hover {
  color: #ED1D24;
}
.footer-main .footer-inner .footer-inner-wrapper .right-decor-image,
.footer-main .footer-inner .footer-inner-wrapper .left-decor-image {
  max-width: 240px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .footer-main .footer-inner .footer-inner-wrapper .right-decor-image,
  .footer-main .footer-inner .footer-inner-wrapper .left-decor-image {
    max-width: 270px;
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .footer-main .footer-inner .footer-inner-wrapper .right-decor-image,
  .footer-main .footer-inner .footer-inner-wrapper .left-decor-image {
    max-width: 304px;
  }
}
@media screen and (min-width: 1650px) {
  .footer-main .footer-inner .footer-inner-wrapper .right-decor-image,
  .footer-main .footer-inner .footer-inner-wrapper .left-decor-image {
    max-width: 384px;
  }
}
.footer-main .footer-inner .footer-inner-wrapper .right-decor-image img,
.footer-main .footer-inner .footer-inner-wrapper .left-decor-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.footer-main .footer-inner .footer-inner-wrapper .right-decor-image {
  margin-bottom: -4px;
}

@-webkit-keyframes elementor-animation-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes elementor-animation-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.main-content-in-wrapper {
  background: radial-gradient(61.2% 76.43% at 49.82% 49.79%, #4F0025 28%, #2A0013 60%, #000000 100%);
  position: relative;
}
.main-content-in-wrapper .coin-images-wrapper .coin {
  position: absolute;
  display: none;
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .coin-images-wrapper .coin {
    display: block;
  }
}
.main-content-in-wrapper .coin-images-wrapper .coin img {
  width: 100%;
  height: auto;
  display: block;
}
.main-content-in-wrapper .coin-images-wrapper .coin.coin-1 {
  left: 0;
  bottom: 35%;
  max-width: 70px;
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-1 {
    bottom: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-1 {
    max-width: 90px;
    bottom: 42%;
  }
}
@media screen and (min-width: 1600px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-1 {
    max-width: 120px;
  }
}
.main-content-in-wrapper .coin-images-wrapper .coin.coin-2 {
  max-width: 60px;
  left: 50%;
  bottom: 3%;
  max-width: 40px;
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-2 {
    max-width: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-2 {
    max-width: 60px;
  }
}
.main-content-in-wrapper .coin-images-wrapper .coin.coin-3 {
  max-width: 50px;
  right: 8%;
  bottom: 36%;
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-3 {
    bottom: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-3 {
    max-width: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-3 {
    max-width: 70px;
  }
}
.main-content-in-wrapper .coin-images-wrapper .coin.coin-4 {
  right: 4%;
  top: 1%;
  max-width: 50px;
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-4 {
    max-width: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-4 {
    max-width: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-4 {
    max-width: 80px;
    top: 3%;
  }
}
.main-content-in-wrapper .coin-images-wrapper .coin.coin-5 {
  max-width: 40px;
  top: 1%;
  right: 40%;
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-5 {
    max-width: 50px;
  }
}
.main-content-in-wrapper .coin-images-wrapper .coin.coin-6 {
  max-width: 30px;
  left: 15%;
  top: 4%;
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-6 {
    max-width: 36px;
  }
}
.main-content-in-wrapper .coin-images-wrapper .coin.coin-7 {
  max-width: 30px;
  left: 44%;
  top: 36%;
}
@media screen and (min-width: 1400px) {
  .main-content-in-wrapper .coin-images-wrapper .coin.coin-7 {
    max-width: 45px;
    left: 48%;
    top: 30%;
  }
}
.main-content-in-wrapper .main-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .main-content-inner {
    gap: 25px;
  }
}
.main-content-in-wrapper .main-content-inner .banner-upper-image-wrapper,
.main-content-in-wrapper .main-content-inner .form-main-wrapper,
.main-content-in-wrapper .main-content-inner .winner-image-wrapper,
.main-content-in-wrapper .main-content-inner .winner-text-image-wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .main-content-inner .banner-upper-image-wrapper,
  .main-content-in-wrapper .main-content-inner .form-main-wrapper,
  .main-content-in-wrapper .main-content-inner .winner-image-wrapper,
  .main-content-in-wrapper .main-content-inner .winner-text-image-wrapper {
    width: calc(50% - 15px);
  }
}
.main-content-in-wrapper .main-content-inner .banner-upper-image-wrapper .banner-upper-image-1,
.main-content-in-wrapper .main-content-inner .banner-upper-image-wrapper .banner-upper-image-2 {
  max-width: 100%;
}
.main-content-in-wrapper .main-content-inner .banner-upper-image-wrapper .banner-upper-image-1 img,
.main-content-in-wrapper .main-content-inner .banner-upper-image-wrapper .banner-upper-image-2 img {
  width: 100%;
  height: auto;
  display: block;
}
.main-content-in-wrapper .main-content-inner .form-bottom-text-wrapper {
  max-width: 80%;
  margin-top: 0;
}
@media screen and (max-width: 991.72px) {
  .main-content-in-wrapper .main-content-inner .form-bottom-text-wrapper {
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .main-content-inner .form-bottom-text-wrapper {
    max-width: calc(50% - 15px);
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .main-content-inner .form-bottom-text-wrapper {
    margin-top: 70px;
  }
}
.main-content-in-wrapper .main-content-inner .form-bottom-text {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .main-content-inner .form-bottom-text {
    max-width: 520px;
    margin-left: auto;
  }
}
.main-content-in-wrapper .main-content-inner .form-bottom-text img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 991.72px) {
  .main-content-in-wrapper .main-content-inner .winner-image-wrapper,
  .main-content-in-wrapper .main-content-inner .winner-text-image-wrapper {
    padding-top: 0;
  }
}
.main-content-in-wrapper .main-content-inner .winner-image-wrapper .winner-image {
  max-width: 100%;
  border: 9px solid #FFE866;
  padding: 30px;
  border-radius: 50px;
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .main-content-inner .winner-image-wrapper .winner-image {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .main-content-inner .winner-image-wrapper .winner-image {
    padding: 50px;
  }
}
.main-content-in-wrapper .main-content-inner .winner-image-wrapper .winner-image img {
  width: 100%;
  height: auto;
  display: block;
}
.main-content-in-wrapper .main-content-inner .winner-text-image-wrapper .winner-text-image {
  max-width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .main-content-inner .winner-text-image-wrapper .winner-text-image {
    max-width: 580px;
  }
}
.main-content-in-wrapper .main-content-inner .winner-text-image-wrapper .winner-text-image img {
  width: 100%;
  height: auto;
  display: block;
}
.main-content-in-wrapper .form-upper-wrapper {
  max-width: 100%;
  margin-left: auto;
  padding: 40px 25px 24px;
  background: linear-gradient(132.11deg, #FFB144 5.06%, #FFE866 94.94%);
  border-radius: 12px;
  -webkit-box-shadow: 11px 8px 18.3px 0px #6D5B32;
          box-shadow: 11px 8px 18.3px 0px #6D5B32;
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .form-upper-wrapper {
    max-width: 600px;
    padding: 50px 35px 34px;
  }
}
.main-content-in-wrapper .form-upper-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 16px;
}
.main-content-in-wrapper .form-upper-wrapper input {
  width: 100%;
  padding: 12px 14px;
  color: rgba(33, 37, 41, 0.7490196078);
  font-size: 16px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  font-family: "Inter", sans-serif;
  border: 1px solid #DCDCDC;
  border-radius: 15px;
}
.main-content-in-wrapper .form-upper-wrapper input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.main-content-in-wrapper .form-upper-wrapper label {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  margin-bottom: 5px;
}
.main-content-in-wrapper .form-upper-wrapper input.webform-button--submit {
  border: none;
  background-color: #1B1B1B;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 18px 24px;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  font-weight: 700;
  color: var(--white);
  border-radius: 4px;
  color: #DCBE71;
}
.main-content-in-wrapper .form-upper-wrapper input.webform-button--submit:hover {
  background-color: #FA0000;
  color: var(--white);
}
@media screen and (max-width: 991.72px) {
  .main-content-in-wrapper .banner-upper-image-wrapper.top {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 991.72px) {
  .main-content-in-wrapper .winner-text-image-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 991.72px) {
  .main-content-in-wrapper .banner-upper-image-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 991.72px) {
  .main-content-in-wrapper .form-main-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 991.72px) {
  .main-content-in-wrapper .winner-image-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 991.72px) {
  .main-content-in-wrapper .form-bottom-text-wrapper {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.main-content-in-wrapper .thankyou-text-wrapper h3 {
  color: var(--white);
  font-family: "Chewy", system-ui;
  text-align: center;
}
.main-content-in-wrapper .bottom-rl-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: -28%;
}
@media screen and (min-width: 420px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper {
    margin-top: -24%;
  }
}
@media screen and (min-width: 576px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper {
    margin-top: -20%;
  }
}
@media screen and (min-width: 768px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper {
    margin-top: -14%;
  }
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper {
    margin-top: -14%;
  }
}
@media screen and (min-width: 1600px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper {
    margin-top: -17%;
  }
}
.main-content-in-wrapper .bottom-rl-image-wrapper .left-image,
.main-content-in-wrapper .bottom-rl-image-wrapper .right-image {
  max-width: 170px;
  margin-bottom: -2.5px;
}
@media screen and (min-width: 576px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper .left-image,
  .main-content-in-wrapper .bottom-rl-image-wrapper .right-image {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper .left-image,
  .main-content-in-wrapper .bottom-rl-image-wrapper .right-image {
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper .left-image,
  .main-content-in-wrapper .bottom-rl-image-wrapper .right-image {
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper .left-image,
  .main-content-in-wrapper .bottom-rl-image-wrapper .right-image {
    max-width: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper .left-image,
  .main-content-in-wrapper .bottom-rl-image-wrapper .right-image {
    max-width: 300px;
    margin-bottom: -4.5px;
  }
}
@media screen and (min-width: 1600px) {
  .main-content-in-wrapper .bottom-rl-image-wrapper .left-image,
  .main-content-in-wrapper .bottom-rl-image-wrapper .right-image {
    max-width: 400px;
  }
}
.main-content-in-wrapper .bottom-rl-image-wrapper .left-image img,
.main-content-in-wrapper .bottom-rl-image-wrapper .right-image img {
  height: auto;
  width: 100%;
  display: block;
}

.bottom-image-section {
  position: relative;
}
.bottom-image-section .bottom-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-image-section .bottom-image-wrapper .bottom-image {
  max-width: 100%;
}
.bottom-image-section .bottom-image-wrapper .bottom-image img {
  width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes softFloat {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes softFloat {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.terms-condition h3 {
  font-weight: 700;
  margin-bottom: 25px;
}
.terms-condition p {
  color: var(--black);
  font-weight: 700;
}
.terms-condition p a {
  text-decoration: underline;
  color: var(--black);
}
.terms-condition ul {
  padding-left: 20px;
  margin: 0;
}
.terms-condition ul li p {
  color: var(--black);
  font-weight: 700;
}
.terms-condition ul li p a {
  text-decoration: underline;
  color: var(--black);
}

.terms-condition.urdu ul {
  padding-right: 20px;
}/*# sourceMappingURL=custom.css.map */