p {
  color: #fff;
}

.left-section-img {
  max-height: 290px;
  border-radius: 10px;
}

.referFriendBg {
  background-image: url(/assets/images/bgReferAndEarn.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2rem;
  min-height: 400px;
}

.referFriendLeft {
  padding: 3rem 0 3rem 3rem;
}

.referFriendLeft h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 20px;
  max-width: 300px;
}

.referFriendLeft p {
  font-size: 16px;
  color: #ffffffd1;
  font-weight: 500;
  max-width: 300px;
}

.referFriendLeft p span {
  font-size: 600;
  color: #fff;
}

.inputBoxContainer,
.inputBoxContainer .inputBox {
  display: flex;
  align-items: center;
}

.inputBoxContainer {
  margin-top: 20px;
}

.inputBoxContainer .inputBox input {
  background: none;
  border: none;
  outline: none;
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  width: 125px;
}

.inputBoxContainer .inputBox img {
  width: 18px;
  height: 18px;
}

.referEarnBtnDetails,
.inputBoxContainer .referEarnBtn {
  background: #140C0A;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
  padding: 9px 20px;
  color: #fff;
  border: 0;
  outline: none;
  border-radius: 5px;
}

.bonusCashBox .referEarnBtnDetails {
  color: #01142a;
  background: #fff;
  font-weight: 700;
}

.referEarnBtnDetails {
  margin-top: 2rem;
  margin-left: 0;
}

.referFriendRight {
  padding: 1rem 3rem 1rem 0;
}

.referFriendRight.placeHolderImg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.referFriendRight.placeHolderImg img {
  width: 90%;
}

.referFriendRight .bonusCashBox {
  width: 345px;
  height: 320px;
  background-image: url(/assets/images/referEarnPrizeBg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.referFriendRight .bonusCashBox h2 {
  font-size: 8rem;
  font-weight: 800;
  color: #F98C15;
  margin-bottom: 0;
  line-height: 1;
}

.referFriendRight .bonusCashBox p {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.raf-logSign {
  background: #FF7200;
  color: #fff !important;
  padding: 0.75rem 3rem;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 10px;
}

section#product,
section#hero-cnt {
  background: none;
}

section#about {
  background: #1F1F1F;
}

section#commission,
section#choose-us {
  background: linear-gradient(180deg, #022246 0, #01142a 87.5%);
}

.referFriend,
.friendAccepted {
  width: 90%;
  border-radius: 10px;
  margin: 20px auto;
}

.friendAccepted {
  padding: 20px;
}

.referFriendBg {
  padding: 2rem;
}

.referFriend {
  margin-top: 30px;
  background: linear-gradient(251.37deg, #F9BD12 31.77%, #F99412 74.78%);
}

.icon-handshake {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  margin-right: 10px;
  background-image: url(/assets/images/icon-handshake.svg);
}

.friendAcceptedNum {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #fff;
}

.friendAccepted p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F9BD12;
}

.friendAcceptedNum h2 {
  color: #FF7200;
}

.friendAcceptedNum p {
  color: #000;
  margin: 0 !important;
}

.friendAcceptedNum h2 {
  font-weight: 700;
  font-size: 32px;
  margin: 0 !important;
}

@media screen and (max-width: 640px) {
  :root {
    font-size: 14px
  }
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box
}

a {
  text-decoration: none !important;
  color: inherit;
  display: table;
  cursor: pointer
}

a:visited,
a:active,
a:focus {
  color: inherit;
  outline: none
}

p {
  margin: 0
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  display: block
}


button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

.container {
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 0 1rem;
}

@media(max-width: 640px) {
  .container {
    padding: .3rem 1rem
  }
}

@media(min-width: 1280px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 1280px;
    max-width: 90%;
  }
}

.btn {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  color: #fff;
  outline: none;
  position: relative;
  cursor: pointer;
  padding: .5rem 1.5rem;
  position: relative;
  border: 1px solid #FF7200;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0)
}

.btn.btn-yellow {
  color: #140c0a;
  background-color: #FF7200
}

.btn.btn-white {
  border-color: #FF7200
}

.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #140c0a;
  display: flex;
  justify-content: center;
  align-items: center
}

.page-loader video {
  width: 100px;
  height: 100px
}

.burger-icon {
  height: auto;
  width: 30px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: none;
  cursor: pointer
}
.responsive-padding {
  padding-left: 65px !important;
}

@media(max-width: 768px) {
  .burger-icon {
    display: block
  }
  .responsive-padding {
    padding-left: 0px !important;
  }

  .referFriendRight.placeHolderImg {
    margin-bottom: 2rem;
  }

  .raf-logSign {
    padding: 0.5rem 3rem;
    font-size: 1.6rem;
  }

  .referFriendRight .bonusCashBox p {
    font-size: 1rem;
    margin-top: 0.5rem;
    width: 90% !important;
    text-align: center;
  }

  .friendAccepted {
    width: 90%;
    padding: 10px 0;
    margin: 10px auto;
  }

  .icon-handshake {
    padding: 10px;
    margin-right: 5px;
  }

  .friendAcceptedNum {
    padding: 5px 10px;
  }

  .friendAccepted p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .friendAcceptedNum h2 {
    font-size: 26px;
  }

  .referEarnBtnDetails {
    margin-top: 0.5rem;
  }
}

.burger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: all .3s ease;
  position: relative
}

.burger-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px
}

.burger-icon.open span:nth-child(2) {
  opacity: 0
}

.burger-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 7px
}


@media screen and (max-width: 640px) {
  header {
    height: 3rem
  }
}

header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

header .logo {
  width: 180px
}

@media screen and (max-width: 1025px) {
  .referFriendBg {
    padding: 2rem;
    flex-direction: column-reverse;
  }

  .raf-container {
    margin-top: 2.5rem;
  }

  .referFriendLeft,
  .referFriendRight {
    padding: 0;
  }

  .referFriend {
    margin-top: 20px;
  }

  .referFriendRight .bonusCashBox {
    width: 210px;
    height: 200px;
  }

  .inputBoxContainer {
    flex-direction: column;
  }

  .referFriendLeft h2 {
    max-width: 100%;
    font-size: 2.5rem;
    margin: 1rem 0 0.5rem;
    text-align: center;
  }

  .referFriendLeft p {
    max-width: 100%;
    font-size: 1rem;
    text-align: center;
  }

  .inputBoxContainer .inputBox,
  .inputBoxContainer .referEarnBtn {
    width: 85%;
  }

  .inputBoxContainer .referEarnBtn {
    margin-left: 0;
    margin-top: 10px;
  }

}

header .right-section {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem
}

@media screen and (max-width: 1024px) {
  header .right-section {
    -moz-column-gap: 1rem;
    column-gap: 1rem
  }
}

header .right-section ul.menu {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

@media screen and (max-width: 768px) {
  header .right-section ul.menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 5rem;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    opacity: 0;
    color: #140c0a;
    padding: 1rem 0;
    pointer-events: none
  }

  header .right-section ul.menu.open {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto
  }
}

@media screen and (max-width: 640px) {
  header .right-section ul.menu {
    top: 3rem
  }
}

@media screen and (max-width: 1024px) {
  header .right-section ul.menu {
    font-size: .9rem
  }
}

header .right-section ul.menu a:hover {
  color: #FF7200
}

header .right-section .login-signup-wrap {
  display: flex;
  align-items: center;
  justify-self: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

@media screen and (max-width: 768px) {
  header .right-section .login-signup-wrap {
    display: none
  }
}

header .right-section .country-selector {
  position: relative;
  cursor: pointer
}

header .right-section .country-selector img {
  width: 45px
}

@media screen and (max-width: 640px) {
  header .right-section .country-selector img {
    width: 30px;
    min-width: 30px
  }
}

@media screen and (max-width: 768px) {
  header .right-section .country-selector img:hover~.country-list-wrap {
    max-height: 800px;
    visibility: visible
  }
}

header .right-section .country-selector .country-list-wrap {
  transition: all .3s ease;
  max-height: 0;
  position: absolute;
  right: 0;
  width: 95vw;
  max-width: 500px;
  background-color: #fff;
  border-radius: 7px;
  border: 2px solid #140c0a;
  color: #140c0a;
  overflow: hidden;
  visibility: hidden;
  box-shadow: -2px 2px 10px rgba(20, 12, 10, .6)
}

@media screen and (min-width: 769px) {
  header .right-section .country-selector .country-list-wrap.active {
    max-height: 800px;
    visibility: visible
  }
}

header .right-section .country-selector .country-list-wrap h3 {
  padding: 1rem 1.5rem;
  background-color: #FF7200;
  font-weight: 300;
  position: relative
}

header .right-section .country-selector .country-list-wrap h3 i {
  font-style: normal;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem
}

header .right-section .country-selector .country-list-wrap ul {
  padding: 1rem 1.5rem
}

header .right-section .country-selector .country-list-wrap ul li {
  display: grid;
  grid-template-columns: 120px auto;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(152, 152, 152, .4);
  padding-bottom: 1rem;
  font-size: .8rem
}

header .right-section .country-selector .country-list-wrap ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0
}

header .right-section .country-selector .country-list-wrap ul li>div {
  display: inherit;
  grid-template-columns: repeat(2, 1fr);
  align-items: inherit;
  -moz-column-gap: .5rem;
  column-gap: .5rem
}

header .right-section .country-selector .country-list-wrap ul li>div a {
  padding: .25rem 0;
  text-align: center;
  border: 1px solid #140c0a;
  border-radius: 7px
}

header .right-section .country-selector .country-list-wrap ul li>div a:hover {
  background-color: rgba(20, 12, 10, .2)
}

header .right-section .country-selector .country-list-wrap ul li>div.country img {
  margin: 0 auto;
  filter: drop-shadow(0 2px 5px rgba(20, 12, 10, 0.5))
}

footer p.copyright {
  color: #989898;
  text-align: center;
  padding: .5rem 0;
  font-size: .8rem
}

footer .footer-wrap {
  padding: 3rem 0;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1.5fr
}

@media screen and (max-width: 640px) {
  footer .footer-wrap {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    padding-bottom: 1rem
  }
}

footer .left-section .logo {
  width: 150px;
  margin-bottom: .5rem
}

footer ul.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: .5rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

footer ul.footer-menu li:hover {
  color: #FF7200
}

footer .right-section .social-links {
  align-self: flex-end;
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

footer .right-section .social-links a {
  width: 25px
}

section.section-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

section.section-bg.bg-fixed {
  background-attachment: fixed
}

.content-width-wrap {
  width: 100%;
  margin: 0 auto
}

@media screen and (max-width: 640px) {
  .content-width-wrap {
    width: 100%
  }
}

.section-padding {
  padding: 3rem 0
}

@media screen and (max-width: 768px) {
  .section-padding {
    padding: 1.5rem 0
  }
}

#hero-cnt .swiper-wrapper {
  transition-timing-function: linear !important
}

#hero-cnt .swiper-wrapper .swiper-slide {
  width: 260px
}

@media screen and (max-width: 1024px) {
  #hero-cnt .swiper-wrapper .swiper-slide {
    width: 180px
  }
}

@media screen and (max-width: 640px) {
  #hero-cnt .swiper-wrapper .swiper-slide {
    width: 150px
  }
}

#hero-cnt .swiper-wrapper .swiper-slide p {
  text-align: center;
  text-transform: uppercase
}

#hero-cnt .hero-cnt-holder {
  display: flex;
  justify-content: space-between;
  align-items: center
}

#hero-cnt .hero-cnt-holder .left-section .content {
  text-transform: uppercase;
  font-size: 2.25rem;
  padding-left: 4rem;
  width: 100%;
}


@media screen and (max-width: 480px) {
  #hero-cnt .hero-cnt-holder .left-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem
  }
}

#hero-cnt .hero-cnt-holder .left-section .content h3 {
  font-size: 40px;
  color: #F9BD12;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: normal;
}

#hero-cnt .hero-cnt-holder .left-section .content strong img {
  width: 5.5em
}

.rafmobImg {
  max-height: 500px;
}

#hero-cnt .hero-cnt-holder .left-section .content em {
  font-style: normal;
  color: #FF7200
}

#hero-cnt .hero-cnt-holder .left-section .content p {
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  text-align: left;
  line-height: normal !important;
  margin-bottom: 10px;
}

#hero-cnt .hero-cnt-holder .btn-wrap {
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-left: 4rem;
}

#hero-cnt .hero-cnt-holder .btn-wrap .btn {
  font-weight: 700;
  box-shadow: 0 0 15px 2px rgba(255, 228, 0, .6)
}

#hero-cnt .hero-cnt-holder .btn-wrap.mobile-view {
  display: none
}

@media screen and (max-width: 480px) {
  #hero-cnt .hero-cnt-holder .btn-wrap.mobile-view {
    display: flex;
    margin-top: 1rem
  }

  #hero-cnt .hero-cnt-holder .btn-wrap.desktop-view {
    display: none
  }
}

@media screen and (max-width: 640px) {
  #hero-cnt .hero-cnt-holder .right-section .img-wrap {
    width: 80%;
    max-width: 220px;
    margin: 0 auto
  }
}

section#about .about-wrap {
  display: grid;
  grid-template-columns: 600px auto;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center
}

section#about .right-section .logo {
  width: 220px;
  margin: 0 auto 1.5rem
}

section#about .right-section .content p {
  line-height: normal;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
}

h3.section-title {
  text-transform: uppercase;
  font-size: 4rem;
  margin: 20px auto 30px;
  text-align: center;
  color: #FF7200;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  h3.section-title {
    font-size: 3rem
  }

  #hero-cnt .hero-cnt-holder .left-section .content p {
    text-align: center;
  }
}

h3.section-title.black {
  color: #fff
}

section#product .product-wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto
}

section#product .product-wrap .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem
}

@media screen and (max-width: 640px) {
  section#product .product-wrap .product-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
  }
}

@media screen and (max-width: 480px) {
  section#product .product-wrap .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem
  }
}

section#product .product-wrap .product-list .product-img img {
  margin: 0 auto
}

@media screen and (max-width: 1280px) {
  .commission-container {
    width: 100%
  }
}

.commission-container .commission-info-holder {
  overflow: auto
}

.commission-container .commission-info {
  width: 100%;
  min-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-evenly;
  align-items: stretch;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 2rem
}

@media screen and (max-width: 640px) {
  .commission-container .commission-info {
    min-width: 700px
  }
}

.commission-container .commission-info li {
  background-color: #FF7200;
  border-radius: 7px;
  color: #140c0a;
  padding: 1rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: .9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative
}

@media screen and (max-width: 1024px) {
  .commission-container .commission-info li {
    font-size: .8rem;
    padding: .5rem .5rem
  }
}

.commission-container .commission-info li:before {
  width: 1.75rem;
  height: 7px;
  content: "";
  border-radius: 10px;
  position: absolute;
  transform: translateY(-50%);
  left: -1.8rem;
  top: 50%;
  background-color: #fff
}

.commission-container .commission-info li:first-child:before {
  display: none
}

.commission-container .commission-info li:last-child:before {
  margin-top: -5px
}

.commission-container .commission-info li:last-child:after {
  width: 1.75rem;
  height: 7px;
  content: "";
  border-radius: 10px;
  position: absolute;
  transform: translateY(-50%);
  left: -1.8rem;
  top: 50%;
  background-color: #fff;
  margin-top: 5px
}

.commission-container .commission-info li img {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  -o-object-fit: contain;
  object-fit: contain
}

@media screen and (max-width: 1024px) {
  .commission-container .commission-info li img {
    width: 50px;
    height: 50px
  }
}

.commission-container .com-info {
  display: flex;
  justify-content: space-between;
  color: #140c0a;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1.5rem auto;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.commission-container .com-info p {
  color: #fff
}

.commission-container .com-info span {
  color: #FF7200
}

@media screen and (max-width: 1024px) {
  .commission-container .com-info {
    flex-direction: column;
    text-align: center
  }
}

.commission-container .commission-table {
  position: relative;
  overflow: hidden
}

@media screen and (max-width: 1024px) {
  .commission-container .commission-table {
    overflow: auto
  }
}

.commission-container .commission-table .com-table-line {
  position: absolute;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  min-width: 1000px
}

@media screen and (max-width: 640px) {
  .commission-container .commission-table .com-table-line {
    min-width: 800px
  }
}

.commission-container .commission-table .com-table-line .line-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--table-col-count), 1fr);
  align-items: center;
  width: 100%;
  height: inherit;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem
}

@media screen and (max-width: 1024px) {
  .commission-container .commission-table .com-table-line .line-wrap {
    -moz-column-gap: .75rem;
    column-gap: .75rem
  }
}

@media screen and (max-width: 1024px) {
  .commission-container .commission-table .com-table-line .line-wrap {
    -moz-column-gap: .5rem;
    column-gap: .5rem
  }
}

.commission-container .commission-table .com-table-line .line-wrap .line {
  width: 5px;
  margin: 0 auto;
  height: calc(100% - 100px);
  background-color: #FF7200
}

.commission-container .table-icon-wrap {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(var(--table-col-count), 1fr);
  justify-content: space-around;
  position: relative;
  width: 100%;
  min-width: 1000px;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem
}

@media screen and (max-width: 1024px) {
  .commission-container .table-icon-wrap {
    -moz-column-gap: .75rem;
    column-gap: .75rem
  }
}

@media screen and (max-width: 640px) {
  .commission-container .table-icon-wrap {
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    min-width: 800px
  }
}

.commission-container .table-icon-wrap .icon-wrap {
  position: relative;
  z-index: 2
}

.commission-container .table-icon-wrap img {
  width: 100px;
  margin: 0 auto
}

@media screen and (max-width: 1024px) {
  .commission-container .table-icon-wrap img {
    width: 75px
  }
}

.commission-container .table-icon-wrap:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.commission-container table {
  background-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  color: #FF7200;
  table-layout: fixed;
  text-align: center;
  text-transform: uppercase;
  border-collapse: separate;
  font-size: 1.25rem;
  position: relative;
  margin-top: -3rem;
  border-spacing: 1.5rem;
  width: calc(100% + 3rem);
  margin-left: -1.5rem
}

@media screen and (max-width: 1024px) {
  .commission-container table {
    margin-top: -2rem;
    width: calc(100% + 1.5rem);
    min-width: calc(1000px + 1.5rem);
    border-spacing: .75rem;
    margin-left: -0.75rem
  }
}

@media screen and (max-width: 640px) {
  .commission-container table {
    margin-top: -2rem;
    width: calc(100% + 1rem);
    min-width: calc(800px + 3rem);
    border-spacing: .75rem;
    margin-left: -0.75rem;
    font-size: 1rem
  }
}

.commission-container table thead {
  color: #140c0a;
  width: 100%;
  position: relative;
  top: 3rem;
  z-index: 2
}

@media screen and (max-width: 1024px) {
  .commission-container table thead {
    top: 2.25rem
  }
}

@media screen and (max-width: 640px) {
  .commission-container table thead {
    top: 2.45rem
  }
}

.commission-container table thead th {
  position: relative
}

.commission-container table thead th strong {
  background-color: #FF7200;
  font-size: .75rem;
  padding: .5rem 0;
  border-radius: 0 0 10px 10px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  background: #FF7200;
  background: linear-gradient(to right, #FF7200, #f7b945);
  position: relative;
  z-index: 2;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center
}

.commission-container table thead th:before,
.commission-container table thead th:after {
  content: "";
  width: 10px;
  height: 8px;
  background-color: #bf9735;
  position: absolute;
  z-index: 1;
  top: 0;
  box-sizing: content-box
}

.commission-container table thead th:before {
  left: 6px;
  border-right: 4px solid #FF7200;
  border-top: 2px solid #FF7200;
  border-top-right-radius: 9px
}

.commission-container table thead th:after {
  right: 6px;
  border-left: 4px solid #f7b945;
  border-top: 2px solid #f7b945;
  border-top-left-radius: 9px
}

.commission-container table tbody {
  position: relative;
  z-index: 1
}

.commission-container table tbody tr td {
  background: #50291f;
  border-radius: 7px;
  padding: 1rem 0
}

.commission-container table tbody tr td.negative {
  color: #ed3833
}

.commission-container table tbody tr:first-child td {
  padding-top: 2rem
}

.commission-container table tbody tr:last-child td {
  background: #FF7200;
  color: #140c0a;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(20, 12, 10, .6)
}

.commission-breakdown-wrap {
  padding-top: 3rem
}

.commission-breakdown-wrap table {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #FF7200;
  border-radius: 20px;
  color: #140c0a;
  overflow: hidden;
  border: 2px solid #FF7200;
  border-top: 0;
  box-shadow: 0 2px 5px rgba(20, 12, 10, .6)
}

.commission-breakdown-wrap table td,
.commission-breakdown-wrap table th {
  border-right: 2px solid #989898;
  padding: 1rem 0
}

.commission-breakdown-wrap table td:last-child,
.commission-breakdown-wrap table th:last-child {
  border-right: none
}

.commission-breakdown-wrap table th {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em
}

.commission-breakdown-wrap table tr:nth-child(odd) td {
  background-color: #140c0a;
  color: #fff
}

section#choose-us .choose-us-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

@media screen and (max-width: 1280px) {
  section#choose-us .choose-us-list {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  section#choose-us .choose-us-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem
  }
}

@media screen and (max-width: 480px) {
  section#choose-us .choose-us-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem
  }
}

section#choose-us .choose-us-list .choose-us-holder {
  position: relative
}

section#choose-us .choose-us-list .choose-us-holder .icon {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2
}

@media screen and (max-width: 1024px) {
  section#choose-us .choose-us-list .choose-us-holder .icon {
    width: 100px;
    height: 100px;
    top: -50px
  }
}

@media screen and (max-width: 480px) {
  section#choose-us .choose-us-list .choose-us-holder .icon {
    width: 80px;
    height: 80px;
    top: -40px
  }
}

section#choose-us .choose-us-list .content-holder {
  height: 100%;
  color: #140c0a;
  background: #140c0a;
  background: linear-gradient(to top, #140C0A, transparent 40%);
  border-radius: 15px;
  padding: 0;
  border: 2px solid #fff;
  display: grid;
  grid-template-rows: 110px auto
}

section#choose-us .choose-us-list .content-holder .label {
  background-color: #140c0a;
  color: #FF7200;
  text-align: center;
  padding: 70px 0 2rem;
  border-radius: 20px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  word-spacing: 100rem
}

@media screen and (max-width: 1024px) {
  section#choose-us .choose-us-list .content-holder .label {
    padding-top: 60px
  }
}

@media screen and (max-width: 480px) {
  section#choose-us .choose-us-list .content-holder .label {
    padding-top: 50px
  }
}

section#choose-us .choose-us-list .content-holder .content {
  font-size: 1rem;
  padding: .75rem .5rem .5rem;
  text-align: center;
  background-color: #FF7200;
  border-radius: 0 0 15px 15px
}

section#testimonials {
  background-color: #fff
}

section#testimonials .testimonials-content {
  position: relative
}

@media screen and (max-width: 640px) {
  section#testimonials .testimonials-content {
    width: 80%
  }
}

section#testimonials .testimonials-content .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  cursor: pointer
}

section#testimonials .testimonials-content .swiper-btn.prev-btn {
  left: -3rem
}

section#testimonials .testimonials-content .swiper-btn.next-btn {
  right: -3rem
}

@media screen and (max-width: 768px) {
  section#testimonials .testimonials-content .swiper-btn {
    width: 20px
  }

  section#testimonials .testimonials-content .swiper-btn.prev-btn {
    left: -2.5rem
  }

  section#testimonials .testimonials-content .swiper-btn.next-btn {
    right: -2.5rem
  }
}

section#testimonials .swiper-slide {
  padding-bottom: 1rem
}

section#testimonials .content-wrap {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #140c0a;
  border-radius: 20px;
  background-color: #FF7200;
  overflow: hidden;
  box-shadow: -2px 2px 8px rgba(20, 12, 10, .5);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width: 1280px) {
  section#testimonials .content-wrap {
    width: 100%
  }
}

section#testimonials .content-wrap .content {
  color: #140c0a;
  font-size: .8rem;
  padding: 1rem 1rem;
  font-style: italic;
  text-align: center;
  padding-bottom: 47.5px;
  height: 180px
}

@media screen and (max-width: 768px) {
  section#testimonials .content-wrap .content {
    font-size: .8rem;
    height: 220px
  }
}

@media screen and (max-width: 640px) {
  section#testimonials .content-wrap .content {
    font-size: .8rem;
    height: 160px
  }
}

section#testimonials .content-wrap .details {
  padding-top: 47.5px;
  padding-bottom: 1rem;
  background-color: #140c0a;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: .8rem
}

section#testimonials .content-wrap .details .logo {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #140c0a;
  border: 3px solid #FF7200;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -37.5px
}

section#testimonials .content-wrap .details .name {
  color: #FF7200
}

section#testimonials .content-wrap .details .site {
  font-size: .9em
}

section#testimonials .content-wrap .details .designation {
  color: #989898;
  font-size: .8em
}

section#sign-up-today {
  padding-bottom: 0
}

section#sign-up-today .container {
  padding-bottom: 0
}

section#sign-up-today .sign-up-wrap {
  display: grid;
  grid-template-columns: 600px auto;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  align-items: flex-end
}

@media screen and (max-width: 1280px) {
  section#sign-up-today .sign-up-wrap {
    grid-template-columns: 480px auto;
    width: 100%;
    -moz-column-gap: 3rem;
    column-gap: 3rem
  }
}

@media screen and (max-width: 1024px) {
  section#sign-up-today .sign-up-wrap {
    grid-template-columns: 1fr;
    grid: "rightSection" "leftSection"
  }

  section#sign-up-today .sign-up-wrap .left-section {
    grid-area: leftSection;
    max-width: 420px;
    margin: 0 auto
  }

  section#sign-up-today .sign-up-wrap .right-section {
    grid-area: rightSection
  }
}

section#sign-up-today .right-section {
  text-align: center;
  align-self: center;
  padding-bottom: 2rem
}

section#sign-up-today .right-section h3 {
  text-transform: uppercase;
  font-weight: 300;
  color: #FF7200;
  font-size: 2rem;
  margin-bottom: 2rem
}

section#sign-up-today .right-section ul.selection-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 80%;
  max-width: 340px;
  margin: 0 auto 2rem
}

section#sign-up-today .right-section ul.selection-list li a {
  position: relative
}

section#sign-up-today .right-section ul.selection-list li a p {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 1.2rem
}

section#sign-up-today .right-section .social-link-wrap h3 {
  color: #fff;
  font-size: 1.5rem
}

section#sign-up-today .right-section .social-link-wrap ul.social-link {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
  justify-content: center
}

section#terms-condition {
  background-color: #fff;
  color: #140c0a
}

section#terms-condition .content-holder {
  display: grid;
  grid-template-columns: 500px auto;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  position: relative;
  align-items: flex-start
}

@media screen and (max-width: 1280px) {
  section#terms-condition .content-holder {
    grid-template-columns: 360px auto;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }
}

@media screen and (max-width: 1024px) {
  section#terms-condition .content-holder {
    grid-template-columns: 1fr;
    row-gap: 2rem
  }
}

section#terms-condition .content-holder .left-section {
  height: -moz-fit-content;
  height: fit-content
}

section#terms-condition .content-holder .left-section .img-wrap {
  margin: 0 auto
}

@media screen and (max-width: 1024px) {
  section#terms-condition .content-holder .left-section .img-wrap {
    width: 80%;
    max-width: 280px
  }
}

section#terms-condition .content-holder .right-section {
  border: 2px solid #140c0a;
  background-color: #FF7200;
  overflow: hidden;
  border-radius: 20px
}

section#terms-condition .content-holder .right-section .accordin ul li {
  border-bottom: 1px solid #989898
}

section#terms-condition .content-holder .right-section .accordin ul li:last-child {
  border-bottom: 0
}

section#terms-condition .content-holder .right-section .accordin ul li p {
  cursor: pointer;
  padding: .5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

section#terms-condition .content-holder .right-section .accordin ul li p::after {
  content: ">";
  font-size: 1.5rem;
  transform: rotate(90deg);
  transition: all .3s linear
}

section#terms-condition .content-holder .right-section .accordin ul li div {
  transition: all .3s ease;
  max-height: 0;
  overflow: hidden;
  background-color: #140c0a;
  color: #fff;
  font-weight: 300;
  padding: 0 1.5rem;
  opacity: 0
}

section#terms-condition .content-holder .right-section .accordin ul li.active p:after {
  transform: rotate(-90deg)
}

section#terms-condition .content-holder .right-section .accordin ul li.active div {
  max-height: 500px;
  opacity: 1;
  padding: .5rem 1.5rem
}

section#terms-condition .content-holder .right-section .content {
  padding: 3rem 4rem;
  padding-right: 2rem;
  max-height: 600px;
  overflow: auto
}

section#terms-condition .content-holder .right-section .content p {
  margin-bottom: 1rem
}

section#terms-condition .content-holder .right-section .content ol li {
  margin-bottom: 1rem
}

section#terms-condition .content-holder .right-section .content ol li:last-child {
  margin-bottom: 0
}

.raf-container {
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #161616;
}

.friendAccepted .flexes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}

.friendAccepted .flexes .col-right {
  display: block;
}

.referFriendLeft h2 {
  max-width: 100% !important;
}

.qr-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px !important;
}

.qr-btn .qr-box {
  width: 200px;
  height: 200px;
}

span.or {
  margin: 0px 25px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.qr-btn .qr-box img {
  width: 100%;
}

.qr-btn .inputBoxContainer {
  display: flex;
  margin-top: 0;
  flex-direction: column;
  justify-content: space-between;
  min-height: 119px;
  width: 100%;
}

.inputBoxContainer .inputBox {
  justify-content: center;
  width: 100%;
}

.qr-btn .inputBoxContainer .referEarnBtn {
  width: 100%;
  display: block;
  margin-left: 0;
  border-radius: 12px;
  padding: 13px 15px;
}

.friendAccepted .flexes .col-right .filter-top {
  background: #F98B15;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 14px;
}

.friendAccepted .filter-top img {
  width: 20px;
}

.friendAccepted .flexes span.fil {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.filter-bottom {
  position: absolute;
  width: 13.5%;
  right: 0;
  background: var(--primary-gradient);
  border-radius: 6px;
  top: 50px;
  padding: 12px 16px;
}

input.select-fil {
  width: 16px;
  height: 16px;
  margin-left: 20px;
  border: 1px solid #3E042A !important;
}

.drop-dates label {
  color: #3E042A;
  font-weight: 600 !important;
  font-size: 14px;
}

.drop-dates {
  display: flex;
  align-items: center;
}

input[type="checkbox"] {
  appearance: none;
  /* Remove default checkbox */
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]:checked {
  background-color: #3E042A;
  border-color: #3E042A;
}

input[type="checkbox"]:checked::after {
  /* content: "✔"; */
  content: "";
  font-size: 10px;
  color: white;
  position: absolute;
  top: 3px;
  left: 3px;
  background: url('/assets/images/check-mark-new.svg') center/contain no-repeat;
  width: 12px;
  height: 12px;
}

.friendAcceptedNum:not(:last-child) {
  margin-bottom: 15px;
}

.drop-dates:not(:last-child) {
  margin-bottom: 10px;
}

.filter-box {
  padding: 20px;
  border-radius: 10px;
  background: #5e4826;
  margin-bottom: 20px;
}

.without-filter {
  border-radius: 20px;
  padding: 20px;
  background: #5e4826;
}


@media(max-width: 1025px) {
  .inputBoxContainer .inputBox {
    width: 100% !important;
  }

  .qr-btn .inputBoxContainer {
    width: 100%;
    min-height: 110px;
  }

  .qr-btn {
    flex-direction: column;
    margin-top: 1.5rem !important;
  }

  .referFriendBg {
    justify-content: flex-end;
  }

  span.or {
    margin: 10px 0px;
  }

  input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }

  .drop-dates label {
    font-size: 11px;
  }

  .filter-bottom {
    width: 88px;
    padding: 5px;
  }

  input[type="checkbox"]:checked::after {
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 1280px) {
  section#about .about-wrap {
    grid-template-columns: 480px auto
  }
}

@media screen and (max-width: 1024px) {
  section#about .about-wrap {
    grid-template-columns: 1fr;
    row-gap: 2rem
  }

  section#about .about-wrap .left-section {
    width: 80%;
    max-width: 500px;
    margin: 0 auto
  }

  section#about .right-section .logo {
    width: 100% !important;
  }

  #hero-cnt .hero-cnt-holder .left-section .content {
    font-size: 1.5rem
  }

  #hero-cnt .hero-cnt-holder .left-section .content h3 {
    font-size: 11vw;
  }

  #hero-cnt .hero-cnt-holder .left-section .content p {
    font-size: 4vw;
  }

  .raf-logSign {
    font-size: 1.5rem;
  }

  #hero-cnt .hero-cnt-holder {
    flex-direction: column;
    text-align: center
  }

  #hero-cnt .hero-cnt-holder .btn-wrap,
  #hero-cnt .hero-cnt-holder .left-section .content {
    padding-left: 0 !important;
  }
}