@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
a {
  text-decoration: none;
}

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

.common-form .form-control,
.common-form .form-select {
  border-radius: 4px;
  border: 1px solid #424242;
  background: rgba(16, 16, 16, 0.5);
  height: 48px;
  padding: 8px 12px;
  color: #A4A4A4;
  /* Desktop/small */
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card_scroll{
    overflow-y: auto;
    height: 400px;
}
.common-form .form-control::-moz-placeholder, .common-form .form-select::-moz-placeholder {
  color: #A4A4A4;
}
.common-form .form-control::placeholder,
.common-form .form-select::placeholder {
  color: #A4A4A4;
}
.common-form .form-select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
}
.common-form .form-gold-control {
  border: 1px solid #622F02;
  background: rgba(253, 118, 0, 0.16);
}
.common-form .form-control[type=password] {
  /*background-image: url(../images/eye-icon.svg);*/
  background-position: center right 12px;
  background-repeat: no-repeat;
}
.common-form .form-check {
  display: flex;
  align-items: start;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.common-form .form-check .form-check-input {
  margin: 0;
  padding: 0;
  flex-grow: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #F90;
  border-radius: 0;
  background-color: transparent;
  border-radius: 3px;
}
.common-form .form-check .form-check-input:checked {
  background: url(../images/check-box-icon.svg) no-repeat center;
  background-size: auto;
  background-color: #F90;
}
.common-form .form-check .form-check-label {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-form .form-check .form-check-label a {
  color: #F90;
}

.common-light-form .form-control {
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  background: white;
  height: 48px;
  padding: 8px 12px;
  color: #0F0C0C;
  /* Desktop/small */
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-light-form .form-control::-moz-placeholder {
  color: #0F0C0C;
}
.common-light-form .form-control::placeholder {
  color: #0F0C0C;
}
.common-light-form .form-check {
  display: flex;
  align-items: start;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.common-light-form .form-check .form-check-input {
  margin: 0;
  padding: 0;
  flex-grow: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #F90;
  border-radius: 0;
  background-color: transparent;
  border-radius: 3px;
}
.common-light-form .form-check .form-check-input:checked {
  background: url(../images/check-box-icon.svg) no-repeat center;
  background-size: auto;
  background-color: #F90;
}
.common-light-form .form-check .form-check-label {
  color: #0F0C0C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-light-form .form-check .form-check-label a {
  color: #F90;
}
.common-light-form textarea.form-control {
  height: 133px;
}

.top-heading h1 {
  color: white;
  /* Desktop/H1 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 94.8px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.top-heading p {
  color: white;
  /* Desktop/body */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 42px;
}

.secondary-heading h4 {
  color: #0F0C0C;
  /* Desktop/H2 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 60.672px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.secondary-heading p {
  color: white;
  /* Desktop/body */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  color: #0F0C0C;
  margin-bottom: 42px;
}

.common-modal .modal-dialog {
  max-width: 756px;
}
.common-modal .modal-dialog .modal-content {
  border-radius: 6px;
  border: 3px solid #424242;
  background: rgba(0, 0, 0, 0.9);
  padding: 38px 82px;
}
.common-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.common-modal .secondary-heading {
  text-align: center;
}
.common-modal .secondary-heading h4 {
  color: white;
  margin-bottom: 13px;
}
.common-modal .secondary-heading p {
  color: white;
  margin-bottom: 32px;
}
.common-modal .secondary-heading .secondary-btn {
  margin: 0 18px;
}

.primary-btn {
  padding: 15px 18px;
  margin: 0 30px 0 23px;
  border: 0;
  background-color: #F90;
  color: white;
  text-align: center;
  /* Desktop/button */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  position: relative;
}
.primary-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background: url(../images/primary-btn-right.svg) no-repeat center;
  background-size: cover;
  width: 31px;
  height: 100%;
}
.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -23px;
  background: url(../images/primary-btn-left.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 100%;
}

.secondary-btn {
  padding: 15px 18px;
  margin: 0 23px;
  background-color: #FFF9F1;
  color: white;
  text-align: center;
  /* Desktop/button */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0F0C0C;
  display: inline-block;
  position: relative;
}
.secondary-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  background: url(../images/secondary-btn-right.svg) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 52px;
}
.secondary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -23px;
  background: url(../images/secondary-btn-left.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 100%;
}

header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
}
header a[aria-expanded=true] .active {
  display: inline;
}
header a[aria-expanded=true] .inactive {
  display: none;
}
header a[aria-expanded=false] .active {
  display: none;
}
header a[aria-expanded=false] .inactive {
  display: inline;
}
header .desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  position: relative;
}
header .desktop-header nav ul {
  display: flex;
  gap: 19px;
}
header .desktop-header nav ul a {
  color: white;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/header */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 18px;
}
header .desktop-header .right-nav {
  display: flex;
  gap: 40px;
  align-items: center;
}
header .desktop-header .right-nav .cart-wrap {
  display: flex;
  gap: 12px;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.5019607843);
}
header .desktop-header .right-nav .usd-wrap {
  position: relative;
  /* Desktop/header */
}
header .desktop-header .right-nav .usd-wrap a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: white;
}
header .desktop-header #usd-btn-wrap {
  position: absolute;
}
header .desktop-header #usd-btn-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
header .desktop-header #usd-btn-wrap ul a {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
header .desktop-header #usd-btn-wrap ul a.active {
  color: #F90;
}
header .desktop-header #cart-btn-wrap {
  position: absolute;
  right: 0;
  margin-top: 8px;
}
header .desktop-header #cart-btn-wrap .card {
  width: 545px;
  padding: 32px 24px;
  border-radius: 6px;
  border: 3px solid #424242;
  background: rgba(0, 0, 0, 0.8);
}
header .desktop-header #cart-btn-wrap .card h4 {
  color: #DCDCDC;
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
header .desktop-header #cart-btn-wrap .card .cart-product-sec {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
header .desktop-header #cart-btn-wrap .card .cart-product-sec .cart-product-item {
  display: flex;
  gap: 10px;
}
header .desktop-header #cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping {
  max-width: 253px;
  width: 100%;
}
header .desktop-header #cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping h5 {
  color: #FFF;
  /* Desktop/H4 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
header .desktop-header #cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping p {
  color: rgba(220, 220, 220, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
header .desktop-header #cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping .qty-sec {
  display: flex;
  justify-content: space-between;
}
header .desktop-header #cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping .qty-sec h5 {
  margin-bottom: 0;
}
header .desktop-header #cart-btn-wrap .white-btn {
  color: #0F0C0C;
  text-align: center;
  /* Desktop/button */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 18px;
  background: white;
  border: 0;
}
header .desktop-header #cart-btn-wrap .common-form {
  display: flex;
  margin-bottom: 24px;
}
header .desktop-header #cart-btn-wrap .discount-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1019607843);
}
header .desktop-header #cart-btn-wrap .discount-wrap h6 {
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 18.96px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
header .desktop-header #cart-btn-wrap .total-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
header .desktop-header #cart-btn-wrap .total-wrap h6 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#header_modal a[aria-expanded=true] .active {
  display: inline;
}
#header_modal a[aria-expanded=true] .inactive {
  display: none;
}
#header_modal a[aria-expanded=false] .active {
  display: none;
}
#header_modal a[aria-expanded=false] .inactive {
  display: inline;
}
#header_modal .modal-content {
  background: #0F0C0C;
}
#header_modal .modal-header {
  padding: 0;
  border: 0;
}
#header_modal .modal-header .mobile-header {
  width: 100%;
}
#header_modal .modal-body {
  padding: 42px 0 0 0;
}
#header_modal .modal-body .nav-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#header_modal .modal-body .nav-sm a {
  color: white;
  /* Desktop/header */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
#header_modal .modal-body .nav-sm a:hover {
  color: #F90;
}
#header_modal .modal-body .nav-sm .usd-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#header_modal .modal-body .nav-sm .usd-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#header_modal .modal-body .nav-sm .nav-link.active {
  padding: 8px 18px;
  display: inline-block;
  background: rgba(255, 153, 0, 0.2);
  position: relative;
}
#header_modal .modal-body .nav-sm .nav-link.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  background: url(../images/nav-sm-btn-right.svg) no-repeat center;
  background-size: cover;
  width: 19px;
  height: 41px;
}
#header_modal .modal-body .nav-sm .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  background: url(../images/nav-sm-btn-left.svg) no-repeat center;
  background-size: cover;
  width: 19px;
  height: 41px;
}

.mobile-header {
  padding: 24px 24px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .right-sm-header {
  display: flex;
  gap: 18px;
}
.mobile-header .right-sm-header .cart-wrap {
  display: flex;
  gap: 12px;
}

#cart-btn-wrap {
  position: absolute;
  right: 0;
  margin-top: 8px;
}
#cart-btn-wrap .card {
  width: 545px;
  padding: 32px 24px;
  border-radius: 6px;
  border: 3px solid #424242;
  background: rgba(0, 0, 0, 0.8);
}
#cart-btn-wrap .card h4 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
#cart-btn-wrap .card .cart-product-sec {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#cart-btn-wrap .card .cart-product-sec .cart-product-item {
  display: flex;
  gap: 10px;
}
#cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping {
  max-width: 253px;
  width: 100%;
}
#cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping h5 {
  color: #FFF;
  /* Desktop/H4 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
#cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping p {
  color: rgba(220, 220, 220, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
}
#cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping .qty-sec {
  display: flex;
  justify-content: space-between;
}
#cart-btn-wrap .card .cart-product-sec .cart-product-item .text-wraping .qty-sec h5 {
  margin-bottom: 0;
}
#cart-btn-wrap .white-btn {
  color: #0F0C0C;
  text-align: center;
  /* Desktop/button */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 18px;
  background: white;
  border: 0;
}
#cart-btn-wrap .common-form {
  display: flex;
  margin-bottom: 24px;
}
#cart-btn-wrap .discount-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1019607843);
}
#cart-btn-wrap .discount-wrap h6 {
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 18.96px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#cart-btn-wrap .total-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
#cart-btn-wrap .total-wrap h6 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

footer {
  background: #0F0C0C;
  padding: 42px 0;
}
footer .footer-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
footer .footer-wrap .footer-link {
  padding: 20px 0;
  display: flex;
  gap: 16px;
  justify-content: center;
}
footer .footer-wrap .footer-link h5 {
  color: #FFF;
  /* Desktop/H4 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
footer .footer-wrap .footer-link ul {
  display: flex;
  gap: 24px;
}
footer .footer-wrap .footer-link ul a {
  color: #F90;
  text-align: center;
  /* Desktop/additional (footer) */
  font-family: "Bebas Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: flex;
  gap: 6px;
}
footer .footer-wrap p {
  color: #676767;
  text-align: center;
  /* Desktop/small */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.welcome-top-sec {
  position: relative;
  overflow: hidden;
}
.welcome-top-sec .welcome-top-content {
  position: absolute;
  max-width: 729px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.unlock-sec {
  position: relative;
}
.unlock-sec .container-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.unlock-sec .secondary-heading {
  max-width: 813px;
  margin-left: auto;
  text-align: end;
}

.circle-carousel-sec {
  padding: 124px 0;
  background: url(../images/circle-carousel-sec-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.circle-carousel-sec .circle-carousel-wrap {
  height: 365px;
}
.circle-carousel-sec #contentContainer {
  perspective: 2000px;
}

/* hardware accelatator class */
.trans3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform-style: preserve-3d;
  -ms-transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  /*-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;*/
}

#contentContainer {
  position: absolute;
  margin-left: -500px;
  margin-top: -500px;
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 1000px;
}

#carouselContainer {
  position: absolute;
  margin-left: -500px;
  margin-top: -500px;
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 1000px;
}

.carouselItem {
  width: 622px;
  height: 365px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -90px;
  visibility: hidden;
}

.carouselItemInner {
  width: 320px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -90px;
  text-align: center;
}

.our-flex {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 42px;
}
.our-flex .our-product {
  background: #FFF;
  padding: 10px;
}
.our-flex .our-product h6 {
  color: #FFF;
  /* Desktop/H4 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 6px 0;
  color: #0F0C0C;
}
.our-flex .our-product .dark_btn {
  color: white;
  text-align: center;
  /* Desktop/button */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #FFF;
  background-color: #0F0C0C;
  padding: 8px 18px;
  display: inline-block;
}

.our-most-popular-sec {
  padding: 80px 0;
  background: url(../images/our-most-popular-bg-right.png) no-repeat center right, url(../images/our-most-popular-bg-left.png) no-repeat center left, linear-gradient(180deg, #FFF 0%, #ECECEC 100%);
  background-size: auto;
}
.our-most-popular-sec .secondary-heading h4 {
  text-align: center;
  margin-bottom: 42px;
}

.innovative-Approaches-sec .secondary-heading {
  max-width: 603px;
  margin-left: 0;
  text-align: left;
}
.innovative-Approaches-sec .secondary-heading p {
  max-width: 526px;
}

.we-approach-sec {
  background: url(../images/we-approach-bg.png) no-repeat center;
  background-size: cover;
  padding: 169px 0;
}
.we-approach-sec .we-approach-content {
  max-width: 786px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.we-approach-sec .we-approach-content h4,
.we-approach-sec .we-approach-content p {
  color: white;
}
.we-approach-sec .we-approach-content .btn-wrap .secondary-btn {
  margin: 0 18px;
}

.about-Us-top .welcome-top-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.all-gaming-sec .secondary-heading {
  max-width: 611px;
}
.all-gaming-sec .secondary-heading p {
  max-width: 554px;
  margin-left: auto;
}

.hot-top-sec {
  background: url(../images/hot-top.png) no-repeat center;
  background-size: cover;
}
.hot-top-sec .secondary-heading h4 {
  color: white;
}

.guaranteed-assistance-sec {
  padding: 124px 0;
  background: url(../images/guaranteed-assistance-bg.png) no-repeat center;
  background-size: cover;
}
.guaranteed-assistance-sec .guaranteed-assistance-content {
  text-align: center;
}
.guaranteed-assistance-sec .guaranteed-assistance-content h4 {
  margin-bottom: 24px;
}
.guaranteed-assistance-sec .guaranteed-assistance-content p {
  max-width: 786px;
  margin: 0 auto 36px auto;
}

.how-top-sec .top-heading p {
  max-width: 604px;
}

.fill-form-sec {
  padding: 82px 0;
  background: url(../images/fill-form-bg.png) no-repeat center;
  background-size: cover;
  min-height: 604px;
  padding-top: 108px;
  @import url("https://fonts.googleapis.com/css?family=Nunito:400,900");
}
.fill-form-sec .fill-form-content {
  max-width: 1036px;
  margin: auto;
  position: relative;
}
.fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_base, .fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_base, .fill-form-sec .progres_inner #step-2:checked + input + input + div + div + div + div > .box_base, .fill-form-sec .progres_inner #step-1:checked + input + input + input + div + div + div + div > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}
.fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_item, .fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_item, .fill-form-sec .progres_inner #step-2:checked + input + input + div + div + div + div > .box_item, .fill-form-sec .progres_inner #step-1:checked + input + input + input + div + div + div + div > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
}
.fill-form-sec .progres_inner #step-1:checked + input + input + input + div + div + div + div > .box_lid, .fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_lid, .fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_lid {
  top: -20px;
  left: 0px;
  opacity: 0;
}
.fill-form-sec .progres_inner #step-1:checked + input + input + input + div + div + div + div > .box_item, .fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_item, .fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}
.fill-form-sec .progres_inner #step-2:checked + input + input + div + div + div + div > .box_item, .fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_item, .fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}
.fill-form-sec .progres_inner #step-2:checked + input + input + div + div + div + div > .box_lid, .fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_lid, .fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}
.fill-form-sec .progres_inner #step-2:checked + input + input + div + div + div + div > .box_ribbon, .fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_ribbon, .fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}
.fill-form-sec .progres_inner #step-2:checked + input + input + div + div + div + div > .box_bow, .fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_bow, .fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}
.fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_ribbon, .fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_ribbon {
  top: 50%;
  left: 0px;
  opacity: 1;
}
.fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div > .box_bow, .fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_bow {
  top: -10px;
  left: 0px;
  opacity: 1;
}
.fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_tag {
  top: 10px;
  left: 20px;
  opacity: 1;
}
.fill-form-sec .progres_inner #step-4:checked + div + div + div + div > .box_string {
  top: 10px;
  left: 20px;
  opacity: 1;
}
.fill-form-sec .progres_inner__status .box_string, .fill-form-sec .progres_inner__status .box_tag, .fill-form-sec .progres_inner__status .box_bow__right, .fill-form-sec .progres_inner__status .box_bow__left, .fill-form-sec .progres_inner__status .box_bow, .fill-form-sec .progres_inner__status .box_ribbon, .fill-form-sec .progres_inner__status .box_item, .fill-form-sec .progres_inner__status .box_base, .fill-form-sec .progres_inner, .fill-form-sec .progres_inner__step:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.fill-form-sec .progres_inner__bar--set, .fill-form-sec .progres_inner__bar {
  height: 6px;
  left: 12.5%;
  background: #F90;
  transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  border-radius: 6px;
  width: 0;
  position: relative;
  z-index: -1;
}
.fill-form-sec .progres_inner__step:before {
  width: 30px;
  height: 30px;
  color: #b86e00;
  background: white;
  line-height: 30px;
  border: 3px solid #F90;
  font-size: 12px;
  top: 3px;
  border-radius: 100%;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: none;
}
.fill-form-sec .progres_inner__step {
  width: 25%;
  font-size: 14px;
  padding: 0 10px;
  transition: all 0.4s;
  float: left;
  text-align: center;
  position: relative;
}
.fill-form-sec .progres_inner__step label {
  padding-top: 50px;
  top: -20px;
  display: block;
  position: relative;
  cursor: pointer;
}
.fill-form-sec .progres_inner__step:hover {
  color: white;
}
.fill-form-sec .progres_inner__step:hover:before {
  color: white;
  background: #F90;
}
.fill-form-sec .progres_inner {
  height: 200px;
  width: 100%;
  top: unset;
  transform: unset;
}
.fill-form-sec .progres_inner #step-4:checked + div {
  width: 75%;
}
.fill-form-sec .progres_inner #step-4:checked + div + div + div > .tab:nth-of-type(4) {
  opacity: 1;
  top: 0;
}
.fill-form-sec .progres_inner #step-4:checked + div + div + div + div {
  right: 12.5%;
}
.fill-form-sec .progres_inner #step-3:checked + input + div {
  width: 50%;
}
.fill-form-sec .progres_inner #step-3:checked + input + div + div + div > .tab:nth-of-type(3) {
  opacity: 1;
  top: 0;
}
.fill-form-sec .progres_inner #step-3:checked + input + div + div + div + div {
  right: 37.5%;
}
.fill-form-sec .progres_inner #step-2:checked + input + input + div {
  width: 25%;
}
.fill-form-sec .progres_inner #step-2:checked + input + input + div + div + div > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
.fill-form-sec .progres_inner #step-2:checked + input + input + div + div + div + div {
  right: 62.5%;
}
.fill-form-sec .progres_inner #step-1:checked + input + input + input + div {
  width: 0%;
}
.fill-form-sec .progres_inner #step-1:checked + input + input + input + div + div + div > .tab:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
.fill-form-sec .progres_inner #step-1:checked + input + input + input + div + div + div + div {
  right: 87.5%;
}
.fill-form-sec .progres_inner__step:nth-of-type(1):before {
  content: "1";
}
.fill-form-sec .progres_inner__step:nth-of-type(2):before {
  content: "2";
}
.fill-form-sec .progres_inner__step:nth-of-type(3):before {
  content: "3";
}
.fill-form-sec .progres_inner__step:nth-of-type(4):before {
  content: "4";
}
.fill-form-sec .progres_inner__bar--set {
  width: 75%;
  top: -6px;
  background: #b86e00;
  position: relative;
  z-index: -2;
}
.fill-form-sec .progres_inner__tabs .tab {
  opacity: 0;
  position: absolute;
  top: 40px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0px 2px 1px #cc7a00;
  padding: 30px;
  background: white;
  border-radius: 10px;
  transition: all 0.2s;
}
.fill-form-sec .progres_inner__tabs .tab h1 {
  margin: 0;
}
.fill-form-sec .progres_inner__tabs .tab p {
  font-weight: 400;
  opacity: 0.8;
}
.fill-form-sec .progres_inner__status {
  width: 40px;
  height: 40px;
  top: -80px;
  transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transform: translateX(50%);
  position: absolute;
}
.fill-form-sec .progres_inner__status div {
  opacity: 0;
  transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition-delay: 300ms;
}
.fill-form-sec .progres_inner__status div {
  position: absolute;
}
.fill-form-sec .progres_inner__status .box_base {
  background: repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);
  width: 36px;
  height: 40px;
  z-index: 1;
  border-radius: 1px;
}
.fill-form-sec .progres_inner__status .box_lid {
  width: 40px;
  height: 13.3333333333px;
  background: #775144;
  z-index: 2;
  border-radius: 1px;
  top: 0;
}
.fill-form-sec .progres_inner__status .box_item {
  width: 20px;
  height: 20px;
  background: #be69d2;
  z-index: 0;
  border-radius: 4px;
  transform: rotate(45deg);
}
.fill-form-sec .progres_inner__status .box_ribbon {
  width: 10px;
  height: 42px;
  background: #ee0f29;
  z-index: 4;
  border-radius: 1px;
}
.fill-form-sec .progres_inner__status .box_bow__right, .fill-form-sec .progres_inner__status .box_bow__left {
  width: 6px;
  height: 10px;
  background: #be0c21;
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 1px;
}
.fill-form-sec .progres_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  transition-delay: 500ms;
}
.fill-form-sec .progres_inner__status .box_bow__left {
  left: 6px;
  transform: rotate(45deg);
}
.fill-form-sec .progres_inner__status .box_bow__right {
  left: -4px;
  transform: rotate(-45deg);
}
.fill-form-sec .progres_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #487ac7;
  z-index: 4;
  transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  transition-delay: 500ms;
}
.fill-form-sec .progres_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
.fill-form-sec .progres_inner input[type=radio] {
  display: none;
}

.fill-form-content .progres_inner__step:before {
  width: 52px;
  height: 52px;
  color: #F90;
  background: #FFE7C3;
  line-height: 52px;
  vertical-align: middle;
  border: 2px solid white;
  font-size: 12px;
  top: -10px;
  border-radius: 100%;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: none;
  -webkit-text-stroke-width: 0.9230769277;
  -webkit-text-stroke-color: var(--White, #FFF);
  font-family: "Bebas Neue", sans-serif;
  font-size: 29.538px;
  font-style: normal;
  font-weight: 400;
  /* 28.002px */
  text-transform: uppercase;
}
.fill-form-content .progres_inner {
  border-top: 5px solid #F90;
}
.fill-form-content .btn-wrap {
  display: flex;
  justify-content: space-between;
}
.fill-form-content .btn-wrap .progres_inner__step {
  width: 53px;
}
.fill-form-content .progres_inner__tabs .tab {
  max-width: 720px;
  width: 100%;
  margin: auto;
  margin-top: 58px;
  left: 50%;
  transform: translateX(-50%);
  padding: 52px 104px;
  border-radius: 6px;
  border: 3px solid #E0E0E0;
  background: #FFF;
  box-shadow: none;
  text-align: center;
}
.fill-form-content .progres_inner__tabs .tab h1 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0F0C0C;
  margin: 36px 0 16px 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fill-form-content .progres_inner__tabs .tab p {
  color: white;
  /* Desktop/body */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  color: #0F0C0C;
  margin-bottom: 10px;
}

.seller-form-sec {
  padding: 80px 0;
  background: url(../images/seller-form-bg.png) no-repeat center;
  background-size: cover;
}
.seller-form-sec .seller-form-content {
  max-width: 938px;
  margin: auto;
  padding: 38px 82px;
  border-radius: 6px;
  border: 3px solid #E0E0E0;
  background: white;
}
.seller-form-sec .seller-form-content .secondary-heading h4 {
  margin-bottom: 32px;
  text-align: center;
}
.seller-form-sec .seller-form-content .form-flex {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: start;
}
.seller-form-sec .seller-form-content .form-flex .form-group {
  flex: 1 1 45%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.seller-form-sec .seller-form-content .form-check-wrap img {
  margin-top: 12px;
}
.seller-form-sec .seller-form-content .primary-btn {
  margin-top: 32px;
}

.gamecatalogue-Us-top .welcome-top-content {
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.games-catalogue-products {
  padding: 80px 0;
  background: url(../images/games-catalogue-right.png) no-repeat center right, url(../images/games-catalogue-left.png) no-repeat center left, linear-gradient(180deg, #FFF 0%, #ECECEC 100%);
  background-size: auto;
}
.games-catalogue-products .games-catalogue-content {
  max-width: 1346px;
  margin: auto;
}
.games-catalogue-products .games-catalogue-content .our-flex {
  flex-wrap: wrap;
}

.game-page-form {
  padding: 160px 0;
  background: url(../images/game-page-form-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: -2px;
}
.game-page-form .game-border {
  background-image: linear-gradient(101.39deg, #6E4D16 5.72%, #622F02 72.88%);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3px;
  border-radius: 6px;
}
.game-page-form::after {
  position: absolute;
  content: "";
  background: url(../images/game-page-top-img.png) no-repeat center;
  background-size: contain;
  width: 123.65px;
  height: 194px;
  top: -17%;
  left: 13%;
}
.game-page-form::before {
  position: absolute;
  content: "";
  background: url(../images/game-page-bottom-img.png) no-repeat center;
  background-size: contain;
  width: 94.33px;
  height: 148px;
  bottom: -14%;
  right: 12%;
}
.game-page-form .game-page-form-content {
  padding: 52px 82px;
  border-radius: 6px;
  background: linear-gradient(110deg, #181818 0%, #000 100%);
}
.game-page-form .game-page-form-content .common-form {
  max-width: 967px;
  margin: auto;
}
.game-page-form .form-flex {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.game-page-form .form-flex .form-group {
  display: flex;
  gap: 16px;
  align-items: center;
}
.game-page-form .form-flex .primary-btn {
  flex: 0 0 122px;
}

.related-bundles-sec {
  padding: 120px 0;
  background: url(../images/related-bg.png) no-repeat center bottom;
  background-size: contain;
  background-color: #010101;
  position: relative;
}
.related-bundles-sec::after {
  position: absolute;
  content: "";
  background: url(../images/related-page-top-img.png) no-repeat center;
  background-size: contain;
  width: 55.12px;
  height: 725.36px;
  top: -12%;
  left: 103px;
}
.related-bundles-sec .secondary-heading h4 {
  margin-bottom: 42px;
  text-align: center;
  color: #DCDCDC;
}
.related-bundles-sec .creadits-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.related-bundles-sec .creadits-wrap h5 {
  color: white;
  text-align: center;
  /* Desktop/button */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0F0C0C;
  margin-bottom: 0;
}
.related-bundles-sec .our-flex {
  max-width: 1341px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.support-top-sec .welcome-top-content {
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.support-address-sec {
  position: relative;
}
.support-address-sec .container-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support-address-sec .container-wrap .support-address-content {
  max-width: 611px;
  margin-left: auto;
}
.support-address-sec .container-wrap .support-address-content h6 {
  color: #0F0C0C;
  /* Desktop/H2 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 60.672px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.support-address-sec .container-wrap .support-address-content address {
  color: white;
  /* Desktop/body */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  color: #0F0C0C;
  margin-bottom: 42px;
}
.support-address-sec .container-wrap .support-address-content p {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.support-address-sec .container-wrap .support-address-content p a {
  color: white;
  /* Desktop/body */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  color: #0F0C0C;
  display: block;
}

.contact-us-sec {
  background: url(../images/contact-us-bg.png) no-repeat center;
  background-size: cover;
}

.login-sec {
  padding: 233px 0 165px 0;
  background: url(../images/login-bg.png) no-repeat center;
  background-size: cover;
}

#forgot-modal .common-form {
  max-width: 375px;
  margin: auto;
}
#forgot-modal .common-form .primary-btn {
  margin-top: 32px;
}

.login-content {
  max-width: 539px;
  margin: auto;
  border-radius: 6px;
  border: 3px solid #424242;
  background: rgba(0, 0, 0, 0.5);
  padding: 38px 82px;
}
.login-content h4 {
  text-align: center;
  color: white;
  margin-bottom: 32px;
}
.login-content .form-flex {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.login-content .forgot-btn {
  color: #F90;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-content .remember-wrap {
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
}
.login-content .remember-wrap .form-check {
  gap: 8px;
}
.login-content .para {
  color: #DCDCDC;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 32px 0 0 0;
}
.login-content .para a {
  color: #F90;
}

.reset-pass {
  padding: 253px 0 185px 0;
  background: url(../images/reset-bg.png) no-repeat center;
  background-size: cover;
}
.reset-pass .login-content {
  max-width: 558px;
  background: rgba(0, 0, 0, 0.8);
}
.reset-pass .login-content .secondary-heading h4 {
  margin-bottom: 16px;
}
.reset-pass .login-content .secondary-heading p {
  text-align: center;
  color: rgba(244, 244, 244, 0.8);
  margin-bottom: 32px;
}
.reset-pass .login-content .primary-btn {
  margin-top: 32px;
}

.sign-up-sec {
  padding: 176px 0 108px 0;
  background: url(../images/sign-up-bg.png) no-repeat center;
  background-size: cover;
}
.sign-up-sec .sign-up-content {
  max-width: 769px;
  margin: auto;
  border-radius: 6px;
  border: 3px solid #424242;
  background: rgba(0, 0, 0, 0.8);
  padding: 38px 82px;
}
.sign-up-sec .sign-up-content .secondary-heading {
  text-align: center;
}
.sign-up-sec .sign-up-content .secondary-heading h4 {
  color: white;
  margin-bottom: 16px;
}
.sign-up-sec .sign-up-content .secondary-heading p {
  color: rgba(244, 244, 244, 0.8);
  margin-bottom: 32px;
}
.sign-up-sec .sign-up-content .form-flex {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sign-up-sec .sign-up-content .form-flex .form-group {
  flex: 1 1 45%;
}
.sign-up-sec .sign-up-content .form-check-wrap {
  margin: 16px 0 42px 0;
}
.sign-up-sec .sign-up-content .para {
  color: #DCDCDC;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 32px 0 0 0;
}
.sign-up-sec .sign-up-content .para a {
  color: #F90;
}

.my-account-sec {
  padding: 152px 0 71px 0;
  background: url(../images/my-account-sec-bg.png) no-repeat center;
  background-size: cover;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec {
  max-width: 1099px;
  margin: auto;
  border-radius: 6px;
  border: 3px solid #424242;
  background: rgba(0, 0, 0, 0.8);
  padding: 38px 82px;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .secondary-heading {
  text-align: center;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .secondary-heading h4 {
  color: white;
  margin-bottom: 22px;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .secondary-heading p {
  color: white;
  margin-bottom: 41px;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .secondary-heading p a {
  color: #F90;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .account-detail-form-wrap {
  margin-top: 52px;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .account-detail-form-wrap h6 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DCDCDC;
  margin-bottom: 32px;
  text-align: center;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .account-detail-form-wrap .form-flex {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .account-detail-form-wrap .form-flex .form-group {
  flex: 1 1 45%;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .account-detail-form-wrap .form-flex .form-group-12 {
  flex: 1 1 100%;
}
.my-account-sec .myAccount-content-wrap .myAccount-content-sec .account-detail-form-wrap .form-flex .form-group-12 .primary-btn {
  margin-top: 41px;
}
.my-account-sec .myAccount-content-wrap .account-btn-wrap {
  display: flex;
}
.my-account-sec .myAccount-content-wrap .account-btn-wrap a {
  flex: 1 1 50%;
  text-align: center;
  color: white;
  text-align: center;
  /* Desktop/button */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #F90;
  display: block;
  padding: 13px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5019607843);
}
.my-account-sec .myAccount-content-wrap .account-btn-wrap a.active {
  border-bottom: 3px solid #F90;
}
.my-account-sec .secondary-btn {
  margin-top: 29px;
}
.my-account-sec .account-order-history-sec {
  margin: 32px 0;
}
.my-account-sec .account-order-history-sec .account-order-content {
  display: flex;
  flex-direction: column;
}
.my-account-sec .account-order-history-sec .account-order-content .account-order-content-card {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 2px solid rgba(220, 220, 220, 0.12);
}
.my-account-sec .account-order-history-sec .account-order-content .account-order-content-card h6 {
  color: #FFF;
  /* Desktop/H4 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #DCDCDC;
  margin-bottom: 14px;
  line-height: 1;
}
.my-account-sec .account-order-history-sec .account-order-content .account-order-content-card p {
  color: rgba(220, 220, 220, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 0px;
  max-width: 364px;
}
.my-account-sec .account-order-history-sec .account-order-content .account-order-content-card .order-wrap {
  max-width: 122px;
  width: 100%;
}
.my-account-sec .account-order-history-sec .account-order-content .account-order-content-card .order-number {
  color: #F90;
}
.my-account-sec .pagination-wrap {
  margin-top: 32px;
}
.my-account-sec .pagination-wrap ul {
  display: flex;
  justify-content: center;
}
.my-account-sec .pagination-wrap ul a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.my-account-sec .pagination-wrap ul a.active {
  background-color: #F90;
  border-radius: 50%;
}
.my-account-sec .account-order-card-sm .account-order-card-top {
  display: flex;
  align-items: start;
  gap: 12px;
}
.my-account-sec .account-order-card-sm h6 {
  color: #DCDCDC;
  /* Mobile/H4 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.my-account-sec .account-order-card-sm p {
  color: rgba(220, 220, 220, 0.8);
  /* Mobile/Body */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.my-account-orders-wraper .myAccount-content-wrap .myAccount-content-sec {
  padding: 38px 16px !important;
}
.my-account-orders-wraper .myAccount-content-wrap .myAccount-content-sec .account-order-card-sm {
  padding: 18px 0 0px 0;
  border-bottom: 2px solid rgba(220, 220, 220, 0.12);
}
.my-account-orders-wraper .myAccount-content-wrap .myAccount-content-sec .account-order-card-sm .order-item h6 {
  font-size: 16px;
  margin-bottom: 8px;
}
.my-account-orders-wraper .myAccount-content-wrap .myAccount-content-sec .account-order-card-sm .order-item .order-number {
  color: #F90;
}

.checkout-sec {
  background: url(../images/checkout-sec-bg.png) no-repeat center;
  background-size: cover;
  padding: 155px 0 80px 0;
}
.checkout-sec .checkout-content {
  max-width: 951px;
  margin: auto;
}

.cart-summary-sec {
  border-radius: 6px;
  border: 3px solid #424242;
  background: rgba(0, 0, 0, 0.8);
  padding: 38px 82px;
  max-width: 951px;
  margin: auto;
}
.cart-summary-sec h3 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DCDCDC;
  margin-bottom: 32px;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
}
.cart-summary-sec .account-order-content-card {
  display: flex;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
}
.cart-summary-sec .account-order-content-card h6 {
  color: #FFF;
  /* Desktop/H4 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  margin-bottom: 8px;
}
.cart-summary-sec .account-order-content-card p {
  color: rgba(220, 220, 220, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
}
.cart-summary-sec .account-order-content-card .account-ordercard {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
}
.cart-summary-sec .form-flex {
  display: flex;
  margin-bottom: 24px;
}
.cart-summary-sec .form-flex button {
  background-color: white;
  color: white;
  text-align: center;
  /* Desktop/button */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0F0C0C;
  display: block;
  padding: 13px 18px;
  border: 0;
}
.cart-summary-sec .discount-sec {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1019607843);
}
.cart-summary-sec .discount-sec h6 {
  color: white;
  text-align: right;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 18.96px */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.cart-summary-sec .total-sec {
  display: flex;
  justify-content: space-between;
}
.cart-summary-sec .total-sec h6 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  margin: 14px 0 0 0;
}
.cart-summary-sec .account-order-content-card-sm {
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}
.cart-summary-sec .account-order-content-card-sm .account-order-top {
  display: flex;
  align-items: start;
  gap: 10px;
}
.cart-summary-sec .account-order-content-card-sm h6 {
  color: #FFF;
  /* Desktop/H4 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.cart-summary-sec .account-order-content-card-sm p {
  color: rgba(220, 220, 220, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.cart-summary-sec .account-order-content-card-sm .account-order-bottom {
  display: flex;
  margin-top: 18px;
  gap: 42px;
}
.cart-summary-sec .account-order-content-card-sm .account-order-bottom h6 {
  margin-bottom: 0;
}

.billing-Details-sec {
  border-radius: 6px;
  border: 3px solid #424242;
  background: rgba(0, 0, 0, 0.8);
  padding: 38px 82px;
  margin-top: 32px;
}
.billing-Details-sec h3 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DCDCDC;
  text-align: center;
  margin-bottom: 32px;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
}
.billing-Details-sec .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.billing-Details-sec .form-flex .form-group {
  flex: 1 1 45%;
}
.billing-Details-sec .form-flex .form-group-12 {
  flex: 1 1 100%;
}
.billing-Details-sec .form-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 41px 0;
}
.billing-Details-sec .common-form .form-flex-wrap .form-check {
  align-items: center;
}

.order-sec {
  padding: 155px 0 85px 0;
  background: url(../images/order-bg.png) no-repeat center;
  background-size: cover;
}
.order-sec .order-content {
  max-width: 951px;
  margin: auto;
}
.order-sec .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.order-sec .btn-wrap .secondary-btn {
  color: #F90;
}
.order-sec h3 {
  margin-bottom: 8px !important;
}
.order-sec h4 {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DCDCDC;
  text-align: center;
  margin-bottom: 38px;
}

.order-unsuccessful .btn-wraping {
  text-align: center;
  margin-top: 38px;
}
.order-unsuccessful .paymentUnsuccessful-title {
  color: #FD0000;
}

.term-condition-sec {
  padding: 165px 0 92px 0;
  background: url(../images/term-condition-bg.png) no-repeat center;
  background-size: cover;
}
.term-condition-sec .term-condition-content {
  max-width: 937.01px;
  margin: auto;
}
.term-condition-sec .term-condition-content h4 {
  margin-bottom: 32px;
  color: #DCDCDC;
  text-align: center;
}
.term-condition-sec .term-condition-content p {
  color: white;
  /* Desktop/body */
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  color: rgba(220, 220, 220, 0.8);
}

.error-sec {
  padding: 245px 0 194px 0;
  background: url(../images/error-bg.png) no-repeat center;
  background-size: cover;
}
.error-sec .error-content {
  text-align: center;
}
.error-sec .error-content h1 {
  color: #DCDCDC;
  font-family: "Bebas Neue", sans-serif;
  font-size: 168px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 159.264px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.error-sec .error-content p {
  color: #DCDCDC;
  /* Desktop/H3 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%;
  /* 45.504px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.fill-form-content .progres_inner__step.ative:before {
  color: white;
  background: #F90;
}
.fill-form-content #step-2:checked ~ .btn-wrap .step-2:before {
  color: white;
  background: #F90;
}
.fill-form-content #step-3:checked ~ .btn-wrap .step-2:before,
.fill-form-content #step-3:checked ~ .btn-wrap .step-3:before {
  color: white;
  background: #F90;
}
.fill-form-content #step-4:checked ~ .btn-wrap .step-2:before,
.fill-form-content #step-4:checked ~ .btn-wrap .step-3:before,
.fill-form-content #step-4:checked ~ .btn-wrap .step-4:before {
  color: white;
  background: #F90;
}

.welcome-top-content {
  z-index: 3;
}

#canvas_line {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.stickyheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #040404;
}
.stickyheader .mobile-header {
  padding: 24px 24px 24px 24px;
}/*# sourceMappingURL=style.css.map */