@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --font-poppins: 'Poppins', sans-serif;
  --font-anton: 'Anton', sans-serif;
  --blue-color: #101EC5;
  --neon-color: #CCFF00;
  --white-color: #FFFFFF;
  --lightgray-color:#EEEEEE;
  --black-color-20: #B9B9B9;
  --black-color-50: #646464;
  --black-color-70: #313131;
  --black-color-80: #252525; }

.neon-txt {
  color: var(--neon-color); }

.gray_80 {
  color: var(--black-color-50); }

.blue_txt {
  color: var(--blue-color); }

html {
  scroll-behavior: smooth;
  /* Smooth scroll */ }

body {
  font-family: var(--font-anton);
  overflow-x: hidden; }

a.link_blue {
  color: var(--blue-color);
  text-decoration: none; }
  a.link_blue:hover {
    text-decoration: underline; }

@media (min-width: 1600px) {
  .container {
    max-width: 1464px; } }

.section_normal_txt {
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0px;
  color: var(--white-color); }
  .section_normal_txt.dark {
    color: var(--black-color-80); }
  @media (max-width: 575px) {
    .section_normal_txt {
      font-size: 14px; } }

.section_normal_txt_poppins {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px; }
  .section_normal_txt_poppins.dark {
    color: var(--black-color-80); }
  @media (max-width: 1399px) {
    .section_normal_txt_poppins {
      font-size: 15px; } }
  @media (max-width: 991px) {
    .section_normal_txt_poppins {
      font-size: 14px; } }

.section_medium_txt {
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--white-color); }
  .section_medium_txt.dark {
    color: var(--black-color-80); }
  .section_medium_txt.blue {
    color: var(--blue-color); }
  @media (max-width: 575px) {
    .section_medium_txt {
      font-size: 18px; } }

.section_title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--white-color); }
  .section_title.dark {
    color: var(--black-color-80); }

.section_large_heading {
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--white-color); }
  .section_large_heading.dark {
    color: var(--black-color-80); }
  @media (max-width: 1199px) {
    .section_large_heading {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .section_large_heading {
      font-size: 30px; } }
  @media (max-width: 575px) {
    .section_large_heading {
      font-size: 26px; } }

.section_heading {
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 75px;
  line-height: 85px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--white-color); }
  @media (max-width: 1599px) {
    .section_heading {
      font-size: 68px;
      line-height: 78px; } }
  @media (max-width: 1599px) {
    .section_heading {
      font-size: 60px;
      line-height: 72px; } }
  @media (max-width: 1399px) {
    .section_heading {
      font-size: 54px; } }
  @media (max-width: 1199px) {
    .section_heading {
      font-size: 48px;
      line-height: 64px; } }
  @media (max-width: 991px) {
    .section_heading {
      font-size: 42px;
      line-height: 60px; } }
  @media (max-width: 767px) {
    .section_heading {
      font-size: 36px;
      line-height: 54px; } }
  @media (max-width: 575px) {
    .section_heading {
      font-size: 28px;
      line-height: 42px; } }
  .section_heading.dark {
    color: var(--black-color-80); }

.section_medium_heading {
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 56px;
  line-height: 80px;
  letter-spacing: -0.125px;
  text-transform: uppercase; }
  @media (max-width: 1599px) {
    .section_medium_heading {
      font-size: 50px;
      line-height: 72px; } }
  @media (max-width: 1399px) {
    .section_medium_heading {
      font-size: 42px;
      line-height: 64px; } }
  @media (max-width: 991px) {
    .section_medium_heading {
      font-size: 38px;
      line-height: 60px; } }
  @media (max-width: 575px) {
    .section_medium_heading {
      font-size: 28px;
      line-height: 42px; } }

.small_txt {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: var(--black-color-80); }

.link {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--blue-color);
  transition: ease-in-out 0.2s;
  text-decoration: none; }
  .link:hover {
    color: var(--black-color-80); }

.common_padding {
  padding: 120px 0px; }
  @media (max-width: 1399px) {
    .common_padding {
      padding: 100px 0px; } }
  @media (max-width: 991px) {
    .common_padding {
      padding: 80px 0px; } }
  @media (max-width: 767px) {
    .common_padding {
      padding: 60px 0px; } }

.section_head_wrapper {
  padding-bottom: 71px; }
  @media (max-width: 1399px) {
    .section_head_wrapper {
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .section_head_wrapper {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .section_head_wrapper {
      padding-bottom: 30px; } }

.gray_img_bg {
  background-image: url("../images/gray-bg-img.jpg");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat; }

.custom_card {
  padding: 50px 0px;
  background: #FFFFFF80;
  border: 1px solid #FFFFFFBF; }
  @media (max-width: 1399px) {
    .custom_card.editprofile_wrapper {
      padding: 50px; } }
  @media (max-width: 1199px) {
    .custom_card.editprofile_wrapper {
      padding: 40px; } }
  @media (max-width: 991px) {
    .custom_card.editprofile_wrapper {
      padding: 40px 24px; } }
  @media (max-width: 575px) {
    .custom_card.editprofile_wrapper {
      padding: 24px; } }

.page_banner_section {
  background-image: url("../images/page-banner-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .page_banner_section {
      padding: 80px 0px; } }
  @media (max-width: 991px) {
    .page_banner_section {
      padding: 60px 0px; } }
  @media (max-width: 767px) {
    .page_banner_section {
      padding: 40px 0px; } }

.custom_breadcrumb .breadcrumb .breadcrumb-item {
  color: var(--white-color);
  font-weight: 600; }
  .custom_breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--neon-color);
    text-decoration: none;
    font-weight: 600; }
    .custom_breadcrumb .breadcrumb .breadcrumb-item a:hover {
      text-decoration: underline; }
  .custom_breadcrumb .breadcrumb .breadcrumb-item::before {
    color: var(--white-color);
    font-weight: 600; }

.btn_neon {
  border: 2px solid var(--neon-color);
  background: var(--neon-color);
  padding: 15px 27px;
  transition: ease-in-out 0.5s;
  color: var(--blue-color);
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px !important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 1399px) {
    .btn_neon {
      padding: 12px 20px; } }
  .btn_neon:hover {
    color: var(--neon-color); }
  .btn_neon:after {
    content: "";
    background: var(--blue-color);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1; }
  .btn_neon:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s; }

.btn_line_neon {
  border: 2px solid var(--neon-color);
  background: transparent;
  padding: 15px 27px;
  transition: ease-in-out 0.5s;
  color: var(--white-color);
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px !important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 1399px) {
    .btn_line_neon {
      padding: 12px 20px; } }
  .btn_line_neon svg path {
    transition: ease-in-out 0.5s; }
  .btn_line_neon:hover {
    color: var(--blue-color); }
    .btn_line_neon:hover img {
      filter: invert(90%) sepia(95%) saturate(2916%) hue-rotate(233deg) brightness(70%) contrast(134%); }
    .btn_line_neon:hover svg path {
      fill: var(--blue-color); }
  .btn_line_neon:after {
    content: "";
    background: var(--neon-color);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1; }
  .btn_line_neon:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s; }

.btn_line_blue {
  border: 2px solid var(--blue-color);
  background: transparent;
  padding: 15px 27px;
  transition: ease-in-out 0.5s;
  color: var(--black-color-80);
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px !important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 1399px) {
    .btn_line_blue {
      padding: 12px 20px; } }
  .btn_line_blue svg path {
    transition: ease-in-out 0.5s; }
  .btn_line_blue:hover {
    color: var(--white-color); }
    .btn_line_blue:hover img {
      filter: invert(90%) sepia(95%) saturate(2916%) hue-rotate(233deg) brightness(70%) contrast(134%); }
    .btn_line_blue:hover svg path {
      fill: var(--white-color); }
  .btn_line_blue:after {
    content: "";
    background: var(--blue-color);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1; }
  .btn_line_blue:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s; }
  .btn_line_blue.min_w_220 {
    min-width: 220px; }

.btn_blue {
  border: 2px solid var(--blue-color);
  background: var(--blue-color);
  padding: 15px 27px;
  transition: ease-in-out 0.5s;
  color: var(--white-color);
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px !important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 1399px) {
    .btn_blue {
      padding: 12px 20px; } }
  .btn_blue:hover {
    color: var(--blue-color); }
  .btn_blue:after {
    content: "";
    background: var(--neon-color);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1; }
  .btn_blue:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s; }
  .btn_blue.min_w_220 {
    min-width: 220px; }

.custom_input .form-control {
  border: none;
  border-bottom: 2px solid var(--neon-color);
  background: transparent;
  border-radius: 0;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  padding: 11px 0px;
  margin-bottom: 30px;
  box-shadow: none;
  color: var(--white-color); }
  .custom_input .form-control::placeholder {
    color: var(--black-color-50); }
  .custom_input .form-control:focus {
    border-color: var(--blue-color); }
  .custom_input .form-control.blue {
    border-color: var(--blue-color);
    color: var(--black-color-80); }
    .custom_input .form-control.blue::placeholder {
      color: var(--black-color-50); }
    .custom_input .form-control.blue:focus {
      border-color: var(--neon-color); }
    .custom_input .form-control.blue[readonly] {
      border-color: var(--blue-color); }
      .custom_input .form-control.blue[readonly]::placeholder {
        color: var(--black-color-80); }
.custom_input .form-select {
  background: url("../images/down-arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 9px;
  padding-left: 2px; }

.custom_multiple_select .select2.select2-container .select2-selection.select2-selection--multiple, .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--single {
  border: none;
  border-bottom: 2px solid #101EC5;
  background: transparent;
  border-radius: 0;
  box-shadow: none; }
  .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered, .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 14px;
    color: var(--black-color-80); }
  .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered, .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--single ul.select2-selection__rendered {
    padding: 0px; }
    .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered li input.select2-search__field, .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--single ul.select2-selection__rendered li input.select2-search__field {
      background: transparent;
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0px;
      padding: 10px 0px;
      width: 100% !important; }
    .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice, .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--single ul.select2-selection__rendered li.select2-selection__choice {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0px;
      margin-top: 12px;
      border-color: #252525;
      border-radius: 0;
      display: inline-flex;
      align-items: center;
      flex-direction: row-reverse;
      padding: 2px 10px;
      gap: 6px; }
      .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove, .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--single ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
        width: 16px;
        height: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #FF0000;
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0px;
        color: #fff; }
    .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered .select2-selection__clear, .custom_multiple_select .select2.select2-container .select2-selection.select2-selection--single ul.select2-selection__rendered .select2-selection__clear {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0px;
      background-color: #FF0000;
      width: 16px;
      height: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding-left: 0;
      margin-top: 12px; }
.custom_multiple_select .select2.select2-container.select2-container--focus .select2-selection.select2-selection--multiple, .custom_multiple_select .select2.select2-container.select2-container--focus .select2-selection.select2-selection--single, .custom_multiple_select .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple, .custom_multiple_select .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  border-color: var(--neon-color); }

.select2-container .select2-dropdown {
  border: none !important;
  box-shadow: 0px 3px 10px 0px #00000017;
  z-index: 1; }
  .select2-container .select2-dropdown ul.select2-results__options {
    padding: 8px; }
    .select2-container .select2-dropdown ul.select2-results__options li {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0px;
      margin-bottom: 4px; }
      .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option--highlighted {
        background-color: #101ec5; }

.custom_checkbox {
  padding-left: 30px; }
  .custom_checkbox .form-check-input {
    border-radius: 0;
    border: 1px solid var(--black-color-50);
    width: 20px;
    height: 20px;
    margin-left: -30px;
    cursor: pointer; }
    .custom_checkbox .form-check-input:checked {
      background-color: var(--blue-color);
      border-color: var(--blue-color); }

.custom_radio_control > label {
  margin-bottom: 12px; }
.custom_radio_control .form-check {
  display: inline-flex;
  align-items: center;
  gap: 10px; }
  .custom_radio_control .form-check input.form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #252525;
    background-color: transparent; }
    .custom_radio_control .form-check input.form-check-input:checked[type=radio] {
      background-image: url("../images/radio-check-icon.svg");
      background-size: 10px;
      background-position: center;
      background-repeat: no-repeat; }
    .custom_radio_control .form-check input.form-check-input:focus {
      box-shadow: 0 0 0 .25rem #25252526; }
  .custom_radio_control .form-check .form-check-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    padding-top: 1px; }

.slider-labels {
  margin-top: 10px; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
 /* This class is applied to the lower origin when
its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top .3s;
  transition: left 0.3s, top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
  width: calc(100% - 16px);
  margin: auto; }

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background-color: #101EC5;
  border: 2px solid #FFFFFF; }

.noUi-horizontal .noUi-handle.noUi-handle-lower {
  margin-left: -4px; }

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  margin-left: 0px; }

.noUi-handle.noUi-handle-upper:active {
  margin-left: 0px; }

.noUi-handle.noUi-handle-lower:active {
  margin-left: -4px; }

/* Styling;
 */
.noUi-background {
  background: #e1e1e1; }

.noUi-connect {
  background: #101EC5;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.pagination_custom_wrapper {
  padding: 20px 24px;
  border: 1px solid #FFFFFFBF;
  background: #FFFFFF80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }
  @media (max-width: 991px) {
    .pagination_custom_wrapper {
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column-reverse;
      gap: 16px; } }
  .pagination_custom_wrapper .pagination_left_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px; }
    .pagination_custom_wrapper .pagination_left_inner .prev {
      padding: 15px 14px; }
      @media (max-width: 1399px) {
        .pagination_custom_wrapper .pagination_left_inner .prev {
          padding: 12px 14px; } }
  .pagination_custom_wrapper .pagination_right_inner {
    display: flex;
    align-items: center;
    gap: 7px; }
    .pagination_custom_wrapper .pagination_right_inner span {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0px;
      color: var(--black-color-80); }
    .pagination_custom_wrapper .pagination_right_inner input.form-control {
      padding: 6px;
      border-bottom: 1px solid var(--blue-color);
      width: 71px;
      text-align: center;
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0px;
      color: var(--black-color-80); }
      .pagination_custom_wrapper .pagination_right_inner input.form-control:focus {
        border-color: var(--black-color-80) !important; }

.custom_tab_wrapper .nav {
  margin-bottom: 50px; }
  @media (max-width: 1399px) {
    .custom_tab_wrapper .nav {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .custom_tab_wrapper .nav {
      margin-bottom: 30px; } }
  .custom_tab_wrapper .nav .nav-item {
    width: 100%;
    max-width: 25%; }
    @media (max-width: 767px) {
      .custom_tab_wrapper .nav .nav-item {
        max-width: 50%; } }
    @media (max-width: 575px) {
      .custom_tab_wrapper .nav .nav-item {
        max-width: 100%; } }
    .custom_tab_wrapper .nav .nav-item .nav-link {
      width: 100%;
      border-radius: 0px;
      font-family: var(--font-anton);
      font-weight: 400;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 0px;
      padding: 12px;
      border-bottom: 1px solid #B9B9B9;
      background: transparent;
      color: var(--black-color-80);
      position: relative;
      transition: ease-in-out 0.25s; }
      @media (max-width: 991px) {
        .custom_tab_wrapper .nav .nav-item .nav-link {
          padding: 10px 0px;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .custom_tab_wrapper .nav .nav-item .nav-link {
          padding: 16px 0px;
          font-size: 18px; } }
      .custom_tab_wrapper .nav .nav-item .nav-link.active {
        color: var(--blue-color); }
        .custom_tab_wrapper .nav .nav-item .nav-link.active:before {
          background: var(--blue-color); }
      .custom_tab_wrapper .nav .nav-item .nav-link:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px; }
      .custom_tab_wrapper .nav .nav-item .nav-link:hover {
        color: var(--blue-color); }
.custom_tab_wrapper.timeline_submitproof_tabs .nav .nav-item {
  max-width: 50%; }

.main_navbar {
  padding: 23px 0px;
  background-image: url("../images/page-banner-bg.jpg");
  background-color: var(--blue-color);
  border-bottom: 1px solid #ffffff1a;
  position: sticky;
  top: 0;
  z-index: 3; }
  @media (max-width: 1199px) {
    .main_navbar {
      padding: 16px 0px; } }
  @media (max-width: 1199px) {
    .main_navbar .navbar-brand {
      max-width: 140px; } }
  .main_navbar .navbar-toggler {
    border: none;
    padding: 0px;
    outline: none; }
    .main_navbar .navbar-toggler .navbar-toggler-icon {
      filter: brightness(0) invert(1); }
  .main_navbar .offcanvas .offcanvas-body .navbar-nav {
    gap: 40px;
    align-items: center; }
    @media (max-width: 1399px) {
      .main_navbar .offcanvas .offcanvas-body .navbar-nav {
        gap: 22px; } }
    @media (max-width: 1199px) {
      .main_navbar .offcanvas .offcanvas-body .navbar-nav {
        gap: 18px; } }
    .main_navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
      font-family: var(--font-anton);
      font-weight: 400;
      font-size: 16px;
      line-height: 19.2px;
      letter-spacing: 0.5px;
      vertical-align: middle;
      text-transform: uppercase;
      padding: 0px;
      color: var(--white-color);
      position: relative;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 1399px) {
        .main_navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
          font-size: 15px; } }
      @media (max-width: 1199px) {
        .main_navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
          font-size: 14px; } }
      .main_navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover, .main_navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active {
        color: var(--neon-color); }
      .main_navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 2px;
        background: transparent;
        transition: ease-in-out 0.5s; }
      .main_navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover:before, .main_navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active:before {
        background: var(--neon-color);
        width: 100%; }
  .main_navbar .offcanvas .offcanvas-body .navbar_right {
    margin-left: auto; }
    @media (max-width: 1599px) {
      .main_navbar .offcanvas .offcanvas-body .navbar_right {
        gap: 1rem !important; } }
    @media (max-width: 1199px) {
      .main_navbar .offcanvas .offcanvas-body .navbar_right {
        gap: 0.75rem !important; } }
    .main_navbar .offcanvas .offcanvas-body .navbar_right a.btn_neon,
    .main_navbar .offcanvas .offcanvas-body .navbar_right a.btn_line_neon {
      padding: 15px; }
      @media (max-width: 1399px) {
        .main_navbar .offcanvas .offcanvas-body .navbar_right a.btn_neon,
        .main_navbar .offcanvas .offcanvas-body .navbar_right a.btn_line_neon {
          padding: 10px 12px; } }
      @media (max-width: 1199px) {
        .main_navbar .offcanvas .offcanvas-body .navbar_right a.btn_neon,
        .main_navbar .offcanvas .offcanvas-body .navbar_right a.btn_line_neon {
          padding: 10px; } }
    .main_navbar .offcanvas .offcanvas-body .navbar_right button {
      min-width: 120px; }
      .main_navbar .offcanvas .offcanvas-body .navbar_right button.search_btn {
        min-width: auto;
        padding: 15px 16.5px; }
        @media (max-width: 1399px) {
          .main_navbar .offcanvas .offcanvas-body .navbar_right button.search_btn {
            padding: 10px 12px; } }
        @media (max-width: 1199px) {
          .main_navbar .offcanvas .offcanvas-body .navbar_right button.search_btn {
            padding: 11.5px 10px; } }

.after_loginuser_dropdown .btn.dropdown-toggle {
  padding: 0px;
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  outline: none;
  border: none; }
  @media (max-width: 1199px) {
    .after_loginuser_dropdown .btn.dropdown-toggle {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .after_loginuser_dropdown .btn.dropdown-toggle {
      gap: 6px; } }
  .after_loginuser_dropdown .btn.dropdown-toggle img {
    width: 54px;
    height: 54px;
    border: 2px solid #CCFF00;
    background: #fff;
    border-radius: 50%;
    object-fit: cover; }
    @media (max-width: 1199px) {
      .after_loginuser_dropdown .btn.dropdown-toggle img {
        width: 46px;
        height: 46px; } }
    @media (max-width: 991px) {
      .after_loginuser_dropdown .btn.dropdown-toggle img {
        width: 36px;
        height: 36px; } }
.after_loginuser_dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  top: 50%;
  right: -5%;
  transition: all 0.5s;
  opacity: 0;
  min-width: 220px;
  border-radius: 0px;
  box-shadow: 0px 4px 24px 0px #00000026;
  padding: 0px;
  border: none; }
  .after_loginuser_dropdown .dropdown-menu.show {
    visibility: visible;
    top: 115%;
    opacity: 1; }
  .after_loginuser_dropdown .dropdown-menu:before {
    content: '';
    position: absolute;
    border-top: 0.5em solid #fff;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    top: -8px;
    right: 5px;
    transform: rotate(180deg); }
  .after_loginuser_dropdown .dropdown-menu li .dropdown-item {
    font-family: Anton;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    padding: 14px 24px;
    border-bottom: 1px solid #EBEBEB;
    transition: ease-in-out 0.25s; }
    .after_loginuser_dropdown .dropdown-menu li .dropdown-item:hover {
      background: #F8F8F8;
      color: var(--blue-color); }
  .after_loginuser_dropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none; }

footer.footer_main {
  background: #252525;
  padding: 120px 0px 0px; }
  @media (max-width: 1399px) {
    footer.footer_main {
      padding: 100px 0 0; } }
  @media (max-width: 1199px) {
    footer.footer_main {
      padding: 70px 0 0; } }
  @media (max-width: 767px) {
    footer.footer_main {
      padding: 60px 0 0; } }
  footer.footer_main .footer_wrapper {
    padding-bottom: 70px; }
    @media (max-width: 991px) {
      footer.footer_main .footer_wrapper {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      footer.footer_main .footer_wrapper {
        padding-bottom: 24px; } }
    footer.footer_main .footer_wrapper .footer_head {
      font-family: var(--font-anton);
      font-weight: 400;
      font-size: 32px;
      line-height: 38.4px;
      letter-spacing: 0px;
      text-transform: uppercase;
      color: #CCFF00;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        footer.footer_main .footer_wrapper .footer_head {
          font-size: 30px; } }
      @media (max-width: 991px) {
        footer.footer_main .footer_wrapper .footer_head {
          font-size: 28px;
          margin-bottom: 24px; } }
      @media (max-width: 575px) {
        footer.footer_main .footer_wrapper .footer_head {
          font-size: 24px;
          margin-bottom: 16px; } }
    footer.footer_main .footer_wrapper .footer_company_info .footer_company_logo {
      margin-bottom: 34px; }
      @media (max-width: 991px) {
        footer.footer_main .footer_wrapper .footer_company_info .footer_company_logo {
          margin-bottom: 24px; } }
      footer.footer_main .footer_wrapper .footer_company_info .footer_company_logo img {
        max-width: 182px;
        width: 100%; }
    footer.footer_main .footer_wrapper .footer_menu_list ul {
      padding: 0px;
      list-style: none;
      margin-bottom: 0; }
      footer.footer_main .footer_wrapper .footer_menu_list ul li a {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #646464;
        text-decoration: none;
        margin-bottom: 15px;
        display: inline-flex;
        transition: ease-in-out 0.5s;
        gap: 25px; }
        footer.footer_main .footer_wrapper .footer_menu_list ul li a:hover {
          color: var(--neon-color); }
          footer.footer_main .footer_wrapper .footer_menu_list ul li a:hover img {
            transform: rotate(360deg); }
        footer.footer_main .footer_wrapper .footer_menu_list ul li a img {
          transition: ease-in-out 0.5s; }
    footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner {
      display: flex;
      align-items: center;
      gap: 24px;
      margin-bottom: 16px; }
      @media (max-width: 1199px) {
        footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner {
          gap: 16px; } }
      footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner h6 {
        font-family: var(--font-anton);
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #646464; }
        @media (max-width: 1199px) {
          footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner h6 {
            font-size: 18px; } }
        @media (max-width: 991px) {
          footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner h6 {
            font-size: 16px; } }
      footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner h3 {
        font-family: var(--font-anton);
        font-weight: 400;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0px;
        color: #fff; }
        @media (max-width: 1599px) {
          footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner h3 {
            font-size: 30px; } }
        @media (max-width: 1199px) {
          footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner h3 {
            font-size: 24px; } }
        @media (max-width: 991px) {
          footer.footer_main .footer_wrapper .footer_company_contact .company_contact_inner .company_contact_subinner h3 {
            font-size: 22px; } }
  footer.footer_main .footer_reserved {
    background: #FFFFFF0D;
    padding: 30px 0px; }
    @media (max-width: 1199px) {
      footer.footer_main .footer_reserved {
        padding: 16px 0px; } }
    @media (max-width: 575px) {
      footer.footer_main .footer_reserved {
        padding: 10px 0px; } }
    footer.footer_main .footer_reserved .footer_reserved_inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 575px) {
        footer.footer_main .footer_reserved .footer_reserved_inner {
          flex-wrap: wrap;
          gap: 6px; } }
      footer.footer_main .footer_reserved .footer_reserved_inner span {
        font-family: var(--font-poppins);
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #646464; }
        @media (max-width: 991px) {
          footer.footer_main .footer_reserved .footer_reserved_inner span {
            font-size: 14px; } }
        @media (max-width: 767px) {
          footer.footer_main .footer_reserved .footer_reserved_inner span {
            font-size: 13px; } }
        footer.footer_main .footer_reserved .footer_reserved_inner span a {
          color: #646464;
          text-decoration: none;
          transition: ease-in-out 0.5s; }
          footer.footer_main .footer_reserved .footer_reserved_inner span a:hover {
            color: var(--neon-color); }
        footer.footer_main .footer_reserved .footer_reserved_inner span.footer_seprater {
          display: inline-block;
          margin: 0px 24px; }
          @media (max-width: 767px) {
            footer.footer_main .footer_reserved .footer_reserved_inner span.footer_seprater {
              margin: 0px 12px; } }

.banner_section {
  background-image: url("../images/page-banner-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--blue-color); }
  .banner_section .banner_left_wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 2.85vw; }
    @media (max-width: 1399px) {
      .banner_section .banner_left_wrapper {
        gap: 30px; } }
    @media (max-width: 1199px) {
      .banner_section .banner_left_wrapper {
        gap: 10px;
        padding-bottom: 2.75rem; } }
    @media (max-width: 991px) {
      .banner_section .banner_left_wrapper {
        padding-top: 1.75rem; } }
    @media (max-width: 767px) {
      .banner_section .banner_left_wrapper {
        padding-bottom: 2rem; } }
    .banner_section .banner_left_wrapper .banner_top {
      max-width: 172px; }
      @media (max-width: 1199px) {
        .banner_section .banner_left_wrapper .banner_top {
          max-width: 150px; } }
      @media (max-width: 991px) {
        .banner_section .banner_left_wrapper .banner_top {
          max-width: 580px;
          width: 100%;
          margin: auto; } }
      .banner_section .banner_left_wrapper .banner_top .banner_influencer {
        border-bottom: 2px solid var(--neon-color);
        padding-bottom: 20px;
        margin-bottom: 10px; }
        .banner_section .banner_left_wrapper .banner_top .banner_influencer img {
          width: 54px;
          height: 54px;
          object-fit: cover;
          border-radius: 50%;
          border: 4px solid var(--blue-color); }
          .banner_section .banner_left_wrapper .banner_top .banner_influencer img + img {
            margin-left: -15px; }
      @media (max-width: 1399px) {
        .banner_section .banner_left_wrapper .banner_top h5 {
          font-size: 15px; } }
      @media (max-width: 1199px) {
        .banner_section .banner_left_wrapper .banner_top h5 {
          font-size: 14px; } }
      @media (max-width: 991px) {
        .banner_section .banner_left_wrapper .banner_top h5 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .banner_section .banner_left_wrapper .banner_top h5 {
          font-size: 18px; } }
      @media (max-width: 575px) {
        .banner_section .banner_left_wrapper .banner_top h5 {
          font-size: 17px; } }
    .banner_section .banner_left_wrapper .banner_bottom {
      max-width: 172px; }
      @media (max-width: 1199px) {
        .banner_section .banner_left_wrapper .banner_bottom {
          max-width: 150px; } }
      @media (max-width: 991px) {
        .banner_section .banner_left_wrapper .banner_bottom {
          max-width: 100%;
          display: flex;
          justify-content: space-between;
          gap: 30px; } }
      @media (max-width: 767px) {
        .banner_section .banner_left_wrapper .banner_bottom {
          gap: 6px; } }
      .banner_section .banner_left_wrapper .banner_bottom .banner_cbc {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 2px solid var(--neon-color); }
        @media (max-width: 1599px) {
          .banner_section .banner_left_wrapper .banner_bottom .banner_cbc {
            margin-bottom: 24px;
            padding-bottom: 24px; } }
        @media (max-width: 1399px) {
          .banner_section .banner_left_wrapper .banner_bottom .banner_cbc {
            margin-bottom: 20px;
            padding-bottom: 20px; } }
        @media (max-width: 1199px) {
          .banner_section .banner_left_wrapper .banner_bottom .banner_cbc {
            margin-bottom: 12px;
            padding-bottom: 12px; } }
        @media (max-width: 991px) {
          .banner_section .banner_left_wrapper .banner_bottom .banner_cbc {
            margin-bottom: 0px;
            padding-bottom: 0px;
            flex: 1;
            border-right: 2px solid var(--neon-color);
            border-bottom: 0px; } }
        .banner_section .banner_left_wrapper .banner_bottom .banner_cbc h2 {
          font-family: var(--font-poppins);
          font-weight: 600;
          font-size: 60px;
          line-height: 74px;
          letter-spacing: 0px;
          color: var(--white-color);
          gap: 10px; }
          @media (max-width: 1399px) {
            .banner_section .banner_left_wrapper .banner_bottom .banner_cbc h2 {
              font-size: 44px;
              line-height: 52px; } }
          @media (max-width: 1199px) {
            .banner_section .banner_left_wrapper .banner_bottom .banner_cbc h2 {
              font-size: 36px;
              line-height: 46px; } }
          @media (max-width: 991px) {
            .banner_section .banner_left_wrapper .banner_bottom .banner_cbc h2 {
              gap: 6px; } }
          @media (max-width: 767px) {
            .banner_section .banner_left_wrapper .banner_bottom .banner_cbc h2 {
              font-size: 28px;
              line-height: 36px; } }
          .banner_section .banner_left_wrapper .banner_bottom .banner_cbc h2 span {
            font-family: var(--font-poppins);
            font-weight: 600;
            font-size: 32px;
            line-height: 32px;
            letter-spacing: 0px;
            text-align: center;
            text-transform: uppercase;
            color: var(--neon-color); }
        .banner_section .banner_left_wrapper .banner_bottom .banner_cbc:last-child {
          margin-bottom: 0px;
          padding-bottom: 0px;
          border: none; }
  @media (max-width: 1199px) {
    .banner_section .banner_center_wrapper {
      transform: scale(1.1) translateX(-24px); } }
  .banner_section .banner_right_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 96vh;
    max-height: 778px; }
    @media (max-width: 1599px) {
      .banner_section .banner_right_wrapper {
        height: 88vh;
        max-height: 690px; } }
    @media (max-width: 1399px) {
      .banner_section .banner_right_wrapper {
        height: 95vh;
        max-height: 620px; } }
    @media (max-width: 1199px) {
      .banner_section .banner_right_wrapper {
        height: 55vh;
        max-height: 620px;
        margin-bottom: 2rem; } }
    @media (max-width: 991px) {
      .banner_section .banner_right_wrapper {
        height: auto;
        flex-direction: column-reverse; } }
    @media (max-width: 767px) {
      .banner_section .banner_right_wrapper {
        margin-bottom: 4rem; } }
    .banner_section .banner_right_wrapper .logo-icon {
      min-width: 134px;
      min-height: 134px;
      width: 134px;
      height: 134px;
      border: 2px solid var(--neon-color);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-bottom: 16.5vw; }
      @media (max-width: 1399px) {
        .banner_section .banner_right_wrapper .logo-icon {
          margin-bottom: 10vw; } }
      @media (max-width: 1199px) {
        .banner_section .banner_right_wrapper .logo-icon {
          min-width: 100px;
          min-height: 100px;
          width: 100px;
          height: 100px; } }
      @media (max-width: 991px) {
        .banner_section .banner_right_wrapper .logo-icon {
          min-width: 60px;
          min-height: 60px;
          width: 60px;
          height: 60px;
          margin-top: -20px;
          margin-bottom: 0px; } }
      .banner_section .banner_right_wrapper .logo-icon img {
        animation: zoom-in-zoom-out linear infinite 4s;
        transform-box: fill-box;
        transform-origin: center; }
@keyframes zoom-in-zoom-out {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
        @media (max-width: 991px) {
          .banner_section .banner_right_wrapper .logo-icon img {
            width: 30px; } }
    .banner_section .banner_right_wrapper .info_inner {
      min-width: 266px;
      margin-left: -65px; }
      @media (max-width: 1199px) {
        .banner_section .banner_right_wrapper .info_inner {
          min-width: 202px; } }
      @media (max-width: 991px) {
        .banner_section .banner_right_wrapper .info_inner {
          margin-left: 0px; } }
      .banner_section .banner_right_wrapper .info_inner p {
        color: var(--lightgray-color);
        margin-bottom: 30px; }
        @media (max-width: 1399px) {
          .banner_section .banner_right_wrapper .info_inner p {
            font-size: 15px;
            margin-bottom: 24px; } }
        @media (max-width: 1199px) {
          .banner_section .banner_right_wrapper .info_inner p {
            font-size: 12px;
            margin-bottom: 16px;
            line-height: 16px; } }
        @media (max-width: 991px) {
          .banner_section .banner_right_wrapper .info_inner p {
            font-size: 14px; } }

.band_wrapper {
  overflow: hidden;
  position: relative;
  height: 125px;
  background: var(--neon-color);
  transform: rotate(2deg) translate(-5px, -35px);
  width: calc(100% + 7px); }
  @media (max-width: 1399px) {
    .band_wrapper {
      height: 100px; } }
  @media (max-width: 1199px) {
    .band_wrapper {
      height: 75px; } }
  @media (max-width: 767px) {
    .band_wrapper {
      height: 54px;
      transform: rotate(2deg) translate(-5px, -60px); } }
  .band_wrapper .band_inner {
    background: url("./../images/band-img.svg");
    background-repeat: repeat-x;
    background-position: top center;
    height: 100%;
    width: 100%;
    animation: ani 10s linear infinite; }
    @media (max-width: 1199px) {
      .band_wrapper .band_inner {
        background-size: 130%; } }
    @media (max-width: 767px) {
      .band_wrapper .band_inner {
        background-size: 200%; } }
@keyframes ani {
  0% {
    background-position: 0 center; }
  100% {
    background-position: 100vw center; } }
.whychooseuse_section {
  background: var(--black-color-80);
  padding-top: 214px;
  margin-top: -94px; }
  @media (max-width: 1399px) {
    .whychooseuse_section {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .whychooseuse_section {
      padding-top: 100px; } }

.whychooseus_card {
  background: var(--black-color-70);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  transition: ease-in-out 0.5s; }
  @media (max-width: 1399px) {
    .whychooseus_card {
      padding: 24px;
      gap: 30px; } }
  @media (max-width: 1199px) {
    .whychooseus_card {
      padding: 16px; } }
  @media (max-width: 575px) {
    .whychooseus_card {
      gap: 16px; } }
  .whychooseus_card .whychooseus_info h2 {
    font-family: var(--font-anton);
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 24px;
    border-bottom: 1px solid #494949;
    margin-bottom: 20px; }
    @media (max-width: 1399px) {
      .whychooseus_card .whychooseus_info h2 {
        font-size: 36px;
        line-height: 44px; } }
    @media (max-width: 1199px) {
      .whychooseus_card .whychooseus_info h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 16px;
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .whychooseus_card .whychooseus_info h2 {
        font-size: 28px; } }
    @media (max-width: 575px) {
      .whychooseus_card .whychooseus_info h2 {
        font-size: 24px;
        line-height: 36px; } }
  .whychooseus_card .whychooseus_info p {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #EEEEEE;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .whychooseus_card .whychooseus_info p {
        font-size: 14px; } }
  .whychooseus_card .whychooseus_img {
    width: 100%;
    height: 224px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .whychooseus_card .whychooseus_img {
        height: 160px; } }
    .whychooseus_card .whychooseus_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .whychooseus_card:hover {
    background: var(--blue-color);
    transform: scale(1.04); }

.whoweare_section {
  background-image: url("../images/gray-bg-img.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .whoweare_section .whoweare_left_inner {
    margin: 55px 0px 34px; }
    @media (max-width: 1599px) {
      .whoweare_section .whoweare_left_inner {
        margin: 34px 0; } }
    @media (max-width: 1399px) {
      .whoweare_section .whoweare_left_inner {
        margin: 0px 0 24px; } }
    .whoweare_section .whoweare_left_inner h2 {
      padding-bottom: 0px !important; }
    .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner {
      display: flex;
      align-items: center;
      gap: 24px;
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid var(--black-color-20); }
      @media (max-width: 1399px) {
        .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner {
          margin-bottom: 20px;
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner {
          margin-bottom: 16px;
          padding-bottom: 16px; } }
      @media (max-width: 991px) {
        .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner {
          gap: 10px; } }
      .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner:nth-child(1) .intro_icon {
        background: var(--neon-color); }
      .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner .intro_icon {
        min-width: 70px;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%; }
        @media (max-width: 1399px) {
          .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner .intro_icon {
            min-width: 60px;
            width: 60px;
            height: 60px; } }
        @media (max-width: 575px) {
          .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner .intro_icon {
            min-width: 50px;
            width: 50px;
            height: 50px; } }
        @media (max-width: 575px) {
          .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner .intro_icon img {
            width: 60%; } }
      .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner h4 {
        font-family: var(--font-anton);
        font-weight: 400;
        font-size: 32px;
        line-height: 38.4px;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 1599px) {
          .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner h4 {
            font-size: 30px; } }
        @media (max-width: 1399px) {
          .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner h4 {
            font-size: 24px; } }
      .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner:last-child {
        border-bottom: 0;
        margin-bottom: 0px;
        padding-bottom: 0; }
      .whoweare_section .whoweare_left_inner .whoweare_intro .whoweare_intro_inner:nth-child(2) .intro_icon {
        background: var(--blue-color); }
  .whoweare_section .whoweare_center_inner {
    max-width: 598px;
    text-align: center; }
  .whoweare_section .whoweare_right_inner {
    margin: 57px 0px 37px; }
    @media (max-width: 1599px) {
      .whoweare_section .whoweare_right_inner {
        margin: 30px 0px; } }
    @media (max-width: 1399px) {
      .whoweare_section .whoweare_right_inner {
        margin: 0px 0px 24px; } }
    .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_img {
      height: 138px;
      overflow: hidden; }
      @media (max-width: 1399px) {
        .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_img {
          height: 120px; } }
      .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_progress .whoweare_campaign_progress_inner {
      margin-bottom: 20px; }
      .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_progress .whoweare_campaign_progress_inner .progress {
        border-radius: 264px;
        height: 10px;
        background: var(--lightgray-color);
        overflow: visible;
        margin-top: 12px; }
        .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_progress .whoweare_campaign_progress_inner .progress .progress-bar {
          overflow: visible;
          border-radius: 264px; }
          .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_progress .whoweare_campaign_progress_inner .progress .progress-bar.neon-bar {
            background: var(--neon-color); }
          .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_progress .whoweare_campaign_progress_inner .progress .progress-bar.blue-bar {
            background: var(--blue-color); }
          .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_progress .whoweare_campaign_progress_inner .progress .progress-bar.black-bar {
            background: var(--black-color-70); }
          .whoweare_section .whoweare_right_inner .whoweare_campaign .whoweare_campaign_progress .whoweare_campaign_progress_inner .progress .progress-bar span {
            margin-top: -54px; }
  .whoweare_section .sponsor_wrapper {
    padding: 50px 62px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    background: var(--blue-color);
    border-radius: 25px; }
    @media (max-width: 1599px) {
      .whoweare_section .sponsor_wrapper {
        gap: 60px; } }
    @media (max-width: 1199px) {
      .whoweare_section .sponsor_wrapper {
        gap: 40px;
        padding: 40px; } }
    @media (max-width: 575px) {
      .whoweare_section .sponsor_wrapper {
        gap: 30px;
        padding: 24px; } }
    .whoweare_section .sponsor_wrapper .sponsor_img {
      width: 94px;
      height: 80px; }
      @media (max-width: 1399px) {
        .whoweare_section .sponsor_wrapper .sponsor_img {
          width: 71px;
          height: 60px; } }
      .whoweare_section .sponsor_wrapper .sponsor_img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.weareinfluencer_section {
  background: var(--black-color-80); }
  .weareinfluencer_section .weareinfluemcer_txt svg text {
    font-family: Anton;
    font-weight: 400;
    font-size: 96px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    fill: #101EC5;
    stroke: #CCFF00;
    stroke-width: 2px;
    transform: translate(22px, 28px); }
  .weareinfluencer_section .weareinfluemcer_inner {
    max-width: 1284px;
    margin: 0 auto 30px;
    font-family: var(--font-anton);
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_inner {
        font-size: 46px;
        line-height: 66px; } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_inner {
        font-size: 40px;
        line-height: 54px; } }
    @media (max-width: 767px) {
      .weareinfluencer_section .weareinfluemcer_inner {
        font-size: 34px; } }
    @media (max-width: 575px) {
      .weareinfluencer_section .weareinfluemcer_inner {
        font-size: 28px;
        line-height: 42px; } }
  .weareinfluencer_section .weareinfluemcer_inner span {
    font-family: var(--font-anton);
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
  .weareinfluencer_section .weareinfluemcer_txt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #101EC5;
    line-height: 1;
    border-radius: 25px;
    transform: rotate(-3deg); }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_txt {
        transform: rotate(-3deg) translateY(10px); } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_txt {
        border-radius: 20px; } }
    @media (max-width: 575px) {
      .weareinfluencer_section .weareinfluemcer_txt {
        margin-bottom: 10px; } }
  .weareinfluencer_section .weareinfluemcer_img2 {
    line-height: 1;
    max-width: 281px;
    width: 100%;
    height: 65px;
    overflow: hidden;
    border-radius: 107px; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_img2 {
        max-width: 270px;
        height: 56px; } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_img2 {
        max-width: 200px;
        height: 46px; } }
    @media (max-width: 767px) {
      .weareinfluencer_section .weareinfluemcer_img2 {
        max-width: 180px;
        height: 40px; } }
    @media (max-width: 575px) {
      .weareinfluencer_section .weareinfluemcer_img2 {
        max-width: 150px;
        height: 34px; } }
  .weareinfluencer_section .weareinfluemcer_txt svg {
    width: 100%;
    max-width: 509px;
    max-height: 74px;
    height: 100%; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_txt svg {
        max-width: 430px; } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_txt svg {
        max-width: 360px; } }
    @media (max-width: 767px) {
      .weareinfluencer_section .weareinfluemcer_txt svg {
        max-width: 300px; } }
  .weareinfluencer_section .weareinfluemcer_img {
    line-height: 1;
    max-width: 174px;
    width: 100%;
    height: 65px;
    border-radius: 107px;
    overflow: hidden; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_img {
        max-width: 160px;
        height: 54px; } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_img {
        max-width: 130px;
        height: 46px; } }
    @media (max-width: 767px) {
      .weareinfluencer_section .weareinfluemcer_img {
        max-width: 110px;
        height: 40px; } }
    @media (max-width: 575px) {
      .weareinfluencer_section .weareinfluemcer_img {
        max-width: 100px;
        height: 32px; } }
  .weareinfluencer_section .weareinfluemcer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .weareinfluencer_section .weareinfluemcer_txt2 svg {
    max-width: 605px;
    max-height: 74px;
    width: 100%;
    height: 100%; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_txt2 svg {
        max-width: 580px; } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_txt2 svg {
        max-width: 490px;
        max-height: 54px; } }
    @media (max-width: 767px) {
      .weareinfluencer_section .weareinfluemcer_txt2 svg {
        max-width: 400px;
        max-height: 50px; } }
    @media (max-width: 575px) {
      .weareinfluencer_section .weareinfluemcer_txt2 svg {
        max-width: 320px;
        max-height: 42px; } }
  .weareinfluencer_section .weareinfluemcer_txt2 svg text {
    fill: #252525;
    stroke: #ffffff;
    stroke-width: 2px;
    transform: translate(0px, 20px);
    font-family: var(--font-anton);
    font-weight: 400;
    font-size: 80px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_txt2 svg text {
        font-size: 74px; } }
  .weareinfluencer_section .weareinfluemcer_txt3 svg {
    max-width: 296px;
    max-height: 75px;
    width: 100%;
    height: 100%; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_txt3 svg {
        max-width: 280px; } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_txt3 svg {
        max-width: 206px;
        max-height: 50px; } }
    @media (max-width: 767px) {
      .weareinfluencer_section .weareinfluemcer_txt3 svg {
        max-width: 170px;
        max-height: 50px; } }
    @media (max-width: 575px) {
      .weareinfluencer_section .weareinfluemcer_txt3 svg {
        max-width: 144px;
        max-height: 42px; } }
  .weareinfluencer_section .weareinfluemcer_txt3 svg text {
    fill: #252525;
    stroke: #ffffff;
    stroke-width: 2px;
    transform: translate(4px, 48px);
    font-family: Anton;
    font-weight: 400;
    font-size: 160px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase; }
  .weareinfluencer_section .weareinfluemcer_txt3 {
    line-height: 1; }
  .weareinfluencer_section .weareinfluemcer_txt33 {
    line-height: 1;
    color: #CCFF00;
    transform: rotate(-3deg) translateY(-7px); }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_txt33 {
        transform: rotate(-3deg) translateY(-5px); } }
  .weareinfluencer_section .weareinfluemcer_txt4 {
    display: inline-block;
    line-height: 1;
    background: #CCFF00;
    border-radius: 25px;
    position: relative;
    top: -4px; }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_txt4 {
        border-radius: 20px; } }
  .weareinfluencer_section .weareinfluemcer_txt4 svg {
    max-width: 326px;
    max-height: 72px;
    width: 100%;
    height: 100%; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_txt4 svg {
        max-width: 280px; } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_txt4 svg {
        max-width: 210px;
        max-height: 50px; } }
    @media (max-width: 767px) {
      .weareinfluencer_section .weareinfluemcer_txt4 svg {
        max-width: 200px;
        max-height: 50px; } }
    @media (max-width: 575px) {
      .weareinfluencer_section .weareinfluemcer_txt4 svg {
        max-width: 150px;
        max-height: 34px; } }
  .weareinfluencer_section .weareinfluemcer_txt4 svg text {
    fill: #ccff00;
    stroke: #252525;
    stroke-width: 4px;
    transform: translate(35px, 49px);
    font-family: Anton;
    font-weight: 400;
    font-size: 146px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase; }
  .weareinfluencer_section .weareinfluemcer_txt5 {
    display: inline-block;
    line-height: 1;
    transform: rotate(-5deg) translateY(-10px); }
  .weareinfluencer_section .weareinfluemcer_txt5 svg {
    max-width: 278px;
    width: 100%;
    max-height: 91px;
    height: 100%; }
    @media (max-width: 1399px) {
      .weareinfluencer_section .weareinfluemcer_txt5 svg {
        max-width: 250px; } }
    @media (max-width: 1199px) {
      .weareinfluencer_section .weareinfluemcer_txt5 svg {
        max-width: 200px;
        max-height: 58px; } }
    @media (max-width: 575px) {
      .weareinfluencer_section .weareinfluemcer_txt5 svg {
        max-width: 170px;
        max-height: 40px; } }
  .weareinfluencer_section .weareinfluemcer_txt5 svg text {
    fill: #252525;
    stroke: #CCFF00;
    stroke-width: 4px;
    transform: translate(2px, 45px);
    font-family: Anton;
    font-weight: 400;
    font-size: 174px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase; }

.ourprocess_section {
  background-image: url("../images/gray-bg-img.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .ourprocess_section .ourprocess_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px; }
    @media (max-width: 1199px) {
      .ourprocess_section .ourprocess_wrapper {
        gap: 14px; } }
    .ourprocess_section .ourprocess_wrapper .ourprocess_card {
      padding: 30px 24px 60px;
      max-width: 269px;
      position: relative;
      transition: all 0.5s ease-in-out;
      overflow: hidden;
      background: #101EC5; }
      @media (max-width: 1399px) {
        .ourprocess_section .ourprocess_wrapper .ourprocess_card {
          padding: 20px 16px 60px; } }
      @media (max-width: 1199px) {
        .ourprocess_section .ourprocess_wrapper .ourprocess_card {
          padding: 16px 12px 40px;
          max-width: 175px; } }
      @media (max-width: 991px) {
        .ourprocess_section .ourprocess_wrapper .ourprocess_card {
          max-width: 31.50%;
          padding: 20px 12px 40px;
          height: 330px; } }
      @media (max-width: 575px) {
        .ourprocess_section .ourprocess_wrapper .ourprocess_card {
          max-width: 100%;
          height: auto;
          padding: 20px 12px; } }
      .ourprocess_section .ourprocess_wrapper .ourprocess_card:hover .ourprocess_count svg {
        transform: scale(1.5); }
      .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_count svg {
        width: 100%;
        max-width: 63px;
        max-height: 99px;
        height: 100%;
        transition: ease-in-out 0.5s; }
        @media (max-width: 1399px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_count svg {
            max-height: 80px; } }
      .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_count text {
        font-family: Anton;
        font-weight: 400;
        font-size: 200px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        fill: transparent;
        stroke: #fff;
        stroke-width: 1px;
        transform: scale(4); }
      .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_info p {
        margin-bottom: 0;
        color: #fff;
        transition: all 0.5s ease-in-out; }
        @media (max-width: 1399px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_info p {
            line-height: 22px; } }
        @media (max-width: 1199px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_info p {
            font-size: 13px; } }
      .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_info h3 {
        font-family: var(--font-anton);
        font-weight: 400;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0px;
        word-break: break-word;
        color: #fff;
        margin-bottom: 12px;
        transition: all 0.5s ease-in-out; }
        @media (max-width: 1599px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_info h3 {
            font-size: 36px; } }
        @media (max-width: 1399px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_info h3 {
            font-size: 30px;
            line-height: 40px; } }
        @media (max-width: 1199px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_info h3 {
            font-size: 27px;
            line-height: 36px; } }
        @media (max-width: 991px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card .ourprocess_info h3 {
            font-size: 26px; } }
      .ourprocess_section .ourprocess_wrapper .ourprocess_card:nth-child(2n) {
        padding: 30px 24px;
        background: #252525; }
        @media (max-width: 1199px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card:nth-child(2n) {
            padding: 12px 16px; } }
        @media (max-width: 991px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card:nth-child(2n) {
            padding: 20px 12px 40px; } }
        @media (max-width: 575px) {
          .ourprocess_section .ourprocess_wrapper .ourprocess_card:nth-child(2n) {
            padding: 20px 12px; } }

.testimonials_section {
  background: var(--black-color-80); }
  @media (max-width: 1199px) {
    .testimonials_section .section_head_wrapper .section_title {
      order: 1; } }
  @media (max-width: 1199px) {
    .testimonials_section .section_head_wrapper .section_heading {
      order: 3;
      width: 100%; } }
  @media (max-width: 1199px) {
    .testimonials_section .section_head_wrapper .btn_line_neon {
      order: 2; } }
  .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner {
    margin: 0px 12px;
    background: #313131;
    padding: 48px;
    transition: ease-in-out 0.5s; }
    @media (max-width: 1199px) {
      .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner {
        padding: 24px; } }
    @media (max-width: 991px) {
      .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner {
        padding: 16px; } }
    @media (max-width: 767px) {
      .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner {
        margin: 0px 6px; } }
    .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner:hover {
      background: var(--blue-color); }
    .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_star {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_star {
          margin-bottom: 16px; } }
      .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_star img {
        width: 24px; }
    .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_write p {
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0px;
      color: #fff;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_write p {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_write p {
          font-size: 15px;
          margin-bottom: 24px; } }
    .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 16px; }
      .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_left {
        display: flex;
        align-items: center;
        gap: 20px; }
        @media (max-width: 575px) {
          .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_left {
            gap: 10px; } }
        .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_left .teastimonials_client_img {
          width: 70px;
          min-width: 70px;
          height: 70px;
          overflow: hidden;
          border-radius: 50%; }
          @media (max-width: 1199px) {
            .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_left .teastimonials_client_img {
              width: 60px;
              min-width: 60px;
              height: 60px; } }
          @media (max-width: 575px) {
            .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_left .teastimonials_client_img {
              width: 50px;
              min-width: 50px;
              height: 50px; } }
          .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_left .teastimonials_client_img img {
            width: 100%;
            height: 100%; }
        .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_left .teastimonials_client_info h4 {
          font-family: Anton;
          font-weight: 400;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0px;
          color: #fff;
          margin-bottom: 3px; }
        .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_left .teastimonials_client_info p {
          font-family: Poppins;
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 0px;
          color: #CCFF00;
          margin-bottom: 0; }
      .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_right {
        position: relative;
        top: 10px; }
        @media (max-width: 991px) {
          .testimonials_section .testimonials_sider .testimonials_card .testimonials_card_inner .teastimonials_client .teastimonials_client_right {
            width: 30px; } }
  .testimonials_section .testimonials_sider .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
    gap: 6px;
    line-height: 0; }
    @media (max-width: 767px) {
      .testimonials_section .testimonials_sider .slick-dots {
        margin-top: 30px; } }
    .testimonials_section .testimonials_sider .slick-dots li {
      line-height: 0; }
      .testimonials_section .testimonials_sider .slick-dots li button {
        background: #FFFFFF;
        font-size: 0px;
        border: none;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        line-height: 1;
        opacity: 0.2;
        transition: ease-in-out 0.5s; }
      .testimonials_section .testimonials_sider .slick-dots li.slick-active button {
        opacity: 1;
        background: #CCFF00; }

.joinus_section {
  padding: 249px 0px 120px;
  background-image: url("../images/joinus-bg-img.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 1399px) {
    .joinus_section {
      padding: 150px 0 100px; } }
  @media (max-width: 1199px) {
    .joinus_section {
      padding: 80px 0px; } }
  @media (max-width: 767px) {
    .joinus_section {
      padding: 60px 0px; } }
  @media (max-width: 767px) {
    .joinus_section {
      background-position: right;
      background-size: auto; } }
  .joinus_section .joinus_wrapper {
    max-width: 1024px;
    margin-left: auto;
    padding: 48px;
    background: #252525;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1399px) {
      .joinus_section .joinus_wrapper {
        max-width: 840px;
        padding: 40px; } }
    @media (max-width: 1199px) {
      .joinus_section .joinus_wrapper {
        max-width: 750px; } }
    @media (max-width: 991px) {
      .joinus_section .joinus_wrapper {
        max-width: 640px; } }
    @media (max-width: 767px) {
      .joinus_section .joinus_wrapper {
        padding: 24px; } }
    .joinus_section .joinus_wrapper:after {
      content: '';
      position: absolute;
      bottom: -11.5rem;
      right: -36px;
      max-width: 455px;
      height: 455px;
      width: 100%;
      background-image: url("../images/joinus-vector.svg");
      background-position: center;
      background-repeat: no-repeat;
      animation: zoom-in-zoom-out linear infinite 8s; }
      @media (max-width: 1399px) {
        .joinus_section .joinus_wrapper:after {
          max-width: 440px;
          height: 440px;
          background-size: 130%; } }
      @media (max-width: 1199px) {
        .joinus_section .joinus_wrapper:after {
          max-width: 400px;
          height: 400px; } }
      @media (max-width: 991px) {
        .joinus_section .joinus_wrapper:after {
          max-width: 300px;
          height: 300px;
          bottom: -5.5rem; } }
      @media (max-width: 767px) {
        .joinus_section .joinus_wrapper:after {
          max-width: 250px;
          height: 250px; } }
      @media (max-width: 575px) {
        .joinus_section .joinus_wrapper:after {
          max-width: 160px;
          height: 160px;
          bottom: -2rem; } }
    .joinus_section .joinus_wrapper .btn_line_neon {
      min-width: 143px; }

.faq_section {
  background: #252525; }
  .faq_section .faq_head_right_wrapper p {
    flex: 1;
    max-width: 830px;
    width: 100%;
    margin-left: -9rem;
    padding-bottom: 14px; }
    @media (max-width: 1599px) {
      .faq_section .faq_head_right_wrapper p {
        padding-bottom: 0px; } }
    @media (max-width: 1399px) {
      .faq_section .faq_head_right_wrapper p {
        max-width: 745px;
        margin-left: -7rem;
        line-height: 22px; } }
    @media (max-width: 991px) {
      .faq_section .faq_head_right_wrapper p {
        margin-left: 0px; } }
  .faq_section .faq_accordion_wrapper .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #646464;
    border-radius: 0; }
    @media (max-width: 767px) {
      .faq_section .faq_accordion_wrapper .accordion-item {
        margin-bottom: 24px;
        padding-bottom: 24px; } }
    @media (max-width: 575px) {
      .faq_section .faq_accordion_wrapper .accordion-item {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    .faq_section .faq_accordion_wrapper .accordion-item .accordion-button {
      background: transparent;
      padding: 0px;
      box-shadow: none; }
      .faq_section .faq_accordion_wrapper .accordion-item .accordion-button span {
        font-family: var(--font-poppins);
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0px;
        text-transform: uppercase;
        color: #CCFF00; }
        .faq_section .faq_accordion_wrapper .accordion-item .accordion-button span h4 {
          font-family: var(--font-anton);
          font-weight: 400;
          font-size: 40px;
          line-height: 48px;
          letter-spacing: 0px;
          color: #fff;
          margin-top: 10px;
          margin-bottom: 0;
          text-transform: none; }
          @media (max-width: 1399px) {
            .faq_section .faq_accordion_wrapper .accordion-item .accordion-button span h4 {
              font-size: 36px; } }
          @media (max-width: 1199px) {
            .faq_section .faq_accordion_wrapper .accordion-item .accordion-button span h4 {
              font-size: 30px; } }
          @media (max-width: 767px) {
            .faq_section .faq_accordion_wrapper .accordion-item .accordion-button span h4 {
              font-size: 24px;
              line-height: 36px; } }
          @media (max-width: 575px) {
            .faq_section .faq_accordion_wrapper .accordion-item .accordion-button span h4 {
              font-size: 20px;
              line-height: 28px; } }
      .faq_section .faq_accordion_wrapper .accordion-item .accordion-button::after {
        content: '+';
        font-family: 'poppins';
        font-weight: 400;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        width: 54px;
        height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #CCFF00;
        background-image: none; }
        @media (max-width: 1399px) {
          .faq_section .faq_accordion_wrapper .accordion-item .accordion-button::after {
            width: 42px;
            height: 42px; } }
        @media (max-width: 1199px) {
          .faq_section .faq_accordion_wrapper .accordion-item .accordion-button::after {
            width: 36px;
            height: 36px; } }
        @media (max-width: 767px) {
          .faq_section .faq_accordion_wrapper .accordion-item .accordion-button::after {
            width: 28px;
            height: 28px;
            font-size: 20px; } }
      .faq_section .faq_accordion_wrapper .accordion-item .accordion-button:not(.collapsed)::after {
        content: '-'; }
    .faq_section .faq_accordion_wrapper .accordion-item .accordion-collapse .accordion-body {
      padding: 20px 0 0; }
      .faq_section .faq_accordion_wrapper .accordion-item .accordion-collapse .accordion-body p {
        color: #fff;
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0px;
        margin-bottom: 0; }
    .faq_section .faq_accordion_wrapper .accordion-item:last-child {
      margin-bottom: 0px; }

.getintouch_section {
  background-image: url("../images/gray-bg-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .getintouch_section .getintouch_left_wrapper {
    background: #252525;
    padding: 48px; }
    @media (max-width: 1199px) {
      .getintouch_section .getintouch_left_wrapper {
        padding: 36px; } }
    @media (max-width: 575px) {
      .getintouch_section .getintouch_left_wrapper {
        padding: 24px; } }
  .getintouch_section .ourcontact_info .ourcontact_info_inner {
    margin-bottom: 28px; }
    .getintouch_section .ourcontact_info .ourcontact_info_inner h4 {
      font-family: var(--font-anton);
      font-weight: 400;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 0px;
      color: var(--blue-color);
      margin-bottom: 12px; }
    .getintouch_section .ourcontact_info .ourcontact_info_inner h6 {
      font-family: var(--font-poppins);
      font-weight: 600;
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 0;
      margin-bottom: 0;
      white-space: normal;
      word-break: break-word; }
      @media (max-width: 1599px) {
        .getintouch_section .ourcontact_info .ourcontact_info_inner h6 {
          font-size: 15px; } }
      @media (max-width: 1199px) {
        .getintouch_section .ourcontact_info .ourcontact_info_inner h6 {
          font-size: 14px; } }
  .getintouch_section .subscribe_now_wrapper {
    background: #313131;
    padding: 76px 0px;
    border-radius: 25px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .getintouch_section .subscribe_now_wrapper {
        padding: 40px 40px 40px 0px; } }
    @media (max-width: 767px) {
      .getintouch_section .subscribe_now_wrapper {
        padding: 28px; } }
    @media (max-width: 767px) {
      .getintouch_section .subscribe_now_wrapper {
        padding: 24px; } }
    .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper h3 {
      margin-bottom: 14px;
      text-transform: inherit; }
      @media (max-width: 575px) {
        .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper h3 {
          line-height: 40px; } }
    .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper p {
      margin-bottom: 36px; }
      @media (max-width: 767px) {
        .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper p {
          margin-bottom: 30px; } }
      @media (max-width: 575px) {
        .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper p {
          margin-bottom: 16px; } }
    .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper .subscribe_now_control {
      display: flex; }
      @media (max-width: 575px) {
        .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper .subscribe_now_control {
          flex-wrap: wrap;
          flex-direction: column;
          gap: 16px; } }
      .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper .subscribe_now_control .custom_input {
        flex: 1; }
        .getintouch_section .subscribe_now_wrapper .subscribe_now_left_wrapper .subscribe_now_control .custom_input .form-control {
          padding: 16px 16px 16px 0px;
          border-bottom: 2px solid var(--neon-color) !important; }
    .getintouch_section .subscribe_now_wrapper:before {
      content: '';
      position: absolute;
      bottom: -7.65rem;
      left: -1.75rem;
      width: 400px;
      height: 400px;
      border: 8px solid var(--neon-color);
      border-radius: 50%;
      background-image: url("../images/logo-icon.svg");
      background-size: 175px;
      background-position: center;
      background-repeat: no-repeat;
      animation: zoom-in-zoom-out linear infinite 4s;
      transform-box: fill-box;
      transform-origin: center; }
      @media (max-width: 1399px) {
        .getintouch_section .subscribe_now_wrapper:before {
          width: 350px;
          height: 350px; } }
      @media (max-width: 1199px) {
        .getintouch_section .subscribe_now_wrapper:before {
          width: 280px;
          height: 280px; } }
      @media (max-width: 991px) {
        .getintouch_section .subscribe_now_wrapper:before {
          width: 200px;
          height: 200px;
          bottom: -1.65rem;
          left: -3.75rem;
          background-size: 100px; } }
      @media (max-width: 767px) {
        .getintouch_section .subscribe_now_wrapper:before {
          display: none; } }

.offcanvas.search_popup_wrapper {
  height: auto;
  max-height: 640px;
  padding: 9vw 0px;
  background: var(--black-color-80);
  border: none;
  overflow: auto; }
  @media (max-width: 1199px) {
    .offcanvas.search_popup_wrapper {
      max-height: 450px;
      padding: 6vw 0px; } }
  @media (max-width: 991px) {
    .offcanvas.search_popup_wrapper {
      max-height: 380px; } }
  @media (max-width: 767px) {
    .offcanvas.search_popup_wrapper {
      max-height: 510px; } }
  @media (max-width: 575px) {
    .offcanvas.search_popup_wrapper {
      max-height: 518px;
      padding: 12vw 0px; } }
  .offcanvas.search_popup_wrapper .categories_list {
    display: inline-block;
    margin: 10px; }
    @media (max-width: 575px) {
      .offcanvas.search_popup_wrapper .categories_list {
        margin: 6px; } }
    .offcanvas.search_popup_wrapper .categories_list label {
      border-color: var(--white-color);
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 0px;
      color: var(--white-color);
      padding: 10px 20px; }
      @media (max-width: 575px) {
        .offcanvas.search_popup_wrapper .categories_list label {
          padding: 8px 12px; } }
      .offcanvas.search_popup_wrapper .categories_list label:hover {
        border-color: var(--neon-color);
        background: transparent;
        color: var(--neon-color); }
    .offcanvas.search_popup_wrapper .categories_list .btn-check:checked + label.btn {
      background: var(--neon-color);
      color: var(--blacl-color-80);
      border-color: var(--neon-color); }
  .offcanvas.search_popup_wrapper .selectplatform_dropdown .dropdown-toggle {
    width: 100%;
    border: none;
    border-bottom: 2px solid var(--neon-color);
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black-color-50);
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 11px 0px;
    outline: none;
    box-shadow: none;
    gap: 10px; }
    .offcanvas.search_popup_wrapper .selectplatform_dropdown .dropdown-toggle:after {
      color: var(--white-color);
      margin-left: auto; }
    .offcanvas.search_popup_wrapper .selectplatform_dropdown .dropdown-toggle.selected {
      color: var(--white-color); }
  .offcanvas.search_popup_wrapper .selectplatform_dropdown .dropdown-menu {
    flex-direction: column;
    width: 100%;
    border-radius: 0px;
    padding: 0px; }
    .offcanvas.search_popup_wrapper .selectplatform_dropdown .dropdown-menu .dropdown-item {
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0px;
      color: var(--white-color);
      border-bottom: 2px solid var(--neon-color);
      background: var(--blue-color);
      padding: 23px 20px;
      cursor: pointer;
      transition: ease-in-out 0.25s;
      display: flex;
      align-items: center;
      gap: 10px; }
      .offcanvas.search_popup_wrapper .selectplatform_dropdown .dropdown-menu .dropdown-item:hover {
        color: var(--neon-color); }
  .offcanvas.search_popup_wrapper .offcanvas-body {
    overflow-y: visible; }
  .offcanvas.search_popup_wrapper .offcanvas-header .btn-close {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    background-color: var(--neon-color);
    background-image: url("../images/offcanvas-blue-close-icon.svg");
    background-size: 20px;
    border-radius: 0px;
    opacity: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none; }
    @media (max-width: 1199px) {
      .offcanvas.search_popup_wrapper .offcanvas-header .btn-close {
        width: 40px;
        height: 40px;
        background-size: 16px;
        top: 10px;
        bottom: auto;
        right: 10px;
        left: auto; } }
    @media (max-width: 575px) {
      .offcanvas.search_popup_wrapper .offcanvas-header .btn-close {
        width: 34px;
        height: 34px;
        top: 4px;
        right: 4px; } }

.ourcreators_Left_wrapper {
  background: #FFFFFF80;
  border: 1px solid #FFFFFFBF;
  padding: 24px;
  position: sticky;
  top: 7.5rem; }
  @media (max-width: 1199px) {
    .ourcreators_Left_wrapper {
      top: 6.5rem;
      max-height: 85vh;
      overflow: auto; } }
  @media (max-width: 767px) {
    .ourcreators_Left_wrapper {
      max-height: 100%;
      padding: 16px; } }
  .ourcreators_Left_wrapper .ourcreators_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    border-bottom: 1px solid #25252526;
    margin-bottom: 24px;
    padding-bottom: 24px; }
    .ourcreators_Left_wrapper .ourcreators_filter .btn_line_blue {
      padding: 8px 20px; }
  .ourcreators_Left_wrapper .ourcreators_search {
    border-bottom: 1px solid #25252526;
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .ourcreators_Left_wrapper .ourcreators_accordion {
    border: none;
    background: transparent; }
    .ourcreators_Left_wrapper .ourcreators_accordion .accordion-item {
      background: transparent;
      border: none;
      border-bottom: 1px solid #25252526;
      padding-bottom: 24px;
      margin-bottom: 24px; }
      .ourcreators_Left_wrapper .ourcreators_accordion .accordion-item .accordion-header .accordion-button {
        padding: 0px;
        background: transparent;
        box-shadow: none;
        font-family: var(--font-anton);
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        color: var(--black-color-80); }
        .ourcreators_Left_wrapper .ourcreators_accordion .accordion-item .accordion-header .accordion-button::after {
          background-image: url("../images/down-arrow-icon.svg");
          background-size: 9px;
          background-position: center; }
      .ourcreators_Left_wrapper .ourcreators_accordion .accordion-item .accordion-body {
        padding: 12px 0px 0px; }
      .ourcreators_Left_wrapper .ourcreators_accordion .accordion-item:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .ourcreators_Left_wrapper .ourcreators_accordion .custom_checkbox {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px; }
      .ourcreators_Left_wrapper .ourcreators_accordion .custom_checkbox label {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0px;
        display: inline-flex;
        align-items: center;
        gap: 10px; }
      .ourcreators_Left_wrapper .ourcreators_accordion .custom_checkbox input.form-check-input {
        margin-top: 0px; }
      .ourcreators_Left_wrapper .ourcreators_accordion .custom_checkbox:last-child {
        margin-bottom: 0px; }
    .ourcreators_Left_wrapper .ourcreators_accordion .categories_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 6px; }
    .ourcreators_Left_wrapper .ourcreators_accordion .price_range_wrapper {
      overflow: hidden;
      padding-bottom: 14px; }
      .ourcreators_Left_wrapper .ourcreators_accordion .price_range_wrapper .range-label {
        font-family: var(--font-poppins);
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: var(--black-color-80);
        margin-bottom: 20px; }

.categories_list label.btn {
  border: 1px solid var(--black-color-80);
  border-radius: 0px;
  padding: 10px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--black-color-80);
  transition: ease-in-out 0.5s; }
  .categories_list label.btn:hover {
    background: var(--neon-color); }
.categories_list .btn-check:checked + .btn {
  background: var(--black-color-80);
  color: var(--white-color); }

.ourcreators_card {
  border: 1px solid #FFFFFFBF;
  background: #FFFFFF80;
  padding: 24px;
  transition: ease-in-out 0.5s;
  margin-bottom: 24px; }
  @media (max-width: 991px) {
    .ourcreators_card {
      padding: 12px; } }
  .ourcreators_card .ourcreators_img {
    width: 100%;
    height: 294px;
    overflow: hidden;
    margin-bottom: 24px; }
    .ourcreators_card .ourcreators_img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      transition: ease-in-out 0.5s;
      background-color: #e3e3e37a; }
  .ourcreators_card .ourcreators_info .ourcreators_info_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #25252526;
    padding-bottom: 12px;
    margin-bottom: 12px; }
  .ourcreators_card .ourcreators_info h6 {
    font-family: Anton;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #252525;
    margin-bottom: 6px; }
  .ourcreators_card .ourcreators_info .ourcreators_info_left_inner {
    flex: 1; }
  .ourcreators_card .ourcreators_info p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #646464;
    margin-bottom: 0; }
  .ourcreators_card .ourcreators_info .ourcreators_info_right_inner h6 {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 6px; }
    @media (max-width: 767px) {
      .ourcreators_card .ourcreators_info .ourcreators_info_right_inner h6 {
        font-size: 18px; } }
  .ourcreators_card .ourcreators_info .ourcreators_subinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px; }
    .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_social_link {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap; }
      .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_social_link a {
        border: 1px solid #25252526;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        transition: ease-in-out 0.5s; }
        .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_social_link a:hover {
          border-color: var(--blue-color); }
          .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_social_link a:hover svg path {
            fill: var(--blue-color); }
        .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_social_link a svg path {
          transition: ease-in-out 0.5s; }
    .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_tag {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0px;
      padding: 11px 6px;
      display: inline-flex; }
      .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_tag.red {
        background: #FF00001A;
        color: #FF0000; }
      .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_tag.purple {
        background: #9747FF1A;
        color: #9747FF; }
      .ourcreators_card .ourcreators_info .ourcreators_subinner .ourcreators_tag.yellow {
        background: #A1830D1A;
        color: #A1830D; }
  .ourcreators_card:hover .ourcreators_img img {
    transform: scale(1.05); }

.offcanvas.custom_offcanvas {
  max-width: 576px;
  width: 100%;
  background-image: url("../images/gray-bg-img.jpg"); }
  .offcanvas.custom_offcanvas .offcanvas-header {
    padding: 0; }
    .offcanvas.custom_offcanvas .offcanvas-header .btn-close {
      position: absolute;
      right: 25px;
      top: 25px;
      width: 50px;
      height: 50px;
      z-index: 1;
      padding: 0;
      background-color: var(--blue-color);
      background-image: url("../images/offcanvas-close-icon.svg");
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 0;
      opacity: 1; }
      @media (max-width: 767px) {
        .offcanvas.custom_offcanvas .offcanvas-header .btn-close {
          right: 10px;
          top: 10px;
          width: 36px;
          height: 36px; } }
      @media (max-width: 575px) {
        .offcanvas.custom_offcanvas .offcanvas-header .btn-close {
          width: 30px;
          height: 30px;
          background-size: 16px; } }
  .offcanvas.custom_offcanvas .offcanvas-body {
    padding: 50px; }
    @media (max-width: 767px) {
      .offcanvas.custom_offcanvas .offcanvas-body {
        padding: 40px; } }
    @media (max-width: 575px) {
      .offcanvas.custom_offcanvas .offcanvas-body {
        padding: 20px; } }
    .offcanvas.custom_offcanvas .offcanvas-body .creators_card {
      border: 1px solid #25252526;
      background: #FFFFFF80;
      position: relative; }
      .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_banner_img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100px;
        overflow: hidden; }
        .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_banner_img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_banner_img:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #252525;
          opacity: 0.56; }
      .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 36px 12px 24px; }
        @media (max-width: 575px) {
          .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info {
            padding: 24px 12px 24px;
            flex-direction: column; } }
        .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_img {
          width: 110px;
          height: 110px;
          border: 4px solid #fff;
          overflow: hidden;
          border-radius: 50%; }
          .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner {
          flex: 1;
          display: flex;
          flex-direction: column;
          gap: 16px; }
          @media (max-width: 575px) {
            .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner {
              width: 100%; } }
          .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding-top: 8px; }
            .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_intro {
              flex: 1; }
              .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_intro .creator_name_row {
                display: flex;
                align-items: center;
                gap: 5px; }
                .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_intro .creator_name_row .creator_name {
                  font-family: Anton;
                  font-weight: 400;
                  font-size: 20px;
                  line-height: 100%;
                  letter-spacing: 0px;
                  color: #fff; }
                  @media (max-width: 575px) {
                    .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_intro .creator_name_row .creator_name {
                      color: var(--black-color-80); } }
              @media (max-width: 575px) {
                .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_intro .creator-location {
                  color: var(--black-color-80) !important; } }
              @media (max-width: 575px) {
                .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_intro .creator-location svg {
                  fill: var(--black-color-80) !important; } }
            .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_socials {
              display: inline-flex;
              align-items: center;
              gap: 6px; }
              .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_socials .creator_social_icon {
                width: 30px;
                height: 30px;
                border: 1px solid #CCFF00;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                transition: ease-in-out 0.5s; }
                @media (max-width: 575px) {
                  .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_socials .creator_social_icon {
                    border: 1px solid #000000; } }
                .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_socials .creator_social_icon img {
                  transition: ease-in-out 0.5s; }
                  @media (max-width: 575px) {
                    .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_socials .creator_social_icon img {
                      filter: brightness(0); } }
                .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_socials .creator_social_icon:hover {
                  background: #ccff00; }
                  .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_info_subinner .creator_socials .creator_social_icon:hover img {
                    filter: invert(1); }
          .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_taglike_wrapper .creator_likes {
            border: 1px solid #101EC5;
            padding: 7px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            position: relative; }
            .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_taglike_wrapper .creator_likes span {
              font-family: Poppins;
              font-weight: 600;
              font-size: 14px;
              line-height: 100%;
              letter-spacing: 0px;
              color: #101EC5; }
            .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_taglike_wrapper .creator_likes img {
              width: 18px;
              height: 18px;
              position: absolute;
              top: -7px;
              right: -7px;
              background: #101EC5;
              border-radius: 50%;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              padding: 2px; }
      .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_deatils ul {
        list-style: none;
        padding: 0px 24px 24px;
        margin-bottom: 0; }
        @media (max-width: 575px) {
          .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_deatils ul {
            padding: 0px 12px 24px; } }
        .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_deatils ul li {
          font-family: var(--font-poppins);
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          letter-spacing: 0px;
          color: #646464; }
    .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_tags .creator_tag,
    .offcanvas.custom_offcanvas .offcanvas-body .creators_card .creator_info .creator_info_inner .creator_tags {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0px;
      color: #101EC5;
      text-decoration: none; }
    .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper {
      border: 1px solid #25252526;
      background: #FFFFFF80; }
      .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_head {
        background: #252525;
        padding: 24px; }
        @media (max-width: 575px) {
          .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_head {
            padding: 16px; } }
      .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body {
        padding: 24px; }
        @media (max-width: 575px) {
          .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body {
            padding: 16px; } }
        .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body .custom_input .form-control {
          padding: 10px 0px; }
        .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body .custom_input .input-icon {
          position: absolute;
          top: 10px;
          left: 0;
          color: #646464;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: 2px;
          font-family: 'Poppins';
          font-weight: 600; }
          .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body .custom_input .input-icon + .form-control {
            padding-left: 15px; }
        .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body .custom_input select.form-select.form-control {
          padding: 13px 2px; }
        .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body .upload_btn_wrapper {
          position: relative;
          overflow: hidden;
          display: inline-block;
          max-width: 122px;
          width: 100%;
          height: 122px;
          margin-top: 12px;
          cursor: pointer; }
          .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body .upload_btn_wrapper .btn {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #101EC5;
            border-radius: 0px;
            cursor: pointer; }
          .offcanvas.custom_offcanvas .offcanvas-body .makeoffer_wrapper .makeoffer_body .upload_btn_wrapper input[type=file] {
            font-size: 100px;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0; }

.cb_detail_section {
  padding: 30px 0px 50px; }
  @media (max-width: 575px) {
    .cb_detail_section {
      padding: 30px 0px; } }
  .cb_detail_section .cb_detail_wrapper hr {
    border-top-color: #FFFFFF26;
    opacity: 1; }
  .cb_detail_section .cb_detail_wrapper .cb_img {
    width: 150px;
    height: 150px;
    margin: 0px auto 16px;
    border: 2px solid #CCFF00;
    border-radius: 50%;
    overflow: hidden;
    background: #252525; }
    @media (max-width: 991px) {
      .cb_detail_section .cb_detail_wrapper .cb_img {
        width: 125px;
        height: 125px; } }
    .cb_detail_section .cb_detail_wrapper .cb_img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .cb_detail_section .cb_detail_wrapper .cb_detail_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .cb_detail_section .cb_detail_wrapper .cb_detail_info {
        flex-direction: column;
        gap: 16px; } }
    .cb_detail_section .cb_detail_wrapper .cb_detail_info .cb_social_link {
      flex: 1; }
      .cb_detail_section .cb_detail_wrapper .cb_detail_info .cb_social_link a {
        border: 1px solid #CCFF0026;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        transition: ease-in-out 0.5s; }
        .cb_detail_section .cb_detail_wrapper .cb_detail_info .cb_social_link a img {
          transition: ease-in-out 0.5s; }
        .cb_detail_section .cb_detail_wrapper .cb_detail_info .cb_social_link a:hover {
          background: #ccff00; }
          .cb_detail_section .cb_detail_wrapper .cb_detail_info .cb_social_link a:hover img {
            filter: invert(1); }
    .cb_detail_section .cb_detail_wrapper .cb_detail_info .cb_title {
      font-family: Anton;
      font-weight: 400;
      font-size: 32px;
      line-height: 100%;
      letter-spacing: 0px;
      color: #fff;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      max-width: 700px; }
    .cb_detail_section .cb_detail_wrapper .cb_detail_info .cb_tags {
      flex: 1; }
      .cb_detail_section .cb_detail_wrapper .cb_detail_info .cb_tags label {
        background: #CCFF001A;
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        color: #CCFF00;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: right;
        padding: 11px 10px; }
  .cb_detail_section .cb_detail_wrapper .cb_address {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #CCFF00; }
  .cb_detail_section .cb_detail_wrapper .cb_result_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 575px) {
      .cb_detail_section .cb_detail_wrapper .cb_result_detail {
        flex-direction: column;
        gap: 20px; } }
    .cb_detail_section .cb_detail_wrapper .cb_result_detail .cb_result_inner {
      border-right: 1px solid #FFFFFF26;
      padding: 0px 48px; }
      @media (max-width: 767px) {
        .cb_detail_section .cb_detail_wrapper .cb_result_detail .cb_result_inner {
          padding: 0px 24px; } }
      @media (max-width: 575px) {
        .cb_detail_section .cb_detail_wrapper .cb_result_detail .cb_result_inner {
          padding: 0px 20px 16px;
          border-bottom: 1px solid #FFFFFF26;
          border-right: 0px;
          width: 100%; } }
      .cb_detail_section .cb_detail_wrapper .cb_result_detail .cb_result_inner h4 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        color: #fff; }
      .cb_detail_section .cb_detail_wrapper .cb_result_detail .cb_result_inner p {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        color: #fff;
        margin-bottom: 0; }
      .cb_detail_section .cb_detail_wrapper .cb_result_detail .cb_result_inner:last-child {
        border-right: none; }
        @media (max-width: 575px) {
          .cb_detail_section .cb_detail_wrapper .cb_result_detail .cb_result_inner:last-child {
            padding-bottom: 0px;
            border-bottom: 0px; } }
  .cb_detail_section .cb_detail_wrapper .cb_bio ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .cb_detail_section .cb_detail_wrapper .cb_bio ul li {
      font-family: Poppins;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0px;
      color: #EEEEEE; }

.cb_tab_section {
  padding-top: 50px;
  background-image: url("../images/gray-bg-img.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat; }
  @media (max-width: 767px) {
    .cb_tab_section {
      padding-top: 40px; } }

.dashboard_tabs_wrapper {
  display: flex;
  align-items: end;
  gap: 24px;
  background: #FFFFFF80;
  border: 1px solid #FFFFFFBF;
  padding: 24px;
  margin-bottom: 24px; }
  @media (max-width: 1399px) {
    .dashboard_tabs_wrapper {
      flex-direction: column-reverse; } }
  @media (max-width: 1199px) {
    .dashboard_tabs_wrapper {
      padding: 16px; } }
  @media (max-width: 991px) {
    .dashboard_tabs_wrapper {
      padding: 10px; } }
  .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper {
    flex: 1; }
    @media (max-width: 1399px) {
      .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper {
        width: 100%; } }
    .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav {
      justify-content: space-between;
      gap: 36px;
      border-bottom: 1px solid #B9B9B9; }
      @media (max-width: 1599px) {
        .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav {
          gap: 20px; } }
      @media (max-width: 1199px) {
        .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav {
          gap: 16px; } }
      @media (max-width: 767px) {
        .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav {
          justify-content: center;
          gap: 16px 24px; } }
      .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item {
        width: auto;
        max-width: none; }
        .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item:first-child {
          flex: none;
          width: 90px; }
        .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link {
          font-family: var(--font-poppins);
          font-weight: 500;
          font-size: 16px;
          line-height: 23px;
          letter-spacing: 0px;
          color: #252525;
          padding: 15px 0px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          border: none; }
          @media (max-width: 1199px) {
            .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link {
              gap: 6px;
              font-size: 15px; } }
          @media (max-width: 991px) {
            .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link {
              gap: 6px;
              font-size: 14px; } }
          @media (max-width: 767px) {
            .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link {
              font-size: 16px; } }
          @media (max-width: 991px) {
            .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link svg {
              display: none; } }
          .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link svg path {
            transition: ease-in-out 0.25s; }
          .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link:hover svg path, .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link.active svg path {
            fill: var(--blue-color); }
          .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link:hover svg.stroke path, .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link.active svg.stroke path {
            stroke: var(--blue-color); }
          .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link:hover svg rect, .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link.active svg rect {
            stroke: var(--blue-color); }
    .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper.business .nav {
      gap: 18px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper.business .nav {
          gap: 12px 40px;
          justify-content: center; } }
      .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper.business .nav .nav-item .nav-link {
        gap: 5px; }
        @media (max-width: 1599px) {
          .dashboard_tabs_wrapper .dashboard_tabs_left_wrapper.business .nav .nav-item .nav-link svg {
            display: none; } }
  .dashboard_tabs_wrapper .dashboard_tabs_right_wrapper {
    max-width: 318px;
    width: 100%; }
    @media (max-width: 1599px) {
      .dashboard_tabs_wrapper .dashboard_tabs_right_wrapper {
        max-width: 280px; } }
    @media (max-width: 1399px) {
      .dashboard_tabs_wrapper .dashboard_tabs_right_wrapper {
        max-width: 100%; } }
    .dashboard_tabs_wrapper .dashboard_tabs_right_wrapper .custom_input svg {
      position: absolute;
      top: 14px;
      left: 0; }
    .dashboard_tabs_wrapper .dashboard_tabs_right_wrapper .custom_input input.form-control {
      padding: 11px 0px 16px 26px; }

.dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link.active,
.dashboard_tabs_wrapper .dashboard_tabs_left_wrapper .nav .nav-item .nav-link:hover {
  color: var(--blue-color); }

.dashboard_card {
  border: 1px solid #FFFFFFBF;
  background: #FFFFFF80;
  padding: 24px;
  transition: ease-in-out 0.5s;
  margin-bottom: 48px; }
  @media (max-width: 1399px) {
    .dashboard_card {
      padding: 16px;
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .dashboard_card {
      margin-bottom: 24px; } }
  .dashboard_card .dashboard_left_inner {
    flex: 1; }
    .dashboard_card .dashboard_left_inner h6 {
      font-family: var(--font-poppins);
      line-height: 28px;
      color: #252525;
      margin-bottom: 12px; }
      @media (max-width: 1599px) {
        .dashboard_card .dashboard_left_inner h6 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .dashboard_card .dashboard_left_inner h6 {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .dashboard_card .dashboard_left_inner h6 {
          line-height: 20px; } }
    .dashboard_card .dashboard_left_inner h2 {
      color: #252525;
      line-height: 58px;
      margin-bottom: 0; }
  .dashboard_card .dashboard_right_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px; }
    @media (max-width: 1399px) {
      .dashboard_card .dashboard_right_wrapper h2 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .dashboard_card .dashboard_right_wrapper h2 {
        font-size: 26px; } }
    .dashboard_card .dashboard_right_wrapper .dashboard_right_inner {
      background: #c7caeb;
      width: 60px;
      height: 60px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .dashboard_card .dashboard_right_wrapper .dashboard_right_inner {
          width: 50px;
          height: 50px; } }
  .dashboard_card:hover {
    box-shadow: 0px 3px 10px 0px #00000038; }
  .dashboard_card.blue {
    border-color: var(--blue-color);
    background: var(--blue-color); }
    .dashboard_card.blue .dashboard_right_inner {
      background: #ccff003b; }
  .dashboard_card.black {
    border-color: var(--black-color-80);
    background: var(--black-color-80); }
    .dashboard_card.black .dashboard_right_inner {
      background: #ccff003b; }
  .dashboard_card.neon {
    border-color: var(--neon-color);
    background: var(--neon-color); }
    .dashboard_card.neon .dashboard_right_inner {
      background: #101ec52e; }

.dashboard_card.blue .dashboard_left_inner h6,
.dashboard_card.blue .dashboard_left_inner h2,
.dashboard_card.black .dashboard_left_inner h6,
.dashboard_card.black .dashboard_left_inner h2 {
  color: var(--white-color); }

.cb_card {
  border: 1px solid #FFFFFFBF;
  background: #FFFFFF80;
  padding: 24px;
  margin-bottom: 24px;
  transition: ease-in-out 0.5s; }
  .cb_card:hover {
    box-shadow: 0px 3px 10px 0px #00000038; }

.cb_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px; }
  @media (max-width: 575px) {
    .cb_head {
      flex-direction: column;
      width: 100%;
      margin-bottom: 16px; } }
  .cb_head .cb_head_left {
    flex: 1;
    display: inline-flex;
    align-items: center;
    gap: 16px; }
    @media (max-width: 575px) {
      .cb_head .cb_head_left {
        width: 100%; } }
    .cb_head .cb_head_left .cb_img {
      width: 74px;
      min-width: 74px;
      height: 74px;
      background: #252525;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .cb_head .cb_head_left .cb_img img {
        object-fit: contain;
        object-position: center; }
    .cb_head .cb_head_left .cb_brand_intro h5 {
      font-family: Anton;
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0px;
      color: #252525;
      display: inline-flex;
      gap: 5px; }
    .cb_head .cb_head_left .cb_brand_intro p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0px;
      margin-bottom: 0px;
      color: #646464; }
  @media (max-width: 575px) {
    .cb_head .cb_head_right {
      width: 100%; } }
  .cb_head .cb_head_right label {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 10px;
    border: 1px solid; }
    @media (max-width: 575px) {
      .cb_head .cb_head_right label {
        width: 100%;
        text-align: center; } }
    .cb_head .cb_head_right label.completed {
      border-color: #34A853;
      background: #34A8531A;
      color: #34A853; }
    .cb_head .cb_head_right label.activedeal {
      border-color: #C837AB;
      background: #C837AB1A;
      color: #C837AB; }
    .cb_head .cb_head_right label.opendeal {
      border-color: #9747FF;
      background: #9747FF1A;
      color: #9747FF; }
    .cb_head .cb_head_right label.pendingreview {
      border-color: #A1830D;
      background: #A1830D1A;
      color: #A1830D; }
    .cb_head .cb_head_right label.expired {
      border-color: #1977F3;
      background: #1977F31A;
      color: #1977F3; }
    .cb_head .cb_head_right label.expired {
      border-color: #1977F3;
      background: #1977F31A;
      color: #1977F3; }
    .cb_head .cb_head_right label.declined {
      border-color: #FF0000;
      background: #FF00001A;
      color: #FF0000; }

.cb_list ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .cb_list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px; }
    .cb_list ul li label {
      font-family: Poppins;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
      color: #646464; }
    .cb_list ul li span {
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0px;
      color: #252525; }
    .cb_list ul li .product_photos {
      display: inline-flex;
      align-items: center;
      gap: 6px; }
      .cb_list ul li .product_photos img {
        width: 30px;
        height: 30px;
        border: 1px solid #25252533;
        object-fit: cover; }

.cb_highlight {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #101EC5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.cb_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px; }
  @media (max-width: 1599px) {
    .cb_buttons {
      gap: 12px; } }
  @media (max-width: 991px) {
    .cb_buttons {
      gap: 24px; } }
  @media (max-width: 575px) {
    .cb_buttons {
      gap: 16px;
      flex-direction: column; } }
  .cb_buttons a {
    padding: 15px 17px;
    width: 100%;
    flex: 1; }

.cb_btn_text {
  min-width: 196px;
  max-width: 244px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  display: flex;
  gap: 24px; }
  @media (max-width: 1599px) {
    .cb_btn_text {
      gap: 12px; } }
  @media (max-width: 991px) {
    .cb_btn_text {
      gap: 24px; } }
  @media (max-width: 575px) {
    .cb_btn_text {
      gap: 16px; } }
  @media (max-width: 575px) {
    .cb_btn_text {
      width: 100%;
      max-width: 100%;
      justify-content: center; } }

.cb_completed {
  color: #34A853; }

.cb_expired {
  color: #1977F3; }

.cb_declined {
  color: #FF0000; }

.editprofile_left_wrapper .profile_container {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 4px solid var(--neon-color);
  background: var(--white-color);
  cursor: pointer;
  margin-left: auto; }
  @media (max-width: 1199px) {
    .editprofile_left_wrapper .profile_container {
      max-width: 200px;
      max-height: 200px; } }
  @media (max-width: 767px) {
    .editprofile_left_wrapper .profile_container {
      margin-right: auto; } }
  @media (max-width: 575px) {
    .editprofile_left_wrapper .profile_container {
      max-width: 150px;
      max-height: 150px; } }
  .editprofile_left_wrapper .profile_container img {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 220px;
    object-fit: cover;
    border-radius: 50%; }
    @media (max-width: 1199px) {
      .editprofile_left_wrapper .profile_container img {
        max-width: 200px;
        max-height: 200px; } }
    @media (max-width: 575px) {
      .editprofile_left_wrapper .profile_container img {
        max-width: 150px;
        max-height: 150px; } }
  .editprofile_left_wrapper .profile_container .upload_overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--blue-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid var(--white-color); }
    @media (max-width: 575px) {
      .editprofile_left_wrapper .profile_container .upload_overlay {
        width: 50px;
        height: 50px; } }
    .editprofile_left_wrapper .profile_container .upload_overlay img {
      width: auto;
      height: auto;
      border-radius: 0px; }
      @media (max-width: 575px) {
        .editprofile_left_wrapper .profile_container .upload_overlay img {
          width: 24px; } }
  .editprofile_left_wrapper .profile_container input[type="file"] {
    display: none; }
.editprofile_left_wrapper .remove_btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #FF0000;
  color: var(--white-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  display: none;
  font-family: var(--font-poppins); }

@media (max-width: 991px) {
  .editprofile_right_wrapper .btn_blue.min_w_220,
  .editprofile_right_wrapper .btn_line_blue.min_w_220 {
    min-width: 180px; } }
@media (max-width: 575px) {
  .editprofile_right_wrapper .btn_blue.min_w_220,
  .editprofile_right_wrapper .btn_line_blue.min_w_220 {
    width: 100%; } }

.connect_wrapper .connect_inner {
  display: flex;
  gap: 125px;
  flex-wrap: wrap; }
  @media (max-width: 575px) {
    .connect_wrapper .connect_inner {
      gap: 50px; } }
  .connect_wrapper .connect_inner a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: none;
    color: var(--black-color-80);
    transition: ease-in-out 0.25s; }
    .connect_wrapper .connect_inner a:hover {
      color: var(--blue-color); }

.creatorsdashboard_input .form-control {
  padding: 11px 0px; }

.connect_stripe_btn {
  border: 1px solid #25252533;
  background: #6772E5;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-transform: none; }
  @media (max-width: 575px) {
    .connect_stripe_btn {
      padding: 12px 16px;
      font-size: 16px; } }
  .connect_stripe_btn img:first-child {
    padding-right: 36px;
    border-right: 1px solid #FFFFFF;
    margin-right: 39px;
    filter: brightness(0) invert(1); }
    @media (max-width: 575px) {
      .connect_stripe_btn img:first-child {
        padding-right: 12px;
        margin-right: 12px; } }
  .connect_stripe_btn img:last-child {
    margin-left: auto;
    filter: brightness(0) invert(1); }

.or_separator:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: calc(50% - 18px);
  height: 1px;
  background: #B9B9B9; }
.or_separator:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: calc(50% - 18px);
  height: 1px;
  background: #B9B9B9; }

.connect_paypal_btn {
  border: 1px solid #25252533;
  display: flex;
  align-items: center;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: none; }
  @media (max-width: 575px) {
    .connect_paypal_btn {
      padding: 12px 16px;
      font-size: 16px; } }
  .connect_paypal_btn img {
    border-right: 1px solid #25252533;
    padding-right: 29px;
    margin-right: 34px;
    transition: ease-in-out 0.25s; }
    @media (max-width: 575px) {
      .connect_paypal_btn img {
        padding-right: 12px;
        margin-right: 12px; } }
  .connect_paypal_btn:hover img {
    filter: brightness(1) invert(1);
    transition: ease-in-out 0.5s;
    border-color: var(--black-color-80); }

.timeline_wrapper .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .timeline_wrapper .timeline::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(to bottom, #B9B9B9 0 8px, transparent 8px 16px);
    z-index: 0; }
  .timeline_wrapper .timeline li {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 48px;
    margin-bottom: 8px;
    z-index: 1; }
    .timeline_wrapper .timeline li .dot {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #B9B9B9;
      background: #fff;
      margin-right: 14px;
      margin-top: 0;
      position: relative;
      z-index: 2;
      transition: background 0.2s, border-color 0.2s; }
    .timeline_wrapper .timeline li.active .dot {
      background: #101EC5;
      border-color: #101EC5; }
    .timeline_wrapper .timeline li .content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 2px;
      font-family: var(--font-poppins);
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0px;
      padding-top: 3px; }
      .timeline_wrapper .timeline li .content .title {
        font-weight: 500;
        color: #252525; }
      .timeline_wrapper .timeline li .content .date {
        color: #646464;
        margin-left: 2px;
        font-weight: 400; }
    .timeline_wrapper .timeline li:last-child {
      min-height: auto; }
  .timeline_wrapper .timeline li.active::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    width: 6px;
    height: calc(100% - 0px);
    background: #101ec5;
    z-index: 1; }
  .timeline_wrapper .timeline li.active:last-child::after {
    display: none; }
  .timeline_wrapper .timeline li.active + li .dot {
    background: #101ec5;
    border-color: #101ec5; }

.submit_proof_wrapper .custom_input {
  position: relative; }
  .submit_proof_wrapper .custom_input .form-control {
    padding: 10px 0px;
    color: var(--black-color-80); }
  .submit_proof_wrapper .custom_input span {
    position: absolute;
    top: 14px;
    right: 0;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: var(--black-color-50); }
  .submit_proof_wrapper .custom_input .jam {
    margin-right: -12px; }
.submit_proof_wrapper .timestamp .form-control {
  padding-right: 60px; }

.payment_card_wrapper .field-container .form-control {
  padding: 10px 0px; }

.termsservices_section .termsservices_wrapper .termsservices_left {
  background: #252525;
  padding: 48px 24px 24px;
  position: sticky;
  top: 110px; }
  @media (max-width: 1599px) {
    .termsservices_section .termsservices_wrapper .termsservices_left {
      padding: 24px 12px 24px; } }
  .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu {
    overflow: hidden;
    padding-top: 24px;
    border-top: 1px solid #646464;
    margin-bottom: 0px; }
    .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu li {
      margin-bottom: 12px; }
      .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu li:last-child {
        border-bottom: 0px;
        margin-bottom: 0; }
      .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 19px;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 2px solid #CCFF00;
        text-decoration: none; }
        @media (max-width: 1599px) {
          .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu li a {
            padding: 17px 10px; } }
        @media (max-width: 1199px) {
          .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu li a {
            padding: 12px 10px; } }
        .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu li a img {
          transition: all 0.5s ease-in-out; }
        .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu li a.active {
          background-color: #CCFF00;
          color: #1A1A1A; }
          .termsservices_section .termsservices_wrapper .termsservices_left .terms_sidebar_menu li a.active img {
            filter: brightness(0); }
.termsservices_section .termsservices_wrapper .termsservices_right_content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .termsservices_section .termsservices_wrapper .termsservices_right_content:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .termsservices_section .termsservices_wrapper .termsservices_right_content h3 {
    margin-bottom: 20px; }

.auth_section {
  min-height: 100vh;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative; }
  .auth_section > .row {
    min-height: 100vh;
    height: 100%; }
  .auth_section .auth_left_wrapper {
    background-image: url("../images/auth-bg.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 0px 50px;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent; }
    .auth_section .auth_left_wrapper .auth_logo {
      padding: 0px 50px;
      margin-bottom: 10%; }
    .auth_section .auth_left_wrapper h2.section_large_heading {
      line-height: 55px;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .auth_section .auth_left_wrapper h2.section_large_heading {
          line-height: 50px; } }
    .auth_section .auth_left_wrapper .separator {
      border-top: 1px solid #B9B9B9;
      margin: 36px auto;
      max-width: 461px; }
      @media (max-width: 1199px) {
        .auth_section .auth_left_wrapper .separator {
          margin: 24px auto; } }
    .auth_section .auth_left_wrapper h6 {
      font-family: var(--font-anton);
      font-weight: 400;
      font-size: 32px;
      line-height: 55px;
      letter-spacing: 0px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 36px; }
      @media (max-width: 1199px) {
        .auth_section .auth_left_wrapper h6 {
          font-size: 28px;
          line-height: 36px;
          margin-bottom: 24px; } }
    .auth_section .auth_left_wrapper .auth_sponsor_wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 72px;
      max-width: 770px;
      margin: auto; }
      @media (max-width: 1549px) {
        .auth_section .auth_left_wrapper .auth_sponsor_wrapper {
          gap: 30px; } }
      @media (max-width: 1549px) {
        .auth_section .auth_left_wrapper .auth_sponsor_wrapper .auth_sponsor_img img {
          max-width: 70%; } }
  .auth_section .auth_influencers_card_wrapper {
    display: flex;
    gap: 12px;
    animation: scrollX 15s linear infinite; }
@keyframes scrollX {
  0% {
    transform: translateX(0%); }
  50% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
    .auth_section .auth_influencers_card_wrapper .auth_influencers_card {
      max-width: 210px;
      min-width: 210px;
      width: 100%;
      height: 330px;
      position: relative; }
      .auth_section .auth_influencers_card_wrapper .auth_influencers_card .auth_influencers_img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        box-shadow: 0px 0px 50px 0px #0A7DF226; }
        .auth_section .auth_influencers_card_wrapper .auth_influencers_card .auth_influencers_img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .auth_section .auth_influencers_card_wrapper .auth_influencers_card .auth_influencers_img:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, transparent 0%, #000 99.34%); }
      .auth_section .auth_influencers_card_wrapper .auth_influencers_card .auth_influencers_view_tag {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
        text-transform: uppercase;
        color: #fff;
        background: #101EC5;
        position: absolute;
        right: 12px;
        top: 12px;
        z-index: 1; }
      .auth_section .auth_influencers_card_wrapper .auth_influencers_card .auth_influencers_info {
        position: absolute;
        bottom: 12px;
        left: 12px; }
        .auth_section .auth_influencers_card_wrapper .auth_influencers_card .auth_influencers_info h5 {
          font-family: var(--font-anton);
          font-weight: 400;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0px;
          text-transform: uppercase;
          color: var(--white-color);
          margin-bottom: 3px; }
        .auth_section .auth_influencers_card_wrapper .auth_influencers_card .auth_influencers_info p {
          font-family: var(--font-poppins);
          font-weight: 500;
          font-size: 14px;
          line-height: 100%;
          letter-spacing: 0px;
          color: var(--neon-color);
          margin-bottom: 0px; }
  .auth_section .auth_right_wrapper {
    background-image: url("../images/auth-gray-bg.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 50px; }
    .auth_section .auth_right_wrapper .auth_right_control {
      border: 1px solid #FFFFFFBF;
      background: #FFFFFF80;
      max-width: 584px;
      width: 92%;
      margin: auto;
      padding: 48px; }
      @media (max-width: 1199px) {
        .auth_section .auth_right_wrapper .auth_right_control {
          padding: 36px; } }
      @media (max-width: 575px) {
        .auth_section .auth_right_wrapper .auth_right_control {
          padding: 16px; } }
      .auth_section .auth_right_wrapper .auth_right_control h6.section_medium_txt {
        color: var(--black-color-80); }
    .auth_section .auth_right_wrapper .auth_tabs_wrapper ul.nav li.nav-item {
      width: 50%; }
      .auth_section .auth_right_wrapper .auth_tabs_wrapper ul.nav li.nav-item .nav-link {
        border-bottom: 1px solid var(--black-color-20);
        width: 100%;
        border-radius: 0px;
        padding: 12px;
        font-family: var(--font-anton);
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0px;
        color: var(--black-color-80);
        background: transparent;
        position: relative;
        transition: ease-in-out 0.3s; }
        .auth_section .auth_right_wrapper .auth_tabs_wrapper ul.nav li.nav-item .nav-link.active {
          color: var(--blue-color); }
          .auth_section .auth_right_wrapper .auth_tabs_wrapper ul.nav li.nav-item .nav-link.active:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--blue-color); }
        .auth_section .auth_right_wrapper .auth_tabs_wrapper ul.nav li.nav-item .nav-link:hover {
          color: var(--blue-color); }

/*# sourceMappingURL=style.css.map */
