:root {
  font-size: 16px;
}
@media only screen and (max-width: 1399.98px) {
  :root {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  :root {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5rem;
  font-weight: 400;
  overflow-x: hidden;
  background-image: url("../image/bg-noise.jpg");
}

* {
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

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

a, input, button, select, .form-control {
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, a:active, a:active:focus, input:hover, input:focus, input:active, input:active:focus, button:hover, button:focus, button:active, button:active:focus, select:hover, select:focus, select:active, select:active:focus, .form-control:hover, .form-control:focus, .form-control:active, .form-control:active:focus {
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 150%;
}

h1 {
  font-size: 3.815rem;
  line-height: 120%;
}
@media only screen and (max-width: 1199.98px) {
  h1 {
    font-size: 2.815rem;
  }
}

h2 {
  font-size: 3.052rem;
}
@media only screen and (max-width: 1199.98px) {
  h2 {
    font-size: 2.052rem;
  }
}

h3 {
  font-size: 2.441rem;
}

h4 {
  font-size: 1.953rem;
}

h5 {
  font-size: 1.563rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.big-para {
  font-size: 1.6rem;
  line-height: 130%;
}

a {
  color: #ffffff;
}

.form-label {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.125rem;
  padding: 0.313rem 0.938rem;
  transition: 0.3s ease all;
}
.form-control:focus {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.885rem;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.885rem;
  font-weight: 400;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.885rem;
  font-weight: 400;
}
.form-control.error {
  border-color: #0073C4;
  color: #1A1E2E;
}

textarea.form-control {
  height: 5.25rem;
  padding-top: 0.725rem;
}

.border, .border-top, .border-right, .border-bottom, .border-left {
  border-color: #D4D4D4 !important;
}

.bg-dark {
  background-color: #040405 !important;
  color: #ffffff;
}

.bg-primary {
  background-color: #1A1E2E !important;
}

.bg-secondary {
  background-color: #BDBDBD !important;
}

.bg-info {
  background-color: #B71F5A !important;
}

.bg-danger {
  background-color: #0073C4 !important;
}

.bg-success {
  background-color: #04C19C !important;
}

.badge.rounded {
  border-radius: 0.625rem !important;
}

.btn-link {
  font-size: 1rem;
  color: #fff;
  padding: 0;
  text-decoration: none;
}
.btn-link:hover {
  opacity: 0.5 !important;
  color: #fff;
}

.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  border: none;
}
.btn.btn-primary {
  padding: 0.75rem 1.5rem;
  border: none;
  background-image: linear-gradient(to right, #FDA90E, #FD1616, #FD1616, #FDA90E);
  background-size: 300% 100%;
  transition: 0.3s ease all;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:focus {
  background-position: 100% 0;
  transition: 0.3s ease all;
}
.btn.btn-primary:disabled {
  opacity: 0.6;
}
.btn.btn-light {
  padding: 0.5rem 1.25rem;
  border: none;
  font-weight: 600;
}
.btn.btn-secondary {
  padding: 0.75rem 1.5rem;
  background-color: #434343;
  color: #fff;
  border: none;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:active:focus {
  background-color: #fff;
  border: none;
  color: #434343;
}
.btn.btn-grey {
  background-color: #434343;
}
.btn.btn-xl {
  padding: 0.75rem 1.75rem;
  font-size: 1.125rem;
  border-radius: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .btn.btn-xl {
    padding: 0.5rem 1.75rem;
    font-size: 1rem;
  }
}
.btn.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 30px;
}
.btn.btn-sm {
  padding: 0.5rem 1.125rem;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  opacity: 1;
  box-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 575.98px) {
  ::-webkit-scrollbar {
    width: 5px;
  }
}

/* Track */
::-webkit-scrollbar-track {
  background: #D4D4D4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(26, 30, 46, 0.2);
  border-radius: 10px;
  box-shadow: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(26, 30, 46, 0.9);
}

.header-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 50px 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header-top {
    padding: 0.75rem 0;
    position: fixed;
    width: 100vw;
  }
}
.header-top .brand-logo {
  height: 44px;
  display: inline-block;
}
.header-top .brand-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-top ul li a {
  display: flex;
  align-items: center;
}
.header-top ul li a:hover, .header-top ul li a.active {
  color: #fda90e;
}

.form-check {
  padding-left: 23px;
  display: flex;
  align-items: center;
}
.form-check .form-check-input[type=radio] {
  background-color: #000000;
  border: 1px solid #707070;
  width: 23px;
  height: 23px;
  margin-left: -23px;
  margin-top: 0;
  cursor: pointer;
  box-shadow: none;
}
.form-check .form-check-input[type=radio]:checked {
  background-color: #1A1E2E;
  background-size: 19px;
}
.form-check label.form-check-label {
  margin-left: 8px;
  font-size: 0.875rem;
  line-height: 23px;
  color: #1A1E2E;
  cursor: pointer;
}
.form-check.form-switch {
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-check.form-switch .form-check-input {
  width: 39px;
  min-width: 39px;
  height: 24px;
  box-shadow: none;
  background-color: #F4F5F7;
  border-color: #D4D4D4;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231B2A32'/%3e%3c/svg%3e");
}
.form-check.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231B2A32'/%3e%3c/svg%3e");
}
.form-check.form-switch .form-check-input:checked {
  background-color: #1A1E2E;
  border-color: #1A1E2E;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check.form-switch .form-check-input:checked:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check.form-switch .form-check-input:active {
  filter: none;
}
.form-check.form-switch label.form-check-label {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
}
@media only screen and (max-width: 575.98px) {
  .form-check.form-switch label.form-check-label {
    font-size: 0.875rem;
  }
}
.form-check.form-check-inline {
  margin-right: 15px;
}
.form-check.form-check-inline.form-switch {
  display: inline-flex;
}

.fixed-header .header-top {
  top: 0;
  background: #040405;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .fixed-header .header-top {
    padding: 0.75rem 0;
  }
}

.navbar-toggler {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1607843137);
  border: 0;
}
@media screen and (max-width: 767px) {
  .navbar-toggler {
    justify-content: center;
    align-items: center;
  }
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .toggler-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
}
.navbar-toggler .navbar-toggler-icon.hamburger-icon {
  background: #ffffff;
  display: block;
  width: 16px;
  height: 1px;
}

.vh100 {
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .main-page {
    margin-top: 80px;
  }
}

.home-page.main-page {
  margin-top: 120px;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-width: 100%;
  background: #040405;
}

#videos .nav-pills .nav-link.active, #videos .nav-pills .show > .nav-link {
  color: #040405;
  background-color: #fff;
}
#videos .nav-link {
  color: #fff;
}

.offcanvas-body {
  padding: 0 5%;
  position: relative;
}
.offcanvas-body .navbar-nav {
  text-align: right;
  padding-top: 20px;
}
.offcanvas-body .navbar-nav .nav-item {
  padding-bottom: 30px;
}
.offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 1.3rem;
  opacity: 1;
  font-weight: 300;
  text-align: center;
}
.offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}
.offcanvas-body .navbar-nav li:last-child {
  text-align: center;
}

.banner-strip-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .banner-strip-wrap {
    margin-bottom: 1rem;
  }
}

.accordion-body {
  color: #fff;
}

.banner-strip {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 2rem;
  background: rgba(14, 14, 14, 0.6);
}
@media screen and (max-width: 767px) {
  .banner-strip {
    position: static;
    padding: 1rem 0;
  }
}
.banner-strip h2 {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner-strip h2 {
    font-size: 1.6rem;
  }
}

.title_sub {
  text-transform: uppercase;
}

.contest-box-accordion .accordion-item {
  background: transparent;
  border-color: transparent;
  border-bottom-color: #282828;
}
.contest-box-accordion .accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #fff;
  font-size: 1.2rem;
}
.contest-box-accordion .accordion-item .accordion-button::after {
  filter: invert(80%);
}
.contest-box-accordion .accordion-item .accordion-button img {
  width: 24px;
  margin-right: 0.5rem;
}

.video-box-wraper {
  border: 1px solid rgba(253, 119, 16, 0.3215686275);
  padding: 0.51rem;
  border-radius: 1.5rem;
}
.video-box-wraper .video-box {
  position: relative;
  width: 100%;
  /* The padding-top percentage is calculated as (height / width) * 100% for a 9:16 ratio */
  padding-top: 177.77%; /* (16/9) * 100 */
  background: #171717;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}
.video-box-wraper .video-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-box-wraper .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-slider {
  position: relative;
  width: 100%;
  height: 94vh;
}
.video-slider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92vh;
}

.offcanvas-header {
  padding: 40px 0;
}
.offcanvas-header .sidebar-logo {
  padding-left: 5%;
}
.offcanvas-header .close-btn-wrp {
  padding-right: 8%;
  display: flex;
}
.offcanvas-header .close-btn-wrp .btn-close {
  filter: invert(1);
  opacity: 1;
  padding: 12px;
  margin: 0;
}

s {
  text-decoration: line-through;
}

.noCharge-icon {
  padding: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.noCharge-icon i {
  font-size: 3.6rem;
  margin-bottom: 1rem;
}

.main-nav {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .main-nav {
    display: none !important;
  }
}

.btn-login {
  height: 33px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn-login {
    display: none;
  }
}

#button-search {
  border: none;
  background: #171717;
  border-radius: 0 24px 24px 0;
  padding-right: 16px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
@media screen and (max-width: 991px) {
  .search-icon {
    display: flex;
  }
}
.search-icon tr a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-icon img {
  max-width: 24px;
}

.header-search {
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.header-search .form-control {
  border-radius: 24px 0 0 24px;
}
@media screen and (max-width: 991px) {
  .header-search {
    display: none;
  }
}

.dashboard-top-row .dashboard-card-img {
  background: url("../image/bg-dot.svg") no-repeat;
  background-size: 56%;
  background-position: center;
  width: 200px;
  margin: 0 auto;
}
.dashboard-top-row .box-card {
  border: 1px solid transparent;
  margin-bottom: 0;
  transition: 0.3s ease all;
}
.dashboard-top-row .box-card:hover {
  border-color: #FD7710;
  transition: 0.3s ease all;
}

.fixed-header .header-search {
  opacity: 1;
  pointer-events: all;
  position: static;
  transition: 0.3s ease all;
}
@media screen and (max-width: 991px) {
  .fixed-header .header-search {
    display: none;
  }
}
.fixed-header .search-icon {
  opacity: 1;
  pointer-events: all;
  position: static;
  transition: 0.3s ease all;
}

body {
  position: relative;
}
body:after {
  content: "";
  width: 250px;
  height: 250px;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  filter: blur(100px);
  position: absolute;
  left: -18%;
  top: 7%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body:after {
    width: 100px;
    height: 140px;
  }
}
body::before {
  content: "";
  width: 180px;
  height: 280px;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  filter: blur(100px);
  position: absolute;
  right: 0;
  top: -2%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body::before {
    width: 100px;
    height: 120px;
  }
}

.main-banner {
  padding-top: 5.938rem;
}
@media screen and (max-width: 767px) {
  .main-banner {
    padding-top: 4.938rem !important;
  }
}
.main-banner h1 {
  margin-bottom: 1rem;
  min-height: 88px;
  font-weight: 900;
  line-height: 120%;
}
.main-banner p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  min-height: 18px;
}

.search-bar {
  max-width: 753px;
  width: 100%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .search-bar {
    max-width: inherit;
  }
}
.search-bar input {
  border-radius: 40px;
  height: 4.6rem;
  border: 0;
  max-width: 753px;
  width: 100%;
  padding: 1.5rem;
  color: #595959;
  font-size: 1rem;
  padding-right: 180px;
}
@media screen and (max-width: 480px) {
  .search-bar input {
    padding-right: 75px;
  }
}
.search-bar .btn-primary {
  position: absolute;
  right: 8px;
  top: 6px;
  min-width: 96px;
  height: 3.7rem;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .search-bar .btn-primary {
    position: unset;
    margin-top: 10px;
    width: 100%;
  }
}
.search-bar span {
  position: absolute;
  right: 120px;
  top: 7px;
  color: #595959;
  font-size: 1rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 480px) {
  .search-bar span {
    position: absolute;
    right: 15px;
  }
}

.box-card {
  background: #0E0E0E;
  border-radius: 16px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .box-card {
    margin-bottom: 16px;
    padding: 2rem;
  }
}

.logo-slider {
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .logo-slider {
    padding: 0 !important;
  }
}
.logo-slider h5 {
  font-size: 1rem;
  font-weight: 500;
}
.logo-slider h5 span {
  color: #707070;
}
.logo-slider .slide-track {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-shrink: 0;
  -webkit-animation: marquee;
          animation: marquee;
  -webkit-animation-duration: 35000ms;
          animation-duration: 35000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.logo-slider .slide-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.logo-slider .slide {
  width: auto;
  padding: 1.125rem 0.75rem;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .logo-slider .slide-track {
    animation: none;
    -webkit-animation: none;
  }
}
@-webkit-keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.three-box-wrp {
  padding: 6.25rem 0 1.875rem;
}
.three-box-wrp .box-each {
  position: relative;
  height: 100%;
}
.three-box-wrp .box-each .stack-img {
  position: absolute;
  max-width: 200px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.three-box-wrp .box-each p {
  max-width: 252px;
  margin: 0 auto 32px;
}

.why-choose-wrp {
  position: relative;
  padding: 3.5rem 0;
}
.why-choose-wrp::before {
  content: "";
  width: 260px;
  height: 260px;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  filter: blur(100px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .why-choose-wrp::before {
    width: 100px;
    height: 100px;
  }
}
.why-choose-wrp .why-choose-box {
  width: 100%;
  max-width: 610px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 5rem;
  transition: all ease 0.6s;
}
.why-choose-wrp .why-choose-box img {
  max-width: 110px;
  transition: all ease 0.6s;
}
@media screen and (max-width: 767px) {
  .why-choose-wrp .why-choose-box img {
    max-width: 80px;
  }
}
.why-choose-wrp .why-choose-box:hover {
  transform: scale(1.04);
  transition: all ease 0.6s;
}
.why-choose-wrp .why-choose-box:hover img {
  transform: translateY(8px);
  transition: all ease 0.6s;
}
@media screen and (max-width: 767px) {
  .why-choose-wrp .why-choose-box h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-wrp .why-choose-box {
    padding: 3rem;
  }
}

.video-wrp {
  position: relative;
  width: 436px;
  height: 252px;
}
@media screen and (max-width: 767px) {
  .video-wrp {
    width: 100%;
    height: 132px;
  }
}
.video-wrp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.video-wrp video {
  width: 100%;
  height: 100%;
}
.video-wrp .video-text {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-wrp .video-text img {
  max-width: 15%;
  margin-bottom: 1.7rem;
}
.video-wrp .video-text h2 {
  margin-bottom: 1rem;
}
.video-wrp .video-text span {
  font-weight: 500;
  color: #756E6E;
  font-size: 0.875rem;
}

.feature-wrp {
  padding: 20px 0 3.125rem;
}
.feature-wrp .text-center h3 {
  margin-bottom: 1rem;
}
.feature-wrp .text-center p {
  font-size: 1rem;
}
.feature-wrp .feature-box-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .feature-wrp .feature-box-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .feature-wrp .feature-box-row.mob-no-margin {
    margin: 0;
  }
}
.feature-wrp .feature-box-row .feature-box {
  flex: 1 1 23%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  background: #171717;
  padding: 20px;
  min-height: 168px;
}
@media screen and (max-width: 767px) {
  .feature-wrp .feature-box-row .feature-box {
    flex: 1 1 100%;
    margin-bottom: 0;
    min-height: auto;
  }
}
.feature-wrp .feature-box .dot-orange {
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  box-shadow: 0px 4px 32px 0px #FD3814;
}
@media screen and (max-width: 767px) {
  .feature-wrp .feature-box .dot-orange {
    display: inline-block;
  }
}
.feature-wrp .feature-box h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.feature-wrp .feature-box p {
  font-weight: 300;
  color: #E1E1E1;
}

.help-video-wrp {
  padding: 2rem 0 4.375rem;
  position: relative;
}
.help-video-wrp figure {
  margin: 0;
}
.help-video-wrp:after {
  content: "";
  width: 150px;
  height: 250px;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  filter: blur(100px);
  position: absolute;
  right: 0;
  top: 7%;
  z-index: -1;
}
.help-video-wrp::before {
  content: "";
  width: 280px;
  height: 280px;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  filter: blur(100px);
  position: absolute;
  left: -15%;
  bottom: -30%;
  z-index: -1;
}
.help-video-wrp .text-center h3 {
  margin-bottom: 1rem;
}
.help-video-wrp .text-center p {
  font-size: 1rem;
}
.help-video-wrp .img-size1 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 16px;
}
.help-video-wrp .img-size1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.6s;
}
.help-video-wrp .img-size1 img:hover {
  transform: scale(1.2);
  transition: all ease 0.6s;
}
@media screen and (max-width: 767px) {
  .help-video-wrp .img-size1 img {
    height: auto;
  }
}
.help-video-wrp .img-size2 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 16px;
}
.help-video-wrp .img-size2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: all ease 0.6s;
}
.help-video-wrp .img-size2 img:hover {
  transform: scale(1.2);
  transition: all ease 0.6s;
}
@media screen and (max-width: 767px) {
  .help-video-wrp .img-size2 img {
    height: auto;
  }
}

.our-wrk-wrp, .our-wrk-wrp-inner {
  padding: 5.375rem 0px 5.375rem 0;
}
@media screen and (max-width: 767px) {
  .our-wrk-wrp, .our-wrk-wrp-inner {
    padding: 25px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .our-wrk-wrp .our-wrk-wrp-container, .our-wrk-wrp-inner .our-wrk-wrp-container {
    max-width: 540px;
    margin: auto;
  }
}
.our-wrk-wrp .our-wrk-title h3, .our-wrk-wrp-inner .our-wrk-title h3 {
  margin-bottom: 1rem;
}
.our-wrk-wrp .our-wrk-title p, .our-wrk-wrp-inner .our-wrk-title p {
  font-size: 1rem;
}
.our-wrk-wrp .box-card, .our-wrk-wrp-inner .box-card {
  padding: 0;
}
.our-wrk-wrp .work-slider-box, .our-wrk-wrp-inner .work-slider-box {
  position: relative;
}
.our-wrk-wrp .work-slider-box img, .our-wrk-wrp-inner .work-slider-box img {
  height: 176px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.our-wrk-wrp .work-slider-box .work-desc, .our-wrk-wrp-inner .work-slider-box .work-desc {
  padding: 16px 32px 32px;
}
.our-wrk-wrp .work-slider-box .work-desc h6, .our-wrk-wrp-inner .work-slider-box .work-desc h6 {
  margin-bottom: 24px;
}
.our-wrk-wrp .work-slider-box .work-desc p, .our-wrk-wrp-inner .work-slider-box .work-desc p {
  font-size: 13px;
  font-weight: 300;
  color: #E1E1E1;
}
.our-wrk-wrp .work-slider-box .work-desc .btn.btn-grey, .our-wrk-wrp-inner .work-slider-box .work-desc .btn.btn-grey {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-wrp {
  padding: 3rem 0;
  position: relative;
}
.pricing-wrp::after {
  content: "";
  width: 180px;
  height: 280px;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  filter: blur(100px);
  position: absolute;
  right: 0;
  top: -2%;
  z-index: -1;
}
.pricing-wrp .sec-title h3 {
  margin-bottom: 1rem;
}
.pricing-wrp .sec-title p {
  font-size: 1rem;
}
.pricing-wrp .pricing-box {
  position: relative;
  min-height: 485px;
}
@media screen and (max-width: 767px) {
  .pricing-wrp .pricing-box {
    min-height: auto;
  }
}
.pricing-wrp .pricing-box span {
  font-size: 1.25rem;
  display: block;
  font-weight: 500;
  margin-bottom: 1rem;
}
.pricing-wrp .pricing-box h6 {
  color: #E1E1E1;
}
.pricing-wrp .pricing-box ul li {
  color: #E1E1E1;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 1rem;
  padding-left: 20px;
  position: relative;
}
.pricing-wrp .pricing-box ul li:after {
  content: "";
  width: 10px;
  height: 5px;
  display: inline-block;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 6px;
}
.pricing-wrp .pricing-box .btn {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-wrp .pricing-box .offer-tag {
  position: absolute;
  right: 0;
  top: 0;
}
.pricing-wrp .pricing-box .offer-tag h6 {
  font-weight: 500;
  position: absolute;
  top: 13px;
  left: 9px;
  right: 0;
  margin: auto;
}
.pricing-wrp .pricing-box .offer-tag .offer-tag-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.faq-wrp {
  padding: 3rem 0;
  position: relative;
}
.faq-wrp::before {
  content: "";
  width: 280px;
  height: 280px;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  filter: blur(100px);
  position: absolute;
  left: -18%;
  top: -5%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .faq-wrp::before {
    width: 140px;
    height: 140px;
  }
}
.faq-wrp .orange-dot {
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  box-shadow: 0px 4px 32px 0px #FD3814;
}
.faq-wrp .accordion-item {
  background: transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #282828;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0.5rem 1rem;
  border-radius: 0;
  margin-bottom: 1rem;
}
.faq-wrp .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #E1E1E1;
  font-size: 1.25rem;
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 150%;
}
.faq-wrp .accordion-button:after {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 6px;
  filter: invert(1);
  background-size: 72%;
  transform-origin: 7px 7px;
}
.faq-wrp .accordion-body {
  color: #E1E1E1;
  font-size: 0.885rem;
  font-weight: 300;
  padding-top: 1rem;
  padding-left: 30px;
  font-size: 0.885rem;
}

.carousel-inner .banner-ad {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right, #FDA90E, #FD1616, #FD1616, #FDA90E);
  padding: 16px 0;
  text-align: center;
  z-index: 9;
}
.carousel-inner .banner-ad p {
  margin-bottom: 0;
}

.border-orange {
  position: relative;
}
.border-orange:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  width: 64px;
  height: 1px;
}

.testimonial-wrp {
  padding: 2.5rem 0 5.5rem;
}
.testimonial-wrp .testimonial-box {
  text-align: center;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .testimonial-wrp .testimonial-box {
    padding: 1rem 40px;
  }
}
.testimonial-wrp .testimonial-box p {
  color: #E1E1E1;
  font-weight: 300;
  line-height: 1.75rem;
}
.testimonial-wrp .testimonial-box span {
  display: block;
  color: #E1E1E1;
}
.testimonial-wrp .testimonial-box span.author-name {
  font-size: 12px;
}
.testimonial-wrp .testimonial-box span.author-profession {
  font-size: 10px;
}

.get-in-touch-wrp {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
  background-image: url("../image/get_in_touch_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .get-in-touch-wrp {
    padding: 6rem 0;
  }
}
.get-in-touch-wrp .container {
  position: relative;
  z-index: 10;
}
.get-in-touch-wrp h3 {
  max-width: 700px;
  margin: auto;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .get-in-touch-wrp h3 {
    line-height: 2rem;
    font-size: 1.5rem;
  }
}
.get-in-touch-wrp h3 a {
  text-decoration: underline;
}

.footer {
  background: #060607;
  padding: 4rem 0;
  position: relative;
}
.footer:before {
  content: "";
  width: 80%;
  height: 30px;
  border-radius: 200px;
  background: rgb(253, 169, 14);
  background: linear-gradient(298deg, rgb(253, 169, 14) 0%, rgb(253, 22, 22) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fda90e",endColorstr="#fd1616",GradientType=1);
  filter: blur(300px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}
.footer .footer_card {
  display: flex;
  gap: 2rem;
  height: 100%;
  align-items: center;
  padding: 2rem 4rem;
  border: 1px solid transparent;
  transition: all ease 0.6s;
  flex-direction: column;
  position: relative;
}
.footer .footer_card p {
  color: #E1E1E1;
  font-weight: 300;
  line-height: 1.75rem;
}
.footer .footer_card:hover {
  border: 1px solid #FDA90E;
  transition: all ease 0.6s;
}
.footer .footer_card:hover .arrow {
  transform: translateX(16px);
  transition: all ease 0.6s;
}
.footer .footer_card .arrow {
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 1;
  transform: translateX(32px);
  transition: all ease 0.6s;
}
.footer .footer_card .arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.footer .footer_card .arrow::before {
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  position: absolute;
  right: 0px;
  top: 0;
}
@media (max-width: 767px) {
  .footer .footer_card .arrow {
    transform: translateX(0px);
  }
}
@media screen and (min-width: 767px) {
  .footer .footer_card {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-row {
    text-align: center;
  }
}
.footer .footer-nav ul {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav ul {
    justify-content: center;
  }
}
.footer .footer-nav ul li a {
  font-size: 13px;
}
.footer .copyright p {
  font-size: 12px;
  color: #B6B6B6;
}
.footer .social-link-nav {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer .social-link-nav {
    justify-content: center !important;
    margin-top: 16px;
  }
}
.footer .social-link-nav li a {
  color: #E1E1E1;
  font-weight: 300;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer .privacy-term-nav {
    justify-content: center !important;
  }
}
.footer .privacy-term-nav li a {
  font-size: 12px;
  color: #B6B6B6;
}

.modal-body .img-fluid {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.work-slider .owl-next {
  right: 40px !important;
}
@media screen and (max-width: 767px) {
  .work-slider .owl-next {
    right: -16px !important;
  }
}

.owl-nav button {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #FD1616, #FDA90E) !important;
}
@media screen and (max-width: 767px) {
  .owl-nav button {
    width: 30px;
    height: 30px;
  }
}

.owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
.owl-nav .owl-prev {
  left: -16px;
  position: absolute;
}
@media screen and (max-width: 575px) {
  .owl-nav .owl-prev {
    left: -8px !important;
  }
}
.owl-nav .owl-next {
  right: -16px;
  position: absolute;
}
@media screen and (max-width: 575px) {
  .owl-nav .owl-next {
    right: -8px !important;
  }
}
.owl-nav button span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 3rem 0;
  }
}

.gray_filter {
  filter: brightness(0.5);
}

.coming-soon-wrp {
  height: 60vh;
  display: flex;
}
.coming-soon-wrp h1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #E1E1E1;
}
.coming-soon-wrp h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #E1E1E1;
}
.coming-soon-wrp p {
  font-size: 1rem;
  color: #888888;
  margin: 0 0 10px;
}
.coming-soon-wrp .container {
  position: relative;
}
@media screen and (max-width: 575px) {
  .coming-soon-wrp .container .bg-holder {
    display: none;
  }
}
.coming-soon-wrp .container .bg-holder .bg-left-top {
  top: 20%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.coming-soon-wrp .container .bg-holder .bg-left-bottom {
  bottom: 10%;
  left: 10%;
  position: absolute;
  z-index: -1;
}
.coming-soon-wrp .container .bg-holder .bg-right-top {
  top: 10%;
  right: 10%;
  position: absolute;
  z-index: -1;
}
.coming-soon-wrp .container .bg-holder .bg-right-bottom {
  bottom: 20%;
  right: 10%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .coming-soon-wrp .container .bg-holder .bg-right-bottom {
    right: 0;
  }
}

.our-wrk-wrp.our-wrk-page {
  padding: 0;
  background: linear-gradient(to bottom, transparent, #140A08);
}
.our-wrk-wrp.our-wrk-page .container {
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
}
@media screen and (max-width: 991px) {
  .our-wrk-wrp.our-wrk-page .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.our-wrk-wrp.our-wrk-page .container .btn-grey {
  padding: 0.5rem 1.4rem;
}

.search-list-box {
  background: #0E0E0E;
  border-radius: 16px;
  padding: 24px 16px;
  transition: all 0.5s ease;
  border: 1px solid #0E0E0E;
}
.search-list-box.pro-box {
  padding-top: 60px;
}
.search-list-box:hover, .search-list-box.pro-box {
  border: 1px solid #FD7710;
}
.search-list-box .search-list-bx-top {
  border-bottom: 1px solid #191919;
}
.search-list-box .search-desc h4 {
  color: #E1E1E1;
  word-break: break-word;
}
.search-list-box .search-desc p span {
  color: #8C8C8C;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.search-list-box .search-desc p strong {
  color: #E1E1E1;
  font-size: 1.275rem;
}
.search-list-box .search-bottom-text .tag-text {
  font-weight: 500;
  color: #8C8C8C;
}
.search-list-box .search-bottom-text .tag-box {
  border-radius: 0 16px;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
}
.search-list-box .search-bottom-text .tag-box span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.search-list-box .offer-tag {
  position: absolute;
  top: -1px;
  right: -1px;
  background-image: url("../image/bg-tag.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 111px;
  height: 59px;
}
.search-list-box .offer-tag h6 {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(60%, -85%);
}

.search-head-text h5 {
  font-size: 18px;
  line-height: 150%;
}
.search-head-text h6 {
  font-size: 12px;
  font-weight: 400;
}

.strikethrough {
  text-decoration: line-through;
}

.ribbontag {
  background: url(../image/icon-frame.png) no-repeat left center;
  width: 70px;
  height: 23px;
  position: relative;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ribbontag {
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
}
.ribbontag span {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 10px;
  position: relative;
  top: -1px;
}

.ribbon-tag-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ribbon-tag-txt {
    justify-content: space-between;
    margin-bottom: 6px;
  }
}
.ribbon-tag-txt strong {
  word-break: break-word;
  font-weight: 600;
  margin-right: 10px;
}

.border-bottom-white {
  border-bottom: 1px solid #fff;
}

.marg-content {
  margin: 0 50px;
}
@media screen and (max-width: 991px) {
  .marg-content {
    margin: 0;
  }
}

.form-accordion-wrp .accordion-item {
  background: #0E0E0E;
  border: 0;
  margin-bottom: 8px;
  border-radius: 16px;
}
.form-accordion-wrp .accordion-item .accordion-button {
  box-shadow: none !important;
  border: 0 !important;
  background: #0E0E0E;
  color: #D9D9D9;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 16px !important;
  height: 52px;
}
.form-accordion-wrp .accordion-item .accordion-button:after {
  filter: invert(1);
}
.form-accordion-wrp .accordion-item .accordion-button img {
  margin-left: 20px;
}
.form-accordion-wrp .accordion-body {
  padding: 16px 3rem;
}
@media screen and (max-width: 767px) {
  .form-accordion-wrp .accordion-body {
    padding: 1rem;
  }
}
.form-accordion-wrp .form-group {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-accordion-wrp .form-group {
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
  }
}
.form-accordion-wrp .form-group label {
  color: #D9D9D9;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .form-accordion-wrp .form-group label {
    margin-bottom: 8px;
  }
}

.form-control {
  border: 0;
  background: #171717;
  height: 40px;
  border-radius: 8px;
  color: #D9D9D9;
  font-size: 0.875rem;
}
.form-control:focus {
  border: 0;
}

.footer-button-wrp {
  background: #0E0E0E;
  padding: 16px;
  width: 100%;
  border-radius: 16px;
}

.cart-box {
  background: #0E0E0E;
  border-radius: 16px;
  padding: 24px;
}

.cart-box-wrp {
  color: #E1E1E1;
}
.cart-box-wrp .cart-head, .cart-box-wrp .cart-coupon-box {
  border-bottom: 1px solid #191919;
}
@media screen and (max-width: 575px) {
  .cart-box-wrp .cart-pricing-txt {
    align-items: flex-end;
    display: flex;
  }
}
.cart-box-wrp .cart-total-txt {
  text-align: right;
}
.cart-box-wrp .cart-total-txt p {
  display: flex;
  justify-content: flex-end;
}
.cart-box-wrp .cart-total-txt p span {
  color: #E1E1E1;
  margin-right: 16px;
  width: 120px;
}
.cart-box-wrp .cart-total-txt p strong {
  color: #E1E1E1;
  font-weight: 600;
  width: 80px;
}
.cart-box-wrp .cart-total-txt p.total-text span, .cart-box-wrp .cart-total-txt p.total-text strong {
  font-size: 1.25rem;
}
.cart-box-wrp .cart-total-txt p.total-text strong {
  font-weight: 600;
}
.cart-box-wrp .cart-head-text h4, .cart-box-wrp .cart-head-text a {
  color: #E1E1E1;
}
.cart-box-wrp .cart-head-text h4 {
  word-break: break-word;
}
.cart-box-wrp .cart-head span {
  font-weight: 600;
  color: #E1E1E1;
}
@media screen and (max-width: 575px) {
  .cart-box-wrp .cart-coupon-box {
    flex-direction: column;
  }
}
.cart-box-wrp .cart-coupon-box span {
  color: #D9D9D9;
}
@media screen and (max-width: 575px) {
  .cart-box-wrp .cart-coupon-box span {
    margin-bottom: 8px;
  }
}
.cart-box-wrp .cart-coupon-box input {
  max-width: 240px;
  width: 100%;
  text-transform: uppercase;
  padding-right: 50px;
}
@media screen and (max-width: 575px) {
  .cart-box-wrp .cart-coupon-box input {
    max-width: inherit;
  }
}
.cart-box-wrp .cart-coupon-box .coupon-input-box {
  position: relative;
}
.cart-box-wrp .cart-coupon-box .coupon-input-box .apply-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #E1E1E1;
  text-transform: uppercase;
  font-weight: 500;
  background: #353535;
  padding: 4px 8px;
  border-radius: 6px;
  bottom: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .select-business-box, #openticket {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .select-business-box label, #openticket label {
    margin-bottom: 8px;
  }
}
.select-business-box select, #openticket select {
  background: #171717 url("../image/icon-dropdown.svg") no-repeat right 10px center !important;
  max-width: 240px;
  padding-right: 32px;
}
@media screen and (max-width: 575px) {
  .select-business-box select, #openticket select {
    max-width: inherit;
  }
}

select {
  background: #171717 url("../image/icon-dropdown.svg") no-repeat right 10px center !important;
  padding-right: 32px !important;
}
@media screen and (max-width: 575px) {
  select {
    max-width: inherit;
  }
}

.number-box {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  flex: 0 0 auto;
  font-size: 0.885rem;
}

.ongoing, .completed {
  width: 8px;
  height: 8px;
  display: inline-flex;
  border-radius: 8px;
  margin-right: 4px;
}

.completed {
  background: red;
}

.ongoing {
  background: green;
}

.winnerCompleted p {
  font-size: 1.5rem;
  line-height: 140%;
}
.winnerCompleted img {
  width: 88px;
  margin-bottom: 0.5rem;
}
.winnerCompleted span {
  color: #fda90e;
  display: block;
}

.winner_wrap {
  position: relative;
}
.winner_wrap::before {
  width: 100px;
  height: 250px;
  background: url("../image/gold_leaf.png") no-repeat;
  content: "";
  left: -18px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}
.winner_wrap::after {
  width: 100px;
  height: 250px;
  background: url("../image/gold_leaf.png") no-repeat;
  content: "";
  right: -18px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  transform: scaleX(-1);
}
.winner_wrap .winner_pic {
  width: 250px;
  height: 250px;
  border-radius: 32rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.winner_wrap .winner_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.winner_wrap .winner_pic span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background-image: linear-gradient(to right, #FDA90E, #FD1616, #FD1616, #FDA90E);
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  font-weight: 600;
  text-shadow: 0 2px 3px #710202;
}

.contest-faq {
  padding: 0.5rem 0;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 12px;
}
.carousel-indicators [data-bs-target].active {
  background: #fff;
}

.review_img {
  border-radius: 1rem;
  overflow: hidden;
}

.full-border-orange {
  border: 1px solid rgba(253, 119, 16, 0.3215686275);
}

.carousel-item {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.cart-wrp h4 {
  font-size: 1.5rem;
}

#websiteframe .modal-dialog {
  width: 100%;
  margin: auto;
}
#websiteframe .modal-header {
  border: 0;
}
#websiteframe .modal-content {
  border: 1px solid #242424;
  background: #0E0E0E;
}

.loginModal .modal-content .form-group label {
  margin-bottom: 8px;
}
.loginModal .modal-content p {
  color: #A1A1A1;
}
.loginModal .modal-content p strong {
  color: #fff;
}
.loginModal .modal-header {
  padding: 2rem 2.5rem;
  border: 0;
}
.loginModal .modal-header .btn-close {
  filter: invert(1);
}
.loginModal .modal-body {
  padding: 0 2.5rem 2.5rem;
}

.modal .btn-close {
  background-size: 24%;
  filter: invert(1);
  background-color: #cdcdcd;
  border-radius: 50%;
  opacity: 1;
  padding: 12px;
}

.form-accordion-wrp .form-group.custom-radio-btn {
  margin-bottom: 6px !important;
}

.custom-radio-btn {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.custom-radio-btn input[type=radio]:checked, .custom-radio-btn input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-btn input[type=radio]:checked + label, .custom-radio-btn input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #D9D9D9;
  font-size: 0.875rem;
  line-height: 26px;
}
.custom-radio-btn input[type=radio]:checked + label:before, .custom-radio-btn input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #DADADA;
  border-radius: 100%;
  background: transparent;
}
.custom-radio-btn input[type=radio]:checked + label:after, .custom-radio-btn input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #DADADA;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.custom-radio-btn input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-radio-btn input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-radio-btn input[type=radio]:checked + label:before {
  background: transparent;
  border: 2px solid #DADADA;
}

/*File upload*/
.file-upload-bx {
  position: relative;
  width: 100%;
  max-width: 394px;
}
@media screen and (max-width: 767px) {
  .file-upload-bx {
    max-width: inherit;
  }
}
.file-upload-bx .image-upload-label {
  display: none;
}
.file-upload-bx .image-upload-input {
  height: 108px;
  width: 100%;
}
.file-upload-bx .file-right-txt p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #D9D9D9;
}
.file-upload-bx .image-upload-wrapper {
  opacity: 0;
  position: relative;
  z-index: 2;
  height: 108px;
}
.file-upload-bx .custom-file-bx {
  position: absolute;
  top: 0;
  z-index: 1;
  border: 1px dashed #444444;
  width: 100%;
  max-width: 394px;
  height: 108px;
  border-radius: 8px;
  padding: 24px 12px;
  background: #171717;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .file-upload-bx .custom-file-bx {
    max-width: inherit;
  }
}
.file-upload-bx .custom-file-bx h5 {
  font-size: 14px;
  font-weight: 400;
  color: #D9D9D9;
}
.file-upload-bx .custom-file-bx h5 img {
  margin-right: 10px;
}

/*ends*/
.dashboard-top-row .box-ht1 {
  min-height: 292px;
}
.dashboard-top-row .box-ht2 {
  height: 148px;
}
.dashboard-top-row .box-ht2 figure {
  position: relative;
  top: -25px;
}
@media screen and (max-width: 767px) {
  .dashboard-top-row .box-ht2 figure {
    justify-content: center !important;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .dashboard-top-row .box-top-wrp {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .dashboard-top-row .box-top-wrp .box-ht1, .dashboard-top-row .box-top-wrp .box-ht2 {
    width: 100% !important;
  }
}
.dashboard-top-row .btn-copy {
  background: #060607;
  border: 1px solid #FD7710;
  height: 55px;
  border-radius: 9px;
  width: 100%;
  color: #D9D9D9;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dashboard-top-row .coupon-code-wrp {
  position: relative;
}
.dashboard-top-row h5 {
  color: #D9D9D9;
}

.contest-bar h6 {
  color: #E1E1E1;
}
.contest-bar h6 span {
  font-size: 13px;
  color: #858585;
  display: block;
}

.faq_toc {
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  right: 0;
  z-index: 2;
  overflow-y: auto;
  margin-bottom: 2rem;
}
.faq_toc ul li {
  margin-bottom: 1rem;
}
.faq_toc ul li a {
  padding: 0.5rem 1rem;
  border: 1px solid #282828;
  display: flex;
  border-radius: 0.25rem;
  transition: all ease 0.3s;
  position: relative;
}
.faq_toc ul li a.active {
  border: 1px solid #fda90e;
  background: #fda90e;
}
.faq_toc ul li a:hover {
  color: #282828;
  border: 1px solid #fda90e;
  background: #fda90e;
  transition: all ease 0.3s;
}
.faq_toc ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.contest_title {
  background: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  width: 100%;
}

.cmpltdContstBadge {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem 1.5rem;
  color: #fff;
  background: #fd7611;
  width: auto;
  z-index: 2;
  font-size: 1.5rem;
  border-radius: 0 1rem 0 1.5rem;
}
.cmpltdContstBadge::after {
  width: 24px;
  height: 24px;
  background: url("../image/badge_extent.svg") no-repeat;
  content: "";
  top: 0;
  left: -24px;
  position: absolute;
}
.cmpltdContstBadge::before {
  width: 24px;
  height: 24px;
  background: url("../image/badge_extent.svg") no-repeat;
  content: "";
  bottom: -24px;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .dashboard-bottom-row {
    margin-top: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-bottom-row .box-list-each {
    margin-bottom: 25px !important;
  }
}
.dashboard-bottom-row .box-list-each .box-card {
  padding: 16px 24px;
}
.dashboard-bottom-row .box-list-each .box-card h6 {
  color: #E1E1E1;
}
.dashboard-bottom-row .box-list-each .box-card h6 span {
  font-size: 13px;
  color: #858585;
  display: block;
}
.dashboard-bottom-row .box-list-each .box-card a {
  color: #E1E1E1;
}
.dashboard-bottom-row h6 {
  color: #888888;
}
.dashboard-bottom-row img {
  display: block;
  margin: auto;
}

p.typewriter-wrp {
  min-height: 20px;
}

/* Loader Style */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid #ccc;
  border-top: 5px solid #333;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faq-page.faq-wrp {
  padding: 0 0 3.375rem 0;
}
@media screen and (max-width: 575px) {
  .faq-page.faq-wrp {
    padding: 1.563rem 0;
  }
}

.mob-pb {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 767px) {
  .mob-pb {
    padding-bottom: 40px !important;
  }
}

.banner-slider-wrp {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 140px;
  flex-direction: column;
}

.scrolling-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.scrolling-text {
  display: flex;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
  white-space: nowrap;
}

.scrolling-text h5 {
  margin: 0 20px;
  white-space: nowrap;
}

@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.banner-slides {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.active {
  opacity: 1;
}

.cursor {
  display: inline-block;
  width: 3px;
  background-color: black;
  -webkit-animation: blink 0.7s step-end infinite;
          animation: blink 0.7s step-end infinite;
}

@-webkit-keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#SearchModal .modal-content {
  border: 0;
  background: none;
}

.whatsapp-icon {
  max-width: 20px;
}

.toggle-btn-wrp input:checked + .switch {
  background: #FD7710;
}
.toggle-btn-wrp input:checked + .switch:before {
  left: 27px;
  background: #fff;
}
.toggle-btn-wrp input:checked + .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #3b3b3b;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.switch:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

/* Dummy Image Preview Box Styles */
.img-preview-box {
  margin-top: 15px;
  text-align: center;
  display: block; /* Always visible */
  border: 1px dashed #444;
  padding: 20px;
  background-color: #171717;
  border-radius: 5px;
  min-height: 120px;
  position: relative;
}
.img-preview-box h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.img-preview-box .preview-image {
  background-color: #ccc;
  width: 100%;
  height: 100px; /* Fixed height for the preview box */
  border-radius: 4px;
  margin-top: 10px;
  background-position: center;
  background-size: cover;
}
.img-preview-box .close-preview-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 25px;
  cursor: pointer;
}

.designer-profile .box-card {
  padding: 1rem 1.5rem;
  position: relative;
}

.about-wrp h3 {
  font-size: 1.5rem;
  color: #E1E1E1;
}
@media screen and (max-width: 575px) {
  .about-wrp .lottie-img {
    height: auto !important;
  }
}

@media screen and (max-width: 575px) {
  .top-box.box-card {
    margin-bottom: 16px !important;
  }
}

.profile_dropdown {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border-radius: 40px;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.9;
}

@media screen and (max-width: 575px) {
  .container, .container-fluid {
    --bs-gutter-x:3.5rem;
  }
}

.confetti-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-content {
  border: 1px solid #242424;
  background: #0E0E0E;
}

.profileModal .modal-body {
  padding: 2.5rem;
}

.profile_menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.profile_menu a:hover {
  color: #FD7710;
}

#daysTimer h2 {
  width: 80px;
  padding: 1rem;
  background: linear-gradient(to right, #FD1616 0%, #FDA90E 100%);
  border-radius: 6px;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  #daysTimer h2 {
    font-size: 2rem;
    padding: 0.5rem;
  }
}
#daysTimer h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 575px) {
  #daysTimer h3 {
    font-size: 1.8rem;
    line-height: 4;
  }
}
#daysTimer span {
  font-size: 0.885rem;
  font-weight: 400;
  line-height: 1;
}

.select-business-box {
  padding: 1rem 1.25rem;
}

.contest-box {
  padding: 0;
}

.modal-header {
  border: 0;
}

.modal {
  padding: 0 !important;
}

#whyChooseModal .modal-dialog {
  max-width: 800px;
}
#whyChooseModal .modal-body {
  position: relative;
  padding: 0px;
}
#whyChooseModal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

button.video-btn {
  outline: 0;
  border: 0;
}

.modal-body .btn-close {
  background-size: 24%;
  filter: invert(1);
  border-radius: 50%;
  opacity: 1;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.alert {
  border-radius: 0.885rem;
}

#helpvideoModal .carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#helpvideoModal .btn-close {
  background-size: 24%;
  filter: invert(1);
  border-radius: 50%;
  opacity: 1;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.steps_section {
  padding: 3rem 0;
}
.steps_section .card-group {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.steps_section .card-group::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14, 14, 14);
  background: linear-gradient(0deg, rgb(14, 14, 14) 0%, rgba(14, 14, 14, 0) 50%, rgb(14, 14, 14) 100%);
}
@media screen and (max-width: 575px) {
  .steps_section .card-group::after {
    background: rgb(14, 14, 14);
    background: linear-gradient(90deg, rgb(14, 14, 14) 0%, rgba(14, 14, 14, 0) 50%, rgb(14, 14, 14) 100%);
  }
}
.steps_section .card {
  background-color: #0e0e0e;
  border-right: 1px solid #fd7611;
}
@media screen and (max-width: 575px) {
  .steps_section .card {
    border-bottom: 1px solid #fd7611;
    border-right: 0px;
    margin-bottom: 0;
  }
}
.steps_section .card h3 {
  font-size: 4rem;
  font-weight: 900;
  opacity: 0.2;
}
.steps_section .card:last-child {
  border-right: 0px solid transparent;
}
@media screen and (max-width: 575px) {
  .steps_section .card:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
  }
}
.steps_section .card:last-child::after {
  display: none;
}
.steps_section .card::after {
  content: "";
  width: 24px;
  height: 24px;
  border-top-right-radius: 6px;
  border: 1px solid #fd7611;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  right: -12px;
  top: 80px;
  z-index: 1;
  background: #0e0e0e;
  transform-origin: center;
}
@media screen and (max-width: 575px) {
  .steps_section .card::after {
    right: 50%;
    top: unset;
    bottom: -20px;
    transform: rotate(135deg) translateX(-50%);
  }
}
.steps_section .card .card-body {
  padding: 3rem;
}/*# sourceMappingURL=custom.css.map */