/*-----------------------------------------------------------------------------------

Item Name: Infy - NFT and Crypto Marketplace HTML Template.
Author: ashishmaraviya
Version: 1.0.0
Copyright 2025

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Utilities
    - Mixing
    - Variables

03. Components
    - Common
    - Header
    - Footer

04. Layouts 
    - Hero
    - Bids
    - Collection
    - Create-process
    - Week-Seller
    - Numbers
    - Connect-Wallet
    - Upcoming-Projects
    - Testimonial
    - Team

05. Pages
    - About
    - Create-New-File
    - Activity
    - Author-Profile
    - Products-Details
    - Ranking
    - Forum-Community
    - Privacy
    - Faq
    - Signup
    - Contact
    - Explore-Products

-----------------------------------------------------------------------------------*/
/* base */
/* Typography */
@font-face {
  font-family: "Quicksand", sans-serif;
  src: url("../../fonts/Quicksand-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand", sans-serif;
  src: url("../../fonts/Quicksand-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand", sans-serif;
  src: url("../../fonts/Quicksand-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand", sans-serif;
  src: url("../../fonts/Quicksand-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand", sans-serif;
  src: url("../../fonts/Quicksand-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/Manrope-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/Manrope-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/Manrope-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/Manrope-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/Manrope-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/Manrope-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/Manrope-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
/* Utilities */
/* Mixin */
/* Variables */
/* Components */
/* Common */
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  height: auto;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #000;
  color: #777;
  line-height: 26px !important;
  letter-spacing: 0.02rem;
  position: relative;
}

.line-1 {
  position: absolute;
  top: 0;
  z-index: -1;
}

#line_1 {
  -webkit-transition: d 5s ease;
  transition: d 5s ease;
  opacity: 0.06;
  z-index: -1;
}

.line-2 {
  position: absolute;
  top: -150px;
  z-index: -1;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

#line_2 {
  -webkit-transition: d 5s ease;
  transition: d 5s ease;
  opacity: 0.06;
}

.line-3 {
  position: absolute;
  bottom: 100px;
  right: 200px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: -1;
}

#line_3 {
  -webkit-transition: d 5s ease;
  transition: d 5s ease;
  opacity: 0.06;
}

::-moz-selection {
  color: #bbb;
  background: rgba(100, 89, 255, 0.27);
}

::selection {
  color: #bbb;
  background: rgba(100, 89, 255, 0.27);
}

.font-AbrilFatface {
  font-family: "Quicksand", sans-serif;
}

.font-Manrope {
  font-family: "Manrope";
}

p,
li,
a {
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Manrope";
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.03rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  letter-spacing: 0.03rem;
}

/* Loader */
.infy-loader {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  z-index: 35;
}
.infy-loader .loader {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-loader .loader::after, .infy-loader .loader::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 50px solid #7f5cf5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: animloader14 2s linear infinite;
          animation: animloader14 2s linear infinite;
}
.infy-loader .loader::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes animloader14 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes animloader14 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

/* owl Arrows */
.owl-nav {
  display: none;
}

.owl-prev,
.owl-next {
  border: none;
  outline: none;
  height: 20px;
  width: 30px;
  padding: 0;
  position: absolute;
  bottom: -25px;
  display: block;
  line-height: 0px;
  font-size: 0px;
  z-index: 2;
  cursor: pointer;
  background: transparent;
  color: transparent;
}
.owl-prev span,
.owl-next span {
  display: none;
}
.owl-prev:hover, .owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.owl-prev:hover:before, .owl-prev:focus:before,
.owl-next:hover:before,
.owl-next:focus:before {
  opacity: 1;
}
.owl-prev.slick-disabled:before,
.owl-next.slick-disabled:before {
  opacity: 0.25;
}
.owl-prev::before,
.owl-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 0.5;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.owl-prev {
  left: 44%;
}
[dir=rtl] .owl-prev {
  left: auto;
  right: -25px;
}
.owl-prev:before {
  font-family: "remixicon";
  content: "\ea64";
}

.owl-next {
  right: 44%;
}
[dir=rtl] .owl-next {
  left: -25px;
  right: auto;
}
.owl-next:before {
  font-family: "remixicon";
  content: "\ea6e";
}

/* End */
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

/* owl Dots */
.owl-dots {
  margin-bottom: 22px;
  list-style: none;
  width: 100%;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
  bottom: -30px;
  z-index: 1;
}
.owl-dots .owl-dot {
  margin: 0 5px;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.owl-dots .owl-dot span {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: 1px solid rgba(36, 35, 46, 0.9);
  color: transparent;
  cursor: pointer;
}
.owl-dots .owl-dot span:hover, .owl-dots .owl-dot span:focus {
  outline: none;
}
.owl-dots .owl-dot span:hover:before, .owl-dots .owl-dot span:focus:before {
  opacity: 0.8;
}
.owl-dots .owl-dot span:before {
  content: "";
  width: 20px;
  height: 12px;
  background-color: rgb(35, 34, 43);
  display: inline-block;
  border-radius: 0;
  text-align: center;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-dots .owl-dot.active span::before {
  background-color: #7f5cf5;
  background-image: linear-gradient(130deg, #5d38fb, #a288f5);
  width: 35px;
}

.infy-buttons {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 20px;
  line-height: 26px;
  background-image: linear-gradient(130deg, #5d38fb, #a288f5, #a288f5, #5d38fb);
  background-size: 300% 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 0;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infy-buttons:hover {
  background-position: 100% 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.infy-buttons-invers {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 20px;
  line-height: 26px;
  background: rgba(36, 35, 46, 0.9);
  background-position: 300% 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(36, 35, 46, 0.9);
  border-radius: 0;
  letter-spacing: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infy-buttons-invers:hover {
  background: rgba(36, 35, 46, 0.5);
  color: #fff;
}

.nav-tabs {
  border: 0;
  margin: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-tabs .nav-link {
  margin: 2px;
  padding: 5px 20px;
  background: rgba(36, 35, 46, 0.3);
  border: 1px solid rgba(36, 35, 46, 0.6);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  color: #fff;
  border-radius: 0;
}
.nav-tabs .nav-link:hover {
  background: rgba(36, 35, 46, 0.9);
  border: 1px solid rgba(36, 35, 46, 0.6);
}
.nav-tabs .nav-link.active {
  color: #fff;
  background: rgba(36, 35, 46, 0.9);
  border: 1px solid rgba(56, 55, 64, 0.6);
}

.dropdown a:after {
  display: none;
}
.dropdown .dropdown-menu {
  background-color: rgba(36, 35, 46, 0.96);
  border: 1px solid #393e48;
  border-radius: 0;
}
.dropdown .dropdown-menu li a {
  color: #bbb !important;
  font-size: 14px;
  font-weight: 300;
}
.dropdown .dropdown-menu li a:hover {
  color: #fff !important;
  background-color: transparent;
}

.bg-off {
  background-color: rgba(36, 35, 46, 0.2);
}

.infy-center-banner {
  text-align: center;
  display: block !important;
}

.section-banner {
  background-color: rgba(36, 35, 46, 0.3);
}
.section-banner .container {
  position: relative;
}
.section-banner .container::before {
  content: "";
  height: 1000px;
  width: 1000px;
  border-radius: 100%;
  background-color: #9785e6;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  position: absolute;
  top: -750px;
  left: 0;
  right: 0;
  opacity: 0.15;
  z-index: -1;
}
.section-banner::after {
  content: "";
  height: 800px;
  width: 800px;
  background-color: #e86dea;
  border-radius: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: -400px;
  z-index: -1;
}
.section-banner::before {
  content: "";
  background-color: #9785e6;
  height: 800px;
  width: 800px;
  border-radius: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.2;
  position: absolute;
  top: 400px;
  left: -400px;
  z-index: -1;
}

.infy-banner-breadcrumb {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.infy-banner-breadcrumb h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 15px;
}
.infy-banner-breadcrumb span a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #bbb;
}
.infy-banner-breadcrumb i {
  margin: 0 5px;
  font-size: 16px;
  line-height: 16px;
  color: #bbb;
}
.infy-banner-breadcrumb .infy-breadcrumb-inner a:hover {
  color: #fff;
}
.infy-banner-breadcrumb .infy-breadcrumb h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Custom select */
.select {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
}

select {
  display: none;
}

.infy-mx150-buttons {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-select {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  min-height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope";
  font-size: 14px;
}
.custom-select .custom-select {
  position: relative;
}
.custom-select .custom-select:after {
  content: "\ea4e";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 15px;
  font-family: "remixicon";
  font-size: 17px;
  line-height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.custom-select .custom-select:active,
.custom-select .custom-select .active {
  background-color: rgba(36, 35, 46, 0.2);
  color: #9e9e9e;
}
.custom-select:focus {
  outline: 2px;
}

.select-options {
  min-width: 150px;
  max-height: 200px;
  margin: 0 -12px;
  padding: 5px !important;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  z-index: 20;
  list-style: none;
  background-color: rgba(36, 35, 46, 0.96);
  border: 1px solid #393e48;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
.select-options li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 5px 5px 5px 10px !important;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 0;
  font-size: 14px;
  color: #bbb;
}
.select-options li:hover {
  color: #fff;
}
.select-options li[rel=hide] {
  display: none;
}
.select-options::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 0;
}
.select-options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #9e9e9e;
}

.infy-sub-contact {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-sub-contact p {
  font-size: 14px;
  font-weight: 300;
  color: #dbdbdb;
  font-family: "Manrope";
}

.infy-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.infy-banner h4 {
  font-size: 30px;
  font-weight: 600;
}
.infy-banner .infy-buttons-invers, .infy-banner .infy-buttons {
  height: auto;
  padding: 0;
  background-color: transparent;
  position: relative;
  border: 0;
}
.infy-banner .infy-buttons-invers:after, .infy-banner .infy-buttons:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\ea6c";
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
  font-family: "remixicon";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.infy-banner .infy-buttons-invers:hover:after, .infy-banner .infy-buttons:hover:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mx-w-auto {
  max-width: 100% !important;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-minus-24 {
  margin-bottom: -24px;
}

.padding-t-100 {
  padding: 100px 0 0 0;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

.padding-tb-100 {
  padding: 100px 0;
}

.padding-tb-50 {
  padding: 50px 0;
}

.padding-t-50 {
  padding: 50px 0 0 0;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-tb-100 {
  margin: 100px 0;
}

.margin-b-50 {
  margin-bottom: 50px;
}

/* Tap to top */
a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  cursor: pointer;
  border-radius: 0;
  background-color: #7f5cf5;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination-wrapper {
  margin-top: 50px;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrapper ul.pagination li {
  margin: 0 1px;
}
.pagination-wrapper ul.pagination li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(36, 35, 46, 0.3);
  border: 1px solid rgba(36, 35, 46, 0.6);
  color: #fff;
}
.pagination-wrapper ul.pagination li a i {
  font-size: 18px;
}
.pagination-wrapper ul.pagination li a:hover {
  background: rgba(36, 35, 46, 0.9);
}
.pagination-wrapper ul.pagination li a.active {
  background: rgba(36, 35, 46, 0.9);
  border: 1px solid rgba(56, 55, 64, 0.6);
}

/* cursor styles */
.cx-cursor {
  width: 6px;
  height: 6px;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  mix-blend-mode: difference;
  border-radius: 50%;
  z-index: 1056;
  display: block;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 1;
}

/*  node styles */
.cx-node {
  width: 40px;
  height: 40px;
  pointer-events: none;
  position: fixed;
  z-index: 1056;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 1;
  /*element width*/
}
.cx-node:before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  background: #fff;
  mix-blend-mode: difference;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
  -webkit-transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
  -webkit-transition: opacity 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
}

.cx-node.moving {
  opacity: 1;
}

.cx-node.expand:before {
  -webkit-transform: scale(3) !important;
          transform: scale(3) !important;
  background-color: #ffffff !important;
  opacity: 0.2 !important;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .section-banner::after {
    height: 600px;
    width: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .owl-prev {
    display: none !important;
  }
  .owl-next {
    display: none !important;
  }
  .infy-banner-breadcrumb h2 {
    font-size: 30px;
  }
  .infy-mx150-buttons {
    margin-top: 11px;
  }
  .pagination-wrapper {
    margin-top: 35px;
  }
  .infy-banner h4 {
    font-size: 29px;
  }
  .padding-tb-100 {
    padding: 70px 0;
  }
  .padding-t-100 {
    padding: 70px 0 0 0;
  }
  .padding-b-100 {
    padding-bottom: 70px !important;
  }
  .padding-tb-50 {
    padding: 35px 0;
  }
  .padding-t-50 {
    padding: 35px 0 0 0;
  }
  .padding-b-50 {
    padding-bottom: 35px;
  }
  .margin-t-50 {
    margin-top: 35px;
  }
  .margin-tb-100 {
    margin: 70px 0;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  html, body {
    cursor: initial !important;
  }
  .cx-node, .cx-cursor {
    display: none !important;
  }
  .owl-dots {
    display: none !important;
  }
  .infy-banner-breadcrumb h2 {
    font-size: 28px;
  }
  .infy-banner h4 {
    font-size: 27px;
  }
  .section-banner::before {
    left: -350px;
  }
  .section-banner::after {
    height: 500px;
    width: 500px;
    right: -300px;
  }
}
@media screen and (max-width: 767px) {
  .infy-banner-breadcrumb h2 {
    font-size: 26px;
  }
  .infy-banner h4 {
    font-size: 26px;
  }
  .section-banner::after {
    height: 350px;
    width: 350px;
    right: -150px;
  }
}
@media screen and (max-width: 575px) {
  .infy-banner-breadcrumb {
    height: 200px;
  }
  .infy-banner-breadcrumb h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .infy-banner h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) {
  .infy-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .infy-banner h4 {
    font-size: 20px;
  }
  .infy-banner .infy-buttons-invers {
    margin-top: 10px;
  }
  .infy-width-full {
    width: 100%;
  }
}
/* Header */
.header-fixed {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  background-color: rgba(10, 10, 10, 0.95);
  border-bottom: 1px solid rgba(36, 35, 46, 0.5);
  -webkit-animation: slideDown 0.35s ease-in-out;
          animation: slideDown 0.35s ease-in-out;
  z-index: 25;
}
.header-fixed ul.navbar-nav li.nav-item a.nav-link::before {
  bottom: -7px;
}
.header-fixed ul.navbar-nav .dropdown:hover .dropdown-menu {
  margin-top: 13px;
}

@-webkit-keyframes slideDown {
  0% {
    Transform: translateY(-100%);
  }
  100% {
    Transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    Transform: translateY(-100%);
  }
  100% {
    Transform: translateY(0);
  }
}
.infy-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.infy-logo {
  width: 48px;
  position: relative;
  z-index: 2;
}

header {
  height: 82px;
  position: relative;
}

.navbar-toggler {
  padding: 0;
}
.navbar-toggler i {
  font-size: 22px;
  color: #fff;
}

.infy-header {
    visibility: visible !important;
    opacity: 1 !important;
  width: 100%;
  padding: 10px 0;
     z-index: 9999;
}

ul.navbar-nav {
  width: 100%;
  position: relative;
  z-index: 3;
}
ul.navbar-nav li.nav-item {
  margin-left: 30px;
}
ul.navbar-nav li.nav-item a.dropdown-toggle {
  position: relative;
}
ul.navbar-nav li.nav-item a.dropdown-toggle i {
  margin-left: 10px;
  font-size: 16px;
}
ul.navbar-nav li.nav-item a.dropdown-toggle:after {
  display: none;
}
ul.navbar-nav li.nav-item a.nav-link {
  padding: 5px 0;
  font-size: 14px;
  font-family: "Manrope";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #fff;
}
ul.navbar-nav .dropdown .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  min-width: 200px;
  margin-top: 20px;
  padding: 10px 20px;
  position: absolute;
  left: auto !important;
  display: block;
  text-align: left;
  opacity: 0;
  background: rgba(10, 10, 10, 0.98);
  z-index: 9;
  border-radius: 0;
  border-color: rgba(36, 35, 46, 0.5);
}
ul.navbar-nav .dropdown .dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
  color: #bbb;
  font-size: 14px;
  text-transform: capitalize;
}
ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  background: transparent;
  color: #a487f2;
}
ul.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.infy-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infy-control .form-control {
  width: 170px;
  position: relative;
  border-radius: 0;
  background: #fff;
  z-index: 1;
  padding-left: 30px;
}
.infy-control i {
  padding: 12px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.infy-control button {
  padding: 0 25px;
  border-radius: 25px;
}

.infy-header-search {
  padding: 0 24px;
}
.infy-header-search .infy-search-group-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.infy-header-search .infy-search-group-form i {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 15px;
  font-size: 13px;
  color: #ddd;
  cursor: pointer;
}
.infy-header-search .infy-search-group-form input {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  min-width: 300px;
  min-height: 40px;
  height: 40px;
  padding-left: 40px;
  display: block;
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #ddd;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
  letter-spacing: 0.6px;
}
.infy-header-search .infy-search-group-form input::-webkit-input-placeholder {
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
}
.infy-header-search .infy-search-group-form input::-moz-placeholder {
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
}
.infy-header-search .infy-search-group-form input:-ms-input-placeholder {
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
}
.infy-header-search .infy-search-group-form input::-ms-input-placeholder {
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
}
.infy-header-search .infy-search-group-form input::placeholder {
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
}

/* Mobile-menu */
.infy-side-cart {
  width: 300px;
  height: 100%;
  padding: 15px;
  position: fixed;
  top: 0;
  left: -300px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #000;
  overflow-y: auto;
  z-index: 26;
  border-right: 1px solid rgba(36, 35, 46, 0.6);
}
.infy-side-cart::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: rgba(36, 35, 46, 0.9);
}
.infy-side-cart::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.infy-side-cart .infy-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid rgba(36, 35, 46, 0.6);
}
.infy-side-cart .infy-menu-title .menu-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.infy-side-cart .infy-menu-title .infy-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #999;
  background-color: #000;
}
.infy-side-cart .infy-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infy-side-cart .infy-menu-inner input {
  display: block;
  width: 100%;
  min-height: 42px;
  height: 42px;
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  border-radius: 0;
  background-color: rgba(36, 35, 46, 0.5);
  border: 0;
  outline: 0;
  letter-spacing: 0.6px;
}
.infy-side-cart .infy-menu-inner input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-side-cart .infy-menu-inner input::-moz-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-side-cart .infy-menu-inner input:-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-side-cart .infy-menu-inner input::-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-side-cart .infy-menu-inner input::placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-side-cart .infy-menu-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.infy-side-cart .infy-menu-inner ul li {
  position: relative;
  line-height: 28px;
}
.infy-side-cart .infy-menu-inner ul li a {
  padding: 10px 10px;
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 35, 46, 0.6);
}
.infy-side-cart .infy-menu-inner ul li a:hover {
  color: #fff;
}
.infy-side-cart .infy-menu-inner ul li .menu-toggle {
  width: 30px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
}
.infy-side-cart .infy-menu-inner ul li .menu-toggle::before {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: #777;
}
.infy-side-cart .infy-menu-inner ul li .menu-toggle i {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.infy-side-cart .infy-menu-inner ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  display: none;
  position: static;
  top: auto;
  visibility: visible;
  opacity: 1;
}
.infy-side-cart .infy-menu-inner ul li .sub-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  opacity: 0.8;
  font-weight: 300;
  font-size: 14px;
}
.infy-side-cart .infy-menu-inner ul li .sub-menu li a:hover {
  opacity: 1;
}

.infy-menu-open {
  left: 0;
}

.navbar-collapse {
  display: none;
}

.infy-sidebar-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 17;
  background: rgba(0, 0, 0, 0.7);
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .infy-header-search .infy-search-group-form input {
    min-width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .infy-header-search .infy-search-group-form input {
    min-width: 200px;
  }
  .infy-control i {
    padding: 8px;
  }
  ul.navbar-nav li.nav-item a.nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: 75px;
  }
  .infy-header-search {
    display: none;
  }
  .infy-logo {
    width: 38px;
  }
  .infy-header-buttons {
    display: none;
  }
  ul.navbar-nav {
    position: relative;
    z-index: 3;
  }
  ul.navbar-nav li.nav-item a.nav-link {
    font-family: "Manrope";
    font-size: 15px;
    color: #fff;
  }
  ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #7f5cf5;
  }
  ul.navbar-nav li.nav-item a.nav-link:hover::before {
    background: none;
  }
}
@media screen and (max-width: 480px) {
  .infy-side-cart {
    width: 280px;
  }
}
/* Footer */
footer {
  position: relative;
}

.infy-footer-inner img {
  width: 48px;
  margin-bottom: 20px;
}
.infy-footer-inner p {
  margin-bottom: 20px;
  color: #dbdbdb;
  font-size: 14px;
  line-height: 28px;
}
.infy-footer-inner .infy-social {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-footer-inner .infy-social a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(115, 115, 156, 0.15);
  color: #fff;
  border-radius: 0;
}
.infy-footer-inner .infy-social a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.infy-footer-inner .infy-social a:hover {
  background-color: rgba(115, 115, 156, 0.3);
}

.infy-footer-opction h4 {
  margin-bottom: 24px;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}
.infy-footer-opction ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.infy-footer-opction ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 28px;
  color: #dbdbdb;
}
.infy-footer-opction ul li a:hover {
  color: #a487f2;
}
.infy-footer-opction .infy-search-group-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.infy-footer-opction .infy-search-group-form .news {
  padding-top: 6px;
  margin-bottom: 8px;
  color: #dbdbdb;
  font-size: 14px;
}
.infy-footer-opction .infy-search-group-form input {
  width: 100%;
  min-height: 42px;
  height: 42px;
  display: block;
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.6px;
  border-radius: 0;
  background-color: rgba(36, 35, 46, 0.5);
}
.infy-footer-opction .infy-search-group-form input::-webkit-input-placeholder {
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 400;
}
.infy-footer-opction .infy-search-group-form input::-moz-placeholder {
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 400;
}
.infy-footer-opction .infy-search-group-form input:-ms-input-placeholder {
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 400;
}
.infy-footer-opction .infy-search-group-form input::-ms-input-placeholder {
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 400;
}
.infy-footer-opction .infy-search-group-form input::placeholder {
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 400;
}
.infy-footer-opction .infy-buttons-invers {
  margin-top: 24px;
  font-family: "Manrope";
}

.infy-last-footer-copy {
  padding: 15px 0;
  border-top: 1px solid rgba(36, 35, 46, 0.9);
  background-color: rgba(24, 23, 31, 0.6);
}

.last-footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.last-footer-copy .privacy-contact-copy ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
.last-footer-copy .privacy-contact-copy ul li {
  list-style-type: none;
  position: relative;
}
.last-footer-copy .privacy-contact-copy ul li:not(:first-child) {
  margin-left: 50px;
}
.last-footer-copy .privacy-contact-copy ul li:not(:first-child):after {
  content: "|";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -29px;
  line-height: 11px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.last-footer-copy .privacy-contact-copy ul li a {
  font-size: 14px;
  color: #fff;
}
.last-footer-copy .reserved-copy p {
  font-size: 14px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .infy-footer-opction h4 {
    margin-bottom: 12px;
  }
  footer .row > div:nth-last-child(-n+2) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .last-footer-copy {
    display: block;
  }
  .last-footer-copy .reserved-copy {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .last-footer-copy .privacy-contact-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .row > div:nth-last-child(-n+3) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 575px) {
  .last-footer-copy .privacy-contact-copy ul li {
    margin: 0 15px !important;
  }
  .last-footer-copy .privacy-contact-copy ul li:after {
    display: none !important;
  }
}
/* Layouts */
/* Hero */
.infy-hero-image {
  width: 100%;
  height: 600px;
  position: relative;
}
.infy-hero-image .hero-img {
  width: 350px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: topbottom 6s infinite linear;
          animation: topbottom 6s infinite linear;
}
.infy-hero-image .shape1 {
  width: 50px;
  position: absolute;
  left: -50px;
  top: 50px;
  -webkit-animation: leftright1 11s infinite linear;
          animation: leftright1 11s infinite linear;
}
.infy-hero-image .shape2 {
  width: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: rightleft1 12s infinite linear;
          animation: rightleft1 12s infinite linear;
}
.infy-hero-image .shape3 {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: rightleft 15s infinite linear;
          animation: rightleft 15s infinite linear;
}
.infy-hero-image .shape4 {
  width: 70px;
  position: absolute;
  bottom: 50px;
  left: 0;
  -webkit-animation: leftright 17s infinite linear;
          animation: leftright 17s infinite linear;
}
@-webkit-keyframes leftright1 {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftright1 {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftright {
  0% {
    left: 0;
  }
  50% {
    left: 50px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftright {
  0% {
    left: 0;
  }
  50% {
    left: 50px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes rightleft1 {
  0% {
    right: 0;
  }
  50% {
    right: -30px;
  }
  100% {
    right: 0;
  }
}
@keyframes rightleft1 {
  0% {
    right: 0;
  }
  50% {
    right: -30px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes rightleft {
  0% {
    right: 0;
  }
  50% {
    right: 50px;
  }
  100% {
    right: 0;
  }
}
@keyframes rightleft {
  0% {
    right: 0;
  }
  50% {
    right: 50px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes topbottom {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes topbottom {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.hero-sec::after {
  content: "";
  height: 800px;
  width: 800px;
  position: absolute;
  top: 0;
  right: -400px;
  z-index: -1;
  background-color: #e86dea;
  border-radius: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.1;
}
.hero-sec::before {
  content: "";
  height: 600px;
  width: 600px;
  position: absolute;
  top: 300px;
  left: -300px;
  z-index: -1;
  background-color: #9785e6;
  border-radius: 100%;
  -webkit-filter: blur(145px);
          filter: blur(145px);
  opacity: 0.2;
}

.infy-hero-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-hero-contact h2 {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 2px;
}
.infy-hero-contact p {
  margin: 15px 0;
  max-width: 500px;
  font-size: 14px;
  letter-spacing: 0.04rem;
  line-height: 28px;
  color: #ddd;
}
.infy-hero-contact h1 {
  margin-bottom: 10px;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  color: #7f5cf5;
  position: relative;
}
.infy-hero-contact h1::after {
  content: "";
  width: 250px;
  height: 100%;
  position: absolute;
  top: 20px;
  left: -20px;
  bottom: 0;
  z-index: -1;
  background-image: url("../img/hero/hero-shape.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.5;
}
.infy-hero-contact .infy-hero-buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-hero-contact .infy-hero-buttons a:not(:last-child) {
  margin-right: 15px;
}

.mt-100 {
  margin-top: 100px;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .infy-hero-contact {
    max-width: 100%;
  }
  .infy-hero-contact h2 {
    margin-bottom: 15px;
    font-size: 42px;
  }
  .infy-hero-contact h1 {
    font-size: 62px;
    line-height: 62px;
  }
  .infy-hero-contact h1::after {
    width: 170px;
  }
  .infy-hero-contact .infy-hero-buttons {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .infy-hero-contact h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .infy-hero-contact h1 {
    font-size: 58px;
    line-height: 58px;
  }
  .infy-hero-image {
    height: 550px;
  }
  .infy-hero-image .hero-img {
    width: 300px;
    -webkit-animation: none;
            animation: none;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media screen and (max-width: 991px) {
  .infy-hero-contact h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .infy-hero-contact h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .infy-hero-image {
    height: 400px;
    margin-bottom: 70px;
  }
  .infy-hero-image img {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .infy-hero-image .shape1, .infy-hero-image .shape2, .infy-hero-image .shape3, .infy-hero-image .shape4 {
    opacity: 0.5;
  }
  .infy-hero-image .hero-img {
    width: 250px;
  }
  .infy-hero-contact h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .infy-hero-contact h1 {
    font-size: 52px;
    line-height: 52px;
  }
}
@media screen and (max-width: 575px) {
  .infy-hero-image .shape1 {
    left: 30px;
  }
  .infy-header {
    padding: 0;
  }
  header {
    height: 55px;
  }
  .infy-hero-contact h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .infy-hero-contact h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .infy-hero-contact p {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .infy-hero-contact h2 {
    font-size: 24px;
  }
  .infy-hero-contact h1 {
    font-size: 45px;
  }
  .infy-hero-image {
    height: 320px;
  }
  .infy-hero-image .shape1, .infy-hero-image .shape2, .infy-hero-image .shape3, .infy-hero-image .shape4 {
    opacity: 0.3;
  }
  .infy-hero-image .hero-img {
    width: 200px;
  }
}
/* bids */
.bids-sec {
  position: relative;
}
.bids-sec::before {
  content: "";
  background-color: #9785e6;
  height: 600px;
  width: 600px;
  margin: auto;
  border-radius: 100%;
  -webkit-filter: blur(145px);
          filter: blur(145px);
  opacity: 0.2;
  position: absolute;
  top: 200px;
  right: 200px;
  z-index: -1;
  -webkit-animation: rightleft 5s infinite linear;
          animation: rightleft 5s infinite linear;
}

.live-sec {
  position: relative;
}
.live-sec::before {
  content: "";
  background-color: #ff0000;
  height: 600px;
  width: 800px;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.07;
  position: absolute;
  top: 0;
  left: -300px;
  z-index: -1;
}
.live-sec .bids-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.live-sec figure.bids-img {
  width: 222px;
  margin-right: 15px;
  overflow: hidden;
}
.live-sec .infy-bids {
  width: calc(100% - 215px);
  padding-top: 0;
}
.live-sec .date-box {
  margin: 0 5px 20px 5px !important;
}

.bids-card, .explore-card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
  padding: 15px;
  position: relative;
}
.bids-card:hover figure.bids-img::before, .explore-card:hover figure.bids-img::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}

figure.bids-img {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0;
  overflow: hidden; */
  display: block;
    position: relative;
    overflow: hidden;
}
figure.bids-img:before {
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
  z-index: 9999;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  opacity: 0.5;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
figure.bids-img a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  min-height: 35px;
  padding: 5px;
  background-color: rgba(36, 35, 46, 0.9);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 10px;
  top: 10px;
}
figure.bids-img a:hover {
  background-color: rgb(36, 35, 46);
}
figure.bids-img a i {
  font-size: 20px;
  line-height: 20px;
}
figure.bids-img a p {
  margin: 0;
  font-size: 11px;
  line-height: 13px;
}
figure.bids-img a.active {
  background-color: rgba(36, 35, 46, 0.5);
}
figure.bids-img a.active i {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: 0.8s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
figure.bids-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-radius: 0;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.infy-bids {
  padding-top: 15px;
}
.infy-bids h4 {
  padding-bottom: 20px;
  line-height: 20px;
}
.infy-bids h4 a {
  font-family: "Manrope";
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
}
.infy-bids .user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.infy-bids .user-details img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
.infy-bids .user-details .details-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.infy-bids .user-details .details-contact .sub-contact {
  padding-left: 10px;
}
.infy-bids .user-details .details-contact .sub-contact h5 {
  margin-bottom: 5px;
  line-height: 14px;
}
.infy-bids .user-details .details-contact .sub-contact h5 a {
  margin-bottom: 5px;
  font-family: "Manrope";
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.infy-bids .user-details .details-contact .sub-contact p {
  font-size: 13px;
  line-height: 18px;
  color: #bbb;
}
.infy-bids .bids-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.infy-bids .bids-price > h5 {
  padding: 5px 7px;
  font-family: "Manrope";
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: rgba(36, 35, 46, 0.9);
}
.infy-bids .bids-price a {
  padding: 15px 20px;
  line-height: 2px;
  font-size: 12px;
  font-weight: 300;
}

.current-bids h5 {
  margin-bottom: 5px;
  font-family: "Manrope";
  font-size: 12px;
  line-height: 18px;
  color: #bbb;
  font-weight: 300;
}
.current-bids p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

/* Live Biding */
.infy_timer {
  margin: 0 -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy_timer .date-box {
  margin: 15px 1px 0 1px;
  background-color: rgba(36, 35, 46, 0.5);
  font-size: 12px !important;
  padding: 10px;
  border-radius: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-family: "Manrope";
}
.infy_timer .date-box .numbers {
  margin-bottom: 5px;
  color: #bbb;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}
.infy_timer .date-box .text {
  color: #929292;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .infy-bids h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .live-sec .bids-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .live-sec figure.bids-img {
    width: 100%;
    margin: 0 0 15px 0;
    overflow: hidden;
  }
  .live-sec .infy-bids {
    width: 100%;
    padding-top: 0;
  }
  .live-sec .date-box {
    margin: 0 5px 15px 5px !important;
  }
}
/* Collection */
.collection-sec {
  position: relative;
}
.collection-sec::before {
  content: "";
  height: 700px;
  width: 700px;
  background-color: #9785e6;
  border-radius: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.15;
  position: absolute;
  bottom: -300px;
  left: 100px;
  z-index: -1;
}
.collection-sec::after {
  content: "";
  height: 700px;
  width: 700px;
  background-color: #9785e6;
  border-radius: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.16;
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
}

.collection-card {
  padding: 15px;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
}
.collection-card .infy-collection {
  margin-bottom: 12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collection-card .infy-collection .collection-inner {
  width: calc(33.33% - 12px);
  margin-right: 12px;
}
.collection-card .infy-collection .collection-inner img {
  width: 100%;
  border-radius: 0;
}
.collection-card figure {
  margin: 0;
}
.collection-card figure img {
  width: 100%;
  border-radius: 0;
}
.collection-card figure .inner-img {
  width: 100px;
  margin: auto;
  margin-top: -50px;
  margin-bottom: -10px;
  position: relative;
}
.collection-card figure .inner-img i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  color: #cbff86;
}
.collection-card figure .inner-img img {
  margin: auto;
  width: 100px;
  height: 100%;
  border-radius: 100%;
  border: 10px solid #191724;
}
.collection-card .collection-contact {
  margin-top: 8px;
  text-align: center;
}
.collection-card .collection-contact h5 {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.collection-card .collection-contact p {
  font-size: 12px;
  line-height: 18px;
  color: #bbb;
}

/* collection-page */
.infy-collection h3.main-title {
  margin-bottom: 24px;
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 600;
}
.infy-collection .infy-create-file .infy-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infy-collection-inner-contact .collection-side-image {
  position: relative;
}
.infy-collection-inner-contact .collection-side-image img {
  width: 100%;
  border-radius: 0;
}
.infy-collection-inner-contact .collection-side-image i {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.infy-collection-inner-contact .collection-side-image .avatar-upload {
  position: relative;
}
.infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-edit input {
  display: none;
}
.infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  background-color: rgba(36, 35, 46, 0.9);
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-edit input + label:hover {
  background-color: rgba(36, 35, 46, 0.5);
}
.infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-edit input + label:after {
  content: "\efe0";
  color: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-family: "remixicon";
}
.infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-preview {
  width: 100%;
  height: 250px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.infy-collection-inner-contact h5 {
  margin-bottom: 15px;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .collection-sec:after {
    opacity: 0.05;
  }
}
@media screen and (max-width: 1199px) {
  .infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-preview {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .infy-collection-inner-contact .collection-side-image .avatar-upload .avatar-preview {
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .avatar-upload.logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 350px) {
  .avatar-upload.logo {
    max-width: 100%;
  }
}
/* process */
.Newest-sec {
  position: relative;
}

.infy-process-card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  background: rgba(36, 35, 46, 0.4);
  border-radius: 0;
}
.infy-process-card:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: none;
  background-image: linear-gradient(133deg, rgba(36, 35, 46, 0.4) 20%, transparent 80%);
}

.infy-process-img {
  padding-bottom: 15px;
}
.infy-process-img img {
  width: 80px;
  height: 80px;
}

.process-sub-contact h4 {
  padding-bottom: 15px;
  color: #fff;
  line-height: 24px;
}
.process-sub-contact h4 a {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.process-sub-contact p {
  font-size: 14px;
  line-height: 24px;
  color: #bbb;
}

/* responsive */
@media screen and (max-width: 1399px) {
  .process-sub-contact h4 a {
    font-size: 18px;
  }
  .process-sub-contact p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .process-sub-contact h4 a {
    font-size: 16px;
  }
}
/* Week-seller */
.week-seller-sec {
  position: relative;
}
.week-seller-sec::after {
  content: "";
  height: 800px;
  width: 800px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #9785e6;
  border-radius: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.1;
}

.infy-week-seller-card {
  background-color: transparent;
  border: 1px solid rgba(36, 35, 46, 0.9);
  border-radius: 0;
}
.infy-week-seller-card .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(36, 35, 46, 0.9);
}
.infy-week-seller-card .rank .bg-green {
  background-color: #51bf7b;
}
.infy-week-seller-card .rank .bg-red {
  background-color: #ca4141;
}
.infy-week-seller-card .rank .bg-primary {
  background-color: #7f5cf5 !important;
}
.infy-week-seller-card .rank .bg-pink {
  background-color: #e86dea;
}
.infy-week-seller-card .rank .bg-blue {
  background-color: #7f5cf5;
}
.infy-week-seller-card .rank .bag {
  margin: 8px 0;
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.infy-week-seller-card .rank .bag img {
  width: 16px;
}
.infy-week-seller-card .rank .bag span {
  padding-left: 7px;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
}

.infy-week-seller-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-week-seller-img figure {
  width: 100px;
  height: 100px;
  margin: 25px 0 15px 0;
  position: relative;
  text-align: center;
  border-radius: 100%;
}
.infy-week-seller-img figure img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.infy-week-seller-img figure i {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 20px;
  color: #51bf7b;
  border-radius: 100%;
}

.infy-week-seller-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.infy-week-seller-contact h5 a {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
}
.infy-week-seller-contact p {
  font-size: 12px;
  font-weight: 300;
  color: #dbdbdb;
}

/* Numbers */
.infy-numbers-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infy-numbers-counters h4 {
  font-family: "Manrope";
  font-size: 48px;
  font-weight: 600;
}
.infy-numbers-counters p {
  font-size: 14px;
  font-weight: 400;
  color: #dbdbdb;
}

.section-numbers .container {
  position: relative;
}
.section-numbers .container::after {
  content: "";
  width: 600px;
  height: 600px;
  margin: auto;
  background-color: #9785e6;
  border-radius: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .infy-numbers-counters h4 {
    font-size: 46px;
  }
}
@media screen and (max-width: 991px) {
  .infy-numbers-counters h4 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .infy-numbers-counters h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .infy-numbers-counters h4 {
    font-size: 35px;
  }
}
/* Testimonial */
.section-testimonial {
  position: relative;
}
.section-testimonial::after {
  content: "";
  height: 700px;
  width: 700px;
  position: absolute;
  top: 0px;
  right: -100px;
  z-index: -1;
  background-color: #9785e6;
  border-radius: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.1;
}

.testimonial-card {
  padding: 15px;
  border-radius: 0;
  text-align: center;
  background-color: rgba(36, 35, 46, 0.5);
}
.testimonial-card i {
  font-size: 34px;
  color: #fff;
  line-height: 34px;
}
.testimonial-card p {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 300;
  color: #dbdbdb;
  line-height: 28px;
}
.testimonial-card h5 {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}
.testimonial-card span {
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 800;
}

/* Connect Your Wallet */
.infy-connect-wallet-cart {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: rgba(36, 35, 46, 0.4);
  border-radius: 0;
}
.infy-connect-wallet-cart:hover {
  background: none;
  background-image: linear-gradient(133deg, rgba(36, 35, 46, 0.4) 20%, transparent 80%);
}
.infy-connect-wallet-cart img {
  width: 80px;
  height: 80px;
}
.infy-connect-wallet-cart .connect-wallet-contact {
  margin-top: 15px;
}
.infy-connect-wallet-cart .connect-wallet-contact h4 {
  margin-bottom: 15px;
}
.infy-connect-wallet-cart .connect-wallet-contact h4 a {
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 500;
}
.infy-connect-wallet-cart .connect-wallet-contact p {
  font-size: 15px;
  font-weight: 300;
  color: #bbb;
}

.infy-connect-wallet-mx-auto {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Upcoming Projects */
.upcoming-projects-item .accordion .accordion-item {
  background: none;
  border: 0;
}
.upcoming-projects-item .accordion .accordion-item .accordion-header .accordion-button {
  background-color: rgba(36, 35, 46, 0.5);
  font-family: "Manrope";
  color: #fff;
  border: 1px solid rgba(36, 35, 46, 0.6);
  border-radius: 0;
}
.upcoming-projects-item .accordion .accordion-item .accordion-header .accordion-button i {
  padding-right: 10px;
}
.upcoming-projects-item .accordion .accordion-item .accordion-header .accordion-button::after {
  height: auto;
  width: auto;
  font-family: remixicon;
  content: "\ea13";
  font-size: 18px;
  color: #fff;
  background-image: none;
}
.upcoming-projects-item .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: remixicon;
  content: "\f1af";
  font-size: 18px;
  color: #fff;
  background-image: none;
}
.upcoming-projects-item .accordion .accordion-item .accordion-body {
  padding: 24px 0 0 0;
}
.upcoming-projects-item .accordion .accordion-item:not(:nth-child(1)) {
  margin-top: 2px;
}

.infy-project {
  padding: 15px;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
}
.infy-project h5 {
  margin-bottom: 15px;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 500;
}
.infy-project p {
  margin-top: 10px;
  color: #bbb;
}
.infy-project .time {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.infy-project .time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 23px;
}
.infy-project .time span:last-child {
  margin-left: 20px;
}
.infy-project .time span i {
  margin-right: 8px;
  font-size: 16px;
}
.infy-project .time span img {
  width: 16px;
  margin-right: 8px;
}
.infy-project .infy-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-project .infy-progress-bar progress {
  width: 80%;
  height: 5px;
  margin: 10px 0;
  border-radius: 0;
  background-color: #27243a;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}
.infy-project .infy-progress-bar progress[value]::-webkit-progress-bar {
  width: 100%;
  height: 5px;
  border-radius: 0;
  background-color: #27243a;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}
.infy-project .infy-progress-bar progress[value]::-webkit-progress-value {
  width: 0;
  border-radius: 0;
  background-color: #7f5cf5;
  background-image: -webkit-gradient(linear, left top, right top, from(#5d38fb), to(#a288f5));
  background-image: linear-gradient(90deg, #5d38fb, #a288f5);
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}
.infy-project .infy-progress-bar span {
  width: 20%;
  padding-left: 10px;
  font-family: "Manrope";
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.infy-upcoming-peojects-drop {
  margin: -6px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-upcoming-peojects-drop .infy-form-control {
  width: 200px;
  margin: 6px;
  padding: 0 12px;
  background-color: rgba(36, 35, 46, 0.5);
  border: 1px solid rgba(36, 35, 46, 0.6);
  border-radius: 0;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .infy-upcoming-peojects-drop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* modal */
.modal {
  padding: 0 !important;
}

.infy-modal-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.infy-modal .infy-modal-dialog {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 50px 15px;
  width: 400px;
  max-width: 400px;
  margin: 0% auto;
}
.infy-modal .infy-modal-dialog .modal-content {
  padding: 15px;
  position: relative;
  pointer-events: auto;
  background-color: rgba(24, 23, 31, 0.98);
  border-radius: 0;
}
.infy-modal .infy-modal-dialog .modal-content .infy-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 18px;
  z-index: 15;
}
.infy-modal .infy-modal-dialog .modal-content .infy-close-modal i {
  font-size: 18px;
  font-weight: 800;
  color: #ca4141;
  cursor: pointer;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body h4 {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body p {
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 400;
  color: #bbb;
  margin: 20px 0;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body p .price {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-input {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-input label {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #bbb;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-input .infy-form-control {
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 0 12px;
  display: block;
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  background-color: rgba(36, 35, 46, 0.9);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.6px;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-input .infy-form-control::-webkit-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-input .infy-form-control::-moz-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-input .infy-form-control:-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-input .infy-form-control::-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-input .infy-form-control::placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-price p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #bbb;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-price .price-tag {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-modal-button {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.infy-modal .infy-modal-dialog .modal-content .modal-body .infy-modal-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Responsive */
@media screen and (max-width: 575px) {
  .infy-modal .infy-modal-dialog {
    max-width: 720px;
    width: 100%;
  }
}
/* Team */
.section-team {
  position: relative;
}
.section-team::before {
  content: "";
  height: 500px;
  width: 500px;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
  background-color: #e86dea;
  border-radius: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.1;
}

.infy-team {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
}
.infy-team:hover {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.infy-team img {
  width: 100%;
  border-radius: 0;
}
.infy-team .team-contact {
  margin-top: 15px;
  text-align: center;
}
.infy-team .team-contact h5 {
  margin-bottom: 5px;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
}
.infy-team .team-contact p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
  color: #dbdbdb;
}
.infy-team .team-contact .infy-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-team .team-contact .infy-social a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  margin: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(115, 115, 156, 0.15);
  color: #fff;
  border-radius: 0;
}
.infy-team .team-contact .infy-social a i {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.infy-team .team-contact .infy-social a:hover {
  background-color: rgba(115, 115, 156, 0.3);
}

/* Pages */
/* About */
.infy-about-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-about-contact h4 {
  margin-bottom: 25px;
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 600;
}
.infy-about-contact .sub-contact {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.infy-about-contact p {
  font-size: 14px;
  font-weight: 300;
  color: #dbdbdb;
  line-height: 28px;
}
.infy-about-contact .about-inner {
  margin-bottom: 24px;
}
.infy-about-contact .about-inner:last-child {
  margin-bottom: 0;
}

.infy-about-img {
  position: sticky;
  top: 60px;
}
.infy-about-img img {
  width: 100%;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .infy-about-img.second {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .infy-about-contact h4 {
    font-size: 20px;
  }
}
/* Create new file */
.infy-create-file-side-viwe {
  position: sticky;
  top: 80px;
}
.infy-create-file-side-viwe h3 {
  margin-bottom: 20px;
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 600;
}
.infy-create-file-side-viwe .side-viwe-inner {
  padding: 30px;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
}

.infy-create-file-img {
  margin-bottom: 15px;
  position: relative;
}
.infy-create-file-img img {
  width: 100%;
  border-radius: 0;
}
.infy-create-file-img a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.infy-create-file-img a i:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.infy-create-file-contact h4 {
  margin-bottom: 15px;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}
.infy-create-file-contact .create-file-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infy-create-file-contact .create-file-inner .create-content span {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-create-file-contact .create-file-inner .create-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
}

.infy-create-file {
  padding: 30px;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
}
.infy-create-file h3.main-title {
  margin-bottom: 20px;
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 600;
}
.infy-create-file .sub-heading {
  margin-bottom: 15px;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  color: #bbb;
}
.infy-create-file .infy-select-method {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
  padding: 30px 0;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.infy-create-file .infy-select-method:hover {
  background-color: rgba(36, 35, 46, 0.3);
}
.infy-create-file .infy-select-method i {
  margin-bottom: 5px;
  font-size: 24px;
  color: #fff;
}
.infy-create-file .infy-select-method h4 {
  margin-top: 5px;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
}
.infy-create-file .infy-create-file-input {
  margin-bottom: 25px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(36, 35, 46, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.infy-create-file .infy-create-file-input .infy-form-control {
  width: 100%;
  min-height: 50px;
  height: 50px;
  padding: 0 12px;
  display: block;
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  border-radius: 0;
  background-color: rgba(36, 35, 46, 0.5);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.6px;
}
.infy-create-file .infy-create-file-input .infy-form-control::-webkit-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-create-file .infy-create-file-input .infy-form-control::-moz-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-create-file .infy-create-file-input .infy-form-control:-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-create-file .infy-create-file-input .infy-form-control::-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-create-file .infy-create-file-input .infy-form-control::placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-create-file .infy-create-file-input .infy-form-control .custom-select {
  min-height: 50px;
  height: 50px;
  position: relative;
}
.infy-create-file .infy-create-file-input .infy-form-control .custom-select:after {
  top: 11%;
}
.infy-create-file .infy-create-file-input textarea {
  height: 150px !important;
  padding: 7px 10px !important;
}
.infy-create-file .infy-create-file-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upload-area {
  margin-bottom: 25px;
}
.upload-area .drop_box {
  margin: 10px 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(36, 35, 46, 0.5);
  border: 1px dashed rgba(56, 55, 64, 0.6);
}
.upload-area .drop_box i {
  margin-bottom: 10px;
  font-size: 30px;
  color: #bbb;
}
.upload-area .drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}
.upload-area .drop_box p {
  margin: 0;
  font-size: 12px;
  color: #bbb;
  font-weight: 400;
}
.upload-area .drop_box button {
  margin-top: 15px;
}
.upload-area .drop_box input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
}

.method-card .infy-width-full.active .infy-select-method {
  position: relative;
}
.method-card .infy-width-full.active .infy-select-method:after {
  content: "\eb79";
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  line-height: 15px;
  font-family: "remixicon";
}

/* Responsive */
@media screen and (max-width: 767px) {
  .infy-create-file-contact h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .infy-create-file-contact h4 {
    font-size: 16px;
  }
}
/* Activity */
.infy-serch-viwe .infy-search-group-form {
  margin-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(36, 35, 46, 0.9);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  position: relative;
}
.infy-serch-viwe .infy-search-group-form i {
  position: absolute;
  left: 10px;
  font-size: 13px;
  color: #fff;
}
.infy-serch-viwe .infy-search-group-form input {
  width: 100%;
  min-height: 40px;
  height: 40px;
  padding-left: 30px;
  display: block;
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.6px;
}
.infy-serch-viwe .infy-search-group-form input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-serch-viwe .infy-search-group-form input::-moz-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-serch-viwe .infy-search-group-form input:-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-serch-viwe .infy-search-group-form input::-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-serch-viwe .infy-search-group-form input::placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}

.infy-activity-side-viwe {
  padding: 30px;
  background: rgba(36, 35, 46, 0.5);
  position: sticky;
  top: 85px;
}
.infy-activity-side-viwe .infy-block {
  padding-top: 24px;
}
.infy-activity-side-viwe .infy-block h4.title {
  margin-top: 10px;
  padding-bottom: 15px;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}
.infy-activity-side-viwe .infy-block .infy-list-element {
  margin: 0;
  padding: 0;
}
.infy-activity-side-viwe .infy-block .infy-list-element li {
  width: 100%;
  padding: 5px 0;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infy-activity-side-viwe .infy-block .infy-list-element li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 14px;
}
.infy-activity-side-viwe .infy-block .infy-list-element li a i {
  margin-right: 8px;
  font-size: 18px;
}
.infy-activity-side-viwe .infy-block .infy-list-element li a span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-weight: 200;
}
.infy-activity-side-viwe .infy-block .infy-list-element li label {
  width: calc(100% - 26px);
  cursor: pointer;
}
.infy-activity-side-viwe .infy-block .infy-list-element li input[type=checkbox] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px solid #383743;
  background: rgba(36, 35, 46, 0.9);
  cursor: pointer;
  line-height: 0;
  margin: 0 12px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
}
.infy-activity-side-viwe .infy-block .infy-list-element li input[type=checkbox]:checked {
  background-color: rgba(36, 35, 46, 0.9);
  opacity: 1;
}
.infy-activity-side-viwe .infy-block .infy-list-element li input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  margin: -1px -1px 0 -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.infy-search-viwe {
  position: relative;
}
.infy-search-viwe a {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-search-viwe input {
  height: 40px;
  background-color: rgba(36, 35, 46, 0.9);
  border: 0;
  color: #fff !important;
  border-radius: 0;
  font-size: 14px;
}
.infy-search-viwe input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.infy-search-viwe input::-moz-placeholder {
  color: #bbb;
  font-size: 14px;
}
.infy-search-viwe input:-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.infy-search-viwe input::-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.infy-search-viwe input::placeholder {
  color: #bbb;
  font-size: 14px;
}
.infy-search-viwe input:focus {
  background-color: rgba(36, 35, 46, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.infy-activity {
  padding: 30px;
  background: rgba(36, 35, 46, 0.5);
}

.infy-all-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infy-all-activity .infy-activity {
  width: calc(50% - 12px);
  margin-bottom: 24px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
}
.infy-all-activity .infy-activity .activity-contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-all-activity .infy-activity .activity-contact img {
  width: 100px;
  height: 100px;
  border-radius: 0;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact {
  width: 100%;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact .detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact h5 {
  margin-bottom: 5px;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact h5 a {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 500;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact span {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #bbb;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact .infy-creative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact .infy-creative .infy-img {
  position: relative;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact .infy-creative .infy-img img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact .infy-creative .infy-img i {
  position: absolute;
  bottom: -8px;
  right: -2px;
  font-size: 14px;
  color: #cbff86;
}
.infy-all-activity .infy-activity .activity-contact .activity-inner-contact .infy-creative h4 {
  padding-left: 10px;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infy-all-activity .infy-activity .activity-side-viwe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-all-activity .infy-activity .activity-side-viwe a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.infy-all-activity .infy-activity .activity-side-viwe a i {
  font-size: 24px;
}

.infy-activity-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .infy-all-activity .infy-activity {
    width: 100%;
  }
  .infy-all-activity .infy-activity .activity-contact img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 420px) {
  .infy-all-activity .infy-activity .activity-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infy-all-activity .infy-activity .activity-contact img {
    width: 100%;
    height: 100%;
  }
  .infy-all-activity .infy-activity .activity-contact .activity-inner-contact {
    margin: 15px 0 0 0;
  }
}
/* Author Profile */
.infy-peofile-user-details {
  margin: auto;
  max-width: 800px;
  text-align: center;
}
.infy-peofile-user-details .user-img {
  margin-bottom: 20px;
}
.infy-peofile-user-details .user-img img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
.infy-peofile-user-details .user-details-contact h4 {
  margin-bottom: 30px;
  font-family: "Manrope";
  font-size: 24px;
}
.infy-peofile-user-details .user-details-contact .infy-smith {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-peofile-user-details .user-details-contact .infy-smith span {
  margin: 0 12px;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.infy-peofile-user-details .user-details-contact .infy-smith span a {
  padding: 5px 15px;
  border: 1px solid rgba(36, 35, 46, 0.6);
  background-color: rgba(36, 35, 46, 0.3);
  border-radius: 0;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.infy-peofile-user-details .user-details-contact p {
  margin-bottom: 24px;
  color: #bbb;
}
.infy-peofile-user-details .user-details-contact .infy-follow {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-peofile-user-details .user-details-contact .infy-follow p {
  margin: 0 10px;
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.infy-peofile-user-details .user-details-contact .infy-follow p span {
  color: #bbb;
  font-weight: 300;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons {
  margin: -6px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li {
  margin: 6px;
  list-style-type: none;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li .follow-buttons {
  background-color: #7f5cf5;
  color: #fff;
  border: 1px solid #393e48;
  text-transform: capitalize;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li .follow-buttons:hover {
  background-color: #462bcf;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li .message-buttons {
  color: #fff;
  border: 1px solid rgba(36, 35, 46, 0.6);
  background-color: rgba(36, 35, 46, 0.3);
  text-transform: capitalize;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li .message-buttons:hover {
  background-color: rgba(36, 35, 46, 0.9);
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li .share-buttons {
  color: #fff;
  text-transform: capitalize;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li .share-buttons i {
  font-size: 16px;
  margin-right: 18px;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons > li .share-buttons i:last-child {
  margin-right: 0;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons .tools {
  border: 1px solid rgba(36, 35, 46, 0.6);
  background-color: rgba(36, 35, 46, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons .tools > a {
  width: 42px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid rgba(36, 35, 46, 0.6);
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons .tools .dropdown-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons .tools .dropdown-toggle:after {
  display: none;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons .tools .dropdown-menu {
  background-color: rgba(36, 35, 46, 0.96);
  border: 1px solid #393e48;
  border-radius: 0;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons .tools .dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #bbb;
  font-size: 14px;
  font-weight: 300;
}
.infy-peofile-user-details .user-details-contact ul.user-profile-buttons .tools .dropdown-menu li a:hover {
  color: #fff;
  background: transparent;
}

.infy-author-profile-drop {
  margin-bottom: 30px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(36, 35, 46, 0.6);
  background-color: rgba(36, 35, 46, 0.3);
}
.infy-author-profile-drop .author-profile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infy-author-profile-drop .author-profile-inner .infy-form-control {
  width: 230px;
  margin: 2px;
  padding: 0 12px;
  background-color: rgba(36, 35, 46, 0.5);
  border: 1px solid rgba(36, 35, 46, 0.6);
  border-radius: 0;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .infy-author-profile-drop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .infy-author-profile-drop .author-profile-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .infy-author-profile-drop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* Products-details */
.single-pro-img {
  width: 100%;
  position: sticky;
  top: 85px;
}
.single-pro-img .single-product-scroll {
  padding: 15px;
  position: sticky;
  top: 30px;
  border-radius: 0;
  border: 1px solid rgba(36, 35, 46, 0.6);
}

.single-product-cover {
  overflow: hidden;
  border-radius: 0;
}
.single-product-cover .single-slide img {
  width: 100%;
}

.infy-list-element.tags {
  margin: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infy-list-element.tags li {
  padding: 0 !important;
  width: auto !important;
}
.infy-list-element.tags li a {
  height: 35px;
  margin: 2px;
  padding: 0 10px;
  font-size: 13px !important;
  font-weight: 300;
}

.single-nav-thumb {
  width: 100%;
  overflow: hidden;
}
.single-nav-thumb .slick-list {
  margin: 0 -8px;
}
.single-nav-thumb .single-slide {
  padding: 11px 11px 0 11px;
  display: block !important;
}
.single-nav-thumb .single-slide img {
  width: 100%;
}
.single-nav-thumb .slick-slide img {
  border: 2px solid rgba(36, 35, 46, 0.9);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0;
}
.single-nav-thumb .slick-slide:hover img {
  border-color: #7f5cf5;
}
.single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #7f5cf5;
}
.single-nav-thumb .slick-arrow {
  top: 42%;
}
.single-nav-thumb .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.single-nav-thumb .slick-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 55%;
  left: auto;
  right: auto;
  margin: 0 auto;
  font-size: 0;
  background-color: rgba(36, 35, 46, 0.5);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-nav-thumb .slick-arrow:hover {
  background-color: rgba(36, 35, 46, 0.9);
}
.single-nav-thumb .slick-arrow:before {
  content: "";
  color: #fff;
  position: relative;
  font-size: 20px;
  font-family: "EcIcons";
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.single-nav-thumb .slick-arrow.slick-prev:before {
  content: "\ea60";
  font-family: "remixicon";
}
.single-nav-thumb .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.single-nav-thumb .slick-arrow.slick-next:before {
  content: "\ea6c";
  font-family: "remixicon";
}

.infy-products-details-img {
  position: sticky;
  top: 85px;
}
.infy-products-details-img img {
  width: 100%;
  border-radius: 0;
}

.infy-products-details h4 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}
.infy-products-details .coloured-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-products-details .coloured-inner p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.infy-products-details .coloured-inner p span {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #bbb;
}
.infy-products-details .coloured-inner p:last-child {
  margin-left: 30px;
}
.infy-products-details .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-products-details .timer .infy_timer {
  margin-top: 15px;
  margin-bottom: 25px;
}
.infy-products-details .timer .infy_timer .date-box {
  min-width: 60px;
}
.infy-products-details p {
  margin-bottom: 20px;
  color: #bbb;
}
.infy-products-details .user-design {
  margin-top: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
}
.infy-products-details .user-design img {
  height: 48px;
  width: 48px;
  border-radius: 100%;
}
.infy-products-details .user-design .design-details {
  margin-left: 10px;
}
.infy-products-details .user-design .design-details span {
  font-size: 13px;
  color: #dbdbdb;
}
.infy-products-details .user-design .design-details h5 {
  line-height: 14px;
}
.infy-products-details .user-design .design-details h5 a {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.infy-products-details-tabs {
  margin-top: 35px;
}

.infy-products-details-bids {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infy-products-details-bids .details-bids-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-products-details-bids .details-bids-inner img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.infy-products-details-bids .details-bids-inner .bids-details {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-products-details-bids .details-bids-inner .bids-details h5 {
  margin-bottom: 5px;
}
.infy-products-details-bids .details-bids-inner .bids-details h5 a {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.infy-products-details-bids .details-bids-inner .bids-details span {
  font-size: 12px;
  line-height: 18px;
  color: #dbdbdb;
}
.infy-products-details-bids .details-end-contact h5 {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.infy-products-details-bids .details-end-contact span {
  font-size: 12px;
  line-height: 16px;
  color: #dbdbdb;
}

.infy-products-details-buttons {
  padding-top: 24px;
  border-top: 1px solid #393e48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .infy-products-details h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .infy-products-details h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .infy-products-details h4 {
    font-size: 27px;
  }
  .infy-products-details-buttons {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .infy-products-details h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .infy-products-details h4 {
    font-size: 22px;
  }
  .infy-products-details-bids .details-bids-inner .bids-details h5 a {
    font-size: 15px;
  }
}
/* Ranking */
.infy-ranking::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: rgba(36, 35, 46, 0.9);
}
.infy-ranking::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.infy-ranking table {
  margin: 0;
}
.infy-ranking table thead tr th {
  padding: 15px;
  border-bottom: 0;
  font-family: "Manrope";
  background-color: rgba(36, 35, 46, 0.9);
  color: #fff;
}
.infy-ranking table tbody tr {
  border-bottom: 1px solid rgba(36, 35, 46, 0.6);
}
.infy-ranking table tbody tr td {
  padding: 20px 15px;
  border-bottom: 0;
  background: none;
  color: #bbb;
  font-weight: 300;
  background-color: rgba(36, 35, 46, 0.5);
}
.infy-ranking table tbody tr td img {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.infy-ranking table tbody tr td .ep-img {
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.infy-ranking table tbody tr td .product-wrapper h5 a {
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 400;
}
.infy-ranking table tbody tr td span {
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 300;
}
.infy-ranking table tbody tr td i {
  margin-left: 2px;
  font-size: 15px;
  font-weight: 400;
}
.infy-ranking table tbody tr td .red-arrow {
  color: #ca4141;
}
.infy-ranking table tbody tr td .green-arrow {
  color: #81ea9f;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .infy-ranking table {
    width: 900px;
  }
}
/* Forum Community */
.infy-forum-card {
  padding: 30px;
  border-radius: 0;
  background-color: rgba(36, 35, 46, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.infy-forum-card img {
  width: 100%;
  border-radius: 0;
}
.infy-forum-card:hover .forum-end-contact {
  opacity: 1;
  top: 30px;
}

.forum-end-contact {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 40px;
  right: 30px;
  opacity: 0;
}
.forum-end-contact span {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #bbb;
}
.forum-end-contact h5 {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.infy-forum-details {
  margin-top: 20px;
}
.infy-forum-details .infy-forum-details-bids {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infy-forum-details .infy-forum-details-bids .forum-bids-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infy-forum-details .infy-forum-details-bids .forum-bids-inner img {
  width: 43px;
  height: 43px;
  border-radius: 100%;
}
.infy-forum-details .infy-forum-details-bids .forum-bids-inner .bids-details {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infy-forum-details .infy-forum-details-bids .forum-bids-inner .bids-details h5 a {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.infy-forum-details .infy-forum-details-bids .forum-bids-inner .bids-details span {
  font-size: 13px;
  line-height: 18px;
  color: #bbb;
}
.infy-forum-details h4.sub-title {
  margin-bottom: 15px;
}
.infy-forum-details h4.sub-title a {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 500;
}
.infy-forum-details p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #bbb;
}
.infy-forum-details .forum-button {
  max-width: 112px;
}
.infy-forum-details .forum-button a {
  padding: 15px 20px;
  line-height: 2px;
  font-size: 12px;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .infy-forum-details h4.sub-title a {
    font-size: 16px;
  }
  .infy-forum-details .infy-forum-details-bids .forum-bids-inner .bids-details h5 {
    font-size: 13px;
  }
  .infy-forum-details .infy-forum-details-bids .forum-end-contact h5 {
    font-size: 13px;
  }
}
/* privacy */
.infy-privacy {
  padding: 30px;
  background-color: rgba(36, 35, 46, 0.5);
}
.infy-privacy .inner-privacy:not(:last-child) {
  margin-bottom: 30px;
}
.infy-privacy .inner-privacy h4 {
  margin-bottom: 12px;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #e7e7ef;
}
.infy-privacy .inner-privacy p {
  font-size: 14px;
  color: #c9c9c9;
  line-height: 28px;
}
.infy-privacy .inner-privacy p a {
  color: #a487f2;
}
.infy-privacy .inner-privacy ul {
  margin-top: 15px;
}
.infy-privacy .inner-privacy ul li {
  color: #c9c9c9;
  line-height: 28px;
}

/* Faq */
.infy-faqside-img {
  margin-bottom: 24px;
}
.infy-faqside-img img {
  width: 100%;
  border-radius: 0;
}

.infy-faq-contact .accordion {
  margin-bottom: -2px;
}
.infy-faq-contact .accordion .accordion-item {
  margin-bottom: 2px;
  background-color: rgba(36, 35, 46, 0.5);
  border: 0;
  border-radius: 0;
}
.infy-faq-contact .accordion .accordion-item .accordion-header button {
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03rem;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
  color: #fff;
}
.infy-faq-contact .accordion .accordion-item .accordion-header button::after {
  height: auto;
  width: auto;
  font-family: remixicon;
  content: "\ea13";
  font-size: 18px;
  color: #fff;
  background-image: none;
}
.infy-faq-contact .accordion .accordion-item .accordion-header button:not(.collapsed)::after {
  font-family: remixicon;
  content: "\f1af";
  font-size: 18px;
  color: #fff;
  background-image: none;
}
.infy-faq-contact .accordion .accordion-item .accordion-body p {
  color: #bbb;
  font-size: 14px;
}

/* signup */
.infy-signup {
  background-color: rgba(36, 35, 46, 0.5);
  max-width: 400px;
  margin: auto;
  padding: 30px;
  border-radius: 0;
}
.infy-signup h4 {
  margin-bottom: 15px;
  font-family: "Manrope";
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.infy-signup .sub-heading {
  margin-bottom: 15px;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infy-signup .sub-heading a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #bbb;
}
.infy-signup .sub-heading a:hover {
  color: #fff;
}
.infy-signup .infy-signup-input {
  margin-bottom: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.infy-signup .infy-signup-input .infy-form-control {
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 0 12px;
  display: block;
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  background-color: rgba(36, 35, 46, 0.5);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.6px;
}
.infy-signup .infy-signup-input .infy-form-control::-webkit-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-signup .infy-signup-input .infy-form-control::-moz-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-signup .infy-signup-input .infy-form-control:-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-signup .infy-signup-input .infy-form-control::-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-signup .infy-signup-input .infy-form-control::placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-signup button {
  font-family: "Manrope";
  margin-bottom: 24px;
}
.infy-signup .account-alternative {
  text-align: center;
}
.infy-signup .account-alternative p {
  font-size: 14px;
  font-weight: 300;
  color: #bbb;
}
.infy-signup .account-alternative p a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
}
.infy-signup .account-alternative p a:hover {
  color: #fff;
}

/* contact */
.infy-contact {
  background-color: rgba(36, 35, 46, 0.5);
  padding: 30px;
  border-radius: 0;
}
.infy-contact .infy-inner-contact {
  position: sticky;
  top: 80px;
}
.infy-contact .infy-inner-contact h4 {
  font-weight: "Manrope";
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
  display: none;
}
.infy-contact .sub-heading {
  margin-bottom: 10px;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 300;
  line-height: 12px;
  color: #bbb;
}
.infy-contact .infy-contact-input {
  margin-bottom: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(36, 35, 46, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.infy-contact .infy-contact-input .infy-form-control {
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 0 12px;
  display: block;
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.6px;
}
.infy-contact .infy-contact-input .infy-form-control::-webkit-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-contact .infy-contact-input .infy-form-control::-moz-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-contact .infy-contact-input .infy-form-control:-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-contact .infy-contact-input .infy-form-control::-ms-input-placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-contact .infy-contact-input .infy-form-control::placeholder {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}
.infy-contact .infy-contact-input textarea {
  height: 150px !important;
  padding: 7px 10px !important;
}
.infy-contact .custom-select {
  font-size: 13px;
}
.infy-contact .infy-maps {
  margin-bottom: -7px;
}
.infy-contact .infy-maps iframe {
  width: 100%;
  height: 432px;
  border-radius: 0;
}

/* Responsive */
@media screen and (max-width: 575px) {
  .infy-contact .infy-maps iframe {
    height: 250px;
  }
}
/* Explore products */
.infy-explore-page {
  margin: 0 !important;
}

.explore-card {
  padding: 15px;
  background-color: rgba(36, 35, 46, 0.5);
  border-radius: 0;
  position: relative;
}

.infy-explore-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2px 0;
  padding: 0;
}
.infy-explore-select .infy-explore-filter-items {
  width: 18.182%;
  margin: 2px;
  padding: 0 12px;
  background-color: rgba(36, 35, 46, 0.9);
  border: 1px solid rgba(36, 35, 46, 0.9);
  border-radius: 0;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .infy-explore-select .infy-explore-filter-items {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .infy-explore-select .infy-explore-filter-items {
    width: 170px;
  }
}

.menu-container {
    display: block !important;
    position: relative !important;
    z-index: 1000 !important;
}
/*# sourceMappingURL=style.css.map */

.vote-button.voted i {
    color: red;
}